* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.nav_class130 {
    flex: 1 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}.affiliate_cta635 {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}.wrap-structure509 {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}.container {
    margin: auto;
    width: 1219px;
    max-width: 100%;
}html,body {
    scroll-behavior: auto;
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.contact_panel243 {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(145deg, rgb(233,236,237) 0%, rgba(9, 19, 32, 0.9) 100%);
}.contact_panel243::before {
    animation: gridMove 20s linear infinite;
    width: 100%;
    opacity: 0.05;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
    pointer-events: none;
    background: repeating-linear-gradient(
        45deg,
        rgb(188,205,210,0.5) 0px,
        transparent 1px,
        transparent 10px,
        rgb(188,205,210,0.5) 11px
    );
}.contact_panel243::after {
    content: "";
    pointer-events: none;
    width: 200%;
    opacity: 0.1;
    background: radial-gradient(circle, rgb(188,205,210,0.5) 0%, transparent 60%);
    height: 200%;
    animation: pulseGlow 15s ease-in-out infinite;
    position: absolute;
    left: -50%;
    top: -50%;
}.contact_panel243 .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}.contact_panel243 h2 {
    font-size: 28px;
    padding-bottom: 15px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    position: relative;
    margin-bottom: 60px;
}.contact_panel243 h2::after {
    transform: translateX(-50%);
    background: linear-gradient(to right, transparent, rgb(188,205,210), transparent);
    height: 3px;
    width: 80px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
}.contact_panel243 .query_section981 {
    border-radius: 14px;
    display: flex;
    overflow: hidden;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
}.contact_panel243 .query_section981::before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: linear-gradient(to bottom right, rgb(188,205,210,0.5), transparent);
    pointer-events: none;
    opacity: 0.03;
    content: "";
    top: 0;
}.contact_panel243 .image_circle125 {
    min-height: 500px;
    flex: 1;
    transition: transform 0.6s ease;
    transform: scale(1.01);
    position: relative;
}.contact_panel243 .image_circle125::after {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    position: absolute;
    content: "";
}.contact_panel243 .help_request643 {
    position: relative;
    padding: 50px;
    flex: 1;
}.contact_panel243 .help_request643::before {
    right: 20px;
    width: 50px;
    top: 20px;
    height: 50px;
    border-right: 2px solid rgb(188,205,210,0.5);
    position: absolute;
    content: "";
    opacity: 0.7;
    border-top: 2px solid rgb(188,205,210,0.5);
}.contact_panel243 .help_request643::after {
    opacity: 0.7;
    left: 20px;
    border-left: 2px solid rgb(188,205,210,0.5);
    width: 50px;
    content: "";
    height: 50px;
    bottom: 20px;
    border-bottom: 2px solid rgb(188,205,210,0.5);
    position: absolute;
}.contact_panel243 form {
    width: 100%;
}.contact_panel243 form h3 {
    padding-left: 15px;
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 22px;
}.contact_panel243 form h3::before {
    position: absolute;
    border-radius: 10px;
    height: 25px;
    transform: translateY(-50%);
    background: rgb(188,205,210);
    left: 0;
    content: "";
    width: 5px;
    top: 50%;
}.contact_panel243 form input[type="text"] {
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    width: 100%;
    font-size: 17px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    padding: 15px 20px;
}.contact_panel243 form input[type="text"]:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 15px rgba(rgb(188,205,210), 0.2);
    border-color: rgb(188,205,210);
}.contact_panel243 form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.contact_panel243 .message_reach568 {
    display: flex;
    margin-bottom: 30px;
    position: relative;
    align-items: flex-start;
}.contact_panel243 .message_reach568 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_panel243 .message_reach568 label {
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    font-size: 13px;
    cursor: pointer;
    line-height: 1.5;
    padding-left: 35px;
}.contact_panel243 .message_reach568 label::before {
    width: 22px;
    height: 22px;
    top: 2px;
    content: "";
    position: absolute;
    left: 0;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
}.contact_panel243 .message_reach568 input[type="checkbox"]:checked + label::before {
    background: rgb(188,205,210);
    border-color: rgb(188,205,210);
}.contact_panel243 .message_reach568 input[type="checkbox"]:checked + label::after {
    width: 8px;
    border-left: 2px solid #ffffff;
    top: 11px;
    left: 7px;
    position: absolute;
    content: "";
    border-bottom: 2px solid #ffffff;
    transform: rotate(-45deg);
    height: 4px;
}.contact_panel243 .message_reach568 label a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(188,205,210);
}.contact_panel243 .message_reach568 label a:hover {
    text-decoration: underline;
}.contact_panel243 form .feedback_card564 {
    border: none;
    font-family: Arial, sans-serif;
    overflow: hidden;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    position: relative;
    background: linear-gradient(45deg, rgb(188,205,210), rgb(134,182,182));
    transition: all 0.4s ease;
    padding: 15px 35px;
    border-radius: 10px;
    display: inline-block;
    z-index: 1;
    font-size: 17px;
}.contact_panel243 form .feedback_card564::before {
    width: 100%;
    position: absolute;
    background: linear-gradient(45deg, rgb(134,182,182), rgb(188,205,210));
    transition: all 0.4s ease;
    top: 0;
    z-index: -1;
    content: "";
    height: 100%;
    left: -100%;
}.contact_panel243 form .feedback_card564:hover::before {
    left: 0;
}.contact_panel243 form .feedback_card564:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}.contact_panel243 svg {
    height: 24px;
    fill: rgb(188,205,210);
    margin-right: 15px;
    width: 24px;
}.contact_panel243 svg path {
    transition: fill 0.3s ease;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
}

@media screen and (max-width: 991px) {.contact_panel243 {
    padding: 80px 0;
}.contact_panel243 .query_section981 {
    flex-direction: column;
}.contact_panel243 .image_circle125 {
    order: 1;
    min-height: 300px;
}.contact_panel243 .help_request643 {
    padding: 40px 30px;
    order: 2;
}
}

@media screen and (max-width: 767px) {.contact_panel243 {
    padding: 60px 0;
}.contact_panel243 h2 {
    margin-bottom: 40px;
}.contact_panel243 .image_circle125 {
    min-height: 200px;
}.contact_panel243 .help_request643 {
    padding: 30px 20px;
}.contact_panel243 form .feedback_card564 {
    text-align: center;
    width: 100%;
}
}

