﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.container-wrapVe8U1d {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}.footer_milestones9dUWJf {
    flex: 0 0 auto;
}.container {
    width: 1271px;
    max-width: 100%;
    margin: auto;
}.top_sitebarHfI4Ly {
    flex: 1 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}::-webkit-scrollbar {
    padding: 0px;
    width: 5px;
}::-webkit-scrollbar-button {
    background: rgb(143,122,107,0.5);
    border-radius: 2px;
    height: 8px;
    width: 8px;
}::-webkit-scrollbar-track {
    margin: 3px 0;
    background: rgb(143,122,107,0.5);
    border-radius: 5%;
}::-webkit-scrollbar-thumb {
    transition: border-radius 2.4s cubic-bezier(0.42, 0, 0.58, 1);
    box-shadow: 3px -2px 4px 4px rgba(0, 0, 0, 0.4);
    background: rgb(213,193,166);
    min-height: 22px;
    border-radius: 15.2rem;
}::-webkit-scrollbar-thumb:hover {
    background: rgb(143,122,107,0.5);
}::-webkit-scrollbar-thumb:active {
    background: #ffffff;
}::-webkit-scrollbar-corner {
    background: #ffffff;
}* {
    scrollbar-color: rgb(143,122,107,0.5) rgb(178,158,136,0.5);
    scrollbar-width: auto;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    scroll-behavior: smooth;
    min-height: 100%;
    color: #000000;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    left: 0;
    -webkit-backdrop-filter: blur(20px);
    top: 0;
    position: fixed;
    z-index: 1000;
    background: rgb(178,158,136,0.5);
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}header:before {
    height: 100%;
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    animation: shimmer 8s infinite linear;
    width: 100%;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 75%
    );
}header:after {
    content: '';
    opacity: 0.8;
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 100%;
    filter: blur(1px);
    background: linear-gradient(
        90deg,
        rgb(143,122,107) 0%,
        rgb(178,158,136) 50%,
        rgb(143,122,107) 100%
    );
    left: 0;
}header .top_teachj1DLFe {
    overflow: hidden;
    position: relative;
}header .top_teachj1DLFe:before {
    background: 
        radial-gradient(circle at 10% 20%, rgb(178,158,136,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(143,122,107,0.5) 0%, transparent 40%);
    height: 100%;
    opacity: 0.15;
    pointer-events: none;
    width: 100%;
    left: 0;
    position: absolute;
    content: '';
    mix-blend-mode: overlay;
    top: 0;
}header .container {
    max-width: 1200px;
    padding: 16px 25px;
    margin: 0 auto;
    position: relative;
}header .container:before {
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    width: 100%;
    opacity: 0.5;
    height: 1px;
    content: '';
    left: 0;
    bottom: -1px;
}header .head_guide0dKUGM {
    position: relative;
    justify-content: space-between;
    display: flex;
    align-items: center;
}header .top_guidevTp1M5 {
    gap: 35px;
    display: flex;
    align-items: center;
    position: relative;
}header .top_guidevTp1M5:before {
    transform: translateY(-50%) scaleX(0.8);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    position: absolute;
    transition: all 0.4s ease;
    top: 50%;
    width: 100%;
    opacity: 0;
    content: '';
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    height: 35px;
}header .top_guidevTp1M5:hover:before {
    transform: translateY(-50%) scaleX(1);
    opacity: 1;
}header .first_classFbdS0E {
    color: #ffffff;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-size: 13px;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    position: relative;
    font-weight: 400;
    text-decoration: none;
    padding: 5px 0;
}header .first_classFbdS0E:before {
    bottom: 0;
    transform-origin: right;
    left: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        #ffffff,
        transparent
    );
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    content: '';
    transform: scaleX(0);
    position: absolute;
}header .first_classFbdS0E:after {
    position: absolute;
    height: 100%;
    content: '';
    z-index: -1;
    transform: scaleY(0);
    opacity: 0;
    background: linear-gradient(
        180deg,
        transparent,
        rgb(178,158,136,0.5),
        transparent
    );
    width: 100%;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
}header .first_classFbdS0E:hover {
    color: #ffffff;
    text-shadow: 0 0 5px #ffffff;
}header .first_classFbdS0E:hover:before {
    transform-origin: left;
    transform: scaleX(1);
}header .first_classFbdS0E:hover:after {
    opacity: 0.15;
    transform: scaleY(1);
}header .top_proR0Q1JY {
    position: relative;
    align-items: center;
    padding: 5px;
    text-decoration: none;
    display: flex;
    transition: all 0.4s ease;
}header .top_proR0Q1JY:before {
    transition: opacity 0.5s ease;
    top: -10px;
    left: -10px;
    background: radial-gradient(
        circle,
        rgb(178,158,136,0.5) 0%,
        transparent 70%
    );
    position: absolute;
    opacity: 0;
    height: calc(100% + 20px);
    content: '';
    width: calc(100% + 20px);
    z-index: -1;
}header .top_proR0Q1JY:after {
    transition: all 0.3s ease;
    border-image: linear-gradient(
        to right,
        transparent,
        rgb(178,158,136),
        transparent
    ) 1;
    height: 100%;
    opacity: 0;
    width: 100%;
    position: absolute;
    content: '';
    left: 0;
    border: 1px solid transparent;
    top: 0;
}header .top_proR0Q1JY:hover:before {
    animation: pulse 2s infinite;
    opacity: 0.15;
}header .top_proR0Q1JY:hover:after {
    opacity: 0.7;
}header .top_proR0Q1JY svg {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 45px;
    filter: drop-shadow(0 0 3px rgb(178,158,136,0.5));
    width: auto;
}header .top_proR0Q1JY:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 5px rgb(178,158,136));
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.15;
    }
    50% {
        opacity: 0.3;
    }
}

@keyframes glowEffect {
    0%, 100% {
        opacity: 0.7;
        filter: blur(1px);
    }
    50% {
        opacity: 1;
        filter: blur(1.5px);
    }
}

@media (max-width: 991px) {header .container {
    padding: 14px 20px;
}header .top_guidevTp1M5 {
    gap: 20px;
}header .top_proR0Q1JY svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .top_guidevTp1M5 {
    transition: right 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    backdrop-filter: blur(15px);
    background: rgb(178,158,136);
    -webkit-backdrop-filter: blur(15px);
    top: 0;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.2);
    max-width: 320px;
    position: fixed;
    padding: 80px 30px 30px;
    z-index: 1001;
    background: linear-gradient(
            135deg,
            rgb(178,158,136) 0%,
            rgb(178,158,136,0.5) 100%
        );
    height: 100vh;
    gap: 20px;
    right: -100%;
    width: 80%;
    flex-direction: column;
}header .top_guidevTp1M5:before {
    display: none;
}header .menu.active {
    right: 0;
}header .first_classFbdS0E {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 5px;
}header .first_classFbdS0E:last-child {
    border-bottom: none;
}header .top_proR0Q1JY {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .top_proR0Q1JY svg {
    height: 35px;
}}.aspiring_learnersy0QaIW {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(45deg, rgb(213,193,166) 0%, #ffffff 100%);
}.aspiring_learnersy0QaIW::before {
    opacity: 0.1;
    content: "";
    right: 0;
    z-index: 1;
    width: 50%;
    position: absolute;
    top: 0;
    background: rgb(178,158,136,0.5);
    height: 100%;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}.aspiring_learnersy0QaIW::after {
    bottom: 0;
    opacity: 0.1;
    position: absolute;
    left: 0;
    content: "";
    width: 50%;
    height: 100%;
    clip-path: polygon(0 100%, 0 0, 100% 100%);
    background: rgb(143,122,107,0.5);
    z-index: 1;
}.aspiring_learnersy0QaIW .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 15px;
    max-width: 1140px;
}.aspiring_learnersy0QaIW .quick_masteryOGZYPz {
    position: relative;
}.aspiring_learnersy0QaIW h4 {
    border-left: 4px solid rgb(178,158,136);
    margin-bottom: 60px;
    font-weight: 700;
    color: #000000;
    padding-left: 20px;
    font-size: 37px;
    position: relative;
    text-align: left;
}.aspiring_learnersy0QaIW h4::after {
    width: 60%;
    content: "";
    background: linear-gradient(90deg, rgb(143,122,107), transparent);
    left: 0;
    position: absolute;
    bottom: -10px;
    height: 1px;
}.aspiring_learnersy0QaIW div > div {
    position: relative;
    flex-direction: column;
    display: flex;
    max-width: 800px;
    margin-left: 60px;
}.aspiring_learnersy0QaIW div > div::before {
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgb(178,158,136,0.5), rgb(143,122,107,0.5));
    left: 15px;
    width: 2px;
    z-index: 1;
    top: 0;
    height: 100%;
}.aspiring_learnersy0QaIW p {
    color: #000000;
    display: flex;
    padding: 20px 25px;
    position: relative;
    background: #ffffff;
    align-items: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    z-index: 2;
    transition: all 0.3s ease;
    margin-left: 30px;
    font-size: 14px;
    margin-bottom: 30px;
}.aspiring_learnersy0QaIW p:last-child {
    margin-bottom: 0;
}.aspiring_learnersy0QaIW p::before {
    width: 30px;
    position: absolute;
    transform: translateY(-50%);
    content: "";
    top: 50%;
    left: -30px;
    background: linear-gradient(90deg, rgb(178,158,136,0.5), rgb(143,122,107));
    height: 2px;
}.aspiring_learnersy0QaIW p::after {
    border: 3px solid rgb(178,158,136);
    height: 16px;
    z-index: 3;
    left: -42px;
    border-radius: 50%;
    width: 16px;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    background: #ffffff;
    position: absolute;
}.aspiring_learnersy0QaIW p:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateX(10px);
}.aspiring_learnersy0QaIW p:hover::after {
    transform: translateY(-50%) scale(1.2);
    background: rgb(178,158,136);
}.aspiring_learnersy0QaIW p:nth-child(odd)::after {
    border-color: rgb(178,158,136);
}.aspiring_learnersy0QaIW p:nth-child(even)::after {
    border-color: rgb(143,122,107);
}.aspiring_learnersy0QaIW p:nth-child(even):hover::after {
    background: rgb(143,122,107);
}.aspiring_learnersy0QaIW p svg {
    transition: all 0.3s ease;
    margin-right: 15px;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}.aspiring_learnersy0QaIW p svg path {
    fill: rgb(178,158,136);
    transition: fill 0.3s ease;
}.aspiring_learnersy0QaIW p:nth-child(even) svg path {
    fill: rgb(143,122,107);
}.aspiring_learnersy0QaIW p:hover svg {
    transform: scale(1.1) rotate(10deg);
}.aspiring_learnersy0QaIW p:nth-child(1) {
    transform: translateX(0);
}.aspiring_learnersy0QaIW p:nth-child(2) {
    transform: translateX(30px);
}.aspiring_learnersy0QaIW p:nth-child(3) {
    transform: translateX(60px);
}.aspiring_learnersy0QaIW p:nth-child(4) {
    transform: translateX(90px);
}.aspiring_learnersy0QaIW p:nth-child(5) {
    transform: translateX(120px);
}.aspiring_learnersy0QaIW p:nth-child(6) {
    transform: translateX(150px);
}.aspiring_learnersy0QaIW p:nth-child(1):hover {
    transform: translateX(10px);
}.aspiring_learnersy0QaIW p:nth-child(2):hover {
    transform: translateX(40px);
}.aspiring_learnersy0QaIW p:nth-child(3):hover {
    transform: translateX(70px);
}.aspiring_learnersy0QaIW p:nth-child(4):hover {
    transform: translateX(100px);
}.aspiring_learnersy0QaIW p:nth-child(5):hover {
    transform: translateX(130px);
}.aspiring_learnersy0QaIW p:nth-child(6):hover {
    transform: translateX(160px);
}@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.aspiring_learnersy0QaIW .quick_masteryOGZYPz > div p {
    opacity: 0;
    animation: slideIn 0.5s ease forwards;
}.aspiring_learnersy0QaIW .quick_masteryOGZYPz > div p:nth-child(1) {
    animation-delay: 0.1s;
}.aspiring_learnersy0QaIW .quick_masteryOGZYPz > div p:nth-child(2) {
    animation-name: none;
    opacity: 1;
    animation-delay: 0.2s;
    transform: translateX(30px);
}.aspiring_learnersy0QaIW .quick_masteryOGZYPz > div p:nth-child(3) {
    animation-name: none;
    transform: translateX(60px);
    animation-delay: 0.3s;
    opacity: 1;
}.aspiring_learnersy0QaIW .quick_masteryOGZYPz > div p:nth-child(4) {
    opacity: 1;
    animation-delay: 0.4s;
    animation-name: none;
    transform: translateX(90px);
}.aspiring_learnersy0QaIW .quick_masteryOGZYPz > div p:nth-child(5) {
    opacity: 1;
    animation-delay: 0.5s;
    transform: translateX(120px);
    animation-name: none;
}.aspiring_learnersy0QaIW .quick_masteryOGZYPz > div p:nth-child(6) {
    animation-name: none;
    opacity: 1;
    transform: translateX(150px);
    animation-delay: 0.6s;
}.aspiring_learnersy0QaIW .quick_masteryOGZYPz > div p:nth-child(7) {
    animation-delay: 0.6s;
    animation-name: none;
    transform: translateX(120px);
    opacity: 1;
}.aspiring_learnersy0QaIW .quick_masteryOGZYPz > div p:nth-child(8) {
    transform: translateX(90px);
    animation-delay: 0.6s;
    animation-name: none;
    opacity: 1;
}.aspiring_learnersy0QaIW .quick_masteryOGZYPz > div p:nth-child(9) {
    opacity: 1;
    animation-name: none;
    animation-delay: 0.6s;
    transform: translateX(60px);
}.aspiring_learnersy0QaIW .quick_masteryOGZYPz > div p:nth-child(10) {
    animation-name: none;
    transform: translateX(30px);
    animation-delay: 0.6s;
    opacity: 1;
}


@media (max-width: 991px) {.aspiring_learnersy0QaIW {
    padding: 80px 0;
}.aspiring_learnersy0QaIW h4 {
    font-size: calc(37px * 0.9);
    margin-bottom: 50px;
}.aspiring_learnersy0QaIW div > div {
    margin-left: 40px;
}.aspiring_learnersy0QaIW p {
    margin-bottom: 25px;
    padding: 18px 20px;
}.aspiring_learnersy0QaIW p:nth-child(1) {
    transform: translateX(0);
}.aspiring_learnersy0QaIW p:nth-child(2) {
    transform: translateX(20px);
}.aspiring_learnersy0QaIW p:nth-child(3) {
    transform: translateX(40px);
}.aspiring_learnersy0QaIW p:nth-child(4) {
    transform: translateX(60px);
}.aspiring_learnersy0QaIW p:nth-child(5) {
    transform: translateX(80px);
}.aspiring_learnersy0QaIW p:nth-child(6) {
    transform: translateX(100px);
}.aspiring_learnersy0QaIW p:nth-child(7) {
    transform: translateX(120px);
}.aspiring_learnersy0QaIW p:nth-child(8) {
    transform: translateX(140px);
}.aspiring_learnersy0QaIW p:nth-child(9) {
    transform: translateX(160px);
}.aspiring_learnersy0QaIW p:nth-child(10) {
    transform: translateX(180px);
}.aspiring_learnersy0QaIW p:nth-child(1):hover {
    transform: translateX(5px);
}.aspiring_learnersy0QaIW p:nth-child(2):hover {
    transform: translateX(25px);
}.aspiring_learnersy0QaIW p:nth-child(3):hover {
    transform: translateX(45px);
}.aspiring_learnersy0QaIW p:nth-child(4):hover {
    transform: translateX(65px);
}.aspiring_learnersy0QaIW p:nth-child(5):hover {
    transform: translateX(85px);
}.aspiring_learnersy0QaIW p:nth-child(6):hover {
    transform: translateX(105px);
}.aspiring_learnersy0QaIW p:nth-child(7):hover {
    transform: translateX(125px);
}.aspiring_learnersy0QaIW p:nth-child(8):hover {
    transform: translateX(145px);
}.aspiring_learnersy0QaIW p:nth-child(9):hover {
    transform: translateX(165px);
}.aspiring_learnersy0QaIW p:nth-child(10):hover {
    transform: translateX(185px);
}
}

