* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}.main-primary {
    flex: 1 0 auto;
}.exam-prep {
    flex: 0 0 auto;
}.container {
    margin: auto;
    width: 1186px;
    max-width: 100%;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    scroll-behavior: auto;
}svg {
    width: 30px;
    height: 30px;
}.wrapper-container {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.client-feedback {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(233,225,227) 0%, rgba(rgb(208,191,194,0.5), 0.05) 100%);
}.client-feedback::before {
    position: absolute;
    filter: blur(50px);
    content: "";
    background: radial-gradient(circle, rgb(208,191,194) 0%, rgba(rgb(208,191,194,0.5), 0) 70%);
    right: -5%;
    z-index: 0;
    top: -10%;
    height: 300px;
    transform: rotate(-15deg);
    opacity: 0.1;
    width: 300px;
}.client-feedback::after {
    height: 250px;
    z-index: 0;
    content: "";
    bottom: -10%;
    left: -5%;
    filter: blur(40px);
    position: absolute;
    width: 250px;
    opacity: 0.1;
    background: radial-gradient(circle, rgb(173,152,155) 0%, rgba(rgb(173,152,155,0.5), 0) 70%);
}.client-feedback .container {
    z-index: 1;
    position: relative;
}.client-feedback h2 {
    text-align: center;
    margin-bottom: 60px;
    color: #000000;
    line-height: 1.4;
    font-size: 34px;
    font-weight: 700;
    max-width: 800px;
    margin-left: auto;
    position: relative;
    margin-right: auto;
}.client-feedback h2::after {
    height: 4px;
    width: 80px;
    background: rgb(208,191,194);
    position: absolute;
    left: 50%;
    transform: translateX(-50%) skewX(-20deg);
    content: "";
    bottom: -20px;
}.client-feedback .rating-insights {
    padding: 0;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    margin: 0;
}.client-feedback .success-feedback {
    box-shadow: 0 15px 35px -10px rgba(rgba(0, 0, 0, 0.5), 0.08);
    background: #ffffff;
    z-index: 1;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        0 100%
    );
    position: relative;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), 
                box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 30px;
}.client-feedback .success-feedback::before {
    font-size: calc(43px * 2);
    content: "";
    color: rgba(rgb(208,191,194,0.5), 0.1);
    z-index: -1;
    position: absolute;
    top: 10px;
    font-weight: 700;
    line-height: 1;
    right: 20px;
}.client-feedback .success-feedback:hover {
    box-shadow: 0 20px 40px -10px rgba(rgba(0, 0, 0, 0.5), 0.12);
    transform: translateY(-8px);
}.client-feedback .success-feedback div {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}.client-feedback .success-feedback img {
    box-shadow: 0 5px 15px -5px rgba(rgb(208,191,194,0.5), 0.3);
    object-fit: cover;
    margin-right: 15px;
    height: 60px;
    border-radius: 50%;
    transition: transform 0.4s ease-out;
    width: 60px;
    border: 3px solid #ffffff;
}.client-feedback .success-feedback:hover img {
    transform: scale(1.05);
}.client-feedback .success-feedback h4 {
    color: #000000;
    font-size: 20px;
    position: relative;
    font-weight: 600;
    margin: 0;
}.client-feedback .success-feedback h4::after {
    transform: scaleX(0);
    height: 3px;
    content: "";
    bottom: -8px;
    background: rgb(208,191,194);
    position: absolute;
    width: 40px;
    left: 0;
    transform-origin: left;
    transition: transform 0.3s ease-out 0.1s;
}.client-feedback .success-feedback:hover h4::after {
    transform: scaleX(1);
}.client-feedback .description {
    color: #000000;
    line-height: 1.7;
    margin: 0;
    z-index: 1;
    font-size: 13px;
    position: relative;
}.client-feedback .description::before {
    left: -15px;
    border-radius: 10px;
    width: 30px;
    height: 30px;
    transition: transform 0.3s ease-out;
    position: absolute;
    transform: rotate(45deg) scale(0);
    z-index: -1;
    top: -10px;
    opacity: 0.1;
    content: "";
    background: linear-gradient(135deg, rgb(173,152,155) 0%, rgba(rgb(173,152,155,0.5), 0.2) 100%);
}.client-feedback .success-feedback:hover .description::before {
    transform: rotate(45deg) scale(1);
}.client-feedback a {
    clip-path: polygon(
        10px 0, 
        100% 0, 
        100% calc(100% - 10px), 
        calc(100% - 10px) 100%, 
        0 100%, 
        0 10px
    );
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    text-decoration: none;
    font-weight: 600;
    border: none;
    margin-left: auto;
    z-index: 1;
    font-size: 18px;
    padding: 15px 35px;
    text-align: center;
    position: relative;
    color: #ffffff;
    margin-right: auto;
    margin-top: 50px;
    background: linear-gradient(135deg, rgb(208,191,194) 0%, rgba(rgb(208,191,194,0.5), 0.8) 100%);
}.client-feedback a::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    position: absolute;
    transition: left 0.5s ease;
    left: -100%;
    z-index: -1;
    width: 100%;
    content: "";
    height: 100%;
}.client-feedback a:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px -5px rgba(rgb(208,191,194,0.5), 0.4);
}.client-feedback a:hover::before {
    left: 100%;
}

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

