* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.nav_pro5406 {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    scroll-behavior: smooth;
    color: #000000;
}.footer_classes3509 {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1132px;
}.inner-container8349 {
    min-height: 100%;
    flex-direction: column;
    height: 100%;
    display: flex;
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.help_desk_info7243 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,234,237) 0%, rgba(240, 242, 245, 0.95) 100%);
    font-family: Arial, sans-serif;
    position: relative;
    padding: 5rem 0;
}.help_desk_info7243::before {
    z-index: 1;
    content: "";
    height: 4px;
    left: 0;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, rgb(212,198,203) 0%, rgb(179,161,168) 100%);
    position: absolute;
}.help_desk_info7243::after {
    content: "";
    transform: translate(15%, 15%);
    height: 35%;
    width: 35%;
    right: 0;
    bottom: 0;
    z-index: 0;
    border-radius: 10px;
    background: repeating-linear-gradient(
        45deg,
        rgb(212,198,203,0.5) 0px,
        rgb(212,198,203,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    opacity: 0.1;
    position: absolute;
}.help_desk_info7243 h1 {
    font-weight: 700;
    transform: perspective(1000px) translateZ(0);
    margin-bottom: 3rem;
    color: #000000;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: calc(43px * 1.2);
    position: relative;
    text-align: center;
}.help_desk_info7243 h1::after {
    bottom: -12px;
    transform: translateX(-50%) scaleX(0.8);
    position: absolute;
    left: 50%;
    background: rgb(212,198,203);
    content: "";
    transition: transform 0.3s ease-out;
    width: 80px;
    height: 4px;
}.help_desk_info7243 h1:hover::after {
    transform: translateX(-50%) scaleX(1.2);
}.help_desk_info7243 .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    width: 90%;
    position: relative;
}.help_desk_info7243 .message_block5206 {
    border-radius: 10px;
    position: relative;
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    gap: 2.5rem;
    display: grid;
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(0deg);
    grid-template-columns: 1fr;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}.help_desk_info7243 .message_block5206:hover {
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}.help_desk_info7243 .message_block5206 > div {
    border-left: 3px solid transparent;
    position: relative;
    transition: all 0.3s ease;
    padding: 1.5rem;
}.help_desk_info7243 .message_block5206 > div:hover {
    border-left: 3px solid rgb(212,198,203);
    background: linear-gradient(90deg, rgba(rgb(212,198,203,0.5), 0.05) 0%, rgba(#ffffff, 1) 100%);
}.help_desk_info7243 .message_block5206 > div:first-child {
    border-left: none;
    border-radius: 10px;
    font-size: calc(13px * 1.1);
    color: #000000;
    padding: 2rem;
    background: linear-gradient(135deg, rgb(239,234,237) 0%, rgba(250, 252, 255, 0.9) 100%);
    line-height: 1.6;
}.help_desk_info7243 .message_block5206 > div:first-child:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}.help_desk_info7243 h6 {
    display: flex;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: rgb(212,198,203);
    align-items: center;
    font-size: 20px;
    margin-bottom: 0.75rem;
}.help_desk_info7243 h6 svg {
    width: 20px;
    margin-left: 0.75rem;
    height: 20px;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.help_desk_info7243 h6:hover svg {
    transform: scale(1.2);
}.help_desk_info7243 span {
    margin-left: 2rem;
    position: relative;
    font-size: 13px;
    color: #000000;
    display: inline-block;
}.help_desk_info7243 span::before {
    left: 0;
    height: 1px;
    content: "";
    transition: transform 0.3s ease;
    transform: scaleX(0.3);
    position: absolute;
    background: linear-gradient(90deg, rgb(212,198,203) 0%, transparent 100%);
    bottom: -4px;
    transform-origin: left;
    width: 100%;
}.help_desk_info7243 span:hover::before {
    transform: scaleX(1);
}.help_desk_info7243 .request_feedback7206 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}.help_desk_info7243 .request_feedback7206 > div {
    position: relative;
    transition: transform 0.3s ease;
}.help_desk_info7243 .request_feedback7206 > div:hover {
    transform: translateX(5px);
}.help_desk_info7243 .contact_today1269 {
    font-size: 13px;
    align-items: center;
    color: #000000;
    transition: color 0.3s ease;
    display: flex;
    text-decoration: none;
}.help_desk_info7243 .contact_today1269:hover {
    color: rgb(212,198,203);
}.help_desk_info7243 .contact_today1269 svg {
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    width: 18px;
    margin-left: 10px;
    height: 18px;
}.help_desk_info7243 .contact_today1269:hover svg {
    transform: translateY(-3px) rotate(-5deg);
}.help_desk_info7243 svg path {
    transition: fill 0.3s ease;
    fill: rgb(212,198,203);
}.help_desk_info7243 .contact_today1269:hover svg path {
    fill: rgb(179,161,168);
}

@media (min-width: 768px) {.help_desk_info7243 {
    padding: 7rem 0;
}.help_desk_info7243 .message_block5206 {
    grid-template-columns: 1fr 1fr;
}.help_desk_info7243 .message_block5206 > div:first-child {
    grid-column: 1 / -1;
}.help_desk_info7243 h1 {
    margin-bottom: 4rem;
    font-size: calc(43px * 1.5);
}.help_desk_info7243 h1::after {
    width: 120px;
}
}

@media (min-width: 992px) {.help_desk_info7243 {
    padding: 8rem 0;
}.help_desk_info7243 .message_block5206 {
    gap: 3rem;
    padding: 3.5rem;
    grid-template-columns: 2fr 1fr 1fr;
}.help_desk_info7243 .message_block5206 > div:first-child {
    grid-row: span 2;
    grid-column: 1;
}.help_desk_info7243 .request_feedback7206 {
    gap: 1.75rem;
}.help_desk_info7243 h1 {
    font-size: calc(43px * 1.75);
}.help_desk_info7243 h1::after {
    width: 150px;
    height: 5px;
}
}

@media (max-width: 767px) {.help_desk_info7243 .message_block5206 {
    padding: 1.5rem;
}.help_desk_info7243 h1 {
    margin-bottom: 2rem;
    font-size: 43px;
}.help_desk_info7243 span {
    margin-left: 1rem;
}.help_desk_info7243 .message_block5206 > div {
    padding: 1rem;
}.help_desk_info7243::after {
    width: 50%;
    height: 20%;
}
}

@media (hover: none) {.help_desk_info7243 .message_block5206:hover {
    transform: none;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}.help_desk_info7243 .message_block5206 > div:first-child:hover {
    transform: none;
}.help_desk_info7243 .request_feedback7206 > div:hover {
    transform: none;
}}.enroll_instantly9486 {
    background: linear-gradient(135deg, rgb(212,198,203) 0%, rgb(179,161,168) 100%);
    overflow: hidden;
    padding: 120px 0;
    z-index: 1;
    position: relative;
}.enroll_instantly9486::before {
    z-index: -1;
    opacity: 0.05;
    background-image: 
        linear-gradient(0deg, transparent 24%, #ffffff 25%, #ffffff 26%, transparent 27%, transparent 74%, #ffffff 75%, #ffffff 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, #ffffff 25%, #ffffff 26%, transparent 27%, transparent 74%, #ffffff 75%, #ffffff 76%, transparent 77%, transparent);
    background-size: 50px 50px;
    content: '';
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
}.enroll_instantly9486::after {
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, #ffffff 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, #ffffff 0%, transparent 50%);
    content: '';
    left: 0;
    width: 100%;
    top: 0;
    opacity: 0.1;
    position: absolute;
    z-index: -1;
    animation: pulseGlow 10s ease-in-out infinite alternate;
    filter: blur(60px);
}.enroll_instantly9486 .skill_learn9612 {
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    z-index: 2;
    max-width: 1000px;
    position: relative;
    padding: 60px 40px;
}.enroll_instantly9486 .skill_learn9612::before {
    background: linear-gradient(90deg, 
        transparent 0%, 
        #ffffff 50%, 
        transparent 100%);
    z-index: 1;
    height: 2px;
    animation: scanLine 4s ease-in-out infinite;
    position: absolute;
    left: -100%;
    width: 100%;
    top: 0;
    content: '';
    box-shadow: 0 0 10px #ffffff;
}.enroll_instantly9486 .skill_learn9612::after {
    top: 0;
    z-index: -1;
    position: absolute;
    opacity: 0.3;
    left: 0;
    background: 
        linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
    content: '';
    height: 100%;
    width: 100%;
}.enroll_instantly9486 h3 {
    letter-spacing: 3px;
    position: relative;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    font-size: 38px;
    margin-bottom: 50px;
    font-family: Arial, sans-serif;
}.enroll_instantly9486 h3::before {
    content: attr(data-text);
    animation: glitchTop 3s infinite linear alternate;
    top: 0;
    opacity: 0.8;
    position: absolute;
    left: 2px;
    clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
    text-shadow: 2px 0 rgb(179,161,168);
    background: transparent;
    color: #ffffff;
}.enroll_instantly9486 h3::after {
    background: transparent;
    text-shadow: -2px 0 rgb(212,198,203);
    opacity: 0.8;
    content: attr(data-text);
    left: -2px;
    color: #ffffff;
    position: absolute;
    clip-path: polygon(0 55%, 100% 55%, 100% 100%, 0 100%);
    top: 0;
    animation: glitchBottom 2.7s infinite linear alternate;
}.enroll_instantly9486 .contact_today1269 {
    display: inline-block;
    font-size: 20px;
    background: #ffffff;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    position: relative;
    color: rgb(212,198,203);
    text-transform: uppercase;
    transition: all 0.4s ease;
    letter-spacing: 2px;
    padding: 16px 45px;
    text-decoration: none;
    z-index: 1;
    font-weight: 600;
    overflow: hidden;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 0 15px rgba(255, 255, 255, 0.2);
}.enroll_instantly9486 .contact_today1269::before {
    left: 0;
    background: linear-gradient(
        45deg,
        rgb(212,198,203) 0%,
        rgb(179,161,168) 100%
    );
    height: 100%;
    transition: opacity 0.4s ease;
    position: absolute;
    opacity: 0;
    z-index: -1;
    width: 100%;
    top: 0;
    content: '';
}.enroll_instantly9486 .contact_today1269::after {
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.8),
        transparent
    );
    content: '';
    position: absolute;
    height: 100%;
    left: -100px;
    z-index: 2;
    top: 0;
    transition: all 0.7s ease;
    width: 8px;
    transform: skewX(-20deg);
}.enroll_instantly9486 .contact_today1269:hover {
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.3),
        0 0 20px rgba(255, 255, 255, 0.4);
    color: #ffffff;
    transform: translateY(-5px);
}.enroll_instantly9486 .contact_today1269:hover::before {
    opacity: 1;
}.enroll_instantly9486 .contact_today1269:hover::after {
    left: 200%;
    transition-duration: 1s;
}

