﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.container-wrap792 {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1172px;
}.first_class389 {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    scroll-behavior: smooth;
    min-height: 100%;
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
}.copy_notice127 {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course_highlights705 {
    position: relative;
    height: 100vh;
    background-color: #ffffff;
    min-height: 600px;
    max-height: 900px;
    overflow: hidden;
}.course_highlights705::before {
    z-index: 1;
    width: 70%;
    position: absolute;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 50%, transparent 100%);
    left: 0;
    pointer-events: none;
    height: 100%;
    top: 0;
    content: '';
}.course_highlights705 .class_path251 {
    left: 0;
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 0;
    height: 100%;
    top: 0;
}.course_highlights705 .learn_code835 {
    width: 500%;
    animation: carousel-slide 30s infinite linear;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
}.course_highlights705 .class_path251:hover .learn_code835 {
    animation-play-state: paused;
}.course_highlights705 .lesson_plan931 {
    width: 20%;
    overflow: hidden;
    height: 100%;
}.course_highlights705 .lesson_plan931 img {
    filter: brightness(1.05) contrast(1.1);
    width: 100%;
    transition: transform 1s ease;
    object-fit: cover;
    height: 100%;
    transform: scale(1.1);
}.course_highlights705 .lesson_plan931:hover img {
    transform: scale(1.2);
}.course_highlights705 .container {
    width: 65%;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    padding-left: 0;
    z-index: 2;
    display: flex;
    position: relative;
}.course_highlights705 .fast_learning269 {
    padding-left: 3%;
    width: 100%;
    max-width: 750px;
}.course_highlights705 .study_map718 {
    backdrop-filter: blur(5px);
    padding: 3rem;
    border-top: 4px solid rgb(166,167,166);
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 24px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    position: relative;
    background-color: #ffffff;
}.course_highlights705 .study_map718 h3 {
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 1.5rem;
}.course_highlights705 .study_map718 p {
    line-height: 1.7;
    font-size: 13px;
    color: #000000;
    margin-bottom: 2rem;
}.course_highlights705 .study_map718 .support_support401 {
    overflow: hidden;
    z-index: 1;
    padding: 1rem 2rem;
    position: relative;
    display: inline-block;
    border-radius: 10px;
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    background: linear-gradient(to right, rgb(166,167,166), rgb(122,124,124));
}.course_highlights705 .study_map718 .support_support401::before {
    background: linear-gradient(to right, rgb(122,124,124), rgb(166,167,166));
    content: '';
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
    opacity: 0;
    height: 100%;
    position: absolute;
}.course_highlights705 .study_map718 .support_support401:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.course_highlights705 .study_map718 .support_support401:hover::before {
    opacity: 1;
}

@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-80%);
    }
}

@media screen and (max-width: 1200px) {.course_highlights705 .container {
    width: 70%;
}.course_highlights705::before {
    width: 75%;
}
}

@media screen and (max-width: 992px) {.course_highlights705 {
    max-height: none;
    min-height: 0;
    display: flex;
    flex-direction: column;
    height: auto;
}.course_highlights705::before {
    background: linear-gradient(180deg, rgb(204,204,178) 0%, transparent 50%);
}.course_highlights705 .class_path251 {
    height: 400px;
    position: relative;
    width: 100%;
    order: 2;
}.course_highlights705 .container {
    padding: 4rem 2rem;
    width: 100%;
    order: 1;
}.course_highlights705 .fast_learning269 {
    width: 100%;
    margin: 0 auto;
    max-width: 600px;
}
}

@media screen and (max-width: 768px) {.course_highlights705 .class_path251 {
    height: 350px;
}.course_highlights705 .container {
    padding: 3rem 1.5rem;
}.course_highlights705 .study_map718 {
    padding: 2rem;
}.course_highlights705 .study_map718 h3 {
    font-size: calc(30px * 0.9);
}
}

@media screen and (max-width: 576px) {.course_highlights705 .class_path251 {
    height: 250px;
}.course_highlights705 .container {
    padding: 2.5rem 1rem;
}.course_highlights705 .study_map718 {
    padding: 1.5rem;
}.course_highlights705 .study_map718 h3 {
    font-size: calc(30px * 0.8);
}.course_highlights705 .study_map718 p {
    margin-bottom: 1.5rem;
    font-size: calc(13px * 0.9);
}.course_highlights705 .study_map718 .support_support401 {
    text-align: center;
    width: 100%;
    padding: 0.8rem 1.5rem;
}}header .top_tutor156 {
    background: rgb(204,204,178);
    z-index: 100;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}header .top_tutor156::before {
    top: 0;
    opacity: 0.2;
    z-index: -1;
    background: 
        radial-gradient(circle at 10% 20%, rgb(166,167,166,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(122,124,124,0.5) 0%, transparent 30%);
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
    height: 100%;
}header .top_tutor156::after {
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    background: linear-gradient(135deg, transparent 25%, rgb(166,167,166,0.5) 100%);
    position: absolute;
    width: 40%;
    right: 0;
    height: 100%;
    top: 0;
    content: "";
    opacity: 0.1;
    z-index: -1;
}header .container {
    position: relative;
    padding: 1.8rem 2rem;
}header .page_head812 {
    grid-template-columns: auto 1fr;
    gap: 3rem;
    display: grid;
    align-items: center;
}header .site_start460 {
    position: relative;
    z-index: 2;
}header .top_header530 {
    display: block;
    z-index: 2;
    position: relative;
}header .top_header530::before,
header .top_header530::after {
    background: rgb(166,167,166,0.5);
    z-index: -1;
    content: "";
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.5s ease;
}header .top_header530::before {
    top: -15px;
    height: 50px;
    width: 50px;
    left: -15px;
}header .top_header530::after {
    right: -10px;
    height: 25px;
    background: rgb(122,124,124,0.5);
    width: 25px;
    bottom: -5px;
}header .top_header530:hover::before,
header .top_header530:hover::after {
    opacity: 0.6;
    transform: scale(1.2);
}header .top_header530 svg {
    width: auto;
    height: 50px;
    transition: all 0.3s ease;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
}header .top_header530:hover svg {
    transform: rotate(-5deg);
}header .head_tutor693 {
    flex-wrap: wrap;
    border-radius: 0 22px 22px 0;
    list-style: none;
    padding: 10px 20px;
    position: relative;
    background: linear-gradient(to right, transparent, #ffffff);
    justify-content: flex-end;
    margin: 0;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    display: flex;
}header .head_tutor693::after {
    top: 0;
    opacity: 0.05;
    position: absolute;
    background-image: 
        linear-gradient(45deg, rgb(166,167,166,0.5) 25%, transparent 25%, transparent 50%, 
        rgb(166,167,166,0.5) 50%, rgb(166,167,166,0.5) 75%, transparent 75%, transparent);
    z-index: -1;
    left: 0;
    width: 100%;
    background-size: 10px 10px;
    content: "";
    animation: moveStripes 20s linear infinite;
    height: 100%;
}header .head_sitewrap268 {
    position: relative;
    margin: 5px 8px;
    perspective: 800px;
}header .head_sitewrap268::before {
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    left: -10px;
    transition: all 0.3s ease;
    content: "";
    transform: translateY(-50%) scale(0);
    border-left: 5px solid rgb(166,167,166);
    height: 0;
    width: 0;
    position: absolute;
    top: 50%;
    opacity: 0;
}header .head_sitewrap268:hover::before {
    opacity: 1;
    left: -15px;
    transform: translateY(-50%) scale(1);
}header .head_sitewrap268 a {
    transform-style: preserve-3d;
    display: block;
    text-decoration: none;
    color: #000000;
    font-family: Arial, sans-serif;
    border: 1px solid transparent;
    overflow: hidden;
    transition: all 0.3s ease;
    background: transparent;
    font-size: 13px;
    border-radius: 10px;
    padding: 10px 18px;
    position: relative;
    font-weight: 600;
}header .head_sitewrap268 a::before {
    top: 0;
    z-index: -1;
    height: 100%;
    transform: translateZ(-1px);
    position: absolute;
    background: #ffffff;
    content: "";
    width: 100%;
    left: 0;
}header .head_sitewrap268 a::after {
    left: 50%;
    background: rgb(166,167,166);
    transform: translateX(-50%);
    bottom: 0;
    content: "";
    transition: width 0.3s ease;
    position: absolute;
    height: 2px;
    width: 0;
}header .head_sitewrap268 a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: rgb(166,167,166);
    border-color: rgb(166,167,166,0.5);
    transform: translateZ(20px);
}header .head_sitewrap268 a:hover::after {
    width: 80%;
}

@keyframes moveStripes {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@media (max-width: 991px) {header .page_head812 {
    gap: 2rem;
    justify-items: center;
    grid-template-columns: 1fr;
}header .head_tutor693 {
    justify-content: center;
    border-radius: 22px;
    background: #ffffff;
    clip-path: none;
    width: 100%;
}
}

@media (max-width: 767px) {header .container {
    padding: 1.5rem 1rem;
}header .head_sitewrap268 {
    margin: 3px 5px;
}header .head_sitewrap268 a {
    font-size: calc(13px - 1px);
    padding: 8px 15px;
}
}

@media (max-width: 480px) {header .head_tutor693 {
    align-items: center;
    flex-direction: column;
    padding: 15px;
}header .head_sitewrap268 {
    margin: 3px 0;
    width: 100%;
}header .head_sitewrap268 a {
    text-align: center;
    width: 100%;
}header .head_sitewrap268::before {
    display: none;
}header .top_header530 svg {
    height: 40px;
}}.privacy_bunker630 {
    color: #000000;
    font-family: Arial, sans-serif;
    width: 90%;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 40px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background: #ffffff;
}.privacy_bunker630:before, .privacy_bunker630:after {
    left: 0;
    background: linear-gradient(45deg, rgb(166,167,166,0.5), rgb(122,124,124,0.5));
    width: 100%;
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 0;
    transform-origin: center;
    top: 0;
    opacity: 0.2;
    transform: rotate(45deg) translate(-50%, -50%);
    height: 100%;
}.privacy_bunker630 h1 {
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
    margin-top: 20px;
    letter-spacing: 2px;
    font-weight: 700;
    color: #000000;
    font-size: 43px;
    border-bottom: 2px solid rgb(166,167,166);
    z-index: 1;
}.privacy_bunker630 h2 {
    border-bottom: 1px solid rgb(122,124,124,0.5);
    padding-bottom: 5px;
    margin-bottom: 15px;
    z-index: 1;
    letter-spacing: 1.5px;
    margin-top: 20px;
    position: relative;
    font-weight: 600;
    color: rgb(122,124,124);
    font-size: 34px;
}.privacy_bunker630 ul, .privacy_bunker630 ol {
    position: relative;
    list-style: none;
    margin-bottom: 20px;
    z-index: 1;
    padding-left: 0;
}.privacy_bunker630 li {
    counter-increment: list-counter;
    padding-left: 30px;
    position: relative;
    line-height: 1.6;
    margin-bottom: 10px;
    font-size: 17px;
}.privacy_bunker630 li:before {
    content: counter(list-counter, decimal-leading-zero);
    top: 0;
    left: 0;
    color: rgb(166,167,166);
    font-weight: 700;
    font-size: 14px;
    position: absolute;
}.privacy_bunker630 div {
    margin-bottom: 20px;
    border-radius: 10px;
    line-height: 1.8;
    background: #ffffff;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    padding: 20px;
    z-index: 1;
    position: relative;
}.privacy_bunker630 .container {
    position: relative;
    z-index: 1;
}.privacy_bunker630 h3, .privacy_bunker630 h4, .privacy_bunker630 h5, .privacy_bunker630 h6 {
    font-size: 19px;
    font-weight: 600;
    margin-top: 20px;
    color: rgb(166,167,166);
    text-transform: uppercase;
    position: relative;
    margin-bottom: 10px;
    z-index: 1;
}.privacy_bunker630 p, .privacy_bunker630 span {
    margin-bottom: 10px;
    color: #000000;
    line-height: 1.6;
    z-index: 1;
    position: relative;
    font-size: 17px;
}.privacy_bunker630 a {
    font-weight: 600;
    text-decoration: none;
    position: relative;
    z-index: 1;
    color: rgb(122,124,124);
    border-bottom: 1px solid rgb(122,124,124);
}.privacy_bunker630 a:hover {
    border-bottom: 1px solid rgb(166,167,166);
    color: rgb(166,167,166);
}.privacy_bunker630 button {
    z-index: 1;
    cursor: pointer;
    padding: 15px 30px;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    background: rgb(166,167,166);
    border: none;
}.privacy_bunker630 button:hover {
    background: rgb(122,124,124);
}

@media only screen and (max-width: 800px) {.privacy_bunker630 {
    padding: 20px;
    width: 95%;
}.privacy_bunker630 h1 {
    font-size: calc(19px - 5px);
}.privacy_bunker630 h2 {
    font-size: calc(19px - 3px);
}.privacy_bunker630 ul, .privacy_bunker630 ol {
    padding-left: 10px;
}.privacy_bunker630 li {
    padding-left: 20px;
}.privacy_bunker630 button {
    padding: 10px 20px;
}}.thanksField630 {
    font-family: Arial, sans-serif;
    overflow: hidden;
    padding: 4rem 0;
    position: relative;
    background: linear-gradient(135deg, #f5f7fa 0%, #ebedee 100%);
}.thanksField630::before {
    filter: blur(30px);
    background: linear-gradient(145deg, rgb(166,167,166,0.5) 0%, rgb(122,124,124,0.5) 100%);
    position: absolute;
    right: -10%;
    z-index: 0;
    animation: float 15s ease-in-out infinite alternate;
    transform: rotate(-15deg);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    top: -30%;
    width: 60%;
    height: 70%;
    content: "";
    opacity: 0.3;
}.thanksField630::after {
    animation: float 18s ease-in-out infinite alternate-reverse;
    bottom: -20%;
    height: 60%;
    width: 40%;
    opacity: 0.2;
    left: -5%;
    z-index: 0;
    position: absolute;
    transform: rotate(10deg);
    border-radius: 30% 70% 60% 40% / 50% 30% 70% 50%;
    background: linear-gradient(225deg, rgb(122,124,124,0.5) 0%, rgb(166,167,166,0.5) 100%);
    content: "";
    filter: blur(25px);
}.thanksField630 .container {
    position: relative;
    z-index: 2;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}.thanksField630 .fast_learning269 {
    padding: 3rem;
    position: relative;
    background-color: rgba(255, 255, 255, 0.9);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    backdrop-filter: blur(5px);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05),
                -10px -10px 30px rgba(255, 255, 255, 0.8),
                inset 2px 2px 5px rgba(255, 255, 255, 0.4),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(2deg);
    border-radius: 15px;
}.thanksField630 .fast_learning269:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.08),
                -15px -15px 40px rgba(255, 255, 255, 0.9),
                inset 2px 2px 5px rgba(255, 255, 255, 0.4),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
}.thanksField630 .fast_learning269 > div:first-child {
    margin-bottom: 1.5rem;
    position: relative;
}.thanksField630 .fast_learning269 > div:first-child::after {
    border-radius: 10px;
    bottom: -0.75rem;
    width: 80px;
    position: absolute;
    height: 3px;
    transition: width 0.3s ease;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(166,167,166) 0%, rgb(122,124,124) 100%);
    left: 0;
    content: "";
}.thanksField630 .fast_learning269:hover > div:first-child::after {
    width: 120px;
}.thanksField630 h5 {
    font-size: 20px;
    color: #000000;
    line-height: 1.4;
    margin: 0;
    display: inline-block;
    font-weight: 700;
    position: relative;
}.thanksField630 h5::before {
    transition: opacity 0.5s ease, transform 0.5s ease;
    position: absolute;
    font-size: 14px;
    width: 26px;
    border-radius: 50%;
    display: flex;
    height: 26px;
    top: 50%;
    opacity: 0;
    left: -35px;
    transform: translateY(-50%);
    color: #ffffff;
    background: linear-gradient(135deg, rgb(166,167,166) 0%, rgb(122,124,124) 100%);
    align-items: center;
    justify-content: center;
    content: "✓";
}.thanksField630 .fast_learning269:hover h5::before {
    transform: translateY(-50%) scale(1);
    opacity: 1;
}.thanksField630 p {
    font-size: 18px;
    transition: color 0.3s ease;
    line-height: 1.8;
    margin: 0;
    color: #000000;
}.thanksField630 a {
    transition: transform 0.3s ease;
    position: relative;
    display: block;
    text-decoration: none;
    overflow: hidden;
}.thanksField630 a::before {
    content: "";
    background: linear-gradient(90deg, rgb(166,167,166,0.5) 0%, rgb(122,124,124) 100%);
    height: 2px;
    transform: scaleX(0);
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: right;
}.thanksField630 a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.thanksField630 a:hover {
    transform: translateY(-2px);
}.thanksField630 a:hover p {
    color: rgb(166,167,166);
}

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

