* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.nav_top_12 {
    flex: 1 0 auto;
}.segment-wrapper_41 {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}html,body {
    min-height: 100%;
    height: 100%;
    color: #000000;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
}.site_map_70 {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.container {
    width: 1269px;
    max-width: 100%;
    margin: auto;
}svg {
    width: 30px;
    height: 30px;
}a {
    color: inherit;
    text-decoration: none;
}::-webkit-scrollbar {
    scroll-behavior: auto;
    width: 9px;
}::-webkit-scrollbar-track {
    background: rgb(171,177,209);
    border-radius: 17%;
    margin: 2px 0;
}::-webkit-scrollbar-thumb {
    background: rgb(218,221,233);
    box-shadow: 4px 5px 3px -2px rgba(0, 0, 0, 0.7);
    transition: box-shadow 2.7s ease-in-out;
    border-radius: 9999px;
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset 1px -2px 9px -2px rgba(0, 0, 0, 0.3);
    background: rgb(171,177,209,0.5);
}html {
    scrollbar-color: #ffffff rgb(132,136,186);
    scrollbar-width: none;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.program_assets_23 {
    perspective: 1000px;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(rgb(218,221,233), 0.95), rgba(rgb(171,177,209,0.5), 0.15));
    position: relative;
}.program_assets_23::before {
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    opacity: 0.15;
    height: 100%;
    position: absolute;
    content: "";
    background: 
        radial-gradient(circle at 10% 20%, rgb(132,136,186,0.5) 0%, transparent 35%),
        radial-gradient(circle at 90% 80%, rgb(171,177,209,0.5) 0%, transparent 40%);
}.program_assets_23 h5 {
    font-weight: 700;
    transform: translateZ(10px);
    line-height: 1.4;
    margin-right: auto;
    font-size: 24px;
    max-width: 800px;
    position: relative;
    margin-bottom: 60px;
    margin-left: auto;
    transform-style: preserve-3d;
    letter-spacing: 0.05em;
    text-align: center;
    color: #000000;
}.program_assets_23 h5::after {
    transform: translateX(-50%);
    z-index: 1;
    content: "";
    bottom: -15px;
    width: 80px;
    height: 3px;
    left: 50%;
    background: linear-gradient(90deg, rgb(171,177,209), rgb(132,136,186));
    position: absolute;
}.program_assets_23 .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
}.program_assets_23 .study_programs_69 {
    align-items: center;
    flex-direction: column;
    display: flex;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform: rotateX(2deg) rotateY(-2deg);
    gap: 40px;
    transform-style: preserve-3d;
}.program_assets_23 .study_programs_69:hover {
    transform: rotateX(0) rotateY(0);
}.program_assets_23 .study_programs_69 > div:first-child {
    position: relative;
    transition: transform 0.5s ease;
    width: 100%;
    transform: translateZ(30px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 13px;
}.program_assets_23 .study_programs_69 > div:first-child::before {
    opacity: 0.2;
    width: 100%;
    transition: opacity 0.5s ease;
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    z-index: 1;
    left: 0;
    background: linear-gradient(45deg, rgb(171,177,209,0.5), transparent);
}.program_assets_23 .study_programs_69 > div:first-child:hover {
    transform: translateZ(40px) scale(1.02);
}.program_assets_23 .study_programs_69 > div:first-child:hover::before {
    opacity: 0.3;
}.program_assets_23 .img_caption_box_53 {
    height: auto;
    object-fit: cover;
    display: block;
    width: 100%;
    transition: filter 0.5s ease;
    border-radius: 13px;
}.program_assets_23 .info_wrapper_82 {
    transform: translateZ(20px);
    padding: 35px;
    background: rgba(#ffffff, 0.95);
    border-radius: 13px;
    width: 100%;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}.program_assets_23 .info_wrapper_82:hover {
    transform: translateZ(25px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}.program_assets_23 ul {
    margin: 0;
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}.program_assets_23 li {
    padding-left: 40px;
    position: relative;
    transition: transform 0.3s ease;
}.program_assets_23 li:hover {
    transform: translateX(5px);
}.program_assets_23 li::before {
    border-radius: 2px;
    width: 4px;
    height: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(171,177,209), rgb(132,136,186));
    content: "";
    left: 0;
    top: 0;
    transition: height 0.4s ease;
}.program_assets_23 li:hover::before {
    height: 100%;
}.program_assets_23 li p {
    margin: 0;
    display: flex;
    line-height: 1.6;
    color: #000000;
    align-items: flex-start;
    position: relative;
    font-size: 13px;
}.program_assets_23 li svg {
    transform: translateY(-2px);
    width: 24px;
    flex-shrink: 0;
    height: 24px;
    transition: transform 0.3s ease;
    margin-right: 16px;
}.program_assets_23 li:hover svg {
    transform: translateY(-2px) scale(1.1);
}.program_assets_23 svg path {
    fill: rgb(171,177,209);
    transition: fill 0.3s ease;
}.program_assets_23 li:hover svg path {
    fill: rgb(132,136,186);
}

@media screen and (min-width: 768px) {.program_assets_23 .study_programs_69 {
    flex-direction: row;
    align-items: stretch;
}.program_assets_23 .study_programs_69 > div:first-child {
    max-height: 480px;
    width: 45%;
}.program_assets_23 .img_caption_box_53 {
    height: 100%;
}.program_assets_23 .info_wrapper_82 {
    display: flex;
    width: 55%;
    align-items: center;
}.program_assets_23 ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media screen and (min-width: 992px) {.program_assets_23 {
    padding: 150px 0;
}.program_assets_23 h5 {
    margin-bottom: 80px;
    font-size: calc(24px * 1.1);
}.program_assets_23 .study_programs_69 {
    gap: 60px;
}.program_assets_23 .study_programs_69 > div:first-child {
    width: 40%;
}.program_assets_23 .info_wrapper_82 {
    padding: 50px;
    width: 60%;
}
}

@media screen and (max-width: 767px) {.program_assets_23 {
    padding: 80px 0;
}.program_assets_23 h5 {
    font-size: calc(24px * 0.9);
    margin-bottom: 40px;
    padding: 0 20px;
}.program_assets_23 .study_programs_69 {
    transform: none;
}.program_assets_23 .info_wrapper_82 {
    padding: 25px;
}.program_assets_23 li {
    padding-left: 30px;
}.program_assets_23 li p {
    line-height: 1.5;
    font-size: calc(13px * 0.95);
}.program_assets_23 li svg {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}}footer {
    position: relative;
}footer::before {
    top: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    z-index: 1;
    background: linear-gradient(45deg, rgb(132,136,186,0.5) 0%, rgb(171,177,209,0.5) 100%);
}.site_map_70 {
    padding: 80px 0 40px;
    font-family: Arial, sans-serif;
    z-index: 2;
    position: relative;
    color: #ffffff;
}.site_map_70 .container {
    grid-gap: 30px;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
}.site_map_70 .company_holder {
    grid-column: 1 / 5;
    position: relative;
    z-index: 3;
}.site_map_70 .company_holder h3 {
    font-weight: 700;
    color: #ffffff;
    position: relative;
    padding-bottom: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 37px;
    margin-bottom: 20px;
    display: inline-block;
}.site_map_70 .company_holder h3::after {
    border-radius: 10px;
    bottom: 0;
    height: 4px;
    content: '';
    position: absolute;
    background: rgb(171,177,209);
    left: 0;
    width: 40px;
}.site_map_70 .discount_cta_71 {
    font-size: 14px;
    border-radius: 15px;
    padding: 20px;
    transform: translateZ(0);
    border-left: 4px solid rgb(171,177,209);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.1);
    margin-top: 25px;
    backdrop-filter: blur(10px);
    line-height: 1.6;
}.site_map_70 .trophy_case_65 {
    position: relative;
    grid-column: 5 / 13;
}.site_map_70 .header_know_54 {
    grid-gap: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.site_map_70 .nav_core_91 {
    position: relative;
}.site_map_70 .nav_core_91 h5 {
    position: relative;
    display: inline-block;
    color: #ffffff;
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 18px;
}.site_map_70 .nav_core_91 h5::before {
    width: 8px;
    background: rgb(171,177,209);
    border-radius: 50%;
    left: -15px;
    transform: translateY(-50%);
    height: 8px;
    top: 50%;
    content: '';
    position: absolute;
}.site_map_70 .nav_core_91 .header_know_54 {
    flex-direction: column;
    display: flex;
    gap: 15px;
}.site_map_70 .nav_core_91 .header_know_54 a {
    font-size: 14px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 8px 15px;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
    border-radius: 10px;
}.site_map_70 .nav_core_91 .header_know_54 a::before {
    content: '';
    z-index: -1;
    width: 3px;
    left: 0;
    transition: all 0.3s ease;
    background: rgb(171,177,209);
    top: 0;
    position: absolute;
    height: 100%;
}.site_map_70 .nav_core_91 .header_know_54 a:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.1);
}.site_map_70 .nav_core_91 .header_know_54 a:hover::before {
    width: 100%;
    background: rgb(171,177,209,0.5);
}.trade_mark_83 {
    background: rgba(0, 0, 0, 0.3);
    padding: 20px 0;
    position: relative;
    margin-top: 60px;
    z-index: 2;
}.trade_mark_83::before {
    top: 0;
    height: 1px;
    right: 15%;
    left: 15%;
    position: absolute;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    content: '';
    opacity: 0.2;
}.trade_mark_83 .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.trade_mark_83 .ssl_info_10 {
    text-align: center;
    letter-spacing: 0.5px;
    font-size: 16px;
    color: #ffffff;
    opacity: 0.8;
}@keyframes floatAnimation {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

footer::after {
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    content: '';
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.02) 10px,
        rgba(255, 255, 255, 0.02) 20px
    );
    position: absolute;
    z-index: 1;
}

