* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
    scroll-behavior: auto;
}.warp-container_0 {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}header,footer {
    width: 100%;
}.container {
    max-width: 100%;
    width: 1126px;
    margin: auto;
}.sponsor_logo_3 {
    flex: 0 0 auto;
}svg {
    height: 30px;
    width: 30px;
}.header_pagewrap_7 {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
footer {
    position: relative;
    width: 100%;
}.sponsor_logo_3 {
    padding: 100px 0 30px;
    font-family: Arial, sans-serif;
    position: relative;
    background-color: rgb(176,186,186);
    color: #000000;
}.sponsor_logo_3::before {
    background: 
        linear-gradient(135deg, rgb(176,186,186) 25%, transparent 25%) -50px 0,
        linear-gradient(225deg, rgb(176,186,186) 25%, transparent 25%) -50px 0,
        linear-gradient(315deg, rgb(176,186,186) 25%, transparent 25%),
        linear-gradient(45deg, rgb(176,186,186) 25%, transparent 25%);
    background-size: 100px 100px;
    left: 0;
    height: 120px;
    width: 100%;
    position: absolute;
    background-color: rgb(141,153,152,0.5);
    top: 0;
    content: "";
}footer .alumni_net_0 {
    z-index: 1;
    margin-top: -70px;
    position: relative;
}footer .get_help_3 {
    margin-bottom: 60px;
    z-index: 2;
    background-color: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 25px;
    justify-content: space-between;
    display: flex;
    border-radius: 10px;
    transform: translateY(-30px);
    position: relative;
    flex-wrap: wrap;
}footer .info_item {
    flex: 1 1 200px;
    transition: all 0.3s ease;
    margin: 10px;
    background-color: rgb(176,186,186);
    padding: 10px 15px;
    position: relative;
    border-radius: 10px;
}footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    transform: translateY(-5px);
}footer .info_item::before {
    height: 100%;
    position: absolute;
    left: 0;
    content: "";
    transition: opacity 0.3s ease;
    border-radius: 3px 0 0 3px;
    opacity: 0;
    top: 0;
    width: 3px;
    background-color: rgb(141,153,152);
}footer .info_item:hover::before {
    opacity: 1;
}footer .info_item svg {
    margin-right: 10px;
    fill: rgb(141,153,152);
    height: 20px;
    vertical-align: middle;
    width: 20px;
}footer .info_item p,
footer .info_item a {
    font-size: 12px;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    color: #000000;
    transition: color 0.3s ease;
}footer .info_item a:hover {
    color: rgb(141,153,152);
}footer .text_main_holder {
    position: relative;
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
}footer .text_main_holder::before {
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    position: absolute;
    background-color: #ffffff;
    top: -40px;
    height: calc(100% + 80px);
    width: 100%;
    content: "";
    left: 0;
    z-index: -1;
}footer .top_edu_0 {
    position: relative;
    padding: 0 30px;
}footer .top_edu_0::after {
    height: 1px;
    right: 30px;
    left: 30px;
    bottom: -15px;
    content: "";
    background: linear-gradient(90deg, rgb(141,153,152), transparent);
    position: absolute;
}footer .top_edu_0 svg {
    margin-bottom: 15px;
    width: auto;
    height: 45px;
}footer .referral_prog_0 {
    font-size: 12px;
    line-height: 1.6;
    color: #000000;
    max-width: 330px;
}footer .page_header_1 {
    margin-left: 20px;
    z-index: 1;
    margin-top: -10px;
    padding: 30px;
    position: relative;
    margin-right: 20px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background-color: rgb(176,186,186);
}footer .page_header_1 h5 {
    position: relative;
    color: #000000;
    font-size: 19px;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 600;
}footer .page_header_1 h5::after {
    bottom: -7px;
    width: 50px;
    background-color: rgb(141,153,152);
    left: 0;
    height: 2px;
    content: "";
    position: absolute;
}footer .header_guide_6 {
    margin-bottom: 20px;
    gap: 10px;
    grid-template-columns: 1fr;
    display: grid;
}footer .header_guide_6 a {
    padding: 8px 0;
    display: inline-block;
    color: #000000;
    font-size: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}footer .header_guide_6 a::after {
    position: absolute;
    width: 0;
    bottom: 5px;
    height: 2px;
    transition: width 0.3s ease;
    left: 0;
    content: "";
    background-color: rgb(141,153,152);
}footer .header_guide_6 a:hover {
    color: rgb(141,153,152);
    transform: translateX(5px);
}footer .header_guide_6 a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    margin-left: 40px;
    margin-right: 40px;
    z-index: 0;
    color: #ffffff;
    background-color: rgb(141,153,152);
    margin-top: -10px;
    border-radius: 10px;
    position: relative;
    padding: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}footer .subscribe_holder::before {
    right: 30px;
    transform: rotate(45deg);
    content: "";
    background-color: rgb(141,153,152);
    width: 30px;
    height: 30px;
    top: -15px;
    z-index: -1;
    position: absolute;
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 19px;
    color: #ffffff;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
    line-height: 1.6;
    font-size: 12px;
}footer .input_holder {
    flex-direction: column;
    gap: 15px;
    position: relative;
    display: flex;
}footer .input_holder input[type="email"] {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    padding: 14px 16px;
    color: #000000;
    transition: background-color 0.3s ease;
    border: none;
}footer .input_holder input[type="email"]:focus {
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}footer .sub_toggles_1 {
    font-size: 20px;
    background-color: #000000;
    transition: all 0.3s ease;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    color: #ffffff;
    padding: 14px 20px;
    cursor: pointer;
}footer .sub_toggles_1:hover {
    background-color: rgb(106,114,113);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .leaderboard_1 {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 60px;
}footer .career_help_7 {
    background-color: #ffffff;
    font-size: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    display: inline-block;
    padding: 8px 20px;
    border-radius: 30px;
    color: #000000;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
}footer .header_guide_6 {
    grid-template-columns: 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub_toggles_1 {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .page_header_1 {
    margin-top: 0;
}footer .subscribe_holder {
    margin-top: 0;
}
}

@media (max-width: 991px) {footer .text_main_holder {
    gap: 50px;
}
}

@media (max-width: 767px) {footer .sponsor_logo_3 {
    padding: 80px 0 30px;
}footer .get_help_3 {
    padding: 20px;
    justify-content: center;
}footer .info_item {
    width: 100%;
}footer .page_header_1, footer .subscribe_holder {
    margin-left: 10px;
    padding: 25px 20px;
    margin-right: 10px;
}footer .leaderboard_1 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .sponsor_logo_3 {
    padding: 60px 0 20px;
}footer .get_help_3 {
    margin-bottom: 40px;
    transform: translateY(-20px);
    padding: 15px;
}footer .text_main_holder::before {
    top: -30px;
    height: calc(100% + 60px);
}footer .top_edu_0 {
    padding: 0 20px;
}footer .top_edu_0::after {
    left: 20px;
    right: 20px;
}footer .page_header_1 h5, footer .subscribe_holder h5 {
    font-size: calc(19px - 2px);
}footer .header_guide_6 a {
    padding: 6px 0;
}footer .input_holder input[type="email"],
    footer .sub_toggles_1 {
    padding: 12px 15px;
}}.course_program_7 {
    overflow: hidden;
    position: relative;
    padding: 120px 0 80px;
    background: linear-gradient(135deg, rgba(rgb(141,153,152,0.5), 0.05), rgba(rgb(106,114,113,0.5), 0.1));
}.course_program_7::before {
    z-index: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(141,153,152,0.5), 0.15) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(rgb(106,114,113,0.5), 0.12) 0%, transparent 45%);
    content: "";
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
}.course_program_7::after {
    height: 45%;
    position: absolute;
    background: linear-gradient(225deg, rgba(rgb(141,153,152,0.5), 0.08), transparent);
    right: -5%;
    width: 45%;
    z-index: 0;
    transform: rotate(-15deg) skew(15deg);
    top: -10%;
    content: "";
}.course_program_7 .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 1;
    padding: 0 20px;
}.course_program_7 h2 {
    color: #000000;
    max-width: 85%;
    font-size: 38px;
    font-weight: 700;
    position: relative;
    line-height: 1.3;
    margin-bottom: 50px;
    transform: translateX(-5%);
}.course_program_7 h2::after {
    transform: scaleX(1);
    transform-origin: left center;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    left: 0;
    position: absolute;
    content: "";
    width: 80px;
    bottom: -15px;
    height: 3px;
    background: linear-gradient(90deg, rgb(141,153,152), rgb(106,114,113));
}.course_program_7 h2:hover::after {
    transform: scaleX(1.5);
}.course_program_7 .skill_up_4 {
    grid-gap: 40px;
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
}.course_program_7 .img_rounded_3 {
    overflow: hidden;
    transform: perspective(1000px) rotateY(-3deg) rotateX(2deg);
    height: 400px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    box-shadow: 
        -15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.1),
        5px -5px 30px rgba(rgb(255, 255, 255, 0.5), 0.1);
    border-radius: 0;
}.course_program_7 .img_rounded_3::before {
    z-index: 1;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    mix-blend-mode: overlay;
    background: linear-gradient(
        135deg,
        rgba(rgb(141,153,152,0.5), 0.1),
        rgba(rgb(106,114,113,0.5), 0.15)
    );
    content: "";
    left: 0;
}.course_program_7 .img_rounded_3::after {
    height: 200%;
    pointer-events: none;
    width: 200%;
    position: absolute;
    background: radial-gradient(
        ellipse at center,
        rgba(rgb(255, 255, 255, 0.5), 0.1) 0%,
        transparent 70%
    );
    z-index: 2;
    left: -50%;
    content: "";
    top: -50%;
    opacity: 0;
    mix-blend-mode: overlay;
    transition: opacity 1.2s ease;
}.course_program_7 .img_rounded_3:hover {
    box-shadow: 
        -20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.15),
        10px -10px 30px rgba(rgb(255, 255, 255, 0.5), 0.05);
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
}.course_program_7 .img_rounded_3:hover::after {
    opacity: 1;
}.course_program_7 .text_container_7 {
    padding: 20px 0 0;
    position: relative;
}.course_program_7 .description {
    color: #000000;
    position: relative;
    transform: translateY(0);
    opacity: 1;
    line-height: 1.75;
    font-size: 18px;
    padding-right: 15px;
    overflow-y: auto;
    max-height: 350px;
    transition: transform 0.5s ease, opacity 0.5s ease;
    margin-bottom: 25px;
}.course_program_7 .description::-webkit-scrollbar {
    width: 4px;
}.course_program_7 .description::-webkit-scrollbar-track {
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
}.course_program_7 .description::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, rgb(141,153,152), rgb(106,114,113));
    border-radius: 2px;
}.course_program_7 .description:first-of-type {
    z-index: 1;
    position: relative;
}.course_program_7 .description:first-of-type::first-letter {
    font-weight: 700;
    font-size: 1.5em;
    margin-right: 1px;
    color: rgb(141,153,152);
}.course_program_7 .description:last-of-type {
    position: relative;
    border-left: 1px solid rgba(rgb(141,153,152,0.5), 0.2);
    padding-left: 20px;
}.course_program_7 .description:last-of-type::before {
    width: 10px;
    background: rgb(141,153,152);
    left: -5px;
    top: 0;
    border-radius: 50%;
    position: absolute;
    content: "";
    height: 10px;
}