@media screen and (max-width: 992px) {.enroll_instantly9486 {
    padding: 100px 0;
}.enroll_instantly9486 .skill_learn9612 {
    max-width: 90%;
    padding: 50px 30px;
}.enroll_instantly9486 h3 {
    margin-bottom: 45px;
    font-size: calc(38px * 0.9);
}.enroll_instantly9486 .contact_today1269 {
    padding: 14px 40px;
    font-size: calc(20px * 0.95);
}
}

@media screen and (max-width: 768px) {.enroll_instantly9486 {
    padding: 80px 0;
}.enroll_instantly9486 .skill_learn9612 {
    padding: 40px 25px;
}.enroll_instantly9486 h3 {
    letter-spacing: 2px;
    margin-bottom: 40px;
    font-size: calc(38px * 0.8);
}.enroll_instantly9486 .contact_today1269 {
    letter-spacing: 1.5px;
    padding: 12px 35px;
    font-size: calc(20px * 0.9);
}
}

@media screen and (max-width: 576px) {.enroll_instantly9486 {
    padding: 60px 0;
}.enroll_instantly9486 .skill_learn9612 {
    padding: 30px 20px;
}.enroll_instantly9486 h3 {
    font-size: calc(38px * 0.7);
    letter-spacing: 1.5px;
    margin-bottom: 35px;
}.enroll_instantly9486 .contact_today1269 {
    letter-spacing: 1px;
    padding: 10px 30px;
    font-size: calc(20px * 0.85);
}}

@keyframes pulseGlow {
    0% {
        opacity: 0.05;
        filter: blur(60px);
    }
    50% {
        opacity: 0.1;
        filter: blur(80px);
    }
    100% {
        opacity: 0.05;
        filter: blur(60px);
    }
}

@keyframes scanLine {
    0% {
        left: -100%;
    }
    50% {
        left: 100%;
    }
    100% {
        left: -100%;
    }
}

@keyframes glitchTop {
    0% {
        clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
        transform: translate(0);
    }
    10% {
        clip-path: polygon(0 15%, 100% 15%, 100% 40%, 0 40%);
        transform: translate(-5px, 2px);
    }
    20% {
        clip-path: polygon(0 10%, 100% 10%, 100% 30%, 0 30%);
        transform: translate(5px, -2px);
    }
    30% {
        clip-path: polygon(0 5%, 100% 5%, 100% 25%, 0 25%);
        transform: translate(-3px, 1px);
    }
    40% {
        clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
        transform: translate(0);
    }
    100% {
        clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
        transform: translate(0);
    }
}

@keyframes glitchBottom {
    0% {
        clip-path: polygon(0 55%, 100% 55%, 100% 100%, 0 100%);
        transform: translate(0);
    }
    10% {
        clip-path: polygon(0 60%, 100% 60%, 100% 95%, 0 95%);
        transform: translate(5px, 2px);
    }
    20% {
        clip-path: polygon(0 65%, 100% 65%, 100% 90%, 0 90%);
        transform: translate(-5px, -2px);
    }
    30% {
        clip-path: polygon(0 70%, 100% 70%, 100% 85%, 0 85%);
        transform: translate(3px, 1px);
    }
    40% {
        clip-path: polygon(0 55%, 100% 55%, 100% 100%, 0 100%);
        transform: translate(0);
    }
    100% {
        clip-path: polygon(0 55%, 100% 55%, 100% 100%, 0 100%);
        transform: translate(0);
    }
}.contact7654 {
    position: relative;
    padding: 110px 0;
    overflow: hidden;
    background: linear-gradient(125deg, rgb(239,234,237) 0%, rgb(239,234,237) 60%, rgb(212,198,203,0.5) 100%);
}.contact7654::before {
    position: absolute;
    content: "";
    top: 0;
    opacity: 0.05;
    width: 50%;
    background: repeating-radial-gradient(
        circle at 80% 50%,
        rgb(212,198,203,0.5),
        rgb(212,198,203,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    right: 0;
    height: 100%;
}.contact7654 .container {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}.contact7654 h2 {
    font-size: 29px;
    text-align: center;
    font-weight: 700;
    font-family: Arial, sans-serif;
    position: relative;
    margin-bottom: 50px;
    color: #000000;
}.contact7654 h2::before {
    transform: translateX(-50%);
    left: 50%;
    bottom: -15px;
    width: 60px;
    content: "";
    border-radius: 2px;
    background: rgb(212,198,203);
    position: absolute;
    height: 4px;
}.contact7654 .query_form6742 {
    grid-template-columns: 1fr 450px;
    align-items: center;
    gap: 40px;
    position: relative;
    background: transparent;
    display: grid;
}.contact7654 .img_show_wrap6320 {
    border-radius: 13px;
    transform: perspective(1000px) rotateY(-5deg);
    overflow: hidden;
    height: 550px;
    transition: transform 0.5s ease;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}.contact7654 .img_show_wrap6320:hover {
    transform: perspective(1000px) rotateY(0deg);
}.contact7654 .inquiry_grid7310 {
    padding: 50px;
    transform: perspective(1000px) rotateY(5deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transition: transform 0.5s ease;
    background: #ffffff;
    border-radius: 13px;
    position: relative;
}.contact7654 .inquiry_grid7310:hover {
    transform: perspective(1000px) rotateY(0deg);
}.contact7654 form {
    width: 100%;
}.contact7654 form h3 {
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 22px;
    color: #000000;
    font-family: Arial, sans-serif;
}.contact7654 form input[type="text"] {
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #000000;
    border: none;
    margin-bottom: 20px;
    padding: 16px 20px;
    background: rgb(239,234,237);
    width: 100%;
    border-radius: 10px;
}.contact7654 form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(212,198,203);
}.contact7654 form input[type="text"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.contact7654 .feedback_info8204 {
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
}.contact7654 .feedback_info8204 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact7654 .feedback_info8204 label {
    color: #000000;
    padding-left: 35px;
    cursor: pointer;
    position: relative;
    font-size: 13px;
    line-height: 1.5;
}.contact7654 .feedback_info8204 label::before {
    content: "";
    transition: all 0.3s ease;
    position: absolute;
    top: 2px;
    left: 0;
    width: 22px;
    height: 22px;
    border-radius: 4px;
    background: rgb(239,234,237);
}.contact7654 .feedback_info8204 input[type="checkbox"]:checked + label::before {
    background: rgb(212,198,203);
}.contact7654 .feedback_info8204 input[type="checkbox"]:checked + label::after {
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    content: "";
    transform: rotate(45deg);
    width: 6px;
    height: 10px;
    left: 8px;
    top: 6px;
    position: absolute;
}.contact7654 .feedback_info8204 label a {
    color: rgb(212,198,203);
    transition: all 0.3s ease;
    text-decoration: none;
}.contact7654 .feedback_info8204 label a:hover {
    color: rgb(179,161,168);
}.contact7654 form .feedback_request5279 {
    cursor: pointer;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 16px 35px;
    background: rgb(212,198,203);
    transition: all 0.3s ease;
    color: #ffffff;
    overflow: hidden;
    font-size: 16px;
    border: none;
    border-radius: 10px;
    font-weight: 600;
}.contact7654 form .feedback_request5279::after {
    background: rgb(179,161,168);
    top: 0;
    width: 0;
    content: "";
    right: 0;
    height: 100%;
    z-index: 0;
    position: absolute;
    transition: width 0.3s ease;
}.contact7654 form .feedback_request5279:hover::after {
    right: auto;
    width: 100%;
    left: 0;
}.contact7654 form .feedback_request5279 span {
    z-index: 1;
    position: relative;
}.contact7654 svg {
    height: 22px;
    fill: rgb(212,198,203);
    width: 22px;
}.contact7654 svg path {
    fill: rgb(212,198,203);
    transition: fill 0.3s ease;
}

@media screen and (max-width: 1100px) {.contact7654 .query_form6742 {
    grid-template-columns: 1fr 400px;
    gap: 30px;
}.contact7654 .img_show_wrap6320 {
    height: 500px;
}.contact7654 .inquiry_grid7310 {
    padding: 40px;
}
}

@media screen and (max-width: 991px) {.contact7654 {
    padding: 80px 0;
}.contact7654 .query_form6742 {
    grid-template-columns: 1fr;
    gap: 40px;
}.contact7654 .img_show_wrap6320 {
    transform: perspective(1000px) rotateY(0deg);
    height: 400px;
}.contact7654 .inquiry_grid7310 {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media screen and (max-width: 767px) {.contact7654 {
    padding: 60px 0;
}.contact7654 h2 {
    margin-bottom: 40px;
}.contact7654 .img_show_wrap6320 {
    height: 350px;
}
}

@media screen and (max-width: 576px) {.contact7654 {
    padding: 50px 0;
}.contact7654 h2 {
    font-size: calc(29px * 0.85);
}.contact7654 .img_show_wrap6320 {
    height: 250px;
}.contact7654 .inquiry_grid7310 {
    padding: 30px 25px;
}.contact7654 form h3 {
    font-size: calc(22px * 0.9);
}.contact7654 form .feedback_request5279 {
    width: 100%;
}}.thanksArea2905 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,234,237) 0%, rgb(179,161,168,0.5) 100%);
    padding: 120px 0;
}.thanksArea2905::before {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: repeating-linear-gradient(
        45deg,
        rgb(212,198,203,0.5) 0px,
        rgb(212,198,203,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    height: 100%;
    content: "";
    position: absolute;
    transform: perspective(1000px) rotateX(5deg);
    opacity: 0.1;
}.thanksArea2905::after {
    animation: float 15s ease-in-out infinite;
    transform: rotate(15deg);
    z-index: 0;
    content: "";
    bottom: -50px;
    opacity: 0.1;
    position: absolute;
    border-radius: 100px;
    right: -50px;
    width: 300px;
    background: rgb(212,198,203);
    height: 300px;
}.thanksArea2905 .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    transform-style: preserve-3d;
    padding: 0 20px;
    z-index: 2;
}.thanksArea2905 h2 {
    transform: translateZ(20px);
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    line-height: 1.3;
    color: #000000;
    position: relative;
}.thanksArea2905 h2::after {
    width: 80px;
    height: 4px;
    content: "";
    bottom: -15px;
    animation: pulse 3s infinite alternate;
    transform: translateZ(30px);
    background: rgb(212,198,203);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    left: 0;
    position: absolute;
}.thanksArea2905 .skill_learn9612 {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    background: #ffffff;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.05);
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    padding: 40px;
    overflow: hidden;
    border-radius: 8px;
}.thanksArea2905 .skill_learn9612::before {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(212,198,203) 0%, rgb(179,161,168) 100%);
    width: 100%;
    left: 0;
    height: 6px;
    top: 0;
}.thanksArea2905 .skill_learn9612:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.thanksArea2905 ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.thanksArea2905 li {
    padding-left: 25px;
    position: relative;
}.thanksArea2905 li::before {
    top: 8px;
    left: 0;
    background: rgb(212,198,203);
    content: "";
    width: 8px;
    transform: rotate(45deg);
    height: 8px;
    position: absolute;
    animation: spin 12s linear infinite;
}.thanksArea2905 span {
    z-index: 2;
    line-height: 1.7;
    position: relative;
    color: #000000;
    font-size: 13px;
    display: block;
    font-family: Arial, sans-serif;
}

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

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: translateZ(30px) scaleX(1);
    }
    50% {
        opacity: 0.8;
        transform: translateZ(30px) scaleX(1.1);
    }
}

