* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1163px;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}.wrapper-segment_251 {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}.top_know_143 {
    flex: 1 0 auto;
}html,body {
    height: 100%;
    color: #000000;
    scroll-behavior: auto;
    min-height: 100%;
    font-family: Arial, sans-serif;
}.learn_nav_613 {
    flex: 0 0 auto;
}::-webkit-scrollbar {
    width: 12px;
}::-webkit-scrollbar-button {
    border-radius: 6px;
    background: #ffffff;
    height: 0px;
    width: 8px;
}::-webkit-scrollbar-track {
    box-shadow: inset -4px -5px 1px 8px rgba(0, 0, 0, 0.5);
    background: radial-gradient(circle at top right, #ffffff 0%, rgb(255, 255, 255, 0.5) 6%, rgb(134,182,182) 6%, rgb(134,182,182,0.5) 32%, rgb(188,205,210) 9%, rgb(233,236,237) 97%);
    border-radius: 12.6em;
}::-webkit-scrollbar-track:active {
    background: rgb(188,205,210);
}::-webkit-scrollbar-thumb {
    border: 2px dashed rgb(233,236,237);
    border-radius: 2.9vw;
    box-shadow: -5px -3px 12px 6px rgba(0, 0, 0, 0.5);
    background: rgb(188,205,210,0.5);
}::-webkit-scrollbar-corner {
    border-radius: 5px;
}html {
    scrollbar-color: #ffffff rgb(134,182,182,0.5);
    scrollbar-width: auto;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    z-index: 1000;
    padding: 1.2rem 0;
    background-color: rgb(233,236,237);
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 97% 100%, 3% 100%, 0 85%);
}header::before {
    opacity: 0.15;
    width: 100%;
    background: 
        linear-gradient(90deg, transparent 49.5%, rgb(188,205,210,0.5) 49.5%, rgb(188,205,210,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 49.5%, rgb(134,182,182,0.5) 49.5%, rgb(134,182,182,0.5) 50.5%, transparent 50.5%) 0 0 / 100% 20px;
    height: 100%;
    left: 0;
    animation: gridMove 40s linear infinite;
    content: '';
    position: absolute;
    top: 0;
    z-index: -1;
}header::after {
    bottom: 0;
    width: 100%;
    left: 0;
    content: '';
    background: linear-gradient(90deg, 
        rgb(188,205,210) 0%, 
        rgb(134,182,182) 50%, 
        rgb(188,205,210) 100%);
    height: 4px;
    position: absolute;
    z-index: 1;
}header .container {
    max-width: 1200px;
    position: relative;
    padding: 0 1.5rem;
    margin: 0 auto;
}header .nav_section_097 {
    position: relative;
    align-items: center;
    justify-content: space-between;
    display: flex;
}header .head_study_196 {
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    border-radius: 25px;
    display: flex;
    backdrop-filter: blur(10px);
    gap: 0.5rem;
    padding: 5px;
}header .first_expert_384 {
    color: #ffffff;
    position: relative;
    padding: 0.7rem 1.2rem;
    text-decoration: none;
    font-size: 17px;
    font-weight: 400;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    font-family: Arial, sans-serif;
    border-radius: 10px;
}header .first_expert_384::before {
    left: -2px;
    transform: scale(0.95);
    top: -2px;
    transition: all 0.3s ease;
    opacity: 0;
    content: '';
    z-index: -1;
    bottom: -2px;
    right: -2px;
    background: linear-gradient(45deg, rgb(188,205,210), rgb(134,182,182));
    border-radius: calc(10px + 2px);
    position: absolute;
}header .first_expert_384::after {
    position: absolute;
    background: rgb(188,205,210);
    top: 0;
    z-index: -1;
    right: 0;
    border-radius: 10px;
    bottom: 0;
    content: '';
    left: 0;
}header .first_expert_384:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}header .first_expert_384:hover::before {
    transform: scale(1);
    opacity: 1;
}header .nav_tutor_532 {
    overflow: hidden;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
    display: flex;
    text-decoration: none;
    position: relative;
    padding: 0.5rem 1rem;
    align-items: center;
    transition: all 0.3s ease;
}header .nav_tutor_532::before {
    position: absolute;
    height: 100%;
    left: -100%;
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    content: '';
    transition: 0.5s;
    top: 0;
}header .nav_tutor_532:hover::before {
    left: 100%;
}header .nav_tutor_532 svg {
    position: relative;
    z-index: 2;
    width: 160px;
    height: auto;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

@media (max-width: 991px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 5% 100%, 0 90%);
}header .head_study_196 {
    gap: 0.3rem;
}header .first_expert_384 {
    padding: 0.6rem 0.8rem;
    font-size: calc(17px - 1px);
}header .nav_tutor_532 svg {
    width: 140px;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 10% 100%, 0 95%);
}header .nav_section_097 {
    flex-direction: column;
}header .head_study_196 {
    width: 100%;
    justify-content: center;
    margin-top: 1rem;
    padding: 10px;
    order: 2;
    flex-wrap: wrap;
    gap: 0.5rem;
}header .first_expert_384 {
    font-size: calc(17px - 2px);
    padding: 0.5rem 0.7rem;
}header .nav_tutor_532 {
    margin-bottom: 0.5rem;
    order: 1;
}header .nav_tutor_532 svg {
    width: 130px;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0 1.2rem;
}header .head_study_196 {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
}header .head_study_196::-webkit-scrollbar {
    height: 3px;
}header .head_study_196::-webkit-scrollbar-thumb {
    background: rgb(188,205,210);
    border-radius: 10px;
}header .first_expert_384 {
    white-space: nowrap;
}header .nav_tutor_532 svg {
    width: 110px;
}}.data_statistics_372 {
    overflow: hidden;
    color: #ffffff;
    position: relative;
    padding: 120px 0;
}.data_statistics_372::before {
    opacity: 0.85;
    top: 0;
    background-color: #000000;
    position: absolute;
    height: 100%;
    left: 0;
    content: "";
    z-index: 1;
    width: 100%;
}.data_statistics_372::after {
    content: "";
    opacity: 0.1;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(188,205,210,0.5) 0,
        rgb(188,205,210,0.5) 2px,
        transparent 2px,
        transparent 8px
    );
    z-index: 2;
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
}.data_statistics_372 .container {
    margin: 0 auto;
    z-index: 5;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
}.data_statistics_372 .knowledge_gains_240 {
    display: flex;
    position: relative;
    flex-direction: column;
}.data_statistics_372 .edu_wins_097 {
    transform: translateX(-50%) translateY(-50%);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    z-index: 10;
    top: 0;
    left: 50%;
    justify-content: center;
    background: linear-gradient(135deg, rgb(188,205,210) 0%, rgb(134,182,182) 100%);
    position: absolute;
    animation: glowCircle 3s infinite alternate ease-in-out;
    display: flex;
    padding: 20px;
    height: 90px;
    width: 90px;
    border: 5px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    align-items: center;
}@keyframes glowCircle {
    0% {
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    }
    100% {
        box-shadow: 0 8px 25px rgb(188,205,210,0.5);
    }
}

.data_statistics_372 .edu_wins_097 svg {
    height: 100%;
    width: 100%;
    fill: #ffffff;
}.data_statistics_372 .edu_wins_097 svg path {
    fill: #ffffff;
}.data_statistics_372 .boost_statistics_725 {
    letter-spacing: 2px;
    text-align: center;
    position: relative;
    padding-top: 50px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 34px;
}.data_statistics_372 .boost_statistics_725::after {
    width: 80px;
    position: absolute;
    content: "";
    left: 50%;
    bottom: -15px;
    height: 3px;
    transform: translateX(-50%);
    background: rgb(188,205,210);
}.data_statistics_372 .statistics_elevation_695 {
    text-align: center;
    max-width: 700px;
    color: rgba(255, 255, 255, 0.85);
    margin: 30px auto;
    font-size: 16px;
    line-height: 1.7;
}.data_statistics_372 .expert_pros_805 {
    margin-top: 30px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}.data_statistics_372 .expert_pros_805::before {
    z-index: 1;
    left: 0;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    content: "";
}.data_statistics_372 .expert_pros_805::after {
    top: 0;
    width: 1px;
    position: absolute;
    content: "";
    height: 100%;
    z-index: 1;
    background: rgba(255, 255, 255, 0.1);
    left: 50%;
}.data_statistics_372 .top_statistics_349 {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 30px;
    width: 50%;
    height: 200px;
    overflow: hidden;
    position: relative;
    flex-direction: column;
    transition: all 0.3s ease;
}.data_statistics_372 .top_statistics_349::before {
    content: "";
    left: 0;
    z-index: -1;
    background: rgb(188,205,210,0.5);
    top: 0;
    width: 0;
    position: absolute;
    transition: all 0.5s ease;
    height: 100%;
    opacity: 0.1;
}.data_statistics_372 .top_statistics_349:hover::before {
    width: 100%;
}.data_statistics_372 .benefits_block_985 {
    margin-bottom: 20px;
    transform: translateY(0);
    align-items: center;
    justify-content: center;
    height: 55px;
    width: 55px;
    display: flex;
    transition: transform 0.3s ease;
}.data_statistics_372 .top_statistics_349:hover .benefits_block_985 {
    transform: translateY(-5px);
}.data_statistics_372 .benefits_block_985 svg {
    height: 100%;
    width: 100%;
    fill: rgb(134,182,182);
}.data_statistics_372 .benefits_block_985 svg path {
    fill: rgb(134,182,182);
}.data_statistics_372 .top_statistics_349 span {
    font-size: calc(47px * 1.2);
    position: relative;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
}.data_statistics_372 .top_statistics_349 span::after {
    height: 2px;
    bottom: -5px;
    position: absolute;
    content: "";
    background: rgb(134,182,182);
    left: 50%;
    width: 30px;
    transition: width 0.3s ease;
    transform: translateX(-50%);
}.data_statistics_372 .top_statistics_349:hover span::after {
    width: 50px;
}.data_statistics_372 .top_statistics_349 p {
    line-height: 1.4;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    max-width: 200px;
}.data_statistics_372 .top_statistics_349:nth-child(1) {
    animation: fadeIn 0.5s ease forwards;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}.data_statistics_372 .top_statistics_349:nth-child(2) {
    animation: fadeIn 0.5s ease forwards 0.2s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}.data_statistics_372 .top_statistics_349:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    animation: fadeIn 0.5s ease forwards 0.4s;
}.data_statistics_372 .top_statistics_349:nth-child(4) {
    animation: fadeIn 0.5s ease forwards 0.6s;
}@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.data_statistics_372 .knowledge_gains_240::before {
    border-radius: 50%;
    opacity: 0.15;
    content: "";
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    height: 200px;
    animation: pulseCircle 4s infinite;
    border: 1px solid rgb(188,205,210);
    width: 200px;
    top: 50%;
}.data_statistics_372 .knowledge_gains_240::after {
    border: 1px dashed rgb(134,182,182);
    width: 300px;
    animation: pulseCircle 4s infinite 1s;
    left: 50%;
    height: 300px;
    opacity: 0.15;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    content: "";
    border-radius: 50%;
}