@media (min-width: 768px) {.course_program_7 {
    padding: 150px 0 100px;
}.course_program_7 h2 {
    margin-bottom: 60px;
    font-size: calc(38px * 1.2);
    max-width: 80%;
}.course_program_7 .skill_up_4 {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    grid-gap: 60px;
}.course_program_7 .img_rounded_3 {
    transform: perspective(1500px) rotateY(-5deg) rotateX(3deg) translateX(-20px);
    height: 500px;
}.course_program_7 .img_rounded_3:hover {
    transform: perspective(1500px) rotateY(-2deg) rotateX(1deg) translateX(0);
}.course_program_7 .text_container_7 {
    padding: 0 0 0 20px;
}.course_program_7 .description {
    max-height: 300px;
}
}

@media (min-width: 992px) {.course_program_7 .container {
    padding: 0 40px;
}.course_program_7 h2 {
    max-width: 70%;
    transform: translateX(-8%);
    font-size: calc(38px * 1.4);
}.course_program_7 h2::after {
    height: 4px;
    width: 120px;
}.course_program_7 .skill_up_4 {
    grid-gap: 80px;
}.course_program_7 .img_rounded_3 {
    transform: perspective(2000px) rotateY(-7deg) rotateX(3deg) translateX(-30px);
    height: 550px;
}.course_program_7 .img_rounded_3:hover {
    transform: perspective(2000px) rotateY(-3deg) rotateX(1deg) translateX(-10px);
}.course_program_7 .text_container_7 {
    padding: 0 0 0 40px;
}.course_program_7 .description {
    font-size: calc(18px * 1.05);
    line-height: 1.8;
    max-height: 400px;
}
}

@media (min-width: 1200px) {.course_program_7 {
    padding: 180px 0 120px;
}.course_program_7 h2 {
    font-size: calc(38px * 1.5);
    max-width: 60%;
}.course_program_7 .skill_up_4 {
    grid-gap: 100px;
}.course_program_7 .img_rounded_3 {
    height: 600px;
}.course_program_7 .description {
    max-height: 450px;
    font-size: calc(18px * 1.1);
}
}

@media (max-width: 767px) {.course_program_7 {
    padding: 80px 0 60px;
}.course_program_7 h2 {
    font-size: calc(38px * 0.9);
    margin-bottom: 40px;
    transform: translateX(0);
    max-width: 100%;
}.course_program_7 .img_rounded_3 {
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg);
    height: 300px;
}.course_program_7 .text_container_7 {
    padding: 20px 0 0;
}.course_program_7 .description {
    max-height: 250px;
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}}.experience_trial_5 {
    z-index: 1;
    background-size: 200% 200%;
    padding: 110px 0;
    position: relative;
    background: 
        linear-gradient(140deg, 
            rgb(106,114,113) 0%, 
            rgb(141,153,152) 50%, 
            rgb(106,114,113) 100%);
    overflow: hidden;
    animation: gradientMove 15s ease infinite;
}.experience_trial_5::before {
    height: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 49px,
            rgba(255, 255, 255, 0.03) 49px,
            rgba(255, 255, 255, 0.03) 50px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 49px,
            rgba(255, 255, 255, 0.03) 49px,
            rgba(255, 255, 255, 0.03) 50px
        );
    content: '';
    opacity: 0.6;
    width: 100%;
}.experience_trial_5::after {
    left: 0;
    animation: shadowSweep 10s linear infinite alternate;
    background: 
        linear-gradient(
            90deg,
            transparent 0%,
            rgba(0, 0, 0, 0.3) 50%,
            transparent 100%
        );
    height: 100%;
    content: '';
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 0;
}.experience_trial_5 .master_program_2 {
    display: flex;
    margin: 0 auto;
    position: relative;
    align-items: center;
    padding: 0;
    justify-content: center;
    max-width: 1000px;
    z-index: 2;
    flex-direction: column;
}.experience_trial_5 .master_program_2::before {
    width: 120%;
    position: absolute;
    background: 
        linear-gradient(
            to right,
            transparent,
            rgba(0, 0, 0, 0.6),
            transparent
        );
    z-index: -1;
    height: 70%;
    content: '';
    border-radius: 50%;
    top: 15%;
    transform: perspective(800px) rotateX(60deg);
    transform-origin: center center;
    filter: blur(30px);
    left: -10%;
}.experience_trial_5 .master_program_2::after {
    background: 
        linear-gradient(
            to right,
            transparent,
            #ffffff,
            transparent
        );
    content: '';
    height: 1px;
    filter: blur(1px);
    left: 0;
    position: absolute;
    opacity: 0.3;
    width: 100%;
    bottom: -20px;
    animation: glowLine 3s ease-in-out infinite alternate;
}.experience_trial_5 h3 {
    margin-bottom: 70px;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-size: calc(36px * 1.2);
    position: relative;
    color: #ffffff;
    transition: all 0.3s ease;
    letter-spacing: 6px;
    text-align: center;
    font-weight: 700;
}.experience_trial_5 h3::before {
    bottom: -25px;
    position: absolute;
    background: 
        linear-gradient(
            to right,
            transparent,
            #ffffff,
            transparent
        );
    width: 60%;
    animation: widthPulse 4s ease-in-out infinite alternate;
    left: 20%;
    content: '';
    height: 10px;
    filter: blur(5px);
    opacity: 0.1;
}.experience_trial_5 h3::after {
    border: 1px solid rgba(255, 255, 255, 0.1);
    animation: pulseSphere 6s ease-in-out infinite;
    position: absolute;
    left: 50%;
    top: -50px;
    width: 30px;
    transform: translateX(-50%);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    height: 30px;
    content: '';
    background: transparent;
}.experience_trial_5 .get_contactus_3 {
    font-size: 15px;
    border: none;
    z-index: 1;
    transition: all 0.4s ease;
    overflow: hidden;
    text-transform: uppercase;
    position: relative;
    border-radius: 0;
    font-family: Arial, sans-serif;
    color: rgb(141,153,152);
    clip-path: polygon(
        10px 0%, 
        calc(100% - 10px) 0%, 
        100% 10px, 
        100% calc(100% - 10px), 
        calc(100% - 10px) 100%, 
        10px 100%, 
        0% calc(100% - 10px), 
        0% 10px
    );
    display: inline-block;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.2),
        0 0 0 2px rgba(0, 0, 0, 0.05);
    padding: 20px 60px;
    letter-spacing: 3px;
    text-decoration: none;
    background: #ffffff;
    font-weight: 700;
}.experience_trial_5 .get_contactus_3::before {
    content: '';
    opacity: 0;
    z-index: -1;
    transition: opacity 0.4s ease;
    height: 100%;
    background: linear-gradient(
        45deg,
        rgb(141,153,152) 0%,
        rgb(106,114,113) 100%
    );
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
}.experience_trial_5 .get_contactus_3::after {
    transition: opacity 0.4s ease;
    opacity: 0;
    position: absolute;
    bottom: -2px;
    z-index: -2;
    background-size: 200% 200%;
    top: -2px;
    clip-path: polygon(
        10px 0%, 
        calc(100% - 10px) 0%, 
        100% 10px, 
        100% calc(100% - 10px), 
        calc(100% - 10px) 100%, 
        10px 100%, 
        0% calc(100% - 10px), 
        0% 10px
    );
    left: -2px;
    animation: borderGradient 3s linear infinite;
    content: '';
    background: linear-gradient(
        45deg,
        rgb(141,153,152),
        rgb(106,114,113),
        rgb(141,153,152)
    );
    right: -2px;
}.experience_trial_5 .get_contactus_3:hover {
    transform: translateY(-5px) scale(1.05);
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 0 0 2px rgba(255, 255, 255, 0.1);
}.experience_trial_5 .get_contactus_3:hover::before {
    opacity: 1;
}.experience_trial_5 .get_contactus_3:hover::after {
    opacity: 1;
}

@media screen and (max-width: 992px) {.experience_trial_5 {
    padding: 90px 0;
}.experience_trial_5 h3 {
    margin-bottom: 60px;
    font-size: calc(36px * 1.1);
    letter-spacing: 5px;
}.experience_trial_5 h3::after {
    top: -40px;
    width: 25px;
    height: 25px;
}.experience_trial_5 .get_contactus_3 {
    font-size: calc(15px * 0.95);
    padding: 18px 50px;
}
}

@media screen and (max-width: 768px) {.experience_trial_5 {
    padding: 80px 0;
}.experience_trial_5 h3 {
    font-size: calc(36px * 0.9);
    letter-spacing: 4px;
    margin-bottom: 50px;
}.experience_trial_5 h3::before {
    height: 8px;
    bottom: -20px;
}.experience_trial_5 h3::after {
    height: 20px;
    top: -35px;
    width: 20px;
}.experience_trial_5 .get_contactus_3 {
    font-size: calc(15px * 0.9);
    letter-spacing: 2px;
    padding: 15px 40px;
}
}

@media screen and (max-width: 576px) {.experience_trial_5 {
    padding: 60px 0;
}.experience_trial_5 h3 {
    margin-bottom: 45px;
    letter-spacing: 3px;
    font-size: calc(36px * 0.8);
}.experience_trial_5 h3::before {
    height: 6px;
    bottom: -15px;
}.experience_trial_5 h3::after {
    width: 15px;
    top: -30px;
    height: 15px;
}.experience_trial_5 .get_contactus_3 {
    font-size: calc(15px * 0.85);
    padding: 12px 35px;
    letter-spacing: 1.5px;
}}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes shadowSweep {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(50%);
    }
}

