* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}a {
    color: inherit;
    text-decoration: none;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1171px;
}.panel-container_5801 {
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    display: flex;
}.head_know_9862 {
    flex: 1 0 auto;
}::-webkit-scrollbar {
    width: 8px;
    scroll-behavior: smooth;
}::-webkit-scrollbar-button {
    height: 9px;
    width: 10px;
}::-webkit-scrollbar-track {
    background: rgb(181,164,185);
    border: 1px dashed rgb(181,164,185,0.5);
}::-webkit-scrollbar-track:active {
    background: rgb(215,200,217);
}::-webkit-scrollbar-thumb {
    box-shadow: 1px -3px 11px 6px rgba(0, 0, 0, 0.3);
    border-radius: 19%;
    background: #ffffff;
}::-webkit-scrollbar-thumb:hover {
    box-shadow: -1px 1px 9px 6px rgba(0, 0, 0, 0.5);
    background: rgb(240,231,242);
    border-color: rgb(181,164,185,0.5);
}::-webkit-scrollbar-thumb:active {
    background: #ffffff;
    box-shadow: inset -1px -3px 8px 2px rgba(0, 0, 0, 0.6);
}* {
    scrollbar-color: rgb(215,200,217,0.5) rgb(255, 255, 255, 0.5);
}header,footer {
    width: 100%;
}.zoom_meet_9467 {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    scroll-behavior: smooth;
    color: #000000;
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.tariff_option_9280 {
    background-color: rgb(240,231,242);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.tariff_option_9280::before {
    transform: rotate(-3deg);
    position: absolute;
    z-index: 0;
    content: "";
    width: 110%;
    height: 120%;
    left: -5%;
    background: linear-gradient(135deg, 
        rgba(var(--secondary-color-rgb), 0.03) 0%,
        rgba(var(--secondary-color-rgb), 0.01) 40%, 
        rgba(var(--primary-color-rgb), 0.02) 60%, 
        rgba(var(--primary-color-rgb), 0.05) 100%);
    top: -10%;
}.tariff_option_9280 .container {
    margin: 0 auto;
    z-index: 1;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.tariff_option_9280 .rate_choice_3710 {
    flex-direction: column;
    display: flex;
}.tariff_option_9280 .edu_rates_6179 {
    order: 1;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}.tariff_option_9280 .edu_rates_6179 h2 {
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 700;
    transform: translateY(0);
    -webkit-background-clip: text !important;
    background: linear-gradient(120deg, rgb(181,164,185), rgb(215,200,217));
    -webkit-text-fill-color: transparent;
    color: #000000;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.tariff_option_9280 .edu_rates_6179:hover h2 {
    transform: translateY(-5px);
}.tariff_option_9280 .package_deals_8251 {
    line-height: 1.6;
    font-size: 12px;
    position: relative;
    color: #000000;
    margin: 0 auto;
    max-width: 700px;
}.tariff_option_9280 .package_deals_8251::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0.7);
    transition: transform 0.5s ease;
    content: "";
    bottom: -15px;
    height: 3px;
    background: linear-gradient(90deg, rgb(181,164,185), rgb(215,200,217));
    width: 100px;
    position: absolute;
}.tariff_option_9280 .edu_rates_6179:hover .package_deals_8251::after {
    transform: translateX(-50%) scaleX(1);
}.tariff_option_9280 .plan_table_5983 {
    gap: 30px;
    order: 2;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
}.tariff_option_9280 .learning_deals_7486 {
    overflow: hidden;
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    z-index: 1;
    text-decoration: none;
    display: block;
    border-radius: 21px;
    background-color: #ffffff;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}.tariff_option_9280 .learning_deals_7486::before {
    z-index: 2;
    height: 5px;
    transform: scaleX(0.85);
    transform-origin: left;
    top: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(90deg, rgb(181,164,185), rgb(215,200,217));
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
}.tariff_option_9280 .learning_deals_7486:hover {
    box-shadow: 0 15px 30px rgba(var(--secondary-color-rgb), 0.12);
    transform: translateY(-10px);
}.tariff_option_9280 .learning_deals_7486:hover::before {
    transform: scaleX(1);
}.tariff_option_9280 .price_grid_3652 {
    height: 100%;
    flex-direction: column;
    display: flex;
}.tariff_option_9280 .plan_fees_8094 {
    flex-grow: 1;
    display: flex;
    padding: 30px;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    z-index: 1;
}.tariff_option_9280 .plan_fees_8094::before {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    content: "";
    z-index: -1;
    background: linear-gradient(135deg, 
        rgba(var(--white-color-rgb), 0.7) 0%, 
        rgba(var(--white-color-rgb), 1) 60%);
}.tariff_option_9280 .plan_fees_8094 h3 {
    margin-bottom: 15px;
    position: relative;
    color: #000000;
    font-weight: 700;
    transition: transform 0.4s ease;
    font-size: calc(18px + 2px);
}.tariff_option_9280 .learning_deals_7486:hover .plan_fees_8094 h3 {
    transform: translateX(5px);
}.tariff_option_9280 .fee_plan_2703 {
    position: relative;
    color: rgb(215,200,217);
    transition: transform 0.4s ease, color 0.4s ease;
    padding: 5px 10px;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: calc(18px + 8px);
    display: inline-block;
}.tariff_option_9280 .fee_plan_2703::before {
    transform-origin: left;
    width: 100%;
    background: linear-gradient(90deg, rgb(181,164,185), rgb(215,200,217));
    position: absolute;
    bottom: 0;
    height: 2px;
    content: "";
    left: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0.3);
}.tariff_option_9280 .learning_deals_7486:hover .fee_plan_2703 {
    transform: translateY(-5px);
    color: rgb(181,164,185);
}.tariff_option_9280 .learning_deals_7486:hover .fee_plan_2703::before {
    transform: scaleX(1);
}.tariff_option_9280 .plan_fees_8094 p {
    overflow-wrap: break-word;
    hyphens: auto;
    color: #000000;
    line-height: 1.6;
    word-wrap: break-word;
    flex-grow: 1;
    max-width: 100%;
    font-size: 12px;
    margin-bottom: 0;
}.tariff_option_9280 .cover_photo_7102 {
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}.tariff_option_9280 .cover_photo_7102::after {
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    content: "";
    height: 100%;
    background: linear-gradient(0deg, 
        rgba(var(--dark-color-rgb), 0.4) 0%, 
        rgba(var(--dark-color-rgb), 0) 40%);
}.tariff_option_9280 .learning_deals_7486:hover .cover_photo_7102 {
    transform: scale(1.05);
}

@media (min-width: 768px) {.tariff_option_9280 .plan_table_5983 {
    grid-template-columns: repeat(2, 1fr);
}.tariff_option_9280 .plan_fees_8094 {
    padding: 35px;
}.tariff_option_9280 .cover_photo_7102 {
    height: 220px;
}
}

@media (min-width: 992px) {.tariff_option_9280 .rate_choice_3710 {
    align-items: center;
    flex-direction: row;
    gap: 60px;
}.tariff_option_9280 .edu_rates_6179 {
    text-align: left;
    order: 2;
    margin-bottom: 0;
    flex: 0 0 30%;
}.tariff_option_9280 .plan_table_5983 {
    flex: 0 0 65%;
    order: 1;
    grid-template-columns: repeat(2, 1fr);
}.tariff_option_9280 .package_deals_8251::after {
    transform: translateX(0) scaleX(0.7);
    left: 0;
}.tariff_option_9280 .edu_rates_6179:hover .package_deals_8251::after {
    transform: translateX(0) scaleX(1);
}
}