@media (max-width: 768px) {.aspiring_learnersy0QaIW {
    padding: 70px 0;
}.aspiring_learnersy0QaIW h4 {
    padding-left: 15px;
    font-size: calc(37px * 0.8);
    margin-bottom: 40px;
}.aspiring_learnersy0QaIW div > div {
    margin-left: 30px;
}.aspiring_learnersy0QaIW div > div::before {
    left: 10px;
}.aspiring_learnersy0QaIW p {
    margin-bottom: 20px;
    margin-left: 20px;
    padding: 15px;
}.aspiring_learnersy0QaIW p::before {
    width: 20px;
    left: -20px;
}.aspiring_learnersy0QaIW p::after {
    height: 14px;
    left: -32px;
    width: 14px;
}.aspiring_learnersy0QaIW p:nth-child(1) {
    transform: translateX(0);
}.aspiring_learnersy0QaIW p:nth-child(2) {
    transform: translateX(0);
}.aspiring_learnersy0QaIW p:nth-child(3) {
    transform: translateX(0);
}.aspiring_learnersy0QaIW p:nth-child(4) {
    transform: translateX(0);
}.aspiring_learnersy0QaIW p:nth-child(5) {
    transform: translateX(0);
}.aspiring_learnersy0QaIW p:nth-child(6) {
    transform: translateX(0);
}.aspiring_learnersy0QaIW p:hover,
    .aspiring_learnersy0QaIW p:nth-child(n):hover {
    transform: translateX(5px);
}
}

@media (max-width: 576px) {.aspiring_learnersy0QaIW {
    padding: 60px 0;
}.aspiring_learnersy0QaIW h4 {
    font-size: calc(37px * 0.7);
    margin-bottom: 30px;
    border-left-width: 3px;
}.aspiring_learnersy0QaIW div > div {
    margin-left: 25px;
}.aspiring_learnersy0QaIW p {
    font-size: calc(14px * 0.9);
    padding: 12px;
    margin-bottom: 15px;
}.aspiring_learnersy0QaIW p svg {
    width: 20px;
    margin-right: 10px;
    height: 20px;
}.aspiring_learnersy0QaIW p::after {
    width: 12px;
    border-width: 2px;
    height: 12px;
}}.our_teamWBTCd7 {
    padding: 140px 0;
    overflow: hidden;
    z-index: 1;
    position: relative;
    background: rgb(213,193,166);
}.our_teamWBTCd7::before {
    content: "";
    top: 0;
    height: 100%;
    background: 
        linear-gradient(217deg, rgb(178,158,136,0.5), transparent 70%),
        linear-gradient(127deg, rgb(143,122,107,0.5), transparent 70%),
        linear-gradient(336deg, rgb(178,158,136,0.5), transparent 70%);
    position: absolute;
    z-index: -1;
    filter: blur(20px);
    width: 100%;
    left: 0;
    animation: gradientFlow 15s ease infinite;
    opacity: 0.15;
    transform-origin: center center;
}@keyframes gradientFlow {
    0% {
        background-position: 0% 0%;
        filter: blur(20px) brightness(1);
    }
    50% {
        background-position: 100% 100%;
        filter: blur(15px) brightness(1.1);
    }
    100% {
        background-position: 0% 0%;
        filter: blur(20px) brightness(1);
    }
}

.our_teamWBTCd7::after {
    width: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(178,158,136,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(143,122,107,0.5) 0%, transparent 50%);
    top: 0;
    content: "";
    position: absolute;
    z-index: -2;
    opacity: 0.2;
    animation: pulsateBackground 20s ease-in-out infinite alternate;
    height: 100%;
    left: 0;
}@keyframes pulsateBackground {
    0% {
        opacity: 0.1;
        background-size: 100% 100%;
    }
    50% {
        opacity: 0.2;
        background-size: 120% 120%;
    }
    100% {
        opacity: 0.1;
        background-size: 100% 100%;
    }
}

.our_teamWBTCd7 .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.our_teamWBTCd7 .container::before {
    opacity: 0.1;
    content: "";
    border-radius: 50%;
    position: absolute;
    background: rgb(178,158,136,0.5);
    filter: blur(80px);
    right: -100px;
    width: 200px;
    height: 200px;
    top: -100px;
    animation: float 15s ease-in-out infinite alternate;
}@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-30px, 20px);
    }
    100% {
        transform: translate(0, 0);
    }
}

.our_teamWBTCd7 .quick_masteryOGZYPz {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    gap: 60px;
    display: flex;
}.our_teamWBTCd7 .quick_masteryOGZYPz::before {
    opacity: 0.4;
    height: 1px;
    content: "";
    animation: scanline 4s ease-in-out infinite;
    left: 30%;
    width: 40%;
    background: linear-gradient(90deg, transparent, rgb(178,158,136), transparent);
    top: 50%;
    position: absolute;
}@keyframes scanline {
    0% {
        opacity: 0;
        transform: scaleX(0.5);
    }
    50% {
        opacity: 0.4;
        transform: scaleX(1);
    }
    100% {
        opacity: 0;
        transform: scaleX(0.5);
    }
}

.our_teamWBTCd7 .pedagogy_info2Hzop7 {
    z-index: 3;
    margin-bottom: 20px;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    backdrop-filter: blur(15px);
    display: flex;
    padding: 50px 35px;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    perspective: 1000px;
    align-items: center;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 21px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transform-style: preserve-3d;
    position: relative;
    width: 100%;
    flex-direction: column;
}.our_teamWBTCd7 .pedagogy_info2Hzop7:hover {
    box-shadow: 0 35px 60px rgba(0, 0, 0, 0.12), 0 0 30px rgb(178,158,136,0.5);
    transform: translateY(-15px) rotateX(5deg);
    border-color: rgb(178,158,136,0.5);
}.our_teamWBTCd7 .pedagogy_info2Hzop7::before {
    background: linear-gradient(135deg, transparent 0%, rgb(178,158,136,0.5) 100%);
    border-radius: 21px;
    position: absolute;
    content: "";
    opacity: 0.07;
    transition: opacity 0.4s ease;
    inset: 0;
    z-index: -1;
}.our_teamWBTCd7 .pedagogy_info2Hzop7:hover::before {
    opacity: 0.12;
}.our_teamWBTCd7 .pedagogy_info2Hzop7::after {
    z-index: -2;
    position: absolute;
    border-radius: calc(21px + 1px);
    animation: borderGlow 4s linear infinite;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(178,158,136,0.5), transparent);
    transition: opacity 0.4s ease;
    inset: -1px;
    opacity: 0;
}@keyframes borderGlow {
    0% {
        opacity: 0;
        background-position: 0% 50%;
    }
    50% {
        opacity: 0.5;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0;
        background-position: 0% 50%;
    }
}

.our_teamWBTCd7 .pedagogy_info2Hzop7:hover::after {
    opacity: 1;
}.our_teamWBTCd7 .img_showJ5rnu1 {
    height: 220px;
    border: 5px solid rgba(255, 255, 255, 0.8);
    width: 220px;
    z-index: 2;
    margin-bottom: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transition: all 0.5s ease;
    border-radius: 50%;
    position: relative;
}.our_teamWBTCd7 .img_showJ5rnu1::before {
    animation: rotate 8s linear infinite;
    border-radius: 50%;
    padding: 3px;
    content: "";
    mask-composite: exclude;
    background: conic-gradient(rgb(178,158,136), rgb(143,122,107), rgb(178,158,136));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    position: absolute;
    -webkit-mask-composite: xor;
    inset: -3px;
}.our_teamWBTCd7 .img_showJ5rnu1::after {
    border: 1px dashed rgb(178,158,136,0.5);
    border-radius: 50%;
    position: absolute;
    inset: -10px;
    content: "";
    opacity: 0.5;
    animation: rotateReverse 20s linear infinite;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateReverse {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.our_teamWBTCd7 .skill_programAV3SwR {
    padding-top: 15px;
    width: 100%;
    position: relative;
    text-align: center;
}.our_teamWBTCd7 .skill_programAV3SwR::before {
    background: linear-gradient(90deg, transparent, rgb(178,158,136), transparent);
    opacity: 0.8;
    top: 0;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    content: "";
    width: 70px;
    height: 2px;
}.our_teamWBTCd7 .community_teamROSprk {
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
    font-weight: 700;
    font-size: calc(24px * 1.15);
    letter-spacing: 0.5px;
    color: #000000;
}.our_teamWBTCd7 .community_teamROSprk::after {
    background: rgb(178,158,136);
    width: 0;
    height: 2px;
    content: "";
    transform: translateX(-50%);
    transition: width 0.4s ease;
    position: absolute;
    bottom: -4px;
    left: 50%;
}.our_teamWBTCd7 .pedagogy_info2Hzop7:hover .community_teamROSprk::after {
    width: 80%;
}.our_teamWBTCd7 .fast_learn1WjfKp {
    font-size: calc(15px * 1.05);
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    color: rgb(178,158,136);
    margin-bottom: 0;
    opacity: 0.9;
}.our_teamWBTCd7 .pedagogy_info2Hzop7:hover .fast_learn1WjfKp {
    color: rgb(143,122,107);
    opacity: 1;
    transform: translateY(2px);
}.our_teamWBTCd7 .paragraph_wrapZBStnL {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: rgba(255, 255, 255, 0.01);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border-radius: 21px;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 50px 45px;
}.our_teamWBTCd7 .paragraph_wrapZBStnL:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08), 0 0 30px rgb(143,122,107,0.5);
    border-color: rgb(143,122,107,0.5);
}.our_teamWBTCd7 .paragraph_wrapZBStnL::before,
.our_teamWBTCd7 .paragraph_wrapZBStnL::after {
    background: rgb(178,158,136,0.5);
    height: 500px;
    filter: blur(60px);
    opacity: 0.03;
    content: "";
    z-index: -1;
    transition: all 0.8s ease;
    animation: blobAnimation 25s infinite alternate;
    border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
    position: absolute;
    width: 500px;
}@keyframes blobAnimation {
    0% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(0deg) scale(1);
    }
    33% {
        border-radius: 60% 40% 55% 45% / 45% 65% 35% 55%;
        transform: translate(-20px, 10px) rotate(60deg) scale(1.05);
    }
    66% {
        border-radius: 50% 50% 35% 65% / 50% 50% 65% 35%;
        transform: translate(20px, -10px) rotate(120deg) scale(0.95);
    }
    100% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(180deg) scale(1);
    }
}

.our_teamWBTCd7 .paragraph_wrapZBStnL::before {
    top: -250px;
    right: -250px;
}.our_teamWBTCd7 .paragraph_wrapZBStnL::after {
    background: rgb(143,122,107,0.5);
    left: -250px;
    bottom: -250px;
    animation-delay: -15s;
}.our_teamWBTCd7 .paragraph_wrapZBStnL:hover::before,
.our_teamWBTCd7 .paragraph_wrapZBStnL:hover::after {
    opacity: 0.08;
    filter: blur(40px);
}.our_teamWBTCd7 .learn_historyToCJml {
    align-items: center;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    color: rgb(178,158,136);
    position: relative;
    gap: 16px;
    font-weight: 600;
    font-size: calc(19px * 1.2);
    display: flex;
}.our_teamWBTCd7 .learn_historyToCJml::after {
    position: absolute;
    transition: width 0.4s ease;
    width: 0;
    content: "";
    background: linear-gradient(90deg, rgb(178,158,136), transparent);
    bottom: -8px;
    height: 1px;
    left: 0;
}.our_teamWBTCd7 .paragraph_wrapZBStnL:hover .learn_historyToCJml::after {
    width: 50%;
}.our_teamWBTCd7 .learn_historyToCJml svg {
    width: 48px;
    height: 48px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    fill: rgb(178,158,136);
    transition: all 0.4s ease;
}.our_teamWBTCd7 .learn_historyToCJml svg path {
    transition: fill 0.4s ease;
}.our_teamWBTCd7 .learn_historyToCJml:hover svg {
    fill: rgb(143,122,107);
    transform: rotateY(180deg);
}.our_teamWBTCd7 .learn_historyToCJml:hover svg path {
    fill: rgb(143,122,107);
}.our_teamWBTCd7 .paragraph_wrapZBStnL h2 {
    transition: all 0.4s ease;
    letter-spacing: 0.5px;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: calc(36px * 1.1);
    color: #000000;
    position: relative;
}.our_teamWBTCd7 .paragraph_wrapZBStnL:hover h2 {
    transform: translateX(5px);
}.our_teamWBTCd7 .paragraph_wrapZBStnL h2::after {
    background: linear-gradient(90deg, rgb(178,158,136), rgb(143,122,107,0.5), transparent);
    bottom: 0;
    left: 0;
    width: 100px;
    position: absolute;
    content: "";
    transition: width 0.5s ease;
    border-radius: 10px;
    height: 3px;
}.our_teamWBTCd7 .paragraph_wrapZBStnL:hover h2::after {
    width: 150px;
}.our_teamWBTCd7 .paragraph_wrapZBStnL p {
    transition: all 0.4s ease;
    color: #000000;
    line-height: 1.9;
    margin-bottom: 0;
    position: relative;
    font-size: calc(15px * 1.05);
}.our_teamWBTCd7 .paragraph_wrapZBStnL:hover p {
    transform: translateY(3px);
}.our_teamWBTCd7 .paragraph_wrapZBStnL::before,
.our_teamWBTCd7 .paragraph_wrapZBStnL::after,
.our_teamWBTCd7 .pedagogy_info2Hzop7::before,
.our_teamWBTCd7 .pedagogy_info2Hzop7::after,
.our_teamWBTCd7 .img_showJ5rnu1::before,
.our_teamWBTCd7 .img_showJ5rnu1::after {
    pointer-events: none;
}.our_teamWBTCd7 .quick_masteryOGZYPz::after {
    content: "";
    left: 0;
    background-position: 0 0, 20px 20px;
    background-image: 
        radial-gradient(rgb(178,158,136,0.5) 1px, transparent 1px),
        radial-gradient(rgb(143,122,107,0.5) 1px, transparent 1px);
    width: 100%;
    pointer-events: none;
    position: absolute;
    z-index: -1;
    height: 100%;
    background-size: 40px 40px;
    top: 0;
    opacity: 0.03;
}.our_teamWBTCd7 .quick_masteryOGZYPz::after {
    animation: pulseHeight 3s infinite;
    z-index: 0;
    position: absolute;
    width: 2px;
    background: linear-gradient(to bottom, rgb(178,158,136), transparent);
    content: "";
    top: 350px;
    left: 50%;
    height: 40px;
}

