* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.top_master_ex {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.digital_res_ex {
    flex: 0 0 auto;
}.wrapper-structure_ex {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}.container {
    max-width: 100%;
    width: 1240px;
    margin: auto;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    scroll-behavior: auto;
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
    min-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;
}}
.tariff_card_ex {
    background: linear-gradient(135deg, rgb(217,227,222) 0%, #ffffff 100%);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}.tariff_card_ex::before {
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    z-index: 1;
    background: linear-gradient(45deg, rgb(170,203,185,0.5) 0%, transparent 40%);
}.tariff_card_ex .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.tariff_card_ex .plan_fee_ex {
    display: flex;
    flex-direction: column;
}.tariff_card_ex .learn_fees_ex {
    margin-right: auto;
    margin-left: auto;
    order: 1;
    text-align: center;
    max-width: 800px;
    margin-bottom: 3rem;
}.tariff_card_ex .learn_fees_ex h2 {
    font-size: 32px;
    display: inline-block;
    position: relative;
    color: #000000;
    margin-bottom: 1rem;
    font-weight: 700;
}.tariff_card_ex .learn_fees_ex h2::after {
    bottom: -10px;
    width: 80px;
    content: "";
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
    background: rgb(170,203,185);
    position: absolute;
}.tariff_card_ex .plan_details_ex {
    line-height: 1.6;
    word-break: break-word;
    color: #000000;
    overflow-wrap: break-word;
    max-width: 600px;
    margin: 0 auto;
    font-size: 12px;
}.tariff_card_ex .price_opts_ex {
    gap: 2rem;
    order: 2;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin-top: 2rem;
    display: grid;
}.tariff_card_ex .fee_plans_ex {
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-decoration: none;
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    border-radius: 10px;
    display: block;
    height: 100%;
}.tariff_card_ex .fee_plans_ex:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px) scale(1.02);
}.tariff_card_ex .study_cost_ex {
    flex-direction: column;
    display: flex;
    height: 100%;
}.tariff_card_ex .value_deals_ex {
    position: relative;
    overflow-wrap: break-word;
    padding: 2rem;
    z-index: 1;
    word-break: break-word;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}.tariff_card_ex .value_deals_ex::before {
    content: "";
    opacity: 0.7;
    z-index: -1;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, transparent 0%, #ffffff 100%);
    top: 0;
    position: absolute;
}.tariff_card_ex .value_deals_ex h3 {
    color: #000000;
    position: relative;
    margin-bottom: 1.5rem;
    font-size: calc(23px * 1.2);
    padding-bottom: 0.5rem;
    font-weight: 700;
}.tariff_card_ex .value_deals_ex h3::after {
    height: 2px;
    background: rgb(118,173,118);
    transition: width 0.3s ease;
    position: absolute;
    content: "";
    bottom: 0;
    width: 40px;
    left: 0;
}.tariff_card_ex .fee_plans_ex:hover .value_deals_ex h3::after {
    width: 80px;
}.tariff_card_ex .pricing_deals_ex {
    color: rgb(170,203,185);
    position: relative;
    font-size: calc(23px * 1.5);
    font-weight: 700;
    display: inline-block;
    margin-bottom: 1.5rem;
}.tariff_card_ex .pricing_deals_ex::before {
    position: absolute;
    transition: width 0.3s ease;
    width: 0;
    content: "";
    left: 0;
    bottom: -5px;
    height: 2px;
    background: rgb(170,203,185);
}.tariff_card_ex .fee_plans_ex:hover .pricing_deals_ex::before {
    width: 100%;
}.tariff_card_ex .value_deals_ex p {
    line-height: 1.6;
    overflow-wrap: break-word;
    margin-top: auto;
    color: #000000;
    font-size: 12px;
    word-break: break-word;
}.tariff_card_ex .content_image_ex {
    transition: transform 0.5s ease;
    position: relative;
    overflow: hidden;
    height: 200px;
}.tariff_card_ex .content_image_ex::after {
    height: 100%;
    left: 0;
    width: 100%;
    content: "";
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
}.tariff_card_ex .fee_plans_ex:hover .content_image_ex {
    transform: scale(1.05);
}.tariff_card_ex .fee_plans_ex:nth-child(odd) .study_cost_ex {
    flex-direction: column-reverse;
}.tariff_card_ex .fee_plans_ex:nth-child(3n+1) {
    border-top: 3px solid rgb(170,203,185);
}.tariff_card_ex .fee_plans_ex:nth-child(3n+2) {
    border-top: 3px solid rgb(118,173,118);
}.tariff_card_ex .fee_plans_ex:nth-child(3n+3) {
    border-top: 3px solid #000000;
}

@media (min-width: 768px) {.tariff_card_ex .plan_fee_ex {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
}.tariff_card_ex .learn_fees_ex {
    text-align: left;
    margin-bottom: 0;
    flex: 0 0 30%;
    order: 2;
}.tariff_card_ex .learn_fees_ex h2 {
    text-align: left;
}.tariff_card_ex .learn_fees_ex h2::after {
    transform: none;
    left: 0;
}.tariff_card_ex .plan_details_ex {
    margin: 0;
    text-align: left;
}.tariff_card_ex .price_opts_ex {
    flex: 0 0 65%;
    order: 1;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 992px) {.tariff_card_ex .price_opts_ex {
    grid-template-columns: repeat(2, 1fr);
}.tariff_card_ex .fee_plans_ex:nth-child(4n+1) {
    transform: translateY(20px);
}.tariff_card_ex .fee_plans_ex:nth-child(4n+3) {
    transform: translateY(-20px);
}.tariff_card_ex .fee_plans_ex:hover {
    transform: translateY(0) scale(1.02);
}
}

@media (max-width: 767px) {.tariff_card_ex {
    padding: 4rem 0;
}.tariff_card_ex .value_deals_ex {
    padding: 1.5rem;
}.tariff_card_ex .value_deals_ex h3 {
    font-size: 23px;
}.tariff_card_ex .pricing_deals_ex {
    font-size: 23px;
}.tariff_card_ex .value_deals_ex p {
    max-height: 150px;
    font-size: calc(12px * 0.9);
    line-height: 1.5;
    overflow-y: auto;
}.tariff_card_ex .content_image_ex {
    height: 150px;
}
}

@media (max-width: 480px) {.tariff_card_ex .price_opts_ex {
    grid-template-columns: 1fr;
}.tariff_card_ex .learn_fees_ex h2 {
    font-size: calc(32px * 0.8);
}.tariff_card_ex .plan_details_ex {
    font-size: calc(12px * 0.9);
}.tariff_card_ex .value_deals_ex p {
    max-height: 120px;
}}.contact_box_ex {
    background-color: rgb(217,227,222);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.contact_box_ex::before {
    background: linear-gradient(120deg, rgb(170,203,185,0.5) 0%, transparent 75%);
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    opacity: 0.15;
}.contact_box_ex::after {
    background: linear-gradient(240deg, rgb(118,173,118,0.5) 0%, transparent 70%);
    height: 70%;
    opacity: 0.1;
    content: "";
    right: 0;
    bottom: 0;
    position: absolute;
    width: 70%;
}.contact_box_ex .container {
    padding: 0 30px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 1;
}.contact_box_ex h2 {
    position: relative;
    text-align: center;
    color: #000000;
    margin-bottom: 15px;
    font-size: 37px;
    font-weight: 700;
    font-family: Arial, sans-serif;
}.contact_box_ex .query_form_ex {
    flex-wrap: wrap;
    border-radius: 14px;
    overflow: hidden;
    flex-direction: row-reverse;
    background: #ffffff;
    display: flex;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    margin-top: 50px;
}.contact_box_ex .content_image_ex {
    min-height: 500px;
    flex: 0 0 40%;
    overflow: hidden;
    position: relative;
}.contact_box_ex .content_image_ex::after {
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.4));
    position: absolute;
    content: "";
}.contact_box_ex .help_reach_ex {
    flex: 0 0 60%;
    padding: 60px;
    position: relative;
}.contact_box_ex .help_reach_ex::before {
    border-radius: 2.5px;
    content: "";
    height: calc(100% - 80px);
    background: linear-gradient(to bottom, rgb(170,203,185), rgb(118,173,118));
    top: 40px;
    left: 0;
    position: absolute;
    width: 5px;
}.contact_box_ex form {
    width: 100%;
    padding-left: 25px;
}.contact_box_ex form h3 {
    color: #000000;
    font-size: 22px;
    margin-bottom: 35px;
    font-weight: 600;
    font-family: Arial, sans-serif;
}.contact_box_ex form input[type="text"] {
    padding: 18px 25px;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    background: rgb(217,227,222);
    font-size: 18px;
    transition: all 0.3s ease;
    width: 100%;
    border: none;
    color: #000000;
    margin-bottom: 20px;
}.contact_box_ex form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(170,203,185,0.5);
    background: rgba(rgb(170,203,185), 0.05);
}.contact_box_ex form input[type="text"]::placeholder {
    color: rgba(#000000, 0.4);
}.contact_box_ex .support_support_ex {
    display: flex;
    margin: 10px 0 30px;
    align-items: flex-start;
}.contact_box_ex .support_support_ex input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_box_ex .support_support_ex label {
    cursor: pointer;
    font-size: 14px;
    position: relative;
    line-height: 1.5;
    padding-left: 35px;
    color: #000000;
}.contact_box_ex .support_support_ex label::before {
    top: 2px;
    left: 0;
    content: "";
    border-radius: 10px;
    transition: all 0.2s ease;
    border: 2px solid rgb(170,203,185,0.5);
    position: absolute;
    height: 22px;
    width: 22px;
}.contact_box_ex .support_support_ex input[type="checkbox"]:checked + label::before {
    background-color: rgb(170,203,185);
    border-color: rgb(170,203,185);
}.contact_box_ex .support_support_ex input[type="checkbox"]:checked + label::after {
    width: 6px;
    height: 11px;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    left: 8px;
    top: 9px;
    content: "";
    position: absolute;
    border-bottom: 2px solid #ffffff;
}.contact_box_ex .support_support_ex label a {
    color: rgb(170,203,185);
    transition: all 0.3s ease;
    text-decoration: none;
}.contact_box_ex .support_support_ex label a:hover {
    text-decoration: underline;
    color: rgb(118,173,118);
}.contact_box_ex form .connect_message_ex {
    border-radius: 10px;
    background: linear-gradient(45deg, rgb(170,203,185), rgb(118,173,118));
    overflow: hidden;
    padding: 15px 35px;
    transition: all 0.3s ease;
    border: none;
    font-weight: 600;
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 17px;
    display: inline-block;
    cursor: pointer;
}.contact_box_ex form .connect_message_ex::before {
    transform: rotate(45deg) translateX(-200%);
    background: rgba(255, 255, 255, 0.2);
    top: -10%;
    position: absolute;
    height: 120%;
    transition: all 0.4s ease;
    content: "";
    width: 120%;
    left: -10%;
}.contact_box_ex form .connect_message_ex:hover {
    box-shadow: 0 8px 15px rgba(rgb(170,203,185), 0.3);
    transform: translateY(-2px);
}.contact_box_ex form .connect_message_ex:hover::before {
    transform: rotate(45deg) translateX(200%);
}.contact_box_ex svg {
    width: 22px;
    fill: rgb(170,203,185);
    height: 22px;
}.contact_box_ex svg path {
    fill: rgb(170,203,185);
    transition: fill 0.3s ease;
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.1;
    }
}

