﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}html,body {
    auto
contain;
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1243px;
}.head_nav812 {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}.wrapper-structure310 {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}.ssl_info462 {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.learning_process543 {
    padding: 7rem 0;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: rgb(242,238,231);
}.learning_process543::before {
    height: 200%;
    background-size: 60px 60px;
    transform: rotate(15deg);
    width: 200%;
    animation: shiftPattern 60s linear infinite;
    left: -50%;
    content: "";
    background-image: 
        radial-gradient(
            rgb(185,174,164,0.5) 20%, 
            transparent 21%
        ), 
        radial-gradient(
            rgb(217,210,200,0.5) 20%, 
            transparent 21%
        );
    position: absolute;
    z-index: 0;
    background-position: 0 0, 30px 30px;
    top: -50%;
    opacity: 0.3;
}.learning_process543::after {
    width: 100%;
    bottom: 0;
    content: "";
    left: 0;
    z-index: 1;
    height: 40%;
    position: absolute;
    background: linear-gradient(to top, 
        rgb(242,238,231), 
        transparent
    );
}.learning_process543 .virtual_study092 {
    align-items: center;
    animation: appearFromBottom 1s ease-out forwards;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.1),
        0 1px 5px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    background: #ffffff;
    z-index: 2;
    position: relative;
    display: flex;
    max-width: 900px;
    padding: 0;
    flex-direction: column;
    margin: 0 auto;
    border-radius: 15px;
}.learning_process543 h3 {
    text-align: center;
    padding: 2.5rem;
    font-size: 31px;
    position: relative;
    font-weight: 700;
    padding-bottom: 4rem;
    margin: 0;
    width: 100%;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 75%, 
        50% 100%, 
        0 75%
    );
    color: #ffffff;
    background: linear-gradient(135deg, rgb(217,210,200), rgb(185,174,164));
}.learning_process543 h3::before {
    content: "";
    left: 0;
    background: 
        linear-gradient(
            rgba(255, 255, 255, 0.2) 1px, 
            transparent 1px
        ),
        linear-gradient(
            90deg, 
            rgba(255, 255, 255, 0.2) 1px, 
            transparent 1px
        );
    position: absolute;
    bottom: 0;
    top: 0;
    animation: moveGrid 20s linear infinite;
    right: 0;
    background-size: 20px 20px;
    opacity: 0.3;
}.learning_process543 h3::after {
    position: absolute;
    top: 0;
    content: "";
    right: 0;
    left: 0;
    animation: shimmer 5s infinite linear;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.8), 
        transparent
    );
    height: 5px;
}.learning_process543 span {
    position: relative;
    z-index: 1;
    margin-top: -30px;
    padding: 3rem 2.5rem 2.5rem;
    font-size: 14px;
    box-sizing: border-box;
    background: #ffffff;
    line-height: 1.8;
    width: 100%;
    color: #000000;
    border-radius: 0 0 15px 15px;
}.learning_process543 span::before {
    top: -35px;
    transform: translateX(-50%);
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    width: 70px;
    left: 50%;
    content: "";
    border-radius: 50%;
    z-index: -1;
    position: absolute;
    height: 70px;
}.learning_process543 span::after {
    border-radius: 50%;
    box-shadow: 0 0 15px rgb(217,210,200,0.5);
    height: 20px;
    background: rgb(217,210,200);
    transform: translateX(-50%);
    top: -20px;
    position: absolute;
    width: 20px;
    content: "";
    left: 50%;
    animation: pulse 3s infinite;
}