@keyframes pulseHeight {
    0%, 100% {
        height: 40px;
        opacity: 0.6;
    }
    50% {
        height: 60px;
        opacity: 0.8;
    }
}

@media (max-width: 1199px) {.our_teamWBTCd7 {
    padding: 120px 0;
}.our_teamWBTCd7 .quick_masteryOGZYPz {
    gap: 50px;
}.our_teamWBTCd7 .paragraph_wrapZBStnL {
    padding: 40px 35px;
}.our_teamWBTCd7 .pedagogy_info2Hzop7 {
    padding: 40px 30px;
}.our_teamWBTCd7 .quick_masteryOGZYPz::after {
    top: 320px;
}
}

@media (max-width: 991px) {.our_teamWBTCd7 {
    padding: 100px 0;
}.our_teamWBTCd7 .quick_masteryOGZYPz {
    gap: 50px;
}.our_teamWBTCd7 .paragraph_wrapZBStnL {
    padding: 40px 30px;
}.our_teamWBTCd7 .pedagogy_info2Hzop7 {
    padding: 40px 30px;
}.our_teamWBTCd7 .paragraph_wrapZBStnL h2 {
    font-size: 36px;
}.our_teamWBTCd7 .quick_masteryOGZYPz::after {
    top: 300px;
}
}

@media (max-width: 767px) {.our_teamWBTCd7 {
    padding: 80px 0;
}.our_teamWBTCd7 .img_showJ5rnu1 {
    height: 180px;
    width: 180px;
}.our_teamWBTCd7 .pedagogy_info2Hzop7 {
    padding: 35px 25px;
}.our_teamWBTCd7 .paragraph_wrapZBStnL {
    padding: 35px 25px;
}.our_teamWBTCd7 .paragraph_wrapZBStnL h2 {
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: calc(36px * 0.9);
}.our_teamWBTCd7 .community_teamROSprk {
    font-size: 24px;
}.our_teamWBTCd7 .fast_learn1WjfKp {
    font-size: 15px;
}.our_teamWBTCd7 .learn_historyToCJml {
    font-size: 19px;
}.our_teamWBTCd7 .learn_historyToCJml svg {
    width: 40px;
    height: 40px;
}.our_teamWBTCd7 .quick_masteryOGZYPz::after {
    top: 280px;
}
}

@media (max-width: 575px) {.our_teamWBTCd7 {
    padding: 60px 0;
}.our_teamWBTCd7 .img_showJ5rnu1 {
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
}.our_teamWBTCd7 .pedagogy_info2Hzop7 {
    padding: 30px 20px;
}.our_teamWBTCd7 .paragraph_wrapZBStnL {
    padding: 30px 20px;
}.our_teamWBTCd7 .learn_historyToCJml {
    font-size: calc(19px * 0.95);
}.our_teamWBTCd7 .learn_historyToCJml svg {
    width: 35px;
    height: 35px;
}.our_teamWBTCd7 .paragraph_wrapZBStnL h2 {
    font-size: calc(36px * 0.8);
    margin-bottom: 20px;
}.our_teamWBTCd7 .paragraph_wrapZBStnL p {
    line-height: 1.8;
    font-size: 15px;
}.our_teamWBTCd7 .community_teamROSprk {
    font-size: calc(24px * 0.95);
}.our_teamWBTCd7 .fast_learn1WjfKp {
    font-size: calc(15px * 0.95);
}.our_teamWBTCd7 .quick_masteryOGZYPz::after {
    top: 250px;
}}.testimonialsPj341v {
    position: relative;
    perspective: 1000px;
    padding: 120px 0 80px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(213,193,166) 0%, rgb(143,122,107,0.5) 100%);
}.testimonialsPj341v::before {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(178,158,136,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(143,122,107,0.5) 0%, transparent 40%);
    transform: translateZ(-50px);
    width: 100%;
    opacity: 0.4;
    height: 100%;
    z-index: 1;
    content: "";
}.testimonialsPj341v::after {
    background: linear-gradient(225deg, rgb(178,158,136,0.5) 0%, transparent 80%);
    width: 40%;
    z-index: 1;
    opacity: 0.2;
    transform: skewX(-15deg) translateZ(-20px);
    transform-origin: bottom right;
    height: 40%;
    position: absolute;
    bottom: 0;
    pointer-events: none;
    content: "";
    right: 0;
}.testimonialsPj341v .container {
    transform-style: preserve-3d;
    position: relative;
    z-index: 2;
}.testimonialsPj341v h2 {
    text-shadow: 0 2px 3px rgba(0,0,0,0.05);
    text-align: center;
    transform: translateZ(30px);
    margin-bottom: 60px;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    letter-spacing: -0.01em;
    color: #000000;
}.testimonialsPj341v h2::after {
    content: "";
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    height: 3px;
    width: 60px;
    background: linear-gradient(90deg, rgb(178,158,136) 0%, rgb(143,122,107) 100%);
    bottom: -20px;
}.testimonialsPj341v .review_voicesrQsXW1 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    perspective: 1000px;
    list-style: none;
    display: grid;
    transform-style: preserve-3d;
    gap: 30px;
    padding: 0;
}.testimonialsPj341v .success_reviewsU19mHs {
    background: #ffffff;
    transform-origin: center bottom;
    transform: translateZ(0px) rotateX(0deg);
    border-radius: 5px;
    position: relative;
    padding: 30px;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), 
                box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-left: 1px solid rgba(255,255,255,0.7);
    border-top: 1px solid rgba(255,255,255,0.7);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}.testimonialsPj341v .success_reviewsU19mHs:hover {
    box-shadow: 0 20px 45px rgba(0,0,0,0.12);
    transform: translateZ(20px) rotateX(2deg);
}.testimonialsPj341v .success_reviewsU19mHs::before {
    z-index: 0;
    position: absolute;
    opacity: 0.2;
    top: 10px;
    font-family: Georgia, serif;
    color: rgb(178,158,136,0.5);
    content: "";
    line-height: 1;
    font-size: 120px;
    right: 15px;
}.testimonialsPj341v .success_reviewsU19mHs::after {
    height: 5px;
    bottom: 0;
    content: "";
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(178,158,136) 0%, rgb(143,122,107) 100%);
    width: 100%;
    transform: scaleX(0);
    left: 0;
}.testimonialsPj341v .success_reviewsU19mHs:hover::after {
    transform: scaleX(1);
}.testimonialsPj341v .success_reviewsU19mHs div {
    display: flex;
    margin-bottom: 15px;
    z-index: 1;
    align-items: center;
    position: relative;
}.testimonialsPj341v .success_reviewsU19mHs img {
    margin-right: 15px;
    border-radius: 50%;
    height: 60px;
    border: 3px solid #ffffff;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    width: 60px;
    object-fit: cover;
    transform: translateZ(10px);
}.testimonialsPj341v .success_reviewsU19mHs:hover img {
    transform: translateZ(25px);
}.testimonialsPj341v .success_reviewsU19mHs h4 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    color: #000000;
}.testimonialsPj341v .success_reviewsU19mHs h4::after {
    position: absolute;
    bottom: -5px;
    height: 2px;
    content: "";
    background: rgb(178,158,136);
    left: 0;
    transition: width 0.3s ease;
    width: 30px;
}.testimonialsPj341v .success_reviewsU19mHs:hover h4::after {
    width: 50px;
}.testimonialsPj341v .description {
    font-style: italic;
    margin: 0;
    z-index: 1;
    line-height: 1.6;
    color: #000000;
    position: relative;
    font-weight: 400;
    font-size: 14px;
}.testimonialsPj341v a {
    padding: 12px 30px;
    text-decoration: none;
    transform: translateX(-50%);
    border-radius: 4px;
    display: inline-block;
    left: 50%;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    font-size: 14px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(45deg, rgb(178,158,136) 0%, rgb(143,122,107) 100%);
    overflow: hidden;
    font-weight: 600;
    z-index: 1;
    margin-top: 50px;
    color: #ffffff;
    position: relative;
}.testimonialsPj341v a::before {
    background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.2) 50%, transparent 100%);
    position: absolute;
    z-index: -1;
    content: "";
    transition: left 0.7s ease;
    width: 100%;
    left: -100%;
    height: 100%;
    top: 0;
}.testimonialsPj341v a:hover {
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    transform: translateX(-50%) translateY(-3px);
}.testimonialsPj341v a:hover::before {
    left: 100%;
}

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

@media (max-width: 992px) {.testimonialsPj341v h2 {
    font-size: calc(30px * 0.9);
    margin-bottom: 50px;
}.testimonialsPj341v .success_reviewsU19mHs {
    padding: 25px;
}.testimonialsPj341v .success_reviewsU19mHs img {
    height: 50px;
    width: 50px;
}
}