@keyframes glowLine {
    0% {
        opacity: 0.2;
        filter: blur(1px);
    }
    100% {
        opacity: 0.4;
        filter: blur(2px);
    }
}

@keyframes widthPulse {
    0% {
        width: 60%;
        opacity: 0.1;
    }
    100% {
        width: 70%;
        opacity: 0.2;
    }
}

@keyframes pulseSphere {
    0%, 100% {
        transform: translateX(-50%) scale(1);
        opacity: 0.2;
    }
    50% {
        transform: translateX(-50%) scale(1.2);
        opacity: 0.4;
    }
}

@keyframes borderGradient {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}.privacy_barrier_5 {
    overflow: hidden;
    margin-bottom: 30px;
    color: #000000;
    background-color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 60px;
    position: relative;
}.privacy_barrier_5 h1 {
    color: rgb(141,153,152);
    z-index: 2;
    position: relative;
    font-size: 41px;
    grid-column: span 2;
    font-weight: 700;
    margin-bottom: 30px;
}.privacy_barrier_5 h2 {
    border-left: 5px solid rgb(141,153,152);
    margin: 20px 0;
    z-index: 2;
    font-weight: 600;
    font-size: 30px;
    position: relative;
    padding-left: 10px;
    color: rgb(106,114,113);
}.privacy_barrier_5 ul,
.privacy_barrier_5 ol {
    margin: 20px 0;
    z-index: 2;
    position: relative;
    padding: 0 0 0 20px;
}.privacy_barrier_5 ul {
    list-style-type: disc;
}.privacy_barrier_5 ol {
    list-style-type: decimal;
}.privacy_barrier_5 li {
    color: #000000;
    margin-bottom: 10px;
    border-bottom: 1px dashed rgb(106,114,113,0.5);
    padding-bottom: 5px;
    font-size: 18px;
}.privacy_barrier_5 p {
    line-height: 1.6;
    position: relative;
    margin-bottom: 20px;
    color: #000000;
    z-index: 2;
    font-size: 18px;
}.privacy_barrier_5 > div {
    z-index: 2;
    border-radius: 10px;
    border: 1px solid rgb(141,153,152,0.5);
    padding: 30px;
    background-color: rgb(176,186,186);
    position: relative;
}.privacy_barrier_5 span {
    padding: 5px;
    background: rgb(141,153,152,0.5);
    color: rgb(106,114,113);
    border-radius: 10px;
    font-weight: 600;
    z-index: 2;
    position: relative;
}.privacy_barrier_5::before,
.privacy_barrier_5::after {
    background: rgb(141,153,152,0.5);
    border-radius: 50%;
    display: block;
    position: absolute;
    z-index: 1;
    content: "";
}.privacy_barrier_5::before {
    top: -100px;
    left: -100px;
    height: 200px;
    width: 200px;
}.privacy_barrier_5::after {
    right: -150px;
    height: 300px;
    bottom: -150px;
    width: 300px;
}

@media only screen and (max-width: 800px) {.privacy_barrier_5 {
    gap: 20px;
    padding: 30px;
    grid-template-columns: 1fr;
}.privacy_barrier_5 h1 {
    grid-column: span 1;
    font-size: calc(21px * 0.8);
}.privacy_barrier_5 h2 {
    font-size: calc(21px * 0.8);
}.privacy_barrier_5 ul,
    .privacy_barrier_5 ol {
    padding-left: 15px;
}.privacy_barrier_5 > div {
    padding: 20px;
}.privacy_barrier_5::before {
    top: -50px;
    left: -50px;
    height: 100px;
    width: 100px;
}.privacy_barrier_5::after {
    width: 150px;
    height: 150px;
    bottom: -75px;
    right: -75px;
}}.data_summary_1 {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 80px 0;
}.data_summary_1::before {
    top: 0;
    left: 0;
    background-color: #000000;
    width: 100%;
    content: "";
    position: absolute;
    z-index: 1;
    opacity: 0.85;
    height: 100%;
}.data_summary_1 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 3;
    position: relative;
}.data_summary_1 .gain_statistics_9 {
    gap: 40px;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.data_summary_1 .statistics_wins_8 {
    display: block;
    margin-bottom: 30px;
}.data_summary_1 .statistics_wins_8 svg {
    fill: rgb(141,153,152);
    height: 60px;
    filter: drop-shadow(0 0 5px rgb(141,153,152,0.5));
    width: 60px;
}.data_summary_1 .statistics_wins_8 svg path {
    fill: rgb(141,153,152);
}.data_summary_1 .pro_extra_1 {
    position: relative;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 33px;
    color: #ffffff;
    line-height: 1.2;
    display: inline-block;
}.data_summary_1 .pro_extra_1::after {
    height: 4px;
    background: rgb(141,153,152);
    left: 0;
    content: "";
    bottom: -10px;
    width: 60px;
    position: absolute;
}.data_summary_1 .boost_statistics_1 {
    font-size: 17px;
    color: #ffffff;
    margin-bottom: 40px;
    opacity: 0.9;
    max-width: 90%;
    line-height: 1.6;
}.data_summary_1 .study_elevation_9 {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 30px;
}.data_summary_1 .career_statistics_9 {
    padding: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    position: relative;
    border-radius: 13px;
    flex-direction: column;
    border-left: 4px solid rgb(141,153,152);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
}.data_summary_1 .career_statistics_9:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateX(5px);
}.data_summary_1 .statistics_perks_5 {
    align-items: center;
    right: 20px;
    position: absolute;
    display: flex;
    height: 40px;
    width: 40px;
    top: 20px;
    justify-content: center;
}.data_summary_1 .statistics_perks_5 svg {
    height: 100%;
    fill: rgb(106,114,113);
    width: 100%;
}.data_summary_1 .statistics_perks_5 svg path {
    fill: rgb(106,114,113);
}.data_summary_1 .career_statistics_9 span {
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 5px;
    display: block;
    color: #ffffff;
    line-height: 1;
}.data_summary_1 .career_statistics_9 p {
    font-size: 17px;
    line-height: 1.4;
    opacity: 0.7;
    color: #ffffff;
}

@media screen and (max-width: 992px) {.data_summary_1 .gain_statistics_9 {
    gap: 40px;
    grid-template-columns: 1fr;
}.data_summary_1 .pro_extra_1,
    .data_summary_1 .boost_statistics_1 {
    text-align: center;
    max-width: 100%;
}.data_summary_1 .statistics_wins_8 {
    margin-left: auto;
    margin-right: auto;
}.data_summary_1 .pro_extra_1::after {
    left: 50%;
    transform: translateX(-50%);
}
}

@media screen and (max-width: 768px) {.data_summary_1 {
    padding: 60px 0;
}.data_summary_1 .study_elevation_9 {
    grid-template-columns: 1fr;
    gap: 20px;
}.data_summary_1 .career_statistics_9 {
    padding: 20px;
}.data_summary_1 .career_statistics_9 span {
    font-size: 2rem;
}
}

@media screen and (min-width: 993px) {.data_summary_1 .gain_statistics_9 > div:first-child {
    order: 2;
}.data_summary_1 .gain_statistics_9 > div:last-child {
    order: 1;
}}

.data_summary_1 .career_statistics_9:nth-child(1) {
    border-left-color: rgb(141,153,152);
}.data_summary_1 .career_statistics_9:nth-child(2) {
    border-left-color: rgb(106,114,113);
}.data_summary_1 .career_statistics_9:nth-child(3) {
    border-left-color: rgb(141,153,152);
}.data_summary_1 .career_statistics_9:nth-child(4) {
    border-left-color: rgb(106,114,113);
}.data_summary_1 .career_statistics_9:nth-child(even) .statistics_perks_5 svg,
.data_summary_1 .career_statistics_9:nth-child(even) .statistics_perks_5 svg path {
    fill: rgb(141,153,152);
}.data_summary_1 .career_statistics_9:nth-child(odd) .statistics_perks_5 svg,
.data_summary_1 .career_statistics_9:nth-child(odd) .statistics_perks_5 svg path {
    fill: rgb(106,114,113);
}.data_summary_1 .career_statistics_9::after {
    position: absolute;
    bottom: 0;
    background: linear-gradient(90deg, rgb(141,153,152,0.5), transparent);
    height: 1px;
    width: 100%;
    content: "";
    left: 0;
}

