﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
svg {
    width: 30px;
    height: 30px;
}
.sec_certODkdtRG {
    flex: 0 0 auto;
}
.main_guideHNzpyg7 {
    flex: 1 0 auto;
}
.inner-containeroesmZQh {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
header,footer {
    width: 100%;
}
a {
    color: inherit;
    text-decoration: none;
}
html,body {
    min-height: 100%;
    height: 100%;
    font-family: Lato, sans-serif;
    color: #000000;
}
.container {
    margin: auto;
    width: 1274px;
    max-width: 100%;
}

@media only screen and (max-width: 1200px)  {
        .container {
            width: 100%;
            padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
        .container {
            padding: 0 12px;
    }
}
.program_information18I24EQ {
    position: relative;
    overflow: hidden;
    background-color: rgb(225,216,213);
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.program_information18I24EQ .skill_trackMyXOqfY {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.program_information18I24EQ .learn_track7SO0Uop {
    display: flex;
    height: 100%;
    width: 500%;
    animation: slide-show 35s ease-in-out infinite;
}

.program_information18I24EQ .skill_trackMyXOqfY:hover .learn_track7SO0Uop {
    animation-play-state: paused;
}

.program_information18I24EQ .job_trainingOGKLq60 {
    width: 20%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.program_information18I24EQ .job_trainingOGKLq60 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform-origin: center;
    animation: zoom-flow 20s ease-in-out infinite alternate;
    filter: brightness(0.8) saturate(1.3);
}

.program_information18I24EQ .job_trainingOGKLq60::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        linear-gradient(0deg, 
            rgb(205,185,178,0.5) 0%, 
            transparent 40%, 
            transparent 60%, 
            rgb(173,126,110,0.5) 100%),
        linear-gradient(90deg, 
            rgb(205,185,178,0.5) 0%, 
            transparent 40%, 
            transparent 60%, 
            rgb(173,126,110,0.5) 100%);
    z-index: 2;
    opacity: 0.7;
}

.program_information18I24EQ .job_trainingOGKLq60::after {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(205,185,178,0.5) 0px,
            rgb(205,185,178,0.5) 2px,
            transparent 2px,
            transparent 6px
        );
    mix-blend-mode: overlay;
    opacity: 0.3;
    z-index: 3;
    animation: slide-pattern 15s linear infinite;
}

.program_information18I24EQ .container {
    position: relative;
    z-index: 4;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.program_information18I24EQ .pro_trainingkw42HTx {
    width: 100%;
    max-width: 600px;
    margin-left: 0;
    position: relative;
    backdrop-filter: blur(8px);
    border-radius: 16px;
    padding: 0.5rem;
    background: linear-gradient(
        135deg,
        rgb(205,185,178,0.5) 0%,
        rgb(173,126,110,0.5) 100%
    );
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.program_information18I24EQ .tech_classes1ylLIPS {
    background: rgb(225,216,213);
    border-radius: 10px;
    padding: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.program_information18I24EQ .tech_classes1ylLIPS::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(
            circle at 30% 40%,
            rgb(205,185,178,0.5) 0%,
            transparent 70%
        ),
        radial-gradient(
            circle at 70% 60%,
            rgb(173,126,110,0.5) 0%,
            transparent 70%
        );
    opacity: 0.15;
    z-index: -1;
}

.program_information18I24EQ .tech_classes1ylLIPS h3 {
    font-size: 30px;
    color: rgb(205,185,178);
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
}

.program_information18I24EQ .tech_classes1ylLIPS h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 60px;
    height: 3px;
    background: linear-gradient(to right, 
        rgb(205,185,178), 
        rgb(173,126,110));
    border-radius: 10px;
    transition: width 0.3s ease, transform 0.3s ease;
}

.program_information18I24EQ .tech_classes1ylLIPS:hover h3::after {
    width: 100%;
    transform: translateY(-3px);
}

.program_information18I24EQ .tech_classes1ylLIPS p {
    color: #000000;
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.program_information18I24EQ .tech_classes1ylLIPS .support_reachFYSeHax {
    display: inline-block;
    padding: 0.9rem 1.8rem;
    background: linear-gradient(to right, 
        rgb(205,185,178), 
        rgb(173,126,110));
    color: #ffffff;
    text-decoration: none;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgb(205,185,178,0.5);
}

.program_information18I24EQ .tech_classes1ylLIPS .support_reachFYSeHax::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, 
        rgb(173,126,110), 
        rgb(205,185,178));
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.program_information18I24EQ .tech_classes1ylLIPS .support_reachFYSeHax:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgb(173,126,110,0.5);
}

.program_information18I24EQ .tech_classes1ylLIPS .support_reachFYSeHax:hover::before {
    opacity: 1;
}

@keyframes slide-show {
    0%, 15% {
        transform: translateX(0);
    }
    20%, 35% {
        transform: translateX(-20%);
    }
    40%, 55% {
        transform: translateX(-40%);
    }
    60%, 75% {
        transform: translateX(-60%);
    }
    80%, 95% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes zoom-flow {
    0%, 100% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1.2);
    }
}

@keyframes slide-pattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@media (min-width: 992px) and (max-width: 1400px) {
    .program_information18I24EQ .tech_classes1ylLIPS {
        padding: 2.5rem;
    }
    
    .program_information18I24EQ .pro_trainingkw42HTx {
        max-width: 550px;
    }
}

@media (min-width: 1400px) {
    .program_information18I24EQ .pro_trainingkw42HTx {
        max-width: 650px;
    }
    
    .program_information18I24EQ .container {
        max-width: 1320px;
    }
}

@media (max-width: 991px) {
    .program_information18I24EQ {
        min-height: auto;
        flex-direction: column;
        padding: 0;
    }
    
    .program_information18I24EQ .skill_trackMyXOqfY {
        position: relative;
        height: 350px;
    }
    
    .program_information18I24EQ .container {
        width: 100%;
        padding: 3rem 1.5rem;
    }
    
    .program_information18I24EQ .pro_trainingkw42HTx {
        max-width: 100%;
        margin: 0 auto;
    }
    
    .program_information18I24EQ .tech_classes1ylLIPS {
        padding: 2rem;
    }
}

@media (max-width: 767px) {
    .program_information18I24EQ .skill_trackMyXOqfY {
        height: 300px;
    }
    
    .program_information18I24EQ .learn_track7SO0Uop {
        animation-duration: 25s;
    }
    
    .program_information18I24EQ .container {
        padding: 2.5rem 1rem;
    }
    
    .program_information18I24EQ .tech_classes1ylLIPS {
        padding: 1.8rem;
    }
    
    .program_information18I24EQ .tech_classes1ylLIPS h3 {
        font-size: calc(30px * 0.9);
    }
    
    .program_information18I24EQ .tech_classes1ylLIPS p {
        font-size: calc(13px * 0.95);
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 480px) {
    .program_information18I24EQ .skill_trackMyXOqfY {
        height: 250px;
    }
    
    .program_information18I24EQ .learn_track7SO0Uop {
        animation-duration: 20s;
    }
    
    .program_information18I24EQ .container {
        padding: 2rem 0.8rem;
    }
    
    .program_information18I24EQ .tech_classes1ylLIPS {
        padding: 1.5rem;
    }
    
    .program_information18I24EQ .tech_classes1ylLIPS h3 {
        font-size: calc(30px * 0.8);
        margin-bottom: 1rem;
    }

    .program_information18I24EQ .tech_classes1ylLIPS p {
        font-size: calc(13px * 0.85);
        line-height: 1.5;
        margin-bottom: 1.2rem;
    }
    
    .program_information18I24EQ .tech_classes1ylLIPS .support_reachFYSeHax {
        width: 100%;
        text-align: center;
        padding: 0.8rem 1.5rem;
    }
}

@media (prefers-reduced-motion) {
    .program_information18I24EQ .learn_track7SO0Uop,
    .program_information18I24EQ .job_trainingOGKLq60 img,
    .program_information18I24EQ .job_trainingOGKLq60::after {
        animation: none;
    }
}.thanksPointpvgwD80 {
    background-color: rgb(205,185,178,0.5);
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.thanksPointpvgwD80 .container {
    background-color: rgb(205,185,178,0.5);
    border: 1px solid rgb(205,185,178);
    border-radius: 27px;
    padding: 40px 30px;
    max-width: 700px;
    width: 100%;
    text-align: center;
    box-shadow: inset 0 0 10px rgb(173,126,110,0.5);
}
.thanksPointpvgwD80 .container h2 {
    font-family: Lato, sans-serif;
    font-size: 33px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}
.thanksPointpvgwD80 .container p {
    font-family: Lato, sans-serif;
    font-size: 18px;
    color: rgb(173,126,110);
    line-height: 1.8;
    margin-bottom: 20px;
    border-top: 1px solid rgb(173,126,110,0.5);
    border-bottom: 1px solid rgb(173,126,110,0.5);
    padding: 10px 0;
}
@media only screen and (max-width: 800px) {
    .thanksPointpvgwD80 {
        padding: 30px 10px;
    }
    .thanksPointpvgwD80 .container {
        padding: 30px 20px;
    }
    .thanksPointpvgwD80 .container h2 {
        font-size: calc(33px - 6px);
    }
    .thanksPointpvgwD80 .container p {
        font-size: calc(18px - 2px);
    }
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgb(205,185,178,0.5);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 75%
    );
    animation: shimmer 8s infinite linear;
    pointer-events: none;
}

header:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(
        90deg,
        rgb(173,126,110) 0%,
        rgb(205,185,178) 50%,
        rgb(173,126,110) 100%
    );
    filter: blur(1px);
    opacity: 0.8;
}

header .nav_primeyS2Y390 {
    position: relative;
    overflow: hidden;
}

header .nav_primeyS2Y390:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(205,185,178,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(173,126,110,0.5) 0%, transparent 40%);
    opacity: 0.15;
    mix-blend-mode: overlay;
    pointer-events: none;
}