@media screen and (max-width: 480px) {.contact_panel243 {
    padding: 40px 0;
}.contact_panel243 h2 {
    font-size: calc(28px * 0.8);
}.contact_panel243 form h3 {
    font-size: calc(22px * 0.9);
}.contact_panel243 .help_request643::before,
    .contact_panel243 .help_request643::after {
    height: 30px;
    width: 30px;
}}.program_offerings031 {
    position: relative;
    background-color: rgb(233,236,237);
    padding: 100px 0;
    overflow: hidden;
}.program_offerings031::before {
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
    background: linear-gradient(45deg, rgb(188,205,210,0.5) 0%, transparent 50%, rgb(134,182,182,0.5) 100%);
    content: "";
}.program_offerings031::after {
    background: radial-gradient(circle, rgb(134,182,182,0.5) 0%, transparent 80%);
    z-index: 1;
    right: -100px;
    top: -100px;
    content: "";
    border-radius: 50%;
    width: 400px;
    animation: rotate 20s linear infinite;
    position: absolute;
    height: 400px;
}.program_offerings031 .container {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.program_offerings031 .training_path157 {
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
}.program_offerings031 .editorial_wrap301 {
    align-items: center;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
    display: grid;
}.program_offerings031 .editorial_wrap301 h2 {
    margin-bottom: 20px;
    grid-column: 1 / -1;
    border-left: 4px solid rgb(188,205,210);
    font-size: 36px;
    color: #000000;
    padding-left: 20px;
    position: relative;
    font-weight: 700;
}.program_offerings031 .description {
    line-height: 1.8;
    border-radius: 28px;
    color: #000000;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 15px;
    backdrop-filter: blur(10px);
}.program_offerings031 .description:first-of-type {
    overflow: hidden;
    position: relative;
}.program_offerings031 .description:first-of-type::before {
    top: -10px;
    width: 40px;
    height: 40px;
    position: absolute;
    background-color: rgb(188,205,210,0.5);
    border-radius: 50%;
    z-index: -1;
    left: -10px;
    content: "";
}.program_offerings031 .description:last-of-type {
    overflow: hidden;
    position: relative;
}.program_offerings031 .description:last-of-type::before {
    width: 40px;
    right: -10px;
    position: absolute;
    background-color: rgb(134,182,182,0.5);
    z-index: -1;
    border-radius: 50%;
    height: 40px;
    bottom: -10px;
    content: "";
}.program_offerings031 .description:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.program_offerings031 .image_circle125 {
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    height: 400px;
    transition: transform 0.5s ease;
    border-radius: 28px;
    margin: 40px 0;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}.program_offerings031 .image_circle125::before {
    left: 0;
    z-index: 1;
    top: 0;
    content: "";
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, transparent 40%);
    right: 0;
    bottom: 0;
}.program_offerings031 .image_circle125::after {
    filter: blur(10px);
    position: absolute;
    transform: translateX(-50%);
    height: 10px;
    left: 50%;
    content: "";
    opacity: 0.7;
    animation: glow 4s infinite alternate;
    width: 90%;
    border-radius: 50%;
    top: -20px;
    background: rgb(188,205,210);
}.program_offerings031 .image_circle125:hover {
    transform: perspective(1000px) rotateX(0deg);
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes glow {
    0% {
        opacity: 0.5;
        width: 90%;
    }
    100% {
        opacity: 0.8;
        width: 95%;
    }
}

@media screen and (max-width: 1024px) {.program_offerings031 {
    padding: 80px 0;
}.program_offerings031 .image_circle125 {
    height: 350px;
    margin: 30px 0;
}
}

@media screen and (max-width: 768px) {.program_offerings031 {
    padding: 60px 0;
}.program_offerings031 .editorial_wrap301 {
    gap: 20px;
    grid-template-columns: 1fr;
}.program_offerings031 .description {
    padding: 25px;
}.program_offerings031 .image_circle125 {
    margin: 25px 0;
    height: 300px;
}.program_offerings031 h2 {
    font-size: calc(36px * 0.9);
}
}

@media screen and (max-width: 480px) {.program_offerings031 {
    padding: 40px 0;
}.program_offerings031 .training_path157 {
    gap: 30px;
}.program_offerings031 .editorial_wrap301 h2 {
    font-size: calc(36px * 0.8);
    padding-left: 15px;
}.program_offerings031 .description {
    font-size: calc(15px * 0.95);
    padding: 20px;
}.program_offerings031 .image_circle125 {
    margin: 20px 0;
    height: 250px;
    transform: perspective(1000px) rotateX(0deg);
}}.stay_updated150 {
    background: rgb(233,236,237);
    padding: 6rem 3rem;
    z-index: 1;
    overflow: hidden;
    position: relative;
}.stay_updated150::before {
    height: 350px;
    background: rgb(188,205,210);
    opacity: 0.07;
    position: absolute;
    z-index: -1;
    right: -150px;
    top: -150px;
    width: 350px;
    content: "";
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: morphShape 15s ease-in-out infinite alternate;
}.stay_updated150::after {
    left: -100px;
    bottom: -100px;
    background: rgb(134,182,182);
    content: "";
    border-radius: 67% 33% 33% 67% / 33% 67% 33% 67%;
    width: 250px;
    animation: morphShape 15s ease-in-out infinite alternate-reverse;
    opacity: 0.07;
    height: 250px;
    z-index: -1;
    position: absolute;
}.stay_updated150 .container {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.stay_updated150 .skill_track423 {
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
}.stay_updated150 .skill_track423::before {
    z-index: -1;
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5) 0,
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    height: 100%;
    position: absolute;
    content: "";
    opacity: 0.03;
}.stay_updated150 p {
    font-weight: 700;
    color: #000000;
    transform: translateX(15%) rotateZ(-2deg);
    z-index: 2;
    max-width: 70%;
    position: relative;
    line-height: 1.3;
    margin-bottom: 3rem;
    font-size: 30px;
    font-family: Arial, sans-serif;
}.stay_updated150 p::before,
.stay_updated150 p::after {
    content: "";
    position: absolute;
    z-index: -1;
    background: rgb(188,205,210);
    opacity: 0.2;
}.stay_updated150 p::before {
    transform: skewX(-20deg);
    height: 30%;
    left: -10%;
    animation: slideLeft 5s cubic-bezier(0.33, 1, 0.68, 1) infinite alternate;
    width: 120%;
    top: 30%;
}.stay_updated150 p::after {
    height: 10px;
    animation: growLine 2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    transform-origin: left;
    left: 0;
    bottom: -15px;
    width: 40%;
}.stay_updated150 .input_holder {
    z-index: 2;
    position: relative;
    transform: translateX(-15%) rotateZ(2deg);
    align-items: center;
    background: rgba(255, 255, 255, 0.3);
    padding: 15px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    backdrop-filter: blur(5px);
    border-radius: 30px;
    justify-content: center;
    transition: all 0.3s ease;
}.stay_updated150 .input_holder:hover {
    transform: translateX(-15%) rotateZ(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.stay_updated150 .input_holder::before,
.stay_updated150 .input_holder::after {
    border-radius: 30px;
    border: 2px dashed rgb(188,205,210,0.5);
    z-index: -1;
    opacity: 0.3;
    content: "";
    transition: all 0.3s ease;
    position: absolute;
}.stay_updated150 .input_holder::before {
    animation: pulseBoxShadow 3s ease-in-out infinite alternate;
    top: -8px;
    right: 8px;
    bottom: 8px;
    left: -8px;
}.stay_updated150 .input_holder::after {
    top: 8px;
    bottom: -8px;
    animation: pulseBoxShadow 3s ease-in-out 1.5s infinite alternate;
    left: 8px;
    right: -8px;
}.stay_updated150 .input_holder:hover::before,
.stay_updated150 .input_holder:hover::after {
    border-color: rgb(134,182,182,0.5);
}.stay_updated150 .subscribe_widget796 {
    padding: 1.2rem 1.5rem;
    font-size: 16px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    outline: none;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    flex: 1;
    border: none;
    color: #000000;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}.stay_updated150 .subscribe_widget796:focus {
    box-shadow: inset 0 0 0 2px rgb(188,205,210);
}.stay_updated150 .feedback_card564 {
    border-top-right-radius: 10px;
    background: #000000;
    padding: 1.2rem 2rem;
    position: relative;
    border-bottom-right-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    overflow: hidden;
    border: none;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial, sans-serif;
}.stay_updated150 .feedback_card564::before {
    opacity: 0;
    z-index: -1;
    width: 120%;
    left: -10%;
    transition: opacity 0.3s ease;
    position: absolute;
    background: linear-gradient(
        90deg,
        rgb(188,205,210) 0%,
        rgb(134,182,182) 50%,
        rgb(188,205,210) 100%
    );
    content: "";
    transform: rotate(25deg);
    top: -25%;
    height: 150%;
}.stay_updated150 .feedback_card564:hover {
    color: #ffffff;
}.stay_updated150 .feedback_card564:hover::before {
    opacity: 1;
    animation: slideGradient 2s linear infinite;
}

@keyframes morphShape {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
    }
    50% {
        border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    }
    75% {
        border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
    }
    100% {
        border-radius: 67% 33% 33% 67% / 33% 67% 33% 67%;
    }
}

@keyframes slideLeft {
    0% {
        transform: skewX(-20deg) translateX(-10%);
    }
    100% {
        transform: skewX(-20deg) translateX(10%);
    }
}

@keyframes growLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes pulseBoxShadow {
    0% {
        opacity: 0.1;
    }
    100% {
        opacity: 0.3;
    }
}

@keyframes slideGradient {
    0% {
        background-position: 0% center;
    }
    100% {
        background-position: 200% center;
    }
}

@media (max-width: 992px) {.stay_updated150 {
    padding: 5rem 2rem;
}.stay_updated150 p {
    max-width: 80%;
    font-size: calc(30px * 0.9);
    transform: translateX(10%) rotateZ(-2deg);
}.stay_updated150 .input_holder {
    transform: translateX(-10%) rotateZ(2deg);
}.stay_updated150 .input_holder:hover {
    transform: translateX(-10%) rotateZ(0deg);
}
}

@media (max-width: 768px) {.stay_updated150 {
    padding: 4rem 1.5rem;
}.stay_updated150 p {
    margin-bottom: 2.5rem;
    max-width: 90%;
    transform: translateX(5%) rotateZ(-1deg);
    font-size: 23px;
}.stay_updated150 .input_holder {
    transform: translateX(-5%) rotateZ(1deg);
    padding: 10px;
    flex-direction: column;
}.stay_updated150 .input_holder:hover {
    transform: translateX(-5%) rotateZ(0deg);
}.stay_updated150 .subscribe_widget796 {
    margin-bottom: 0.5rem;
    width: 100%;
    border-radius: 10px;
}.stay_updated150 .feedback_card564 {
    width: 100%;
    border-radius: 10px;
}
}

@media (max-width: 576px) {.stay_updated150 {
    margin: 5rem 0;
    padding: 3rem 1rem;
}.stay_updated150 p {
    transform: none;
    text-align: center;
    max-width: 100%;
}.stay_updated150 .input_holder {
    transform: none;
    padding: 8px;
}.stay_updated150 .input_holder:hover {
    transform: none;
}.stay_updated150 .subscribe_widget796,
    .stay_updated150 .feedback_card564 {
    padding: 1rem;
}}.title_welcome459 {
    width: 100%;
    position: relative;
    overflow: hidden;
}.title_welcome459 .edu_entry728 {
    position: relative;
    height: 100vh;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}.title_welcome459 .edu_entry728::before {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, 
    rgb(188,205,210,0.5) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.7) 100%);
    z-index: 1;
    backdrop-filter: blur(2px);
    bottom: 0;
}.title_welcome459 .edu_entry728::after {
    background: linear-gradient(to bottom, 
    transparent 30%, 
    rgb(134,182,182,0.5) 100%);
    z-index: 2;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    mix-blend-mode: overlay;
    width: 100%;
}.title_welcome459 .skill_pro032 {
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) rotateX(3deg);
    z-index: 5;
    position: relative;
    padding: 3rem;
    max-width: 1200px;
    width: 90%;
    transform-style: preserve-3d;
}.title_welcome459 .skill_pro032::before {
    opacity: 0.6;
    transform: translateZ(-10px);
    left: 5%;
    position: absolute;
    width: 90%;
    z-index: -1;
    content: "";
    background: linear-gradient(45deg, 
    rgb(188,205,210,0.5) 0%,
    rgb(134,182,182,0.5) 100%);
    top: -10px;
    filter: blur(15px);
    height: calc(100% + 20px);
}.title_welcome459 .skill_pro032::after {
    background: linear-gradient(to right, 
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(20, 20, 30, 0.6) 100%);
    position: absolute;
    backdrop-filter: blur(5px);
    height: 100%;
    border-left: 4px solid rgb(188,205,210);
    top: 0;
    z-index: -2;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0 95%);
    left: 0;
    transform: translateZ(-5px);
    width: 100%;
    content: "";
}.title_welcome459 h1 {
    font-size: calc(39px * 1.2);
    margin-bottom: 1.5rem;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    font-weight: 700;
    opacity: 0;
    font-family: Arial, sans-serif;
    color: #ffffff;
    animation: title-reveal 1.2s cubic-bezier(0.17, 0.67, 0.25, 1) forwards;
    transform: translateZ(20px);
}.title_welcome459 h3 {
    margin-bottom: 1.5rem;
    font-weight: 600;
    opacity: 0;
    color: #ffffff;
    line-height: 1.5;
    max-width: 90%;
    font-size: 20px;
    transform: translateZ(15px);
    animation: subtitle-reveal 1.2s cubic-bezier(0.17, 0.67, 0.25, 1) 0.2s forwards;
    font-family: Arial, sans-serif;
}.title_welcome459 p {
    font-weight: 300;
    font-family: Arial, sans-serif;
    opacity: 0;
    position: relative;
    transform: translateZ(10px);
    max-width: 80%;
    font-size: 15px;
    color: #ffffff;
    padding-left: 20px;
    animation: text-reveal 1.2s cubic-bezier(0.17, 0.67, 0.25, 1) 0.4s forwards;
    line-height: 1.6;
}.title_welcome459 p::before {
    transform: scaleY(0);
    height: 100%;
    transform-origin: bottom;
    top: 0;
    background: rgb(188,205,210);
    animation: line-grow 1s ease-out 0.8s forwards;
    left: 0;
    position: absolute;
    width: 3px;
    content: "";
}@keyframes title-reveal {
  0% {
    opacity: 0;
    transform: translateZ(20px) translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateZ(20px) translateY(0);
  }
}

@keyframes subtitle-reveal {
  0% {
    opacity: 0;
    transform: translateZ(15px) translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateZ(15px) translateY(0);
  }
}

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