@media (max-width: 991px) {.thanksField630 {
    padding: 3rem 0;
}.thanksField630 .fast_learning269 {
    padding: 2.5rem;
}.thanksField630 h5 {
    font-size: calc(20px - 2px);
}
}

@media (max-width: 767px) {.thanksField630 {
    padding: 2.5rem 0;
}.thanksField630 .fast_learning269 {
    padding: 2rem;
    transform: perspective(1000px) rotateX(1deg);
}.thanksField630 h5 {
    font-size: calc(20px - 4px);
    padding-left: 20px;
}.thanksField630 h5::before {
    width: 22px;
    left: -15px;
    font-size: 12px;
    height: 22px;
}.thanksField630 p {
    font-size: calc(18px - 1px);
}
}

@media (max-width: 576px) {.thanksField630 {
    padding: 2rem 0;
}.thanksField630 .fast_learning269 {
    transform: none;
    border-radius: 10px;
    padding: 1.5rem;
}.thanksField630 h5 {
    font-size: calc(20px - 6px);
}.thanksField630 .fast_learning269 > div:first-child::after {
    width: 60px;
    height: 2px;
}.thanksField630 .fast_learning269:hover > div:first-child::after {
    width: 90px;
}.thanksField630 h5::before {
    font-size: 10px;
    width: 20px;
    height: 20px;
}.thanksField630 p {
    font-size: calc(18px - 2px);
    line-height: 1.6;
}}.contact_panel710 {
    position: relative;
    background: linear-gradient(125deg, rgb(204,204,178) 0%, rgb(204,204,178) 60%, rgb(166,167,166,0.5) 100%);
    padding: 110px 0;
    overflow: hidden;
}.contact_panel710::before {
    height: 100%;
    content: "";
    right: 0;
    background: repeating-radial-gradient(
        circle at 80% 50%,
        rgb(166,167,166,0.5),
        rgb(166,167,166,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    top: 0;
    width: 50%;
    opacity: 0.05;
    position: absolute;
}.contact_panel710 .container {
    z-index: 1;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}.contact_panel710 h2 {
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 32px;
    color: #000000;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 700;
}.contact_panel710 h2::before {
    position: absolute;
    width: 60px;
    border-radius: 2px;
    left: 50%;
    content: "";
    height: 4px;
    bottom: -15px;
    background: rgb(166,167,166);
    transform: translateX(-50%);
}.contact_panel710 .inquiry_request368 {
    background: transparent;
    position: relative;
    gap: 40px;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 450px;
}.contact_panel710 .thumbnail_img691 {
    transition: transform 0.5s ease;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    position: relative;
    transform: perspective(1000px) rotateY(-5deg);
    height: 550px;
    border-radius: 16px;
    overflow: hidden;
}.contact_panel710 .thumbnail_img691:hover {
    transform: perspective(1000px) rotateY(0deg);
}.contact_panel710 .request_block819 {
    padding: 50px;
    transition: transform 0.5s ease;
    background: #ffffff;
    position: relative;
    transform: perspective(1000px) rotateY(5deg);
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}.contact_panel710 .request_block819:hover {
    transform: perspective(1000px) rotateY(0deg);
}.contact_panel710 form {
    width: 100%;
}.contact_panel710 form h3 {
    font-family: Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
    color: #000000;
    font-size: 23px;
}.contact_panel710 form input[type="text"] {
    border-radius: 10px;
    font-size: 15px;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    border: none;
    width: 100%;
    background: rgb(204,204,178);
    color: #000000;
    padding: 16px 20px;
    font-family: Arial, sans-serif;
}.contact_panel710 form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(166,167,166);
}.contact_panel710 form input[type="text"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.contact_panel710 .connect_inquiry264 {
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
}.contact_panel710 .connect_inquiry264 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_panel710 .connect_inquiry264 label {
    color: #000000;
    line-height: 1.5;
    position: relative;
    font-size: 14px;
    padding-left: 35px;
    cursor: pointer;
}.contact_panel710 .connect_inquiry264 label::before {
    left: 0;
    top: 2px;
    height: 22px;
    background: rgb(204,204,178);
    width: 22px;
    transition: all 0.3s ease;
    border-radius: 4px;
    content: "";
    position: absolute;
}.contact_panel710 .connect_inquiry264 input[type="checkbox"]:checked + label::before {
    background: rgb(166,167,166);
}.contact_panel710 .connect_inquiry264 input[type="checkbox"]:checked + label::after {
    position: absolute;
    width: 6px;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    left: 8px;
    border-bottom: 2px solid #ffffff;
    height: 10px;
    top: 6px;
    content: "";
}.contact_panel710 .connect_inquiry264 label a {
    color: rgb(166,167,166);
    text-decoration: none;
    transition: all 0.3s ease;
}.contact_panel710 .connect_inquiry264 label a:hover {
    color: rgb(122,124,124);
}.contact_panel710 form .support_support401 {
    font-size: 18px;
    cursor: pointer;
    border: none;
    background: rgb(166,167,166);
    transition: all 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    font-weight: 600;
    font-family: Arial, sans-serif;
    padding: 16px 35px;
    color: #ffffff;
}.contact_panel710 form .support_support401::after {
    top: 0;
    transition: width 0.3s ease;
    position: absolute;
    z-index: 0;
    background: rgb(122,124,124);
    width: 0;
    height: 100%;
    right: 0;
    content: "";
}.contact_panel710 form .support_support401:hover::after {
    left: 0;
    right: auto;
    width: 100%;
}.contact_panel710 form .support_support401 span {
    position: relative;
    z-index: 1;
}.contact_panel710 svg {
    fill: rgb(166,167,166);
    width: 22px;
    height: 22px;
}.contact_panel710 svg path {
    fill: rgb(166,167,166);
    transition: fill 0.3s ease;
}

@media screen and (max-width: 1100px) {.contact_panel710 .inquiry_request368 {
    gap: 30px;
    grid-template-columns: 1fr 400px;
}.contact_panel710 .thumbnail_img691 {
    height: 500px;
}.contact_panel710 .request_block819 {
    padding: 40px;
}
}

@media screen and (max-width: 991px) {.contact_panel710 {
    padding: 80px 0;
}.contact_panel710 .inquiry_request368 {
    gap: 40px;
    grid-template-columns: 1fr;
}.contact_panel710 .thumbnail_img691 {
    transform: perspective(1000px) rotateY(0deg);
    height: 400px;
}.contact_panel710 .request_block819 {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media screen and (max-width: 767px) {.contact_panel710 {
    padding: 60px 0;
}.contact_panel710 h2 {
    margin-bottom: 40px;
}.contact_panel710 .thumbnail_img691 {
    height: 350px;
}
}

@media screen and (max-width: 576px) {.contact_panel710 {
    padding: 50px 0;
}.contact_panel710 h2 {
    font-size: calc(32px * 0.85);
}.contact_panel710 .thumbnail_img691 {
    height: 250px;
}.contact_panel710 .request_block819 {
    padding: 30px 25px;
}.contact_panel710 form h3 {
    font-size: calc(23px * 0.9);
}.contact_panel710 form .support_support401 {
    width: 100%;
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    z-index: -2;
    content: "";
    bottom: 0;
    right: 0;
    background: rgb(166,167,166);
    position: absolute;
    opacity: 0.95;
    top: 0;
    left: 0;
}footer::after {
    background-image: 
        radial-gradient(circle at 25% 25%, rgb(122,124,124) 1px, transparent 1px),
        radial-gradient(circle at 75% 75%, rgb(122,124,124) 1px, transparent 1px),
        radial-gradient(circle at 25% 75%, rgb(122,124,124) 1px, transparent 1px),
        radial-gradient(circle at 75% 25%, rgb(122,124,124) 1px, transparent 1px);
    background-size: 50px 50px;
    right: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: "";
    z-index: -1;
    opacity: 0.1;
}.copy_notice127 {
    padding: 4rem 0 2rem;
    color: #ffffff;
    position: relative;
}.copy_notice127::before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    height: 3px;
    background: rgb(122,124,124);
    top: 0;
}.copy_notice127::after {
    left: 0;
    content: "";
    height: 8px;
    background-image: 
        linear-gradient(90deg, 
            rgb(122,124,124) 0px, rgb(122,124,124) 10px,
            transparent 10px, transparent 15px,
            rgb(122,124,124) 15px, rgb(122,124,124) 30px,
            transparent 30px, transparent 35px,
            rgb(122,124,124) 35px, rgb(122,124,124) 40px,
            transparent 40px, transparent 60px,
            rgb(122,124,124) 60px, rgb(122,124,124) 70px,
            transparent 70px, transparent 80px,
            rgb(122,124,124) 80px, rgb(122,124,124) 90px,
            transparent 90px, transparent 110px,
            rgb(122,124,124) 110px, rgb(122,124,124) 120px,
            transparent 120px, transparent 140px
        );
    width: 100%;
    position: absolute;
    top: 3px;
    background-repeat: repeat-x;
    opacity: 0.5;
}.copy_notice127 .container {
    gap: 3rem;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}.copy_notice127 .company_holder {
    flex: 1 1 400px;
    border-radius: 24px;
    padding: 0;
    position: relative;
}.copy_notice127 .company_holder::before {
    opacity: 0.1;
    top: 0;
    background-size: 50px 50px;
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    background-image:
        linear-gradient(0deg, transparent 24px, rgb(122,124,124) 25px, rgb(122,124,124) 26px, transparent 27px, transparent 49px),
        linear-gradient(90deg, transparent 24px, rgb(122,124,124) 25px, rgb(122,124,124) 26px, transparent 27px, transparent 49px);
    border-radius: 24px;
    content: "";
}.copy_notice127 .company_holder h3 {
    font-size: 33px;
    position: relative;
    background: rgb(122,124,124);
    color: #ffffff;
    font-weight: 700;
    margin: 0;
    border-top-right-radius: 24px;
    padding: 1.5rem 2rem;
    border-top-left-radius: 24px;
}.copy_notice127 .company_holder h3::after {
    content: "";
    right: 15px;
    transform: translateY(-50%);
    position: absolute;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
    top: 50%;
    width: 10px;
    background: #ffffff;
    border-radius: 50%;
    height: 10px;
}.copy_notice127 .ar_tools604 {
    background: rgba(255, 255, 255, 0.1);
    border-bottom-right-radius: 24px;
    padding: 2rem;
    line-height: 1.6;
    border-bottom-left-radius: 24px;
    color: #ffffff;
    position: relative;
    font-size: 14px;
}.copy_notice127 .ar_tools604::before {
    opacity: 0.6;
    top: 2rem;
    background: rgb(122,124,124);
    left: -10px;
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    border-radius: 50%;
}.copy_notice127 .ar_tools604::after {
    border-radius: 50%;
    content: "";
    right: -10px;
    position: absolute;
    background: rgb(122,124,124);
    height: 20px;
    bottom: 2rem;
    opacity: 0.6;
    width: 20px;
}.copy_notice127 .mentor_cta365 {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}.copy_notice127 .main_edu317 {
    gap: 3rem;
    display: flex;
    flex-wrap: wrap;
}.copy_notice127 .head_tutor693 {
    position: relative;
    border-radius: 24px;
    flex: 1 1 calc(50% - 1.5rem);
    overflow: hidden;
    min-width: 200px;
}.copy_notice127 .head_tutor693::before {
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
    position: absolute;
    border-radius: 24px;
    left: 0;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}.copy_notice127 .head_tutor693 h5 {
    font-size: 21px;
    color: #ffffff;
    padding: 1rem 1.5rem;
    background: rgb(122,124,124);
    display: flex;
    align-items: center;
    font-weight: 600;
    position: relative;
    margin: 0;
}.copy_notice127 .head_tutor693 h5::before {
    width: 8px;
    height: 8px;
    background: #ffffff;
    content: "";
    margin-right: 10px;
    display: inline-block;
    border-radius: 50%;
}.copy_notice127 .head_tutor693 h5::after {
    content: "";
    height: 6px;
    border-radius: 50%;
    width: 6px;
    right: 15px;
    background: #ffffff;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
}.copy_notice127 .head_tutor693 .main_edu317 {
    gap: 2px;
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.05);
}.copy_notice127 .head_tutor693 .main_edu317 a {
    display: block;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
    border-radius: 10px;
    padding: 0.8rem 1rem 0.8rem 2rem;
    position: relative;
    font-size: 14px;
}.copy_notice127 .head_tutor693 .main_edu317 a::before {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 0.7rem;
    content: "";
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(122,124,124);
}.copy_notice127 .head_tutor693 .main_edu317 a:hover {
    background: rgba(255, 255, 255, 0.1);
}.copy_notice127 .head_tutor693 .main_edu317 a:hover::before {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
    background: #ffffff;
}.insta_feed214 {
    background: rgb(122,124,124);
    padding: 2rem 0;
    position: relative;
    margin-top: 2.5rem;
}.insta_feed214::before {
    position: absolute;
    background-image: 
        linear-gradient(90deg, 
            transparent 0px, transparent 20px,
            rgb(166,167,166) 20px, rgb(166,167,166) 40px,
            transparent 40px, transparent 60px,
            rgb(166,167,166) 60px, rgb(166,167,166) 80px,
            transparent 80px, transparent 100px,
            rgb(166,167,166) 100px, rgb(166,167,166) 120px
        );
    left: 0;
    width: 100%;
    background-repeat: repeat-x;
    content: "";
    height: 5px;
    top: -5px;
}.insta_feed214 .container {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}.insta_feed214 .container::before,
.insta_feed214 .container::after {
    top: 50%;
    content: "";
    border-radius: 50%;
    height: 15px;
    position: absolute;
    background: rgb(166,167,166);
    width: 15px;
    transform: translateY(-50%);
}.insta_feed214 .container::before {
    left: 15%;
}.insta_feed214 .container::after {
    right: 15%;
}.insta_feed214 .telegram_ref197 {
    display: inline-block;
    font-size: 15px;
    border-radius: 30px;
    color: #ffffff;
    position: relative;
    background: rgb(166,167,166);
    text-align: center;
    padding: 0.5rem 2rem;
}.insta_feed214 .telegram_ref197::before,
.insta_feed214 .telegram_ref197::after {
    width: 50px;
    height: 1px;
    transform: translateY(-50%);
    content: "";
    position: absolute;
    background: rgb(166,167,166);
    top: 50%;
}.insta_feed214 .telegram_ref197::before {
    right: 100%;
    margin-right: 15px;
}.insta_feed214 .telegram_ref197::after {
    margin-left: 15px;
    left: 100%;
}

@media (max-width: 1200px) {.copy_notice127 .container {
    gap: 2rem;
}.copy_notice127 .company_holder {
    flex: 1 1 350px;
}.copy_notice127 .mentor_cta365 {
    flex: 1 1 calc(100% - 400px);
    min-width: 350px;
}.copy_notice127 .main_edu317 {
    gap: 2rem;
}.insta_feed214 .container::before {
    left: 5%;
}.insta_feed214 .container::after {
    right: 5%;
}
}

@media (max-width: 992px) {.copy_notice127 {
    padding: 3.5rem 0 1.5rem;
}.copy_notice127 .container {
    flex-direction: column;
    gap: 2.5rem;
}.copy_notice127 .company_holder,
    .copy_notice127 .mentor_cta365 {
    min-width: 100%;
    flex: 1 1 100%;
}.copy_notice127 .head_tutor693 {
    min-width: 200px;
    flex: 1 1 calc(50% - 1.5rem);
}.insta_feed214 .container::before,
    .insta_feed214 .container::after {
    display: none;
}
}

@media (max-width: 768px) {.copy_notice127 {
    padding: 3rem 0 1rem;
}.copy_notice127 .main_edu317 {
    gap: 1.5rem;
}.copy_notice127 .company_holder h3 {
    padding: 1.2rem 1.5rem;
    font-size: calc(33px - 2px);
}.copy_notice127 .ar_tools604 {
    padding: 1.5rem;
}.copy_notice127 .ar_tools604::before,
    .copy_notice127 .ar_tools604::after {
    display: none;
}.insta_feed214 {
    margin-top: 2rem;
}.insta_feed214 .telegram_ref197::before,
    .insta_feed214 .telegram_ref197::after {
    width: 30px;
}
}

@media (max-width: 576px) {.copy_notice127 {
    padding: 2.5rem 0 0.8rem;
}.copy_notice127 .head_tutor693 {
    flex: 1 1 100%;
    min-width: 100%;
}.copy_notice127 .main_edu317 {
    gap: 1rem;
}.copy_notice127 .head_tutor693 .main_edu317 a {
    padding: 0.7rem 1rem 0.7rem 1.8rem;
}.copy_notice127 .head_tutor693 .main_edu317 a::before {
    left: 0.6rem;
}.insta_feed214 {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.insta_feed214 .telegram_ref197::before,
    .insta_feed214 .telegram_ref197::after {
    display: none;
}
}

@media (max-width: 420px) {.copy_notice127::after {
    background-size: 100px 5px;
    height: 5px;
}.copy_notice127 .company_holder h3::after,
    .copy_notice127 .head_tutor693 h5::before,
    .copy_notice127 .head_tutor693 h5::after {
    display: none;
}.copy_notice127 .head_tutor693 h5 {
    padding: 0.8rem 1rem;
}.copy_notice127 .head_tutor693 .main_edu317 {
    padding: 1rem;
}.insta_feed214 .telegram_ref197 {
    width: 90%;
    padding: 0.4rem 1.5rem;
}}.our_mission185 {
    background: linear-gradient(135deg, #000000 0%, rgb(166,167,166) 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.our_mission185::before {
    animation: pulse 15s infinite alternate;
    height: 100%;
    width: 100%;
    z-index: 1;
    left: 0;
    content: "";
    position: absolute;
    background: radial-gradient(circle at 30% 70%, rgb(166,167,166,0.5) 0%, transparent 50%);
    top: 0;
}.our_mission185::after {
    z-index: 1;
    opacity: 0.3;
    background-size: 100% 100%, 20px 20px;
    width: 100%;
    background: 
        radial-gradient(circle at 80% 20%, rgb(122,124,124,0.5) 0%, transparent 40%),
        linear-gradient(45deg, transparent 48%, rgb(166,167,166,0.5) 50%, transparent 52%) #000000;
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    right: 0;
}.our_mission185 .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.our_mission185 .fast_learning269 {
    backdrop-filter: blur(10px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transform: perspective(1000px) rotateY(0deg);
    padding: 50px;
    transition: transform 0.5s ease;
    display: flex;
    flex-direction: row;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    gap: 60px;
    justify-content: space-between;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
}.our_mission185 .fast_learning269:hover {
    transform: perspective(1000px) rotateY(2deg);
}.our_mission185 .mentor_network924 {
    position: relative;
    flex: 0 0 280px;
    transform: translateY(0);
    transition: all 0.4s ease;
}.our_mission185 .mentor_network924:hover {
    transform: translateY(-10px);
}.our_mission185 .mentor_network924 .thumbnail_img691 {
    height: 360px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    width: 280px;
}.our_mission185 .mentor_network924 .thumbnail_img691::before {
    transform: skewX(-25deg);
    animation: shine 3s infinite;
    top: 0;
    position: absolute;
    height: 100%;
    left: -100%;
    content: "";
    width: 50%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
}.our_mission185 .pro_learning287 {
    border-radius: 10px;
    padding: 20px 30px;
    z-index: 2;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    transform: translateY(-30px) translateX(20px);
    background: rgb(166,167,166);
    border-left: 4px solid rgb(122,124,124);
}.our_mission185 .pro_learning287::before {
    left: 0;
    top: 0;
    background-size: 20px 20px;
    content: "";
    position: absolute;
    z-index: -1;
    background: linear-gradient(135deg, transparent 25%, rgba(255, 255, 255, 0.1) 50%, transparent 75%);
    height: 100%;
    width: 100%;
}.our_mission185 .learn_study601 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    margin: 0 0 5px 0;
}.our_mission185 .mentor_values817 {
    margin: 0;
    color: #ffffff;
    font-weight: 300;
    opacity: 0.8;
    font-size: 12px;
}.our_mission185 .text_stack714 {
    position: relative;
    flex: 1;
    padding-left: 20px;
}.our_mission185 .text_stack714::before {
    content: "";
    width: 4px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgb(166,167,166), rgb(122,124,124));
    border-radius: 2px;
}.our_mission185 .pro_program495 {
    transform: translateY(0);
    align-items: center;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    display: flex;
}.our_mission185 .pro_program495:hover {
    transform: translateY(-5px);
}.our_mission185 .pro_program495 svg {
    transition: all 0.3s ease;
    margin-right: 15px;
    width: 60px;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.2));
    height: 60px;
    fill: rgb(166,167,166);
}.our_mission185 .pro_program495 svg:hover {
    transform: scale(1.1);
    fill: rgb(122,124,124);
}.our_mission185 .pro_program495 svg path {
    transition: all 0.3s ease;
}.our_mission185 .pro_program495 svg:hover path {
    fill: rgb(122,124,124);
}.our_mission185 h2 {
    position: relative;
    margin: 0 0 20px 0;
    font-weight: 700;
    font-size: 30px;
    color: #ffffff;
    padding-bottom: 15px;
}.our_mission185 h2::after {
    border-radius: 2px;
    height: 4px;
    left: 0;
    bottom: 0;
    background: rgb(122,124,124);
    position: absolute;
    width: 80px;
    content: "";
}.our_mission185 p {
    color: #ffffff;
    font-size: 12px;
    opacity: 0.9;
    margin: 0;
    line-height: 1.8;
}

@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.3;
        transform: scale(1);
    }
}