@keyframes appearFromBottom {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes shiftPattern {
    0% {
        transform: rotate(15deg) translateY(0);
    }
    50% {
        transform: rotate(15deg) translateY(-30px);
    }
    100% {
        transform: rotate(15deg) translateY(0);
    }
}

@keyframes moveGrid {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

@keyframes shimmer {
    0% {
        background-position: -1000px;
    }
    100% {
        background-position: 1000px;
    }
}

@keyframes pulse {
    0%, 100% {
        transform: translateX(-50%) scale(1);
        opacity: 1;
    }
    50% {
        transform: translateX(-50%) scale(1.2);
        opacity: 0.8;
    }
}

@media (max-width: 992px) {.learning_process543 {
    padding: 5rem 1.5rem;
}.learning_process543::before {
    background-size: 50px 50px;
    background-position: 0 0, 25px 25px;
}.learning_process543 h3 {
    padding-bottom: 3.5rem;
    font-size: calc(31px * 0.9);
    padding: 2rem;
}.learning_process543 span {
    padding: 2.5rem 2rem 2rem;
}
}

@media (max-width: 768px) {.learning_process543 {
    padding: 4rem 1rem;
}.learning_process543::before {
    background-size: 40px 40px;
    background-position: 0 0, 20px 20px;
}.learning_process543 h3 {
    font-size: calc(31px * 0.8);
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% 80%, 
            50% 100%, 
            0 80%
        );
    padding-bottom: 3rem;
    padding: 1.5rem;
}.learning_process543 span {
    padding: 2.5rem 1.5rem 1.5rem;
    font-size: calc(14px * 0.95);
}.learning_process543 span::before {
    width: 60px;
    top: -30px;
    height: 60px;
}.learning_process543 span::after {
    width: 16px;
    top: -18px;
    height: 16px;
}}footer {
    position: relative;
    z-index: 1;
    width: 100%;
}.ssl_info462 {
    font-family: Arial, sans-serif;
    color: #ffffff;
    padding: 80px 0 30px;
    position: relative;
    background: linear-gradient(135deg, #000000, rgb(185,174,164));
}.ssl_info462::before {
    bottom: 0;
    left: 0;
    content: "";
    right: 0;
    pointer-events: none;
    position: absolute;
    background: radial-gradient(circle at 10% 20%, rgb(185,174,164,0.5) 0%, transparent 50%);
    top: 0;
}.ssl_info462::after {
    bottom: 0;
    top: 0;
    content: "";
    left: 0;
    animation: shiftGradient 15s infinite linear;
    background: linear-gradient(45deg, transparent 40%, rgb(217,210,200,0.5) 70%, transparent 100%);
    right: 0;
    position: absolute;
    pointer-events: none;
}@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.ssl_info462 .container {
    position: relative;
    z-index: 2;
}footer .pledge_block948 {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
}footer .write_experts935 {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    gap: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 26px;
    backdrop-filter: blur(8px);
    transform: translateY(0);
    padding: 25px;
    display: flex;
}footer .write_experts935:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}footer .info_item {
    align-items: center;
    display: flex;
    flex: 1 1 220px;
}footer .info_item svg {
    margin-right: 12px;
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 0 3px rgb(217,210,200,0.5));
    fill: rgb(217,210,200);
}footer .info_item:hover svg {
    transform: scale(1.1);
}footer .info_item p, footer .info_item a {
    color: #ffffff;
    font-size: 15px;
    transition: color 0.3s ease;
    align-items: center;
    text-decoration: none;
    font-weight: 400;
    display: flex;
}footer .info_item a:hover {
    color: rgb(217,210,200);
    text-shadow: 0 0 8px rgb(217,210,200,0.5);
}footer .text_main_holder {
    gap: 40px;
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr;
}footer .main_skill654 {
    display: flex;
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
}footer .main_skill654 svg {
    margin-bottom: 10px;
    width: auto;
    filter: drop-shadow(0 0 5px rgb(217,210,200,0.5));
    height: 50px;
    transition: filter 0.3s ease;
}footer .main_skill654:hover svg {
    filter: drop-shadow(0 0 8px rgb(217,210,200));
}footer .green_edu812 {
    opacity: 0.8;
    font-size: 14px;
    max-width: 300px;
    color: #ffffff;
    line-height: 1.5;
}footer .first_section861 {
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.03);
    padding: 25px;
    position: relative;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: box-shadow 0.3s ease;
}footer .first_section861:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .first_section861::before {
    top: -2px;
    right: -2px;
    left: -2px;
    position: absolute;
    opacity: 0;
    bottom: -2px;
    background: linear-gradient(45deg, rgb(217,210,200), transparent, rgb(185,174,164), transparent);
    content: "";
    border-radius: calc(26px + 2px);
    transition: opacity 0.5s ease;
    z-index: -1;
}footer .first_section861:hover::before {
    opacity: 0.7;
    animation: borderRotate 6s linear infinite;
}@keyframes borderRotate {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

footer .first_section861 h5 {
    position: relative;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 23px;
}footer .first_section861 h5::after {
    position: absolute;
    width: 50px;
    background: rgb(217,210,200);
    transition: width 0.3s ease;
    bottom: -1px;
    content: "";
    left: 0;
    height: 2px;
}footer .first_section861:hover h5::after {
    width: 100px;
}footer .head_section728 {
    gap: 10px;
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}footer .head_section728 a {
    position: relative;
    color: #ffffff;
    font-weight: 400;
    font-size: calc(15px - 1px);
    padding-left: 15px;
    transition: color 0.3s ease, padding-left 0.3s ease;
    text-decoration: none;
}footer .head_section728 a::before {
    left: 0;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    height: 6px;
    width: 6px;
    position: absolute;
    content: "";
    top: 50%;
    background-color: rgb(217,210,200);
    opacity: 0.7;
    border-radius: 50%;
    transform: translateY(-50%) scale(0.8);
}footer .head_section728 a:hover {
    color: rgb(217,210,200);
    padding-left: 20px;
}footer .head_section728 a:hover::before {
    box-shadow: 0 0 5px rgb(217,210,200), 0 0 10px rgb(217,210,200,0.5);
    opacity: 1;
    background-color: rgb(217,210,200);
    transform: translateY(-50%) scale(1);
}footer .subscribe_holder {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border-radius: 26px;
    background: linear-gradient(135deg, rgb(185,174,164,0.5), #000000);
    padding: 30px;
    position: relative;
}footer .subscribe_holder::before {
    width: 200%;
    background: radial-gradient(circle, transparent 20%, #000000 70%);
    left: -50%;
    top: -50%;
    position: absolute;
    content: "";
    z-index: -1;
    height: 200%;
    animation: pulseBackground 10s infinite ease-in-out;
}@keyframes pulseBackground {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

footer .subscribe_holder h5 {
    font-weight: 600;
    position: relative;
    margin-bottom: 15px;
    display: inline-block;
    font-size: 23px;
    color: #ffffff;
}footer .subscribe_holder h5::after {
    width: 100%;
    content: "";
    background: linear-gradient(90deg, rgb(217,210,200), transparent);
    bottom: -5px;
    position: absolute;
    height: 2px;
    left: 0;
}footer .subscribe_holder p {
    margin-bottom: 20px;
    line-height: 1.6;
    opacity: 0.9;
    font-size: 15px;
    color: #ffffff;
}footer .input_holder {
    display: flex;
    gap: 15px;
    position: relative;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    color: #ffffff;
    padding: 14px 16px;
    font-size: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    width: 100%;
}footer .input_holder input[type="email"]:focus {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 10px rgb(217,210,200,0.5);
    border-color: rgb(217,210,200);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .mail_block492 {
    position: relative;
    font-size: 18px;
    overflow: hidden;
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    background: rgb(217,210,200);
    border: none;
    border-radius: 10px;
    padding: 14px 24px;
    cursor: pointer;
    transition: all 0.3s ease;
}footer .mail_block492::before {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
    left: -100%;
}footer .mail_block492:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background: rgb(185,174,164);
}footer .mail_block492:hover::before {
    left: 100%;
}footer .discount_cta469 {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 50px;
    padding-top: 20px;
}footer .knowl_base849 {
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align: center;
    opacity: 0.7;
    color: #ffffff;
}

@media (min-width: 768px) {footer .info_item {
    flex: 1 1 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .mail_block492 {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .pledge_block948 {
    grid-template-columns: 1fr;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .write_experts935 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}footer .info_item {
    flex: 0 1 auto;
}
}

@media (max-width: 767px) {footer .ssl_info462 {
    padding: 60px 0 30px;
}footer .write_experts935 {
    gap: 15px;
    padding: 20px;
    flex-direction: column;
}footer .info_item {
    width: 100%;
}footer .first_section861, footer .subscribe_holder {
    padding: 20px;
}footer .subscribe_holder h5, footer .first_section861 h5 {
    font-size: calc(23px - 2px);
}footer .subscribe_holder p, footer .head_section728 a {
    font-size: calc(15px - 2px);
}footer .discount_cta469 {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .ssl_info462 {
    padding: 40px 0 20px;
}footer .write_experts935, footer .first_section861, footer .subscribe_holder {
    padding: 15px;
}footer .input_holder input[type="email"], footer .mail_block492 {
    padding: 12px;
}footer .main_skill654 svg {
    height: 40px;
}footer .green_edu812 {
    font-size: calc(14px - 1px);
}}.client_feedback472 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(242,238,231) 0%, rgb(217,210,200,0.5) 100%);
    padding: 5rem 0;
}.client_feedback472::before {
    left: 0;
    opacity: 0.4;
    height: 100%;
    width: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(185,174,164,0.5) 0%, transparent 60%);
    top: 0;
    position: absolute;
    content: "";
    z-index: 1;
}.client_feedback472::after {
    bottom: -10px;
    transform: rotate(-1deg);
    content: "";
    filter: blur(15px);
    left: -10%;
    position: absolute;
    width: 120%;
    opacity: 0.3;
    background: #ffffff;
    height: 20px;
}.client_feedback472 h2 {
    margin-bottom: 3rem;
    z-index: 2;
    text-shadow: 2px 2px 4px rgb(255, 255, 255, 0.5);
    color: #000000;
    letter-spacing: 0.5px;
    transform: perspective(1000px) rotateX(2deg);
    font-size: 33px;
    font-weight: 700;
    text-align: center;
    position: relative;
}.client_feedback472 h2::after {
    background: linear-gradient(90deg, rgb(217,210,200) 0%, rgb(185,174,164) 100%);
    position: absolute;
    width: 80px;
    left: 50%;
    border-radius: 10px;
    transform: translateX(-50%);
    bottom: -15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    content: "";
    height: 4px;
}.client_feedback472 .container.virtual_study092 {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.client_feedback472 .client_opinions328 {
    display: grid;
    padding: 0.5rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
}.client_feedback472 .rating_praise186 {
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.08), 
                -12px -12px 24px rgba(255, 255, 255, 0.8);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.3s ease-out;
    position: relative;
    background: #ffffff;
    padding: 1.5rem;
    border-radius: 24px;
    overflow: hidden;
}.client_feedback472 .rating_praise186:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1), 
                -15px -15px 30px rgba(255, 255, 255, 1),
                0 10px 20px rgba(rgb(217,210,200,0.5), 0.2);
}.client_feedback472 .rating_praise186::before {
    transform-origin: left;
    top: 0;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    left: 0;
    transform: scaleX(0);
    content: "";
    height: 5px;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(217,210,200) 0%, rgb(185,174,164) 100%);
}.client_feedback472 .rating_praise186:hover::before {
    transform: scaleX(1);
}.client_feedback472 .rating_praise186 h3 {
    font-weight: 600;
    font-size: 23px;
    color: #000000;
    display: inline-block;
    margin-bottom: 0.75rem;
    position: relative;
}.client_feedback472 .rating_praise186 h3::after {
    left: 0;
    content: "";
    background: rgb(185,174,164);
    width: 30px;
    position: absolute;
    height: 2px;
    transition: width 0.3s ease;
    bottom: -5px;
}.client_feedback472 .rating_praise186:hover h3::after {
    width: 100%;
}.client_feedback472 .rating_praise186 .description {
    color: #000000;
    z-index: 1;
    position: relative;
    margin-bottom: 1.5rem;
    font-size: 13px;
    line-height: 1.6;
}.client_feedback472 .rating_praise186 .description::before {
    top: -2rem;
    transition: transform 0.4s ease, opacity 0.3s ease;
    position: absolute;
    opacity: 0.15;
    font-size: 5rem;
    left: -1rem;
    color: rgb(185,174,164,0.5);
    content: "";
    z-index: -1;
}.client_feedback472 .rating_praise186:hover .description::before {
    transform: translateY(-5px) rotate(-5deg);
    opacity: 0.25;
}.client_feedback472 .rating_praise186 div {
    width: 70px;
    box-shadow: 
        inset 4px 4px 8px rgba(0, 0, 0, 0.1),
        inset -4px -4px 8px rgba(255, 255, 255, 0.8),
        4px 4px 10px rgba(0, 0, 0, 0.05);
    height: 70px;
    position: relative;
    transition: transform 0.4s ease;
    border-radius: 50%;
    overflow: hidden;
}.client_feedback472 .rating_praise186:hover div {
    transform: scale(1.1) translateX(5px);
}.client_feedback472 .rating_praise186 div::before {
    height: 100%;
    position: absolute;
    opacity: 0;
    background: radial-gradient(circle at 30% 30%, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
    transition: opacity 0.3s ease;
    width: 100%;
    content: "";
    z-index: 2;
}.client_feedback472 .rating_praise186:hover div::before {
    opacity: 1;
}.client_feedback472 .rating_praise186 div img {
    object-fit: cover;
    transition: transform 0.5s ease;
    width: 100%;
    height: 100%;
}.client_feedback472 .rating_praise186:hover div img {
    transform: scale(1.1);
}

@media (max-width: 991px) {.client_feedback472 {
    padding: 4rem 0;
}.client_feedback472 h2 {
    margin-bottom: 2.5rem;
    font-size: calc(33px * 0.9);
}.client_feedback472 .client_opinions328 {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 767px) {.client_feedback472 {
    padding: 3rem 0;
}.client_feedback472 h2 {
    margin-bottom: 2rem;
    font-size: calc(33px * 0.8);
    transform: perspective(1000px) rotateX(1deg);
}.client_feedback472 h2::after {
    width: 60px;
    height: 3px;
}.client_feedback472 .client_opinions328 {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.client_feedback472 .rating_praise186 {
    padding: 1.25rem;
}
}

@media (max-width: 575px) {.client_feedback472 {
    padding: 2.5rem 0;
}.client_feedback472 h2 {
    font-size: calc(33px * 0.7);
    padding: 0 1rem;
    transform: none;
}.client_feedback472 .client_opinions328 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 0 1rem;
}.client_feedback472 .rating_praise186 {
    padding: 1.25rem;
}.client_feedback472 .rating_praise186:hover {
    transform: translateY(-5px);
}
}

@media (min-width: 1400px) {.client_feedback472 h2 {
    font-size: calc(33px * 1.1);
}.client_feedback472 .client_opinions328 {
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}.client_feedback472 .rating_praise186 {
    padding: 2rem;
}
}

@media (prefers-reduced-motion: reduce) {.client_feedback472 .rating_praise186,
    .client_feedback472 .rating_praise186::before,
    .client_feedback472 .rating_praise186 h3::after,
    .client_feedback472 .rating_praise186 div,
    .client_feedback472 .rating_praise186 div img,
    .client_feedback472 .rating_praise186 .description::before {
    transition: none;
}.client_feedback472 .rating_praise186:hover {
    transform: none;
}.client_feedback472 .rating_praise186:hover div {
    transform: none;
}.client_feedback472 .rating_praise186:hover div img {
    transform: none;
}}.thankPageID842 {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, hsl(210, 40%, 95%), hsl(210, 40%, 98%));
}.thankPageID842::before {
    height: 200%;
    transform: rotate(-15deg);
    background: radial-gradient(circle at 20% 30%, rgb(217,210,200,0.5), transparent 60%);
    position: absolute;
    content: "";
    z-index: 0;
    width: 120%;
    opacity: 0.2;
    top: -50%;
    left: -20%;
}.thankPageID842::after {
    width: 70%;
    position: absolute;
    height: 70%;
    bottom: -10%;
    background: radial-gradient(circle at 80% 80%, rgb(185,174,164,0.5), transparent 60%);
    z-index: 0;
    opacity: 0.15;
    right: -10%;
    content: "";
}.thankPageID842 .container {
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 1;
    max-width: 1200px;
}.thankPageID842 .virtual_study092 {
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s ease;
    clip-path: polygon(
        0 0,
        100% 0,
        98% 98%,
        2% 100%
    );
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.05),
        -20px -20px 60px rgba(255, 255, 255, 0.9),
        inset 5px 5px 10px rgba(255, 255, 255, 0.8),
        inset -5px -5px 10px rgba(0, 0, 0, 0.03);
    padding: 3.5rem;
    border-radius: 16px;
}.thankPageID842 .virtual_study092:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.07),
        -25px -25px 70px rgba(255, 255, 255, 1),
        inset 5px 5px 10px rgba(255, 255, 255, 0.9),
        inset -5px -5px 10px rgba(0, 0, 0, 0.04);
}.thankPageID842 .virtual_study092 > div:first-child {
    overflow: hidden;
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 1.5rem;
}.thankPageID842 .virtual_study092 > div:first-child::after {
    left: 0;
    animation: gradientSlide 6s infinite ease-in-out;
    border-radius: 3px;
    height: 3px;
    position: absolute;
    width: 100%;
    bottom: 0;
    background-size: 200% 100%;
    content: "";
    box-shadow: 0 2px 6px rgba(rgb(217,210,200,0.5), 0.2);
    background: linear-gradient(90deg, rgb(217,210,200), rgb(185,174,164), rgb(217,210,200));
}.thankPageID842 h5 {
    position: relative;
    margin: 0;
    font-weight: 700;
    padding-left: 1.2rem;
    transform: translateZ(0);
    font-size: calc(19px * 1.15);
    color: #000000;
    line-height: 1.4;
}.thankPageID842 h5::before {
    position: absolute;
    left: 0;
    width: 6px;
    transform: translateZ(0);
    box-shadow: 
        1px 1px 3px rgba(0, 0, 0, 0.1),
        -1px -1px 3px rgba(255, 255, 255, 0.7);
    background: rgb(217,210,200);
    content: "";
    height: 90%;
    top: 0.1em;
    border-radius: 3px;
}.thankPageID842 .virtual_study092 > div:last-child {
    transform: translateZ(0);
    position: relative;
    transition: all 0.3s ease;
    padding: 0.5rem 0;
}.thankPageID842 a {
    background: 
        linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(240, 245, 250, 0.5));
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.03),
        -4px -4px 8px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.5);
    border-radius: 12px;
    padding: 0.5rem 1.2rem;
    display: block;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    backdrop-filter: blur(8px);
    transform: translateZ(0);
}.thankPageID842 a:hover {
    box-shadow: 
        2px 2px 5px rgba(0, 0, 0, 0.02),
        -2px -2px 5px rgba(255, 255, 255, 0.7),
        inset 3px 3px 6px rgba(0, 0, 0, 0.03),
        inset -3px -3px 6px rgba(255, 255, 255, 0.7);
    transform: translateY(1px);
}.thankPageID842 a:active {
    box-shadow: 
        inset 4px 4px 8px rgba(0, 0, 0, 0.05),
        inset -4px -4px 8px rgba(255, 255, 255, 0.8);
    transform: translateY(2px);
}.thankPageID842 p {
    margin: 0;
    font-size: 12px;
    line-height: 1.7;
    color: #000000;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

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

@media (max-width: 991px) {.thankPageID842 {
    padding: 5rem 0;
}.thankPageID842 .virtual_study092 {
    transform: perspective(800px) rotateX(1deg);
    padding: 2.5rem;
}.thankPageID842 h5 {
    font-size: calc(19px * 1.05);
}.thankPageID842 .virtual_study092 > div:first-child {
    margin-bottom: 1.5rem;
    padding-bottom: 1.2rem;
}
}

@media (max-width: 767px) {.thankPageID842 {
    padding: 4rem 0;
}.thankPageID842 .virtual_study092 {
    transform: none;
    padding: 2rem;
    clip-path: polygon(
            0 0,
            100% 0,
            97% 97%,
            3% 100%
        );
}.thankPageID842 h5 {
    font-size: 19px;
    padding-left: 1rem;
}.thankPageID842 h5::before {
    width: 4px;
}.thankPageID842 a {
    padding: 0.5rem 1rem;
}.thankPageID842 p {
    font-size: calc(12px - 1px);
}
}

@media (max-width: 575px) {.thankPageID842 {
    padding: 3.5rem 0;
}.thankPageID842 .container {
    padding: 0 1.5rem;
}.thankPageID842 .virtual_study092 {
    clip-path: polygon(
            0 0,
            100% 0,
            96% 96%,
            4% 100%
        );
    border-radius: 12px;
    padding: 1.75rem;
}.thankPageID842 h5 {
    font-size: calc(19px - 2px);
    padding-left: 0.8rem;
}.thankPageID842 h5::before {
    width: 3px;
}.thankPageID842 .virtual_study092 > div:first-child {
    margin-bottom: 1.2rem;
    padding-bottom: 1rem;
}.thankPageID842 a {
    border-radius: 8px;
    padding: 0.4rem 0.8rem;
}.thankPageID842 p {
    font-size: calc(12px - 2px);
    line-height: 1.6;
}}.pricing_bucket516 {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.pricing_bucket516::before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    top: 0;
    background: linear-gradient(135deg, rgba(18, 46, 101, 0.85), rgba(44, 62, 80, 0.9));
    left: 0;
    z-index: 1;
}.pricing_bucket516 .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
}.learning_pricing621 {
    position: relative;
}.pricing_bucket516 h2 {
    font-size: 28px;
    color: #ffffff;
    animation: titleFadeIn 0.8s ease-out forwards;
    position: relative;
    margin-bottom: 25px;
    text-align: center;
    font-weight: 700;
    transform: translateY(0);
}.pricing_bucket516 .learning_rates785 {
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto 60px;
    animation: fadeIn 0.8s ease-out 0.3s forwards;
    text-align: center;
    font-size: 15px;
    position: relative;
    color: #ffffff;
    opacity: 0;
}.pricing_bucket516 .study_costs845 {
    padding: 0;
    display: grid;
    margin: 0;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
}.pricing_bucket516 .study_costs845 li {
    perspective: 1000px;
    transform-style: preserve-3d;
}.pricing_bucket516 .plan_rates063 {
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    display: block;
    text-decoration: none;
    transform: translateZ(0);
    height: 100%;
}.pricing_bucket516 .plan_rates063:hover {
    transform: translateY(-10px) scale(1.02);
}.pricing_bucket516 .pricing_offers860 {
    height: 100%;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 96%, 96% 100%, 0 100%);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(240, 240, 240, 0.85));
}.pricing_bucket516 .plan_rates063:hover .pricing_offers860 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(0, 0, 0, 0.1);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(240, 240, 240, 0.9));
}.pricing_bucket516 .pricing_offers860::before {
    transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    height: 6px;
    top: 0;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(217,210,200), rgb(185,174,164));
    transform-origin: left;
}.pricing_bucket516 .plan_rates063:hover .pricing_offers860::before {
    transform: scaleX(1);
}.pricing_bucket516 .class_cost853 {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 35px 30px;
}.pricing_bucket516 .class_cost853 h4 {
    font-size: calc(22px * 1.1);
    color: #000000;
    margin: 0 0 20px;
    position: relative;
    font-weight: 700;
    transition: color 0.3s ease;
    padding-bottom: 15px;
}.pricing_bucket516 .plan_rates063:hover .class_cost853 h4 {
    color: rgb(217,210,200);
}.pricing_bucket516 .class_cost853 h4::after {
    bottom: 0;
    background: rgb(217,210,200);
    width: 40px;
    left: 0;
    content: "";
    position: absolute;
    height: 3px;
    transition: width 0.4s ease;
}.pricing_bucket516 .plan_rates063:hover .class_cost853 h4::after {
    width: 60px;
}.pricing_bucket516 .class_cost853 p {
    color: #000000;
    word-break: break-word;
    line-height: 1.6;
    flex-grow: 1;
    font-size: calc(15px * 0.95);
    overflow-wrap: break-word;
    margin: 0 0 25px;
}.pricing_bucket516 .price_view897 {
    position: relative;
    padding: 12px 25px;
    overflow: hidden;
    transition: all 0.3s ease;
    border-radius: 50px;
    color: #000000;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: inline-block;
    font-weight: 700;
    align-self: flex-start;
    background: linear-gradient(135deg, rgba(240, 240, 240, 0.8), rgba(255, 255, 255, 0.9));
    font-size: calc(22px * 1.4);
}.pricing_bucket516 .plan_rates063:hover .price_view897 {
    box-shadow: 0 8px 20px rgba(var(--primary-color-rgb), 0.3);
    background: linear-gradient(135deg, rgb(217,210,200,0.5), rgb(217,210,200));
    color: #ffffff;
}.pricing_bucket516 .price_view897::before {
    left: -100%;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    top: 0;
    width: 100%;
    transition: left 0.7s ease;
}.pricing_bucket516 .plan_rates063:hover .price_view897::before {
    left: 100%;
}

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

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 1200px) {.pricing_bucket516 {
    padding: 100px 0;
}.pricing_bucket516 .study_costs845 {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
}

@media (max-width: 991px) {.pricing_bucket516 {
    padding: 80px 0;
}.pricing_bucket516 h2 {
    font-size: calc(28px * 0.9);
}.pricing_bucket516 .learning_rates785 {
    margin-bottom: 50px;
    font-size: calc(15px * 0.95);
}.pricing_bucket516 .study_costs845 {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.pricing_bucket516 .class_cost853 {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.pricing_bucket516 {
    padding: 70px 0;
}.pricing_bucket516 h2 {
    margin-bottom: 20px;
    font-size: calc(28px * 0.85);
}.pricing_bucket516 .learning_rates785 {
    margin-bottom: 40px;
    font-size: calc(15px * 0.9);
}.pricing_bucket516 .study_costs845 {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 25px;
}.pricing_bucket516 .class_cost853 h4 {
    font-size: 22px;
}.pricing_bucket516 .class_cost853 p {
    margin-bottom: 20px;
    font-size: calc(15px * 0.9);
}.pricing_bucket516 .price_view897 {
    font-size: calc(22px * 1.3);
    padding: 10px 20px;
}
}

@media (max-width: 480px) {.pricing_bucket516 {
    padding: 60px 0;
}.pricing_bucket516 h2 {
    font-size: calc(28px * 0.8);
}.pricing_bucket516 .learning_rates785 {
    font-size: calc(15px * 0.85);
    margin-bottom: 35px;
}.pricing_bucket516 .class_cost853 {
    padding: 25px 20px;
}.pricing_bucket516 .class_cost853 h4 {
    padding-bottom: 12px;
    margin-bottom: 15px;
}.pricing_bucket516 .class_cost853 p {
    font-size: calc(15px * 0.85);
    line-height: 1.5;
}.pricing_bucket516 .price_view897 {
    padding: 8px 18px;
    font-size: calc(22px * 1.2);
}}.educational_yield452 {
    background: linear-gradient(135deg, rgb(242,238,231) 0%, rgba(245, 245, 250, 0.95) 100%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.educational_yield452::before {
    left: 0;
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(217,210,200,0.5), 0.07) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgba(rgb(185,174,164,0.5), 0.09) 0%, transparent 50%);
    height: 100%;
    content: '';
    position: absolute;
    width: 100%;
    z-index: 0;
}.educational_yield452 h5 {
    text-align: center;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    color: #000000;
    position: relative;
    z-index: 2;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 3rem;
    transform: translateY(0);
}.educational_yield452 h5::after {
    bottom: -12px;
    transform: translateX(-50%);
    height: 3px;
    background: linear-gradient(90deg, rgb(217,210,200) 0%, rgb(185,174,164) 100%);
    border-radius: 10px;
    content: '';
    position: absolute;
    left: 50%;
    width: 80px;
}.educational_yield452 .container {
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 15px;
}.educational_yield452 .virtual_study092 {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(0);
    border-radius: 15px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
    background: #ffffff;
    gap: 2rem;
}.educational_yield452 .virtual_study092:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}.educational_yield452 .thumbnail_image824 {
    transform: scale(1);
    height: 300px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    width: 100%;
    transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    object-fit: cover;
}.educational_yield452 .virtual_study092:hover .thumbnail_image824 {
    transform: scale(1.05);
}.educational_yield452 .text_area264 {
    padding: 2rem;
    position: relative;
}.educational_yield452 .text_area264::before {
    top: 0;
    content: '';
    transition: height 0.5s ease-out;
    width: 4px;
    background: linear-gradient(to bottom, rgb(217,210,200), rgb(185,174,164));
    left: 0;
    height: 0;
    position: absolute;
}.educational_yield452 .virtual_study092:hover .text_area264::before {
    height: 100%;
}.educational_yield452 ul {
    gap: 1.25rem;
    grid-template-columns: 1fr;
    padding: 0;
    display: grid;
    list-style: none;
    margin: 0;
}.educational_yield452 li {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    padding-left: 2.5rem;
    position: relative;
    transform: translateX(0);
}.educational_yield452 li:hover {
    transform: translateX(10px);
}.educational_yield452 li p {
    align-items: flex-start;
    margin: 0;
    line-height: 1.6;
    display: flex;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 17px;
}.educational_yield452 li svg {
    left: 0;
    width: 24px;
    top: 0;
    height: 24px;
    transform: translateY(2px);
    transition: transform 0.3s ease;
    position: absolute;
}.educational_yield452 li:hover svg {
    transform: translateY(2px) rotate(10deg);
}.educational_yield452 li svg path {
    transition: fill 0.3s ease;
    fill: rgb(217,210,200);
}.educational_yield452 li:hover svg path {
    fill: rgb(185,174,164);
}.educational_yield452 li:nth-child(odd) {
    padding-bottom: 0.5rem;
    background: linear-gradient(90deg, rgba(rgb(217,210,200,0.5), 0.03) 0%, transparent 100%);
    padding-top: 0.5rem;
    border-radius: 10px;
}.educational_yield452 li:nth-child(even) {
    padding-top: 0.5rem;
    background: linear-gradient(90deg, rgba(rgb(185,174,164,0.5), 0.03) 0%, transparent 100%);
    padding-bottom: 0.5rem;
    border-radius: 10px;
}

@media (min-width: 768px) {.educational_yield452 .virtual_study092 {
    align-items: center;
    grid-template-columns: 0.8fr 1.2fr;
}.educational_yield452 .thumbnail_image824 {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    height: 100%;
}.educational_yield452 ul {
    grid-template-columns: repeat(2, 1fr);
}.educational_yield452 li {
    margin-bottom: 0.5rem;
}
}

@media (min-width: 992px) {.educational_yield452 {
    padding: 8rem 0;
}.educational_yield452 h5 {
    font-size: calc(22px * 1.1);
    margin-bottom: 4rem;
}.educational_yield452 .text_area264 {
    padding: 3rem;
}.educational_yield452 li {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.4s ease;
}.educational_yield452 li:hover {
    background-color: rgba(rgb(185,174,164,0.5), 0.08);
}
}

@media (max-width: 767px) {.educational_yield452 {
    padding: 4rem 0;
}.educational_yield452 h5 {
    font-size: calc(22px * 0.9);
    padding: 0 1rem;
}.educational_yield452 .text_area264 {
    padding: 1.5rem;
}.educational_yield452 li {
    margin-bottom: 1rem;
}.educational_yield452 li p {
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 480px) {.educational_yield452 h5 {
    font-size: calc(22px * 0.8);
}.educational_yield452 .text_area264 {
    padding: 1.25rem;
}.educational_yield452 li {
    padding-left: 2rem;
}.educational_yield452 li svg {
    height: 20px;
    width: 20px;
}}.course_program_description924 {
    position: relative;
    padding: 5rem 0;
    background: rgb(242,238,231);
    overflow: hidden;
}.course_program_description924::before {
    z-index: 1;
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, rgb(217,210,200,0.5) 0%, transparent 70%);
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
}.course_program_description924::after {
    z-index: 1;
    position: absolute;
    width: 150px;
    transform: rotate(-15deg);
    content: "";
    height: 150px;
    right: -10px;
    background: linear-gradient(225deg, rgb(185,174,164) 0%, transparent 80%);
    bottom: -10px;
}.course_program_description924 .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
}.course_program_description924 .class_route290 {
    grid-template-columns: 1fr;
    gap: 3rem;
    display: grid;
    position: relative;
}.course_program_description924 .thumbnail_image824 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    height: 300px;
    width: 100%;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}.course_program_description924 .thumbnail_image824::before {
    content: "";
    position: absolute;
    background: linear-gradient(to right, rgb(217,210,200,0.5) 0%, transparent 100%);
    top: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    left: 0;
}.course_program_description924 .thumbnail_image824::after {
    z-index: -1;
    position: absolute;
    opacity: 0.5;
    bottom: -10px;
    width: calc(100% + 20px);
    transform: translate(10px, 10px);
    content: "";
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
    height: calc(100% + 20px);
    border: 2px solid rgb(185,174,164);
    left: -10px;
}.course_program_description924 .thumbnail_image824:hover {
    transform: perspective(1000px) rotateX(0deg);
}.course_program_description924 .thumbnail_image824:hover::after {
    opacity: 0.8;
    transform: translate(5px, 5px);
}.course_program_description924 .text_area264 {
    border-left: 4px solid rgb(217,210,200);
    padding: 2rem;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
    position: relative;
}.course_program_description924 .text_area264::before {
    width: 100px;
    z-index: -1;
    content: "";
    right: 0;
    background: linear-gradient(135deg, rgb(185,174,164,0.5) 0%, transparent 70%);
    height: 100px;
    position: absolute;
    transform: translate(20px, -20px);
    top: 0;
}.course_program_description924 h3 {
    font-weight: 700;
    transform: translateX(-10px);
    margin-bottom: 1.5rem;
    position: relative;
    color: rgb(217,210,200);
    opacity: 0;
    font-size: calc(19px * 1.1);
    animation: slideInTitle 0.8s 0.2s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
}.course_program_description924 h3::after {
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    left: 0;
    position: absolute;
    height: 3px;
    content: "";
    animation: expandLine 0.6s 0.8s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    background: rgb(185,174,164);
    width: 50px;
    bottom: -8px;
    transform: scaleX(0);
    transform-origin: left;
}.course_program_description924 .description {
    position: relative;
    padding-right: 10px;
    font-size: 15px;
    color: #000000;
    margin-bottom: 1.5rem;
    line-height: 1.6;
    overflow-y: auto;
    max-height: 300px;
}.course_program_description924 .description::-webkit-scrollbar {
    width: 4px;
}.course_program_description924 .description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}.course_program_description924 .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(217,210,200,0.5);
}.course_program_description924 p.description {
    transform: translateY(20px);
    opacity: 0;
    animation: fadeInUp 0.8s 0.4s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
}.course_program_description924 span.description {
    display: none;
}