header .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 16px 25px;
    position: relative;
}

header .container:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -1px;
    left: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    opacity: 0.5;
}

header .header_leadACSU1q3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

header .header_eduDpVtfUB {
    display: flex;
    gap: 35px;
    position: relative;
    align-items: center;
}

header .header_eduDpVtfUB:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 35px;
    top: 50%;
    left: 0;
    transform: translateY(-50%) scaleX(0.8);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    opacity: 0;
    transition: all 0.4s ease;
}

header .header_eduDpVtfUB:hover:before {
    opacity: 1;
    transform: translateY(-50%) scaleX(1);
}

header .head_skillnaM64pZ {
    color: #ffffff;
    text-decoration: none;
    font-family: Lato, sans-serif;
    font-size: 17px;
    font-weight: 400;
    position: relative;
    padding: 5px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

header .head_skillnaM64pZ:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        #ffffff,
        transparent
    );
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: right;
}

header .head_skillnaM64pZ:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(
        180deg,
        transparent,
        rgb(205,185,178,0.5),
        transparent
    );
    opacity: 0;
    transform: scaleY(0);
    transition: all 0.3s ease;
    z-index: -1;
}

header .head_skillnaM64pZ:hover {
    color: #ffffff;
    text-shadow: 0 0 5px #ffffff;
}

header .head_skillnaM64pZ:hover:before {
    transform: scaleX(1);
    transform-origin: left;
}

header .head_skillnaM64pZ:hover:after {
    opacity: 0.15;
    transform: scaleY(1);
}

header .first_sectiont0bRV43 {
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    padding: 5px;
    transition: all 0.4s ease;
}

header .first_sectiont0bRV43:before {
    content: '';
    position: absolute;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -10px;
    left: -10px;
    background: radial-gradient(
        circle,
        rgb(205,185,178,0.5) 0%,
        transparent 70%
    );
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
}

header .first_sectiont0bRV43:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 1px solid transparent;
    border-image: linear-gradient(
        to right,
        transparent,
        rgb(205,185,178),
        transparent
    ) 1;
    opacity: 0;
    transition: all 0.3s ease;
}

header .first_sectiont0bRV43:hover:before {
    opacity: 0.15;
    animation: pulse 2s infinite;
}

header .first_sectiont0bRV43:hover:after {
    opacity: 0.7;
}

header .first_sectiont0bRV43 svg {
    height: 45px;
    width: auto;
    filter: drop-shadow(0 0 3px rgb(205,185,178,0.5));
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

header .first_sectiont0bRV43:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 5px rgb(205,185,178));
}

@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 .header_eduDpVtfUB {
        gap: 20px;
    }
    
    header .first_sectiont0bRV43 svg {
        height: 38px;
    }
}

@media (max-width: 767px) {
    header .header_eduDpVtfUB {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        max-width: 320px;
        height: 100vh;
        flex-direction: column;
        background: rgb(205,185,178);
        background: linear-gradient(
            135deg,
            rgb(205,185,178) 0%,
            rgb(205,185,178,0.5) 100%
        );
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        padding: 80px 30px 30px;
        gap: 20px;
        z-index: 1001;
        transition: right 0.5s cubic-bezier(0.16, 1, 0.3, 1);
        box-shadow: -5px 0 25px rgba(0, 0, 0, 0.2);
    }
    
    header .header_eduDpVtfUB:before {
        display: none;
    }
    
    header .menu.active {
        right: 0;
    }
    
    header .head_skillnaM64pZ {
        padding: 12px 5px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        width: 100%;
    }
    
    header .head_skillnaM64pZ:last-child {
        border-bottom: none;
    }
    
    header .first_sectiont0bRV43 {
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    header .container {
        padding: 12px 15px;
    }
    
    header .first_sectiont0bRV43 svg {
        height: 35px;
    }
}.our_backgroundM9e4SkJ {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    isolation: isolate;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our_backgroundM9e4SkJ::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgb(205,185,178), rgb(173,126,110));
    opacity: 0.9;
    z-index: -1;
}

.our_backgroundM9e4SkJ::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgb(205,185,178), transparent 70%);
    z-index: -1;
    animation: glow 8s infinite alternate;
}

.our_backgroundM9e4SkJ .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.our_backgroundM9e4SkJ .subtext_wrape8mDkv3 {
    position: relative;
    max-width: 700px;
    background: #ffffff;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    transform: translateY(0);
    text-align: center;
    animation: floatUpDown 6s infinite ease-in-out;
}

.our_backgroundM9e4SkJ .subtext_wrape8mDkv3::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: linear-gradient(45deg, 
        rgb(205,185,178), 
        rgb(173,126,110), 
        rgb(205,185,178),
        rgb(173,126,110));
    z-index: -1;
    border-radius: calc(10px + 5px);
    opacity: 0.9;
    filter: blur(10px);
}

.our_backgroundM9e4SkJ .subtext_wrape8mDkv3 h3 {
    font-size: 38px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
}

.our_backgroundM9e4SkJ .subtext_wrape8mDkv3 h3::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, rgb(205,185,178), rgb(173,126,110));
}

.our_backgroundM9e4SkJ .subtext_wrape8mDkv3 span {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin: 20px 0;
    letter-spacing: 1px;
    position: relative;
    background: linear-gradient(to right, rgb(205,185,178), rgb(173,126,110));
    padding: 8px 25px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.our_backgroundM9e4SkJ .subtext_wrape8mDkv3 span::before,
.our_backgroundM9e4SkJ .subtext_wrape8mDkv3 span::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 40px;
    height: 2px;
    background: rgb(173,126,110);
}

.our_backgroundM9e4SkJ .subtext_wrape8mDkv3 span::before {
    left: -60px;
}

.our_backgroundM9e4SkJ .subtext_wrape8mDkv3 span::after {
    right: -60px;
}

.our_backgroundM9e4SkJ .subtext_wrape8mDkv3 p {
    font-size: 17px;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 0;
    font-weight: 400;
}