@media (min-width: 1200px) {.tariff_option_9280 {
    padding: 150px 0;
}.tariff_option_9280 .plan_table_5983 {
    gap: 40px;
}.tariff_option_9280 .learning_deals_7486 {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), 
                    box-shadow 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.tariff_option_9280 .learning_deals_7486:hover {
    transform: translateY(-15px) scale(1.02);
}.tariff_option_9280 .learning_deals_7486:nth-child(even) {
    transform: translateY(15px);
}.tariff_option_9280 .learning_deals_7486:nth-child(even):hover {
    transform: translateY(0) scale(1.02);
}.tariff_option_9280 .cover_photo_7102 {
    height: 250px;
}}.cookie_window_banner_6270 {
    position: fixed;
    z-index: 90;
    padding: 15px 20px;
    width: 100%;
    background: rgb(181,164,185);
    border-top: 3px solid rgb(215,200,217);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    bottom: 0;
}.consent_edu_0794 {
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}.digital_cookies_3607 {
    flex-shrink: 0;
    margin-right: 20px;
}.digital_cookies_3607 svg {
    height: 50px;
    fill: rgb(215,200,217);
    width: 50px;
}.cookie_list_7541 {
    flex-direction: column;
    justify-content: center;
    display: flex;
    max-width: 600px;
}.cookie_window_banner_6270 h5 {
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 20px;
}.cookie_window_banner_6270 p {
    color: #000000;
    line-height: 1.5;
    font-size: 18px;
}.cookie_controls_2186 {
    cursor: pointer;
    padding: 10px 20px;
    transition: none;
    min-width: 150px;
    border-radius: 10px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    margin-left: 10px;
    font-size: 19px;
    flex-shrink: 0;
    border: 2px solid rgb(215,200,217);
    background: rgb(215,200,217);
}.cookie_controls_2186:hover {
    border-color: rgb(215,200,217,0.5);
    background: rgb(215,200,217,0.5);
}.cookie_window_banner_6270 p a {
    color: rgb(215,200,217);
    text-decoration: none;
    border-bottom: 2px solid rgb(215,200,217);
}.cookie_window_banner_6270 p a:hover {
    color: rgb(181,164,185);
    border-bottom-color: rgb(181,164,185);
}
@media only screen and (max-width: 1200px) {.cookie_window_banner_6270 {
    padding: 15px;
}
}
@media only screen and (max-width: 800px) {.digital_cookies_3607 {
    display: none;
}.consent_edu_0794 {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.cookie_window_banner_6270 h5, .cookie_window_banner_6270 p {
    text-align: center;
}.cookie_list_7541 {
    margin-bottom: 15px;
}.cookie_controls_2186 {
    margin-left: 0;
    margin-top: 10px;
}}
#popupCookieConsent_7291 {
    display: none;
}#popupCookieConsent_7291:checked ~ .cookie_window_banner_6270 {
    opacity: 0;
    visibility: hidden;
}.connect_with_us_5278 {
    background: rgb(240,231,242);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.connect_with_us_5278::before {
    height: 100%;
    content: "";
    z-index: 1;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(215,200,217,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(181,164,185,0.5) 0%, transparent 30%);
    background: rgb(240,231,242);
}.connect_with_us_5278::after {
    background-image: 
        repeating-linear-gradient(45deg, rgb(215,200,217,0.5) 0, rgb(215,200,217,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(-45deg, rgb(181,164,185,0.5) 0, rgb(181,164,185,0.5) 1px, transparent 1px, transparent 20px),
        linear-gradient(90deg, rgb(215,200,217,0.5), transparent 70%),
        linear-gradient(180deg, rgb(181,164,185,0.5), transparent 70%);
    position: absolute;
    height: 100%;
    opacity: 0.2;
    content: "";
    top: 0;
    left: 0;
    background-position: 0 0, 0 0, 0 0, 0 0;
    width: 100%;
    animation: backgroundMove 30s infinite linear;
    background-size: 30px 30px, 30px 30px, 100% 100%, 100% 100%;
    z-index: 1;
}@keyframes backgroundMove {
    0% {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 60px 60px, 60px 60px, 0 0, 0 0;
    }
}

.connect_with_us_5278 .container {
    padding: 0 30px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.connect_with_us_5278 h2 {
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    position: relative;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 50px;
    font-size: 40px;
}.connect_with_us_5278 h2::before {
    bottom: -15px;
    background: rgb(215,200,217);
    height: 2px;
    box-shadow: 
        0 0 5px rgb(215,200,217),
        0 0 10px rgb(215,200,217),
        0 0 15px rgb(215,200,217);
    content: "";
    position: absolute;
    left: calc(50% - 50px);
    width: 100px;
}.connect_with_us_5278 .feedback_map_1987 {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(215,200,217,0.5);
}.connect_with_us_5278 .feedback_map_1987::before {
    opacity: 0.2;
    inset: 0;
    pointer-events: none;
    border: 1px solid rgb(215,200,217);
    z-index: 3;
    content: "";
    position: absolute;
    border-radius: 12px;
}.connect_with_us_5278 .cover_photo_7102 {
    overflow: hidden;
    position: relative;
    flex: 0 0 45%;
    min-height: 550px;
}.connect_with_us_5278 .cover_photo_7102::before {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    inset: 0;
    content: "";
    z-index: 1;
}.connect_with_us_5278 .cover_photo_7102::after {
    background: 
        linear-gradient(135deg, transparent 0%, rgb(215,200,217,0.5) 100%);
    z-index: 2;
    inset: 0;
    content: "";
    opacity: 0.7;
    position: absolute;
}.connect_with_us_5278 .feedback_form_8213 {
    background: #ffffff;
    flex: 0 0 55%;
    position: relative;
    padding: 60px;
}.connect_with_us_5278 .feedback_form_8213::before {
    right: -100px;
    position: absolute;
    height: 200px;
    z-index: 0;
    filter: blur(100px);
    opacity: 0.3;
    width: 200px;
    top: -100px;
    content: "";
    background: rgb(215,200,217,0.5);
}.connect_with_us_5278 .feedback_form_8213::after {
    background: rgb(181,164,185,0.5);
    content: "";
    filter: blur(80px);
    bottom: -75px;
    left: -75px;
    z-index: 0;
    opacity: 0.3;
    height: 150px;
    width: 150px;
    position: absolute;
}.connect_with_us_5278 form {
    position: relative;
    z-index: 2;
}.connect_with_us_5278 form h3 {
    color: #000000;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
    position: relative;
    letter-spacing: 1px;
}.connect_with_us_5278 form h3::after {
    content: "";
    box-shadow: 
        0 0 5px rgb(215,200,217,0.5),
        0 0 10px rgb(215,200,217,0.5);
    position: absolute;
    height: 2px;
    width: 40px;
    bottom: -15px;
    left: 0;
    background: rgb(215,200,217);
}.connect_with_us_5278 form input[type="text"] {
    width: 100%;
    border-radius: 8px;
    font-size: 12px;
    padding: 18px 25px;
    background: rgb(240,231,242);
    margin-bottom: 25px;
    border: 1px solid rgb(215,200,217,0.5);
    color: #000000;
    transition: all 0.3s ease;
}.connect_with_us_5278 form input[type="text"]:focus {
    box-shadow: 
        0 0 0 1px rgb(215,200,217),
        0 0 5px rgb(215,200,217,0.5);
    border-color: rgb(215,200,217);
    outline: none;
}.connect_with_us_5278 form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.7;
}.connect_with_us_5278 .reach_panel_1637 {
    margin-bottom: 35px;
    position: relative;
}.connect_with_us_5278 .reach_panel_1637 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.connect_with_us_5278 .reach_panel_1637 label {
    padding-left: 35px;
    color: #000000;
    position: relative;
    line-height: 1.5;
    cursor: pointer;
    font-size: 13px;
}.connect_with_us_5278 .reach_panel_1637 label::before {
    position: absolute;
    transition: all 0.3s ease;
    background: rgb(240,231,242);
    height: 22px;
    border-radius: 4px;
    border: 1px solid rgb(215,200,217,0.5);
    content: "";
    top: 0;
    left: 0;
    width: 22px;
}.connect_with_us_5278 .reach_panel_1637 input[type="checkbox"]:checked + label::before {
    background: rgb(215,200,217);
    border-color: rgb(215,200,217);
    box-shadow: 0 0 5px rgb(215,200,217,0.5);
}.connect_with_us_5278 .reach_panel_1637 input[type="checkbox"]:checked + label::after {
    content: "";
    height: 12px;
    left: 8px;
    position: absolute;
    border-width: 0 2px 2px 0;
    width: 6px;
    top: 4px;
    border: solid #ffffff;
    transform: rotate(45deg);
}.connect_with_us_5278 .reach_panel_1637 label a {
    color: rgb(215,200,217);
    font-weight: 600;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}.connect_with_us_5278 .reach_panel_1637 label a::after {
    content: "";
    height: 1px;
    position: absolute;
    transition: transform 0.3s ease;
    left: 0;
    bottom: -1px;
    transform: scaleX(0);
    width: 100%;
    background: rgb(215,200,217);
    transform-origin: right;
}.connect_with_us_5278 .reach_panel_1637 label a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}.connect_with_us_5278 .support_feedback_7401 {
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    padding: 18px 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: rgb(215,200,217);
    position: relative;
    font-size: 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-weight: 700;
    color: #ffffff;
    box-shadow: 
        0 5px 15px rgb(215,200,217,0.5),
        0 0 0 1px rgb(215,200,217);
    border: none;
}.connect_with_us_5278 .support_feedback_7401::before {
    content: "";
    transform-origin: right;
    top: 0;
    width: 100%;
    transform: scaleX(0);
    z-index: -1;
    left: 0;
    transition: transform 0.5s ease;
    background: rgb(181,164,185);
    position: absolute;
    height: 100%;
}.connect_with_us_5278 .support_feedback_7401:hover {
    box-shadow: 
        0 5px 20px rgb(181,164,185,0.5),
        0 0 0 1px rgb(181,164,185);
}.connect_with_us_5278 .support_feedback_7401:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.connect_with_us_5278 svg {
    filter: drop-shadow(0 0 2px rgb(215,200,217,0.5));
    fill: rgb(215,200,217);
    height: 22px;
    transition: all 0.3s ease;
    width: 22px;
}.connect_with_us_5278 svg path {
    transition: all 0.3s ease;
    fill: rgb(215,200,217);
}.connect_with_us_5278 svg:hover,
.connect_with_us_5278 svg:hover path {
    transform: translateY(-2px);
    filter: drop-shadow(0 0 3px rgb(181,164,185,0.5));
    fill: rgb(181,164,185);
}

@media (max-width: 1024px) {.connect_with_us_5278 {
    padding: 80px 0;
}.connect_with_us_5278 .cover_photo_7102 {
    min-height: 500px;
}.connect_with_us_5278 .feedback_form_8213 {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.connect_with_us_5278 {
    padding: 60px 0;
}.connect_with_us_5278 h2 {
    font-size: calc(40px * 0.8);
    margin-bottom: 40px;
}.connect_with_us_5278 .feedback_map_1987 {
    flex-direction: column;
}.connect_with_us_5278 .cover_photo_7102 {
    min-height: 300px;
    width: 100%;
}.connect_with_us_5278 .feedback_form_8213 {
    width: 100%;
    padding: 40px 30px;
}.connect_with_us_5278 form h3 {
    margin-bottom: 30px;
}.connect_with_us_5278 form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.connect_with_us_5278 .reach_panel_1637 {
    margin-bottom: 25px;
}.connect_with_us_5278 .support_feedback_7401 {
    padding: 15px 25px;
}
}

@media (max-width: 480px) {.connect_with_us_5278 {
    padding: 50px 0;
}.connect_with_us_5278 h2 {
    font-size: calc(40px * 0.7);
    margin-bottom: 30px;
}.connect_with_us_5278 .cover_photo_7102 {
    min-height: 200px;
}.connect_with_us_5278 .feedback_form_8213 {
    padding: 30px 20px;
}.connect_with_us_5278 form h3 {
    margin-bottom: 25px;
    font-size: calc(19px * 0.9);
}.connect_with_us_5278 form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.connect_with_us_5278 .reach_panel_1637 {
    margin-bottom: 20px;
}.connect_with_us_5278 .reach_panel_1637 label {
    font-size: calc(13px * 0.9);
}.connect_with_us_5278 .support_feedback_7401 {
    padding: 12px 20px;
}}.launch_now_4920 {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(170deg, rgb(215,200,217) 0%, rgb(181,164,185) 100%);
    z-index: 1;
}.launch_now_4920::before {
    transform: perspective(500px) rotateX(60deg);
    z-index: -1;
    background-image: 
        linear-gradient(#ffffff 1px, transparent 1px),
        linear-gradient(to right, #ffffff 1px, transparent 1px);
    width: 100%;
    animation: gridMove 20s linear infinite;
    left: 0;
    height: 100%;
    background-size: 30px 30px;
    opacity: 0.05;
    top: 0;
    position: absolute;
    transform-origin: center top;
    content: '';
}.launch_now_4920::after {
    left: 0;
    filter: blur(60px);
    z-index: -1;
    content: '';
    opacity: 0.1;
    width: 100%;
    height: 100%;
    background: radial-gradient(
        circle at 30% 30%,
        rgb(181,164,185) 0%,
        transparent 50%
    ),
    radial-gradient(
        circle at 70% 70%,
        rgb(215,200,217) 0%,
        transparent 50%
    );
    position: absolute;
    top: 0;
    animation: colorShift 15s ease-in-out infinite alternate;
}.launch_now_4920 .learn_guides_1638 {
    z-index: 2;
    justify-content: center;
    max-width: 1000px;
    position: relative;
    padding: 0 20px;
    flex-direction: column;
    align-items: center;
    display: flex;
    margin: 0 auto;
}.launch_now_4920 .learn_guides_1638::before {
    animation: orbitRotate 20s linear infinite;
    height: 200px;
    position: absolute;
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    right: -100px;
    width: 200px;
    top: -100px;
}.launch_now_4920 .learn_guides_1638::after {
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    animation: orbitRotate 15s linear infinite reverse;
    border-radius: 50%;
    bottom: -75px;
    height: 150px;
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.1);
    width: 150px;
    content: '';
    left: -75px;
}.launch_now_4920 h3 {
    font-size: 33px;
    margin-bottom: 55px;
    position: relative;
    text-transform: uppercase;
    color: #ffffff;
    animation: textPulse 4s ease-in-out infinite alternate;
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-align: center;
    letter-spacing: 3px;
    text-shadow: 0 0 15px #ffffff;
}.launch_now_4920 h3::before {
    content: attr(data-text);
    z-index: -1;
    text-shadow: none;
    width: 100%;
    top: 0;
    filter: blur(1px);
    color: rgb(181,164,185);
    left: -2px;
    animation: glitchText 3s infinite linear alternate;
    height: 100%;
    opacity: 0.6;
    position: absolute;
}.launch_now_4920 h3::after {
    left: 50%;
    height: 3px;
    content: '';
    background: linear-gradient(
        to right,
        transparent,
        #ffffff,
        transparent
    );
    width: 50px;
    opacity: 0.7;
    bottom: -20px;
    box-shadow: 0 0 10px #ffffff;
    animation: barPulse 2s ease-in-out infinite;
    transform: translateX(-50%);
    position: absolute;
}.launch_now_4920 .help_request_3297 {
    transition: all 0.4s ease;
    letter-spacing: 2px;
    color: #ffffff;
    padding: 18px 48px;
    overflow: hidden;
    text-decoration: none;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    position: relative;
    z-index: 1;
    font-size: 20px;
    font-family: Arial, sans-serif;
    background: transparent;
    display: inline-block;
}.launch_now_4920 .help_request_3297::before {
    top: 0;
    position: absolute;
    transition: all 0.4s ease;
    height: 100%;
    z-index: -1;
    content: '';
    width: 100%;
    left: -100%;
    background: #ffffff;
}.launch_now_4920 .help_request_3297::after {
    content: '';
    transition: opacity 0.4s ease;
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0;
    background: linear-gradient(
        -45deg,
        transparent 25%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 50%,
        transparent 75%,
        rgba(255, 255, 255, 0.1) 75%
    );
    position: absolute;
    z-index: -1;
    width: 100%;
    animation: patternMove 3s linear infinite;
    background-size: 10px 10px;
}.launch_now_4920 .help_request_3297:hover {
    border-color: #ffffff;
    color: rgb(215,200,217);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), 0 0 20px rgba(255, 255, 255, 0.4);
    transform: translateY(-5px);
}.launch_now_4920 .help_request_3297:hover::before {
    left: 0;
}.launch_now_4920 .help_request_3297:hover::after {
    opacity: 0.3;
}

@media screen and (max-width: 992px) {.launch_now_4920 {
    padding: 80px 0;
}.launch_now_4920 .learn_guides_1638::before {
    height: 150px;
    top: -75px;
    right: -75px;
    width: 150px;
}.launch_now_4920 .learn_guides_1638::after {
    left: -60px;
    bottom: -60px;
    height: 120px;
    width: 120px;
}.launch_now_4920 h3 {
    font-size: calc(33px * 0.9);
    margin-bottom: 45px;
}.launch_now_4920 .help_request_3297 {
    padding: 16px 42px;
}
}

@media screen and (max-width: 768px) {.launch_now_4920 {
    padding: 70px 0;
}.launch_now_4920 .learn_guides_1638::before {
    height: 100px;
    width: 100px;
    top: -50px;
    right: -50px;
}.launch_now_4920 .learn_guides_1638::after {
    bottom: -40px;
    height: 80px;
    width: 80px;
    left: -40px;
}.launch_now_4920 h3 {
    letter-spacing: 2px;
    font-size: calc(33px * 0.8);
    margin-bottom: 40px;
}.launch_now_4920 h3::after {
    bottom: -15px;
    width: 40px;
}.launch_now_4920 .help_request_3297 {
    padding: 14px 36px;
    font-size: calc(20px * 0.95);
}
}

@media screen and (max-width: 576px) {.launch_now_4920 {
    padding: 60px 0;
}.launch_now_4920 .learn_guides_1638::before {
    right: -35px;
    width: 70px;
    top: -35px;
    height: 70px;
}.launch_now_4920 .learn_guides_1638::after {
    height: 50px;
    width: 50px;
    bottom: -25px;
    left: -25px;
}.launch_now_4920 h3 {
    font-size: calc(33px * 0.7);
    margin-bottom: 35px;
    letter-spacing: 1px;
}.launch_now_4920 h3::after {
    bottom: -12px;
    width: 30px;
    height: 2px;
}.launch_now_4920 .help_request_3297 {
    font-size: calc(20px * 0.9);
    letter-spacing: 1px;
    padding: 12px 30px;
}}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 30px;
    }
}

@keyframes colorShift {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 0.1;
    }
}

