* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}html,body {
    scroll-behavior: auto;
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
}svg {
    width: 30px;
    height: 30px;
}.milestone_cta_AVMDz {
    flex: 0 0 auto;
}.head_study_NLGmx {
    flex: 1 0 auto;
}.container {
    width: 1232px;
    margin: auto;
    max-width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.wrapper-template_qJAku {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.stay_updated_fvwAU {
    position: relative;
    perspective: 1000px;
    padding: 3rem;
    margin: 4rem 0;
    overflow: hidden;
    background: linear-gradient(90deg, rgb(234,235,239) 0%, rgba(0, 0, 0, 0.5) 100%);
}.stay_updated_fvwAU::before {
    animation: breathe 8s infinite alternate;
    left: 0;
    opacity: 0.4;
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    background: radial-gradient(circle at 30% 50%, rgb(198,199,212,0.5) 0%, transparent 60%);
    content: "";
    height: 100%;
}.stay_updated_fvwAU::after {
    left: -10%;
    width: 120%;
    background: linear-gradient(90deg, rgb(161,163,179,0.5) 0%, transparent 100%);
    z-index: 0;
    transform: rotate(-5deg);
    height: 50%;
    content: "";
    position: absolute;
    filter: blur(20px);
    bottom: -30%;
}.stay_updated_fvwAU .vision_mission_tmHnl {
    justify-content: space-between;
    transform-style: preserve-3d;
    align-items: center;
    transform: rotateX(5deg);
    transition: transform 0.5s ease;
    display: flex;
    position: relative;
    z-index: 2;
}.stay_updated_fvwAU .vision_mission_tmHnl:hover {
    transform: rotateX(0deg);
}.stay_updated_fvwAU p {
    color: #ffffff;
    font-weight: 700;
    font-family: Arial, sans-serif;
    flex: 0 0 40%;
    font-size: 18px;
    position: relative;
    transform: translateZ(20px);
    padding-right: 2rem;
}.stay_updated_fvwAU p::after {
    width: 60px;
    left: 0;
    transition: transform 0.4s ease;
    position: absolute;
    height: 3px;
    bottom: -10px;
    transform-origin: left;
    transform: scaleX(0.5);
    background: rgb(161,163,179);
    content: "";
}.stay_updated_fvwAU .vision_mission_tmHnl:hover p::after {
    transform: scaleX(1);
}.stay_updated_fvwAU .input_holder {
    flex: 0 0 60%;
    border-radius: 10px;
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transform: translateZ(40px);
    position: relative;
    overflow: hidden;
}.stay_updated_fvwAU .news_signup_bZJLh {
    font-size: 17px;
    padding: 1.2rem 1.5rem;
    font-family: Arial, sans-serif;
    border: none;
    background: #ffffff;
    transition: all 0.3s ease;
    color: #000000;
    flex: 1;
}.stay_updated_fvwAU .news_signup_bZJLh:focus {
    outline: none;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.9));
}.stay_updated_fvwAU .news_signup_bZJLh::placeholder {
    color: #000000;
    opacity: 0.6;
}.stay_updated_fvwAU .sub_grids_TydcX {
    position: relative;
    padding: 0 2rem;
    cursor: pointer;
    background: linear-gradient(45deg, rgb(198,199,212) 0%, rgb(161,163,179) 100%);
    transition: all 0.4s ease;
    overflow: hidden;
    font-weight: 600;
    border: none;
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #ffffff;
}.stay_updated_fvwAU .sub_grids_TydcX::after {
    opacity: 0;
    top: -50%;
    height: 200%;
    content: "";
    transition: opacity 0.4s ease;
    transform: scale(0.5);
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    width: 200%;
    left: -50%;
    position: absolute;
}.stay_updated_fvwAU .sub_grids_TydcX:hover::after {
    opacity: 1;
    transform: scale(1);
}.stay_updated_fvwAU .sub_grids_TydcX:hover {
    background: linear-gradient(45deg, rgb(161,163,179) 0%, rgb(198,199,212) 100%);
    box-shadow: 0 0 15px rgb(198,199,212,0.5);
}

@keyframes breathe {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.5;
        transform: scale(1.1);
    }
}

@media (max-width: 768px) {.stay_updated_fvwAU {
    padding: 2rem 1.5rem;
}.stay_updated_fvwAU .vision_mission_tmHnl {
    flex-direction: column;
    transform: none;
    align-items: stretch;
}.stay_updated_fvwAU p {
    margin-bottom: 1.5rem;
    padding-right: 0;
    flex: none;
    transform: none;
}.stay_updated_fvwAU .input_holder {
    transform: none;
    flex: none;
    flex-direction: column;
}.stay_updated_fvwAU .news_signup_bZJLh {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 10px;
}.stay_updated_fvwAU .sub_grids_TydcX {
    padding: 1rem;
    width: 100%;
    border-radius: 10px;
}}.mentorship_experience_Xbmqo {
    padding: 6rem 2rem;
    position: relative;
    overflow: hidden;
    background-color: rgb(234,235,239);
}.mentorship_experience_Xbmqo::before {
    width: 300px;
    content: "";
    background: rgb(198,199,212,0.5);
    top: -100px;
    border-radius: 50%;
    filter: blur(120px);
    height: 300px;
    z-index: 0;
    right: -100px;
    position: absolute;
}.mentorship_experience_Xbmqo::after {
    position: absolute;
    bottom: -80px;
    left: -80px;
    filter: blur(100px);
    height: 250px;
    background: rgb(161,163,179,0.5);
    border-radius: 50%;
    z-index: 0;
    content: "";
    width: 250px;
}.mentorship_experience_Xbmqo .client_views_dIuUv {
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.08), 
                -20px -20px 60px rgba(255, 255, 255, 0.8);
    overflow: visible;
    grid-template-columns: 1fr 1.2fr;
    position: relative;
    display: grid;
    border-radius: 14px;
    max-width: 1100px;
    margin: 0 auto;
    gap: 0;
    z-index: 2;
    background: #ffffff;
}.mentorship_experience_Xbmqo .pic_strip_NUipG {
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 14px 0 0 14px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateX(-30px) translateY(-30px);
    position: relative;
    height: 500px;
}.mentorship_experience_Xbmqo .pic_strip_NUipG::before {
    border-radius: 14px;
    top: 30px;
    position: absolute;
    height: 100%;
    left: 30px;
    z-index: -1;
    background: rgb(198,199,212,0.5);
    width: 100%;
    content: "";
}.mentorship_experience_Xbmqo .emp_container_YqNLO {
    justify-content: center;
    flex-direction: column;
    padding: 4rem 3rem;
    display: flex;
}.mentorship_experience_Xbmqo .name {
    letter-spacing: -0.5px;
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-size: 48px;
    color: #000000;
}.mentorship_experience_Xbmqo .emp_container_YqNLO > div:nth-child(2) {
    text-transform: uppercase;
    display: inline-block;
    font-weight: 400;
    padding-bottom: 15px;
    margin-bottom: 2rem;
    position: relative;
    font-size: 18px;
    color: rgb(198,199,212);
    letter-spacing: 2px;
}.mentorship_experience_Xbmqo .emp_container_YqNLO > div:nth-child(2)::after {
    left: 0;
    background: rgb(161,163,179);
    width: 60px;
    content: "";
    height: 2px;
    position: absolute;
    bottom: 0;
}.mentorship_experience_Xbmqo .work_area_Iwinb {
    line-height: 1.7;
    color: #000000;
    font-weight: 300;
    font-family: Arial, sans-serif;
    font-style: italic;
    position: relative;
    font-size: calc(13px * 1.1);
}.mentorship_experience_Xbmqo .work_area_Iwinb::before {
    color: rgb(161,163,179,0.5);
    z-index: -1;
    content: "";
    top: -2.5rem;
    position: absolute;
    font-family: serif;
    left: -2rem;
    font-size: 5rem;
}.mentorship_experience_Xbmqo .client_views_dIuUv:hover .pic_strip_NUipG {
    transform: translateX(-20px) translateY(-40px);
}@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgb(198,199,212,0.5); }
    70% { box-shadow: 0 0 0 15px rgba(0, 0, 0, 0); }
    100% { box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
}

.mentorship_experience_Xbmqo .client_views_dIuUv:hover .name {
    background: linear-gradient(90deg, rgb(198,199,212), rgb(161,163,179));
    text-fill-color: transparent;
    background-clip: text !important;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
}

@media (max-width: 992px) {.mentorship_experience_Xbmqo .client_views_dIuUv {
    grid-template-columns: 1fr;
    max-width: 90%;
}.mentorship_experience_Xbmqo .pic_strip_NUipG {
    height: 400px;
    border-radius: 14px 14px 0 0;
    transform: translateY(-30px);
}.mentorship_experience_Xbmqo .pic_strip_NUipG::before {
    left: 0;
    top: 30px;
    width: 100%;
}.mentorship_experience_Xbmqo .emp_container_YqNLO {
    padding: 1rem 2rem 3rem;
}.mentorship_experience_Xbmqo .client_views_dIuUv:hover .pic_strip_NUipG {
    transform: translateY(-40px);
}
}