@media (max-width: 768px) {.testimonialsPj341v {
    padding: 80px 0 60px;
}.testimonialsPj341v h2 {
    margin-bottom: 40px;
    font-size: calc(30px * 0.8);
}.testimonialsPj341v .review_voicesrQsXW1 {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.testimonialsPj341v .success_reviewsU19mHs {
    padding: 20px;
}.testimonialsPj341v a {
    margin-top: 40px;
    padding: 10px 25px;
}
}

@media (max-width: 576px) {.testimonialsPj341v {
    padding: 60px 0 50px;
}.testimonialsPj341v h2 {
    font-size: calc(30px * 0.7);
    margin-bottom: 35px;
}.testimonialsPj341v .review_voicesrQsXW1 {
    grid-template-columns: 1fr;
    gap: 20px;
}.testimonialsPj341v .success_reviewsU19mHs {
    padding: 20px;
}.testimonialsPj341v .success_reviewsU19mHs::before {
    font-size: 100px;
}.testimonialsPj341v .success_reviewsU19mHs img {
    height: 45px;
    width: 45px;
}.testimonialsPj341v a {
    width: 100%;
    text-align: center;
}
}

@media (prefers-reduced-motion: reduce) {.testimonialsPj341v .success_reviewsU19mHs,
    .testimonialsPj341v .success_reviewsU19mHs img,
    .testimonialsPj341v a,
    .testimonialsPj341v a::before {
    transition: none;
}.testimonialsPj341v .success_reviewsU19mHs:hover {
    transform: none;
}.testimonialsPj341v .success_reviewsU19mHs:hover img {
    transform: none;
}}.instructor_historyehaRuN {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background-color: rgb(213,193,166);
}.instructor_historyehaRuN::before {
    bottom: 0;
    position: absolute;
    z-index: 1;
    background: 
        linear-gradient(135deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0,
        linear-gradient(225deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0,
        linear-gradient(315deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0,
        linear-gradient(45deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0;
    right: 0;
    content: "";
    opacity: 0.6;
    top: 0;
    left: 0;
    background-size: 30px 30px;
}.instructor_historyehaRuN .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
    z-index: 2;
}.instructor_historyehaRuN .success_reviewsU19mHs {
    padding: 3rem;
    grid-template-columns: 1fr;
    gap: 2rem;
    border-radius: 16px;
    display: grid;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.5),
        inset 5px 5px 10px rgba(255, 255, 255, 0.5),
        inset -5px -5px 10px rgba(0, 0, 0, 0.05);
    background: linear-gradient(145deg, #ffffff, rgb(213,193,166));
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}.instructor_historyehaRuN .success_reviewsU19mHs:hover {
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.12),
        -25px -25px 70px rgba(255, 255, 255, 0.6),
        inset 5px 5px 10px rgba(255, 255, 255, 0.5),
        inset -5px -5px 10px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.instructor_historyehaRuN .img_showJ5rnu1 {
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.15),
        -8px -8px 16px rgba(255, 255, 255, 0.7),
        inset 2px 2px 4px rgba(255, 255, 255, 0.25),
        inset -2px -2px 4px rgba(0, 0, 0, 0.1);
    transform: translateZ(30px);
    margin: 0 auto;
    border-radius: 16px;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 150px;
    height: 150px;
}.instructor_historyehaRuN .success_reviewsU19mHs:hover .img_showJ5rnu1 {
    transform: translateZ(50px) scale(1.05);
}.instructor_historyehaRuN .name {
    font-weight: 700;
    font-size: calc(23px * 1.1);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    margin-bottom: 0.5rem;
    letter-spacing: 0.02em;
    text-align: center;
    color: rgb(178,158,136);
    transform: translateZ(20px);
}.instructor_historyehaRuN .success_reviewsU19mHs:hover .name {
    transform: translateZ(30px);
}.instructor_historyehaRuN .success_reviewsU19mHs div:nth-child(2) div {
    text-align: center;
    font-weight: 600;
    transform: translateZ(15px);
    color: rgb(143,122,107);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.05s;
    margin-bottom: 1rem;
    font-size: calc(12px * 0.95);
}.instructor_historyehaRuN .success_reviewsU19mHs:hover div:nth-child(2) div {
    transform: translateZ(25px);
}.instructor_historyehaRuN .career_storyq5vyJf {
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.08),
        -6px -6px 12px rgba(255, 255, 255, 0.5),
        inset 1px 1px 2px rgba(255, 255, 255, 0.3),
        inset -1px -1px 2px rgba(0, 0, 0, 0.05);
    position: relative;
    color: #000000;
    border-radius: 12px;
    line-height: 1.7;
    font-size: 12px;
    transform: translateZ(10px);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s;
    background: linear-gradient(145deg, rgba(255,255,255,0.65), rgba(255,255,255,0.35));
    padding: 2rem;
    backdrop-filter: blur(5px);
}.instructor_historyehaRuN .success_reviewsU19mHs:hover .career_storyq5vyJf {
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.1),
        -8px -8px 16px rgba(255, 255, 255, 0.6),
        inset 1px 1px 2px rgba(255, 255, 255, 0.3),
        inset -1px -1px 2px rgba(0, 0, 0, 0.05);
    transform: translateZ(20px);
}.instructor_historyehaRuN .career_storyq5vyJf::before {
    color: rgb(178,158,136,0.5);
    content: "";
    left: 1rem;
    font-family: serif;
    font-size: 5rem;
    transition: all 0.4s ease;
    top: -1.5rem;
    line-height: 1;
    opacity: 0.3;
    position: absolute;
}.instructor_historyehaRuN .success_reviewsU19mHs:hover .career_storyq5vyJf::before {
    transform: scale(1.1) translateY(-5px);
    opacity: 0.5;
}

@media (min-width: 768px) {.instructor_historyehaRuN {
    padding: 8rem 0;
}.instructor_historyehaRuN .success_reviewsU19mHs {
    align-items: center;
    padding: 4rem;
    gap: 3rem;
    grid-template-columns: auto 1fr 2fr;
}.instructor_historyehaRuN .img_showJ5rnu1 {
    margin: 0;
    width: 180px;
    height: 180px;
}.instructor_historyehaRuN .name {
    text-align: left;
    font-size: calc(23px * 1.2);
}.instructor_historyehaRuN .success_reviewsU19mHs div:nth-child(2) div {
    font-size: 12px;
    text-align: left;
}.instructor_historyehaRuN .career_storyq5vyJf {
    font-size: calc(12px * 1.05);
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.instructor_historyehaRuN {
    padding: 10rem 0;
}.instructor_historyehaRuN .container {
    padding: 0 3rem;
}.instructor_historyehaRuN .success_reviewsU19mHs {
    gap: 4rem;
    padding: 5rem;
}.instructor_historyehaRuN .img_showJ5rnu1 {
    height: 220px;
    width: 220px;
}.instructor_historyehaRuN .name {
    margin-bottom: 0.75rem;
    font-size: calc(23px * 1.3);
}.instructor_historyehaRuN .success_reviewsU19mHs div:nth-child(2) div {
    margin-bottom: 1.5rem;
    font-size: calc(12px * 1.05);
}.instructor_historyehaRuN .career_storyq5vyJf {
    font-size: calc(12px * 1.1);
    line-height: 1.9;
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.instructor_historyehaRuN .success_reviewsU19mHs {
    padding: 2.5rem 1.5rem;
}.instructor_historyehaRuN .img_showJ5rnu1 {
    width: 120px;
    height: 120px;
}.instructor_historyehaRuN .name {
    margin-top: 1rem;
}.instructor_historyehaRuN .career_storyq5vyJf {
    padding: 1.5rem;
}}.footer_milestones9dUWJf {
    position: relative;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, #000000 0%, rgb(178,158,136,0.5) 100%);
    color: #ffffff;
    padding: 5rem 0 1rem;
    z-index: 1;
}.footer_milestones9dUWJf::before {
    position: absolute;
    background: radial-gradient(circle at 30% 50%, rgb(178,158,136,0.5) 0%, transparent 50%);
    top: 0;
    left: 0;
    right: 0;
    content: '';
    z-index: -1;
    bottom: 0;
}.footer_milestones9dUWJf::after {
    animation: glowLine 3s infinite alternate;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(178,158,136), transparent);
    height: 3px;
    top: 0;
    content: '';
    right: 0;
    z-index: 2;
}@keyframes glowLine {
    0% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
    50% {
        opacity: 1;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
}

.footer_milestones9dUWJf .container {
    z-index: 2;
    position: relative;
}.footer_milestones9dUWJf .discord_cta7lRSMJ {
    display: flex;
    gap: 3rem;
    flex-direction: column;
}.footer_milestones9dUWJf .support_centerQRcpWK {
    margin-bottom: 1rem;
    justify-content: center;
    position: relative;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgb(143,122,107,0.5);
    backdrop-filter: blur(8px);
    gap: 2rem;
}.footer_milestones9dUWJf .support_centerQRcpWK::before {
    transform: translateX(-50%);
    top: -2px;
    height: 2px;
    content: '';
    animation: scanLine 4s infinite linear;
    position: absolute;
    width: 50%;
    left: 50%;
    background: linear-gradient(90deg, transparent, rgb(143,122,107), transparent);
}@keyframes scanLine {
    0% {
        left: 0;
        width: 0;
    }
    50% {
        left: 50%;
        width: 100%;
    }
    100% {
        left: 100%;
        width: 0;
    }
}

.footer_milestones9dUWJf .info_item {
    text-align: center;
    min-width: 200px;
    flex: 1;
    max-width: 300px;
    transition: transform 0.3s ease;
}.footer_milestones9dUWJf .info_item:hover {
    transform: translateY(-5px);
}.footer_milestones9dUWJf .info_item p, 
.footer_milestones9dUWJf .info_item a {
    align-items: center;
    display: flex;
    border-radius: 10px;
    justify-content: center;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    padding: 0.75rem;
    gap: 0.5rem;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid transparent;
    font-size: calc(15px - 2px);
    transition: all 0.3s ease;
}.footer_milestones9dUWJf .info_item svg {
    width: 1.25rem;
    transition: fill 0.3s ease;
    height: 1.25rem;
    fill: rgb(143,122,107);
}.footer_milestones9dUWJf .info_item a:hover {
    box-shadow: 0 0 15px rgb(178,158,136,0.5);
    border-color: rgb(178,158,136,0.5);
    background: #000000;
}.footer_milestones9dUWJf .info_item a:hover svg {
    fill: rgb(178,158,136);
}.footer_milestones9dUWJf .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    display: grid;
}.footer_milestones9dUWJf .header_sitenoHfvs {
    gap: 1rem;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}.footer_milestones9dUWJf .header_sitenoHfvs svg {
    max-width: 180px;
    height: auto;
    transition: filter 0.3s ease;
    filter: drop-shadow(0 0 5px rgb(178,158,136,0.5));
}.footer_milestones9dUWJf .header_sitenoHfvs svg:hover {
    filter: drop-shadow(0 0 10px rgb(178,158,136));
}.footer_milestones9dUWJf .netiquetteGN6CST {
    color: #ffffff;
    line-height: 1.5;
    font-size: calc(14px - 1px);
    max-width: 280px;
    opacity: 0.7;
}.footer_milestones9dUWJf .top_guidevTp1M5 {
    gap: 1.25rem;
    flex-direction: column;
    display: flex;
}.footer_milestones9dUWJf .top_guidevTp1M5 h5 {
    padding-bottom: 0.75rem;
    font-size: 19px;
    margin-bottom: 0.5rem;
    color: #ffffff;
    font-weight: 600;
    position: relative;
}.footer_milestones9dUWJf .top_guidevTp1M5 h5::after {
    position: absolute;
    background: rgb(143,122,107);
    content: '';
    left: 0;
    width: 40px;
    height: 2px;
    bottom: 0;
    transition: width 0.3s ease;
}.footer_milestones9dUWJf .top_guidevTp1M5:hover h5::after {
    width: 80px;
}.footer_milestones9dUWJf .main_navbarWfh5RP {
    flex-direction: column;
    gap: 0.75rem;
    display: flex;
}.footer_milestones9dUWJf .main_navbarWfh5RP a {
    padding-left: 1rem;
    opacity: 0.8;
    font-size: 15px;
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
}.footer_milestones9dUWJf .main_navbarWfh5RP a::before {
    background: rgb(143,122,107);
    content: '';
    top: 50%;
    height: 5px;
    transition: all 0.3s ease;
    width: 5px;
    position: absolute;
    left: 0;
    border-radius: 50%;
    transform: translateY(-50%);
}.footer_milestones9dUWJf .main_navbarWfh5RP a:hover {
    transform: translateX(5px);
    color: rgb(178,158,136);
    opacity: 1;
}.footer_milestones9dUWJf .main_navbarWfh5RP a:hover::before {
    background: rgb(178,158,136);
    height: 7px;
    width: 7px;
    box-shadow: 0 0 8px rgb(178,158,136);
}.footer_milestones9dUWJf .subscribe_holder {
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    gap: 1.25rem;
    flex-direction: column;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
    border: 1px solid rgb(143,122,107,0.5);
    padding: 1.5rem;
}.footer_milestones9dUWJf .subscribe_holder::before {
    background: radial-gradient(circle at top right, rgb(178,158,136,0.5) 0%, transparent 70%);
    right: 0;
    position: absolute;
    left: 0;
    opacity: 0.1;
    z-index: -1;
    top: 0;
    content: '';
    bottom: 0;
}.footer_milestones9dUWJf .subscribe_holder h5 {
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
}.footer_milestones9dUWJf .subscribe_holder p {
    line-height: 1.6;
    color: #ffffff;
    font-size: calc(15px - 1px);
    opacity: 0.9;
}.footer_milestones9dUWJf .input_holder {
    gap: 0.75rem;
    position: relative;
    flex-direction: column;
    display: flex;
}.footer_milestones9dUWJf .input_holder input[type="email"] {
    color: #ffffff;
    border: 1px solid rgb(143,122,107,0.5);
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    font-size: 15px;
    flex: 1;
    transition: all 0.3s ease;
    padding: 0.875rem 1rem;
}.footer_milestones9dUWJf .input_holder input[type="email"]:focus {
    border-color: rgb(178,158,136);
    outline: none;
    box-shadow: 0 0 10px rgb(178,158,136,0.5);
}.footer_milestones9dUWJf .input_holder input[type="email"]::placeholder {
    opacity: 0.5;
    color: #ffffff;
}.footer_milestones9dUWJf .updates_itemJfCGTo {
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    position: relative;
    width: 100%;
    border-radius: 10px;
    color: #ffffff;
    border: none;
    padding: 0.875rem 1.5rem;
    font-weight: 600;
    background: rgb(178,158,136);
    overflow: hidden;
}.footer_milestones9dUWJf .updates_itemJfCGTo::before {
    transition: left 0.7s ease;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
}.footer_milestones9dUWJf .updates_itemJfCGTo:hover {
    background: rgb(143,122,107);
    box-shadow: 0 0 15px rgb(143,122,107,0.5);
    transform: translateY(-2px);
}.footer_milestones9dUWJf .updates_itemJfCGTo:hover::before {
    left: 100%;
}.footer_milestones9dUWJf .transcriptfhvHOm {
    margin-top: 3rem;
    position: relative;
    padding-top: 1.5rem;
    text-align: center;
    border-top: 1px solid rgb(143,122,107,0.5);
}.footer_milestones9dUWJf .transcriptfhvHOm::before {
    top: -1px;
    left: 0;
    height: 1px;
    content: '';
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(143,122,107,0.5), transparent);
    width: 100%;
}.footer_milestones9dUWJf .sec_cert2JG0Ai {
    color: #ffffff;
    font-size: 14px;
    opacity: 0.7;
}

@media (max-width: 1024px) {.footer_milestones9dUWJf {
    padding: 4rem 0 1rem;
}.footer_milestones9dUWJf .text_main_holder {
    grid-template-columns: 1fr 1fr;
}.footer_milestones9dUWJf .subscribe_holder {
    grid-column: span 2;
}
}

@media (min-width: 769px) {.footer_milestones9dUWJf .input_holder {
    flex-direction: row;
}.footer_milestones9dUWJf .updates_itemJfCGTo {
    width: auto;
}
}

@media (max-width: 768px) {.footer_milestones9dUWJf {
    padding: 3rem 0 1rem;
}.footer_milestones9dUWJf .support_centerQRcpWK {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}.footer_milestones9dUWJf .info_item {
    min-width: 100%;
}.footer_milestones9dUWJf .text_main_holder {
    gap: 2.5rem;
    grid-template-columns: 1fr;
}.footer_milestones9dUWJf .subscribe_holder {
    grid-column: auto;
}.footer_milestones9dUWJf .header_sitenoHfvs {
    text-align: center;
    align-items: center;
}.footer_milestones9dUWJf .netiquetteGN6CST {
    text-align: center;
    max-width: 100%;
}.footer_milestones9dUWJf .top_guidevTp1M5 h5 {
    text-align: center;
}.footer_milestones9dUWJf .top_guidevTp1M5 h5::after {
    left: 50%;
    transform: translateX(-50%);
}.footer_milestones9dUWJf .main_navbarWfh5RP {
    align-items: center;
}.footer_milestones9dUWJf .main_navbarWfh5RP a {
    text-align: center;
}.footer_milestones9dUWJf .main_navbarWfh5RP a:hover {
    transform: translateY(-2px);
}.footer_milestones9dUWJf .input_holder {
    flex-direction: column;
}.footer_milestones9dUWJf .updates_itemJfCGTo {
    width: 100%;
}
}

@media (max-width: 480px) {.footer_milestones9dUWJf {
    padding: 2.5rem 0 1rem;
}.footer_milestones9dUWJf .info_item p, 
    .footer_milestones9dUWJf .info_item a {
    font-size: calc(15px - 3px);
}.footer_milestones9dUWJf .top_guidevTp1M5 h5, 
    .footer_milestones9dUWJf .subscribe_holder h5 {
    font-size: calc(19px - 2px);
}.footer_milestones9dUWJf .main_navbarWfh5RP a, 
    .footer_milestones9dUWJf .subscribe_holder p {
    font-size: calc(15px - 2px);
}.footer_milestones9dUWJf .sec_cert2JG0Ai {
    font-size: calc(14px - 2px);
}}.gratBlockjHGLIy {
    background: linear-gradient(135deg, rgb(213,193,166) 0%, rgb(143,122,107,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.gratBlockjHGLIy::before {
    opacity: 0.4;
    z-index: 1;
    background: 
    radial-gradient(circle at 10% 20%, rgb(178,158,136,0.5) 5%, transparent 60%),
    radial-gradient(circle at 90% 80%, rgb(143,122,107,0.5) 10%, transparent 50%);
    position: absolute;
    pointer-events: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
}.gratBlockjHGLIy::after {
    pointer-events: none;
    content: "";
    height: 90%;
    transform: rotate(-15deg);
    opacity: 0.08;
    position: absolute;
    z-index: 1;
    width: 90%;
    right: -50%;
    top: -50%;
    filter: blur(80px);
    background: rgb(255, 255, 255, 0.5);
}.gratBlockjHGLIy .container {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.gratBlockjHGLIy .quick_masteryOGZYPz {
    border-left: 4px solid rgb(178,158,136);
    position: relative;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    background: #ffffff;
    animation: slideIn 0.8s cubic-bezier(0.17, 0.67, 0.45, 1.09) forwards;
    padding: 60px 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
              0 5px 12px rgba(0, 0, 0, 0.05);
}.gratBlockjHGLIy .quick_masteryOGZYPz::before {
    right: 20px;
    bottom: 20px;
    position: absolute;
    transform: scale(0.97);
    border-radius: 10px;
    left: 20px;
    opacity: 0.2;
    border: 1px solid rgb(143,122,107,0.5);
    top: 20px;
    pointer-events: none;
    content: "";
    transition: transform 0.5s ease;
}.gratBlockjHGLIy .quick_masteryOGZYPz:hover::before {
    transform: scale(1);
}.gratBlockjHGLIy .quick_masteryOGZYPz > div:first-child {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 25px;
}.gratBlockjHGLIy .quick_masteryOGZYPz > div:first-child::after {
    left: 0;
    background: linear-gradient(90deg, rgb(178,158,136) 0%, rgb(143,122,107) 100%);
    animation: lineExpand 1s ease-out 0.3s forwards;
    height: 3px;
    position: absolute;
    width: 80px;
    content: "";
    transform-origin: left center;
    bottom: 0;
}.gratBlockjHGLIy h5 {
    color: #000000;
    transform: translateY(15px);
    animation: fadeUp 0.7s ease-out 0.2s forwards;
    line-height: 1.4;
    font-weight: 700;
    font-size: 20px;
    opacity: 0;
    margin: 0;
}.gratBlockjHGLIy p {
    margin: 0;
    opacity: 0;
    animation: fadeUp 0.7s ease-out 0.4s forwards;
    color: #000000;
    font-weight: 400;
    transform: translateY(15px);
    font-size: 16px;
    line-height: 1.8;
}.gratBlockjHGLIy a {
    position: relative;
    display: block;
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.45, 1.09);
    text-decoration: none;
    color: inherit;
}.gratBlockjHGLIy a:hover {
    transform: translateY(-5px);
}.gratBlockjHGLIy a::after {
    opacity: 0;
    position: absolute;
    width: 100%;
    transform: scaleX(0.3);
    left: 0;
    transform-origin: left;
    transition: transform 0.5s ease, opacity 0.5s ease;
    height: 1px;
    content: "";
    bottom: -8px;
    background: linear-gradient(90deg, rgb(178,158,136,0.5) 0%, transparent 100%);
}.gratBlockjHGLIy a:hover::after {
    opacity: 1;
    transform: scaleX(1);
}

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

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

@keyframes slideIn {
  0% {
    transform: perspective(1000px) translateY(50px) rotateX(8deg);
    opacity: 0;
  }
  100% {
    transform: perspective(1000px) translateY(0) rotateX(2deg);
    opacity: 1;
  }
}

@media (max-width: 992px) {.gratBlockjHGLIy {
    padding: 80px 0;
}.gratBlockjHGLIy .quick_masteryOGZYPz {
    padding: 50px 40px;
}.gratBlockjHGLIy h5 {
    font-size: calc(20px - 2px);
}
}

@media (max-width: 768px) {.gratBlockjHGLIy {
    padding: 60px 0;
}.gratBlockjHGLIy .quick_masteryOGZYPz {
    padding: 40px 30px;
    transform: perspective(1000px) rotateX(1deg);
}.gratBlockjHGLIy .quick_masteryOGZYPz::before {
    top: 15px;
    bottom: 15px;
    right: 15px;
    left: 15px;
}.gratBlockjHGLIy .quick_masteryOGZYPz > div:first-child {
    padding-bottom: 20px;
    margin-bottom: 25px;
}.gratBlockjHGLIy h5 {
    font-size: calc(20px - 4px);
}.gratBlockjHGLIy p {
    line-height: 1.7;
    font-size: calc(16px - 1px);
}
}

@media (max-width: 576px) {.gratBlockjHGLIy {
    padding: 50px 0;
}.gratBlockjHGLIy .quick_masteryOGZYPz {
    padding: 30px 20px;
    transform: none;
    border-left: 3px solid rgb(178,158,136);
}.gratBlockjHGLIy .quick_masteryOGZYPz::before {
    display: none;
}.gratBlockjHGLIy .quick_masteryOGZYPz > div:first-child {
    padding-bottom: 15px;
    margin-bottom: 20px;
}.gratBlockjHGLIy .quick_masteryOGZYPz > div:first-child::after {
    height: 2px;
    width: 60px;
}.gratBlockjHGLIy h5 {
    font-size: calc(20px - 6px);
}.gratBlockjHGLIy p {
    font-size: calc(16px - 2px);
    line-height: 1.6;
}}.consentSettingsDialog6fR0ev {
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    background: rgb(213,193,166);
    width: 100%;
    position: fixed;
    z-index: 90;
    bottom: 0;
    border-top: 3px solid rgb(178,158,136);
    transition: transform 0.3s ease-in-out;
}.cookie_visitoretlh2j {
    padding: 20px 15px;
    align-items: center;
    display: flex;
    max-width: 1200px;
    justify-content: space-between;
    margin: 0 auto;
}.cookie_apply8i9KYU {
    margin-right: 15px;
    flex-shrink: 0;
}.cookie_apply8i9KYU svg {
    height: 60px;
    transition: fill 0.3s ease;
    fill: rgb(178,158,136);
    width: 60px;
}.cookie_apply8i9KYU svg:hover {
    fill: rgb(143,122,107);
}.track_manageeiy3mj {
    flex-grow: 1;
    margin-right: 15px;
    color: #000000;
}.consentSettingsDialog6fR0ev h5 {
    color: rgb(178,158,136);
    font-weight: 600;
    font-family: Arial, sans-serif;
    font-size: 18px;
    margin-bottom: 8px;
}.consentSettingsDialog6fR0ev p {
    line-height: 1.5;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 13px;
}.cookie_expandbVBTNu {
    padding: 10px 20px;
    color: #ffffff;
    text-align: center;
    border-radius: 21px;
    cursor: pointer;
    font-size: 20px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    margin-left: 10px;
    text-decoration: none;
    background: rgb(178,158,136);
    line-height: 35px;
}.cookie_expandbVBTNu:hover {
    box-shadow: 0 0 10px rgb(143,122,107,0.5);
    background: rgb(143,122,107);
}#accept_cookie_data_policyaNbymd {
    background: rgb(178,158,136);
}#refuseTrackingCookiesBtn0WENnJ {
    background: rgba(0, 0, 0, 0.5);
}.consentSettingsDialog6fR0ev p a {
    transition: color 0.3s ease;
    color: rgb(178,158,136);
    text-decoration: underline;
}.consentSettingsDialog6fR0ev p a:hover {
    color: rgb(143,122,107);
}
@media only screen and (max-width: 1200px) {.cookie_visitoretlh2j {
    align-items: center;
    flex-direction: column;
}.cookie_apply8i9KYU {
    margin-bottom: 15px;
}.track_manageeiy3mj {
    margin-bottom: 15px;
    margin-right: 0;
    text-align: center;
}.cookie_expandbVBTNu {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    max-width: 200px;
}
}
@media only screen and (max-width: 800px) {.cookie_visitoretlh2j {
    padding: 15px;
}.cookie_apply8i9KYU {
    display: none;
}.consentSettingsDialog6fR0ev h5 {
    font-size: 21px;
}.consentSettingsDialog6fR0ev p {
    font-size: 15px;
}}
#cookieMessageAlertyUHpSJ {
    display: none;
}#cookieMessageAlertyUHpSJ:checked ~ .consentSettingsDialog6fR0ev {
    visibility: hidden;
    opacity: 0;
}.course_highlightsVDNCnp {
    padding: 0;
    position: relative;
    display: flex;
    background-color: rgb(213,193,166);
    min-height: 100vh;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    align-items: center;
    overflow: hidden;
}.course_highlightsVDNCnp .lesson_pathuyhFfY {
    z-index: 1;
    width: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    height: 100%;
    top: 0;
}.course_highlightsVDNCnp .lesson_pathuyhFfY::before {
    left: 0;
    content: "";
    height: 100%;
    backdrop-filter: blur(2px);
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 30%, transparent 70%, rgb(178,158,136,0.5) 100%);
    z-index: 2;
    top: 0;
}.course_highlightsVDNCnp .lesson_pathuyhFfY::after {
    height: 70%;
    content: "";
    left: 0;
    width: 100%;
    z-index: 3;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to top, rgb(178,158,136,0.5) 10%, transparent 100%);
}.course_highlightsVDNCnp .skill_academy4PVdJH {
    display: flex;
    animation: carousel-slide 25s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
    height: 100%;
}.course_highlightsVDNCnp .lesson_pathuyhFfY:hover .skill_academy4PVdJH {
    animation-play-state: paused;
}.course_highlightsVDNCnp .career_progressEytoRz {
    position: relative;
    transition: transform 0.5s ease;
    min-width: 100%;
    height: 100%;
}.course_highlightsVDNCnp .career_progressEytoRz::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
    opacity: 0.1;
    left: 0;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(143,122,107,0.5),
        rgb(143,122,107,0.5) 10px,
        transparent 10px,
        transparent 20px
    );
}.course_highlightsVDNCnp .career_progressEytoRz img {
    object-position: center;
    transition: filter 0.3s ease, transform 0.5s ease;
    object-fit: cover;
    height: 100%;
    filter: saturate(1.2) contrast(1.1);
    width: 100%;
}.course_highlightsVDNCnp .career_progressEytoRz:hover img {
    filter: saturate(1.4) contrast(1.2);
    transform: scale(1.05);
}.course_highlightsVDNCnp .container {
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 2rem;
    max-width: 1200px;
    z-index: 10;
}.course_highlightsVDNCnp .quick_masteryOGZYPz {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}.course_highlightsVDNCnp .learn_moreUw89c7 {
    max-width: 900px;
    padding: 3.5rem;
    margin-left: auto;
    border-radius: 26px;
    animation: float 6s ease-in-out infinite;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2),
                inset 0 1px 1px rgba(255, 255, 255, 0.3),
                inset 0 -1px 1px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(15px);
    border-left: 4px solid rgb(178,158,136);
    background: linear-gradient(145deg, 
        rgb(178,158,136,0.5) 0%, 
        rgb(143,122,107,0.5) 100%);
    transform: translateY(0);
}.course_highlightsVDNCnp .learn_moreUw89c7 h3 {
    font-size: calc(37px * 1.1);
    font-weight: 700;
    margin-bottom: 1.8rem;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    position: relative;
    padding-bottom: 1rem;
}.course_highlightsVDNCnp .learn_moreUw89c7 h3::after {
    bottom: 0;
    height: 4px;
    position: absolute;
    background: rgb(178,158,136);
    width: 70px;
    border-radius: 10px;
    content: "";
    left: 0;
}.course_highlightsVDNCnp .learn_moreUw89c7 p {
    font-size: calc(16px * 1.1);
    line-height: 1.7;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    margin-bottom: 2.5rem;
    opacity: 1;
    color: #ffffff;
}.course_highlightsVDNCnp .learn_moreUw89c7 .message_inquirypumCgV {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    padding: 1rem 2rem;
    border-radius: 10px;
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    background: linear-gradient(to right, rgb(178,158,136), rgb(143,122,107));
    z-index: 1;
    text-decoration: none;
}.course_highlightsVDNCnp .learn_moreUw89c7 .message_inquirypumCgV::before {
    content: "";
    height: 100%;
    top: 0;
    z-index: -1;
    width: 100%;
    transition: left 0.7s ease;
    left: -100%;
    position: absolute;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
}.course_highlightsVDNCnp .learn_moreUw89c7 .message_inquirypumCgV:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}.course_highlightsVDNCnp .learn_moreUw89c7 .message_inquirypumCgV:hover::before {
    left: 100%;
}