@keyframes orbitRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes textPulse {
    0% {
        text-shadow: 0 0 10px #ffffff;
    }
    50% {
        text-shadow: 0 0 20px #ffffff, 0 0 30px #ffffff;
    }
    100% {
        text-shadow: 0 0 10px #ffffff;
    }
}

@keyframes glitchText {
    0% {
        left: -2px;
        filter: blur(1px);
    }
    25% {
        left: 2px;
        filter: blur(0);
    }
    50% {
        left: -1px;
        filter: blur(1px);
    }
    75% {
        left: 1px;
        filter: blur(0);
    }
    100% {
        left: -2px;
        filter: blur(1px);
    }
}

@keyframes barPulse {
    0%, 100% {
        opacity: 0.7;
        width: 50px;
    }
    50% {
        opacity: 1;
        width: 70px;
    }
}

@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 10px 10px;
    }
}.course_instructor_6872 {
    padding: 6rem 2rem;
    background: linear-gradient(135deg, rgb(240,231,242) 0%, rgb(215,200,217,0.5) 100%);
    overflow: hidden;
    position: relative;
}.course_instructor_6872::before {
    position: absolute;
    transform: rotate(-15deg) translateZ(0);
    top: -5%;
    z-index: 0;
    width: 30%;
    height: 30%;
    background: rgb(181,164,185,0.5);
    filter: blur(20px);
    right: -5%;
    content: "";
}.course_instructor_6872::after {
    background: rgb(215,200,217,0.5);
    content: "";
    z-index: 0;
    left: -5%;
    filter: blur(15px);
    width: 25%;
    bottom: -5%;
    transform: rotate(15deg) translateZ(0);
    position: absolute;
    height: 25%;
}.course_instructor_6872 .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}.course_instructor_6872 .client_sentiments_0589 {
    gap: 2.5rem;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    background: #ffffff;
    position: relative;
    grid-template-columns: 1fr;
    padding: 3rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
                0 30px 60px rgba(0, 0, 0, 0.05);
    display: grid;
    transform: perspective(1000px) rotateX(2deg);
}.course_instructor_6872 .client_sentiments_0589:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12), 
                0 40px 80px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateX(0deg);
}.course_instructor_6872 .client_sentiments_0589 > div:first-child {
    overflow: hidden;
    position: relative;
}.course_instructor_6872 .cover_photo_7102 {
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    transform: scale(1.05);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    width: 100%;
    height: 300px;
}.course_instructor_6872 .client_sentiments_0589:hover .cover_photo_7102 {
    transform: scale(1);
}.course_instructor_6872 .client_sentiments_0589 > div:nth-child(2) {
    display: flex;
    position: relative;
    padding-left: 2rem;
    flex-direction: column;
    gap: 0.5rem;
}.course_instructor_6872 .client_sentiments_0589 > div:nth-child(2)::before {
    content: "";
    top: 50%;
    height: 70%;
    width: 4px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(215,200,217), rgb(181,164,185));
    left: 0;
    transform: translateY(-50%);
}.course_instructor_6872 .name {
    margin: 0;
    color: #000000;
    position: relative;
    font-weight: 700;
    font-size: 21px;
    display: inline-block;
}.course_instructor_6872 .name::after {
    height: 2px;
    position: absolute;
    background: rgb(215,200,217);
    left: 0;
    content: "";
    bottom: -5px;
    width: 0;
    transition: width 0.4s ease-out;
}.course_instructor_6872 .client_sentiments_0589:hover .name::after {
    width: 100%;
}.course_instructor_6872 .client_sentiments_0589 > div:nth-child(2) > div {
    color: rgb(181,164,185);
    letter-spacing: 0.5px;
    font-weight: 600;
    opacity: 0.9;
    font-size: calc(17px - 2px);
}.course_instructor_6872 .client_sentiments_0589 > div:nth-child(3) {
    position: relative;
}.course_instructor_6872 .career_expertise_2841 {
    font-size: 17px;
    margin: 0;
    line-height: 1.7;
    background: linear-gradient(to right, rgba(rgb(240,231,242), 0.05), rgba(rgb(240,231,242), 0.02));
    position: relative;
    border-left: 3px solid rgb(215,200,217,0.5);
    padding: 1.5rem;
    color: #000000;
}.course_instructor_6872 .career_expertise_2841::before {
    line-height: 1;
    top: -0.5rem;
    font-family: serif;
    opacity: 0.2;
    font-size: 5rem;
    color: rgb(215,200,217,0.5);
    left: 0.5rem;
    position: absolute;
    content: "";
}

@media (min-width: 768px) {.course_instructor_6872 {
    padding: 8rem 3rem;
}.course_instructor_6872 .client_sentiments_0589 {
    grid-template-columns: minmax(200px, 300px) 1fr;
    gap: 3rem 4rem;
    padding: 4rem;
    grid-template-rows: auto 1fr;
}.course_instructor_6872 .client_sentiments_0589 > div:first-child {
    grid-row: span 2;
}.course_instructor_6872 .cover_photo_7102 {
    height: 100%;
}.course_instructor_6872 .client_sentiments_0589 > div:nth-child(2) {
    padding-left: 3rem;
}.course_instructor_6872 .career_expertise_2841 {
    padding: 2rem;
    font-size: calc(17px + 1px);
}
}

@media (min-width: 1024px) {.course_instructor_6872 {
    padding: 10rem 4rem;
}.course_instructor_6872 .client_sentiments_0589 {
    grid-template-columns: minmax(300px, 400px) 1fr;
    padding: 5rem;
    gap: 4rem 5rem;
}.course_instructor_6872 .name {
    font-size: calc(21px + 2px);
}.course_instructor_6872 .client_sentiments_0589 > div:nth-child(2) > div {
    font-size: 17px;
}.course_instructor_6872 .career_expertise_2841 {
    line-height: 1.8;
}.course_instructor_6872 .client_sentiments_0589::after {
    transition: opacity 0.3s ease;
    opacity: 0.1;
    height: 150px;
    width: 150px;
    top: 0;
    background: linear-gradient(135deg, transparent 50%, rgb(215,200,217,0.5) 50%);
    right: 0;
    position: absolute;
    content: "";
}.course_instructor_6872 .client_sentiments_0589:hover::after {
    opacity: 0.2;
}
}

