* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}.wrapper-holder_VvaT {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    height: 100%;
    min-height: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1166px;
}.twitter_cta_kOFS {
    flex: 0 0 auto;
}.header_bar_Jtsl {
    flex: 1 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.interested_learners_CDum {
    padding: 120px 0 100px;
    overflow: hidden;
    background: rgb(161,204,220);
    position: relative;
}.interested_learners_CDum::before {
    width: 100%;
    right: -50%;
    height: 100%;
    top: -50%;
    content: "";
    transform: rotate(35deg);
    position: absolute;
    z-index: 1;
    background: rgb(132,167,189,0.5);
}.interested_learners_CDum::after {
    left: -50%;
    position: absolute;
    height: 100%;
    background: rgb(105,134,158,0.5);
    content: "";
    transform: rotate(-35deg);
    bottom: -50%;
    width: 100%;
    z-index: 1;
}.interested_learners_CDum .container {
    max-width: 1140px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 15px;
    position: relative;
}.interested_learners_CDum .learn_space_YkLh {
    background: #ffffff;
    padding: 60px 40px;
    overflow: hidden;
    border-radius: 16px;
    position: relative;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
}.interested_learners_CDum .learn_space_YkLh::before {
    position: absolute;
    background: linear-gradient(90deg, rgb(132,167,189), rgb(105,134,158));
    content: "";
    height: 6px;
    top: 0;
    width: 100%;
    left: 0;
}.interested_learners_CDum .learn_space_YkLh::after {
    content: "";
    border-radius: 50%;
    right: 20px;
    border: 2px solid rgb(132,167,189,0.5);
    position: absolute;
    top: 20px;
    width: 120px;
    opacity: 0.5;
    height: 120px;
    z-index: -1;
}.interested_learners_CDum h4 {
    margin-bottom: 50px;
    color: #000000;
    font-weight: 700;
    font-size: 36px;
    position: relative;
    text-align: center;
}.interested_learners_CDum h4::before {
    height: 4px;
    width: 40px;
    bottom: -20px;
    position: absolute;
    content: "";
    background: rgb(132,167,189);
    transform: translateX(-50%);
    border-radius: 10px;
    left: 50%;
}.interested_learners_CDum h4::after {
    position: absolute;
    left: 50%;
    transform: translateX(-20px);
    height: 4px;
    border-radius: 10px;
    bottom: -20px;
    content: "";
    background: rgb(105,134,158,0.5);
    width: 80px;
}.interested_learners_CDum div > div {
    gap: 30px;
    position: relative;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    display: grid;
}.interested_learners_CDum div > div::before {
    opacity: 0.5;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(105,134,158,0.5) 20%, 
        rgb(105,134,158,0.5) 80%, 
        transparent 100%);
    top: 50%;
    left: 0;
    height: 1px;
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
}.interested_learners_CDum p {
    background: #ffffff;
    color: #000000;
    display: flex;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin: 0;
    border-radius: 10px;
    padding: 24px;
    font-size: 15px;
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}.interested_learners_CDum p::before {
    transition: opacity 0.4s ease;
    position: absolute;
    opacity: 0;
    border-radius: 10px;
    content: "";
    z-index: -1;
    background: linear-gradient(135deg, #ffffff 0%, rgb(161,204,220) 100%);
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
}.interested_learners_CDum p:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: rgb(132,167,189,0.5);
    transform: translateY(-10px) scale(1.02);
}.interested_learners_CDum p:hover::before {
    opacity: 1;
}.interested_learners_CDum p svg {
    width: 28px;
    flex-shrink: 0;
    margin-right: 18px;
    height: 28px;
    transition: all 0.4s ease;
}.interested_learners_CDum p svg path {
    transition: fill 0.3s ease;
    fill: rgb(132,167,189);
}.interested_learners_CDum p:hover svg {
    transform: rotate(10deg) scale(1.2);
}.interested_learners_CDum p:hover svg path {
    fill: rgb(105,134,158);
}@keyframes dotAnimation {
    0% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.5);
    }
    100% {
        transform: translateY(0) scale(1);
    }
}

.interested_learners_CDum .learn_space_YkLh::before {
    animation: dotAnimation 8s infinite;
}@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.interested_learners_CDum .learn_space_YkLh > div p {
    opacity: 0;
    animation: fadeSlideIn 0.6s ease forwards;
}.interested_learners_CDum .learn_space_YkLh > div p:nth-child(1) {
    animation-delay: 0.1s;
}.interested_learners_CDum .learn_space_YkLh > div p:nth-child(2) {
    animation-delay: 0.3s;
}.interested_learners_CDum .learn_space_YkLh > div p:nth-child(3) {
    animation-delay: 0.5s;
}.interested_learners_CDum .learn_space_YkLh > div p:nth-child(4) {
    animation-delay: 0.7s;
}.interested_learners_CDum .learn_space_YkLh > div p:nth-child(5) {
    animation-delay: 0.9s;
}.interested_learners_CDum .learn_space_YkLh > div p:nth-child(6) {
    animation-delay: 1.1s;
}.interested_learners_CDum p::after {
    z-index: -1;
    height: 30px;
    width: 30px;
    right: 10px;
    transition: all 0.4s ease;
    content: "";
    opacity: 0;
    background: rgb(105,134,158,0.5);
    position: absolute;
    border-radius: 50%;
    bottom: 10px;
}.interested_learners_CDum p:hover::after {
    transform: scale(2);
    opacity: 0.3;
}

@media (max-width: 991px) {.interested_learners_CDum {
    padding: 90px 0 80px;
}.interested_learners_CDum .learn_space_YkLh {
    padding: 50px 30px;
}.interested_learners_CDum h4 {
    margin-bottom: 40px;
    font-size: calc(36px * 0.9);
}.interested_learners_CDum div > div {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}.interested_learners_CDum p {
    padding: 20px;
}.interested_learners_CDum .learn_space_YkLh::after {
    height: 100px;
    width: 100px;
}
}

@media (max-width: 768px) {.interested_learners_CDum {
    padding: 80px 0 70px;
}.interested_learners_CDum .learn_space_YkLh {
    padding: 40px 25px;
}.interested_learners_CDum h4 {
    margin-bottom: 35px;
    font-size: calc(36px * 0.8);
}.interested_learners_CDum div > div {
    grid-template-columns: 1fr;
    gap: 20px;
}.interested_learners_CDum div > div::before {
    display: none;
}.interested_learners_CDum p {
    padding: 18px;
}.interested_learners_CDum p svg {
    margin-right: 15px;
    width: 24px;
    height: 24px;
}.interested_learners_CDum .learn_space_YkLh::after {
    left: 20px;
    height: 80px;
    top: auto;
    width: 80px;
    bottom: 20px;
    right: auto;
}
}