@keyframes spin {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}

@media (max-width: 992px) {.thanksArea2905 {
    padding: 90px 0;
}.thanksArea2905 h2 {
    font-size: calc(36px * 0.9);
}.thanksArea2905 .skill_learn9612 {
    padding: 30px;
}
}

@media (max-width: 768px) {.thanksArea2905 {
    padding: 70px 0;
}.thanksArea2905 h2 {
    font-size: calc(36px * 0.8);
    margin-bottom: 30px;
}.thanksArea2905 h2::after {
    width: 60px;
}.thanksArea2905 .skill_learn9612 {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 25px;
}.thanksArea2905 span {
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 576px) {.thanksArea2905 {
    padding: 50px 0;
}.thanksArea2905 h2 {
    font-size: calc(36px * 0.7);
    margin-bottom: 25px;
}.thanksArea2905 h2::after {
    height: 3px;
    width: 50px;
}.thanksArea2905 .skill_learn9612 {
    padding: 20px;
    transform: none;
}.thanksArea2905 li {
    padding-left: 20px;
}.thanksArea2905 span {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}}.title_board6982 {
    overflow: hidden;
    display: flex;
    min-height: 100vh;
    position: relative;
    z-index: 1;
    align-items: center;
    justify-content: center;
}.title_board6982::before {
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.85) 0%, 
    rgba(0, 0, 0, 0.65) 50%, 
    rgba(0, 0, 0, 0.75) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    z-index: -1;
}.title_board6982::after {
    position: absolute;
    content: "";
    opacity: 0.2;
    top: -10%;
    z-index: -1;
    animation: pulse 8s infinite alternate ease-in-out;
    transform: rotate(-15deg);
    right: -10%;
    height: 80%;
    background: radial-gradient(
    circle at center,
    rgb(212,198,203,0.5) 0%,
    transparent 70%
  );
    width: 80%;
}.title_board6982 > div {
    padding: 2rem;
    z-index: 2;
    max-width: 1200px;
    width: 90%;
    position: relative;
    transform: translateY(-2vh);
}.title_board6982 > div > div:first-child {
    position: relative;
    padding-left: 2rem;
    overflow: hidden;
    margin-bottom: 2.5rem;
}.title_board6982 > div > div:first-child::before {
    transform: translateY(-100%);
    top: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgb(212,198,203), rgb(179,161,168));
    position: absolute;
    width: 6px;
    content: "";
    left: 0;
    animation: slide-in 1.2s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.title_board6982 .title_style_header {
    animation: fade-up 1.2s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    position: relative;
    color: #ffffff;
    font-weight: 700;
    opacity: 0;
    line-height: 1.2;
    margin: 0;
    font-size: calc(43px * 1.1);
    transform: translateY(20px);
}.title_board6982 .edu_lead0714 {
    position: relative;
    transform: translateY(20px);
    animation: fade-up 1.2s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 2.5rem;
    gap: 2rem;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(10px);
    display: grid;
    opacity: 0;
    background: linear-gradient(135deg, 
    rgba(255, 255, 255, 0.09) 0%, 
    rgba(255, 255, 255, 0.05) 100%);
}.title_board6982 .edu_lead0714::before {
    background-size: 20px 20px;
    position: absolute;
    left: -10px;
    width: calc(100% + 20px);
    content: "";
    transform: scale(1.02);
    opacity: 0.1;
    top: -10px;
    height: calc(100% + 20px);
    z-index: -1;
    background: linear-gradient(45deg, 
    transparent 48%, 
    rgb(179,161,168) 49%, 
    rgb(179,161,168) 51%, 
    transparent 52%);
}.title_board6982 .student_journey9034 {
    position: relative;
    margin-bottom: 1rem;
}.title_board6982 .student_journey9034 h3 {
    padding-bottom: 1rem;
    line-height: 1.5;
    position: relative;
    font-size: calc(22px * 1.05);
    color: #ffffff;
    font-weight: 600;
    margin: 0;
}.title_board6982 .student_journey9034 h3::after {
    animation: scale-in 1.5s 1s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
    height: 3px;
    transform-origin: left;
    content: "";
    position: absolute;
    left: 0;
    width: 60%;
    bottom: 0;
    background: linear-gradient(to right, rgb(212,198,203), rgb(179,161,168));
}.title_board6982 .edu_lead0714 > div:last-child {
    position: relative;
}.title_board6982 .edu_lead0714 span {
    display: inline-block;
    position: relative;
}.title_board6982 .edu_lead0714 p {
    padding-left: 1.5rem;
    position: relative;
    font-size: calc(13px * 1.1);
    line-height: 1.6;
    color: #ffffff;
    margin: 0;
}.title_board6982 .edu_lead0714 p::before {
    box-shadow: 0 0 10px rgb(212,198,203);
    width: 8px;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    border-radius: 50%;
    height: 8px;
    content: "";
    background-color: rgb(212,198,203);
    left: 0;
}

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