@keyframes pulseCircle {
    0% {
        transform: translate(-50%, -50%) scale(0.9);
        opacity: 0.15;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.25;
    }
    100% {
        transform: translate(-50%, -50%) scale(0.9);
        opacity: 0.15;
    }
}

@media screen and (max-width: 991px) {.data_statistics_372 {
    padding: 100px 0;
}.data_statistics_372 .statistics_elevation_695 {
    max-width: 600px;
}.data_statistics_372 .top_statistics_349 {
    height: 180px;
    padding: 20px;
}.data_statistics_372 .top_statistics_349 span {
    font-size: 47px;
}.data_statistics_372 .edu_wins_097 {
    height: 80px;
    width: 80px;
    padding: 18px;
}
}

@media screen and (max-width: 767px) {.data_statistics_372 {
    padding: 80px 0;
}.data_statistics_372 .knowledge_gains_240::before,
    .data_statistics_372 .knowledge_gains_240::after {
    display: none;
}.data_statistics_372 .expert_pros_805::before,
    .data_statistics_372 .expert_pros_805::after {
    display: none;
}.data_statistics_372 .top_statistics_349 {
    width: 100%;
    height: auto;
    padding: 25px 15px;
    border: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}.data_statistics_372 .top_statistics_349:last-child {
    border-bottom: none !important;
}.data_statistics_372 .edu_wins_097 {
    width: 70px;
    padding: 15px;
    height: 70px;
}.data_statistics_372 .boost_statistics_725 {
    font-size: calc(34px - 2px);
}.data_statistics_372 .benefits_block_985 {
    width: 45px;
    height: 45px;
    margin-bottom: 15px;
}.data_statistics_372 .top_statistics_349 span {
    font-size: calc(34px - 4px);
}.data_statistics_372 .top_statistics_349 p {
    font-size: calc(16px - 1px);
}
}

@media screen and (max-width: 576px) {.data_statistics_372 {
    padding: 60px 0;
}.data_statistics_372 .container {
    padding: 0 15px;
}.data_statistics_372 .edu_wins_097 {
    width: 60px;
    padding: 12px;
    height: 60px;
}.data_statistics_372 .boost_statistics_725 {
    font-size: calc(34px - 4px);
    letter-spacing: 1px;
    padding-top: 40px;
}.data_statistics_372 .boost_statistics_725::after {
    width: 60px;
}.data_statistics_372 .statistics_elevation_695 {
    font-size: calc(16px - 1px);
    margin: 25px auto;
}.data_statistics_372 .top_statistics_349 {
    padding: 20px 10px;
}.data_statistics_372 .benefits_block_985 {
    height: 40px;
    margin-bottom: 12px;
    width: 40px;
}.data_statistics_372 .top_statistics_349 span {
    font-size: calc(34px - 6px);
}.data_statistics_372 .top_statistics_349 p {
    font-size: calc(16px - 2px);
}}.gratSection_325 {
    background: linear-gradient(135deg, rgb(233,236,237), rgb(233,236,237) 60%, rgb(134,182,182,0.5) 140%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}.gratSection_325::before {
    opacity: 0.8;
    top: -5%;
    filter: blur(20px);
    animation: float 18s ease-in-out infinite alternate;
    position: absolute;
    z-index: 1;
    transform: rotate(15deg) skew(5deg);
    right: -10%;
    background: linear-gradient(145deg, rgb(188,205,210,0.5) 10%, transparent 70%);
    content: "";
    width: 50%;
    height: 70%;
}.gratSection_325::after {
    transform: rotate(-10deg) skew(-5deg);
    left: -5%;
    content: "";
    bottom: -8%;
    opacity: 0.7;
    width: 40%;
    animation: float 15s ease-in-out infinite alternate-reverse;
    position: absolute;
    height: 60%;
    z-index: 1;
    background: linear-gradient(215deg, rgb(134,182,182,0.5) 15%, transparent 65%);
    filter: blur(15px);
}.gratSection_325 .container {
    max-width: 1200px;
    padding: 0 1.5rem;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.gratSection_325 h2 {
    position: relative;
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    color: #000000;
    font-family: Arial, sans-serif;
    max-width: 90%;
    transform: translateY(0);
    line-height: 1.3;
    margin-bottom: 2rem;
    font-size: 30px;
}.gratSection_325 h2::after {
    height: 4px;
    bottom: -0.8rem;
    position: absolute;
    transform-origin: left center;
    content: "";
    transition: transform 0.6s ease-out;
    width: 80px;
    background: linear-gradient(90deg, rgb(188,205,210), rgb(134,182,182));
    left: 0;
    transform: scaleX(1);
}.gratSection_325:hover h2 {
    transform: translateY(-5px);
}.gratSection_325:hover h2::after {
    transform: scaleX(1.2);
}.gratSection_325 .training_space_608 {
    transform: translateZ(0);
    position: relative;
    margin-top: 1rem;
    padding: 2.5rem;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.05),
        0 5px 10px rgba(0, 0, 0, 0.02);
    backdrop-filter: blur(8px);
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: calc(13px / 1.5);
    overflow: hidden;
}.gratSection_325 .training_space_608::before {
    animation: gradientMove 8s ease infinite;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(188,205,210), rgb(134,182,182), rgb(188,205,210));
    width: 100%;
    background-size: 200% 100%;
    height: 4px;
    position: absolute;
    top: 0;
}.gratSection_325 .training_space_608:hover {
    transform: translateY(-5px) translateZ(0);
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.08),
        0 8px 15px rgba(0, 0, 0, 0.03);
}.gratSection_325 ul {
    list-style: none;
    padding: 0;
    position: relative;
    margin: 0;
}.gratSection_325 li {
    padding-left: 2rem;
    margin-bottom: 0.5rem;
    position: relative;
}.gratSection_325 li::before {
    left: 0;
    transform: scale(0.8);
    background: rgb(188,205,210);
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    top: 0.5rem;
    content: "";
    transition: transform 0.3s ease, background-color 0.3s ease;
}.gratSection_325 li:hover::before {
    transform: scale(1.1);
    background: rgb(134,182,182);
}.gratSection_325 li span {
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    transition: transform 0.3s ease;
    display: block;
    font-size: calc(14px * 1.05);
}.gratSection_325 li:hover span {
    transform: translateX(5px);
}

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

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 992px) {.gratSection_325 {
    padding: 4rem 0;
}.gratSection_325 h2 {
    font-size: calc(30px * 0.9);
    max-width: 100%;
}.gratSection_325 .training_space_608 {
    padding: 2rem;
}
}

@media (max-width: 768px) {.gratSection_325 {
    padding: 3.5rem 0;
}.gratSection_325 h2 {
    margin-bottom: 1.5rem;
    font-size: calc(30px * 0.8);
}.gratSection_325 h2::after {
    height: 3px;
    width: 60px;
}.gratSection_325 .training_space_608 {
    padding: 1.8rem;
}.gratSection_325 li {
    padding-left: 1.8rem;
}.gratSection_325 li span {
    font-size: 14px;
}
}