@media (max-width: 576px) {.mentorship_experience_Xbmqo {
    padding: 4rem 1rem;
}.mentorship_experience_Xbmqo .client_views_dIuUv {
    max-width: 100%;
}.mentorship_experience_Xbmqo .pic_strip_NUipG {
    height: 320px;
    transform: translateY(-20px);
}.mentorship_experience_Xbmqo .pic_strip_NUipG::before {
    top: 20px;
}.mentorship_experience_Xbmqo .emp_container_YqNLO {
    padding: 0.5rem 1.5rem 2.5rem;
}.mentorship_experience_Xbmqo .name {
    font-size: calc(32px);
}.mentorship_experience_Xbmqo .emp_container_YqNLO > div:nth-child(2) {
    letter-spacing: 1px;
    font-size: 13px;
}.mentorship_experience_Xbmqo .work_area_Iwinb {
    font-size: 13px;
}.mentorship_experience_Xbmqo .client_views_dIuUv:hover .pic_strip_NUipG {
    transform: translateY(-25px);
}}.pricing_zone_eJKqX {
    z-index: 1;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.pricing_zone_eJKqX::before {
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, 
        rgba(22, 28, 45, 0.85) 0%,
        rgba(22, 28, 45, 0.75) 50%, 
        rgba(22, 28, 45, 0.9) 100%);
    content: "";
    position: absolute;
}.pricing_zone_eJKqX .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.pricing_zone_eJKqX .pricing_pack_ieZJH {
    position: relative;
}.pricing_zone_eJKqX h2 {
    color: #ffffff;
    text-align: center;
    position: relative;
    transform: translateZ(0);
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}.pricing_zone_eJKqX h2::after {
    width: 80px;
    height: 4px;
    left: 50%;
    border-radius: 10px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(198,199,212), rgb(161,163,179));
    bottom: -12px;
    content: "";
    position: absolute;
}.pricing_zone_eJKqX .learning_price_xbGcd {
    text-align: center;
    opacity: 0.9;
    line-height: 1.6;
    color: #ffffff;
    font-weight: 300;
    font-size: calc(16px + 2px);
    max-width: 800px;
    margin: 0 auto 60px;
}.pricing_zone_eJKqX .access_cost_bEuYt {
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    perspective: 1000px;
    display: grid;
}.pricing_zone_eJKqX .access_cost_bEuYt li {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.pricing_zone_eJKqX .access_cost_bEuYt li:hover {
    z-index: 2;
    transform: translateY(-15px);
}.pricing_zone_eJKqX .value_deals_XbUSk {
    background-color: rgba(255, 255, 255, 0.03);
    position: relative;
    transition: all 0.4s ease;
    isolation: isolate;
    display: block;
    overflow: hidden;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 
                0 8px 15px rgba(0, 0, 0, 0.1),
                0 1px 0 rgba(255, 255, 255, 0.1) inset;
    height: 100%;
    backdrop-filter: blur(10px);
}.pricing_zone_eJKqX .value_deals_XbUSk::before {
    position: absolute;
    transform-origin: 0 0;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
    right: 0;
    height: 4px;
    top: 0;
    background: linear-gradient(90deg, rgb(198,199,212), rgb(161,163,179));
    left: 0;
    content: "";
}.pricing_zone_eJKqX .value_deals_XbUSk:hover::before {
    transform: scaleX(1);
}.pricing_zone_eJKqX .value_deals_XbUSk::after {
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    bottom: 0;
    z-index: -1;
    height: 50%;
    background: linear-gradient(to top, rgba(rgb(198,199,212,0.5), 0.05), transparent);
}.pricing_zone_eJKqX .lesson_rates_kPsKH {
    box-sizing: border-box;
    position: relative;
    padding: 35px 30px;
    display: flex;
    height: 100%;
    z-index: 1;
    flex-direction: column;
}.pricing_zone_eJKqX .deal_opts_sCEdf {
    flex: 1;
    display: flex;
    flex-direction: column;
}.pricing_zone_eJKqX .deal_opts_sCEdf h4 {
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: calc(24px + 2px);
    margin: 0 0 20px;
    transition: transform 0.3s ease;
    position: relative;
    padding-bottom: 15px;
    color: #ffffff;
}.pricing_zone_eJKqX .deal_opts_sCEdf h4::after {
    height: 3px;
    content: "";
    position: absolute;
    bottom: 0;
    transition: width 0.3s ease;
    background: rgb(161,163,179);
    left: 0;
    width: 40px;
}.pricing_zone_eJKqX .value_deals_XbUSk:hover .deal_opts_sCEdf h4::after {
    width: 60px;
}.pricing_zone_eJKqX .deal_opts_sCEdf p {
    font-size: 16px;
    hyphens: auto;
    line-height: 1.6;
    margin: 0 0 30px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    flex: 1;
    color: rgba(255, 255, 255, 0.8);
}.pricing_zone_eJKqX .discount_tier_ObmXc {
    position: relative;
    font-weight: 700;
    font-size: calc(24px + 4px);
    background: rgba(rgb(198,199,212,0.5), 0.1);
    padding: 10px 20px;
    color: rgb(198,199,212);
    display: block;
    align-self: flex-start;
    border-radius: 10px;
    letter-spacing: 0.5px;
    margin-top: auto;
    transition: all 0.3s ease;
}.pricing_zone_eJKqX .value_deals_XbUSk:hover .discount_tier_ObmXc {
    transform: scale(1.05);
    background: rgba(rgb(198,199,212,0.5), 0.2);
}

@media (min-width: 1200px) {.pricing_zone_eJKqX .access_cost_bEuYt {
    grid-template-columns: repeat(4, 1fr);
}.pricing_zone_eJKqX .lesson_rates_kPsKH {
    padding: 40px 35px;
}.pricing_zone_eJKqX h2 {
    font-size: calc(30px + 4px);
}
}

@media (min-width: 992px) and (max-width: 1199px) {.pricing_zone_eJKqX .access_cost_bEuYt {
    grid-template-columns: repeat(3, 1fr);
}.pricing_zone_eJKqX .lesson_rates_kPsKH {
    padding: 35px 30px;
}
}

@media (min-width: 768px) and (max-width: 991px) {.pricing_zone_eJKqX .access_cost_bEuYt {
    grid-template-columns: repeat(2, 1fr);
}.pricing_zone_eJKqX .deal_opts_sCEdf p {
    margin-bottom: 25px;
    font-size: calc(16px - 1px);
}.pricing_zone_eJKqX .lesson_rates_kPsKH {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.pricing_zone_eJKqX {
    padding: 70px 0;
}.pricing_zone_eJKqX .access_cost_bEuYt {
    grid-template-columns: 1fr;
    gap: 20px;
}.pricing_zone_eJKqX h2 {
    font-size: calc(30px - 2px);
}.pricing_zone_eJKqX .learning_price_xbGcd {
    font-size: 16px;
    margin-bottom: 40px;
}.pricing_zone_eJKqX .deal_opts_sCEdf h4 {
    font-size: 24px;
}.pricing_zone_eJKqX .deal_opts_sCEdf p {
    font-size: calc(16px - 1px);
    margin-bottom: 20px;
}.pricing_zone_eJKqX .discount_tier_ObmXc {
    font-size: calc(24px + 2px);
}.pricing_zone_eJKqX .lesson_rates_kPsKH {
    padding: 30px 20px;
}
}

@media (max-width: 480px) {.pricing_zone_eJKqX {
    padding: 50px 0;
}.pricing_zone_eJKqX .lesson_rates_kPsKH {
    padding: 25px 20px;
}.pricing_zone_eJKqX h2::after {
    height: 3px;
    width: 60px;
}.pricing_zone_eJKqX .discount_tier_ObmXc {
    padding: 8px 16px;
}}.educational_yield_JdhLj {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(234,235,239) 0%, #ffffff 100%);
}.educational_yield_JdhLj::before {
    height: 300px;
    content: "";
    position: absolute;
    animation: float 15s infinite ease-in-out;
    background: rgb(198,199,212,0.5);
    opacity: 0.3;
    right: -50px;
    top: -50px;
    z-index: 0;
    filter: blur(100px);
    width: 300px;
    transform: rotate(-15deg);
}.educational_yield_JdhLj::after {
    animation: float 18s infinite ease-in-out reverse;
    transform: rotate(20deg);
    background: rgb(161,163,179,0.5);
    height: 250px;
    opacity: 0.2;
    bottom: -100px;
    z-index: 0;
    filter: blur(80px);
    content: "";
    left: -50px;
    position: absolute;
    width: 250px;
}.educational_yield_JdhLj h5 {
    z-index: 2;
    max-width: 800px;
    line-height: 1.4;
    margin-right: auto;
    font-weight: 700;
    text-align: center;
    color: #000000;
    margin-left: auto;
    margin-bottom: 50px;
    font-size: 20px;
    letter-spacing: -0.5px;
    position: relative;
}.educational_yield_JdhLj h5::after {
    height: 3px;
    background: linear-gradient(90deg, rgb(198,199,212), rgb(161,163,179));
    content: "";
    transform: translateX(-50%);
    position: absolute;
    border-radius: 10px;
    bottom: -15px;
    left: 50%;
    width: 80px;
}.educational_yield_JdhLj .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}.educational_yield_JdhLj .vision_mission_tmHnl {
    padding: 40px;
    background: rgba(255, 255, 255, 0.85);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    gap: 30px;
    transform: translateY(0);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    box-shadow: 0 15px 40px -20px rgba(0, 0, 0, 0.1);
}.educational_yield_JdhLj .vision_mission_tmHnl:hover {
    transform: translateY(-5px);
}.educational_yield_JdhLj .pic_strip_NUipG {
    transform: scale(1);
    border-radius: 4px;
    height: auto;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    object-fit: cover;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.15);
    width: 100%;
}.educational_yield_JdhLj .vision_mission_tmHnl:hover .pic_strip_NUipG {
    transform: scale(1.02);
}.educational_yield_JdhLj .section_content_mXYHV {
    flex: 1;
}.educational_yield_JdhLj ul {
    display: grid;
    gap: 20px;
    padding: 0;
    list-style: none;
    margin: 0;
    grid-template-columns: 1fr;
}.educational_yield_JdhLj li {
    position: relative;
    transition: all 0.3s ease-out;
    opacity: 0.95;
    padding-left: 40px;
    transform: translateX(0);
}.educational_yield_JdhLj li:hover {
    transform: translateX(5px);
    opacity: 1;
}.educational_yield_JdhLj li p {
    display: flex;
    font-weight: 400;
    font-size: 15px;
    margin: 0;
    position: relative;
    align-items: flex-start;
    color: #000000;
    line-height: 1.6;
}.educational_yield_JdhLj li svg {
    left: -40px;
    transition: transform 0.3s ease;
    height: 24px;
    margin-right: 16px;
    position: absolute;
    width: 24px;
    top: 0;
}.educational_yield_JdhLj li:hover svg {
    transform: scale(1.1) rotate(5deg);
}.educational_yield_JdhLj li svg path {
    transition: fill 0.3s ease;
    fill: rgb(198,199,212);
}.educational_yield_JdhLj li:hover svg path {
    fill: rgb(161,163,179);
}

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

@media (min-width: 768px) {.educational_yield_JdhLj {
    padding: 120px 0;
}.educational_yield_JdhLj .vision_mission_tmHnl {
    padding: 60px;
    align-items: center;
    flex-direction: row;
}.educational_yield_JdhLj .vision_mission_tmHnl > div:first-child {
    flex: 0 0 45%;
    margin-right: 30px;
    border-radius: 10px;
    overflow: hidden;
}.educational_yield_JdhLj ul {
    grid-template-columns: 1fr 1fr;
}.educational_yield_JdhLj h5 {
    margin-bottom: 60px;
    font-size: calc(20px * 1.1);
}.educational_yield_JdhLj li:nth-child(even) {
    animation: fadeInRight 0.5s ease-out forwards;
    animation-delay: 0.2s;
}.educational_yield_JdhLj li:nth-child(odd) {
    animation-delay: 0.1s;
    animation: fadeInLeft 0.5s ease-out forwards;
}
}

@media (min-width: 992px) {.educational_yield_JdhLj {
    padding: 150px 0;
}.educational_yield_JdhLj .vision_mission_tmHnl {
    padding: 70px;
}.educational_yield_JdhLj h5 {
    font-size: calc(20px * 1.2);
}.educational_yield_JdhLj li p {
    font-size: calc(15px * 1.05);
}
}