@keyframes slide-in {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes scale-in {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@keyframes pulse {
  0% {
    opacity: 0.1;
    transform: rotate(-15deg) scale(1);
  }
  100% {
    opacity: 0.3;
    transform: rotate(-12deg) scale(1.05);
  }
}

@media (min-width: 768px) {.title_board6982 > div {
    padding: 3rem;
    width: 85%;
}.title_board6982 > div > div:first-child {
    padding-left: 3rem;
    margin-bottom: 3.5rem;
}.title_board6982 .title_style_header {
    font-size: calc(43px * 1.3);
}.title_board6982 .edu_lead0714 {
    display: grid;
    padding: 3.5rem;
    gap: 3rem;
    grid-template-columns: 1.5fr 1fr;
}.title_board6982 .student_journey9034 h3 {
    font-size: calc(22px * 1.1);
}.title_board6982 .edu_lead0714 p {
    font-size: calc(13px * 1.15);
}
}

@media (min-width: 1200px) {.title_board6982 > div {
    width: 80%;
    padding: 4rem;
}.title_board6982 > div > div:first-child {
    padding-left: 4rem;
}.title_board6982 .title_style_header {
    font-size: calc(43px * 1.5);
}.title_board6982 .edu_lead0714 {
    padding: 4rem;
    gap: 4rem;
}.title_board6982 .student_journey9034 h3 {
    font-size: calc(22px * 1.2);
}.title_board6982 .edu_lead0714 p {
    font-size: calc(13px * 1.2);
}.title_board6982 .edu_lead0714::before {
    background-size: 30px 30px;
}
}

@media (max-width: 767px) {.title_board6982 {
    min-height: 90vh;
}.title_board6982 > div {
    padding: 1.5rem;
    width: 95%;
}.title_board6982 > div > div:first-child {
    padding-left: 1rem;
    margin-bottom: 2rem;
}.title_board6982 .title_style_header {
    font-size: calc(43px * 0.9);
}.title_board6982 .edu_lead0714 {
    gap: 1.5rem;
    padding: 1.8rem;
}.title_board6982 .student_journey9034 h3 {
    padding-bottom: 0.8rem;
    font-size: 22px;
}.title_board6982 .edu_lead0714 p {
    font-size: 13px;
    padding-left: 1.2rem;
}}.pricing_lineup5607 {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    background: rgb(239,234,237);
}.pricing_lineup5607::before {
    width: 300px;
    position: absolute;
    top: -50px;
    filter: blur(60px);
    background: linear-gradient(135deg, rgb(179,161,168,0.5), rgb(212,198,203,0.5));
    height: 300px;
    border-radius: 50%;
    z-index: 0;
    right: -50px;
    content: "";
}.pricing_lineup5607::after {
    background: linear-gradient(225deg, rgb(212,198,203,0.5), rgb(179,161,168,0.5));
    filter: blur(50px);
    border-radius: 50%;
    content: "";
    height: 250px;
    width: 250px;
    position: absolute;
    left: -50px;
    bottom: -50px;
    z-index: 0;
}.pricing_lineup5607 .container {
    position: relative;
    z-index: 1;
}.pricing_lineup5607 .pay_plans3406 {
    display: flex;
    flex-direction: column-reverse;
    gap: 3rem;
}.pricing_lineup5607 .basic_rates8497 {
    max-width: 800px;
    text-align: center;
    padding: 0 1rem;
    margin: 0 auto;
    position: relative;
}.pricing_lineup5607 .basic_rates8497 h2 {
    font-weight: 700;
    position: relative;
    color: #000000;
    font-size: calc(32px * 1.1);
    margin-bottom: 1.5rem;
    display: inline-block;
}.pricing_lineup5607 .basic_rates8497 h2::after {
    background: linear-gradient(90deg, rgb(212,198,203), rgb(179,161,168));
    width: 80px;
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    bottom: -10px;
    content: "";
}.pricing_lineup5607 .pricing_list9875 {
    line-height: 1.6;
    margin-bottom: 1rem;
    color: #000000;
    font-size: 12px;
}.pricing_lineup5607 .study_rates6582 {
    gap: 2rem;
    display: grid;
    perspective: 1000px;
    grid-template-columns: 1fr;
}.pricing_lineup5607 .pricing_options8362 {
    text-decoration: none;
    display: block;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    transform-style: preserve-3d;
}.pricing_lineup5607 .pricing_options8362:hover {
    transform: translateY(-10px);
}.pricing_lineup5607 .rate_choice6283 {
    flex-direction: column;
    display: flex;
    background: #ffffff;
    overflow: hidden;
    min-height: 430px;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    z-index: 1;
    justify-content: space-between;
    border-radius: 10px;
    transition: all 0.4s ease;
}.pricing_lineup5607 .pricing_options8362:hover .rate_choice6283 {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}.pricing_lineup5607 .fee_schemes4079 {
    z-index: 2;
    flex: 1;
    position: relative;
    padding: 2rem;
}.pricing_lineup5607 .pricing_options8362 h3 {
    color: #000000;
    font-size: calc(20px * 1.1);
    display: inline-block;
    margin-bottom: 1rem;
    position: relative;
    font-weight: 700;
}.pricing_lineup5607 .pricing_options8362 h3::before {
    height: 2px;
    bottom: -5px;
    left: 0;
    position: absolute;
    transition: width 0.3s ease;
    width: 40px;
    content: "";
    background: rgb(212,198,203);
}.pricing_lineup5607 .pricing_options8362:hover h3::before {
    width: 100%;
}.pricing_lineup5607 .cert_cost4263 {
    font-weight: 700;
    color: rgb(179,161,168);
    position: relative;
    display: block;
    font-size: calc(20px * 1.4);
    margin: 1.5rem 0;
}.pricing_lineup5607 .cert_cost4263::after {
    top: 50%;
    border-radius: 3px;
    left: -10px;
    position: absolute;
    background: rgb(212,198,203);
    content: "";
    width: 3px;
    height: 20px;
    transform: translateY(-50%);
}.pricing_lineup5607 .pricing_options8362 p {
    font-size: 12px;
    line-height: 1.6;
    word-wrap: break-word;
    color: #000000;
    hyphens: auto;
    overflow-wrap: break-word;
    margin-bottom: 1rem;
}.pricing_lineup5607 .img_show_wrap6320 {
    position: relative;
    height: 180px;
}.pricing_lineup5607 .img_show_wrap6320::before {
    inset: 0;
    content: "";
    position: absolute;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}.pricing_lineup5607 .pricing_options8362:nth-child(1) .rate_choice6283 {
    border-top: 4px solid rgb(212,198,203);
}.pricing_lineup5607 .pricing_options8362:nth-child(2) .rate_choice6283 {
    border-top: 4px solid rgb(179,161,168);
}.pricing_lineup5607 .pricing_options8362:nth-child(3) .rate_choice6283 {
    border-top: 4px solid #6c5ce7;
}.pricing_lineup5607 .pricing_options8362:nth-child(4) .rate_choice6283 {
    border-top: 4px solid #00b894;
}

@media (min-width: 768px) {.pricing_lineup5607 .study_rates6582 {
    grid-template-columns: repeat(2, 1fr);
}.pricing_lineup5607 .rate_choice6283 {
    min-height: 480px;
}.pricing_lineup5607 .basic_rates8497 {
    padding: 0 2rem;
}.pricing_lineup5607 .basic_rates8497 h2 {
    font-size: calc(32px * 1.2);
}
}

@media (min-width: 992px) {.pricing_lineup5607 .pay_plans3406 {
    align-items: center;
    flex-direction: row;
    gap: 4rem;
}.pricing_lineup5607 .study_rates6582 {
    grid-template-columns: repeat(2, 1fr);
    flex: 2;
}.pricing_lineup5607 .basic_rates8497 {
    text-align: left;
    flex: 1;
    padding-right: 3rem;
}.pricing_lineup5607 .basic_rates8497 h2::after {
    transform: none;
    left: 0;
}.pricing_lineup5607 .rate_choice6283 {
    min-height: 500px;
}
}

@media (min-width: 1200px) {.pricing_lineup5607 .study_rates6582 {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.pricing_lineup5607 .pricing_options8362 {
    transform: perspective(1000px) rotateY(0);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.pricing_lineup5607 .pricing_options8362:hover {
    transform: perspective(1000px) translateY(-15px) rotateY(2deg);
}.pricing_lineup5607 .rate_choice6283 {
    backface-visibility: hidden;
    min-height: 520px;
    transform-style: preserve-3d;
}.pricing_lineup5607 .img_show_wrap6320 {
    height: 200px;
}.pricing_lineup5607 .cert_cost4263 {
    font-size: calc(20px * 1.6);
}.pricing_lineup5607 .basic_rates8497 h2 {
    font-size: calc(32px * 1.3);
}}.training_method3214 {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,234,237) 0%, rgba(255,255,255,0.9) 100%);
}.training_method3214::before {
    height: 5px;
    z-index: 1;
    top: 0;
    right: 0;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(212,198,203) 0%, rgb(179,161,168) 100%);
    position: absolute;
}.training_method3214::after {
    position: absolute;
    z-index: 0;
    top: 0;
    content: "";
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(rgb(212,198,203,0.5), 0.05) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(rgb(179,161,168,0.5), 0.07) 0%, transparent 40%);
    left: 0;
    height: 100%;
    width: 100%;
}.training_method3214 .container {
    padding: 0 20px;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.training_method3214 .skill_learn9612 {
    justify-content: center;
    display: flex;
    position: relative;
    align-items: center;
}.training_method3214 .skill_learn9612 > div {
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    padding: 40px;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1.4), 
                box-shadow 0.5s ease;
    max-width: 900px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
}.training_method3214 .skill_learn9612 > div:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 10px 20px rgba(0, 0, 0, 0.05);
}.training_method3214 .skill_learn9612 > div::before {
    top: -10px;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    content: "";
    left: -10px;
    border-left: 2px solid rgb(212,198,203);
    z-index: -1;
    transition: all 0.4s ease;
    border-top: 2px solid rgb(212,198,203);
    position: absolute;
    opacity: 0.3;
}.training_method3214 .skill_learn9612 > div::after {
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    position: absolute;
    content: "";
    z-index: -1;
    border-right: 2px solid rgb(179,161,168);
    border-bottom: 2px solid rgb(179,161,168);
    transition: all 0.4s ease;
    opacity: 0.3;
    right: -10px;
    bottom: -10px;
}.training_method3214 .skill_learn9612 > div:hover::before,
.training_method3214 .skill_learn9612 > div:hover::after {
    transform: scale(1.03);
    opacity: 0.6;
}.training_method3214 h3 {
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    text-align: left;
    transform: translateX(-10px);
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    font-weight: 700;
    margin-bottom: 25px;
    font-size: calc(33px * 0.85);
}.training_method3214 .skill_learn9612 > div:hover h3 {
    transform: translateX(0);
}.training_method3214 h3::after {
    height: 3px;
    transition: width 0.4s ease;
    left: 0;
    position: absolute;
    width: 50px;
    bottom: -8px;
    background: linear-gradient(90deg, rgb(212,198,203) 0%, rgb(179,161,168) 100%);
    content: "";
}.training_method3214 .skill_learn9612 > div:hover h3::after {
    width: 80px;
}.training_method3214 p {
    line-height: 1.8;
    transition: transform 0.5s ease, opacity 0.5s ease;
    font-family: Arial, sans-serif;
    opacity: 0.95;
    font-size: 14px;
    transform: translateY(5px);
    margin-bottom: 0;
    color: #000000;
}.training_method3214 .skill_learn9612 > div:hover p {
    transform: translateY(0);
    opacity: 1;
}.training_method3214 p span {
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}.training_method3214 p span::before {
    opacity: 0.5;
    content: "";
    transition: width 0.6s ease;
    left: 0;
    height: 1px;
    position: absolute;
    bottom: -2px;
    background-color: rgb(179,161,168);
    width: 0;
}.training_method3214 .skill_learn9612 > div:hover p span::before {
    width: 100%;
}