@media (max-width: 992px) {.site_map_70 .container {
    grid-template-columns: repeat(1, 1fr);
}.site_map_70 .company_holder {
    margin-bottom: 40px;
    grid-column: 1 / -1;
}.site_map_70 .trophy_case_65 {
    grid-column: 1 / -1;
}.site_map_70 .header_know_54 {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.site_map_70 {
    padding: 60px 0 30px;
}.site_map_70 .header_know_54 {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
}.site_map_70 .nav_core_91 {
    padding: 0;
}}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.site_map_70::before {
    content: '';
    position: absolute;
    background: linear-gradient(90deg, rgb(171,177,209), rgb(132,136,186), rgb(171,177,209));
    width: 100%;
    top: 0;
    background-size: 200% 200%;
    height: 5px;
    animation: gradientShift 5s infinite;
    left: 0;
}.site_map_70 .company_holder::after {
    background: rgb(171,177,209,0.5);
    position: absolute;
    right: -50px;
    opacity: 0.4;
    filter: blur(60px);
    z-index: -1;
    width: 150px;
    border-radius: 50%;
    height: 150px;
    content: '';
    top: 40px;
}.site_map_70 .company_holder::before {
    left: -30px;
    border-radius: 50%;
    z-index: -1;
    filter: blur(40px);
    position: absolute;
    bottom: 0;
    content: '';
    opacity: 0.3;
    width: 100px;
    background: rgb(132,136,186,0.5);
    height: 100px;
}.site_map_70 .trophy_case_65::after {
    background: rgb(171,177,209,0.5);
    height: 120px;
    right: 100px;
    top: -20px;
    border-radius: 50%;
    opacity: 0.2;
    content: '';
    width: 120px;
    position: absolute;
    filter: blur(50px);
    z-index: -1;
}.site_map_70 .trophy_case_65::before {
    background: rgb(132,136,186,0.5);
    height: 180px;
    opacity: 0.25;
    z-index: -1;
    bottom: -50px;
    width: 180px;
    filter: blur(70px);
    position: absolute;
    border-radius: 50%;
    left: 80px;
    content: '';
}@keyframes borderPulse {
    0%, 100% {
        border-color: rgba(255, 255, 255, 0.1);
    }
    50% {
        border-color: rgba(255, 255, 255, 0.3);
    }
}

.site_map_70 .nav_core_91 {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    animation: borderPulse 4s infinite;
}.site_map_70 .nav_core_91 h5 {
    letter-spacing: 0.5px;
}.site_map_70 .nav_core_91 h5::after {
    width: 30px;
    position: absolute;
    content: '';
    background: rgb(132,136,186);
    height: 2px;
    left: 0;
    bottom: -5px;
}@keyframes movingGradient {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

.trade_mark_83 {
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.6) 0%, 
        rgba(0, 0, 0, 0.3) 50%, 
        rgba(0, 0, 0, 0.6) 100%);
    animation: movingGradient 10s ease infinite;
    background-size: 200% 200%;
}.about_this_75 {
    padding: 120px 0;
    position: relative;
    color: #ffffff;
    overflow: hidden;
}.about_this_75::before {
    content: "";
    left: 0;
    position: absolute;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 20, 0.85) 0%, rgba(0, 20, 40, 0.75) 50%, rgba(0, 40, 80, 0.9) 100%);
    z-index: 1;
    right: 0;
    top: 0;
}.about_this_75::after {
    height: 70%;
    content: "";
    position: absolute;
    right: -10%;
    opacity: 0.1;
    animation: glow 20s infinite alternate;
    filter: blur(50px);
    top: -10%;
    z-index: 1;
    width: 40%;
    transform: rotate(-15deg) skew(20deg);
    background: rgb(171,177,209);
}.about_this_75 .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.about_this_75 .info_wrapper_82 {
    border-left: 4px solid rgb(171,177,209);
    background: rgba(255, 255, 255, 0.08);
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
    padding: 3rem;
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    position: relative;
    transform: perspective(1000px) rotateY(1deg);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}.about_this_75 .info_wrapper_82:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.about_this_75 .info_wrapper_82 > div:first-child {
    display: inline-block;
    margin-bottom: 0.5rem;
}.about_this_75 .info_wrapper_82 h5 {
    position: relative;
    background: rgb(171,177,209);
    display: inline-block;
    text-transform: uppercase;
    color: #ffffff;
    background: linear-gradient(90deg, rgb(171,177,209) 0%, rgb(132,136,186) 100%);
    letter-spacing: 1px;
    margin: 0;
    font-size: 21px;
    padding: 0.5rem 1.5rem;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    transform: translateX(-1.5rem);
    font-weight: 700;
}.about_this_75 .info_wrapper_82 h5::before {
    bottom: -10px;
    height: 20px;
    border-radius: 50%;
    filter: blur(10px);
    position: absolute;
    content: "";
    left: -10px;
    background: rgb(171,177,209);
    animation: pulse 3s infinite alternate;
    width: 20px;
    opacity: 0.3;
}.about_this_75 .info_wrapper_82 > div:nth-child(2) {
    margin-bottom: 1.5rem;
    position: relative;
}.about_this_75 .info_wrapper_82 > div:nth-child(2) p {
    display: inline-block;
    font-size: calc(21px * 1.2);
    line-height: 1.4;
    letter-spacing: 1px;
    position: relative;
    color: #ffffff;
    margin: 0.5rem 0 1.5rem;
}.about_this_75 .info_wrapper_82 > div:nth-child(2) p::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -0.5rem;
    background: linear-gradient(90deg, rgb(171,177,209) 0%, transparent 100%);
    width: 100%;
    height: 2px;
}.about_this_75 .info_wrapper_82 ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
}.about_this_75 .info_wrapper_82 ol li {
    color: #ffffff;
    text-align: justify;
    line-height: 1.8;
    font-size: 15px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    opacity: 0.85;
    column-count: 1;
    position: relative;
}.about_this_75 .info_wrapper_82 ol li::first-letter {
    float: left;
    margin-right: 0.25rem;
    font-size: 1.5em;
    color: rgb(171,177,209);
    font-weight: 700;
}