@media (max-width: 767px) {.educational_yield_JdhLj {
    padding: 70px 0;
}.educational_yield_JdhLj h5 {
    font-size: calc(20px * 0.9);
    margin-bottom: 40px;
    padding: 0 15px;
}.educational_yield_JdhLj .vision_mission_tmHnl {
    padding: 30px;
}.educational_yield_JdhLj .vision_mission_tmHnl > div:first-child {
    margin-bottom: 20px;
}.educational_yield_JdhLj li {
    margin-bottom: 15px;
}.educational_yield_JdhLj li p {
    line-height: 1.5;
    font-size: calc(15px * 0.95);
}}

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

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}.client_experience_blMWq {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgb(234,235,239) 100%);
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}.client_experience_blMWq::before {
    background: 
        radial-gradient(circle at 10% 20%, rgb(198,199,212,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(161,163,179,0.5) 0%, transparent 40%);
    top: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    right: 0;
    content: "";
}.client_experience_blMWq::after {
    width: 100%;
    content: "";
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(198,199,212,0.5) 20%, 
        rgb(198,199,212) 50%, 
        rgb(198,199,212,0.5) 80%, 
        transparent 100%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    opacity: 0.5;
    height: 1px;
    z-index: 1;
    left: 50%;
    animation: pulse 3s infinite;
}@keyframes pulse {
    0%, 100% { opacity: 0.2; }
    50% { opacity: 0.7; }
}

.client_experience_blMWq .container {
    position: relative;
    z-index: 2;
}.client_experience_blMWq h2 {
    left: 50%;
    position: relative;
    display: inline-block;
    text-align: center;
    margin-bottom: 4rem;
    font-size: 32px;
    color: #000000;
    padding: 0.5rem 1rem;
    font-weight: 700;
    transform: translateX(-50%);
}.client_experience_blMWq h2::before {
    opacity: 0.7;
    animation: borderGlow 4s infinite alternate;
    bottom: 0;
    position: absolute;
    top: 0;
    border: 2px solid transparent;
    right: 0;
    left: 0;
    border-image: linear-gradient(45deg, rgb(198,199,212), rgb(161,163,179));
    border-image-slice: 1;
    content: "";
}@keyframes borderGlow {
    from { 
        filter: drop-shadow(0 0 2px rgb(198,199,212,0.5)) 
                drop-shadow(0 0 5px rgb(198,199,212,0.5)); 
    }
    to { 
        filter: drop-shadow(0 0 5px rgb(161,163,179,0.5)) 
                drop-shadow(0 0 10px rgb(161,163,179,0.5)); 
    }
}

.client_experience_blMWq .student_feedback_ckQLT {
    gap: 3rem;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    perspective: 1000px;
}.client_experience_blMWq .client_views_dIuUv {
    transform-style: preserve-3d;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    width: calc(33% - 3rem);
    padding: 2rem;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    align-items: center;
}.client_experience_blMWq .client_views_dIuUv::before {
    border-radius: 10px;
    position: absolute;
    -webkit-mask-composite: xor;
    content: "";
    inset: 0;
    opacity: 0.7;
    -webkit-mask: 
        linear-gradient(#fff 0 0) padding-box, 
        linear-gradient(#fff 0 0);
    border: 1px solid transparent;
    z-index: -1;
    mask-composite: exclude;
    background: linear-gradient(135deg, rgb(198,199,212), rgb(161,163,179)) border-box;
}.client_experience_blMWq .client_views_dIuUv::after {
    z-index: -1;
    position: absolute;
    left: -50%;
    top: -50%;
    transform: rotate(45deg);
    content: "";
    animation: scanline 6s linear infinite;
    width: 200%;
    background: linear-gradient(
        0deg,
        transparent,
        rgb(198,199,212,0.5),
        rgb(198,199,212,0.5),
        transparent
    );
    height: 200%;
}@keyframes scanline {
    0% { transform: rotate(45deg) translateY(-80%); }
    100% { transform: rotate(45deg) translateY(80%); }
}

.client_experience_blMWq .client_views_dIuUv:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 10px rgb(198,199,212,0.5), 
        0 0 20px rgb(161,163,179,0.5);
    transform: translateZ(20px);
}.client_experience_blMWq .client_views_dIuUv img {
    object-fit: cover;
    border: 3px solid #ffffff;
    margin-bottom: 1.5rem;
    width: 90px;
    filter: grayscale(50%);
    box-shadow: 
        0 0 0 1px rgb(198,199,212,0.5),
        0 0 10px rgb(198,199,212,0.5);
    height: 90px;
    border-radius: 50%;
    transition: all 0.5s ease;
}.client_experience_blMWq .client_views_dIuUv:hover img {
    transform: scale(1.1);
    box-shadow: 
        0 0 0 2px rgb(198,199,212),
        0 0 15px rgb(198,199,212,0.5),
        0 0 30px rgb(198,199,212,0.5);
    filter: grayscale(0%);
}.client_experience_blMWq .client_views_dIuUv p {
    font-size: calc(16px * 1.1);
    font-weight: 600;
    text-align: center;
    color: #000000;
    margin-bottom: 0.5rem;
}.client_experience_blMWq .client_views_dIuUv .description {
    max-width: 90%;
    line-height: 1.6;
    margin: 0 auto;
    color: #000000;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
}.client_experience_blMWq .client_views_dIuUv:nth-child(3n+1) {
    transform: translateY(-10px) rotate(-1deg);
}.client_experience_blMWq .client_views_dIuUv:nth-child(3n+2) {
    transform: translateY(10px) rotate(1deg);
}.client_experience_blMWq .client_views_dIuUv:nth-child(3n+3) {
    transform: translateY(0) rotate(0);
}.client_experience_blMWq .client_views_dIuUv:hover {
    transform: translateZ(30px) rotate(0);
}

@media (max-width: 992px) {.client_experience_blMWq .client_views_dIuUv {
    width: calc(50% - 2rem);
}
}

@media (max-width: 768px) {.client_experience_blMWq {
    padding: 4rem 0;
}.client_experience_blMWq h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 3rem;
}.client_experience_blMWq .student_feedback_ckQLT {
    flex-direction: column;
    gap: 2rem;
}.client_experience_blMWq .client_views_dIuUv {
    width: 100%;
    transform: none !important;
}.client_experience_blMWq .client_views_dIuUv:hover {
    transform: translateZ(10px) !important;
}.client_experience_blMWq::after {
    width: 1px;
    height: 100%;
}}.program_details_flCNu {
    min-height: 100vh;
    display: flex;
    position: relative;
    flex-direction: column;
    background-color: #000000;
    overflow: hidden;
    justify-content: center;
}.program_details_flCNu .training_track_TlbCp {
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 0;
    position: absolute;
    height: 100%;
}.program_details_flCNu .training_hApTm {
    animation: split-carousel 40s linear infinite;
    width: 500%;
    display: flex;
    height: 100%;
}.program_details_flCNu .training_track_TlbCp:hover .training_hApTm {
    animation-play-state: paused;
}.program_details_flCNu .future_class_sWyJH {
    position: relative;
    overflow: hidden;
    flex: 1;
}.program_details_flCNu .future_class_sWyJH:nth-child(odd) {
    mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
}.program_details_flCNu .future_class_sWyJH:nth-child(even) {
    mask-image: linear-gradient(to right, transparent 5%, black 20%, black 80%, transparent 95%);
}.program_details_flCNu .future_class_sWyJH img {
    filter: grayscale(0.3) contrast(1.2);
    object-fit: cover;
    width: 100%;
    transform: scale(1.1);
    transition: all 0.7s ease;
    height: 100%;
}.program_details_flCNu .future_class_sWyJH:hover img {
    transform: scale(1.05);
    filter: grayscale(0) contrast(1.3);
}.program_details_flCNu .container {
    padding: 0 1rem;
    width: 100%;
    position: relative;
    z-index: 10;
    max-width: 1200px;
    margin: 0 auto;
}.program_details_flCNu .vision_mission_tmHnl {
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
}.program_details_flCNu .knowledge_base_iZsfW {
    backdrop-filter: blur(10px);
    border-radius: 28px;
    position: relative;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid rgb(198,199,212,0.5);
    padding: 3rem;
    text-align: center;
    max-width: 550px;
}.program_details_flCNu .knowledge_base_iZsfW::before {
    background: conic-gradient(
        from 0deg at 50% 50%,
        transparent 0deg,
        rgb(198,199,212,0.5) 90deg,
        transparent 180deg,
        rgb(161,163,179,0.5) 270deg,
        transparent 360deg
    );
    animation: rotate-background 20s linear infinite;
    opacity: 0.1;
    position: absolute;
    left: -50%;
    z-index: -1;
    width: 200%;
    height: 200%;
    top: -50%;
    content: "";
}.program_details_flCNu .knowledge_base_iZsfW h3 {
    font-size: 34px;
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.5rem;
}.program_details_flCNu .knowledge_base_iZsfW h3::after {
    left: 50%;
    background: rgb(198,199,212);
    width: 80px;
    transform: translateX(-50%);
    content: "";
    bottom: -10px;
    height: 2px;
    position: absolute;
}.program_details_flCNu .knowledge_base_iZsfW p {
    line-height: 1.8;
    position: relative;
    color: #ffffff;
    margin-bottom: 2.5rem;
    font-size: 15px;
}.program_details_flCNu .knowledge_base_iZsfW .help_feedback_RHMPA {
    font-weight: 600;
    padding: 0.9rem 2.5rem;
    text-decoration: none;
    background-color: transparent;
    color: #ffffff;
    display: inline-block;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    transition: all 0.4s ease;
    border: 2px solid rgb(198,199,212);
    font-size: 20px;
    z-index: 1;
}.program_details_flCNu .knowledge_base_iZsfW .help_feedback_RHMPA::before {
    transform: translate(-50%, -50%);
    background-color: rgb(198,199,212);
    border-radius: 50%;
    z-index: -1;
    transition: width 0.6s ease, height 0.6s ease;
    left: 50%;
    position: absolute;
    height: 0;
    width: 0;
    content: "";
    top: 50%;
}.program_details_flCNu .knowledge_base_iZsfW .help_feedback_RHMPA:hover {
    color: #000000;
}.program_details_flCNu .knowledge_base_iZsfW .help_feedback_RHMPA:hover::before {
    height: 300%;
    width: 300%;
}

@keyframes split-carousel {
    0%, 18% {
        transform: translateX(0);
    }
    23%, 41% {
        transform: translateX(-20%);
    }
    46%, 64% {
        transform: translateX(-40%);
    }
    69%, 87% {
        transform: translateX(-60%);
    }
    92%, 100% {
        transform: translateX(-80%);
    }
}

@keyframes rotate-background {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1200px) {.program_details_flCNu .knowledge_base_iZsfW {
    max-width: 500px;
    padding: 2.5rem;
}
}

@media (max-width: 768px) {.program_details_flCNu {
    min-height: 100vh;
}.program_details_flCNu .training_hApTm {
    animation-duration: 30s;
}.program_details_flCNu .knowledge_base_iZsfW {
    max-width: 90%;
    padding: 2rem;
}.program_details_flCNu .knowledge_base_iZsfW h3 {
    font-size: calc(34px * 0.85);
}.program_details_flCNu .future_class_sWyJH::after {
    background: linear-gradient(to bottom, 
            #000000 0%, 
            transparent 30%, 
            transparent 70%, 
            #000000 100%
        );
}

}

@media (max-width: 576px) {.program_details_flCNu .container {
    padding: 0 1rem;
}.program_details_flCNu .knowledge_base_iZsfW {
    padding: 1.5rem;
    max-width: 100%;
}.program_details_flCNu .knowledge_base_iZsfW h3 {
    font-size: calc(34px * 0.7);
}.program_details_flCNu .knowledge_base_iZsfW .help_feedback_RHMPA {
    width: 100%;
    padding: 0.8rem 1.5rem;
    display: block;
}.program_details_flCNu .future_class_sWyJH img {
    filter: grayscale(0.2) contrast(1.1);
}
}

@media (min-width: 1800px) {.program_details_flCNu .knowledge_base_iZsfW {
    padding: 3.5rem;
    max-width: 650px;
}.program_details_flCNu .knowledge_base_iZsfW h3 {
    font-size: calc(34px * 1.2);
}.program_details_flCNu .knowledge_base_iZsfW p {
    font-size: calc(15px * 1.1);
}.program_details_flCNu .knowledge_base_iZsfW .help_feedback_RHMPA {
    padding: 1rem 3rem;
}}.statistical_data_kUfRh {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    isolation: isolate;
    color: #ffffff;
}.statistical_data_kUfRh::before {
    position: absolute;
    background: linear-gradient(135deg, #000000 0%, rgb(161,163,179) 100%);
    z-index: -1;
    opacity: 0.9;
    top: 0;
    width: 100%;
    content: '';
    left: 0;
    height: 100%;
}.statistical_data_kUfRh .container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1200px;
    position: relative;
}.statistical_data_kUfRh .pro_gains_AVZdz {
    grid-template-columns: 1fr;
    display: grid;
    gap: 60px;
    position: relative;
}.statistical_data_kUfRh .extra_study_rQMUi {
    align-items: center;
    background: rgb(198,199,212);
    transform: rotate(-15deg);
    width: 120px;
    justify-content: center;
    position: absolute;
    z-index: 10;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    top: -30px;
    right: 30px;
    height: 120px;
    display: flex;
    border-radius: 50% 5px 50% 50%;
}.statistical_data_kUfRh .extra_study_rQMUi svg {
    height: 60px;
    width: 60px;
    transform: rotate(15deg);
    fill: #ffffff;
}.statistical_data_kUfRh .extra_study_rQMUi svg path {
    fill: #ffffff;
}.statistical_data_kUfRh .statistics_boosters_XFSQL {
    display: inline-block;
    padding-left: 20px;
    border-left: 5px solid rgb(198,199,212);
    color: #ffffff;
    font-size: 40px;
    position: relative;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    font-weight: 700;
    margin-bottom: 15px;
}.statistical_data_kUfRh .gain_study_dDTnC {
    padding-bottom: 20px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    max-width: 70%;
    line-height: 1.6;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 60px;
    position: relative;
}.statistical_data_kUfRh .gain_study_dDTnC::after {
    left: 0;
    position: absolute;
    content: '';
    bottom: 0;
    background: rgb(198,199,212);
    width: 100px;
    height: 2px;
    opacity: 0.8;
}.statistical_data_kUfRh .knowledge_gains_sHwJD {
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    gap: 30px;
}.statistical_data_kUfRh .knowledge_gains_sHwJD::before {
    height: 1px;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, rgb(198,199,212), transparent);
    top: -20px;
    content: '';
    left: 0;
}.statistical_data_kUfRh .extra_experts_MFSgp {
    flex-direction: row;
    flex: 1 1 calc(25% - 30px);
    align-items: center;
    padding: 0;
    position: relative;
    transition: transform 0.3s ease;
    display: flex;
    min-width: 200px;
}.statistical_data_kUfRh .extra_experts_MFSgp:hover {
    transform: translateY(-10px);
}.statistical_data_kUfRh .growth_statistics_CLgAf {
    margin-right: 15px;
    border: 2px solid rgb(198,199,212);
    position: relative;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    min-width: 70px;
    display: flex;
    height: 70px;
    overflow: hidden;
    background: transparent;
}.statistical_data_kUfRh .growth_statistics_CLgAf::before {
    content: '';
    z-index: -1;
    left: 0;
    opacity: 0.4;
    width: 100%;
    background: rgb(198,199,212);
    top: 0;
    position: absolute;
    height: 100%;
}.statistical_data_kUfRh .growth_statistics_CLgAf svg {
    width: 35px;
    fill: rgb(198,199,212);
    height: 35px;
}.statistical_data_kUfRh .growth_statistics_CLgAf svg path {
    fill: rgb(198,199,212);
}.statistical_data_kUfRh .extra_experts_MFSgp span {
    display: block;
    margin-right: 10px;
    line-height: 1;
    font-size: calc(24px * 1.5);
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}.statistical_data_kUfRh .extra_experts_MFSgp p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 1.4;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    margin: 0;
}