@media (max-width: 991px) {.training_method3214 {
    padding: 80px 0;
}.training_method3214 .skill_learn9612 > div {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 30px;
}.training_method3214 h3 {
    font-size: calc(33px * 0.75);
    margin-bottom: 20px;
}
}

@media (max-width: 767px) {.training_method3214 {
    padding: 60px 0;
}.training_method3214 .skill_learn9612 > div {
    padding: 25px;
    transform: none;
}.training_method3214 .skill_learn9612 > div:hover {
    transform: translateY(-3px);
}.training_method3214 h3 {
    font-size: calc(33px * 0.7);
    transform: none;
    margin-bottom: 15px;
}.training_method3214 h3::after {
    height: 2px;
}.training_method3214 p {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 480px) {.training_method3214 {
    padding: 40px 0;
}.training_method3214 .skill_learn9612 > div {
    padding: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}.training_method3214 .skill_learn9612 > div::before,
    .training_method3214 .skill_learn9612 > div::after {
    display: none;
}.training_method3214 h3 {
    margin-bottom: 15px;
    font-size: calc(33px * 0.65);
}.training_method3214 p {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}
}

@media (hover: none) {.training_method3214 .skill_learn9612 > div {
    transform: none;
}.training_method3214 .skill_learn9612 > div:hover {
    transform: none;
}.training_method3214 h3 {
    transform: none;
}.training_method3214 p {
    transform: none;
}}.privacy_parapet1208 {
    background-color: #ffffff;
    color: #000000;
    font-family: Arial, sans-serif;
    padding: 60px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}.privacy_parapet1208 h1 {
    font-weight: 700;
    margin-bottom: 30px;
    z-index: 2;
    grid-column: span 2;
    position: relative;
    color: rgb(212,198,203);
    font-size: 42px;
}.privacy_parapet1208 h2 {
    color: rgb(179,161,168);
    margin: 20px 0;
    font-weight: 600;
    position: relative;
    border-left: 5px solid rgb(212,198,203);
    z-index: 2;
    padding-left: 10px;
    font-size: 28px;
}.privacy_parapet1208 ul,
.privacy_parapet1208 ol {
    padding: 0 0 0 20px;
    z-index: 2;
    margin: 20px 0;
    position: relative;
}.privacy_parapet1208 ul {
    list-style-type: disc;
}.privacy_parapet1208 ol {
    list-style-type: decimal;
}.privacy_parapet1208 li {
    padding-bottom: 5px;
    border-bottom: 1px dashed rgb(179,161,168,0.5);
    color: #000000;
    font-size: 13px;
    margin-bottom: 10px;
}.privacy_parapet1208 p {
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 13px;
    position: relative;
    color: #000000;
    z-index: 2;
}.privacy_parapet1208 > div {
    position: relative;
    padding: 30px;
    background-color: rgb(239,234,237);
    border-radius: 10px;
    border: 1px solid rgb(212,198,203,0.5);
    z-index: 2;
}.privacy_parapet1208 span {
    font-weight: 600;
    padding: 5px;
    z-index: 2;
    background: rgb(212,198,203,0.5);
    color: rgb(179,161,168);
    border-radius: 10px;
    position: relative;
}.privacy_parapet1208::before,
.privacy_parapet1208::after {
    z-index: 1;
    border-radius: 50%;
    content: "";
    position: absolute;
    display: block;
    background: rgb(212,198,203,0.5);
}.privacy_parapet1208::before {
    width: 200px;
    top: -100px;
    left: -100px;
    height: 200px;
}.privacy_parapet1208::after {
    right: -150px;
    bottom: -150px;
    width: 300px;
    height: 300px;
}

@media only screen and (max-width: 800px) {.privacy_parapet1208 {
    padding: 30px;
    gap: 20px;
    grid-template-columns: 1fr;
}.privacy_parapet1208 h1 {
    font-size: calc(24px * 0.8);
    grid-column: span 1;
}.privacy_parapet1208 h2 {
    font-size: calc(24px * 0.8);
}.privacy_parapet1208 ul,
    .privacy_parapet1208 ol {
    padding-left: 15px;
}.privacy_parapet1208 > div {
    padding: 20px;
}.privacy_parapet1208::before {
    top: -50px;
    width: 100px;
    left: -50px;
    height: 100px;
}.privacy_parapet1208::after {
    right: -75px;
    bottom: -75px;
    width: 150px;
    height: 150px;
}}header {
    overflow: hidden;
    background: 
        linear-gradient(170deg, 
            #000000 0%,
            rgb(212,198,203,0.5) 100%);
    position: fixed;
    z-index: 1000;
    width: 100%;
    left: 0;
    top: 0;
    background: #000000;
}header::before {
    width: 100%;
    position: absolute;
    z-index: 1;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgb(179,161,168,0.5) 10px,
            rgb(179,161,168,0.5) 11px
        );
    top: 0;
    height: 100%;
    left: 0;
    opacity: 0.03;
    content: "";
}header::after {
    top: 0;
    background: linear-gradient(90deg, 
        rgb(212,198,203),
        rgb(179,161,168),
        rgb(212,198,203));
    width: 100%;
    left: 0;
    position: absolute;
    background-size: 200% 100%;
    content: "";
    animation: gradient-shift 8s linear infinite;
    z-index: 5;
    height: 5px;
}header .container {
    padding: 0;
    align-items: center;
    flex-direction: column;
    display: flex;
    position: relative;
}header .site_core1836 {
    display: flex;
    padding-top: 1.5rem;
    position: relative;
    width: 100%;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}header .head_expert2547 {
    justify-content: center;
    padding: 0.5rem 2rem;
    text-decoration: none;
    z-index: 3;
    margin-bottom: 2rem;
    display: flex;
    position: relative;
}header .head_expert2547::before {
    content: "";
    height: 1px;
    left: -30%;
    position: absolute;
    bottom: -10px;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(179,161,168,0.5) 20%,
        rgb(179,161,168) 50%,
        rgb(179,161,168,0.5) 80%,
        transparent 100%);
    width: 160%;
}header .head_expert2547::after {
    background: rgb(212,198,203,0.5);
    filter: blur(20px);
    z-index: -1;
    animation: orb-float 5s ease-in-out infinite alternate;
    opacity: 0.5;
    width: 40px;
    position: absolute;
    content: "";
    border-radius: 50%;
    height: 40px;
}header .head_expert2547 svg {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: auto;
    height: 48px;
    z-index: 2;
    filter: drop-shadow(0 0 8px rgb(212,198,203,0.5));
    position: relative;
}header .head_expert2547:hover svg {
    transform: scale(1.08);
    filter: drop-shadow(0 0 12px rgb(212,198,203));
}header .top_mainwrap8051 {
    background: linear-gradient(to bottom, 
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    mask-image: linear-gradient(90deg, 
        transparent 0%,
        #000 5%,
        #000 95%,
        transparent 100%);
    scrollbar-width: none;
    justify-content: center;
    overflow-x: auto;
    display: flex;
    gap: 1rem;
    position: relative;
    width: 100vw;
    padding: 1rem 0;
}header .top_mainwrap8051::-webkit-scrollbar {
    display: none;
}header .top_mainwrap8051::before {
    left: 0;
    content: "";
    background: rgb(212,198,203,0.5);
    height: 1px;
    width: 100%;
    top: 0;
    position: absolute;
}header .head_section9763 {
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 400;
    font-size: 12px;
    padding: 0.6rem 1.8rem;
    position: relative;
    border-radius: 16px;
    border: 1px solid rgb(212,198,203,0.5);
    letter-spacing: 0.5px;
    color: #ffffff;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
}header .head_section9763::before {
    height: 100%;
    top: 0;
    transition: left 0.5s ease;
    position: absolute;
    left: -100%;
    opacity: 0.5;
    width: 100%;
    content: "";
    background: linear-gradient(90deg,
        transparent,
        rgb(179,161,168,0.5),
        transparent);
}header .head_section9763::after {
    border-radius: 50%;
    right: 12px;
    position: absolute;
    top: 50%;
    box-shadow: 0 0 10px rgb(179,161,168);
    background: rgb(179,161,168);
    height: 8px;
    transform: translateY(-50%) scale(0);
    content: "";
    width: 8px;
    transition: transform 0.3s ease;
}header .head_section9763:hover {
    border-color: rgb(179,161,168);
    box-shadow: 0 0 15px rgb(212,198,203,0.5),
                inset 0 0 10px rgb(212,198,203,0.5);
    color: rgb(179,161,168);
    transform: translateY(-2px);
}header .head_section9763:hover::before {
    left: 100%;
}header .head_section9763:hover::after {
    transform: translateY(-50%) scale(1);
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}

@keyframes orb-float {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(30px, 10px);
    }
}