@keyframes line-grow {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

.title_welcome459 .edu_entry728:hover .skill_pro032 {
    transform: perspective(1000px) rotateX(1deg) translateY(-5px);
}

@media screen and (max-width: 1200px) {.title_welcome459 .skill_pro032 {
    width: 95%;
    padding: 2.5rem;
}.title_welcome459 h1 {
    font-size: calc(39px * 1.1);
}
}

@media screen and (max-width: 992px) {.title_welcome459 .edu_entry728 {
    height: 90vh;
}.title_welcome459 .skill_pro032 {
    padding: 2rem;
    transform: perspective(1000px) rotateX(2deg);
}.title_welcome459 h1 {
    font-size: 39px;
}.title_welcome459 h3 {
    max-width: 95%;
    font-size: calc(20px * 0.95);
}.title_welcome459 p {
    max-width: 90%;
}
}

@media screen and (max-width: 768px) {.title_welcome459 .edu_entry728 {
    height: 80vh;
}.title_welcome459 .skill_pro032 {
    transform: perspective(800px) rotateX(1deg);
    padding: 1.5rem;
}.title_welcome459 h1 {
    margin-bottom: 1rem;
    font-size: calc(39px * 0.9);
}.title_welcome459 h3 {
    font-size: calc(20px * 0.9);
    margin-bottom: 1rem;
}.title_welcome459 p {
    font-size: calc(15px * 0.9);
    max-width: 100%;
}
}

@media screen and (max-width: 576px) {.title_welcome459 .edu_entry728 {
    height: 100vh;
}.title_welcome459 .skill_pro032 {
    padding: 1.2rem;
    transform: none;
}.title_welcome459 .skill_pro032::after {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}.title_welcome459 h1 {
    font-size: calc(39px * 0.8);
    transform: none;
}.title_welcome459 h3 {
    transform: none;
    font-size: calc(20px * 0.85);
    max-width: 100%;
}.title_welcome459 p {
    transform: none;
    padding-left: 15px;
}}.data_overview049 {
    padding: 120px 0;
    position: relative;
    color: #ffffff;
    overflow: hidden;
}.data_overview049::before {
    opacity: 0.85;
    background-color: #000000;
    left: 0;
    z-index: 1;
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    top: 0;
}.data_overview049::after {
    background: repeating-linear-gradient(
        45deg,
        rgb(188,205,210,0.5) 0,
        rgb(188,205,210,0.5) 2px,
        transparent 2px,
        transparent 8px
    );
    position: absolute;
    width: 100%;
    top: 0;
    opacity: 0.1;
    left: 0;
    z-index: 2;
    content: "";
    height: 100%;
}.data_overview049 .container {
    position: relative;
    margin: 0 auto;
    z-index: 5;
    max-width: 1200px;
    padding: 0 20px;
}.data_overview049 .statistics_benefits105 {
    flex-direction: column;
    display: flex;
    position: relative;
}.data_overview049 .pro_gains026 {
    border-radius: 50%;
    display: flex;
    animation: glowCircle 3s infinite alternate ease-in-out;
    background: linear-gradient(135deg, rgb(188,205,210) 0%, rgb(134,182,182) 100%);
    height: 90px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    transform: translateX(-50%) translateY(-50%);
    justify-content: center;
    width: 90px;
    top: 0;
    z-index: 10;
    align-items: center;
    left: 50%;
    border: 5px solid rgba(255, 255, 255, 0.15);
    position: absolute;
    padding: 20px;
}@keyframes glowCircle {
    0% {
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    }
    100% {
        box-shadow: 0 8px 25px rgb(188,205,210,0.5);
    }
}

.data_overview049 .pro_gains026 svg {
    height: 100%;
    fill: #ffffff;
    width: 100%;
}.data_overview049 .pro_gains026 svg path {
    fill: #ffffff;
}.data_overview049 .statistics_edge185 {
    text-transform: uppercase;
    font-size: 37px;
    font-weight: 700;
    padding-top: 50px;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    letter-spacing: 2px;
}.data_overview049 .statistics_edge185::after {
    position: absolute;
    width: 80px;
    background: rgb(188,205,210);
    transform: translateX(-50%);
    height: 3px;
    content: "";
    left: 50%;
    bottom: -15px;
}.data_overview049 .edge_statistics409 {
    max-width: 700px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    font-size: 13px;
    text-align: center;
    margin: 30px auto;
}.data_overview049 .statistics_classes352 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
    position: relative;
}.data_overview049 .statistics_classes352::before {
    top: 50%;
    z-index: 1;
    background: rgba(255, 255, 255, 0.1);
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
}.data_overview049 .statistics_classes352::after {
    position: absolute;
    width: 1px;
    background: rgba(255, 255, 255, 0.1);
    height: 100%;
    content: "";
    left: 50%;
    z-index: 1;
    top: 0;
}.data_overview049 .extra_experts095 {
    text-align: center;
    overflow: hidden;
    padding: 30px;
    height: 200px;
    justify-content: center;
    align-items: center;
    display: flex;
    transition: all 0.3s ease;
    flex-direction: column;
    position: relative;
    width: 50%;
}.data_overview049 .extra_experts095::before {
    width: 0;
    position: absolute;
    z-index: -1;
    height: 100%;
    background: rgb(188,205,210,0.5);
    content: "";
    top: 0;
    left: 0;
    opacity: 0.1;
    transition: all 0.5s ease;
}.data_overview049 .extra_experts095:hover::before {
    width: 100%;
}.data_overview049 .expert_statistics910 {
    height: 55px;
    width: 55px;
    margin-bottom: 20px;
    transform: translateY(0);
    transition: transform 0.3s ease;
    align-items: center;
    justify-content: center;
    display: flex;
}.data_overview049 .extra_experts095:hover .expert_statistics910 {
    transform: translateY(-5px);
}.data_overview049 .expert_statistics910 svg {
    height: 100%;
    fill: rgb(134,182,182);
    width: 100%;
}.data_overview049 .expert_statistics910 svg path {
    fill: rgb(134,182,182);
}.data_overview049 .extra_experts095 span {
    line-height: 1;
    color: #ffffff;
    position: relative;
    margin-bottom: 10px;
    display: block;
    font-weight: 700;
    font-size: calc(45px * 1.2);
}.data_overview049 .extra_experts095 span::after {
    transform: translateX(-50%);
    content: "";
    height: 2px;
    bottom: -5px;
    background: rgb(134,182,182);
    transition: width 0.3s ease;
    left: 50%;
    position: absolute;
    width: 30px;
}.data_overview049 .extra_experts095:hover span::after {
    width: 50px;
}.data_overview049 .extra_experts095 p {
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    font-size: 13px;
    line-height: 1.4;
    max-width: 200px;
}.data_overview049 .extra_experts095:nth-child(1) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    animation: fadeIn 0.5s ease forwards;
}.data_overview049 .extra_experts095:nth-child(2) {
    animation: fadeIn 0.5s ease forwards 0.2s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}.data_overview049 .extra_experts095:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    animation: fadeIn 0.5s ease forwards 0.4s;
}.data_overview049 .extra_experts095:nth-child(4) {
    animation: fadeIn 0.5s ease forwards 0.6s;
}@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.data_overview049 .statistics_benefits105::before {
    width: 200px;
    position: absolute;
    content: "";
    animation: pulseCircle 4s infinite;
    border: 1px solid rgb(188,205,210);
    height: 200px;
    opacity: 0.15;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    top: 50%;
}.data_overview049 .statistics_benefits105::after {
    opacity: 0.15;
    width: 300px;
    height: 300px;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    border: 1px dashed rgb(134,182,182);
    content: "";
    animation: pulseCircle 4s infinite 1s;
}

@keyframes pulseCircle {
    0% {
        transform: translate(-50%, -50%) scale(0.9);
        opacity: 0.15;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.25;
    }
    100% {
        transform: translate(-50%, -50%) scale(0.9);
        opacity: 0.15;
    }
}

@media screen and (max-width: 991px) {.data_overview049 {
    padding: 100px 0;
}.data_overview049 .edge_statistics409 {
    max-width: 600px;
}.data_overview049 .extra_experts095 {
    padding: 20px;
    height: 180px;
}.data_overview049 .extra_experts095 span {
    font-size: 45px;
}.data_overview049 .pro_gains026 {
    width: 80px;
    padding: 18px;
    height: 80px;
}
}

@media screen and (max-width: 767px) {.data_overview049 {
    padding: 80px 0;
}.data_overview049 .statistics_benefits105::before,
    .data_overview049 .statistics_benefits105::after {
    display: none;
}.data_overview049 .statistics_classes352::before,
    .data_overview049 .statistics_classes352::after {
    display: none;
}.data_overview049 .extra_experts095 {
    height: auto;
    border: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    width: 100%;
    padding: 25px 15px;
}.data_overview049 .extra_experts095:last-child {
    border-bottom: none !important;
}.data_overview049 .pro_gains026 {
    padding: 15px;
    height: 70px;
    width: 70px;
}.data_overview049 .statistics_edge185 {
    font-size: calc(37px - 2px);
}.data_overview049 .expert_statistics910 {
    height: 45px;
    width: 45px;
    margin-bottom: 15px;
}.data_overview049 .extra_experts095 span {
    font-size: calc(37px - 4px);
}.data_overview049 .extra_experts095 p {
    font-size: calc(13px - 1px);
}
}

@media screen and (max-width: 576px) {.data_overview049 {
    padding: 60px 0;
}.data_overview049 .container {
    padding: 0 15px;
}.data_overview049 .pro_gains026 {
    height: 60px;
    padding: 12px;
    width: 60px;
}.data_overview049 .statistics_edge185 {
    letter-spacing: 1px;
    padding-top: 40px;
    font-size: calc(37px - 4px);
}.data_overview049 .statistics_edge185::after {
    width: 60px;
}.data_overview049 .edge_statistics409 {
    margin: 25px auto;
    font-size: calc(13px - 1px);
}.data_overview049 .extra_experts095 {
    padding: 20px 10px;
}.data_overview049 .expert_statistics910 {
    height: 40px;
    width: 40px;
    margin-bottom: 12px;
}.data_overview049 .extra_experts095 span {
    font-size: calc(37px - 6px);
}.data_overview049 .extra_experts095 p {
    font-size: calc(13px - 2px);
}}.secure_pantry594 {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
    padding: 40px;
    width: 100%;
    overflow: hidden;
    height: 100%;
}.secure_pantry594:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
}.secure_pantry594 h1 {
    margin-bottom: 30px;
    font-weight: 700;
    color: rgb(188,205,210);
    padding-bottom: 10px;
    font-size: 47px;
    margin-top: 40px;
    border-bottom: 2px solid rgb(134,182,182);
}.secure_pantry594 h2 {
    font-size: 30px;
    margin-top: 30px;
    color: rgb(134,182,182);
    border-bottom: 1px solid rgb(134,182,182,0.5);
    padding-bottom: 8px;
    font-weight: 600;
    margin-bottom: 20px;
}.secure_pantry594 h3, .secure_pantry594 h4, .secure_pantry594 h5, .secure_pantry594 h6 {
    font-size: 22px;
    margin-bottom: 15px;
    color: rgb(188,205,210,0.5);
    margin-top: 25px;
    font-weight: 400;
}.secure_pantry594 ul, .secure_pantry594 ol {
    padding-left: 0;
    list-style-position: inside;
    margin: 20px 0;
    border-left: 3px solid rgb(188,205,210);
    padding: 20px 0;
}.secure_pantry594 li {
    margin-bottom: 15px;
    line-height: 1.6;
    color: #000000;
    padding-left: 10px;
    font-size: 15px;
}.secure_pantry594 section {
    margin-bottom: 20px;
    padding: 20px;
    background: rgb(233,236,237);
    border-radius: 10px;
}.secure_pantry594 p, .secure_pantry594 span, .secure_pantry594 div {
    margin-bottom: 15px;
    line-height: 1.8;
    color: #000000;
    font-size: 15px;
    font-family: Arial, sans-serif;
}.secure_pantry594 p {
    text-align: justify;
}.secure_pantry594 a {
    font-weight: 600;
    transition: color 0.3s ease-in-out;
    color: rgb(188,205,210);
    text-decoration: none;
}.secure_pantry594 a:hover {
    text-decoration: underline;
    color: rgb(134,182,182);
}