@media (max-width: 767px) {.course_instructor_6872 {
    padding: 4rem 1.5rem;
}.course_instructor_6872 .client_sentiments_0589 {
    gap: 2rem;
    padding: 2rem;
}.course_instructor_6872 .cover_photo_7102 {
    height: 250px;
}.course_instructor_6872 .name {
    font-size: calc(21px - 1px);
}.course_instructor_6872 .client_sentiments_0589 > div:nth-child(2) > div {
    font-size: calc(17px - 3px);
}.course_instructor_6872 .career_expertise_2841 {
    font-size: calc(17px - 1px);
    padding: 1rem;
}}.learning_profits_4621 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgba(rgb(215,200,217,0.5), 0.03), rgba(rgb(181,164,185,0.5), 0.05));
    padding: 6rem 0;
}.learning_profits_4621::before {
    background: repeating-linear-gradient(
        -45deg,
        rgba(rgb(215,200,217,0.5), 0.02),
        rgba(rgb(215,200,217,0.5), 0.02) 2px,
        transparent 2px,
        transparent 8px
    );
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
}.learning_profits_4621 .container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    position: relative;
    padding: 0 1.5rem;
    z-index: 1;
    flex-direction: column;
}.learning_profits_4621 .cover_photo_7102 {
    box-shadow: 0 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.1);
    width: 100%;
    transform: perspective(1000px) rotateX(2deg) rotateY(-1deg);
    object-fit: cover;
    z-index: 2;
    height: 380px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.6s ease;
    filter: saturate(1.05);
}.learning_profits_4621 .cover_photo_7102:hover {
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.15);
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-5px);
}.learning_profits_4621 .learn_guides_1638 {
    padding: 2.5rem;
    margin-top: -80px;
    transform: translateZ(0);
    position: relative;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.08);
    animation: slideUp 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    z-index: 3;
}.learning_profits_4621 .text_section_7159 {
    position: relative;
}.learning_profits_4621 .text_section_7159::before {
    position: absolute;
    opacity: 0;
    content: "";
    left: -2.5rem;
    height: 3px;
    background: linear-gradient(90deg, 
        rgb(215,200,217) 0%, 
        rgb(181,164,185) 50%,
        rgb(215,200,217) 100%);
    top: -2.5rem;
    transform-origin: left center;
    width: calc(100% + 5rem);
    animation: expandWidth 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
}.learning_profits_4621 h1 {
    font-size: 37px;
    transform: translateY(20px);
    color: #000000;
    font-weight: 700;
    line-height: 1.3;
    animation: fadeUp 0.8s ease 0.2s forwards;
    margin-bottom: 2rem;
    opacity: 0;
}.learning_profits_4621 ul {
    grid-template-columns: 1fr;
    padding: 0;
    list-style: none;
    display: grid;
    margin: 0;
    gap: 1.25rem;
}.learning_profits_4621 li {
    position: relative;
    animation: fadeSlideIn 0.6s ease forwards;
    transform: translateX(15px);
    opacity: 0;
}.learning_profits_4621 li:nth-child(1) {
    animation-delay: 0.3s;
}.learning_profits_4621 li:nth-child(2) {
    animation-delay: 0.4s;
}.learning_profits_4621 li:nth-child(3) {
    animation-delay: 0.5s;
}.learning_profits_4621 li:nth-child(4) {
    animation-delay: 0.6s;
}.learning_profits_4621 li:nth-child(5) {
    animation-delay: 0.7s;
}.learning_profits_4621 li p {
    color: #000000;
    transform: translateZ(0);
    letter-spacing: 0.01em;
    margin: 0;
    display: flex;
    line-height: 1.6;
    align-items: flex-start;
    padding-left: 0.75rem;
    transition: transform 0.3s ease;
    font-size: 15px;
}.learning_profits_4621 li:hover p {
    color: rgb(215,200,217);
    transform: translateX(5px);
}.learning_profits_4621 li svg {
    transform: translateY(2px);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    flex-shrink: 0;
    margin-right: 1rem;
}.learning_profits_4621 li:hover svg {
    transform: translateY(2px) scale(1.1) rotate(5deg);
}.learning_profits_4621 svg path {
    fill: rgb(215,200,217);
    transition: fill 0.3s ease;
}.learning_profits_4621 li:hover svg path {
    fill: rgb(181,164,185);
}

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

@keyframes fadeSlideIn {
    from { opacity: 0; transform: translateX(15px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes slideUp {
    from { transform: translateY(30px); }
    to { transform: translateY(0); }
}

@keyframes expandWidth {
    from { width: 0; opacity: 1; }
    to { width: calc(100% + 5rem); opacity: 1; }
}

@media (min-width: 768px) {.learning_profits_4621 {
    padding: 8rem 0;
}.learning_profits_4621 .container {
    align-items: center;
    gap: 2rem;
    flex-direction: row;
}.learning_profits_4621 .cover_photo_7102 {
    margin-top: 0;
    height: 450px;
    transform: perspective(1000px) rotateX(2deg) rotateY(-3deg);
    width: 45%;
}.learning_profits_4621 .learn_guides_1638 {
    padding: 3rem;
    width: 55%;
    margin-left: -5rem;
    margin-top: 0;
}.learning_profits_4621 ul {
    grid-template-columns: repeat(2, 1fr);
}.learning_profits_4621 h1 {
    font-size: 42px;
}
}

@media (min-width: 1024px) {.learning_profits_4621 {
    padding: 10rem 0;
}.learning_profits_4621 .container {
    gap: 3rem;
}.learning_profits_4621 .cover_photo_7102 {
    height: 550px;
}.learning_profits_4621 .learn_guides_1638 {
    margin-left: -8rem;
    padding: 4rem;
}.learning_profits_4621 .text_section_7159::before {
    height: 4px;
}
}

@media (max-width: 767px) {.learning_profits_4621 .learn_guides_1638 {
    margin-right: 1rem;
    padding: 2rem;
    margin-left: 1rem;
    width: calc(100% - 2rem);
}.learning_profits_4621 .cover_photo_7102 {
    height: 280px;
}.learning_profits_4621 h1 {
    font-size: calc(37px * 0.9);
}.learning_profits_4621 li p {
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 480px) {.learning_profits_4621 {
    padding: 4rem 0;
}.learning_profits_4621 .learn_guides_1638 {
    padding: 1.5rem;
}.learning_profits_4621 .cover_photo_7102 {
    height: 220px;
}.learning_profits_4621 h1 {
    margin-bottom: 1.5rem;
    font-size: calc(37px * 0.8);
}.learning_profits_4621 ul {
    gap: 1rem;
}.learning_profits_4621 li p {
    font-size: calc(15px * 0.9);
}.learning_profits_4621 li svg {
    margin-right: 0.75rem;
    height: 20px;
    width: 20px;
}}.program_details_3650 {
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(240,231,242) 0%, rgba(245, 247, 250, 0.95) 100%);
}.program_details_3650::before {
    width: 30vw;
    top: -10%;
    border-radius: 49% 51% 68% 32% / 38% 41% 59% 62%;
    z-index: 0;
    opacity: 0.1;
    right: -5%;
    position: absolute;
    background: linear-gradient(145deg, rgb(181,164,185,0.5) 0%, rgb(215,200,217,0.5) 100%);
    animation: float 20s infinite alternate ease-in-out;
    filter: blur(50px);
    transform: rotate(-15deg);
    content: "";
    height: 30vw;
}.program_details_3650::after {
    transform: rotate(10deg);
    content: "";
    background: linear-gradient(215deg, rgb(215,200,217,0.5) 0%, rgb(181,164,185) 100%);
    width: 40vw;
    left: -10%;
    z-index: 0;
    bottom: -15%;
    opacity: 0.08;
    animation: float 25s infinite alternate-reverse ease-in-out;
    border-radius: 51% 49% 32% 68% / 41% 38% 62% 59%;
    filter: blur(70px);
    height: 40vw;
    position: absolute;
}.program_details_3650 .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
}.program_details_3650 h2 {
    transition: transform 0.5s ease;
    font-weight: 700;
    margin-bottom: 3rem;
    font-size: 38px;
    text-align: center;
    transform-origin: center left;
    position: relative;
    color: #000000;
}.program_details_3650 h2::after {
    bottom: -15px;
    transform: translateX(-50%);
    width: 80px;
    background: linear-gradient(90deg, rgb(181,164,185) 0%, rgb(215,200,217) 100%);
    content: "";
    height: 3px;
    position: absolute;
    left: 50%;
}.program_details_3650 .training_path_9178 {
    gap: 2.5rem;
    perspective: 1000px;
    grid-template-columns: 1fr;
    display: grid;
}.program_details_3650 .cover_photo_7102 {
    transition: transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    height: 350px;
    overflow: hidden;
    transform: rotateY(-5deg) translateZ(0);
    border-radius: 2px;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.05);
}.program_details_3650 .cover_photo_7102::before {
    content: "";
    bottom: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(181,164,185,0.5) 0%, transparent 100%);
    transition: opacity 0.5s ease;
    right: 0;
    opacity: 0.25;
    top: 0;
    left: 0;
}.program_details_3650 .cover_photo_7102:hover {
    transform: rotateY(0deg) translateZ(30px) scale(1.02);
}.program_details_3650 .cover_photo_7102:hover::before {
    opacity: 0.35;
}.program_details_3650 .text_section_7159 {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    position: relative;
    background: #ffffff;
    transition: transform 0.6s ease, box-shadow 0.6s ease;
    z-index: 1;
    border-radius: 2px;
    padding: 2rem;
    transform: translateZ(0) translateY(-10px);
}.program_details_3650 .text_section_7159::before {
    position: absolute;
    width: 3px;
    left: 0;
    height: 0;
    transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    top: 0;
    background: linear-gradient(to bottom, rgb(215,200,217), rgb(181,164,185));
}.program_details_3650 .text_section_7159:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transform: translateZ(20px) translateY(-15px);
}.program_details_3650 .text_section_7159:hover::before {
    height: 100%;
}.program_details_3650 .description {
    padding-right: 10px;
    line-height: 1.7;
    position: relative;
    max-height: 300px;
    margin-bottom: 1.5rem;
    font-size: 12px;
    color: #000000;
    overflow-y: auto;
}.program_details_3650 .description:last-child {
    margin-bottom: 0;
}.program_details_3650 .description::-webkit-scrollbar {
    width: 4px;
}.program_details_3650 .description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}.program_details_3650 .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(rgb(181,164,185), rgb(215,200,217));
}

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

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

@media (min-width: 992px) {.program_details_3650 {
    padding: 8rem 0;
}.program_details_3650 h2 {
    font-size: calc(38px * 1.2);
}.program_details_3650 .training_path_9178 {
    gap: 5rem;
}.program_details_3650 .cover_photo_7102 {
    height: 500px;
}.program_details_3650 .text_section_7159 {
    padding: 3rem 4rem;
}.program_details_3650 .description {
    font-size: calc(12px * 1.05);
    max-height: 500px;
    line-height: 1.8;
}
}