@media (max-width: 991px) {header .head_expert2547 {
    margin-bottom: 1.5rem;
}header .head_expert2547 svg {
    height: 42px;
}header .head_section9763 {
    padding: 0.5rem 1.5rem;
    font-size: calc(12px - 1px);
}
}

@media (max-width: 767px) {header .site_core1836 {
    padding-top: 1rem;
}header .head_expert2547 {
    margin-bottom: 1rem;
}header .head_expert2547 svg {
    height: 36px;
}header .top_mainwrap8051 {
    justify-content: flex-start;
    padding: 0.8rem 0;
}header .head_section9763 {
    font-size: calc(12px - 2px);
    margin: 0 0.2rem;
    padding: 0.4rem 1.2rem;
}header .head_section9763:first-child {
    margin-left: 1rem;
}header .head_section9763:last-child {
    margin-right: 1rem;
}header .head_section9763::after {
    right: 8px;
    width: 6px;
    height: 6px;
}}.footer_classes3509 {
    position: relative;
    color: #ffffff;
    padding: 6rem 0 4rem;
    z-index: 1;
}.footer_classes3509::before {
    opacity: 0.85;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #000000;
    z-index: -1;
}.footer_classes3509::after {
    background-size: 30px 30px;
    left: 0;
    animation: gridAnimate 15s linear infinite;
    content: "";
    background-position: center;
    height: 100%;
    opacity: 0.15;
    position: absolute;
    top: 0;
    width: 100%;
    background: 
        linear-gradient(rgba(rgb(212,198,203), 0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(rgb(212,198,203), 0.2) 1px, transparent 1px);
    z-index: -1;
}@keyframes gridAnimate {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

.footer_classes3509 .container {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: repeat(12, 1fr);
}.footer_classes3509 .company_holder {
    position: relative;
    grid-row: 1;
    grid-column: 1 / 5;
}.footer_classes3509 .company_holder::before {
    height: 60px;
    left: -20px;
    width: 60px;
    border-left: 2px solid rgb(212,198,203);
    content: "";
    border-top: 2px solid rgb(212,198,203);
    opacity: 0.7;
    top: -20px;
    position: absolute;
}.footer_classes3509 .company_holder::after {
    right: -20px;
    position: absolute;
    opacity: 0.7;
    content: "";
    width: 60px;
    height: 60px;
    border-bottom: 2px solid rgb(212,198,203);
    border-right: 2px solid rgb(212,198,203);
    bottom: -20px;
}.footer_classes3509 .company_holder h3 {
    background: linear-gradient(90deg, #ffffff, rgb(212,198,203));
    -webkit-background-clip: text !important;
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 33px;
    -webkit-text-fill-color: transparent;
}.footer_classes3509 .company_holder h3::after {
    position: absolute;
    box-shadow: 0 0 10px rgb(212,198,203);
    bottom: -5px;
    background: rgb(212,198,203);
    left: 0;
    content: "";
    height: 2px;
    width: 30%;
}.footer_classes3509 .alumni_net3821 {
    line-height: 1.6;
    margin-top: 1.5rem;
    opacity: 0.8;
    font-size: 14px;
    color: #ffffff;
}.footer_classes3509 .review_block8629 {
    grid-column: 6 / 13;
    display: flex;
    grid-row: 1;
    justify-content: flex-end;
}.footer_classes3509 .top_lead9641 {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
}.footer_classes3509 .top_mainwrap8051 {
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    backdrop-filter: blur(4px);
    position: relative;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}.footer_classes3509 .top_mainwrap8051:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
}.footer_classes3509 .top_mainwrap8051::before {
    transition: height 0.3s ease;
    height: 0;
    width: 3px;
    content: "";
    left: 0;
    position: absolute;
    background: rgb(212,198,203);
    top: 0;
}.footer_classes3509 .top_mainwrap8051:hover::before {
    height: 100%;
}.footer_classes3509 .top_mainwrap8051 h5 {
    color: rgb(179,161,168);
    font-size: 18px;
    margin-bottom: 1.5rem;
    position: relative;
    padding-left: 1rem;
    letter-spacing: 1px;
    font-weight: 600;
}.footer_classes3509 .top_mainwrap8051 h5::before {
    position: absolute;
    left: 0;
    background: rgb(212,198,203);
    border-radius: 50%;
    width: 5px;
    height: 5px;
    box-shadow: 0 0 10px rgb(212,198,203);
    top: 50%;
    transform: translateY(-50%);
    content: "";
}.footer_classes3509 .top_mainwrap8051 .top_lead9641 {
    flex-direction: column;
    gap: 0.7rem;
    display: flex;
}.footer_classes3509 .top_mainwrap8051 .top_lead9641 a {
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
    padding: 0.4rem 1rem;
    font-size: 14px;
    position: relative;
    z-index: 1;
    color: #ffffff;
    opacity: 0.7;
}.footer_classes3509 .top_mainwrap8051 .top_lead9641 a::before {
    content: "";
    height: 100%;
    background: linear-gradient(90deg, rgba(rgb(212,198,203,0.5), 0.1), transparent);
    transform: translateX(-100%);
    position: absolute;
    left: 0;
    z-index: -1;
    transition: transform 0.3s ease;
    width: 100%;
    top: 0;
}.footer_classes3509 .top_mainwrap8051 .top_lead9641 a:hover {
    padding-left: 1.5rem;
    color: #ffffff;
    opacity: 1;
}.footer_classes3509 .top_mainwrap8051 .top_lead9641 a:hover::before {
    transform: translateX(0);
}.edu_links5981 {
    margin-top: 4rem;
    background: rgba(0, 0, 0, 0.5);
    grid-row: 2;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 1.5rem 0;
    grid-column: 1 / 13;
    position: relative;
}.edu_links5981::before {
    content: "";
    width: 60%;
    background: linear-gradient(90deg, transparent, rgb(212,198,203), transparent);
    top: 0;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    height: 1px;
}.edu_links5981 .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.edu_links5981 .peer_help2384 {
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.5px;
    opacity: 0.7;
}

@media screen and (max-width: 992px) {.footer_classes3509 .container {
    grid-template-columns: repeat(1, 1fr);
}.footer_classes3509 .company_holder {
    grid-row: 1;
    grid-column: 1;
}.footer_classes3509 .review_block8629 {
    grid-row: 2;
    margin-top: 2rem;
    grid-column: 1;
}.edu_links5981 {
    grid-row: 3;
    margin-top: 3rem;
}
}

@media screen and (max-width: 768px) {.footer_classes3509 {
    padding: 4rem 0 3rem;
}.footer_classes3509 .top_lead9641 {
    grid-template-columns: 1fr;
    gap: 2rem;
}.footer_classes3509 .top_mainwrap8051 {
    padding: 1.2rem;
}.footer_classes3509 .top_mainwrap8051 h5 {
    font-size: calc(18px * 0.9);
}.footer_classes3509 .company_holder::before,
    .footer_classes3509 .company_holder::after {
    height: 40px;
    width: 40px;
}
}

@media screen and (max-width: 576px) {.footer_classes3509 {
    padding: 3rem 0 2rem;
}.footer_classes3509 .company_holder h3 {
    font-size: calc(33px * 0.9);
}.footer_classes3509 .alumni_net3821 {
    font-size: calc(14px * 0.9);
}.footer_classes3509 .top_mainwrap8051 .top_lead9641 a {
    font-size: calc(14px * 0.9);
}.edu_links5981 {
    margin-top: 2rem;
    padding: 1rem 0;
}}.program_information8716 {
    position: relative;
    padding: 7rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, #f5f7fa 0%, #e0e6ed 100%);
}.program_information8716::before {
    z-index: 1;
    position: absolute;
    width: 100%;
    left: 0;
    background: radial-gradient(circle at 70% 30%, rgb(179,161,168,0.5) 0%, transparent 60%);
    content: "";
    top: 0;
    opacity: 0.15;
    height: 100%;
}.program_information8716::after {
    position: absolute;
    top: -50%;
    content: "";
    border-radius: 50%;
    opacity: 0.1;
    z-index: 1;
    transform: scale(2);
    background: radial-gradient(ellipse at center, rgb(212,198,203,0.5) 0%, transparent 70%);
    width: 100%;
    height: 100%;
    right: -50%;
}.program_information8716 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.program_information8716 .study_path4617 {
    grid-template-columns: 1fr;
    position: relative;
    gap: 3rem;
    display: grid;
}.program_information8716 .img_show_wrap6320 {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(-3deg);
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    height: 350px;
    overflow: hidden;
}.program_information8716 .img_show_wrap6320::before {
    width: 100%;
    position: absolute;
    opacity: 0.3;
    z-index: 1;
    content: "";
    left: 0;
    height: 100%;
    top: 0;
    background: linear-gradient(45deg, rgb(212,198,203,0.5) 0%, transparent 100%);
}.program_information8716 .img_show_wrap6320::after {
    top: -10%;
    animation: floatOrbit 15s infinite ease-in-out;
    border-radius: 50%;
    background: rgb(179,161,168);
    right: -10%;
    content: "";
    height: 50px;
    opacity: 0.15;
    position: absolute;
    width: 50px;
    filter: blur(30px);
}.program_information8716 .subtext_wrap1890 {
    position: relative;
}.program_information8716 .subtext_wrap1890::before {
    top: -20px;
    opacity: 0.6;
    height: 1px;
    width: 150px;
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(212,198,203) 0%, transparent 100%);
}.program_information8716 h3 {
    margin-bottom: 1.5rem;
    line-height: 1.3;
    position: relative;
    font-weight: 700;
    padding-left: 1rem;
    color: #000000;
    font-size: calc(21px * 1.1);
    transform-origin: left center;
}.program_information8716 h3::before {
    height: 100%;
    animation: growUp 1.2s forwards ease-out 0.2s;
    position: absolute;
    transform-origin: bottom;
    transform: scaleY(0);
    top: 0;
    width: 3px;
    background: rgb(212,198,203);
    content: "";
    left: 0;
}.program_information8716 .description {
    font-size: 17px;
    position: relative;
    margin-bottom: 1.5rem;
    transition: color 0.3s ease;
    line-height: 1.8;
    color: #000000;
}.program_information8716 p.description {
    display: none;
}.program_information8716 span.description {
    position: relative;
    column-count: 1;
    display: block;
    column-gap: 2rem;
    padding: 0.5rem 0;
}.program_information8716 span.description::first-letter {
    font-size: 1.2em;
    color: rgb(212,198,203);
    font-weight: 700;
}@keyframes floatOrbit {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(-30px, 20px);
    }
    50% {
        transform: translate(-20px, -30px);
    }
    75% {
        transform: translate(30px, -10px);
    }
}