@media screen and (max-width: 1200px) {.statistical_data_kUfRh .extra_experts_MFSgp {
    flex: 1 1 calc(33.33% - 30px);
}
}

@media screen and (max-width: 991px) {.statistical_data_kUfRh {
    padding: 80px 0;
}.statistical_data_kUfRh .extra_study_rQMUi {
    top: -25px;
    height: 100px;
    right: 25px;
    width: 100px;
}.statistical_data_kUfRh .extra_study_rQMUi svg {
    width: 50px;
    height: 50px;
}.statistical_data_kUfRh .gain_study_dDTnC {
    margin-bottom: 50px;
    max-width: 85%;
}.statistical_data_kUfRh .knowledge_gains_sHwJD {
    justify-content: flex-start;
}.statistical_data_kUfRh .extra_experts_MFSgp {
    flex: 1 1 calc(50% - 30px);
}
}

@media screen and (max-width: 767px) {.statistical_data_kUfRh {
    padding: 60px 0;
}.statistical_data_kUfRh .pro_gains_AVZdz {
    gap: 40px;
}.statistical_data_kUfRh .extra_study_rQMUi {
    top: -20px;
    height: 80px;
    right: 20px;
    width: 80px;
}.statistical_data_kUfRh .extra_study_rQMUi svg {
    width: 40px;
    height: 40px;
}.statistical_data_kUfRh .statistics_boosters_XFSQL {
    padding-left: 15px;
    font-size: calc(40px * 0.8);
}.statistical_data_kUfRh .gain_study_dDTnC {
    margin-bottom: 40px;
    font-size: calc(14px * 0.95);
    max-width: 100%;
}.statistical_data_kUfRh .knowledge_gains_sHwJD {
    gap: 25px;
    flex-direction: column;
}.statistical_data_kUfRh .extra_experts_MFSgp {
    flex: 1 1 100%;
    width: 100%;
}.statistical_data_kUfRh .growth_statistics_CLgAf {
    height: 60px;
    min-width: 60px;
}.statistical_data_kUfRh .growth_statistics_CLgAf svg {
    height: 30px;
    width: 30px;
}.statistical_data_kUfRh .extra_experts_MFSgp span {
    font-size: calc(35px * 1.2);
}
}