@media only screen and (max-width: 800px) {.secure_pantry594 {
    padding: 30px 15px;
}.secure_pantry594 h1 {
    font-size: calc(22px - 10px);
}.secure_pantry594 h2 {
    font-size: calc(22px - 5px);
}.secure_pantry594 ul, .secure_pantry594 ol {
    padding-left: 10px;
}.secure_pantry594 li {
    font-size: calc(15px - 2px);
}}.our_story396 {
    background: rgb(233,236,237);
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.our_story396::before {
    opacity: 0.6;
    height: 100%;
    position: absolute;
    z-index: 0;
    width: 100%;
    left: 0;
    content: "";
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(188,205,210,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 90%, rgb(134,182,182,0.5) 0%, transparent 40%);
    top: 0;
}.our_story396 .container {
    position: relative;
    z-index: 1;
}.our_story396 .skill_track423 {
    position: relative;
}.our_story396 h3 {
    text-align: center;
    color: #000000;
    font-size: 36px;
    font-weight: 700;
    position: relative;
    transform: translateX(-50%);
    margin-bottom: 50px;
    display: inline-block;
    left: 50%;
}.our_story396 h3::after {
    bottom: -15px;
    width: 60px;
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
    content: "";
    position: absolute;
    background: rgb(188,205,210);
}.our_story396 .class_sessions976 {
    position: relative;
    display: flex;
    margin-bottom: 70px;
    flex-direction: column;
}.our_story396 .class_sessions976 span {
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
    font-size: 20px;
    color: rgb(188,205,210);
}.our_story396 .class_sessions976 p {
    width: 60%;
    margin-bottom: 30px;
    color: #000000;
    line-height: 1.7;
    font-size: 16px;
}.our_story396 .class_sessions976 .image_circle125 {
    border-radius: 23px;
    box-shadow: -15px 15px 0 rgb(188,205,210,0.5);
    top: 0;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    right: 0;
    height: 100%;
    width: 35%;
    position: absolute;
}.our_story396 .class_sessions976 .image_circle125:hover {
    transform: translate(5px, -5px);
    box-shadow: -20px 20px 0 rgb(188,205,210,0.5);
}.our_story396 .achieve_goals792 {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 50px;
}.our_story396 .achieve_goals792 p {
    font-size: 16px;
    width: 60%;
    color: #000000;
    line-height: 1.7;
    margin-bottom: 30px;
    margin-left: auto;
}.our_story396 .achieve_goals792 .team_culture324 {
    height: 100%;
    left: 0;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    width: 35%;
    border-radius: 23px;
    top: 0;
    position: absolute;
    box-shadow: 15px 15px 0 rgb(134,182,182,0.5);
}.our_story396 .achieve_goals792 .team_culture324:hover {
    box-shadow: 20px 20px 0 rgb(134,182,182,0.5);
    transform: translate(-5px, -5px);
}.our_story396 .skill_track423::before {
    left: -100px;
    border-radius: 50%;
    content: "";
    height: 200px;
    top: -100px;
    border: 2px dashed rgb(188,205,210,0.5);
    width: 200px;
    z-index: -1;
    animation: rotate 30s infinite linear;
    position: absolute;
}.our_story396 .skill_track423::after {
    border: 2px dashed rgb(134,182,182,0.5);
    right: -75px;
    width: 150px;
    border-radius: 50%;
    position: absolute;
    content: "";
    bottom: -75px;
    height: 150px;
    z-index: -1;
    animation: rotate 20s infinite linear reverse;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.our_story396 .class_sessions976::after {
    height: 1px;
    width: 50%;
    left: 0;
    bottom: -35px;
    background: linear-gradient(to right, rgb(188,205,210,0.5), transparent);
    position: absolute;
    content: "";
}.our_story396 .class_sessions976 svg {
    color: rgb(188,205,210);
    width: 30px;
    opacity: 0.7;
    left: -45px;
    top: 10px;
    height: 30px;
    position: absolute;
}.our_story396 .class_sessions976 svg path {
    fill: rgb(188,205,210);
}.our_story396 .achieve_goals792 svg {
    right: -45px;
    height: 30px;
    top: 10px;
    position: absolute;
    width: 30px;
    color: rgb(134,182,182);
    opacity: 0.7;
}.our_story396 .achieve_goals792 svg path {
    fill: rgb(134,182,182);
}.our_story396 .container::before {
    position: absolute;
    content: "";
    background-image: linear-gradient(45deg, rgb(233,236,237) 25%, transparent 25%),
                      linear-gradient(-45deg, rgb(233,236,237) 25%, transparent 25%),
                      linear-gradient(45deg, transparent 75%, rgb(233,236,237) 75%),
                      linear-gradient(-45deg, transparent 75%, rgb(233,236,237) 75%);
    z-index: -1;
    opacity: 0.05;
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 1024px) {.our_story396 {
    padding: 80px 0;
}.our_story396 h3 {
    font-size: calc(36px * 0.9);
    margin-bottom: 40px;
}.our_story396 .class_sessions976 p,
    .our_story396 .achieve_goals792 p {
    width: 55%;
}.our_story396 .class_sessions976 .image_circle125,
    .our_story396 .achieve_goals792 .team_culture324 {
    width: 40%;
}
}

@media screen and (max-width: 768px) {.our_story396 {
    padding: 60px 0;
}.our_story396 h3 {
    margin-bottom: 35px;
    font-size: calc(36px * 0.8);
}.our_story396 .class_sessions976 {
    margin-bottom: 50px;
}.our_story396 .class_sessions976 p,
    .our_story396 .achieve_goals792 p {
    margin-bottom: 230px;
    width: 100%;
}.our_story396 .class_sessions976 .image_circle125,
    .our_story396 .achieve_goals792 .team_culture324 {
    height: 200px;
    width: 100%;
    left: auto;
    margin-bottom: 20px;
    top: auto;
    position: relative;
    right: auto;
}.our_story396 .class_sessions976 .image_circle125 {
    margin-top: -230px;
}.our_story396 .achieve_goals792 .team_culture324 {
    margin-bottom: 20px;
    order: -1;
}.our_story396 .achieve_goals792 {
    display: flex;
    flex-direction: column;
}.our_story396 .class_sessions976 svg,
    .our_story396 .achieve_goals792 svg {
    position: static;
    margin-bottom: 10px;
    display: block;
}
}

@media screen and (max-width: 480px) {.our_story396 {
    padding: 40px 0;
}.our_story396 h3 {
    font-size: calc(36px * 0.7);
    margin-bottom: 30px;
}.our_story396 h3::after {
    width: 40px;
    bottom: -10px;
}.our_story396 .class_sessions976 {
    margin-bottom: 40px;
}.our_story396 .class_sessions976 p,
    .our_story396 .achieve_goals792 p {
    margin-bottom: 180px;
    font-size: calc(16px * 0.9);
}.our_story396 .class_sessions976 .image_circle125,
    .our_story396 .achieve_goals792 .team_culture324 {
    height: 160px;
}.our_story396 .class_sessions976 .image_circle125 {
    box-shadow: -8px 8px 0 rgb(188,205,210,0.5);
    margin-top: -180px;
}.our_story396 .achieve_goals792 .team_culture324 {
    box-shadow: 8px 8px 0 rgb(134,182,182,0.5);
}.our_story396 .class_sessions976 .image_circle125:hover {
    box-shadow: -10px 10px 0 rgb(188,205,210,0.5);
    transform: translate(3px, -3px);
}.our_story396 .achieve_goals792 .team_culture324:hover {
    box-shadow: 10px 10px 0 rgb(134,182,182,0.5);
    transform: translate(-3px, -3px);
}.our_story396 .class_sessions976 span {
    font-size: calc(20px * 0.9);
    margin-bottom: 15px;
}.our_story396 .skill_track423::before,
    .our_story396 .skill_track423::after {
    width: 100px;
    height: 100px;
}}.user_feedback157 {
    position: relative;
    background: linear-gradient(135deg, rgb(233,236,237) 0%, rgba(rgb(134,182,182,0.5), 0.05) 100%);
    padding: 120px 0 80px;
    overflow: hidden;
}.user_feedback157::before {
    z-index: 1;
    left: 0;
    position: absolute;
    top: 0;
    background: radial-gradient(circle at 20% 30%, rgba(rgb(188,205,210,0.5), 0.07) 0%, transparent 60%);
    height: 100%;
    width: 100%;
    content: "";
}.user_feedback157::after {
    position: absolute;
    z-index: 1;
    background: radial-gradient(circle, rgba(rgb(134,182,182,0.5), 0.1) 0%, transparent 70%);
    bottom: -5%;
    width: 30%;
    right: -5%;
    height: 30%;
    content: "";
}.user_feedback157 .container {
    padding: 0 20px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.user_feedback157 h2 {
    font-weight: 700;
    color: #000000;
    transform: translateX(5px);
    letter-spacing: -0.5px;
    margin-bottom: 50px;
    position: relative;
    font-size: 32px;
    text-align: left;
}.user_feedback157 h2::after {
    bottom: -12px;
    content: "";
    background: linear-gradient(90deg, rgb(188,205,210) 0%, rgb(134,182,182) 100%);
    left: 0;
    width: 80px;
    height: 3px;
    animation: pulse 3s infinite alternate;
    transform-origin: left center;
    position: absolute;
}.user_feedback157 .testimonial_space361 {
    list-style: none;
    margin: 0;
    gap: 30px;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}.user_feedback157 .success_stories851 {
    border-radius: 10px;
    z-index: 1;
    isolation: isolate;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    background: #ffffff;
    padding: 30px 25px;
    position: relative;
    box-shadow: 0 8px 30px rgba(rgba(0, 0, 0, 0.5), 0.05);
    overflow: hidden;
}.user_feedback157 .success_stories851:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(rgba(0, 0, 0, 0.5), 0.1);
}.user_feedback157 .success_stories851::before {
    content: "";
    line-height: 1;
    font-family: serif;
    color: rgba(rgb(188,205,210,0.5), 0.05);
    z-index: -1;
    right: 20px;
    font-size: 150px;
    top: -20px;
    position: absolute;
}.user_feedback157 .success_stories851::after {
    background: linear-gradient(90deg, rgb(188,205,210) 0%, rgb(134,182,182) 100%);
    left: 0;
    width: 100%;
    content: "";
    transform-origin: left;
    height: 4px;
    transition: transform 0.4s ease-out;
    bottom: 0;
    transform: scaleX(0);
    position: absolute;
}.user_feedback157 .success_stories851:hover::after {
    transform: scaleX(1);
}.user_feedback157 .success_stories851 div {
    margin-bottom: 20px;
    align-items: center;
    display: flex;
}.user_feedback157 .success_stories851 img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.1);
    border: 3px solid #ffffff;
    transition: transform 0.3s ease;
    object-fit: cover;
}.user_feedback157 .success_stories851:hover img {
    transform: scale(1.1);
}.user_feedback157 .success_stories851 h4 {
    color: #000000;
    letter-spacing: 0.5px;
    position: relative;
    margin: 0 0 0 15px;
    font-weight: 600;
    font-size: 20px;
}.user_feedback157 .success_stories851 h4::after {
    bottom: -5px;
    transition: width 0.3s ease;
    height: 2px;
    background-color: rgb(134,182,182);
    left: 0;
    content: "";
    width: 0;
    position: absolute;
}.user_feedback157 .success_stories851:hover h4::after {
    width: 100%;
}.user_feedback157 .success_stories851 .description {
    line-height: 1.6;
    margin: 0;
    position: relative;
    font-size: 14px;
    color: #000000;
    transition: transform 0.3s ease;
}.user_feedback157 .success_stories851:hover .description {
    transform: translateY(-3px);
}.user_feedback157 a {
    font-size: 14px;
    color: #ffffff;
    transition: all 0.3s ease;
    font-weight: 600;
    overflow: hidden;
    z-index: 1;
    text-decoration: none;
    margin-top: 50px;
    padding: 14px 32px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(188,205,210) 0%, rgb(134,182,182) 100%);
    display: inline-block;
    box-shadow: 0 8px 25px rgba(rgb(188,205,210,0.5), 0.3);
    position: relative;
}.user_feedback157 a::before {
    left: 0;
    background: linear-gradient(135deg, rgb(134,182,182) 0%, rgb(188,205,210) 100%);
    content: "";
    width: 100%;
    height: 100%;
    transition: opacity 0.4s ease;
    position: absolute;
    opacity: 0;
    top: 0;
    z-index: -1;
}.user_feedback157 a:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(rgb(188,205,210,0.5), 0.4);
}.user_feedback157 a:hover::before {
    opacity: 1;
}

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

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

