* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1198px;
}.wrapper-skeleton_wvUQLe {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}header,footer {
    width: 100%;
}.page_nav_iH8mO6 {
    flex: 1 0 auto;
}.code_labs_dxYBsp {
    flex: 0 0 auto;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course_summary_qelZHr {
    overflow: hidden;
    background: rgb(234,238,239);
    padding: 120px 0;
    position: relative;
}.course_summary_qelZHr::before {
    height: 200px;
    transform: rotate(45deg);
    top: -50px;
    opacity: 0.1;
    position: absolute;
    width: 200px;
    background: rgb(198,208,212);
    content: "";
    z-index: 1;
    right: -50px;
}.course_summary_qelZHr::after {
    left: -100px;
    bottom: -100px;
    background: rgb(161,173,179);
    height: 300px;
    position: absolute;
    opacity: 0.08;
    content: "";
    width: 300px;
    border-radius: 50%;
    z-index: 1;
}.course_summary_qelZHr .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    position: relative;
}.course_summary_qelZHr .training_kRxyQC {
    background: #ffffff;
    transform: translateY(0);
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05);
}.course_summary_qelZHr .training_kRxyQC:hover {
    transform: translateY(-6px);
}.course_summary_qelZHr .pic_wrapper_Hkr0yS {
    overflow: hidden;
    position: relative;
    height: 300px;
}.course_summary_qelZHr .pic_wrapper_Hkr0yS::after {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, 
        rgb(198,208,212,0.5) 0%, 
        transparent 40%, 
        rgb(161,173,179,0.5) 100%);
    bottom: 0;
    left: 0;
    right: 0;
}.course_summary_qelZHr .text_area_59BRLK {
    position: relative;
    background: linear-gradient(to bottom right, 
        #ffffff 0%, 
        rgba(255, 255, 255, 0.95) 100%);
    padding: 40px;
}.course_summary_qelZHr .text_area_59BRLK::before {
    content: "";
    background: rgb(198,208,212);
    width: 4px;
    transition: transform 0.5s ease;
    transform: scaleY(0);
    position: absolute;
    transform-origin: top;
    top: 0;
    height: 60px;
    left: 0;
}.course_summary_qelZHr .training_kRxyQC:hover .text_area_59BRLK::before {
    transform: scaleY(1);
}.course_summary_qelZHr h3 {
    transition: color 0.3s ease;
    padding-bottom: 12px;
    line-height: 1.4;
    position: relative;
    color: #000000;
    margin-bottom: 24px;
    font-weight: 700;
    font-size: calc(24px * 1.1);
    font-family: Arial, sans-serif;
}.course_summary_qelZHr h3::after {
    height: 2px;
    bottom: 0;
    background: rgb(161,173,179);
    content: "";
    left: 0;
    position: absolute;
    transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    width: 60px;
}.course_summary_qelZHr .training_kRxyQC:hover h3::after {
    width: 100px;
}.course_summary_qelZHr .description {
    padding-right: 10px;
    line-height: 1.7;
    position: relative;
    max-height: 300px;
    color: #000000;
    overflow-y: auto;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    font-size: 12px;
}.course_summary_qelZHr .description::-webkit-scrollbar {
    width: 4px;
}.course_summary_qelZHr .description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}.course_summary_qelZHr .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(161,173,179,0.5);
}.course_summary_qelZHr span.description {
    display: none;
}

@media (min-width: 768px) {.course_summary_qelZHr .training_kRxyQC {
    grid-template-columns: 1fr 1.5fr;
    gap: 0;
}.course_summary_qelZHr .pic_wrapper_Hkr0yS {
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    height: auto;
}.course_summary_qelZHr .text_area_59BRLK {
    padding: 60px 60px 60px 80px;
    z-index: 2;
    margin-left: -60px;
}
}

@media (min-width: 992px) {.course_summary_qelZHr {
    padding: 140px 0;
}.course_summary_qelZHr .training_kRxyQC {
    grid-template-columns: 1fr 1.3fr;
}.course_summary_qelZHr .pic_wrapper_Hkr0yS {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}.course_summary_qelZHr .text_area_59BRLK {
    margin-left: -80px;
    padding: 80px 80px 80px 100px;
}.course_summary_qelZHr h3 {
    margin-bottom: 30px;
    font-size: 33px;
}.course_summary_qelZHr .description {
    line-height: 1.8;
    max-height: 380px;
    font-size: calc(12px * 1.05);
}
}

@media (max-width: 767px) {.course_summary_qelZHr {
    padding: 80px 0;
}.course_summary_qelZHr .text_area_59BRLK {
    padding: 30px;
}.course_summary_qelZHr h3 {
    margin-bottom: 20px;
    font-size: 16px;
}.course_summary_qelZHr .description {
    line-height: 1.6;
    max-height: 250px;
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 480px) {.course_summary_qelZHr {
    padding: 60px 0;
}.course_summary_qelZHr .pic_wrapper_Hkr0yS {
    height: 200px;
}.course_summary_qelZHr .text_area_59BRLK {
    padding: 25px 20px;
}.course_summary_qelZHr h3 {
    padding-bottom: 10px;
    font-size: calc(16px * 0.95);
    margin-bottom: 15px;
}
}

@media (prefers-reduced-motion: reduce) {.course_summary_qelZHr .training_kRxyQC,
    .course_summary_qelZHr .text_area_59BRLK::before,
    .course_summary_qelZHr h3::after {
    transition: none;
}}.opening_page_7X81yK {
    min-height: 100vh;
    justify-content: center;
    overflow: hidden;
    background-color: rgb(234,238,239);
    align-items: center;
    display: flex;
    position: relative;
    padding: 5rem 1rem;
}.opening_page_7X81yK::before {
    left: 0;
    content: "";
    opacity: 0.07;
    width: 100%;
    background: linear-gradient(135deg, rgb(161,173,179,0.5), rgb(198,208,212,0.5));
    z-index: 0;
    top: 0;
    position: absolute;
    height: 100%;
}.opening_page_7X81yK .tech_track_XGge7u {
    position: relative;
    padding: 2.5rem;
    max-width: 1200px;
    width: 100%;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.08), 
              -12px -12px 24px #ffffff;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateX(2deg);
    background-color: rgb(234,238,239);
    border-radius: 16px;
    z-index: 1;
}.opening_page_7X81yK .tech_track_XGge7u:hover {
    transform: perspective(1000px) rotateX(0deg);
}.opening_page_7X81yK .tech_track_XGge7u > div {
    gap: 2.5rem;
    display: flex;
    flex-direction: column;
}.opening_page_7X81yK h3 {
    background-color: rgba(255, 255, 255, 0.7);
    color: rgb(161,173,179);
    font-size: 20px;
    border-radius: 12px;
    padding: 1.5rem;
    margin: 0;
    position: relative;
    box-shadow: inset 3px 3px 8px rgba(0, 0, 0, 0.05),
              inset -3px -3px 8px #ffffff;
    font-weight: 600;
    transition: all 0.3s ease;
}.opening_page_7X81yK h3::before {
    width: 8px;
    height: 100%;
    border-radius: 12px 0 0 12px;
    left: 0;
    background: linear-gradient(to bottom, rgb(198,208,212), rgb(161,173,179));
    content: "";
    position: absolute;
    top: 0;
}.opening_page_7X81yK .skill_track_XIzv3b {
    border-radius: 16px;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.08), 
              -12px -12px 24px #ffffff;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease;
}.opening_page_7X81yK .skill_track_XIzv3b::before {
    top: 0;
    content: "";
    position: absolute;
    opacity: 0.85;
    width: 100%;
    z-index: 1;
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, 
    rgba(var(--primary-color-rgb), 0.7),
    rgba(var(--secondary-color-rgb), 0.7));
}.opening_page_7X81yK .skill_track_XIzv3b:hover {
    transform: translateY(-5px);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1), 
              -15px -15px 30px #ffffff;
}.opening_page_7X81yK .skill_track_XIzv3b > div {
    z-index: 2;
    display: flex;
    text-align: center;
    align-items: center;
    position: relative;
    flex-direction: column;
    justify-content: center;
    padding: 4rem 2rem;
    gap: 1.5rem;
}.opening_page_7X81yK .skill_track_XIzv3b p {
    transition: all 0.3s ease;
    border-radius: 12px;
    padding: 1rem 1.5rem;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.1),
              inset -2px -2px 5px rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    margin: 0;
    font-size: calc(15px * 1.1);
    backdrop-filter: blur(10px);
    font-weight: 400;
}.opening_page_7X81yK .skill_track_XIzv3b p:hover {
    transform: translateY(-3px);
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.2),
              inset -2px -2px 5px rgba(255, 255, 255, 0.2);
}.opening_page_7X81yK .title_style_header {
    margin: 0;
    transition: all 0.3s ease;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    font-size: 45px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    padding: 0;
}.opening_page_7X81yK .title_style_header::after {
    left: 50%;
    border-radius: 2px;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(198,208,212), #ffffff, rgb(198,208,212));
    position: absolute;
    width: 100px;
    height: 4px;
    bottom: -15px;
    content: "";
}

@media (min-width: 768px) {.opening_page_7X81yK .tech_track_XGge7u {
    padding: 3rem;
}.opening_page_7X81yK .tech_track_XGge7u > div {
    align-items: stretch;
    flex-direction: row;
}.opening_page_7X81yK .tech_track_XGge7u > div > div:first-child {
    align-items: center;
    flex: 0 0 30%;
    display: flex;
}.opening_page_7X81yK .skill_track_XIzv3b {
    flex: 0 0 70%;
}.opening_page_7X81yK h3 {
    padding: 2rem;
    font-size: 20px;
}.opening_page_7X81yK .skill_track_XIzv3b > div {
    text-align: left;
    padding: 5rem 3rem;
    align-items: flex-start;
}.opening_page_7X81yK .title_style_header {
    font-size: calc(45px * 1.2);
}.opening_page_7X81yK .title_style_header::after {
    transform: none;
    left: 0;
}
}

@media (min-width: 1024px) {.opening_page_7X81yK .tech_track_XGge7u {
    padding: 3.5rem;
}.opening_page_7X81yK .tech_track_XGge7u > div > div:first-child {
    flex: 0 0 35%;
}.opening_page_7X81yK .skill_track_XIzv3b {
    flex: 0 0 65%;
}.opening_page_7X81yK .skill_track_XIzv3b > div {
    padding: 6rem 4rem;
}.opening_page_7X81yK .title_style_header {
    font-size: calc(45px * 1.4);
}
}