@media (max-width: 992px) {.client-feedback {
    padding: 80px 0;
}.client-feedback h2 {
    font-size: calc(34px * 0.9);
    margin-bottom: 50px;
}.client-feedback .rating-insights {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.client-feedback .success-feedback {
    padding: 25px;
}
}

@media (max-width: 768px) {.client-feedback {
    padding: 70px 0;
}.client-feedback h2 {
    margin-bottom: 40px;
    font-size: calc(34px * 0.85);
}.client-feedback .rating-insights {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.client-feedback .success-feedback {
    padding: 25px 20px;
}.client-feedback .success-feedback img {
    height: 50px;
    width: 50px;
}.client-feedback a {
    margin-top: 40px;
    padding: 12px 30px;
}
}

@media (max-width: 576px) {.client-feedback {
    padding: 60px 0;
}.client-feedback h2 {
    margin-bottom: 35px;
    font-size: calc(34px * 0.8);
}.client-feedback h2::after {
    width: 60px;
    bottom: -15px;
}.client-feedback .success-feedback {
    padding: 20px 15px;
}.client-feedback .success-feedback div {
    margin-bottom: 15px;
}.client-feedback .success-feedback img {
    margin-right: 10px;
    width: 45px;
    height: 45px;
}.client-feedback a {
    margin-top: 30px;
    padding: 10px 25px;
    width: 100%;
}}.opening-page {
    align-items: center;
    min-height: 100vh;
    padding: 6rem 2rem;
    position: relative;
    display: flex;
    overflow: hidden;
    justify-content: space-between;
    background: linear-gradient(135deg, rgb(233,225,227) 0%, rgba(0, 0, 0, 0.5) 100%);
}.opening-page::before {
    z-index: 1;
    content: "";
    background: linear-gradient(45deg, rgb(173,152,155,0.5) 0%, transparent 50%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}.opening-page > div {
    gap: 4rem;
    z-index: 2;
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.opening-page > div > div:first-child {
    transform: translateX(2%);
    gap: 1.5rem;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    position: relative;
}.opening-page > div > div:first-child::after {
    width: 80px;
    content: "";
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
    position: absolute;
    background: rgb(208,191,194);
    bottom: -20px;
    animation: lineGrow 1.2s ease-out forwards 0.5s;
    height: 4px;
}@keyframes lineGrow {
  0% { transform: scaleX(0); }
  100% { transform: scaleX(1); }
}

.opening-page .course-primary {
    position: relative;
    transform: translateY(30px);
    animation: fadeUp 0.8s ease-out forwards;
    margin: 0;
    opacity: 0;
    color: #ffffff;
    font-size: 39px;
    font-weight: 700;
}@keyframes fadeUp {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.opening-page p {
    opacity: 0;
    line-height: 1.6;
    color: #000000;
    font-size: 18px;
    animation: fadeUp 0.8s ease-out forwards 0.3s;
    margin: 0;
    max-width: 90%;
    transform: translateY(20px);
}.opening-page .page-front {
    position: relative;
    width: 100%;
    opacity: 0;
    animation: fadeUp 1s ease-out forwards 0.6s;
    transform: translateY(40px);
}.opening-page .smart-learning {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(-2deg);
    overflow: hidden;
    height: 400px;
    transition: transform 0.5s ease;
    position: relative;
    width: 100%;
}.opening-page .smart-learning:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}.opening-page .smart-learning::before {
    background: linear-gradient(to bottom, transparent 40%, #000000 100%);
    left: 0;
    z-index: 1;
    top: 0;
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
}.opening-page .smart-learning span {
    position: absolute;
    bottom: 0;
    transition: transform 0.4s ease;
    transform: translateY(10px);
    padding: 2rem;
    left: 0;
    width: 100%;
    z-index: 2;
}.opening-page .smart-learning:hover span {
    transform: translateY(0);
}.opening-page .smart-learning h3 {
    line-height: 1.5;
    margin: 0;
    color: #ffffff;
    font-size: calc(19px * 0.9);
    font-weight: 600;
}

@media (min-width: 768px) {.opening-page {
    padding: 8rem 4rem;
}.opening-page > div {
    align-items: center;
    flex-direction: row;
    gap: 2rem;
}.opening-page > div > div:first-child {
    transform: translateX(0);
    flex: 1;
}.opening-page .page-front {
    flex: 1.2;
}.opening-page .smart-learning {
    transform: perspective(1000px) rotateY(-3deg) translateX(5%);
    height: 450px;
}.opening-page .smart-learning:hover {
    transform: perspective(1000px) rotateY(0deg) translateX(0) scale(1.02);
}.opening-page .course-primary {
    font-size: calc(39px * 1.1);
}.opening-page .smart-learning h3 {
    font-size: 19px;
}
}

@media (min-width: 992px) {.opening-page {
    padding: 8rem 6rem;
}.opening-page > div {
    gap: 4rem;
}.opening-page > div > div:first-child {
    flex: 0.8;
}.opening-page .page-front {
    flex: 1.2;
}.opening-page .smart-learning {
    height: 500px;
}.opening-page .course-primary {
    font-size: calc(39px * 1.2);
}
}

@media (max-width: 767px) {.opening-page {
    padding: 5rem 1.5rem;
    text-align: center;
}.opening-page > div > div:first-child {
    transform: translateX(0);
    align-items: center;
}.opening-page > div > div:first-child::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}@keyframes lineGrow {
    0% { transform: translateX(-50%) scaleX(0); }
    100% { transform: translateX(-50%) scaleX(1); }
  }
  
  .opening-page p {
    max-width: 100%;
}.opening-page .smart-learning {
    height: 350px;
    transform: perspective(1000px) rotateY(0);
}
}

@media (max-width: 480px) {.opening-page {
    padding: 4rem 1rem;
}.opening-page > div {
    gap: 3rem;
}.opening-page .course-primary {
    font-size: calc(39px * 0.85);
}.opening-page p {
    font-size: calc(18px * 0.95);
}.opening-page .smart-learning {
    height: 300px;
}.opening-page .smart-learning span {
    padding: 1.5rem;
}.opening-page .smart-learning h3 {
    font-size: calc(19px * 0.8);
}}footer {
    position: relative;
}footer::before {
    background: linear-gradient(125deg, #000000 0%, rgb(173,152,155) 100%);
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    left: 0;
    top: 0;
    opacity: 0.95;
    position: absolute;
}.exam-prep {
    padding: 60px 0;
    z-index: 2;
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
}.exam-prep .container {
    display: flex;
    flex-wrap: wrap;
}.exam-prep .company_holder {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    flex: 0 0 100%;
    border-radius: 16px;
    text-align: center;
    padding: 25px;
    background: rgba(0, 0, 0, 0.2);
    margin-bottom: 40px;
}.exam-prep .company_holder h3 {
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 28px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}.exam-prep .brainstorm {
    padding: 15px 20px;
    line-height: 1.7;
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 13px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}.exam-prep .skill-test {
    margin-top: 20px;
    flex: 0 0 100%;
}.exam-prep .head-main {
    display: flex;
    margin-top: 30px;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}.exam-prep .nav-know {
    transition: all 0.3s ease;
    max-width: calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
}.exam-prep .nav-know:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.1);
}.exam-prep .nav-know h5 {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 10px;
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}.exam-prep .nav-know .head-main {
    margin-top: 0;
    gap: 12px;
    flex-direction: column;
    display: flex;
}.exam-prep .nav-know .head-main a {
    text-decoration: none;
    border-radius: 10px;
    text-align: center;
    font-size: 13px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    padding: 8px 12px;
    color: #ffffff;
}.exam-prep .nav-know .head-main a:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
}.mobile-cta {
    margin-top: 40px;
    z-index: 2;
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
}.mobile-cta::before {
    right: 20%;
    position: absolute;
    top: 0;
    left: 20%;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    height: 1px;
    content: '';
    opacity: 0.2;
}.mobile-cta .container {
    justify-content: center;
    display: flex;
}.mobile-cta .subscr-info {
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.5px;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@media (min-width: 768px) {.exam-prep .head-main {
    justify-content: space-between;
}.exam-prep .company_holder {
    flex: 0 0 30%;
    text-align: left;
}.exam-prep .skill-test {
    flex: 0 0 65%;
}.exam-prep .container {
    justify-content: space-between;
    align-items: flex-start;
}.exam-prep .brainstorm {
    margin: 0;
    text-align: left;
    max-width: 100%;
}
}

@media (max-width: 767px) {.exam-prep .nav-know {
    max-width: 100%;
    margin-bottom: 20px;
    flex: 0 0 100%;
}.exam-prep .company_holder {
    padding: 20px 15px;
}.exam-prep .brainstorm {
    padding: 15px;
    max-width: 100%;
}
}

@media (max-width: 576px) {.exam-prep {
    padding: 40px 0;
}.exam-prep .company_holder h3 {
    font-size: calc(28px * 0.8);
}.exam-prep .nav-know h5 {
    font-size: calc(18px * 0.9);
}.exam-prep .nav-know .head-main a {
    font-size: calc(13px * 0.95);
}}

@keyframes pulseLight {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.1);
    }
}

footer::after {
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1;
    left: 0;
    background-size: 20px 20px;
    background-image: linear-gradient(0deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px),
        linear-gradient(90deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px);
    top: 0;
    position: absolute;
}.price-card-item {
    position: relative;
    overflow: hidden;
    padding: 4rem 0;
    color: #ffffff;
}.price-card-item::before {
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, rgba(34, 30, 80, 0.95), rgba(19, 31, 60, 0.85));
    top: 0;
}.price-card-item .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 1.5rem;
}.price-card-item .promo-rates {
    position: relative;
}.price-card-item h2 {
    color: transparent;
    font-weight: 700;
    background-clip: text !important;
    animation: fadeIn 0.8s ease-out forwards;
    background: linear-gradient(90deg, rgb(208,191,194), rgb(173,152,155));
    transform: translateY(10px);
    text-align: center;
    font-size: 37px;
    -webkit-background-clip: text !important;
    margin-bottom: 1.5rem;
}.price-card-item .basic-rates {
    transform: translateY(15px);
    opacity: 0;
    line-height: 1.6;
    font-size: calc(16px * 1.1);
    animation: fadeIn 0.8s ease-out 0.2s forwards;
    position: relative;
    max-width: 800px;
    text-align: center;
    margin: 0 auto 3rem;
    color: #ffffff;
    padding: 0 1rem;
}.price-card-item .pricing-offers {
    padding: 0;
    margin: 0;
    gap: 2rem;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    perspective: 1000px;
}.price-card-item .pricing-offers li {
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
    transform: translateY(30px);
}.price-card-item .pricing-offers li:nth-child(1) {
    animation-delay: 0.2s;
}.price-card-item .pricing-offers li:nth-child(2) {
    animation-delay: 0.3s;
}.price-card-item .pricing-offers li:nth-child(3) {
    animation-delay: 0.4s;
}.price-card-item .pricing-offers li:nth-child(4) {
    animation-delay: 0.5s;
}.price-card-item .access-rates {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    display: block;
    height: 100%;
}.price-card-item .access-rates:hover {
    transform: translateY(-12px) scale(1.02);
}.price-card-item .pricing-tiers {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.05) 100%);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 0;
    flex-direction: column;
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    overflow: hidden;
    height: 100%;
}.price-card-item .pricing-tiers::before {
    position: absolute;
    background: linear-gradient(90deg, rgb(208,191,194), rgb(173,152,155));
    top: 0;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    left: 0;
    width: 100%;
    transform: scaleX(0);
    transform-origin: left;
    height: 5px;
    content: "";
}.price-card-item .access-rates:hover .pricing-tiers::before {
    transform: scaleX(1);
}.price-card-item .learning-deals {
    height: 100%;
    padding: 2.5rem 2rem;
    display: flex;
    flex-direction: column;
    color: #ffffff;
}.price-card-item .learning-deals h4 {
    color: #ffffff;
    font-size: calc(22px * 1.2);
    position: relative;
    margin-top: 0;
    padding-bottom: 0.75rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}.price-card-item .learning-deals h4::after {
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    left: 0;
    width: 50px;
    background: rgb(173,152,155);
}.price-card-item .learning-deals p {
    word-break: break-word;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 2rem;
    overflow-wrap: break-word;
    hyphens: auto;
    font-size: 16px;
    flex-grow: 1;
    word-wrap: break-word;
}.price-card-item .cert-plans {
    margin-top: auto;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    justify-content: center;
    transition: all 0.3s ease;
    padding: 0.75rem 1.5rem;
    font-size: calc(16px * 1.3);
    align-self: flex-start;
    display: inline-flex;
    background: linear-gradient(120deg, rgb(208,191,194), rgb(173,152,155));
    align-items: center;
    font-weight: 700;
}.price-card-item .access-rates:hover .cert-plans {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
}

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

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


@media (max-width: 1200px) {.price-card-item .pricing-offers {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}.price-card-item .learning-deals {
    padding: 2rem 1.5rem;
}
}

@media (max-width: 991px) {.price-card-item {
    padding: 3.5rem 0;
}.price-card-item h2 {
    font-size: calc(37px * 0.9);
}.price-card-item .basic-rates {
    font-size: 16px;
    margin-bottom: 2.5rem;
}
}