@media screen and (max-width: 576px) {.data_summary_1 {
    padding: 40px 0;
}.data_summary_1 .gain_statistics_9 {
    gap: 30px;
}.data_summary_1 .pro_extra_1 {
    font-size: calc(33px * 0.85);
}.data_summary_1 .boost_statistics_1 {
    font-size: calc(17px * 0.95);
    margin-bottom: 30px;
}.data_summary_1 .career_statistics_9 {
    padding: 20px 15px;
}.data_summary_1 .statistics_perks_5 {
    height: 30px;
    top: 15px;
    right: 15px;
    width: 30px;
}.data_summary_1 .career_statistics_9 span {
    font-size: 1.8rem;
}.data_summary_1 .career_statistics_9 p {
    font-size: calc(17px * 0.9);
}}.customer_experience_7 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(176,186,186) 0%, #ffffff 100%);
    padding: 6rem 0;
    position: relative;
}.customer_experience_7::before {
    filter: blur(80px);
    top: -10%;
    background: linear-gradient(120deg, rgb(141,153,152,0.5) 0%, rgb(106,114,113,0.5) 100%);
    height: 60%;
    content: "";
    right: -5%;
    position: absolute;
    transform: rotate(-15deg);
    width: 40%;
    opacity: 0.4;
    z-index: 0;
}.customer_experience_7::after {
    height: 50%;
    position: absolute;
    z-index: 0;
    filter: blur(60px);
    background: linear-gradient(45deg, rgb(106,114,113,0.5) 0%, rgb(141,153,152,0.5) 100%);
    content: "";
    width: 30%;
    transform: rotate(12deg);
    bottom: -10%;
    opacity: 0.3;
    left: -5%;
}.customer_experience_7 .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.customer_experience_7 h2 {
    position: relative;
    font-size: 28px;
    text-align: center;
    color: #000000;
    margin-bottom: 3rem;
    transform: perspective(1000px) rotateX(2deg);
    font-weight: 700;
    letter-spacing: -0.02em;
}.customer_experience_7 h2::after {
    transform: translateX(-50%);
    content: "";
    bottom: -15px;
    left: 50%;
    height: 4px;
    width: 60px;
    background: linear-gradient(90deg, rgb(141,153,152) 0%, rgb(106,114,113) 100%);
    position: absolute;
}.customer_experience_7 .testimonial_feedback_6 {
    display: grid;
    padding: 0;
    margin: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2.5rem;
}.customer_experience_7 .user_opinions_9 {
    transform: translateY(0);
    background: #ffffff;
    padding: 2rem;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.05);
    z-index: 1;
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}.customer_experience_7 .user_opinions_9::before {
    right: 20px;
    top: 10px;
    z-index: -1;
    font-family: serif;
    line-height: 1;
    font-size: 6rem;
    opacity: 0.2;
    content: "";
    position: absolute;
    color: rgb(106,114,113,0.5);
}.customer_experience_7 .user_opinions_9:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.customer_experience_7 .user_opinions_9:nth-child(odd) {
    transform: translateY(5px);
}.customer_experience_7 .user_opinions_9:nth-child(odd):hover {
    transform: translateY(-5px);
}.customer_experience_7 .user_opinions_9 div {
    align-items: center;
    margin-bottom: 1.2rem;
    display: flex;
}.customer_experience_7 .user_opinions_9 img {
    border: 3px solid #ffffff;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 1rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    height: 60px;
    width: 60px;
    transition: all 0.3s ease;
}.customer_experience_7 .user_opinions_9:hover img {
    border-color: rgb(141,153,152,0.5);
    transform: scale(1.05);
}.customer_experience_7 .user_opinions_9 h4 {
    font-weight: 600;
    font-size: 21px;
    transition: all 0.3s ease;
    margin: 0;
    color: #000000;
}.customer_experience_7 .user_opinions_9:hover h4 {
    color: rgb(141,153,152);
}.customer_experience_7 .user_opinions_9 .description {
    color: #000000;
    line-height: 1.6;
    font-style: italic;
    font-size: 13px;
    position: relative;
    z-index: 2;
    margin: 0;
}.customer_experience_7 a {
    position: relative;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    font-size: 20px;
    color: #ffffff;
    border: none;
    font-weight: 600;
    padding: 0.8rem 2rem;
    background: linear-gradient(90deg, rgb(141,153,152) 0%, rgb(106,114,113) 100%);
    margin-top: 3rem;
    transition: all 0.4s ease;
    left: 50%;
    transform: translateX(-50%);
    text-decoration: none;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    display: inline-block;
}.customer_experience_7 a::before {
    position: absolute;
    background: linear-gradient(90deg, rgb(106,114,113) 0%, rgb(141,153,152) 100%);
    height: 100%;
    top: 0;
    transition: opacity 0.4s ease;
    opacity: 0;
    width: 100%;
    content: "";
    left: 0;
    z-index: -1;
}.customer_experience_7 a:hover {
    transform: translateX(-50%) translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}.customer_experience_7 a:hover::before {
    opacity: 1;
}

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

@media (max-width: 767px) {.customer_experience_7 {
    padding: 3rem 0;
}.customer_experience_7 h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 2rem;
}.customer_experience_7 .testimonial_feedback_6 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.customer_experience_7 .user_opinions_9 {
    padding: 1.5rem;
}.customer_experience_7 .user_opinions_9:nth-child(odd) {
    transform: translateY(0);
}.customer_experience_7 .user_opinions_9:hover,
    .customer_experience_7 .user_opinions_9:nth-child(odd):hover {
    transform: translateY(-5px);
}.customer_experience_7 a {
    margin-top: 2rem;
    padding: 0.7rem 1.8rem;
}
}

@media (max-width: 480px) {.customer_experience_7 {
    padding: 2.5rem 0;
}.customer_experience_7 h2 {
    font-size: calc(28px * 0.7);
    margin-bottom: 1.5rem;
}.customer_experience_7 .user_opinions_9 {
    padding: 1.2rem;
}.customer_experience_7 .user_opinions_9 img {
    height: 50px;
    width: 50px;
}.customer_experience_7 a {
    padding: 0.6rem 1.5rem;
    width: 100%;
}
}

@media (min-width: 1200px) {.customer_experience_7 .container {
    padding: 0 40px;
}.customer_experience_7 .testimonial_feedback_6 {
    grid-template-columns: repeat(4, 1fr);
}.customer_experience_7 .user_opinions_9:nth-child(4n-3) {
    transform: translateY(-10px);
}.customer_experience_7 .user_opinions_9:nth-child(4n-2) {
    transform: translateY(10px);
}.customer_experience_7 .user_opinions_9:nth-child(4n-1) {
    transform: translateY(-5px);
}.customer_experience_7 .user_opinions_9:nth-child(4n) {
    transform: translateY(5px);
}.customer_experience_7 .user_opinions_9:hover {
    transform: translateY(-10px) scale(1.02);
}}header {
    background: rgb(176,186,186);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    position: relative;
    padding: 0;
    margin-top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    z-index: 100;
}header::before {
    background: linear-gradient(90deg, 
        transparent 0%,
        rgba(rgb(141,153,152), 0.03) 25%, 
        rgba(rgb(141,153,152), 0.05) 50%,
        rgba(rgb(141,153,152), 0.03) 75%,
        transparent 100%
    );
    top: 0;
    pointer-events: none;
    height: 100%;
    width: 100%;
    content: '';
    position: absolute;
    left: 0;
}header .nav_lead_6 {
    display: flex;
    z-index: 2;
    justify-content: space-between;
    position: relative;
    padding: 1.2rem 2rem;
    align-items: center;
}header .top_edu_0 {
    max-width: 180px;
    flex: 0 0 auto;
    margin-right: 2rem;
    position: relative;
}header .head_edu_2 {
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    display: block;
}header .head_edu_2:hover {
    transform: translateY(-3px);
}header .head_edu_2 img {
    max-width: 100%;
    height: auto;
    filter: brightness(1.03);
    display: block;
}header .head_edu_2::before {
    height: 10px;
    transform: scaleX(0.7);
    left: 0;
    content: '';
    position: absolute;
    transition: all 0.3s ease;
    border-radius: 10px;
    width: 100%;
    opacity: 0;
    background: rgb(141,153,152);
    bottom: -15px;
}header .head_edu_2:hover::before {
    opacity: 0.7;
    transform: scaleX(1);
}header .page_header_1 {
    list-style: none;
    padding: 0;
    position: relative;
    flex-wrap: nowrap;
    display: flex;
    margin: 0;
}header .page_header_1::after {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(141,153,152,0.5), 
        transparent
    );
    content: '';
}header .nav_class_4 {
    position: relative;
    margin: 0;
}header .nav_class_4 a {
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    color: #000000;
    display: block;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    padding: 1rem 1.2rem;
}header .nav_class_4 a::before {
    height: 3px;
    left: 0;
    width: 100%;
    transition: transform 0.3s ease;
    background: rgb(141,153,152);
    content: '';
    bottom: 0;
    transform: translateX(-100%);
    position: absolute;
}header .nav_class_4 a:hover {
    color: rgb(141,153,152);
}header .nav_class_4 a:hover::before {
    transform: translateX(0);
}header .nav_class_4 a::after {
    transform: scale(0.8);
    z-index: -1;
    width: 100%;
    opacity: 0;
    height: 100%;
    position: absolute;
    left: 0;
    border-radius: 10px;
    top: 0;
    transition: all 0.3s ease;
    background: rgb(141,153,152,0.5);
    content: '';
    pointer-events: none;
}header .nav_class_4 a:hover::after {
    transform: scale(1);
    opacity: 0.15;
}header .nav_lead_6::before {
    width: 30%;
    height: 100%;
    background: linear-gradient(-90deg, rgb(176,186,186), transparent);
    right: 0;
    top: 0;
    content: '';
    z-index: -1;
    position: absolute;
}header .nav_lead_6::after {
    top: 0;
    width: 30%;
    content: '';
    z-index: -1;
    background: linear-gradient(90deg, rgb(176,186,186), transparent);
    height: 100%;
    left: 0;
    position: absolute;
}header .header_pagewrap_7 {
    background: #ffffff;
    z-index: 1;
    padding-top: 2rem;
    position: relative;
}

@media (min-width: 1400px) {header .nav_lead_6 {
    max-width: 1300px;
    margin: 0 auto;
}header .nav_class_4 a {
    padding: 1rem 1.5rem;
}
}

@media (max-width: 991px) {header .nav_lead_6 {
    flex-direction: row;
    padding: 1rem;
    justify-content: space-between;
    flex-wrap: wrap;
}header .top_edu_0 {
    margin-right: 0;
    margin-bottom: 0;
}header .page_header_1 {
    justify-content: flex-end;
    padding-top: 1rem;
    flex-basis: 100%;
    flex-wrap: wrap;
    margin-top: 0;
}header .nav_class_4 {
    margin-bottom: 0.5rem;
}header .nav_class_4 a {
    padding: 0.7rem 1rem;
    font-size: calc(14px - 1px);
}
}