@media (max-width: 767px) {.opening_page_7X81yK {
    padding: 3rem 1rem;
}.opening_page_7X81yK .tech_track_XGge7u {
    padding: 1.5rem;
}.opening_page_7X81yK h3 {
    font-size: calc(20px * 0.9);
    padding: 1.25rem;
}.opening_page_7X81yK .skill_track_XIzv3b > div {
    padding: 3rem 1.5rem;
}.opening_page_7X81yK .title_style_header {
    font-size: calc(45px * 0.9);
}.opening_page_7X81yK .skill_track_XIzv3b p {
    padding: 0.75rem 1rem;
    font-size: 15px;
}
}

@media (max-width: 480px) {.opening_page_7X81yK {
    padding: 2rem 0.75rem;
}.opening_page_7X81yK .tech_track_XGge7u {
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.08), 
                -8px -8px 16px #ffffff;
    padding: 1.25rem;
}.opening_page_7X81yK h3 {
    font-size: calc(20px * 0.8);
    padding: 1rem;
}.opening_page_7X81yK .skill_track_XIzv3b > div {
    padding: 2.5rem 1.25rem;
}.opening_page_7X81yK .title_style_header {
    font-size: calc(45px * 0.8);
}.opening_page_7X81yK .skill_track_XIzv3b p {
    font-size: calc(15px * 0.9);
    padding: 0.5rem 0.75rem;
}}.follow_0j9Emw {
    color: #000000;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(198,208,212,0.5) 0%, rgb(161,173,179,0.5) 100%);
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
}.follow_0j9Emw::before {
    top: -50%;
    content: "";
    background: radial-gradient(circle at center, #ffffff 0.5%, transparent 8%);
    animation: rotate 200s linear infinite;
    background-size: 5vmin 5vmin;
    width: 200%;
    opacity: 0.1;
    height: 200%;
    pointer-events: none;
    left: -50%;
    position: absolute;
}.follow_0j9Emw::after {
    left: 0;
    position: absolute;
    bottom: 0;
    pointer-events: none;
    right: 0;
    mix-blend-mode: overlay;
    background: radial-gradient(ellipse at 70% 30%, rgb(198,208,212,0.5) 0%, transparent 70%);
    top: 0;
    content: "";
}.follow_0j9Emw .container {
    max-width: 1200px;
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.follow_0j9Emw .learning_track_SuYvGU {
    flex-direction: column;
    display: flex;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.07),
        0 0 0 1px rgba(255,255,255,0.1) inset;
    transform: perspective(1000px) rotateX(2deg);
    background: linear-gradient(145deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.05) 100%);
    align-items: center;
    padding: 3rem 2.5rem;
    position: relative;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
}.follow_0j9Emw .learning_track_SuYvGU::before {
    border: 2px solid rgb(198,208,212,0.5);
    border-bottom: none;
    border-left: none;
    height: 80px;
    width: 80px;
    right: -15px;
    opacity: 0.5;
    transform: rotate(0deg);
    animation: pulse 6s ease-in-out infinite;
    position: absolute;
    top: -15px;
    content: "";
}.follow_0j9Emw .learning_track_SuYvGU::after {
    height: 80px;
    bottom: -15px;
    border-right: none;
    position: absolute;
    border-top: none;
    opacity: 0.5;
    content: "";
    border: 2px solid rgb(161,173,179);
    animation: pulse 6s ease-in-out infinite reverse;
    width: 80px;
    transform: rotate(0deg);
    left: -15px;
}.follow_0j9Emw h4 {
    margin-bottom: 2rem;
    color: #000000;
    line-height: 1.4;
    transition: all 0.3s ease;
    transform: translateY(0);
    letter-spacing: 0.015em;
    text-align: center;
    font-weight: 600;
    max-width: 720px;
    font-size: calc(24px * 0.9);
}.follow_0j9Emw .input_holder {
    justify-content: center;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    max-width: 600px;
    gap: 1rem;
    width: 100%;
}.follow_0j9Emw .input_holder span {
    flex: 1 1 250px;
    position: relative;
}.follow_0j9Emw .input_holder input[type="email"] {
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    color: #000000;
    padding: 0 1.5rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    font-size: 18px;
    background: rgba(255,255,255,0.9);
    border: 1px solid rgba(255,255,255,0.2);
    width: 100%;
    font-weight: 400;
    height: 54px;
}.follow_0j9Emw .input_holder input[type="email"]:focus {
    outline: none;
    transform: translateY(-2px);
    border-color: rgb(198,208,212);
    box-shadow: 
        0 8px 20px rgba(0,0,0,0.08),
        0 0 0 3px rgb(198,208,212,0.5);
    background: #ffffff;
}.follow_0j9Emw .input_holder input[type="email"]::placeholder {
    transition: opacity 0.3s ease;
    color: #000000;
    opacity: 0.6;
}.follow_0j9Emw .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.3;
}.follow_0j9Emw .input_holder input[type="submit"] {
    color: #ffffff;
    width: 100%;
    font-size: 19px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    letter-spacing: 0.03em;
    position: relative;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    z-index: 1;
    font-weight: 600;
    border: none;
    background: rgb(198,208,212);
    overflow: hidden;
    height: 54px;
}.follow_0j9Emw .input_holder input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    background: rgb(161,173,179);
}.follow_0j9Emw .input_holder input[type="submit"]:active {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transform: translateY(1px);
}.follow_0j9Emw .input_holder input[type="submit"]::before {
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    left: -100%;
    position: absolute;
    z-index: -1;
    top: 0;
    height: 100%;
    transition: left 0.6s ease;
    width: 100%;
}.follow_0j9Emw .input_holder input[type="submit"]:hover::before {
    left: 100%;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.7;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {.follow_0j9Emw {
    padding: 5rem 0;
}.follow_0j9Emw .learning_track_SuYvGU {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2.5rem 2rem;
}.follow_0j9Emw h4 {
    font-size: calc(24px * 0.85);
    margin-bottom: 1.5rem;
}
}

@media (max-width: 767px) {.follow_0j9Emw {
    padding: 4rem 0;
}.follow_0j9Emw .learning_track_SuYvGU {
    transform: none;
    padding: 2rem 1.5rem;
}.follow_0j9Emw h4 {
    margin-bottom: 1.25rem;
    font-size: calc(24px * 0.8);
}.follow_0j9Emw .input_holder {
    gap: 0.75rem;
}.follow_0j9Emw .learning_track_SuYvGU::before,
    .follow_0j9Emw .learning_track_SuYvGU::after {
    height: 60px;
    width: 60px;
}
}

@media (max-width: 575px) {.follow_0j9Emw {
    padding: 3rem 0;
}.follow_0j9Emw .learning_track_SuYvGU {
    padding: 1.75rem 1.25rem;
}.follow_0j9Emw h4 {
    font-size: calc(22px * 1.1);
    line-height: 1.4;
    margin-bottom: 1rem;
}.follow_0j9Emw .input_holder input[type="email"],
    .follow_0j9Emw .input_holder input[type="submit"] {
    height: 50px;
}.follow_0j9Emw .learning_track_SuYvGU::before,
    .follow_0j9Emw .learning_track_SuYvGU::after {
    height: 50px;
    width: 50px;
}
}

@media (hover: hover) {.follow_0j9Emw .input_holder input[type="email"]:hover {
    background: rgba(255,255,255,0.95);
    border-color: rgba(rgb(198,208,212), 0.5);
}.follow_0j9Emw h4:hover {
    transform: translateY(-2px);
}
}

@media (prefers-reduced-motion) {.follow_0j9Emw::before {
    animation: none;
}.follow_0j9Emw .learning_track_SuYvGU::before,
    .follow_0j9Emw .learning_track_SuYvGU::after {
    animation: none;
}.follow_0j9Emw .input_holder input[type="submit"]::before {
    display: none;
}}.target_audience_JhZ9LE {
    overflow: hidden;
    background: linear-gradient(120deg, rgb(234,238,239) 0%, rgb(198,208,212,0.5) 100%);
    position: relative;
    padding: 5rem 0;
}.target_audience_JhZ9LE::before {
    position: absolute;
    top: 50%;
    content: '';
    animation: rotateRings 60s linear infinite;
    pointer-events: none;
    background: radial-gradient(
        ellipse at center,
        transparent 0%,
        transparent 30%,
        rgba(rgb(161,173,179,0.5), 0.1) 31%,
        rgba(rgb(161,173,179,0.5), 0.1) 32%,
        transparent 33%,
        transparent 40%,
        rgba(rgb(161,173,179,0.5), 0.05) 41%,
        rgba(rgb(161,173,179,0.5), 0.05) 42%,
        transparent 43%,
        transparent 50%,
        rgba(rgb(198,208,212,0.5), 0.07) 51%,
        rgba(rgb(198,208,212,0.5), 0.07) 52%,
        transparent 53%,
        transparent 70%,
        rgba(rgb(198,208,212,0.5), 0.05) 71%,
        rgba(rgb(198,208,212,0.5), 0.05) 72%,
        transparent 73%
    );
    height: 150%;
    left: 50%;
    z-index: 1;
    width: 150%;
    transform: translate(-50%, -50%);
}.target_audience_JhZ9LE::after {
    width: 100%;
    left: 0;
    height: 100%;
    opacity: 0.3;
    top: 0;
    background: radial-gradient(
        circle at 70% 80%,
        rgb(198,208,212,0.5) 0%,
        transparent 50%
    );
    position: absolute;
    content: '';
    z-index: 1;
}.target_audience_JhZ9LE .learning_track_SuYvGU {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 2rem;
    max-width: 1200px;
}.target_audience_JhZ9LE h3 {
    position: relative;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: #ffffff;
    margin-bottom: 3.5rem;
    font-weight: 700;
    font-size: 28px;
}.target_audience_JhZ9LE h3::after {
    transform: translateX(-50%);
    content: '';
    background: rgb(198,208,212);
    position: absolute;
    left: 50%;
    height: 3px;
    border-radius: 50px;
    bottom: -15px;
    width: 120px;
    box-shadow: 0 0 15px rgb(198,208,212);
}.target_audience_JhZ9LE ul {
    margin: 0;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 2.5rem;
    list-style-type: none;
    padding: 0;
}.target_audience_JhZ9LE li {
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    align-items: center;
    display: flex;
    backdrop-filter: blur(5px);
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.12);
    padding: 1.8rem 2rem;
    border-radius: 50px;
    position: relative;
}.target_audience_JhZ9LE li::before {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 100%
    );
    height: 100%;
    position: absolute;
    left: 0;
    pointer-events: none;
    top: 0;
    width: 100%;
    content: '';
}.target_audience_JhZ9LE li::after {
    height: 200%;
    top: -50%;
    position: absolute;
    transition: all 0.5s ease;
    left: -50%;
    width: 200%;
    pointer-events: none;
    content: '';
    opacity: 0;
    transform: scale(0.5);
    background: radial-gradient(
        circle at center,
        rgba(rgb(161,173,179,0.5), 0.3) 0%,
        transparent 70%
    );
}.target_audience_JhZ9LE li:hover {
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, 0.18);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.1),
        0 0 20px rgb(198,208,212,0.5);
    border-color: rgb(198,208,212,0.5);
}.target_audience_JhZ9LE li:hover::after {
    opacity: 0.5;
    transform: scale(1);
}.target_audience_JhZ9LE li svg {
    fill: rgb(161,173,179);
    height: 40px;
    transition: all 0.4s ease;
    flex-shrink: 0;
    margin-right: 1.5rem;
    filter: drop-shadow(0 0 5px rgb(161,173,179,0.5));
    transform-origin: center;
    width: 40px;
}.target_audience_JhZ9LE li:hover svg {
    fill: rgb(198,208,212);
    filter: drop-shadow(0 0 8px rgb(198,208,212));
    transform: rotate(15deg);
}.target_audience_JhZ9LE li svg path {
    transition: all 0.4s ease;
}.target_audience_JhZ9LE li:hover svg path {
    fill: rgb(198,208,212);
}.target_audience_JhZ9LE li {
    line-height: 1.5;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.3px;
    font-weight: 400;
}