@media (max-width: 768px) {.price-card-item {
    padding: 3rem 0;
}.price-card-item h2 {
    font-size: calc(37px * 0.85);
}.price-card-item .pricing-offers {
    max-width: 480px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.price-card-item .learning-deals h4 {
    font-size: 22px;
}.price-card-item .cert-plans {
    font-size: calc(16px * 1.2);
    padding: 0.6rem 1.2rem;
}
}

@media (max-width: 480px) {.price-card-item {
    padding: 2.5rem 0;
}.price-card-item h2 {
    font-size: calc(37px * 0.8);
}.price-card-item .basic-rates {
    font-size: calc(16px * 0.95);
    margin-bottom: 2rem;
}.price-card-item .learning-deals {
    padding: 1.75rem 1.25rem;
}.price-card-item .learning-deals p {
    margin-bottom: 1.5rem;
    font-size: calc(16px * 0.95);
}}.cookie-dialog-notice {
    max-width: 600px;
    text-align: center;
    transform: translateX(-50%);
    background: rgb(233,225,227);
    width: 90%;
    left: 50%;
    font-family: Arial, sans-serif;
    position: fixed;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    padding: 20px;
    flex-direction: column;
    display: flex;
    align-items: center;
    bottom: 20px;
    z-index: 1050;
}.track-bar {
    display: flex;
    z-index: 1;
    align-items: center;
    flex-direction: column;
}.data-consent {
    margin-bottom: 20px;
    animation: bounce 2s infinite;
}.data-consent svg, .data-consent svg path, .data-consent img {
    fill: rgb(208,191,194);
    height: 80px;
    width: 80px;
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.cookie-dialog-notice h5 {
    margin-bottom: 10px;
    font-weight: 700;
    color: rgb(208,191,194);
    font-size: 21px;
}.cookie-dialog-notice p {
    font-size: 12px;
    margin-bottom: 20px;
    color: #000000;
}.cookie-notice {
    width: calc(50% - 10px);
    font-size: 14px;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    display: inline-block;
    border-radius: 10px;
    margin: 5px;
    text-decoration: none;
    background: rgb(208,191,194);
    text-align: center;
    padding: 10px 20px;
    cursor: pointer;
    color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}.cookie-notice:hover {
    transform: translateY(-3px);
    background: rgb(173,152,155);
}.cookie_button.cookie-none {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.cookie-none:hover {
    background: rgb(173,152,155,0.5);
}.cookie-dialog-notice p a {
    transition: color 0.3s ease-in-out;
    color: rgb(208,191,194);
    text-decoration: underline;
}.cookie-dialog-notice p a:hover {
    color: rgb(173,152,155);
}
@media only screen and (max-width: 600px) {.cookie-dialog-notice {
    border-radius: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    transform: none;
}.track-bar {
    padding: 15px;
}.data-consent svg {
    height: 50px;
    width: 50px;
}.cookie-dialog-notice h5 {
    font-size: calc(21px - 2px);
}.cookie-dialog-notice p {
    font-size: calc(12px - 2px);
}.cookie-notice {
    width: calc(100% - 10px);
    font-size: calc(14px - 2px);
    padding: 8px 16px;
}}
#cookie-alert-banner {
    display: none;
}#cookie-alert-banner:checked ~ .cookie-dialog-notice {
    opacity: 0;
    visibility: hidden;
}.contact-box {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,225,227) 0%, rgba(0, 0, 0, 0.03) 100%);
    position: relative;
    padding: 80px 0;
}.contact-box::before {
    left: 0;
    content: "";
    right: 0;
    z-index: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(208,191,194), 0.05) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(rgb(173,152,155), 0.05) 0%, transparent 30%);
}.contact-box::after {
    content: "";
    opacity: 0.6;
    height: 100%;
    background-image: 
        linear-gradient(90deg, rgba(rgb(208,191,194), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(208,191,194), 0.03) 1px, transparent 1px);
    animation: gridMove 20s linear infinite;
    background-size: 20px 20px;
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
}@keyframes gridMove {
    0% { background-position: 0 0; }
    100% { background-position: 20px 20px; }
}

.contact-box .container {
    z-index: 2;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}.contact-box h2 {
    margin-bottom: 50px;
    left: 50%;
    font-weight: 700;
    position: relative;
    color: #000000;
    text-align: center;
    font-size: 36px;
    transform: translateX(-50%);
    display: inline-block;
}.contact-box h2::after {
    height: 3px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(208,191,194), transparent);
    content: "";
    bottom: -15px;
    width: 70%;
    left: 15%;
}.contact-box .request-widget {
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(rgb(208,191,194), 0.05);
    overflow: hidden;
    background: #ffffff;
    border-radius: 10px;
    display: flex;
    transform: translateY(0);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.contact-box .request-widget:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(rgb(208,191,194), 0.1);
    transform: translateY(-5px);
}.contact-box .request-widget::before {
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(208,191,194), rgb(173,152,155));
    width: 5px;
    position: absolute;
    content: "";
    height: 100%;
}.contact-box .img-clickable {
    width: 45%;
    position: relative;
    overflow: hidden;
}.contact-box .img-clickable::after {
    width: 100%;
    content: "";
    top: 0;
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, 
                rgba(rgb(208,191,194), 0.3) 0%, 
                rgba(rgb(173,152,155), 0.3) 100%);
    mix-blend-mode: overlay;
    position: absolute;
}.contact-box .img-clickable::before {
    content: "";
    width: 150%;
    position: absolute;
    z-index: 2;
    top: -100px;
    transform: rotate(45deg);
    background: rgba(255, 255, 255, 0.2);
    animation: shine 6s infinite;
    height: 150px;
    left: -100px;
}@keyframes shine {
    0% { top: -100px; left: -100px; }
    100% { top: 100%; left: 100%; }
}