@media (max-width: 576px) {.interested_learners_CDum {
    padding: 60px 0 50px;
}.interested_learners_CDum .learn_space_YkLh {
    padding: 35px 20px;
}.interested_learners_CDum h4 {
    font-size: calc(36px * 0.7);
    margin-bottom: 30px;
}.interested_learners_CDum h4::before {
    height: 3px;
    width: 30px;
}.interested_learners_CDum h4::after {
    height: 3px;
    width: 60px;
}.interested_learners_CDum p {
    padding: 15px;
    font-size: calc(15px * 0.9);
}.interested_learners_CDum p svg {
    width: 20px;
    height: 20px;
    margin-right: 12px;
}.interested_learners_CDum p:hover {
    transform: translateY(-5px) scale(1.01);
}.interested_learners_CDum .learn_space_YkLh::after {
    height: 60px;
    width: 60px;
}}footer {
    width: 100%;
    position: relative;
}footer .twitter_cta_kOFS {
    color: #000000;
    padding: 100px 0 30px;
    font-family: Arial, sans-serif;
    background-color: rgb(161,204,220);
    position: relative;
}footer .twitter_cta_kOFS::before {
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(132,167,189,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(105,134,158,0.5) 0%, transparent 20%);
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.3;
}footer .license_cta_rPxT {
    position: relative;
    z-index: 1;
}footer .talk_support_OKiS {
    gap: 15px;
    z-index: 3;
    width: 85%;
    padding: 25px;
    display: flex;
    justify-content: space-between;
    margin: auto;
    border-radius: 28px;
    background-color: #ffffff;
    flex-wrap: wrap;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}footer .info_item {
    padding: 15px;
    transition: all 0.3s ease;
    background-color: rgb(161,204,220);
    border-radius: 10px;
    display: flex;
    flex: 1 1 200px;
    align-items: center;
}footer .info_item:hover {
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}footer .info_item svg {
    width: 22px;
    margin-right: 12px;
    height: 22px;
    transition: transform 0.3s ease;
    fill: rgb(132,167,189);
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item p,
footer .info_item a {
    color: #000000;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
}footer .info_item a:hover {
    color: rgb(132,167,189);
}footer .text_main_holder {
    flex-direction: column;
    display: flex;
    margin-top: 40px;
    perspective: 2000px;
    position: relative;
    gap: 20px;
}footer .head_pagewrap_LTyq, footer .site_start_HYeB, footer .subscribe_holder {
    padding: 30px;
    transform-style: preserve-3d;
    position: relative;
    border-radius: 28px;
    transform-origin: center center;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.5s ease;
}footer .head_pagewrap_LTyq {
    background-color: #ffffff;
    transform: translateZ(0) scale(1);
    z-index: 2;
}footer .head_pagewrap_LTyq:hover {
    transform: translateZ(30px) scale(1.02);
}footer .site_start_HYeB {
    z-index: 1;
    transform: translateZ(-10px) scale(0.98);
    margin-left: 20px;
    background-color: rgb(105,134,158);
    color: #ffffff;
    margin-right: 20px;
    margin-top: -20px;
}footer .subscribe_holder {
    margin-right: 40px;
    margin-top: -20px;
    transform: translateZ(-20px) scale(0.96);
    margin-left: 40px;
    z-index: 0;
    background-color: rgb(132,167,189);
    color: #ffffff;
}footer .subscribe_holder:hover {
    transform: translateZ(10px) scale(0.98);
}footer .head_pagewrap_LTyq::after, footer .site_start_HYeB::after, footer .subscribe_holder::after {
    opacity: 0;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    content: "";
    transition: opacity 0.3s ease;
    width: 100%;
    height: 100%;
    position: absolute;
}footer .head_pagewrap_LTyq:hover::after, footer .site_start_HYeB:hover::after, footer .subscribe_holder:hover::after {
    opacity: 1;
}footer .head_pagewrap_LTyq svg {
    height: 45px;
    margin-bottom: 20px;
    display: block;
    width: auto;
}footer .netiquette_HAXg {
    color: #000000;
    font-size: 16px;
    line-height: 1.6;
}footer .site_start_HYeB h5 {
    font-size: 20px;
    margin-bottom: 20px;
    display: inline-block;
    color: #ffffff;
    position: relative;
    font-weight: 600;
}footer .site_start_HYeB h5::after {
    transition: width 0.3s ease;
    bottom: -8px;
    left: 0;
    content: "";
    height: 2px;
    background: linear-gradient(90deg, rgb(132,167,189), transparent);
    width: 40px;
    position: absolute;
}footer .site_start_HYeB h5:hover::after {
    width: 100%;
}footer .head_know_oMzp {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 15px;
    display: grid;
    margin-bottom: 20px;
}footer .head_know_oMzp a {
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    padding: 5px 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 18px;
    display: inline-block;
}footer .head_know_oMzp a::before {
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
    transition: width 0.3s ease;
    background-color: rgb(132,167,189);
    width: 0;
    height: 1px;
}footer .head_know_oMzp a:hover {
    color: #ffffff;
    transform: translateX(5px);
}footer .head_know_oMzp a:hover::before {
    width: 100%;
}footer .subscribe_holder h5 {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
    line-height: 1.6;
    font-size: 18px;
}footer .input_holder {
    flex-direction: column;
    display: flex;
    gap: 15px;
}footer .input_holder input[type="email"] {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding: 14px 16px;
    font-size: 18px;
    border: none;
    border-radius: 10px;
    transition: all 0.3s ease;
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.2);
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .sub_solution_LQWA {
    text-align: center;
    transition: all 0.3s ease;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 14px 20px;
    border: none;
    color: rgb(132,167,189);
}footer .sub_solution_LQWA:hover {
    transform: translateY(-3px);
    background-color: rgb(105,134,158);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}footer .academy_info_SGUK {
    text-align: center;
    position: relative;
    margin-top: 60px;
}footer .equity_pledge_ysRx {
    background-color: #ffffff;
    display: inline-block;
    padding: 8px 20px;
    color: #000000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    font-size: 16px;
}

@media (min-width: 992px) {footer .text_main_holder {
    align-items: stretch;
    flex-direction: row;
}footer .head_pagewrap_LTyq, footer .site_start_HYeB, footer .subscribe_holder {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    flex: 1;
}footer .head_pagewrap_LTyq {
    margin-right: -20px;
}footer .site_start_HYeB {
    margin-left: 0;
    z-index: 1;
    margin-right: -20px;
}footer .subscribe_holder {
    margin-left: 0;
    margin-right: 0;
}
}

@media (max-width: 991px) {footer .talk_support_OKiS {
    width: 90%;
    padding: 20px;
}footer .text_main_holder {
    margin-top: 80px;
}
}

@media (max-width: 767px) {footer .twitter_cta_kOFS {
    padding: 80px 0 30px;
}footer .talk_support_OKiS {
    width: 95%;
    padding: 15px;
}footer .info_item {
    flex: 1 1 100%;
}footer .head_pagewrap_LTyq, footer .site_start_HYeB, footer .subscribe_holder {
    padding: 25px 20px;
    margin-left: 0;
    margin-right: 0;
}footer .site_start_HYeB, footer .subscribe_holder {
    margin-top: -10px;
}footer .academy_info_SGUK {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .twitter_cta_kOFS {
    padding: 70px 0 20px;
}footer .talk_support_OKiS {
    padding: 10px;
}footer .info_item {
    padding: 10px;
}footer .text_main_holder {
    margin-top: 60px;
}footer .head_pagewrap_LTyq, footer .site_start_HYeB, footer .subscribe_holder {
    padding: 20px 15px;
}footer .site_start_HYeB h5, footer .subscribe_holder h5 {
    font-size: calc(20px - 2px);
}footer .head_know_oMzp {
    grid-template-columns: 1fr;
}footer .input_holder input[type="email"],
    footer .sub_solution_LQWA {
    padding: 12px;
}}.contact_form_section_Nslb {
    padding: 5rem 0;
    position: relative;
}.contact_form_section_Nslb::before {
    top: 0;
    content: "";
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    position: absolute;
    height: 100%;
    z-index: 1;
}.contact_form_section_Nslb .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.contact_form_section_Nslb .reach_card_LgOR {
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    display: flex;
    background: rgb(161,204,220);
    border-radius: 20px;
    flex-wrap: wrap;
}.contact_form_section_Nslb .reach_card_LgOR::before {
    top: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(132,167,189), 
        rgb(105,134,158));
    left: 0;
    content: "";
    height: 5px;
}.contact_form_section_Nslb .support_grid_EZuN {
    position: relative;
    background: rgb(161,204,220);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding: 3rem;
    flex: 1 0 300px;
}.contact_form_section_Nslb .support_grid_EZuN::after {
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    width: 1px;
    background: linear-gradient(to bottom,
        transparent,
        rgb(132,167,189,0.5),
        transparent);
    top: 0;
}.contact_form_section_Nslb .support_grid_EZuN h3 {
    color: rgb(132,167,189);
    font-weight: 700;
    display: inline-block;
    padding-bottom: 1rem;
    font-size: 20px;
    border-bottom: 2px solid rgb(105,134,158);
    margin-bottom: 2.5rem;
}.contact_form_section_Nslb .support_grid_EZuN div {
    display: flex;
    padding: 1rem;
    margin-bottom: 2rem;
    align-items: center;
    border-radius: 10px;
    transition: all 0.3s ease;
    background: linear-gradient(to right, 
        transparent, 
        rgba(0, 0, 0, 0.02));
}.contact_form_section_Nslb .support_grid_EZuN div:hover {
    background: linear-gradient(to right, 
        transparent, 
        rgba(0, 0, 0, 0.05));
    transform: translateX(5px);
}.contact_form_section_Nslb .support_grid_EZuN div svg {
    background: rgb(132,167,189);
    padding: 5px;
    height: 24px;
    flex-shrink: 0;
    width: 24px;
    margin-right: 1rem;
    border-radius: 50%;
}.contact_form_section_Nslb .support_grid_EZuN div svg path {
    fill: #ffffff;
}.contact_form_section_Nslb .support_grid_EZuN div span {
    color: #000000;
    font-size: 15px;
}.contact_form_section_Nslb .support_grid_EZuN div span a {
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease;
}.contact_form_section_Nslb .support_grid_EZuN div span a:hover {
    color: rgb(132,167,189);
}.contact_form_section_Nslb .feedback_help_cFfR {
    flex: 1 0 450px;
    position: relative;
    padding: 3rem;
    background: #ffffff;
}.contact_form_section_Nslb .feedback_help_cFfR::before {
    top: 3rem;
    position: absolute;
    transform: rotate(45deg);
    width: 20px;
    left: -10px;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
    height: 20px;
    content: "";
    background: #ffffff;
}.contact_form_section_Nslb .feedback_help_cFfR form {
    flex-direction: column;
    gap: 1.5rem;
    display: flex;
}.contact_form_section_Nslb .feedback_help_cFfR h3 {
    margin-bottom: 2rem;
    color: #000000;
    text-align: center;
    position: relative;
    font-weight: 600;
    font-size: 20px;
}.contact_form_section_Nslb .feedback_help_cFfR h3::after {
    bottom: -10px;
    transform: translateX(-50%);
    left: 50%;
    height: 3px;
    width: 50px;
    content: "";
    background: rgb(132,167,189);
    position: absolute;
}.contact_form_section_Nslb .feedback_help_cFfR input[type="text"],
.contact_form_section_Nslb .feedback_help_cFfR input[type="email"] {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    font-size: 15px;
    padding: 1rem 1.2rem;
    width: 100%;
    transition: all 0.3s ease;
    color: #000000;
    background: rgb(161,204,220);
}.contact_form_section_Nslb .feedback_help_cFfR input[type="text"]:focus,
.contact_form_section_Nslb .feedback_help_cFfR input[type="email"]:focus {
    border-color: rgb(132,167,189);
    box-shadow: 0 0 0 3px rgb(132,167,189,0.5);
    outline: none;
}.contact_form_section_Nslb .feedback_help_cFfR input[type="text"]::placeholder,
.contact_form_section_Nslb .feedback_help_cFfR input[type="email"]::placeholder {
    opacity: 0.7;
    color: #000000;
}.contact_form_section_Nslb .feedback_help_cFfR .connect_message_LRNT {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0.5rem 0;
}.contact_form_section_Nslb .feedback_help_cFfR .connect_message_LRNT input[type="checkbox"] {
    width: 20px;
    flex-shrink: 0;
    height: 20px;
    border: 2px solid #000000;
    -webkit-appearance: none;
    transition: all 0.2s ease;
    appearance: none;
    cursor: pointer;
    border-radius: 4px;
    background-color: #ffffff;
    margin-top: 2px;
    position: relative;
}.contact_form_section_Nslb .feedback_help_cFfR .connect_message_LRNT input[type="checkbox"]:checked {
    background-color: rgb(132,167,189);
    border-color: rgb(132,167,189);
}.contact_form_section_Nslb .feedback_help_cFfR .connect_message_LRNT input[type="checkbox"]:checked::after {
    transform: rotate(45deg);
    border: solid #ffffff;
    width: 4px;
    left: 7px;
    content: "";
    position: absolute;
    height: 8px;
    top: 3px;
    border-width: 0 2px 2px 0;
}.contact_form_section_Nslb .feedback_help_cFfR .connect_message_LRNT label {
    font-size: calc(15px - 1px);
    line-height: 1.5;
    color: #000000;
}.contact_form_section_Nslb .feedback_help_cFfR .connect_message_LRNT label a {
    font-weight: 600;
    text-decoration: none;
    color: rgb(132,167,189);
}.contact_form_section_Nslb .feedback_help_cFfR .support_inquiry_OEYB {
    overflow: hidden;
    border-radius: 10px;
    color: #ffffff;
    font-size: 14px;
    margin-top: 1rem;
    border: none;
    width: 100%;
    background: rgb(132,167,189);
    transition: all 0.3s ease;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    padding: 1rem;
}.contact_form_section_Nslb .feedback_help_cFfR .support_inquiry_OEYB::after {
    left: 50%;
    width: 5px;
    transform: scale(1, 1) translate(-50%);
    top: 50%;
    opacity: 0;
    height: 5px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    border-radius: 100%;
    transform-origin: 50% 50%;
    content: "";
}.contact_form_section_Nslb .feedback_help_cFfR .support_inquiry_OEYB:hover {
    background: rgb(105,134,158);
}.contact_form_section_Nslb .feedback_help_cFfR .support_inquiry_OEYB:focus {
    outline: none;
}.contact_form_section_Nslb .feedback_help_cFfR .support_inquiry_OEYB:active::after {
    animation: ripple 1s ease-out;
}

@keyframes ripple {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }
    20% {
        transform: scale(25, 25);
        opacity: 0.3;
    }
    100% {
        opacity: 0;
        transform: scale(40, 40);
    }
}