@keyframes rotateRings {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {.target_audience_JhZ9LE {
    padding: 4rem 0;
}.target_audience_JhZ9LE ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.target_audience_JhZ9LE h3 {
    font-size: calc(28px * 0.9);
}.target_audience_JhZ9LE li {
    padding: 1.5rem 1.8rem;
}
}

@media (max-width: 767px) {.target_audience_JhZ9LE {
    padding: 3rem 0;
}.target_audience_JhZ9LE h3 {
    margin-bottom: 2.5rem;
    font-size: calc(28px * 0.8);
}.target_audience_JhZ9LE h3::after {
    width: 100px;
}.target_audience_JhZ9LE li {
    padding: 1.2rem 1.5rem;
    border-radius: 25px;
}.target_audience_JhZ9LE li svg {
    height: 35px;
    width: 35px;
    margin-right: 1rem;
}}header {
    left: 0;
    z-index: 1000;
    position: fixed;
    top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    background: linear-gradient(120deg, 
        rgb(198,208,212) 0%, 
        rgb(198,208,212,0.5) 100%
    );
    width: 100%;
}header:before {
    top: 0;
    pointer-events: none;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    opacity: 0.1;
}header:after {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    content: '';
    background-image: 
        linear-gradient(to right, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        ),
        linear-gradient(to bottom, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        );
    pointer-events: none;
    left: 0;
    background-size: 100px 100px;
}header .head_bar_8kmHtf {
    position: relative;
}header .head_bar_8kmHtf:before {
    height: 2px;
    width: 100%;
    content: '';
    bottom: -1px;
    left: 0;
    opacity: 0.3;
    position: absolute;
    background: linear-gradient(to right, 
        transparent, 
        #ffffff, 
        transparent
    );
}header .head_bar_8kmHtf:after {
    pointer-events: none;
    width: 60px;
    opacity: 0.5;
    filter: blur(8px);
    transform: translateY(-50%);
    content: '';
    position: absolute;
    height: 60px;
    left: 0;
    background-image: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 70%
    );
    top: 50%;
}header .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 15px 25px;
}header .container:before {
    background-repeat: repeat-x;
    background-position: 0 0, 0 10px;
    background-image: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%),
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%);
    width: 50px;
    opacity: 0.5;
    pointer-events: none;
    position: absolute;
    top: 50%;
    height: 30px;
    background-size: 6px 2px, 6px 2px;
    transform: translateY(-50%);
    content: '';
    right: 20px;
}header .nav_info_q1KZtl {
    align-items: center;
    position: relative;
    display: flex;
    justify-content: space-between;
}header .nav_info_q1KZtl:before {
    height: 20px;
    border-radius: 50%;
    opacity: 0.5;
    width: 20px;
    content: '';
    top: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    transform: translateY(-50%) translateX(-40px);
    left: 0;
}header .nav_info_q1KZtl:after {
    border-radius: 50%;
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateX(40px);
    height: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    opacity: 0.5;
    content: '';
    width: 20px;
}header .nav_sitebar_Dmj0kd {
    align-items: center;
    position: relative;
    display: flex;
    gap: 30px;
}header .nav_sitebar_Dmj0kd:before {
    left: 0;
    position: absolute;
    content: '';
    bottom: -10px;
    height: 2px;
    transition: opacity 0.4s ease;
    background: linear-gradient(to right, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    width: 100%;
    opacity: 0;
}header .nav_sitebar_Dmj0kd:hover:before {
    opacity: 0.7;
}header .head_pro_VeW1ER {
    text-transform: uppercase;
    font-size: 12px;
    font-family: Arial, sans-serif;
    text-decoration: none;
    padding: 8px 0;
    font-weight: 400;
    transition: all 0.3s ease;
    position: relative;
    letter-spacing: 0.5px;
    color: #ffffff;
}header .head_pro_VeW1ER:before {
    opacity: 0;
    left: -12px;
    top: 50%;
    width: 6px;
    border-radius: 50%;
    transition: all 0.3s ease;
    height: 6px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    transform: translateY(-50%);
    background: #ffffff;
    position: absolute;
    content: '';
}header .head_pro_VeW1ER:after {
    top: 50%;
    transform: translateY(-50%) scaleX(0);
    left: -30px;
    background: rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
    position: absolute;
    transform-origin: right;
    height: 1px;
    content: '';
    width: 20px;
}header .head_pro_VeW1ER:hover {
    color: #ffffff;
    transform: translateX(5px);
}header .head_pro_VeW1ER:hover:before {
    opacity: 1;
    left: -20px;
}header .head_pro_VeW1ER:hover:after {
    transform: translateY(-50%) scaleX(1);
}header .header_site_wZcyxQ {
    position: relative;
    display: flex;
    text-decoration: none;
    align-items: center;
    padding: 5px;
    transition: all 0.3s ease;
}header .header_site_wZcyxQ:before {
    position: absolute;
    border-radius: 10px;
    content: '';
    width: calc(100% + 20px);
    transition: all 0.3s ease;
    opacity: 0;
    height: calc(100% + 20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    top: -10px;
    left: -10px;
}header .header_site_wZcyxQ:after {
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: -5px;
    transition: all 0.3s ease;
    background: #ffffff;
    width: 10px;
    opacity: 0;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    content: '';
    top: -5px;
}header .header_site_wZcyxQ:hover:before {
    opacity: 1;
}header .header_site_wZcyxQ:hover:after {
    animation: circuit 3s infinite;
    opacity: 1;
}header .header_site_wZcyxQ svg {
    transition: all 0.3s ease;
    height: 40px;
    width: auto;
}header .header_site_wZcyxQ:hover svg {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

@keyframes circuit {
    0%, 100% {
        top: -5px;
        left: -5px;
    }
    25% {
        top: -5px;
        left: calc(100% - 5px);
    }
    50% {
        top: calc(100% - 5px);
        left: calc(100% - 5px);
    }
    75% {
        top: calc(100% - 5px);
        left: -5px;
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 20px;
}header .nav_sitebar_Dmj0kd {
    gap: 20px;
}header .header_site_wZcyxQ svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .nav_sitebar_Dmj0kd {
    max-width: 320px;
    height: 100vh;
    width: 80%;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: fixed;
    padding: 80px 30px 30px;
    background: rgb(198,208,212);
    right: -100%;
    flex-direction: column;
    gap: 25px;
    top: 0;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    z-index: 1001;
}header .nav_sitebar_Dmj0kd:before {
    bottom: auto;
    top: 60px;
    left: 10%;
    width: 80%;
}header .nav_sitebar_Dmj0kd:after {
    width: 30px;
    position: absolute;
    right: 20px;
    pointer-events: none;
    border-radius: 50%;
    content: '';
    height: 30px;
    top: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}header .menu.active {
    right: 0;
}header .head_pro_VeW1ER {
    padding: 12px 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}header .head_pro_VeW1ER:hover {
    transform: translateX(0);
}header .head_pro_VeW1ER:last-child {
    border-bottom: none;
}header .header_site_wZcyxQ {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px 15px;
}header .header_site_wZcyxQ svg {
    height: 30px;
}}.learning_process_c1ZWuO {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(234,238,239) 0%, rgba(245, 247, 250, 0.9) 100%);
}.learning_process_c1ZWuO::before {
    animation: patternMove 35s linear infinite;
    opacity: 0.1;
    width: 100%;
    background-position: 0 0;
    content: "";
    top: 0;
    background-size: 40px 40px;
    left: 0;
    height: 100%;
    background-image: 
        linear-gradient(45deg, transparent 48%, rgb(198,208,212,0.5) 49%, rgb(198,208,212,0.5) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgb(161,173,179,0.5) 49%, rgb(161,173,179,0.5) 51%, transparent 52%);
    position: absolute;
    z-index: 1;
}.learning_process_c1ZWuO::after {
    height: 200%;
    top: -50%;
    width: 60%;
    z-index: 1;
    opacity: 0.15;
    transform: rotate(-15deg);
    background: linear-gradient(120deg, rgb(198,208,212,0.5) 0%, transparent 70%);
    position: absolute;
    content: "";
    right: -20%;
}.learning_process_c1ZWuO .container {
    transform-style: preserve-3d;
    z-index: 2;
    position: relative;
    perspective: 1000px;
}.learning_process_c1ZWuO .learning_track_SuYvGU {
    align-items: center;
    max-width: 1140px;
    z-index: 3;
    display: flex;
    position: relative;
    margin: 0 auto;
    justify-content: center;
}.learning_process_c1ZWuO .learning_track_SuYvGU > div {
    border-radius: 2px;
    max-width: 900px;
    transform: translateZ(0);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 4px rgba(0, 0, 0, 0.03),
        0 20px 25px -5px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.5s ease;
    position: relative;
    background: #ffffff;
    padding: 50px 40px;
    border-left: 4px solid rgb(198,208,212);
}.learning_process_c1ZWuO .learning_track_SuYvGU > div:hover {
    transform: translateY(-5px) translateZ(10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 2px 6px rgba(0, 0, 0, 0.04),
        0 30px 35px -10px rgba(0, 0, 0, 0.12);
}.learning_process_c1ZWuO .learning_track_SuYvGU > div::before {
    content: "";
    height: 100%;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
}.learning_process_c1ZWuO h3 {
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-weight: 700;
    position: relative;
    transform: translateX(0);
    color: #000000;
    font-size: calc(30px * 0.85);
    transition: transform 0.4s ease;
}.learning_process_c1ZWuO h3::after {
    left: 0;
    position: absolute;
    content: "";
    transition: width 0.4s ease-in-out;
    width: 60px;
    background: linear-gradient(90deg, rgb(198,208,212) 0%, rgb(161,173,179) 100%);
    bottom: 0;
    height: 3px;
}.learning_process_c1ZWuO .learning_track_SuYvGU > div:hover h3 {
    transform: translateX(5px);
}.learning_process_c1ZWuO .learning_track_SuYvGU > div:hover h3::after {
    width: 100px;
}.learning_process_c1ZWuO p {
    transform: translateZ(0);
    position: relative;
    line-height: 1.8;
    font-size: 14px;
    margin-bottom: 0;
    color: #000000;
}.learning_process_c1ZWuO p span {
    padding-left: 10px;
    border-left: 2px solid rgba(var(--primary-color-rgb), 0.3);
    display: block;
    position: relative;
}

@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 200px 200px;
    }
}

@media screen and (max-width: 991px) {.learning_process_c1ZWuO {
    padding: 80px 0;
}.learning_process_c1ZWuO .learning_track_SuYvGU > div {
    padding: 40px 30px;
}.learning_process_c1ZWuO h3 {
    margin-bottom: 20px;
    font-size: calc(30px * 0.75);
}
}

@media screen and (max-width: 768px) {.learning_process_c1ZWuO {
    padding: 60px 0;
}.learning_process_c1ZWuO .learning_track_SuYvGU > div {
    padding: 35px 25px;
}.learning_process_c1ZWuO h3 {
    margin-bottom: 18px;
    font-size: calc(30px * 0.7);
    padding-bottom: 12px;
}.learning_process_c1ZWuO p {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}
}

@media screen and (max-width: 576px) {.learning_process_c1ZWuO {
    padding: 50px 0;
}.learning_process_c1ZWuO .learning_track_SuYvGU > div {
    border-left-width: 3px;
    padding: 30px 20px;
}.learning_process_c1ZWuO h3 {
    font-size: calc(30px * 0.65);
    padding-bottom: 10px;
    margin-bottom: 15px;
}.learning_process_c1ZWuO h3::after {
    width: 50px;
    height: 2px;
}.learning_process_c1ZWuO .learning_track_SuYvGU > div:hover h3::after {
    width: 80px;
}.learning_process_c1ZWuO p {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}.learning_process_c1ZWuO p span {
    padding-left: 8px;
    border-left-width: 1px;
}}.gratNote_rCHlod {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(234,238,239) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 120px 0 100px;
    position: relative;
}.gratNote_rCHlod::before {
    top: -50px;
    opacity: 0.4;
    z-index: 1;
    width: 300px;
    content: "";
    right: -50px;
    background: linear-gradient(45deg, rgb(161,173,179,0.5) 0%, rgb(198,208,212,0.5) 100%);
    height: 300px;
    animation: float 15s ease-in-out infinite;
    position: absolute;
    filter: blur(80px);
}.gratNote_rCHlod::after {
    bottom: -30px;
    width: 250px;
    filter: blur(60px);
    background: linear-gradient(225deg, rgb(198,208,212,0.5) 0%, rgb(161,173,179,0.5) 80%);
    content: "";
    opacity: 0.3;
    height: 250px;
    animation: float 18s ease-in-out infinite reverse;
    left: -30px;
    position: absolute;
    z-index: 1;
}.gratNote_rCHlod .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
    z-index: 5;
}.gratNote_rCHlod h2 {
    color: #000000;
    margin-bottom: 40px;
    position: relative;
    font-weight: 700;
    font-family: Arial, sans-serif;
    transform: translateY(20px);
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    opacity: 0;
    font-size: 38px;
}.gratNote_rCHlod h2::after {
    transform-origin: left center;
    position: absolute;
    background: linear-gradient(90deg, rgb(198,208,212) 0%, rgb(161,173,179) 100%);
    animation: expandLine 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
    left: 0;
    width: 80px;
    transform: scaleX(0);
    height: 3px;
    bottom: -12px;
    content: "";
}.gratNote_rCHlod .learning_track_SuYvGU {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07), 0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    background: #ffffff;
    opacity: 0;
    position: relative;
    border-radius: 10px;
    padding: 50px;
    transform: translateY(30px);
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.3s;
}.gratNote_rCHlod .learning_track_SuYvGU::before {
    width: 6px;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    transform-origin: top center;
    animation: expandHeight 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    transform: scaleY(0);
    background: linear-gradient(to bottom, rgb(161,173,179), rgb(198,208,212));
}.gratNote_rCHlod ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.gratNote_rCHlod li {
    padding-left: 25px;
    position: relative;
}.gratNote_rCHlod li::before {
    border-radius: 50%;
    left: 0;
    top: 8px;
    width: 10px;
    position: absolute;
    animation: popIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1s;
    transform: scale(0);
    height: 10px;
    content: "";
    background: linear-gradient(135deg, rgb(198,208,212) 0%, rgb(161,173,179) 100%);
}.gratNote_rCHlod span {
    opacity: 0;
    transform: translateY(15px);
    animation: fadeText 0.8s ease forwards 0.8s;
    font-size: calc(14px * 1.05);
    display: block;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    color: #000000;
}

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

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