@media (max-width: 992px) {.user_feedback157 {
    padding: 80px 0 60px;
}.user_feedback157 h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 40px;
}.user_feedback157 .testimonial_space361 {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.user_feedback157 .success_stories851 {
    padding: 25px 20px;
}
}

@media (max-width: 768px) {.user_feedback157 {
    padding: 70px 0 50px;
}.user_feedback157 h2 {
    margin-bottom: 35px;
    font-size: calc(32px * 0.8);
}.user_feedback157 .testimonial_space361 {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.user_feedback157 .success_stories851 {
    padding: 20px 18px;
}.user_feedback157 .success_stories851 div {
    margin-bottom: 15px;
}.user_feedback157 .success_stories851 img {
    width: 50px;
    height: 50px;
}.user_feedback157 a {
    padding: 12px 26px;
    margin-top: 40px;
}
}

@media (max-width: 576px) {.user_feedback157 {
    padding: 60px 0 40px;
}.user_feedback157 h2 {
    margin-bottom: 30px;
    font-size: calc(32px * 0.7);
}.user_feedback157 .success_stories851 {
    padding: 18px 15px;
}.user_feedback157 .success_stories851 img {
    width: 45px;
    height: 45px;
}.user_feedback157 .success_stories851 h4 {
    font-size: calc(20px * 0.9);
}.user_feedback157 .success_stories851 .description {
    font-size: calc(14px * 0.95);
}.user_feedback157 a {
    padding: 10px 22px;
    font-size: calc(14px * 0.9);
}}footer {
    position: relative;
}footer::before {
    right: 0;
    background: linear-gradient(45deg, rgb(134,182,182,0.5) 0%, rgb(188,205,210,0.5) 100%);
    z-index: 1;
    top: 0;
    content: '';
    bottom: 0;
    position: absolute;
    left: 0;
}.affiliate_cta635 {
    z-index: 2;
    color: #ffffff;
    padding: 80px 0 40px;
    font-family: Arial, sans-serif;
    position: relative;
}.affiliate_cta635 .container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 30px;
}.affiliate_cta635 .company_holder {
    z-index: 3;
    position: relative;
    grid-column: 1 / 5;
}.affiliate_cta635 .company_holder h3 {
    text-transform: uppercase;
    color: #ffffff;
    padding-bottom: 10px;
    font-weight: 700;
    position: relative;
    letter-spacing: 1px;
    font-size: 37px;
    display: inline-block;
    margin-bottom: 20px;
}.affiliate_cta635 .company_holder h3::after {
    left: 0;
    content: '';
    bottom: 0;
    width: 40px;
    height: 4px;
    position: absolute;
    background: rgb(188,205,210);
    border-radius: 10px;
}.affiliate_cta635 .level_up548 {
    backdrop-filter: blur(10px);
    padding: 20px;
    margin-top: 25px;
    transform: translateZ(0);
    font-size: 13px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-left: 4px solid rgb(188,205,210);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 11px;
    line-height: 1.6;
}.affiliate_cta635 .alumni_net518 {
    position: relative;
    grid-column: 5 / 13;
}.affiliate_cta635 .head_tutor823 {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-gap: 40px;
}.affiliate_cta635 .nav_lesson530 {
    position: relative;
}.affiliate_cta635 .nav_lesson530 h5 {
    position: relative;
    color: #ffffff;
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
}.affiliate_cta635 .nav_lesson530 h5::before {
    width: 8px;
    transform: translateY(-50%);
    left: -15px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    background: rgb(188,205,210);
    content: '';
}.affiliate_cta635 .nav_lesson530 .head_tutor823 {
    flex-direction: column;
    gap: 15px;
    display: flex;
}.affiliate_cta635 .nav_lesson530 .head_tutor823 a {
    transition: all 0.3s ease;
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    padding: 8px 15px;
    border-radius: 10px;
    z-index: 1;
}.affiliate_cta635 .nav_lesson530 .head_tutor823 a::before {
    left: 0;
    content: '';
    top: 0;
    transition: all 0.3s ease;
    z-index: -1;
    width: 3px;
    position: absolute;
    background: rgb(188,205,210);
    height: 100%;
}.affiliate_cta635 .nav_lesson530 .head_tutor823 a:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}.affiliate_cta635 .nav_lesson530 .head_tutor823 a:hover::before {
    width: 100%;
    background: rgb(188,205,210,0.5);
}.twitter_cta234 {
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
    margin-top: 60px;
    padding: 20px 0;
    position: relative;
}.twitter_cta234::before {
    opacity: 0.2;
    position: absolute;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    height: 1px;
    content: '';
    right: 15%;
    top: 0;
    left: 15%;
}.twitter_cta234 .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.twitter_cta234 .report_abuse513 {
    letter-spacing: 0.5px;
    opacity: 0.8;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
}@keyframes floatAnimation {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

footer::after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1;
    bottom: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.02) 10px,
        rgba(255, 255, 255, 0.02) 20px
    );
    top: 0;
}

@media (max-width: 992px) {.affiliate_cta635 .container {
    grid-template-columns: repeat(1, 1fr);
}.affiliate_cta635 .company_holder {
    grid-column: 1 / -1;
    margin-bottom: 40px;
}.affiliate_cta635 .alumni_net518 {
    grid-column: 1 / -1;
}.affiliate_cta635 .head_tutor823 {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.affiliate_cta635 {
    padding: 60px 0 30px;
}.affiliate_cta635 .head_tutor823 {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
}.affiliate_cta635 .nav_lesson530 {
    padding: 0;
}}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.affiliate_cta635::before {
    animation: gradientShift 5s infinite;
    content: '';
    height: 5px;
    top: 0;
    background-size: 200% 200%;
    left: 0;
    background: linear-gradient(90deg, rgb(188,205,210), rgb(134,182,182), rgb(188,205,210));
    width: 100%;
    position: absolute;
}.affiliate_cta635 .company_holder::after {
    border-radius: 50%;
    top: 40px;
    filter: blur(60px);
    right: -50px;
    position: absolute;
    background: rgb(188,205,210,0.5);
    height: 150px;
    z-index: -1;
    width: 150px;
    content: '';
    opacity: 0.4;
}.affiliate_cta635 .company_holder::before {
    z-index: -1;
    left: -30px;
    width: 100px;
    background: rgb(134,182,182,0.5);
    content: '';
    border-radius: 50%;
    bottom: 0;
    opacity: 0.3;
    position: absolute;
    filter: blur(40px);
    height: 100px;
}.affiliate_cta635 .alumni_net518::after {
    top: -20px;
    right: 100px;
    content: '';
    position: absolute;
    background: rgb(188,205,210,0.5);
    filter: blur(50px);
    border-radius: 50%;
    width: 120px;
    z-index: -1;
    height: 120px;
    opacity: 0.2;
}.affiliate_cta635 .alumni_net518::before {
    opacity: 0.25;
    height: 180px;
    z-index: -1;
    width: 180px;
    bottom: -50px;
    position: absolute;
    background: rgb(134,182,182,0.5);
    filter: blur(70px);
    content: '';
    border-radius: 50%;
    left: 80px;
}@keyframes borderPulse {
    0%, 100% {
        border-color: rgba(255, 255, 255, 0.1);
    }
    50% {
        border-color: rgba(255, 255, 255, 0.3);
    }
}

.affiliate_cta635 .nav_lesson530 {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    animation: borderPulse 4s infinite;
    padding-top: 20px;
}.affiliate_cta635 .nav_lesson530 h5 {
    letter-spacing: 0.5px;
}.affiliate_cta635 .nav_lesson530 h5::after {
    left: 0;
    height: 2px;
    position: absolute;
    background: rgb(134,182,182);
    bottom: -5px;
    width: 30px;
    content: '';
}@keyframes movingGradient {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

.twitter_cta234 {
    background-size: 200% 200%;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.6) 0%, 
        rgba(0, 0, 0, 0.3) 50%, 
        rgba(0, 0, 0, 0.6) 100%);
    animation: movingGradient 10s ease infinite;
}.training_method907 {
    min-height: 100vh;
    display: flex;
    position: relative;
    align-items: center;
    background: linear-gradient(135deg, rgb(188,205,210,0.5) 0%, rgb(134,182,182) 100%);
    justify-content: center;
    overflow: hidden;
    padding: 8rem 0;
}.training_method907::before {
    z-index: 1;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    content: '';
    animation: pulsate 12s infinite alternate;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgb(188,205,210) 0%, transparent 8%),
        radial-gradient(circle at 80% 70%, rgb(134,182,182) 0%, transparent 8%),
        radial-gradient(circle at 40% 80%, rgb(188,205,210) 0%, transparent 6%),
        radial-gradient(circle at 60% 20%, rgb(134,182,182) 0%, transparent 6%);
}@keyframes pulsate {
    0% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.4;
        transform: scale(1);
    }
}