@keyframes pulse {
    0% {
        transform: scale(0.8);
        opacity: 0.3;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}

@keyframes glow {
    0% {
        opacity: 0.05;
        transform: rotate(-15deg) skew(20deg);
    }
    50% {
        opacity: 0.15;
        transform: rotate(-12deg) skew(15deg) translateX(-5%);
    }
    100% {
        opacity: 0.1;
        transform: rotate(-18deg) skew(25deg) translateX(5%);
    }
}

@media (min-width: 768px) {.about_this_75 {
    padding: 150px 0;
}.about_this_75 .info_wrapper_82 {
    width: 90%;
    margin-left: 5%;
    padding: 4rem;
}.about_this_75 .info_wrapper_82 ol li {
    column-count: 2;
    column-gap: 3rem;
}
}

@media (min-width: 992px) {.about_this_75 .info_wrapper_82 {
    margin-left: 10%;
    width: 80%;
}.about_this_75 .container {
    padding: 0 40px;
}
}

@media (max-width: 767px) {.about_this_75 {
    padding: 80px 0;
}.about_this_75 .info_wrapper_82 {
    transform: perspective(1000px) rotateY(0deg);
    padding: 2rem;
}.about_this_75 .info_wrapper_82 h5 {
    font-size: calc(21px * 0.9);
    padding: 0.4rem 1.2rem;
}.about_this_75 .info_wrapper_82 > div:nth-child(2) p {
    font-size: calc(21px * 1.1);
}.about_this_75 .info_wrapper_82 ol li {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.about_this_75 {
    padding: 60px 0;
}.about_this_75 .info_wrapper_82 {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
    padding: 1.5rem;
}.about_this_75 .info_wrapper_82 h5 {
    font-size: calc(21px * 0.8);
    padding: 0.3rem 1rem;
}}.welcome_07 {
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(218,221,233) 0%, rgb(171,177,209,0.5) 100%);
    position: relative;
    overflow: hidden;
}.welcome_07::before {
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: 
    radial-gradient(circle at 20% 30%, rgb(171,177,209,0.5) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgb(132,136,186,0.5) 0%, transparent 30%);
    opacity: 0.6;
    z-index: 1;
    top: 0;
    content: "";
}.welcome_07::after {
    z-index: 2;
    content: "";
    left: 0;
    background: linear-gradient(90deg, 
    rgb(171,177,209) 0%, 
    rgb(132,136,186) 50%, 
    rgb(171,177,209) 100%);
    height: 10px;
    width: 100%;
    position: absolute;
    bottom: -5px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    animation: shimmer 4s infinite linear;
}.welcome_07 .skill_plus_13 {
    width: 90%;
    display: flex;
    padding: 6rem 0;
    max-width: 1280px;
    justify-content: center;
    z-index: 3;
    margin: 0 auto;
    position: relative;
    min-height: 100vh;
    align-items: center;
}.welcome_07 .skill_plus_13 > div {
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: perspective(1000px) rotateX(2deg);
}.welcome_07 .skill_plus_13 > div:hover {
    transform: perspective(1000px) rotateX(0deg);
}.welcome_07 .skill_plus_13 > div > div:first-child {
    transform: translateY(20px);
    animation: fadeUp 0.8s forwards 0.2s ease-out;
    position: relative;
    margin-bottom: 2.5rem;
    opacity: 0;
}.welcome_07 h3 {
    letter-spacing: 0.01em;
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
    text-align: center;
    border-left: 4px solid rgb(171,177,209);
    color: #000000;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 auto;
    position: relative;
    backdrop-filter: blur(5px);
    font-size: calc(21px * 1.05);
    font-family: Arial, sans-serif;
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
    padding: 1.5rem 2rem;
    max-width: 90%;
}.welcome_07 h3::before {
    opacity: 0.05;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    transform: skewX(-3deg);
    position: absolute;
    background: rgb(171,177,209,0.5);
    z-index: -1;
}.welcome_07 .skill_classes_01 {
    opacity: 0;
    overflow: hidden;
    border-radius: 28px;
    isolation: isolate;
    animation: fadeUp 0.8s forwards 0.4s ease-out;
    position: relative;
    box-shadow: 0 15px 45px rgba(0,0,0,0.15);
    transform: translateY(20px);
}.welcome_07 .skill_classes_01::before {
    position: absolute;
    mix-blend-mode: color-burn;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(
    135deg, 
    rgb(171,177,209,0.5) 0%,
    transparent 50%,
    rgb(132,136,186,0.5) 100%
  );
    z-index: 1;
    height: 100%;
}.welcome_07 .skill_classes_01::after {
    background-image: 
    repeating-linear-gradient(
      -45deg,
      transparent,
      transparent 10px,
      rgba(255,255,255,0.03) 10px,
      rgba(255,255,255,0.03) 20px
    );
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
}.welcome_07 .skill_classes_01 > div {
    position: relative;
    align-items: center;
    padding: 5rem 2rem;
    min-height: 50vh;
    z-index: 3;
    flex-direction: column;
    display: flex;
    background: linear-gradient(to bottom, 
    rgba(0,0,0,0.4) 0%, 
    rgba(0,0,0,0.7) 100%);
    justify-content: center;
}.welcome_07 .skill_classes_01 p {
    transform: translateY(15px);
    letter-spacing: 0.02em;
    font-size: calc(12px * 1.1);
    position: relative;
    color: #ffffff;
    padding: 0.8rem 0;
    animation: fadeUp 0.6s forwards 0.7s ease-out;
    text-align: center;
    margin-bottom: 1.5rem;
    max-width: 80%;
    line-height: 1.6;
    opacity: 0;
}.welcome_07 .skill_classes_01 p::after {
    width: 80px;
    height: 2px;
    bottom: 0;
    position: absolute;
    left: 50%;
    content: "";
    transform: translateX(-50%);
    background: rgb(132,136,186);
}.welcome_07 .title_style_header {
    animation: fadeUp 0.6s forwards 0.9s ease-out;
    position: relative;
    text-align: center;
    font-size: 41px;
    color: #ffffff;
    margin: 1.5rem 0 0;
    font-weight: 700;
    transform: translateY(15px);
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    letter-spacing: 0.03em;
    line-height: 1.2;
    opacity: 0;
}.welcome_07 .title_style_header::before,
.welcome_07 .title_style_header::after {
    height: 3px;
    width: 80px;
    position: absolute;
    border-radius: 2px;
    background: rgb(132,136,186);
    content: "";
}.welcome_07 .title_style_header::before {
    transform: translateY(-50%) scaleX(0);
    animation: scaleIn 0.5s forwards 1.2s ease-out;
    transform-origin: right;
    left: -100px;
    top: 50%;
}.welcome_07 .title_style_header::after {
    top: 50%;
    transform-origin: left;
    transform: translateY(-50%) scaleX(0);
    right: -100px;
    animation: scaleIn 0.5s forwards 1.2s ease-out;
}

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

@keyframes scaleIn {
  0% {
    transform: translateY(-50%) scaleX(0);
  }
  100% {
    transform: translateY(-50%) scaleX(1);
  }
}

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

@media (max-width: 992px) {.welcome_07 .skill_plus_13 {
    padding: 4rem 0;
}.welcome_07 h3 {
    padding: 1.2rem 1.5rem;
    font-size: calc(19px * 1.1);
}.welcome_07 .title_style_header {
    font-size: calc(33px * 1.05);
}.welcome_07 .title_style_header::before {
    left: -60px;
    width: 60px;
}.welcome_07 .title_style_header::after {
    width: 60px;
    right: -60px;
}
}

@media (max-width: 768px) {.welcome_07 .skill_plus_13 {
    width: 95%;
    padding: 3.5rem 0;
}.welcome_07 h3 {
    padding: 1rem;
    font-size: 19px;
    max-width: 100%;
}.welcome_07 .skill_classes_01 > div {
    min-height: 40vh;
    padding: 4rem 1rem;
}.welcome_07 .skill_classes_01 p {
    font-size: 12px;
    max-width: 100%;
}.welcome_07 .title_style_header {
    font-size: 33px;
}.welcome_07 .title_style_header::before,
  .welcome_07 .title_style_header::after {
    display: none;
}
}

@media (max-width: 576px) {.welcome_07 {
    min-height: 80vh;
}.welcome_07 .skill_plus_13 {
    min-height: 80vh;
    padding: 2rem 0;
}.welcome_07 .skill_plus_13 > div > div:first-child {
    margin-bottom: 1.5rem;
}.welcome_07 h3 {
    font-size: calc(12px * 1.1);
    padding: 0.8rem;
    border-left-width: 3px;
}.welcome_07 .skill_classes_01 > div {
    padding: 3rem 1rem;
    min-height: 30vh;
}.welcome_07 .skill_classes_01 p {
    font-size: calc(12px * 0.95);
    margin-bottom: 1rem;
}.welcome_07 .skill_classes_01 p::after {
    height: 1px;
    width: 50px;
}.welcome_07 .title_style_header {
    font-size: calc(33px * 0.85);
    margin-top: 0.8rem;
}}.sign_up_10 {
    overflow: hidden;
    isolation: isolate;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(218,221,233) 0%, rgb(132,136,186,0.5) 100%);
    position: relative;
}.sign_up_10::before {
    content: "";
    inset: 0;
    z-index: -1;
    position: absolute;
    background-image: 
        repeating-linear-gradient(
            -45deg, 
            transparent, 
            transparent 15px, 
            rgba(255, 255, 255, 0.03) 15px, 
            rgba(255, 255, 255, 0.03) 30px
        );
}.sign_up_10::after {
    position: absolute;
    top: -10%;
    transform: rotate(-12deg) skewX(-15deg);
    background: rgb(132,136,186);
    content: "";
    z-index: -1;
    opacity: 0.07;
    width: 30%;
    height: 120%;
    right: -5%;
}.sign_up_10 .container {
    margin: 0 auto;
    max-width: 1200px;
}.sign_up_10 .study_programs_69 {
    gap: 2rem;
    transform: translateX(-5px);
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    display: grid;
    grid-template-columns: 1fr;
}.sign_up_10 h4 {
    opacity: 0;
    padding-left: 1.5rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
    color: #000000;
    position: relative;
    font-size: 22px;
    transform: translateY(5px);
    animation: fadeUp 0.6s ease-out 0.2s forwards;
}.sign_up_10 h4::before {
    background: rgb(132,136,186);
    transform: scaleY(0);
    transform-origin: top;
    height: calc(100% - 1rem);
    left: 0;
    width: 4px;
    animation: scaleVertical 0.5s ease-out 0.6s forwards;
    top: 0.5rem;
    content: "";
    position: absolute;
}.sign_up_10 .input_holder {
    gap: 1rem;
    opacity: 0;
    display: flex;
    transform: translateY(10px);
    animation: fadeUp 0.6s ease-out 0.4s forwards;
    flex-direction: column;
    position: relative;
}.sign_up_10 .input_holder span {
    display: block;
    position: relative;
}.sign_up_10 input[type="email"] {
    background-color: #ffffff;
    width: 100%;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    color: #000000;
    padding: 1rem 1.5rem;
    border: 2px solid rgba(0, 0, 0, 0.08);
    font-family: Arial, sans-serif;
    font-size: 13px;
}.sign_up_10 input[type="email"]:focus {
    transform: translateY(-2px);
    outline: none;
    box-shadow: 0 5px 20px rgba(var(--secondary-color-rgb), 0.15);
    border-color: rgb(132,136,186);
}.sign_up_10 input[type="email"]::placeholder {
    color: rgba(var(--dark-color-rgb), 0.5);
    transition: all 0.3s ease;
}.sign_up_10 input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.5;
}.sign_up_10 .updates_popup_73 {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    display: inline-block;
    box-shadow: 0 5px 15px rgba(var(--secondary-color-rgb), 0.2);
    color: #ffffff;
    cursor: pointer;
    border: none;
    width: 100%;
    background: rgb(132,136,186);
    position: relative;
    font-size: 18px;
    font-weight: 600;
    padding: 1rem 2rem;
}.sign_up_10 .updates_popup_73:hover {
    transform: translateY(-3px);
    background: rgb(171,177,209);
    box-shadow: 0 8px 25px rgba(var(--primary-color-rgb), 0.25);
}.sign_up_10 .updates_popup_73::before {
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    left: 50%;
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    content: "";
    top: 50%;
    border-radius: 50%;
    height: 150%;
    width: 150%;
}.sign_up_10 .updates_popup_73:hover::before {
    transform: translate(-50%, -50%) scale(1);
}.sign_up_10 .updates_popup_73:active {
    box-shadow: 0 3px 10px rgba(var(--primary-color-rgb), 0.2);
    transform: translateY(-1px);
}