@keyframes expandHeight {
    to {
        transform: scaleY(1);
    }
}

@keyframes popIn {
    0% {
        transform: scale(0);
    }
    70% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

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

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

@media (max-width: 991px) {.gratNote_rCHlod {
    padding: 90px 0 70px;
}.gratNote_rCHlod h2 {
    margin-bottom: 35px;
    font-size: calc(38px * 0.9);
}.gratNote_rCHlod .learning_track_SuYvGU {
    padding: 40px 35px;
}.gratNote_rCHlod h2::after {
    width: 70px;
}
}

@media (max-width: 767px) {.gratNote_rCHlod {
    padding: 70px 0 50px;
}.gratNote_rCHlod h2 {
    margin-bottom: 30px;
    font-size: calc(38px * 0.8);
    line-height: 1.4;
}.gratNote_rCHlod .learning_track_SuYvGU {
    padding: 35px 25px;
}.gratNote_rCHlod span {
    font-size: 14px;
    line-height: 1.6;
}.gratNote_rCHlod h2::after {
    width: 60px;
    height: 2px;
}
}

@media (max-width: 575px) {.gratNote_rCHlod {
    padding: 60px 0 40px;
}.gratNote_rCHlod h2 {
    margin-bottom: 25px;
    font-size: calc(38px * 0.7);
}.gratNote_rCHlod .learning_track_SuYvGU {
    padding: 30px 20px;
}.gratNote_rCHlod li {
    padding-left: 20px;
}.gratNote_rCHlod li::before {
    top: 9px;
    height: 8px;
    width: 8px;
}.gratNote_rCHlod h2::after {
    width: 50px;
}
}

@media (hover: hover) {.gratNote_rCHlod .learning_track_SuYvGU:hover {
    transform: translateY(-5px);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.06);
}.gratNote_rCHlod .learning_track_SuYvGU:hover::before {
    background: linear-gradient(to bottom, rgb(198,208,212), rgb(161,173,179));
    transition: background 0.5s ease;
}}footer {
    position: relative;
    width: 100%;
}footer .code_labs_dxYBsp {
    position: relative;
    font-family: Arial, sans-serif;
    background-color: rgb(161,173,179);
    color: #ffffff;
    overflow: hidden;
    padding: 80px 0 30px;
}footer .code_labs_dxYBsp::before {
    position: absolute;
    top: -50px;
    background-color: rgb(161,173,179);
    content: "";
    left: 0;
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
    right: 0;
    z-index: 0;
    transform: skewY(-3deg);
    height: 100px;
}footer .inclusion_KRWGam {
    position: relative;
    z-index: 1;
}footer .reach_team_5e0Kbp {
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    gap: 15px;
    margin-bottom: 60px;
}footer .info_item {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    flex: 1 1 200px;
    transition: all 0.3s ease;
    border-radius: 0 5px 5px 0;
    max-width: 300px;
    overflow: hidden;
    background-color: rgb(161,173,179,0.5);
    padding: 15px 20px 15px 25px;
    position: relative;
}footer .info_item::before {
    background-color: rgb(198,208,212);
    position: absolute;
    content: "";
    top: 0;
    width: 5px;
    height: 100%;
    left: 0;
}footer .info_item::after {
    content: "";
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    width: 100%;
    z-index: -1;
}footer .info_item:nth-child(even) {
    background-color: rgb(198,208,212,0.5);
}footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) translateX(5px);
}footer .info_item svg {
    width: 20px;
    vertical-align: middle;
    height: 20px;
    position: relative;
    fill: rgb(198,208,212);
    top: -1px;
    margin-right: 12px;
}footer .info_item p,
footer .info_item a {
    font-size: 17px;
    transition: color 0.3s ease;
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
}footer .info_item a:hover {
    color: rgb(198,208,212);
}footer .text_main_holder {
    position: relative;
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr;
}footer .top_header_DYZ8me {
    position: relative;
    border-radius: 24px;
    padding: 30px;
    background-color: rgb(161,173,179,0.5);
}footer .top_header_DYZ8me::before {
    top: 15px;
    left: 15px;
    content: "";
    pointer-events: none;
    bottom: 15px;
    right: 15px;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    position: absolute;
    border-radius: calc(24px - 8px);
}footer .top_header_DYZ8me svg {
    display: block;
    margin-bottom: 20px;
    height: 45px;
    width: auto;
    filter: brightness(0) invert(1);
}footer .sec_cert_tEfqkr {
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}footer .nav_sitebar_Dmj0kd {
    position: relative;
}footer .nav_sitebar_Dmj0kd h5 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 25px;
    color: #ffffff;
    padding-left: 15px;
}footer .nav_sitebar_Dmj0kd h5::before {
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    width: 3px;
    background-color: rgb(198,208,212);
    position: absolute;
}footer .nav_begin_hNxaRz {
    position: relative;
    margin-bottom: 25px;
}footer .nav_begin_hNxaRz a {
    color: rgba(255, 255, 255, 0.8);
    margin: 0 10px 10px 0;
    padding: 10px 15px;
    transition: all 0.3s ease;
    font-size: 17px;
    text-decoration: none;
    border-radius: 0 5px 5px 0;
    display: inline-block;
    background-color: rgb(161,173,179,0.5);
    position: relative;
}footer .nav_begin_hNxaRz a::before {
    transition: width 0.3s ease;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: rgb(198,208,212);
    content: "";
    width: 3px;
}footer .nav_begin_hNxaRz a:hover {
    transform: translateX(5px);
    color: #ffffff;
    background-color: rgb(198,208,212,0.5);
}footer .nav_begin_hNxaRz a:hover::before {
    width: 5px;
}footer .subscribe_holder {
    background-color: rgb(161,173,179,0.5);
    padding: 30px;
    border-radius: 24px;
    position: relative;
}footer .subscribe_holder::before {
    position: absolute;
    left: 15px;
    right: 15px;
    pointer-events: none;
    top: 15px;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    content: "";
    border-radius: calc(24px - 8px);
    bottom: 15px;
}footer .subscribe_holder h5 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 24px;
    padding-left: 15px;
    position: relative;
    color: #ffffff;
}footer .subscribe_holder h5::before {
    background-color: rgb(198,208,212);
    content: "";
    width: 3px;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}footer .subscribe_holder p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 25px;
}footer .input_holder {
    display: flex;
    flex-direction: column;
    gap: 15px;
}footer .input_holder input[type="email"] {
    padding: 14px 16px;
    border-radius: 10px;
    color: #ffffff;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.05);
    font-size: 17px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(198,208,212);
    background-color: rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .sub_area_LS92NV {
    border-radius: 10px;
    cursor: pointer;
    border: none;
    overflow: hidden;
    position: relative;
    background-color: rgb(198,208,212);
    font-weight: 600;
    padding: 14px 20px;
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 18px;
}footer .sub_area_LS92NV::after {
    top: -50%;
    background: rgba(255, 255, 255, 0.1);
    left: -100%;
    position: absolute;
    content: "";
    transition: all 0.5s ease;
    width: 200%;
    height: 200%;
    transform: rotate(30deg);
}footer .sub_area_LS92NV:hover {
    background-color: rgb(161,173,179);
}footer .sub_area_LS92NV:hover::after {
    left: 100%;
}footer .footer_milestones_cjgJu0 {
    position: relative;
    margin-top: 50px;
    text-align: center;
}footer .footer_milestones_cjgJu0::before {
    width: 50px;
    content: "";
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    height: 1px;
    top: -25px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}footer .cert_block_9IZdjJ {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    display: inline-block;
    position: relative;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub_area_LS92NV {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .code_labs_dxYBsp {
    padding: 60px 0 30px;
}footer .reach_team_5e0Kbp {
    margin-bottom: 40px;
}footer .top_header_DYZ8me, footer .subscribe_holder {
    padding: 25px 20px;
}footer .nav_begin_hNxaRz a {
    padding: 8px 12px;
    margin: 0 5px 8px 0;
}footer .footer_milestones_cjgJu0 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .code_labs_dxYBsp {
    padding: 50px 0 20px;
}footer .nav_sitebar_Dmj0kd h5, footer .subscribe_holder h5 {
    font-size: calc(24px - 2px);
    margin-bottom: 20px;
}footer .top_header_DYZ8me::before, footer .subscribe_holder::before {
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
}footer .input_holder input[type="email"],
    footer .sub_area_LS92NV {
    padding: 12px;
}}.about_this_KZjUtR {
    background: linear-gradient(135deg, rgb(234,238,239) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
    padding: 120px 0 80px;
    position: relative;
}.about_this_KZjUtR::before {
    background: linear-gradient(45deg, rgb(198,208,212,0.5) 0%, transparent 70%);
    height: 300px;
    top: -50px;
    right: -50px;
    position: absolute;
    content: "";
    animation: float 15s infinite ease-in-out;
    width: 300px;
    transform: rotate(-15deg);
    z-index: 1;
}.about_this_KZjUtR::after {
    animation: float 18s infinite ease-in-out reverse;
    z-index: 1;
    background: linear-gradient(225deg, rgb(161,173,179,0.5) 0%, transparent 80%);
    width: 400px;
    transform: rotate(15deg);
    height: 400px;
    position: absolute;
    bottom: -100px;
    content: "";
    left: -100px;
}.about_this_KZjUtR .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
}.about_this_KZjUtR h1 {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    text-align: center;
    font-weight: 700;
    font-size: 39px;
    transform: perspective(1000px) translateZ(0);
    margin-bottom: 60px;
    color: #000000;
    position: relative;
}.about_this_KZjUtR h1::after {
    left: 50%;
    position: absolute;
    content: "";
    bottom: -15px;
    height: 4px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(198,208,212) 0%, rgb(161,173,179) 100%);
    border-radius: 10px;
    width: 80px;
}.about_this_KZjUtR .learn_study_xmW1ZY {
    position: relative;
}.about_this_KZjUtR .learn_study_xmW1ZY ul {
    gap: 40px;
    padding: 0;
    grid-template-columns: 1fr;
    margin: 0;
    list-style: none;
    display: grid;
}.about_this_KZjUtR .teach_style_BpHRXk {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    position: relative;
    padding: 40px;
    border-radius: 4px;
    transform: translateY(0);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: #ffffff;
}.about_this_KZjUtR .teach_style_BpHRXk::before {
    background: linear-gradient(to bottom, rgb(198,208,212), rgb(161,173,179));
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    top: 0;
    transform-origin: top;
    transform: scaleY(1);
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
    width: 6px;
}.about_this_KZjUtR .teach_style_BpHRXk:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
}.about_this_KZjUtR .teach_style_BpHRXk:hover::before {
    transform: scaleY(1.05);
}.about_this_KZjUtR .teach_style_BpHRXk h4 {
    transition: transform 0.3s ease-out;
    font-weight: 700;
    padding-bottom: 15px;
    transform: translateX(0);
    margin-bottom: 24px;
    font-size: calc(22px + 2px);
    color: rgb(198,208,212);
    position: relative;
}.about_this_KZjUtR .teach_style_BpHRXk:hover h4 {
    transform: translateX(10px);
}.about_this_KZjUtR .teach_style_BpHRXk h4::after {
    left: 0;
    content: "";
    transition: width 0.3s ease;
    width: 40px;
    background: rgb(161,173,179);
    height: 3px;
    position: absolute;
    bottom: 0;
}.about_this_KZjUtR .teach_style_BpHRXk:hover h4::after {
    width: 60px;
}.about_this_KZjUtR .teach_style_BpHRXk div {
    line-height: 1.8;
    font-size: 12px;
    font-family: Arial, sans-serif;
    scrollbar-color: rgb(161,173,179) #ffffff;
    overflow-y: auto;
    scrollbar-width: thin;
    max-height: 300px;
    padding-right: 15px;
    color: #000000;
    font-weight: 400;
}.about_this_KZjUtR .teach_style_BpHRXk div::-webkit-scrollbar {
    width: 6px;
}.about_this_KZjUtR .teach_style_BpHRXk div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.03);
    border-radius: 10px;
}.about_this_KZjUtR .teach_style_BpHRXk div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(161,173,179,0.5);
}

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