@keyframes shine {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

@media screen and (max-width: 992px) {.our_mission185 {
    padding: 80px 0;
}.our_mission185 .fast_learning269 {
    padding: 40px 30px;
    flex-direction: column;
    gap: 40px;
}.our_mission185 .mentor_network924 {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}.our_mission185 .text_stack714 {
    padding-left: 0;
    text-align: center;
}.our_mission185 .text_stack714::before {
    display: none;
}.our_mission185 h2::after {
    transform: translateX(-50%);
    left: 50%;
}.our_mission185 .pro_program495 {
    justify-content: center;
}
}

@media screen and (max-width: 767px) {.our_mission185 {
    padding: 60px 0;
}.our_mission185 .fast_learning269 {
    padding: 30px 20px;
    gap: 30px;
}.our_mission185 .mentor_network924 .thumbnail_img691 {
    height: 300px;
    width: 220px;
}.our_mission185 .pro_learning287 {
    transform: translateY(-30px) translateX(0);
    width: 80%;
}.our_mission185 h2 {
    font-size: calc(30px * 0.8);
}
}

@media screen and (max-width: 480px) {.our_mission185 {
    padding: 40px 0;
}.our_mission185 .fast_learning269 {
    padding: 20px 15px;
}.our_mission185 .mentor_network924 .thumbnail_img691 {
    height: 240px;
    width: 180px;
}.our_mission185 .pro_learning287 {
    width: 90%;
    padding: 15px 20px;
}.our_mission185 .learn_study601 {
    font-size: calc(20px * 0.9);
}.our_mission185 .mentor_values817 {
    font-size: calc(12px * 0.9);
}.our_mission185 .pro_program495 svg {
    height: 45px;
    width: 45px;
}.our_mission185 h2 {
    margin-bottom: 15px;
    font-size: calc(30px * 0.7);
}.our_mission185 p {
    font-size: calc(12px * 0.9);
}}.register_now981 {
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(122,124,124) 0%, rgb(166,167,166) 100%);
    overflow: hidden;
    margin: 5rem 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
}.register_now981::before {
    pointer-events: none;
    transform: rotate(-5deg);
    height: 120%;
    position: absolute;
    width: 120%;
    top: -10%;
    background: repeating-linear-gradient(
    45deg,
    rgb(122,124,124,0.5),
    rgb(122,124,124,0.5) 10px,
    transparent 10px,
    transparent 20px
  );
    z-index: 1;
    content: "";
    left: -5%;
    opacity: 0.1;
}.register_now981::after {
    z-index: 2;
    left: 0;
    height: 100%;
    background: radial-gradient(
    circle at 75% 25%,
    rgb(255, 255, 255, 0.5) 0%,
    transparent 60%
  );
    width: 100%;
    opacity: 0.15;
    position: absolute;
    top: 0;
    pointer-events: none;
    content: "";
}.register_now981 .container {
    max-width: 1140px;
    transform-origin: center center;
    display: flex;
    margin: 0 auto;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    align-items: center;
    flex-direction: column;
    z-index: 10;
}.register_now981 h6 {
    max-width: 800px;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transform: translateZ(20px);
    line-height: 1.4;
    text-align: center;
    margin-bottom: 2.5rem;
    font-size: clamp(1.5rem, 3vw, 21px);
    letter-spacing: 0.5px;
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
}.register_now981 h6::after {
    left: 50%;
    content: "";
    width: 80px;
    opacity: 0.7;
    height: 3px;
    border-radius: 10px;
    position: absolute;
    background: #ffffff;
    bottom: -15px;
    transform: translateX(-50%);
}.register_now981 div div {
    margin-top: 1rem;
    display: flex;
    position: relative;
    justify-content: center;
}.register_now981 div div::before {
    border-radius: 50%;
    width: 150px;
    content: "";
    z-index: -1;
    background: rgb(255, 255, 255, 0.5);
    animation: pulse 5s infinite alternate ease-in-out;
    opacity: 0.05;
    position: absolute;
    height: 150px;
    transform-origin: center;
}.register_now981 div div span {
    display: inline-block;
    transform: translateZ(30px);
    position: relative;
}.register_now981 .support_support401 {
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
    display: inline-flex;
    font-size: 17px;
    font-weight: 700;
    padding: 1rem 2.5rem;
    color: rgb(166,167,166);
    align-items: center;
    justify-content: center;
    border: none;
    clip-path: polygon(
    5% 0%,
    100% 0%,
    95% 100%,
    0% 100%
  );
    position: relative;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.register_now981 .support_support401::before {
    height: 100%;
    position: absolute;
    top: 0;
    transition: left 0.7s ease;
    content: "";
    background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
    width: 100%;
    left: -100%;
}.register_now981 .support_support401:hover {
    color: rgb(122,124,124);
    transform: translateY(-5px) scale(1.03);
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.1);
}.register_now981 .support_support401:hover::before {
    left: 100%;
}.register_now981 .support_support401 span {
    z-index: 2;
    transition: transform 0.3s ease;
    position: relative;
}.register_now981 .support_support401:hover span {
    transform: scale(1.05);
}.register_now981 .support_support401:active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px) scale(1.01);
}

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