@keyframes slideInTitle {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}

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

@media (min-width: 768px) {.course_program_description924 {
    padding: 6rem 0;
}.course_program_description924 .class_route290 {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 4rem;
}.course_program_description924 .thumbnail_image824 {
    height: 400px;
}.course_program_description924 h3 {
    font-size: calc(19px * 1.2);
}.course_program_description924 .text_area264 {
    padding: 2.5rem;
}
}

@media (min-width: 992px) {.course_program_description924 {
    padding: 8rem 0;
}.course_program_description924 .class_route290 {
    gap: 5rem;
}.course_program_description924 .thumbnail_image824 {
    height: 500px;
}.course_program_description924 h3 {
    margin-bottom: 2rem;
    font-size: calc(19px * 1.4);
}.course_program_description924 h3::after {
    width: 70px;
}.course_program_description924 .description {
    max-height: 350px;
}.course_program_description924 .text_area264 {
    padding: 3rem;
}.course_program_description924 .text_area264::before {
    width: 150px;
    height: 150px;
}
}

@media (max-width: 767px) {.course_program_description924 {
    padding: 4rem 0;
}.course_program_description924 .container {
    padding: 0 1.5rem;
}.course_program_description924 .thumbnail_image824 {
    height: 250px;
}.course_program_description924 .text_area264 {
    padding: 1.5rem;
}.course_program_description924 h3 {
    font-size: 19px;
    margin-bottom: 1.2rem;
}.course_program_description924 .description {
    max-height: 250px;
}
}