@media (max-width: 576px) {.gratSection_325 {
    padding: 3rem 0;
}.gratSection_325 h2 {
    font-size: calc(30px * 0.7);
    margin-bottom: 1.2rem;
}.gratSection_325 h2::after {
    height: 3px;
    width: 50px;
}.gratSection_325 .training_space_608 {
    margin-top: 0.5rem;
    padding: 1.5rem;
}.gratSection_325 li {
    padding-left: 1.5rem;
}.gratSection_325 li::before {
    top: 0.4rem;
    height: 8px;
    width: 8px;
}.gratSection_325 li span {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}}.teaching_history_713 {
    padding: 60px 30px;
    overflow: hidden;
    min-height: 400px;
    background: linear-gradient(135deg, rgb(233,236,237) 0%, rgb(188,205,210,0.5) 100%);
    position: relative;
}.teaching_history_713::before {
    height: 200px;
    right: -50px;
    border-radius: 50%;
    z-index: 0;
    animation: float 8s ease-in-out infinite;
    content: "";
    width: 200px;
    top: -50px;
    filter: blur(40px);
    position: absolute;
    background: rgb(134,182,182,0.5);
}.teaching_history_713::after {
    z-index: 0;
    bottom: -30px;
    filter: blur(30px);
    border-radius: 50%;
    height: 150px;
    left: -30px;
    width: 150px;
    position: absolute;
    animation: float 6s ease-in-out infinite reverse;
    content: "";
    background: rgb(188,205,210,0.5);
}.teaching_history_713 .review_grid_629 {
    display: flex;
    position: relative;
    transition: all 0.5s ease;
    flex-wrap: wrap;
    gap: 30px;
    z-index: 1;
    flex-direction: row;
    transform: rotate(-3deg);
}.teaching_history_713 .review_grid_629:hover {
    transform: rotate(0deg) scale(1.02);
}.teaching_history_713 .snap_749 {
    box-shadow: 15px 15px 0 rgb(134,182,182,0.5);
    transform: translateY(20px);
    width: 280px;
    clip-path: polygon(0 0, 100% 10%, 85% 100%, 0% 90%);
    transition: all 0.4s ease;
    height: 350px;
    position: relative;
    border-radius: 25px;
}.teaching_history_713 .review_grid_629:hover .snap_749 {
    transform: translateY(0);
    box-shadow: 20px 20px 0 rgb(134,182,182);
}.teaching_history_713 .exp_highlights_165 {
    min-width: 280px;
    flex-direction: column;
    position: relative;
    justify-content: center;
    transition: all 0.4s ease;
    border-radius: 25px;
    padding: 30px;
    display: flex;
    flex: 1;
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateX(-30px) rotate(3deg);
}.teaching_history_713 .review_grid_629:hover .exp_highlights_165 {
    transform: translateX(0) rotate(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.teaching_history_713 .name {
    position: relative;
    padding-bottom: 15px;
    color: rgb(188,205,210);
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}.teaching_history_713 .name::after {
    height: 4px;
    bottom: 0;
    content: "";
    width: 60px;
    position: absolute;
    border-radius: 2px;
    background: linear-gradient(90deg, rgb(134,182,182) 0%, transparent 100%);
    left: 0;
}.teaching_history_713 .exp_highlights_165 > div:nth-child(2) {
    opacity: 0.8;
    font-weight: 600;
    color: #000000;
    font-size: 13px;
    margin-bottom: 20px;
}.teaching_history_713 .experience_data_163 {
    padding-left: 20px;
    position: relative;
    color: #000000;
    font-style: italic;
    font-size: calc(13px + 2px);
    line-height: 1.6;
    border-left: 3px solid rgb(134,182,182,0.5);
}.teaching_history_713 .experience_data_163::before {
    font-family: Arial, sans-serif;
    color: rgb(188,205,210);
    font-size: 80px;
    left: -15px;
    position: absolute;
    content: "";
    top: -20px;
    opacity: 0.1;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.1);
    }
}

@media (max-width: 991px) {.teaching_history_713 {
    padding: 40px 20px;
}.teaching_history_713 .review_grid_629 {
    gap: 20px;
    flex-direction: column;
}.teaching_history_713 .snap_749 {
    width: 220px;
    height: 280px;
    transform: translateY(0) rotate(-3deg);
    margin: 0 auto;
}.teaching_history_713 .exp_highlights_165 {
    margin-top: -30px;
    transform: translateX(0) rotate(0);
}.teaching_history_713 .review_grid_629:hover .snap_749 {
    transform: translateY(-10px) rotate(0);
}
}

@media (max-width: 767px) {.teaching_history_713 {
    padding: 30px 15px;
}.teaching_history_713 .snap_749 {
    width: 180px;
    height: 220px;
}.teaching_history_713 .exp_highlights_165 {
    padding: 20px;
}.teaching_history_713 .name {
    font-size: calc(32px - 4px);
}.teaching_history_713 .experience_data_163 {
    font-size: 13px;
}}.pricing_row_item_761 {
    position: relative;
    padding: 6rem 0;
    background-color: rgb(233,236,237);
    overflow: hidden;
}.pricing_row_item_761::before {
    content: "";
    left: 0;
    pointer-events: none;
    background: linear-gradient(135deg, rgb(188,205,210,0.5) 0%, transparent 70%);
    height: 100%;
    top: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
}.pricing_row_item_761::after {
    content: "";
    right: -5rem;
    transform: rotate(-15deg);
    bottom: -5rem;
    pointer-events: none;
    position: absolute;
    height: 20rem;
    background: linear-gradient(225deg, rgb(134,182,182) 0%, transparent 80%);
    opacity: 0.15;
    z-index: 1;
    width: 20rem;
}.pricing_row_item_761 .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
    padding: 0 2rem;
}.pricing_row_item_761 .price_choices_637 {
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr;
    position: relative;
}.pricing_row_item_761 .package_pricing_206 {
    border-left: 4px solid rgb(188,205,210);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    padding: 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateZ(0);
    background-color: #ffffff;
}.pricing_row_item_761 .package_pricing_206::before {
    left: -20px;
    content: "";
    transform: rotate(45deg);
    width: 40px;
    background-color: rgb(188,205,210);
    position: absolute;
    z-index: -1;
    top: 20px;
    height: 40px;
}.pricing_row_item_761 .package_pricing_206 h2 {
    color: #000000;
    font-weight: 700;
    margin-bottom: 1.5rem;
    transform: perspective(800px) translateZ(30px);
    font-size: 32px;
    position: relative;
}.pricing_row_item_761 .package_pricing_206 h2::after {
    background: linear-gradient(90deg, rgb(188,205,210), rgb(134,182,182));
    content: "";
    width: 80px;
    height: 3px;
    bottom: -10px;
    left: 0;
    position: absolute;
}.pricing_row_item_761 .package_pricing_206 .pricing_card_905 {
    max-width: 80%;
    color: #000000;
    line-height: 1.6;
    font-size: 16px;
}.pricing_row_item_761 .fee_package_567 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    perspective: 1000px;
}.pricing_row_item_761 .fee_pricing_974 {
    text-decoration: none;
    position: relative;
    color: inherit;
    transition: all 0.4s ease;
    transform-style: preserve-3d;
    display: block;
}.pricing_row_item_761 .fee_pricing_974:hover {
    transform: translateY(-10px);
}.pricing_row_item_761 .cost_breakdown_890 {
    height: 100%;
    transform: translateZ(0);
    overflow: hidden;
    border-radius: 10px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    background-color: #ffffff;
    flex-direction: column;
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
}.pricing_row_item_761 .fee_pricing_974:hover .cost_breakdown_890 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 0 0 1px rgb(188,205,210,0.5);
    transform: translateZ(20px);
}.pricing_row_item_761 .fee_pricing_974:nth-child(odd) .cost_breakdown_890 {
    transform: rotate(-1deg);
}.pricing_row_item_761 .fee_pricing_974:nth-child(even) .cost_breakdown_890 {
    transform: rotate(1deg);
}.pricing_row_item_761 .fee_pricing_974:hover .cost_breakdown_890 {
    transform: rotate(0) translateZ(20px);
}.pricing_row_item_761 .learn_rates_861 {
    overflow-wrap: break-word;
    word-break: break-word;
    flex-direction: column;
    display: flex;
    flex: 1;
    position: relative;
    padding: 2rem;
    z-index: 2;
}.pricing_row_item_761 .learn_rates_861::before {
    content: "";
    left: 0;
    height: 100%;
    z-index: -1;
    position: absolute;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    width: 100%;
    top: 0;
}.pricing_row_item_761 .learn_rates_861 h3 {
    color: #000000;
    position: relative;
    font-weight: 600;
    transition: transform 0.3s ease;
    transform: translateZ(10px);
    font-size: calc(21px * 1.2);
    margin-bottom: 1rem;
}.pricing_row_item_761 .fee_pricing_974:hover .learn_rates_861 h3 {
    transform: translateZ(25px);
}.pricing_row_item_761 .learn_rates_861 h3::after {
    content: "";
    bottom: -8px;
    width: 40px;
    position: absolute;
    left: 0;
    height: 3px;
    background: rgb(188,205,210);
    transition: width 0.3s ease;
}.pricing_row_item_761 .fee_pricing_974:hover .learn_rates_861 h3::after {
    width: 60px;
}.pricing_row_item_761 .price_plan_235 {
    color: rgb(188,205,210);
    margin: 0.5rem 0 1.5rem;
    position: relative;
    display: block;
    transform: translateZ(15px);
    font-weight: 700;
    font-size: calc(21px * 1.8);
}.pricing_row_item_761 .price_plan_235::before {
    position: absolute;
    content: "";
    bottom: -8px;
    left: 0;
    height: 2px;
    width: 80px;
    background: linear-gradient(90deg, rgb(188,205,210,0.5), transparent);
}.pricing_row_item_761 .learn_rates_861 p {
    flex: 1;
    font-size: 16px;
    overflow-wrap: break-word;
    line-height: 1.6;
    margin-top: 1rem;
    color: #000000;
    word-break: break-word;
}.pricing_row_item_761 .snap_749 {
    overflow: hidden;
    width: 100%;
    transform: translateZ(0);
    height: 200px;
    transition: transform 0.5s ease;
    position: relative;
}.pricing_row_item_761 .fee_pricing_974:hover .snap_749 {
    transform: scale(1.05) translateZ(0);
}.pricing_row_item_761 .snap_749::after {
    position: absolute;
    height: 50%;
    z-index: 1;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    left: 0;
    width: 100%;
    bottom: 0;
}.pricing_row_item_761 .snap_749::before {
    content: "";
    width: 100%;
    transition: opacity 0.3s ease;
    background: rgb(188,205,210);
    z-index: 1;
    opacity: 0.15;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
}.pricing_row_item_761 .fee_pricing_974:hover .snap_749::before {
    opacity: 0.05;
}

@media (min-width: 992px) {.pricing_row_item_761 .price_choices_637 {
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
}.pricing_row_item_761 .package_pricing_206 {
    padding: 3rem;
}.pricing_row_item_761 .fee_package_567 {
    grid-column: 1;
    grid-row: 1;
}.pricing_row_item_761 .package_pricing_206 {
    align-self: start;
    position: sticky;
    top: 2rem;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    grid-column: 2;
    grid-row: 1;
}.pricing_row_item_761 .package_pricing_206:hover {
    transform: perspective(1000px) rotateY(0) translateZ(30px);
}
}