.contact-box .help-feedback {
    padding: 50px 40px;
    position: relative;
    width: 55%;
}.contact-box .help-feedback::before {
    z-index: 0;
    background: radial-gradient(circle, rgba(rgb(208,191,194), 0.05) 0%, transparent 70%);
    height: 200px;
    content: "";
    position: absolute;
    right: -50px;
    top: -50px;
    border-radius: 50%;
    width: 200px;
}.contact-box form {
    z-index: 2;
    position: relative;
}.contact-box form h3 {
    position: relative;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 18px;
    color: #000000;
}.contact-box form h3::after {
    width: 40px;
    background: rgb(208,191,194);
    position: absolute;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
}.contact-box form input[type="text"] {
    padding: 15px 20px;
    color: #000000;
    border-radius: 10px;
    position: relative;
    border: 1px solid rgba(#000000, 0.1);
    margin-bottom: 20px;
    width: 100%;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    background: rgba(#ffffff, 0.8);
    font-size: 18px;
}.contact-box form input[type="text"]:focus {
    outline: none;
    background: #ffffff;
    border-color: rgb(208,191,194);
    box-shadow: 0 0 0 3px rgba(rgb(208,191,194), 0.1);
}.contact-box form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.contact-box form input[type="text"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.5;
}.contact-box .connect-support {
    position: relative;
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
}.contact-box .connect-support input[type="checkbox"] {
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0;
    cursor: pointer;
}.contact-box .connect-support label {
    user-select: none;
    position: relative;
    padding-left: 35px;
    font-size: 16px;
    cursor: pointer;
    color: #000000;
    line-height: 1.4;
}.contact-box .connect-support label::before {
    width: 22px;
    border-radius: 10px;
    border: 1px solid rgba(#000000, 0.2);
    left: 0;
    position: absolute;
    content: "";
    height: 22px;
    top: 0;
    transition: all 0.3s ease;
    background: rgba(#ffffff, 0.8);
}.contact-box .connect-support input[type="checkbox"]:checked + label::before {
    background: rgb(208,191,194);
    border-color: rgb(208,191,194);
}.contact-box .connect-support input[type="checkbox"]:checked + label::after {
    position: absolute;
    left: 8px;
    content: "";
    border-width: 0 2px 2px 0;
    top: 4px;
    transform: rotate(45deg);
    border: solid #ffffff;
    height: 12px;
    width: 6px;
}.contact-box .connect-support label a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(208,191,194);
    position: relative;
}.contact-box .connect-support label a::after {
    content: "";
    transform: scaleX(0);
    width: 100%;
    transform-origin: left;
    background: rgb(208,191,194);
    height: 1px;
    transition: transform 0.3s ease;
    left: 0;
    position: absolute;
    bottom: -2px;
}.contact-box .connect-support label a:hover {
    color: rgb(173,152,155);
}.contact-box .connect-support label a:hover::after {
    transform: scaleX(1);
    background: rgb(173,152,155);
}.contact-box .connect-inquiry {
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 10px;
    position: relative;
    border: none;
    color: #ffffff;
    font-size: 18px;
    padding: 15px 20px;
    z-index: 1;
    overflow: hidden;
    font-weight: 600;
    background: linear-gradient(90deg, rgb(208,191,194), rgb(173,152,155));
    width: 100%;
}.contact-box .connect-inquiry::before {
    z-index: -1;
    left: 0;
    background: linear-gradient(90deg, rgb(173,152,155), rgb(208,191,194));
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
    transition: opacity 0.3s ease;
    opacity: 0;
}.contact-box .connect-inquiry:hover::before {
    opacity: 1;
}.contact-box .connect-inquiry:active {
    transform: translateY(2px);
}.contact-box svg {
    margin-right: 10px;
    fill: rgb(208,191,194);
    transition: fill 0.3s ease;
    height: 20px;
    width: 20px;
}.contact-box svg path {
    fill: rgb(208,191,194);
    transition: fill 0.3s ease;
}.contact-box svg:hover,
.contact-box svg:hover path {
    fill: rgb(173,152,155);
}.contact-box form input {
    background: rgb(233,225,227);
}
@media (max-width: 1024px) {.contact-box {
    padding: 60px 0;
}.contact-box .container {
    padding: 0 15px;
}.contact-box h2 {
    margin-bottom: 40px;
}.contact-box .help-feedback {
    padding: 40px 30px;
}
}

@media (max-width: 768px) {.contact-box {
    padding: 50px 0;
}.contact-box h2 {
    margin-bottom: 30px;
}.contact-box .request-widget {
    flex-direction: column;
}.contact-box .img-clickable {
    width: 100%;
    height: 250px;
}.contact-box .help-feedback {
    padding: 30px 25px;
    width: 100%;
}.contact-box form h3 {
    margin-bottom: 25px;
}.contact-box form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact-box .connect-support {
    margin-bottom: 25px;
}.contact-box .connect-inquiry {
    padding: 12px 15px;
}
}

@media (max-width: 480px) {.contact-box {
    padding: 40px 0;
}.contact-box h2 {
    margin-bottom: 25px;
    font-size: calc(36px * 0.85);
}.contact-box .img-clickable {
    height: 200px;
}.contact-box .help-feedback {
    padding: 25px 20px;
}.contact-box form h3 {
    margin-bottom: 20px;
    font-size: calc(18px * 0.9);
}.contact-box form input[type="text"] {
    margin-bottom: 12px;
    padding: 10px 12px;
}.contact-box .connect-support {
    margin-bottom: 20px;
}.contact-box .connect-support label {
    padding-left: 30px;
    font-size: calc(16px * 0.9);
}.contact-box .connect-support label::before {
    width: 18px;
    height: 18px;
}.contact-box .connect-support input[type="checkbox"]:checked + label::after {
    height: 10px;
    width: 5px;
    top: 3px;
    left: 6px;
}.contact-box .connect-inquiry {
    padding: 10px 12px;
}
}

@media (prefers-reduced-motion: reduce) {.contact-box::after,
    .contact-box .img-clickable::before {
    animation: none;
}.contact-box .request-widget:hover {
    transform: none;
}}.program-information {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,225,227) 0%, rgba(245, 245, 245, 0.95) 100%);
}.program-information::before {
    top: 0;
    position: absolute;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(208,191,194,0.5) 0%, transparent 20%),
        radial-gradient(circle at 80% 70%, rgb(173,152,155,0.5) 0%, transparent 25%);
    left: 0;
    content: "";
    z-index: 0;
    opacity: 0.1;
    height: 100%;
}.program-information::after {
    transform: rotate(15deg);
    height: 200px;
    right: -50px;
    width: 200px;
    position: absolute;
    top: -50px;
    content: "";
    z-index: 1;
    opacity: 0.2;
    border: 1px solid rgb(208,191,194,0.5);
}.program-information .container {
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.program-information h2 {
    line-height: 1.4;
    position: relative;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 50px;
    transform: translateX(-5px);
    color: #000000;
}.program-information h2::after {
    left: 0;
    content: "";
    background: rgb(208,191,194);
    transform-origin: left center;
    width: 80px;
    bottom: -15px;
    position: absolute;
    height: 3px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: scaleX(1);
}.program-information h2:hover::after {
    transform: scaleX(1.5);
}.program-information .job-training {
    position: relative;
    grid-template-columns: 1fr;
    gap: 40px;
    display: grid;
}.program-information .img-clickable {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    height: 350px;
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
}.program-information .img-clickable::before {
    top: 0;
    right: 0;
    left: 0;
    position: absolute;
    bottom: 0;
    content: "";
    z-index: 1;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.3));
}.program-information .img-clickable::after {
    width: 120%;
    height: 120%;
    content: "";
    background: rgb(208,191,194);
    top: -10%;
    opacity: 0;
    left: -10%;
    position: absolute;
    transition: opacity 0.5s ease;
    mix-blend-mode: overlay;
}.program-information .img-clickable:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(0deg);
}.program-information .img-clickable:hover::after {
    opacity: 0.1;
}.program-information .text-inner {
    position: relative;
    background: #ffffff;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transform: translateY(-5px);
}.program-information .text-inner::before {
    content: "";
    top: 0;
    position: absolute;
    background: rgb(208,191,194);
    height: 0;
    left: 0;
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 3px;
}.program-information .text-inner:hover {
    transform: translateY(0);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}.program-information .text-inner:hover::before {
    height: 100%;
}.program-information .description {
    line-height: 1.8;
    padding-left: 15px;
    margin-bottom: 20px;
    font-size: 12px;
    color: #000000;
    position: relative;
}.program-information .description:last-child {
    margin-bottom: 0;
}.program-information .description::before {
    top: 0.7em;
    height: 5px;
    position: absolute;
    background: rgb(208,191,194);
    width: 5px;
    content: "";
    border-radius: 50%;
    opacity: 0.7;
    left: 0;
}.program-information .container:hover .description::before {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.5);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.7;
    }
}

@media (min-width: 768px) {.program-information {
    padding: 120px 0;
}.program-information h2 {
    max-width: 85%;
    font-size: calc(30px * 1.1);
}.program-information .job-training {
    align-items: center;
    gap: 60px;
    grid-template-columns: 0.8fr 1.2fr;
}.program-information .img-clickable {
    height: 450px;
}.program-information .text-inner {
    overflow-y: auto;
    padding: 40px 50px;
    scrollbar-width: thin;
    max-height: 450px;
    scrollbar-color: rgb(208,191,194,0.5) rgba(0,0,0,0.05);
}.program-information .text-inner::-webkit-scrollbar {
    width: 6px;
}.program-information .text-inner::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.05);
}.program-information .text-inner::-webkit-scrollbar-thumb {
    background-color: rgb(208,191,194,0.5);
}
}

@media (min-width: 992px) {.program-information {
    padding: 150px 0;
}.program-information::before {
    background: 
            radial-gradient(circle at 10% 30%, rgb(208,191,194,0.5) 0%, transparent 30%),
            radial-gradient(circle at 90% 70%, rgb(173,152,155,0.5) 0%, transparent 35%);
}.program-information h2 {
    transform: translateX(0);
    margin-left: 30px;
    max-width: 70%;
}.program-information .job-training {
    gap: 80px;
}.program-information .img-clickable {
    transform: perspective(1000px) rotateY(-5deg) translateX(-20px);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.8s ease;
    height: 500px;
}.program-information .img-clickable:hover {
    transform: perspective(1000px) rotateY(0deg) translateX(0);
}.program-information .text-inner {
    padding: 50px 60px;
    transform: translateY(0) translateX(20px);
    max-height: 500px;
}.program-information .text-inner:hover {
    transform: translateY(0) translateX(0);
}.program-information .description {
    padding-left: 25px;
    font-size: calc(12px * 1.05);
}.program-information .description::before {
    height: 6px;
    width: 6px;
    left: 10px;
}
}

@media (min-width: 1200px) {.program-information h2 {
    margin-left: 50px;
}.program-information .job-training {
    gap: 100px;
}.program-information .img-clickable {
    transform: perspective(1200px) rotateY(-8deg) translateX(-30px);
}.program-information .text-inner {
    transform: translateY(0) translateX(30px);
}
}