@media (max-width: 480px) {.course_program_description924 {
    padding: 3rem 0;
}.course_program_description924 .thumbnail_image824 {
    height: 200px;
}.course_program_description924 .text_area264 {
    padding: 1.2rem;
}.course_program_description924 h3 {
    font-size: calc(19px * 0.9);
}.course_program_description924 .description {
    font-size: calc(15px * 0.95);
    max-height: 200px;
}}.cookie_window_overlay207 {
    z-index: 90;
    position: fixed;
    background: rgb(185,174,164);
    padding: 20px 0;
    width: 100%;
    transform: translateY(100%);
    bottom: 0;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out;
    border-top: 3px solid rgb(185,174,164);
    animation: slideUp 0.5s forwards;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
#cookieInfoPromptBar283 {
    display: none;
}#cookieInfoPromptBar283:checked ~ .cookie_window_overlay207 {
    visibility: hidden;
    opacity: 0;
}.online_tracking460 {
    padding: 20px 5%;
    gap: 20px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}.cookie_window_overlay207 h5 {
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
}.cookie_window_overlay207 p {
    font-size: 16px;
    line-height: 1.5;
    font-family: Arial, sans-serif;
    color: #ffffff;
}.policy_opt974 {
    align-items: center;
    margin-right: 15px;
    display: flex;
    filter: drop-shadow(0 0 10px rgb(217,210,200));
    justify-content: center;
    flex-shrink: 0;
}.policy_opt974 svg {
    width: 80px;
    fill: rgb(217,210,200);
    height: 80px;
    transition: transform 0.3s ease-in-out;
}.policy_opt974:hover svg {
    transform: scale(1.1);
}.data_consent561 {
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    color: #000000;
    padding: 10px 20px;
    flex-shrink: 0;
    font-size: 15px;
    white-space: nowrap;
    text-decoration: none;
    line-height: 40px;
    min-width: 140px;
    margin-left: 10px;
    border-radius: 29px;
    box-shadow: 0 0 15px rgb(217,210,200);
    background: linear-gradient(90deg, rgb(217,210,200), rgb(185,174,164));
}.data_consent561:hover {
    box-shadow: 0 0 20px rgb(185,174,164);
}.cookie_button.online_cookies487 {
    border: 2px solid rgb(185,174,164);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.online_cookies487:hover {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgb(185,174,164);
}.cookie_window_overlay207 p a {
    color: rgb(217,210,200);
    transition: color 0.3s ease;
    text-decoration: none;
}.cookie_window_overlay207 p a:hover {
    color: rgb(185,174,164);
}
@media only screen and (max-width: 1200px) {.cookie_window_overlay207 {
    padding: 15px 0;
}.online_tracking460 {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.policy_opt974 {
    display: none;
}.online_tracking460 {
    flex-direction: column;
    align-items: center;
    text-align: center;
}.cookie_window_overlay207 h5 {
    font-size: 20px;
    margin-bottom: 5px;
}.track_manage750 {
    margin-bottom: 15px;
}.data_consent561 {
    margin: 10px 0;
    min-width: 100%;
}}
header .top_plank {
    color:  #ffffff;
    background: rgb(217,210,200);
}header .top_plank .top_techpro743 div svg, header .top_plank .top_techpro743 div svg path {
    fill: #ffffff;
}header .top_plank .top_techpro743 div span {
    color: #ffffff;
}header .top_plank .top_techpro743 {
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 15px 0 10px 0;
    font-size: 15px;
    line-height: 21px;
    display: flex;
    flex-wrap: wrap;
}header .top_plank .top_techpro743 div {
    display: flex;
    margin-right: 24px;
    justify-content: flex-start;
    align-items: center;
}header .top_plank .top_techpro743 div img, header .top_plank .top_techpro743 div svg {
    height: 16px;
    margin-right: 8px;
    width: 16px;
}.statistics_information503 {
    padding: 5rem 1rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(140deg, rgb(242,238,231) 0%, rgba(rgb(217,210,200,0.5), 0.08) 50%, rgb(242,238,231) 100%);
}.statistics_information503::before {
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(rgb(217,210,200,0.5), 0.15) 0%, transparent 5%),
        radial-gradient(circle at 80% 70%, rgba(rgb(217,210,200,0.5), 0.1) 0%, transparent 8%),
        radial-gradient(circle at 40% 80%, rgba(rgb(217,210,200,0.5), 0.12) 0%, transparent 6%),
        radial-gradient(circle at 60% 20%, rgba(rgb(217,210,200,0.5), 0.08) 0%, transparent 7%);
    z-index: 0;
    pointer-events: none;
    height: 100%;
}.statistics_information503 h3 {
    font-size: 36px;
    z-index: 1;
    transform: translateY(0);
    color: #000000;
    margin-bottom: 3rem;
    text-align: center;
    opacity: 0;
    font-weight: 700;
    position: relative;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
}.statistics_information503 .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}.statistics_information503 ul {
    gap: 2rem;
    list-style: none;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    padding: 0;
    display: grid;
}.statistics_information503 .pro_statistics712 {
    border-radius: calc(10px * 1.2);
    backdrop-filter: blur(10px);
    transition: 
        transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.4s ease,
        background 0.4s ease;
    align-items: center;
    position: relative;
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    padding: 2rem 1.5rem;
    border: 1px solid rgba(rgb(255, 255, 255, 0.5), 0.3);
    justify-content: center;
    background: linear-gradient(135deg, 
        rgba(rgb(255, 255, 255, 0.5), 0.9) 0%, 
        rgba(rgb(255, 255, 255, 0.5), 0.6) 100%);
    flex-direction: column;
    transform: translateY(30px);
    display: flex;
    opacity: 0;
    box-shadow: 
        0 10px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 1px 3px rgba(rgba(0, 0, 0, 0.5), 0.1),
        inset 0 1px 1px rgba(rgb(255, 255, 255, 0.5), 0.8);
}.statistics_information503 .pro_statistics712:nth-child(1) {
    animation-delay: 0.2s;
}.statistics_information503 .pro_statistics712:nth-child(2) {
    animation-delay: 0.35s;
}.statistics_information503 .pro_statistics712:nth-child(3) {
    animation-delay: 0.5s;
}.statistics_information503 .pro_statistics712:nth-child(4) {
    animation-delay: 0.65s;
}.statistics_information503 .pro_statistics712:nth-child(5) {
    animation-delay: 0.8s;
}.statistics_information503 .pro_statistics712:nth-child(6) {
    animation-delay: 0.95s;
}.statistics_information503 .pro_statistics712:nth-child(7) {
    animation-delay: 1.1s;
}.statistics_information503 .pro_statistics712::before {
    opacity: 0;
    bottom: -10px;
    border-radius: inherit;
    z-index: -1;
    right: -10px;
    left: -10px;
    background: linear-gradient(135deg, 
        rgba(rgb(217,210,200,0.5), 0.15) 0%, 
        rgba(rgb(217,210,200,0.5), 0.05) 100%);
    transition: opacity 0.4s ease;
    top: -10px;
    content: "";
    position: absolute;
}.statistics_information503 .pro_statistics712:hover {
    background: linear-gradient(135deg, 
        rgba(rgb(255, 255, 255, 0.5), 0.95) 0%, 
        rgba(rgb(255, 255, 255, 0.5), 0.8) 100%);
    transform: translateY(-5px) scale(1.02);
    box-shadow: 
        0 20px 40px -20px rgba(rgba(0, 0, 0, 0.5), 0.25),
        0 3px 8px rgba(rgba(0, 0, 0, 0.5), 0.12),
        inset 0 1px 2px rgba(rgb(255, 255, 255, 0.5), 0.9);
}.statistics_information503 .pro_statistics712:hover::before {
    opacity: 1;
}.statistics_information503 .pro_statistics712 span {
    font-size: calc(15px * 1.1);
    transition: transform 0.3s ease;
    font-weight: 600;
    margin-bottom: 1rem;
    text-align: center;
    z-index: 1;
    color: #000000;
    position: relative;
}.statistics_information503 .pro_statistics712 p {
    font-weight: 700;
    margin: 0;
    color: rgb(217,210,200);
    font-size: calc(36px * 1.2);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
}.statistics_information503 .pro_statistics712:hover span {
    transform: translateY(-2px);
}.statistics_information503 .pro_statistics712:hover p {
    transform: scale(1.1);
}.statistics_information503 .pro_statistics712::after {
    position: absolute;
    z-index: 0;
    opacity: 0;
    width: 50px;
    transition: opacity 0.4s ease, transform 0.4s ease;
    content: "";
    background: linear-gradient(135deg, 
        rgba(rgb(217,210,200,0.5), 0.08) 0%, 
        rgba(rgb(217,210,200,0.5), 0.01) 100%);
    height: 50px;
    border-radius: 50%;
}.statistics_information503 .pro_statistics712:hover::after {
    opacity: 1;
    transform: scale(3);
}

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