@media (min-width: 768px) {.about_this_KZjUtR .learn_study_xmW1ZY ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}.about_this_KZjUtR h1 {
    margin-bottom: 80px;
    font-size: calc(39px * 1.2);
}.about_this_KZjUtR .teach_style_BpHRXk {
    padding: 50px;
}
}

@media (min-width: 992px) {.about_this_KZjUtR {
    padding: 150px 0 100px;
}.about_this_KZjUtR .container {
    padding: 0 40px;
}.about_this_KZjUtR .teach_style_BpHRXk div {
    max-height: 350px;
}.about_this_KZjUtR h1::after {
    width: 100px;
}
}

@media (max-width: 767px) {.about_this_KZjUtR {
    padding: 80px 0 60px;
}.about_this_KZjUtR h1 {
    font-size: calc(39px * 0.9);
    margin-bottom: 40px;
}.about_this_KZjUtR .teach_style_BpHRXk {
    padding: 30px;
}.about_this_KZjUtR .teach_style_BpHRXk div {
    max-height: 250px;
}
}

@media (hover: none) {.about_this_KZjUtR .teach_style_BpHRXk:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    transform: none;
}.about_this_KZjUtR .teach_style_BpHRXk:hover h4 {
    transform: none;
}.about_this_KZjUtR .teach_style_BpHRXk:hover h4::after {
    width: 40px;
}}.academic_expertise_1eAabk {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(234,238,239) 0%, rgb(198,208,212,0.5) 100%);
    overflow: hidden;
    perspective: 1000px;
}.academic_expertise_1eAabk::before {
    background: conic-gradient(from 225deg at 50% 50%, rgb(161,173,179,0.5) 0%, transparent 25%, rgb(198,208,212,0.5) 50%, transparent 75%, rgb(161,173,179,0.5) 100%);
    width: 100%;
    opacity: 0.4;
    top: 0;
    animation: rotateBackground 15s linear infinite;
    left: 0;
    position: absolute;
    height: 100%;
    content: "";
}.academic_expertise_1eAabk .container {
    padding: 0 2rem;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    max-width: 1200px;
}.academic_expertise_1eAabk .student_stories_DG4UxS {
    position: relative;
    grid-template-columns: 300px 1fr;
    transition: transform 0.5s ease;
    padding: 3rem;
    gap: 1.5rem;
    transform: rotateY(-5deg);
    grid-template-areas:
        "photo quote"
        "info quote";
    display: grid;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5),
                0 0 0 1px rgb(161,173,179,0.5),
                0 10px 0 -5px rgb(198,208,212,0.5);
    grid-template-rows: auto auto;
    backdrop-filter: blur(10px);
    background: linear-gradient(120deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
}.academic_expertise_1eAabk .student_stories_DG4UxS:hover {
    transform: rotateY(0);
}.academic_expertise_1eAabk .pic_wrapper_Hkr0yS {
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(198,208,212,0.5);
    grid-area: photo;
    border: 5px solid #ffffff;
    width: 220px;
    transition: all 0.4s ease;
    height: 220px;
    transform: translateZ(30px);
}.academic_expertise_1eAabk .student_stories_DG4UxS:hover .pic_wrapper_Hkr0yS {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(198,208,212);
    transform: translateZ(50px) scale(1.05);
}.academic_expertise_1eAabk .name {
    transform: translateZ(20px);
    display: block;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
    color: #000000;
    font-size: 28px;
    grid-area: info;
}.academic_expertise_1eAabk .student_stories_DG4UxS span:not(.name) {
    color: rgb(198,208,212);
    font-weight: 600;
    margin-top: 3.5rem;
    display: block;
    transform: translateZ(15px);
    font-size: 13px;
    grid-area: info;
}.academic_expertise_1eAabk .emp_summary_y6JN8e {
    grid-area: quote;
    border-radius: 0 12px 12px 0;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8));
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    font-size: calc(13px * 1.1);
    color: #000000;
    transform: translateZ(10px);
    border-left: 4px solid rgb(161,173,179);
    font-weight: 400;
    padding: 1.5rem 2rem;
    position: relative;
    line-height: 1.6;
}.academic_expertise_1eAabk .emp_summary_y6JN8e::before {
    position: absolute;
    top: 0;
    mix-blend-mode: overlay;
    width: 100%;
    animation: shimmer 3s infinite linear;
    background: linear-gradient(45deg, transparent 40%, rgb(161,173,179,0.5) 40%, rgb(161,173,179,0.5) 60%, transparent 60%);
    height: 100%;
    content: "";
    background-size: 200% 200%;
    opacity: 0.2;
    left: 0;
}