@media (min-width: 1200px) {.pricing_row_item_761 .fee_package_567 {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.pricing_row_item_761 .learn_rates_861 {
    min-height: 300px;
}
}

@media (max-width: 991px) {.pricing_row_item_761 {
    padding: 4rem 0;
}.pricing_row_item_761 .package_pricing_206 {
    order: -1;
}.pricing_row_item_761 .package_pricing_206 h2 {
    font-size: calc(32px * 0.9);
}.pricing_row_item_761 .package_pricing_206 .pricing_card_905 {
    max-width: 100%;
}
}

@media (max-width: 767px) {.pricing_row_item_761 {
    padding: 3rem 0;
}.pricing_row_item_761 .container {
    padding: 0 1.5rem;
}.pricing_row_item_761 .fee_package_567 {
    grid-template-columns: 1fr;
}.pricing_row_item_761 .package_pricing_206 h2 {
    font-size: calc(32px * 0.8);
}.pricing_row_item_761 .learn_rates_861 {
    padding: 1.5rem;
}.pricing_row_item_761 .price_plan_235 {
    font-size: calc(21px * 1.5);
}.pricing_row_item_761 .snap_749 {
    height: 180px;
}
}

@media (max-width: 480px) {.pricing_row_item_761 .learn_rates_861 p {
    font-size: calc(16px * 0.9);
}.pricing_row_item_761 .learn_rates_861 h3 {
    font-size: 21px;
}.pricing_row_item_761 .price_plan_235 {
    font-size: calc(21px * 1.3);
}.pricing_row_item_761 .snap_749 {
    height: 160px;
}}.company_info_785 {
    padding: 100px 0 80px;
    background: linear-gradient(135deg, rgb(233,236,237) 0%, rgb(188,205,210,0.5) 100%);
    position: relative;
    overflow: hidden;
}.company_info_785::before {
    transform: rotate(-15deg) skewX(-15deg);
    width: 40%;
    right: -10%;
    background: rgb(134,182,182,0.5);
    height: 70%;
    top: -20%;
    filter: blur(50px);
    z-index: 0;
    position: absolute;
    content: "";
}.company_info_785::after {
    width: 30%;
    transform: rotate(10deg) skewX(10deg);
    filter: blur(40px);
    z-index: 0;
    background: rgb(188,205,210,0.5);
    position: absolute;
    bottom: -10%;
    content: "";
    left: -5%;
    height: 60%;
}.company_info_785 .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}.company_info_785 h1 {
    color: #000000;
    transform: translateX(-5px);
    margin-bottom: 60px;
    font-weight: 700;
    font-size: 39px;
    position: relative;
}.company_info_785 h1::after {
    transform-origin: left center;
    position: absolute;
    bottom: -15px;
    transform: scaleX(1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 4px;
    background: rgb(188,205,210);
    content: "";
    width: 80px;
    left: 0;
}.company_info_785 h1:hover::after {
    transform: scaleX(1.5);
}.company_info_785 .learning_space_127 {
    position: relative;
}.company_info_785 .learning_space_127 ul {
    grid-template-columns: 1fr;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 40px;
    display: grid;
}.company_info_785 .learning_experts_052 {
    z-index: 1;
    padding: 40px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    background: #ffffff;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 0 5px 15px rgba(0, 0, 0, 0.05);
}.company_info_785 .learning_experts_052::before {
    content: "";
    background: linear-gradient(90deg, rgb(188,205,210) 0%, rgb(134,182,182) 100%);
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 5px;
}.company_info_785 .learning_experts_052:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-10px);
}.company_info_785 .learning_experts_052 h4 {
    position: relative;
    margin-top: 0;
    display: inline-block;
    margin-bottom: 20px;
    color: rgb(188,205,210);
    font-weight: 700;
    font-size: calc(20px * 1.2);
}.company_info_785 .learning_experts_052 h4::after {
    position: absolute;
    bottom: -8px;
    height: 2px;
    left: 0;
    background: rgb(134,182,182);
    width: 0;
    content: "";
    transition: width 0.4s ease;
}.company_info_785 .learning_experts_052:hover h4::after {
    width: 100%;
}.company_info_785 .learning_experts_052 div {
    position: relative;
    z-index: 2;
    line-height: 1.7;
    font-size: 14px;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
    font-weight: 400;
    color: #000000;
}.company_info_785 .learning_experts_052:first-child {
    transform: translateX(-5px) translateY(10px);
}.company_info_785 .learning_experts_052:last-child {
    transform: translateX(5px) translateY(-10px);
}.company_info_785 .learning_experts_052:first-child:hover {
    transform: translateX(-5px) translateY(0);
}.company_info_785 .learning_experts_052:last-child:hover {
    transform: translateX(5px) translateY(-20px);
}.company_info_785 .learning_experts_052::after {
    opacity: 0.1;
    z-index: 0;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s ease;
    right: 0;
    width: 100px;
    transform: translate(30%, 30%);
    bottom: 0;
    position: absolute;
    background: rgb(134,182,182,0.5);
    height: 100px;
    border-radius: 50%;
    content: "";
}.company_info_785 .learning_experts_052:hover::after {
    opacity: 0.2;
    transform: translate(20%, 20%) scale(1.2);
}

@media (min-width: 768px) {.company_info_785 {
    padding: 140px 0 120px;
}.company_info_785 h1 {
    font-size: calc(39px * 1.2);
    margin-bottom: 80px;
}.company_info_785 .learning_space_127 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}.company_info_785 .learning_experts_052 {
    padding: 50px;
}.company_info_785 .learning_experts_052 h4 {
    margin-bottom: 30px;
    font-size: calc(20px * 1.4);
}.company_info_785 .learning_experts_052 div {
    line-height: 1.8;
    font-size: calc(14px * 1.05);
}
}

@media (min-width: 992px) {.company_info_785 .learning_experts_052:first-child {
    transform: perspective(1000px) rotateY(-2deg) translateX(-15px) translateY(5px);
}.company_info_785 .learning_experts_052:last-child {
    transform: perspective(1000px) rotateY(2deg) translateX(15px) translateY(-5px);
}.company_info_785 .learning_experts_052:first-child:hover {
    transform: perspective(1000px) rotateY(0) translateX(-10px) translateY(0);
}.company_info_785 .learning_experts_052:last-child:hover {
    transform: perspective(1000px) rotateY(0) translateX(10px) translateY(-10px);
}
}