@media screen and (min-width: 992px) {.statistics_information503 {
    padding: 7rem 2rem;
}.statistics_information503 h3 {
    font-size: calc(36px * 1.2);
    margin-bottom: 4rem;
}.statistics_information503 ul {
    gap: 2.5rem;
    grid-template-columns: repeat(4, 1fr);
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {.statistics_information503 {
    padding: 6rem 2rem;
}.statistics_information503 ul {
    gap: 2.2rem;
    grid-template-columns: repeat(3, 1fr);
}
}

@media screen and (min-width: 576px) and (max-width: 767px) {.statistics_information503 {
    padding: 5rem 1.5rem;
}.statistics_information503 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}
}

@media screen and (max-width: 575px) {.statistics_information503 {
    padding: 4rem 1rem;
}.statistics_information503 h3 {
    font-size: calc(36px * 0.9);
    margin-bottom: 2.5rem;
}.statistics_information503 ul {
    gap: 1.8rem;
    grid-template-columns: 1fr;
}.statistics_information503 .pro_statistics712 {
    padding: 1.8rem 1.2rem;
}.statistics_information503 .pro_statistics712 p {
    font-size: calc(36px * 1.1);
}}.attempt_now173 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    margin: 4rem 0;
    background: linear-gradient(135deg, rgb(217,210,200), rgb(185,174,164) 70%, rgb(217,210,200,0.5) 100%);
    transform: perspective(1000px) rotateX(2deg);
    padding: 5rem 2rem;
    overflow: hidden;
    position: relative;
}.attempt_now173::before {
    height: 140%;
    left: -5%;
    z-index: 1;
    position: absolute;
    content: "";
    top: -10%;
    transform: rotate(-5deg);
    width: 120%;
    pointer-events: none;
    animation: shimmer 8s infinite linear;
    background: linear-gradient(45deg, transparent 30%, rgb(185,174,164,0.5) 40%, transparent 60%);
}.attempt_now173::after {
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(217,210,200,0.5) 5%, transparent 15%),
        radial-gradient(circle at 90% 80%, rgb(185,174,164,0.5) 5%, transparent 15%),
        radial-gradient(circle at 50% 50%, rgb(217,210,200,0.5) 2%, transparent 10%);
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    position: absolute;
    opacity: 0.4;
    pointer-events: none;
}.attempt_now173 .container {
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    margin: 0 auto;
    animation: container-appear 0.8s ease-out forwards;
    align-items: center;
    transform: translateY(10px);
    position: relative;
    z-index: 2;
}.attempt_now173 h6 {
    font-size: clamp(20px, 4vw, calc(20px * 1.2));
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    transform: translateY(10px);
    margin: 0;
    padding: 0 1rem;
    letter-spacing: 0.5px;
    text-align: center;
    animation: text-appear 0.7s ease-out 0.2s forwards;
    line-height: 1.6;
    max-width: 800px;
    opacity: 0;
    font-weight: 600;
}.attempt_now173 div div {
    margin-top: 1rem;
    opacity: 0;
    transform: translateY(15px);
    animation: button-appear 0.8s ease-out 0.4s forwards;
    justify-content: center;
    display: flex;
}.attempt_now173 div span {
    display: inline-block;
    position: relative;
}.attempt_now173 .support_panel859 {
    font-weight: 600;
    border: none;
    transform: translateZ(0);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: 18px;
    overflow: hidden;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    padding: 1rem 2.5rem;
    position: relative;
    background: #ffffff;
    color: rgb(217,210,200);
}.attempt_now173 .support_panel859::before {
    right: -2px;
    top: -2px;
    content: "";
    animation: gradient-shift 5s ease infinite;
    left: -2px;
    position: absolute;
    transform: translate3d(0, 0, 0);
    bottom: -2px;
    background: linear-gradient(45deg, rgb(217,210,200), rgb(185,174,164), rgb(217,210,200));
    z-index: -1;
}.attempt_now173 .support_panel859 span {
    z-index: 1;
    position: relative;
    transition: transform 0.3s ease;
}.attempt_now173 .support_panel859:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    color: rgb(185,174,164);
    transform: translateY(-3px) scale(1.02);
}.attempt_now173 .support_panel859:hover span {
    transform: translateX(5px);
}.attempt_now173 .support_panel859:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%) rotate(-5deg);
    }
    100% {
        transform: translateX(100%) rotate(-5deg);
    }
}