@media screen and (max-width: 992px) {.contact_form_section_Nslb .reach_card_LgOR {
    flex-direction: column;
}.contact_form_section_Nslb .support_grid_EZuN {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: none;
}.contact_form_section_Nslb .support_grid_EZuN::after {
    height: 1px;
    width: 100%;
    top: unset;
    bottom: 0;
    background: linear-gradient(to right,
            transparent,
            rgb(132,167,189,0.5),
            transparent);
    right: unset;
    left: 0;
}.contact_form_section_Nslb .feedback_help_cFfR::before {
    transform: rotate(135deg);
    top: -10px;
    left: 3rem;
}
}

@media screen and (max-width: 768px) {.contact_form_section_Nslb {
    padding: 4rem 0;
}.contact_form_section_Nslb .support_grid_EZuN,
    .contact_form_section_Nslb .feedback_help_cFfR {
    padding: 2rem;
}.contact_form_section_Nslb .support_grid_EZuN h3,
    .contact_form_section_Nslb .feedback_help_cFfR h3 {
    font-size: calc(20px - 2px);
}
}

@media screen and (max-width: 576px) {.contact_form_section_Nslb {
    padding: 3rem 0;
}.contact_form_section_Nslb .support_grid_EZuN,
    .contact_form_section_Nslb .feedback_help_cFfR {
    padding: 1.5rem;
}.contact_form_section_Nslb .support_grid_EZuN div {
    padding: 0.75rem;
    margin-bottom: 1.25rem;
}.contact_form_section_Nslb .support_grid_EZuN div svg {
    height: 20px;
    width: 20px;
}.contact_form_section_Nslb .feedback_help_cFfR input[type="text"],
    .contact_form_section_Nslb .feedback_help_cFfR input[type="email"] {
    padding: 0.8rem 1rem;
}.contact_form_section_Nslb .feedback_help_cFfR::before {
    display: none;
}}.education_history_VFsX {
    overflow: hidden;
    background: linear-gradient(150deg, rgb(161,204,220) 0%, #000000 100%);
    position: relative;
    padding: 8rem 0;
    min-height: 700px;
}.education_history_VFsX::before {
    opacity: 0.1;
    content: "";
    height: 100%;
    width: 100%;
    z-index: 1;
    background: 
        linear-gradient(90deg, transparent 85%, rgb(132,167,189,0.5) 85%, rgb(132,167,189,0.5) 88%, transparent 88%),
        linear-gradient(180deg, transparent 85%, rgb(105,134,158,0.5) 85%, rgb(105,134,158,0.5) 88%, transparent 88%);
    left: 0;
    animation: gridFlow 20s linear infinite;
    background-size: 150px 150px;
    top: 0;
    position: absolute;
}.education_history_VFsX .container {
    z-index: 2;
    padding: 0 2rem;
    max-width: 1300px;
    position: relative;
    margin: 0 auto;
}.education_history_VFsX .learn_ratings_zuwq {
    grid-template-columns: 45% 1fr;
    min-height: 580px;
    gap: 20px 30px;
    position: relative;
    grid-template-areas:
        "photo name"
        "photo job"
        "photo quote";
    grid-template-rows: auto auto 1fr;
    display: grid;
    background: transparent;
}.education_history_VFsX .learn_ratings_zuwq::before {
    border-radius: 25px;
    top: 50%;
    filter: blur(40px);
    opacity: 0.3;
    animation: horizontalBreathing 8s ease-in-out infinite alternate;
    right: 0;
    content: "";
    transform: translateY(-50%);
    left: 0;
    z-index: -1;
    height: 90%;
    position: absolute;
    background: linear-gradient(90deg, rgb(132,167,189,0.5) 0%, transparent 50%);
}.education_history_VFsX .learn_ratings_zuwq::after {
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.2) 100%);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    left: 0;
    width: 100%;
    border-radius: 25px;
    height: 100%;
    z-index: -2;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    content: "";
}.education_history_VFsX .article_image_ZBdy {
    transform: scale(1);
    grid-area: photo;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    z-index: 2;
    height: 100%;
    filter: contrast(1.1) brightness(1.05);
    border-radius: 25px 0 0 25px;
}.education_history_VFsX .learn_ratings_zuwq:hover .article_image_ZBdy {
    transform: scale(1.02);
    filter: contrast(1.2) brightness(1.1);
}.education_history_VFsX .article_image_ZBdy::before {
    left: 0;
    opacity: 0.7;
    top: 0;
    width: 10px;
    z-index: 3;
    height: 100%;
    content: "";
    animation: pulseOpacity 3s ease-in-out infinite;
    position: absolute;
    background: rgb(132,167,189);
}.education_history_VFsX .name {
    transform: translateX(0);
    grid-area: name;
    color: #ffffff;
    padding-bottom: 10px;
    align-self: end;
    font-size: 38px;
    margin-top: 80px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 3;
    font-weight: 700;
    position: relative;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}.education_history_VFsX .learn_ratings_zuwq:hover .name {
    transform: translateX(15px);
}.education_history_VFsX .name::after {
    content: "";
    left: 0;
    transition: width 0.5s ease;
    bottom: 0;
    width: 0;
    position: absolute;
    height: 2px;
    background: rgb(132,167,189);
}.education_history_VFsX .learn_ratings_zuwq:hover .name::after {
    width: 60%;
}.education_history_VFsX .learn_ratings_zuwq span:not(.name) {
    position: relative;
    grid-area: job;
    z-index: 3;
    transform: translateX(0);
    border-radius: 10px;
    font-size: 19px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
    background: rgba(0, 0, 0, 0.2);
    display: inline-block;
    color: rgb(105,134,158);
    backdrop-filter: blur(5px);
    padding: 0.6rem 1.2rem;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    align-self: start;
    font-weight: 600;
}.education_history_VFsX .learn_ratings_zuwq:hover span:not(.name) {
    transform: translateX(15px);
    background: rgba(0, 0, 0, 0.3);
}.education_history_VFsX .professional_exp_ZFuT {
    backdrop-filter: blur(10px);
    align-self: start;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    width: 95%;
    transform: translateY(0);
    line-height: 1.8;
    padding: 2rem;
    color: #ffffff;
    grid-area: quote;
    z-index: 2;
    border-radius: 25px;
    font-size: 17px;
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    border-left: 4px solid rgb(105,134,158);
    margin-right: 0;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
}.education_history_VFsX .learn_ratings_zuwq:hover .professional_exp_ZFuT {
    transform: translateX(15px) translateY(-5px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
}.education_history_VFsX .container::after {
    width: 300px;
    height: 300px;
    animation: pulseGlow 10s ease-in-out infinite alternate;
    right: -150px;
    background: radial-gradient(circle, rgb(105,134,158,0.5) 0%, transparent 70%);
    filter: blur(70px);
    bottom: -150px;
    opacity: 0.3;
    z-index: -1;
    position: absolute;
    content: "";
}

@keyframes gridFlow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 150px 150px;
    }
}