@keyframes slideIn {
    from {
        transform: translateX(-25px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

@keyframes scaleVertical {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(1);
    }
}


@media (min-width: 768px) {.sign_up_10 {
    padding: 5rem 3rem;
}.sign_up_10 .study_programs_69 {
    align-items: center;
    gap: 3rem;
    grid-template-columns: 1.2fr 0.8fr;
}.sign_up_10 h4 {
    padding-left: 2rem;
    font-size: calc(22px * 1.1);
}.sign_up_10 h4::before {
    width: 6px;
}.sign_up_10 .input_holder {
    flex-direction: row;
    gap: 0;
}.sign_up_10 input[type="email"] {
    border-right: none;
}.sign_up_10 .updates_popup_73 {
    width: auto;
    white-space: nowrap;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
}

@media (min-width: 992px) {.sign_up_10 {
    padding: 6rem 4rem;
}.sign_up_10::after {
    width: 40%;
}.sign_up_10 .study_programs_69 {
    grid-template-columns: 1.5fr 1fr;
    gap: 4rem;
}.sign_up_10 h4 {
    transform: skewX(-3deg);
    font-size: calc(22px * 1.2);
}.sign_up_10 h4::before {
    left: 0.3rem;
    transform: skewX(3deg);
}.sign_up_10 .input_holder {
    transform: perspective(1000px) rotateY(2deg);
}.sign_up_10 input[type="email"] {
    padding: 1.2rem 1.8rem;
}.sign_up_10 .updates_popup_73 {
    padding: 1.2rem 2.5rem;
}
}

@media (min-width: 1200px) {.sign_up_10::before {
    background-image: 
            repeating-linear-gradient(
                -45deg, 
                transparent, 
                transparent 20px, 
                rgba(255, 255, 255, 0.04) 20px, 
                rgba(255, 255, 255, 0.04) 40px
            );
}.sign_up_10 .study_programs_69 {
    grid-template-columns: 1.8fr 1.2fr;
}.sign_up_10 h4 {
    font-size: calc(22px * 1.3);
}.sign_up_10 input[type="email"] {
    transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
}.sign_up_10 input[type="email"]:focus {
    transform: translateY(-3px);
}
}

@media (max-width: 767px) {.sign_up_10 {
    padding: 3rem 1.5rem;
}.sign_up_10 h4 {
    font-size: calc(22px * 0.9);
    padding-left: 1.2rem;
}.sign_up_10 .updates_popup_73 {
    margin-top: 0.5rem;
}}.pricing_set_23 {
    position: relative;
    overflow: hidden;
    background: rgb(218,221,233);
    padding: 5rem 0;
}.pricing_set_23::before {
    z-index: 0;
    background: linear-gradient(135deg, rgb(132,136,186,0.5), rgb(171,177,209,0.5));
    width: 300px;
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    content: "";
    height: 300px;
    right: -50px;
    top: -50px;
}.pricing_set_23::after {
    background: linear-gradient(225deg, rgb(171,177,209,0.5), rgb(132,136,186,0.5));
    z-index: 0;
    content: "";
    filter: blur(50px);
    border-radius: 50%;
    left: -50px;
    width: 250px;
    position: absolute;
    bottom: -50px;
    height: 250px;
}.pricing_set_23 .container {
    z-index: 1;
    position: relative;
}.pricing_set_23 .price_deals_09 {
    flex-direction: column-reverse;
    gap: 3rem;
    display: flex;
}.pricing_set_23 .training_sub_54 {
    text-align: center;
    max-width: 800px;
    padding: 0 1rem;
    margin: 0 auto;
    position: relative;
}.pricing_set_23 .training_sub_54 h2 {
    color: #000000;
    font-weight: 700;
    display: inline-block;
    font-size: calc(34px * 1.1);
    position: relative;
    margin-bottom: 1.5rem;
}.pricing_set_23 .training_sub_54 h2::after {
    left: 50%;
    width: 80px;
    bottom: -10px;
    position: absolute;
    transform: translateX(-50%);
    height: 3px;
    background: linear-gradient(90deg, rgb(171,177,209), rgb(132,136,186));
    content: "";
}.pricing_set_23 .learn_fees_40 {
    font-size: 13px;
    margin-bottom: 1rem;
    line-height: 1.6;
    color: #000000;
}.pricing_set_23 .pay_options_24 {
    perspective: 1000px;
    gap: 2rem;
    grid-template-columns: 1fr;
    display: grid;
}.pricing_set_23 .learning_plan_42 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-style: preserve-3d;
    text-decoration: none;
    position: relative;
    display: block;
}.pricing_set_23 .learning_plan_42:hover {
    transform: translateY(-10px);
}.pricing_set_23 .study_pricing_12 {
    background: #ffffff;
    min-height: 430px;
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    z-index: 1;
    justify-content: space-between;
    flex-direction: column;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}.pricing_set_23 .learning_plan_42:hover .study_pricing_12 {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}.pricing_set_23 .sub_options_20 {
    z-index: 2;
    padding: 2rem;
    position: relative;
    flex: 1;
}.pricing_set_23 .learning_plan_42 h3 {
    color: #000000;
    font-weight: 700;
    position: relative;
    margin-bottom: 1rem;
    font-size: calc(21px * 1.1);
    display: inline-block;
}.pricing_set_23 .learning_plan_42 h3::before {
    position: absolute;
    width: 40px;
    left: 0;
    bottom: -5px;
    background: rgb(171,177,209);
    height: 2px;
    content: "";
    transition: width 0.3s ease;
}.pricing_set_23 .learning_plan_42:hover h3::before {
    width: 100%;
}.pricing_set_23 .pricing_rates_08 {
    color: rgb(132,136,186);
    position: relative;
    font-weight: 700;
    display: block;
    margin: 1.5rem 0;
    font-size: calc(21px * 1.4);
}.pricing_set_23 .pricing_rates_08::after {
    height: 20px;
    width: 3px;
    left: -10px;
    transform: translateY(-50%);
    border-radius: 3px;
    background: rgb(171,177,209);
    position: absolute;
    top: 50%;
    content: "";
}.pricing_set_23 .learning_plan_42 p {
    hyphens: auto;
    font-size: 13px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 1rem;
}.pricing_set_23 .img_caption_box_53 {
    height: 180px;
    position: relative;
}.pricing_set_23 .img_caption_box_53::before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    position: absolute;
    z-index: 1;
    content: "";
    inset: 0;
}.pricing_set_23 .learning_plan_42:nth-child(1) .study_pricing_12 {
    border-top: 4px solid rgb(171,177,209);
}.pricing_set_23 .learning_plan_42:nth-child(2) .study_pricing_12 {
    border-top: 4px solid rgb(132,136,186);
}.pricing_set_23 .learning_plan_42:nth-child(3) .study_pricing_12 {
    border-top: 4px solid #6c5ce7;
}.pricing_set_23 .learning_plan_42:nth-child(4) .study_pricing_12 {
    border-top: 4px solid #00b894;
}

@media (min-width: 768px) {.pricing_set_23 .pay_options_24 {
    grid-template-columns: repeat(2, 1fr);
}.pricing_set_23 .study_pricing_12 {
    min-height: 480px;
}.pricing_set_23 .training_sub_54 {
    padding: 0 2rem;
}.pricing_set_23 .training_sub_54 h2 {
    font-size: calc(34px * 1.2);
}
}

@media (min-width: 992px) {.pricing_set_23 .price_deals_09 {
    gap: 4rem;
    align-items: center;
    flex-direction: row;
}.pricing_set_23 .pay_options_24 {
    grid-template-columns: repeat(2, 1fr);
    flex: 2;
}.pricing_set_23 .training_sub_54 {
    flex: 1;
    padding-right: 3rem;
    text-align: left;
}.pricing_set_23 .training_sub_54 h2::after {
    transform: none;
    left: 0;
}.pricing_set_23 .study_pricing_12 {
    min-height: 500px;
}
}

@media (min-width: 1200px) {.pricing_set_23 .pay_options_24 {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.pricing_set_23 .learning_plan_42 {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(0);
}.pricing_set_23 .learning_plan_42:hover {
    transform: perspective(1000px) translateY(-15px) rotateY(2deg);
}.pricing_set_23 .study_pricing_12 {
    min-height: 520px;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}.pricing_set_23 .img_caption_box_53 {
    height: 200px;
}.pricing_set_23 .pricing_rates_08 {
    font-size: calc(21px * 1.6);
}.pricing_set_23 .training_sub_54 h2 {
    font-size: calc(34px * 1.3);
}}header {
    padding: 0;
    background: linear-gradient(135deg, rgb(171,177,209,0.5), rgb(132,136,186,0.5));
    position: relative;
    z-index: 100;
    width: 100%;
}header::before {
    height: 100%;
    z-index: 0;
    left: 0;
    content: '';
    position: absolute;
    width: 100%;
    background: 
        linear-gradient(to right, transparent 25%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.05) 26%, transparent 26%),
        linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 51%, transparent 51%),
        linear-gradient(to right, transparent 75%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05) 76%, transparent 76%);
    top: 0;
}header .container {
    max-width: 100%;
    z-index: 1;
    width: 100%;
    position: relative;
    padding: 0 2%;
    margin: 0;
}header .top_header_19 {
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    display: flex;
    margin: 1rem 0;
    position: relative;
    align-items: center;
    padding: 1.5rem 0;
    border-radius: 18px;
    flex-direction: column;
}header .top_header_19::before {
    height: 5px;
    position: absolute;
    left: 0;
    content: '';
    background: linear-gradient(to right, rgb(171,177,209), rgb(132,136,186));
    width: 100%;
    top: 0;
}header .main_nav_70 {
    justify-content: center;
    padding: 0 0 1rem 0;
    text-decoration: none;
    position: relative;
    display: flex;
}header .main_nav_70::after {
    height: 1px;
    left: 20%;
    width: 60%;
    content: '';
    bottom: 0;
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(171,177,209,0.5), rgb(132,136,186,0.5), rgb(171,177,209,0.5), transparent);
}header .main_nav_70 svg {
    width: 180px;
    height: auto;
    transition: all 0.3s ease;
}header .main_nav_70:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.1));
}header .nav_core_91 {
    width: 100%;
    padding: 1rem 2rem 0;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
    max-width: 90%;
    gap: 0.7rem;
}header .nav_lesson_92 {
    z-index: 1;
    position: relative;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    padding: 0.7rem 1.3rem;
    font-weight: 600;
    overflow: hidden;
    border-radius: 10px;
    background: linear-gradient(to bottom, #ffffff, rgb(218,221,233));
    font-size: 16px;
    text-decoration: none;
    font-family: Arial, sans-serif;
}header .nav_lesson_92::before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    transition: height 0.3s ease;
    background: linear-gradient(to top, rgb(171,177,209,0.5), transparent);
    height: 0;
    left: 0;
    bottom: 0;
}header .nav_lesson_92:hover {
    color: rgb(171,177,209);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}header .nav_lesson_92:hover::before {
    height: 100%;
}