@media screen and (max-width: 1024px) {.contact_box_ex .help_reach_ex {
    padding: 50px 40px;
}
}

@media screen and (max-width: 991px) {.contact_box_ex .content_image_ex {
    flex: 0 0 100%;
    min-height: 300px;
}.contact_box_ex .help_reach_ex {
    flex: 0 0 100%;
}.contact_box_ex .help_reach_ex::before {
    left: 40px;
    background: linear-gradient(to right, rgb(170,203,185), rgb(118,173,118));
    height: 5px;
    top: 0;
    width: calc(100% - 80px);
}.contact_box_ex form {
    padding-left: 0;
    padding-top: 25px;
}
}

@media screen and (max-width: 767px) {.contact_box_ex {
    padding: 70px 0;
}.contact_box_ex .content_image_ex {
    min-height: 250px;
}.contact_box_ex .help_reach_ex {
    padding: 40px 30px;
}.contact_box_ex .help_reach_ex::before {
    left: 30px;
    width: calc(100% - 60px);
}
}

@media screen and (max-width: 480px) {.contact_box_ex {
    padding: 50px 0;
}.contact_box_ex h2 {
    font-size: calc(37px * 0.8);
}.contact_box_ex .content_image_ex {
    min-height: 200px;
}.contact_box_ex .help_reach_ex {
    padding: 30px 20px;
}.contact_box_ex .help_reach_ex::before {
    left: 20px;
    width: calc(100% - 40px);
}.contact_box_ex form h3 {
    margin-bottom: 25px;
    font-size: calc(22px * 0.9);
}.contact_box_ex form input[type="text"] {
    padding: 15px 20px;
}.contact_box_ex form .connect_message_ex {
    text-align: center;
    width: 100%;
}}header {
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 0;
    overflow: visible;
    background: rgb(217,227,222);
    z-index: 100;
    margin-top: 0;
}header::before {
    position: absolute;
    background: 
        linear-gradient(135deg, transparent 25%, rgba(rgb(170,203,185), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(225deg, transparent 25%, rgba(rgb(170,203,185), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(315deg, transparent 25%, rgba(rgb(170,203,185), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(45deg, transparent 25%, rgba(rgb(170,203,185), 0.03) 25%) 0 0 / 20px 20px;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    z-index: 0;
}header::after {
    bottom: 0;
    height: 5px;
    transition: transform 0.5s ease;
    content: '';
    transform-origin: center;
    transform: scaleX(0.7);
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(to right, 
        rgb(170,203,185), 
        rgb(118,173,118), 
        rgb(170,203,185)
    );
}header:hover::after {
    transform: scaleX(1);
}header .site_nav_ex {
    justify-content: space-between;
    display: flex;
    position: relative;
    z-index: 5;
    padding: 1.3rem 2.5rem;
    align-items: center;
}header .page_header_ex {
    margin-right: 2rem;
    flex: 0 0 auto;
    perspective: 800px;
    position: relative;
}header .top_primary_ex {
    display: block;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    transform-style: preserve-3d;
}header .top_primary_ex:hover {
    transform: rotateY(10deg) rotateX(5deg);
}header .top_primary_ex::before {
    background: rgb(170,203,185);
    left: 0;
    opacity: 0.1;
    top: 0;
    filter: blur(10px);
    position: absolute;
    height: 100%;
    transform: translateZ(-10px);
    content: '';
    width: 100%;
}header .top_primary_ex img {
    max-height: 40px;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
    transform: translateZ(20px);
}header .top_teach_ex {
    list-style: none;
    perspective: 1000px;
    display: flex;
    transform-style: preserve-3d;
    padding: 0;
    margin: 0;
    position: relative;
}header .top_teach_ex::before {
    left: 0;
    content: '';
    transform: rotateX(90deg);
    position: absolute;
    width: 100%;
    transform-origin: top;
    top: 100%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
    height: 10px;
}header .header_primary_ex {
    margin: 0 0.3rem;
    position: relative;
    transform-style: preserve-3d;
}header .header_primary_ex a {
    font-size: 14px;
    color: #000000;
    position: relative;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transform-style: preserve-3d;
    text-decoration: none;
    justify-content: center;
    transition: all 0.4s ease;
    border-radius: 10px;
    padding: 0.7rem 1.2rem;
    align-items: center;
    display: flex;
    font-weight: 600;
    background: #ffffff;
    transform: translateZ(0);
}header .header_primary_ex a::before {
    transform: translateZ(-5px);
    border-radius: 10px;
    left: 0;
    width: 100%;
    top: 0;
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, 
        rgb(170,203,185,0.5) 0%, 
        rgb(118,173,118,0.5) 100%
    );
    opacity: 0;
    height: 100%;
    content: '';
    position: absolute;
}header .header_primary_ex a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateZ(15px);
    color: #ffffff;
}header .header_primary_ex a:hover::before {
    opacity: 1;
}header .header_primary_ex a::after {
    left: 5px;
    opacity: 0;
    content: '';
    bottom: -5px;
    height: 5px;
    transition: all 0.4s ease;
    position: absolute;
    background: rgb(170,203,185);
    right: 5px;
    transform: translateZ(-10px);
}header .header_primary_ex a:hover::after {
    opacity: 0.3;
    bottom: -8px;
}header .site_nav_ex::before {
    left: 35%;
    width: 30%;
    background: linear-gradient(to right, 
        transparent, 
        rgb(170,203,185), 
        transparent
    );
    top: 0;
    content: '';
    position: absolute;
    height: 1px;
}.top_master_ex {
    z-index: 1;
    padding-top: 2rem;
    position: relative;
    background: #ffffff;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

@media (min-width: 1400px) {header .site_nav_ex {
    max-width: 1320px;
    margin: 0 auto;
}header .header_primary_ex {
    margin: 0 0.5rem;
}header .header_primary_ex a {
    padding: 0.7rem 1.5rem;
}
}

@media (max-width: 991px) {header .site_nav_ex {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .page_header_ex {
    margin-right: 0;
    margin-bottom: 0;
}header .top_teach_ex {
    justify-content: flex-end;
    margin-top: 1rem;
    flex-basis: 100%;
}header .header_primary_ex a {
    padding: 0.6rem 1rem;
    font-size: calc(14px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .site_nav_ex {
    padding: 0.8rem 1.5rem;
}header .page_header_ex {
    max-width: 140px;
}header .top_primary_ex img {
    max-height: 35px;
}header .top_teach_ex {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    overflow-x: auto;
    margin-top: 0.8rem;
    justify-content: flex-start;
    padding-bottom: 0.5rem;
}header .top_teach_ex::-webkit-scrollbar {
    height: 3px;
}header .top_teach_ex::-webkit-scrollbar-thumb {
    background: rgb(170,203,185,0.5);
    border-radius: 10px;
}header .header_primary_ex {
    margin: 0 0.2rem;
    flex: 0 0 auto;
}header .header_primary_ex a {
    font-size: calc(14px - 2px);
    white-space: nowrap;
    padding: 0.5rem 0.8rem;
}
}

@media (max-width: 479px) {header .site_nav_ex {
    padding: 0.7rem 1.2rem;
}header .page_header_ex {
    max-width: 120px;
}header .header_primary_ex a {
    padding: 0.4rem 0.6rem;
    font-size: calc(14px - 3px);
}header::after {
    height: 3px;
}
}

@supports not (transform-style: preserve-3d) {header .top_primary_ex:hover {
    transform: translateY(-3px);
}header .header_primary_ex a:hover {
    transform: translateY(-3px);
}}.course_highlights_ex {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(217,227,222) 0%, rgba(245, 247, 250, 0.95) 100%);
}.course_highlights_ex::before {
    position: absolute;
    right: -5%;
    width: 40%;
    background: linear-gradient(225deg, rgb(170,203,185,0.5) 0%, transparent 70%);
    transform: rotate(-15deg);
    height: 40%;
    opacity: 0.4;
    animation: float 15s ease-in-out infinite alternate;
    filter: blur(80px);
    z-index: 1;
    content: "";
    top: -5%;
}.course_highlights_ex::after {
    z-index: 1;
    content: "";
    height: 30%;
    animation: float 18s ease-in-out infinite alternate-reverse;
    position: absolute;
    width: 30%;
    bottom: -5%;
    transform: rotate(15deg);
    left: -5%;
    filter: blur(60px);
    opacity: 0.4;
    background: linear-gradient(45deg, rgb(118,173,118,0.5) 0%, transparent 70%);
}.course_highlights_ex .container {
    padding: 0 2rem;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.course_highlights_ex h2 {
    transform: translateX(-1rem);
    color: #000000;
    opacity: 0;
    margin-bottom: 3rem;
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    font-size: 33px;
    position: relative;
    font-weight: 700;
}.course_highlights_ex h2::before {
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(170,203,185) 0%, rgb(118,173,118) 100%);
    bottom: -1rem;
    width: 8rem;
    content: "";
    transform-origin: left;
    position: absolute;
    height: 0.25rem;
    animation: scaleIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.8s;
    left: 0;
}.course_highlights_ex .skill_explorer_ex {
    gap: 3rem;
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
}.course_highlights_ex .content_image_ex {
    height: 400px;
    transform: translateY(2rem);
    opacity: 0;
    overflow: hidden;
    border-radius: 10px;
    animation: fadeUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    position: relative;
}.course_highlights_ex .content_image_ex::before {
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    background: linear-gradient(to bottom, 
        transparent 0%, 
        rgba(rgb(170,203,185), 0.2) 100%);
    z-index: 1;
    top: 0;
    content: "";
}.course_highlights_ex .content_image_ex::after {
    top: -100%;
    height: 200%;
    position: absolute;
    left: -100%;
    content: "";
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    transform: rotate(45deg);
    width: 200%;
    animation: shine 8s cubic-bezier(0.25, 1, 0.5, 1) infinite;
}.course_highlights_ex .text_element_ex {
    flex-direction: column;
    gap: 2rem;
    position: relative;
    display: flex;
    opacity: 0;
    transform: translateY(2rem);
    animation: fadeUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
}.course_highlights_ex .description {
    scrollbar-color: rgb(170,203,185,0.5) rgb(217,227,222);
    color: #000000;
    overflow-y: auto;
    line-height: 1.8;
    font-size: 17px;
    padding-right: 1.5rem;
    max-height: 300px;
    position: relative;
    scrollbar-width: thin;
}.course_highlights_ex .description::-webkit-scrollbar {
    width: 6px;
}.course_highlights_ex .description::-webkit-scrollbar-track {
    background: rgb(217,227,222);
    border-radius: 10px;
}.course_highlights_ex .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(170,203,185,0.5);
}.course_highlights_ex .description:nth-child(1) {
    position: relative;
}.course_highlights_ex .description:nth-child(1)::first-line {
    color: #000000;
    font-weight: 600;
}.course_highlights_ex .description:nth-child(2) {
    display: none;
    position: relative;
}

@media (min-width: 768px) {.course_highlights_ex .skill_explorer_ex {
    align-items: flex-start;
    grid-template-columns: 1fr 1fr;
}.course_highlights_ex h2 {
    max-width: 90%;
    font-size: calc(33px * 1.2);
    text-align: left;
}.course_highlights_ex .content_image_ex {
    height: 500px;
}.course_highlights_ex .description {
    max-height: 500px;
}
}

@media (min-width: 992px) {.course_highlights_ex {
    padding: 8rem 0;
}.course_highlights_ex .container {
    padding: 0 4rem;
}.course_highlights_ex h2 {
    max-width: 80%;
    font-size: calc(33px * 1.4);
}.course_highlights_ex .skill_explorer_ex {
    gap: 4rem;
}.course_highlights_ex .content_image_ex {
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    height: 600px;
}.course_highlights_ex .content_image_ex:hover {
    transform: translateY(-8px) scale(1.02);
}.course_highlights_ex .text_element_ex {
    padding-top: 2rem;
}
}

@media (min-width: 1200px) {.course_highlights_ex .content_image_ex {
    height: 650px;
}.course_highlights_ex h2 {
    max-width: 70%;
}
}

@media (max-width: 767px) {.course_highlights_ex {
    padding: 4rem 0;
}.course_highlights_ex h2 {
    text-align: center;
    font-size: calc(33px * 0.9);
}.course_highlights_ex h2::before {
    transform: translateX(-50%) scaleX(0);
    animation: scaleInCenter 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.8s;
    left: 50%;
}}

@keyframes slideIn {
    0% {
        transform: translateX(-1rem);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

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

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

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

@keyframes shine {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    20%, 100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

@keyframes float {
    0% {
        transform: rotate(-15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-10deg) translate(-10px, 10px);
    }
    100% {
        transform: rotate(-5deg) translate(-20px, 5px);
    }
}.privacy_holdfast_ex {
    color: #ffffff;
    font-family: Arial, sans-serif;
    flex-direction: column;
    height: auto;
    gap: 20px;
    background: linear-gradient(135deg, rgb(170,203,185) 30%, rgb(118,173,118) 100%);
    width: 100%;
    padding: 20px 40px;
    display: flex;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}.privacy_holdfast_ex h1 {
    padding-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 39px;
    border-bottom: 2px solid #ffffff;
    color: #ffffff;
}.privacy_holdfast_ex h2 {
    padding-bottom: 8px;
    border-bottom: 1px solid #ffffff;
    font-weight: 600;
    color: #ffffff;
    font-size: 30px;
}.privacy_holdfast_ex h3, .privacy_holdfast_ex h4, .privacy_holdfast_ex h5, .privacy_holdfast_ex h6 {
    margin-bottom: 10px;
    margin-top: 15px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
}.privacy_holdfast_ex ul, .privacy_holdfast_ex ol {
    border-left: 2px solid #ffffff;
    margin: 20px 0;
    list-style: none;
    padding: 0;
}.privacy_holdfast_ex li {
    margin-left: 10px;
    border-bottom: 1px dashed #ffffff;
    font-size: 14px;
    color: #ffffff;
    padding: 10px 0;
}.privacy_holdfast_ex section {
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
    color: #ffffff;
}.privacy_holdfast_ex p, .privacy_holdfast_ex span, .privacy_holdfast_ex div {
    margin-bottom: 15px;
    color: #ffffff;
    line-height: 1.6;
    font-size: 14px;
}

@media only screen and (max-width: 800px) {.privacy_holdfast_ex {
    padding: 20px;
    flex-direction: column;
    gap: 15px;
}.privacy_holdfast_ex h1 {
    font-size: calc(20px - 10px);
}.privacy_holdfast_ex h2 {
    font-size: calc(20px - 5px);
}.privacy_holdfast_ex ul, .privacy_holdfast_ex ol {
    border-left: 1px solid #ffffff;
}.privacy_holdfast_ex li {
    font-size: calc(14px - 2px);
}}.training_method_ex {
    display: flex;
    background: linear-gradient(135deg, rgb(170,203,185,0.5) 0%, rgb(118,173,118) 100%);
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 8rem 0;
    min-height: 100vh;
    position: relative;
}.training_method_ex::before {
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(170,203,185) 0%, transparent 8%),
        radial-gradient(circle at 80% 70%, rgb(118,173,118) 0%, transparent 8%),
        radial-gradient(circle at 40% 80%, rgb(170,203,185) 0%, transparent 6%),
        radial-gradient(circle at 60% 20%, rgb(118,173,118) 0%, transparent 6%);
    top: 0;
    left: 0;
    z-index: 1;
    animation: pulsate 12s infinite alternate;
    content: '';
    position: absolute;
    width: 100%;
}@keyframes pulsate {
    0% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.4;
        transform: scale(1);
    }
}

.training_method_ex::after {
    position: absolute;
    height: 200%;
    z-index: 1;
    background: repeating-linear-gradient(
        45deg,
        rgb(118,173,118,0.5) 0,
        rgb(118,173,118,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    top: -50%;
    animation: slide 30s linear infinite;
    content: '';
    width: 200%;
    left: -50%;
}@keyframes slide {
    0% {
        transform: rotate(0deg) translateY(0);
    }
    100% {
        transform: rotate(360deg) translateY(0);
    }
}

.training_method_ex .virtual_guides_ex {
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    max-width: 1200px;
    position: relative;
    z-index: 5;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    padding: 0;
    width: 90%;
}.training_method_ex .virtual_guides_ex:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.2), 0 15px 25px rgba(0, 0, 0, 0.1);
}.training_method_ex .text_element_ex {
    z-index: 2;
    padding: 4rem;
    position: relative;
}.training_method_ex .text_element_ex::before {
    content: '';
    width: 5px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    height: 50%;
    top: 0;
    background: linear-gradient(to bottom, rgb(170,203,185), transparent);
}.training_method_ex .text_element_ex::after {
    position: absolute;
    height: 50%;
    border-radius: 10px;
    bottom: 0;
    right: 0;
    background: linear-gradient(to top, rgb(118,173,118), transparent);
    width: 5px;
    content: '';
}.training_method_ex h2 {
    font-size: 34px;
    -webkit-text-fill-color: transparent;
    margin-bottom: 2rem;
    background-clip: text !important;
    transition: transform 0.3s ease;
    text-fill-color: transparent;
    letter-spacing: 1px;
    -webkit-background-clip: text !important;
    font-weight: 700;
    transform: perspective(500px) translateZ(0);
    background: linear-gradient(135deg, rgb(170,203,185), rgb(118,173,118));
}.training_method_ex .virtual_guides_ex:hover h2 {
    transform: perspective(500px) translateZ(20px);
}.training_method_ex p {
    line-height: 1.8;
    font-size: 12px;
    margin-bottom: 2rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    transform: perspective(500px) translateZ(0);
    color: #ffffff;
    font-weight: 400;
    transition: transform 0.3s ease;
    position: relative;
}.training_method_ex .virtual_guides_ex:hover p {
    transform: perspective(500px) translateZ(10px);
}

@media (max-width: 992px) {.training_method_ex {
    padding: 6rem 0;
    min-height: auto;
}.training_method_ex .text_element_ex {
    padding: 3rem;
}.training_method_ex h2 {
    font-size: calc(34px * 0.9);
}
}

@media (max-width: 768px) {.training_method_ex {
    padding: 4rem 0;
}.training_method_ex .virtual_guides_ex {
    width: 95%;
}.training_method_ex .text_element_ex {
    padding: 2rem;
}.training_method_ex h2 {
    margin-bottom: 1.5rem;
    font-size: calc(34px * 0.8);
}.training_method_ex p {
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 576px) {.training_method_ex {
    padding: 3rem 0;
}.training_method_ex .text_element_ex {
    padding: 1.5rem;
}.training_method_ex h2 {
    margin-bottom: 1rem;
    font-size: calc(34px * 0.7);
}.training_method_ex p {
    margin-bottom: 1rem;
    font-size: calc(12px * 0.9);
}.training_method_ex::before,
    .training_method_ex::after {
    opacity: 0.6;
}}.title_greeting_ex {
    align-items: center;
    display: flex;
    overflow: hidden;
    justify-content: center;
    min-height: 100vh;
    position: relative;
}.learn_skillspro_ex {
    padding: 2rem;
    width: 100%;
    max-width: 1400px;
    position: relative;
    z-index: 2;
}.title_greeting_ex .learning_primary_ex {
    border-radius: 10px;
    gap: 2rem;
    overflow: hidden;
    justify-content: center;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    padding: 4rem 3rem;
}.title_greeting_ex .learning_primary_ex::before {
    position: absolute;
    background: linear-gradient(135deg, rgb(170,203,185,0.5), rgba(0, 0, 0, 0.5) 80%);
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    backdrop-filter: brightness(0.8) contrast(1.2);
    content: "";
}.title_greeting_ex .learning_primary_ex::after {
    z-index: 2;
    position: absolute;
    left: 0;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    opacity: 0.15;
    background: 
        linear-gradient(90deg, transparent 0%, rgb(118,173,118,0.5) 50%, transparent 100%),
        linear-gradient(180deg, transparent 0%, rgb(170,203,185,0.5) 100%);
    top: 0;
    content: "";
    width: 100%;
}.title_greeting_ex .learning_primary_ex span {
    z-index: 5;
    transform: translateY(10px);
    animation: fadeSlideUp 0.8s ease-out 0.2s forwards;
    opacity: 0;
    position: relative;
    max-width: 90%;
    display: inline-block;
}.title_greeting_ex .learning_primary_ex h3 {
    background: linear-gradient(90deg, rgb(170,203,185,0.5) 0%, rgb(118,173,118,0.5) 100%);
    margin-bottom: 0.5rem;
    backdrop-filter: blur(8px);
    letter-spacing: 0.5px;
    max-width: 650px;
    font-weight: 600;
    font-size: calc(24px * 0.9);
    color: #ffffff;
    padding: 1rem 1.5rem;
    line-height: 1.5;
    border-left: 4px solid rgb(170,203,185);
}.title_greeting_ex .learning_primary_ex h1 {
    font-size: 47px;
    max-width: 800px;
    position: relative;
    margin-bottom: 1rem;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transform: translateY(15px);
    line-height: 1.2;
    animation: fadeSlideUp 0.8s ease-out 0.4s forwards;
    z-index: 5;
    font-weight: 700;
}.title_greeting_ex .learning_primary_ex h1::after {
    transform: scaleX(0);
    bottom: -15px;
    background: linear-gradient(90deg, rgb(118,173,118), rgb(170,203,185));
    height: 4px;
    position: absolute;
    left: 0;
    transform-origin: left;
    width: 120px;
    content: "";
    animation: lineExpand 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.8s forwards;
}.title_greeting_ex .learning_primary_ex div div {
    transform: translateY(20px);
    opacity: 0;
    animation: fadeSlideUp 0.8s ease-out 0.6s forwards;
    position: relative;
    z-index: 5;
}.title_greeting_ex .learning_primary_ex p {
    font-size: calc(17px * 1.2);
    font-weight: 400;
    position: relative;
    color: #ffffff;
    max-width: 600px;
    line-height: 1.6;
    padding-left: 1.5rem;
}.title_greeting_ex .learning_primary_ex p::before {
    top: 0.5rem;
    content: "";
    bottom: 0.5rem;
    left: 0;
    width: 3px;
    background: rgb(118,173,118);
    position: absolute;
    border-radius: 10px;
}

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

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

@media (max-width: 992px) {.title_greeting_ex .learning_primary_ex {
    padding: 3rem 2rem;
}.title_greeting_ex .learning_primary_ex h1 {
    font-size: calc(47px * 0.85);
}.title_greeting_ex .learning_primary_ex h3 {
    font-size: calc(24px * 0.85);
    max-width: 550px;
}
}

@media (max-width: 768px) {.learn_skillspro_ex {
    padding: 1.5rem;
}.title_greeting_ex .learning_primary_ex {
    padding: 2.5rem 1.5rem;
}.title_greeting_ex .learning_primary_ex h1 {
    font-size: calc(47px * 0.7);
}.title_greeting_ex .learning_primary_ex h3 {
    padding: 0.8rem 1.2rem;
    font-size: 17px;
}.title_greeting_ex .learning_primary_ex span,
    .title_greeting_ex .learning_primary_ex h1,
    .title_greeting_ex .learning_primary_ex div div {
    max-width: 100%;
}.title_greeting_ex .learning_primary_ex p {
    font-size: 17px;
}
}

@media (max-width: 576px) {.title_greeting_ex .learning_primary_ex {
    padding: 2rem 1.25rem;
}.title_greeting_ex .learning_primary_ex h1 {
    font-size: calc(47px * 0.6);
}.title_greeting_ex .learning_primary_ex h3 {
    padding: 0.7rem 1rem;
    border-left-width: 3px;
    font-size: calc(17px * 0.95);
}.title_greeting_ex .learning_primary_ex p {
    padding-left: 1rem;
}.title_greeting_ex .learning_primary_ex h1::after {
    height: 3px;
    width: 80px;
    bottom: -10px;
}
}

@media (hover: hover) {.title_greeting_ex .learning_primary_ex {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.title_greeting_ex .learning_primary_ex:hover {
    transform: translateY(-5px);
}.title_greeting_ex .learning_primary_ex:hover::after {
    opacity: 0.25;
    transition: opacity 0.5s ease;
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    background: linear-gradient(to right, rgb(118,173,118), rgb(170,203,185));
    right: 0;
    content: "";
    z-index: -2;
    top: 0;
    position: absolute;
    left: 0;
    opacity: 0.9;
    bottom: 0;
}footer::after {
    right: 0;
    left: 0;
    z-index: -1;
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
    bottom: 0;
    position: absolute;
    top: 0;
}.digital_res_ex {
    color: #ffffff;
    padding: 5rem 0 2rem;
    position: relative;
}.digital_res_ex::before {
    position: absolute;
    top: 0;
    height: 10px;
    background: linear-gradient(90deg, rgb(170,203,185), rgb(118,173,118), rgb(170,203,185));
    left: 0;
    content: "";
    width: 100%;
}.digital_res_ex .container {
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    gap: 2rem;
    position: relative;
}.digital_res_ex .company_holder {
    padding: 0;
    position: relative;
    grid-column: span 5;
}.digital_res_ex .company_holder h3 {
    font-weight: 700;
    font-size: 30px;
    margin: 0 0 1.5rem;
    color: #ffffff;
    position: relative;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 1rem;
}.digital_res_ex .company_holder h3::after {
    bottom: -2px;
    height: 2px;
    position: absolute;
    width: 80px;
    left: 0;
    background: #ffffff;
    content: "";
}.digital_res_ex .pledge_block_ex {
    color: #ffffff;
    padding: 0 0 0 1.5rem;
    position: relative;
    line-height: 1.7;
    font-size: 18px;
    border-left: 3px solid rgba(255, 255, 255, 0.3);
    margin-top: 1.5rem;
}.digital_res_ex .linkedin_ref_ex {
    grid-column: span 7;
}.digital_res_ex .head_master_ex {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    display: grid;
}.digital_res_ex .top_teach_ex {
    position: relative;
}.digital_res_ex .top_teach_ex h5 {
    margin: 0 0 1.5rem;
    font-size: 22px;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    padding-bottom: 0.8rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}.digital_res_ex .top_teach_ex h5::after {
    content: "";
    height: 2px;
    left: 0;
    bottom: -2px;
    width: 40px;
    background: #ffffff;
    position: absolute;
}.digital_res_ex .top_teach_ex .head_master_ex {
    display: grid;
    gap: 1rem;
}.digital_res_ex .top_teach_ex .head_master_ex a {
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    font-size: 18px;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    align-items: center;
}.digital_res_ex .top_teach_ex .head_master_ex a::after {
    content: "\2192";
    transform: translateX(-5px);
    margin-left: 0.5rem;
    opacity: 0;
    transition: all 0.3s ease;
}.digital_res_ex .top_teach_ex .head_master_ex a:hover {
    padding-left: 0.5rem;
    color: #ffffff;
}.digital_res_ex .top_teach_ex .head_master_ex a:hover::after {
    transform: translateX(0);
    opacity: 1;
}.lecture_ref_ex {
    position: relative;
    margin-top: 4rem;
    background: rgba(0, 0, 0, 0.1);
    padding: 2rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}.lecture_ref_ex .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.lecture_ref_ex .edu_links_ex {
    font-size: 15px;
    text-align: center;
    opacity: 0.9;
    position: relative;
    padding: 0 1rem;
    color: #ffffff;
}.digital_res_ex::after {
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    width: 50px;
    position: absolute;
    right: 2rem;
    height: 50px;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
    top: 2rem;
}.digital_res_ex .company_holder::before {
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
    width: 50px;
    left: 0;
    height: 50px;
}.digital_res_ex .company_holder::after {
    left: 0;
    bottom: 0;
    width: 50px;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    height: 50px;
    content: "";
    position: absolute;
}.digital_res_ex .linkedin_ref_ex::after {
    bottom: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
    right: 0;
    height: 50px;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    width: 50px;
}

@media (max-width: 1200px) {.digital_res_ex .container {
    gap: 1.5rem;
}
}

@media (max-width: 992px) {.digital_res_ex {
    padding: 4rem 0 2rem;
}.digital_res_ex .container {
    grid-template-columns: 1fr;
}.digital_res_ex .company_holder,
    .digital_res_ex .linkedin_ref_ex {
    grid-column: span 12;
}.digital_res_ex .company_holder {
    margin-bottom: 2rem;
}.digital_res_ex::after,
    .digital_res_ex .company_holder::before,
    .digital_res_ex .company_holder::after,
    .digital_res_ex .linkedin_ref_ex::after {
    display: none;
}
}

@media (max-width: 768px) {.digital_res_ex {
    padding: 3rem 0 1.5rem;
}.digital_res_ex .head_master_ex {
    gap: 1.5rem;
}.digital_res_ex .company_holder h3 {
    font-size: calc(30px - 2px);
}.lecture_ref_ex {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.digital_res_ex {
    padding: 2.5rem 0 1rem;
}.digital_res_ex .head_master_ex {
    gap: 2rem;
    grid-template-columns: 1fr;
}.digital_res_ex .pledge_block_ex {
    padding-left: 1rem;
}.lecture_ref_ex {
    margin-top: 2rem;
}
}

@media (max-width: 420px) {.digital_res_ex .company_holder h3::after,
    .digital_res_ex .top_teach_ex h5::after {
    width: 30px;
}.digital_res_ex .top_teach_ex .head_master_ex a:hover {
    padding-left: 0.3rem;
}}.education_experience_ex {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(217,227,222) 0%, rgba(240, 242, 245, 0.9) 100%);
    position: relative;
    padding: 120px 0;
}.education_experience_ex::before {
    opacity: 0.05;
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(30deg, rgb(170,203,185,0.5) 1px, transparent 1px),
        linear-gradient(120deg, rgb(170,203,185,0.5) 1px, transparent 1px);
    z-index: 0;
    background-size: 60px 60px;
}.education_experience_ex::after {
    right: -10%;
    content: "";
    width: 50%;
    top: -20%;
    opacity: 0.1;
    z-index: 0;
    transform: rotate(-15deg);
    position: absolute;
    background: rgb(118,173,118,0.5);
    filter: blur(80px);
    height: 70%;
}.education_experience_ex .container {
    padding: 0 20px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.education_experience_ex .rating_voices_ex {
    grid-template-columns: 1fr;
    background: #ffffff;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05), 
                0 5px 20px rgba(0, 0, 0, 0.02);
    padding: 40px;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: grid;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    gap: 35px;
}.education_experience_ex .rating_voices_ex:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 
                0 10px 30px rgba(0, 0, 0, 0.03);
}.education_experience_ex .rating_voices_ex > div:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
}.education_experience_ex .content_image_ex {
    height: 180px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 2px;
    width: 180px;
    transform: translateZ(30px);
}.education_experience_ex .rating_voices_ex:hover .content_image_ex {
    transform: translateZ(40px) translateY(-10px);
}.education_experience_ex .content_image_ex::before {
    content: "";
    position: absolute;
    border: 2px solid rgb(170,203,185);
    bottom: -12px;
    opacity: 0.2;
    left: 12px;
    transition: all 0.4s ease;
    right: -12px;
    top: 12px;
    z-index: -1;
}.education_experience_ex .rating_voices_ex:hover .content_image_ex::before {
    opacity: 0.3;
    right: -18px;
    left: 18px;
    top: 18px;
    bottom: -18px;
}.education_experience_ex .name {
    font-size: 18px;
    color: #000000;
    margin-bottom: 12px;
    display: inline-block;
    position: relative;
    font-weight: 700;
}.education_experience_ex .name::after {
    left: 0;
    transition: transform 0.5s ease;
    transform: scaleX(0.6);
    content: "";
    position: absolute;
    transform-origin: left;
    bottom: -6px;
    height: 3px;
    background: rgb(170,203,185);
    width: 40px;
}.education_experience_ex .rating_voices_ex:hover .name::after {
    transform: scaleX(1);
}.education_experience_ex .rating_voices_ex > div:nth-child(2) div {
    opacity: 0.85;
    transition: transform 0.4s ease, opacity 0.4s ease;
    font-weight: 600;
    transform: translateX(0);
    color: rgb(118,173,118);
    font-size: calc(18px - 1px);
    margin-top: 5px;
}.education_experience_ex .rating_voices_ex:hover > div:nth-child(2) div {
    opacity: 1;
    transform: translateX(5px);
}.education_experience_ex .work_list_ex {
    color: #000000;
    margin: 0;
    position: relative;
    border-left: 3px solid rgb(170,203,185,0.5);
    padding-left: 25px;
    line-height: 1.7;
    font-size: 18px;
}.education_experience_ex .work_list_ex::before {
    color: rgb(170,203,185);
    position: absolute;
    left: -20px;
    top: -40px;
    z-index: -1;
    font-family: serif;
    line-height: 1;
    opacity: 0.08;
    content: "";
    font-size: 120px;
}

@media (min-width: 768px) {.education_experience_ex .rating_voices_ex {
    column-gap: 40px;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    row-gap: 30px;
}.education_experience_ex .rating_voices_ex > div:first-child {
    grid-row: 1 / 3;
}.education_experience_ex .content_image_ex {
    height: 260px;
    width: 220px;
}.education_experience_ex .work_list_ex {
    padding-left: 30px;
    grid-column: 2;
}
}

@media (min-width: 992px) {.education_experience_ex {
    padding: 150px 0;
}.education_experience_ex .rating_voices_ex {
    gap: 50px;
    grid-template-columns: auto 250px 1fr;
    padding: 60px;
}.education_experience_ex .rating_voices_ex > div:first-child {
    grid-row: 1;
}.education_experience_ex .rating_voices_ex > div:nth-child(2) {
    padding-top: 20px;
    grid-row: 1;
}.education_experience_ex .work_list_ex {
    padding-left: 40px;
    font-size: calc(18px + 1px);
    grid-row: 2;
    grid-column: 1 / 4;
}.education_experience_ex .content_image_ex {
    height: 280px;
    width: 240px;
}
}

@media (max-width: 767px) {.education_experience_ex {
    padding: 80px 0;
}.education_experience_ex .rating_voices_ex {
    gap: 25px;
    padding: 30px;
}.education_experience_ex .content_image_ex {
    height: 150px;
    width: 150px;
}.education_experience_ex .name {
    font-size: calc(18px - 2px);
}.education_experience_ex .work_list_ex {
    font-size: calc(18px - 1px);
}
}

@media (hover: none) {.education_experience_ex .rating_voices_ex {
    transform: none !important;
}.education_experience_ex .content_image_ex,
    .education_experience_ex .rating_voices_ex:hover .content_image_ex {
    transform: none;
}}

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

.education_experience_ex .rating_voices_ex {
    animation: fadeInUp 0.8s ease-out forwards;
}.appPage_ex {
    position: relative;
    background: linear-gradient(135deg, rgb(217,227,222) 0%, rgb(170,203,185,0.5) 100%);
    overflow: hidden;
    padding: 5rem 0;
}.appPage_ex::before {
    height: 100%;
    left: 0;
    background: radial-gradient(circle at 70% 30%, rgb(118,173,118,0.5) 0%, transparent 60%);
    animation: pulse 15s infinite alternate ease-in-out;
    top: 0;
    content: "";
    width: 100%;
    opacity: 0.4;
    z-index: 1;
    position: absolute;
}.appPage_ex::after {
    opacity: 0.05;
    z-index: 0;
    position: absolute;
    filter: blur(20px);
    width: 40%;
    bottom: -10px;
    content: "";
    transform: rotate(-5deg);
    background: linear-gradient(225deg, rgb(170,203,185) 0%, transparent 80%);
    right: -10px;
    height: 40%;
}.appPage_ex .container {
    z-index: 2;
    max-width: 1200px;
    transform: translateY(20px);
    position: relative;
    padding: 0 2rem;
    opacity: 0;
    margin: 0 auto;
    animation: slideUp 0.8s forwards 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}.appPage_ex h2 {
    max-width: 900px;
    margin-bottom: 3rem;
    color: #000000;
    line-height: 1.3;
    font-size: 35px;
    margin-right: auto;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-left: auto;
    position: relative;
    text-align: center;
}.appPage_ex h2::after {
    left: 50%;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(170,203,185), rgb(118,173,118));
    border-radius: 10px;
    width: 80px;
    transform: translateX(-50%);
    bottom: -15px;
    height: 3px;
}.appPage_ex .virtual_guides_ex {
    transform: translateY(0);
    border-radius: 26px;
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08), 
                0 5px 10px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    padding: 3rem;
    overflow: hidden;
}.appPage_ex .virtual_guides_ex::before {
    left: 0;
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    width: 6px;
    background: linear-gradient(to bottom, rgb(170,203,185), rgb(118,173,118));
}.appPage_ex .virtual_guides_ex::after {
    opacity: 0.2;
    z-index: 0;
    position: absolute;
    border-radius: 50%;
    height: 120px;
    width: 120px;
    right: 10px;
    top: 10px;
    background: radial-gradient(circle, rgb(170,203,185,0.5) 0%, transparent 70%);
    content: "";
}.appPage_ex .virtual_guides_ex:hover {
    transform: translateY(-5px);
}.appPage_ex ul {
    position: relative;
    z-index: 1;
    list-style: none;
    padding: 0;
    margin: 0;
}.appPage_ex li {
    position: relative;
    padding-left: 2rem;
}.appPage_ex li::before {
    content: "";
    height: 8px;
    background: rgb(170,203,185);
    left: 0;
    transform: scale(0);
    top: 8px;
    border-radius: 50%;
    position: absolute;
    animation: appearDot 0.4s forwards 1s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    width: 8px;
}.appPage_ex li span {
    line-height: 1.8;
    color: #000000;
    transform: translateY(10px);
    animation: fadeIn 0.8s forwards 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    font-family: Arial, sans-serif;
    opacity: 0;
    position: relative;
    display: block;
    font-size: 15px;
}

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

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

@keyframes appearDot {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

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

@media (max-width: 991px) {.appPage_ex {
    padding: 4rem 0;
}.appPage_ex h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 2.5rem;
}.appPage_ex .virtual_guides_ex {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.appPage_ex {
    padding: 3rem 0;
}.appPage_ex h2 {
    line-height: 1.4;
    font-size: calc(35px * 0.8);
    margin-bottom: 2rem;
}.appPage_ex h2::after {
    bottom: -12px;
    width: 60px;
}.appPage_ex .virtual_guides_ex {
    padding: 2rem 1.5rem;
}.appPage_ex .virtual_guides_ex::after {
    height: 80px;
    width: 80px;
}.appPage_ex li {
    padding-left: 1.5rem;
}
}

@media (max-width: 480px) {.appPage_ex {
    padding: 2.5rem 0;
}.appPage_ex .container {
    padding: 0 1.25rem;
}.appPage_ex h2 {
    margin-bottom: 1.5rem;
    font-size: calc(35px * 0.7);
}.appPage_ex h2::after {
    height: 2px;
    bottom: -10px;
    width: 50px;
}.appPage_ex .virtual_guides_ex {
    padding: 1.5rem 1.25rem;
}.appPage_ex li span {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}}.help_center_ex {
    overflow: hidden;
    isolation: isolate;
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(145deg, rgb(217,227,222) 40%, rgb(170,203,185,0.5) 100%);
}.help_center_ex::before {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    width: 50%;
    filter: blur(40px);
    position: absolute;
    background: rgb(118,173,118,0.5);
    height: 70%;
    top: -15%;
    opacity: 0.07;
    z-index: -1;
    content: "";
    transform: rotate(-15deg) skewX(15deg);
    right: -10%;
    animation: float 15s ease-in-out infinite alternate;
}.help_center_ex::after {
    filter: blur(30px);
    bottom: -10%;
    animation: float 18s ease-in-out infinite alternate-reverse;
    transform: rotate(10deg) skewY(-10deg);
    background: rgb(170,203,185,0.5);
    border-radius: 50% 70% 40% 60% / 60% 30% 70% 40%;
    width: 40%;
    content: "";
    left: -5%;
    opacity: 0.05;
    z-index: -1;
    position: absolute;
    height: 60%;
}.help_center_ex .container {
    max-width: 1200px;
    padding: 0 2rem;
    position: relative;
    margin: 0 auto;
}.help_center_ex .contact_query_ex {
    padding: 3rem;
    grid-template-columns: 1fr;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08), 
                0 1px 3px rgba(0, 0, 0, 0.05);
    display: grid;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    gap: 2.5rem;
}.help_center_ex .contact_query_ex:hover {
    transform: perspective(1000px) rotateX(0deg);
}.help_center_ex h3 {
    position: relative;
    display: inline-block;
    font-family: Arial, sans-serif;
    color: #000000;
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 38px;
}.help_center_ex h3::after {
    width: 60px;
    bottom: -10px;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(170,203,185) 0%, rgb(118,173,118) 100%);
    height: 4px;
    left: 0;
}.help_center_ex p {
    font-family: Arial, sans-serif;
    margin-bottom: 1rem;
    line-height: 1.6;
    color: #000000;
    font-size: 13px;
}.help_center_ex h5 {
    font-family: Arial, sans-serif;
    font-size: 19px;
    gap: 0.5rem;
    font-weight: 600;
    align-items: center;
    display: flex;
    color: #000000;
    margin-bottom: 0.5rem;
}.help_center_ex .contact_panel_ex {
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 1.2rem;
}.help_center_ex .contact_panel_ex li {
    transition: transform 0.3s ease;
}.help_center_ex .contact_panel_ex li:hover {
    transform: translateX(5px);
}.help_center_ex .reach_team_ex {
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.05) 0%, rgba(var(--primary-color-rgb), 0) 100%);
    color: #000000;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    padding: 0.75rem 1rem;
    align-items: center;
    gap: 0.5rem;
    font-family: Arial, sans-serif;
    border-left: 3px solid rgb(170,203,185);
    font-size: 13px;
    text-decoration: none;
}.help_center_ex .reach_team_ex:hover {
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1) 0%, rgba(var(--primary-color-rgb), 0) 100%);
    color: rgb(170,203,185);
}.help_center_ex svg {
    height: 1.2em;
    transition: transform 0.3s ease;
    width: 1.2em;
}.help_center_ex .reach_team_ex:hover svg {
    transform: scale(1.1);
}.help_center_ex svg path {
    fill: #000000;
    transition: fill 0.3s ease;
}.help_center_ex .reach_team_ex:hover svg path {
    fill: rgb(170,203,185);
}

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

@media (min-width: 768px) {.help_center_ex .contact_query_ex {
    padding: 4rem;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}.help_center_ex .contact_query_ex > div:first-of-type {
    grid-column: 1 / -1;
}.help_center_ex .contact_panel_ex {
    flex-wrap: wrap;
    justify-content: space-between;
    grid-column: 1 / -1;
    flex-direction: row;
}.help_center_ex .contact_panel_ex li {
    width: calc(50% - 1rem);
    flex: 0 0 auto;
}
}

@media (min-width: 992px) {.help_center_ex {
    padding: 8rem 0;
}.help_center_ex .contact_query_ex {
    padding: 5rem;
    grid-template-columns: 2fr 1fr;
}.help_center_ex .contact_query_ex > div:first-of-type {
    grid-column: auto;
}.help_center_ex .contact_panel_ex {
    grid-column: auto;
    grid-row: 2;
    flex-direction: column;
}.help_center_ex .contact_panel_ex li {
    width: 100%;
}.help_center_ex h3 {
    font-size: calc(38px * 1.2);
}.help_center_ex .reach_team_ex {
    font-size: calc(13px * 1.05);
}
}

@media (hover: hover) {.help_center_ex .reach_team_ex::after {
    bottom: 0;
    height: 1px;
    left: 0;
    background: rgb(170,203,185);
    content: "";
    position: absolute;
    width: 0;
    transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}.help_center_ex .reach_team_ex:hover::after {
    width: 100%;
}
}

@media (max-width: 767px) {.help_center_ex {
    padding: 4rem 0;
}.help_center_ex .contact_query_ex {
    transform: none;
    padding: 2rem;
}.help_center_ex h3 {
    font-size: calc(38px * 0.9);
}.help_center_ex p {
    font-size: calc(13px * 0.95);
}.help_center_ex .reach_team_ex {
    padding: 0.5rem 0.75rem;
}}.who_we_are_ex {
    position: relative;
    color: #ffffff;
    overflow: hidden;
    padding: 120px 0;
    background: rgb(118,173,118,0.5);
}.who_we_are_ex::before {
    position: absolute;
    opacity: 0.2;
    height: 100%;
    content: "";
    z-index: 0;
    width: 100%;
    top: 0;
    left: 0;
    background: 
        linear-gradient(217deg, rgb(170,203,185,0.5), transparent 70%),
        linear-gradient(127deg, rgb(118,173,118,0.5), transparent 70%);
}.who_we_are_ex .container {
    z-index: 2;
    position: relative;
}.who_we_are_ex .virtual_guides_ex {
    gap: 100px;
    display: flex;
    flex-direction: column;
    position: relative;
}.who_we_are_ex h3 {
    margin-bottom: 0;
    position: relative;
    opacity: 0;
    font-weight: 700;
    transform: translateX(-100px);
    color: #ffffff;
    animation: slideIn 0.6s ease forwards;
    font-size: calc(48px * 1.2);
}@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.who_we_are_ex h3::before {
    height: 3px;
    background: rgb(170,203,185);
    content: "";
    transform: translateY(-50%);
    left: -30px;
    position: absolute;
    width: 20px;
    top: 50%;
}.who_we_are_ex .study_classes_ex {
    position: relative;
    opacity: 0;
    grid-template-columns: 1fr 1fr;
    transform: translateX(-50px);
    animation: fadeInRight 0.6s ease forwards 0.3s;
    border-left: 3px solid rgb(170,203,185);
    display: grid;
    gap: 40px;
    padding-left: 40px;
}@keyframes fadeInRight {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.who_we_are_ex .study_classes_ex span {
    font-size: 18px;
    color: rgb(170,203,185);
    margin-bottom: 10px;
    display: block;
    grid-column: 1 / 3;
    position: relative;
    font-weight: 600;
}.who_we_are_ex .study_classes_ex p {
    line-height: 1.8;
    margin: 0;
    opacity: 0.9;
    color: #ffffff;
    padding-right: 20px;
    font-size: 14px;
}.who_we_are_ex .study_classes_ex .content_image_ex {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    transition: transform 0.4s ease;
    height: 100%;
    position: relative;
    border-radius: 0;
    transform: scale(1);
    overflow: hidden;
    min-height: 300px;
    width: 100%;
}.who_we_are_ex .study_classes_ex .content_image_ex:hover {
    transform: scale(1.05);
}.who_we_are_ex .study_classes_ex .content_image_ex::before {
    z-index: 1;
    position: absolute;
    opacity: 0.3;
    content: "";
    background: linear-gradient(to right, rgb(170,203,185,0.5), transparent);
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
}.who_we_are_ex .quick_studies_ex {
    animation: fadeInLeft 0.6s ease forwards 0.6s;
    padding-right: 40px;
    display: grid;
    position: relative;
    transform: translateX(50px);
    opacity: 0;
    grid-template-columns: 1fr 1fr;
    border-right: 3px solid rgb(118,173,118);
    gap: 40px;
}@keyframes fadeInLeft {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.who_we_are_ex .quick_studies_ex p {
    grid-column: 2 / 3;
    margin: 0;
    line-height: 1.8;
    padding-left: 20px;
    opacity: 0.9;
    color: #ffffff;
    font-size: 14px;
}.who_we_are_ex .quick_studies_ex .pro_study_ex {
    border-radius: 0;
    width: 100%;
    grid-row: 1 / 2;
    position: relative;
    transform: scale(1);
    transition: transform 0.4s ease;
    overflow: hidden;
    min-height: 300px;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
    height: 100%;
    grid-column: 1 / 2;
}.who_we_are_ex .quick_studies_ex .pro_study_ex:hover {
    transform: scale(1.05);
}.who_we_are_ex .quick_studies_ex .pro_study_ex::before {
    height: 100%;
    background: linear-gradient(to left, rgb(118,173,118,0.5), transparent);
    top: 0;
    opacity: 0.3;
    width: 100%;
    z-index: 1;
    left: 0;
    content: "";
    position: absolute;
}.who_we_are_ex .virtual_guides_ex::before {
    left: 0;
    width: 40%;
    background: linear-gradient(to right, rgb(170,203,185), transparent);
    height: 1px;
    top: -20px;
    content: "";
    position: absolute;
}.who_we_are_ex .virtual_guides_ex::after {
    content: "";
    background: linear-gradient(to left, rgb(118,173,118), transparent);
    width: 40%;
    right: 0;
    height: 1px;
    bottom: -20px;
    position: absolute;
}.who_we_are_ex .container::before {
    z-index: -1;
    width: 200px;
    height: 200px;
    position: absolute;
    animation: rotate 30s linear infinite;
    top: -100px;
    border: 1px solid rgb(170,203,185,0.5);
    left: -100px;
    border-radius: 50%;
    content: "";
}.who_we_are_ex .container::after {
    animation: rotate 40s linear infinite reverse;
    border-radius: 50%;
    content: "";
    position: absolute;
    width: 300px;
    border: 1px solid rgb(118,173,118,0.5);
    bottom: -150px;
    right: -150px;
    z-index: -1;
    height: 300px;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.who_we_are_ex::after {
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
    z-index: 0;
}

@media screen and (max-width: 992px) {.who_we_are_ex {
    padding: 80px 0;
}.who_we_are_ex h3 {
    font-size: calc(48px * 1.1);
}.who_we_are_ex .virtual_guides_ex {
    gap: 70px;
}.who_we_are_ex .study_classes_ex,
    .who_we_are_ex .quick_studies_ex {
    gap: 30px;
    grid-template-columns: 1fr;
}.who_we_are_ex .study_classes_ex p {
    padding-right: 0;
    grid-column: 1 / 2;
}.who_we_are_ex .quick_studies_ex p {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    padding-left: 0;
}.who_we_are_ex .quick_studies_ex .pro_study_ex {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}.who_we_are_ex .study_classes_ex .content_image_ex,
    .who_we_are_ex .quick_studies_ex .pro_study_ex {
    min-height: 250px;
}
}

@media screen and (max-width: 768px) {.who_we_are_ex {
    padding: 60px 0;
}.who_we_are_ex h3 {
    font-size: 48px;
}.who_we_are_ex .virtual_guides_ex {
    gap: 50px;
}.who_we_are_ex .study_classes_ex,
    .who_we_are_ex .quick_studies_ex {
    padding-left: 20px;
    padding-right: 20px;
}.who_we_are_ex .study_classes_ex {
    border-left: 2px solid rgb(170,203,185);
}.who_we_are_ex .quick_studies_ex {
    border-right: 2px solid rgb(118,173,118);
}.who_we_are_ex .study_classes_ex span {
    font-size: calc(18px * 0.9);
}.who_we_are_ex .study_classes_ex p,
    .who_we_are_ex .quick_studies_ex p {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}.who_we_are_ex .study_classes_ex .content_image_ex,
    .who_we_are_ex .quick_studies_ex .pro_study_ex {
    min-height: 220px;
    border-radius: 10px;
    clip-path: none;
}
}

@media screen and (max-width: 576px) {.who_we_are_ex {
    padding: 50px 0;
}.who_we_are_ex h3 {
    font-size: calc(48px * 0.8);
}.who_we_are_ex h3::before {
    width: 15px;
    left: -20px;
}.who_we_are_ex .virtual_guides_ex {
    gap: 40px;
}.who_we_are_ex .study_classes_ex,
    .who_we_are_ex .quick_studies_ex {
    padding-left: 15px;
    gap: 20px;
    padding-right: 15px;
}.who_we_are_ex .study_classes_ex .content_image_ex,
    .who_we_are_ex .quick_studies_ex .pro_study_ex {
    min-height: 180px;
}.who_we_are_ex .container::before,
    .who_we_are_ex .container::after {
    display: none;
}}.cookieUsageContainer_ex {
    z-index: 90;
    background: rgb(217,227,222);
    bottom: 0;
    width: 100%;
    position: fixed;
    border-top: 2px solid rgb(170,203,185);
}.cookie_view_ex {
    align-items: center;
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
}.cookieUsageContainer_ex h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookieUsageContainer_ex p {
    font-size: 18px;
}.user_default_ex {
    flex-shrink: 0;
    margin-right: 10px;
}.user_default_ex svg, .user_default_ex svg path, .user_default_ex img {
    fill: rgb(170,203,185);
    height: 100px;
    width: 100px;
}.cookie_tab_ex {
    color: rgb(170,203,185);
    line-height: 35px;
    text-align: center;
    white-space: nowrap;
    border-bottom: 2px solid rgb(170,203,185);
    min-width: 120px;
    text-decoration: none;
    font-size: 24px;
    margin-left: 10px;
    flex-shrink: 0;
    cursor: pointer;
}.cookieUsageContainer_ex p a {
    text-decoration: none;
    color: rgb(170,203,185);
}
@media only screen and (max-width: 1200px) {.cookieUsageContainer_ex {
    padding: 20px;
}}
#windowUserConsent_ex {
    display: none;
}#windowUserConsent_ex:checked ~ .cookieUsageContainer_ex {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 800px) {.user_default_ex {
    display: none;
}.cookie_view_ex {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookieUsageContainer_ex h5 {
    text-align: center;
}.cookieUsageContainer_ex p {
    text-align: center;
}.consent_comply_ex {
    margin-bottom: 20px;
}body .wrapper-structure_ex .cookie_tab_ex {
    margin-left: 0;
}
}