.our_backgroundM9e4SkJ .grid-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(#ffffff 1px, transparent 1px),
        linear-gradient(90deg, #ffffff 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.15;
    z-index: 0;
    animation: gridPulse 8s infinite alternate;
}

.our_backgroundM9e4SkJ .corner-decoration {
    position: absolute;
    width: 150px;
    height: 150px;
    opacity: 0.8;
    z-index: 1;
}

.our_backgroundM9e4SkJ .corner-decoration:nth-child(1) {
    top: 40px;
    left: 40px;
    border-top: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
    animation: pulseGlow 4s infinite alternate;
}

.our_backgroundM9e4SkJ .corner-decoration:nth-child(2) {
    top: 40px;
    right: 40px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    animation: pulseGlow 4s infinite alternate 1s;
}

.our_backgroundM9e4SkJ .corner-decoration:nth-child(3) {
    bottom: 40px;
    left: 40px;
    border-bottom: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
    animation: pulseGlow 4s infinite alternate 2s;
}

.our_backgroundM9e4SkJ .corner-decoration:nth-child(4) {
    bottom: 40px;
    right: 40px;
    border-bottom: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    animation: pulseGlow 4s infinite alternate 3s;
}

@keyframes floatUpDown {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

@keyframes pulseGlow {
    0% {
        opacity: 0.6;
        filter: blur(0);
    }
    100% {
        opacity: 1;
        filter: blur(1px);
    }
}

@keyframes glow {
    0% {
        opacity: 0.7;
        filter: hue-rotate(0deg) brightness(1);
    }
    50% {
        opacity: 0.9;
        filter: hue-rotate(30deg) brightness(1.2);
    }
    100% {
        opacity: 0.7;
        filter: hue-rotate(0deg) brightness(1);
    }
}

@keyframes gridPulse {
    0% {
        opacity: 0.15;
        background-size: 50px 50px;
    }
    100% {
        opacity: 0.25;
        background-size: 52px 52px;
    }
}

.our_backgroundM9e4SkJ .symmetry-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.our_backgroundM9e4SkJ .symmetry-lines::before,
.our_backgroundM9e4SkJ .symmetry-lines::after {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    opacity: 0.4;
}

.our_backgroundM9e4SkJ .symmetry-lines::before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    transform: translateY(-50%);
}

.our_backgroundM9e4SkJ .symmetry-lines::after {
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    transform: translateX(-50%);
    background: linear-gradient(0deg, transparent, #ffffff, transparent);
}

@media (max-width: 991px) {
    .our_backgroundM9e4SkJ {
        padding: 90px 0;
    }
    
    .our_backgroundM9e4SkJ .subtext_wrape8mDkv3 {
        max-width: 600px;
        padding: 40px;
    }
    
    .our_backgroundM9e4SkJ .subtext_wrape8mDkv3 h3 {
        font-size: calc(38px * 0.9);
    }
    
    .our_backgroundM9e4SkJ .subtext_wrape8mDkv3 span {
        font-size: calc(18px * 0.9);
        margin: 15px 0;
        padding: 6px 20px;
    }
    
    .our_backgroundM9e4SkJ .corner-decoration {
        width: 100px;
        height: 100px;
    }
    
    .our_backgroundM9e4SkJ .corner-decoration:nth-child(1) {
        top: 30px;
        left: 30px;
    }
    
    .our_backgroundM9e4SkJ .corner-decoration:nth-child(2) {
        top: 30px;
        right: 30px;
    }
    
    .our_backgroundM9e4SkJ .corner-decoration:nth-child(3) {
        bottom: 30px;
        left: 30px;
    }
    
    .our_backgroundM9e4SkJ .corner-decoration:nth-child(4) {
        bottom: 30px;
        right: 30px;
    }
}

@media (max-width: 767px) {
    .our_backgroundM9e4SkJ {
        padding: 70px 0;
    }
    
    .our_backgroundM9e4SkJ .subtext_wrape8mDkv3 {
        padding: 30px;
        max-width: 100%;
    }
    
    .our_backgroundM9e4SkJ .subtext_wrape8mDkv3 h3 {
        font-size: calc(38px * 0.8);
        letter-spacing: 1px;
    }
    
    .our_backgroundM9e4SkJ .subtext_wrape8mDkv3 span {
        font-size: 17px;
        margin: 12px 0;
        padding: 5px 15px;
    }
    
    .our_backgroundM9e4SkJ .subtext_wrape8mDkv3 span::before,
    .our_backgroundM9e4SkJ .subtext_wrape8mDkv3 span::after {
        width: 20px;
    }
    
    .our_backgroundM9e4SkJ .subtext_wrape8mDkv3 span::before {
        left: -30px;
    }
    
    .our_backgroundM9e4SkJ .subtext_wrape8mDkv3 span::after {
        right: -30px;
    }
    
    .our_backgroundM9e4SkJ .subtext_wrape8mDkv3 p {
        font-size: calc(17px * 0.95);
        line-height: 1.6;
    }
    
    .our_backgroundM9e4SkJ .corner-decoration {
        width: 70px;
        height: 70px;
    }
    
    .our_backgroundM9e4SkJ .corner-decoration:nth-child(1) {
        top: 20px;
        left: 20px;
    }
    
    .our_backgroundM9e4SkJ .corner-decoration:nth-child(2) {
        top: 20px;
        right: 20px;
    }
    
    .our_backgroundM9e4SkJ .corner-decoration:nth-child(3) {
        bottom: 20px;
        left: 20px;
    }
    
    .our_backgroundM9e4SkJ .corner-decoration:nth-child(4) {
        bottom: 20px;
        right: 20px;
    }
    
    .our_backgroundM9e4SkJ .grid-overlay {
        background-size: 30px 30px;
    }
    
    @keyframes gridPulse {
        0% {
            opacity: 0.15;
            background-size: 30px 30px;
        }
        100% {
            opacity: 0.25;
            background-size: 32px 32px;
        }
    }
}

@media (max-width: 480px) {
    .our_backgroundM9e4SkJ {
        padding: 50px 0;
    }
    
    .our_backgroundM9e4SkJ .subtext_wrape8mDkv3 {
        padding: 25px;
    }
    
    .our_backgroundM9e4SkJ .subtext_wrape8mDkv3 h3 {
        font-size: calc(38px * 0.7);
        margin-bottom: 15px;
    }
    
    .our_backgroundM9e4SkJ .subtext_wrape8mDkv3 span {
        font-size: calc(17px * 0.95);
        margin: 10px 0;
        padding: 4px 12px;
    }
    
    .our_backgroundM9e4SkJ .subtext_wrape8mDkv3 span::before,
    .our_backgroundM9e4SkJ .subtext_wrape8mDkv3 span::after {
        display: none;
    }
    
    .our_backgroundM9e4SkJ .subtext_wrape8mDkv3 p {
        font-size: calc(17px * 0.9);
        line-height: 1.5;
    }
    
    .our_backgroundM9e4SkJ .corner-decoration {
        width: 50px;
        height: 50px;
    }
    
    .our_backgroundM9e4SkJ .corner-decoration:nth-child(1) {
        top: 15px;
        left: 15px;
    }
    
    .our_backgroundM9e4SkJ .corner-decoration:nth-child(2) {
        top: 15px;
        right: 15px;
    }
    
    .our_backgroundM9e4SkJ .corner-decoration:nth-child(3) {
        bottom: 15px;
        left: 15px;
    }
    
    .our_backgroundM9e4SkJ .corner-decoration:nth-child(4) {
        bottom: 15px;
        right: 15px;
    }
    
    .our_backgroundM9e4SkJ .grid-overlay {
        background-size: 20px 20px;
    }
    
    @keyframes gridPulse {
        0% {
            opacity: 0.15;
            background-size: 20px 20px;
        }
        100% {
            opacity: 0.25;
            background-size: 22px 22px;
        }
    }
}.location_infoolpw5LD {
    background: linear-gradient(
        135deg, 
        rgba(rgb(205,185,178), 0.05) 0%, 
        rgba(rgb(173,126,110), 0.03) 50%, 
        #ffffff 100%
    );
    padding: 5rem 0;
    font-family: Lato, sans-serif;
    position: relative;
    overflow: hidden;
}

.location_infoolpw5LD::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(
        circle at center, 
        rgba(rgb(205,185,178), 0.05) 0%, 
        transparent 70%
    );
    animation: techPulse 10s infinite alternate;
    z-index: 1;
}

.location_infoolpw5LD .container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.location_infoolpw5LD .write_feedbackMRSYi74 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto auto;
    gap: 2rem;
    position: relative;
}

.location_infoolpw5LD .get_supportYy3jAKp:first-child {
    grid-row: span 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.location_infoolpw5LD .get_supportYy3jAKp:first-child p {
    display: flex;
    align-items: center;
}

.location_infoolpw5LD .get_supportYy3jAKp {
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(15px);
    border-radius: 14px;
    padding: 2.5rem;
    transition: all 0.4s cubic-bezier(0.215, 0.610, 0.355, 1);
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.1),
        0 10px 20px rgba(0,0,0,0.05);
    border: 1px solid rgba(rgb(205,185,178), 0.1);
    position: relative;
    overflow: hidden;
}

.location_infoolpw5LD .get_supportYy3jAKp h2 {
    color: rgb(205,185,178);
    font-size: 28px;
    margin-bottom: 0.75rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    position: relative;
    display: inline-block;
    line-height: 1.2;
    max-width: 80%;
}

.location_infoolpw5LD .get_supportYy3jAKp h2::before {
    content: '';
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    width: 3rem;
    height: 3px;
    background: rgb(205,185,178);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s ease;
}

.location_infoolpw5LD .get_supportYy3jAKp:hover h2::before {
    transform: scaleX(1);
    transform-origin: left;
}

.location_infoolpw5LD .contact_helpdsryHge {
    color: rgb(173,126,110);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0.5rem;
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.location_infoolpw5LD .learn_faqOWB6Ifx {
    color: #000000;
    line-height: 1.5;
    margin-bottom: 0.75rem;
    max-width: 90%;
    font-size: calc(18px * 0.9);
}

.location_infoolpw5LD .get_supportYy3jAKp .img_iconNclELgI {
    height: 300px;
    border-radius: 14px;
    box-shadow: 
        0 25px 50px rgba(0,0,0,0.15),
        0 10px 25px rgba(0,0,0,0.1);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: relative;
    overflow: hidden;
}

.location_infoolpw5LD .get_supportYy3jAKp .img_iconNclELgI::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg, 
        rgba(rgb(205,185,178), 0.1) 0%, 
        rgba(rgb(173,126,110), 0.1) 100%
    );
    opacity: 0;
    transition: opacity 0.4s ease;
}

.location_infoolpw5LD .get_supportYy3jAKp:hover .img_iconNclELgI {
    transform: scale(1.05);
    box-shadow: 
        0 35px 60px rgba(0,0,0,0.2),
        0 15px 35px rgba(0,0,0,0.15);
}

.location_infoolpw5LD .get_supportYy3jAKp:hover .img_iconNclELgI::before {
    opacity: 1;
}

.location_infoolpw5LD .online_contactoUE1Obr {
    margin-top: 1rem;
    background: rgba(255,255,255,0.05);
    padding: 0.75rem;
    border-radius: 10px;
    border: 1px solid rgba(rgb(205,185,178), 0.05);
}

.location_infoolpw5LD .online_contactoUE1Obr h3 {
    color: rgb(173,126,110);
    font-size: 17px;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.location_infoolpw5LD .get_contactinfocqL2Bn5 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.location_infoolpw5LD .get_contactinfocqL2Bn5 span {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(rgb(205,185,178), 0.1);
    padding: 0.3rem 0.6rem;
    border-radius: 10px;
    font-size: 18px;
    color: #000000;
    transition: background 0.3s ease;
}

.location_infoolpw5LD .get_contactinfocqL2Bn5 span:hover {
    background: rgba(255,255,255,0.1);
}

.location_infoolpw5LD .start_chatc2pJoS5 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
    z-index: 3;
}

.location_infoolpw5LD .start_chatc2pJoS5 a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    padding: 0.75rem;
    border-radius: 10px;
}

.location_infoolpw5LD .start_chatc2pJoS5 a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg, 
        rgba(rgb(205,185,178), 0.05) 0%, 
        rgba(rgb(173,126,110), 0.05) 100%
    );
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 10px;
}

.location_infoolpw5LD .start_chatc2pJoS5 a:hover::before {
    opacity: 1;
}

.location_infoolpw5LD .start_chatc2pJoS5 a span {
    color: rgb(173,126,110);
    font-size: 17px;
    margin-bottom: 0.25rem;
    opacity: 0.7;
    position: relative;
    z-index: 2;
}