@keyframes carousel-slide {
    0%, 100% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-100%);
    }
    45% {
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(-200%);
    }
    70% {
        transform: translateX(-200%);
    }
    75% {
        transform: translateX(-300%);
    }
    95% {
        transform: translateX(-300%);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@media screen and (max-width: 991px) {.course_highlightsVDNCnp {
    padding: 5rem 0;
    min-height: auto;
}.course_highlightsVDNCnp .lesson_pathuyhFfY {
    position: relative;
    height: 50vh;
}.course_highlightsVDNCnp .quick_masteryOGZYPz {
    justify-content: center;
}.course_highlightsVDNCnp .learn_moreUw89c7 {
    max-width: 90%;
    margin: 2rem auto 0;
    padding: 2.5rem;
}
}

@media screen and (max-width: 767px) {.course_highlightsVDNCnp .lesson_pathuyhFfY {
    height: 40vh;
}.course_highlightsVDNCnp .lesson_pathuyhFfY::after {
    height: 60%;
}.course_highlightsVDNCnp .learn_moreUw89c7 {
    padding: 1.5rem;
}.course_highlightsVDNCnp .learn_moreUw89c7 h3 {
    font-size: calc(37px * 0.8);
}.course_highlightsVDNCnp .learn_moreUw89c7 p {
    font-size: calc(16px * 0.9);
}.course_highlightsVDNCnp .learn_moreUw89c7 .message_inquirypumCgV {
    width: 100%;
    padding: 0.8rem 1.5rem;
}
}

@media screen and (max-width: 480px) {.course_highlightsVDNCnp .lesson_pathuyhFfY {
    height: 30vh;
}.course_highlightsVDNCnp .lesson_pathuyhFfY::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 50%, rgb(178,158,136,0.5) 100%);
}.course_highlightsVDNCnp .container {
    padding: 1rem;
}.course_highlightsVDNCnp .learn_moreUw89c7 {
    padding: 1.2rem;
}}.pricing_bundleEVr67L {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.pricing_bundleEVr67L::before {
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    bottom: 0;
    position: absolute;
    content: "";
}.pricing_bundleEVr67L .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    max-width: 1200px;
}.pricing_bundleEVr67L .pricing_carda0diSV {
    perspective: 1000px;
}.pricing_bundleEVr67L h2 {
    transform: translateZ(50px);
    color: #ffffff;
    font-size: 35px;
    text-shadow: 0 5px 15px rgba(0,0,0,0.2);
    margin-bottom: 25px;
    font-weight: 700;
    position: relative;
    text-align: center;
}.pricing_bundleEVr67L h2::after {
    content: "";
    background: rgb(178,158,136);
    bottom: -10px;
    position: absolute;
    transform: translateX(-50%);
    height: 3px;
    left: 50%;
    box-shadow: 0 0 15px rgb(178,158,136,0.5);
    width: 80px;
}.pricing_bundleEVr67L .learning_dealsJFK0nL {
    max-width: 800px;
    margin: 0 auto 60px;
    opacity: 0.9;
    color: #ffffff;
    line-height: 1.6;
    font-size: 14px;
    text-align: center;
}.pricing_bundleEVr67L .rate_panelBXIz9R {
    display: grid;
    margin: 0;
    gap: 30px;
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.pricing_bundleEVr67L .learning_pricingNQi2xt {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: transform;
    transform-style: preserve-3d;
    text-decoration: none;
    height: 100%;
    display: block;
}.pricing_bundleEVr67L .fee_struct1NYpOd {
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
    padding: 8px;
    backdrop-filter: blur(10px);
    height: 100%;
    border-radius: 8px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.3),
        -15px -15px 30px rgba(255, 255, 255, 0.02),
        inset 2px 2px 5px rgba(255, 255, 255, 0.05),
        inset -2px -2px 5px rgba(0, 0, 0, 0.15);
}.pricing_bundleEVr67L .fee_struct1NYpOd::before {
    background: linear-gradient(45deg, transparent 40%, rgba(255,255,255,0.1) 45%, rgba(255,255,255,0.1) 55%, transparent 60%);
    opacity: 0;
    top: -5px;
    position: absolute;
    animation: shimmer 3s infinite linear;
    transition: opacity 0.4s ease;
    z-index: -1;
    left: -5px;
    bottom: -5px;
    background-size: 200% 200%;
    right: -5px;
    content: "";
}.pricing_bundleEVr67L .payment_scheme1RomzD {
    background: linear-gradient(145deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.01) 100%);
    position: relative;
    border: 1px solid rgba(255,255,255,0.05);
    padding: 35px 25px;
    display: flex;
    border-radius: 4px;
    flex-direction: column;
    transition: all 0.3s ease;
    height: 100%;
}.pricing_bundleEVr67L .payment_scheme1RomzD h4 {
    color: #ffffff;
    position: relative;
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}.pricing_bundleEVr67L .payment_scheme1RomzD h4::after {
    bottom: 0;
    content: "";
    width: 40px;
    left: 0;
    position: absolute;
    transition: width 0.3s ease;
    background: rgb(178,158,136);
    height: 2px;
}.pricing_bundleEVr67L .payment_scheme1RomzD p {
    color: #ffffff;
    flex-grow: 1;
    font-size: calc(14px - 2px);
    line-height: 1.6;
    margin-bottom: 25px;
    opacity: 0.8;
}.pricing_bundleEVr67L .study_pricingFldBKZ {
    position: relative;
    align-self: flex-start;
    overflow: hidden;
    font-size: calc(20px + 4px);
    box-shadow: 
        0 10px 20px rgba(0,0,0,0.2),
        0 0 0 1px rgba(255,255,255,0.1);
    padding: 12px 25px;
    background: linear-gradient(135deg, rgb(178,158,136) 0%, rgb(143,122,107) 100%);
    border-radius: 30px;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
}.pricing_bundleEVr67L .study_pricingFldBKZ::before {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    left: -100%;
    content: "";
    width: 100%;
    transition: 0.5s;
    top: 0;
    height: 100%;
}.pricing_bundleEVr67L .learning_pricingNQi2xt:hover {
    transform: translateY(-10px) rotateX(5deg);
}.pricing_bundleEVr67L .learning_pricingNQi2xt:hover .fee_struct1NYpOd {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.4),
        -20px -20px 40px rgba(255, 255, 255, 0.03),
        inset 2px 2px 5px rgba(255, 255, 255, 0.05),
        inset -2px -2px 5px rgba(0, 0, 0, 0.15);
}.pricing_bundleEVr67L .learning_pricingNQi2xt:hover .fee_struct1NYpOd::before {
    opacity: 1;
}.pricing_bundleEVr67L .learning_pricingNQi2xt:hover .payment_scheme1RomzD h4::after {
    width: 80px;
}.pricing_bundleEVr67L .learning_pricingNQi2xt:hover .study_pricingFldBKZ::before {
    left: 100%;
}.pricing_bundleEVr67L .learning_pricingNQi2xt:hover .payment_scheme1RomzD {
    border-color: rgba(255,255,255,0.1);
    transform: translateZ(20px);
}