@media (max-width: 767px) {.program_details_3650 {
    padding: 4rem 0;
}.program_details_3650 h2 {
    margin-bottom: 2.5rem;
    font-size: calc(38px * 0.9);
}.program_details_3650 .cover_photo_7102 {
    transform: rotateY(0deg);
    height: 250px;
}.program_details_3650 .text_section_7159 {
    padding: 1.5rem;
}.program_details_3650 .description {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
    max-height: 250px;
}
}

@media (max-width: 480px) {.program_details_3650 {
    padding: 3rem 0;
}.program_details_3650 h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 2rem;
}.program_details_3650 h2::after {
    width: 60px;
    bottom: -10px;
}.program_details_3650 .cover_photo_7102 {
    height: 200px;
}.program_details_3650 .text_section_7159 {
    padding: 1.25rem;
}.program_details_3650 .description {
    margin-bottom: 1rem;
    font-size: calc(12px * 0.9);
    line-height: 1.5;
    max-height: 200px;
}}.confidential_cell_4598 {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 40px;
    background-color: rgb(240,231,242);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}.confidential_cell_4598::before {
    height: 120px;
    position: absolute;
    background-color: rgb(215,200,217);
    width: 120px;
    z-index: -1;
    border-radius: 50%;
    content: '';
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}.confidential_cell_4598 h1 {
    font-weight: 700;
    color: #000000;
    font-size: calc(23px * 1.2);
    position: relative;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
}.confidential_cell_4598 h1::after {
    height: 3px;
    bottom: -8px;
    content: '';
    position: absolute;
    left: 0;
    background-color: rgb(215,200,217);
    width: 40%;
}.confidential_cell_4598 h2 {
    font-weight: 700;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    color: rgb(181,164,185);
    font-size: calc(23px * 1.2);
}.confidential_cell_4598 h3, .confidential_cell_4598 h4, .confidential_cell_4598 h5, .confidential_cell_4598 h6 {
    margin: 1rem 0;
}.confidential_cell_4598 ul {
    list-style-type: none;
    margin: 20px 0;
    padding: 0;
}.confidential_cell_4598 li {
    color: #000000;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    font-size: 13px;
    padding-left: 20px;
    position: relative;
}.confidential_cell_4598 li::before {
    left: 0;
    content: "\2022";
    color: rgb(215,200,217);
    position: absolute;
}
@media only screen and (max-width: 800px) {.confidential_cell_4598 {
    padding: 30px;
}.confidential_cell_4598 h1 {
    font-size: 30px;
}.confidential_cell_4598 h2 {
    font-size: 23px;
}.confidential_cell_4598 li {
    font-size: 13px;
}}footer {
    width: 100%;
    position: relative;
    z-index: 1;
}.zoom_meet_9467 {
    background: linear-gradient(135deg, #000000, rgb(181,164,185));
    font-family: Arial, sans-serif;
    color: #ffffff;
    padding: 80px 0 30px;
    position: relative;
}.zoom_meet_9467::before {
    pointer-events: none;
    left: 0;
    position: absolute;
    background: radial-gradient(circle at 10% 20%, rgb(181,164,185,0.5) 0%, transparent 50%);
    bottom: 0;
    right: 0;
    top: 0;
    content: "";
}.zoom_meet_9467::after {
    bottom: 0;
    content: "";
    right: 0;
    pointer-events: none;
    left: 0;
    animation: shiftGradient 15s infinite linear;
    position: absolute;
    background: linear-gradient(45deg, transparent 40%, rgb(215,200,217,0.5) 70%, transparent 100%);
    top: 0;
}@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.zoom_meet_9467 .container {
    z-index: 2;
    position: relative;
}footer .site_map_4983 {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
}footer .course_info_1542 {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 25px;
    border-radius: 25px;
    gap: 20px;
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
    flex-wrap: wrap;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    display: flex;
}footer .course_info_1542:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}footer .info_item {
    display: flex;
    flex: 1 1 220px;
    align-items: center;
}footer .info_item svg {
    width: 20px;
    margin-right: 12px;
    fill: rgb(215,200,217);
    height: 20px;
    filter: drop-shadow(0 0 3px rgb(215,200,217,0.5));
    transition: transform 0.3s ease;
}footer .info_item:hover svg {
    transform: scale(1.1);
}footer .info_item p, footer .info_item a {
    font-size: 16px;
    text-decoration: none;
    transition: color 0.3s ease;
    align-items: center;
    font-weight: 400;
    display: flex;
    color: #ffffff;
}footer .info_item a:hover {
    color: rgb(215,200,217);
    text-shadow: 0 0 8px rgb(215,200,217,0.5);
}footer .text_main_holder {
    margin-top: 20px;
    grid-template-columns: 1fr;
    gap: 40px;
    display: grid;
}footer .first_teach_1573 {
    gap: 15px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}footer .first_teach_1573 svg {
    transition: filter 0.3s ease;
    height: 50px;
    margin-bottom: 10px;
    filter: drop-shadow(0 0 5px rgb(215,200,217,0.5));
    width: auto;
}footer .first_teach_1573:hover svg {
    filter: drop-shadow(0 0 8px rgb(215,200,217));
}footer .ranking_bar_8230 {
    max-width: 300px;
    line-height: 1.5;
    opacity: 0.8;
    font-size: 12px;
    color: #ffffff;
}footer .header_nav_5029 {
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    padding: 25px;
    border-radius: 25px;
    backdrop-filter: blur(5px);
    transition: box-shadow 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
}footer .header_nav_5029:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .header_nav_5029::before {
    bottom: -2px;
    z-index: -1;
    background: linear-gradient(45deg, rgb(215,200,217), transparent, rgb(181,164,185), transparent);
    border-radius: calc(25px + 2px);
    left: -2px;
    right: -2px;
    top: -2px;
    content: "";
    transition: opacity 0.5s ease;
    position: absolute;
    opacity: 0;
}footer .header_nav_5029:hover::before {
    animation: borderRotate 6s linear infinite;
    opacity: 0.7;
}@keyframes borderRotate {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

footer .header_nav_5029 h5 {
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    font-size: 23px;
}footer .header_nav_5029 h5::after {
    height: 2px;
    content: "";
    background: rgb(215,200,217);
    left: 0;
    position: absolute;
    width: 50px;
    transition: width 0.3s ease;
    bottom: -1px;
}footer .header_nav_5029:hover h5::after {
    width: 100px;
}footer .nav_header_7851 {
    flex-direction: column;
    margin-bottom: 25px;
    gap: 10px;
    display: flex;
}footer .nav_header_7851 a {
    color: #ffffff;
    font-size: calc(16px - 1px);
    font-weight: 400;
    text-decoration: none;
    padding-left: 15px;
    position: relative;
    transition: color 0.3s ease, padding-left 0.3s ease;
}footer .nav_header_7851 a::before {
    top: 50%;
    height: 6px;
    border-radius: 50%;
    left: 0;
    position: absolute;
    background-color: rgb(215,200,217);
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    transform: translateY(-50%) scale(0.8);
    opacity: 0.7;
    width: 6px;
    content: "";
}footer .nav_header_7851 a:hover {
    color: rgb(215,200,217);
    padding-left: 20px;
}footer .nav_header_7851 a:hover::before {
    background-color: rgb(215,200,217);
    transform: translateY(-50%) scale(1);
    opacity: 1;
    box-shadow: 0 0 5px rgb(215,200,217), 0 0 10px rgb(215,200,217,0.5);
}footer .subscribe_holder {
    background: linear-gradient(135deg, rgb(181,164,185,0.5), #000000);
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}footer .subscribe_holder::before {
    content: "";
    top: -50%;
    width: 200%;
    background: radial-gradient(circle, transparent 20%, #000000 70%);
    z-index: -1;
    animation: pulseBackground 10s infinite ease-in-out;
    left: -50%;
    position: absolute;
    height: 200%;
}@keyframes pulseBackground {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

footer .subscribe_holder h5 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 23px;
    position: relative;
    color: #ffffff;
    display: inline-block;
}footer .subscribe_holder h5::after {
    position: absolute;
    height: 2px;
    bottom: -5px;
    background: linear-gradient(90deg, rgb(215,200,217), transparent);
    content: "";
    left: 0;
    width: 100%;
}footer .subscribe_holder p {
    margin-bottom: 20px;
    color: #ffffff;
    opacity: 0.9;
    font-size: 16px;
    line-height: 1.6;
}footer .input_holder {
    display: flex;
    gap: 15px;
    flex-direction: column;
    position: relative;
}footer .input_holder input[type="email"] {
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    width: 100%;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    font-size: 16px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 10px rgb(215,200,217,0.5);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgb(215,200,217);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .subscribe_now_8435 {
    text-align: center;
    color: #ffffff;
    border: none;
    transition: all 0.3s ease;
    font-size: 20px;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    background: rgb(215,200,217);
    padding: 14px 24px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}footer .subscribe_now_8435::before {
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
    left: -100%;
}footer .subscribe_now_8435:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
    background: rgb(181,164,185);
}footer .subscribe_now_8435:hover::before {
    left: 100%;
}footer .play_market_2387 {
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}footer .data_viz_3904 {
    text-align: center;
    font-size: 12px;
    opacity: 0.7;
    color: #ffffff;
    letter-spacing: 0.5px;
}

@media (min-width: 768px) {footer .info_item {
    flex: 1 1 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .subscribe_now_8435 {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .site_map_4983 {
    grid-template-columns: 1fr;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .course_info_1542 {
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
}footer .info_item {
    flex: 0 1 auto;
}
}

@media (max-width: 767px) {footer .zoom_meet_9467 {
    padding: 60px 0 30px;
}footer .course_info_1542 {
    gap: 15px;
    padding: 20px;
    flex-direction: column;
}footer .info_item {
    width: 100%;
}footer .header_nav_5029, footer .subscribe_holder {
    padding: 20px;
}footer .subscribe_holder h5, footer .header_nav_5029 h5 {
    font-size: calc(23px - 2px);
}footer .subscribe_holder p, footer .nav_header_7851 a {
    font-size: calc(16px - 2px);
}footer .play_market_2387 {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .zoom_meet_9467 {
    padding: 40px 0 20px;
}footer .course_info_1542, footer .header_nav_5029, footer .subscribe_holder {
    padding: 15px;
}footer .input_holder input[type="email"], footer .subscribe_now_8435 {
    padding: 12px;
}footer .first_teach_1573 svg {
    height: 40px;
}footer .ranking_bar_8230 {
    font-size: calc(12px - 1px);
}}header {
    background: linear-gradient(135deg, rgb(215,200,217,0.5) 0%, rgb(181,164,185) 100%);
    z-index: 99;
    position: relative;
    width: 100%;
    overflow: visible;
}header::before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background: linear-gradient(145deg, rgb(181,164,185,0.5) 0%, transparent 70%);
    width: 100%;
    height: 100%;
    content: "";
}header .head_mainbar_2697 {
    z-index: 5;
    position: relative;
    flex-direction: row;
    align-items: center;
    padding: 20px 15px;
    display: flex;
    justify-content: space-between;
    transform: none;
}header .head_mainbar_2697 .first_teach_1573 {
    transform: translateX(0);
    transition: transform 0.4s ease;
    margin-right: 10px;
}header .head_mainbar_2697 .first_teach_1573:hover {
    transform: scale(1.05);
}header .head_mainbar_2697 .first_teach_1573 .top_skill_8563 {
    display: inline-block;
}header .head_mainbar_2697 .first_teach_1573 .top_skill_8563 svg {
    width: auto;
    height: 50px;
}header .head_mainbar_2697 .header_nav_5029 {
    padding: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-wrap: wrap;
    padding: 20px 30px;
    transform: none;
    position: relative;
    margin: 0;
    list-style: none;
    border-radius: 19px;
}header .head_mainbar_2697 .header_nav_5029::before {
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    transform: rotate(-2deg) scale(1.03);
    content: "";
    top: 0;
    position: absolute;
    border-radius: 19px;
    z-index: -1;
    left: 0;
    height: 100%;
}header .head_mainbar_2697 .header_nav_5029 .head_bar_9430 {
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin: 0 12px;
    position: relative;
}header .head_mainbar_2697 .header_nav_5029 .head_bar_9430:hover {
    transform: translateY(-3px) scale(1.05);
}header .head_mainbar_2697 .header_nav_5029 .head_bar_9430 a {
    position: relative;
    padding: 8px 5px;
    overflow: hidden;
    font-weight: 600;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    display: block;
    font-family: Arial, sans-serif;
}header .head_mainbar_2697 .header_nav_5029 .head_bar_9430 a::after {
    transition: transform 0.4s ease;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(181,164,185), transparent);
    left: 0;
    content: "";
    position: absolute;
    transform: translateX(-100%);
}header .head_mainbar_2697 .header_nav_5029 .head_bar_9430:hover a::after {
    transform: translateX(0);
}

@media (max-width: 992px) {header .head_mainbar_2697 {
    align-items: center;
    flex-direction: column;
}header .head_mainbar_2697 .first_teach_1573 {
    margin-bottom: 15px;
    margin-right: 0;
}header .head_mainbar_2697 .header_nav_5029 {
    width: 100%;
    padding: 15px;
    justify-content: center;
}header .head_mainbar_2697 .header_nav_5029 .head_bar_9430 {
    margin: 5px 15px 5px 0;
}header .head_mainbar_2697 .header_nav_5029 .head_bar_9430 a {
    padding: 5px;
    font-size: calc(12px - 2px);
}}.title_opener_3067 {
    justify-content: center;
    overflow: hidden;
    position: relative;
    align-items: center;
    min-height: 100vh;
    background-color: rgb(240,231,242);
    display: flex;
    width: 100%;
}.title_opener_3067 .course_front_4538 {
    align-items: center;
    display: flex;
    height: 100vh;
    justify-content: center;
    position: relative;
    width: 100%;
}.title_opener_3067 .course_front_4538::before {
    backdrop-filter: blur(2px);
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
    content: "";
    background: linear-gradient(135deg, 
    rgb(215,200,217,0.5) 0%, 
    rgba(0,0,0,0.5) 50%, 
    rgb(181,164,185,0.5) 100%);
}.title_opener_3067 .course_front_4538::after {
    z-index: 2;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
    background-image: repeating-linear-gradient(
    45deg,
    rgba(255,255,255,0.05),
    rgba(255,255,255,0.05) 2px,
    transparent 2px,
    transparent 8px
  );
    position: absolute;
}.title_opener_3067 .corp_culture_6503 {
    box-shadow: 
    0 20px 40px rgba(0,0,0,0.2),
    0 4px 12px rgba(0,0,0,0.15),
    inset 0 1px 1px rgba(255,255,255,0.1);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    backdrop-filter: blur(8px);
    padding: 3rem;
    transform-origin: center bottom;
    max-width: 1200px;
    z-index: 3;
    transform: perspective(1000px) rotateX(2deg);
    width: 85%;
    background: linear-gradient(
    120deg,
    rgba(255,255,255,0.1),
    rgba(255,255,255,0.05)
  );
    position: relative;
}.title_opener_3067 .corp_culture_6503:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
    0 25px 50px rgba(0,0,0,0.25),
    0 8px 20px rgba(0,0,0,0.2),
    inset 0 1px 1px rgba(255,255,255,0.15);
}.title_opener_3067 .corp_culture_6503 > div {
    margin-bottom: 2.5rem;
    animation: fadeInUp 0.8s forwards;
    position: relative;
    opacity: 0;
    transform: translateY(30px);
    animation-delay: var(--delay, 0s);
}.title_opener_3067 .corp_culture_6503 > div:nth-child(1) {
    --delay: 0.2s;
}.title_opener_3067 .corp_culture_6503 > div:nth-child(2) {
    --delay: 0.4s;
}.title_opener_3067 .corp_culture_6503 > div:nth-child(3) {
    --delay: 0.6s;
    margin-bottom: 0;
}.title_opener_3067 p {
    font-weight: 400;
    line-height: 1.6;
    position: relative;
    padding-left: 1.5rem;
    margin: 0 0 0.5rem 0;
    letter-spacing: 0.5px;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-size: calc(12px * 1.1);
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    color: #ffffff;
}.title_opener_3067 p::before {
    transform: translateY(-50%);
    background-color: rgb(215,200,217);
    height: 0.8rem;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    left: 0;
    position: absolute;
    width: 0.8rem;
    content: "";
    top: 50%;
}.title_opener_3067 .title_style_header {
    overflow: hidden;
    letter-spacing: -0.01em;
    margin: 0;
    font-size: clamp(2.5rem, 5vw, 42px);
    padding-bottom: 0.5rem;
    font-weight: 700;
    position: relative;
    font-family: Arial, sans-serif;
    line-height: 1.2;
    color: #ffffff;
    text-shadow: 
    0 2px 4px rgba(0,0,0,0.3),
    0 4px 8px rgba(0,0,0,0.2);
}.title_opener_3067 .title_style_header::after {
    bottom: 0;
    width: 6rem;
    transform: scaleX(0);
    left: 0;
    content: "";
    background: linear-gradient(90deg, 
    rgb(215,200,217) 0%, 
    rgb(181,164,185) 100%);
    transform-origin: left center;
    position: absolute;
    height: 4px;
    animation: lineExpand 1.2s forwards 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}.title_opener_3067 h3 {
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
    margin: 0;
    font-size: calc(22px * 0.95);
    line-height: 1.5;
    font-weight: 400;
    max-width: 90%;
    opacity: 0.9;
}

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

@keyframes lineExpand {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@media (max-width: 992px) {.title_opener_3067 .corp_culture_6503 {
    transform: perspective(800px) rotateX(1deg);
    width: 90%;
    padding: 2.5rem;
}.title_opener_3067 .title_style_header {
    font-size: clamp(2rem, 6vw, 2.5rem);
}.title_opener_3067 h3 {
    max-width: 100%;
    font-size: calc(22px * 0.9);
}
}

@media (max-width: 768px) {.title_opener_3067 .corp_culture_6503 {
    padding: 2rem;
    width: 95%;
    transform: none;
}.title_opener_3067 .corp_culture_6503 > div {
    margin-bottom: 1.8rem;
}.title_opener_3067 p {
    font-size: 12px;
}.title_opener_3067 .title_style_header {
    font-size: clamp(1.8rem, 7vw, 2.2rem);
}.title_opener_3067 h3 {
    font-size: calc(22px * 0.85);
}
}

@media (max-width: 576px) {.title_opener_3067 .course_front_4538 {
    min-height: 100vh;
    height: auto;
    padding: 4rem 0;
}.title_opener_3067 .corp_culture_6503 {
    padding: 1.5rem;
}.title_opener_3067 .corp_culture_6503 > div {
    margin-bottom: 1.5rem;
}.title_opener_3067 p {
    padding-left: 1.2rem;
    font-size: calc(12px * 0.9);
}.title_opener_3067 p::before {
    height: 0.6rem;
    width: 0.6rem;
}.title_opener_3067 .title_style_header {
    font-size: clamp(1.5rem, 7vw, 1.8rem);
}.title_opener_3067 .title_style_header::after {
    width: 4rem;
    height: 3px;
}.title_opener_3067 h3 {
    font-size: calc(22px * 0.8);
}}.thxCard_5832 {
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(145deg, rgb(215,200,217,0.5), rgb(181,164,185,0.5) 70%, rgb(255, 255, 255, 0.5));
    position: relative;
    perspective: 1000px;
}.thxCard_5832::before {
    z-index: -1;
    left: 0;
    opacity: 0.6;
    background: 
    radial-gradient(circle at 20% 30%, rgb(215,200,217,0.5) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgb(181,164,185,0.5) 0%, transparent 40%);
    height: 100%;
    animation: pulse 15s infinite alternate;
    content: "";
    width: 100%;
    top: 0;
    position: absolute;
}.thxCard_5832::after {
    right: -50%;
    content: "";
    opacity: 0.2;
    width: 100%;
    height: 100%;
    position: absolute;
    transform: rotate(45deg);
    top: -50%;
    background: rgb(255, 255, 255, 0.5);
    filter: blur(100px);
    animation: glow 10s infinite alternate;
}.thxCard_5832 .container {
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
    z-index: 1;
    transform-style: preserve-3d;
    max-width: 1200px;
}.thxCard_5832 h2 {
    margin-bottom: 2.5rem;
    transform: translateZ(30px);
    position: relative;
    text-align: center;
    font-family: Arial, sans-serif;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    animation: fadeSlideIn 0.8s ease-out both;
    font-size: clamp(1.5rem, 3vw, 33px);
    color: #000000;
    font-weight: 700;
}.thxCard_5832 h2::after {
    content: "";
    position: absolute;
    transform: translateX(-50%) translateZ(20px);
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, rgb(215,200,217), rgb(181,164,185));
    height: 3px;
    width: 100px;
    opacity: 0.8;
}.thxCard_5832 .learn_guides_1638 {
    position: relative;
    animation: slideUpScale 1s ease-out 0.3s both;
    border-radius: 23px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.1),
    0 3px 10px rgba(0, 0, 0, 0.05),
    0 1px 5px rgba(0, 0, 0, 0.03);
    transform: translateZ(20px) rotateX(2deg);
    padding: 2.5rem;
    overflow: hidden;
    background: linear-gradient(to right bottom, #ffffff, rgba(255, 255, 255, 0.85));
}.thxCard_5832 .learn_guides_1638::before {
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    background: linear-gradient(135deg, rgb(215,200,217,0.5) 0%, transparent 100%);
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: 0.05;
}.thxCard_5832 .learn_guides_1638:hover {
    transform: translateZ(25px) rotateX(0deg);
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.15),
    0 5px 15px rgba(0, 0, 0, 0.08),
    0 2px 8px rgba(0, 0, 0, 0.06);
}.thxCard_5832 ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.thxCard_5832 li {
    animation: fadeSlideInDelayed 1.2s ease-out both;
    position: relative;
    margin-bottom: 0.5rem;
    padding-left: 0;
}.thxCard_5832 li::before {
    top: 0.7rem;
    border-radius: 50%;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    content: "";
    height: 0;
    position: absolute;
    background: rgb(215,200,217);
    transform: scale(0);
    width: 0;
    left: -5px;
    opacity: 0;
}.thxCard_5832 li:hover::before {
    width: 8px;
    opacity: 1;
    height: 8px;
    transform: scale(1);
    left: -20px;
}.thxCard_5832 span {
    font-weight: 400;
    font-family: Arial, sans-serif;
    display: block;
    color: #000000;
    font-size: clamp(1rem, 2vw, 17px);
    transform: translateZ(10px);
    letter-spacing: 0.01em;
    line-height: 1.6;
    position: relative;
}

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

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

@keyframes slideUpScale {
  from {
    opacity: 0;
    transform: translateY(40px) translateZ(20px) scale(0.95) rotateX(5deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) translateZ(20px) scale(1) rotateX(2deg);
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(1.05);
  }
}

@keyframes glow {
  0%, 100% {
    opacity: 0.2;
    filter: blur(100px);
  }
  50% {
    opacity: 0.3;
    filter: blur(120px);
  }
}

@media (min-width: 768px) {.thxCard_5832 {
    padding: 6rem 0;
}.thxCard_5832 .learn_guides_1638 {
    transform: translateZ(20px) rotateX(3deg);
    max-width: 85%;
    margin: 0 auto;
    padding: 3rem;
}.thxCard_5832 h2 {
    margin-bottom: 3rem;
}.thxCard_5832 li::before {
    left: -10px;
}.thxCard_5832 li:hover::before {
    left: -25px;
}
}

@media (min-width: 992px) {.thxCard_5832 {
    padding: 7rem 0;
}.thxCard_5832 .container {
    flex-direction: column;
    display: flex;
    align-items: center;
}.thxCard_5832 h2 {
    max-width: 80%;
    transform: translateZ(40px);
}.thxCard_5832 .learn_guides_1638 {
    padding: 3.5rem 4rem;
    max-width: 75%;
    transform: translateZ(25px) rotateX(2deg);
}.thxCard_5832 .learn_guides_1638:hover {
    transform: translateZ(35px) rotateX(0deg);
}.thxCard_5832 li {
    padding-left: 0.5rem;
}
}

@media (max-width: 767px) {.thxCard_5832 {
    padding: 4rem 0;
}.thxCard_5832 .learn_guides_1638 {
    transform: translateZ(10px) rotateX(1deg);
    padding: 1.5rem;
}.thxCard_5832 h2 {
    margin-bottom: 2rem;
    font-size: clamp(1.2rem, 5vw, 1.8rem);
    transform: translateZ(15px);
}.thxCard_5832 .learn_guides_1638:hover {
    transform: translateZ(15px) rotateX(0deg);
}.thxCard_5832 span {
    font-size: 0.95rem;
}
}

@media (max-width: 480px) {.thxCard_5832 {
    padding: 3rem 0;
}.thxCard_5832 .container {
    padding: 0 1.5rem;
}.thxCard_5832 h2 {
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
}.thxCard_5832 .learn_guides_1638 {
    padding: 1.25rem;
}.thxCard_5832 span {
    font-size: 0.9rem;
    line-height: 1.5;
}}.meet_us_8092 {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: rgb(240,231,242);
}.meet_us_8092::before {
    width: 100%;
    background: linear-gradient(45deg, transparent 30%, rgb(215,200,217,0.5) 100%);
    content: "";
    top: 0;
    z-index: 0;
    left: 0;
    height: 100%;
    position: absolute;
}.meet_us_8092::after {
    animation: backgroundShift 30s linear infinite;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5) 0,
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    height: 100%;
    left: 0;
    z-index: 0;
    opacity: 0.05;
    content: "";
    position: absolute;
    width: 100%;
}@keyframes backgroundShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.meet_us_8092 .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
}.meet_us_8092 .learn_guides_1638 {
    position: relative;
}.meet_us_8092 h3 {
    font-size: 31px;
    position: relative;
    color: #000000;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 60px;
}.meet_us_8092 h3::after {
    transition: transform 0.6s ease;
    bottom: -15px;
    width: 100%;
    transform-origin: left;
    transform: scaleX(0.7);
    position: absolute;
    background: rgb(181,164,185);
    content: "";
    left: 0;
    height: 4px;
}.meet_us_8092 h3:hover::after {
    transform: scaleX(1);
}.meet_us_8092 .learn_learnings_9428 {
    margin-bottom: 80px;
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    position: relative;
}.meet_us_8092 .learn_learnings_9428::before {
    top: -20px;
    width: 40px;
    left: -20px;
    position: absolute;
    content: "";
    height: 40px;
    border-left: 3px solid rgb(215,200,217);
    border-top: 3px solid rgb(215,200,217);
}.meet_us_8092 .learn_learnings_9428::after {
    border-bottom: 3px solid rgb(215,200,217);
    width: 40px;
    bottom: -20px;
    height: 40px;
    position: absolute;
    right: -20px;
    content: "";
    border-right: 3px solid rgb(215,200,217);
}.meet_us_8092 .learn_learnings_9428 span {
    padding-left: 15px;
    width: 100%;
    color: rgb(215,200,217);
    display: block;
    position: relative;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
}.meet_us_8092 .learn_learnings_9428 span::before {
    background: rgb(215,200,217);
    height: 80%;
    transform: translateY(-50%);
    width: 6px;
    left: 0;
    content: "";
    top: 50%;
    position: absolute;
    border-radius: 10px;
}.meet_us_8092 .learn_learnings_9428 p {
    color: #000000;
    font-size: 18px;
    margin-bottom: 0;
    max-width: 600px;
    line-height: 1.8;
}.meet_us_8092 .learn_learnings_9428 .cover_photo_7102 {
    transition: transform 0.6s ease;
    height: 350px;
    margin-left: 50px;
    position: relative;
    border-radius: 22px;
    transform: perspective(1000px) rotateY(-5deg);
    width: 450px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}.meet_us_8092 .learn_learnings_9428 .cover_photo_7102:hover {
    transform: perspective(1000px) rotateY(0);
}.meet_us_8092 .study_guide_1403 {
    margin-top: 50px;
    flex-direction: row-reverse;
    display: flex;
    position: relative;
}.meet_us_8092 .study_guide_1403::before {
    position: absolute;
    content: "";
    right: -20px;
    width: 40px;
    border-top: 3px solid rgb(181,164,185);
    border-right: 3px solid rgb(181,164,185);
    height: 40px;
    top: -20px;
}.meet_us_8092 .study_guide_1403::after {
    left: -20px;
    position: absolute;
    border-bottom: 3px solid rgb(181,164,185);
    width: 40px;
    bottom: -20px;
    height: 40px;
    content: "";
    border-left: 3px solid rgb(181,164,185);
}.meet_us_8092 .study_guide_1403 p {
    line-height: 1.8;
    font-size: 18px;
    max-width: 600px;
    padding-right: 20px;
    position: relative;
    color: #000000;
    margin-bottom: 0;
}.meet_us_8092 .study_guide_1403 p::before {
    background: linear-gradient(to bottom, rgb(181,164,185), transparent);
    width: 3px;
    height: 100%;
    content: "";
    border-radius: 10px;
    position: absolute;
    left: -20px;
    top: 0;
}.meet_us_8092 .study_guide_1403 .skill_spot_6927 {
    position: relative;
    height: 350px;
    width: 450px;
    transform: perspective(1000px) rotateY(5deg);
    margin-right: 50px;
    border-radius: 22px;
    transition: transform 0.6s ease;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}.meet_us_8092 .study_guide_1403 .skill_spot_6927:hover {
    transform: perspective(1000px) rotateY(0);
}.meet_us_8092 .study_guide_1403 .skill_spot_6927::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    content: "";
    height: 30%;
}.meet_us_8092 .learn_learnings_9428 .cover_photo_7102::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    z-index: 1;
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30%;
    left: 0;
}