@media screen and (max-width: 480px) {.statistical_data_kUfRh {
    padding: 50px 0;
}.statistical_data_kUfRh .extra_study_rQMUi {
    height: 70px;
    border-radius: 15px 5px 15px 15px;
    width: 70px;
    right: 15px;
    top: -15px;
}.statistical_data_kUfRh .extra_study_rQMUi svg {
    width: 35px;
    height: 35px;
}.statistical_data_kUfRh .statistics_boosters_XFSQL {
    border-left: 3px solid rgb(198,199,212);
    font-size: calc(40px * 0.7);
    padding-left: 12px;
}.statistical_data_kUfRh .gain_study_dDTnC {
    font-size: calc(14px * 0.9);
    margin-bottom: 30px;
}.statistical_data_kUfRh .extra_experts_MFSgp {
    align-items: center;
}.statistical_data_kUfRh .growth_statistics_CLgAf {
    height: 50px;
    min-width: 50px;
    border-radius: 10px;
}.statistical_data_kUfRh .growth_statistics_CLgAf svg {
    width: 25px;
    height: 25px;
}.statistical_data_kUfRh .extra_experts_MFSgp span {
    font-size: calc(35px * 1.1);
}.statistical_data_kUfRh .extra_experts_MFSgp p {
    font-size: calc(14px * 0.85);
}}header {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    z-index: 100;
    background: linear-gradient(to bottom, rgb(234,235,239), #ffffff);
    position: relative;
    width: 100%;
    padding: 1.2rem 0;
}header::before {
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.5;
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgb(198,199,212,0.5) 65%, 
        rgb(198,199,212,0.5) 70%, 
        transparent 70%),
        linear-gradient(135deg, 
        transparent 75%, 
        rgb(161,163,179,0.5) 75%, 
        rgb(161,163,179,0.5) 80%, 
        transparent 80%);
    height: 100%;
    width: 100%;
    content: '';
    z-index: 0;
}header .container {
    padding: 0 3%;
    margin: 0;
    max-width: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
}header .nav_start_SHfNJ {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}header .header_bar_WFScP {
    border-radius: 28px;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgb(198,199,212,0.5), rgb(161,163,179,0.5));
    padding: 0.5rem 1.5rem;
    align-items: center;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    position: relative;
    display: flex;
    overflow: hidden;
}header .header_bar_WFScP::before {
    content: '';
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    width: 200%;
    opacity: 0;
    left: -50%;
    transition: opacity 0.3s ease;
    position: absolute;
    top: -50%;
}header .header_bar_WFScP:hover::before {
    opacity: 1;
}header .header_bar_WFScP svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    height: auto;
    width: 150px;
    transition: all 0.3s ease;
}header .header_bar_WFScP:hover svg {
    transform: scale(1.03);
}header .head_primary_cOluV {
    margin-top: 0.5rem;
    flex-wrap: wrap;
    gap: 0.6rem;
    max-width: 800px;
    width: 100%;
    display: flex;
    justify-content: center;
}header .main_pagewrap_QfhBC {
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
    position: relative;
    font-family: Arial, sans-serif;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.03);
    color: #000000;
    border-radius: 10px;
    overflow: hidden;
    padding: 0.6rem 1.2rem;
    font-size: 20px;
    z-index: 1;
}header .main_pagewrap_QfhBC::before {
    transform: scaleX(0);
    height: 3px;
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(to right, rgb(198,199,212), rgb(161,163,179));
    transition: transform 0.3s ease;
    transform-origin: left;
    left: 0;
}header .main_pagewrap_QfhBC:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    color: rgb(198,199,212);
}header .main_pagewrap_QfhBC:hover::before {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .header_bar_WFScP {
    padding: 0.5rem 1.2rem;
}header .header_bar_WFScP svg {
    width: 140px;
}header .head_primary_cOluV {
    gap: 0.5rem;
}header .main_pagewrap_QfhBC {
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header .nav_start_SHfNJ {
    gap: 1.5rem;
}header .header_bar_WFScP {
    padding: 0.4rem 1rem;
}header .header_bar_WFScP svg {
    width: 130px;
}header .head_primary_cOluV {
    gap: 0.5rem;
}header .main_pagewrap_QfhBC {
    font-size: calc(20px - 1px);
    padding: 0.5rem 0.9rem;
}
}

@media (max-width: 480px) {header {
    padding: 1rem 0;
}header .nav_start_SHfNJ {
    gap: 1rem;
}header .header_bar_WFScP svg {
    width: 120px;
}header .head_primary_cOluV {
    overflow-x: auto;
    justify-content: flex-start;
    gap: 0.4rem;
    flex-wrap: nowrap;
    padding-bottom: 10px;
}header .head_primary_cOluV::-webkit-scrollbar {
    height: 3px;
}header .head_primary_cOluV::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(198,199,212);
}header .main_pagewrap_QfhBC {
    margin-right: 2px;
    white-space: nowrap;
    flex-shrink: 0;
}}.gratZone_LjEXV {
    padding: 4rem 0;
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, #f5f7fa 0%, #ebedee 100%);
}.gratZone_LjEXV::before {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    background: linear-gradient(145deg, rgb(198,199,212,0.5) 0%, rgb(161,163,179,0.5) 100%);
    width: 60%;
    filter: blur(30px);
    opacity: 0.3;
    height: 70%;
    content: "";
    transform: rotate(-15deg);
    position: absolute;
    z-index: 0;
    animation: float 15s ease-in-out infinite alternate;
    top: -30%;
    right: -10%;
}.gratZone_LjEXV::after {
    left: -5%;
    filter: blur(25px);
    position: absolute;
    opacity: 0.2;
    width: 40%;
    height: 60%;
    border-radius: 30% 70% 60% 40% / 50% 30% 70% 50%;
    z-index: 0;
    background: linear-gradient(225deg, rgb(161,163,179,0.5) 0%, rgb(198,199,212,0.5) 100%);
    content: "";
    animation: float 18s ease-in-out infinite alternate-reverse;
    bottom: -20%;
    transform: rotate(10deg);
}.gratZone_LjEXV .container {
    padding: 0 20px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
}.gratZone_LjEXV .vision_mission_tmHnl {
    border-radius: 15px;
    position: relative;
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.9);
    transform: perspective(1000px) rotateX(2deg);
    padding: 3rem;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05),
                -10px -10px 30px rgba(255, 255, 255, 0.8),
                inset 2px 2px 5px rgba(255, 255, 255, 0.4),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}.gratZone_LjEXV .vision_mission_tmHnl:hover {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.08),
                -15px -15px 40px rgba(255, 255, 255, 0.9),
                inset 2px 2px 5px rgba(255, 255, 255, 0.4),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.gratZone_LjEXV .vision_mission_tmHnl > div:first-child {
    margin-bottom: 1.5rem;
    position: relative;
}.gratZone_LjEXV .vision_mission_tmHnl > div:first-child::after {
    background: linear-gradient(90deg, rgb(198,199,212) 0%, rgb(161,163,179) 100%);
    width: 80px;
    border-radius: 10px;
    height: 3px;
    bottom: -0.75rem;
    transform-origin: left;
    position: absolute;
    left: 0;
    transition: width 0.3s ease;
    content: "";
}.gratZone_LjEXV .vision_mission_tmHnl:hover > div:first-child::after {
    width: 120px;
}.gratZone_LjEXV h5 {
    font-size: 23px;
    position: relative;
    line-height: 1.4;
    display: inline-block;
    color: #000000;
    margin: 0;
    font-weight: 700;
}.gratZone_LjEXV h5::before {
    content: "✓";
    top: 50%;
    display: flex;
    transition: opacity 0.5s ease, transform 0.5s ease;
    width: 26px;
    left: -35px;
    border-radius: 50%;
    justify-content: center;
    color: #ffffff;
    position: absolute;
    height: 26px;
    opacity: 0;
    font-size: 14px;
    background: linear-gradient(135deg, rgb(198,199,212) 0%, rgb(161,163,179) 100%);
    align-items: center;
    transform: translateY(-50%);
}.gratZone_LjEXV .vision_mission_tmHnl:hover h5::before {
    transform: translateY(-50%) scale(1);
    opacity: 1;
}.gratZone_LjEXV p {
    margin: 0;
    transition: color 0.3s ease;
    color: #000000;
    line-height: 1.8;
    font-size: 13px;
}.gratZone_LjEXV a {
    transition: transform 0.3s ease;
    display: block;
    overflow: hidden;
    text-decoration: none;
    position: relative;
}.gratZone_LjEXV a::before {
    position: absolute;
    transform-origin: right;
    transform: scaleX(0);
    height: 2px;
    background: linear-gradient(90deg, rgb(198,199,212,0.5) 0%, rgb(161,163,179) 100%);
    width: 100%;
    content: "";
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    left: 0;
    bottom: 0;
}.gratZone_LjEXV a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.gratZone_LjEXV a:hover {
    transform: translateY(-2px);
}.gratZone_LjEXV a:hover p {
    color: rgb(198,199,212);
}

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

@media (max-width: 991px) {.gratZone_LjEXV {
    padding: 3rem 0;
}.gratZone_LjEXV .vision_mission_tmHnl {
    padding: 2.5rem;
}.gratZone_LjEXV h5 {
    font-size: calc(23px - 2px);
}
}

@media (max-width: 767px) {.gratZone_LjEXV {
    padding: 2.5rem 0;
}.gratZone_LjEXV .vision_mission_tmHnl {
    padding: 2rem;
    transform: perspective(1000px) rotateX(1deg);
}.gratZone_LjEXV h5 {
    padding-left: 20px;
    font-size: calc(23px - 4px);
}.gratZone_LjEXV h5::before {
    left: -15px;
    font-size: 12px;
    width: 22px;
    height: 22px;
}.gratZone_LjEXV p {
    font-size: calc(13px - 1px);
}
}

@media (max-width: 576px) {.gratZone_LjEXV {
    padding: 2rem 0;
}.gratZone_LjEXV .vision_mission_tmHnl {
    padding: 1.5rem;
    border-radius: 10px;
    transform: none;
}.gratZone_LjEXV h5 {
    font-size: calc(23px - 6px);
}.gratZone_LjEXV .vision_mission_tmHnl > div:first-child::after {
    width: 60px;
    height: 2px;
}.gratZone_LjEXV .vision_mission_tmHnl:hover > div:first-child::after {
    width: 90px;
}.gratZone_LjEXV h5::before {
    font-size: 10px;
    width: 20px;
    height: 20px;
}.gratZone_LjEXV p {
    line-height: 1.6;
    font-size: calc(13px - 2px);
}}footer {
    position: relative;
    width: 100%;
}footer .milestone_cta_AVMDz {
    font-family: Arial, sans-serif;
    background-color: rgb(161,163,179);
    position: relative;
    color: #ffffff;
    padding: 80px 0 30px;
}footer .milestone_cta_AVMDz::before {
    opacity: 0.05;
    content: "";
    left: 0;
    background-image: 
        linear-gradient(30deg, rgb(161,163,179) 12%, transparent 12.5%, transparent 87%, rgb(161,163,179) 87.5%, rgb(161,163,179)),
        linear-gradient(150deg, rgb(161,163,179) 12%, transparent 12.5%, transparent 87%, rgb(161,163,179) 87.5%, rgb(161,163,179)),
        linear-gradient(30deg, rgb(161,163,179) 12%, transparent 12.5%, transparent 87%, rgb(161,163,179) 87.5%, rgb(161,163,179)),
        linear-gradient(150deg, rgb(161,163,179) 12%, transparent 12.5%, transparent 87%, rgb(161,163,179) 87.5%, rgb(161,163,179)),
        linear-gradient(60deg, rgb(198,199,212,0.5) 25%, transparent 25.5%, transparent 75%, rgb(198,199,212,0.5) 75%, rgb(198,199,212,0.5)),
        linear-gradient(60deg, rgb(198,199,212,0.5) 25%, transparent 25.5%, transparent 75%, rgb(198,199,212,0.5) 75%, rgb(198,199,212,0.5));
    width: 100%;
    pointer-events: none;
    top: 0;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    position: absolute;
    height: 100%;
    background-size: 80px 140px;
}footer .milestone_cta_AVMDz::after {
    background: linear-gradient(90deg, rgb(198,199,212), rgb(161,163,179));
    left: 0;
    position: absolute;
    height: 5px;
    pointer-events: none;
    width: 100%;
    content: "";
    top: 0;
}footer .exam_prep_WoGqv {
    position: relative;
    z-index: 1;
}footer .send_info_zyuiZ {
    justify-content: center;
    margin-bottom: 60px;
    flex-wrap: wrap;
    display: flex;
    gap: 20px;
}footer .info_item {
    position: relative;
    background-color: rgba(255, 255, 255, 0.03);
    justify-content: center;
    transition: all 0.4s ease;
    display: flex;
    padding: 20px 25px;
    min-width: 200px;
    min-height: 60px;
    flex: 0 1 auto;
    align-items: center;
    max-width: 300px;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    cursor: pointer;
}footer .info_item::before {
    right: 3px;
    background-color: rgb(161,163,179);
    left: 3px;
    content: "";
    z-index: -1;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    bottom: 3px;
    top: 3px;
    position: absolute;
    pointer-events: none;
}footer .info_item:hover {
    background-color: rgb(198,199,212);
    transform: translateY(-5px);
}footer .info_item svg {
    margin-right: 12px;
    flex-shrink: 0;
    fill: rgb(198,199,212);
    height: 20px;
    transition: fill 0.3s ease;
    width: 20px;
}footer .info_item:hover svg {
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    overflow: hidden;
    align-items: center;
    text-decoration: none;
    height: 100%;
    display: flex;
    white-space: nowrap;
    width: 100%;
    z-index: 1;
    color: #ffffff;
    transition: all 0.3s ease;
    text-overflow: ellipsis;
    font-size: 16px;
    cursor: pointer;
}footer .text_main_holder {
    grid-template-columns: 1fr;
    display: grid;
    padding-top: 40px;
    position: relative;
    gap: 50px;
}footer .text_main_holder::before {
    content: "";
    pointer-events: none;
    left: 10%;
    width: 80%;
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    top: 0;
}footer .head_mainwrap_ZzoVu {
    display: flex;
    padding: 20px;
    position: relative;
    max-width: 350px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    text-align: center;
    justify-content: center;
    flex-direction: column;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    margin: 0 auto;
    align-items: center;
}footer .head_mainwrap_ZzoVu::before {
    position: absolute;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    left: 3px;
    top: 3px;
    content: "";
    z-index: -1;
    right: 3px;
    background-color: rgb(161,163,179);
    bottom: 3px;
    pointer-events: none;
}footer .head_mainwrap_ZzoVu svg {
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
    width: auto;
    height: 45px;
}footer .netiquette_vSdYz {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}footer .head_primary_cOluV {
    padding: 30px;
    border-radius: 23px;
    background-color: rgba(255, 255, 255, 0.03);
    position: relative;
}footer .head_primary_cOluV h5 {
    padding-bottom: 10px;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 25px;
    font-weight: 700;
    position: relative;
    font-size: 24px;
}footer .head_primary_cOluV h5::after {
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    pointer-events: none;
    background-color: rgb(198,199,212);
    position: absolute;
    content: "";
}footer .head_edu_EpzYq {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    margin-bottom: 20px;
}footer .head_edu_EpzYq a {
    display: flex;
    background-color: rgba(255, 255, 255, 0.03);
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    font-size: 16px;
    padding: 12px 15px;
    align-items: center;
    border-radius: 10px;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
}footer .head_edu_EpzYq a::before {
    top: 50%;
    transition: all 0.3s ease;
    content: "";
    height: 0;
    transform: translateY(-50%);
    border-bottom: 4px solid transparent;
    width: 0;
    border-top: 4px solid transparent;
    position: absolute;
    pointer-events: none;
    border-left: 4px solid rgb(198,199,212);
    opacity: 0;
    left: 5px;
}footer .head_edu_EpzYq a:hover {
    background-color: rgba(255, 255, 255, 0.05);
    padding-left: 25px;
    color: #ffffff;
}footer .head_edu_EpzYq a:hover::before {
    opacity: 1;
}footer .subscribe_holder {
    padding: 30px;
    position: relative;
    border-radius: 23px;
    background-color: rgba(255, 255, 255, 0.05);
}footer .subscribe_holder::before {
    position: absolute;
    height: 100%;
    top: 0;
    border-radius: 23px;
    background-size: 20px 20px;
    opacity: 0.05;
    pointer-events: none;
    content: "";
    background-image: 
        linear-gradient(-45deg, transparent 48%, rgb(198,199,212,0.5) 49%, rgb(198,199,212,0.5) 51%, transparent 52%),
        linear-gradient(45deg, transparent 48%, rgb(198,199,212,0.5) 49%, rgb(198,199,212,0.5) 51%, transparent 52%);
    left: 0;
    width: 100%;
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 25px;
    line-height: 1.6;
    font-size: 16px;
}footer .input_holder {
    gap: 15px;
    width: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
    z-index: 5;
}footer .input_holder input[type="email"] {
    cursor: text;
    -webkit-appearance: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    position: relative;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 14px 16px;
    color: #ffffff;
    appearance: none;
    border-radius: 10px;
    font-size: 16px;
    z-index: 5;
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(198,199,212);
    background-color: rgba(255, 255, 255, 0.08);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}footer .sub_grids_TydcX {
    border-radius: 10px;
    padding: 14px 20px;
    cursor: pointer;
    background-color: rgb(198,199,212);
    transition: all 0.3s ease;
    width: 100%;
    font-weight: 600;
    text-align: center;
    position: relative;
    color: #ffffff;
    border: none;
    z-index: 5;
    font-size: 16px;
}footer .sub_grids_TydcX:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background-color: rgb(161,163,179);
}footer .event_cal_GNHoa {
    text-align: center;
    position: relative;
    margin-top: 50px;
}footer .knowl_base_wCcIT {
    padding: 0 20px;
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    position: relative;
    font-size: 14px;
}footer .knowl_base_wCcIT::before,
footer .knowl_base_wCcIT::after {
    pointer-events: none;
    height: 1px;
    content: "";
    position: absolute;
    width: 20px;
    background-color: rgba(255, 255, 255, 0.2);
    top: 50%;
}footer .knowl_base_wCcIT::before {
    left: -10px;
    transform: rotate(-45deg);
}footer .knowl_base_wCcIT::after {
    right: -10px;
    transform: rotate(45deg);
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub_grids_TydcX {
    width: auto;
    flex-shrink: 0;
    min-width: 150px;
}footer .input_holder input[type="email"] {
    flex: 1;
    min-width: 0;
}
}