@media (max-width: 767px) {header {
    margin-top: 0;
}header .nav_lead_6 {
    padding: 1rem 1.5rem;
}header .top_edu_0 {
    flex: 0 0 auto;
    max-width: 150px;
}header .page_header_1 {
    margin-top: 0.5rem;
    -webkit-overflow-scrolling: touch;
    padding: 0.5rem 0;
    justify-content: flex-start;
    padding-bottom: 0.5rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: thin;
}header .page_header_1::-webkit-scrollbar {
    height: 3px;
}header .page_header_1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(141,153,152,0.5);
}header .nav_class_4 {
    flex: 0 0 auto;
}header .nav_class_4 a {
    padding: 0.6rem 0.8rem;
    font-size: calc(14px - 2px);
    white-space: nowrap;
}header .page_header_1::after {
    bottom: 0;
}header .head_edu_2::before {
    display: none;
}}.learning_outcomes_7 {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(176,186,186) 30%, rgba(rgb(141,153,152,0.5), 0.05) 100%);
    position: relative;
    overflow: hidden;
}.learning_outcomes_7::before {
    top: -50%;
    transform: rotate(-15deg);
    width: 200%;
    z-index: 0;
    left: -50%;
    content: "";
    background: radial-gradient(circle at 75% 25%, rgba(rgb(141,153,152,0.5), 0.08) 0%, transparent 50%);
    position: absolute;
    height: 200%;
}.learning_outcomes_7 .container {
    display: grid;
    padding: 0 15px;
    max-width: 1200px;
    grid-template-columns: 1fr 1.5fr;
    z-index: 1;
    gap: 40px;
    position: relative;
    margin: 0 auto;
}.learning_outcomes_7 .img_rounded_3 {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    filter: brightness(1.05) contrast(1.05);
    object-fit: cover;
    box-shadow: 15px 15px 0 rgba(rgb(141,153,152,0.5), 0.2),
                -10px -10px 0 rgba(rgb(106,114,113,0.5), 0.15);
    width: 100%;
    height: 100%;
}.learning_outcomes_7 .img_rounded_3:hover {
    transform: perspective(1000px) rotateY(-2deg) translateZ(20px);
}.learning_outcomes_7 .master_program_2 {
    justify-content: center;
    position: relative;
    flex-direction: column;
    display: flex;
}.learning_outcomes_7 .text_container_7 {
    position: relative;
    animation: slide-in 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    opacity: 0;
    transform: translateX(-20px);
    padding: 30px 0;
}.learning_outcomes_7 h1 {
    transform: translateY(0);
    line-height: 1.3;
    color: #000000;
    position: relative;
    font-weight: 700;
    font-size: 42px;
    margin-bottom: 30px;
}.learning_outcomes_7 h1::after {
    width: 80px;
    background: linear-gradient(90deg, rgb(141,153,152), rgba(rgb(141,153,152,0.5), 0.5));
    content: "";
    bottom: -12px;
    height: 4px;
    transform: scaleX(0);
    transform-origin: left;
    animation: scale-in 0.6s 0.4s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    position: absolute;
    left: 0;
}.learning_outcomes_7 ul {
    padding: 0;
    margin: 0;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    display: grid;
    list-style: none;
}.learning_outcomes_7 li {
    animation-delay: calc(0.1s * var(--i, 0));
    background: rgba(rgb(255, 255, 255, 0.5), 0.8);
    animation: fade-up 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    opacity: 0;
    transition: all 0.3s ease;
    padding: 18px 20px;
    box-shadow: 0 6px 15px rgba(rgba(0, 0, 0, 0.5), 0.06);
    border-left: 3px solid rgb(141,153,152);
    transform: translateY(20px);
    backdrop-filter: blur(10px);
}.learning_outcomes_7 li:nth-child(1) {
    --i: 1;
}.learning_outcomes_7 li:nth-child(2) {
    --i: 2;
}.learning_outcomes_7 li:nth-child(3) {
    --i: 3;
}.learning_outcomes_7 li:nth-child(4) {
    --i: 4;
}.learning_outcomes_7 li:nth-child(5) {
    --i: 5;
}.learning_outcomes_7 li:hover {
    border-left-width: 5px;
    box-shadow: 0 10px 25px rgba(rgba(0, 0, 0, 0.5), 0.1);
    transform: translateY(-5px) scale(1.02);
}.learning_outcomes_7 li p {
    display: flex;
    color: #000000;
    margin: 0;
    font-size: 15px;
    align-items: flex-start;
    gap: 12px;
    line-height: 1.6;
}.learning_outcomes_7 svg {
    transition: transform 0.3s ease;
    height: 20px;
    width: 20px;
    flex-shrink: 0;
    transform: rotate(-5deg);
    margin-top: 4px;
}.learning_outcomes_7 li:hover svg {
    transform: rotate(0deg) scale(1.1);
}.learning_outcomes_7 svg path {
    transition: fill 0.3s ease;
    fill: rgb(141,153,152);
}.learning_outcomes_7 li:hover svg path {
    fill: rgb(106,114,113);
}

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

@keyframes scale-in {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

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

@media (max-width: 1024px) {.learning_outcomes_7 {
    padding: 90px 0;
}.learning_outcomes_7 .container {
    grid-template-columns: 1fr;
    gap: 30px;
}.learning_outcomes_7 .img_rounded_3 {
    display: block;
    max-height: 400px;
    margin: 0 auto;
    width: 90%;
}.learning_outcomes_7 ul {
    grid-template-columns: 1fr;
}.learning_outcomes_7 h1 {
    font-size: calc(42px * 0.9);
}
}

@media (max-width: 768px) {.learning_outcomes_7 {
    padding: 70px 0;
}.learning_outcomes_7 .img_rounded_3 {
    max-height: 320px;
    box-shadow: 10px 10px 0 rgba(rgb(141,153,152,0.5), 0.2);
}.learning_outcomes_7 h1 {
    font-size: calc(42px * 0.8);
    margin-bottom: 25px;
}.learning_outcomes_7 li {
    padding: 15px;
}.learning_outcomes_7 li p {
    gap: 8px;
    font-size: calc(15px * 0.95);
}.learning_outcomes_7 svg {
    width: 18px;
    height: 18px;
}
}

@media (max-width: 480px) {.learning_outcomes_7 {
    padding: 50px 0;
}.learning_outcomes_7 .img_rounded_3 {
    max-height: 250px;
}.learning_outcomes_7 h1 {
    font-size: calc(42px * 0.7);
}.learning_outcomes_7 h1::after {
    width: 60px;
    height: 3px;
}.learning_outcomes_7 li {
    padding: 12px;
}.learning_outcomes_7 li p {
    font-size: calc(15px * 0.9);
}.learning_outcomes_7 svg {
    height: 16px;
    width: 16px;
}}.connect_with_us_0 {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.connect_with_us_0::before {
    backdrop-filter: blur(8px);
    height: 100%;
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    content: '';
    top: 0;
    z-index: 1;
    left: 0;
}.connect_with_us_0::after {
    animation: gradientShift 15s ease infinite;
    z-index: 2;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    content: '';
    background: linear-gradient(135deg, rgb(141,153,152,0.5) 0%, transparent 50%, rgb(106,114,113,0.5) 100%);
}@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.connect_with_us_0 .container {
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    z-index: 3;
}.connect_with_us_0 .feedback_inquiry_8 {
    overflow: hidden;
    backdrop-filter: blur(10px);
    display: flex;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}.connect_with_us_0 .feedback_inquiry_8::before {
    width: 200%;
    pointer-events: none;
    left: -50%;
    height: 200%;
    opacity: 0.1;
    content: '';
    animation: rotate 30s linear infinite;
    position: absolute;
    background: radial-gradient(circle, rgb(141,153,152,0.5) 0%, transparent 30%);
    top: -50%;
}@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.connect_with_us_0 .request_grid_9 {
    padding: 50px;
    background: linear-gradient(145deg, rgb(141,153,152,0.5) 0%, rgb(106,114,113,0.5) 100%);
    flex: 1;
    overflow: hidden;
    position: relative;
}.connect_with_us_0 .request_grid_9::after {
    right: 0;
    position: absolute;
    content: '';
    top: 0;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1));
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    width: 100px;
}.connect_with_us_0 .request_grid_9 h3 {
    padding-bottom: 15px;
    color: #ffffff;
    margin-bottom: 40px;
    font-weight: 700;
    position: relative;
    font-size: 30px;
}.connect_with_us_0 .request_grid_9 h3::after {
    height: 3px;
    width: 80px;
    bottom: 0;
    content: '';
    border-radius: 10px;
    position: absolute;
    left: 0;
    background: #ffffff;
}.connect_with_us_0 .request_grid_9 div {
    transition: transform 0.3s ease;
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 25px;
    padding-left: 15px;
    transform: translateX(0);
}.connect_with_us_0 .request_grid_9 div:hover {
    transform: translateX(10px);
}.connect_with_us_0 .request_grid_9 div::before {
    left: 0;
    top: 50%;
    background: #ffffff;
    height: 0;
    position: absolute;
    content: '';
    transition: height 0.3s ease, top 0.3s ease;
    width: 5px;
    border-radius: 10px;
}.connect_with_us_0 .request_grid_9 div:hover::before {
    height: 80%;
    top: 10%;
}.connect_with_us_0 .request_grid_9 svg {
    height: 24px;
    width: 24px;
    margin-right: 15px;
    fill: #ffffff;
}.connect_with_us_0 .request_grid_9 svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.connect_with_us_0 .request_grid_9 div:hover svg path {
    fill: rgb(106,114,113);
}.connect_with_us_0 .request_grid_9 span {
    font-size: 17px;
    font-weight: 400;
    color: #ffffff;
}.connect_with_us_0 .request_grid_9 span a {
    transition: color 0.3s ease;
    color: #ffffff;
    text-decoration: none;
}.connect_with_us_0 .request_grid_9 span a:hover {
    color: rgb(106,114,113);
}.connect_with_us_0 .reach_info_3 {
    overflow: hidden;
    padding: 50px;
    flex: 1.2;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    backdrop-filter: blur(10px);
}.connect_with_us_0 .reach_info_3::before {
    animation: pulse 4s ease-in-out infinite alternate;
    top: -100px;
    border-radius: 50%;
    height: 200px;
    width: 200px;
    background: radial-gradient(circle, rgb(106,114,113,0.5) 0%, transparent 70%);
    content: '';
    position: absolute;
    right: -100px;
}@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