.training_method907::after {
    top: -50%;
    z-index: 1;
    content: '';
    width: 200%;
    background: repeating-linear-gradient(
        45deg,
        rgb(134,182,182,0.5) 0,
        rgb(134,182,182,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    height: 200%;
    position: absolute;
    left: -50%;
    animation: slide 30s linear infinite;
}@keyframes slide {
    0% {
        transform: rotate(0deg) translateY(0);
    }
    100% {
        transform: rotate(360deg) translateY(0);
    }
}

.training_method907 .skill_track423 {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    z-index: 5;
    backdrop-filter: blur(10px);
    overflow: hidden;
    width: 90%;
    position: relative;
    padding: 0;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    border-radius: 15px;
    max-width: 1200px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
}.training_method907 .skill_track423:hover {
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.2), 0 15px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.training_method907 .editorial_wrap301 {
    z-index: 2;
    position: relative;
    padding: 4rem;
}.training_method907 .editorial_wrap301::before {
    content: '';
    background: linear-gradient(to bottom, rgb(188,205,210), transparent);
    width: 5px;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 10px;
    height: 50%;
}.training_method907 .editorial_wrap301::after {
    right: 0;
    background: linear-gradient(to top, rgb(134,182,182), transparent);
    content: '';
    bottom: 0;
    position: absolute;
    height: 50%;
    border-radius: 10px;
    width: 5px;
}.training_method907 h2 {
    margin-bottom: 2rem;
    letter-spacing: 1px;
    transition: transform 0.3s ease;
    background: linear-gradient(135deg, rgb(188,205,210), rgb(134,182,182));
    font-size: 33px;
    text-fill-color: transparent;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    transform: perspective(500px) translateZ(0);
}.training_method907 .skill_track423:hover h2 {
    transform: perspective(500px) translateZ(20px);
}.training_method907 p {
    margin-bottom: 2rem;
    font-size: 17px;
    position: relative;
    transition: transform 0.3s ease;
    line-height: 1.8;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    transform: perspective(500px) translateZ(0);
    font-weight: 400;
}.training_method907 .skill_track423:hover p {
    transform: perspective(500px) translateZ(10px);
}

@media (max-width: 992px) {.training_method907 {
    padding: 6rem 0;
    min-height: auto;
}.training_method907 .editorial_wrap301 {
    padding: 3rem;
}.training_method907 h2 {
    font-size: calc(33px * 0.9);
}
}

@media (max-width: 768px) {.training_method907 {
    padding: 4rem 0;
}.training_method907 .skill_track423 {
    width: 95%;
}.training_method907 .editorial_wrap301 {
    padding: 2rem;
}.training_method907 h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 1.5rem;
}.training_method907 p {
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 576px) {.training_method907 {
    padding: 3rem 0;
}.training_method907 .editorial_wrap301 {
    padding: 1.5rem;
}.training_method907 h2 {
    font-size: calc(33px * 0.7);
    margin-bottom: 1rem;
}.training_method907 p {
    font-size: calc(17px * 0.9);
    margin-bottom: 1rem;
}.training_method907::before,
    .training_method907::after {
    opacity: 0.6;
}}.find_us207 {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, rgb(188,205,210,0.5) 0%, rgb(134,182,182,0.5) 100%);
}.find_us207:before {
    opacity: 0.06;
    animation: rotateConic 20s infinite linear;
    z-index: -1;
    position: absolute;
    height: 200%;
    top: -50%;
    width: 200%;
    content: '';
    background: conic-gradient(from 90deg at 50% 50%, rgb(188,205,210) 0%, transparent 25%, rgb(134,182,182) 50%, transparent 75%);
    left: -50%;
}.find_us207:after {
    z-index: -1;
    height: 70%;
    right: 0;
    animation: pulseWave 12s infinite ease-in-out;
    position: absolute;
    bottom: 0;
    opacity: 0.12;
    background: radial-gradient(circle at 80% 80%, rgb(134,182,182,0.5) 0%, transparent 60%);
    width: 70%;
    content: '';
}.find_us207 .container {
    margin: 0 auto;
    position: relative;
    display: flex;
    gap: 60px;
    flex-direction: column;
    max-width: 1280px;
}.find_us207 .msg_info068 {
    padding: 60px;
    border-radius: 29px;
    gap: 40px;
    flex-wrap: wrap;
    background: #ffffff;
    display: flex;
    box-shadow: 0 20px 50px rgb(188,205,210,0.5);
    transition: all 0.5s ease;
}.find_us207 .msg_info068:hover {
    box-shadow: 0 30px 70px rgb(134,182,182,0.5);
}.find_us207 .reach_us390 {
    font-size: 35px;
    font-weight: 700;
    margin: 0 auto 40px;
    color: rgb(188,205,210);
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
}.find_us207 .reach_us390:after {
    border-radius: 10px;
    bottom: -15px;
    content: '';
    width: 80px;
    background: rgb(134,182,182);
    height: 3px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    animation: expandLine 2s infinite ease;
}.find_us207 .image_circle125 {
    overflow: hidden;
    border-radius: 29px;
    transition: all 0.4s ease;
    flex: 0 0 40%;
    position: relative;
    height: 300px;
    max-width: 400px;
}.find_us207 .image_circle125:before {
    background: linear-gradient(90deg, transparent 70%, rgb(188,205,210,0.5) 85%, transparent 100%);
    transition: opacity 0.3s ease;
    opacity: 0;
    position: absolute;
    inset: 0;
    content: '';
}.find_us207 .image_circle125:hover:before {
    opacity: 0.3;
}.find_us207 .image_circle125:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgb(134,182,182,0.5);
}.find_us207 .get_contactinfo219 {
    align-self: center;
    display: grid;
    flex: 1 1 55%;
    gap: 25px;
}.find_us207 .get_contactinfo219 p {
    font-size: 13px;
    display: flex;
    transition: all 0.3s ease;
    align-items: center;
    padding-left: 0;
    margin: 0;
    position: relative;
    color: #000000;
    line-height: 1.7;
    font-family: Arial, sans-serif;
}.find_us207 .get_contactinfo219 p svg {
    width: 22px;
    flex-shrink: 0;
    transition: all 0.3s ease;
    margin: 0 15px;
    height: 22px;
}.find_us207 .get_contactinfo219 p svg path {
    transition: fill 0.3s ease;
    fill: rgb(134,182,182);
}.find_us207 .get_contactinfo219 p span {
    font-weight: 600;
    color: rgb(188,205,210);
}.find_us207 .get_contactinfo219 p a {
    transition: all 0.3s ease;
    color: rgb(134,182,182);
    position: relative;
    text-decoration: none;
}.find_us207 .get_contactinfo219 p a:after {
    height: 1px;
    transform-origin: left;
    content: '';
    left: 0;
    transition: transform 0.3s ease;
    bottom: -3px;
    background: rgb(134,182,182);
    position: absolute;
    transform: scaleX(0);
    width: 100%;
}.find_us207 .get_contactinfo219 p a:hover:after {
    transform: scaleX(1);
}.find_us207 .assist_team672 {
    background: rgb(233,236,237);
    transition: all 0.4s ease;
    text-align: center;
    margin: 0 auto;
    padding: 40px;
    box-shadow: 0 15px 35px rgb(188,205,210,0.5);
    width: 100%;
    border-radius: 29px;
    max-width: 600px;
}.find_us207 .assist_team672:hover {
    box-shadow: 0 25px 55px rgb(134,182,182,0.5);
    background: #ffffff;
}.find_us207 .reach_team318 {
    position: relative;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    color: rgb(188,205,210);
    margin-bottom: 25px;
}.find_us207 .reach_team318 svg {
    height: 24px;
    margin-right: 10px;
    width: 24px;
}.find_us207 .reach_team318 svg path {
    fill: rgb(188,205,210);
    transition: fill 0.3s ease;
}.find_us207 .assist_team672:hover .reach_team318 svg path {
    fill: rgb(134,182,182);
}.find_us207 .reach_team318:before {
    background: rgb(134,182,182);
    position: absolute;
    width: 40px;
    left: 50%;
    transform: translateX(-50%);
    animation: pulseLine 1.5s infinite ease;
    height: 1px;
    top: -10px;
    content: '';
}.find_us207 .send_feedback672 {
    gap: 20px;
    display: grid;
}.find_us207 .chat_form934 {
    position: relative;
    color: #000000;
    font-weight: 400;
    font-size: 13px;
    transition: all 0.3s ease;
    padding: 15px 25px;
    border-radius: 10px;
    justify-content: center;
    display: flex;
    align-items: center;
    background: #ffffff;
}.find_us207 .chat_form934 svg {
    transition: all 0.3s ease;
    width: 0;
    opacity: 0;
    margin-right: 0;
    height: 18px;
}.find_us207 .chat_form934 svg path {
    fill: rgb(188,205,210);
}.find_us207 .chat_form934:hover {
    box-shadow: 0 10px 20px rgb(188,205,210,0.5);
    transform: translateY(-5px);
    background: rgb(134,182,182,0.5);
    padding-left: 15px;
}.find_us207 .chat_form934:hover svg {
    width: 18px;
    opacity: 1;
    margin-right: 8px;
}

@media screen and (max-width: 1024px) {.find_us207 {
    padding: 100px 0;
}.find_us207 .msg_info068 {
    gap: 30px;
    padding: 50px;
}.find_us207 .image_circle125 {
    flex: 0 0 35%;
    height: 280px;
}.find_us207 .get_contactinfo219 {
    flex: 1 1 60%;
}.find_us207 .assist_team672 {
    padding: 35px;
}.find_us207 .get_contactinfo219 p svg {
    width: 20px;
    height: 20px;
    margin-right: 12px;
}
}

@media screen and (max-width: 768px) {.find_us207 {
    padding: 80px 0;
}.find_us207 .msg_info068 {
    flex-direction: column;
    padding: 40px;
}.find_us207 .image_circle125 {
    margin: 0 auto;
    max-width: 100%;
    height: 300px;
    flex: unset;
    width: 100%;
}.find_us207 .get_contactinfo219 {
    flex: 0 0 100%;
}.find_us207 .assist_team672 {
    padding: 30px;
}.find_us207 .get_contactinfo219 p svg {
    margin: 0 10px;
    height: 18px;
    width: 18px;
}.find_us207 .reach_team318 svg {
    height: 20px;
    margin-right: 8px;
    width: 20px;
}
}

@media screen and (max-width: 480px) {.find_us207 {
    padding: 60px 0;
}.find_us207 .msg_info068 {
    padding: 30px;
}.find_us207 .image_circle125 {
    height: 250px;
}.find_us207 .reach_us390 {
    font-size: calc(35px * 0.85);
}.find_us207 .assist_team672 {
    padding: 25px;
}.find_us207 .chat_form934 {
    padding: 12px 20px;
}.find_us207 .get_contactinfo219 p svg {
    height: 16px;
    width: 16px;
    margin-right: 8px;
}.find_us207 .reach_team318 svg {
    width: 18px;
    height: 18px;
    margin-right: 6px;
}}