@keyframes horizontalBreathing {
    0%, 100% {
        opacity: 0.2;
        transform: translateY(-50%) scaleX(0.9);
    }
    50% {
        opacity: 0.4;
        transform: translateY(-50%) scaleX(1.1);
    }
}

@keyframes pulseOpacity {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.9;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 992px) {.education_history_VFsX .learn_ratings_zuwq {
    gap: 20px;
    grid-template-areas:
            "article_image_ZBdy"
            "name"
            "employee_section_WzHe"
            "professional_exp_ZFuT";
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
}.education_history_VFsX .article_image_ZBdy {
    border-radius: 25px 25px 0 0;
    height: 350px;
}.education_history_VFsX .article_image_ZBdy::before {
    height: 10px;
    width: 100%;
}.education_history_VFsX .name {
    margin-top: 0;
    text-align: center;
}.education_history_VFsX .name::after {
    left: 50%;
    transform: translateX(-50%);
}.education_history_VFsX .learn_ratings_zuwq:hover .name {
    transform: translateY(-5px);
}.education_history_VFsX .learn_ratings_zuwq span:not(.name) {
    margin: 0 auto;
}.education_history_VFsX .learn_ratings_zuwq:hover span:not(.name) {
    transform: translateY(-5px);
}.education_history_VFsX .professional_exp_ZFuT {
    margin: 0 auto;
    width: 90%;
    border-top: 4px solid rgb(105,134,158);
    border-left: none;
}.education_history_VFsX .learn_ratings_zuwq:hover .professional_exp_ZFuT {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.education_history_VFsX {
    padding: 5rem 0;
}.education_history_VFsX .article_image_ZBdy {
    height: 250px;
}.education_history_VFsX .name {
    font-size: 19px;
}.education_history_VFsX .learn_ratings_zuwq span:not(.name) {
    font-size: 17px;
    padding: 0.5rem 1rem;
}.education_history_VFsX .professional_exp_ZFuT {
    line-height: 1.6;
    padding: 1.5rem;
    font-size: calc(17px * 0.9);
    width: 95%;
}}header {
    overflow: visible;
    padding: 1.5rem 0;
    background: linear-gradient(to right, rgb(105,134,158,0.5), rgb(132,167,189));
    z-index: 1000;
    position: relative;
}header::before {
    left: 0;
    opacity: 0.1;
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, #ffffff 0%, transparent 15%),
        radial-gradient(circle at 90% 80%, #ffffff 0%, transparent 15%);
    content: '';
    position: absolute;
    height: 100%;
    z-index: -1;
    top: 0;
}header .container {
    margin: 0 auto;
    position: relative;
    padding: 0 1.5rem;
    max-width: 1200px;
}header .top_bar_UCHw {
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}header .header_mentor_ROlx {
    display: flex;
    align-items: center;
    padding: 1rem;
    text-decoration: none;
    z-index: 2;
    position: relative;
    justify-content: center;
}header .header_mentor_ROlx::after {
    opacity: 0.6;
    width: 50%;
    height: 2px;
    bottom: 0;
    transform: translateX(-50%);
    position: absolute;
    transition: width 0.3s ease, opacity 0.3s ease;
    background: #ffffff;
    left: 50%;
    content: '';
}header .header_mentor_ROlx:hover::after {
    opacity: 1;
    width: 80%;
}header .header_mentor_ROlx svg {
    filter: drop-shadow(0 4px 8px rgb(132,167,189,0.5));
    width: 220px;
    height: auto;
    transition: all 0.3s ease;
}header .header_mentor_ROlx:hover svg {
    transform: translateY(-5px);
}header .site_start_HYeB {
    gap: 0.8rem;
    position: relative;
    backdrop-filter: blur(5px);
    padding: 0.6rem 1rem;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.1);
    max-width: 800px;
    justify-content: center;
    width: 100%;
    border-radius: 13px;
    display: flex;
}header .site_start_HYeB::before {
    position: absolute;
    box-shadow: 
        0 4px 30px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
    top: 0;
    content: '';
    height: 100%;
    left: 0;
    width: 100%;
    border-radius: 13px;
    z-index: -1;
}header .main_navbar_vZxp {
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
    padding: 0.7rem 1.2rem;
    text-decoration: none;
    border-radius: 10px;
    font-size: 14px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-weight: 400;
    color: #ffffff;
}header .main_navbar_vZxp::before {
    background: #ffffff;
    z-index: -1;
    border-radius: 10px;
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateY(100%) scale(0.8);
    content: '';
    transition: opacity 0.3s ease;
}header .main_navbar_vZxp:hover {
    color: rgb(132,167,189);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}header .main_navbar_vZxp:hover::before {
    transform: translateY(0) scale(1);
    opacity: 1;
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .top_bar_UCHw {
    gap: 1.2rem;
}header .header_mentor_ROlx svg {
    width: 180px;
}header .site_start_HYeB {
    gap: 0.6rem;
    padding: 0.5rem;
}header .main_navbar_vZxp {
    font-size: calc(14px - 1px);
    padding: 0.6rem 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .top_bar_UCHw {
    gap: 1rem;
}header .header_mentor_ROlx svg {
    width: 150px;
}header .site_start_HYeB {
    gap: 0.4rem;
    padding: 0.4rem;
}header .main_navbar_vZxp {
    font-size: calc(14px - 2px);
    padding: 0.5rem 0.8rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .top_bar_UCHw {
    gap: 0.8rem;
}header .header_mentor_ROlx svg {
    width: 140px;
}header .site_start_HYeB {
    padding: 0.4rem 0.6rem;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
}header .site_start_HYeB::-webkit-scrollbar {
    height: 3px;
}header .site_start_HYeB::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 10px;
}header .main_navbar_vZxp {
    font-size: calc(14px - 3px);
    white-space: nowrap;
    padding: 0.4rem 0.7rem;
}}.program_details_vBCi {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(161,204,220) 0%, rgba(249, 249, 249, 0.95) 100%);
}.program_details_vBCi::before {
    content: "";
    z-index: 0;
    opacity: 0.05;
    background-size: 60px 60px;
    left: 0;
    background-image: 
        linear-gradient(45deg, rgb(105,134,158,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(105,134,158,0.5) 25%, transparent 25%);
    right: 0;
    bottom: 0;
    position: absolute;
    top: 0;
}.program_details_vBCi .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
}.program_details_vBCi .new_skills_jGiO {
    transform: translateY(20px);
    opacity: 0;
    animation: fadeIn 0.8s ease-out forwards 0.3s;
    gap: 3rem;
    grid-template-columns: 1fr;
    display: grid;
}.program_details_vBCi .article_image_ZBdy {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12),
                0 8px 16px rgba(0, 0, 0, 0.08);
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 380px;
}.program_details_vBCi .article_image_ZBdy::after {
    opacity: 0.5;
    background: linear-gradient(to bottom right, 
                rgb(132,167,189,0.5) 0%, 
                transparent 40%, 
                transparent 60%, 
                rgb(105,134,158,0.5) 100%);
    left: 0;
    transition: opacity 0.6s ease;
    z-index: 1;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}.program_details_vBCi .article_image_ZBdy:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.program_details_vBCi .article_image_ZBdy:hover::after {
    opacity: 0.2;
}.program_details_vBCi .text_cloud_XFDM {
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #ffffff;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    transform: translateX(0);
}.program_details_vBCi .text_cloud_XFDM::before {
    background: linear-gradient(to bottom, rgb(132,167,189), rgb(105,134,158));
    left: 0;
    transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    content: "";
    top: 0;
    height: 0;
    width: 5px;
}.program_details_vBCi .new_skills_jGiO:hover .text_cloud_XFDM::before {
    height: 100%;
}.program_details_vBCi h3 {
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    transition: transform 0.4s ease;
    color: #000000;
    transform: translateY(0);
    font-weight: 700;
    font-size: calc(21px * 1.1);
}.program_details_vBCi h3::after {
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(132,167,189), rgb(105,134,158));
    position: absolute;
    width: 60px;
    bottom: 0;
    transition: width 0.5s ease;
    left: 0;
}.program_details_vBCi .text_cloud_XFDM:hover h3 {
    transform: translateY(-5px);
}.program_details_vBCi .text_cloud_XFDM:hover h3::after {
    width: 100px;
}.program_details_vBCi .description {
    overflow-y: auto;
    padding-right: 1rem;
    font-size: 14px;
    line-height: 1.7;
    position: relative;
    max-height: 200px;
    color: #000000;
    margin-bottom: 1.5rem;
}.program_details_vBCi .description::-webkit-scrollbar {
    width: 4px;
}.program_details_vBCi .description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.03);
}.program_details_vBCi .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(105,134,158,0.5);
}.program_details_vBCi span.description {
    display: none;
}

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