@media (max-width: 767px) {.company_info_785 {
    padding: 80px 0 60px;
}.company_info_785 h1 {
    font-size: 38px;
    margin-bottom: 40px;
}.company_info_785 .learning_experts_052 {
    padding: 30px;
}.company_info_785 .learning_experts_052::before {
    height: 3px;
}.company_info_785 .learning_experts_052 h4 {
    font-size: 20px;
    margin-bottom: 15px;
}.company_info_785 .learning_experts_052 div {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}.company_info_785 .learning_experts_052:first-child,
    .company_info_785 .learning_experts_052:last-child {
    transform: none;
}.company_info_785 .learning_experts_052:hover {
    transform: translateY(-5px);
}}.operation_process_720 {
    background: linear-gradient(135deg, rgb(188,205,210,0.5), rgb(134,182,182) 120%);
    font-family: Arial, sans-serif;
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
}.operation_process_720::before {
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 15px,
        rgba(255, 255, 255, 0.03) 15px,
        rgba(255, 255, 255, 0.03) 30px
    );
    width: 100%;
}.operation_process_720::after {
    right: -5%;
    z-index: 0;
    position: absolute;
    transform: rotate(-15deg) skewX(30deg);
    opacity: 0.15;
    filter: blur(20px);
    content: "";
    top: -10%;
    height: 70%;
    background: linear-gradient(
        145deg,
        rgb(134,182,182),
        rgb(188,205,210,0.5) 60%,
        transparent
    );
    animation: floatEffect 15s infinite alternate ease-in-out;
    width: 40%;
}.operation_process_720 .training_space_608 {
    animation: fadeInUp 0.8s 0.2s forwards ease-out;
    gap: 3rem;
    opacity: 0;
    grid-template-columns: 1fr;
    max-width: 1200px;
    padding: 2rem;
    display: grid;
    transform: translateY(20px);
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.operation_process_720 h2 {
    transform: perspective(1000px) rotateX(0deg);
    font-weight: 700;
    transition: transform 0.5s ease;
    margin-bottom: 1.5rem;
    line-height: 1.3;
    padding-bottom: 1.2rem;
    color: #ffffff;
    position: relative;
    font-size: 29px;
}.operation_process_720 h2::before {
    transition: transform 0.5s ease-out;
    content: "";
    width: 80px;
    height: 4px;
    transform: scaleX(1);
    transform-origin: left;
    background: linear-gradient(90deg, #ffffff, transparent);
    position: absolute;
    bottom: 0;
    left: 0;
}.operation_process_720 h2::after {
    position: absolute;
    transform-origin: left;
    height: 2px;
    left: 0;
    bottom: -10px;
    width: 120px;
    background: linear-gradient(90deg, rgb(255, 255, 255, 0.5), transparent);
    content: "";
    transform: scaleX(0.8);
    transition: transform 0.5s 0.2s ease-out;
}.operation_process_720:hover h2::before {
    transform: scaleX(1.2);
}.operation_process_720:hover h2::after {
    transform: scaleX(1.5);
}.operation_process_720 .content_zone_068 {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                inset 0 1px 1px rgba(255, 255, 255, 0.1);
    position: relative;
    padding: 2.5rem;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}.operation_process_720 .content_zone_068::before {
    top: 0;
    content: "";
    position: absolute;
    background: linear-gradient(to right, 
                rgba(255, 255, 255, 0.1) 0%, 
                rgba(255, 255, 255, 0.05) 15%, 
                rgba(255, 255, 255, 0) 60%);
    left: 0;
    transition: opacity 0.5s ease;
    height: 100%;
    opacity: 0;
    z-index: -1;
    width: 100%;
}.operation_process_720 .content_zone_068:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                inset 0 1px 1px rgba(255, 255, 255, 0.15);
}.operation_process_720 .content_zone_068:hover::before {
    opacity: 1;
}.operation_process_720 p {
    line-height: 1.8;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    z-index: 2;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    margin: 0;
}.operation_process_720 p::first-letter {
    color: #ffffff;
    font-weight: 700;
    font-size: 1.5em;
}

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

@keyframes floatEffect {
    0% {
        transform: rotate(-15deg) skewX(30deg) translateY(0);
    }
    50% {
        transform: rotate(-12deg) skewX(28deg) translateY(-20px);
    }
    100% {
        transform: rotate(-15deg) skewX(30deg) translateY(0);
    }
}

@media (min-width: 768px) {.operation_process_720 {
    padding: 7rem 0;
}.operation_process_720 .training_space_608 {
    grid-template-columns: 1fr;
    gap: 4rem;
    padding: 3rem;
}.operation_process_720 h2 {
    margin-bottom: 2.5rem;
    font-size: calc(29px * 1.2);
    max-width: 80%;
}.operation_process_720 .content_zone_068 {
    padding: 3rem;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.operation_process_720 p {
    font-size: calc(12px * 1.1);
    line-height: 1.9;
}
}

@media (min-width: 992px) {.operation_process_720 {
    padding: 8rem 0;
}.operation_process_720 .training_space_608 {
    grid-template-columns: 0.8fr 1.2fr;
    align-items: center;
    gap: 5rem;
}.operation_process_720 h2 {
    grid-column: 1 / 2;
    font-size: calc(29px * 1.4);
    margin-bottom: 0;
}.operation_process_720 .content_zone_068 {
    animation: fadeInRight 0.8s 0.4s forwards ease-out;
    transform: translateX(-20px);
    opacity: 0;
    padding: 3.5rem;
    grid-column: 2 / 3;
}
    
    @keyframes fadeInRight {
        0% {
            opacity: 0;
            transform: translateX(-20px);
        }
        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }
}

@media (min-width: 1200px) {.operation_process_720 {
    padding: 10rem 0;
}.operation_process_720 .training_space_608 {
    gap: 7rem;
}.operation_process_720 h2 {
    font-size: calc(29px * 1.5);
}.operation_process_720 .content_zone_068 {
    padding: 4rem;
}.operation_process_720 p {
    line-height: 2;
    font-size: calc(12px * 1.2);
}
}

@media (max-width: 767px) {.operation_process_720 {
    padding: 4rem 0;
}.operation_process_720 .training_space_608 {
    gap: 2rem;
    padding: 1.5rem;
}.operation_process_720 h2 {
    font-size: calc(29px * 0.9);
    padding-bottom: 1rem;
    margin-bottom: 1.2rem;
}.operation_process_720 h2::before {
    width: 60px;
    height: 3px;
}.operation_process_720 h2::after {
    height: 1px;
    width: 90px;
}.operation_process_720 .content_zone_068 {
    padding: 1.8rem;
    clip-path: polygon(0 0, 100% 0, 99% 100%, 1% 100%);
}.operation_process_720 p {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}}.contact_box_631 {
    background: linear-gradient(135deg, rgb(233,236,237) 0%, rgb(134,182,182,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 80px 0;
}.contact_box_631::before {
    height: 100%;
    left: 0;
    content: '';
    z-index: 1;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(188,205,210,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(134,182,182,0.5) 0%, transparent 70%);
    position: absolute;
    width: 100%;
    top: 0;
    opacity: 0.4;
}.contact_box_631::after {
    z-index: 1;
    background-size: 50px 50px;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(90deg, rgb(134,182,182,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(134,182,182,0.5) 1px, transparent 1px);
    left: 0;
    top: 0;
    content: '';
    opacity: 0.1;
}.contact_box_631 .snap_749 {
    z-index: 2;
    height: 100%;
    top: 0;
    width: 45%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    position: absolute;
    left: 0;
}.contact_box_631 .snap_749::after {
    opacity: 0.7;
    width: 100%;
    left: 0;
    content: '';
    height: 100%;
    background: linear-gradient(135deg, rgb(188,205,210,0.5) 0%, transparent 60%);
    top: 0;
    position: absolute;
}.contact_box_631 .container {
    max-width: 1200px;
    padding: 0 15px;
    z-index: 3;
    margin: 0 auto;
    position: relative;
}.contact_box_631 h3 {
    text-shadow: 0 0 15px rgb(188,205,210,0.5);
    margin-bottom: 40px;
    font-size: 29px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    text-align: center;
    color: #ffffff;
}.contact_box_631 .help_map_279 {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    justify-content: space-between;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 27px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
                0 5px 15px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    overflow: hidden;
    display: flex;
}.contact_box_631 .help_map_279:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3),
                0 10px 20px rgba(0, 0, 0, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transform: translateY(-5px);
}.contact_box_631 .feedback_query_436 {
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px;
    flex: 1;
    overflow: hidden;
}.contact_box_631 .feedback_query_436::before {
    top: -100px;
    position: absolute;
    content: '';
    width: 200px;
    right: -100px;
    background: radial-gradient(rgb(188,205,210,0.5), transparent 70%);
    height: 200px;
    border-radius: 50%;
    opacity: 0.2;
}.contact_box_631 .feedback_query_436::after {
    position: absolute;
    left: -75px;
    content: '';
    height: 150px;
    bottom: -75px;
    border-radius: 50%;
    opacity: 0.2;
    background: radial-gradient(rgb(134,182,182,0.5), transparent 70%);
    width: 150px;
}.contact_box_631 form {
    position: relative;
    z-index: 2;
}.contact_box_631 form h3 {
    -webkit-text-fill-color: transparent;
    text-align: left;
    -webkit-background-clip: text !important;
    background: linear-gradient(to right, #ffffff, rgb(188,205,210));
    margin-bottom: 25px;
    font-size: 23px;
    text-shadow: none;
}.contact_box_631 input[type="text"],
.contact_box_631 textarea {
    border-radius: 10px;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 20px;
    padding: 15px;
    color: #ffffff;
    width: 100%;
    background: rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}.contact_box_631 input[type="text"]:focus,
.contact_box_631 textarea:focus {
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 10px rgb(188,205,210,0.5);
    outline: none;
    border-color: rgb(188,205,210);
}.contact_box_631 textarea {
    resize: none;
    height: 120px;
}.contact_box_631 .request_request_529 {
    display: flex;
    margin-bottom: 25px;
    position: relative;
    align-items: flex-start;
}.contact_box_631 .request_request_529 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_box_631 .request_request_529 label {
    position: relative;
    color: #ffffff;
    padding-left: 30px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5;
}.contact_box_631 .request_request_529 label::before {
    left: 0;
    position: absolute;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.08);
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 10px;
    top: 2px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}.contact_box_631 .request_request_529 input[type="checkbox"]:checked + label::before {
    border-color: rgb(188,205,210);
    background: rgb(188,205,210);
}.contact_box_631 .request_request_529 input[type="checkbox"]:checked + label::after {
    content: '';
    position: absolute;
    width: 6px;
    top: 5px;
    border: solid #ffffff;
    height: 12px;
    transform: rotate(45deg);
    left: 7px;
    border-width: 0 2px 2px 0;
}.contact_box_631 .request_request_529 a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(188,205,210);
}.contact_box_631 .request_request_529 a:hover {
    color: rgb(134,182,182);
    text-decoration: underline;
}.contact_box_631 .query_block_826 {
    transition: all 0.3s ease;
    padding: 15px;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 600;
    overflow: hidden;
    background: linear-gradient(to right, rgb(188,205,210), rgb(134,182,182));
    font-size: 19px;
    width: 100%;
    border: none;
    border-radius: 10px;
}.contact_box_631 .query_block_826::before {
    transition: left 0.7s ease;
    width: 100%;
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    left: -100%;
    top: 0;
    position: absolute;
}.contact_box_631 .query_block_826:hover {
    box-shadow: 0 5px 15px rgb(188,205,210,0.5);
    transform: translateY(-2px);
}.contact_box_631 .query_block_826:hover::before {
    left: 100%;
}.contact_box_631 .request_list_671 {
    width: 40%;
    position: relative;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), transparent);
    padding: 40px;
    overflow: hidden;
}.contact_box_631 .request_list_671::before {
    background-image: 
        radial-gradient(circle at 70% 30%, rgb(188,205,210,0.5) 0%, transparent 60%);
    position: absolute;
    top: 0;
    opacity: 0.4;
    right: 0;
    content: '';
    height: 100%;
    width: 100%;
}.contact_box_631 .request_list_671 h4 {
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-weight: 600;
    position: relative;
    margin-bottom: 30px;
    font-size: 23px;
}.contact_box_631 .request_list_671 h4::after {
    content: '';
    position: absolute;
    left: 0;
    height: 3px;
    bottom: -10px;
    background: rgb(188,205,210);
    width: 50px;
    border-radius: 3px;
}.contact_box_631 .support_feedback_137 {
    padding: 0;
    list-style: none;
    margin: 0;
}.contact_box_631 .support_feedback_137 li {
    align-items: flex-start;
    padding-left: 5px;
    display: flex;
    transition: transform 0.3s ease;
    position: relative;
    margin-bottom: 25px;
}.contact_box_631 .support_feedback_137 li:hover {
    transform: translateX(5px);
}.contact_box_631 .support_feedback_137 li::before {
    content: '';
    top: 50%;
    width: 0;
    left: -10px;
    transition: all 0.3s ease;
    background: rgb(188,205,210);
    position: absolute;
    border-radius: 50%;
    height: 0;
    transform: translateY(-50%);
    opacity: 0;
}.contact_box_631 .support_feedback_137 li:hover::before {
    width: 6px;
    left: -3px;
    opacity: 1;
    height: 6px;
}.contact_box_631 .support_feedback_137 svg {
    fill: rgb(188,205,210);
    width: 24px;
    flex-shrink: 0;
    margin-right: 15px;
    height: 24px;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 0 5px rgb(188,205,210,0.5));
}.contact_box_631 .support_feedback_137 li:hover svg {
    transform: scale(1.1);
}.contact_box_631 .support_feedback_137 svg path {
    transition: fill 0.3s ease;
    fill: rgb(188,205,210);
}.contact_box_631 .support_feedback_137 li:hover svg path {
    fill: rgb(134,182,182);
}.contact_box_631 .support_feedback_137 span {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.5;
    font-family: Arial, sans-serif;
}.contact_box_631 .support_feedback_137 a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}.contact_box_631 .support_feedback_137 a:hover {
    color: rgb(188,205,210);
}