@media (max-width: 991px) {footer .head_edu_EpzYq {
    grid-template-columns: 1fr;
}
}

@media (max-width: 767px) {footer .milestone_cta_AVMDz {
    padding: 60px 0 30px;
}footer .send_info_zyuiZ {
    margin-bottom: 40px;
}footer .info_item {
    min-width: 150px;
    padding: 15px 20px;
}footer .head_primary_cOluV, footer .subscribe_holder {
    padding: 25px 20px;
}footer .head_mainwrap_ZzoVu {
    margin-bottom: 20px;
    padding: 15px;
}footer .event_cal_GNHoa {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .milestone_cta_AVMDz {
    padding: 50px 0 20px;
}footer .info_item {
    min-width: 100%;
}footer .head_primary_cOluV h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(24px - 2px);
}footer .head_primary_cOluV, footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .sub_grids_TydcX {
    padding: 12px;
}}.who_we_are_kqtED {
    padding: 120px 0 100px;
    color: #ffffff;
    overflow: hidden;
    position: relative;
}.who_we_are_kqtED::before {
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.85) 100%);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}.who_we_are_kqtED::after {
    position: absolute;
    z-index: 2;
    transform: rotate(-15deg);
    right: -50%;
    content: "";
    height: 200%;
    width: 100%;
    pointer-events: none;
    background: linear-gradient(135deg, rgb(198,199,212,0.5) 0%, transparent 70%);
    top: -50%;
}.who_we_are_kqtED .container {
    z-index: 3;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    padding: 0 20px;
    flex-direction: column;
    position: relative;
}.who_we_are_kqtED h2 {
    transform: perspective(1000px) rotateY(5deg);
    font-size: calc(36px * 1.2);
    align-self: flex-start;
    transition: transform 0.5s ease-out;
    position: relative;
    transform-origin: left center;
    font-weight: 700;
    margin-bottom: 50px;
}.who_we_are_kqtED h2::after {
    width: 120px;
    left: 0;
    transform-origin: left center;
    height: 4px;
    background: rgb(198,199,212);
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    bottom: -15px;
    transform: scaleX(1);
    content: "";
}.who_we_are_kqtED h2:hover {
    transform: perspective(1000px) rotateY(0deg);
}.who_we_are_kqtED h2:hover::after {
    transform: scaleX(1.5);
}.who_we_are_kqtED .section_content_mXYHV {
    padding: 40px;
    background: linear-gradient(145deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    border-left: 3px solid rgb(198,199,212);
    -webkit-backdrop-filter: blur(8px);
    transform: translateX(0) translateY(0);
    display: grid;
    grid-template-columns: 1fr;
    backdrop-filter: blur(8px);
    position: relative;
    gap: 30px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 10px 20px rgba(0,0,0,0.15);
}.who_we_are_kqtED .section_content_mXYHV:hover {
    box-shadow: 0 30px 60px rgba(0,0,0,0.25), 0 15px 30px rgba(0,0,0,0.2);
    transform: translateX(5px) translateY(-5px);
}.who_we_are_kqtED .section_content_mXYHV > div {
    position: relative;
}.who_we_are_kqtED .section_content_mXYHV p {
    font-size: calc(16px * 1.5);
    color: #ffffff;
    font-weight: 600;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 15px;
    margin-bottom: 20px;
    transform-origin: left center;
    letter-spacing: 0.5px;
    transition: letter-spacing 0.3s ease;
}.who_we_are_kqtED .section_content_mXYHV p:hover {
    letter-spacing: 1px;
}.who_we_are_kqtED .section_content_mXYHV div div {
    text-align: justify;
    font-size: 16px;
    overflow-y: auto;
    color: rgba(255,255,255,0.9);
    line-height: 1.8;
    position: relative;
    max-height: 400px;
    margin-top: 20px;
    padding-right: 15px;
}.who_we_are_kqtED .section_content_mXYHV div div::-webkit-scrollbar {
    width: 5px;
}.who_we_are_kqtED .section_content_mXYHV div div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255,255,255,0.1);
}.who_we_are_kqtED .section_content_mXYHV div div::-webkit-scrollbar-thumb {
    background: rgb(198,199,212);
    border-radius: 10px;
}.who_we_are_kqtED .section_content_mXYHV div div::after {
    opacity: 0;
    position: absolute;
    content: "";
    left: 0;
    height: 40px;
    transition: opacity 0.3s ease;
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
    width: 100%;
    pointer-events: none;
}.who_we_are_kqtED .section_content_mXYHV div div:hover::after {
    opacity: 1;
}

@media (min-width: 768px) {.who_we_are_kqtED {
    padding: 150px 0 130px;
}.who_we_are_kqtED::after {
    right: -30%;
    transform: rotate(-25deg);
    top: -30%;
}.who_we_are_kqtED .container {
    padding: 0 40px;
}.who_we_are_kqtED h2 {
    font-size: calc(36px * 1.5);
    margin-bottom: 70px;
    margin-left: 60px;
}.who_we_are_kqtED h2::after {
    height: 5px;
    width: 150px;
}.who_we_are_kqtED .section_content_mXYHV {
    grid-template-columns: 1fr;
    padding: 60px;
    max-width: 90%;
    margin-left: 60px;
    transform: perspective(1000px) rotateY(-2deg);
}.who_we_are_kqtED .section_content_mXYHV:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.who_we_are_kqtED .section_content_mXYHV div div {
    column-count: 2;
    column-gap: 40px;
    max-height: 450px;
}
}

@media (min-width: 1024px) {.who_we_are_kqtED {
    padding: 180px 0 160px;
}.who_we_are_kqtED::before {
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.8) 100%);
}.who_we_are_kqtED::after {
    width: 90%;
    right: -20%;
    height: 180%;
    top: -20%;
    transform: rotate(-35deg);
}.who_we_are_kqtED .container {
    padding: 0 60px;
}.who_we_are_kqtED h2 {
    margin-bottom: 90px;
    margin-left: 120px;
    font-size: calc(36px * 1.8);
}.who_we_are_kqtED h2::after {
    width: 180px;
    height: 6px;
}.who_we_are_kqtED .section_content_mXYHV {
    padding: 80px;
    margin-left: 120px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.25), 0 15px 30px rgba(0,0,0,0.2), 0 5px 15px rgba(0,0,0,0.1);
    max-width: 80%;
}.who_we_are_kqtED .section_content_mXYHV p {
    margin-bottom: 30px;
    font-size: calc(16px * 1.8);
    padding-bottom: 20px;
}.who_we_are_kqtED .section_content_mXYHV div div {
    column-gap: 60px;
    column-count: 2;
    font-size: calc(16px * 1.1);
    max-height: 500px;
    line-height: 1.9;
}
}