.connect_with_us_0 .reach_info_3 h3 {
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
}.connect_with_us_0 .reach_info_3 h3::after {
    left: 50%;
    width: 50px;
    transform: translateX(-50%);
    border-radius: 10px;
    content: '';
    bottom: -15px;
    height: 2px;
    position: absolute;
    background: rgb(106,114,113);
}.connect_with_us_0 .reach_info_3 form {
    display: flex;
    flex-direction: column;
}.connect_with_us_0 .reach_info_3 input[type="text"],
.connect_with_us_0 .reach_info_3 input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    color: #ffffff;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    padding: 15px 20px;
    font-size: 17px;
    font-family: Arial, sans-serif;
    border-radius: 16px;
}.connect_with_us_0 .reach_info_3 input[type="text"]:focus,
.connect_with_us_0 .reach_info_3 input[type="email"]:focus {
    border-color: rgb(106,114,113);
    outline: none;
    box-shadow: 0 0 0 2px rgb(106,114,113,0.5);
}.connect_with_us_0 .reach_info_3 input[type="text"]::placeholder,
.connect_with_us_0 .reach_info_3 input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
}.connect_with_us_0 .reach_info_3 .connect_query_7 {
    display: flex;
    position: relative;
    margin-bottom: 25px;
    align-items: flex-start;
}.connect_with_us_0 .reach_info_3 .connect_query_7 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.connect_with_us_0 .reach_info_3 .connect_query_7 label {
    color: #ffffff;
    line-height: 1.5;
    font-size: 14px;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}.connect_with_us_0 .reach_info_3 .connect_query_7 label::before {
    content: '';
    width: 18px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    left: 0;
    top: 2px;
    height: 18px;
    position: absolute;
    transition: all 0.3s ease;
}.connect_with_us_0 .reach_info_3 .connect_query_7 label::after {
    border-left: 2px solid #ffffff;
    left: 5px;
    transition: all 0.2s ease;
    border-bottom: 2px solid #ffffff;
    transform: rotate(-45deg) scale(0);
    opacity: 0;
    position: absolute;
    content: '';
    top: 9px;
    width: 8px;
    height: 4px;
}.connect_with_us_0 .reach_info_3 .connect_query_7 input[type="checkbox"]:checked + label::before {
    border-color: rgb(106,114,113);
    background: rgb(106,114,113,0.5);
}.connect_with_us_0 .reach_info_3 .connect_query_7 input[type="checkbox"]:checked + label::after {
    opacity: 1;
    transform: rotate(-45deg) scale(1);
}.connect_with_us_0 .reach_info_3 .connect_query_7 label a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(106,114,113);
}.connect_with_us_0 .reach_info_3 .connect_query_7 label a:hover {
    text-decoration: underline;
    color: #ffffff;
}.connect_with_us_0 .reach_info_3 .message_widget_1 {
    border: none;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    transition: all 0.3s ease;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    padding: 15px 30px;
    font-family: Arial, sans-serif;
    cursor: pointer;
    z-index: 1;
    background: linear-gradient(90deg, rgb(141,153,152) 0%, rgb(106,114,113) 100%);
}.connect_with_us_0 .reach_info_3 .message_widget_1::before {
    transition: all 0.6s ease;
    position: absolute;
    z-index: -1;
    left: -100%;
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    width: 100%;
    top: 0;
}.connect_with_us_0 .reach_info_3 .message_widget_1:hover::before {
    left: 100%;
}.connect_with_us_0 .reach_info_3 .message_widget_1:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

@media (max-width: 992px) {.connect_with_us_0 {
    padding: 80px 0;
}.connect_with_us_0 .feedback_inquiry_8 {
    flex-direction: column;
}.connect_with_us_0 .request_grid_9,
    .connect_with_us_0 .reach_info_3 {
    padding: 40px;
}.connect_with_us_0 .request_grid_9 {
    text-align: center;
}.connect_with_us_0 .request_grid_9 h3::after {
    left: 50%;
    transform: translateX(-50%);
}.connect_with_us_0 .request_grid_9 div {
    justify-content: center;
    padding-left: 0;
}.connect_with_us_0 .request_grid_9 div::before {
    display: none;
}
}

@media (max-width: 768px) {.connect_with_us_0 {
    padding: 60px 0;
}.connect_with_us_0 .request_grid_9,
    .connect_with_us_0 .reach_info_3 {
    padding: 30px;
}.connect_with_us_0 .request_grid_9 h3,
    .connect_with_us_0 .reach_info_3 h3 {
    font-size: calc(30px * 0.8);
    margin-bottom: 30px;
}.connect_with_us_0 .request_grid_9 div {
    margin-bottom: 20px;
}.connect_with_us_0 .reach_info_3 input[type="text"],
    .connect_with_us_0 .reach_info_3 input[type="email"] {
    padding: 12px 15px;
}.connect_with_us_0 .reach_info_3 .message_widget_1 {
    padding: 12px 20px;
}
}

@media (max-width: 480px) {.connect_with_us_0 {
    padding: 40px 0;
}.connect_with_us_0 .container {
    padding: 0 10px;
}.connect_with_us_0 .request_grid_9,
    .connect_with_us_0 .reach_info_3 {
    padding: 20px;
}.connect_with_us_0 .request_grid_9 h3,
    .connect_with_us_0 .reach_info_3 h3 {
    margin-bottom: 25px;
    font-size: calc(30px * 0.7);
}.connect_with_us_0 .request_grid_9 svg {
    height: 20px;
    width: 20px;
}.connect_with_us_0 .reach_info_3 .connect_query_7 label {
    font-size: calc(14px * 0.9);
}.connect_with_us_0 .reach_info_3 .message_widget_1 {
    width: 100%;
}}.welcome_4 {
    background-color: rgb(176,186,186);
    align-items: center;
    overflow: hidden;
    width: 100%;
    display: flex;
    min-height: 100vh;
    justify-content: center;
    position: relative;
}.welcome_4 .edu_main_6 {
    margin: 0 auto;
    width: 100%;
    padding: 2rem;
    max-width: 1400px;
    position: relative;
    z-index: 1;
}.welcome_4 .style_element.learning_open_4 {
    border-left: 8px solid rgb(141,153,152);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    padding: 5rem 3rem;
    overflow: hidden;
}.welcome_4 .style_element.learning_open_4::before {
    bottom: 0;
    background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.5) 0%,
    #000000 100%
  );
    right: 0;
    left: 0;
    z-index: 0;
    opacity: 0.85;
    top: 0;
    position: absolute;
    content: "";
}.welcome_4 .style_element.learning_open_4::after {
    background: radial-gradient(
    circle at center,
    rgb(141,153,152,0.5) 0%,
    transparent 60%
  );
    height: 200%;
    width: 200%;
    left: -50%;
    z-index: 1;
    position: absolute;
    opacity: 0.1;
    animation: pulse 15s infinite alternate;
    top: -50%;
    content: "";
}.welcome_4 .style_element.learning_open_4 span,
.welcome_4 .style_element.learning_open_4 h1,
.welcome_4 .style_element.learning_open_4 div {
    position: relative;
    z-index: 2;
}.welcome_4 .style_element.learning_open_4 span {
    display: inline-block;
    margin-bottom: 2rem;
    opacity: 1;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    transform: translateY(0);
}.welcome_4 .style_element.learning_open_4 h3 {
    border-left: 3px solid rgb(106,114,113);
    background-color: rgb(141,153,152,0.5);
    padding: 1rem 1.5rem;
    backdrop-filter: blur(8px);
    line-height: 1.6;
    letter-spacing: 0.02em;
    color: #ffffff;
    margin: 0;
    transform: translateX(0);
    font-weight: 600;
    font-family: Arial, sans-serif;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    font-size: clamp(1rem, 2vw, 1.25rem);
}.welcome_4 .style_element.learning_open_4 h1 {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    margin: 0 0 2rem;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    border-bottom: 4px solid rgb(106,114,113);
    padding-bottom: 1rem;
    transform: translateY(0);
    font-size: clamp(2rem, 6vw, 42px);
}.welcome_4 .style_element.learning_open_4 div div {
    background: linear-gradient(
    to right,
    rgb(141,153,152) 0%,
    rgb(106,114,113) 100%
  );
    display: inline-block;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: bottom;
    padding: 1.5rem 2rem;
    transform: perspective(1000px) rotateX(0);
}.welcome_4 .style_element.learning_open_4 div div p {
    letter-spacing: 0.01em;
    margin: 0;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    font-weight: 400;
    color: #ffffff;
}.welcome_4 .style_element.learning_open_4:hover {
    transform: translateY(-5px);
}.welcome_4 .style_element.learning_open_4:hover h3 {
    transform: translateX(10px);
}.welcome_4 .style_element.learning_open_4:hover h1 {
    transform: translateY(-5px);
}.welcome_4 .style_element.learning_open_4:hover div div {
    transform: perspective(1000px) rotateX(2deg);
}

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

@media (max-width: 991px) {.welcome_4 .edu_main_6 {
    padding: 1.5rem;
}.welcome_4 .style_element.learning_open_4 {
    padding: 4rem 2rem;
}.welcome_4 .style_element.learning_open_4 h1 {
    padding-bottom: 0.75rem;
    margin: 0 0 1.5rem;
}
}

@media (max-width: 767px) {.welcome_4 {
    min-height: 80vh;
}.welcome_4 .edu_main_6 {
    padding: 1rem;
}.welcome_4 .style_element.learning_open_4 {
    border-left-width: 5px;
    padding: 3rem 1.5rem;
}.welcome_4 .style_element.learning_open_4 span {
    margin-bottom: 1.5rem;
}.welcome_4 .style_element.learning_open_4 h3 {
    padding: 0.75rem 1rem;
}.welcome_4 .style_element.learning_open_4 div div {
    padding: 1rem 1.5rem;
}
}