@media (max-width: 992px) {.register_now981 {
    margin: 4rem 0;
    padding: 3.5rem 1.5rem;
}.register_now981 h6 {
    margin-bottom: 2rem;
}.register_now981 .support_support401 {
    padding: 0.9rem 2.2rem;
}
}

@media (max-width: 768px) {.register_now981 {
    padding: 3rem 1.25rem;
    margin: 3rem 0;
}.register_now981::before {
    opacity: 0.07;
}.register_now981 h6 {
    margin-bottom: 1.75rem;
    font-size: calc(12px * 1.3);
}.register_now981 h6::after {
    width: 60px;
    height: 2px;
    bottom: -10px;
}.register_now981 .support_support401 {
    padding: 0.85rem 2rem;
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 576px) {.register_now981 {
    margin: 2.5rem 0;
    padding: 2.5rem 1rem;
}.register_now981 h6 {
    font-size: calc(12px * 1.2);
    margin-bottom: 1.5rem;
}.register_now981 .container {
    transform: perspective(1000px) rotateX(1deg);
}.register_now981 .support_support401 {
    padding: 0.8rem 1.8rem;
    font-size: calc(17px * 0.9);
}.register_now981 div div::before {
    width: 120px;
    height: 120px;
}}.price_box803 {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.price_box803::before {
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(20, 20, 40, 0.75) 100%);
    bottom: 0;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    right: 0;
}.price_box803 .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.price_box803 .payment_pricing690 {
    perspective: 1000px;
}.price_box803 h2 {
    letter-spacing: 0.5px;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    font-size: 34px;
    font-weight: 700;
    transform: translateZ(30px);
    margin-bottom: 20px;
    color: #ffffff;
    text-align: center;
}.price_box803 .learn_price916 {
    font-size: 17px;
    opacity: 0.9;
    margin: 0 auto 50px;
    text-align: center;
    transform: translateZ(20px);
    max-width: 700px;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
    font-weight: 400;
    line-height: 1.6;
    color: #ffffff;
}.price_box803 .price_panel946 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin: 0;
    gap: 30px;
    padding: 0;
    list-style: none;
}.price_box803 .price_panel946 li {
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.price_box803 .basic_rates462 {
    text-decoration: none;
    transition: all 0.4s ease;
    display: block;
    transform-style: preserve-3d;
    height: 100%;
    position: relative;
}.price_box803 .premium_grid253 {
    position: relative;
    height: 100%;
    transform-style: preserve-3d;
    background: linear-gradient(145deg, 
        rgba(255, 255, 255, 0.07) 0%,
        rgba(255, 255, 255, 0.03) 100%);
    overflow: hidden;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
                0 5px 15px rgba(0, 0, 0, 0.1),
                inset 0 1px 1px rgba(255, 255, 255, 0.1);
}.price_box803 .premium_grid253::before {
    background: linear-gradient(90deg, 
        rgb(166,167,166) 0%,
        rgb(122,124,124) 100%);
    left: 0;
    right: 0;
    top: 0;
    height: 5px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: left;
    transform: scaleX(0.92);
    content: "";
    position: absolute;
}.price_box803 .premium_grid253::after {
    right: 10px;
    opacity: 0.7;
    background: linear-gradient(90deg, 
        rgb(122,124,124,0.5) 0%,
        rgb(166,167,166,0.5) 100%);
    left: 10px;
    content: "";
    transform-origin: bottom;
    height: 2px;
    position: absolute;
    bottom: -2px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
                opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.price_box803 .fee_options538 {
    transform: translateZ(10px);
    padding: 35px 30px;
}.price_box803 .fee_options538 h4 {
    color: #ffffff;
    position: relative;
    margin: 0 0 20px;
    display: inline-block;
    font-weight: 700;
    font-size: calc(24px * 1.1);
    transform: translateZ(5px);
}.price_box803 .fee_options538 h4::after {
    content: "";
    left: 0;
    width: 40px;
    bottom: -8px;
    transform-origin: left;
    height: 3px;
    position: absolute;
    background: rgb(166,167,166);
    transition: width 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}.price_box803 .fee_options538 p {
    overflow-y: auto;
    color: #ffffff;
    hyphens: auto;
    overflow-wrap: break-word;
    line-height: 1.6;
    margin: 0 0 25px;
    font-size: 17px;
    opacity: 0.85;
    max-height: 250px;
    font-weight: 400;
    word-wrap: break-word;
    padding-right: 5px;
}.price_box803 .fee_options538 p::-webkit-scrollbar {
    width: 4px;
}.price_box803 .fee_options538 p::-webkit-scrollbar-thumb {
    background: rgb(166,167,166,0.5);
    border-radius: 10px;
}.price_box803 .learn_fees063 {
    text-align: right;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    margin-top: 20px;
    transform: translateZ(15px);
    color: #ffffff;
    display: block;
    font-size: calc(24px * 1.2);
}.price_box803 .learn_fees063::before {
    border-radius: 50%;
    display: inline-block;
    transform: translateY(-2px);
    width: 10px;
    height: 10px;
    margin-right: 8px;
    box-shadow: 0 0 15px rgb(166,167,166);
    content: "";
    background: rgb(166,167,166);
}.price_box803 .price_panel946 li:hover {
    transform: translateY(-5px) scale(1.02);
}.price_box803 .price_panel946 li:hover .premium_grid253 {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.3),
                0 10px 25px rgba(0, 0, 0, 0.2),
                inset 0 1px 1px rgba(255, 255, 255, 0.15);
    transform: translateZ(20px);
}.price_box803 .price_panel946 li:hover .premium_grid253::before {
    transform: scaleX(1);
}.price_box803 .price_panel946 li:hover .premium_grid253::after {
    opacity: 0.9;
    transform: scaleY(1.5);
}.price_box803 .price_panel946 li:hover .fee_options538 h4::after {
    width: 100%;
}

@media (max-width: 991px) {.price_box803 {
    padding: 80px 0;
}.price_box803 h2 {
    font-size: calc(34px * 0.9);
}.price_box803 .price_panel946 {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.price_box803 .fee_options538 {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.price_box803 {
    padding: 60px 0;
}.price_box803 h2 {
    margin-bottom: 15px;
    font-size: calc(34px * 0.8);
}.price_box803 .learn_price916 {
    margin-bottom: 40px;
    font-size: calc(17px * 0.95);
}.price_box803 .price_panel946 {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.price_box803 .fee_options538 {
    padding: 25px 20px;
}.price_box803 .fee_options538 h4 {
    font-size: 24px;
}.price_box803 .learn_fees063 {
    font-size: calc(24px * 1.1);
}
}

@media (max-width: 480px) {.price_box803 {
    padding: 50px 0;
}.price_box803 h2 {
    font-size: calc(34px * 0.7);
}.price_box803 .learn_price916 {
    font-size: calc(17px * 0.9);
}.price_box803 .fee_options538 {
    padding: 20px 15px;
}.price_box803 .fee_options538 p {
    max-height: 200px;
    line-height: 1.5;
    font-size: calc(17px * 0.9);
}}.analysis_summary514 {
    overflow: hidden;
    background-image: linear-gradient(135deg, rgb(166,167,166,0.5) 0%, transparent 100%);
    position: relative;
    background: rgb(204,204,178);
    padding: 120px 0;
}.analysis_summary514::before {
    height: 100%;
    opacity: 0.05;
    content: "";
    width: 100%;
    pointer-events: none;
    background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px);
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}.analysis_summary514::after {
    top: 0;
    background: radial-gradient(circle, rgb(166,167,166,0.5) 0%, transparent 70%);
    height: 100%;
    right: 0;
    position: absolute;
    content: "";
    width: 50%;
    pointer-events: none;
    opacity: 0.1;
}.analysis_summary514 .container {
    position: relative;
    z-index: 2;
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}.analysis_summary514 .value_elevation591 {
    gap: 20px;
    display: flex;
    position: relative;
    flex-direction: column;
}.analysis_summary514 .value_elevation591::before {
    background: linear-gradient(to bottom, rgb(166,167,166), transparent);
    border-radius: 10px;
    height: 100%;
    top: 0;
    position: absolute;
    width: 5px;
    left: -20px;
    content: "";
}.analysis_summary514 .fast_upgrade973 {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 11px;
    display: flex;
    align-items: center;
    transform-origin: left center;
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.7) 100%);
    padding: 20px 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}.analysis_summary514 .fast_upgrade973:nth-child(even) {
    transform: translateX(20px);
}.analysis_summary514 .fast_upgrade973:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateX(10px) scale(1.05);
    z-index: 3;
}.analysis_summary514 .fast_upgrade973:nth-child(even):hover {
    transform: translateX(30px) scale(1.05);
}.analysis_summary514 .fast_upgrade973::after {
    width: 4px;
    height: 100%;
    left: 0;
    content: "";
    transition: width 0.3s ease;
    background: rgb(166,167,166);
    position: absolute;
    border-radius: 10px;
    top: 0;
}.analysis_summary514 .fast_upgrade973:hover::after {
    width: 8px;
}.analysis_summary514 .fast_upgrade973 h4 {
    font-size: calc(46px * 0.8);
    font-weight: 700;
    margin: 0;
    color: rgb(166,167,166);
    text-align: left;
    min-width: 100px;
}.analysis_summary514 .fast_upgrade973 span {
    margin-left: 30px;
    flex-grow: 1;
    font-size: 18px;
    padding-left: 30px;
    font-weight: 400;
    color: #000000;
    position: relative;
}.analysis_summary514 .fast_upgrade973 span::before {
    left: 0;
    background: linear-gradient(to bottom, rgb(166,167,166,0.5), transparent);
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
    width: 1px;
}.analysis_summary514 .statistics_extras846 {
    flex-direction: column;
    justify-content: center;
    display: flex;
    position: relative;
    z-index: 2;
}.analysis_summary514 .statistics_extras846::before {
    z-index: -1;
    transform: translateY(-50%);
    height: 300px;
    right: -150px;
    width: 300px;
    opacity: 0.1;
    filter: blur(80px);
    animation: pulse 10s infinite alternate;
    top: 50%;
    background: rgb(166,167,166,0.5);
    position: absolute;
    border-radius: 50%;
    content: "";
}@keyframes pulse {
    0% {
        opacity: 0.05;
        transform: translateY(-50%) scale(1);
    }
    100% {
        opacity: 0.15;
        transform: translateY(-50%) scale(1.1);
    }
}