@keyframes growUp {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

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

.program_information8716 .subtext_wrap1890 > div {
    opacity: 0;
    position: relative;
    animation: fadeInUp 0.8s forwards ease-out 0.5s;
}.program_information8716 .img_show_wrap6320:hover {
    transform: perspective(1000px) rotateY(0deg);
}.program_information8716 .subtext_wrap1890::after {
    border-radius: 50%;
    content: "";
    opacity: 0.2;
    pointer-events: none;
    bottom: 10%;
    right: 10%;
    border: 1px solid rgb(179,161,168,0.5);
    height: 100px;
    position: absolute;
    width: 100px;
}.program_information8716::before {
    box-shadow: 
        30px 80px 0 -0.5px rgb(212,198,203,0.5),
        80px 200px 0 -1px rgb(179,161,168,0.5),
        200px 50px 0 -0.5px rgb(212,198,203,0.5),
        280px 160px 0 -1px rgb(179,161,168,0.5),
        320px 280px 0 -0.5px rgb(212,198,203,0.5);
}

@media (min-width: 768px) {.program_information8716 .study_path4617 {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 4rem;
}.program_information8716 .img_show_wrap6320 {
    transform: perspective(1000px) rotateY(-5deg);
    height: 500px;
}.program_information8716 h3 {
    font-size: 30px;
    padding-left: 1.5rem;
}.program_information8716 span.description {
    column-count: 2;
}.program_information8716 .subtext_wrap1890::after {
    width: 150px;
    height: 150px;
}
}

@media (min-width: 992px) {.program_information8716 {
    padding: 9rem 0;
}.program_information8716 .study_path4617 {
    gap: 6rem;
}.program_information8716 .img_show_wrap6320 {
    height: 550px;
}.program_information8716 span.description {
    column-count: 2;
    column-gap: 3rem;
}.program_information8716 h3::before {
    width: 4px;
}.program_information8716 .subtext_wrap1890::after {
    right: -5%;
    bottom: 20%;
    height: 180px;
    width: 180px;
}
}

@media (min-width: 1200px) {.program_information8716 .img_show_wrap6320 {
    height: 600px;
}.program_information8716 h3 {
    margin-bottom: 2rem;
}.program_information8716 .subtext_wrap1890::before {
    width: 200px;
}
}

@media (max-width: 767px) {.program_information8716 {
    padding: 5rem 0;
}.program_information8716 .img_show_wrap6320 {
    margin-bottom: 1.5rem;
    height: 250px;
}.program_information8716 h3 {
    font-size: 21px;
    margin-bottom: 1rem;
}.program_information8716 .subtext_wrap1890::before {
    width: 80px;
    top: -10px;
}}.teaching_history2071 {
    background: linear-gradient(160deg, rgb(239,234,237) 0%, #000000 100%);
    min-height: 700px;
    overflow: hidden;
    padding: 8rem 0;
    position: relative;
}.teaching_history2071::before {
    left: 0;
    opacity: 0.4;
    position: absolute;
    animation: breatheGlow 15s ease-in-out infinite alternate;
    content: "";
    top: 0;
    filter: blur(70px);
    width: 100%;
    background: 
        radial-gradient(circle at 80% 20%, rgb(212,198,203,0.5) 0%, transparent 35%),
        radial-gradient(circle at 20% 80%, rgb(179,161,168,0.5) 0%, transparent 35%);
    z-index: 1;
    height: 100%;
}.teaching_history2071 .container {
    position: relative;
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.teaching_history2071 .client_experiences7691 {
    gap: 30px;
    border-radius: 26px;
    grid-template-rows: auto 1fr;
    display: grid;
    min-height: 580px;
    overflow: hidden;
    grid-template-columns: 1.2fr 0.8fr;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    padding: 3rem;
    position: relative;
    backdrop-filter: blur(15px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
}.teaching_history2071 .client_experiences7691::before {
    opacity: 0.2;
    background: linear-gradient(135deg, transparent, rgb(212,198,203,0.5), transparent);
    left: 0;
    animation: shimmerEffect 10s ease-in-out infinite;
    background-size: 200% 200%;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}.teaching_history2071 .img_show_wrap6320 {
    grid-row: 1 / span 2;
    transform: scale(1) rotate(0deg);
    position: relative;
    z-index: 3;
    filter: contrast(1.1) brightness(1.05);
    grid-column: 2;
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.4);
    border-radius: 26px;
    height: 100%;
}.teaching_history2071 .client_experiences7691:hover .img_show_wrap6320 {
    transform: scale(1.05) rotate(2deg);
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.5);
}.teaching_history2071 .img_show_wrap6320::before {
    top: 0;
    position: absolute;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    left: 0;
    content: "";
    border-radius: inherit;
}.teaching_history2071 .name {
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    transform: translateX(0);
    font-weight: 700;
    margin: 0;
    color: #ffffff;
    z-index: 4;
    position: relative;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    font-size: 34px;
    grid-row: 1;
    grid-column: 1;
}.teaching_history2071 .client_experiences7691:hover .name {
    transform: translateX(10px);
}.teaching_history2071 .name::after {
    background: linear-gradient(90deg, rgb(212,198,203), rgb(179,161,168));
    transition: width 0.6s ease;
    left: 0;
    content: "";
    bottom: -10px;
    height: 3px;
    width: 0;
    position: absolute;
}.teaching_history2071 .client_experiences7691:hover .name::after {
    width: 120px;
}.teaching_history2071 .client_experiences7691 span:not(.name) {
    font-size: 22px;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    transform: translateX(0);
    font-weight: 600;
    grid-row: 1;
    border-radius: 10px;
    padding: 0.7rem 1.5rem;
    margin-top: 4rem;
    width: max-content;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    z-index: 3;
    color: rgb(179,161,168);
    grid-column: 1;
    backdrop-filter: blur(10px);
}.teaching_history2071 .client_experiences7691:hover span:not(.name) {
    transform: translateX(10px);
    background: rgba(0, 0, 0, 0.3);
}.teaching_history2071 .exp_milestones2680 {
    border-left: 4px solid rgb(179,161,168);
    line-height: 1.8;
    grid-row: 2;
    grid-column: 1;
    z-index: 2;
    color: #ffffff;
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    padding: 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    font-size: 12px;
    backdrop-filter: blur(10px);
    border-radius: 26px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    position: relative;
    transform: translateY(0);
}.teaching_history2071 .client_experiences7691:hover .exp_milestones2680 {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
    transform: translateY(-10px);
}.teaching_history2071 .exp_milestones2680::before {
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    content: "";
    background-size: 200% 200%;
    left: 0;
    width: 100%;
    animation: shimmerEffect 5s ease-in-out infinite;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
}.teaching_history2071 .container::after {
    position: absolute;
    background: conic-gradient(from 135deg, rgb(212,198,203,0.5) 0%, rgb(179,161,168,0.5) 50%, rgb(212,198,203,0.5) 100%);
    left: -200px;
    opacity: 0.2;
    width: 400px;
    filter: blur(80px);
    height: 400px;
    animation: rotateGlow 25s linear infinite;
    bottom: -200px;
    z-index: -1;
    border-radius: 50%;
    content: "";
}

@keyframes breatheGlow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes shimmerEffect {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes rotateGlow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {.teaching_history2071 .client_experiences7691 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    padding: 2rem;
    gap: 20px;
}.teaching_history2071 .img_show_wrap6320 {
    grid-row: 1;
    height: 350px;
    grid-column: 1;
}.teaching_history2071 .name {
    grid-column: 1;
    margin: 0;
    grid-row: 2;
}.teaching_history2071 .client_experiences7691 span:not(.name) {
    grid-row: 2;
    grid-column: 1;
    margin-top: 3.5rem;
}.teaching_history2071 .exp_milestones2680 {
    grid-column: 1;
    grid-row: 3;
}.teaching_history2071 .client_experiences7691:hover .name,
    .teaching_history2071 .client_experiences7691:hover span:not(.name) {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.teaching_history2071 {
    padding: 5rem 0;
}.teaching_history2071 .client_experiences7691 {
    padding: 1.5rem;
}.teaching_history2071 .img_show_wrap6320 {
    height: 250px;
}.teaching_history2071 .name {
    font-size: 22px;
}.teaching_history2071 .client_experiences7691 span:not(.name) {
    margin-top: 3rem;
    font-size: 12px;
    padding: 0.6rem 1rem;
}.teaching_history2071 .exp_milestones2680 {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
    padding: 1.5rem;
}}.about_this0395 {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.about_this0395::before {
    z-index: 1;
    left: 0;
    box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.3);
    bottom: 0;
    right: 0;
    content: "";
    background: linear-gradient(135deg, 
        rgba(30, 45, 75, 0.92) 0%,
        rgba(25, 35, 60, 0.95) 50%,
        rgba(20, 30, 55, 0.98) 100%);
    position: absolute;
    top: 0;
}.about_this0395::after {
    transform: rotate(35deg);
    width: 100%;
    content: "";
    opacity: 0.08;
    background: radial-gradient(circle at center, rgb(212,198,203,0.5) 0%, transparent 70%);
    right: -50%;
    filter: blur(60px);
    top: -50%;
    height: 100%;
    z-index: 2;
    animation: shimmer 15s infinite alternate ease-in-out;
    position: absolute;
}.about_this0395 .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 5;
}.about_this0395 .subtext_wrap1890 {
    backdrop-filter: blur(10px);
    padding: 50px;
    background: rgba(255, 255, 255, 0.03);
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 2px;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.2),
        -15px -15px 30px rgba(255, 255, 255, 0.02),
        inset 5px 5px 10px rgba(255, 255, 255, 0.02),
        inset -5px -5px 10px rgba(0, 0, 0, 0.1);
}.about_this0395 .subtext_wrap1890:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.25),
        -15px -15px 30px rgba(255, 255, 255, 0.03),
        inset 5px 5px 10px rgba(255, 255, 255, 0.03),
        inset -5px -5px 10px rgba(0, 0, 0, 0.15);
}.about_this0395 h1 {
    font-size: 39px;
    text-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    color: #ffffff;
    margin-bottom: 40px;
    letter-spacing: 1px;
    transform: translateZ(30px);
    font-weight: 700;
}.about_this0395 h1::after {
    left: 0;
    position: absolute;
    animation: expandLine 1.5s ease-out forwards;
    transform-origin: left;
    content: "";
    border-radius: 1px;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(212,198,203) 0%, rgb(179,161,168) 100%);
    height: 4px;
    width: 80px;
}.about_this0395 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.about_this0395 ul li {
    margin-bottom: 15px;
}.about_this0395 ul li:first-child {
    margin-bottom: 25px;
}.about_this0395 h4 {
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    position: relative;
    font-weight: 600;
    color: rgb(212,198,203);
    transform: translateZ(20px);
    display: inline-block;
    font-size: calc(22px + 2px);
}.about_this0395 h4::before {
    opacity: 0.8;
    position: absolute;
    width: 10px;
    background: rgb(179,161,168);
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    left: -20px;
    height: 10px;
    content: "";
}.about_this0395 span {
    column-count: 1;
    display: block;
    font-size: 16px;
    transform: translateZ(10px);
    color: rgba(255, 255, 255, 0.85);
    position: relative;
    column-gap: 40px;
    text-align: justify;
    line-height: 1.8;
}