@media (max-width: 767px) {.program-information {
    padding: 60px 0;
}.program-information h2 {
    font-size: calc(30px * 0.9);
    margin-bottom: 30px;
}.program-information h2::after {
    bottom: -10px;
    width: 60px;
}.program-information .description {
    font-size: calc(12px * 0.95);
}.program-information .img-clickable {
    margin-bottom: 20px;
    height: 250px;
}.program-information .text-inner {
    padding: 25px 20px;
}}.take-a-spin {
    position: relative;
    z-index: 1;
    padding: 110px 0;
    overflow: hidden;
    background: linear-gradient(150deg, rgb(208,191,194) 0%, rgb(173,152,155) 100%);
}.take-a-spin::before {
    content: '';
    left: 0;
    z-index: -1;
    opacity: 0.05;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background: 
        repeating-linear-gradient(
            90deg,
            #ffffff 0,
            #ffffff 1px,
            transparent 1px,
            transparent 20px
        ),
        repeating-linear-gradient(
            0deg,
            #ffffff 0,
            #ffffff 1px,
            transparent 1px,
            transparent 20px
        );
}.take-a-spin::after {
    height: 100%;
    left: 0;
    width: 100%;
    animation: dataFlow 8s linear infinite;
    position: absolute;
    background: linear-gradient(0deg, 
        rgba(255, 255, 255, 0) 0%, 
        rgba(255, 255, 255, 0.05) 75%, 
        rgba(255, 255, 255, 0.1) 100%);
    top: 0;
    opacity: 0.5;
    z-index: -1;
    content: '';
}.take-a-spin .why-mission {
    z-index: 2;
    padding: 0 30px;
    align-items: center;
    margin: 0 auto;
    flex-direction: column;
    display: flex;
    position: relative;
    max-width: 1000px;
    justify-content: center;
}.take-a-spin .why-mission::before {
    left: -100%;
    width: 300%;
    background: 
        radial-gradient(
            ellipse at center,
            #ffffff 0%,
            transparent 60%
        );
    content: '';
    height: 300%;
    transform-origin: center;
    animation: rotateRadial 60s linear infinite;
    z-index: -1;
    position: absolute;
    top: -100%;
    opacity: 0.03;
}.take-a-spin .why-mission::after {
    position: absolute;
    opacity: 0.04;
    height: 100%;
    content: '';
    left: 0;
    top: 0;
    background: 
        linear-gradient(45deg, transparent 65%, #ffffff 65.5%, transparent 66%),
        linear-gradient(-45deg, transparent 65%, #ffffff 65.5%, transparent 66%);
    z-index: -1;
    animation: shiftPattern 40s linear infinite;
    width: 100%;
    background-size: 60px 60px;
}.take-a-spin h3 {
    text-align: center;
    position: relative;
    letter-spacing: 4px;
    text-shadow: 0 0 15px #ffffff;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 55px;
    font-size: 37px;
}.take-a-spin h3::before {
    transform: translateX(-50%);
    left: 50%;
    content: '';
    bottom: -18px;
    box-shadow: 0 0 10px #ffffff;
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, 
        transparent, 
        #ffffff, 
        transparent);
    width: 120px;
}.take-a-spin h3::after {
    position: absolute;
    background-repeat: no-repeat;
    height: 40px;
    background-position: center;
    content: '';
    animation: scanLine 3s linear infinite;
    left: 0;
    background-image: 
        linear-gradient(0deg, 
            transparent 0%, 
            #ffffff 50%, 
            transparent 100%);
    opacity: 0.1;
    width: 100%;
    background-size: 100% 3px;
    top: -45px;
}.take-a-spin .talk-support {
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 0 15px rgb(173,152,155,0.5);
    display: inline-block;
    overflow: hidden;
    font-family: Arial, sans-serif;
    text-decoration: none;
    padding: 18px 50px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    clip-path: polygon(
        5% 0%, 
        100% 0%, 
        95% 100%, 
        0% 100%
    );
    font-size: 18px;
    letter-spacing: 3px;
    transition: all 0.4s ease;
    background: rgb(173,152,155);
}.take-a-spin .talk-support::before {
    left: -100%;
    z-index: -1;
    height: 100%;
    content: '';
    width: 200%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    top: 0;
    position: absolute;
    transform: skewX(-20deg);
    transition: all 0.6s ease;
}.take-a-spin .talk-support::after {
    position: absolute;
    z-index: -2;
    left: -1%;
    opacity: 0;
    top: -2px;
    height: calc(100% + 4px);
    background: linear-gradient(
        rgb(208,191,194),
        rgb(173,152,155)
    );
    clip-path: polygon(
        5% 0%, 
        100% 0%, 
        95% 100%, 
        0% 100%
    );
    transition: all 0.4s ease;
    width: 102%;
    content: '';
}.take-a-spin .talk-support:hover {
    text-shadow: 0 0 5px #ffffff;
    background: transparent;
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.3),
        0 0 25px rgb(173,152,155);
    color: #ffffff;
    transform: translateY(-5px);
}.take-a-spin .talk-support:hover::before {
    left: 100%;
}.take-a-spin .talk-support:hover::after {
    opacity: 1;
}

@media screen and (max-width: 992px) {.take-a-spin {
    padding: 90px 0;
}.take-a-spin h3 {
    margin-bottom: 50px;
    font-size: calc(37px * 0.9);
    letter-spacing: 3px;
}.take-a-spin h3::before {
    width: 100px;
}.take-a-spin .talk-support {
    font-size: calc(18px * 0.95);
    padding: 16px 45px;
}
}

@media screen and (max-width: 768px) {.take-a-spin {
    padding: 70px 0;
}.take-a-spin h3 {
    margin-bottom: 45px;
    letter-spacing: 2px;
    font-size: calc(37px * 0.8);
}.take-a-spin h3::before {
    height: 2px;
    width: 90px;
    bottom: -15px;
}.take-a-spin h3::after {
    top: -35px;
    height: 30px;
}.take-a-spin .talk-support {
    font-size: calc(18px * 0.9);
    padding: 14px 40px;
    letter-spacing: 2px;
}
}

@media screen and (max-width: 576px) {.take-a-spin {
    padding: 50px 0;
}.take-a-spin h3 {
    letter-spacing: 1px;
    margin-bottom: 40px;
    font-size: calc(37px * 0.7);
}.take-a-spin h3::before {
    height: 2px;
    bottom: -12px;
    width: 70px;
}.take-a-spin h3::after {
    top: -25px;
    height: 20px;
}.take-a-spin .talk-support {
    letter-spacing: 1px;
    padding: 12px 30px;
    font-size: calc(18px * 0.85);
}}

@keyframes dataFlow {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}

@keyframes rotateRadial {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes shiftPattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

@keyframes scanLine {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }
    10%, 90% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        transform: translateY(20px);
        opacity: 0;
    }
}.privacy-zone {
    grid-template-columns: 1fr;
    gap: 2rem;
    color: #000000;
    background-color: #ffffff;
    font-family: Arial, sans-serif;
    display: grid;
    padding: 2rem;
}.privacy-zone h1, .privacy-zone h2 {
    margin: 0;
    letter-spacing: 0.1em;
    color: rgb(208,191,194);
    padding: 0.5rem 0;
    text-transform: uppercase;
}.privacy-zone h1 {
    border-bottom: 3px solid rgb(208,191,194);
    font-size: 40px;
    font-weight: 700;
}.privacy-zone h2 {
    font-weight: 600;
    border-bottom: 2px solid rgb(173,152,155);
    font-size: 33px;
}.privacy-zone h3, .privacy-zone h4, .privacy-zone h5, .privacy-zone h6 {
    margin: 10px 0;
}.privacy-zone ul {
    margin: 10px 0;
    padding: 0;
    list-style: none;
}.privacy-zone ul li {
    font-size: 14px;
    border-bottom: 1px solid rgb(173,152,155,0.5);
    font-weight: 400;
    align-items: center;
    display: flex;
    padding: 0.5rem 0;
}.privacy-zone ul li:last-child {
    border-bottom: none;
}.privacy-zone ul li::before {
    margin-right: 1rem;
    color: rgb(208,191,194);
    content: '—';
}.privacy-zone p, .privacy-zone span {
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 1rem 0;
    color: #000000;
}.privacy-zone div {
    margin: 1rem 0;
}.privacy-zone section {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
@media only screen and (max-width: 800px) {.privacy-zone {
    gap: 1rem;
    padding: 1.5rem;
    border-radius: 10px;
}.privacy-zone h1 {
    border-bottom-width: 2px;
    font-size: calc(24px * 0.9);
}.privacy-zone h2 {
    font-size: calc(24px * 0.9);
    border-bottom-width: 1px;
}.privacy-zone ul li {
    padding: 0.5rem 0;
}.privacy-zone ul li::before {
    margin-right: 0.5rem;
}}.teaching-process {
    background: linear-gradient(135deg, rgb(233,225,227) 0%, rgb(173,152,155,0.5) 100%);
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}.teaching-process::before {
    clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
    width: 100%;
    top: 0;
    position: absolute;
    opacity: 0.7;
    background: 
        radial-gradient(circle at 20% 30%, rgb(208,191,194,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(173,152,155,0.5) 0%, transparent 40%);
    z-index: 0;
    height: 100%;
    content: "";
    left: 0;
}.teaching-process::after {
    right: -50px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    opacity: 0.1;
    height: 200px;
    background: rgb(208,191,194);
    transform: rotate(22.5deg);
    top: -50px;
    width: 200px;
    animation: rotate 30s ease-in-out infinite alternate;
    content: "";
    position: absolute;
}.teaching-process .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.teaching-process .why-mission {
    clip-path: polygon(
        0 0, 
        100% 0, 
        calc(100% - 20px) 100%, 
        20px 100%
    );
    align-items: center;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: #ffffff;
    display: flex;
    padding: calc(2rem + 2vw);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.08),
        0 5px 15px rgba(0,0,0,0.05);
    justify-content: center;
    transform: perspective(1000px) rotateY(-2deg);
}.teaching-process .why-mission:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.teaching-process .why-mission > div {
    position: relative;
    max-width: 800px;
}.teaching-process h3 {
    font-size: calc(29px * 0.9);
    margin-bottom: 1.5rem;
    color: rgb(208,191,194);
    display: inline-block;
    font-family: Arial, sans-serif;
    font-weight: 700;
    position: relative;
}.teaching-process h3::after {
    bottom: -10px;
    position: absolute;
    left: 0;
    transform: scaleX(1);
    background: linear-gradient(to right, rgb(173,152,155), transparent);
    transform-origin: left;
    transition: transform 0.4s ease-out;
    height: 3px;
    content: "";
    width: 60%;
}.teaching-process .why-mission:hover h3::after {
    transform: scaleX(1.5);
}.teaching-process p {
    z-index: 2;
    margin: 0;
    font-size: 16px;
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.7;
}.teaching-process p span {
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
    display: inline-block;
}.teaching-process p span::before {
    left: -10px;
    background: linear-gradient(to right, rgb(173,152,155,0.5) 0%, transparent 100%);
    height: 100%;
    position: absolute;
    z-index: -1;
    transform: scaleX(0.8);
    top: 0;
    transform-origin: left;
    opacity: 0;
    content: "";
    transition: opacity 0.4s ease, transform 0.4s ease;
    width: calc(100% + 20px);
}.teaching-process .why-mission:hover p span::before {
    opacity: 0.1;
    transform: scaleX(1);
}

@keyframes rotate {
    0% { transform: rotate(22.5deg); }
    100% { transform: rotate(382.5deg); }
}

@media (max-width: 992px) {.teaching-process {
    padding: 4rem 0;
}.teaching-process .why-mission {
    transform: perspective(800px) rotateY(-1deg);
    padding: calc(1.5rem + 2vw);
}.teaching-process h3 {
    font-size: calc(29px * 0.8);
}
}

@media (max-width: 768px) {.teaching-process {
    padding: 3rem 0;
}.teaching-process .why-mission {
    padding: calc(1.25rem + 2vw);
    clip-path: polygon(
            0 0, 
            100% 0, 
            calc(100% - 10px) 100%, 
            10px 100%
        );
    transform: none;
}.teaching-process h3 {
    font-size: calc(23px * 1.2);
}.teaching-process::before {
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
}
}

@media (max-width: 576px) {.teaching-process {
    padding: 2.5rem 0;
}.teaching-process .why-mission {
    padding: calc(1rem + 2vw);
}.teaching-process h3 {
    font-size: 23px;
    margin-bottom: 1rem;
}.teaching-process p {
    font-size: calc(16px * 0.95);
}.teaching-process::after {
    height: 100px;
    right: -25px;
    width: 100px;
    top: -25px;
}
}

@media (min-width: 1200px) {.teaching-process .why-mission {
    transform: perspective(1200px) rotateY(-3deg);
}.teaching-process h3 {
    font-size: 29px;
}
}

@media (hover: none) {.teaching-process .why-mission {
    transform: none;
}.teaching-process .why-mission:hover {
    transform: none;
}}.leadership-experience {
    background: linear-gradient(180deg, rgb(233,225,227) 0%, rgb(173,152,155,0.5) 100%);
    padding: 6rem 2rem 4rem;
    position: relative;
    overflow: hidden;
}.leadership-experience::before {
    opacity: 0.2;
    background: repeating-linear-gradient(
        -45deg,
        rgb(208,191,194,0.5) 0px,
        rgb(208,191,194,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    z-index: 1;
    width: 100%;
}.leadership-experience::after {
    top: 0;
    width: 50%;
    z-index: 1;
    opacity: 0.1;
    background: #ffffff;
    right: 0;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    content: "";
    position: absolute;
    height: 100%;
}.leadership-experience .success-feedback {
    margin: 0 auto;
    align-items: center;
    flex-direction: column;
    display: flex;
    position: relative;
    max-width: 600px;
    z-index: 2;
}.leadership-experience .img-clickable {
    border-radius: 0;
    height: 250px;
    margin-bottom: -50px;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.5);
    z-index: 3;
    position: relative;
    width: 200px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    transition: all 0.5s ease;
}.leadership-experience .img-clickable:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.5);
}.leadership-experience .career-explore {
    position: relative;
    display: flex;
    perspective: 1000px;
    z-index: 2;
    width: 100%;
    background: #ffffff;
    align-items: center;
    padding: 70px 30px 30px;
    transform-style: preserve-3d;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    flex-direction: column;
}.leadership-experience .career-explore::before {
    content: "";
    width: 100%;
    height: 100%;
    transform: translateZ(-20px);
    background: rgb(208,191,194);
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
}.leadership-experience .name {
    text-align: center;
    font-weight: 700;
    position: relative;
    margin-bottom: 0.5rem;
    font-size: 37px;
    color: rgb(208,191,194);
}.leadership-experience .name::after {
    position: absolute;
    left: 50%;
    bottom: -10px;
    background: rgb(173,152,155);
    width: 50px;
    content: "";
    height: 3px;
    transform: translateX(-50%);
}.leadership-experience .career-explore > div:nth-child(2) {
    font-size: 17px;
    color: rgb(173,152,155);
    letter-spacing: 2px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    margin: 20px 0;
}.leadership-experience .exp-grid {
    border-top: 1px solid rgb(233,225,227);
    line-height: 1.8;
    color: #000000;
    font-style: italic;
    font-size: 14px;
    width: 100%;
    position: relative;
    text-align: center;
    padding-top: 30px;
    margin-top: 20px;
    font-weight: 400;
}.leadership-experience .exp-grid::before,
.leadership-experience .exp-grid::after {
    background: rgb(173,152,155,0.5);
    border-radius: 50%;
    width: 30px;
    content: "";
    height: 30px;
    position: absolute;
}.leadership-experience .exp-grid::before {
    left: 50%;
    top: -15px;
    transform: translateX(-20px);
}.leadership-experience .exp-grid::after {
    transform: translateX(-10px);
    left: 50%;
    top: -15px;
}@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.leadership-experience .career-explore:hover {
    animation: float 3s ease-in-out infinite;
}