.analysis_summary514 .growth_track672 {
    color: #000000;
    position: relative;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.2;
    font-size: 46px;
}.analysis_summary514 .growth_track672::after {
    border-radius: 10px;
    left: 0;
    height: 4px;
    content: "";
    width: 80px;
    background: rgb(166,167,166);
    position: absolute;
    bottom: -15px;
}.analysis_summary514 .career_benefits502 {
    line-height: 1.8;
    font-size: 18px;
    color: #000000;
    max-width: 90%;
}.analysis_summary514 svg {
    width: 40px;
    transition: transform 0.3s ease;
    margin-right: 20px;
    height: 40px;
}.analysis_summary514 svg path {
    transition: fill 0.3s ease;
    fill: rgb(166,167,166);
}.analysis_summary514 .fast_upgrade973:hover svg {
    transform: scale(1.1) rotate(5deg);
}.analysis_summary514 .fast_upgrade973:hover svg path {
    fill: rgb(122,124,124);
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0);
    }
}

@media (max-width: 992px) {.analysis_summary514 {
    padding: 80px 0;
}.analysis_summary514 .container {
    gap: 50px;
    grid-template-columns: 1fr;
}.analysis_summary514 .value_elevation591 {
    order: 2;
}.analysis_summary514 .statistics_extras846 {
    order: 1;
    align-items: center;
    text-align: center;
}.analysis_summary514 .growth_track672::after {
    transform: translateX(-50%);
    left: 50%;
}.analysis_summary514 .career_benefits502 {
    text-align: center;
    max-width: 100%;
}.analysis_summary514 .value_elevation591::before {
    top: -20px;
    height: 5px;
    background: linear-gradient(to right, rgb(166,167,166), transparent);
    left: 0;
    width: 100%;
}.analysis_summary514 .statistics_extras846::before {
    right: 50%;
    transform: translate(50%, -50%);
    height: 200px;
    width: 200px;
}.analysis_summary514 .fast_upgrade973:nth-child(even) {
    transform: translateX(0);
}.analysis_summary514 .fast_upgrade973:hover, 
    .analysis_summary514 .fast_upgrade973:nth-child(even):hover {
    transform: scale(1.02);
}
}