.location_infoolpw5LD .start_chatc2pJoS5 a p {
    color: #000000;
    font-size: 18px;
    margin: 0;
    position: relative;
    z-index: 2;
}

.location_infoolpw5LD svg,
.location_infoolpw5LD svg path {
    margin-right: 8px;
    fill: rgb(205,185,178);
    transition: fill 0.3s ease, transform 0.3s ease;
}

.location_infoolpw5LD .start_chatc2pJoS5 a:hover svg,
.location_infoolpw5LD .start_chatc2pJoS5 a:hover svg path {
    fill: rgb(173,126,110);
    transform: scale(1.1);
}

@keyframes techPulse {
    0% {
        transform: scale(1) rotate(0deg);
        opacity: 0.5;
    }
    100% {
        transform: scale(1.1) rotate(5deg);
        opacity: 0.7;
    }
}

@media screen and (max-width: 1200px) {
    .location_infoolpw5LD .write_feedbackMRSYi74 {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 768px) {
    .location_infoolpw5LD .write_feedbackMRSYi74 {
        grid-template-columns: 1fr;
    }
    
    .location_infoolpw5LD .get_supportYy3jAKp {
        padding: 1.5rem;
    }
    
    .location_infoolpw5LD .get_supportYy3jAKp .img_iconNclELgI {
        height: 250px;
    }
}

@media screen and (max-width: 480px) {
    .location_infoolpw5LD {
        padding: 2rem 0;
    }
    
    .location_infoolpw5LD .get_supportYy3jAKp {
        padding: 1rem;
    }
    
    .location_infoolpw5LD .get_supportYy3jAKp .img_iconNclELgI {
        height: 200px;
    }
}.contact_paneleiSstMX {
    padding: 100px 0;
    background: rgb(205,185,178,0.5);
    position: relative;
    overflow: hidden;
}

.contact_paneleiSstMX::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(173,126,110,0.5);
    z-index: 0;
    transform: rotate(-5deg);
    transform-origin: top left;
}

.contact_paneleiSstMX .container {
    position: relative;
    z-index: 1;
}