@media (max-width: 992px) {.contact_box_631 {
    padding: 60px 0;
}.contact_box_631 .snap_749 {
    width: 40%;
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
}.contact_box_631 .help_map_279 {
    flex-direction: column;
}.contact_box_631 .feedback_query_436 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-right: none;
    width: 100%;
}.contact_box_631 .request_list_671 {
    width: 100%;
}
}

@media (max-width: 768px) {.contact_box_631 {
    padding: 40px 0;
}.contact_box_631 .snap_749 {
    display: none;
}.contact_box_631 h3 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.8);
}.contact_box_631 .feedback_query_436,
    .contact_box_631 .request_list_671 {
    padding: 30px;
}.contact_box_631 form h3,
    .contact_box_631 .request_list_671 h4 {
    font-size: calc(23px * 0.9);
}.contact_box_631 input[type="text"],
    .contact_box_631 textarea {
    padding: 12px;
    margin-bottom: 15px;
}.contact_box_631 textarea {
    height: 100px;
}.contact_box_631 .query_block_826 {
    padding: 12px;
}.contact_box_631 .support_feedback_137 li {
    margin-bottom: 20px;
}.contact_box_631 .support_feedback_137 svg {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}
}

@media (max-width: 576px) {.contact_box_631 {
    padding: 30px 0;
}.contact_box_631 h3 {
    font-size: calc(29px * 0.7);
    margin-bottom: 20px;
}.contact_box_631 .feedback_query_436,
    .contact_box_631 .request_list_671 {
    padding: 20px;
}.contact_box_631 .help_map_279 {
    margin: 0 10px;
}.contact_box_631 .request_request_529 label {
    font-size: calc(14px * 0.9);
}.contact_box_631 .support_feedback_137 li {
    margin-bottom: 15px;
}.contact_box_631 .support_feedback_137 span {
    font-size: calc(14px * 0.9);
}.contact_box_631::before,
    .contact_box_631::after,
    .contact_box_631 .feedback_query_436::before,
    .contact_box_631 .feedback_query_436::after,
    .contact_box_631 .request_list_671::before {
    opacity: 0.2;
}}.cookie_message_banner_918 {
    border-top: 3px solid rgb(188,205,210);
    width: 100%;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    position: fixed;
    transition: transform 0.3s ease-in-out;
    bottom: 0;
    z-index: 90;
    background: rgb(233,236,237);
}.cookie_controls_579 {
    justify-content: space-between;
    display: flex;
    max-width: 1200px;
    padding: 20px 15px;
    align-items: center;
    margin: 0 auto;
}.manage_tracking_691 {
    margin-right: 15px;
    flex-shrink: 0;
}.manage_tracking_691 svg {
    fill: rgb(188,205,210);
    height: 60px;
    width: 60px;
    transition: fill 0.3s ease;
}.manage_tracking_691 svg:hover {
    fill: rgb(134,182,182);
}.data_notice_436 {
    flex-grow: 1;
    color: #000000;
    margin-right: 15px;
}.cookie_message_banner_918 h5 {
    font-family: Arial, sans-serif;
    color: rgb(188,205,210);
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 20px;
}.cookie_message_banner_918 p {
    line-height: 1.5;
    font-size: 15px;
    color: #000000;
    font-family: Arial, sans-serif;
}.cookie_none_069 {
    transition: background 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    font-size: 20px;
    text-align: center;
    margin-left: 10px;
    background: rgb(188,205,210);
    cursor: pointer;
    color: #ffffff;
    border-radius: 30px;
    padding: 10px 20px;
    line-height: 35px;
}.cookie_none_069:hover {
    background: rgb(134,182,182);
    box-shadow: 0 0 10px rgb(134,182,182,0.5);
}#cookiesGrantPermissionBtn_501 {
    background: rgb(188,205,210);
}#rejectTrackingCookiesBtn_465 {
    background: rgba(0, 0, 0, 0.5);
}.cookie_message_banner_918 p a {
    color: rgb(188,205,210);
    transition: color 0.3s ease;
    text-decoration: underline;
}.cookie_message_banner_918 p a:hover {
    color: rgb(134,182,182);
}
@media only screen and (max-width: 1200px) {.cookie_controls_579 {
    flex-direction: column;
    align-items: center;
}.manage_tracking_691 {
    margin-bottom: 15px;
}.data_notice_436 {
    text-align: center;
    margin-bottom: 15px;
    margin-right: 0;
}.cookie_none_069 {
    max-width: 200px;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
}
}
@media only screen and (max-width: 800px) {.cookie_controls_579 {
    padding: 15px;
}.manage_tracking_691 {
    display: none;
}.cookie_message_banner_918 h5 {
    font-size: 22px;
}.cookie_message_banner_918 p {
    font-size: 12px;
}}
#cookie_popupalert_742 {
    display: none;
}#cookie_popupalert_742:checked ~ .cookie_message_banner_918 {
    visibility: hidden;
    opacity: 0;
}.program_information_835 {
    background: linear-gradient(135deg, rgb(233,236,237) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}.program_information_835::before {
    position: absolute;
    filter: blur(50px);
    height: 30vw;
    content: "";
    animation: float 20s infinite alternate ease-in-out;
    border-radius: 49% 51% 68% 32% / 38% 41% 59% 62%;
    width: 30vw;
    top: -10%;
    right: -5%;
    transform: rotate(-15deg);
    z-index: 0;
    opacity: 0.1;
    background: linear-gradient(145deg, rgb(134,182,182,0.5) 0%, rgb(188,205,210,0.5) 100%);
}.program_information_835::after {
    z-index: 0;
    content: "";
    opacity: 0.08;
    height: 40vw;
    left: -10%;
    width: 40vw;
    transform: rotate(10deg);
    bottom: -15%;
    border-radius: 51% 49% 32% 68% / 41% 38% 62% 59%;
    background: linear-gradient(215deg, rgb(188,205,210,0.5) 0%, rgb(134,182,182) 100%);
    position: absolute;
    filter: blur(70px);
    animation: float 25s infinite alternate-reverse ease-in-out;
}.program_information_835 .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.program_information_835 h2 {
    text-align: center;
    margin-bottom: 3rem;
    transform-origin: center left;
    position: relative;
    color: #000000;
    font-size: 30px;
    transition: transform 0.5s ease;
    font-weight: 700;
}.program_information_835 h2::after {
    transform: translateX(-50%);
    height: 3px;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(134,182,182) 0%, rgb(188,205,210) 100%);
    content: "";
    left: 50%;
    position: absolute;
    width: 80px;
}.program_information_835 .future_skills_946 {
    display: grid;
    perspective: 1000px;
    gap: 2.5rem;
    grid-template-columns: 1fr;
}.program_information_835 .snap_749 {
    transition: transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.05);
    position: relative;
    height: 350px;
    border-radius: 2px;
    overflow: hidden;
    transform: rotateY(-5deg) translateZ(0);
}.program_information_835 .snap_749::before {
    content: "";
    opacity: 0.25;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(134,182,182,0.5) 0%, transparent 100%);
    transition: opacity 0.5s ease;
    right: 0;
    top: 0;
}.program_information_835 .snap_749:hover {
    transform: rotateY(0deg) translateZ(30px) scale(1.02);
}.program_information_835 .snap_749:hover::before {
    opacity: 0.35;
}.program_information_835 .content_zone_068 {
    padding: 2rem;
    background: #ffffff;
    border-radius: 2px;
    transition: transform 0.6s ease, box-shadow 0.6s ease;
    z-index: 1;
    transform: translateZ(0) translateY(-10px);
    position: relative;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}.program_information_835 .content_zone_068::before {
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(188,205,210), rgb(134,182,182));
    transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    height: 0;
    width: 3px;
    position: absolute;
}.program_information_835 .content_zone_068:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transform: translateZ(20px) translateY(-15px);
}.program_information_835 .content_zone_068:hover::before {
    height: 100%;
}.program_information_835 .description {
    font-size: 13px;
    color: #000000;
    overflow-y: auto;
    padding-right: 10px;
    max-height: 300px;
    margin-bottom: 1.5rem;
    position: relative;
    line-height: 1.7;
}.program_information_835 .description:last-child {
    margin-bottom: 0;
}.program_information_835 .description::-webkit-scrollbar {
    width: 4px;
}.program_information_835 .description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}.program_information_835 .description::-webkit-scrollbar-thumb {
    background: linear-gradient(rgb(134,182,182), rgb(188,205,210));
    border-radius: 10px;
}

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

@media (min-width: 768px) {.program_information_835 {
    padding: 7rem 0;
}.program_information_835 h2 {
    margin-bottom: 4rem;
    font-size: calc(30px * 1.1);
}.program_information_835 h2::after {
    width: 100px;
}.program_information_835 .future_skills_946 {
    grid-template-columns: 45% 55%;
    align-items: center;
    gap: 4rem;
}.program_information_835 .snap_749 {
    height: 450px;
}.program_information_835 .content_zone_068 {
    padding: 2.5rem 3rem;
}
}

@media (min-width: 992px) {.program_information_835 {
    padding: 8rem 0;
}.program_information_835 h2 {
    font-size: calc(30px * 1.2);
}.program_information_835 .future_skills_946 {
    gap: 5rem;
}.program_information_835 .snap_749 {
    height: 500px;
}.program_information_835 .content_zone_068 {
    padding: 3rem 4rem;
}.program_information_835 .description {
    max-height: 500px;
    font-size: calc(13px * 1.05);
    line-height: 1.8;
}
}

@media (max-width: 767px) {.program_information_835 {
    padding: 4rem 0;
}.program_information_835 h2 {
    margin-bottom: 2.5rem;
    font-size: calc(30px * 0.9);
}.program_information_835 .snap_749 {
    transform: rotateY(0deg);
    height: 250px;
}.program_information_835 .content_zone_068 {
    padding: 1.5rem;
}.program_information_835 .description {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
    max-height: 250px;
}
}