@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

@media (max-width: 992px) {.academic_expertise_1eAabk .student_stories_DG4UxS {
    grid-template-areas:
            "pic_wrapper_Hkr0yS"
            "connect_card_VOZq5j"
            "emp_summary_y6JN8e";
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    padding: 2rem;
}.academic_expertise_1eAabk .pic_wrapper_Hkr0yS {
    margin: 0 auto;
    height: 180px;
    width: 180px;
}.academic_expertise_1eAabk .name,
    .academic_expertise_1eAabk .student_stories_DG4UxS span:not(.name) {
    margin-top: 1rem;
    text-align: center;
}.academic_expertise_1eAabk .student_stories_DG4UxS span:not(.name) {
    margin-top: 0;
}
}

@media (max-width: 576px) {.academic_expertise_1eAabk {
    padding: 4rem 0;
}.academic_expertise_1eAabk .student_stories_DG4UxS {
    padding: 1.5rem;
    transform: none;
}.academic_expertise_1eAabk .pic_wrapper_Hkr0yS {
    height: 140px;
    width: 140px;
}.academic_expertise_1eAabk .emp_summary_y6JN8e {
    padding: 1rem;
    font-size: 13px;
}}.privacy_chamber_GZ2idl {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(234,238,239) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
    color: #000000;
}.privacy_chamber_GZ2idl::before {
    width: 30%;
    height: 100%;
    content: "";
    right: 0;
    opacity: 0.05;
    transform: skewX(-15deg) translateX(20%);
    background: linear-gradient(90deg, transparent, rgb(198,208,212,0.5));
    position: absolute;
    top: 0;
}.privacy_chamber_GZ2idl::after {
    background: linear-gradient(90deg, rgb(198,208,212), rgb(161,173,179), rgb(198,208,212));
    opacity: 0.7;
    width: 100%;
    position: absolute;
    height: 5px;
    left: 0;
    content: "";
    bottom: 0;
}.privacy_chamber_GZ2idl .container {
    position: relative;
    z-index: 2;
    max-width: 1140px;
    margin: 0 auto;
}.privacy_chamber_GZ2idl h1 {
    transform: translateX(-0.5rem);
    color: #000000;
    margin-bottom: 2.5rem;
    padding-bottom: 1rem;
    font-size: 40px;
    position: relative;
    font-weight: 700;
}.privacy_chamber_GZ2idl h1::after {
    bottom: 0;
    height: 4px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: linear-gradient(90deg, rgb(198,208,212), rgb(161,173,179));
    position: absolute;
    left: 0;
    transform-origin: left;
    width: 80px;
    content: "";
}.privacy_chamber_GZ2idl h1:hover::after {
    transform: scaleX(1.5);
}.privacy_chamber_GZ2idl h2 {
    font-weight: 600;
    position: relative;
    margin: 2.5rem 0 1.5rem;
    color: #000000;
    font-size: 37px;
    padding-left: 1rem;
}.privacy_chamber_GZ2idl h2::before {
    border-radius: 10px;
    left: 0;
    top: 0.25rem;
    bottom: 0.25rem;
    width: 4px;
    background: linear-gradient(to bottom, rgb(198,208,212), rgb(161,173,179));
    position: absolute;
    content: "";
}.privacy_chamber_GZ2idl h3 {
    color: #000000;
    font-weight: 600;
    margin: 2rem 0 1.2rem;
    font-size: calc(37px * 0.85);
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}.privacy_chamber_GZ2idl h4 {
    font-weight: 600;
    color: #000000;
    margin: 1.8rem 0 1rem;
    font-size: calc(37px * 0.75);
}.privacy_chamber_GZ2idl p {
    color: #000000;
    margin-bottom: 1.5rem;
    line-height: 1.75;
    max-width: 95%;
    font-size: 14px;
}.privacy_chamber_GZ2idl p strong {
    color: #000000;
    position: relative;
    display: inline-block;
    font-weight: 600;
}.privacy_chamber_GZ2idl p strong::after {
    width: 100%;
    left: 0;
    opacity: 0.5;
    content: "";
    background: rgb(161,173,179,0.5);
    bottom: -2px;
    height: 2px;
    position: absolute;
}.privacy_chamber_GZ2idl ul {
    list-style: none;
    padding-left: 1.5rem;
    margin: 1.5rem 0 2rem;
}.privacy_chamber_GZ2idl li {
    margin-bottom: 1rem;
    line-height: 1.6;
    padding-left: 1.5rem;
    position: relative;
}.privacy_chamber_GZ2idl li::before {
    height: 8px;
    left: 0;
    transform: rotate(45deg);
    opacity: 0.8;
    top: 0.75rem;
    position: absolute;
    width: 8px;
    background: rgb(161,173,179);
    content: "";
}.privacy_chamber_GZ2idl span {
    padding-left: 1rem;
    font-size: 14px;
    margin-bottom: 1.75rem;
    line-height: 1.7;
    display: block;
    border-left: 2px solid rgb(161,173,179,0.5);
    max-width: 95%;
}

@media screen and (min-width: 1200px) {.privacy_chamber_GZ2idl {
    padding: 7rem 3rem;
}.privacy_chamber_GZ2idl .container {
    display: grid;
    gap: 0.5rem;
    grid-template-columns: 1fr;
}.privacy_chamber_GZ2idl h1 {
    grid-column: 1 / -1;
    font-size: calc(40px * 1.2);
    transform: translateX(-1rem);
}.privacy_chamber_GZ2idl h1::after {
    width: 120px;
}.privacy_chamber_GZ2idl h2, 
    .privacy_chamber_GZ2idl h3, 
    .privacy_chamber_GZ2idl h4 {
    grid-column: 1 / -1;
}.privacy_chamber_GZ2idl p, 
    .privacy_chamber_GZ2idl ul,
    .privacy_chamber_GZ2idl span {
    max-width: 85%;
}
}

@media screen and (max-width: 991px) {.privacy_chamber_GZ2idl {
    padding: 4rem 1.5rem;
}.privacy_chamber_GZ2idl h1 {
    font-size: calc(40px * 0.9);
}.privacy_chamber_GZ2idl h2 {
    font-size: calc(37px * 0.9);
}.privacy_chamber_GZ2idl::before {
    width: 50%;
}
}

@media screen and (max-width: 767px) {.privacy_chamber_GZ2idl {
    padding: 3rem 1rem;
}.privacy_chamber_GZ2idl h1 {
    margin-bottom: 1.5rem;
    font-size: calc(40px * 0.8);
}.privacy_chamber_GZ2idl h2 {
    font-size: calc(37px * 0.8);
    margin: 2rem 0 1rem;
}.privacy_chamber_GZ2idl h3 {
    font-size: calc(37px * 0.7);
}.privacy_chamber_GZ2idl h4 {
    font-size: calc(37px * 0.6);
}.privacy_chamber_GZ2idl p,
    .privacy_chamber_GZ2idl span,
    .privacy_chamber_GZ2idl li {
    font-size: calc(14px * 0.95);
}.privacy_chamber_GZ2idl ul {
    padding-left: 0.5rem;
}.privacy_chamber_GZ2idl span {
    padding-left: 0.75rem;
}
}