@media (max-width: 991px) {header .top_header_19 {
    padding: 1.2rem 0;
    margin: 0.8rem 0;
}header .main_nav_70 {
    padding: 0 0 0.8rem 0;
}header .main_nav_70 svg {
    width: 160px;
}header .nav_core_91 {
    gap: 0.6rem;
    padding: 0.8rem 1.5rem 0;
}header .nav_lesson_92 {
    padding: 0.6rem 1.1rem;
}
}

@media (max-width: 767px) {header .top_header_19 {
    margin: 0.6rem 0;
    padding: 1rem 0;
}header .main_nav_70 {
    padding: 0 0 0.7rem 0;
}header .main_nav_70 svg {
    width: 140px;
}header .nav_core_91 {
    max-width: 95%;
    gap: 0.5rem;
    padding: 0.7rem 1rem 0;
}header .nav_lesson_92 {
    font-size: calc(16px - 1px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 480px) {header .top_header_19 {
    margin: 0.5rem 0;
    padding: 0.8rem 0;
}header .main_nav_70 {
    padding: 0 0 0.6rem 0;
}header .main_nav_70 svg {
    width: 120px;
}header .nav_core_91 {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    padding: 0.6rem 0.5rem 0;
}header .nav_core_91::-webkit-scrollbar {
    height: 3px;
}header .nav_core_91::-webkit-scrollbar-thumb {
    background: rgb(171,177,209);
    border-radius: 10px;
}header .nav_lesson_92 {
    margin-right: 3px;
    flex-shrink: 0;
    white-space: nowrap;
}}#cookiePromptPanel_45 {
    display: none;
}#cookiePromptPanel_45:checked ~ .cookieDisclosurePanel_48 {
    visibility: hidden;
    opacity: 0;
}.cookieDisclosurePanel_48 {
    position: fixed;
    bottom: 0;
    background: rgb(132,136,186);
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    z-index: 90;
    padding: 20px 0;
    border-top: 3px solid rgb(171,177,209);
    width: 100%;
}.data_settings_65 {
    background: rgba(0, 0, 0, 0.5);
    border: 2px dashed rgb(171,177,209);
    display: flex;
    padding: 20px 5%;
    justify-content: space-between;
    border-radius: 16px;
    align-items: center;
    gap: 20px;
}.cookieDisclosurePanel_48 h5 {
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgb(171,177,209);
}.cookieDisclosurePanel_48 p {
    position: relative;
    color: #ffffff;
    line-height: 1.5;
    font-size: 17px;
    margin: 0;
}.visitor_acceptance_18 {
    margin-right: 20px;
    flex-shrink: 0;
    justify-content: center;
    border-radius: 16px;
    display: flex;
    align-items: center;
    padding: 10px;
    background: rgb(171,177,209,0.5);
}.visitor_acceptance_18 svg {
    width: 60px;
    fill: rgb(171,177,209);
    height: 60px;
}.cookie_alerts_97 {
    background: rgb(171,177,209);
    text-align: center;
    margin-left: 10px;
    border: 2px solid rgb(171,177,209);
    cursor: pointer;
    white-space: nowrap;
    font-size: 18px;
    flex-shrink: 0;
    padding: 10px 20px;
    border-radius: 10px;
    line-height: 40px;
    text-decoration: none;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    color: #000000;
    min-width: 140px;
}.cookie_alerts_97:hover {
    box-shadow: 0 0 10px rgb(132,136,186);
    background-color: rgb(132,136,186);
}.cookie_button.cookie_tab_20 {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(132,136,186);
}.cookie_button.cookie_tab_20:hover {
    box-shadow: 0 0 10px rgb(132,136,186);
}.cookieDisclosurePanel_48 p a {
    border-bottom: 1px dashed rgb(171,177,209);
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(171,177,209);
}.cookieDisclosurePanel_48 p a:hover {
    color: rgb(132,136,186);
}
@media only screen and (max-width: 1200px) {.cookieDisclosurePanel_48 {
    padding: 15px 0;
}.data_settings_65 {
    padding: 15px 5%;
}.visitor_acceptance_18 {
    display: none;
}.data_settings_65 {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.cookieDisclosurePanel_48 h5 {
    font-size: 22px;
    margin-bottom: 10px;
}.cookie_control_58 {
    margin-bottom: 15px;
}.cookie_alerts_97 {
    min-width: 100%;
    margin: 10px 0;
}}
.help_center_40 {
    padding: 5rem 0;
    background-color: rgb(171,177,209);
    position: relative;
    overflow: hidden;
}.help_center_40::before {
    border-radius: 50%;
    top: -50%;
    right: -50%;
    opacity: 0.1;
    position: absolute;
    width: 100%;
    background: radial-gradient(ellipse at center, rgb(132,136,186) 0%, transparent 70%);
    height: 100%;
    z-index: 1;
    content: "";
}.help_center_40::after {
    z-index: 1;
    opacity: 0.1;
    width: 80%;
    border-radius: 50%;
    content: "";
    position: absolute;
    background: radial-gradient(ellipse at center, rgb(132,136,186) 0%, transparent 70%);
    bottom: -30%;
    height: 80%;
    left: -20%;
}.help_center_40 .container {
    z-index: 10;
    position: relative;
}.help_center_40 .get_assistance_19 {
    position: relative;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    padding: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 27px;
}.help_center_40 .get_assistance_19 h2 {
    text-transform: uppercase;
    font-size: 38px;
    color: #ffffff;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 1.5rem;
}.help_center_40 .get_assistance_19 p {
    margin-bottom: 2rem;
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
}.help_center_40 .get_assistance_19 p:last-of-type {
    display: flex;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    align-items: center;
    margin-bottom: 2.5rem;
}.help_center_40 .get_assistance_19 p:last-of-type svg {
    width: 20px;
    margin-right: 15px;
    fill: rgb(132,136,186);
    height: 20px;
}.help_center_40 .get_assistance_19 p:last-of-type svg path {
    fill: rgb(132,136,186);
}.help_center_40 .instant_contact_32 {
    justify-content: center;
    display: flex;
    gap: 1rem;
}.help_center_40 .edu_ask_15 {
    overflow: hidden;
    font-size: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
    color: transparent;
    height: 60px;
    border-radius: 50%;
    display: flex;
    width: 60px;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.1);
}.help_center_40 .edu_ask_15::before {
    background: rgb(132,136,186);
    right: 0;
    transform: scale(0);
    position: absolute;
    left: 0;
    border-radius: 50%;
    bottom: 0;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    content: "";
    top: 0;
    z-index: -1;
}.help_center_40 .edu_ask_15::after {
    transition: opacity 0.3s ease;
    white-space: nowrap;
    content: attr(title);
    left: 50%;
    font-size: 15px;
    font-weight: 400;
    transform: translateX(-50%);
    opacity: 0;
    position: absolute;
    top: 70px;
    color: #ffffff;
}.help_center_40 .edu_ask_15:hover::after {
    opacity: 1;
}.help_center_40 .edu_ask_15:hover {
    border-color: transparent;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}.help_center_40 .edu_ask_15:hover::before {
    transform: scale(1);
}.help_center_40 .edu_ask_15 svg {
    height: 22px;
    fill: #ffffff;
    z-index: 2;
    width: 22px;
    transition: transform 0.3s ease;
    position: relative;
}.help_center_40 .edu_ask_15:hover svg {
    transform: scale(1.2);
}.help_center_40 .edu_ask_15 svg path {
    fill: #ffffff;
}