@media (max-width: 480px) {.welcome_4 {
    min-height: 70vh;
}.welcome_4 .style_element.learning_open_4 {
    padding: 2.5rem 1.25rem;
    border-left-width: 4px;
}.welcome_4 .style_element.learning_open_4 h3 {
    padding: 0.6rem 0.8rem;
    font-size: 0.9rem;
}.welcome_4 .style_element.learning_open_4 h1 {
    border-bottom-width: 3px;
}.welcome_4 .style_element.learning_open_4 div div {
    padding: 0.8rem 1.2rem;
}.welcome_4 .style_element.learning_open_4 div div p {
    font-size: 0.9rem;
}}.leadership_experience_0 {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(176,186,186) 0%, rgba(245, 248, 250, 0.9) 100%);
}.leadership_experience_0::before {
    width: 40vw;
    right: -10%;
    position: absolute;
    height: 40vw;
    opacity: 0.15;
    transform: translateZ(0);
    background: radial-gradient(circle, rgb(141,153,152,0.5) 0%, transparent 70%);
    content: "";
    top: -5%;
}.leadership_experience_0::after {
    left: -10%;
    background: radial-gradient(circle, rgb(106,114,113,0.5) 0%, transparent 70%);
    bottom: -5%;
    transform: translateZ(0);
    height: 30vw;
    position: absolute;
    opacity: 0.1;
    width: 30vw;
    content: "";
}.leadership_experience_0 .container {
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.leadership_experience_0 .user_opinions_9 {
    display: grid;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.05),
        0 1px 3px rgba(0, 0, 0, 0.03),
        0 0 80px rgba(rgb(141,153,152), 0.03) inset;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    transform: translateZ(0);
    backdrop-filter: blur(10px);
    position: relative;
    grid-template-columns: 1fr;
    padding: 2.5rem;
    gap: 2rem;
}.leadership_experience_0 .user_opinions_9 > div:first-child {
    justify-content: center;
    display: flex;
    align-items: center;
}.leadership_experience_0 .img_rounded_3 {
    width: 200px;
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.1),
        -10px -10px 20px rgba(255, 255, 255, 0.7);
    height: 200px;
    overflow: hidden;
    border-radius: 8px;
    transform: rotate(-2deg) translateZ(0);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.leadership_experience_0 .img_rounded_3::after {
    top: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(141,153,152), 0.1) 100%);
    height: 100%;
    z-index: 1;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
}.leadership_experience_0 .img_rounded_3:hover {
    transform: rotate(0deg) scale(1.05) translateZ(0);
}.leadership_experience_0 .name {
    position: relative;
    color: rgb(141,153,152);
    font-family: Arial, sans-serif;
    margin-bottom: 0.5rem;
    font-weight: 700;
    display: inline-block;
    font-size: 20px;
}.leadership_experience_0 .name::after {
    transition: transform 0.4s ease;
    content: "";
    height: 3px;
    position: absolute;
    bottom: -8px;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(106,114,113) 0%, transparent 100%);
    left: 0;
    width: 60%;
    transform: scaleX(0.8);
}.leadership_experience_0 .user_opinions_9 > div:nth-child(2) {
    flex-direction: column;
    display: flex;
    justify-content: center;
}.leadership_experience_0 .user_opinions_9 > div:nth-child(2) > div {
    font-size: calc(17px - 0.1rem);
    margin-top: 0.5rem;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 600;
    letter-spacing: 0.02em;
}.leadership_experience_0 .career_experience_5 {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    position: relative;
    margin: 0;
    font-size: 17px;
    color: #000000;
}.leadership_experience_0 .career_experience_5::before {
    font-family: serif;
    content: "";
    font-size: 6rem;
    left: -1rem;
    top: -2rem;
    color: rgb(141,153,152,0.5);
    z-index: -1;
    position: absolute;
    opacity: 0.15;
}

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

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

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

@media (max-width: 767px) {.leadership_experience_0 {
    padding: 4rem 0;
}.leadership_experience_0 .container {
    padding: 0 1rem;
}.leadership_experience_0 .user_opinions_9 {
    padding: 2rem;
}.leadership_experience_0 .img_rounded_3 {
    width: 180px;
    height: 180px;
}}.pricing_section_3 {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(176,186,186), #ffffff);
}.pricing_section_3::before {
    left: 0;
    position: absolute;
    z-index: 1;
    height: 100%;
    content: "";
    width: 100%;
    background: linear-gradient(120deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 70%);
    top: 0;
}.pricing_section_3 .container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1320px;
    position: relative;
    z-index: 2;
}.pricing_section_3 .price_options_7 {
    grid-template-columns: 1fr;
    display: grid;
    gap: 3rem;
}.pricing_section_3 .price_sheet_2 {
    animation: fadeInUp 0.8s forwards 0.2s;
    opacity: 0;
    padding: 2rem;
    text-align: center;
    transform: translateY(20px);
    background: linear-gradient(145deg, #ffffff, rgb(255, 255, 255, 0.5));
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    order: 1;
}.pricing_section_3 .price_sheet_2 h2 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
    color: rgb(141,153,152);
}.pricing_section_3 .price_sheet_2 h2::after {
    bottom: -10px;
    left: 50%;
    height: 3px;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(141,153,152), transparent);
    width: 60%;
}.pricing_section_3 .price_sheet_2 .study_price_2 {
    margin: 0 auto;
    font-size: 17px;
    max-width: 80%;
    font-weight: 400;
    line-height: 1.6;
    color: #000000;
}.pricing_section_3 .pricing_schemes_2 {
    gap: 2rem;
    order: 2;
    grid-template-columns: 1fr;
    display: grid;
}.pricing_section_3 .premium_plan_5 {
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    will-change: transform, opacity;
    text-decoration: none;
    transform: translateY(30px);
    display: block;
    animation: fadeInUp 0.8s forwards;
    animation-delay: calc(0.1s * var(--i, 1));
}.pricing_section_3 .premium_plan_5:nth-child(1) {
    --i: 1;
}.pricing_section_3 .premium_plan_5:nth-child(2) {
    --i: 2;
}.pricing_section_3 .premium_plan_5:nth-child(3) {
    --i: 3;
}.pricing_section_3 .premium_plan_5:nth-child(4) {
    --i: 4;
}.pricing_section_3 .premium_plan_5:hover {
    transform: translateY(-5px) scale(1.02);
}.pricing_section_3 .study_rates_7 {
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    overflow: hidden;
    transition: all 0.4s ease;
    flex-direction: column;
    height: 100%;
    background: #ffffff;
    display: flex;
    position: relative;
}.pricing_section_3 .premium_plan_5:hover .study_rates_7 {
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}.pricing_section_3 .pricing_options_0 {
    padding: 2.5rem 2rem;
    position: relative;
    flex-direction: column;
    flex-grow: 1;
    display: flex;
    z-index: 1;
}.pricing_section_3 .pricing_options_0::before {
    width: 120px;
    opacity: 0;
    right: 0;
    transform: translate(30px, -30px);
    height: 120px;
    top: 0;
    z-index: -1;
    transition: opacity 0.4s ease, transform 0.4s ease;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, transparent 50%, rgb(141,153,152,0.5) 50%);
}.pricing_section_3 .premium_plan_5:hover .pricing_options_0::before {
    transform: translate(0, 0);
    opacity: 0.7;
}.pricing_section_3 .premium_plan_5 h3 {
    margin-bottom: 1rem;
    position: relative;
    font-size: calc(20px + 0.2rem);
    font-weight: 700;
    transition: color 0.3s ease;
    color: #000000;
}.pricing_section_3 .premium_plan_5:hover h3 {
    color: rgb(141,153,152);
}.pricing_section_3 .package_rates_4 {
    color: rgb(141,153,152);
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: calc(16px + 0.8rem);
    position: relative;
    display: inline-block;
}.pricing_section_3 .package_rates_4::before {
    bottom: -5px;
    width: 40px;
    height: 3px;
    content: "";
    transition: width 0.3s ease;
    left: 0;
    background: rgb(106,114,113);
    position: absolute;
}.pricing_section_3 .premium_plan_5:hover .package_rates_4::before {
    width: 80px;
}.pricing_section_3 .premium_plan_5 p {
    font-size: 17px;
    margin-bottom: 0;
    color: #000000;
    -ms-word-break: break-all;
    line-height: 1.6;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
}.pricing_section_3 .img_rounded_3 {
    overflow: hidden;
    position: relative;
    height: 200px;
    transition: transform 0.5s ease;
}.pricing_section_3 .img_rounded_3::after {
    content: "";
    inset: 0;
    position: absolute;
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
}.pricing_section_3 .premium_plan_5:hover .img_rounded_3 {
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.pricing_section_3 .pricing_schemes_2 {
    grid-template-columns: repeat(2, 1fr);
}.pricing_section_3 .price_sheet_2 {
    padding: 3rem;
}.pricing_section_3 .pricing_options_0 {
    padding: 2.8rem 2.2rem;
}
}

@media (min-width: 992px) {.pricing_section_3 .price_options_7 {
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
}.pricing_section_3 .price_sheet_2 {
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: left;
    order: 2;
    padding: 4rem 3rem;
    height: 100%;
}.pricing_section_3 .price_sheet_2 h2::after {
    width: 100px;
    left: 0;
    background: linear-gradient(90deg, rgb(141,153,152), transparent);
    transform: none;
}.pricing_section_3 .price_sheet_2 .study_price_2 {
    max-width: 100%;
    margin: 0;
}.pricing_section_3 .pricing_schemes_2 {
    grid-template-columns: repeat(2, 1fr);
    order: 1;
}
}

@media (min-width: 1200px) {.pricing_section_3 .pricing_schemes_2 {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.pricing_section_3 .pricing_options_0 {
    padding: 3rem 2.5rem;
}.pricing_section_3 .price_sheet_2 h2 {
    font-size: calc(30px + 0.3rem);
}
}

@media (max-width: 767px) {.pricing_section_3 {
    padding: 4rem 0;
}.pricing_section_3 .price_sheet_2 h2 {
    font-size: calc(30px - 0.2rem);
}.pricing_section_3 .price_sheet_2 .study_price_2 {
    font-size: calc(17px - 0.1rem);
    max-width: 100%;
}.pricing_section_3 .premium_plan_5 h3 {
    font-size: 20px;
}.pricing_section_3 .package_rates_4 {
    font-size: calc(16px + 0.5rem);
}.pricing_section_3 .img_rounded_3 {
    height: 160px;
}}.meet_us_5 {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.meet_us_5::before {
    z-index: 1;
    height: 100%;
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(141,153,152,0.5), rgba(0, 0, 0, 0.5) 70%);
}.meet_us_5::after {
    z-index: 1;
    background: rgb(106,114,113);
    right: -50px;
    content: "";
    height: 200px;
    border-radius: 50%;
    bottom: -50px;
    width: 200px;
    opacity: 0.1;
    position: absolute;
    animation: float 8s ease-in-out infinite;
}.meet_us_5 h4 {
    font-size: calc(33px * 1.2);
    font-weight: 700;
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 1;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    transform: translateY(0);
    color: #ffffff;
}.meet_us_5 h4::after {
    content: "";
    width: 80px;
    position: absolute;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(106,114,113), rgb(141,153,152));
    transform: translateX(-50%);
    height: 4px;
    left: 50%;
}.meet_us_5 .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.meet_us_5 .text_container_7 {
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.92);
    padding: 40px 50px;
    transform: translateY(0);
    opacity: 1;
    border-left: 5px solid rgb(141,153,152);
}.meet_us_5 .text_container_7::before {
    content: "";
    background: linear-gradient(90deg, transparent, rgb(106,114,113));
    width: 30%;
    top: 0;
    position: absolute;
    height: 5px;
    right: 0;
}.meet_us_5 .text_container_7::after {
    bottom: 0;
    content: "";
    height: 2px;
    width: 50%;
    background: linear-gradient(90deg, transparent, rgb(141,153,152,0.5));
    position: absolute;
    right: 0;
}.meet_us_5 .text_container_7 h6 {
    font-size: calc(20px * 1.2);
    margin-bottom: 25px;
    color: rgb(141,153,152);
    position: relative;
    display: inline-block;
    font-weight: 700;
}.meet_us_5 .text_container_7 h6::after {
    height: 2px;
    transform-origin: left;
    left: 0;
    width: 100%;
    background: rgb(106,114,113,0.5);
    transform: scaleX(0.3);
    position: absolute;
    transition: transform 0.5s ease;
    bottom: -10px;
    content: "";
}.meet_us_5 .text_container_7:hover h6::after {
    transform: scaleX(1);
}.meet_us_5 .text_container_7 div {
    position: relative;
}.meet_us_5 .text_container_7 span {
    color: #000000;
    line-height: 1.8;
    text-align: justify;
    column-count: 2;
    column-gap: 30px;
    font-size: 18px;
    display: block;
    font-family: Arial, sans-serif;
    hyphens: auto;
}