@media screen and (max-width: 1100px) {.meet_us_8092 .learn_learnings_9428 .cover_photo_7102,
    .meet_us_8092 .study_guide_1403 .skill_spot_6927 {
    width: 400px;
    height: 320px;
}
}

@media screen and (max-width: 992px) {.meet_us_8092 {
    padding: 80px 0;
}.meet_us_8092 h3 {
    margin-bottom: 50px;
}.meet_us_8092 .learn_learnings_9428,
    .meet_us_8092 .study_guide_1403 {
    flex-direction: column;
    margin-bottom: 60px;
}.meet_us_8092 .learn_learnings_9428 .cover_photo_7102,
    .meet_us_8092 .study_guide_1403 .skill_spot_6927 {
    transform: perspective(1000px) rotateY(0);
    height: 300px;
    margin: 30px 0 0;
    width: 100%;
}.meet_us_8092 .study_guide_1403 p {
    padding-left: 20px;
    padding-right: 0;
}.meet_us_8092 .study_guide_1403 p::before {
    left: 0;
}
}

@media screen and (max-width: 768px) {.meet_us_8092 {
    padding: 60px 0;
}.meet_us_8092 h3 {
    margin-bottom: 40px;
    font-size: calc(31px * 0.9);
}.meet_us_8092 .learn_learnings_9428,
    .meet_us_8092 .study_guide_1403 {
    margin-bottom: 50px;
}.meet_us_8092 .learn_learnings_9428 span {
    font-size: calc(24px * 0.9);
}.meet_us_8092 .learn_learnings_9428::before,
    .meet_us_8092 .learn_learnings_9428::after,
    .meet_us_8092 .study_guide_1403::before,
    .meet_us_8092 .study_guide_1403::after {
    height: 30px;
    width: 30px;
}
}