@media (max-width: 991px) {.help_center_40 {
    padding: 4rem 0;
}.help_center_40 .get_assistance_19 {
    padding: 2.5rem;
}.help_center_40 .get_assistance_19 h2 {
    font-size: calc(38px * 0.9);
}
}

@media (max-width: 767px) {.help_center_40 {
    padding: 3rem 0;
}.help_center_40 .get_assistance_19 {
    padding: 2rem 1.5rem;
}.help_center_40 .instant_contact_32 {
    justify-content: center;
    flex-wrap: wrap;
}.help_center_40 .edu_ask_15 {
    margin-bottom: 2rem;
}}.appField_29 {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(218,221,233) 0%, rgb(132,136,186,0.5) 100%);
}.appField_29::before {
    background: radial-gradient(circle at 70% 30%, rgb(171,177,209,0.5) 0%, transparent 60%);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.7;
    animation: pulse 8s infinite alternate ease-in-out;
    content: "";
    height: 100%;
}.appField_29::after {
    height: 40%;
    filter: blur(50px);
    width: 40%;
    background: linear-gradient(225deg, rgb(132,136,186) 0%, transparent 80%);
    position: absolute;
    content: "";
    opacity: 0.3;
    transform: rotate(15deg);
    bottom: -10%;
    z-index: 0;
    right: -5%;
}.appField_29 .container {
    padding: 0 20px;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.appField_29 .study_programs_69 {
    gap: 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 0 0 1px rgba(0, 0, 0, 0.02), 
                0 4px 6px rgba(0, 0, 0, 0.04);
    display: flex;
    position: relative;
    background-color: rgba(255, 255, 255, 0.95);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(10px);
    padding: 50px;
    transform: perspective(1000px) rotateX(2deg);
    flex-direction: column;
}.appField_29 .study_programs_69:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 0 0 1px rgba(0, 0, 0, 0.04), 
                0 8px 12px rgba(0, 0, 0, 0.06);
}.appField_29 .study_programs_69::before {
    height: 4px;
    background: linear-gradient(90deg, 
        rgb(171,177,209) 0%, 
        rgb(132,136,186) 50%, 
        rgb(171,177,209) 100%);
    background-size: 200% 100%;
    left: 0;
    content: "";
    top: -2px;
    position: absolute;
    animation: gradientMove 6s linear infinite;
    width: 100%;
}.appField_29 .study_programs_69 > div:first-child {
    padding-bottom: 20px;
    position: relative;
}.appField_29 .study_programs_69 > div:first-child::after {
    height: 3px;
    bottom: 0;
    transform-origin: left;
    background-color: rgb(171,177,209);
    left: 0;
    position: absolute;
    animation: lineExtend 1.5s ease-out forwards;
    content: "";
    width: 80px;
}.appField_29 h5 {
    animation: fadeSlideUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(10px);
    font-size: 18px;
    margin: 0;
    opacity: 0;
    color: #000000;
    font-weight: 700;
    line-height: 1.4;
    position: relative;
}.appField_29 .study_programs_69 > div:last-child {
    transform: translateY(20px);
    animation: fadeSlideUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    opacity: 0;
}.appField_29 a {
    position: relative;
    display: block;
    text-decoration: none;
    transition: transform 0.3s ease;
}.appField_29 a:hover {
    transform: translateX(5px);
}.appField_29 a::before {
    transition: height 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    width: 4px;
    height: 0;
    left: -20px;
    position: absolute;
    background-color: rgb(132,136,186);
    top: 0;
}.appField_29 a:hover::before {
    height: 100%;
}.appField_29 p {
    font-weight: 400;
    margin: 0;
    position: relative;
    font-size: 13px;
    color: #000000;
    line-height: 1.8;
}

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

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

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

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

@media (min-width: 768px) {.appField_29 .study_programs_69 {
    gap: 40px;
    padding: 60px 70px;
}.appField_29 h5 {
    font-size: calc(18px * 1.2);
}.appField_29 p {
    font-size: calc(13px * 1.05);
}
}

@media (max-width: 767px) {.appField_29 {
    padding: 60px 0;
}.appField_29 .study_programs_69 {
    gap: 25px;
    padding: 35px 25px;
}.appField_29 .study_programs_69 > div:first-child::after {
    width: 60px;
}.appField_29 h5 {
    font-size: calc(18px * 0.9);
}.appField_29 a::before {
    left: -10px;
}
}

@media (max-width: 480px) {.appField_29 {
    padding: 50px 0;
}.appField_29 .study_programs_69 {
    padding: 30px 20px;
    transform: perspective(1000px) rotateX(1deg);
}.appField_29 h5 {
    font-size: calc(18px * 0.85);
}.appField_29 p {
    font-size: calc(13px * 0.95);
}.appField_29 .study_programs_69 > div:first-child {
    padding-bottom: 15px;
}}.contact_information_92 {
    background: linear-gradient(160deg, rgb(218,221,233) 0%, rgb(171,177,209,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 90px 0;
}.contact_information_92::before {
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(171,177,209,0.5),
        rgb(171,177,209,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
    opacity: 0.03;
    top: 0;
}.contact_information_92 .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
}.contact_information_92 h2 {
    font-family: Arial, sans-serif;
    text-align: center;
    color: #000000;
    font-size: 48px;
    position: relative;
    margin-bottom: 50px;
    font-weight: 700;
}.contact_information_92 .inquiry_request_28 {
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    max-width: 800px;
    border-radius: 28px;
    margin: 0 auto;
    background: #ffffff;
    display: flex;
}.contact_information_92 .img_caption_box_53 {
    position: relative;
    width: 100%;
    height: 200px;
}.contact_information_92 .inquiry_panel_47 {
    width: 100%;
    position: relative;
    padding: 50px;
}.contact_information_92 form {
    width: 100%;
}.contact_information_92 form h3 {
    font-family: Arial, sans-serif;
    position: relative;
    margin-bottom: 30px;
    font-size: 19px;
    font-weight: 700;
    display: inline-block;
    color: #000000;
}.contact_information_92 form h3::after {
    border-radius: 1.5px;
    left: 0;
    bottom: -10px;
    background: rgb(171,177,209);
    content: "";
    width: 100%;
    position: absolute;
    height: 3px;
}.contact_information_92 form input[type="text"] {
    background: rgb(218,221,233);
    border-radius: 10px;
    width: 100%;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    font-size: 17px;
    border: 2px solid transparent;
    color: #000000;
    padding: 15px 20px;
    font-family: Arial, sans-serif;
}.contact_information_92 form input[type="text"]:focus {
    outline: none;
    border-color: rgb(171,177,209);
}.contact_information_92 form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.35);
}.contact_information_92 .feedback_form_17 {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}.contact_information_92 .feedback_form_17 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_information_92 .feedback_form_17 label {
    padding-left: 35px;
    line-height: 1.6;
    cursor: pointer;
    color: #000000;
    position: relative;
    font-size: 16px;
}.contact_information_92 .feedback_form_17 label::before {
    background: rgb(218,221,233);
    content: "";
    transition: all 0.3s ease;
    height: 22px;
    position: absolute;
    left: 0;
    top: 2px;
    width: 22px;
    border-radius: 10px;
}.contact_information_92 .feedback_form_17 input[type="checkbox"]:checked + label::before {
    background: rgb(171,177,209);
}.contact_information_92 .feedback_form_17 input[type="checkbox"]:checked + label::after {
    position: absolute;
    height: 12px;
    left: 8px;
    border-right: 2px solid #ffffff;
    content: "";
    transform: rotate(45deg);
    border-bottom: 2px solid #ffffff;
    width: 6px;
    top: 5px;
}.contact_information_92 .feedback_form_17 label a {
    color: rgb(171,177,209);
    text-decoration: none;
    transition: all 0.3s ease;
}.contact_information_92 .feedback_form_17 label a:hover {
    text-decoration: underline;
}.contact_information_92 form .feedback_support_57 {
    overflow: hidden;
    padding: 16px 20px;
    color: #ffffff;
    transition: all 0.3s ease;
    background: rgb(171,177,209);
    position: relative;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    width: 100%;
    font-family: Arial, sans-serif;
}.contact_information_92 form .feedback_support_57:hover {
    background: rgb(132,136,186);
}.contact_information_92 svg {
    fill: rgb(171,177,209);
    width: 20px;
    height: 20px;
}.contact_information_92 svg path {
    transition: fill 0.3s ease;
    fill: rgb(171,177,209);
}

@media screen and (min-width: 768px) {.contact_information_92 .inquiry_request_28 {
    flex-direction: row;
    max-width: 1000px;
}.contact_information_92 .img_caption_box_53 {
    min-height: 400px;
    height: auto;
    width: 40%;
}.contact_information_92 .inquiry_panel_47 {
    width: 60%;
}
}

@media screen and (min-width: 992px) {.contact_information_92 .img_caption_box_53 {
    width: 50%;
}.contact_information_92 .inquiry_panel_47 {
    width: 50%;
    padding: 60px;
}
}

@media screen and (min-width: 1200px) {.contact_information_92 .inquiry_request_28 {
    max-width: 1100px;
}.contact_information_92 .img_caption_box_53 {
    min-height: 500px;
}
}