@media (min-width: 768px) {.program_details_vBCi {
    padding: 8rem 0;
}.program_details_vBCi .new_skills_jGiO {
    align-items: center;
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
}.program_details_vBCi .text_cloud_XFDM {
    transform: translateX(-30px);
}.program_details_vBCi .new_skills_jGiO:hover .text_cloud_XFDM {
    transform: translateX(0);
}.program_details_vBCi .article_image_ZBdy {
    height: 480px;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
}.program_details_vBCi .article_image_ZBdy:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0) translateY(-10px);
}.program_details_vBCi h3 {
    font-size: 21px;
}
}

@media (min-width: 992px) {.program_details_vBCi {
    padding: 10rem 0;
}.program_details_vBCi .container {
    padding: 0 3rem;
}.program_details_vBCi .new_skills_jGiO {
    gap: 6rem;
}.program_details_vBCi .text_cloud_XFDM {
    padding: 3rem;
}.program_details_vBCi .article_image_ZBdy {
    height: 550px;
}.program_details_vBCi h3 {
    margin-bottom: 2rem;
    font-size: calc(21px * 1.2);
}.program_details_vBCi .description {
    max-height: 300px;
    line-height: 1.8;
}
}

@media (max-width: 767px) {.program_details_vBCi {
    padding: 4rem 0;
}.program_details_vBCi .container {
    padding: 0 1.5rem;
}.program_details_vBCi .article_image_ZBdy {
    height: 280px;
    margin-bottom: 1rem;
}.program_details_vBCi .text_cloud_XFDM {
    padding: 1.5rem;
}.program_details_vBCi h3 {
    margin-bottom: 1rem;
    font-size: calc(22px * 1.1);
    padding-bottom: 0.75rem;
}.program_details_vBCi .description {
    font-size: calc(14px * 0.95);
    max-height: 180px;
    line-height: 1.6;
}}.cookie_message_window_cedH {
    position: fixed;
    border-top: 2px solid rgb(132,167,189);
    z-index: 90;
    bottom: 0;
    width: 100%;
    background: rgb(161,204,220);
}.data_control_lKfa {
    padding: 20px 0;
    justify-content: space-between;
    display: flex;
    align-items: center;
}.cookie_message_window_cedH h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookie_message_window_cedH p {
    font-size: 18px;
}.cookie_hide_IcNP {
    flex-shrink: 0;
    margin-right: 10px;
}.cookie_hide_IcNP svg, .cookie_hide_IcNP svg path, .cookie_hide_IcNP img {
    width: 100px;
    fill: rgb(132,167,189);
    height: 100px;
}.digital_consent_ItFX {
    font-size: 24px;
    text-decoration: none;
    border-bottom: 2px solid rgb(132,167,189);
    color: rgb(132,167,189);
    cursor: pointer;
    line-height: 35px;
    text-align: center;
    min-width: 120px;
    white-space: nowrap;
    margin-left: 10px;
    flex-shrink: 0;
}.cookie_message_window_cedH p a {
    text-decoration: none;
    color: rgb(132,167,189);
}
@media only screen and (max-width: 1200px) {.cookie_message_window_cedH {
    padding: 20px;
}}
#popupConsentNotice_QagY {
    display: none;
}#popupConsentNotice_QagY:checked ~ .cookie_message_window_cedH {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 800px) {.cookie_hide_IcNP {
    display: none;
}.data_control_lKfa {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.cookie_message_window_cedH h5 {
    text-align: center;
}.cookie_message_window_cedH p {
    text-align: center;
}.edu_approve_fHFg {
    margin-bottom: 20px;
}body .wrapper-holder_VvaT .digital_consent_ItFX {
    margin-left: 0;
}}.primary_page_UChr {
    position: relative;
    min-height: 100vh;
    display: flex;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(161,204,220) 40%, rgb(132,167,189,0.5) 100%);
    justify-content: center;
    padding: 6rem 2rem;
    align-items: center;
}.primary_page_UChr::before {
    height: 20%;
    top: 0;
    position: absolute;
    background: rgb(105,134,158,0.5);
    z-index: 1;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    content: "";
    right: 0;
    width: 40%;
}.primary_page_UChr::after {
    height: 25%;
    clip-path: polygon(0 100%, 100% 100%, 0 0);
    background: rgb(132,167,189,0.5);
    position: absolute;
    width: 35%;
    left: 0;
    z-index: 1;
    bottom: 0;
    content: "";
}.primary_page_UChr > div {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    z-index: 2;
    gap: 3rem;
    max-width: 1200px;
}.primary_page_UChr h1.page_primary_HUMn {
    font-size: 39px;
    color: #000000;
    font-weight: 700;
    transform: translateX(-20px);
    opacity: 0;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    position: relative;
    animation: slideInTitle 0.8s ease-out forwards 0.3s;
}.primary_page_UChr h1.page_primary_HUMn::after {
    background: rgb(132,167,189);
    transform-origin: left;
    transform: scaleX(0);
    bottom: -10px;
    animation: expandLine 1s ease forwards 1s;
    left: 0;
    content: "";
    width: 80px;
    position: absolute;
    height: 4px;
}.primary_page_UChr p {
    transform: translateY(20px);
    margin-bottom: 2rem;
    animation: fadeUp 0.8s ease-out forwards 0.6s;
    opacity: 0;
    color: #000000;
    line-height: 1.6;
    max-width: 90%;
    font-size: calc(15px * 1.2);
    position: relative;
}.primary_page_UChr .start_primary_oJin {
    width: 100%;
    perspective: 1000px;
    position: relative;
    margin-top: 2rem;
}.primary_page_UChr .founder_vision_EQsH {
    overflow: hidden;
    opacity: 0;
    min-height: 280px;
    position: relative;
    transform-origin: center bottom;
    width: 100%;
    animation: popIn 1s cubic-bezier(0.17, 0.67, 0.4, 1.2) forwards 0.8s;
    transform: translateY(30px) rotateX(5deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.primary_page_UChr .founder_vision_EQsH::before {
    left: 0;
    top: 0;
    z-index: 1;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, 
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.7) 100%);
    position: absolute;
}.primary_page_UChr .founder_vision_EQsH span {
    z-index: 2;
    width: 100%;
    padding: 2rem;
    bottom: 0;
    position: absolute;
    animation: fadeUp 0.8s ease-out forwards 1.2s;
    opacity: 0;
    transform: translateY(10px);
    left: 0;
}.primary_page_UChr .founder_vision_EQsH h3 {
    color: #ffffff;
    line-height: 1.5;
    font-size: calc(19px * 0.9);
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}.primary_page_UChr .founder_vision_EQsH:hover {
    transform: rotateX(0) scale(1.02);
    transition: all 0.5s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

@keyframes slideInTitle {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

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

@keyframes popIn {
  0% {
    transform: translateY(30px) rotateX(5deg);
    opacity: 0;
  }
  70% {
    transform: translateY(-10px) rotateX(-2deg);
    opacity: 1;
  }
  100% {
    transform: translateY(0) rotateX(0);
    opacity: 1;
  }
}

@media (min-width: 768px) {.primary_page_UChr {
    padding: 8rem 4rem;
}.primary_page_UChr > div {
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.primary_page_UChr h1.page_primary_HUMn {
    margin-bottom: 2rem;
    font-size: calc(39px * 1.2);
    max-width: 90%;
}.primary_page_UChr p {
    max-width: 80%;
    font-size: calc(15px * 1.3);
}.primary_page_UChr .founder_vision_EQsH {
    min-height: 360px;
}.primary_page_UChr .founder_vision_EQsH h3 {
    font-size: 19px;
}
}

@media (min-width: 992px) {.primary_page_UChr {
    padding: 8rem 6rem;
}.primary_page_UChr > div {
    gap: 4rem;
}.primary_page_UChr h1.page_primary_HUMn {
    font-size: calc(39px * 1.4);
}.primary_page_UChr .founder_vision_EQsH {
    transform-origin: center;
    transform: translateY(0) rotateY(-5deg);
    transition: transform 0.5s ease;
    min-height: 420px;
}.primary_page_UChr .founder_vision_EQsH:hover {
    transform: rotateY(0) scale(1.03);
}
}

@media (max-width: 767px) {.primary_page_UChr {
    padding: 4rem 1.5rem;
}.primary_page_UChr > div {
    gap: 2rem;
}.primary_page_UChr h1.page_primary_HUMn {
    font-size: calc(39px * 0.9);
}.primary_page_UChr p {
    font-size: 15px;
    max-width: 100%;
}
}

@media (max-width: 480px) {.primary_page_UChr {
    padding: 3rem 1rem;
}.primary_page_UChr h1.page_primary_HUMn {
    font-size: calc(39px * 0.8);
}.primary_page_UChr .founder_vision_EQsH {
    min-height: 240px;
}.primary_page_UChr .founder_vision_EQsH h3 {
    font-size: calc(19px * 0.8);
}}.price_pack_UBNA {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.price_pack_UBNA::before {
    z-index: 1;
    left: 0;
    content: "";
    right: 0;
    top: 0;
    background: #000000;
    position: absolute;
    opacity: 0.85;
    bottom: 0;
}.price_pack_UBNA .container {
    padding: 0 15px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.price_pack_UBNA .fee_plan_rCLw {
    text-align: center;
}.price_pack_UBNA h2 {
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 1.5rem;
    display: inline-block;
    color: #ffffff;
    position: relative;
}.price_pack_UBNA h2::after {
    width: 80px;
    height: 3px;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(132,167,189), rgb(105,134,158));
    content: "";
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
}.price_pack_UBNA .study_packages_vseS {
    color: #ffffff;
    opacity: 0.9;
    line-height: 1.6;
    max-width: 800px;
    font-size: calc(16px * 1.1);
    margin: 0 auto 3rem;
}.price_pack_UBNA .learn_deals_Wtpe {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    perspective: 1000px;
    display: grid;
    gap: 1.5rem;
    padding: 0;
    list-style: none;
}.price_pack_UBNA .learn_deals_Wtpe li {
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}.price_pack_UBNA .study_cost_PTqI {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    height: 100%;
    display: block;
    text-decoration: none;
}.price_pack_UBNA .study_cost_PTqI::before {
    left: 0;
    position: absolute;
    transform: scaleX(0);
    top: 0;
    content: "";
    background: linear-gradient(90deg, rgb(132,167,189), rgb(105,134,158));
    width: 100%;
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 5px;
}.price_pack_UBNA .study_cost_PTqI:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
}.price_pack_UBNA .study_cost_PTqI:hover::before {
    transform: scaleX(1);
}.price_pack_UBNA .pricing_tiers_QCzD {
    height: 100%;
    flex-direction: column;
    padding: 2.5rem 1.5rem;
    display: flex;
}.price_pack_UBNA .fee_deals_ZdDY {
    display: flex;
    height: 100%;
    color: #ffffff;
    justify-content: space-between;
    flex-direction: column;
}.price_pack_UBNA .fee_deals_ZdDY h4 {
    margin-top: 0;
    font-size: calc(19px * 1.1);
    margin-bottom: 1.5rem;
    display: inline-block;
    color: #ffffff;
    font-weight: 700;
    position: relative;
}.price_pack_UBNA .fee_deals_ZdDY h4::after {
    width: 40px;
    left: 0;
    position: absolute;
    height: 2px;
    content: "";
    background: rgb(132,167,189);
    bottom: -8px;
}.price_pack_UBNA .fee_deals_ZdDY p {
    overflow-wrap: break-word;
    scrollbar-width: thin;
    word-wrap: break-word;
    white-space: normal;
    color: #ffffff;
    margin-bottom: 2rem;
    line-height: 1.6;
    max-height: 200px;
    opacity: 0.85;
    font-size: 16px;
    text-align: left;
    overflow-y: auto;
    scrollbar-color: rgb(132,167,189) rgba(255,255,255,0.1);
}.price_pack_UBNA .fee_deals_ZdDY p::-webkit-scrollbar {
    width: 4px;
}.price_pack_UBNA .fee_deals_ZdDY p::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.1);
}.price_pack_UBNA .fee_deals_ZdDY p::-webkit-scrollbar-thumb {
    background: rgb(132,167,189);
}.price_pack_UBNA .learning_rates_FlIM {
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    margin-top: auto;
    align-self: flex-start;
    font-size: calc(19px * 1.2);
    background: linear-gradient(135deg, rgb(132,167,189), rgb(105,134,158));
    display: inline-block;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-weight: 700;
    color: #ffffff;
    padding: 0.75rem 1.5rem;
    overflow: hidden;
}.price_pack_UBNA .learning_rates_FlIM::before {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
    left: -100%;
    transition: all 0.8s ease;
}.price_pack_UBNA .study_cost_PTqI:hover .learning_rates_FlIM::before {
    left: 100%;
}

@media (max-width: 992px) {.price_pack_UBNA {
    padding: 80px 0;
}.price_pack_UBNA .learn_deals_Wtpe {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}.price_pack_UBNA .pricing_tiers_QCzD {
    padding: 2rem 1.25rem;
}
}

@media (max-width: 768px) {.price_pack_UBNA {
    padding: 60px 0;
}.price_pack_UBNA .learn_deals_Wtpe {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 450px;
}.price_pack_UBNA h2 {
    font-size: calc(38px * 0.9);
}.price_pack_UBNA .study_packages_vseS {
    font-size: 16px;
    margin-bottom: 2rem;
}.price_pack_UBNA .fee_deals_ZdDY p {
    max-height: 150px;
}
}

@media (max-width: 576px) {.price_pack_UBNA {
    padding: 50px 0;
}.price_pack_UBNA h2 {
    font-size: calc(38px * 0.8);
}.price_pack_UBNA .pricing_tiers_QCzD {
    padding: 1.5rem 1rem;
}.price_pack_UBNA .learning_rates_FlIM {
    padding: 0.5rem 1rem;
    font-size: 19px;
}
}

@media (hover: none) {.price_pack_UBNA .study_cost_PTqI:hover {
    transform: none;
}}.tyCard_JPCN {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(161,204,220) 0%, rgb(132,167,189,0.5) 100%);
    padding: 100px 0;
    position: relative;
}.tyCard_JPCN::before {
    top: 0;
    z-index: 1;
    content: "";
    height: 100%;
    pointer-events: none;
    background-image: repeating-linear-gradient(0deg, transparent, transparent 20px, rgba(255,255,255,0.03) 20px, rgba(255,255,255,0.03) 40px);
    width: 100%;
    position: absolute;
    left: 0;
}.tyCard_JPCN::after {
    opacity: 0.2;
    filter: blur(50px);
    border-radius: 50%;
    position: absolute;
    right: -150px;
    animation: float 15s infinite ease-in-out;
    background: radial-gradient(circle, rgb(105,134,158) 0%, transparent 70%);
    content: "";
    height: 300px;
    top: -150px;
    width: 300px;
}.tyCard_JPCN .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
}.tyCard_JPCN h2 {
    margin-bottom: 40px;
    position: relative;
    font-weight: 700;
    font-family: Arial, sans-serif;
    line-height: 1.4;
    font-size: 38px;
    transform: perspective(1000px) rotateX(2deg);
    letter-spacing: 0.5px;
    color: rgb(132,167,189);
    transform-origin: center;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-align: center;
}.tyCard_JPCN h2::after {
    content: "";
    transform: translateX(-50%);
    position: absolute;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(132,167,189), rgb(105,134,158));
    transition: width 0.3s ease;
    width: 80px;
    left: 50%;
    height: 3px;
}.tyCard_JPCN .learn_space_YkLh {
    overflow: hidden;
    border-radius: 23px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1), 
                0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 40px;
    transform: translateY(0);
    background: #ffffff;
    position: relative;
}.tyCard_JPCN .learn_space_YkLh::before {
    top: 0;
    animation: gradientShift 6s infinite linear;
    background-size: 200% 100%;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, rgb(132,167,189), rgb(105,134,158), rgb(132,167,189));
    height: 6px;
    left: 0;
    content: "";
}.tyCard_JPCN .learn_space_YkLh:hover {
    transform: translateY(-5px);
}.tyCard_JPCN .learn_space_YkLh:hover h2::after {
    width: 120px;
}.tyCard_JPCN ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.tyCard_JPCN li {
    position: relative;
    padding-left: 25px;
}.tyCard_JPCN li::before {
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    position: absolute;
    height: 10px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    content: "";
    left: 0;
    width: 10px;
    background: rgb(105,134,158);
    top: 8px;
}.tyCard_JPCN li:hover::before {
    transform: rotate(225deg) scale(1.2);
}.tyCard_JPCN span {
    display: block;
    padding: 10px 0;
    position: relative;
    font-size: calc(12px + 2px);
    line-height: 1.7;
    font-family: Arial, sans-serif;
    letter-spacing: 0.3px;
    color: #000000;
    font-weight: 400;
}.tyCard_JPCN span::after {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(0,0,0,0.05), transparent);
    left: 0;
    height: 1px;
    content: "";
    width: 100%;
    bottom: 0;
}

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