.contact_paneleiSstMX h3 {
    color: #000000;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.contact_paneleiSstMX .help_reachSVHcgQm {
    background: #ffffff;
    border-radius: 19px;
    padding: 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.contact_paneleiSstMX form input,
.contact_paneleiSstMX form .support_reachFYSeHax {
    transition: all 0.3s ease;
}

.contact_paneleiSstMX form input {
    color: #000000;
    border-radius: 10px;
    background: #ffffff;
    padding: 15px;
    margin-bottom: 20px;
    border: 2px solid rgb(205,185,178);
}

.contact_paneleiSstMX form input:focus {
    border-color: rgb(173,126,110);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contact_paneleiSstMX form .support_reachFYSeHax {
    background: rgb(173,126,110);
    color: #ffffff;
    border-radius: 19px;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    border: none;
}

.contact_paneleiSstMX form .support_reachFYSeHax:hover {
    background: rgb(205,185,178);
}

.contact_paneleiSstMX .pro_trainingkw42HTx {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact_paneleiSstMX .pro_trainingkw42HTx > div {
    width: 50%;
    padding: 20px;
}

.contact_paneleiSstMX .help_reachSVHcgQm form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.contact_paneleiSstMX .query_help8Du1Kwl {
    font-size: 18px;
    color: #000000;
    margin-bottom: 15px;
}

.contact_paneleiSstMX .inquiry_mapY0kGNfI {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.contact_paneleiSstMX .inquiry_mapY0kGNfI input {
    flex: 1;
}

.contact_paneleiSstMX .connect_links9MlOA6Z {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact_paneleiSstMX .connect_links9MlOA6Z label {
    display: block;
    font-size: 18px;
    color: #000000;
}

.contact_paneleiSstMX .connect_links9MlOA6Z a {
    color: rgb(205,185,178);
    text-decoration: underline;
}

.contact_paneleiSstMX .connect_links9MlOA6Z input[type="checkbox"] {
    width: auto;
    margin: 0 10px 0 0;
}

@media only screen and (max-width: 600px) {
    .contact_paneleiSstMX {
        padding: 50px 0;
    }
    .contact_paneleiSstMX .pro_trainingkw42HTx {
        flex-direction: column;
    }
    .contact_paneleiSstMX .pro_trainingkw42HTx > div {
        width: 100%;
        padding: 0;
    }
    .contact_paneleiSstMX h3 {
        font-size: 41px;
    }
}

.inner-containeroesmZQh .contact_paneleiSstMX .pro_trainingkw42HTx {
    justify-content: center;
    position: relative;
    padding-top: 20px;
}

.inner-containeroesmZQh .contact_paneleiSstMX {
    background: linear-gradient(135deg, rgb(205,185,178), rgb(173,126,110,0.5));
    padding-top: 120px;
}

.inner-containeroesmZQh .contact_paneleiSstMX .help_reachSVHcgQm {
    border-radius: 19px;
    background: #ffffff;
    width: 70%;
    position: relative;
    z-index: 1;
    padding: 40px;
}

.inner-containeroesmZQh .contact_paneleiSstMX .query_help8Du1Kwl {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 18px;
}

.inner-containeroesmZQh .contact_paneleiSstMX form {
    align-items: center;
}

.inner-containeroesmZQh .contact_paneleiSstMX form input {
    background: none;
    border: none;
    border-bottom: 2px solid rgb(173,126,110);
    border-radius: 0;
    padding: 10px 12px;
    font-size: 16px;
    color: #000000;
    width: 100%;
}

.inner-containeroesmZQh .contact_paneleiSstMX form label {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    width: 100%;
    text-align: left;
}

.inner-containeroesmZQh .contact_paneleiSstMX .inquiry_mapY0kGNfI {
    flex-direction: column;
    width: 100%;
}

.inner-containeroesmZQh .contact_paneleiSstMX h3 {
    margin-bottom: 25px;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
    color: #000000;
    position: absolute;
    top: -90px;
}

.inner-containeroesmZQh .contact_paneleiSstMX .connect_links9MlOA6Z {
    width: 100%;
}

.inner-containeroesmZQh .contact_paneleiSstMX .connect_links9MlOA6Z a {
    text-decoration: none;
    color: rgb(205,185,178);
}

.inner-containeroesmZQh .contact_paneleiSstMX form .support_reachFYSeHax {
    background: rgb(205,185,178);
    border: none;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 10px;
    color: #ffffff;
}

@media only screen and (max-width: 800px) {
    .inner-containeroesmZQh .contact_paneleiSstMX {
        padding-top: 80px;
    }
    .inner-containeroesmZQh .contact_paneleiSstMX .pro_trainingkw42HTx > div {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    .inner-containeroesmZQh .contact_paneleiSstMX form .support_reachFYSeHax {
        width: 100%;
    }
    .inner-containeroesmZQh .contact_paneleiSstMX h3 {
        font-size: 24px;
        line-height: 26px;
        top: -80px;
    }
}header .top_plank {
    background: rgb(205,185,178);
    color:  #ffffff;
}
header .top_plank .peak_skillszwWKN0D div svg, header .top_plank .peak_skillszwWKN0D div svg path {
    fill: #ffffff;
}
header .top_plank .peak_skillszwWKN0D div span {
    color: #ffffff;
}
header .top_plank .peak_skillszwWKN0D {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0 10px 0;
    font-size: 14px;
    line-height: 21px;
    flex-wrap: wrap;
}
header .top_plank .peak_skillszwWKN0D div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 24px;
}
header .top_plank .peak_skillszwWKN0D div img, header .top_plank .peak_skillszwWKN0D div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}.privacy_strongholdeuo4th8 {
    background-color: rgb(225,216,213);
    color: #000000;
    font-family: Lato, sans-serif;
    padding: 2rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.privacy_strongholdeuo4th8:hover {
    background-color: rgb(205,185,178,0.5);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
}
.privacy_strongholdeuo4th8 h1, .privacy_strongholdeuo4th8 h2 {
    margin-bottom: 1rem;
    color: rgb(205,185,178);
}
.privacy_strongholdeuo4th8 h1 {
    font-size: 38px;
    font-weight: 700;
    border-bottom: 2px solid rgb(205,185,178);
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
}
.privacy_strongholdeuo4th8 h2 {
    font-size: 28px;
    font-weight: 600;
    border-bottom: 1px solid rgb(173,126,110);
    padding-bottom: 0.25rem;
}
.privacy_strongholdeuo4th8 h3, .privacy_strongholdeuo4th8 h4, .privacy_strongholdeuo4th8 h5, .privacy_strongholdeuo4th8 h6 {
    margin: 10px 0;
}
.privacy_strongholdeuo4th8 ul {
    list-style-type: none;
    padding-left: 0;
    margin: 1rem 0;
}
.privacy_strongholdeuo4th8 ul li {
    font-size: 18px;
    font-weight: 400;
    padding: 0.5rem 0;
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
}
.privacy_strongholdeuo4th8 ul li::before {
    content: '•';
    color: rgb(205,185,178);
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    top: 0;
}
.privacy_strongholdeuo4th8 p, .privacy_strongholdeuo4th8 span {
    font-size: 18px;
    line-height: 1.6;
    color: #000000;
}
.privacy_strongholdeuo4th8 div {
    margin-bottom: 1rem;
}
.privacy_strongholdeuo4th8 section {
    margin-bottom: 2rem;
}
@media only screen and (max-width: 800px) {
    .privacy_strongholdeuo4th8 {
        padding: 1rem;
        border-radius: 10px;
    }
    .privacy_strongholdeuo4th8 h1 {
        font-size: calc(21px * 0.8);
    }
    .privacy_strongholdeuo4th8 h2 {
        font-size: calc(21px * 0.8);
    }
    .privacy_strongholdeuo4th8 ul li {
        padding-left: 1rem;
    }
    .privacy_strongholdeuo4th8 ul li::before {
        font-size: 1.2rem;
    }
}footer {
    background: rgb(173,126,110);
    color: #ffffff;
    font-family: Lato, sans-serif;
    padding: 50px 20px;
}
footer .sec_certODkdtRG {
    background: rgb(173,126,110,0.5);
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}
footer .app_storepRMDbeH {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgb(205,185,178,0.5);
    padding-bottom: 30px;
    margin-bottom: 30px;
}
footer .top_wrapegw17US svg,
footer .top_wrapegw17US img {
    height: 60px;
    width: auto;
    margin-right: 15px;
    transition: transform 0.3s ease;
    fill: #ffffff;
}
footer .top_wrapegw17US svg:hover,
footer .top_wrapegw17US img:hover {
    transform: scale(1.1);
}
footer .header_eduDpVtfUB {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
footer .nav_guideXYqpdt5 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
footer .header_eduDpVtfUB a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}
footer .header_eduDpVtfUB a:hover {
    color: rgb(205,185,178);
    text-shadow: 0 0 10px rgb(205,185,178,0.5);
}
footer .award_showO20MJGF {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
}
footer .tiktok_eduv4uSQbB {
    color: #ffffff;
}
footer .tiktok_eduv4uSQbB a {
    color: #ffffff;
    text-decoration: underline;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}
footer .tiktok_eduv4uSQbB a:hover {
    color: rgb(173,126,110);
    text-shadow: 0 0 10px rgb(173,126,110,0.5);
}
@media only screen and (max-width: 1200px) {
    footer .app_storepRMDbeH {
        flex-direction: column;
        align-items: flex-start;
    }
    footer .top_wrapegw17US {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 800px) {
    footer .header_eduDpVtfUB,
    footer .nav_guideXYqpdt5,
    footer .app_storepRMDbeH {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    footer .header_eduDpVtfUB a {
        margin-right: 0;
    }
}
.potential_learnersuRWityE {
    position: relative;
    padding: 120px 0;
    background: rgb(225,216,213);
    overflow: hidden;
}

.potential_learnersuRWityE::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -30%;
    width: 80%;
    height: 200%;
    background: rgb(205,185,178,0.5);
    transform: rotate(-30deg);
    z-index: 1;
    opacity: 0.08;
}

.potential_learnersuRWityE::after {
    content: "";
    position: absolute;
    bottom: -50%;
    right: -30%;
    width: 80%;
    height: 200%;
    background: rgb(173,126,110,0.5);
    transform: rotate(-30deg);
    z-index: 1;
    opacity: 0.08;
}

.potential_learnersuRWityE .container {
    position: relative;
    z-index: 2;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.potential_learnersuRWityE .pro_trainingkw42HTx {
    position: relative;
}

.potential_learnersuRWityE h4 {
    color: #000000;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    overflow: hidden;
}

.potential_learnersuRWityE h4::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgb(205,185,178,0.5), transparent);
    animation: shimmer 3s infinite;
    z-index: -1;
}

.potential_learnersuRWityE h4::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, rgb(205,185,178), rgb(173,126,110));
    border-radius: 3px;
}

@keyframes shimmer {
    100% {
        left: 100%;
    }
}

.potential_learnersuRWityE div > div {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    perspective: 1000px;
}

.potential_learnersuRWityE p {
    position: relative;
    display: flex;
    align-items: center;
    width: calc(33.333% - 20px);
    min-height: 100px;
    font-size: 17px;
    color: #000000;
    background: #ffffff;
    border-radius: 10px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    transform-style: preserve-3d;
    z-index: 1;
}

.potential_learnersuRWityE p::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #ffffff 0%, rgb(225,216,213) 100%);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.potential_learnersuRWityE p::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: rgb(205,185,178);
    transition: width 0.3s ease;
}

.potential_learnersuRWityE p:hover {
    transform: translateY(-5px) rotateX(5deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.potential_learnersuRWityE p:hover::before {
    opacity: 1;
}

.potential_learnersuRWityE p:hover::after {
    width: 8px;
}

.potential_learnersuRWityE p svg {
    width: 40px;
    height: 40px;
    margin: 0 15px;
    padding: 8px;
    background: #ffffff;
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.potential_learnersuRWityE p svg path {
    fill: rgb(205,185,178);
    transition: fill 0.3s ease;
}

.potential_learnersuRWityE p:hover svg {
    transform: rotate(10deg);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.potential_learnersuRWityE p:hover svg path {
    fill: rgb(173,126,110);
}

.potential_learnersuRWityE p span {
    flex: 1;
    padding: 20px 20px 20px 0;
}

.potential_learnersuRWityE p:nth-child(odd) {
    transform: translateZ(10px);
}

.potential_learnersuRWityE p:nth-child(even) {
    transform: translateZ(20px);
}

.potential_learnersuRWityE p:nth-child(odd):hover {
    transform: translateY(-5px) rotateX(5deg) translateZ(10px);
}

.potential_learnersuRWityE p:nth-child(even):hover {
    transform: translateY(-5px) rotateX(5deg) translateZ(20px);
}

.potential_learnersuRWityE p:nth-child(3n+1)::after {
    background: rgb(205,185,178);
}

.potential_learnersuRWityE p:nth-child(3n+2)::after {
    background: rgb(173,126,110);
}

.potential_learnersuRWityE p:nth-child(3n)::after {
    background: linear-gradient(to bottom, rgb(205,185,178), rgb(173,126,110));
}

@keyframes fadeInStagger {
    from {
        opacity: 0;
        transform: translateY(30px) translateZ(0);
    }
    to {
        opacity: 1;
        transform: translateY(0) translateZ(0);
    }
}

.potential_learnersuRWityE .pro_trainingkw42HTx > div p {
    animation: fadeInStagger 0.6s ease forwards;
    opacity: 0;
}

.potential_learnersuRWityE .pro_trainingkw42HTx > div p:nth-child(1) { animation-delay: 0.1s; }
.potential_learnersuRWityE .pro_trainingkw42HTx > div p:nth-child(2) { animation-delay: 0.2s; }
.potential_learnersuRWityE .pro_trainingkw42HTx > div p:nth-child(3) { animation-delay: 0.3s; }
.potential_learnersuRWityE .pro_trainingkw42HTx > div p:nth-child(4) { animation-delay: 0.4s; }
.potential_learnersuRWityE .pro_trainingkw42HTx > div p:nth-child(5) { animation-delay: 0.5s; }
.potential_learnersuRWityE .pro_trainingkw42HTx > div p:nth-child(6) { animation-delay: 0.6s; }

.potential_learnersuRWityE p:nth-child(odd) {
    box-shadow: 8px 8px 0 rgb(205,185,178,0.5);
}

.potential_learnersuRWityE p:nth-child(even) {
    box-shadow: 8px 8px 0 rgb(173,126,110,0.5);
}

.potential_learnersuRWityE p:hover:nth-child(odd) {
    box-shadow: 10px 10px 0 rgb(205,185,178,0.5);
}

.potential_learnersuRWityE p:hover:nth-child(even) {
    box-shadow: 10px 10px 0 rgb(173,126,110,0.5);
}

@media (max-width: 991px) {
    .potential_learnersuRWityE {
        padding: 100px 0;
    }
    
    .potential_learnersuRWityE h4 {
        font-size: calc(34px * 0.9);
        margin-bottom: 40px;
    }
    
    .potential_learnersuRWityE div > div {
        gap: 15px;
    }
    
    .potential_learnersuRWityE p {
        width: calc(50% - 15px);
        min-height: 90px;
    }
    
    .potential_learnersuRWityE p svg {
        width: 36px;
        height: 36px;
        margin: 0 12px;
        padding: 7px;
    }
    
    .potential_learnersuRWityE p span {
        padding: 18px 18px 18px 0;
    }
    
    .potential_learnersuRWityE p:nth-child(odd) {
        box-shadow: 6px 6px 0 rgb(205,185,178,0.5);
    }
    
    .potential_learnersuRWityE p:nth-child(even) {
        box-shadow: 6px 6px 0 rgb(173,126,110,0.5);
    }
    
    .potential_learnersuRWityE p:hover:nth-child(odd) {
        box-shadow: 8px 8px 0 rgb(205,185,178,0.5);
    }
    
    .potential_learnersuRWityE p:hover:nth-child(even) {
        box-shadow: 8px 8px 0 rgb(173,126,110,0.5);
    }
}

@media (max-width: 768px) {
    .potential_learnersuRWityE {
        padding: 80px 0;
    }
    
    .potential_learnersuRWityE h4 {
        font-size: calc(34px * 0.8);
        margin-bottom: 35px;
    }
    
    .potential_learnersuRWityE div > div {
        gap: 20px;
    }
    
    .potential_learnersuRWityE p {
        width: 100%;
        min-height: 80px;
    }
    
    .potential_learnersuRWityE p svg {
        width: 32px;
        height: 32px;
        margin: 0 10px;
        padding: 6px;
    }
    
    .potential_learnersuRWityE p span {
        padding: 15px 15px 15px 0;
    }
}

@media (max-width: 576px) {
    .potential_learnersuRWityE {
        padding: 60px 0;
    }
    
    .potential_learnersuRWityE h4 {
        font-size: calc(34px * 0.7);
        margin-bottom: 30px;
    }
    
    .potential_learnersuRWityE h4::after {
        width: 60px;
        height: 2px;
    }
    
    .potential_learnersuRWityE div > div {
        gap: 15px;
    }
    
    .potential_learnersuRWityE p {
        min-height: 70px;
        font-size: calc(17px * 0.9);
    }
    
    .potential_learnersuRWityE p svg {
        width: 28px;
        height: 28px;
        margin: 0 8px;
        padding: 5px;
    }
    
    .potential_learnersuRWityE p:nth-child(odd) {
        box-shadow: 4px 4px 0 rgb(205,185,178,0.5);
    }
    
    .potential_learnersuRWityE p:nth-child(even) {
        box-shadow: 4px 4px 0 rgb(173,126,110,0.5);
    }
    
    .potential_learnersuRWityE p:hover:nth-child(odd) {
        box-shadow: 6px 6px 0 rgb(205,185,178,0.5);
    }
    
    .potential_learnersuRWityE p:hover:nth-child(even) {
        box-shadow: 6px 6px 0 rgb(173,126,110,0.5);
    }
}.landing_pageD1TScPa {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: rgb(225,216,213);
}

.landing_pageD1TScPa::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, rgb(205,185,178,0.5) 0%, transparent 70%);
    z-index: 1;
}

.landing_pageD1TScPa::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    background: linear-gradient(-120deg, rgb(173,126,110,0.5) 0%, transparent 70%);
    z-index: 1;
}

.landing_pageD1TScPa .pro_trainingkw42HTx {
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

.landing_pageD1TScPa .page_basedqcpTMR {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.landing_pageD1TScPa .page_basedqcpTMR input {
    display: none;
}

.landing_pageD1TScPa .course_openTq98sRm {
    width: 500%;
    height: 100%;
    display: flex;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.landing_pageD1TScPa .learn_mainw1dHE9V {
    width: 20%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.landing_pageD1TScPa .learn_mainw1dHE9V::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, 
                rgba(0,0,0,0.2) 0%, 
                rgba(0,0,0,0) 30%, 
                rgba(0,0,0,0) 60%, 
                rgb(225,216,213) 100%);
    z-index: 2;
    pointer-events: none;
}

.landing_pageD1TScPa .learn_mainw1dHE9V::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(45deg, 
            rgb(205,185,178,0.5) 0%, 
            transparent 30%), 
        linear-gradient(-45deg, 
            rgb(173,126,110,0.5) 0%, 
            transparent 30%);
    mix-blend-mode: overlay;
    opacity: 0.7;
    z-index: 1;
}

.landing_pageD1TScPa .learn_mainw1dHE9V img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.95) contrast(1.05);
    transform: scale(1.05);
    transition: transform 1s ease-out, filter 0.5s ease;
}

.landing_pageD1TScPa .fast_schoolqYykbRl {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 10;
}

.landing_pageD1TScPa .fast_schoolqYykbRl::before {
    content: "";
    position: absolute;
    top: -20px;
    right: -10px;
    bottom: -20px;
    left: -10px;
    background: rgb(225,216,213);
    opacity: 0.3;
    border-radius: 21px;
    backdrop-filter: blur(5px);
    z-index: -1;
}

.landing_pageD1TScPa .fast_schoolqYykbRl label {
    width: 12px;
    height: 12px;
    border: 2px solid #ffffff;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    transform: rotate(45deg);
}

.landing_pageD1TScPa .fast_schoolqYykbRl label::before {
    content: "";
    position: absolute;
    inset: 1px;
    background: rgb(205,185,178);
    transform: scale(0);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.landing_pageD1TScPa .subtext_wrape8mDkv3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 4rem 0 3rem;
    z-index: 5;
    background: linear-gradient(to top, 
                rgb(225,216,213) 20%, 
                rgba(255,255,255,0.1) 80%, 
                transparent 100%);
}

.landing_pageD1TScPa .subtext_wrape8mDkv3 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 3rem;
    position: relative;
    border-radius: 21px;
    background: linear-gradient(to right, 
                rgb(225,216,213) 0%, 
                rgba(255,255,255,0.1) 100%);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-left: 3px solid rgb(205,185,178);
}

.landing_pageD1TScPa .subtext_wrape8mDkv3 .container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, 
                rgb(205,185,178,0.5) 0%, 
                transparent 30%);
    opacity: 0.2;
    border-radius: 21px;
    z-index: -1;
}