@media screen and (max-width: 576px) {.contact_information_92 {
    padding: 60px 0;
}.contact_information_92 h2 {
    margin-bottom: 30px;
    font-size: calc(48px * 0.7);
}.contact_information_92 .inquiry_panel_47 {
    padding: 30px 20px;
}.contact_information_92 form h3 {
    font-size: calc(19px * 0.9);
}}.privacy_chamber_57 {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(218,221,233) 0%, rgba(250, 250, 255, 0.95) 100%);
    position: relative;
    overflow: hidden;
}.privacy_chamber_57::before {
    z-index: 0;
    content: "";
    height: 100%;
    opacity: 0.15;
    width: 100%;
    position: absolute;
    left: 0;
    background: radial-gradient(circle at 10% 30%, rgb(132,136,186,0.5) 0%, transparent 60%);
    top: 0;
}.privacy_chamber_57::after {
    transform: skewY(-5deg);
    position: absolute;
    width: 50%;
    background: linear-gradient(45deg, transparent 40%, rgb(171,177,209,0.5) 100%);
    z-index: 0;
    height: 40%;
    right: -10px;
    bottom: -10px;
    content: "";
    opacity: 0.1;
}.privacy_chamber_57 .container {
    transform-style: preserve-3d;
    perspective: 1000px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    position: relative;
}.privacy_chamber_57 h1 {
    color: rgb(171,177,209);
    letter-spacing: -0.02em;
    font-size: 43px;
    padding-bottom: 0.5rem;
    margin-bottom: 2.5rem;
    transform: translateZ(10px);
    border-bottom: 3px solid rgb(132,136,186,0.5);
    display: inline-block;
    font-weight: 700;
    position: relative;
}.privacy_chamber_57 h1::after {
    position: absolute;
    background: rgb(171,177,209);
    bottom: -3px;
    height: 3px;
    content: "";
    transform-origin: left;
    animation: lineGrow 1.5s ease-out forwards;
    left: 0;
    width: 60%;
}.privacy_chamber_57 h2 {
    padding-left: 1.5rem;
    position: relative;
    color: #000000;
    font-size: 36px;
    font-weight: 600;
    margin-top: 3rem;
    margin-bottom: 1.25rem;
    transform: translateZ(5px);
}.privacy_chamber_57 h2::before {
    width: 0.75rem;
    transform: translateY(-50%) rotate(45deg);
    left: 0;
    top: 50%;
    content: "";
    position: absolute;
    background: rgb(132,136,186);
    height: 0.75rem;
}.privacy_chamber_57 h3 {
    margin-bottom: 1.25rem;
    color: #000000;
    position: relative;
    font-weight: 600;
    padding-left: 1.25rem;
    font-size: calc(36px * 0.85);
    margin-top: 2.5rem;
}.privacy_chamber_57 h3::before {
    width: 0.6rem;
    content: "";
    position: absolute;
    background: rgb(132,136,186,0.5);
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    left: 0;
    height: 0.6rem;
}.privacy_chamber_57 h4 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #000000;
    padding-left: 1rem;
    font-weight: 600;
    position: relative;
    font-size: calc(36px * 0.7);
}.privacy_chamber_57 h4::before {
    left: 0;
    height: 0.5rem;
    position: absolute;
    opacity: 0.7;
    transform: translateY(-50%) rotate(45deg);
    content: "";
    width: 0.5rem;
    background: rgb(132,136,186,0.5);
    top: 50%;
}.privacy_chamber_57 p {
    line-height: 1.7;
    padding-right: 1rem;
    max-width: 90ch;
    color: #000000;
    transform: translateZ(0);
    margin-bottom: 1.5rem;
    position: relative;
    font-size: 12px;
}.privacy_chamber_57 p strong {
    position: relative;
    display: inline-block;
    color: #000000;
    font-weight: 600;
}.privacy_chamber_57 p strong::after {
    content: "";
    position: absolute;
    background: rgb(132,136,186,0.5);
    width: 100%;
    transform: scaleX(0.9);
    height: 2px;
    bottom: -2px;
    left: 0;
    transform-origin: left;
}.privacy_chamber_57 ul {
    list-style: none;
    margin: 1.5rem 0 2.5rem 1.5rem;
    padding: 0;
    position: relative;
}.privacy_chamber_57 ul::before {
    width: 2px;
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(132,136,186,0.5), transparent);
    content: "";
    left: -1rem;
    top: 0;
}.privacy_chamber_57 li {
    line-height: 1.6;
    transform: translateZ(0);
    font-size: 12px;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
    color: #000000;
    position: relative;
}.privacy_chamber_57 li::before {
    transform: rotate(45deg);
    height: 0.5rem;
    border: 2px solid rgb(132,136,186);
    top: 0.6em;
    width: 0.5rem;
    content: "";
    left: 0;
    border-radius: 10px;
    position: absolute;
}.privacy_chamber_57 li:hover {
    transform: translateX(5px) translateZ(0);
}.privacy_chamber_57 span {
    display: block;
    line-height: 1.7;
    margin-bottom: 2rem;
    color: #000000;
    background: rgba(255,255,255,0.7);
    padding: 1.25rem;
    font-size: 12px;
    border-left: 3px solid rgb(132,136,186);
    transition: all 0.3s ease;
    transform: translateZ(0);
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
}.privacy_chamber_57 span:hover {
    background: rgba(255,255,255,0.9);
    transform: translateY(-3px) translateZ(0);
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

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

@media (min-width: 768px) {.privacy_chamber_57 {
    padding: 6rem 3rem;
}.privacy_chamber_57 .container {
    padding: 0 2rem;
}.privacy_chamber_57 h1 {
    font-size: calc(43px * 1.1);
    margin-bottom: 3rem;
}.privacy_chamber_57 h2 {
    font-size: calc(36px * 1.05);
    margin-top: 4rem;
}.privacy_chamber_57 ul {
    margin-left: 2.5rem;
}
}

@media (min-width: 992px) {.privacy_chamber_57 {
    padding: 7rem 4rem;
}.privacy_chamber_57 h1 {
    transform: translateX(2rem) translateZ(10px);
}.privacy_chamber_57 span {
    margin-left: 2rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: calc(100% - 4rem);
}.privacy_chamber_57 span:hover {
    transform: translateY(-5px) translateX(5px) translateZ(0);
}.privacy_chamber_57 p, .privacy_chamber_57 li {
    font-size: calc(12px * 1.05);
}
}

@media (max-width: 767px) {.privacy_chamber_57 {
    padding: 4rem 1.5rem;
}.privacy_chamber_57 h1 {
    font-size: calc(43px * 0.9);
    margin-bottom: 2rem;
}.privacy_chamber_57 h2 {
    margin-top: 2.5rem;
    padding-left: 1.25rem;
    font-size: calc(36px * 0.9);
}.privacy_chamber_57 h3, .privacy_chamber_57 h4 {
    padding-left: 1rem;
}.privacy_chamber_57 p, .privacy_chamber_57 li, .privacy_chamber_57 span {
    font-size: calc(12px * 0.95);
}.privacy_chamber_57 ul {
    margin-left: 0.5rem;
}.privacy_chamber_57 li {
    padding-left: 1.25rem;
}.privacy_chamber_57 span {
    padding: 1rem;
}}.leadership_experience_26 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(218,221,233) 0%, #ffffff 100%);
    position: relative;
    padding: 120px 0;
}.leadership_experience_26::before {
    z-index: 0;
    height: 400px;
    top: -100px;
    position: absolute;
    filter: blur(120px);
    background: rgb(171,177,209,0.5);
    content: "";
    right: -100px;
    width: 400px;
}.leadership_experience_26::after {
    position: absolute;
    width: 300px;
    content: "";
    background: rgb(132,136,186,0.5);
    height: 300px;
    left: -50px;
    bottom: -50px;
    filter: blur(100px);
    z-index: 0;
}.leadership_experience_26 .container {
    padding: 0 20px;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.leadership_experience_26 .user_review_91 {
    display: grid;
    transform-style: preserve-3d;
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    background: rgba(255, 255, 255, 0.9);
    gap: 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
              0 4px 8px rgba(0, 0, 0, 0.04);
    position: relative;
    transform: perspective(1000px) rotateY(2deg);
    grid-template-columns: 1fr;
    padding: 40px;
}.leadership_experience_26 .user_review_91:hover {
    transform: perspective(1000px) rotateY(0deg);
}.leadership_experience_26 .user_review_91 > div:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
}.leadership_experience_26 .user_review_91 .img_caption_box_53 {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    position: relative;
    height: 180px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    width: 180px;
}.leadership_experience_26 .user_review_91:hover .img_caption_box_53 {
    transform: translateZ(20px) scale(1.05);
}.leadership_experience_26 .user_review_91 .img_caption_box_53::before {
    z-index: 1;
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
    45deg,
    transparent 60%,
    rgb(171,177,209,0.5) 100%
  );
}.leadership_experience_26 .user_review_91 > div:nth-child(2) {
    text-align: center;
    transform: translateZ(10px);
}.leadership_experience_26 .user_review_91 .name {
    margin-bottom: 10px;
    color: rgb(171,177,209);
    position: relative;
    font-size: calc(19px * 1.1);
    display: inline-block;
    font-weight: 700;
}.leadership_experience_26 .user_review_91 .name::after {
    content: "";
    width: 80px;
    bottom: -8px;
    transform: translateX(-50%);
    position: absolute;
    height: 2px;
    left: 50%;
    background: rgb(132,136,186);
}.leadership_experience_26 .user_review_91 > div:nth-child(2) > div {
    margin-top: 15px;
    font-size: calc(18px * 0.95);
    color: #000000;
    font-weight: 600;
    font-style: italic;
}.leadership_experience_26 .user_review_91 > div:nth-child(3) {
    position: relative;
}.leadership_experience_26 .user_review_91 .exp_projects_32 {
    color: #000000;
    line-height: 1.7;
    padding: 20px 0;
    position: relative;
    transform: translateZ(5px);
    font-size: 18px;
    margin: 0;
}.leadership_experience_26 .user_review_91 .exp_projects_32::before,
.leadership_experience_26 .user_review_91 .exp_projects_32::after {
    font-family: Georgia, serif;
    color: rgb(171,177,209,0.5);
    position: absolute;
    font-size: 80px;
    content: "";
    line-height: 1;
}.leadership_experience_26 .user_review_91 .exp_projects_32::before {
    top: -20px;
    left: -15px;
}.leadership_experience_26 .user_review_91 .exp_projects_32::after {
    content: "";
    right: -15px;
    bottom: -60px;
}