@keyframes float {
    0% { transform: translate(0, 0); }
    25% { transform: translate(-30px, 30px); }
    50% { transform: translate(0, 60px); }
    75% { transform: translate(30px, 30px); }
    100% { transform: translate(0, 0); }
}

@media (max-width: 1024px) {.tyCard_JPCN {
    padding: 80px 0;
}.tyCard_JPCN h2 {
    font-size: calc(38px - 2px);
}.tyCard_JPCN .learn_space_YkLh {
    padding: 30px;
}.tyCard_JPCN span {
    font-size: 12px;
}
}

@media (max-width: 768px) {.tyCard_JPCN {
    padding: 60px 0;
}.tyCard_JPCN h2 {
    transform: perspective(1000px) rotateX(1deg);
    font-size: calc(38px - 4px);
}.tyCard_JPCN .learn_space_YkLh {
    padding: 25px;
}.tyCard_JPCN li::before {
    top: 6px;
}.tyCard_JPCN span {
    font-size: calc(12px - 1px);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.tyCard_JPCN {
    padding: 40px 0;
}.tyCard_JPCN h2 {
    transform: none;
    margin-bottom: 30px;
    font-size: calc(38px - 6px);
}.tyCard_JPCN h2::after {
    bottom: -10px;
    width: 60px;
}.tyCard_JPCN .learn_space_YkLh {
    padding: 20px;
}.tyCard_JPCN li {
    padding-left: 20px;
}.tyCard_JPCN li::before {
    height: 8px;
    width: 8px;
    top: 7px;
}.tyCard_JPCN span {
    line-height: 1.5;
    letter-spacing: 0.2px;
    font-size: calc(12px - 2px);
}}.secure_lodge_RScF {
    transition: background-color 0.3s ease, color 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    padding: 40px;
    background-color: rgb(161,204,220);
    color: #000000;
}.secure_lodge_RScF h1 {
    margin-bottom: 20px;
    font-size: 43px;
    color: rgb(132,167,189);
    font-weight: 700;
    text-transform: uppercase;
}.secure_lodge_RScF h2 {
    color: rgb(105,134,158);
    font-size: 38px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 600;
}.secure_lodge_RScF h3,
.secure_lodge_RScF h4,
.secure_lodge_RScF h5,
.secure_lodge_RScF h6 {
    color: rgb(132,167,189);
    font-weight: 400;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 10px;
}.secure_lodge_RScF ul {
    list-style-type: disc;
    margin-bottom: 20px;
    padding-left: 20px;
}.secure_lodge_RScF ol {
    list-style-type: decimal;
    padding-left: 20px;
    margin-bottom: 20px;
}.secure_lodge_RScF li {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
}.secure_lodge_RScF section {
    margin-bottom: 30px;
}.secure_lodge_RScF p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.8;
}.secure_lodge_RScF span {
    color: rgb(132,167,189);
    font-weight: 600;
}.secure_lodge_RScF div {
    background-color: rgb(255, 255, 255, 0.5);
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
}
@media only screen and (max-width: 800px) {.secure_lodge_RScF {
    padding: 20px;
}.secure_lodge_RScF h1 {
    font-size: calc(24px - 10px);
}.secure_lodge_RScF h2 {
    font-size: calc(24px - 8px);
}.secure_lodge_RScF ul,
    .secure_lodge_RScF ol {
    padding-left: 15px;
}.secure_lodge_RScF li {
    font-size: calc(14px - 2px);
}.secure_lodge_RScF p {
    font-size: calc(14px - 2px);
}}
.about_this_oFrj {
    padding: 120px 0;
    background: rgb(161,204,220);
    overflow: hidden;
    position: relative;
}.about_this_oFrj::before {
    opacity: 0.2;
    width: 100%;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 20%, rgb(132,167,189,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 80%, rgb(105,134,158,0.5) 0%, transparent 30%);
    content: "";
    height: 100%;
    top: 0;
    left: 0;
}.about_this_oFrj .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}.about_this_oFrj h2 {
    margin-bottom: 80px;
    text-align: center;
    font-size: 35px;
    position: relative;
    font-weight: 700;
    color: #000000;
}.about_this_oFrj h2::after {
    bottom: -20px;
    height: 3px;
    left: calc(50% - 40px);
    width: 80px;
    position: absolute;
    background: linear-gradient(to right, rgb(132,167,189), rgb(105,134,158));
    border-radius: 10px;
    content: "";
}.about_this_oFrj .edu_beliefs_fBme {
    grid-template-columns: 1fr;
    display: grid;
    gap: 0;
}.about_this_oFrj .belief_core_ghLs {
    align-items: center;
    position: relative;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    padding: 60px 0;
}.about_this_oFrj .belief_core_ghLs:not(:last-child)::after {
    width: 70%;
    height: 1px;
    bottom: 0;
    position: absolute;
    background: linear-gradient(to right, 
        transparent, 
        rgb(132,167,189,0.5), 
        rgb(132,167,189,0.5), 
        transparent
    );
    content: "";
    transform: translateX(-50%);
    left: 50%;
}.about_this_oFrj .belief_core_ghLs h3 {
    display: inline-block;
    margin-bottom: 25px;
    position: relative;
    font-weight: 600;
    color: rgb(132,167,189);
    padding-bottom: 10px;
    font-size: 23px;
}.about_this_oFrj .belief_core_ghLs:nth-child(2) h3 {
    color: rgb(105,134,158);
}.about_this_oFrj .belief_core_ghLs h3::after {
    bottom: 0;
    content: "";
    background: currentColor;
    left: 0;
    position: absolute;
    width: 40px;
    height: 2px;
}.about_this_oFrj .belief_core_ghLs p {
    margin: 0;
    color: #000000;
    line-height: 1.8;
    font-size: 17px;
}.about_this_oFrj .belief_core_ghLs:first-child h3,
.about_this_oFrj .belief_core_ghLs:first-child p {
    grid-column: 7 / -1;
}.about_this_oFrj .belief_core_ghLs:first-child::before {
    position: relative;
    content: "";
    height: 300px;
    background: linear-gradient(135deg, rgb(132,167,189,0.5), transparent);
    clip-path: polygon(0 0, 100% 20%, 80% 100%, 0% 100%);
    border-radius: 20px;
    grid-column: 1 / 6;
}.about_this_oFrj .belief_core_ghLs:nth-child(2) h3,
.about_this_oFrj .belief_core_ghLs:nth-child(2) p {
    grid-column: 1 / 7;
}.about_this_oFrj .belief_core_ghLs:nth-child(2)::before {
    border-radius: 20px;
    height: 300px;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 80%);
    position: relative;
    content: "";
    grid-column: 8 / -1;
    background: linear-gradient(135deg, rgb(105,134,158,0.5), transparent);
}.about_this_oFrj .belief_core_ghLs::after {
    transition: width 0.5s ease;
}.about_this_oFrj .belief_core_ghLs:hover::after {
    width: 85%;
}.about_this_oFrj .belief_core_ghLs h3,
.about_this_oFrj .belief_core_ghLs p,
.about_this_oFrj .belief_core_ghLs::before {
    animation: fadeInUp 0.7s forwards;
    opacity: 0;
    transform: translateY(30px);
}.about_this_oFrj .belief_core_ghLs:nth-child(2) h3,
.about_this_oFrj .belief_core_ghLs:nth-child(2) p,
.about_this_oFrj .belief_core_ghLs:nth-child(2)::before {
    animation-delay: 0.3s;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 992px) {.about_this_oFrj {
    padding: 90px 0;
}.about_this_oFrj h2 {
    margin-bottom: 60px;
}.about_this_oFrj .belief_core_ghLs {
    padding: 50px 0;
}
}