@keyframes shimmer {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 200%;
    }
}

@media (max-width: 1200px) {.pricing_bundleEVr67L {
    padding: 100px 0;
}.pricing_bundleEVr67L .rate_panelBXIz9R {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.pricing_bundleEVr67L .payment_scheme1RomzD {
    padding: 30px 20px;
}
}

@media (max-width: 768px) {.pricing_bundleEVr67L {
    padding: 80px 0;
}.pricing_bundleEVr67L h2 {
    font-size: calc(35px - 4px);
}.pricing_bundleEVr67L .learning_dealsJFK0nL {
    margin-bottom: 40px;
}.pricing_bundleEVr67L .rate_panelBXIz9R {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.pricing_bundleEVr67L .payment_scheme1RomzD h4 {
    font-size: calc(20px - 1px);
}.pricing_bundleEVr67L .study_pricingFldBKZ {
    font-size: calc(20px + 2px);
    padding: 10px 20px;
}
}

@media (max-width: 480px) {.pricing_bundleEVr67L {
    padding: 60px 0;
}.pricing_bundleEVr67L h2 {
    font-size: calc(35px - 6px);
}.pricing_bundleEVr67L .learning_dealsJFK0nL {
    font-size: calc(14px - 1px);
    margin-bottom: 30px;
}.pricing_bundleEVr67L .payment_scheme1RomzD {
    padding: 25px 15px;
}.pricing_bundleEVr67L .payment_scheme1RomzD p {
    font-size: calc(14px - 3px);
    margin-bottom: 20px;
}.pricing_bundleEVr67L .study_pricingFldBKZ {
    padding: 8px 15px;
    font-size: calc(20px + 0px);
}
}

@media (hover: none) {.pricing_bundleEVr67L .learning_pricingNQi2xt:hover {
    transform: none;
}.pricing_bundleEVr67L .fee_struct1NYpOd {
    box-shadow: 
            5px 5px 15px rgba(0, 0, 0, 0.2),
            -5px -5px 15px rgba(255, 255, 255, 0.02);
}.pricing_bundleEVr67L .learning_pricingNQi2xt:active {
    transform: scale(0.98);
}}.data_statistics6C7ofG {
    overflow: hidden;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(213,193,166) 0%, rgb(143,122,107,0.5) 100%);
    position: relative;
}.data_statistics6C7ofG::before {
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(178,158,136,0.5) 0px,
        rgb(178,158,136,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.05;
    position: absolute;
}.data_statistics6C7ofG .container {
    max-width: 1200px;
    z-index: 1;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}.data_statistics6C7ofG ul {
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    padding: 0;
    list-style: none;
}.data_statistics6C7ofG .statistics_pointsaD6eCT {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transform-origin: center bottom;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.4s ease;
}.data_statistics6C7ofG .statistics_pointsaD6eCT:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-8px) scale(1.02);
}.data_statistics6C7ofG .statistics_pointsaD6eCT::before {
    height: 100%;
    left: 0;
    transform-origin: bottom;
    position: absolute;
    content: "";
    background: rgb(178,158,136);
    top: 0;
    width: 5px;
    transition: transform 0.3s ease;
    transform: scaleY(0);
}.data_statistics6C7ofG .statistics_pointsaD6eCT:hover::before {
    transform: scaleY(1);
}.data_statistics6C7ofG .statistics_pointsaD6eCT::after {
    position: absolute;
    width: 25%;
    content: "";
    top: 0;
    opacity: 0;
    height: 25%;
    background: linear-gradient(135deg, transparent 50%, rgb(143,122,107,0.5) 50%);
    right: 0;
    transition: opacity 0.4s ease;
}.data_statistics6C7ofG .statistics_pointsaD6eCT:hover::after {
    opacity: 0.6;
}.data_statistics6C7ofG .statistics_pointsaD6eCT div {
    padding: 35px 25px;
    display: flex;
    transition: transform 0.3s ease;
    flex-direction: column;
    height: 100%;
}.data_statistics6C7ofG .statistics_pointsaD6eCT:hover div {
    transform: translateX(5px);
}.data_statistics6C7ofG .statistics_pointsaD6eCT p {
    display: inline-block;
    font-weight: 700;
    animation-delay: calc(var(--order, 0) * 0.1s);
    font-size: calc(45px * 1.2);
    color: rgb(178,158,136);
    margin: 0 0 15px;
    opacity: 0;
    animation: stat-number-appear 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67) forwards;
    transform: translateY(20px);
    position: relative;
}.data_statistics6C7ofG .statistics_pointsaD6eCT:nth-child(1) p {
    --order: 1;
}.data_statistics6C7ofG .statistics_pointsaD6eCT:nth-child(2) p {
    --order: 2;
}.data_statistics6C7ofG .statistics_pointsaD6eCT:nth-child(3) p {
    --order: 3;
}.data_statistics6C7ofG .statistics_pointsaD6eCT:nth-child(4) p {
    --order: 4;
}.data_statistics6C7ofG .statistics_pointsaD6eCT:nth-child(5) p {
    --order: 5;
}.data_statistics6C7ofG .statistics_pointsaD6eCT:nth-child(6) p {
    --order: 6;
}.data_statistics6C7ofG .statistics_pointsaD6eCT:nth-child(7) p {
    --order: 7;
}.data_statistics6C7ofG .statistics_pointsaD6eCT p::after {
    position: absolute;
    background: rgb(143,122,107);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 40px;
    left: 0;
    height: 3px;
    content: "";
    bottom: -5px;
    transform: scaleX(0);
    transform-origin: left;
}.data_statistics6C7ofG .statistics_pointsaD6eCT:hover p::after {
    transform: scaleX(1);
}.data_statistics6C7ofG .statistics_pointsaD6eCT span {
    opacity: 0;
    margin-top: auto;
    position: relative;
    font-weight: 600;
    color: #000000;
    font-size: 13px;
    transform: translateY(15px);
    animation: stat-text-appear 0.5s ease forwards;
    animation-delay: calc((var(--order, 0) * 0.1s) + 0.2s);
}.data_statistics6C7ofG .statistics_pointsaD6eCT:nth-child(1) span {
    --order: 1;
}.data_statistics6C7ofG .statistics_pointsaD6eCT:nth-child(2) span {
    --order: 2;
}.data_statistics6C7ofG .statistics_pointsaD6eCT:nth-child(3) span {
    --order: 3;
}.data_statistics6C7ofG .statistics_pointsaD6eCT:nth-child(4) span {
    --order: 4;
}.data_statistics6C7ofG .statistics_pointsaD6eCT:nth-child(5) span {
    --order: 5;
}.data_statistics6C7ofG .statistics_pointsaD6eCT:nth-child(6) span {
    --order: 6;
}.data_statistics6C7ofG .statistics_pointsaD6eCT:nth-child(7) span {
    --order: 7;
}.data_statistics6C7ofG h4 {
    padding-bottom: 15px;
    text-align: center;
    position: relative;
    animation-delay: 0.8s;
    animation: heading-appear 0.8s cubic-bezier(0.17, 0.67, 0.83, 0.67) forwards;
    margin-top: 60px;
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    opacity: 0;
    transform: translateY(20px);
}.data_statistics6C7ofG h4::after {
    width: 80px;
    left: 50%;
    content: "";
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(143,122,107), rgb(178,158,136));
    height: 3px;
    position: absolute;
    bottom: 0;
}