@keyframes rotateConic {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseWave {
    0% {
        transform: scale(1);
        opacity: 0.12;
    }
    50% {
        transform: scale(1.15);
        opacity: 0.18;
    }
    100% {
        transform: scale(1);
        opacity: 0.12;
    }
}

@keyframes expandLine {
    0% {
        width: 80px;
    }
    50% {
        width: 120px;
    }
    100% {
        width: 80px;
    }
}

@keyframes pulseLine {
    0% {
        width: 40px;
        opacity: 1;
    }
    50% {
        width: 60px;
        opacity: 0.6;
    }
    100% {
        width: 40px;
        opacity: 1;
    }
}header {
    width: 100%;
    background: #000000;
    left: 0;
    background: 
        linear-gradient(170deg, 
            #000000 0%,
            rgb(188,205,210,0.5) 100%);
    overflow: hidden;
    top: 0;
    position: fixed;
    z-index: 1000;
}header::before {
    position: absolute;
    opacity: 0.03;
    z-index: 1;
    height: 100%;
    content: "";
    top: 0;
    width: 100%;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgb(134,182,182,0.5) 10px,
            rgb(134,182,182,0.5) 11px
        );
    left: 0;
}header::after {
    animation: gradient-shift 8s linear infinite;
    content: "";
    height: 5px;
    width: 100%;
    background-size: 200% 100%;
    top: 0;
    background: linear-gradient(90deg, 
        rgb(188,205,210),
        rgb(134,182,182),
        rgb(188,205,210));
    z-index: 5;
    left: 0;
    position: absolute;
}header .container {
    position: relative;
    flex-direction: column;
    align-items: center;
    display: flex;
    padding: 0;
}header .page_header937 {
    align-items: center;
    width: 100%;
    position: relative;
    padding-top: 1.5rem;
    display: flex;
    flex-direction: column;
    z-index: 2;
}header .header_site703 {
    z-index: 3;
    text-decoration: none;
    margin-bottom: 2rem;
    position: relative;
    padding: 0.5rem 2rem;
    justify-content: center;
    display: flex;
}header .header_site703::before {
    content: "";
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(134,182,182,0.5) 20%,
        rgb(134,182,182) 50%,
        rgb(134,182,182,0.5) 80%,
        transparent 100%);
    position: absolute;
    bottom: -10px;
    width: 160%;
    left: -30%;
    height: 1px;
}header .header_site703::after {
    opacity: 0.5;
    width: 40px;
    z-index: -1;
    height: 40px;
    border-radius: 50%;
    content: "";
    position: absolute;
    animation: orb-float 5s ease-in-out infinite alternate;
    filter: blur(20px);
    background: rgb(188,205,210,0.5);
}header .header_site703 svg {
    height: 48px;
    width: auto;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 2;
    position: relative;
    filter: drop-shadow(0 0 8px rgb(188,205,210,0.5));
}header .header_site703:hover svg {
    filter: drop-shadow(0 0 12px rgb(188,205,210));
    transform: scale(1.08);
}header .nav_lesson530 {
    position: relative;
    background: linear-gradient(to bottom, 
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    width: 100vw;
    padding: 1rem 0;
    gap: 1rem;
    overflow-x: auto;
    mask-image: linear-gradient(90deg, 
        transparent 0%,
        #000 5%,
        #000 95%,
        transparent 100%);
    scrollbar-width: none;
    justify-content: center;
    display: flex;
}header .nav_lesson530::-webkit-scrollbar {
    display: none;
}header .nav_lesson530::before {
    height: 1px;
    top: 0;
    left: 0;
    position: absolute;
    background: rgb(188,205,210,0.5);
    content: "";
    width: 100%;
}header .head_nav572 {
    letter-spacing: 0.5px;
    border-radius: 15px;
    transition: all 0.3s ease;
    position: relative;
    white-space: nowrap;
    text-decoration: none;
    padding: 0.6rem 1.8rem;
    overflow: hidden;
    background: linear-gradient(135deg,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    font-size: 13px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    border: 1px solid rgb(188,205,210,0.5);
    color: #ffffff;
}header .head_nav572::before {
    left: -100%;
    top: 0;
    height: 100%;
    transition: left 0.5s ease;
    position: absolute;
    content: "";
    opacity: 0.5;
    background: linear-gradient(90deg,
        transparent,
        rgb(134,182,182,0.5),
        transparent);
    width: 100%;
}header .head_nav572::after {
    top: 50%;
    height: 8px;
    content: "";
    right: 12px;
    box-shadow: 0 0 10px rgb(134,182,182);
    transition: transform 0.3s ease;
    background: rgb(134,182,182);
    border-radius: 50%;
    position: absolute;
    width: 8px;
    transform: translateY(-50%) scale(0);
}header .head_nav572:hover {
    color: rgb(134,182,182);
    border-color: rgb(134,182,182);
    transform: translateY(-2px);
    box-shadow: 0 0 15px rgb(188,205,210,0.5),
                inset 0 0 10px rgb(188,205,210,0.5);
}header .head_nav572:hover::before {
    left: 100%;
}header .head_nav572:hover::after {
    transform: translateY(-50%) scale(1);
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}

@keyframes orb-float {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(30px, 10px);
    }
}

@media (max-width: 991px) {header .header_site703 {
    margin-bottom: 1.5rem;
}header .header_site703 svg {
    height: 42px;
}header .head_nav572 {
    padding: 0.5rem 1.5rem;
    font-size: calc(13px - 1px);
}
}

@media (max-width: 767px) {header .page_header937 {
    padding-top: 1rem;
}header .header_site703 {
    margin-bottom: 1rem;
}header .header_site703 svg {
    height: 36px;
}header .nav_lesson530 {
    justify-content: flex-start;
    padding: 0.8rem 0;
}header .head_nav572 {
    padding: 0.4rem 1.2rem;
    margin: 0 0.2rem;
    font-size: calc(13px - 2px);
}header .head_nav572:first-child {
    margin-left: 1rem;
}header .head_nav572:last-child {
    margin-right: 1rem;
}header .head_nav572::after {
    height: 6px;
    width: 6px;
    right: 8px;
}}.pricing_block405 {
    position: relative;
    overflow: hidden;
    background-color: rgb(233,236,237);
    padding: 5rem 0;
}.pricing_block405::before {
    transform: rotate(15deg);
    content: "";
    top: -3rem;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    width: 12rem;
    height: 12rem;
    right: -3rem;
    opacity: 0.07;
    position: absolute;
    background: linear-gradient(135deg, rgb(188,205,210), rgb(134,182,182));
}.pricing_block405::after {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    opacity: 0.05;
    height: 18rem;
    left: -5rem;
    transform: rotate(-10deg);
    z-index: 0;
    bottom: -5rem;
    background: linear-gradient(45deg, rgb(134,182,182), rgb(188,205,210,0.5));
    content: "";
    position: absolute;
    width: 18rem;
}.pricing_block405 .container {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1200px;
}.pricing_block405 .indv_sub865 {
    flex-direction: column;
    display: flex;
}.pricing_block405 .class_deals296 {
    order: -1;
    position: relative;
    margin-bottom: 3rem;
}.pricing_block405 .class_deals296 h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 1rem;
    position: relative;
    color: #000000;
    display: inline-block;
}.pricing_block405 .class_deals296 h2::after {
    bottom: -0.5rem;
    left: 0;
    background: linear-gradient(90deg, rgb(188,205,210), transparent);
    width: 60%;
    height: 3px;
    position: absolute;
    content: "";
}.pricing_block405 .price_choices391 {
    font-size: 13px;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 1rem;
    max-width: 800px;
}.pricing_block405 .fee_deals697 {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
    width: 100%;
}.pricing_block405 .program_fees395 {
    position: relative;
    color: #000000;
    text-decoration: none;
    z-index: 2;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    overflow: hidden;
}.pricing_block405 .group_plans830 {
    flex-direction: column;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    height: 100%;
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid rgba(0,0,0,0.06);
    transform: translateY(0);
    position: relative;
    display: flex;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-height: 480px;
}.pricing_block405 .program_fees395:hover .group_plans830 {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}.pricing_block405 .value_deals456 {
    z-index: 2;
    flex: 1;
    flex-direction: column;
    overflow: hidden;
    display: flex;
    padding: 2rem;
    position: relative;
}.pricing_block405 .value_deals456 h3 {
    transition: color 0.3s ease;
    font-weight: 600;
    color: #000000;
    font-size: calc(24px + 0.1rem);
    margin-bottom: 0.5rem;
    position: relative;
    display: inline-block;
}.pricing_block405 .program_fees395:hover .value_deals456 h3 {
    color: rgb(188,205,210);
}.pricing_block405 .price_panel836 {
    display: block;
    color: rgb(188,205,210);
    font-size: calc(24px + 0.5rem);
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 700;
    transition: transform 0.3s ease;
}.pricing_block405 .price_panel836::before {
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    width: 3rem;
    transform-origin: left;
    background-color: rgb(188,205,210,0.5);
    transition: transform 0.4s ease;
    bottom: -0.75rem;
    transform: scaleX(1);
}.pricing_block405 .program_fees395:hover .price_panel836::before {
    transform: scaleX(1.5);
}.pricing_block405 .value_deals456 p {
    line-height: 1.6;
    overflow-wrap: break-word;
    font-size: calc(13px - 0.1rem);
    flex-grow: 1;
    word-break: break-word;
    margin-bottom: 1.5rem;
    color: #000000;
}.pricing_block405 .image_circle125 {
    transition: transform 0.6s ease;
    overflow: hidden;
    height: 180px;
    width: 100%;
    position: relative;
}.pricing_block405 .image_circle125::after {
    transition: opacity 0.3s ease;
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.15), transparent);
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0.7;
}.pricing_block405 .program_fees395:hover .image_circle125 {
    transform: scale(1.03);
}.pricing_block405 .program_fees395:hover .image_circle125::after {
    opacity: 0.4;
}.pricing_block405 .group_plans830::before {
    left: 0;
    content: "";
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(188,205,210), rgb(134,182,182));
    transform-origin: left;
    width: 100%;
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 5px;
    top: 0;
}.pricing_block405 .program_fees395:hover .group_plans830::before {
    transform: scaleX(1);
}