@media (max-width: 768px) {.about_this_oFrj {
    padding: 70px 0;
}.about_this_oFrj h2 {
    margin-bottom: 50px;
    font-size: calc(35px * 0.9);
}.about_this_oFrj .belief_core_ghLs {
    padding: 40px 0;
    grid-template-columns: 1fr;
    gap: 30px;
}.about_this_oFrj .belief_core_ghLs:first-child h3,
    .about_this_oFrj .belief_core_ghLs:first-child p,
    .about_this_oFrj .belief_core_ghLs:nth-child(2) h3,
    .about_this_oFrj .belief_core_ghLs:nth-child(2) p {
    grid-column: 1 / -1;
}.about_this_oFrj .belief_core_ghLs:first-child::before,
    .about_this_oFrj .belief_core_ghLs:nth-child(2)::before {
    height: 200px;
    grid-column: 1 / -1;
}.about_this_oFrj .belief_core_ghLs:nth-child(2)::before {
    order: -1;
}
}

@media (max-width: 576px) {.about_this_oFrj {
    padding: 50px 0;
}.about_this_oFrj h2 {
    margin-bottom: 40px;
    font-size: calc(35px * 0.8);
}.about_this_oFrj .belief_core_ghLs {
    padding: 30px 0;
    gap: 20px;
}.about_this_oFrj .belief_core_ghLs:first-child::before,
    .about_this_oFrj .belief_core_ghLs:nth-child(2)::before {
    height: 150px;
}.about_this_oFrj h2::after {
    bottom: -15px;
    width: 60px;
    left: calc(50% - 30px);
}.about_this_oFrj .belief_core_ghLs h3 {
    margin-bottom: 15px;
    font-size: calc(23px * 0.9);
}.about_this_oFrj .belief_core_ghLs p {
    font-size: calc(17px * 0.95);
}
}