@media (max-width: 767px) {.who_we_are_kqtED {
    padding: 80px 0 60px;
}.who_we_are_kqtED::after {
    opacity: 0.6;
}.who_we_are_kqtED .container {
    padding: 0 20px;
}.who_we_are_kqtED h2 {
    transform: none;
    margin-bottom: 40px;
    align-self: center;
    font-size: 36px;
}.who_we_are_kqtED h2::after {
    transform: translateX(-50%);
    height: 3px;
    left: 50%;
    width: 80px;
}.who_we_are_kqtED h2:hover::after {
    transform: translateX(-50%) scaleX(1.2);
}.who_we_are_kqtED .section_content_mXYHV {
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    padding: 30px 20px;
}.who_we_are_kqtED .section_content_mXYHV p {
    font-size: calc(16px * 1.2);
    text-align: center;
}.who_we_are_kqtED .section_content_mXYHV div div {
    font-size: 16px;
    max-height: 350px;
    line-height: 1.6;
}}.reach_out_kMRay {
    padding: 0;
    position: relative;
}.reach_out_kMRay::before {
    opacity: 0.92;
    width: 100%;
    background-color: rgb(234,235,239);
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
}.reach_out_kMRay .container {
    max-width: 1200px;
    padding: 0;
    position: relative;
    margin: 0 auto;
}.reach_out_kMRay .inquiry_section_xLFIR {
    position: relative;
    display: flex;
}.reach_out_kMRay .request_query_UoerI {
    color: #ffffff;
    background-color: rgb(198,199,212);
    display: flex;
    flex-direction: column;
    width: 40%;
    justify-content: center;
    padding: 80px 50px;
}.reach_out_kMRay .request_query_UoerI h3 {
    margin-bottom: 50px;
    font-weight: 700;
    color: #ffffff;
    font-size: 32px;
    position: relative;
}.reach_out_kMRay .request_query_UoerI h3::after {
    position: absolute;
    background: #ffffff;
    height: 3px;
    left: 0;
    bottom: -15px;
    content: '';
    width: 60px;
}.reach_out_kMRay .request_query_UoerI div {
    padding-bottom: 15px;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 30px;
    align-items: center;
}.reach_out_kMRay .request_query_UoerI div:last-child {
    border-bottom: none;
}.reach_out_kMRay .request_query_UoerI svg {
    width: 25px;
    margin-right: 20px;
    height: 25px;
}.reach_out_kMRay .request_query_UoerI svg path {
    fill: #ffffff;
}.reach_out_kMRay .request_query_UoerI span {
    color: #ffffff;
    font-size: 15px;
}.reach_out_kMRay .request_query_UoerI a {
    text-decoration: none;
    transition: opacity 0.3s ease;
    color: #ffffff;
}.reach_out_kMRay .request_query_UoerI a:hover {
    opacity: 0.8;
}.reach_out_kMRay .query_links_WvyRp {
    width: 60%;
    align-items: center;
    background-color: #ffffff;
    display: flex;
    padding: 100px 50px 100px 100px;
}.reach_out_kMRay form {
    width: 100%;
}.reach_out_kMRay form h3 {
    font-size: 32px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
}.reach_out_kMRay form h3::after {
    width: 60px;
    content: '';
    position: absolute;
    height: 3px;
    left: 0;
    background: rgb(198,199,212);
    bottom: -15px;
}.reach_out_kMRay form input[type="text"],
.reach_out_kMRay form input[type="email"] {
    border-bottom: 1px solid #e0e0e0;
    background: transparent;
    border: none;
    color: #000000;
    padding: 15px 0;
    margin-bottom: 25px;
    font-size: 15px;
    width: 100%;
    transition: all 0.3s ease;
}.reach_out_kMRay form input[type="text"]:focus,
.reach_out_kMRay form input[type="email"]:focus {
    outline: none;
    border-bottom-color: rgb(198,199,212);
}.reach_out_kMRay form input::placeholder {
    color: #9e9e9e;
}.reach_out_kMRay .query_reach_FAXEe {
    margin: 30px 0;
    display: flex;
    align-items: flex-start;
}.reach_out_kMRay .query_reach_FAXEe input[type="checkbox"] {
    flex-shrink: 0;
    appearance: none;
    -webkit-appearance: none;
    transition: all 0.3s ease;
    margin-right: 15px;
    position: relative;
    border: 1px solid #e0e0e0;
    width: 20px;
    cursor: pointer;
    height: 20px;
    background: transparent;
}.reach_out_kMRay .query_reach_FAXEe input[type="checkbox"]:checked {
    border-color: rgb(198,199,212);
    background-color: rgb(198,199,212);
}.reach_out_kMRay .query_reach_FAXEe input[type="checkbox"]:checked::before {
    border: solid white;
    top: 2px;
    width: 6px;
    left: 6px;
    position: absolute;
    border-width: 0 2px 2px 0;
    height: 10px;
    transform: rotate(45deg);
    content: '';
}.reach_out_kMRay .query_reach_FAXEe label {
    color: #000000;
    line-height: 1.6;
    font-size: 13px;
}.reach_out_kMRay .query_reach_FAXEe a {
    font-weight: 600;
    color: rgb(198,199,212);
    transition: color 0.3s ease;
    text-decoration: none;
}.reach_out_kMRay .query_reach_FAXEe a:hover {
    color: rgb(161,163,179);
}.reach_out_kMRay .help_feedback_RHMPA {
    font-weight: 600;
    position: relative;
    background: rgb(198,199,212);
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    border: none;
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    padding: 15px 40px;
    transition: all 0.3s ease;
}.reach_out_kMRay .help_feedback_RHMPA::after {
    position: absolute;
    content: '';
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    z-index: -1;
    background: rgb(161,163,179);
    width: 100%;
    height: 100%;
    top: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.reach_out_kMRay .help_feedback_RHMPA:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

@media (max-width: 1024px) {.reach_out_kMRay .request_query_UoerI {
    padding: 60px 30px;
}.reach_out_kMRay .query_links_WvyRp {
    padding: 80px 40px 80px 70px;
}
}

@media (max-width: 768px) {.reach_out_kMRay .inquiry_section_xLFIR {
    flex-direction: column;
}.reach_out_kMRay .request_query_UoerI {
    clip-path: none;
    padding: 50px 30px;
    width: 100%;
}.reach_out_kMRay .query_links_WvyRp {
    width: 100%;
    padding: 50px 30px;
}.reach_out_kMRay .request_query_UoerI h3,
    .reach_out_kMRay form h3 {
    font-size: calc(32px * 0.9);
    margin-bottom: 30px;
}
}

@media (max-width: 576px) {.reach_out_kMRay .request_query_UoerI,
    .reach_out_kMRay .query_links_WvyRp {
    padding: 40px 25px;
}.reach_out_kMRay .request_query_UoerI h3,
    .reach_out_kMRay form h3 {
    margin-bottom: 25px;
    font-size: calc(32px * 0.8);
}.reach_out_kMRay .request_query_UoerI div {
    margin-bottom: 20px;
}.reach_out_kMRay .help_feedback_RHMPA {
    padding: 15px 20px;
    width: 100%;
}}.cookieNotificationBanner_udmwA {
    width: 100%;
    position: fixed;
    z-index: 90;
    bottom: 0;
    border-top: 2px solid rgb(198,199,212);
    background: rgb(234,235,239);
}.track_alert_JwlBz {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}#cookieNoticeMessage_UItXh {
    display: none;
}#cookieNoticeMessage_UItXh:checked ~ .cookieNotificationBanner_udmwA {
    visibility: hidden;
    opacity: 0;
}.cookieNotificationBanner_udmwA h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookieNotificationBanner_udmwA p {
    font-size: 18px;
}.cookie_overview_KdWmH {
    margin-right: 10px;
    flex-shrink: 0;
}.cookie_overview_KdWmH svg, .cookie_overview_KdWmH svg path, .cookie_overview_KdWmH img {
    height: 100px;
    width: 100px;
    fill: rgb(198,199,212);
}.cookie_view_ezvYa {
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    font-size: 24px;
    border-bottom: 2px solid rgb(198,199,212);
    flex-shrink: 0;
    min-width: 120px;
    text-align: center;
    margin-left: 10px;
    line-height: 35px;
    color: rgb(198,199,212);
}.cookieNotificationBanner_udmwA p a {
    text-decoration: none;
    color: rgb(198,199,212);
}
@media only screen and (max-width: 1200px) {.cookieNotificationBanner_udmwA {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookie_overview_KdWmH {
    display: none;
}.track_alert_JwlBz {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookieNotificationBanner_udmwA h5 {
    text-align: center;
}.cookieNotificationBanner_udmwA p {
    text-align: center;
}.data_comply_uPSWt {
    margin-bottom: 20px;
}body .wrapper-template_qJAku .cookie_view_ezvYa {
    margin-left: 0;
    margin-bottom: 10px;
}}
.wrapper-template_qJAku .cookieNotificationBanner_udmwA {
    border: none;
    background: #ffffff;
    box-shadow: rgb(198,199,212,0.5) 0px 0px 40px 39px;
}.wrapper-template_qJAku .cookie_view_ezvYa {
    font-weight: 400;
    font-size: 20px;
    padding: 10px;
    background: rgb(198,199,212);
    color: #ffffff;
    margin-left: 30px;
    border: none;
}.wrapper-template_qJAku .cookie_overview_KdWmH {
    align-items: center;
    justify-content: center;
    width: 80px;
    background:rgb(198,199,212);
    display: flex;
    border-radius: 50%;
    height: 80px;
}.wrapper-template_qJAku .cookie_overview_KdWmH svg, .wrapper-template_qJAku .cookie_overview_KdWmH svg path, .wrapper-template_qJAku .cookie_overview_KdWmH img {
    fill:#000000;
    height: 40px;
    width: 40px;
}.wrapper-template_qJAku .data_comply_uPSWt h5, .wrapper-template_qJAku .data_comply_uPSWt p {
    color: #000000;
}
@media only screen and (max-width: 800px){.wrapper-template_qJAku .cookie_overview_KdWmH {
    margin-bottom: 14px;
    margin: 0;
}}.primary_page_rlhLp {
    align-items: center;
    display: flex;
    min-height: 100vh;
    background-color: rgb(234,235,239);
    justify-content: center;
    overflow: hidden;
    position: relative;
}.edu_front_NZsgf {
    max-width: 1400px;
    z-index: 1;
    padding: 2rem;
    position: relative;
    width: 100%;
}.primary_page_rlhLp .fast_studypro_JbnmH {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 
    20px 20px 60px rgba(0, 0, 0, 0.1),
    -20px -20px 60px rgba(255, 255, 255, 0.08),
    inset 5px 5px 15px rgba(255, 255, 255, 0.05),
    inset -5px -5px 15px rgba(0, 0, 0, 0.05);
    padding: 4rem 3rem;
    position: relative;
    border-radius: 1.5rem;
    transform: perspective(1000px) rotateX(2deg);
    overflow: hidden;
}.primary_page_rlhLp .fast_studypro_JbnmH::before {
    width: 100%;
    left: 0;
    z-index: -1;
    background: linear-gradient(
    135deg,
    rgb(198,199,212,0.5),
    rgb(161,163,179,0.5)
  );
    height: 100%;
    backdrop-filter: blur(8px);
    position: absolute;
    top: 0;
    opacity: 0.85;
    content: "";
}.primary_page_rlhLp .fast_studypro_JbnmH::after {
    top: -50%;
    content: "";
    height: 200%;
    left: -50%;
    position: absolute;
    z-index: -1;
    animation: pulse 12s infinite alternate cubic-bezier(0.4, 0, 0.2, 1);
    width: 200%;
    background: radial-gradient(
    circle at center,
    rgba(255, 255, 255, 0.15),
    transparent 70%
  );
    opacity: 0.5;
}.primary_page_rlhLp .fast_studypro_JbnmH span {
    display: block;
    animation: slideInRight 0.7s 0.3s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    opacity: 0;
    margin-bottom: 1.5rem;
    transform: translateX(-20px);
}.primary_page_rlhLp .fast_studypro_JbnmH h3 {
    line-height: 1.5;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding-left: 1rem;
    -webkit-background-clip: text !important;
    border-left: 3px solid rgb(198,199,212);
    letter-spacing: 0.5px;
    font-size: calc(18px * 0.9);
    color: #ffffff;
    transform: translateY(0);
    transition: transform 0.3s ease-out;
    background-clip: text !important;
    background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0.8));
    font-weight: 600;
}.primary_page_rlhLp .fast_studypro_JbnmH h1 {
    color: #ffffff;
    margin-bottom: 2rem;
    font-weight: 700;
    transform: translateY(20px);
    opacity: 0;
    line-height: 1.2;
    animation: slideInUp 0.8s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 43px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    position: relative;
}.primary_page_rlhLp .fast_studypro_JbnmH h1::after {
    left: 0;
    width: 80px;
    transform: scaleX(0);
    animation: expandWidth 1s 1.3s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: 4px;
    transform-origin: left;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(198,199,212), rgb(161,163,179));
    bottom: -10px;
}.primary_page_rlhLp .fast_studypro_JbnmH div div {
    transform: translateY(30px);
    max-width: 600px;
    position: relative;
    opacity: 0;
    animation: slideInUp 0.8s 0.7s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.primary_page_rlhLp .fast_studypro_JbnmH p {
    padding-right: 2rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-top: 1.5rem;
    font-size: calc(14px * 1.1);
    position: relative;
}.primary_page_rlhLp .fast_studypro_JbnmH p::before {
    content: "";
    position: absolute;
    opacity: 0.7;
    top: 0;
    width: 3px;
    left: -15px;
    height: 100%;
    background: linear-gradient(to bottom, rgb(161,163,179), transparent);
}.primary_page_rlhLp .fast_studypro_JbnmH:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
    25px 25px 70px rgba(0, 0, 0, 0.15),
    -25px -25px 70px rgba(255, 255, 255, 0.1),
    inset 5px 5px 15px rgba(255, 255, 255, 0.08),
    inset -5px -5px 15px rgba(0, 0, 0, 0.08);
}.primary_page_rlhLp .fast_studypro_JbnmH:hover h3 {
    transform: translateY(-2px);
}

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

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

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

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