.landing_pageD1TScPa .subtext_wrape8mDkv3 h2 {
    font-size: 34px;
    color: #000000;
    margin-bottom: 1rem;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.landing_pageD1TScPa .subtext_wrape8mDkv3 h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 50px;
    height: 3px;
    background: rgb(205,185,178);
}

.landing_pageD1TScPa .subtext_wrape8mDkv3 h3 {
    font-size: 19px;
    color: rgb(173,126,110);
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.landing_pageD1TScPa .subtext_wrape8mDkv3 p {
    font-size: 18px;
    color: #000000;
    max-width: 750px;
    line-height: 1.7;
    font-weight: 400;
    position: relative;
}

.landing_pageD1TScPa input:nth-of-type(1):checked ~ .course_openTq98sRm {
    transform: translateX(0);
}

.landing_pageD1TScPa input:nth-of-type(2):checked ~ .course_openTq98sRm {
    transform: translateX(-20%);
}

.landing_pageD1TScPa input:nth-of-type(3):checked ~ .course_openTq98sRm {
    transform: translateX(-40%);
}

.landing_pageD1TScPa input:nth-of-type(4):checked ~ .course_openTq98sRm {
    transform: translateX(-60%);
}

.landing_pageD1TScPa input:nth-of-type(5):checked ~ .course_openTq98sRm {
    transform: translateX(-80%);
}

.landing_pageD1TScPa input:nth-of-type(6):checked ~ .course_openTq98sRm {
    transform: translateX(-100%);
}

.landing_pageD1TScPa input:nth-of-type(7):checked ~ .course_openTq98sRm {
    transform: translateX(-120%);
}

.landing_pageD1TScPa input:nth-of-type(8):checked ~ .course_openTq98sRm {
    transform: translateX(-140%);
}

.landing_pageD1TScPa input:nth-of-type(9):checked ~ .course_openTq98sRm {
    transform: translateX(-160%);
}

.landing_pageD1TScPa input:nth-of-type(10):checked ~ .course_openTq98sRm {
    transform: translateX(-180%);
}

.landing_pageD1TScPa input:nth-of-type(1):checked ~ .fast_schoolqYykbRl label:nth-child(1)::before,
.landing_pageD1TScPa input:nth-of-type(2):checked ~ .fast_schoolqYykbRl label:nth-child(2)::before,
.landing_pageD1TScPa input:nth-of-type(3):checked ~ .fast_schoolqYykbRl label:nth-child(3)::before,
.landing_pageD1TScPa input:nth-of-type(4):checked ~ .fast_schoolqYykbRl label:nth-child(4)::before,
.landing_pageD1TScPa input:nth-of-type(5):checked ~ .fast_schoolqYykbRl label:nth-child(5)::before,
.landing_pageD1TScPa input:nth-of-type(6):checked ~ .fast_schoolqYykbRl label:nth-child(6)::before,
.landing_pageD1TScPa input:nth-of-type(7):checked ~ .fast_schoolqYykbRl label:nth-child(7)::before,
.landing_pageD1TScPa input:nth-of-type(8):checked ~ .fast_schoolqYykbRl label:nth-child(8)::before,
.landing_pageD1TScPa input:nth-of-type(9):checked ~ .fast_schoolqYykbRl label:nth-child(9)::before,
.landing_pageD1TScPa input:nth-of-type(10):checked ~ .fast_schoolqYykbRl label:nth-child(10)::before {
    transform: scale(1);
}

.landing_pageD1TScPa input:nth-of-type(1):checked ~ .fast_schoolqYykbRl label:nth-child(1),
.landing_pageD1TScPa input:nth-of-type(2):checked ~ .fast_schoolqYykbRl label:nth-child(2),
.landing_pageD1TScPa input:nth-of-type(3):checked ~ .fast_schoolqYykbRl label:nth-child(3),
.landing_pageD1TScPa input:nth-of-type(4):checked ~ .fast_schoolqYykbRl label:nth-child(4),
.landing_pageD1TScPa input:nth-of-type(5):checked ~ .fast_schoolqYykbRl label:nth-child(5),
.landing_pageD1TScPa input:nth-of-type(6):checked ~ .fast_schoolqYykbRl label:nth-child(6),
.landing_pageD1TScPa input:nth-of-type(7):checked ~ .fast_schoolqYykbRl label:nth-child(7),
.landing_pageD1TScPa input:nth-of-type(8):checked ~ .fast_schoolqYykbRl label:nth-child(8),
.landing_pageD1TScPa input:nth-of-type(9):checked ~ .fast_schoolqYykbRl label:nth-child(9),
.landing_pageD1TScPa input:nth-of-type(10):checked ~ .fast_schoolqYykbRl label:nth-child(10) {
    border-color: rgb(205,185,178);
    transform: rotate(45deg) scale(1.2);
}

.landing_pageD1TScPa input:checked ~ .course_openTq98sRm .learn_mainw1dHE9V img {
    transform: scale(1);
    filter: brightness(1) contrast(1.1);
}

@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@media (max-width: 1199px) {
    .landing_pageD1TScPa .subtext_wrape8mDkv3 .container {
        max-width: 960px;
        padding: 1.5rem 2.5rem;
    }
}

@media (max-width: 991px) {
    .landing_pageD1TScPa .pro_trainingkw42HTx {
        height: 80vh;
    }
    
    .landing_pageD1TScPa .page_basedqcpTMR {
        height: 80vh;
    }
    
    .landing_pageD1TScPa .subtext_wrape8mDkv3 {
        padding: 3rem 0 2.5rem;
    }
    
    .landing_pageD1TScPa .subtext_wrape8mDkv3 .container {
        max-width: 720px;
        padding: 1.5rem 2rem;
    }
    
    .landing_pageD1TScPa .subtext_wrape8mDkv3 h2 {
        font-size: calc(34px * 0.9);
    }
    
    .landing_pageD1TScPa .subtext_wrape8mDkv3 h3 {
        font-size: calc(19px * 0.9);
    }
    
    .landing_pageD1TScPa .fast_schoolqYykbRl {
        right: 20px;
        gap: 12px;
    }
    
    .landing_pageD1TScPa .fast_schoolqYykbRl label {
        width: 10px;
        height: 10px;
    }
}

@media (max-width: 767px) {
    .landing_pageD1TScPa .pro_trainingkw42HTx {
        height: 70vh;
    }
    
    .landing_pageD1TScPa .page_basedqcpTMR {
        height: 70vh;
    }
    
    .landing_pageD1TScPa .subtext_wrape8mDkv3 {
        padding: 2rem 0 2rem;
    }
    
    .landing_pageD1TScPa .subtext_wrape8mDkv3 .container {
        max-width: 540px;
        padding: 1.2rem 1.5rem;
        margin: 0 1rem;
        width: calc(100% - 2rem);
    }
    
    .landing_pageD1TScPa .subtext_wrape8mDkv3 h2 {
        font-size: calc(34px * 0.85);
    }
    
    .landing_pageD1TScPa .subtext_wrape8mDkv3 h3 {
        font-size: calc(19px * 0.85);
        margin-bottom: 1rem;
    }
    
    .landing_pageD1TScPa .subtext_wrape8mDkv3 p {
        font-size: calc(18px * 0.95);
        line-height: 1.6;
    }
    
    .landing_pageD1TScPa .fast_schoolqYykbRl {
        right: 15px;
        gap: 10px;
    }
    
    .landing_pageD1TScPa .fast_schoolqYykbRl::before {
        top: -15px;
        right: -8px;
        bottom: -15px;
        left: -8px;
    }
}

@media (max-width: 575px) {
    .landing_pageD1TScPa .pro_trainingkw42HTx {
        height: 60vh;
    }
    
    .landing_pageD1TScPa .page_basedqcpTMR {
        height: 60vh;
    }
    
    .landing_pageD1TScPa .fast_schoolqYykbRl {
        top: auto;
        right: auto;
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
        flex-direction: row;
        gap: 8px;
    }
    
    .landing_pageD1TScPa .fast_schoolqYykbRl::before {
        top: -8px;
        right: -12px;
        bottom: -8px;
        left: -12px;
    }
    
    .landing_pageD1TScPa .subtext_wrape8mDkv3 {
        padding: 1.5rem 0 4rem;
    }
    
    .landing_pageD1TScPa .subtext_wrape8mDkv3 .container {
        padding: 1rem 1.2rem;
        margin: 0 0.8rem;
        width: calc(100% - 1.6rem);
    }
    
    .landing_pageD1TScPa .subtext_wrape8mDkv3 h2 {
        font-size: calc(34px * 0.8);
        margin-bottom: 0.7rem;
    }
    
    .landing_pageD1TScPa .subtext_wrape8mDkv3 h2::after {
        width: 40px;
        height: 2px;
    }
    
    .landing_pageD1TScPa .subtext_wrape8mDkv3 h3 {
        font-size: calc(19px * 1.1);
        margin-bottom: 0.8rem;
    }
    
    .landing_pageD1TScPa .subtext_wrape8mDkv3 p {
        font-size: calc(18px * 0.9);
        line-height: 1.5;
    }
    
    .landing_pageD1TScPa .fast_schoolqYykbRl label {
        width: 8px;
        height: 8px;
    }
}

@media (max-width: 480px) {
    .landing_pageD1TScPa .pro_trainingkw42HTx {
        height: 55vh;
    }
    
    .landing_pageD1TScPa .page_basedqcpTMR {
        height: 55vh;
    }
    
    .landing_pageD1TScPa .subtext_wrape8mDkv3 {
        padding: 1rem 0 3.5rem;
    }
    
    .landing_pageD1TScPa .subtext_wrape8mDkv3 .container {
        padding: 0.8rem 1rem;
    }
}

@media (max-height: 700px) and (min-width: 768px) {
    .landing_pageD1TScPa .pro_trainingkw42HTx {
        height: 85vh;
    }
    
    .landing_pageD1TScPa .page_basedqcpTMR {
        height: 85vh;
    }
}

@media (max-height: 600px) {
    .landing_pageD1TScPa .pro_trainingkw42HTx {
        height: 90vh;
    }
    
    .landing_pageD1TScPa .page_basedqcpTMR {
        height: 90vh;
    }
}

@media (orientation: landscape) and (max-height: 500px) {
    .landing_pageD1TScPa .pro_trainingkw42HTx {
        height: 100vh;
    }
    
    .landing_pageD1TScPa .page_basedqcpTMR {
        height: 100vh;
    }
    
    .landing_pageD1TScPa .subtext_wrape8mDkv3 {
        padding-bottom: 1.5rem;
    }
    
    .landing_pageD1TScPa .subtext_wrape8mDkv3 .container {
        padding: 0.8rem 1rem;
    }
    
    .landing_pageD1TScPa .fast_schoolqYykbRl {
        top: 50%;
        right: 15px;
        bottom: auto;
        left: auto;
        transform: translateY(-50%);
        flex-direction: column;
    }
}.leadership_profile63icDaO {
    position: relative;
    padding: 60px 30px;
    background: linear-gradient(135deg, rgb(225,216,213) 0%, rgb(205,185,178,0.5) 100%);
    overflow: hidden;
    min-height: 400px;
}

.leadership_profile63icDaO::before {
    content: "";
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgb(173,126,110,0.5);
    border-radius: 50%;
    filter: blur(40px);
    z-index: 0;
    animation: float 8s ease-in-out infinite;
}

.leadership_profile63icDaO::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 150px;
    height: 150px;
    background: rgb(205,185,178,0.5);
    border-radius: 50%;
    filter: blur(30px);
    z-index: 0;
    animation: float 6s ease-in-out infinite reverse;
}