@media (prefers-reduced-motion: reduce) {.about_this_oFrj .belief_core_ghLs::after {
    transition: none;
}.about_this_oFrj .belief_core_ghLs h3,
    .about_this_oFrj .belief_core_ghLs p,
    .about_this_oFrj .belief_core_ghLs::before,
    .about_this_oFrj .belief_core_ghLs:nth-child(2) h3,
    .about_this_oFrj .belief_core_ghLs:nth-child(2) p,
    .about_this_oFrj .belief_core_ghLs:nth-child(2)::before {
    transform: none;
    opacity: 1;
    animation: none;
}}.statistical_overview_UHuz {
    overflow: hidden;
    position: relative;
    padding: 6rem 0 4rem;
    background: linear-gradient(135deg, rgb(161,204,220) 0%, rgba(245, 245, 250, 0.9) 100%);
}.statistical_overview_UHuz::before {
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(132,167,189,0.5), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(rgb(105,134,158,0.5), 0.07) 0%, transparent 40%);
    content: '';
    top: 0;
    height: 100%;
    z-index: 0;
    width: 100%;
    left: 0;
    position: absolute;
}.statistical_overview_UHuz .container {
    margin: 0 auto;
    z-index: 1;
    position: relative;
    max-width: 1200px;
    padding: 0 1.5rem;
}.statistical_overview_UHuz ul {
    gap: 2rem;
    margin: 0 0 3rem;
    list-style: none;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    display: grid;
}.statistical_overview_UHuz .knowledge_upgrade_FHWT {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-style: preserve-3d;
    position: relative;
    perspective: 800px;
}.statistical_overview_UHuz .knowledge_upgrade_FHWT:hover {
    transform: translateY(-5px);
}.statistical_overview_UHuz .knowledge_upgrade_FHWT div {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 
        0 10px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.1);
    padding: 2rem 1.5rem;
    background: #ffffff;
    position: relative;
    border-left: 4px solid rgb(132,167,189);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    transform: translateZ(0);
    height: 100%;
    flex-direction: column;
}.statistical_overview_UHuz .knowledge_upgrade_FHWT:hover div {
    transform: translateZ(10px);
    box-shadow: 
        0 20px 40px -20px rgba(rgba(0, 0, 0, 0.5), 0.2),
        0 3px 8px rgba(rgba(0, 0, 0, 0.5), 0.1);
}.statistical_overview_UHuz .knowledge_upgrade_FHWT div::before {
    content: '';
    border-style: solid;
    position: absolute;
    right: 0;
    width: 0;
    transition: all 0.3s ease;
    height: 0;
    top: 0;
    opacity: 0.1;
    border-width: 0 30px 30px 0;
    border-color: transparent rgb(132,167,189,0.5) transparent transparent;
}.statistical_overview_UHuz .knowledge_upgrade_FHWT:hover div::before {
    border-width: 0 40px 40px 0;
    opacity: 0.2;
}.statistical_overview_UHuz .knowledge_upgrade_FHWT p {
    transform: translateX(0);
    font-weight: 700;
    line-height: 1;
    position: relative;
    margin: 0 0 0.5rem;
    color: rgb(132,167,189);
    font-size: calc(38px * 1.2);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.statistical_overview_UHuz .knowledge_upgrade_FHWT:hover p {
    transform: translateX(5px);
}.statistical_overview_UHuz .knowledge_upgrade_FHWT p::after {
    bottom: -5px;
    left: 0;
    width: 0;
    content: '';
    position: absolute;
    background: rgb(132,167,189);
    height: 3px;
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.statistical_overview_UHuz .knowledge_upgrade_FHWT:hover p::after {
    width: 40px;
}.statistical_overview_UHuz .knowledge_upgrade_FHWT span {
    line-height: 1.4;
    color: #000000;
    max-width: 90%;
    font-size: 14px;
    transition: transform 0.3s ease;
    display: block;
}.statistical_overview_UHuz .knowledge_upgrade_FHWT:hover span {
    transform: translateY(2px);
}.statistical_overview_UHuz h4 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 600;
    position: relative;
    color: #000000;
    font-size: 19px;
    margin: 1rem 0 0;
    text-align: center;
    transform: translateY(0);
    padding-bottom: 1rem;
}.statistical_overview_UHuz h4::after {
    width: 60px;
    left: 50%;
    content: '';
    background: rgb(132,167,189);
    bottom: 0;
    position: absolute;
    transform: translateX(-50%);
    height: 3px;
}.statistical_overview_UHuz:hover h4 {
    transform: translateY(-5px);
}

@media screen and (max-width: 991px) {.statistical_overview_UHuz {
    padding: 4rem 0 3rem;
}.statistical_overview_UHuz ul {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1.5rem;
}.statistical_overview_UHuz .knowledge_upgrade_FHWT p {
    font-size: calc(38px * 1.1);
}
}

@media screen and (max-width: 768px) {.statistical_overview_UHuz {
    padding: 3rem 0 2rem;
}.statistical_overview_UHuz ul {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}.statistical_overview_UHuz .knowledge_upgrade_FHWT div {
    padding: 1.5rem 1.25rem;
}.statistical_overview_UHuz .knowledge_upgrade_FHWT p {
    font-size: 38px;
}.statistical_overview_UHuz .knowledge_upgrade_FHWT span {
    font-size: calc(14px * 0.9);
}
}

@media screen and (max-width: 576px) {.statistical_overview_UHuz {
    padding: 2.5rem 0 1.5rem;
}.statistical_overview_UHuz ul {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 1rem;
}.statistical_overview_UHuz .knowledge_upgrade_FHWT div {
    border-left-width: 3px;
    padding: 1.25rem 1rem;
}.statistical_overview_UHuz .knowledge_upgrade_FHWT p {
    font-size: calc(38px * 0.9);
}.statistical_overview_UHuz .knowledge_upgrade_FHWT span {
    font-size: calc(14px * 0.85);
    max-width: 100%;
}.statistical_overview_UHuz h4 {
    font-size: calc(19px * 0.9);
}.statistical_overview_UHuz h4::after {
    height: 2px;
    width: 50px;
}
}

@media (hover: none) {.statistical_overview_UHuz .knowledge_upgrade_FHWT:hover {
    transform: none;
}.statistical_overview_UHuz .knowledge_upgrade_FHWT:hover div {
    box-shadow: 
            0 10px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
            0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.1);
    transform: none;
}.statistical_overview_UHuz .knowledge_upgrade_FHWT:hover p {
    transform: none;
}.statistical_overview_UHuz .knowledge_upgrade_FHWT:hover p::after {
    width: 0;
}.statistical_overview_UHuz .knowledge_upgrade_FHWT:hover span {
    transform: none;
}.statistical_overview_UHuz:hover h4 {
    transform: none;
}
}