@media (max-width: 576px) {.analysis_summary514 {
    padding: 60px 0;
}.analysis_summary514 .container {
    gap: 40px;
    padding: 0 15px;
}.analysis_summary514 .fast_upgrade973 {
    align-items: flex-start;
    padding: 20px;
    flex-direction: column;
}.analysis_summary514 .fast_upgrade973 h4 {
    min-width: auto;
    font-size: 30px;
    margin-bottom: 15px;
}.analysis_summary514 .fast_upgrade973 span {
    padding-left: 0;
    width: 100%;
    margin-left: 0;
}.analysis_summary514 .fast_upgrade973 span::before {
    top: -10px;
    background: linear-gradient(to right, rgb(166,167,166,0.5), transparent);
    height: 1px;
    left: 0;
    width: 100%;
}.analysis_summary514 .growth_track672 {
    font-size: calc(30px * 1.2);
    margin-bottom: 25px;
}.analysis_summary514 .career_benefits502 {
    font-size: calc(18px * 0.95);
}.analysis_summary514 svg {
    margin-bottom: 15px;
    margin-right: 0;
}.analysis_summary514 .fast_upgrade973::after {
    height: 4px;
    left: 0;
    width: 100%;
    top: 0;
}.analysis_summary514 .fast_upgrade973:hover::after {
    height: 6px;
    width: 100%;
}}

.analysis_summary514 .fast_upgrade973 h4 {
    display: inline-block;
    background: linear-gradient(45deg, rgb(166,167,166), rgb(122,124,124));
    background-clip: text !important;
    color: transparent;
    -webkit-background-clip: text !important;
}.analysis_summary514 .growth_track672 {
    overflow: hidden;
    position: relative;
}.analysis_summary514 .growth_track672::before {
    animation: blink 2s infinite;
    height: 100%;
    position: absolute;
    content: '';
    width: 4px;
    background: rgb(166,167,166);
    right: 0;
    top: 0;
}@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

.analysis_summary514 .fast_upgrade973:nth-child(1) {
    animation: float 6s ease-in-out infinite;
}.analysis_summary514 .fast_upgrade973:nth-child(2) {
    animation: float 7s ease-in-out infinite;
}.analysis_summary514 .fast_upgrade973:nth-child(3) {
    animation: float 8s ease-in-out infinite;
}.analysis_summary514 .fast_upgrade973:nth-child(4) {
    animation: float 9s ease-in-out infinite;
}.analysis_summary514::before {
    animation: backgroundMove 30s linear infinite;
}@keyframes backgroundMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}.instructor_profile495 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(45deg, rgb(204,204,178) 0%, #ffffff 100%);
    padding: 70px 30px;
}.instructor_profile495::before {
    left: 0;
    background: radial-gradient(circle at 30% 50%, rgb(166,167,166,0.5) 0%, transparent 40%);
    z-index: 0;
    width: 100%;
    position: absolute;
    content: "";
    opacity: 0.4;
    top: 0;
    height: 100%;
}.instructor_profile495::after {
    z-index: 0;
    opacity: 0.3;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    background: radial-gradient(circle at 70% 30%, rgb(122,124,124,0.5) 0%, transparent 40%);
    right: 0;
}.instructor_profile495 .rating_spot584 {
    display: grid;
    perspective: 1500px;
    position: relative;
    margin: 0 auto;
    transform-style: preserve-3d;
    z-index: 2;
    grid-template-columns: 1fr;
    max-width: 1000px;
}.instructor_profile495 .thumbnail_img691 {
    height: 300px;
    transform: rotateX(10deg);
    position: relative;
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 13px 13px 0 0;
    overflow: hidden;
    transform-origin: bottom;
}.instructor_profile495 .thumbnail_img691::before {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    content: "";
    top: 0;
    height: 100%;
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(0, 0, 0, 0.5) 100%
    );
}.instructor_profile495 .rating_spot584:hover .thumbnail_img691 {
    transform: rotateX(0deg) translateZ(30px);
}.instructor_profile495 .work_projects749 {
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    position: relative;
    padding: 40px;
    transform: rotateX(-5deg);
    z-index: 1;
    transform-origin: top;
    border-radius: 0 0 13px 13px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.instructor_profile495 .rating_spot584:hover .work_projects749 {
    transform: rotateX(0deg) translateZ(20px);
}.instructor_profile495 .name {
    transform: translateZ(0);
    margin-bottom: 10px;
    font-size: 35px;
    position: relative;
    transition: transform 0.4s ease;
    font-weight: 700;
    display: inline-block;
    color: rgb(166,167,166);
}.instructor_profile495 .name::after {
    transition: width 0.4s ease 0.1s;
    width: 0;
    content: "";
    left: 0;
    background: linear-gradient(to right, rgb(122,124,124), transparent);
    height: 3px;
    bottom: -5px;
    position: absolute;
}.instructor_profile495 .rating_spot584:hover .name::after {
    width: 100%;
}.instructor_profile495 .rating_spot584:hover .name {
    transform: translateZ(10px);
}.instructor_profile495 .work_projects749 > div:nth-child(2) {
    transition: transform 0.4s ease 0.1s, color 0.3s ease;
    opacity: 0.7;
    font-size: 16px;
    color: #000000;
    margin-bottom: 20px;
    transform: translateZ(0);
    font-weight: 600;
    letter-spacing: 1px;
}.instructor_profile495 .rating_spot584:hover .work_projects749 > div:nth-child(2) {
    color: rgb(122,124,124);
    transform: translateZ(15px);
}.instructor_profile495 .work_overview438 {
    color: #000000;
    line-height: 1.7;
    padding: 20px 0 0 0;
    position: relative;
    transform: translateZ(0);
    border-top: 1px solid rgb(204,204,178);
    font-size: 12px;
    transition: transform 0.4s ease 0.2s;
}.instructor_profile495 .rating_spot584:hover .work_overview438 {
    transform: translateZ(5px);
}.instructor_profile495 .work_overview438::before {
    top: 10px;
    color: rgb(122,124,124,0.5);
    left: -5px;
    position: absolute;
    font-size: 60px;
    content: "";
    line-height: 0;
    opacity: 0.5;
}

@media (min-width: 768px) {.instructor_profile495 .rating_spot584 {
    grid-template-columns: 300px 1fr;
    grid-gap: 0;
}.instructor_profile495 .thumbnail_img691 {
    transform: rotateY(-10deg);
    border-radius: 13px 0 0 13px;
    height: 100%;
    transform-origin: right;
}.instructor_profile495 .rating_spot584:hover .thumbnail_img691 {
    transform: rotateY(0deg) translateZ(30px);
}.instructor_profile495 .work_projects749 {
    transform: rotateY(5deg);
    border-radius: 0 13px 13px 0;
    transform-origin: left;
}.instructor_profile495 .rating_spot584:hover .work_projects749 {
    transform: rotateY(0deg) translateZ(20px);
}
}

@media (max-width: 767px) {.instructor_profile495 {
    padding: 50px 20px;
}.instructor_profile495 .thumbnail_img691 {
    height: 250px;
}.instructor_profile495 .work_projects749 {
    padding: 30px 25px;
}.instructor_profile495 .name {
    font-size: calc(35px - 4px);
}.instructor_profile495 .work_projects749 > div:nth-child(2) {
    font-size: calc(16px - 1px);
}.instructor_profile495 .work_overview438 {
    font-size: calc(12px - 1px);
}}.find_contact614 {
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(120deg, rgb(204,204,178) 0%, rgb(166,167,166,0.5) 40%, rgb(204,204,178) 100%);
    position: relative;
    isolation: isolate;
}.find_contact614::before {
    z-index: -1;
    inset: 0;
    background: 
        repeating-linear-gradient(0deg, transparent, transparent 5px, rgba(255, 255, 255, 0.03) 5px, rgba(255, 255, 255, 0.03) 10px),
        repeating-linear-gradient(90deg, transparent, transparent 5px, rgba(255, 255, 255, 0.03) 5px, rgba(255, 255, 255, 0.03) 10px);
    content: "";
    position: absolute;
}.find_contact614::after {
    position: absolute;
    background: radial-gradient(circle at 30% 50%, rgb(166,167,166,0.5) 0%, transparent 50%);
    opacity: 0.4;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    animation: pulseGlow 15s infinite alternate;
    z-index: -2;
}@keyframes pulseGlow {
    0% {
        opacity: 0.2;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.5;
        transform: scale(1.2);
    }
}

.find_contact614 .container {
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
    padding: 0 2rem;
}.find_contact614 .container::before {
    position: absolute;
    background: rgb(122,124,124,0.5);
    opacity: 0.1;
    filter: blur(100px);
    height: 400px;
    right: -200px;
    z-index: -1;
    border-radius: 50%;
    content: "";
    width: 400px;
    top: -200px;
}.find_contact614 .message_info581 {
    grid-template-columns: 1.5fr 1fr;
    display: grid;
    position: relative;
    grid-template-rows: auto auto;
    gap: 3rem 2rem;
}.find_contact614 .edu_reach814 {
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
    padding: 2.5rem;
    border-radius: 13px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.find_contact614 .edu_reach814:nth-child(1) {
    grid-column: 1 / 2;
    flex-direction: column;
    grid-row: 1 / 3;
    display: flex;
    justify-content: space-between;
}.find_contact614 .edu_reach814:nth-child(2) {
    grid-column: 2 / 3;
    border: none;
    aspect-ratio: 16/9;
    grid-row: 1 / 2;
    position: relative;
    overflow: hidden;
    padding: 0;
}.find_contact614 .edu_reach814:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}.find_contact614 .edu_reach814::before {
    height: 100%;
    transition: opacity 0.3s ease, transform 0.3s ease;
    top: 0;
    transform: scaleY(0.6);
    width: 2px;
    position: absolute;
    opacity: 0;
    content: "";
    background: linear-gradient(to bottom, transparent, rgb(166,167,166), transparent);
    left: 0;
}.find_contact614 .edu_reach814:hover::before {
    opacity: 1;
    transform: scaleY(1);
}.find_contact614 .edu_reach814:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) translateX(5px);
}.find_contact614 .edu_reach814 h2 {
    display: inline-block;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    margin-bottom: 2rem;
    font-size: 35px;
}.find_contact614 .edu_reach814 h2::after {
    position: absolute;
    content: "";
    left: 0;
    height: 3px;
    transition: width 0.3s ease;
    bottom: -10px;
    width: 40px;
    background: rgb(166,167,166);
}.find_contact614 .edu_reach814:hover h2::after {
    width: 100%;
}.find_contact614 .query_form813 {
    margin-bottom: 1.5rem;
    padding-left: 15px;
    color: rgb(122,124,124);
    position: relative;
    font-size: calc(17px * 1.3);
    font-weight: 600;
}.find_contact614 .query_form813::before {
    border-radius: 50%;
    width: 8px;
    background: rgb(166,167,166);
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    height: 8px;
    content: "";
    top: 50%;
}.find_contact614 .edu_query834 {
    line-height: 1.8;
    max-width: 90%;
    font-size: 17px;
    position: relative;
    color: #000000;
    margin-bottom: 2.5rem;
}.find_contact614 .edu_reach814 p {
    font-size: 17px;
    color: #000000;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
}.find_contact614 .edu_reach814 p span {
    transition: color 0.3s ease;
    font-weight: 600;
    position: relative;
    margin-left: 0.5rem;
    padding-bottom: 2px;
    color: #ffffff;
}.find_contact614 .edu_reach814 p span::after {
    transition: width 0.3s ease;
    position: absolute;
    content: "";
    width: 0;
    left: 0;
    background: rgb(166,167,166);
    height: 1px;
    bottom: 0;
}.find_contact614 .edu_reach814 p:hover span::after {
    width: 100%;
}.find_contact614 .edu_help041 {
    margin-top: 2.5rem;
    position: relative;
    border-radius: 10px;
    padding: 1.5rem;
    border-left: 3px solid rgb(122,124,124);
    background: rgba(0, 0, 0, 0.1);
}.find_contact614 .edu_help041::before {
    content: "";
    background: linear-gradient(to right, transparent, rgb(122,124,124,0.5));
    width: 30%;
    height: 1px;
    position: absolute;
    top: 0;
    right: 0;
}.find_contact614 .edu_help041::after {
    left: 0;
    bottom: 0;
    height: 1px;
    content: "";
    background: linear-gradient(to right, rgb(122,124,124,0.5), transparent);
    width: 30%;
    position: absolute;
}.find_contact614 .edu_help041 h3 {
    font-size: 20px;
    color: rgb(122,124,124);
    align-items: center;
    display: flex;
    font-weight: 600;
    margin-bottom: 1.2rem;
}.find_contact614 .edu_help041 h3::before {
    content: "";
    background: 
        linear-gradient(45deg, rgb(166,167,166) 0%, rgb(166,167,166) 40%, transparent 40%),
        linear-gradient(-45deg, rgb(122,124,124) 0%, rgb(122,124,124) 40%, transparent 40%);
    border-radius: 50%;
    margin-right: 8px;
    height: 18px;
    width: 18px;
    display: inline-block;
}.find_contact614 .talk_experts735 {
    flex-wrap: wrap;
    display: flex;
    gap: 0.8rem;
}.find_contact614 .talk_experts735 span {
    overflow: hidden;
    padding: 0.6rem 1rem;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    color: #000000;
    font-size: calc(17px * 0.85);
    position: relative;
}.find_contact614 .talk_experts735 span::before {
    top: 0;
    transition: opacity 0.3s ease;
    height: 100%;
    content: "";
    background: rgb(166,167,166);
    left: 0;
    width: 100%;
    opacity: 0;
    position: absolute;
    z-index: -1;
}.find_contact614 .talk_experts735 span:hover {
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.find_contact614 .talk_experts735 span:hover::before {
    opacity: 0.1;
}.find_contact614 .edu_reach814 .thumbnail_img691 {
    position: relative;
    height: 100%;
    overflow: hidden;
    width: 100%;
    border-radius: 13px;
}.find_contact614 .edu_reach814 .thumbnail_img691::after {
    width: 100%;
    z-index: 1;
    position: absolute;
    background: 
        linear-gradient(135deg, rgb(166,167,166,0.5) 0%, transparent 100%),
        linear-gradient(45deg, transparent 70%, rgb(122,124,124,0.5) 100%);
    height: 100%;
    left: 0;
    top: 0;
    mix-blend-mode: overlay;
    content: "";
}.find_contact614 .edu_reach814 .thumbnail_img691::before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    height: 50%;
    content: "";
    z-index: 2;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}.find_contact614 .get_contact713 {
    align-content: center;
    height: 100%;
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
}.find_contact614 .get_contact713 a {
    display: flex;
    border-radius: 10px;
    transition: all 0.4s ease;
    padding: 1.2rem;
    grid-column: span 3;
    overflow: hidden;
    position: relative;
    background: rgba(0, 0, 0, 0.15);
    text-decoration: none;
    align-items: center;
}.find_contact614 .get_contact713 a::before {
    top: 0;
    background: rgb(166,167,166);
    content: "";
    left: 0;
    width: 3px;
    height: 100%;
    transition: width 0.3s ease;
    position: absolute;
}.find_contact614 .get_contact713 a::after {
    opacity: 0;
    transition: opacity 0.3s ease;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    background: rgb(166,167,166);
}.find_contact614 .get_contact713 a:hover {
    transform: translateX(5px);
}.find_contact614 .get_contact713 a:hover::before {
    width: 6px;
}.find_contact614 .get_contact713 a:hover::after {
    opacity: 0.05;
}.find_contact614 .get_contact713 a span {
    font-size: calc(17px * 0.9);
    margin-right: 2rem;
    color: rgb(122,124,124);
    font-weight: 600;
    display: inline-block;
    width: 80px;
}.find_contact614 .get_contact713 a p {
    flex-grow: 1;
    transition: transform 0.3s ease;
    color: #ffffff;
    margin: 0;
    font-size: 17px;
}.find_contact614 .get_contact713 a:hover p {
    transform: translateX(5px);
}.find_contact614 svg {
    margin-right: 1rem;
    transition: all 0.3s ease;
    width: 22px;
    height: 22px;
}.find_contact614 svg path {
    fill: rgb(122,124,124);
    transition: fill 0.3s ease;
}.find_contact614 .get_contact713 a:hover svg {
    transform: scale(1.1) rotate(5deg);
}.find_contact614 .get_contact713 a:hover svg path {
    fill: rgb(166,167,166);
}