@media (max-width: 768px) {.leadership-experience {
    padding: 4rem 1rem 3rem;
}.leadership-experience .img-clickable {
    margin-bottom: -40px;
    height: 180px;
    width: 150px;
}.leadership-experience .career-explore {
    padding: 60px 20px 20px;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(208,191,194);
}header .top_plank .study-peak div svg, header .top_plank .study-peak div svg path {
    fill: #ffffff;
}header .top_plank .study-peak div span {
    color: #ffffff;
}header .top_plank .study-peak {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
    font-size: 13px;
    line-height: 21px;
    padding: 15px 0 10px 0;
    align-items: center;
}header .top_plank .study-peak div {
    display: flex;
    justify-content: flex-start;
    margin-right: 24px;
    align-items: center;
}header .top_plank .study-peak div img, header .top_plank .study-peak div svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}.tyField {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(173,152,155,0.5), rgb(208,191,194,0.5));
}.tyField::before {
    width: 100%;
    top: 0;
    content: "";
    z-index: 1;
    pointer-events: none;
    left: 0;
    position: absolute;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.1) 0%, transparent 40%);
    height: 100%;
}.tyField::after {
    position: absolute;
    bottom: -5px;
    opacity: 0.7;
    content: "";
    left: 0;
    width: 100%;
    z-index: 2;
    animation: shimmer 4s infinite ease-in-out;
    height: 10px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(173,152,155) 25%, 
        rgb(208,191,194) 75%, 
        transparent 100%);
}.tyField .container {
    z-index: 3;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
}.tyField .why-mission {
    transform-style: preserve-3d;
    border-radius: 10px;
    transition: transform 0.5s ease-out;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.1),
        0 3px 10px rgba(0,0,0,0.05),
        0 0 0 1px rgba(255,255,255,0.2) inset;
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.95), 
        rgba(255,255,255,0.85));
    padding: 4rem 3rem;
    overflow: hidden;
}.tyField .why-mission::before {
    animation: float 8s infinite ease-in-out;
    filter: blur(20px);
    right: -10%;
    border-radius: 50%;
    content: "";
    position: absolute;
    opacity: 0.7;
    top: -10%;
    z-index: -1;
    height: 200px;
    width: 200px;
    background: linear-gradient(135deg, 
        rgb(208,191,194,0.5) 0%, 
        transparent 70%);
}.tyField .why-mission:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.15),
        0 5px 15px rgba(0,0,0,0.08),
        0 0 0 1px rgba(255,255,255,0.3) inset;
}.tyField .why-mission > div:first-child {
    margin-bottom: 2rem;
    transform: translateY(0);
    animation: fadeSlideUp 0.8s ease-out;
    position: relative;
    opacity: 1;
}.tyField .why-mission > div:last-child {
    position: relative;
    opacity: 1;
    transform: translateY(0);
    animation: fadeSlideUp 0.8s 0.2s ease-out both;
}.tyField h5 {
    margin: 0 0 1rem;
    font-size: 24px;
    color: rgb(208,191,194);
    position: relative;
    font-family: Arial, sans-serif;
    line-height: 1.4;
    display: inline-block;
    font-weight: 700;
}.tyField h5::after {
    width: 60%;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(173,152,155), transparent);
    content: "";
    bottom: -10px;
    height: 3px;
    transform-origin: left;
    border-radius: 2px;
    animation: lineExpand 1.2s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: scaleX(0);
}.tyField a {
    transition: all 0.3s ease;
    text-decoration: none;
    display: block;
}.tyField a:hover p {
    transform: translateY(-3px);
    color: rgb(208,191,194);
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}.tyField p {
    font-size: 15px;
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 400;
    margin: 0;
    line-height: 1.8;
    position: relative;
    transition: all 0.4s ease;
}

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

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

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

@keyframes shimmer {
    0%, 100% {
        opacity: 0.5;
        transform: translateX(0%);
    }
    50% {
        opacity: 0.8;
        transform: translateX(2%);
    }
}