@media screen and (max-width: 480px) {.privacy_chamber_GZ2idl {
    padding: 2.5rem 1rem;
}.privacy_chamber_GZ2idl h1::after {
    width: 60px;
}.privacy_chamber_GZ2idl h2::before {
    width: 3px;
}.privacy_chamber_GZ2idl li {
    padding-left: 1.25rem;
}.privacy_chamber_GZ2idl p,
    .privacy_chamber_GZ2idl span,
    .privacy_chamber_GZ2idl li {
    max-width: 100%;
}}.offer_deck_LGR9bc {
    background: linear-gradient(145deg, rgb(234,238,239), #ffffff);
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}.offer_deck_LGR9bc::before {
    background: linear-gradient(120deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 70%);
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
    height: 100%;
    z-index: 1;
}.offer_deck_LGR9bc .container {
    padding: 0 15px;
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.offer_deck_LGR9bc .study_price_x4tb71 {
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr;
}.offer_deck_LGR9bc .basic_rates_9UxGk1 {
    animation: fadeInUp 0.8s forwards 0.2s;
    padding: 2rem;
    opacity: 0;
    order: 1;
    background: linear-gradient(145deg, #ffffff, rgb(255, 255, 255, 0.5));
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    transform: translateY(20px);
    text-align: center;
}.offer_deck_LGR9bc .basic_rates_9UxGk1 h2 {
    font-size: 36px;
    margin-bottom: 1.5rem;
    color: rgb(198,208,212);
    font-weight: 700;
    position: relative;
    display: inline-block;
}.offer_deck_LGR9bc .basic_rates_9UxGk1 h2::after {
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(198,208,212), transparent);
    content: "";
    position: absolute;
    bottom: -10px;
}.offer_deck_LGR9bc .basic_rates_9UxGk1 .learning_fees_oPrR2S {
    max-width: 80%;
    color: #000000;
    line-height: 1.6;
    font-weight: 400;
    font-size: 12px;
    margin: 0 auto;
}.offer_deck_LGR9bc .package_price_2Opcfb {
    order: 2;
    gap: 2rem;
    display: grid;
    grid-template-columns: 1fr;
}.offer_deck_LGR9bc .package_pricing_ktO1jK {
    animation-delay: calc(0.1s * var(--i, 1));
    display: block;
    opacity: 0;
    animation: fadeInUp 0.8s forwards;
    text-decoration: none;
    transform: translateY(30px);
    transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    will-change: transform, opacity;
}.offer_deck_LGR9bc .package_pricing_ktO1jK:nth-child(1) {
    --i: 1;
}.offer_deck_LGR9bc .package_pricing_ktO1jK:nth-child(2) {
    --i: 2;
}.offer_deck_LGR9bc .package_pricing_ktO1jK:nth-child(3) {
    --i: 3;
}.offer_deck_LGR9bc .package_pricing_ktO1jK:nth-child(4) {
    --i: 4;
}.offer_deck_LGR9bc .package_pricing_ktO1jK:hover {
    transform: translateY(-5px) scale(1.02);
}.offer_deck_LGR9bc .package_deal_84y1Fn {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    height: 100%;
    background: #ffffff;
    transition: all 0.4s ease;
    position: relative;
}.offer_deck_LGR9bc .package_pricing_ktO1jK:hover .package_deal_84y1Fn {
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}.offer_deck_LGR9bc .rate_list_F9buU1 {
    flex-grow: 1;
    flex-direction: column;
    position: relative;
    display: flex;
    z-index: 1;
    padding: 2.5rem 2rem;
}.offer_deck_LGR9bc .rate_list_F9buU1::before {
    background: linear-gradient(135deg, transparent 50%, rgb(198,208,212,0.5) 50%);
    right: 0;
    position: absolute;
    transition: opacity 0.4s ease, transform 0.4s ease;
    transform: translate(30px, -30px);
    height: 120px;
    opacity: 0;
    content: "";
    top: 0;
    width: 120px;
    z-index: -1;
}.offer_deck_LGR9bc .package_pricing_ktO1jK:hover .rate_list_F9buU1::before {
    opacity: 0.7;
    transform: translate(0, 0);
}.offer_deck_LGR9bc .package_pricing_ktO1jK h3 {
    position: relative;
    transition: color 0.3s ease;
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: calc(23px + 0.2rem);
    color: #000000;
}.offer_deck_LGR9bc .package_pricing_ktO1jK:hover h3 {
    color: rgb(198,208,212);
}.offer_deck_LGR9bc .study_rates_Ak0DjO {
    position: relative;
    font-size: calc(19px + 0.8rem);
    display: inline-block;
    font-weight: 700;
    color: rgb(198,208,212);
    margin-bottom: 1.5rem;
}.offer_deck_LGR9bc .study_rates_Ak0DjO::before {
    position: absolute;
    width: 40px;
    content: "";
    bottom: -5px;
    left: 0;
    transition: width 0.3s ease;
    background: rgb(161,173,179);
    height: 3px;
}.offer_deck_LGR9bc .package_pricing_ktO1jK:hover .study_rates_Ak0DjO::before {
    width: 80px;
}.offer_deck_LGR9bc .package_pricing_ktO1jK p {
    font-size: 12px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    margin-bottom: 0;
    line-height: 1.6;
    -ms-word-break: break-all;
    word-break: break-word;
    color: #000000;
}.offer_deck_LGR9bc .pic_wrapper_Hkr0yS {
    transition: transform 0.5s ease;
    overflow: hidden;
    height: 200px;
    position: relative;
}.offer_deck_LGR9bc .pic_wrapper_Hkr0yS::after {
    position: absolute;
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
    content: "";
    inset: 0;
}.offer_deck_LGR9bc .package_pricing_ktO1jK:hover .pic_wrapper_Hkr0yS {
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.offer_deck_LGR9bc .package_price_2Opcfb {
    grid-template-columns: repeat(2, 1fr);
}.offer_deck_LGR9bc .basic_rates_9UxGk1 {
    padding: 3rem;
}.offer_deck_LGR9bc .rate_list_F9buU1 {
    padding: 2.8rem 2.2rem;
}
}

@media (min-width: 992px) {.offer_deck_LGR9bc .study_price_x4tb71 {
    gap: 2rem;
    grid-template-columns: 2fr 1fr;
}.offer_deck_LGR9bc .basic_rates_9UxGk1 {
    height: 100%;
    padding: 4rem 3rem;
    order: 2;
    flex-direction: column;
    display: flex;
    justify-content: center;
    text-align: left;
}.offer_deck_LGR9bc .basic_rates_9UxGk1 h2::after {
    background: linear-gradient(90deg, rgb(198,208,212), transparent);
    transform: none;
    left: 0;
    width: 100px;
}.offer_deck_LGR9bc .basic_rates_9UxGk1 .learning_fees_oPrR2S {
    margin: 0;
    max-width: 100%;
}.offer_deck_LGR9bc .package_price_2Opcfb {
    order: 1;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.offer_deck_LGR9bc .package_price_2Opcfb {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.offer_deck_LGR9bc .rate_list_F9buU1 {
    padding: 3rem 2.5rem;
}.offer_deck_LGR9bc .basic_rates_9UxGk1 h2 {
    font-size: calc(36px + 0.3rem);
}
}

@media (max-width: 767px) {.offer_deck_LGR9bc {
    padding: 4rem 0;
}.offer_deck_LGR9bc .basic_rates_9UxGk1 h2 {
    font-size: calc(36px - 0.2rem);
}.offer_deck_LGR9bc .basic_rates_9UxGk1 .learning_fees_oPrR2S {
    max-width: 100%;
    font-size: calc(12px - 0.1rem);
}.offer_deck_LGR9bc .package_pricing_ktO1jK h3 {
    font-size: 23px;
}.offer_deck_LGR9bc .study_rates_Ak0DjO {
    font-size: calc(19px + 0.5rem);
}.offer_deck_LGR9bc .pic_wrapper_Hkr0yS {
    height: 160px;
}}.contact_box_EozIqF {
    position: relative;
    background: rgb(234,238,239);
    padding: 120px 0;
    overflow: hidden;
}.contact_box_EozIqF::before {
    top: 0;
    content: "";
    height: 100%;
    background: linear-gradient(180deg, rgb(161,173,179,0.5) 0%, transparent 100%);
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    opacity: 0.4;
}.contact_box_EozIqF::after {
    height: 200px;
    background: linear-gradient(0deg, rgb(234,238,239) 0%, transparent 100%);
    left: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom: 0;
    content: "";
}.contact_box_EozIqF .pic_wrapper_Hkr0yS {
    left: 0;
    z-index: 0;
    position: absolute;
    filter: grayscale(100%) contrast(120%);
    opacity: 0.12;
    top: 0;
    height: 100%;
    width: 100%;
}.contact_box_EozIqF .container {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    z-index: 5;
    margin: 0 auto;
}.contact_box_EozIqF h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: 36px;
    color: #000000;
    position: relative;
    font-weight: 700;
    margin-bottom: 60px;
}.inquiry_form_0Eh9Fj {
    z-index: 10;
    position: relative;
    display: flex;
    gap: 0;
}.inquiry_form_0Eh9Fj .connect_widget_58Ny7U {
    padding: 60px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    z-index: 1;
    position: relative;
    flex: 0 0 58%;
    background: #ffffff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}.inquiry_form_0Eh9Fj .connect_widget_58Ny7U h3 {
    text-align: left;
    text-transform: none;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 40px;
    color: #000000;
}.inquiry_form_0Eh9Fj .connect_widget_58Ny7U h3::before,
.inquiry_form_0Eh9Fj .connect_widget_58Ny7U h3::after {
    content: none;
}.inquiry_form_0Eh9Fj .connect_widget_58Ny7U form {
    display: flex;
    flex-direction: column;
}.inquiry_form_0Eh9Fj .connect_widget_58Ny7U input[type="text"],
.inquiry_form_0Eh9Fj .connect_widget_58Ny7U textarea {
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    background: rgba(245, 245, 245, 0.5);
    padding: 16px 20px;
    font-size: 18px;
    border: none;
    margin-bottom: 25px;
    width: 100%;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}.inquiry_form_0Eh9Fj .connect_widget_58Ny7U input[type="text"]:focus,
.inquiry_form_0Eh9Fj .connect_widget_58Ny7U textarea:focus {
    background: rgba(245, 245, 245, 0.8);
    outline: none;
    border-bottom-color: rgb(198,208,212);
}.inquiry_form_0Eh9Fj .connect_widget_58Ny7U textarea {
    min-height: 150px;
    resize: vertical;
}.inquiry_form_0Eh9Fj .connect_widget_58Ny7U .feedback_support_3xcDlJ {
    margin-bottom: 30px;
    align-items: flex-start;
    position: relative;
    display: flex;
}.inquiry_form_0Eh9Fj .connect_widget_58Ny7U .feedback_support_3xcDlJ input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.inquiry_form_0Eh9Fj .connect_widget_58Ny7U .feedback_support_3xcDlJ label {
    color: #000000;
    line-height: 1.5;
    cursor: pointer;
    position: relative;
    font-size: calc(18px - 2px);
    padding-left: 35px;
}.inquiry_form_0Eh9Fj .connect_widget_58Ny7U .feedback_support_3xcDlJ label::before {
    top: 2px;
    width: 22px;
    content: "";
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    background: rgba(245, 245, 245, 0.5);
    height: 22px;
}.inquiry_form_0Eh9Fj .connect_widget_58Ny7U .feedback_support_3xcDlJ input[type="checkbox"]:checked + label::before {
    border-bottom-color: rgb(198,208,212);
    background: rgb(198,208,212);
}.inquiry_form_0Eh9Fj .connect_widget_58Ny7U .feedback_support_3xcDlJ input[type="checkbox"]:checked + label::after {
    height: 12px;
    border: solid #ffffff;
    position: absolute;
    transform: rotate(45deg);
    width: 6px;
    border-width: 0 2px 2px 0;
    top: 4px;
    left: 8px;
    content: "";
}.inquiry_form_0Eh9Fj .connect_widget_58Ny7U .feedback_support_3xcDlJ a {
    color: rgb(198,208,212);
    border-bottom: 1px dashed rgb(198,208,212);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}.inquiry_form_0Eh9Fj .connect_widget_58Ny7U .feedback_support_3xcDlJ a:hover {
    border-bottom-color: rgb(161,173,179);
    color: rgb(161,173,179);
}.inquiry_form_0Eh9Fj .connect_widget_58Ny7U .request_card_zx3v0y {
    letter-spacing: 1px;
    font-weight: 600;
    border: none;
    color: #000000;
    background: transparent;
    transition: all 0.3s ease;
    padding: 15px 35px;
    font-size: 20px;
    border-bottom: 2px solid rgb(198,208,212);
    align-self: flex-start;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}.inquiry_form_0Eh9Fj .connect_widget_58Ny7U .request_card_zx3v0y::before {
    position: absolute;
    left: 0;
    z-index: -1;
    content: "";
    transition: all 0.3s ease;
    width: 100%;
    background: rgb(198,208,212);
    bottom: -2px;
    height: 2px;
}.inquiry_form_0Eh9Fj .connect_widget_58Ny7U .request_card_zx3v0y:hover {
    color: #ffffff;
}.inquiry_form_0Eh9Fj .connect_widget_58Ny7U .request_card_zx3v0y:hover::before {
    height: 100%;
}.inquiry_form_0Eh9Fj .connect_card_VOZq5j {
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    z-index: 0;
    color: #ffffff;
    padding: 60px;
    flex: 0 0 42%;
    margin-left: -40px;
}.inquiry_form_0Eh9Fj .connect_card_VOZq5j::before {
    background-image: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05) 0,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    content: "";
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 0;
    height: 100%;
    left: 0;
}.inquiry_form_0Eh9Fj .connect_card_VOZq5j h4 {
    font-weight: 600;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 40px;
    font-size: 18px;
}.inquiry_form_0Eh9Fj .connect_card_VOZq5j .feedback_map_ipFBbG {
    margin: 0;
    padding: 0;
    list-style: none;
}.inquiry_form_0Eh9Fj .connect_card_VOZq5j .feedback_map_ipFBbG li {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    align-items: center;
    display: flex;
    padding-bottom: 30px;
}.inquiry_form_0Eh9Fj .connect_card_VOZq5j .feedback_map_ipFBbG li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}.inquiry_form_0Eh9Fj .connect_card_VOZq5j .feedback_map_ipFBbG li svg {
    height: 24px;
    flex-shrink: 0;
    width: 24px;
    margin-right: 20px;
}.inquiry_form_0Eh9Fj .connect_card_VOZq5j .feedback_map_ipFBbG li svg path {
    transition: all 0.3s ease;
    fill: rgb(198,208,212);
}.inquiry_form_0Eh9Fj .connect_card_VOZq5j .feedback_map_ipFBbG li:hover svg path {
    fill: #ffffff;
}.inquiry_form_0Eh9Fj .connect_card_VOZq5j .feedback_map_ipFBbG li span {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
    font-size: 18px;
}.inquiry_form_0Eh9Fj .connect_card_VOZq5j .feedback_map_ipFBbG li a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9);
}.inquiry_form_0Eh9Fj .connect_card_VOZq5j .feedback_map_ipFBbG li a:hover {
    color: rgb(198,208,212);
}