@media (max-width: 1024px) {.find_contact614 .message_info581 {
    grid-template-rows: auto auto auto;
    gap: 2rem;
    grid-template-columns: 1fr;
}.find_contact614 .edu_reach814:nth-child(1) {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}.find_contact614 .edu_reach814:nth-child(2) {
    grid-column: 1 / 2;
    aspect-ratio: 21/9;
    grid-row: 2 / 3;
}.find_contact614 .edu_reach814:nth-child(3) {
    grid-row: 3 / 4;
    grid-column: 1 / 2;
}.find_contact614 .get_contact713 {
    grid-template-columns: repeat(2, 1fr);
}.find_contact614 .get_contact713 a {
    grid-column: span 1;
}.find_contact614 .get_contact713 a:last-child {
    grid-column: span 2;
}
}

@media (max-width: 768px) {.find_contact614 {
    padding: 4rem 0;
}.find_contact614 .message_info581 {
    gap: 1.5rem;
}.find_contact614 .edu_reach814 {
    padding: 2rem;
}.find_contact614 .edu_reach814:nth-child(2) {
    aspect-ratio: 16/9;
}.find_contact614 .get_contact713 {
    grid-template-columns: 1fr;
}.find_contact614 .get_contact713 a {
    grid-column: span 1;
}.find_contact614 .get_contact713 a:last-child {
    grid-column: span 1;
}.find_contact614 .talk_experts735 {
    gap: 0.6rem;
}.find_contact614 .talk_experts735 span {
    padding: 0.5rem 0.8rem;
}
}

@media (max-width: 480px) {.find_contact614 {
    padding: 3rem 0;
}.find_contact614 .message_info581 {
    gap: 1.2rem;
}.find_contact614 .edu_reach814 {
    padding: 1.5rem;
}.find_contact614 .edu_reach814 h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 1.5rem;
}.find_contact614 .query_form813 {
    font-size: 17px;
}.find_contact614 .edu_query834 {
    margin-bottom: 1.5rem;
}.find_contact614 .edu_help041 {
    margin-top: 1.5rem;
    padding: 1rem;
}.find_contact614 .get_contact713 a {
    padding: 1rem;
}.find_contact614 .get_contact713 a span {
    width: 60px;
    margin-right: 1rem;
}}