@media (max-width: 991px) {.tyField {
    padding: 5rem 0;
}.tyField .why-mission {
    padding: 3rem 2.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.tyField h5 {
    font-size: calc(24px * 0.95);
}.tyField p {
    font-size: calc(15px * 0.98);
    line-height: 1.7;
}
}

@media (max-width: 767px) {.tyField {
    padding: 4rem 0;
}.tyField .why-mission {
    padding: 2.5rem 2rem;
    transform: none;
}.tyField .why-mission::before {
    height: 150px;
    width: 150px;
}.tyField h5 {
    font-size: calc(24px * 0.9);
}.tyField h5::after {
    width: 50%;
}.tyField p {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 576px) {.tyField {
    padding: 3rem 0;
}.tyField .container {
    width: 92%;
}.tyField .why-mission {
    padding: 2rem 1.5rem;
}.tyField .why-mission > div:first-child {
    margin-bottom: 1.5rem;
}.tyField h5 {
    font-size: calc(24px * 0.85);
}.tyField p {
    font-size: calc(15px * 0.9);
    line-height: 1.5;
}}.company-overview {
    color: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 120px 0 100px;
}.company-overview::before {
    z-index: 1;
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.85) 100%);
}.company-overview::after {
    content: "";
    transform: rotate(-15deg);
    pointer-events: none;
    right: -50%;
    height: 200%;
    width: 100%;
    position: absolute;
    z-index: 2;
    top: -50%;
    background: linear-gradient(135deg, rgb(208,191,194,0.5) 0%, transparent 70%);
}.company-overview .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 3;
    padding: 0 20px;
    position: relative;
    flex-direction: column;
    display: flex;
}.company-overview h2 {
    transform: perspective(1000px) rotateY(5deg);
    position: relative;
    font-size: calc(34px * 1.2);
    transition: transform 0.5s ease-out;
    margin-bottom: 50px;
    align-self: flex-start;
    font-weight: 700;
    transform-origin: left center;
}.company-overview h2::after {
    left: 0;
    content: "";
    position: absolute;
    height: 4px;
    width: 120px;
    bottom: -15px;
    transform: scaleX(1);
    background: rgb(208,191,194);
    transform-origin: left center;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.company-overview h2:hover {
    transform: perspective(1000px) rotateY(0deg);
}.company-overview h2:hover::after {
    transform: scaleX(1.5);
}.company-overview .text-inner {
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 10px 20px rgba(0,0,0,0.15);
    -webkit-backdrop-filter: blur(8px);
    gap: 30px;
    position: relative;
    grid-template-columns: 1fr;
    padding: 40px;
    background: linear-gradient(145deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    border-left: 3px solid rgb(208,191,194);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    backdrop-filter: blur(8px);
    display: grid;
    transform: translateX(0) translateY(0);
}.company-overview .text-inner:hover {
    transform: translateX(5px) translateY(-5px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.25), 0 15px 30px rgba(0,0,0,0.2);
}.company-overview .text-inner > div {
    position: relative;
}.company-overview .text-inner p {
    letter-spacing: 0.5px;
    font-size: calc(14px * 1.5);
    transition: letter-spacing 0.3s ease;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    font-weight: 600;
    transform-origin: left center;
    color: #ffffff;
    margin-bottom: 20px;
}.company-overview .text-inner p:hover {
    letter-spacing: 1px;
}.company-overview .text-inner div div {
    padding-right: 15px;
    margin-top: 20px;
    line-height: 1.8;
    max-height: 400px;
    text-align: justify;
    font-size: 14px;
    overflow-y: auto;
    position: relative;
    color: rgba(255,255,255,0.9);
}.company-overview .text-inner div div::-webkit-scrollbar {
    width: 5px;
}.company-overview .text-inner div div::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
}.company-overview .text-inner div div::-webkit-scrollbar-thumb {
    background: rgb(208,191,194);
    border-radius: 10px;
}.company-overview .text-inner div div::after {
    content: "";
    left: 0;
    position: absolute;
    opacity: 0;
    bottom: 0;
    pointer-events: none;
    height: 40px;
    background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
    transition: opacity 0.3s ease;
    width: 100%;
}.company-overview .text-inner div div:hover::after {
    opacity: 1;
}

@media (min-width: 768px) {.company-overview {
    padding: 150px 0 130px;
}.company-overview::after {
    transform: rotate(-25deg);
    top: -30%;
    right: -30%;
}.company-overview .container {
    padding: 0 40px;
}.company-overview h2 {
    font-size: calc(34px * 1.5);
    margin-bottom: 70px;
    margin-left: 60px;
}.company-overview h2::after {
    width: 150px;
    height: 5px;
}.company-overview .text-inner {
    padding: 60px;
    grid-template-columns: 1fr;
    max-width: 90%;
    transform: perspective(1000px) rotateY(-2deg);
    margin-left: 60px;
}.company-overview .text-inner:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.company-overview .text-inner div div {
    max-height: 450px;
    column-gap: 40px;
    column-count: 2;
}
}

@media (min-width: 1024px) {.company-overview {
    padding: 180px 0 160px;
}.company-overview::before {
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.8) 100%);
}.company-overview::after {
    transform: rotate(-35deg);
    right: -20%;
    height: 180%;
    top: -20%;
    width: 90%;
}.company-overview .container {
    padding: 0 60px;
}.company-overview h2 {
    font-size: calc(34px * 1.8);
    margin-bottom: 90px;
    margin-left: 120px;
}.company-overview h2::after {
    width: 180px;
    height: 6px;
}.company-overview .text-inner {
    box-shadow: 0 30px 60px rgba(0,0,0,0.25), 0 15px 30px rgba(0,0,0,0.2), 0 5px 15px rgba(0,0,0,0.1);
    max-width: 80%;
    padding: 80px;
    margin-left: 120px;
}.company-overview .text-inner p {
    font-size: calc(14px * 1.8);
    margin-bottom: 30px;
    padding-bottom: 20px;
}.company-overview .text-inner div div {
    column-gap: 60px;
    line-height: 1.9;
    max-height: 500px;
    font-size: calc(14px * 1.1);
    column-count: 2;
}
}

@media (max-width: 767px) {.company-overview {
    padding: 80px 0 60px;
}.company-overview::after {
    opacity: 0.6;
}.company-overview .container {
    padding: 0 20px;
}.company-overview h2 {
    margin-bottom: 40px;
    transform: none;
    font-size: 34px;
    align-self: center;
}.company-overview h2::after {
    transform: translateX(-50%);
    height: 3px;
    width: 80px;
    left: 50%;
}.company-overview h2:hover::after {
    transform: translateX(-50%) scaleX(1.2);
}.company-overview .text-inner {
    padding: 30px 20px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}.company-overview .text-inner p {
    text-align: center;
    font-size: calc(14px * 1.2);
}.company-overview .text-inner div div {
    font-size: 14px;
    max-height: 350px;
    line-height: 1.6;
}}header {
    left: 0;
    background: linear-gradient(180deg, 
        rgb(208,191,194) 0%, 
        rgba(20, 20, 30, 0.95) 100%
    );
    top: 0;
    border-bottom: 1px solid rgb(208,191,194,0.5);
    z-index: 1000;
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.4s ease;
    position: fixed;
    backdrop-filter: blur(10px);
    width: 100%;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
}header:before {
    pointer-events: none;
    position: absolute;
    height: 100%;
    background: 
        radial-gradient(circle at 15% 15%, rgb(208,191,194,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(173,152,155,0.5) 0%, transparent 25%);
    opacity: 0.1;
    top: 0;
    width: 100%;
    left: 0;
    content: '';
}header:after {
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    mix-blend-mode: overlay;
    opacity: 0.02;
    pointer-events: none;
    width: 100%;
    content: '';
}header .header-lead {
    overflow: hidden;
    position: relative;
}header .header-lead:before {
    box-shadow: 0 0 15px rgb(208,191,194), 0 0 35px rgb(208,191,194);
    width: 200%;
    opacity: 0.7;
    left: -50%;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(208,191,194) 25%,
        #ffffff 50%,
        rgb(208,191,194) 75%,
        transparent 100%
    );
    height: 1px;
    position: absolute;
    animation: scanlineGlow 4s linear infinite;
    content: '';
    bottom: 0;
}header .container {
    max-width: 1200px;
    position: relative;
    padding: 18px 25px;
    margin: 0 auto;
}header .container:before {
    opacity: 0.5;
    height: 100%;
    position: absolute;
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 2px,
            rgba(255, 255, 255, 0.015) 2px,
            rgba(255, 255, 255, 0.015) 3px
        );
    width: 100%;
    mix-blend-mode: overlay;
    content: '';
    pointer-events: none;
}header .top-page {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}header .top-page:before {
    content: '';
    background: rgb(208,191,194);
    filter: blur(15px);
    position: absolute;
    top: 50%;
    left: -10px;
    border-radius: 50%;
    animation: breathe 5s infinite alternate;
    opacity: 0.3;
    height: 20px;
    width: 20px;
    transform: translateY(-50%);
}header .top-page:after {
    filter: blur(15px);
    height: 20px;
    animation: breathe 5s infinite alternate-reverse;
    position: absolute;
    transform: translateY(-50%);
    right: -10px;
    content: '';
    background: rgb(173,152,155);
    opacity: 0.3;
    top: 50%;
    width: 20px;
    border-radius: 50%;
}header .nav-know {
    align-items: center;
    position: relative;
    gap: 30px;
    display: flex;
}header .nav-know:before {
    height: 110%;
    filter: blur(5px);
    position: absolute;
    width: 110%;
    left: -5%;
    transform: translateX(-100%);
    background: linear-gradient(90deg, 
        transparent, 
        rgb(208,191,194,0.5), 
        transparent
    );
    top: -5%;
    content: '';
    animation: menuGlow 10s infinite ease-in-out;
    opacity: 0.15;
}header .top-navbar {
    font-size: 12px;
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 8px 2px;
    font-weight: 400;
    font-family: Arial, sans-serif;
    text-shadow: 0 0 1px #ffffff;
    letter-spacing: 1px;
}header .top-navbar:before {
    position: absolute;
    z-index: -1;
    transform: skewX(-20deg) scale(0.8, 1);
    top: 0;
    height: 100%;
    transition: all 0.4s ease;
    left: 0;
    opacity: 0;
    content: '';
    width: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(208,191,194,0.5), 
        transparent
    );
}header .top-navbar:after {
    bottom: -2px;
    height: 2px;
    filter: blur(0.5px);
    opacity: 0.8;
    background: linear-gradient(90deg, 
        rgb(208,191,194),
        #ffffff 50%,
        rgb(208,191,194)
    );
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 0;
    transform: translateX(-50%);
    position: absolute;
    content: '';
    left: 50%;
}header .top-navbar:hover {
    color: #ffffff;
    text-shadow: 
        0 0 5px #ffffff,
        0 0 10px rgb(208,191,194);
    transform: translateY(-2px);
}header .top-navbar:hover:before {
    opacity: 0.15;
    transform: skewX(-20deg) scale(1.05, 1);
}header .top-navbar:hover:after {
    width: 100%;
    box-shadow: 
        0 0 5px rgb(208,191,194),
        0 0 10px rgb(208,191,194);
}header .head-pro {
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: relative;
    padding: 5px;
    transition: all 0.3s ease;
    display: flex;
}header .head-pro:before {
    position: absolute;
    background: radial-gradient(circle, 
        rgb(208,191,194,0.5) 0%, 
        transparent 70%
    );
    transition: opacity 0.5s ease;
    height: 150%;
    left: 50%;
    width: 150%;
    top: 50%;
    opacity: 0;
    content: '';
    transform: translate(-50%, -50%);
}header .head-pro:after {
    opacity: 0;
    position: absolute;
    left: -5px;
    content: '';
    height: calc(100% + 10px);
    border-image: linear-gradient(45deg, rgb(208,191,194), rgb(173,152,155), rgb(208,191,194)) 1;
    top: -5px;
    transition: all 0.5s ease;
    width: calc(100% + 10px);
    border: 1px solid transparent;
}header .head-pro:hover:before {
    opacity: 0.3;
}header .head-pro:hover:after {
    opacity: 0.7;
    animation: borderRotate 4s linear infinite;
}header .head-pro svg {
    position: relative;
    width: auto;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: drop-shadow(0 0 2px rgb(208,191,194,0.5));
    height: 45px;
}header .head-pro:hover svg {
    filter: drop-shadow(0 0 5px rgb(208,191,194));
    transform: scale(1.05);
}header .head-pro:hover svg path {
    animation: logoGlow 2s infinite alternate;
}