@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}


@media screen and (max-width: 1200px) {.meet_us_5 {
    padding: 100px 0;
}.meet_us_5 .text_container_7 {
    padding: 35px 40px;
}
}

@media screen and (max-width: 992px) {.meet_us_5 {
    padding: 80px 0;
}.meet_us_5 h4 {
    font-size: calc(33px * 1.1);
    margin-bottom: 50px;
}.meet_us_5 .text_container_7 {
    padding: 30px 35px;
}.meet_us_5 .text_container_7 h6 {
    font-size: 20px;
}
}

@media screen and (max-width: 768px) {.meet_us_5 {
    padding: 70px 0;
}.meet_us_5 h4 {
    margin-bottom: 40px;
    font-size: 33px;
}.meet_us_5 h4::after {
    width: 60px;
    height: 3px;
}.meet_us_5 .text_container_7 {
    padding: 25px 30px;
}.meet_us_5 .text_container_7 span {
    line-height: 1.7;
    font-size: calc(18px - 1px);
    column-count: 1;
}
}

@media screen and (max-width: 576px) {.meet_us_5 {
    padding: 60px 0;
}.meet_us_5 h4 {
    margin-bottom: 35px;
    font-size: calc(33px * 0.9);
}.meet_us_5 h4::after {
    width: 50px;
}.meet_us_5 .text_container_7 {
    padding: 20px 25px;
    border-left-width: 3px;
}.meet_us_5 .text_container_7 h6 {
    font-size: calc(20px * 0.9);
    margin-bottom: 20px;
}.meet_us_5 .text_container_7 span {
    line-height: 1.6;
    font-size: calc(18px - 2px);
}
}

@media (hover: hover) and (pointer: fine) {.meet_us_5 .text_container_7:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}}.cookie_overlay_panel_6 {
    transition: all 0.3s ease-in-out;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    z-index: 1050;
    width: 100%;
    background: #ffffff;
    padding: 15px 20px;
    bottom: 0;
    position: fixed;
    border-top: 3px solid rgb(141,153,152);
}.track_switch_8 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}.cookie_eductrl_2 {
    flex-shrink: 0;
    margin-right: 15px;
}.cookie_eductrl_2 svg {
    transition: fill 0.3s ease-in-out;
    height: 50px;
    width: 50px;
    fill: rgb(141,153,152);
}.cookie_guide_2 {
    margin-right: 15px;
    flex-grow: 1;
}.cookie_guide_2 h5 {
    margin-bottom: 5px;
    font-weight: 700;
    color: rgb(141,153,152);
    font-size: 19px;
}.cookie_guide_2 p {
    color: #000000;
    margin-bottom: 0;
    font-size: 16px;
}.cookie_layer_3 {
    margin-left: 10px;
    text-align: center;
    user-select: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    white-space: nowrap;
    border-radius: 10px;
    border: 1px solid transparent;
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
    font-size: 16px;
    text-decoration: none;
    vertical-align: middle;
}.cookie_button.privacy_learn_6 {
    background-color: rgb(141,153,152);
    color: #ffffff;
    border-color: rgb(141,153,152);
}#cookieDialogNotice_0 {
    display: none;
}#cookieDialogNotice_0:checked ~ .cookie_overlay_panel_6 {
    visibility: hidden;
    opacity: 0;
}.cookie_button.privacy_learn_6:hover {
    color: #ffffff;
    border-color: rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.5);
}.cookie_button.visitor_privacy_9 {
    color: #000000;
    background-color: rgb(106,114,113);
    border-color: rgb(106,114,113);
}.cookie_button.visitor_privacy_9:hover {
    border-color: rgb(141,153,152);
    color: #ffffff;
    background-color: rgb(141,153,152);
}.cookie_overlay_panel_6 p a {
    color: rgb(141,153,152);
    text-decoration: underline;
}.cookie_overlay_panel_6 p a:hover {
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {.cookie_guide_2 h5 {
    font-size: calc(19px - 2px);
}.cookie_guide_2 p {
    font-size: calc(16px - 2px);
}.cookie_layer_3 {
    font-size: calc(16px - 2px);
}
}
@media (max-width: 800px) {.track_switch_8 {
    flex-direction: column;
    align-items: center;
}.cookie_eductrl_2 {
    margin-bottom: 10px;
}.cookie_guide_2 {
    margin-bottom: 15px;
    text-align: center;
}.cookie_layer_3 {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
}}
.tyHub_3 {
    z-index: 1;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(106,114,113,0.5), rgb(141,153,152,0.5));
    position: relative;
}.tyHub_3::before {
    content: "";
    top: -10%;
    right: -10%;
    transform: rotate(25deg);
    animation: float 20s infinite alternate ease-in-out;
    opacity: 0.07;
    position: absolute;
    height: 70%;
    z-index: -1;
    background: radial-gradient(circle at center, #ffffff 0%, transparent 70%);
    width: 70%;
}.tyHub_3::after {
    content: "";
    transform: rotate(-15deg);
    height: 50%;
    left: -5%;
    animation: float 15s infinite alternate-reverse ease-in-out;
    z-index: -1;
    width: 50%;
    opacity: 0.05;
    background: radial-gradient(circle at center, #ffffff 0%, transparent 70%);
    position: absolute;
    bottom: -5%;
}.tyHub_3 .container {
    max-width: 1140px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}.tyHub_3 .master_program_2 {
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    display: grid;
    gap: 2.5rem;
    transform-style: preserve-3d;
}.tyHub_3 .master_program_2:hover {
    transform: perspective(1000px) rotateX(0deg);
}.tyHub_3 .master_program_2 > div:first-child {
    padding: 2.5rem;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.03);
    z-index: 2;
    background: #ffffff;
}.tyHub_3 .master_program_2 > div:first-child::before {
    height: 5px;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(141,153,152), rgb(106,114,113));
    content: "";
    top: 0;
    right: 0;
    transition: transform 0.7s ease;
    position: absolute;
    transform: scaleX(0);
    left: 0;
    z-index: 3;
}.tyHub_3 .master_program_2:hover > div:first-child::before {
    transform: scaleX(1);
}.tyHub_3 .master_program_2 > div:last-child {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.02);
    position: relative;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(-10px);
    background: linear-gradient(to right bottom, 
                rgba(255, 255, 255, 0.9),
                rgba(255, 255, 255, 0.7));
    backdrop-filter: blur(10px);
    padding: 2.5rem 3rem;
}.tyHub_3 .master_program_2:hover > div:last-child {
    transform: translateY(0);
}.tyHub_3 h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    display: inline-block;
    position: relative;
    color: rgb(141,153,152);
    margin: 0;
}.tyHub_3 h5::after {
    bottom: -10px;
    left: 0;
    background: rgb(106,114,113);
    transition: width 0.4s ease;
    width: 60px;
    content: "";
    height: 3px;
    position: absolute;
}.tyHub_3 .master_program_2:hover h5::after {
    width: 100%;
}.tyHub_3 a {
    transition: all 0.3s ease;
    position: relative;
    display: block;
    text-decoration: none;
}.tyHub_3 a:hover {
    transform: translateX(5px);
}.tyHub_3 p {
    line-height: 1.8;
    color: #000000;
    margin: 0;
    font-size: 15px;
    position: relative;
}.tyHub_3 a::before {
    content: "";
    opacity: 0;
    width: 0.5rem;
    height: 0.5rem;
    left: -1.5rem;
    position: absolute;
    transition: all 0.3s ease;
    top: 0.5rem;
    background: rgb(106,114,113);
}.tyHub_3 a:hover::before {
    opacity: 1;
}

@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(2%, 2%) rotate(5deg);
    }
    100% {
        transform: translate(-2%, -1%) rotate(-5deg);
    }
}

@media (min-width: 768px) {.tyHub_3 {
    padding: 8rem 0;
}.tyHub_3 .master_program_2 {
    grid-template-columns: 1fr 1.2fr;
    gap: 0;
}.tyHub_3 .master_program_2 > div:first-child {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    z-index: 2;
    transform: translateX(5%);
}.tyHub_3 .master_program_2 > div:last-child {
    padding-left: 10%;
    z-index: 1;
    transform: translateY(25px);
    margin-left: -5%;
}.tyHub_3 .master_program_2:hover > div:last-child {
    transform: translateY(15px);
}.tyHub_3 h5 {
    font-size: calc(18px * 1.1);
}.tyHub_3 p {
    font-size: calc(15px * 1.05);
}
}

@media (min-width: 992px) {.tyHub_3 {
    padding: 10rem 0;
}.tyHub_3 .master_program_2 {
    grid-template-columns: 0.9fr 1.3fr;
}.tyHub_3 .master_program_2 > div:first-child {
    padding: 3rem;
    transform: translateX(10%);
}.tyHub_3 .master_program_2 > div:last-child {
    padding-left: 15%;
    transform: translateY(35px);
    margin-left: -10%;
}.tyHub_3 .master_program_2:hover > div:last-child {
    transform: translateY(25px);
}.tyHub_3 h5 {
    font-size: calc(18px * 1.2);
}
}

@media (max-width: 767px) {.tyHub_3 {
    padding: 4rem 0;
}.tyHub_3 .master_program_2 > div:first-child,
    .tyHub_3 .master_program_2 > div:last-child {
    padding: 2rem;
}.tyHub_3 h5 {
    font-size: calc(18px * 0.9);
}.tyHub_3 p {
    font-size: calc(15px * 0.95);
}
}