@media screen and (max-width: 576px) {.meet_us_8092 {
    padding: 40px 0;
}.meet_us_8092 h3 {
    font-size: calc(31px * 0.8);
    margin-bottom: 30px;
}.meet_us_8092 h3::after {
    height: 3px;
    bottom: -10px;
}.meet_us_8092 .learn_learnings_9428,
    .meet_us_8092 .study_guide_1403 {
    margin-bottom: 40px;
}.meet_us_8092 .learn_learnings_9428 span {
    font-size: calc(24px * 0.85);
    margin-bottom: 15px;
}.meet_us_8092 .learn_learnings_9428 p,
    .meet_us_8092 .study_guide_1403 p {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}.meet_us_8092 .learn_learnings_9428 .cover_photo_7102,
    .meet_us_8092 .study_guide_1403 .skill_spot_6927 {
    margin-top: 20px;
    height: 250px;
}.meet_us_8092 .learn_learnings_9428::before,
    .meet_us_8092 .learn_learnings_9428::after,
    .meet_us_8092 .study_guide_1403::before,
    .meet_us_8092 .study_guide_1403::after {
    height: 25px;
    width: 25px;
}}.data_analysis_4375 {
    padding: 7rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(240,231,242) 0%, rgba(245, 245, 250, 0.95) 100%);
    position: relative;
}.data_analysis_4375::before {
    left: 0;
    width: 100%;
    top: 0;
    z-index: 1;
    opacity: 0.08;
    position: absolute;
    background-image: linear-gradient(60deg, rgb(215,200,217,0.5) 10%, transparent 70%);
    height: 100%;
    content: "";
}.data_analysis_4375::after {
    opacity: 0.3;
    left: 0;
    background: linear-gradient(90deg, rgb(215,200,217) 0%, transparent 50%, rgb(215,200,217) 100%);
    position: absolute;
    bottom: -2px;
    width: 100%;
    content: "";
    height: 6px;
    z-index: 2;
}.data_analysis_4375 h3 {
    font-size: 32px;
    color: #000000;
    text-align: center;
    letter-spacing: -0.02em;
    z-index: 3;
    margin-bottom: 3rem;
    font-weight: 700;
    position: relative;
}.data_analysis_4375 h3::after {
    bottom: -15px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    width: 80px;
    background: linear-gradient(90deg, transparent, rgb(215,200,217), transparent);
    content: "";
    height: 3px;
}.data_analysis_4375 .container {
    z-index: 3;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.data_analysis_4375 ul {
    padding: 0;
    gap: 2rem;
    display: grid;
    list-style: none;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.data_analysis_4375 .statistics_benefits_6857 {
    position: relative;
    justify-content: center;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.4s ease-out;
    display: flex;
    padding: 2.5rem 1.5rem;
    align-items: center;
    overflow: hidden;
    box-shadow: 
        0 10px 30px -10px rgba(0, 0, 0, 0.08),
        0 1px 3px rgba(0, 0, 0, 0.05);
    transform: translateY(0);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(250, 250, 255, 0.8));
    flex-direction: column;
}.data_analysis_4375 .statistics_benefits_6857::before {
    top: 0;
    content: "";
    height: 40%;
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(215,200,217), transparent);
    opacity: 0.7;
    width: 3px;
}.data_analysis_4375 .statistics_benefits_6857::after {
    right: 0;
    position: absolute;
    height: 2px;
    background: linear-gradient(to left, rgb(215,200,217), transparent);
    opacity: 0.4;
    content: "";
    width: 60%;
    bottom: 0;
}.data_analysis_4375 .statistics_benefits_6857 span {
    font-weight: 600;
    transition: transform 0.3s ease;
    color: #000000;
    font-size: 1rem;
    order: 1;
    position: relative;
    margin-bottom: 1rem;
    text-align: center;
}.data_analysis_4375 .statistics_benefits_6857 p {
    order: 0;
    margin: 0 0 0.8rem;
    transform: translateY(0);
    font-weight: 700;
    transition: transform 0.3s ease, color 0.3s ease;
    color: rgb(215,200,217);
    font-size: 3.5rem;
    position: relative;
    line-height: 1;
}.data_analysis_4375 .statistics_benefits_6857:hover {
    box-shadow: 
        0 20px 40px -15px rgba(0, 0, 0, 0.1),
        0 1px 3px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}.data_analysis_4375 .statistics_benefits_6857:hover p {
    transform: scale(1.05);
}.data_analysis_4375 .statistics_benefits_6857:nth-child(odd) {
    transform: translateY(10px);
}.data_analysis_4375 .statistics_benefits_6857:nth-child(odd):hover {
    transform: translateY(5px);
}.data_analysis_4375 .statistics_benefits_6857:nth-child(3n+1)::before {
    right: 0;
    left: auto;
    background: linear-gradient(to bottom, rgb(181,164,185), transparent);
}.data_analysis_4375 .statistics_benefits_6857:nth-child(3n+1) p {
    color: rgb(181,164,185);
}.data_analysis_4375 .statistics_benefits_6857:nth-child(3n+2) {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(248, 248, 255, 0.85));
}.data_analysis_4375 .statistics_benefits_6857:nth-child(3n+3)::after {
    left: 0;
    right: auto;
    background: linear-gradient(to right, rgb(215,200,217), transparent);
}