@media (max-width: 480px) {.program_information_835 {
    padding: 3rem 0;
}.program_information_835 h2 {
    font-size: calc(30px * 0.8);
    margin-bottom: 2rem;
}.program_information_835 h2::after {
    bottom: -10px;
    width: 60px;
}.program_information_835 .snap_749 {
    height: 200px;
}.program_information_835 .content_zone_068 {
    padding: 1.25rem;
}.program_information_835 .description {
    line-height: 1.5;
    font-size: calc(13px * 0.9);
    max-height: 200px;
    margin-bottom: 1rem;
}}.sign_up_now_203 {
    position: relative;
    perspective: 1000px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(188,205,210) 0%, rgb(134,182,182) 100%);
    padding: 5rem 2rem;
    transform-style: preserve-3d;
    z-index: 1;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}.sign_up_now_203::before {
    background: linear-gradient(45deg, rgb(188,205,210,0.5) 0%, transparent 50%);
    width: 100%;
    content: '';
    top: 0;
    position: absolute;
    height: 100%;
    transform: translateZ(-10px);
    left: 0;
    z-index: -1;
}.sign_up_now_203::after {
    height: 100%;
    content: '';
    top: -50%;
    position: absolute;
    z-index: -1;
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 0%, transparent 70%);
    right: -50%;
    width: 100%;
    animation: pulse 8s infinite alternate ease-in-out;
    opacity: 0.2;
}.sign_up_now_203 .container {
    max-width: 1200px;
    justify-content: center;
    z-index: 2;
    position: relative;
    align-items: center;
    transform: translateZ(20px);
    flex-direction: column;
    margin: 0 auto;
    display: flex;
}.sign_up_now_203 h6 {
    font-family: Arial, sans-serif;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.6;
    text-align: center;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 2.5rem;
    font-size: 16px;
    max-width: 90%;
    transform: translateZ(30px);
    letter-spacing: 0.5px;
}.sign_up_now_203 div {
    justify-content: center;
    transform: translateZ(40px);
    display: flex;
}.sign_up_now_203 span {
    display: inline-block;
    transform-style: preserve-3d;
    transition: transform 0.3s ease-out;
    position: relative;
}.sign_up_now_203 a.query_block_826 {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: rgb(188,205,210);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    position: relative;
    transform: translateZ(10px);
    background: #ffffff;
    justify-content: center;
    font-size: 17px;
    border: none;
    padding: 1rem 2.5rem;
    overflow: hidden;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}.sign_up_now_203 a.query_block_826::before {
    content: '';
    background: linear-gradient(45deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
    transform: translateX(-100%);
    width: 100%;
    left: 0;
    height: 100%;
    transition: transform 0.6s ease;
    top: 0;
    position: absolute;
}.sign_up_now_203 a.query_block_826:hover {
    color: rgb(134,182,182);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px) translateZ(15px);
}.sign_up_now_203 a.query_block_826:hover::before {
    transform: translateX(100%);
}.sign_up_now_203 a.query_block_826 span {
    transition: transform 0.3s ease;
    position: relative;
    display: inline-block;
    z-index: 1;
}.sign_up_now_203 a.query_block_826:hover span {
    transform: scale(1.05);
}.sign_up_now_203 a.query_block_826:active {
    transform: translateY(0) translateZ(5px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

@keyframes pulse {
    0% {
        opacity: 0.1;
        transform: scale(1) rotate(0deg);
    }
    50% {
        opacity: 0.2;
        transform: scale(1.1) rotate(5deg);
    }
    100% {
        opacity: 0.1;
        transform: scale(1) rotate(0deg);
    }
}

@media screen and (max-width: 992px) {.sign_up_now_203 {
    padding: 4rem 1.5rem;
}.sign_up_now_203 h6 {
    font-size: calc(16px - 2px);
    margin-bottom: 2rem;
}.sign_up_now_203 a.query_block_826 {
    padding: 0.9rem 2rem;
}
}

@media screen and (max-width: 768px) {.sign_up_now_203 {
    padding: 3.5rem 1.25rem;
}.sign_up_now_203 h6 {
    line-height: 1.5;
    font-size: calc(16px - 4px);
    margin-bottom: 1.75rem;
}.sign_up_now_203::after {
    top: -30%;
    right: -30%;
}
}

@media screen and (max-width: 576px) {.sign_up_now_203 {
    padding: 3rem 1rem;
}.sign_up_now_203 h6 {
    font-size: calc(18px + 1px);
    margin-bottom: 1.5rem;
    max-width: 100%;
}.sign_up_now_203 a.query_block_826 {
    padding: 0.8rem 1.5rem;
    font-size: calc(17px - 1px);
}.sign_up_now_203::before, 
    .sign_up_now_203::after {
    transform: scale(0.8);
}}footer {
    position: relative;
    width: 100%;
}.learn_nav_613 {
    font-family: Arial, sans-serif;
    padding: 70px 0 30px;
    color: #000000;
    position: relative;
    background-color: #ffffff;
}.learn_nav_613::before {
    background: linear-gradient(90deg, rgb(188,205,210), rgb(134,182,182));
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    height: 5px;
    top: 0;
}footer .reward_sys_931 {
    display: grid;
    gap: 60px;
}footer .ask_support_804 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 40px;
}footer .info_item {
    position: relative;
    margin-right: 30px;
    margin-bottom: 15px;
}footer .info_item:last-child {
    margin-right: 0;
}footer .info_item svg {
    height: 18px;
    position: relative;
    top: 3px;
    width: 18px;
    fill: rgb(188,205,210);
    margin-right: 10px;
}footer .info_item p,
footer .info_item a {
    letter-spacing: 0.3px;
    color: #000000;
    text-decoration: none;
    transition: color 0.2s ease;
    font-size: 15px;
}footer .info_item a:hover {
    color: rgb(188,205,210);
}footer .text_main_holder {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}footer .top_learning_805 {
    margin-bottom: 15px;
}footer .top_learning_805 svg {
    height: 40px;
    margin-bottom: 20px;
    width: auto;
}footer .eng_center_490 {
    line-height: 1.6;
    color: #000000;
    max-width: 350px;
    font-size: 13px;
}footer .head_study_196 h5 {
    margin-bottom: 25px;
    font-weight: 600;
    position: relative;
    font-size: 18px;
    color: #000000;
}footer .head_study_196 h5::after {
    width: 30px;
    position: absolute;
    content: "";
    background-color: rgb(188,205,210);
    left: 0;
    bottom: -8px;
    height: 2px;
}footer .head_class_570 {
    margin-bottom: 30px;
}footer .head_class_570 a {
    display: block;
    text-decoration: none;
    transition: transform 0.2s ease, color 0.2s ease;
    font-size: 15px;
    margin-bottom: 12px;
    color: #000000;
}footer .head_class_570 a:hover {
    transform: translateX(5px);
    color: rgb(188,205,210);
}footer .subscribe_holder {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.02);
    padding: 30px;
}footer .subscribe_holder h5 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #000000;
    font-weight: 600;
}footer .subscribe_holder p {
    color: #000000;
    font-size: 15px;
    margin-bottom: 25px;
    line-height: 1.6;
}footer .input_holder {
    flex-direction: column;
    display: flex;
    gap: 10px;
}footer .input_holder input[type="email"] {
    padding: 14px 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    color: #000000;
    background-color: #ffffff;
    font-size: 15px;
    transition: border-color 0.3s ease;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(188,205,210);
}footer .sub_block_541 {
    background-color: rgb(188,205,210);
    cursor: pointer;
    text-align: center;
    padding: 14px 20px;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 600;
    transition: background-color 0.3s ease;
    color: #ffffff;
    border: none;
}footer .sub_block_541:hover {
    background-color: rgb(134,182,182);
}footer .zoom_meet_082 {
    margin-top: 50px;
}footer .ar_tools_275 {
    text-align: center;
    color: #000000;
    font-size: 13px;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .sub_block_541 {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .learn_nav_613 {
    padding: 50px 0 30px;
}footer .ask_support_804 {
    flex-direction: column;
    gap: 15px;
}footer .info_item {
    margin-right: 0;
    margin-bottom: 20px;
}footer .subscribe_holder {
    padding: 20px;
}footer .zoom_meet_082 {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .learn_nav_613 {
    padding: 40px 0 20px;
}footer .reward_sys_931 {
    gap: 40px;
}footer .head_study_196 h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}}.secure_fortification_716 {
    position: relative;
    background: linear-gradient(135deg, rgb(233,236,237) 0%, rgba(245, 245, 250, 0.97) 100%);
    overflow: hidden;
    padding: 5rem 0;
}.secure_fortification_716::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(188,205,210,0.5), 0.03) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(rgb(134,182,182,0.5), 0.04) 0%, transparent 50%);
    content: "";
    pointer-events: none;
    z-index: 1;
    height: 100%;
}.secure_fortification_716 .container {
    position: relative;
    max-width: 1140px;
    z-index: 2;
    padding: 0 2rem;
    margin: 0 auto;
    animation: fadeIn 0.8s ease-out forwards;
    transform: translateZ(0);
}.secure_fortification_716 h1 {
    line-height: 1.2;
    letter-spacing: -0.01em;
    font-weight: 700;
    color: #000000;
    transform: translateX(-5px);
    margin-bottom: 2.5rem;
    position: relative;
    font-size: 40px;
}.secure_fortification_716 h1::after {
    transform-origin: left;
    opacity: 0;
    left: 0;
    width: 80px;
    position: absolute;
    bottom: -12px;
    background: linear-gradient(90deg, rgb(188,205,210) 0%, rgb(134,182,182) 100%);
    height: 3px;
    content: "";
    animation-delay: 0.2s;
    animation: scaleIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.secure_fortification_716 h2 {
    border-left: 3px solid rgb(188,205,210);
    position: relative;
    color: #000000;
    padding-left: 1rem;
    font-weight: 600;
    font-size: 31px;
    margin: 3rem 0 1.5rem;
}.secure_fortification_716 h3 {
    font-weight: 600;
    color: #000000;
    position: relative;
    border-left: 2px solid rgb(134,182,182);
    font-size: calc(31px * 0.85);
    padding-left: 1rem;
    margin: 2.5rem 0 1.25rem;
}.secure_fortification_716 h4 {
    margin: 2rem 0 1rem;
    font-weight: 600;
    padding-left: 1rem;
    font-size: calc(31px * 0.75);
    border-left: 1px solid rgb(134,182,182);
    position: relative;
    color: #000000;
}.secure_fortification_716 p {
    font-size: 16px;
    max-width: 90ch;
    color: #000000;
    margin-bottom: 1.5rem;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    position: relative;
    transform: translateZ(0);
}.secure_fortification_716 p strong {
    font-weight: 600;
    display: inline-block;
    position: relative;
    color: #000000;
}.secure_fortification_716 span {
    display: block;
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    font-size: 16px;
    max-width: 90ch;
}.secure_fortification_716 ul {
    margin: 1.5rem 0 2rem 1.5rem;
    padding: 0;
    list-style-type: none;
}.secure_fortification_716 li {
    font-size: 16px;
    padding-left: 1.8rem;
    color: #000000;
    position: relative;
    line-height: 1.7;
    margin-bottom: 1rem;
}.secure_fortification_716 li::before {
    width: 6px;
    left: 0;
    position: absolute;
    height: 6px;
    content: "";
    border-radius: 50%;
    top: 0.8rem;
    transform: translateY(-50%);
    background-color: rgb(188,205,210);
}.secure_fortification_716 li:nth-child(2n)::before {
    background-color: rgb(134,182,182);
}@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

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


.secure_fortification_716 h2:hover,
.secure_fortification_716 h3:hover,
.secure_fortification_716 h4:hover {
    transition: transform 0.3s ease-out;
    transform: translateX(5px);
}


@media (max-width: 992px) {.secure_fortification_716 {
    padding: 4rem 0;
}.secure_fortification_716 h1 {
    font-size: calc(40px * 0.9);
}.secure_fortification_716 h2 {
    font-size: calc(31px * 0.9);
}.secure_fortification_716 h3 {
    font-size: calc(31px * 0.8);
}.secure_fortification_716 h4 {
    font-size: calc(31px * 0.7);
}
}

@media (max-width: 768px) {.secure_fortification_716 {
    padding: 3rem 0;
}.secure_fortification_716 .container {
    padding: 0 1.5rem;
}.secure_fortification_716 h1 {
    font-size: calc(40px * 0.85);
    margin-bottom: 2rem;
}.secure_fortification_716 h1::after {
    width: 60px;
}.secure_fortification_716 h2 {
    margin: 2.5rem 0 1.25rem;
}.secure_fortification_716 h3 {
    margin: 2rem 0 1rem;
}.secure_fortification_716 li {
    padding-left: 1.5rem;
}
}

@media (max-width: 576px) {.secure_fortification_716 {
    padding: 2.5rem 0;
}.secure_fortification_716 .container {
    padding: 0 1.25rem;
}.secure_fortification_716 h1 {
    font-size: calc(40px * 0.75);
    transform: translateX(0);
}.secure_fortification_716 h2 {
    padding-left: 0.75rem;
    font-size: calc(31px * 0.8);
}.secure_fortification_716 h3 {
    padding-left: 0.75rem;
    font-size: calc(31px * 0.7);
}.secure_fortification_716 h4 {
    padding-left: 0.75rem;
    font-size: calc(31px * 0.6);
}.secure_fortification_716 p,
    .secure_fortification_716 span {
    font-size: calc(16px * 0.95);
}.secure_fortification_716 ul {
    margin-left: 0.5rem;
}.secure_fortification_716 li {
    margin-bottom: 0.8rem;
    font-size: calc(16px * 0.95);
    padding-left: 1.25rem;
}}.title_screen_946 {
    display: flex;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    padding: 2rem;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgb(233,236,237) 0%, rgba(0, 0, 0, 0.5) 100%);
}.title_screen_946::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: 
    radial-gradient(circle at 20% 30%, rgb(188,205,210,0.5) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgb(134,182,182,0.5) 0%, transparent 30%);
    top: 0;
}.title_screen_946::after {
    width: 120%;
    position: absolute;
    background-image: 
    repeating-linear-gradient(45deg, rgb(188,205,210,0.5) 0, rgb(188,205,210,0.5) 1px, transparent 1px, transparent 16px),
    repeating-linear-gradient(135deg, rgb(134,182,182,0.5) 0, rgb(134,182,182,0.5) 1px, transparent 1px, transparent 16px);
    top: -10%;
    height: 120%;
    left: -10%;
    pointer-events: none;
    opacity: 0.1;
    z-index: 1;
    content: "";
}.title_screen_946 .learn_quickpro_549 {
    display: grid;
    max-width: 1200px;
    width: 100%;
    position: relative;
    z-index: 2;
    transform: perspective(1000px) rotateX(2deg);
    gap: 3rem;
    grid-template-columns: 1fr;
}.title_screen_946 .learn_quickpro_549 > div:first-child {
    animation: float 8s ease-in-out infinite;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.05);
    background: linear-gradient(120deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    padding: 2.5rem;
    transform: translateY(-10px);
}.title_screen_946 .learn_quickpro_549 > div:first-child::before {
    top: 0;
    position: absolute;
    height: 100%;
    transform: translateX(-3px);
    background: linear-gradient(to bottom, rgb(188,205,210), rgb(134,182,182));
    content: "";
    width: 6px;
    left: 0;
}.title_screen_946 .learn_quickpro_549 > div:first-child h3 {
    color: #000000;
    font-size: 21px;
    line-height: 1.6;
    margin: 0;
    letter-spacing: 0.02em;
    font-weight: 600;
}.title_screen_946 .expert_studio_046 {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15), 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 3rem;
    background: linear-gradient(145deg, rgb(188,205,210) 0%, rgb(134,182,182) 100%);
    position: relative;
    color: #ffffff;
    transform: perspective(1000px) rotateY(-5deg);
}.title_screen_946 .expert_studio_046:hover {
    transform: perspective(1000px) rotateY(-2deg) translateZ(20px);
}.title_screen_946 .expert_studio_046 h1 {
    font-size: 43px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin: 0 0 1.5rem;
    background-clip: text !important;
    line-height: 1.2;
    -webkit-background-clip: text !important;
    font-weight: 700;
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.85) 100%);
    color: transparent;
    transform: translateX(-5px);
}.title_screen_946 .expert_studio_046 > div {
    align-items: center;
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 5% 95%);
    height: 200px;
    justify-content: center;
    position: relative;
    margin-top: 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    display: flex;
    overflow: hidden;
    transition: all 0.4s ease;
}.title_screen_946 .expert_studio_046 > div::before {
    left: 0;
    background: linear-gradient(45deg, rgb(188,205,210,0.5) 0%, rgb(134,182,182,0.5) 100%);
    top: 0;
    width: 100%;
    mix-blend-mode: multiply;
    position: absolute;
    transition: opacity 0.4s ease;
    opacity: 0.7;
    z-index: 1;
    content: "";
    height: 100%;
}.title_screen_946 .expert_studio_046 > div:hover::before {
    opacity: 0.5;
}.title_screen_946 .expert_studio_046 > div p {
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
    backdrop-filter: blur(5px);
    font-size: calc(12px * 1.2);
    color: #ffffff;
    font-weight: 600;
    padding: 1.5rem;
    text-align: center;
    position: relative;
    transform: translateY(5px);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    max-width: 80%;
    border-left: 3px solid rgb(188,205,210);
}.title_screen_946 .expert_studio_046 > div:hover p {
    transform: translateY(0);
}

