* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
section {
    background-color: rgb(206,215,224);
}
html,body {
    min-height: 100%;
    height: 100%;
    font-family: Roboto, sans-serif;
    color: #000000;
}
svg {
    width: 30px;
    height: 30px;
}
.nav_lead_2wCG {
    flex: 1 0 auto;
}
a {
    color: inherit;
    text-decoration: none;
}
.footer {
    flex: 0 0 auto;
}
.container {
    margin: auto;
    width: 1200px;
    max-width: 100%;
}

header,footer {
    width: 100%;
}
.inner-container_adLT {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 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;
    }
}footer {
    background: rgb(75,98,122);
    color: #ffffff;
    font-family: Roboto, sans-serif;
    padding: 60px 0;
}
footer .footer {
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
footer .knowl_base_Zcsz {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
footer .main_edu_LmIY {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    flex: 1 1 100%;
}
footer .main_edu_LmIY svg, footer .main_edu_LmIY img {
    height: 60px;
    width: auto;
    fill: rgb(112,138,166);
}
footer h5 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    color: rgb(112,138,166);
    text-transform: uppercase;
}
footer .menu {
    flex: 1 1 30%;
    margin-bottom: 30px;
}
footer .top_bar_DJuy {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
footer .menu a {
    text-decoration: none;
    font-size: 12px;
    color: #ffffff;
    transition: color 0.3s ease-in-out;
}
footer .menu a:hover {
    color: rgb(112,138,166);
}
footer .reach_card_wdR2 {
    flex: 1 1 30%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
}
footer .reach_card_wdR2 div {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #ffffff;
}
footer .reach_card_wdR2 div svg {
    fill: rgb(112,138,166);
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
footer .reach_card_wdR2 div span {
    color: #000000;
}
footer .diversity_cWiP {
    text-align: left;
    font-size: 12px;
    color: #000000;
}
footer .insta_feed_izgG {
    background: rgb(112,138,166);
    text-align: center;
    padding: 20px 0;
    width: 100%;
}
footer .discount_cta_xdqL {
    font-size: 12px;
    color: #ffffff;
}
footer .discount_cta_xdqL a {
    color: #ffffff;
    text-decoration: underline;
}
.inner-container_adLT footer {
    background: rgb(206,215,224);
    border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.inner-container_adLT footer .main_edu_LmIY {
    display: none;
}
.inner-container_adLT footer .footer {
    padding: 32px 0;
}
.inner-container_adLT footer .top_bar_DJuy {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}
.inner-container_adLT footer .menu a {
    color: rgba(0, 0, 0, 0.5);
    margin-right: 0;
    position: relative;
}
.inner-container_adLT footer .menu a:after {
    content: "/";
    margin-left: 5px;
    margin-right: 5px;
    color: rgba(0, 0, 0, 0.5);
}
.inner-container_adLT footer .menu a:hover {
    color: rgb(112,138,166);
}
.inner-container_adLT footer .insta_feed_izgG {
    padding: 16px 0;
}
.inner-container_adLT footer .discount_cta_xdqL {
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
}
@media only screen and (max-width: 1200px) {
    footer .knowl_base_Zcsz {
        padding: 0 20px;
    }
    .inner-container_adLT footer .top_bar_DJuy {
        justify-content: center;
    }
    .inner-container_adLT footer .main_edu_LmIY {
        display: flex;
    }
    footer .diversity_cWiP {
        text-align: center;
    }
}
@media only screen and (max-width: 800px) {
    footer .knowl_base_Zcsz {
        flex-direction: column;
        align-items: center;
    }
    footer .menu, footer .menu_holder, footer .reach_card_wdR2 {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    footer .reach_card_wdR2 {
        margin-top: 20px;
    }
    footer h5 {
        margin-top: 10px;
    }
}
.price_plan_item_ga1U {
    position: relative;
    padding: 140px 0;
    background: linear-gradient(180deg, rgb(206,215,224) 0%, rgba(#000000, 0.02) 100%);
    overflow: hidden;
}

.price_plan_item_ga1U::before,
.price_plan_item_ga1U::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    z-index: 0;
}

.price_plan_item_ga1U::before {
    width: 80vw;
    height: 80vw;
    background: radial-gradient(circle, rgb(112,138,166,0.5) 0%, transparent 70%);
    top: -40vw;
    right: -20vw;
    animation: rotate 30s linear infinite;
}

.price_plan_item_ga1U::after {
    width: 60vw;
    height: 60vw;
    background: radial-gradient(circle, rgb(75,98,122,0.5) 0%, transparent 70%);
    bottom: -30vw;
    left: -15vw;
    animation: rotate 25s linear infinite reverse;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.price_plan_item_ga1U .container {
    position: relative;
    z-index: 1;
    width: 94%;
    max-width: 1800px;
    margin: 0 auto;
}

.price_plan_item_ga1U .value_fees_cDBx {
    position: relative;
    align-items: center;
}

.price_plan_item_ga1U .img_footer_6Z2U {
    position: relative;
    width: 100%;
    margin: 20px auto;
    height: 800px;
    border-radius: calc(14px * 2);
    overflow: hidden;
    transition: all 0.5s ease;
    box-shadow: 25px 25px 50px -12px rgba(0, 0, 0, 0.5);
    order: 2;
}
.price_plan_item_ga1U .content_wrapper {
    padding-right: 5%;
}

.price_plan_item_ga1U h2 {
    font-size: calc(28px * 1.3);
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.price_plan_item_ga1U h3 {
    font-size: 22px;
    color: #000000;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 30px;
}

.price_plan_item_ga1U .plan_table_XwUW {
    display: grid;
    gap: 30px;
    width: 100%;
}

.price_plan_item_ga1U .plan_table_XwUW:has(.cost_options_2K3E:nth-child(2):last-child) {
    grid-template-columns: repeat(2, 1fr);
}

.price_plan_item_ga1U .plan_table_XwUW:has(.cost_options_2K3E:nth-child(3):last-child) {
    grid-template-columns: repeat(3, 1fr);
}

.price_plan_item_ga1U .plan_table_XwUW:has(.cost_options_2K3E:nth-child(4):last-child) {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.price_plan_item_ga1U .cost_options_2K3E {
    background: #ffffff;
    border-radius: 14px;
    padding: 45px;
    text-align: left;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.price_plan_item_ga1U .cost_options_2K3E::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgb(112,138,166,0.5) 0%, rgb(75,98,122,0.5) 100%);
    opacity: 0;
    transition: all 0.4s ease;
}

.price_plan_item_ga1U .cost_options_2K3E:hover {
    transform: translateY(-10px);
}

.price_plan_item_ga1U .cost_options_2K3E:hover::before {
    opacity: 0.05;
}

.price_plan_item_ga1U .cost_options_2K3E h3 {
    font-size: 22px;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 700;
    max-width: 100%;
}

.price_plan_item_ga1U .cost_options_2K3E .trial_offers_J9vW {
    font-size: calc(42px * 1.1);
    color: rgb(112,138,166);
    font-weight: 700;
    margin-bottom: 30px;
    display: block;
}

.price_plan_item_ga1U .cost_options_2K3E span {
    display: block;
    font-size: 18px;
    color: #000000;
    margin-bottom: 35px;
    line-height: 1.6;
}

.price_plan_item_ga1U .cost_options_2K3E .help_request_TMvk {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 45px;
    background: #ffffff;
    color: rgb(112,138,166);
    border: 2px solid rgb(112,138,166);
    border-radius: 10px;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.price_plan_item_ga1U .cost_options_2K3E .help_request_TMvk::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(112,138,166) 0%, rgb(75,98,122) 100%);
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: -1;
}

.price_plan_item_ga1U .cost_options_2K3E .help_request_TMvk:hover {
    color: #ffffff;
    border-color: transparent;
}

.price_plan_item_ga1U .cost_options_2K3E .help_request_TMvk:hover::before {
    transform: translateX(0);
}

.price_plan_item_ga1U .cost_options_2K3E .help_request_TMvk span {
    margin: 0;
    position: relative;
}

@media (max-width: 1600px) {
    .price_plan_item_ga1U {
        padding: 120px 0;
    }
    
    .price_plan_item_ga1U .img_footer_6Z2U {
        height: 700px;
    }
    
    .price_plan_item_ga1U .value_fees_cDBx {
        gap: 60px;
    }
    
    .price_plan_item_ga1U .cost_options_2K3E {
        padding: 40px;
    }
}

@media (max-width: 1400px) {
    .price_plan_item_ga1U .img_footer_6Z2U {
        height: 600px;
    }
    
    .price_plan_item_ga1U h2 {
        font-size: calc(28px * 1.15);
    }
}

@media (max-width: 1200px) {
    .price_plan_item_ga1U {
        padding: 100px 0;
    }
    
    .price_plan_item_ga1U .img_footer_6Z2U {
        height: 500px;
    }
    
    .price_plan_item_ga1U .value_fees_cDBx {
        gap: 50px;
    }
    
    .price_plan_item_ga1U .content_wrapper {
        padding-right: 0;
    }
    
    .price_plan_item_ga1U h2 {
        font-size: 28px;
    }
    
    .price_plan_item_ga1U .cost_options_2K3E {
        padding: 35px;
    }
}

@media (max-width: 991px) {
    .price_plan_item_ga1U {
        padding: 90px 0;
    }

    .price_plan_item_ga1U .value_fees_cDBx {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .price_plan_item_ga1U .img_footer_6Z2U {
        order: -1;
        height: 400px;
        transform: perspective(1000px) rotateY(0);
    }

    .price_plan_item_ga1U .img_footer_6Z2U:hover {
        transform: perspective(1000px) rotateY(0) translateY(-10px);
    }

    .price_plan_item_ga1U h2 {
        text-align: center;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }

    .price_plan_item_ga1U h3 {
        text-align: center;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px;
    }

    .price_plan_item_ga1U .plan_table_XwUW:has(.cost_options_2K3E:nth-child(3):last-child) {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .price_plan_item_ga1U {
        padding: 70px 0;
    }

    .price_plan_item_ga1U .container {
        width: 90%;
    }

    .price_plan_item_ga1U .value_fees_cDBx {
        gap: 50px;
    }

    .price_plan_item_ga1U .img_footer_6Z2U {
        height: 350px;
    }

    .price_plan_item_ga1U .price_items,
    .price_plan_item_ga1U .plan_table_XwUW:has(.cost_options_2K3E:nth-child(2):last-child),
    .price_plan_item_ga1U .plan_table_XwUW:has(.cost_options_2K3E:nth-child(3):last-child),
    .price_plan_item_ga1U .plan_table_XwUW:has(.cost_options_2K3E:nth-child(4):last-child) {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .price_plan_item_ga1U .cost_options_2K3E {
        padding: 35px 30px;
        text-align: center;
    }

    .price_plan_item_ga1U .cost_options_2K3E .help_request_TMvk {
        width: 100%;
        padding: 16px 30px;
    }
}

@media (max-width: 575px) {
    .price_plan_item_ga1U {
        padding: 50px 0;
    }

    .price_plan_item_ga1U .img_footer_6Z2U {
        height: 280px;
    }

    .price_plan_item_ga1U h2 {
        font-size: calc(28px * 0.9);
    }

    .price_plan_item_ga1U .cost_options_2K3E {
        padding: 30px 25px;
    }
}.contact_section_iEwC {
    padding-top: 80px;
    padding-bottom: 80px;
}

.contact_section_iEwC h3 {
    color: rgb(75,98,122);
}

.contact_section_iEwC .feedback_feedback_1OfI {
    background: rgb(206,215,224);
    border-radius: 10px;
}

.contact_section_iEwC .query_map_JVfg svg, .contact_section_iEwC .query_map_JVfg svg path {
    fill: rgb(112,138,166);
}

.contact_section_iEwC .query_map_JVfg .reach_card_wdR2 h5 {
    color: rgb(112,138,166);
}

.contact_section_iEwC .query_map_JVfg span {
    color: #000000;
}

.contact_section_iEwC .query_map_JVfg .reach_card_wdR2 svg, .contact_section_iEwC .query_map_JVfg .reach_card_wdR2 svg path {
    fill: #000000;
}

.contact_section_iEwC form input {
    color: #000000;
    border-radius: 6px;
    background: #ffffff;
}

.contact_section_iEwC form .help_request_TMvk {
    background: rgb(75,98,122);
    color: #ffffff;
    border-radius: 100px;
}

.contact_section_iEwC form .help_request_TMvk:hover {
    background: rgb(112,138,166);
}


.contact_section_iEwC .widget_holder_wrap_E3pz {
    display: flex;
}

.contact_section_iEwC .widget_holder_wrap_E3pz > div {
    width: 50%;
    padding: 40px;
}

.contact_section_iEwC .feedback_feedback_1OfI {

}

.contact_section_iEwC .feedback_feedback_1OfI form {
    display: flex;
    flex-direction: column;
}

.contact_section_iEwC h3 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 18px;
}

.contact_section_iEwC .query_map_JVfg {
    padding-top: 40px;
}

.contact_section_iEwC form input {
    border: none;
    padding: 13px;
    width: 100%;
    margin-bottom: 24px;
    line-height: 24px;
    outline: none;
    border: 1px solid transparent;
}

.contact_section_iEwC form .help_request_TMvk {
    font-weight: 400;
    cursor: pointer;
}

.contact_section_iEwC .query_map_JVfg .reach_card_wdR2 h5 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 16px;
}

.contact_section_iEwC .query_map_JVfg svg, .contact_section_iEwC .query_map_JVfg img {
    margin-right: 16px;
    width: 16px;
    height: 16px;
}

.contact_section_iEwC .query_map_JVfg span {
    font-size: 15px;
}

.contact_section_iEwC .main_edu_LmIY {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 30px;
    margin-right: 30px;
}

.contact_section_iEwC .main_edu_LmIY svg, .contact_section_iEwC .main_edu_LmIY img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    margin-right: 0;
}

.contact_section_iEwC .query_map_JVfg .reach_card_wdR2 span {
    font-weight: 300;
}

.contact_section_iEwC .query_map_JVfg .reach_card_wdR2 > div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.contact_section_iEwC .request_map_pfbB {
    display: flex;
    justify-content: space-between;
}

.contact_section_iEwC .request_map_pfbB #surname {
    margin-left: 24px;
}

.contact_section_iEwC .support_list_o4Py {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact_section_iEwC .support_list_o4Py label {
    display: block;
}

.contact_section_iEwC .support_list_o4Py a {
    margin-left: 5px;
    color: rgb(112,138,166);
}

.contact_section_iEwC .support_list_o4Py input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 5px;
}

@media only screen and (max-width: 600px) {
    .contact_section_iEwC .widget_holder_wrap_E3pz {
        flex-direction: column;
    }

    .contact_section_iEwC .widget_holder_wrap_E3pz > div {
        width: 100%;
    }

    .contact_section_iEwC {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .contact_section_iEwC h3 {
        font-size: 30px;
    }
}

.inner-container_adLT .contact_section_iEwC .container {
    width: 100%;
}

.inner-container_adLT .contact_section_iEwC {
    padding: 0;
}

.inner-container_adLT .contact_section_iEwC .query_map_JVfg {
    background: rgb(206,215,224);
}

.inner-container_adLT .contact_section_iEwC .message_reach_go3Q {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 30px;
}

.inner-container_adLT .contact_section_iEwC .feedback_feedback_1OfI {
    background: #ffffff;
}

.inner-container_adLT .contact_section_iEwC .widget_holder_wrap_E3pz > div {
    padding: 40px;
    padding-bottom: 60px;
    border-radius: 0 !important;
}

.inner-container_adLT .contact_section_iEwC form input {
    background: rgb(206,215,224);
    border-radius: 7px;
    border: 1px solid rgb(75,98,122);
}

.inner-container_adLT .contact_section_iEwC h3 {
    font-size: 48px;
    font-weight: 400;
    line-height: 52px;
    margin-bottom: 40px;
}

.inner-container_adLT .contact_section_iEwC .query_map_JVfg .reach_card_wdR2 svg, .inner-container_adLT .contact_section_iEwC .query_map_JVfg .reach_card_wdR2 svg path, .inner-container_adLT .contact_section_iEwC .query_map_JVfg .reach_card_wdR2 img {
    width: 30px;
    height: 30px;
    fill: rgb(112,138,166);
    margin-bottom: 20px;
}

.inner-container_adLT .contact_section_iEwC .query_map_JVfg .reach_card_wdR2 > div {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
}

.inner-container_adLT .reach_card_wdR2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    justify-content: flex-start;
}

.inner-container_adLT .contact_section_iEwC form .help_request_TMvk {
    background: rgb(112,138,166);
    border: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
}

.inner-container_adLT .contact_section_iEwC .request_map_pfbB {
    flex-direction: column;
}

.inner-container_adLT .contact_section_iEwC .request_map_pfbB #surname {
    margin-left: 0;
}

.inner-container_adLT .contact_section_iEwC label {
    display: block;
    font-size: 16px;
    line-height: 25px;
}

.inner-container_adLT .contact_section_iEwC .query_map_JVfg .reach_card_wdR2 span {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

@media only screen and (max-width: 800px) {
    .inner-container_adLT .contact_section_iEwC .widget_holder_wrap_E3pz > div {
        padding: 20px;
        padding-bottom: 20px;
        padding-top: 20px;
        width: 100%;
    }

    .inner-container_adLT .contact_section_iEwC .query_map_JVfg .reach_card_wdR2 > div {
        margin-bottom: 30px;
    }

    .inner-container_adLT .contact_section_iEwC h3 {
        margin-bottom: 20px;
        font-size: 36px;
    }

    .inner-container_adLT .contact_section_iEwC .container {
        padding: 0;
    }
}.gratitudeDiv_042d {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, rgb(112,138,166,0.5) 0%, rgb(75,98,122,0.5) 100%);
    color: #ffffff;
    font-family: Roboto, sans-serif;
    padding: 50px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}
.gratitudeDiv_042d .container {
    max-width: 800px;
    text-align: center;
    background-color: rgb(206,215,224);
    border-radius: 29px;
    padding: 40px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.gratitudeDiv_042d .container:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}
.gratitudeDiv_042d h2 {
    margin-bottom: 20px;
    font-size: 38px;
    font-weight: 700;
    color: rgb(112,138,166);
    text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
    animation: fadeInDown 1s ease-in-out;
}
.gratitudeDiv_042d p {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    animation: fadeInUp 1s ease-in-out;
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media only screen and (max-width: 800px) {
    .gratitudeDiv_042d {
        padding: 20px;
    }
    .gratitudeDiv_042d .container {
        padding: 30px;
    }
    .gratitudeDiv_042d h2 {
        font-size: 32px;
    }
    .gratitudeDiv_042d p {
        font-size: 19px;
    }
}.company_info_fqvC {
    padding: 60px 0;
    background: linear-gradient(135deg, rgb(112,138,166,0.5) 0%, rgb(75,98,122,0.5) 100%);
}

.inner-container_adLT .company_info_fqvC .widget_holder_wrap_E3pz {
    height: auto;
    min-height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.inner-container_adLT .company_info_fqvC .widget_holder_wrap_E3pz .img_footer_6Z2U {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 700px;
    border-radius: 11px;
    top: 0;
    left: 0;
    z-index: 0;
    transition: transform 0.5s ease, filter 0.5s ease;
    transform: scale(1.05);
    margin-bottom: -20px;
}


.inner-container_adLT .company_info_fqvC .pro_program_GCsv {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80%;
    min-height: 700px;
    padding: 50px;
    background: rgb(112,138,166);
    border-radius: 11px;
    z-index: 1;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    margin: auto;
}

.inner-container_adLT .company_info_fqvC .expert_team_e2OT {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: auto;
    background: rgb(75,98,122);
    border-radius: 11px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 60px;
    min-height: 400px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: background 0.3s ease;
}

.inner-container_adLT .company_info_fqvC h2 {
    color: #ffffff;
    font-size: 37px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px;
}

.inner-container_adLT .company_info_fqvC p {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    margin-top: 20px;
}

@media only screen and (max-width: 1200px) {
    .inner-container_adLT .company_info_fqvC .widget_holder_wrap_E3pz {
        padding: 0;
    }
    .inner-container_adLT .company_info_fqvC .pro_program_GCsv {
        width: 80%;
        padding: 40px;
    }

    .inner-container_adLT .company_info_fqvC .expert_team_e2OT {
        padding: 30px 40px;
    }
    .inner-container_adLT .company_info_fqvC .widget_holder_wrap_E3pz .img_footer_6Z2U {
        height: 300px;
        min-height: unset;
    }
}

@media only screen and (max-width: 800px) {
    .inner-container_adLT .company_info_fqvC .pro_program_GCsv {
        width: 100%;
        padding: 20px;
    }

    .inner-container_adLT .company_info_fqvC .expert_team_e2OT {
        padding: 20px;
    }


}.nav_learn_Ga6P {
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
}
.nav_learn_Ga6P .top_train_rTVD {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.nav_learn_Ga6P .main_edu_LmIY {
    display: flex;
    align-items: center;
}
.nav_learn_Ga6P .top_prime_GSQr {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: rgb(112,138,166);
    font-weight: 700;
    font-size: 21px;
    transition: color 0.3s ease;
}
.nav_learn_Ga6P .top_prime_GSQr:hover {
    color: rgb(75,98,122);
}
.nav_learn_Ga6P .top_prime_GSQr svg,
.nav_learn_Ga6P .top_prime_GSQr img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    fill: rgb(112,138,166);
    transition: fill 0.3s ease;
}
.nav_learn_Ga6P .top_prime_GSQr:hover svg,
.nav_learn_Ga6P .top_prime_GSQr:hover img {
    fill: rgb(75,98,122);
}
.nav_learn_Ga6P .head_learn_7QgN {
    font-size: 13px;
    color: #000000;
    margin-left: 20px;
    position: relative;
    padding-left: 15px;
}
.nav_learn_Ga6P .head_learn_7QgN::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 70%;
    background-color: rgb(112,138,166);
}
.nav_learn_Ga6P .nav_start_kBXm {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.nav_learn_Ga6P .nav_start_kBXm a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
    padding: 10px 15px;
    position: relative;
    font-size: 14px;
    transition: color 0.3s ease;
}
.nav_learn_Ga6P .nav_start_kBXm a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: rgb(112,138,166);
    transition: width 0.3s ease;
}
.nav_learn_Ga6P .nav_start_kBXm a:hover,
.nav_learn_Ga6P .nav_start_kBXm a:focus {
    color: rgb(112,138,166);
}
.nav_learn_Ga6P .nav_start_kBXm a:hover::after,
.nav_learn_Ga6P .nav_start_kBXm a:focus::after {
    width: 100%;
}
@media (max-width: 1200px) {
    .nav_learn_Ga6P .top_train_rTVD {
        flex-direction: column;
        align-items: flex-start;
    }
    .nav_learn_Ga6P .main_edu_LmIY {
        margin-bottom: 15px;
    }
    .nav_learn_Ga6P .head_learn_7QgN {
        margin-left: 0;
        margin-bottom: 15px;
        padding-left: 0;
        padding-top: 15px;
    }
    .nav_learn_Ga6P .head_learn_7QgN::before {
        left: 0;
        top: 0;
        transform: none;
        width: 50px;
        height: 3px;
    }
    .nav_learn_Ga6P .nav_start_kBXm {
        flex-direction: column;
        width: 100%;
    }
    .nav_learn_Ga6P .nav_start_kBXm a {
        padding: 10px 0;
        border-bottom: 1px solid rgb(75,98,122,0.5);
    }
    .nav_learn_Ga6P .nav_start_kBXm a:last-child {
        border-bottom: none;
    }
    .nav_learn_Ga6P .nav_start_kBXm a::after {
        display: none;
    }
}
.nav_learn_Ga6P::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: rgb(112,138,166);
}
@media (prefers-reduced-motion: reduce) {
    .main_header,
    .nav_learn_Ga6P *,
    .nav_learn_Ga6P *::before,
    .nav_learn_Ga6P *::after {
        transition: none !important;
    }
}.title_section_5PKm {
    width: 100%;
    background-color: rgb(112,138,166);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.title_section_5PKm .class_online_bDWY {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 700px;
    background-size: cover;
    background-position: center;
    position: relative;
    box-shadow: 0 0 20px rgb(112,138,166,0.5);
}
.title_section_5PKm .class_online_bDWY::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 1;
}
.title_section_5PKm .expert_team_e2OT {
    position: relative;
    z-index: 2;
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid rgb(112,138,166,0.5);
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(112,138,166);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 60%;
    max-width: 1000px;
}
.title_section_5PKm .expert_team_e2OT h1 {
    font-family: Roboto, sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: rgb(112,138,166);
    margin-bottom: 20px;
    text-shadow: 0 0 10px rgb(112,138,166,0.5);
    text-align: left;
}
.title_section_5PKm .expert_team_e2OT h3 {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: rgb(75,98,122);
    margin-bottom: 15px;
    text-shadow: 0 0 8px rgb(75,98,122,0.5);
    text-align: left;
}
.title_section_5PKm .expert_team_e2OT p {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.5;
    text-align: left;
}
@media only screen and (max-width: 800px) {
    .title_section_5PKm .class_online_bDWY {
        min-height: 500px;
    }
    .title_section_5PKm .expert_team_e2OT {
        width: 90%;
        padding: 30px;
    }
    .title_section_5PKm .expert_team_e2OT h1 {
        font-size: 29px;
    }
    .title_section_5PKm .expert_team_e2OT h3 {
        font-size: 22px;
    }
    .title_section_5PKm .expert_team_e2OT p {
        font-size: 16px;
    }
}
.inner-container_adLT .title_section_5PKm .class_online_bDWY {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.inner-container_adLT .title_section_5PKm .expert_team_e2OT {
    width: 60%;
    max-width: 1200px;
    background: rgba(0, 0, 0, 0.85);
    border: 1px solid rgb(112,138,166,0.5);
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgb(112,138,166);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}
.inner-container_adLT .title_section_5PKm .class_online_bDWY::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.inner-container_adLT .title_section_5PKm .expert_team_e2OT h1 {
    color: rgb(112,138,166);
    text-shadow: 0 0 10px rgb(112,138,166,0.5);
    margin-bottom: 20px;
}
.inner-container_adLT .title_section_5PKm .expert_team_e2OT h3 {
    color: rgb(75,98,122);
    text-shadow: 0 0 8px rgb(75,98,122,0.5);
    margin-bottom: 15px;
}
.inner-container_adLT .title_section_5PKm .expert_team_e2OT p {
    color: #ffffff;
    text-shadow: 0 0 5px rgb(112,138,166,0.5);
}
@media only screen and (max-width: 800px) {
    .inner-container_adLT .title_section_5PKm .class_online_bDWY {
        flex-direction: column;
        padding: 20px;
    }
    .inner-container_adLT .title_section_5PKm .expert_team_e2OT {
        width: 90%;
        padding: 30px;
    }
    .inner-container_adLT .title_section_5PKm .expert_team_e2OT h1 {
        font-size: 29px;
    }
    .inner-container_adLT .title_section_5PKm .expert_team_e2OT h3 {
        font-size: 22px;
    }
    .inner-container_adLT .title_section_5PKm .expert_team_e2OT p {
        font-size: 16px;
    }
}.course_overview_Yp4t {
    padding-top: 100px;
    padding-bottom: 100px;
    background: linear-gradient(135deg, rgb(112,138,166,0.5) 0%, rgb(75,98,122,0.5) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.course_overview_Yp4t h2 {
    color: #000000;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 50px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1.5px;
}
.course_overview_Yp4t .nav_lead_2wCG {
    border-radius: 19px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    position: relative;
}
.course_overview_Yp4t h3 {
    color: rgb(112,138,166);
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.course_overview_Yp4t p {
    color: #000000;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 40px;
}
.course_overview_Yp4t .help_request_TMvk {
    background: rgb(75,98,122);
    color: #ffffff;
    margin-top: 30px;
    padding: 15px 40px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    transition: background 0.5s ease, transform 0.5s ease;
    display: inline-block;
}
.course_overview_Yp4t .help_request_TMvk:hover {
    background: rgb(112,138,166);
    transform: scale(1.1);
}
.course_overview_Yp4t .widget_holder_wrap_E3pz {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.course_overview_Yp4t .learn_professional_htoE {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
}
.course_overview_Yp4t .knowledge_track_cKOu {
    padding: 20px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}
.course_overview_Yp4t .knowledge_track_cKOu:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(112,138,166,0.5) 0%, rgb(75,98,122,0.5) 100%);
    opacity: 0.2;
    z-index: -1;
    border-radius: 19px;
}
.course_overview_Yp4t .nav_lead_2wCG {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    padding: 40px;
    box-sizing: border-box;
    background: #ffffff;
}
.course_overview_Yp4t .text_info_box_hvJB {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 10px;
    border: 2px solid rgb(75,98,122,0.5);
    transition: background 0.5s ease, transform 0.5s ease;
}
.course_overview_Yp4t .img_footer_6Z2U {
    height: 350px;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 19px;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
}

@media only screen and (max-width: 800px) {
    .course_overview_Yp4t .knowledge_track_cKOu {
        width: 100%;
    }
    .course_overview_Yp4t {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.inner-container_adLT .course_overview_Yp4t .learn_professional_htoE {
    width: 100%;
}
.inner-container_adLT .course_overview_Yp4t .learn_professional_htoE .knowledge_track_cKOu .nav_lead_2wCG {
    border-radius: 19px;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.inner-container_adLT .course_overview_Yp4t .img_footer_6Z2U {
    border-radius: 19px;
    height: 500px;
    width: 100%;
    margin: 0 0 20px 0;
}
.inner-container_adLT .course_overview_Yp4t .text_info_box_hvJB {
    border-radius: 10px;
    border: 3px solid rgb(75,98,122);
    width: 80%;
    background: #ffffff;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: -50px;
    z-index: 1;
    position: relative;
}
.inner-container_adLT .course_overview_Yp4t h3 {
    font-size: 28px;
    font-weight: 700;
    color: rgb(112,138,166);
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.inner-container_adLT .course_overview_Yp4t .help_request_TMvk {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin-top: 35px;
    padding: 15px 40px;
    border-radius: 50px;
    background: rgb(112,138,166);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    transition: background 0.5s ease, transform 0.5s ease;
}
.inner-container_adLT .course_overview_Yp4t .help_request_TMvk:hover {
    background: rgb(75,98,122);
    color: #ffffff;
    transform: scale(1.1);
}
@media only screen and (max-width: 800px) {
    .inner-container_adLT .course_overview_Yp4t .img_footer_6Z2U {
        width: 100%;
        height: 300px;
    }
    .inner-container_adLT .course_overview_Yp4t .text_info_box_hvJB {
        width: 95%;
        margin-top: -30px;
        padding: 20px;
    }
    .inner-container_adLT .course_overview_Yp4t .learn_professional_htoE .knowledge_track_cKOu {
        padding: 0;
    }
    .inner-container_adLT .course_overview_Yp4t h3 {
        font-size: 24px;
    }
    .inner-container_adLT .course_overview_Yp4t .learn_professional_htoE .knowledge_track_cKOu .nav_lead_2wCG {
        padding: 10px;
    }
}
.secure_hideout_y5Rf {
    background-color: rgb(206,215,224);
    padding: 50px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    color: #000000;
}
.secure_hideout_y5Rf h1 {
    font-family: Roboto, sans-serif;
    font-size: 41px;
    font-weight: 700;
    color: rgb(112,138,166);
    margin: 20px 0;
}
.secure_hideout_y5Rf h2 {
    font-family: Roboto, sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: rgb(75,98,122);
    margin: 15px 0;
}
.secure_hideout_y5Rf h3, .secure_hideout_y5Rf h4, .secure_hideout_y5Rf h5, .secure_hideout_y5Rf h6 {
    color: rgb(75,98,122);
    margin: 1rem 0;
}
.secure_hideout_y5Rf ul {
    list-style-type: none;
    padding: 0;
}
.secure_hideout_y5Rf li {
    font-family: Roboto, sans-serif;
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
}
.secure_hideout_y5Rf li:before {
    content: "\2022";
    color: rgb(112,138,166);
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
@media only screen and (max-width: 800px) {
    .secure_hideout_y5Rf {
        padding: 30px;
    }
    .secure_hideout_y5Rf h1 {
        font-size: calc(19px * 0.9);
    }
    .secure_hideout_y5Rf h2 {
        font-size: calc(19px * 0.9);
    }
    .secure_hideout_y5Rf li {
        font-size: calc(15px * 0.9);
    }
}.training_specialist_NruD {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #ffffff;
}

.training_specialist_NruD .widget_holder_wrap_E3pz {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
}

.training_specialist_NruD .client_praises_JU4Z {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 33%;
    background: rgb(75,98,122,0.5);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    border-radius: 24px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    margin: 20px;
}


.training_specialist_NruD .img_footer_6Z2U {
    width: 300px;
    height: 300px;
    max-width: 100%;
    margin-bottom: 16px;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    border: 5px solid rgb(112,138,166);
    transition: border 0.3s ease-in-out;
}

.training_specialist_NruD .client_praises_JU4Z .name {
    font-size: 21px;
    color: rgb(112,138,166);
    margin-bottom: 8px;
    font-weight: 600;
    text-align: center;
}

.training_specialist_NruD .client_praises_JU4Z span {
    font-size: 16px;
    color: rgb(75,98,122);
    font-weight: 400;
    margin-bottom: 14px;
    text-align: center;
}

.training_specialist_NruD .client_praises_JU4Z .job_container_WDQj {
    font-size: 16px;
    color: #000000;
    font-weight: 300;
    font-style: italic;
    text-align: center;
    padding: 0 20px;
}

@media only screen and (max-width: 1200px) {
    .training_specialist_NruD .client_praises_JU4Z {
        max-width: unset;
        width: 45%;
    }
}

@media only screen and (max-width: 800px) {
    .training_specialist_NruD .widget_holder_wrap_E3pz {
        flex-direction: column;
    }

    .training_specialist_NruD .client_praises_JU4Z {
        max-width: unset;
        width: 80%;
        padding: 20px;
    }

    .training_specialist_NruD {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.inner-container_adLT .training_specialist_NruD {
    position: relative;
    padding: 20px 0;
}

.inner-container_adLT .training_specialist_NruD::after {
    content: "";
    width: 100%;
    height: 280px;
    background: rgb(75,98,122);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.inner-container_adLT .training_specialist_NruD .widget_holder_wrap_E3pz {
    position: relative;
    z-index: 1;
    justify-content: center;
}

.inner-container_adLT .training_specialist_NruD .client_praises_JU4Z {
    max-width: 80%;
    width: auto;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: #ffffff;
    padding: 30px;
}

.inner-container_adLT .training_specialist_NruD .img_footer_6Z2U {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 8px solid #ffffff;
    margin-bottom: 20px;
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.inner-container_adLT .employee_history_WBNt {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.inner-container_adLT .training_specialist_NruD .client_praises_JU4Z .name {
    width: 100%;
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    color: rgb(112,138,166);
    margin-bottom: 12px;
}

.inner-container_adLT .training_specialist_NruD .client_praises_JU4Z span {
    font-size: 21px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    color: rgb(75,98,122);
    margin-bottom: 16px;
}

.inner-container_adLT .training_specialist_NruD .client_praises_JU4Z .job_container_WDQj {
    width: 100%;
    text-align: center;
    margin-top: 16px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    color: #000000;
}

@media only screen and (max-width: 800px) {
    .inner-container_adLT .training_specialist_NruD .client_praises_JU4Z {
        flex-direction: column;
        align-items: center;
        padding: 20px;
        margin: 0;
        max-width: 100%;
        width: 100%;
    }

    .inner-container_adLT .employee_history_WBNt {
        width: 100%;
    }

    .inner-container_adLT .training_specialist_NruD .img_footer_6Z2U {
        width: 220px;
        height: 220px;
        margin: 20px;
    }

    .inner-container_adLT .training_specialist_NruD::after {
        height: 200px;
    }
}

.benefits_overview_ALST .learn_edge_v9b4 h2 {
    color: rgb(75,98,122);
}

.benefits_overview_ALST .success_factors_0vqu svg, .benefits_overview_ALST .success_factors_0vqu svg path {
    fill: rgb(112,138,166);
}

.benefits_overview_ALST .success_factors_0vqu p {
    color: #000000;
}

.benefits_overview_ALST .success_factors_0vqu b {
    color: rgb(112,138,166);
}

.benefits_overview_ALST {
    padding-top: 80px;
    padding-bottom: 80px;
}

.benefits_overview_ALST .success_benefits_tZCp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.benefits_overview_ALST .learn_edge_v9b4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.benefits_overview_ALST .learn_edge_v9b4 h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 34px;
    font-weight: 600;
}

.benefits_overview_ALST .learn_edge_v9b4 h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.benefits_overview_ALST .smart_learn_ZF3p {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.benefits_overview_ALST .success_factors_0vqu {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.benefits_overview_ALST .success_factors_0vqu svg, .benefits_overview_ALST .success_factors_0vqu img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .inner-container_adLT .benefits_overview_ALST .success_benefits_tZCp .success_factors_0vqu {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .benefits_overview_ALST .learn_edge_v9b4 h2 {
        font-size: 30px;
    }

    .benefits_overview_ALST .success_benefits_tZCp {
        flex-direction: column;
    }

    .benefits_overview_ALST {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .inner-container_adLT .benefits_overview_ALST .success_benefits_tZCp .success_factors_0vqu {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.inner-container_adLT .benefits_overview_ALST .container {
    width: 100%;
    margin: 0;
    padding: 0;
}

.inner-container_adLT .benefits_overview_ALST {
    padding: 0;
}

.inner-container_adLT .benefits_overview_ALST .success_factors_0vqu {
    width: 25%;
    border-radius: 0 !important;
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 70px;
    padding-left: 30px;
    margin: 0;
}

.inner-container_adLT .benefits_overview_ALST .smart_learn_ZF3p {
    padding: 20px;
    margin-bottom: 0;
}

.inner-container_adLT .benefits_overview_ALST .success_factors_0vqu svg, .inner-container_adLT .benefits_overview_ALST .success_factors_0vqu svg path, .inner-container_adLT .benefits_overview_ALST .success_factors_0vqu img {
    width: 40px;
    height: 40px;
    fill: #ffffff;
}

.inner-container_adLT .benefits_overview_ALST .study_boost_vTFo {
    border-radius: 50%;
    background: rgb(112,138,166);
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-container_adLT .benefits_overview_ALST .success_factors_0vqu h4 {
    padding-bottom: 20px;
    border-bottom: 3px solid;
    font-size: 24px;
    font-weight: 500;
    min-height: 80px;
}

.inner-container_adLT .benefits_overview_ALST .success_factors_0vqu:nth-child(1) {
    background: #ffffff;

}

.inner-container_adLT .benefits_overview_ALST .success_factors_0vqu:nth-child(2) {
    background: rgb(112,138,166,0.5);
}

.inner-container_adLT .benefits_overview_ALST .success_factors_0vqu:nth-child(1) h4, .inner-container_adLT .benefits_overview_ALST .success_factors_0vqu:nth-child(2) h4 {
    color: #000000;
    border-color: #000000;
}

.inner-container_adLT .benefits_overview_ALST .success_factors_0vqu:nth-child(3) {
    background: rgba(0, 0, 0, 0.5);
}

.inner-container_adLT .benefits_overview_ALST .success_factors_0vqu:nth-child(4) {
    background: rgb(75,98,122);
}

.inner-container_adLT .benefits_overview_ALST .success_factors_0vqu:nth-child(3) h4, .inner-container_adLT .benefits_overview_ALST .success_factors_0vqu:nth-child(4) h4 {
    color: #ffffff;
    border-color: #ffffff;
}

@media only screen and (max-width: 800px) {
    .inner-container_adLT .benefits_overview_ALST .success_factors_0vqu {
        width: 100%;
    }
}