.leadership_profile63icDaO .student_quotesKN8ynwW {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
    transform: rotate(-3deg);
    z-index: 1;
    transition: all 0.5s ease;
}

.leadership_profile63icDaO .student_quotesKN8ynwW:hover {
    transform: rotate(0deg) scale(1.02);
}

.leadership_profile63icDaO .img_iconNclELgI {
    position: relative;
    width: 280px;
    height: 350px;
    border-radius: 24px;
    box-shadow: 15px 15px 0 rgb(173,126,110,0.5);
    transform: translateY(20px);
    transition: all 0.4s ease;
    clip-path: polygon(0 0, 100% 10%, 85% 100%, 0% 90%);
}

.leadership_profile63icDaO .student_quotesKN8ynwW:hover .img_iconNclELgI {
    box-shadow: 20px 20px 0 rgb(173,126,110);
    transform: translateY(0);
}

.leadership_profile63icDaO .emp_skillsUreXcD8 {
    flex: 1;
    padding: 30px;
    background: #ffffff;
    border-radius: 24px;
    transform: translateX(-30px) rotate(3deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 280px;
}

.leadership_profile63icDaO .student_quotesKN8ynwW:hover .emp_skillsUreXcD8 {
    transform: translateX(0) rotate(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.leadership_profile63icDaO .name {
    font-size: 34px;
    color: rgb(205,185,178);
    margin-bottom: 10px;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}

.leadership_profile63icDaO .name::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, rgb(173,126,110) 0%, transparent 100%);
    border-radius: 2px;
}

.leadership_profile63icDaO .emp_skillsUreXcD8 > div:nth-child(2) {
    font-size: 12px;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 600;
    opacity: 0.8;
}

.leadership_profile63icDaO .exp_summaryZWF74CL {
    font-size: calc(12px + 2px);
    font-style: italic;
    line-height: 1.6;
    color: #000000;
    position: relative;
    padding-left: 20px;
    border-left: 3px solid rgb(173,126,110,0.5);
}

.leadership_profile63icDaO .exp_summaryZWF74CL::before {
    content: "";
    position: absolute;
    left: -15px;
    top: -20px;
    font-size: 80px;
    opacity: 0.1;
    color: rgb(205,185,178);
    font-family: Lato, sans-serif;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.1);
    }
}

@media (max-width: 991px) {
    .leadership_profile63icDaO {
        padding: 40px 20px;
    }
    
    .leadership_profile63icDaO .student_quotesKN8ynwW {
        flex-direction: column;
        gap: 20px;
    }
    
    .leadership_profile63icDaO .img_iconNclELgI {
        width: 220px;
        height: 280px;
        margin: 0 auto;
        transform: translateY(0) rotate(-3deg);
    }
    
    .leadership_profile63icDaO .emp_skillsUreXcD8 {
        transform: translateX(0) rotate(0);
        margin-top: -30px;
    }
    
    .leadership_profile63icDaO .student_quotesKN8ynwW:hover .img_iconNclELgI {
        transform: translateY(-10px) rotate(0);
    }
}