@keyframes scanlineGlow {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    10%, 90% {
        opacity: 0.7;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes breathe {
    0%, 100% {
        opacity: 0.3;
        filter: blur(15px);
    }
    50% {
        opacity: 0.5;
        filter: blur(20px);
    }
}

@keyframes menuGlow {
    0%, 100% {
        transform: translateX(-100%);
        opacity: 0.15;
    }
    50% {
        transform: translateX(100%);
        opacity: 0.25;
    }
}

@keyframes borderRotate {
    0% {
        border-image: linear-gradient(45deg, rgb(208,191,194), rgb(173,152,155), rgb(208,191,194)) 1;
    }
    50% {
        border-image: linear-gradient(225deg, rgb(208,191,194), rgb(173,152,155), rgb(208,191,194)) 1;
    }
    100% {
        border-image: linear-gradient(405deg, rgb(208,191,194), rgb(173,152,155), rgb(208,191,194)) 1;
    }
}

@keyframes logoGlow {
    0% {
        filter: brightness(1);
    }
    100% {
        filter: brightness(1.3);
    }
}

@keyframes glitchEffect {
    0%, 100% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-2px);
    }
    40% {
        transform: translateX(2px);
    }
    60% {
        transform: skewX(2deg);
    }
    80% {
        transform: skewX(-2deg);
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .nav-know {
    gap: 20px;
}header .head-pro svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .nav-know {
    backdrop-filter: blur(15px);
    padding: 85px 30px 30px;
    position: fixed;
    background: linear-gradient(135deg, 
            rgba(20, 20, 30, 0.97) 0%, 
            rgba(10, 10, 20, 0.98) 100%
        );
    gap: 25px;
    top: 0;
    width: 85%;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.5);
    flex-direction: column;
    -webkit-backdrop-filter: blur(15px);
    max-width: 330px;
    z-index: 1001;
    overflow-y: auto;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    height: 100vh;
    right: -100%;
}header .nav-know:before {
    opacity: 0.3;
    left: 10%;
    top: 70px;
    width: 80%;
    animation: none;
    height: 1px;
}header .nav-know:after {
    right: 20px;
    border: 1px solid rgb(208,191,194,0.5);
    position: absolute;
    top: 20px;
    width: 30px;
    opacity: 0.6;
    background: transparent;
    height: 30px;
    content: '';
}header .menu.active {
    right: 0;
}header .top-navbar {
    text-align: left;
    opacity: 0.8;
    border-bottom: 1px solid rgb(208,191,194,0.5);
    padding: 12px 5px;
    width: 100%;
}header .top-navbar:last-child {
    border-bottom: none;
}header .top-navbar:hover {
    transform: translateY(0);
    opacity: 1;
}header .head-pro {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .head-pro svg {
    height: 35px;
}header .nav-know {
    max-width: 100%;
    width: 100%;
}}.locate {
    box-shadow: inset 0 5px 15px rgba(0,0,0,0.05);
    overflow: hidden;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 80px 0;
    position: relative;
}.locate::before {
    transform: rotate(-15deg);
    height: 300px;
    top: -10%;
    position: absolute;
    opacity: 0.04;
    content: '';
    z-index: 0;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    width: 300px;
    background: rgb(173,152,155,0.5);
    right: -5%;
}.locate::after {
    background: rgb(208,191,194,0.5);
    content: '';
    z-index: 0;
    transform: rotate(15deg);
    opacity: 0.05;
    position: absolute;
    height: 250px;
    width: 250px;
    bottom: -10%;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    left: -5%;
}.locate .container {
    margin: 0 auto;
    padding: 0 15px;
    z-index: 1;
    position: relative;
    max-width: 1200px;
}.locate .assist-experts {
    box-shadow: 12px 12px 24px rgba(0,0,0,0.03), 
               -12px -12px 24px rgba(255,255,255,0.8);
    position: relative;
    padding: 40px;
    transform: perspective(1000px) rotateX(2deg);
    max-width: 800px;
    border: 1px solid rgba(200,200,200,0.1);
    background: #ffffff;
    margin: 0 auto;
}.locate .assist-experts::before {
    position: absolute;
    filter: blur(3px);
    z-index: -1;
    inset: 1px;
    background: linear-gradient(to bottom right, 
                rgba(255,255,255,0.8), 
                rgba(255,255,255,0.3));
    content: '';
    border-radius: 2px;
}.locate h3 {
    margin-bottom: 30px;
    font-size: calc(33px * 0.9);
    font-weight: 700;
    display: inline-block;
    color: rgb(173,152,155);
    position: relative;
}.locate h3::after {
    left: 0;
    bottom: -10px;
    content: '';
    background: rgb(208,191,194);
    transform: scaleX(1);
    transform-origin: left;
    height: 3px;
    transition: transform 0.3s ease-out;
    width: 60px;
    position: absolute;
}.locate h3:hover::after {
    transform: scaleX(1.5);
}.locate p {
    color: #000000;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 25px;
}.locate h5 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 24px;
    color: #000000;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
}.locate svg {
    transition: transform 0.3s ease;
    height: 20px;
    margin-left: 10px;
    width: 20px;
}.locate svg:hover {
    transform: scale(1.2);
}.locate svg path {
    fill: rgb(173,152,155);
    transition: fill 0.3s ease;
}.locate .contact-panel {
    padding: 0;
    list-style: none;
    margin: 30px 0 0 0;
    display: flex;
    gap: 15px;
    flex-direction: column;
}.locate .contact-panel li {
    margin-bottom: 5px;
    transition: transform 0.3s ease;
    transform: translateX(0);
}.locate .contact-panel li:hover {
    transform: translateX(10px);
}.locate .talk-support {
    font-weight: 400;
    align-items: center;
    padding: 10px 15px;
    font-size: calc(14px * 0.95);
    box-shadow: 5px 5px 10px rgba(0,0,0,0.05), 
               -5px -5px 10px rgba(255,255,255,0.8);
    border-radius: 4px;
    background: linear-gradient(145deg, #ffffff, #f0f0f0);
    text-decoration: none;
    display: flex;
    transition: all 0.3s ease;
    color: #000000;
}.locate .talk-support:hover {
    box-shadow: inset 4px 4px 8px rgba(0,0,0,0.05), 
                inset -4px -4px 8px rgba(255,255,255,0.9);
    color: rgb(208,191,194);
}.locate .talk-support:hover svg path {
    fill: rgb(208,191,194);
}

@media (min-width: 768px) {.locate .assist-experts {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    display: grid;
}.locate h3 {
    grid-column: 1 / -1;
}.locate .contact-panel {
    align-self: start;
    grid-column: 2;
    grid-row: 2 / 4;
    margin-top: 0;
}
}

@media (max-width: 767px) {.locate {
    padding: 60px 0;
}.locate .assist-experts {
    padding: 30px;
    transform: perspective(1000px) rotateX(1deg);
}.locate h3 {
    font-size: calc(33px * 0.8);
    margin-bottom: 20px;
}.locate .contact-panel {
    margin-top: 20px;
}.locate .talk-support {
    padding: 8px 12px;
}
}

@media (max-width: 480px) {.locate {
    padding: 40px 0;
}.locate .assist-experts {
    padding: 20px;
    transform: none;
    box-shadow: 8px 8px 16px rgba(0,0,0,0.03), 
                   -8px -8px 16px rgba(255,255,255,0.7);
}.locate h3 {
    font-size: calc(33px * 0.7);
}.locate p {
    margin-bottom: 20px;
    font-size: calc(14px * 0.95);
}.locate svg {
    width: 18px;
    height: 18px;
}
}