@media (max-width: 992px) {.primary_page_rlhLp .fast_studypro_JbnmH {
    transform: perspective(800px) rotateX(1deg);
    padding: 3rem 2rem;
}.primary_page_rlhLp .fast_studypro_JbnmH h1 {
    font-size: calc(43px * 0.85);
}.primary_page_rlhLp .fast_studypro_JbnmH h3 {
    font-size: calc(18px * 0.85);
}
}

@media (max-width: 768px) {.edu_front_NZsgf {
    padding: 1.5rem;
}.primary_page_rlhLp .fast_studypro_JbnmH {
    padding: 2.5rem 1.5rem;
    transform: none;
}.primary_page_rlhLp .fast_studypro_JbnmH h1 {
    margin-bottom: 1.5rem;
    font-size: calc(43px * 0.75);
}.primary_page_rlhLp .fast_studypro_JbnmH h3 {
    font-size: calc(18px * 0.8);
    padding-left: 0.75rem;
}.primary_page_rlhLp .fast_studypro_JbnmH div div {
    max-width: 100%;
}.primary_page_rlhLp .fast_studypro_JbnmH p {
    font-size: 14px;
    padding-right: 0;
}
}

@media (max-width: 576px) {.primary_page_rlhLp .fast_studypro_JbnmH {
    padding: 2rem 1.25rem;
}.primary_page_rlhLp .fast_studypro_JbnmH h1 {
    font-size: calc(43px * 0.65);
}.primary_page_rlhLp .fast_studypro_JbnmH h3 {
    font-size: calc(18px * 0.75);
    border-left: 2px solid rgb(198,199,212);
}.primary_page_rlhLp .fast_studypro_JbnmH h1::after {
    width: 60px;
    height: 3px;
}.primary_page_rlhLp .fast_studypro_JbnmH p::before {
    left: -10px;
    width: 2px;
}}.privacy_vaulting_DeGmk {
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(234,235,239) 0%, rgba(245, 245, 250, 0.97) 100%);
}.privacy_vaulting_DeGmk::before {
    content: "";
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(198,199,212,0.5), 0.03) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(rgb(161,163,179,0.5), 0.04) 0%, transparent 50%);
    width: 100%;
    position: absolute;
    pointer-events: none;
    left: 0;
    z-index: 1;
    top: 0;
    height: 100%;
}.privacy_vaulting_DeGmk .container {
    padding: 0 2rem;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
    transform: translateZ(0);
    animation: fadeIn 0.8s ease-out forwards;
}.privacy_vaulting_DeGmk h1 {
    transform: translateX(-5px);
    font-weight: 700;
    font-size: 40px;
    letter-spacing: -0.01em;
    position: relative;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 2.5rem;
}.privacy_vaulting_DeGmk h1::after {
    background: linear-gradient(90deg, rgb(198,199,212) 0%, rgb(161,163,179) 100%);
    left: 0;
    animation: scaleIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    width: 80px;
    opacity: 0;
    height: 3px;
    animation-delay: 0.2s;
    bottom: -12px;
    content: "";
    transform-origin: left;
    position: absolute;
}.privacy_vaulting_DeGmk h2 {
    color: #000000;
    border-left: 3px solid rgb(198,199,212);
    margin: 3rem 0 1.5rem;
    padding-left: 1rem;
    font-size: 38px;
    position: relative;
    font-weight: 600;
}.privacy_vaulting_DeGmk h3 {
    font-size: calc(38px * 0.85);
    padding-left: 1rem;
    font-weight: 600;
    margin: 2.5rem 0 1.25rem;
    color: #000000;
    border-left: 2px solid rgb(161,163,179);
    position: relative;
}.privacy_vaulting_DeGmk h4 {
    color: #000000;
    font-size: calc(38px * 0.75);
    border-left: 1px solid rgb(161,163,179);
    font-weight: 600;
    position: relative;
    margin: 2rem 0 1rem;
    padding-left: 1rem;
}.privacy_vaulting_DeGmk p {
    font-size: 15px;
    margin-bottom: 1.5rem;
    position: relative;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    transform: translateZ(0);
    color: #000000;
    max-width: 90ch;
}.privacy_vaulting_DeGmk p strong {
    color: #000000;
    position: relative;
    display: inline-block;
    font-weight: 600;
}.privacy_vaulting_DeGmk span {
    margin-bottom: 1.5rem;
    max-width: 90ch;
    display: block;
    line-height: 1.8;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 15px;
}.privacy_vaulting_DeGmk ul {
    list-style-type: none;
    padding: 0;
    margin: 1.5rem 0 2rem 1.5rem;
}.privacy_vaulting_DeGmk li {
    margin-bottom: 1rem;
    position: relative;
    line-height: 1.7;
    color: #000000;
    padding-left: 1.8rem;
    font-size: 15px;
}.privacy_vaulting_DeGmk li::before {
    left: 0;
    border-radius: 50%;
    background-color: rgb(198,199,212);
    content: "";
    position: absolute;
    height: 6px;
    top: 0.8rem;
    transform: translateY(-50%);
    width: 6px;
}.privacy_vaulting_DeGmk li:nth-child(2n)::before {
    background-color: rgb(161,163,179);
}@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

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


.privacy_vaulting_DeGmk h2:hover,
.privacy_vaulting_DeGmk h3:hover,
.privacy_vaulting_DeGmk h4:hover {
    transform: translateX(5px);
    transition: transform 0.3s ease-out;
}


@media (max-width: 992px) {.privacy_vaulting_DeGmk {
    padding: 4rem 0;
}.privacy_vaulting_DeGmk h1 {
    font-size: calc(40px * 0.9);
}.privacy_vaulting_DeGmk h2 {
    font-size: calc(38px * 0.9);
}.privacy_vaulting_DeGmk h3 {
    font-size: calc(38px * 0.8);
}.privacy_vaulting_DeGmk h4 {
    font-size: calc(38px * 0.7);
}
}

@media (max-width: 768px) {.privacy_vaulting_DeGmk {
    padding: 3rem 0;
}.privacy_vaulting_DeGmk .container {
    padding: 0 1.5rem;
}.privacy_vaulting_DeGmk h1 {
    margin-bottom: 2rem;
    font-size: calc(40px * 0.85);
}.privacy_vaulting_DeGmk h1::after {
    width: 60px;
}.privacy_vaulting_DeGmk h2 {
    margin: 2.5rem 0 1.25rem;
}.privacy_vaulting_DeGmk h3 {
    margin: 2rem 0 1rem;
}.privacy_vaulting_DeGmk li {
    padding-left: 1.5rem;
}
}

@media (max-width: 576px) {.privacy_vaulting_DeGmk {
    padding: 2.5rem 0;
}.privacy_vaulting_DeGmk .container {
    padding: 0 1.25rem;
}.privacy_vaulting_DeGmk h1 {
    transform: translateX(0);
    font-size: calc(40px * 0.75);
}.privacy_vaulting_DeGmk h2 {
    padding-left: 0.75rem;
    font-size: calc(38px * 0.8);
}.privacy_vaulting_DeGmk h3 {
    font-size: calc(38px * 0.7);
    padding-left: 0.75rem;
}.privacy_vaulting_DeGmk h4 {
    padding-left: 0.75rem;
    font-size: calc(38px * 0.6);
}.privacy_vaulting_DeGmk p,
    .privacy_vaulting_DeGmk span {
    font-size: calc(15px * 0.95);
}.privacy_vaulting_DeGmk ul {
    margin-left: 0.5rem;
}.privacy_vaulting_DeGmk li {
    margin-bottom: 0.8rem;
    padding-left: 1.25rem;
    font-size: calc(15px * 0.95);
}
}