@keyframes text-appear {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes button-appear {
    0% {
        opacity: 0;
        transform: translateY(15px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes container-appear {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes gradient-shift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@media screen and (max-width: 991px) {.attempt_now173 {
    margin: 3rem 0;
    padding: 4rem 1.5rem;
}.attempt_now173 .container {
    gap: 2rem;
}.attempt_now173 h6 {
    font-size: 20px;
}
}

@media screen and (max-width: 768px) {.attempt_now173 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 3.5rem 1.25rem;
}.attempt_now173 .container {
    gap: 1.8rem;
}.attempt_now173 .support_panel859 {
    padding: 0.9rem 2rem;
}
}

@media screen and (max-width: 576px) {.attempt_now173 {
    transform: none;
    padding: 3rem 1rem;
}.attempt_now173 .container {
    gap: 1.5rem;
}.attempt_now173 h6 {
    letter-spacing: 0.3px;
    line-height: 1.5;
}.attempt_now173 .support_panel859 {
    padding: 0.8rem 1.75rem;
}}.instructor_profile064 {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(242,238,231) 0%, rgba(245, 248, 250, 0.9) 100%);
}.instructor_profile064::before {
    content: "";
    height: 40vw;
    background: radial-gradient(circle, rgb(217,210,200,0.5) 0%, transparent 70%);
    opacity: 0.15;
    width: 40vw;
    top: -5%;
    transform: translateZ(0);
    right: -10%;
    position: absolute;
}.instructor_profile064::after {
    opacity: 0.1;
    background: radial-gradient(circle, rgb(185,174,164,0.5) 0%, transparent 70%);
    content: "";
    bottom: -5%;
    position: absolute;
    width: 30vw;
    left: -10%;
    transform: translateZ(0);
    height: 30vw;
}.instructor_profile064 .container {
    padding: 0 2rem;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.instructor_profile064 .rating_praise186 {
    gap: 2rem;
    backdrop-filter: blur(10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.05),
        0 1px 3px rgba(0, 0, 0, 0.03),
        0 0 80px rgba(rgb(217,210,200), 0.03) inset;
    position: relative;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    grid-template-columns: 1fr;
    transform: translateZ(0);
    display: grid;
    padding: 2.5rem;
}.instructor_profile064 .rating_praise186 > div:first-child {
    align-items: center;
    display: flex;
    justify-content: center;
}.instructor_profile064 .thumbnail_image824 {
    overflow: hidden;
    transform: rotate(-2deg) translateZ(0);
    border-radius: 8px;
    width: 200px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.1),
        -10px -10px 20px rgba(255, 255, 255, 0.7);
    height: 200px;
}.instructor_profile064 .thumbnail_image824::after {
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(217,210,200), 0.1) 100%);
    height: 100%;
}.instructor_profile064 .thumbnail_image824:hover {
    transform: rotate(0deg) scale(1.05) translateZ(0);
}.instructor_profile064 .name {
    color: rgb(217,210,200);
    font-size: 20px;
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 0.5rem;
}.instructor_profile064 .name::after {
    transition: transform 0.4s ease;
    height: 3px;
    left: 0;
    width: 60%;
    position: absolute;
    bottom: -8px;
    content: "";
    background: linear-gradient(90deg, rgb(185,174,164) 0%, transparent 100%);
    transform-origin: left;
    transform: scaleX(0.8);
}.instructor_profile064 .rating_praise186 > div:nth-child(2) {
    flex-direction: column;
    display: flex;
    justify-content: center;
}.instructor_profile064 .rating_praise186 > div:nth-child(2) > div {
    margin-top: 0.5rem;
    color: rgba(0, 0, 0, 0.5);
    letter-spacing: 0.02em;
    font-size: calc(18px - 0.1rem);
    font-weight: 600;
}.instructor_profile064 .work_expertise870 {
    position: relative;
    margin: 0;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: #000000;
}.instructor_profile064 .work_expertise870::before {
    left: -1rem;
    content: "";
    opacity: 0.15;
    z-index: -1;
    position: absolute;
    font-family: serif;
    color: rgb(217,210,200,0.5);
    top: -2rem;
    font-size: 6rem;
}

@media (min-width: 768px) {.instructor_profile064 {
    padding: 8rem 0;
}.instructor_profile064 .rating_praise186 {
    grid-template-rows: auto 1fr;
    padding: 3rem;
    grid-template-columns: auto 1fr;
    gap: 2.5rem 3rem;
}.instructor_profile064 .rating_praise186 > div:first-child {
    grid-row: span 2;
}.instructor_profile064 .thumbnail_image824 {
    height: 260px;
    width: 260px;
}.instructor_profile064 .name {
    font-size: calc(20px + 0.2rem);
}.instructor_profile064 .work_expertise870 {
    font-size: calc(18px + 0.05rem);
}
}

@media (min-width: 1024px) {.instructor_profile064 .rating_praise186 {
    grid-template-columns: auto 1fr;
    gap: 3rem 4rem;
    padding: 4rem;
}.instructor_profile064 .thumbnail_image824 {
    width: 300px;
    height: 300px;
    transform: rotate(-3deg) translateZ(0);
}.instructor_profile064 .name {
    font-size: calc(20px + 0.4rem);
}.instructor_profile064 .name::after {
    height: 4px;
}.instructor_profile064 .work_expertise870 {
    font-size: calc(18px + 0.1rem);
    line-height: 1.7;
}.instructor_profile064 .rating_praise186 > div:nth-child(2) > div {
    font-size: 18px;
}
}

@media (min-width: 1200px) {.instructor_profile064 .container {
    padding: 0 4rem;
}.instructor_profile064 .rating_praise186 {
    gap: 3rem 5rem;
}.instructor_profile064 .rating_praise186:hover .name::after {
    transform: scaleX(1);
}
}

@media (max-width: 767px) {.instructor_profile064 {
    padding: 4rem 0;
}.instructor_profile064 .container {
    padding: 0 1rem;
}.instructor_profile064 .rating_praise186 {
    padding: 2rem;
}.instructor_profile064 .thumbnail_image824 {
    width: 180px;
    height: 180px;
}}.privacy_concealment879 {
    position: relative;
    line-height: 1.7;
    overflow: hidden;
    font-family: Arial, sans-serif;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(217,210,200,0.5) 0%, rgb(185,174,164,0.5) 100%);
    padding: 60px 40px;
}.privacy_concealment879 h1, .privacy_concealment879 h2, .privacy_concealment879 h3, .privacy_concealment879 h4, .privacy_concealment879 h5, .privacy_concealment879 h6 {
    z-index: 1;
    color: #ffffff;
    position: relative;
    margin-bottom: 20px;
}.privacy_concealment879 h1 {
    padding-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 44px;
}.privacy_concealment879 h2 {
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 33px;
    padding-bottom: 10px;
    font-weight: 600;
}.privacy_concealment879 h3 {
    font-weight: 600;
    padding-bottom: 8px;
    font-size: 33px;
}.privacy_concealment879 ul, .privacy_concealment879 ol {
    z-index: 1;
    position: relative;
    margin-bottom: 25px;
    list-style: none;
    padding-left: 25px;
}.privacy_concealment879 li {
    line-height: 1.6;
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 12px;
    position: relative;
    padding-left: 25px;
}.privacy_concealment879 ul li:before, .privacy_concealment879 ol li:before {
    width: 12px;
    background-color: #ffffff;
    top: 0.6em;
    border-radius: 50%;
    position: absolute;
    content: '';
    height: 12px;
    left: 0;
}.privacy_concealment879 ol {
    counter-reset: item;
}.privacy_concealment879 ol li {
    list-style-type: none;
}.privacy_concealment879 ol li:before {
    content: counter(item);
    border-radius: 50%;
    background-color: #ffffff;
    color: rgb(217,210,200);
    top: 0;
    line-height: 20px;
    counter-increment: item;
    width: 20px;
    left: 0;
    font-size: 18px;
    position: absolute;
    height: 20px;
    text-align: center;
}.privacy_concealment879 p, .privacy_concealment879 span {
    z-index: 1;
    position: relative;
    margin-bottom: 25px;
    font-size: 15px;
    text-align: justify;
}.privacy_concealment879 div {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}
@media only screen and (max-width: 800px) {.privacy_concealment879 {
    padding: 40px 20px;
}.privacy_concealment879 h1 {
    font-size: calc(19px - 10px);
}.privacy_concealment879 h2 {
    font-size: calc(19px - 8px);
}.privacy_concealment879 p, .privacy_concealment879 li {
    font-size: calc(15px - 2px);
}}.homepage315 {
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
}.homepage315 .learn_welcome239 {
    place-items: center;
    display: grid;
    width: 100%;
    position: relative;
    padding: 2rem;
    isolation: isolate;
    height: 100vh;
    box-sizing: border-box;
}.homepage315 .learn_welcome239::before {
    content: "";
    height: 100%;
    width: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    background: linear-gradient(
    135deg,
    rgb(217,210,200,0.5),
    rgb(185,174,164,0.5) 70%,
    rgba(0, 0, 0, 0.5)
  );
    top: 0;
    backdrop-filter: blur(3px) saturate(110%);
}.homepage315 .learn_welcome239::after {
    top: 5%;
    width: 90%;
    transform: translate(10px, 10px);
    pointer-events: none;
    opacity: 0.3;
    height: 90%;
    z-index: 1;
    position: absolute;
    border: 1px solid rgb(255, 255, 255, 0.5);
    right: 5%;
    content: "";
    animation: borderReveal 1.5s ease-out forwards;
}.homepage315 .success_path397 {
    padding: 3rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    position: relative;
    grid-template-columns: 1fr;
    z-index: 2;
    width: 100%;
    grid-gap: 1.5rem;
    perspective: 1000px;
    max-width: 900px;
    transform-style: preserve-3d;
    backdrop-filter: blur(5px);
    display: grid;
    background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.05),
    rgba(255, 255, 255, 0.15)
  );
}.homepage315 .success_path397 h1 {
    font-size: clamp(2rem, 5vw, 41px);
    font-weight: 700;
    animation: slideUp 0.8s ease-out 0.2s forwards;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    margin: 0;
    opacity: 0;
    color: #ffffff;
    transform: translateZ(30px);
    line-height: 1.2;
}.homepage315 .success_path397 h3 {
    color: #ffffff;
    transform: translateZ(20px);
    animation: slideUp 0.8s ease-out 0.4s forwards;
    font-weight: 600;
    line-height: 1.5;
    font-size: clamp(1.25rem, 2.5vw, 19px);
    margin: 0;
    opacity: 0;
}.homepage315 .success_path397 p {
    opacity: 0;
    font-size: clamp(1rem, 1.5vw, 18px);
    animation: slideUp 0.8s ease-out 0.6s forwards;
    line-height: 1.6;
    color: #ffffff;
    margin: 1rem 0 0;
    transform: translateZ(10px);
    padding-left: 20px;
    position: relative;
}.homepage315 .success_path397 p::before {
    transform: translateY(-50%);
    background: rgb(217,210,200);
    height: 0;
    position: absolute;
    animation: growHeight 1.2s ease-out 1s forwards;
    left: 0;
    width: 3px;
    content: "";
    top: 50%;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px) translateZ(var(--depth, 0));
  }
  to {
    opacity: 1;
    transform: translateY(0) translateZ(var(--depth, 0));
  }
}