@media (min-width: 768px) {.data_analysis_4375 {
    padding: 9rem 3rem;
}.data_analysis_4375 h3 {
    margin-bottom: 4rem;
    font-size: calc(32px * 1.1);
}.data_analysis_4375 ul {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2.5rem;
}.data_analysis_4375 .statistics_benefits_6857 {
    padding: 3rem 2rem;
}.data_analysis_4375 .statistics_benefits_6857 span {
    font-size: 1.1rem;
}.data_analysis_4375 .statistics_benefits_6857 p {
    font-size: 4rem;
}
}

@media (min-width: 1200px) {.data_analysis_4375 {
    padding: 10rem 4rem;
}.data_analysis_4375 h3 {
    font-size: calc(32px * 1.2);
}.data_analysis_4375 ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
}.data_analysis_4375 .statistics_benefits_6857 {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), 
                    box-shadow 0.5s ease-out;
    transform: translateY(0);
}.data_analysis_4375 .statistics_benefits_6857:nth-child(odd) {
    transform: translateY(20px);
}.data_analysis_4375 .statistics_benefits_6857:nth-child(even) {
    transform: translateY(-10px);
}.data_analysis_4375 .statistics_benefits_6857:hover {
    transform: translateY(-15px);
}.data_analysis_4375 .statistics_benefits_6857:nth-child(odd):hover {
    transform: translateY(5px);
}.data_analysis_4375 .statistics_benefits_6857:nth-child(even):hover {
    transform: translateY(-25px);
}
}

@media (max-width: 767px) {.data_analysis_4375 {
    padding: 5rem 1.5rem;
}.data_analysis_4375 h3 {
    font-size: 18px;
    margin-bottom: 2.5rem;
}.data_analysis_4375 ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.data_analysis_4375 .statistics_benefits_6857 {
    padding: 2rem 1rem;
}.data_analysis_4375 .statistics_benefits_6857 p {
    font-size: 3rem;
}.data_analysis_4375 .statistics_benefits_6857 span {
    font-size: 0.95rem;
}}.customer_reviews_3081 {
    position: relative;
    background: linear-gradient(135deg, rgb(240,231,242) 0%, rgb(215,200,217,0.5) 100%);
    padding: 80px 0;
    overflow: hidden;
}.customer_reviews_3081::before {
    width: 150%;
    background: rgb(181,164,185,0.5);
    position: absolute;
    left: -25%;
    height: 100%;
    transform: rotate(-15deg);
    z-index: 1;
    content: "";
    top: -30%;
}.customer_reviews_3081 .learn_guides_1638 {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
}.customer_reviews_3081 h4 {
    position: relative;
    font-weight: 700;
    display: inline-block;
    color: #000000;
    transform: skewX(-5deg);
    margin-bottom: 50px;
    font-size: 34px;
}.customer_reviews_3081 h4::after {
    background: rgb(215,200,217);
    position: absolute;
    content: "";
    width: 70%;
    left: 0;
    bottom: -10px;
    height: 4px;
    transform: skewX(15deg);
}.customer_reviews_3081 .learner_voices_8723 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 40px;
    transform: perspective(1000px) rotateX(2deg);
    display: grid;
}.customer_reviews_3081 .client_sentiments_0589 {
    transform: translateY(0) rotate(0);
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 30px 25px 25px;
    border-radius: 27px;
    overflow: hidden;
    transition: all 0.4s ease;
}.customer_reviews_3081 .client_sentiments_0589:nth-child(odd) {
    transform: translateY(20px) rotate(-1deg);
}.customer_reviews_3081 .client_sentiments_0589:nth-child(even) {
    transform: translateY(-10px) rotate(1deg);
}.customer_reviews_3081 .client_sentiments_0589:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) rotate(0);
}.customer_reviews_3081 .client_sentiments_0589::before {
    background: linear-gradient(90deg, rgb(215,200,217) 0%, rgb(181,164,185) 100%);
    position: absolute;
    height: 5px;
    top: 0;
    content: "";
    left: 0;
    width: 100%;
}.customer_reviews_3081 .client_sentiments_0589::after {
    content: "";
    position: absolute;
    z-index: 0;
    background: rgb(181,164,185,0.5);
    transform: translate(50%, 50%);
    height: 80px;
    right: 0;
    bottom: 0;
    width: 80px;
    border-radius: 50%;
}.customer_reviews_3081 .cover_photo_7102 {
    height: 80px;
    transition: all 0.4s ease;
    border: 3px solid #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
    transform: rotate(-5deg);
    width: 80px;
    border-radius: 20% 40% 30% 50%;
}.customer_reviews_3081 .client_sentiments_0589:hover .cover_photo_7102 {
    border-radius: 30% 50% 40% 30%;
    transform: rotate(0) scale(1.05);
}.customer_reviews_3081 .client_sentiments_0589 span {
    z-index: 1;
    color: rgb(215,200,217);
    position: relative;
    display: block;
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 700;
    font-family: Arial, sans-serif;
}.customer_reviews_3081 .client_sentiments_0589 p {
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    z-index: 1;
    font-style: italic;
    line-height: 1.6;
}

@media (max-width: 767px) {.customer_reviews_3081 {
    padding: 50px 0;
}.customer_reviews_3081::before {
    width: 200%;
    left: -50%;
    transform: rotate(-10deg);
}.customer_reviews_3081 h4 {
    font-size: calc(34px * 0.85);
    margin-bottom: 30px;
}.customer_reviews_3081 .learner_voices_8723 {
    gap: 30px;
    grid-template-columns: 1fr;
    transform: none;
}.customer_reviews_3081 .client_sentiments_0589,
    .customer_reviews_3081 .client_sentiments_0589:nth-child(odd),
    .customer_reviews_3081 .client_sentiments_0589:nth-child(even) {
    padding: 25px 20px 20px;
    transform: none;
}.customer_reviews_3081 .cover_photo_7102 {
    height: 70px;
    width: 70px;
}}header .top_plank {
    background: rgb(215,200,217);
    color:  #ffffff;
}header .top_plank .high_skills_7208 div svg, header .top_plank .high_skills_7208 div svg path {
    fill: #ffffff;
}header .top_plank .high_skills_7208 div span {
    color: #ffffff;
}header .top_plank .high_skills_7208 {
    font-size: 16px;
    display: flex;
    padding: 15px 0 10px 0;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    line-height: 21px;
}header .top_plank .high_skills_7208 div {
    margin-right: 24px;
    align-items: center;
    display: flex;
    justify-content: flex-start;
}header .top_plank .high_skills_7208 div img, header .top_plank .high_skills_7208 div svg {
    width: 16px;
    margin-right: 8px;
    height: 16px;
}