@media (min-width: 768px) {.leadership_experience_26 .user_review_91 {
    grid-template-columns: 220px 1fr;
    padding: 50px;
    gap: 30px 40px;
    grid-template-rows: auto 1fr;
}.leadership_experience_26 .user_review_91 > div:first-child {
    grid-row: span 2;
}.leadership_experience_26 .user_review_91 > div:nth-child(2) {
    text-align: left;
    align-self: end;
}.leadership_experience_26 .user_review_91 .name::after {
    transform: none;
    left: 0;
}.leadership_experience_26 .user_review_91 .exp_projects_32 {
    border-left: 3px solid rgb(132,136,186,0.5);
    padding: 10px 0 10px 30px;
}
}

@media (min-width: 992px) {.leadership_experience_26 {
    padding: 140px 0;
}.leadership_experience_26 .user_review_91 {
    gap: 40px 60px;
    grid-template-columns: 260px 1fr;
    padding: 60px;
}.leadership_experience_26 .user_review_91 .img_caption_box_53 {
    height: 220px;
    width: 220px;
}.leadership_experience_26 .user_review_91 .name {
    font-size: calc(19px * 1.2);
}.leadership_experience_26 .user_review_91 .exp_projects_32 {
    font-size: calc(18px * 1.05);
    line-height: 1.8;
}
}

@media (max-width: 767px) {.leadership_experience_26 {
    padding: 80px 0;
}.leadership_experience_26 .user_review_91 {
    padding: 30px 25px;
}.leadership_experience_26 .user_review_91 .img_caption_box_53 {
    height: 150px;
    width: 150px;
}.leadership_experience_26 .user_review_91 .exp_projects_32 {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}.leadership_experience_26 .user_review_91 .exp_projects_32::before,
  .leadership_experience_26 .user_review_91 .exp_projects_32::after {
    font-size: 60px;
}
}

@media (max-width: 480px) {.leadership_experience_26 {
    padding: 60px 0;
}.leadership_experience_26 .user_review_91 {
    gap: 20px;
    padding: 25px 20px;
}.leadership_experience_26 .user_review_91 .img_caption_box_53 {
    width: 120px;
    height: 120px;
}.leadership_experience_26 .user_review_91 .name {
    font-size: 19px;
}.leadership_experience_26 .user_review_91 > div:nth-child(2) > div {
    font-size: calc(18px * 0.9);
}}.program_overview_41 {
    background: linear-gradient(45deg, rgb(218,221,233) 0%, rgb(132,136,186,0.5) 40%, rgb(218,221,233) 100%);
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
}.program_overview_41::before {
    background: 
        repeating-linear-gradient(45deg, rgb(132,136,186,0.5) 0px, rgb(132,136,186,0.5) 1px, transparent 1px, transparent 10px),
        repeating-linear-gradient(135deg, rgb(171,177,209,0.5) 0px, rgb(171,177,209,0.5) 1px, transparent 1px, transparent 10px);
    left: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0.1;
}.program_overview_41 .container {
    z-index: 2;
    position: relative;
}.program_overview_41 .study_programs_69 {
    flex-direction: column;
    display: flex;
    position: relative;
    min-height: 480px;
}.program_overview_41 .img_caption_box_53 {
    left: 0;
    z-index: 1;
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
}.program_overview_41 .img_caption_box_53::after {
    content: "";
    background: linear-gradient(135deg, rgb(171,177,209,0.5) 0%, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    left: 0;
}.program_overview_41 .training_map_31 {
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8));
    z-index: 3;
    width: 60%;
    padding: 2.5rem;
    margin-top: auto;
    margin-left: auto;
    box-shadow: -15px -15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    backdrop-filter: blur(8px);
}.program_overview_41 .training_map_31::before {
    top: 0;
    left: -50px;
    content: "";
    position: absolute;
    height: 100%;
    width: 50px;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.8));
}.program_overview_41 .top_lead_97 {
    transition: transform 0.3s ease-in-out;
    position: absolute;
    padding: 15px;
    background: #ffffff;
    top: -35px;
    border-radius: 50%;
    left: 2.5rem;
    z-index: 4;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}.program_overview_41 .top_lead_97:hover {
    transform: translateY(-5px) rotate(5deg);
}.program_overview_41 .top_lead_97 svg {
    height: 45px;
    width: 45px;
    filter: drop-shadow(0 3px 5px rgb(171,177,209,0.5));
    display: block;
}.program_overview_41 .top_lead_97 svg path {
    transition: fill 0.3s ease;
    fill: rgb(171,177,209);
}.program_overview_41 .top_lead_97:hover svg path {
    fill: rgb(132,136,186);
}.program_overview_41 .training_map_31 h3 {
    margin-bottom: 1.5rem;
    font-weight: 700;
    position: relative;
    color: #000000;
    font-size: 31px;
}.program_overview_41 .training_map_31 h3::after {
    content: "";
    height: 3px;
    bottom: -0.5rem;
    position: absolute;
    border-radius: 10px;
    left: 0;
    background: rgb(171,177,209);
    width: 60px;
}.program_overview_41 .training_map_31 p {
    line-height: 1.7;
    color: #000000;
    font-size: 17px;
}.program_overview_41 .study_programs_69::before {
    border: 2px solid rgb(171,177,209,0.5);
    z-index: 0;
    width: 120px;
    right: 65%;
    height: 120px;
    animation: floatAnimation 8s infinite ease-in-out;
    content: "";
    position: absolute;
    top: 10%;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}.program_overview_41 .study_programs_69::after {
    border: 2px solid rgb(132,136,186,0.5);
    width: 80px;
    left: 10%;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    animation: floatAnimation 12s infinite ease-in-out reverse;
    content: "";
    bottom: 20%;
    height: 80px;
    position: absolute;
    z-index: 0;
}

@keyframes floatAnimation {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(10px, -15px) rotate(5deg);
    }
    50% {
        transform: translate(5px, 10px) rotate(-5deg);
    }
    75% {
        transform: translate(-10px, -5px) rotate(3deg);
    }
}

@media screen and (max-width: 991px) {.program_overview_41 .study_programs_69 {
    min-height: 420px;
}.program_overview_41 .training_map_31 {
    width: 75%;
    padding: 2rem;
}.program_overview_41 .top_lead_97 {
    top: -30px;
    padding: 12px;
    left: 2rem;
}.program_overview_41 .top_lead_97 svg {
    height: 40px;
    width: 40px;
}.program_overview_41 .training_map_31 h3 {
    font-size: calc(31px - 0.2rem);
}
}

@media screen and (max-width: 767px) {.program_overview_41 {
    padding: 4rem 0;
}.program_overview_41 .study_programs_69 {
    min-height: auto;
}.program_overview_41 .img_caption_box_53 {
    position: relative;
    height: 250px;
    margin-bottom: -50px;
}.program_overview_41 .training_map_31 {
    border-radius: 21px;
    padding: 2rem 1.5rem;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}.program_overview_41 .training_map_31::before {
    display: none;
}.program_overview_41 .training_map_31::after {
    height: 70px;
    width: 70px;
}.program_overview_41 .top_lead_97 {
    left: 50%;
    transform: translateX(-50%);
}.program_overview_41 .top_lead_97:hover {
    transform: translateX(-50%) translateY(-5px);
}.program_overview_41 .training_map_31 h3 {
    font-size: calc(31px - 0.3rem);
    margin-top: 1rem;
}.program_overview_41 .study_programs_69::before,
    .program_overview_41 .study_programs_69::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.program_overview_41 {
    padding: 3rem 0;
}.program_overview_41 .img_caption_box_53 {
    height: 200px;
}.program_overview_41 .training_map_31 {
    width: 100%;
    padding: 1.5rem 1.25rem;
}.program_overview_41 .top_lead_97 {
    padding: 10px;
}.program_overview_41 .top_lead_97 svg {
    width: 35px;
    height: 35px;
}.program_overview_41 .training_map_31 h3 {
    margin-top: 0.75rem;
    font-size: calc(31px - 0.5rem);
}.program_overview_41 .training_map_31 p {
    font-size: calc(17px - 0.1rem);
}
}