@keyframes growHeight {
  from {
    height: 0;
  }
  to {
    height: 80%;
  }
}

@keyframes borderReveal {
  from {
    opacity: 0;
    transform: translate(0, 0);
  }
  to {
    opacity: 0.3;
    transform: translate(10px, 10px);
  }
}

@media (max-width: 992px) {.homepage315 .success_path397 {
    padding: 2.5rem;
    grid-gap: 1.25rem;
}
}

@media (max-width: 768px) {.homepage315 .learn_welcome239 {
    align-items: center;
    padding: 1.5rem;
}.homepage315 .success_path397 {
    grid-gap: 1rem;
    padding: 2rem;
}.homepage315 .learn_welcome239::after {
    display: none;
}
}

@media (max-width: 576px) {.homepage315 .learn_welcome239 {
    padding: 1rem;
}.homepage315 .success_path397 {
    padding: 1.5rem;
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.2)
    );
}.homepage315 .success_path397 h1 {
    font-size: 1.8rem;
}.homepage315 .success_path397 h3 {
    font-size: 1.1rem;
}.homepage315 .success_path397 p {
    font-size: 0.95rem;
}}.who_we_are562 {
    position: relative;
    background: linear-gradient(135deg, rgb(242,238,231) 0%, #ffffff 50%, rgb(242,238,231) 100%);
    overflow: hidden;
    padding: 6rem 0 8rem;
}.who_we_are562::before {
    right: -5%;
    transform: rotate(-15deg) skewX(15deg);
    z-index: 1;
    width: 40%;
    opacity: 0.15;
    background: linear-gradient(160deg, rgb(217,210,200,0.5) 0%, transparent 80%);
    content: "";
    top: -10%;
    height: 70%;
    position: absolute;
}.who_we_are562::after {
    height: 70%;
    opacity: 0.12;
    transform: rotate(15deg) skewY(-10deg);
    content: "";
    bottom: -10%;
    z-index: 1;
    left: -5%;
    background: linear-gradient(200deg, rgb(185,174,164,0.5) 0%, transparent 80%);
    position: absolute;
    width: 40%;
}.who_we_are562 .container {
    z-index: 2;
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.who_we_are562 h1 {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 3.5rem;
    font-size: 47px;
    transform: translateX(1rem);
    color: #000000;
    position: relative;
}.who_we_are562 h1::after {
    position: absolute;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(217,210,200) 0%, rgb(185,174,164) 100%);
    left: -1rem;
    height: 4px;
    content: "";
    width: 40%;
    bottom: -0.5rem;
    animation: slideIn 0.8s ease-out forwards;
}.who_we_are562 .study_track267 {
    position: relative;
}.who_we_are562 .study_track267 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 3rem;
    grid-template-columns: 1fr;
    display: grid;
}.who_we_are562 .knowledge_sessions508 {
    padding: 2.5rem;
    position: relative;
    transform: translateY(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.03),
                0 20px 40px -20px rgba(0, 0, 0, 0.15);
    transition: transform 0.4s cubic-bezier(0.21, 0.61, 0.35, 1), 
                box-shadow 0.4s cubic-bezier(0.21, 0.61, 0.35, 1);
    background: #ffffff;
    overflow: hidden;
}.who_we_are562 .knowledge_sessions508:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 3px 8px rgba(0, 0, 0, 0.03),
                0 30px 50px -25px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.who_we_are562 .knowledge_sessions508::before {
    content: "";
    width: 4px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(217,210,200), rgb(185,174,164));
    height: 0;
    animation: slideDown 0.6s 0.3s ease-out forwards;
    top: 0;
    left: 0;
}.who_we_are562 .knowledge_sessions508:nth-child(2)::before {
    animation-delay: 0.5s;
}.who_we_are562 .knowledge_sessions508 h4 {
    animation: fadeUp 0.5s 0.3s ease-out forwards;
    color: rgb(217,210,200);
    font-weight: 600;
    margin-top: 0;
    opacity: 0;
    position: relative;
    font-size: calc(19px + 0.1rem);
    margin-bottom: 1.5rem;
    transform: translateY(10px);
}.who_we_are562 .knowledge_sessions508:nth-child(2) h4 {
    animation-delay: 0.5s;
}.who_we_are562 .knowledge_sessions508 div {
    transform: translateY(10px);
    animation: fadeUp 0.5s 0.6s ease-out forwards;
    color: #000000;
    line-height: 1.7;
    font-size: 15px;
    font-family: Arial, sans-serif;
    opacity: 0;
}.who_we_are562 .knowledge_sessions508:nth-child(2) div {
    animation-delay: 0.8s;
}

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

@keyframes slideDown {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}

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

@media (min-width: 768px) {.who_we_are562 {
    padding: 8rem 0 10rem;
}.who_we_are562 h1 {
    font-size: calc(47px * 1.2);
    margin-bottom: 4.5rem;
}.who_we_are562 h1::after {
    height: 5px;
}.who_we_are562 .study_track267 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.who_we_are562 .knowledge_sessions508 {
    padding: 3rem;
}.who_we_are562 .knowledge_sessions508::before {
    width: 6px;
}
}