@media (max-width: 767px) {
    .leadership_profile63icDaO {
        padding: 30px 15px;
    }
    
    .leadership_profile63icDaO .img_iconNclELgI {
        width: 180px;
        height: 220px;
    }
    
    .leadership_profile63icDaO .emp_skillsUreXcD8 {
        padding: 20px;
    }
    
    .leadership_profile63icDaO .name {
        font-size: calc(34px - 4px);
    }
    
    .leadership_profile63icDaO .exp_summaryZWF74CL {
        font-size: 12px;
    }
}.receive_updatesX6AISJe {
    position: relative;
    background: rgb(225,216,213);
    padding: 4rem;
    overflow: hidden;
    isolation: isolate;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.receive_updatesX6AISJe::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(205,185,178,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(173,126,110,0.5) 0%, transparent 40%);
    z-index: -1;
    opacity: 0.3;
}

.receive_updatesX6AISJe::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgb(205,185,178,0.5) 10px, rgb(205,185,178,0.5) 11px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgb(173,126,110,0.5) 10px, rgb(173,126,110,0.5) 11px);
    opacity: 0.05;
    z-index: -1;
}

.receive_updatesX6AISJe .pro_trainingkw42HTx {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 3rem;
    align-items: center;
}

.receive_updatesX6AISJe .pro_trainingkw42HTx::before {
    content: "";
    position: absolute;
    top: -30px;
    right: -30px;
    width: 100px;
    height: 100px;
    background: rgb(205,185,178);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    opacity: 0.15;
    animation: rotate-shape 20s linear infinite;
}

.receive_updatesX6AISJe .pro_trainingkw42HTx::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 100px;
    height: 100px;
    background: rgb(173,126,110);
    clip-path: polygon(0 0, 100% 0, 0 100%);
    opacity: 0.15;
    animation: rotate-shape 20s linear infinite reverse;
}

.receive_updatesX6AISJe p {
    font-family: Lato, sans-serif;
    font-size: 23px;
    font-weight: 700;
    color: #000000;
    line-height: 1.6;
    position: relative;
    z-index: 1;
    margin: 0;
}

.receive_updatesX6AISJe p::before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    width: 50px;
    height: 50px;
    border: 2px solid rgb(205,185,178,0.5);
    opacity: 0.5;
    z-index: -1;
    animation: square-pulse 5s infinite alternate;
}

.receive_updatesX6AISJe p::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 20px;
    width: 50px;
    height: 3px;
    background: rgb(173,126,110);
    z-index: -1;
    animation: line-extend 3s infinite alternate;
}

.receive_updatesX6AISJe .input_holder {
    position: relative;
    display: flex;
    align-items: stretch;
    height: 60px;
    perspective: 1000px;
}

.receive_updatesX6AISJe .input_holder::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: linear-gradient(45deg, transparent, rgb(205,185,178,0.5), transparent);
    opacity: 0.2;
    border-radius: 10px;
    transform: rotateX(10deg) rotateY(-10deg);
    z-index: -1;
    filter: blur(5px);
}

.receive_updatesX6AISJe .subscribe_tipaqyeX0J {
    flex: 1;
    height: 100%;
    padding: 0 1.5rem;
    border: 1px solid transparent;
    background: #ffffff;
    font-family: Lato, sans-serif;
    font-size: 12px;
    color: #000000;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.receive_updatesX6AISJe .subscribe_tipaqyeX0J:focus {
    outline: none;
    border-color: rgb(205,185,178);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}

.receive_updatesX6AISJe .subscribe_tipaqyeX0J::placeholder {
    color: #000000;
    opacity: 0.6;
}

.receive_updatesX6AISJe .sub_prizeFXf7Mlk {
    height: 100%;
    padding: 0 2rem;
    border: none;
    background: rgb(205,185,178);
    color: #ffffff;
    font-family: Lato, sans-serif;
    font-size: 19px;
    font-weight: 600;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    transition: all 0.3s ease;
}

.receive_updatesX6AISJe .sub_prizeFXf7Mlk::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(173,126,110);
    z-index: -1;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.receive_updatesX6AISJe .sub_prizeFXf7Mlk:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.receive_updatesX6AISJe .sub_prizeFXf7Mlk:hover::before {
    transform: translateY(0);
}

@keyframes square-pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}

@keyframes line-extend {
    0% {
        width: 50px;
    }
    100% {
        width: 100px;
    }
}

@keyframes rotate-shape {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 768px) {
    .receive_updatesX6AISJe {
        padding: 3rem 1.5rem;
    }
    
    .receive_updatesX6AISJe .pro_trainingkw42HTx {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .receive_updatesX6AISJe p {
        font-size: 16px;
    }
    
    .receive_updatesX6AISJe .input_holder {
        flex-direction: column;
        height: auto;
    }
    
    .receive_updatesX6AISJe .subscribe_tipaqyeX0J {
        width: 100%;
        height: 60px;
        border-radius: 10px;
        margin-bottom: 1rem;
    }
    
    .receive_updatesX6AISJe .sub_prizeFXf7Mlk {
        width: 100%;
        height: 60px;
        border-radius: 10px;
    }
}.advantages_highlightsSirHayB {
    position: relative;
    background: linear-gradient(135deg, rgb(225,216,213) 0%, rgb(205,185,178,0.5) 100%);
    padding: 6rem 0;
    overflow: hidden;
}

.advantages_highlightsSirHayB::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgb(173,126,110,0.5) 1px, transparent 1px);
    background-size: 30px 30px;
    opacity: 0.2;
    transform: rotate(-5deg) scale(1.2);
    z-index: 0;
}

.advantages_highlightsSirHayB h3 {
    font-family: Lato, sans-serif;
    font-size: 37px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 3rem;
    transform: skewX(-5deg);
    position: relative;
    padding-left: 2rem;
}

.advantages_highlightsSirHayB h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 70%;
    background: linear-gradient(to bottom, rgb(205,185,178), rgb(173,126,110));
    transform: translateY(-50%);
    border-radius: 10px;
}

.advantages_highlightsSirHayB .value_pointsLxD1y3N {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2.5rem;
    transform: perspective(1000px) rotateX(2deg);
}

.advantages_highlightsSirHayB .study_extraOrBN6Uk {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    z-index: 1;
    transform: translateY(0) rotate(0);
}

.advantages_highlightsSirHayB .study_extraOrBN6Uk:nth-child(odd) {
    transform: translateY(20px) rotate(-1deg);
}

.advantages_highlightsSirHayB .study_extraOrBN6Uk:nth-child(even) {
    transform: translateY(-20px) rotate(1deg);
}

.advantages_highlightsSirHayB .study_extraOrBN6Uk::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, transparent 50%, rgb(173,126,110,0.5) 50%);
    z-index: -1;
    transition: all 0.4s ease;
}

.advantages_highlightsSirHayB .study_extraOrBN6Uk:hover {
    transform: translateY(-10px) scale(1.03) rotate(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.advantages_highlightsSirHayB .study_extraOrBN6Uk:hover::before {
    width: 120px;
    height: 120px;
}

.advantages_highlightsSirHayB .study_extraOrBN6Uk svg {
    width: 60px;
    height: 60px;
    margin-bottom: 1.5rem;
    filter: drop-shadow(0 5px 10px rgb(205,185,178,0.5));
    transition: all 0.4s ease;
}

.advantages_highlightsSirHayB .study_extraOrBN6Uk:hover svg {
    transform: scale(1.1) rotate(-5deg);
}

.advantages_highlightsSirHayB .study_extraOrBN6Uk svg path {
    fill: rgb(205,185,178);
    transition: all 0.4s ease;
}

.advantages_highlightsSirHayB .study_extraOrBN6Uk:hover svg path {
    fill: rgb(173,126,110);
}

.advantages_highlightsSirHayB .study_extraOrBN6Uk span {
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    line-height: 1.5;
    position: relative;
    z-index: 2;
}

.advantages_highlightsSirHayB .study_extraOrBN6Uk span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 2px;
    background: linear-gradient(to right, rgb(205,185,178), rgb(173,126,110));
    transition: width 0.4s ease;
}

.advantages_highlightsSirHayB .study_extraOrBN6Uk:hover span::after {
    width: 100%;
}

@media (max-width: 991px) {
    .advantages_highlightsSirHayB {
        padding: 4rem 0;
    }
    
    .advantages_highlightsSirHayB h3 {
        font-size: calc(37px * 0.9);
        text-align: center;
        padding-left: 0;
        transform: skewX(0);
    }
    
    .advantages_highlightsSirHayB h3::before {
        left: 50%;
        top: -15px;
        width: 50px;
        height: 4px;
        transform: translateX(-50%);
    }
    
    .advantages_highlightsSirHayB .value_pointsLxD1y3N {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 1.5rem;
        transform: perspective(0) rotateX(0);
    }
    
    .advantages_highlightsSirHayB .study_extraOrBN6Uk,
    .advantages_highlightsSirHayB .study_extraOrBN6Uk:nth-child(odd),
    .advantages_highlightsSirHayB .study_extraOrBN6Uk:nth-child(even) {
        transform: none;
        padding: 1.5rem;
    }
}

@media (max-width: 575px) {
    .advantages_highlightsSirHayB {
        padding: 3rem 0;
    }
    
    .advantages_highlightsSirHayB h3 {
        font-size: calc(37px * 0.8);
        margin-bottom: 2rem;
    }
    
    .advantages_highlightsSirHayB .value_pointsLxD1y3N {
        grid-template-columns: 1fr;
    }
    
    .advantages_highlightsSirHayB .study_extraOrBN6Uk svg {
        width: 50px;
        height: 50px;
    }
    
    .advantages_highlightsSirHayB .study_extraOrBN6Uk span {
        font-size: calc(20px * 0.9);
    }
}