@media screen and (max-width: 992px) {.contact_box_EozIqF {
    padding: 80px 0;
}.inquiry_form_0Eh9Fj {
    flex-direction: column;
}.inquiry_form_0Eh9Fj .connect_widget_58Ny7U {
    width: 100%;
    clip-path: none;
}.inquiry_form_0Eh9Fj .connect_card_VOZq5j {
    margin-left: 0;
    clip-path: none;
    width: 100%;
}
}

@media screen and (max-width: 768px) {.contact_box_EozIqF {
    padding: 60px 0;
}.contact_box_EozIqF h3 {
    font-size: calc(36px - 4px);
}.inquiry_form_0Eh9Fj .connect_widget_58Ny7U,
    .inquiry_form_0Eh9Fj .connect_card_VOZq5j {
    padding: 40px 30px;
}.inquiry_form_0Eh9Fj .connect_widget_58Ny7U .request_card_zx3v0y {
    text-align: center;
    width: 100%;
}
}

@media screen and (max-width: 480px) {.contact_box_EozIqF {
    padding: 40px 0;
}.inquiry_form_0Eh9Fj .connect_widget_58Ny7U,
    .inquiry_form_0Eh9Fj .connect_card_VOZq5j {
    padding: 30px 20px;
}.inquiry_form_0Eh9Fj .connect_widget_58Ny7U h3,
    .inquiry_form_0Eh9Fj .connect_card_VOZq5j h4 {
    font-size: calc(18px - 2px);
}}.start_now_ILxudp {
    background: linear-gradient(150deg, rgb(198,208,212) 0%, rgb(161,173,179) 100%);
    z-index: 1;
    padding: 110px 0;
    position: relative;
    overflow: hidden;
}.start_now_ILxudp::before {
    background: 
        repeating-linear-gradient(
            90deg,
            #ffffff 0,
            #ffffff 1px,
            transparent 1px,
            transparent 20px
        ),
        repeating-linear-gradient(
            0deg,
            #ffffff 0,
            #ffffff 1px,
            transparent 1px,
            transparent 20px
        );
    width: 100%;
    z-index: -1;
    opacity: 0.05;
    content: '';
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}.start_now_ILxudp::after {
    position: absolute;
    z-index: -1;
    content: '';
    left: 0;
    top: 0;
    opacity: 0.5;
    animation: dataFlow 8s linear infinite;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, 
        rgba(255, 255, 255, 0) 0%, 
        rgba(255, 255, 255, 0.05) 75%, 
        rgba(255, 255, 255, 0.1) 100%);
}.start_now_ILxudp .learning_track_SuYvGU {
    z-index: 2;
    padding: 0 30px;
    max-width: 1000px;
    flex-direction: column;
    justify-content: center;
    display: flex;
    position: relative;
    margin: 0 auto;
    align-items: center;
}.start_now_ILxudp .learning_track_SuYvGU::before {
    content: '';
    width: 300%;
    height: 300%;
    opacity: 0.03;
    animation: rotateRadial 60s linear infinite;
    background: 
        radial-gradient(
            ellipse at center,
            #ffffff 0%,
            transparent 60%
        );
    left: -100%;
    z-index: -1;
    transform-origin: center;
    position: absolute;
    top: -100%;
}.start_now_ILxudp .learning_track_SuYvGU::after {
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    opacity: 0.04;
    background: 
        linear-gradient(45deg, transparent 65%, #ffffff 65.5%, transparent 66%),
        linear-gradient(-45deg, transparent 65%, #ffffff 65.5%, transparent 66%);
    height: 100%;
    animation: shiftPattern 40s linear infinite;
    content: '';
    background-size: 60px 60px;
}.start_now_ILxudp h3 {
    position: relative;
    font-size: 30px;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 55px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 4px;
    text-shadow: 0 0 15px #ffffff;
}.start_now_ILxudp h3::before {
    background: linear-gradient(90deg, 
        transparent, 
        #ffffff, 
        transparent);
    content: '';
    height: 3px;
    box-shadow: 0 0 10px #ffffff;
    bottom: -18px;
    position: absolute;
    width: 120px;
    transform: translateX(-50%);
    left: 50%;
}.start_now_ILxudp h3::after {
    height: 40px;
    top: -45px;
    width: 100%;
    background-size: 100% 3px;
    content: '';
    left: 0;
    animation: scanLine 3s linear infinite;
    opacity: 0.1;
    background-image: 
        linear-gradient(0deg, 
            transparent 0%, 
            #ffffff 50%, 
            transparent 100%);
    background-repeat: no-repeat;
    position: absolute;
    background-position: center;
}.start_now_ILxudp .learn_talk_uQ2INC {
    text-decoration: none;
    color: #ffffff;
    z-index: 1;
    font-weight: 600;
    background: rgb(161,173,179);
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 0 15px rgb(161,173,179,0.5);
    padding: 18px 50px;
    clip-path: polygon(
        5% 0%, 
        100% 0%, 
        95% 100%, 
        0% 100%
    );
    position: relative;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    transition: all 0.4s ease;
    font-size: 18px;
    letter-spacing: 3px;
    display: inline-block;
    overflow: hidden;
}.start_now_ILxudp .learn_talk_uQ2INC::before {
    transition: all 0.6s ease;
    content: '';
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    z-index: -1;
    transform: skewX(-20deg);
    height: 100%;
    width: 200%;
    position: absolute;
    left: -100%;
    top: 0;
}.start_now_ILxudp .learn_talk_uQ2INC::after {
    z-index: -2;
    opacity: 0;
    transition: all 0.4s ease;
    position: absolute;
    width: 102%;
    clip-path: polygon(
        5% 0%, 
        100% 0%, 
        95% 100%, 
        0% 100%
    );
    top: -2px;
    background: linear-gradient(
        rgb(198,208,212),
        rgb(161,173,179)
    );
    left: -1%;
    content: '';
    height: calc(100% + 4px);
}.start_now_ILxudp .learn_talk_uQ2INC:hover {
    background: transparent;
    transform: translateY(-5px);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.3),
        0 0 25px rgb(161,173,179);
    text-shadow: 0 0 5px #ffffff;
    color: #ffffff;
}.start_now_ILxudp .learn_talk_uQ2INC:hover::before {
    left: 100%;
}.start_now_ILxudp .learn_talk_uQ2INC:hover::after {
    opacity: 1;
}

@media screen and (max-width: 992px) {.start_now_ILxudp {
    padding: 90px 0;
}.start_now_ILxudp h3 {
    letter-spacing: 3px;
    margin-bottom: 50px;
    font-size: calc(30px * 0.9);
}.start_now_ILxudp h3::before {
    width: 100px;
}.start_now_ILxudp .learn_talk_uQ2INC {
    padding: 16px 45px;
    font-size: calc(18px * 0.95);
}
}

@media screen and (max-width: 768px) {.start_now_ILxudp {
    padding: 70px 0;
}.start_now_ILxudp h3 {
    letter-spacing: 2px;
    font-size: calc(30px * 0.8);
    margin-bottom: 45px;
}.start_now_ILxudp h3::before {
    height: 2px;
    bottom: -15px;
    width: 90px;
}.start_now_ILxudp h3::after {
    top: -35px;
    height: 30px;
}.start_now_ILxudp .learn_talk_uQ2INC {
    font-size: calc(18px * 0.9);
    padding: 14px 40px;
    letter-spacing: 2px;
}
}

@media screen and (max-width: 576px) {.start_now_ILxudp {
    padding: 50px 0;
}.start_now_ILxudp h3 {
    letter-spacing: 1px;
    font-size: calc(30px * 0.7);
    margin-bottom: 40px;
}.start_now_ILxudp h3::before {
    bottom: -12px;
    height: 2px;
    width: 70px;
}.start_now_ILxudp h3::after {
    top: -25px;
    height: 20px;
}.start_now_ILxudp .learn_talk_uQ2INC {
    padding: 12px 30px;
    letter-spacing: 1px;
    font-size: calc(18px * 0.85);
}
}

@keyframes dataFlow {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}

@keyframes rotateRadial {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes shiftPattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

@keyframes scanLine {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }
    10%, 90% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        transform: translateY(20px);
        opacity: 0;
    }
}