@media (min-width: 992px) {.who_we_are562 {
    padding: 10rem 0 12rem;
}.who_we_are562 .container {
    padding: 0 3rem;
}.who_we_are562 h1 {
    font-size: calc(47px * 1.4);
    transform: translateX(2rem);
    margin-bottom: 5.5rem;
}.who_we_are562 h1::after {
    width: 60%;
    height: 6px;
    left: -2rem;
}.who_we_are562 .study_track267 ul {
    gap: 3.5rem;
}.who_we_are562 .knowledge_sessions508 {
    transition: transform 0.5s cubic-bezier(0.21, 0.61, 0.35, 1),
                    box-shadow 0.5s cubic-bezier(0.21, 0.61, 0.35, 1);
    padding: 3.5rem;
}.who_we_are562 .knowledge_sessions508:hover {
    transform: translateY(-8px);
}.who_we_are562 .knowledge_sessions508 h4 {
    font-size: calc(19px + 0.2rem);
    margin-bottom: 2rem;
}.who_we_are562 .knowledge_sessions508 div {
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.who_we_are562 .study_track267 ul {
    gap: 4rem;
}.who_we_are562 .knowledge_sessions508 {
    padding: 4rem;
}.who_we_are562 .knowledge_sessions508:first-child {
    transform: translateY(2rem);
}.who_we_are562 .knowledge_sessions508:first-child:hover {
    transform: translateY(-3px);
}.who_we_are562 .knowledge_sessions508:nth-child(2) {
    transform: translateY(-2rem);
}.who_we_are562 .knowledge_sessions508:nth-child(2):hover {
    transform: translateY(-10px);
}
}

@media (max-width: 767px) {.who_we_are562 {
    padding: 4rem 0 6rem;
}.who_we_are562 .container {
    padding: 0 1.5rem;
}.who_we_are562 h1 {
    margin-bottom: 2.5rem;
    font-size: calc(47px * 0.9);
}.who_we_are562 .knowledge_sessions508 {
    padding: 2rem;
    margin-bottom: 1.5rem;
}.who_we_are562 .knowledge_sessions508 h4 {
    font-size: 19px;
    margin-bottom: 1rem;
}.who_we_are562 .knowledge_sessions508 div {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}}.reach_out163 {
    min-height: 650px;
    position: relative;
    z-index: 1;
    padding: 0;
    align-items: center;
    display: flex;
}.reach_out163::before {
    inset: 0;
    background-color: rgb(217,210,200,0.5);
    z-index: -1;
    position: absolute;
    content: '';
}.reach_out163 .container {
    position: relative;
    max-width: 1280px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
}.reach_out163 .request_grid408 {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column-reverse;
}.reach_out163 .support_query645 {
    position: relative;
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
    background-color: transparent;
    justify-content: center;
    width: 100%;
    padding: 40px 20px 120px;
    align-items: flex-start;
}.reach_out163 .support_query645 h3 {
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    width: 100%;
    font-size: 30px;
    padding-bottom: 15px;
}.reach_out163 .support_query645 h3::after {
    background-color: rgb(185,174,164);
    transform: translateX(-50%);
    position: absolute;
    width: 60px;
    left: 50%;
    content: '';
    bottom: 0;
    height: 3px;
}.reach_out163 .support_query645 div {
    align-items: center;
    text-align: center;
    flex-direction: column;
    min-height: 140px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    flex: 1 0 calc(50% - 30px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    background-color: #ffffff;
    max-width: 220px;
    justify-content: center;
}.reach_out163 .support_query645 div:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    transform: translateY(-10px);
}.reach_out163 .support_query645 div svg {
    height: 35px;
    margin-bottom: 15px;
    width: 35px;
}.reach_out163 .support_query645 div svg path {
    fill: rgb(185,174,164);
}.reach_out163 .support_query645 div span {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.5;
    color: #000000;
}.reach_out163 .support_query645 div span a {
    text-decoration: none;
    color: #000000;
    transition: color 0.3s ease;
}.reach_out163 .support_query645 div span a:hover {
    color: rgb(185,174,164);
}.reach_out163 .query_links546 {
    background-color: #ffffff;
    padding: 40px 30px;
    position: relative;
    transform: translateY(50px);
    z-index: 2;
    max-width: 550px;
    border-radius: 10px;
    margin: 0 auto;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
}.reach_out163 .query_links546::before {
    z-index: -1;
    border-radius: 3px;
    transform: translateX(-50%) rotate(45deg);
    width: 30px;
    left: 50%;
    content: '';
    height: 30px;
    background-color: #ffffff;
    position: absolute;
    top: -15px;
}.reach_out163 .query_links546 h3 {
    margin-bottom: 25px;
    color: rgb(217,210,200);
    font-size: 21px;
    text-align: center;
    font-weight: 700;
}.reach_out163 .query_links546 form {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}.reach_out163 .query_links546 input[type="text"],
.reach_out163 .query_links546 input[type="email"] {
    background-color: transparent;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    font-size: 12px;
    color: #000000;
    height: 50px;
    padding: 15px 20px;
    border: 1px solid rgb(242,238,231);
    flex: 1 0 100%;
}.reach_out163 .query_links546 input[type="text"]:focus,
.reach_out163 .query_links546 input[type="email"]:focus {
    border-color: rgb(185,174,164);
    box-shadow: 0 0 0 3px rgb(185,174,164,0.5);
    outline: none;
}.reach_out163 .query_links546 input::placeholder {
    color: #000000;
    opacity: 0.6;
}.reach_out163 .query_links546 .help_card716 {
    display: flex;
    flex: 1 0 100%;
    align-items: flex-start;
    margin-top: 5px;
}.reach_out163 .query_links546 .help_card716 input[type="checkbox"] {
    margin-top: 3px;
    position: relative;
    flex-shrink: 0;
    border: 2px solid rgb(242,238,231);
    border-radius: 4px;
    height: 20px;
    cursor: pointer;
    appearance: none;
    margin-right: 10px;
    width: 20px;
    -webkit-appearance: none;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}.reach_out163 .query_links546 .help_card716 input[type="checkbox"]:checked {
    background-color: rgb(185,174,164);
    border-color: rgb(185,174,164);
}.reach_out163 .query_links546 .help_card716 input[type="checkbox"]:checked::before {
    transform: translate(-50%, -50%);
    left: 50%;
    font-size: 12px;
    top: 50%;
    color: #ffffff;
    content: '✓';
    position: absolute;
}.reach_out163 .query_links546 .help_card716 label {
    line-height: 1.5;
    font-size: 16px;
    color: #000000;
}.reach_out163 .query_links546 .help_card716 label a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(185,174,164);
}.reach_out163 .query_links546 .help_card716 label a:hover {
    color: rgb(217,210,200);
}.reach_out163 .query_links546 .support_panel859 {
    cursor: pointer;
    box-shadow: 0 5px 15px rgb(185,174,164,0.5);
    height: 50px;
    margin-top: 15px;
    width: 100%;
    border: none;
    background: linear-gradient(135deg, rgb(185,174,164), rgb(217,210,200));
    color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size: 14px;
    border-radius: 10px;
    font-weight: 600;
}.reach_out163 .query_links546 .support_panel859:hover {
    box-shadow: 0 8px 25px rgb(217,210,200,0.5);
    transform: translateY(-3px);
}

@media screen and (min-width: 992px) {.reach_out163 {
    min-height: 700px;
    padding: 100px 0;
}.reach_out163 .request_grid408 {
    align-items: center;
    flex-direction: row;
}.reach_out163 .support_query645 {
    gap: 30px;
    margin-left: auto;
    align-items: center;
    width: 65%;
    justify-content: space-between;
    padding: 60px 0 60px 120px;
}.reach_out163 .support_query645 h3 {
    padding-left: 0;
    margin-bottom: 40px;
    padding-right: 0;
    text-align: left;
}.reach_out163 .support_query645 h3::after {
    left: 0;
    transform: none;
}.reach_out163 .support_query645 div {
    max-width: calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
    margin: 0;
}.reach_out163 .query_links546 {
    padding: 40px;
    left: 0;
    max-width: 450px;
    z-index: 3;
    width: 45%;
    margin: 0;
    position: absolute;
}.reach_out163 .query_links546::before {
    transform: translateY(-50%) rotate(45deg);
    left: -15px;
    top: 50%;
}
}

@media screen and (min-width: 1200px) {.reach_out163 .support_query645 {
    width: 70%;
    padding-left: 200px;
}.reach_out163 .query_links546 {
    max-width: 480px;
    width: 40%;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {.reach_out163 {
    padding: 80px 0 120px;
}.reach_out163 .support_query645 {
    padding: 0 20px 120px;
    justify-content: space-between;
}.reach_out163 .support_query645 div {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
}
}

@media screen and (max-width: 767px) {.reach_out163 {
    padding: 60px 0 120px;
}.reach_out163 .support_query645 {
    padding: 0 20px 120px;
}.reach_out163 .support_query645 h3 {
    font-size: calc(21px + 2px);
}.reach_out163 .support_query645 div {
    flex: 0 0 100%;
    max-width: 280px;
    min-height: 120px;
    margin-bottom: 0;
}.reach_out163 .support_query645 div svg {
    height: 30px;
    width: 30px;
}.reach_out163 .query_links546 {
    padding: 30px 25px;
}
}

@media screen and (max-width: 480px) {.reach_out163 {
    padding: 40px 0 100px;
}.reach_out163 .support_query645 {
    gap: 20px;
}.reach_out163 .support_query645 div {
    padding: 20px 15px;
    min-height: auto;
}}header {
    z-index: 99;
    overflow: visible;
    background: linear-gradient(to bottom, rgb(242,238,231), rgba(0, 0, 0, 0.5));
    width: 100%;
    position: relative;
}header::before {
    opacity: 0.1;
    background-image: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 6px
    );
    left: 0;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}header .site_info465 {
    padding: 20px 30px;
    position: relative;
    align-items: center;
    display: flex;
    justify-content: space-between;
}header .site_info465::before {
    position: absolute;
    width: 80%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgb(217,210,200), transparent);
    content: "";
    left: 10%;
    bottom: 0;
}header .site_info465 .main_skill654 {
    margin-right: 40px;
    z-index: 2;
    position: relative;
}header .site_info465 .main_skill654 .top_nav917 {
    position: relative;
    display: block;
    padding: 5px;
}header .site_info465 .main_skill654 .top_nav917::before {
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    left: -5px;
    content: "";
    border-radius: 10px;
    transform: scale(0.9);
    position: absolute;
    top: -5px;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    bottom: -5px;
    right: -5px;
}header .site_info465 .main_skill654 .top_nav917:hover::before {
    transform: scale(1);
    opacity: 0.1;
}header .site_info465 .main_skill654 .top_nav917 svg {
    height: 45px;
    width: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}header .site_info465 .first_section861 {
    padding: 0;
    display: flex;
    list-style: none;
    perspective: 1000px;
    margin: 0;
}header .site_info465 .first_section861 .main_learning149 {
    margin: 0;
    transform-style: preserve-3d;
    position: relative;
}header .site_info465 .first_section861 .main_learning149 a {
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
    padding: 12px 20px;
    background: linear-gradient(to bottom, transparent, transparent);
    font-size: 16px;
    display: block;
    transform-style: preserve-3d;
    color: #000000;
    font-weight: 600;
}header .site_info465 .first_section861 .main_learning149 a::before,
header .site_info465 .first_section861 .main_learning149 a::after {
    width: 100%;
    pointer-events: none;
    height: 100%;
    content: "";
    position: absolute;
    transition: all 0.3s ease;
    top: 0;
    left: 0;
}header .site_info465 .first_section861 .main_learning149 a::before {
    transform: translateZ(-1px) rotateX(10deg);
    opacity: 0;
    background: linear-gradient(to bottom, rgb(217,210,200,0.5), transparent);
    transform-origin: top center;
}header .site_info465 .first_section861 .main_learning149 a::after {
    opacity: 0;
    transform: translateZ(-2px) rotateX(-10deg);
    background: linear-gradient(to top, rgb(185,174,164,0.5), transparent);
    transform-origin: bottom center;
}header .site_info465 .first_section861 .main_learning149:hover a {
    color: rgb(217,210,200);
    transform: translateZ(10px);
}header .site_info465 .first_section861 .main_learning149:hover a::before,
header .site_info465 .first_section861 .main_learning149:hover a::after {
    opacity: 0.1;
}header .site_info465 .first_section861 .main_learning149:hover a::before {
    transform: translateZ(-5px) rotateX(15deg);
}header .site_info465 .first_section861 .main_learning149:hover a::after {
    transform: translateZ(-10px) rotateX(-15deg);
}

@media (max-width: 992px) {header .site_info465 {
    padding: 15px;
    flex-direction: column;
}header .site_info465 .main_skill654 {
    margin: 0 0 15px 0;
}header .site_info465 .first_section861 {
    perspective: none;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}header .site_info465 .first_section861 .main_learning149 a {
    transform-style: flat;
    font-size: calc(16px - 1px);
    padding: 10px 15px;
}header .site_info465 .first_section861 .main_learning149:hover a {
    transform: none;
}header .site_info465 .first_section861 .main_learning149 a::before,
    header .site_info465 .first_section861 .main_learning149 a::after {
    display: none;
}
}

@media (max-width: 767px) {header .site_info465 .first_section861 .main_learning149 a {
    padding: 8px 12px;
    font-size: calc(16px - 2px);
}
}