@media (min-width: 768px) {.pricing_block405 .indv_sub865 {
    align-items: flex-start;
    gap: 2rem;
    flex-direction: row;
}.pricing_block405 .class_deals296 {
    flex: 0 0 30%;
    margin-bottom: 0;
    order: 0;
    padding-top: 2rem;
}.pricing_block405 .fee_deals697 {
    flex: 0 0 70%;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.pricing_block405 .group_plans830 {
    border-radius: 0.25rem;
}
}

@media (max-width: 767px) {.pricing_block405 {
    padding: 3rem 0;
}.pricing_block405 .fee_deals697 {
    max-width: 500px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.pricing_block405 .class_deals296 h2 {
    text-align: center;
    display: block;
}.pricing_block405 .class_deals296 h2::after {
    transform: translateX(-50%);
    width: 100px;
    left: 50%;
}.pricing_block405 .price_choices391 {
    text-align: center;
}.pricing_block405 .group_plans830 {
    min-height: auto;
}.pricing_block405 .value_deals456 {
    padding: 1.5rem;
}.pricing_block405 .image_circle125 {
    height: 160px;
}
}

@media (min-width: 1024px) {.pricing_block405 .fee_deals697 {
    grid-template-columns: repeat(2, 1fr);
}.pricing_block405 .program_fees395:nth-child(odd) {
    transform: translateY(1.5rem);
}
}

@media (min-width: 1200px) {.pricing_block405 .class_deals296 {
    padding-top: 4rem;
}.pricing_block405 .program_fees395:hover {
    z-index: 5;
}.pricing_block405 .fee_deals697 {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2.5rem;
    column-gap: 2rem;
}
}

@media (prefers-reduced-motion: reduce) {.pricing_block405 .program_fees395,
    .pricing_block405 .group_plans830,
    .pricing_block405 .image_circle125,
    .pricing_block405 .price_panel836::before,
    .pricing_block405 .group_plans830::before {
    transition: none;
}}.tyBlock415 {
    position: relative;
    perspective: 1000px;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(134,182,182,0.5), rgb(188,205,210,0.5));
}.tyBlock415::before {
    top: 0;
    position: absolute;
    height: 100%;
    pointer-events: none;
    background: repeating-linear-gradient(
        45deg,
        rgb(134,182,182,0.5) 0px,
        rgb(134,182,182,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    content: "";
    opacity: 0.1;
    width: 100%;
    z-index: 1;
    left: 0;
}.tyBlock415::after {
    width: 80%;
    opacity: 0.4;
    z-index: 0;
    transform: rotate(-15deg);
    top: -10%;
    right: -10%;
    content: "";
    height: 80%;
    position: absolute;
    background: radial-gradient(
        circle at center,
        rgb(188,205,210,0.5) 0%,
        transparent 70%
    );
}.tyBlock415 .container {
    max-width: 1200px;
    transform: translateZ(0);
    margin: 0 auto;
    z-index: 2;
    position: relative;
    transform-style: preserve-3d;
    padding: 0 2rem;
}.tyBlock415 h2 {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    font-family: Arial, sans-serif;
    max-width: 90%;
    font-size: 33px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 3rem;
    transform: translateZ(30px);
    position: relative;
    color: #000000;
    font-weight: 700;
}.tyBlock415 h2::after {
    height: 0.3rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    transform-origin: left;
    transform: scaleX(1);
    content: "";
    position: absolute;
    bottom: -1rem;
    background: linear-gradient(to right, rgb(188,205,210), rgb(134,182,182));
    width: 8rem;
}.tyBlock415 .skill_track423 {
    backdrop-filter: blur(5px);
    padding: 3rem;
    transform-style: preserve-3d;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1), 
        0 8px 16px rgba(0, 0, 0, 0.05),
        0 4px 8px rgba(0, 0, 0, 0.025);
    border-left: 4px solid rgb(188,205,210);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    transform: translateZ(10px) rotateX(2deg);
    background: #ffffff;
    position: relative;
}.tyBlock415 .skill_track423::before {
    content: "";
    top: 1rem;
    position: absolute;
    opacity: 0.5;
    bottom: 1rem;
    pointer-events: none;
    right: 1rem;
    left: 1rem;
    z-index: 0;
    border: 1px dashed rgb(134,182,182,0.5);
}.tyBlock415 .skill_track423:hover {
    transform: translateZ(20px) rotateX(0deg);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15), 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 5px 10px rgba(0, 0, 0, 0.05);
}.tyBlock415 ul {
    list-style: none;
    padding: 0;
    z-index: 1;
    position: relative;
    margin: 0;
}.tyBlock415 li {
    margin-bottom: 1rem;
    position: relative;
    transform: translateZ(5px);
}.tyBlock415 li::before {
    left: -2rem;
    transform: rotate(45deg);
    opacity: 0;
    border-radius: 0.2rem;
    width: 0.8rem;
    top: 0.5rem;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgb(188,205,210), rgb(134,182,182));
    transition: opacity 0.3s ease, transform 0.3s ease;
    height: 0.8rem;
}.tyBlock415 li:hover::before {
    opacity: 1;
    transform: rotate(45deg) scale(1.2);
}.tyBlock415 span {
    padding-left: 0;
    line-height: 1.8;
    position: relative;
    color: #000000;
    font-size: 17px;
    font-family: Arial, sans-serif;
    transition: padding-left 0.3s ease;
    display: block;
}.tyBlock415 span::after {
    position: absolute;
    background: linear-gradient(to right, rgb(134,182,182,0.5), transparent);
    left: 0;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    height: 1px;
    bottom: -0.8rem;
    content: "";
    width: 100%;
    transform: scaleX(0);
}.tyBlock415 li:hover span {
    padding-left: 0.5rem;
}.tyBlock415 li:hover span::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {.tyBlock415 {
    padding: 5rem 0;
}.tyBlock415 .skill_track423 {
    padding: 2.5rem;
    transform: translateZ(5px) rotateX(1deg);
}.tyBlock415 h2 {
    font-size: calc(33px * 0.9);
    max-width: 100%;
    transform: translateZ(20px);
}
}

@media (max-width: 767px) {.tyBlock415 {
    padding: 4rem 0;
}.tyBlock415 .container {
    padding: 0 1.5rem;
}.tyBlock415 .skill_track423 {
    padding: 2rem;
    transform: translateZ(0) rotateX(0deg);
}.tyBlock415 h2 {
    margin-bottom: 2rem;
    transform: translateZ(10px);
    font-size: calc(33px * 0.8);
}.tyBlock415 h2::after {
    width: 6rem;
    height: 0.25rem;
}.tyBlock415 span {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 575px) {.tyBlock415 {
    padding: 3rem 0;
}.tyBlock415 .container {
    padding: 0 1rem;
}.tyBlock415 .skill_track423 {
    border-left-width: 3px;
    padding: 1.5rem;
}.tyBlock415 h2 {
    margin-bottom: 1.5rem;
    font-size: calc(33px * 0.7);
}.tyBlock415 h2::after {
    height: 0.2rem;
    bottom: -0.7rem;
    width: 5rem;
}.tyBlock415 span {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}.tyBlock415 li::before {
    height: 0.7rem;
    width: 0.7rem;
    left: -1.5rem;
}}.instructor_history240 {
    background: linear-gradient(135deg, rgb(233,236,237) 0%, rgb(134,182,182,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 5rem 2rem;
}.instructor_history240::before {
    content: "";
    height: 100%;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    top: 0;
    width: 100%;
    opacity: 0.05;
    z-index: 1;
    position: absolute;
    background-image: 
    linear-gradient(45deg, rgb(134,182,182,0.5) 25%, transparent 25%),
    linear-gradient(-45deg, rgb(134,182,182,0.5) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgb(134,182,182,0.5) 75%),
    linear-gradient(-45deg, transparent 75%, rgb(134,182,182,0.5) 75%);
    left: 0;
    background-size: 20px 20px;
}.instructor_history240 .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    perspective: 1000px;
}.instructor_history240 .success_stories851 {
    position: relative;
    gap: 2rem;
    grid-template-columns: 1fr;
    background: #ffffff;
    padding: 2.5rem;
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-left: 4px solid rgb(188,205,210);
    box-shadow: 
    0 10px 30px rgba(0,0,0,0.05),
    0 20px 60px rgba(0,0,0,0.08);
    display: grid;
    transform: rotateY(-5deg);
}.instructor_history240 .success_stories851::after {
    width: 100%;
    pointer-events: none;
    left: 0;
    height: 100%;
    background: linear-gradient(
    135deg,
    transparent 0%,
    rgba(rgb(188,205,210), 0.02) 100%
  );
    content: "";
    position: absolute;
    top: 0;
}.instructor_history240 .success_stories851:hover {
    box-shadow: 
    0 15px 35px rgba(0,0,0,0.08),
    0 25px 70px rgba(0,0,0,0.12);
    transform: rotateY(0deg) translateZ(10px);
}.instructor_history240 .success_stories851 > div:first-child {
    opacity: 0;
    transform: translateX(-2rem);
    position: relative;
    animation: slide-in 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}.instructor_history240 .image_circle125 {
    height: 120px;
    box-shadow: 
    0 5px 15px rgba(0,0,0,0.1),
    0 0 0 5px #ffffff,
    0 0 0 8px rgb(134,182,182,0.5);
    animation: pulse 6s infinite alternate;
    width: 120px;
    border-radius: 50%;
}.instructor_history240 .success_stories851 > div:nth-child(2) {
    transform: translateY(1rem);
    animation: slide-up 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    opacity: 0;
}.instructor_history240 .name {
    color: rgb(188,205,210);
    display: inline-block;
    font-weight: 700;
    font-size: 23px;
    position: relative;
    margin: 0 0 0.5rem;
}.instructor_history240 .name::after {
    position: absolute;
    transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 0;
    background: rgb(134,182,182);
    content: "";
    bottom: -8px;
    left: 0;
    height: 2px;
}.instructor_history240 .success_stories851:hover .name::after {
    width: 100%;
}.instructor_history240 .success_stories851 > div:nth-child(2) > div {
    font-size: 0.95rem;
    position: relative;
    opacity: 0.85;
    font-weight: 600;
    color: #000000;
}.instructor_history240 .exp_flex346 {
    transform: translateY(1rem);
    animation: slide-up 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
    opacity: 0;
    line-height: 1.8;
    position: relative;
    color: #000000;
    font-size: 13px;
}.instructor_history240 .exp_flex346::before {
    content: "";
    font-size: 5rem;
    opacity: 0.3;
    color: rgb(134,182,182,0.5);
    top: -2.5rem;
    position: absolute;
    pointer-events: none;
    left: -1rem;
}.instructor_history240 .exp_flex346::after {
    content: "";
    font-size: 5rem;
    bottom: -4rem;
    position: absolute;
    pointer-events: none;
    opacity: 0.3;
    right: -1rem;
    color: rgb(134,182,182,0.5);
}

@keyframes slide-in {
  0% {
    transform: translateX(-2rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-up {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes pulse {
  0%, 100% {
    box-shadow: 
      0 5px 15px rgba(0,0,0,0.1),
      0 0 0 5px #ffffff,
      0 0 0 8px rgb(134,182,182,0.5);
  }
  50% {
    box-shadow: 
      0 8px 20px rgba(0,0,0,0.15),
      0 0 0 5px #ffffff,
      0 0 0 12px rgb(134,182,182,0.5);
  }
}

@media (min-width: 768px) {.instructor_history240 {
    padding: 7rem 3rem;
}.instructor_history240 .success_stories851 {
    padding: 3rem;
    grid-template-columns: auto 1fr 2fr;
    align-items: center;
    gap: 3rem;
}.instructor_history240 .image_circle125 {
    width: 150px;
    height: 150px;
}.instructor_history240 .name {
    font-size: calc(23px * 1.1);
    margin-bottom: 0.75rem;
}.instructor_history240 .success_stories851 > div:nth-child(2) > div {
    font-size: 1.05rem;
}.instructor_history240 .exp_flex346 {
    font-size: calc(13px * 1.05);
    padding-right: 2rem;
}
}

@media (min-width: 1200px) {.instructor_history240 {
    padding: 8rem 4rem;
}.instructor_history240 .success_stories851 {
    border-left-width: 6px;
    padding: 4rem;
    gap: 4rem;
}.instructor_history240 .image_circle125 {
    height: 180px;
    width: 180px;
}.instructor_history240 .exp_flex346 {
    font-size: calc(13px * 1.1);
    line-height: 1.9;
}.instructor_history240 .container::before {
    content: "";
    top: -20px;
    width: 100px;
    opacity: 0.6;
    height: 100px;
    background: linear-gradient(135deg, rgb(188,205,210,0.5) 0%, transparent 70%);
    filter: blur(30px);
    border-radius: 50%;
    right: -20px;
    position: absolute;
    z-index: -1;
}.instructor_history240 .container::after {
    width: 150px;
    background: linear-gradient(135deg, rgb(134,182,182,0.5) 0%, transparent 70%);
    z-index: -1;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    left: 10%;
    bottom: -30px;
    height: 150px;
    opacity: 0.5;
    content: "";
    position: absolute;
    filter: blur(40px);
}
}