@keyframes expandLine {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 80px;
        opacity: 1;
    }
}

@keyframes shimmer {
    0% {
        opacity: 0.05;
        transform: rotate(35deg) translateX(10%) translateY(5%);
    }
    50% {
        opacity: 0.1;
    }
    100% {
        opacity: 0.05;
        transform: rotate(35deg) translateX(-10%) translateY(-5%);
    }
}


@media (min-width: 768px) {.about_this0395 .subtext_wrap1890 {
    padding: 60px 70px;
}.about_this0395 span {
    column-count: 2;
}.about_this0395 h1 {
    font-size: calc(39px + 10px);
}.about_this0395 h1::after {
    width: 120px;
}
    
    @keyframes expandLine {
        0% {
            width: 0;
            opacity: 0;
        }
        100% {
            width: 120px;
            opacity: 1;
        }
    }
}

@media (min-width: 1024px) {.about_this0395 {
    padding: 150px 0;
}.about_this0395 .subtext_wrap1890 {
    max-width: 90%;
    padding: 80px 90px;
    margin: 0 auto;
}.about_this0395 h1 {
    margin-bottom: 50px;
}.about_this0395 span {
    column-gap: 60px;
    column-count: 2;
}
}

@media (max-width: 767px) {.about_this0395 {
    padding: 80px 0;
}.about_this0395 .subtext_wrap1890 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 30px 25px;
}.about_this0395 h1 {
    font-size: calc(39px - 2px);
    margin-bottom: 30px;
}.about_this0395 h4 {
    font-size: 22px;
}.about_this0395 span {
    font-size: calc(16px - 1px);
    line-height: 1.6;
}.about_this0395 h1::after {
    height: 3px;
    width: 60px;
    bottom: -10px;
}
    
    @keyframes expandLine {
        0% {
            width: 0;
            opacity: 0;
        }
        100% {
            width: 60px;
            opacity: 1;
        }
    }
}