@keyframes stat-number-appear {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes stat-text-appear {
    0% {
        transform: translateY(15px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

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

@media (max-width: 1200px) {.data_statistics6C7ofG ul {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.data_statistics6C7ofG .statistics_pointsaD6eCT div {
    padding: 30px 20px;
}.data_statistics6C7ofG .statistics_pointsaD6eCT p {
    font-size: calc(45px * 1.1);
}
}

@media (max-width: 992px) {.data_statistics6C7ofG {
    padding: 60px 0;
}.data_statistics6C7ofG ul {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.data_statistics6C7ofG h4 {
    margin-top: 50px;
}
}

@media (max-width: 768px) {.data_statistics6C7ofG {
    padding: 50px 0;
}.data_statistics6C7ofG ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}.data_statistics6C7ofG .statistics_pointsaD6eCT div {
    padding: 25px 20px;
}.data_statistics6C7ofG .statistics_pointsaD6eCT p {
    font-size: 36px;
    margin-bottom: 10px;
}.data_statistics6C7ofG .statistics_pointsaD6eCT span {
    font-size: calc(13px * 0.9);
}.data_statistics6C7ofG h4 {
    margin-top: 40px;
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 576px) {.data_statistics6C7ofG {
    padding: 40px 0;
}.data_statistics6C7ofG ul {
    grid-template-columns: 1fr;
    gap: 15px;
}.data_statistics6C7ofG .statistics_pointsaD6eCT div {
    padding: 20px 15px;
}.data_statistics6C7ofG h4 {
    margin-top: 30px;
    font-size: calc(18px * 0.9);
}.data_statistics6C7ofG h4::after {
    width: 60px;
}}.training_structureLISBAr {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(213,193,166), #ffffff);
}.training_structureLISBAr::before {
    content: "";
    width: 100%;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(rgb(178,158,136,0.5), 0.03),
        rgba(rgb(178,158,136,0.5), 0.03) 1px,
        transparent 1px,
        transparent 10px
    );
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}.training_structureLISBAr::after {
    border: 1px solid rgba(rgb(178,158,136,0.5), 0.2);
    height: 200px;
    width: 200px;
    position: absolute;
    z-index: 0;
    right: -50px;
    content: "";
    transform: rotate(15deg);
    top: -50px;
}.training_structureLISBAr .container.quick_masteryOGZYPz {
    padding: 0 2rem;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.training_structureLISBAr .container.quick_masteryOGZYPz > div {
    padding: 3.5rem 4rem;
    transform: translateY(0);
    box-shadow: 0 15px 40px rgba(rgba(0, 0, 0, 0.5), 0.08);
    position: relative;
    background-color: #ffffff;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
}.training_structureLISBAr .container.quick_masteryOGZYPz > div:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(rgba(0, 0, 0, 0.5), 0.12);
}.training_structureLISBAr .container.quick_masteryOGZYPz > div::before {
    transition: height 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    content: "";
    background: linear-gradient(to bottom, rgb(178,158,136), rgb(143,122,107));
    position: absolute;
    height: 0;
    left: 0;
    width: 5px;
    top: 0;
}.training_structureLISBAr .container.quick_masteryOGZYPz > div:hover::before {
    height: 100%;
}.training_structureLISBAr .container.quick_masteryOGZYPz > div::after {
    transform: rotate(45deg);
    background: linear-gradient(45deg, transparent 48%, rgb(143,122,107) 48%, rgb(143,122,107) 52%, transparent 52%);
    width: 40px;
    position: absolute;
    opacity: 0.2;
    bottom: 2rem;
    content: "";
    right: 2rem;
    height: 40px;
}.training_structureLISBAr h3 {
    padding-bottom: 1rem;
    color: #000000;
    position: relative;
    font-size: 2.2rem;
    font-family: Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 1.5rem;
    line-height: 1.3;
    letter-spacing: -0.02em;
}.training_structureLISBAr h3::after {
    content: "";
    bottom: 0;
    transition: width 0.4s ease;
    background: linear-gradient(90deg, rgb(178,158,136), rgb(143,122,107));
    position: absolute;
    height: 3px;
    left: 0;
    width: 80px;
}.training_structureLISBAr .container.quick_masteryOGZYPz > div:hover h3::after {
    width: 120px;
}.training_structureLISBAr p {
    margin: 0;
    transition: transform 0.3s ease;
    line-height: 1.8;
    font-size: 16px;
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
}.training_structureLISBAr p span {
    display: block;
    border-left: 1px dashed rgba(rgb(178,158,136,0.5), 0.3);
    padding-left: 1rem;
    position: relative;
}

@media (min-width: 992px) {.training_structureLISBAr .container.quick_masteryOGZYPz > div {
    padding: 4rem 5rem;
    margin-left: 3rem;
    display: grid;
    grid-template-columns: 1fr;
}.training_structureLISBAr h3 {
    font-size: 2.6rem;
    margin-bottom: 2rem;
}.training_structureLISBAr p {
    font-size: calc(16px + 0.1rem);
    line-height: 1.9;
}
}

@media (min-width: 1200px) {.training_structureLISBAr {
    padding: 7rem 0;
}.training_structureLISBAr .container.quick_masteryOGZYPz > div {
    margin-left: 5rem;
    padding: 5rem 6rem;
}.training_structureLISBAr h3 {
    font-size: 2.8rem;
}.training_structureLISBAr p span {
    padding-left: 1.5rem;
}
}

@media (max-width: 991px) {.training_structureLISBAr {
    padding: 4rem 0;
}.training_structureLISBAr .container.quick_masteryOGZYPz {
    padding: 0 1.5rem;
}.training_structureLISBAr .container.quick_masteryOGZYPz > div {
    padding: 2.5rem 2rem;
}.training_structureLISBAr h3 {
    margin-bottom: 1.2rem;
    font-size: 1.8rem;
    padding-bottom: 0.8rem;
}.training_structureLISBAr h3::after {
    width: 60px;
    height: 2px;
}
}

@media (max-width: 767px) {.training_structureLISBAr {
    padding: 3rem 0;
}.training_structureLISBAr .container.quick_masteryOGZYPz > div {
    padding: 2rem 1.5rem;
}.training_structureLISBAr h3 {
    font-size: 1.6rem;
}.training_structureLISBAr p {
    line-height: 1.7;
    font-size: calc(16px - 0.1rem);
}.training_structureLISBAr p span {
    padding-left: 0.75rem;
}
}

@media (max-width: 575px) {.training_structureLISBAr .container.quick_masteryOGZYPz > div {
    padding: 1.75rem 1.25rem;
}.training_structureLISBAr .container.quick_masteryOGZYPz > div::after {
    display: none;
}.training_structureLISBAr h3 {
    margin-bottom: 1rem;
    padding-bottom: 0.6rem;
    font-size: 1.5rem;
}.training_structureLISBAr h3::after {
    width: 50px;
}}.give_it_a_trylXwsaf {
    overflow: hidden;
    background: linear-gradient(135deg, #000000 0%, rgb(178,158,136) 100%);
    padding: 80px 0;
    position: relative;
}.give_it_a_trylXwsaf::before {
    width: 100%;
    top: 0;
    z-index: 1;
    left: 0;
    opacity: 0.1;
    position: absolute;
    height: 100%;
    content: '';
    background: repeating-linear-gradient(
        45deg,
        rgb(178,158,136,0.5),
        rgb(178,158,136,0.5) 10px,
        transparent 10px,
        transparent 20px
    );
}.give_it_a_trylXwsaf::after {
    background: radial-gradient(
        circle,
        rgb(143,122,107) 0%,
        transparent 70%
    );
    animation: pulse 15s infinite alternate;
    height: 200%;
    position: absolute;
    left: -50%;
    z-index: 0;
    top: -50%;
    width: 200%;
    opacity: 0.05;
    content: '';
}.give_it_a_trylXwsaf .quick_masteryOGZYPz {
    align-items: center;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    display: flex;
    text-align: center;
}.give_it_a_trylXwsaf h3 {
    font-weight: 700;
    position: relative;
    transform: translateY(0);
    font-size: 32px;
    margin-bottom: 40px;
    letter-spacing: 1px;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    transition: transform 0.5s ease;
}.give_it_a_trylXwsaf h3::after {
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    content: '';
    bottom: -15px;
    position: absolute;
    box-shadow: 0 0 15px rgb(143,122,107);
    background: rgb(143,122,107);
    height: 4px;
    width: 80px;
}.give_it_a_trylXwsaf .team_contactcWtzT3 {
    overflow: hidden;
    border: 2px solid transparent;
    text-transform: uppercase;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    display: inline-block;
    border-radius: 20px;
    z-index: 2;
    text-decoration: none;
    transition: all 0.4s ease;
    background: rgb(143,122,107);
    padding: 16px 40px;
    position: relative;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 15px;
}.give_it_a_trylXwsaf .team_contactcWtzT3::before {
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    left: -100%;
    position: absolute;
    content: '';
    top: 0;
    transition: all 0.6s ease;
    width: 100%;
    height: 100%;
}.give_it_a_trylXwsaf .team_contactcWtzT3:hover {
    background: transparent;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    border-color: rgb(143,122,107);
}.give_it_a_trylXwsaf .team_contactcWtzT3:hover::before {
    left: 100%;
}.give_it_a_trylXwsaf .quick_masteryOGZYPz::before {
    z-index: -1;
    top: -100px;
    background-size: 30px 30px;
    position: absolute;
    width: calc(100% + 200px);
    background-image: 
        linear-gradient(to right, rgb(178,158,136,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(178,158,136,0.5) 1px, transparent 1px);
    left: -100px;
    opacity: 0.1;
    height: calc(100% + 200px);
    content: '';
}.give_it_a_trylXwsaf .quick_masteryOGZYPz::after {
    bottom: -100px;
    content: '';
    border-radius: 50%;
    height: 200px;
    right: -50px;
    opacity: 0.2;
    width: 200px;
    animation: rotate 20s linear infinite;
    position: absolute;
    border: 2px solid rgb(143,122,107,0.5);
}

@media screen and (max-width: 992px) {.give_it_a_trylXwsaf {
    padding: 60px 0;
}.give_it_a_trylXwsaf h3 {
    margin-bottom: 30px;
    font-size: calc(32px * 0.9);
}.give_it_a_trylXwsaf .quick_masteryOGZYPz::after {
    bottom: -70px;
    width: 150px;
    height: 150px;
    right: -30px;
}
}

@media screen and (max-width: 768px) {.give_it_a_trylXwsaf {
    padding: 50px 0;
}.give_it_a_trylXwsaf h3 {
    font-size: calc(32px * 0.8);
    margin-bottom: 25px;
}.give_it_a_trylXwsaf .team_contactcWtzT3 {
    padding: 14px 30px;
}.give_it_a_trylXwsaf .quick_masteryOGZYPz::after {
    bottom: -50px;
    height: 100px;
    right: -20px;
    width: 100px;
}
}

@media screen and (max-width: 576px) {.give_it_a_trylXwsaf {
    padding: 40px 0;
}.give_it_a_trylXwsaf h3 {
    margin-bottom: 20px;
    font-size: calc(32px * 0.7);
}.give_it_a_trylXwsaf .team_contactcWtzT3 {
    font-size: calc(15px * 0.9);
    padding: 12px 25px;
}.give_it_a_trylXwsaf h3::after {
    height: 3px;
    bottom: -10px;
    width: 60px;
}}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.05;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.1;
    }
    100% {
        transform: scale(1);
        opacity: 0.05;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}.welcome4BCrLe {
    position: relative;
    flex-direction: column;
    overflow: hidden;
    min-height: 100vh;
    background: linear-gradient(135deg, #000000, rgb(178,158,136,0.5));
    display: flex;
}.welcome4BCrLe .img_showJ5rnu1 {
    left: 0;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    opacity: 0.25;
    transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform: scale(1.05);
    filter: contrast(1.2) saturate(0.8);
}.welcome4BCrLe:hover .img_showJ5rnu1 {
    transform: scale(1.1);
}.welcome4BCrLe .quick_masteryOGZYPz {
    gap: 2rem;
    display: flex;
    flex-direction: column;
    padding: 3rem 2rem;
    width: 100%;
    position: relative;
    align-items: flex-start;
    margin: auto;
    justify-content: center;
    z-index: 2;
    max-width: 1200px;
}.welcome4BCrLe h1 {
    font-size: clamp(2rem, 5vw, 38px);
    opacity: 0;
    color: #ffffff;
    max-width: 800px;
    position: relative;
    margin-bottom: 1rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3), 0 5px 15px rgba(0, 0, 0, 0.1);
    font-weight: 700;
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    transform: translateY(20px);
    line-height: 1.2;
}.welcome4BCrLe h1::after {
    background: rgb(143,122,107);
    transform-origin: left;
    width: 80px;
    animation: scaleIn 1s 0.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    content: "";
    height: 4px;
    bottom: -0.5rem;
}.welcome4BCrLe .paragraph_wrapZBStnL {
    display: flex;
    max-width: 600px;
    transform: translateY(20px);
    opacity: 0;
    animation: fadeInUp 0.8s 0.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    gap: 2rem;
    flex-direction: column;
}.welcome4BCrLe p {
    position: relative;
    font-size: clamp(1rem, 2vw, 13px);
    margin-bottom: 1rem;
    color: #ffffff;
    line-height: 1.6;
}.welcome4BCrLe .edu_spacecSK2PE {
    align-items: center;
    opacity: 0;
    animation: fadeInUp 0.8s 0.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    transform: translateY(20px);
    justify-content: center;
    display: flex;
    margin: 2rem 0;
}.welcome4BCrLe svg {
    height: 120px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), filter 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    width: 120px;
    filter: drop-shadow(0 5px 15px rgba(94, 170, 168, 0.3));
}.welcome4BCrLe svg:hover {
    filter: drop-shadow(0 10px 20px rgba(94, 170, 168, 0.5));
    transform: translateY(-5px) scale(1.05);
}.welcome4BCrLe svg path {
    fill: rgb(94, 170, 168);
    transition: fill 0.5s ease;
}.welcome4BCrLe svg:hover path {
    fill: rgb(143,122,107);
}.welcome4BCrLe svg text {
    transition: fill 0.5s ease;
    font-family: Arial, sans-serif;
}.welcome4BCrLe svg:hover text {
    fill: #ffffff;
}.welcome4BCrLe h6 {
    opacity: 0;
    margin-top: 1rem;
    animation: fadeInUp 0.8s 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    transform: translateY(20px);
}.welcome4BCrLe .message_inquirypumCgV {
    padding: 0.8rem 1.8rem;
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(143,122,107), rgb(94, 170, 168));
    box-shadow: 0 4px 20px rgba(94, 170, 168, 0.3);
    position: relative;
    text-decoration: none;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    font-weight: 600;
}.welcome4BCrLe .message_inquirypumCgV::before {
    width: 100%;
    content: "";
    opacity: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(94, 170, 168), rgb(143,122,107));
    transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}.welcome4BCrLe .message_inquirypumCgV:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(94, 170, 168, 0.5);
}.welcome4BCrLe .message_inquirypumCgV:hover::before {
    opacity: 1;
}.welcome4BCrLe .message_inquirypumCgV:active {
    box-shadow: 0 2px 10px rgba(94, 170, 168, 0.3);
    transform: translateY(1px);
}

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

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

@media (min-width: 768px) {.welcome4BCrLe .quick_masteryOGZYPz {
    align-items: flex-start;
    padding: 4rem;
}.welcome4BCrLe h1 {
    max-width: 70%;
}.welcome4BCrLe .paragraph_wrapZBStnL {
    max-width: 60%;
}.welcome4BCrLe svg {
    height: 150px;
    width: 150px;
}.welcome4BCrLe .img_showJ5rnu1 {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    opacity: 0.3;
}
}

@media (min-width: 992px) {.welcome4BCrLe .quick_masteryOGZYPz {
    padding: 5rem;
}.welcome4BCrLe h1 {
    max-width: 60%;
}.welcome4BCrLe .paragraph_wrapZBStnL {
    max-width: 50%;
}.welcome4BCrLe svg {
    height: 180px;
    width: 180px;
}.welcome4BCrLe .img_showJ5rnu1 {
    opacity: 0.35;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 20% 100%);
}
}

@media (max-width: 767px) {.welcome4BCrLe .quick_masteryOGZYPz {
    align-items: center;
    text-align: center;
    padding: 3rem 1.5rem;
}.welcome4BCrLe h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}@keyframes scaleIn {
        from {
            transform: translateX(-50%) scaleX(0);
        }
        to {
            transform: translateX(-50%) scaleX(1);
        }
    }
    
    .welcome4BCrLe .paragraph_wrapZBStnL {
    align-items: center;
}}.privacy_strongholdASwClB {
    padding: 5rem 1.5rem;
    overflow: hidden;
    position: relative;
    background: linear-gradient(140deg, rgb(213,193,166) 0%, rgb(213,193,166) 85%, rgba(rgb(178,158,136,0.5), 0.05) 100%);
    font-family: Arial, sans-serif;
}.privacy_strongholdASwClB::before {
    z-index: 1;
    background: linear-gradient(90deg, rgb(178,158,136) 0%, rgb(143,122,107) 100%);
    width: 100%;
    content: "";
    top: 0;
    height: 8px;
    position: absolute;
    left: 0;
}.privacy_strongholdASwClB::after {
    z-index: 0;
    content: "";
    width: 35%;
    pointer-events: none;
    background: radial-gradient(circle at bottom right, rgba(rgb(178,158,136,0.5), 0.03), transparent 70%);
    bottom: 0;
    position: absolute;
    right: 0;
    height: 35%;
}.privacy_strongholdASwClB .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1140px;
}.privacy_strongholdASwClB h1 {
    position: relative;
    margin-bottom: 2rem;
    font-weight: 700;
    padding-bottom: 1rem;
    transform: translateX(-0.5rem);
    font-size: 43px;
    color: rgb(178,158,136);
}.privacy_strongholdASwClB h1::after {
    left: 0;
    width: 85px;
    transform-origin: left;
    background: rgb(143,122,107);
    bottom: 0;
    position: absolute;
    height: 3px;
    animation: expandWidth 0.8s ease-out forwards;
    content: "";
}.privacy_strongholdASwClB h2 {
    position: relative;
    font-size: 37px;
    margin-top: 2.5rem;
    color: #000000;
    margin-bottom: 1.25rem;
    padding-left: 1rem;
    font-weight: 600;
}.privacy_strongholdASwClB h2::before {
    top: 0.25rem;
    content: "";
    left: 0;
    width: 4px;
    border-radius: 2px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(178,158,136), rgb(143,122,107));
    bottom: 0.25rem;
}.privacy_strongholdASwClB h3 {
    margin-bottom: 1rem;
    font-weight: 600;
    color: #000000;
    font-size: calc(37px * 0.85);
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
    margin-top: 2rem;
    padding-bottom: 0.75rem;
}.privacy_strongholdASwClB h4 {
    color: #000000;
    font-weight: 600;
    font-size: calc(37px * 0.7);
    margin-bottom: 0.75rem;
    margin-top: 1.75rem;
}.privacy_strongholdASwClB p {
    font-size: 12px;
    max-width: 90ch;
    line-height: 1.7;
    margin-bottom: 1.25rem;
    color: #000000;
}.privacy_strongholdASwClB strong {
    color: rgb(178,158,136);
    font-weight: 600;
}.privacy_strongholdASwClB ul {
    list-style-type: none;
    padding: 0;
    margin: 1.5rem 0 2rem 1.5rem;
}.privacy_strongholdASwClB li {
    margin-bottom: 1rem;
    font-size: 12px;
    position: relative;
    padding-left: 1.75rem;
    color: #000000;
    line-height: 1.6;
}.privacy_strongholdASwClB li::before {
    background-color: rgb(143,122,107);
    content: "";
    transform: rotate(45deg);
    top: 0.5rem;
    width: 8px;
    height: 8px;
    left: 0;
    position: absolute;
}.privacy_strongholdASwClB span {
    padding: 0.5rem 0 0.5rem 1rem;
    display: block;
    font-size: 12px;
    color: #000000;
    margin-bottom: 1.5rem;
    background: linear-gradient(to right, rgba(rgb(178,158,136,0.5), 0.03), transparent 80%);
    line-height: 1.7;
    border-left: 2px solid rgba(rgb(178,158,136,0.5), 0.3);
}@keyframes expandWidth {
    from { width: 0; }
    to { width: 85px; }
}


.privacy_strongholdASwClB h2:hover::before {
    transition: background 0.3s ease;
    background: linear-gradient(to bottom, rgb(143,122,107), rgb(178,158,136));
}.privacy_strongholdASwClB li:hover::before {
    transition: transform 0.3s ease;
    transform: rotate(135deg);
}


@media (min-width: 768px) {.privacy_strongholdASwClB {
    padding: 7rem 3rem;
}.privacy_strongholdASwClB h1 {
    font-size: calc(43px * 1.2);
    transform: translateX(-1rem);
}.privacy_strongholdASwClB h1::after {
    width: 120px;
}.privacy_strongholdASwClB h2 {
    padding-left: 1.5rem;
}.privacy_strongholdASwClB h2::before {
    width: 6px;
}.privacy_strongholdASwClB ul {
    margin-left: 2.5rem;
}.privacy_strongholdASwClB li {
    padding-left: 2rem;
}
    
    @keyframes expandWidth {
        from { width: 0; }
        to { width: 120px; }
    }
}

@media (min-width: 992px) {.privacy_strongholdASwClB {
    background: linear-gradient(120deg, rgb(213,193,166) 0%, rgb(213,193,166) 75%, rgba(rgb(178,158,136,0.5), 0.08) 100%);
    padding: 8rem 2rem;
}.privacy_strongholdASwClB::after {
    width: 45%;
    height: 45%;
}.privacy_strongholdASwClB .container {
    padding: 0 2rem;
}.privacy_strongholdASwClB h1 {
    margin-bottom: 3rem;
}.privacy_strongholdASwClB h2 {
    margin-top: 3.5rem;
}.privacy_strongholdASwClB p, 
    .privacy_strongholdASwClB span {
    margin-left: 1rem;
}.privacy_strongholdASwClB span {
    background: linear-gradient(to right, rgba(rgb(178,158,136,0.5), 0.05), transparent 90%);
    padding: 1rem 1.5rem;
    border-left-width: 3px;
    margin-left: 2rem;
}.privacy_strongholdASwClB ul {
    margin-left: 3rem;
}
}