@keyframes float {
  0%, 100% { transform: translateY(-10px); }
  50% { transform: translateY(0); }
}

@media (min-width: 768px) {.title_screen_946 .learn_quickpro_549 {
    align-items: center;
    grid-template-columns: 1fr 1.5fr;
}.title_screen_946 .expert_studio_046 {
    padding: 4rem;
}.title_screen_946 .expert_studio_046 > div {
    height: 300px;
}.title_screen_946 .expert_studio_046 h1 {
    font-size: calc(43px * 1.2);
}
}

@media (max-width: 767px) {.title_screen_946 {
    padding: 1rem;
}.title_screen_946 .learn_quickpro_549 {
    transform: perspective(1000px) rotateX(0);
}.title_screen_946 .learn_quickpro_549 > div:first-child {
    padding: 1.5rem;
}.title_screen_946 .learn_quickpro_549 > div:first-child h3 {
    font-size: calc(21px * 0.9);
}.title_screen_946 .expert_studio_046 {
    transform: perspective(1000px) rotateY(0);
    padding: 2rem;
}.title_screen_946 .expert_studio_046 h1 {
    margin-bottom: 1rem;
    font-size: calc(43px * 0.8);
}.title_screen_946 .expert_studio_046 > div {
    height: 150px;
}.title_screen_946 .expert_studio_046 > div p {
    padding: 1rem;
    font-size: 12px;
}
}

@media (max-width: 480px) {.title_screen_946 .learn_quickpro_549 > div:first-child h3 {
    font-size: calc(21px * 0.8);
}.title_screen_946 .expert_studio_046 {
    padding: 1.5rem;
}.title_screen_946 .expert_studio_046 h1 {
    font-size: calc(43px * 0.7);
}.title_screen_946 .expert_studio_046 > div {
    height: 120px;
}.title_screen_946 .expert_studio_046 > div p {
    font-size: calc(12px * 0.9);
    padding: 0.75rem;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(188,205,210);
}header .top_plank .peak_track_276 div svg, header .top_plank .peak_track_276 div svg path {
    fill: #ffffff;
}header .top_plank .peak_track_276 div span {
    color: #ffffff;
}header .top_plank .peak_track_276 {
    font-size: 12px;
    align-items: center;
    padding: 15px 0 10px 0;
    line-height: 21px;
    width: 100%;
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
}header .top_plank .peak_track_276 div {
    margin-right: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}header .top_plank .peak_track_276 div img, header .top_plank .peak_track_276 div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}