.find_contact614 .container::after {
    content: "";
    animation: rotate 30s linear infinite;
    z-index: -1;
    position: absolute;
    left: -100px;
    height: 200px;
    bottom: -100px;
    width: 200px;
    background: 
        radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 0%, transparent 60%),
        repeating-conic-gradient(from 0deg, rgba(255, 255, 255, 0.03) 0deg, rgba(255, 255, 255, 0) 5deg, rgba(255, 255, 255, 0.03) 10deg);
    border-radius: 50%;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}.cookieSettingsWindow210 {
    z-index: 90;
    background: rgb(204,204,178);
    bottom: 0;
    position: fixed;
    border-top: 2px solid rgb(166,167,166);
    width: 100%;
}.manage_tracking693 {
    justify-content: space-between;
    display: flex;
    padding: 20px 0;
    align-items: center;
}.cookieSettingsWindow210 h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookieSettingsWindow210 p {
    font-size: 18px;
}.privacy_ack875 {
    flex-shrink: 0;
    margin-right: 10px;
}.privacy_ack875 svg, .privacy_ack875 svg path, .privacy_ack875 img {
    width: 100px;
    height: 100px;
    fill: rgb(166,167,166);
}.cookie_alerts035 {
    text-align: center;
    color: rgb(166,167,166);
    min-width: 120px;
    white-space: nowrap;
    flex-shrink: 0;
    cursor: pointer;
    font-size: 24px;
    border-bottom: 2px solid rgb(166,167,166);
    margin-left: 10px;
    line-height: 35px;
    text-decoration: none;
}.cookieSettingsWindow210 p a {
    color: rgb(166,167,166);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookieSettingsWindow210 {
    padding: 20px;
}}
#cookie_popup_board026 {
    display: none;
}#cookie_popup_board026:checked ~ .cookieSettingsWindow210 {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 800px) {.privacy_ack875 {
    display: none;
}.manage_tracking693 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.cookieSettingsWindow210 h5 {
    text-align: center;
}.cookieSettingsWindow210 p {
    text-align: center;
}.cookie_all504 {
    margin-bottom: 20px;
}body .container-wrap792 .cookie_alerts035 {
    margin-left: 0;
}}.newsletter_subscription729 {
    padding: 6rem 2rem;
    position: relative;
    background: #ffffff;
    overflow: hidden;
}.newsletter_subscription729::before {
    opacity: 0.3;
    top: 0;
    left: 0;
    background-image: linear-gradient(
        90deg,
        rgb(204,204,178) 0%,
        rgb(204,204,178) 50%,
        transparent 50%,
        transparent 100%
    );
    position: absolute;
    height: 100%;
    content: "";
    z-index: 0;
    background-size: 4px 4px;
    width: 100%;
}.newsletter_subscription729 .container {
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
    z-index: 1;
}.newsletter_subscription729 .fast_learning269 {
    position: relative;
    flex-direction: column;
    display: flex;
}.newsletter_subscription729 .fast_learning269::before {
    transform: translate(-50%, -50%);
    z-index: -1;
    top: 50%;
    white-space: nowrap;
    font-size: 12rem;
    letter-spacing: 0.5rem;
    font-weight: 700;
    font-family: Arial, sans-serif;
    opacity: 0.04;
    color: rgb(166,167,166);
    left: 50%;
    position: absolute;
}.newsletter_subscription729 p {
    max-width: 70%;
    transform: translateX(15%);
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    font-size: 41px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 4rem;
}.newsletter_subscription729 p::after {
    height: 5px;
    left: 0;
    background: rgb(166,167,166);
    bottom: -20px;
    position: absolute;
    content: "";
    animation: expandLine 1.5s cubic-bezier(.17,.67,.83,.67) forwards;
    transform-origin: left;
    width: 100px;
}.newsletter_subscription729 .input_holder {
    display: grid;
    max-width: 80%;
    z-index: 2;
    grid-template-columns: 3fr 1fr;
    position: relative;
    transform: translateX(-15%);
    margin-left: auto;
}.newsletter_subscription729 .input_holder::before {
    opacity: 0.02;
    transition: transform 0.3s ease;
    position: absolute;
    width: 100%;
    z-index: -1;
    transform: translate(10px, 10px);
    content: "";
    height: 100%;
    background: #000000;
}.newsletter_subscription729 .input_holder:hover::before {
    transform: translate(5px, 5px);
}.newsletter_subscription729 .news_wrap901 {
    font-size: 15px;
    background: #ffffff;
    padding: 1.5rem;
    font-family: Arial, sans-serif;
    border: 2px solid #000000;
    color: #000000;
    border-right: none;
    outline: none;
    transition: all 0.3s ease;
}.newsletter_subscription729 .news_wrap901:focus {
    border-color: rgb(166,167,166);
}.newsletter_subscription729 .support_support401 {
    overflow: hidden;
    transition: all 0.3s ease;
    color: #ffffff;
    cursor: pointer;
    padding: 0 2rem;
    font-size: 16px;
    position: relative;
    border: 2px solid #000000;
    letter-spacing: 1px;
    font-weight: 600;
    background: #000000;
    font-family: Arial, sans-serif;
}.newsletter_subscription729 .support_support401::after {
    opacity: 0;
    content: "";
    background: rgb(166,167,166);
    border-radius: 50%;
    left: -50%;
    width: 200%;
    z-index: -1;
    transition: transform 0.5s ease, opacity 0.5s ease;
    height: 200%;
    top: -50%;
    transform: scale(0);
    position: absolute;
}.newsletter_subscription729 .support_support401:hover {
    color: #ffffff;
    background: transparent;
    border-color: rgb(166,167,166);
}.newsletter_subscription729 .support_support401:hover::after {
    transform: scale(1);
    opacity: 1;
}@keyframes expandLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes floatingItem {
    0%, 100% {
        transform: translateY(0) rotate(0);
    }
    50% {
        transform: translateY(-15px) rotate(5deg);
    }
}

.newsletter_subscription729::after {
    height: 300px;
    filter: blur(100px);
    content: "";
    animation: floatingItem 20s ease-in-out infinite;
    top: -150px;
    opacity: 0.1;
    right: -150px;
    background: linear-gradient(
        45deg,
        rgb(166,167,166,0.5),
        rgb(122,124,124,0.5)
    );
    position: absolute;
    width: 300px;
    border-radius: 50%;
}

@media (max-width: 992px) {.newsletter_subscription729 p {
    transform: translateX(10%);
    max-width: 80%;
    font-size: 34px;
}.newsletter_subscription729 .input_holder {
    max-width: 90%;
    transform: translateX(-10%);
}.newsletter_subscription729 .fast_learning269::before {
    font-size: 8rem;
}
}

@media (max-width: 768px) {.newsletter_subscription729 {
    padding: 4rem 1.5rem;
}.newsletter_subscription729 p {
    font-size: calc(34px * 0.8);
    transform: none;
    max-width: 100%;
}.newsletter_subscription729 .input_holder {
    transform: none;
    gap: 1rem;
    grid-template-columns: 1fr;
    max-width: 100%;
}.newsletter_subscription729 .news_wrap901 {
    border: 2px solid #000000;
    padding: 1.2rem;
}.newsletter_subscription729 .support_support401 {
    padding: 1.2rem;
}.newsletter_subscription729 .fast_learning269::before {
    font-size: 5rem;
}
}

@media (max-width: 576px) {.newsletter_subscription729 {
    margin: 4rem 0;
    padding: 3rem 1rem;
}.newsletter_subscription729 p {
    font-size: 19px;
    margin-bottom: 3rem;
}.newsletter_subscription729 p::after {
    height: 3px;
    width: 60px;
}.newsletter_subscription729 .fast_learning269::before {
    font-size: 3.5rem;
}.newsletter_subscription729 .news_wrap901,
    .newsletter_subscription729 .support_support401 {
    padding: 1rem;
}}.opening_board954 {
    padding: 6rem 2rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgb(204,204,178) 0%, rgb(166,167,166,0.5) 100%);
    min-height: 100vh;
    position: relative;
}.opening_board954::before {
    left: 0;
    content: "";
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(166,167,166,0.5) 0, 
        rgb(166,167,166,0.5) 1px, 
        transparent 1px, 
        transparent 20px
    );
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    position: absolute;
}.opening_board954::after {
    height: 40%;
    background: radial-gradient(circle, rgb(122,124,124) 0%, transparent 70%);
    opacity: 0.15;
    top: -5%;
    filter: blur(50px);
    z-index: 0;
    position: absolute;
    content: "";
    width: 40%;
    right: -5%;
}.opening_board954 > div {
    position: relative;
    z-index: 2;
    grid-template-columns: 1fr;
    max-width: 1200px;
    display: grid;
    width: 100%;
    gap: 4rem;
}.opening_board954 h1.edu_expert460 {
    font-weight: 700;
    position: relative;
    font-size: clamp(2.5rem, 5vw, 43px);
    transform: translateX(-8px);
    margin: 0 0 1.5rem 0;
    line-height: 1.2;
    color: #000000;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.opening_board954 h1.edu_expert460::before {
    animation: lineReveal 0.8s 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67) forwards;
    left: -20px;
    transform: translateY(-50%) scaleY(0);
    height: 80%;
    top: 50%;
    width: 5px;
    position: absolute;
    transform-origin: top;
    background: rgb(166,167,166);
    content: "";
}.opening_board954 p {
    max-width: 650px;
    position: relative;
    margin: 0;
    animation: fadeUp 0.7s 0.5s ease-out forwards;
    font-size: calc(12px * 1.1);
    opacity: 0;
    transform: translateY(20px);
    color: #000000;
    line-height: 1.6;
}.opening_board954 .study_smart935 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 5px 15px rgba(0, 0, 0, 0.07);
    animation: fadeUp 0.9s 0.7s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    position: relative;
    margin-top: 2rem;
    overflow: hidden;
    opacity: 0;
    transform: translateY(30px);
}.opening_board954 .proof_stats602 {
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
    transition: transform 0.5s ease;
    position: relative;
}.opening_board954 .proof_stats602::before {
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 50%,
        rgba(0, 0, 0, 0.5) 100%
    );
    top: 0;
    z-index: 1;
}.opening_board954 .proof_stats602 span {
    padding: 3rem 2rem;
    transform: translateY(0);
    backdrop-filter: blur(4px);
    left: 0;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.6) 60%,
        transparent 100%
    );
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    width: 100%;
}.opening_board954 .proof_stats602:hover {
    transform: scale(1.02);
}.opening_board954 .proof_stats602:hover span {
    transform: translateY(-10px);
}.opening_board954 .proof_stats602 h3 {
    position: relative;
    line-height: 1.5;
    color: #ffffff;
    margin: 0;
    letter-spacing: 0.02em;
    padding-left: 1rem;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
}.opening_board954 .proof_stats602 h3::before {
    transition: transform 0.4s ease;
    background: rgb(122,124,124);
    transform: scaleY(0.7);
    height: 100%;
    content: "";
    width: 3px;
    left: 0;
    top: 0;
    position: absolute;
    transform-origin: bottom;
}.opening_board954 .proof_stats602:hover h3::before {
    transform: scaleY(1);
}

@keyframes lineReveal {
    0% {
        transform: translateY(-50%) scaleY(0);
    }
    100% {
        transform: translateY(-50%) scaleY(1);
    }
}

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

@media (min-width: 768px) {.opening_board954 {
    padding: 8rem 3rem;
}.opening_board954 > div {
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.opening_board954 h1.edu_expert460 {
    transform: translateX(-15px);
    margin-bottom: 2rem;
}.opening_board954 h1.edu_expert460::before {
    width: 8px;
    left: -30px;
}.opening_board954 .proof_stats602 span {
    padding: 3.5rem 3rem;
}
}

@media (min-width: 992px) {.opening_board954 {
    padding: 0 4rem;
}.opening_board954 > div {
    gap: 4rem;
}.opening_board954 .study_smart935::after {
    opacity: 0.15;
    bottom: -20px;
    animation: patternMove 15s infinite linear;
    z-index: -1;
    background: repeating-linear-gradient(
            -45deg,
            rgb(166,167,166) 0,
            rgb(166,167,166) 2px,
            transparent 2px,
            transparent 10px
        );
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    right: -20px;
}
    
    @keyframes patternMove {
        0% {
            background-position: 0 0;
        }
        100% {
            background-position: 100px 100px;
        }
    }
}

@media (max-width: 767px) {.opening_board954 {
    padding: 5rem 1.5rem;
}.opening_board954 > div {
    gap: 2.5rem;
}.opening_board954 h1.edu_expert460 {
    font-size: 2rem;
}.opening_board954 p {
    font-size: 12px;
}.opening_board954 .proof_stats602 span {
    padding: 2rem 1.5rem;
}.opening_board954 .proof_stats602 h3 {
    font-size: 1.1rem;
}
}