@media (max-width: 767px) {.privacy_strongholdASwClB {
    padding: 4rem 1rem;
}.privacy_strongholdASwClB h1 {
    font-size: calc(43px * 0.9);
}.privacy_strongholdASwClB h2 {
    font-size: calc(37px * 0.9);
}.privacy_strongholdASwClB h3 {
    font-size: calc(37px * 0.75);
}.privacy_strongholdASwClB h4 {
    font-size: calc(37px * 0.65);
}}.contact_form_section5fo1CX {
    z-index: 1;
    background: linear-gradient(180deg, rgb(213,193,166) 0%, rgb(143,122,107,0.5) 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.contact_form_section5fo1CX::before {
    animation: scanlines 10s linear infinite;
    left: 0;
    height: 100%;
    content: '';
    background: linear-gradient(0deg, transparent 40%, rgba(0,0,0,0.05) 60%, transparent 80%);
    pointer-events: none;
    z-index: 0;
    top: 0;
    width: 100%;
    background-size: 100% 15px;
    position: absolute;
}.contact_form_section5fo1CX::after {
    pointer-events: none;
    content: '';
    height: 100%;
    position: absolute;
    opacity: 0.4;
    left: 0;
    top: 0;
    background: 
        radial-gradient(1px at 30% 20%, rgb(178,158,136,0.5) 0%, transparent 50%),
        radial-gradient(1px at 70% 40%, rgb(143,122,107,0.5) 0%, transparent 50%),
        radial-gradient(1px at 40% 60%, rgb(178,158,136,0.5) 0%, transparent 50%),
        radial-gradient(1px at 60% 80%, rgb(143,122,107,0.5) 0%, transparent 50%);
    width: 100%;
    background-size: 150px 150px, 200px 200px, 100px 100px, 250px 250px;
    z-index: 0;
}.contact_form_section5fo1CX .img_showJ5rnu1 {
    mix-blend-mode: overlay;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.08;
    filter: grayscale(100%) contrast(150%);
    left: 0;
    z-index: 0;
}.contact_form_section5fo1CX .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.contact_form_section5fo1CX h3 {
    font-family: Arial, sans-serif;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 60px;
    perspective: 800px;
    font-size: 30px;
}.contact_form_section5fo1CX h3::before {
    letter-spacing: 5px;
    color: rgb(143,122,107,0.5);
    font-size: calc(30px - 10px);
    transform: translateX(-50%);
    top: -10px;
    content: attr(id);
    position: absolute;
    opacity: 0.4;
    left: 50%;
}.contact_form_section5fo1CX h3::after {
    height: 1px;
    bottom: -15px;
    content: '';
    background: linear-gradient(90deg, transparent, rgb(178,158,136), transparent);
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    width: 100px;
}.contact_form_section5fo1CX .inquiry_widgetXvSyhP {
    transform: perspective(1000px) rotateX(0deg);
    position: relative;
    transform-style: preserve-3d;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(0, 0, 0, 0.05),
        0 0 20px rgb(178,158,136,0.5) inset;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    backdrop-filter: blur(10px);
    display: grid;
    transition: transform 0.5s ease;
    grid-template-columns: 1.5fr 1fr;
    overflow: hidden;
}.contact_form_section5fo1CX .inquiry_widgetXvSyhP:hover {
    transform: perspective(1000px) rotateX(2deg);
}.contact_form_section5fo1CX .inquiry_widgetXvSyhP::before {
    border-radius: calc(14px + 2px);
    content: '';
    top: -2px;
    z-index: -1;
    position: absolute;
    bottom: -2px;
    right: -2px;
    animation: border-flow 6s linear infinite;
    left: -2px;
    background: linear-gradient(45deg, 
        rgb(178,158,136,0.5), 
        transparent, 
        rgb(143,122,107,0.5), 
        transparent);
}.contact_form_section5fo1CX .inquiry_widgetXvSyhP::after {
    background: 
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    left: 0;
    content: '';
    top: 0;
    height: 100%;
    background-size: 20px 20px;
    width: 100%;
    position: absolute;
    pointer-events: none;
}.contact_form_section5fo1CX .support_paneliGZ6DQ {
    background: #ffffff;
    overflow: hidden;
    position: relative;
    padding: 60px;
}.contact_form_section5fo1CX .support_paneliGZ6DQ::before {
    width: 100%;
    background: linear-gradient(90deg, 
        rgb(178,158,136), 
        rgb(143,122,107));
    content: '';
    position: absolute;
    height: 3px;
    left: 0;
    top: 0;
}.contact_form_section5fo1CX .support_paneliGZ6DQ::after {
    background: linear-gradient(90deg, 
        transparent, 
        rgba(0, 0, 0, 0.01));
    top: 0;
    height: 100%;
    width: 50%;
    pointer-events: none;
    right: 0;
    content: '';
    position: absolute;
}.contact_form_section5fo1CX .support_paneliGZ6DQ #contact {
    position: relative;
    z-index: 2;
}.contact_form_section5fo1CX .support_paneliGZ6DQ h3 {
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 24px;
    text-align: left;
    letter-spacing: 2px;
    color: #000000;
    font-weight: 600;
}.contact_form_section5fo1CX .support_paneliGZ6DQ h3::before {
    display: none;
}.contact_form_section5fo1CX .support_paneliGZ6DQ h3::after {
    left: 0;
    background: rgb(178,158,136);
    height: 2px;
    width: 50px;
    transform: none;
}.contact_form_section5fo1CX .support_paneliGZ6DQ input[type="text"],
.contact_form_section5fo1CX .support_paneliGZ6DQ textarea {
    margin-bottom: 25px;
    position: relative;
    border-radius: 0;
    box-shadow: none;
    padding: 20px 25px;
    transition: all 0.3s ease;
    color: #000000;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
    background-color: transparent;
    width: 100%;
    font-family: Arial, sans-serif;
}.contact_form_section5fo1CX .support_paneliGZ6DQ input[type="text"]::placeholder,
.contact_form_section5fo1CX .support_paneliGZ6DQ textarea::placeholder {
    opacity: 0.6;
    transition: opacity 0.3s ease;
    color: #000000;
}.contact_form_section5fo1CX .support_paneliGZ6DQ input[type="text"]:focus::placeholder,
.contact_form_section5fo1CX .support_paneliGZ6DQ textarea:focus::placeholder {
    opacity: 0.3;
}.contact_form_section5fo1CX .support_paneliGZ6DQ input[type="text"]:focus,
.contact_form_section5fo1CX .support_paneliGZ6DQ textarea:focus {
    background-color: rgba(0, 0, 0, 0.01);
    border-bottom-color: rgb(178,158,136);
    outline: none;
}.contact_form_section5fo1CX .support_paneliGZ6DQ textarea {
    overflow: hidden;
    resize: vertical;
    transition: height 0.3s ease;
    min-height: 150px;
}.contact_form_section5fo1CX .support_paneliGZ6DQ .support_reach3VoLJi {
    align-items: flex-start;
    display: flex;
    margin-bottom: 30px;
}.contact_form_section5fo1CX .support_paneliGZ6DQ .support_reach3VoLJi input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_form_section5fo1CX .support_paneliGZ6DQ .support_reach3VoLJi label {
    line-height: 1.6;
    padding-left: 40px;
    position: relative;
    color: #000000;
    font-size: calc(14px - 2px);
    cursor: pointer;
}.contact_form_section5fo1CX .support_paneliGZ6DQ .support_reach3VoLJi label::before {
    background-color: transparent;
    top: 0;
    content: '';
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: absolute;
    width: 25px;
    left: 0;
    height: 25px;
}.contact_form_section5fo1CX .support_paneliGZ6DQ .support_reach3VoLJi label::after {
    height: 12px;
    left: 9px;
    top: 5px;
    position: absolute;
    opacity: 0;
    border-right: 2px solid #ffffff;
    transition: all 0.3s ease;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg) scale(0);
    content: '';
    width: 7px;
}.contact_form_section5fo1CX .support_paneliGZ6DQ .support_reach3VoLJi input[type="checkbox"]:checked + label::before {
    border-color: rgb(178,158,136);
    background-color: rgb(178,158,136);
}.contact_form_section5fo1CX .support_paneliGZ6DQ .support_reach3VoLJi input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg) scale(1);
    opacity: 1;
}.contact_form_section5fo1CX .support_paneliGZ6DQ .support_reach3VoLJi a {
    border-bottom: 1px solid transparent;
    font-weight: 600;
    padding-bottom: 2px;
    text-decoration: none;
    color: rgb(178,158,136);
    transition: color 0.3s ease;
}.contact_form_section5fo1CX .support_paneliGZ6DQ .support_reach3VoLJi a:hover {
    border-bottom-color: rgb(143,122,107);
    color: rgb(143,122,107);
}.contact_form_section5fo1CX .support_paneliGZ6DQ .message_inquirypumCgV {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 18px 40px;
    display: inline-block;
    font-size: 17px;
    text-transform: uppercase;
    z-index: 1;
    border: 1px solid rgb(178,158,136);
    letter-spacing: 2px;
    font-weight: 600;
    color: #000000;
    background-color: transparent;
}.contact_form_section5fo1CX .support_paneliGZ6DQ .message_inquirypumCgV::before {
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
    transform: scaleX(0);
    z-index: -1;
    height: 100%;
    transform-origin: right;
    left: 0;
    top: 0;
    content: '';
    background: rgb(178,158,136);
    position: absolute;
}.contact_form_section5fo1CX .support_paneliGZ6DQ .message_inquirypumCgV:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.contact_form_section5fo1CX .feedback_block3v9JNu {
    padding: 60px;
    background: linear-gradient(135deg, rgb(178,158,136) 0%, rgb(143,122,107) 100%);
    overflow: hidden;
    position: relative;
}.contact_form_section5fo1CX .feedback_block3v9JNu::before {
    left: 0;
    z-index: 0;
    height: 100%;
    content: '';
    background: 
        linear-gradient(45deg, rgba(0,0,0,0.2) 25%, transparent 25%) -10px 0,
        linear-gradient(135deg, rgba(0,0,0,0.2) 25%, transparent 25%) -10px 0,
        linear-gradient(45deg, transparent 75%, rgba(0,0,0,0.2) 75%) -10px 0,
        linear-gradient(135deg, transparent 75%, rgba(0,0,0,0.2) 75%) -10px 0;
    position: absolute;
    top: 0;
    opacity: 0.1;
    background-size: 20px 20px;
    width: 100%;
}.contact_form_section5fo1CX .feedback_block3v9JNu::after {
    height: 200%;
    content: '';
    top: -50%;
    width: 200%;
    animation: pulse-light 10s infinite;
    left: -50%;
    z-index: 0;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%);
    position: absolute;
}.contact_form_section5fo1CX .feedback_block3v9JNu h4 {
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    position: relative;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 40px;
}.contact_form_section5fo1CX .feedback_block3v9JNu h4::after {
    left: 0;
    content: '';
    position: absolute;
    width: 50px;
    background: #ffffff;
    height: 2px;
    bottom: -10px;
}.contact_form_section5fo1CX .feedback_block3v9JNu .feedback_widgetDNe0S1 {
    padding: 0;
    position: relative;
    margin: 0;
    list-style: none;
    z-index: 1;
}.contact_form_section5fo1CX .feedback_block3v9JNu .feedback_widgetDNe0S1 li {
    align-items: flex-start;
    padding: 15px 0;
    position: relative;
    transition: transform 0.3s ease;
    margin-bottom: 30px;
    display: flex;
}.contact_form_section5fo1CX .feedback_block3v9JNu .feedback_widgetDNe0S1 li:hover {
    transform: translateX(10px);
}.contact_form_section5fo1CX .feedback_block3v9JNu .feedback_widgetDNe0S1 li::before {
    transition: width 0.3s ease;
    top: 0;
    position: absolute;
    height: 1px;
    left: 0;
    background: rgba(255, 255, 255, 0.3);
    content: '';
    width: 0;
}.contact_form_section5fo1CX .feedback_block3v9JNu .feedback_widgetDNe0S1 li:hover::before {
    width: 100%;
}.contact_form_section5fo1CX .feedback_block3v9JNu .feedback_widgetDNe0S1 li::after {
    bottom: 0;
    transition: width 0.3s ease;
    content: '';
    height: 1px;
    right: 0;
    width: 0;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
}.contact_form_section5fo1CX .feedback_block3v9JNu .feedback_widgetDNe0S1 li:hover::after {
    width: 100%;
}.contact_form_section5fo1CX .feedback_block3v9JNu .feedback_widgetDNe0S1 li svg {
    flex-shrink: 0;
    width: 24px;
    margin-right: 20px;
    height: 24px;
}.contact_form_section5fo1CX .feedback_block3v9JNu .feedback_widgetDNe0S1 li svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.contact_form_section5fo1CX .feedback_block3v9JNu .feedback_widgetDNe0S1 li span {
    line-height: 1.5;
    color: #ffffff;
    font-size: 14px;
}.contact_form_section5fo1CX .feedback_block3v9JNu .feedback_widgetDNe0S1 li a {
    transition: all 0.3s ease;
    color: #ffffff;
    text-decoration: none;
    position: relative;
}.contact_form_section5fo1CX .feedback_block3v9JNu .feedback_widgetDNe0S1 li a::before {
    transition: transform 0.3s ease;
    transform: scaleX(0);
    content: '';
    left: 0;
    transform-origin: right;
    height: 1px;
    background: #ffffff;
    width: 100%;
    position: absolute;
    bottom: -2px;
}.contact_form_section5fo1CX .feedback_block3v9JNu .feedback_widgetDNe0S1 li a:hover {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}.contact_form_section5fo1CX .feedback_block3v9JNu .feedback_widgetDNe0S1 li a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

@keyframes scanlines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

@keyframes border-flow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes pulse-light {
    0%, 100% {
        transform: translate(0, 0);
        opacity: 0.5;
    }
    25% {
        transform: translate(10%, 10%);
        opacity: 0.3;
    }
    50% {
        transform: translate(0%, 20%);
        opacity: 0.5;
    }
    75% {
        transform: translate(-10%, 10%);
        opacity: 0.3;
    }
}

@media (max-width: 992px) {.contact_form_section5fo1CX {
    padding: 80px 0;
}.contact_form_section5fo1CX .container {
    padding: 0 20px;
}.contact_form_section5fo1CX .inquiry_widgetXvSyhP {
    grid-template-columns: 1fr;
}.contact_form_section5fo1CX .support_paneliGZ6DQ,
    .contact_form_section5fo1CX .feedback_block3v9JNu {
    padding: 40px;
}
}

@media (max-width: 768px) {.contact_form_section5fo1CX {
    padding: 60px 0;
}.contact_form_section5fo1CX h3 {
    font-size: calc(30px - 4px);
    margin-bottom: 40px;
}.contact_form_section5fo1CX .support_paneliGZ6DQ h3,
    .contact_form_section5fo1CX .feedback_block3v9JNu h4 {
    margin-bottom: 30px;
    font-size: calc(24px - 2px);
}.contact_form_section5fo1CX .support_paneliGZ6DQ input[type="text"],
    .contact_form_section5fo1CX .support_paneliGZ6DQ textarea {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact_form_section5fo1CX .support_paneliGZ6DQ .message_inquirypumCgV {
    padding: 15px 30px;
}
}

@media (max-width: 576px) {.contact_form_section5fo1CX {
    padding: 40px 0;
}.contact_form_section5fo1CX .support_paneliGZ6DQ,
    .contact_form_section5fo1CX .feedback_block3v9JNu {
    padding: 30px 20px;
}.contact_form_section5fo1CX h3 {
    font-size: calc(30px - 6px);
    letter-spacing: 2px;
}.contact_form_section5fo1CX .support_paneliGZ6DQ .support_reach3VoLJi label {
    font-size: calc(14px - 3px);
}
}