﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.ex_main_start {
    flex: 1 0 auto;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1257px;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}html,body {
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}svg {
    height: 30px;
    width: 30px;
}.ex_degree_path {
    flex: 0 0 auto;
}.ex_panel-container {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    border-bottom: 2px solid rgb(233,236,222);
    position: fixed;
    background-color: #ffffff;
    left: 0;
    z-index: 1000;
    width: 100%;
    top: 0;
    transition: all 0.3s ease;
}header:before {
    top: 0;
    content: '';
    height: 4px;
    animation: gradientMove 6s infinite linear;
    background: linear-gradient(90deg, rgb(198,203,183), rgb(163,169,144), rgb(198,203,183));
    left: 0;
    background-size: 200% 100%;
    width: 100%;
    position: absolute;
}header .ex_nav_core {
    width: 100%;
    padding: 0;
}header .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 20px;
}header .ex_nav_expert {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
}header .ex_head_expert {
    gap: 35px;
    align-items: center;
    display: flex;
}header .ex_top_learning {
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 12px;
    color: #000000;
    position: relative;
    padding: 5px 0;
    font-weight: 600;
}header .ex_top_learning:before {
    border-radius: 10px;
    transition: transform 0.3s ease;
    width: 6px;
    transform: translateY(-50%) scale(0);
    height: 6px;
    content: '';
    position: absolute;
    top: 50%;
    left: -15px;
    background-color: rgb(198,203,183);
}header .ex_top_learning:after {
    content: '';
    background-color: rgb(198,203,183);
    transform: scaleX(0);
    width: 100%;
    height: 2px;
    left: 0;
    transform-origin: center;
    position: absolute;
    transition: transform 0.3s ease;
    bottom: 0;
}header .ex_top_learning:hover {
    color: rgb(198,203,183);
}header .ex_top_learning:hover:before {
    transform: translateY(-50%) scale(1);
}header .ex_top_learning:hover:after {
    transform: scaleX(1);
}header .ex_nav_tutor {
    text-decoration: none;
    align-items: center;
    transition: all 0.3s ease;
    padding: 5px 10px;
    position: relative;
    display: flex;
}header .ex_nav_tutor:before {
    border: 2px solid transparent;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    transition: opacity 0.3s ease;
    width: 100%;
    -webkit-mask-composite: xor;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgb(198,203,183), rgb(163,169,144)) border-box;
    mask-composite: exclude;
    content: '';
    opacity: 0;
    border-radius: 10px;
    position: absolute;
}header .ex_nav_tutor:hover:before {
    opacity: 1;
}header .ex_nav_tutor svg {
    transition: transform 0.3s ease;
    width: auto;
    height: 42px;
}header .ex_nav_tutor:hover svg {
    transform: scale(1.05);
}

@keyframes gradientMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px;
}header .ex_head_expert {
    gap: 20px;
}header .ex_top_learning:before {
    left: -10px;
}header .ex_nav_tutor svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .ex_head_expert {
    top: 100%;
    transition: max-height 0.4s ease;
    width: 100%;
    left: 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    padding: 0;
    position: absolute;
    gap: 0;
    z-index: 1001;
    background-color: #ffffff;
    border-bottom: 3px solid rgb(198,203,183);
    overflow: hidden;
    max-height: 0;
    flex-direction: column;
}header .menu.active {
    max-height: 400px;
}header .ex_top_learning {
    width: 100%;
    border-bottom: 1px solid rgb(233,236,222);
    padding: 12px 20px;
}header .ex_top_learning:last-child {
    border-bottom: none;
}header .ex_top_learning:before {
    left: 5px;
}header .ex_nav_expert {
    padding: 5px 0;
}header .ex_nav_tutor {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 10px;
}header .ex_nav_tutor svg {
    height: 32px;
}}footer {
    width: 100%;
    position: relative;
}footer .ex_degree_path {
    padding: 100px 0 30px;
    position: relative;
    background-color: #2c3e50;
    font-family: Arial, sans-serif;
    color: #ffffff;
}footer .ex_degree_path::before {
    background-size: 60px 60px;
    content: "";
    left: 0;
    background-image: linear-gradient(30deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, 
                      rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0.1;
    position: absolute;
}footer .ex_play_market {
    position: relative;
    z-index: 1;
}footer .ex_join_community {
    margin: -70px auto 60px;
    position: relative;
    gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    display: grid;
}footer .info_item {
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    align-items: center;
    padding: 0 20px;
    transition: all 0.3s ease;
    display: flex;
    height: 100px;
    overflow: hidden;
    position: relative;
}footer .info_item:nth-child(even) {
    transform: translateY(30px);
}footer .info_item::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 50%;
    top: 25%;
    background-color: rgb(198,203,183);
    left: 0;
    transition: height 0.3s ease, top 0.3s ease;
}footer .info_item:hover {
    transform: translateY(0);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}footer .info_item:hover::before {
    height: 100%;
    top: 0;
}footer .info_item svg {
    fill: rgb(198,203,183);
    z-index: 1;
    margin-right: 15px;
    height: 22px;
    position: relative;
    flex-shrink: 0;
    width: 22px;
}footer .info_item p,
footer .info_item a {
    color: #2c3e50;
    text-decoration: none;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    font-size: 15px;
}footer .info_item a:hover {
    color: rgb(198,203,183);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    display: grid;
    gap: 30px;
    position: relative;
}footer .ex_head_class, footer .subscribe_holder {
    padding: 30px;
    position: relative;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}footer .ex_head_class:hover, footer .subscribe_holder:hover {
    background-color: rgba(255, 255, 255, 0.08);
}footer .ex_head_expert {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}footer .ex_head_class svg {
    width: auto;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
    height: 45px;
}footer .ex_ssl_info {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    font-size: 12px;
}footer .ex_head_expert h5 {
    padding-bottom: 10px;
    color: #ffffff;
    font-weight: 600;
    grid-column: 1 / -1;
    margin-bottom: 20px;
    position: relative;
    font-size: 18px;
}footer .ex_head_expert h5::after {
    bottom: 0;
    width: 50px;
    position: absolute;
    content: "";
    left: 0;
    background-color: rgb(198,203,183);
    height: 2px;
}footer .ex_main_edu {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
    height: 100%;
}footer .ex_main_edu:hover {
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, 0.08);
}footer .ex_main_edu a {
    transition: all 0.3s ease;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    text-decoration: none;
    padding: 8px 0;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    font-size: 15px;
}footer .ex_main_edu a:last-child {
    border-bottom: none;
}footer .ex_main_edu a::before {
    opacity: 0;
    right: 0;
    content: "→";
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateX(-10px);
    position: absolute;
}footer .ex_main_edu a:hover {
    padding-left: 5px;
    color: #ffffff;
}footer .ex_main_edu a:hover::before {
    transform: translateX(0);
    opacity: 1;
}footer .subscribe_holder h5 {
    font-size: 18px;
    color: #ffffff;
    padding-bottom: 10px;
    position: relative;
    font-weight: 600;
    margin-bottom: 15px;
}footer .subscribe_holder h5::after {
    left: 0;
    background-color: rgb(198,203,183);
    content: "";
    position: absolute;
    height: 2px;
    bottom: 0;
    width: 50px;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 15px;
}footer .input_holder {
    flex-direction: column;
    display: flex;
    gap: 15px;
}footer .input_holder input[type="email"] {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 15px;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 15px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(198,203,183);
    background-color: rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .ex_begin_now {
    border-radius: 10px;
    transition: all 0.3s ease;
    background-color: rgb(198,203,183);
    cursor: pointer;
    color: #ffffff;
    padding: 15px;
    font-weight: 600;
    border: none;
    font-size: 15px;
}footer .ex_begin_now:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(163,169,144);
    transform: translateY(-3px);
}footer .ex_verify_cta {
    text-align: center;
    position: relative;
    margin-top: 50px;
}footer .ex_badge_case {
    display: inline-block;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 8px 20px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 2fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .ex_begin_now {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .info_item:nth-child(even) {
    transform: translateY(15px);
}footer .ex_head_expert {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
}

@media (max-width: 767px) {footer .ex_degree_path {
    padding: 70px 0 30px;
}footer .ex_join_community {
    margin-top: 0;
    margin-bottom: 40px;
}footer .info_item {
    height: auto;
    padding: 15px 20px;
}footer .info_item:nth-child(even) {
    transform: none;
}footer .ex_head_class, footer .subscribe_holder {
    padding: 25px 20px;
}footer .ex_head_expert h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
}footer .ex_verify_cta {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .ex_degree_path {
    padding: 50px 0 20px;
}footer .ex_main_edu {
    padding: 15px;
}footer .ex_head_expert h5, footer .subscribe_holder h5 {
    font-size: calc(18px - 2px);
}footer .input_holder input[type="email"],
    footer .ex_begin_now {
    padding: 12px;
}}.ex_course_candidates {
    background-color: #edf0f8;
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.ex_course_candidates::before {
    opacity: 0.4;
    left: 0;
    width: 100%;
    content: '';
    position: absolute;
    top: 0;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 10px,
            rgba(228, 232, 243, 0.8) 10px,
            rgba(228, 232, 243, 0.8) 11px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 10px,
            rgba(228, 232, 243, 0.8) 10px,
            rgba(228, 232, 243, 0.8) 11px
        );
    z-index: 1;
    height: 100%;
}.ex_course_candidates .ex_community_ed {
    margin: 0 auto;
    z-index: 10;
    text-align: center;
    max-width: 1200px;
    padding: 0 30px;
    position: relative;
}.ex_course_candidates h3 {
    position: relative;
    color: #000000;
    box-shadow: 
        10px 10px 20px rgba(166, 180, 208, 0.7),
        -10px -10px 20px rgba(255, 255, 255, 0.8);
    font-weight: 700;
    display: inline-block;
    background-color: #edf0f8;
    font-size: 29px;
    margin-bottom: 60px;
    border-radius: 15px;
    padding: 20px 40px;
}.ex_course_candidates h3::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(198,203,183), rgb(163,169,144));
    bottom: -15px;
    border-radius: 10px;
    content: '';
    transform: translateX(-50%);
    left: 50%;
    width: 60px;
    height: 5px;
}.ex_course_candidates ul {
    list-style: none;
    justify-content: center;
    flex-wrap: wrap;
    gap: 35px;
    display: flex;
    padding: 0;
    margin: 0;
}.ex_course_candidates ul li {
    transition: all 0.4s ease;
    gap: 20px;
    border-radius: 20px;
    position: relative;
    display: flex;
    box-shadow: 
        10px 10px 20px rgba(166, 180, 208, 0.5),
        -10px -10px 20px rgba(255, 255, 255, 0.8);
    width: calc(33.333% - 24px);
    min-width: 280px;
    text-align: left;
    align-items: flex-start;
    background-color: #edf0f8;
    padding: 35px 30px;
}.ex_course_candidates ul li:hover {
    transform: translateY(-5px);
    box-shadow: 
        inset 5px 5px 10px rgba(166, 180, 208, 0.4),
        inset -5px -5px 10px rgba(255, 255, 255, 0.8);
}.ex_course_candidates ul li::before {
    transition: opacity 0.3s ease;
    top: 15px;
    height: 12px;
    content: '';
    position: absolute;
    opacity: 0.5;
    right: 15px;
    background: linear-gradient(135deg, rgb(198,203,183), rgb(163,169,144));
    border-radius: 50%;
    width: 12px;
}.ex_course_candidates ul li:hover::before {
    opacity: 1;
}.ex_course_candidates ul li svg {
    box-shadow: 
        5px 5px 10px rgba(166, 180, 208, 0.5),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
    width: 50px;
    padding: 10px;
    background: linear-gradient(135deg, #edf0f8, #e2e6f3);
    flex-shrink: 0;
    transition: all 0.4s ease;
    border-radius: 12px;
    height: 50px;
}.ex_course_candidates ul li:hover svg {
    box-shadow: 
        inset 3px 3px 6px rgba(166, 180, 208, 0.4),
        inset -3px -3px 6px rgba(255, 255, 255, 0.8);
    transform: scale(1.05);
}.ex_course_candidates ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(198,203,183);
}.ex_course_candidates ul li:hover svg path {
    fill: rgb(163,169,144);
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ex_course_candidates ul li {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
}.ex_course_candidates ul li:nth-child(1) {
    animation-delay: 0.1s;
}.ex_course_candidates ul li:nth-child(2) {
    animation-delay: 0.2s;
}.ex_course_candidates ul li:nth-child(3) {
    animation-delay: 0.3s;
}.ex_course_candidates ul li:nth-child(4) {
    animation-delay: 0.4s;
}.ex_course_candidates ul li:nth-child(5) {
    animation-delay: 0.5s;
}.ex_course_candidates ul li:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 992px) {.ex_course_candidates {
    padding: 80px 0;
}.ex_course_candidates h3 {
    padding: 15px 30px;
    margin-bottom: 50px;
}.ex_course_candidates ul {
    gap: 25px;
}.ex_course_candidates ul li {
    width: calc(50% - 13px);
    padding: 30px 25px;
}
}

@media (max-width: 768px) {.ex_course_candidates ul li {
    max-width: 400px;
    width: 100%;
}
}

@media (max-width: 576px) {.ex_course_candidates {
    padding: 60px 0;
}.ex_course_candidates h3 {
    margin-bottom: 40px;
    font-size: calc(29px * 0.85);
    padding: 15px 20px;
}.ex_course_candidates ul li {
    gap: 15px;
    padding: 25px 20px;
}.ex_course_candidates ul li svg {
    width: 40px;
    padding: 8px;
    height: 40px;
}
}

@media (prefers-reduced-motion: reduce) {.ex_course_candidates ul li {
    animation: none;
    opacity: 1;
}.ex_course_candidates ul li:hover {
    transform: none;
}}.ex_metrics_summary {
    overflow: hidden;
    background: linear-gradient(to right, rgb(233,236,222), #f0f4f8, rgb(233,236,222));
    padding: 90px 0;
    position: relative;
    z-index: 1;
}.ex_metrics_summary::before {
    z-index: -1;
    height: 100%;
    animation: gradientShift 15s ease infinite alternate;
    left: 0;
    background: 
        linear-gradient(135deg, rgb(198,203,183,0.5) 0%, transparent 50%),
        linear-gradient(225deg, rgb(163,169,144,0.5) 0%, transparent 50%);
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
}.ex_metrics_summary::after {
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    content: "";
    background: 
        linear-gradient(90deg, transparent 98%, rgba(255, 255, 255, 0.1) 100%),
        linear-gradient(0deg, transparent 98%, rgba(255, 255, 255, 0.1) 100%);
    z-index: -1;
    background-size: 20px 20px;
}.ex_metrics_summary .container {
    padding: 0 20px;
    max-width: 1200px;
    gap: 40px;
    flex-direction: column;
    display: flex;
    position: relative;
    margin: 0 auto;
}.ex_metrics_summary .ex_knowledge_boosters {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}.ex_metrics_summary .ex_pro_upgrade {
    height: 150px;
    position: relative;
    transition: all 0.3s ease;
    justify-content: center;
    display: flex;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8));
    border-radius: 24px;
    flex-direction: column;
    text-align: center;
    overflow: hidden;
    padding: 20px 15px;
    width: calc(25% - 15px);
    align-items: center;
    z-index: 1;
}.ex_metrics_summary .ex_pro_upgrade::before {
    border-radius: 2px;
    transition: height 0.3s ease;
    width: 4px;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    height: 60%;
    background: linear-gradient(to bottom, rgb(198,203,183), rgb(163,169,144));
}.ex_metrics_summary .ex_pro_upgrade::after {
    animation: shimmer 5s infinite;
    top: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, 
        transparent 40%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 60%
    );
    content: "";
    width: 100%;
    left: 0;
    z-index: -1;
    transform: translateX(-100%);
}.ex_metrics_summary .ex_pro_upgrade:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.ex_metrics_summary .ex_pro_upgrade:hover::before {
    height: 80%;
}.ex_metrics_summary .ex_pro_upgrade h4 {
    margin: 0 0 10px;
    color: rgb(198,203,183);
    transition: color 0.3s ease;
    font-size: calc(34px + 0.25rem);
    font-weight: 700;
}.ex_metrics_summary .ex_pro_upgrade:hover h4 {
    color: rgb(163,169,144);
}.ex_metrics_summary .ex_pro_upgrade span {
    font-size: 16px;
    max-width: 100%;
    color: #000000;
}.ex_metrics_summary .ex_expert_upgrade {
    border-radius: 24px;
    max-width: 900px;
    text-align: center;
    order: 1;
    padding: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    width: 100%;
    margin: 20px auto;
    position: relative;
    z-index: 2;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
}.ex_metrics_summary .ex_expert_upgrade::before {
    left: -3px;
    z-index: -1;
    bottom: -3px;
    opacity: 0.6;
    background: linear-gradient(45deg, 
        rgb(198,203,183,0.5),
        rgb(163,169,144,0.5),
        rgb(198,203,183,0.5)
    );
    top: -3px;
    position: absolute;
    content: "";
    animation: borderGlow 6s linear infinite;
    border-radius: calc(24px + 3px);
    right: -3px;
}.ex_metrics_summary .ex_statistics_pros {
    font-size: 34px;
    position: relative;
    color: rgb(198,203,183);
    margin: 0 0 20px;
    font-weight: 700;
    display: inline-block;
}.ex_metrics_summary .ex_statistics_pros::after {
    border-radius: 3px;
    width: 70px;
    transform: translateX(-50%);
    height: 3px;
    left: 50%;
    bottom: -10px;
    background: linear-gradient(to right, rgb(198,203,183), rgb(163,169,144));
    position: absolute;
    content: "";
}.ex_metrics_summary .ex_statistics_edge {
    line-height: 1.7;
    max-width: 700px;
    color: #000000;
    font-size: 16px;
    margin: 0 auto;
}.ex_metrics_summary svg {
    transition: all 0.3s ease;
    fill: rgb(198,203,183);
    height: 20px;
    opacity: 0.7;
    width: 20px;
    position: absolute;
    top: 15px;
    right: 15px;
}.ex_metrics_summary svg path {
    fill: inherit;
}.ex_metrics_summary .ex_pro_upgrade:hover svg {
    fill: rgb(163,169,144);
    transform: rotate(15deg);
    opacity: 1;
}.ex_metrics_summary .ex_knowledge_boosters:first-of-type {
    order: 0;
}.ex_metrics_summary .ex_knowledge_boosters:last-of-type {
    order: 2;
}

@keyframes gradientShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    20% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes borderGlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 992px) {.ex_metrics_summary .ex_pro_upgrade {
    width: calc(50% - 10px);
}
}

@media (max-width: 768px) {.ex_metrics_summary {
    padding: 70px 0;
}.ex_metrics_summary .container {
    gap: 30px;
}.ex_metrics_summary .ex_expert_upgrade {
    padding: 25px;
}.ex_metrics_summary .ex_statistics_pros {
    font-size: calc(34px - 0.25rem);
}
}

@media (max-width: 576px) {.ex_metrics_summary {
    padding: 50px 0;
}.ex_metrics_summary .ex_pro_upgrade {
    height: auto;
    min-height: 130px;
    width: 100%;
}.ex_metrics_summary .ex_expert_upgrade {
    padding: 20px;
}}.ex_connect {
    overflow: hidden;
    isolation: isolate;
    position: relative;
    background: rgb(233,236,222);
    padding: 6rem 0;
}.ex_connect::before {
    top: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(rgb(198,203,183,0.5), 0.02) 10px,
        rgba(rgb(198,203,183,0.5), 0.02) 20px
    );
    left: 0;
    position: absolute;
    z-index: -1;
    content: '';
}.ex_connect::after {
    filter: blur(50px);
    position: absolute;
    top: -250px;
    right: -250px;
    height: 500px;
    content: '';
    z-index: -2;
    background: radial-gradient(circle, rgb(198,203,183,0.5) 0%, transparent 70%);
    width: 500px;
    opacity: 0.1;
}.ex_connect .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1.5rem;
    position: relative;
}.ex_connect .ex_msg_details {
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    gap: 0;
    border-radius: 17px;
    background: transparent;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}.ex_connect .ex_msg_details::before {
    z-index: -1;
    content: '';
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    inset: 0;
}.ex_connect .ex_msg_details h3 {
    font-size: 38px;
    text-align: center;
    color: #ffffff;
    position: relative;
    gap: 0.75rem;
    letter-spacing: 1px;
    margin: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    font-weight: 700;
    overflow: hidden;
    padding: 2rem;
    background: rgb(198,203,183);
}.ex_connect .ex_msg_details h3 svg {
    stroke: #ffffff;
    fill: none;
    stroke-width: 2;
    animation: floatIcon 3s ease-in-out infinite;
    height: 1.75rem;
    stroke-linejoin: round;
    stroke-linecap: round;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
    width: 1.75rem;
}@keyframes floatIcon {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
}
.ex_connect .ex_msg_details h3::before {
    opacity: 0.5;
    z-index: 0;
    height: 200%;
    top: -50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
    width: 200%;
    position: absolute;
    left: -50%;
    animation: rotateGradient 20s linear infinite;
    content: '';
}@keyframes rotateGradient {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.ex_connect .ex_edu_coach {
    text-align: center;
    position: relative;
    font-size: calc(12px * 1.05);
    line-height: 1.7;
    max-width: 80%;
    padding: 2rem 2rem 1rem;
    color: #000000;
    margin: 0 auto;
}.ex_connect .ex_edu_coach::after {
    bottom: 0;
    height: 3px;
    content: '';
    border-radius: 10px;
    position: absolute;
    width: 50px;
    background: rgb(198,203,183);
    left: 50%;
    transform: translateX(-50%);
}.ex_connect .ex_write_page {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    position: relative;
    padding: 2rem;
}.ex_connect .ex_write_page span {
    margin-bottom: 10px;
    padding-left: 3.5rem;
    justify-content: center;
    overflow: hidden;
    padding: 1.5rem;
    border: 1px solid rgba(rgb(198,203,183,0.5), 0.1);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    flex-direction: column;
    background: #ffffff;
}.ex_connect .ex_write_page span svg {
    z-index: 1;
    height: 1.5rem;
    width: 1.5rem;
    transition: all 0.3s ease;
    fill: none;
    margin: auto;
    left: 1.25rem;
    stroke-linejoin: round;
    stroke-linecap: round;
    position: absolute;
    stroke-width: 2;
    stroke: rgb(198,203,183);
}.ex_connect .ex_write_page span svg path,
.ex_connect .ex_write_page span svg circle,
.ex_connect .ex_write_page span svg line,
.ex_connect .ex_write_page span svg polyline,
.ex_connect .ex_write_page span svg rect {
    transition: all 0.3s ease;
}.ex_connect .ex_write_page span:hover svg {
    transform: scale(1.2);
}.ex_connect .ex_write_page span:nth-child(odd) svg {
    stroke: rgb(198,203,183);
}.ex_connect .ex_write_page span:nth-child(even) svg {
    stroke: rgb(163,169,144);
}.ex_connect .ex_write_page span::before {
    height: 100%;
    position: absolute;
    background: rgb(198,203,183);
    width: 5px;
    content: '';
    transition: width 0.3s ease;
    top: 0;
    left: 0;
}.ex_connect .ex_write_page span:nth-child(even)::before {
    background: rgb(163,169,144);
}.ex_connect .ex_write_page span::after {
    border-color: transparent transparent rgb(198,203,183,0.5) transparent;
    width: 0;
    bottom: 0;
    content: '';
    opacity: 0.2;
    border-width: 0 0 30px 30px;
    border-style: solid;
    right: 0;
    height: 0;
    position: absolute;
}.ex_connect .ex_write_page span:nth-child(even)::after {
    border-color: transparent transparent rgb(163,169,144,0.5) transparent;
}.ex_connect .ex_write_page span:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.ex_connect .ex_write_page span:hover::before {
    width: 7px;
}.ex_connect .ex_write_page span:hover svg path,
.ex_connect .ex_write_page span:hover svg circle,
.ex_connect .ex_write_page span:hover svg line,
.ex_connect .ex_write_page span:hover svg polyline,
.ex_connect .ex_write_page span:hover svg rect {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    animation: dash 1.5s linear forwards;
}@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}
.ex_connect .ex_write_page span p {
    font-size: 12px;
    color: #000000;
    margin: 0 0 0.5rem;
    font-weight: 600;
}.ex_connect .ex_write_page span > span {
    color: #000000;
    padding: 0;
    border: none;
    margin: 0;
    font-weight: 400;
    box-shadow: none;
    background: transparent;
}.ex_connect .ex_write_page span > span:hover {
    transform: none;
    box-shadow: none;
}.ex_connect .ex_write_page span > span::before,
.ex_connect .ex_write_page span > span::after {
    display: none;
}.ex_connect .ex_write_page span a {
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
    color: rgb(198,203,183);
    display: inline-block;
}.ex_connect .ex_write_page span a:hover {
    transform: translateX(3px);
    color: rgb(163,169,144);
}.ex_connect .ex_message_us {
    margin-top: 1rem;
    background: rgba(rgb(163,169,144,0.5), 0.1);
    grid-column: 1 / -1;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(rgb(163,169,144,0.5), 0.2);
    border-radius: 10px;
}.ex_connect .ex_message_us::before {
    width: 100px;
    top: -50px;
    background: rgb(163,169,144,0.5);
    position: absolute;
    opacity: 0.1;
    content: '';
    right: -50px;
    height: 100px;
    border-radius: 50%;
}.ex_connect .ex_message_us h4 {
    position: relative;
    display: flex;
    border-bottom: 1px solid rgba(rgb(163,169,144,0.5), 0.2);
    padding-bottom: 0.75rem;
    color: rgb(163,169,144);
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 1.5rem;
    align-items: center;
    gap: 0.75rem;
}.ex_connect .ex_message_us h4 svg {
    stroke: rgb(163,169,144);
    height: 1.25rem;
    stroke-width: 2;
    stroke-linejoin: round;
    stroke-linecap: round;
    width: 1.25rem;
    transition: transform 0.3s ease;
    fill: none;
}.ex_connect .ex_message_us h4:hover svg {
    transform: rotate(20deg);
}.ex_connect .ex_message_us h4::after {
    height: 3px;
    position: absolute;
    left: 0;
    border-radius: 10px;
    width: 60px;
    background: rgb(163,169,144);
    content: '';
    bottom: -1px;
}.ex_connect .ex_message_us span {
    font-size: 12px;
    position: relative;
    border-bottom: 1px dashed rgba(#000000, 0.1);
    align-items: center;
    padding: 0.75rem 0;
    display: flex;
    color: #000000;
}.ex_connect .ex_message_us span svg {
    stroke-width: 2;
    width: 1rem;
    height: 1rem;
    transition: transform 0.3s ease;
    stroke-linecap: round;
    stroke: rgb(163,169,144);
    margin-right: 0.75rem;
    stroke-linejoin: round;
    fill: none;
}.ex_connect .ex_message_us span:hover svg {
    transform: scale(1.2);
}.ex_connect .ex_message_us span:last-child {
    border-bottom: none;
}@keyframes pulseElement {
    0% { transform: scale(1); opacity: 0.7; }
    50% { transform: scale(1.03); opacity: 1; }
    100% { transform: scale(1); opacity: 0.7; }
}
.ex_connect .ex_write_page span:nth-child(odd)::after {
    animation: pulseElement 4s infinite ease-in-out;
}.ex_connect .ex_write_page span:nth-child(even)::after {
    animation: pulseElement 4s infinite ease-in-out 2s;
}
@media (max-width: 991px) {.ex_connect {
    padding: 5rem 0;
}.ex_connect .ex_msg_details h3 {
    font-size: calc(38px * 0.9);
    padding: 1.75rem;
}.ex_connect .ex_msg_details h3 svg {
    width: 1.5rem;
    height: 1.5rem;
}.ex_connect .ex_edu_coach {
    font-size: 12px;
    padding: 1.75rem 1.75rem 1rem;
    max-width: 90%;
}.ex_connect .ex_write_page {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    padding: 1.75rem;
}.ex_connect .ex_write_page span svg {
    height: 1.4rem;
    width: 1.4rem;
}.ex_connect .ex_message_us h4 svg {
    width: 1.2rem;
    height: 1.2rem;
}.ex_connect .ex_message_us span svg {
    height: 0.9rem;
    width: 0.9rem;
}
}
@media (max-width: 767px) {.ex_connect {
    padding: 4rem 0;
}.ex_connect .ex_msg_details h3 {
    font-size: calc(38px * 0.85);
    padding: 1.5rem;
}.ex_connect .ex_msg_details h3 svg {
    width: 1.4rem;
    height: 1.4rem;
}.ex_connect .ex_edu_coach {
    max-width: 100%;
    padding: 1.5rem 1.5rem 0.875rem;
}.ex_connect .ex_write_page {
    grid-template-columns: 1fr;
    padding: 1.5rem;
}.ex_connect .ex_write_page span {
    padding-left: 3.25rem;
    padding: 1.25rem;
}.ex_connect .ex_write_page span svg {
    width: 1.3rem;
    height: 1.3rem;
    left: 1.1rem;
}.ex_connect .ex_message_us h4 svg {
    width: 1.1rem;
    height: 1.1rem;
}.ex_connect .ex_message_us span svg {
    width: 0.85rem;
    height: 0.85rem;
}
}
@media (max-width: 575px) {.ex_connect {
    padding: 3rem 0;
}.ex_connect .ex_msg_details h3 {
    font-size: calc(38px * 0.8);
    padding: 1.25rem;
}.ex_connect .ex_msg_details h3 svg {
    height: 1.3rem;
    width: 1.3rem;
}.ex_connect .ex_edu_coach {
    font-size: calc(12px * 0.95);
    padding: 1.25rem 1.25rem 0.75rem;
}.ex_connect .ex_write_page {
    padding: 1.25rem;
}.ex_connect .ex_write_page span {
    padding-left: 3rem;
    padding: 1.25rem;
}.ex_connect .ex_write_page span svg {
    left: 1rem;
    height: 1.2rem;
    width: 1.2rem;
}.ex_connect .ex_message_us h4 {
    font-size: calc(24px * 0.9);
    margin-bottom: 1.25rem;
}.ex_connect .ex_message_us h4 svg {
    width: 1rem;
    height: 1rem;
}.ex_connect .ex_message_us span svg {
    margin-right: 0.5rem;
    height: 0.8rem;
    width: 0.8rem;
}
}
@media (prefers-reduced-motion: reduce) {.ex_connect .ex_msg_details h3::before,
    .ex_connect .ex_msg_details h3 svg,
    .ex_connect .ex_write_page span:nth-child(odd)::after,
    .ex_connect .ex_write_page span:nth-child(even)::after,
    .ex_connect .ex_write_page span:hover svg path,
    .ex_connect .ex_write_page span:hover svg circle,
    .ex_connect .ex_write_page span:hover svg line,
    .ex_connect .ex_write_page span:hover svg polyline,
    .ex_connect .ex_write_page span:hover svg rect {
    animation: none;
}.ex_connect .ex_message_us h4:hover svg,
    .ex_connect .ex_message_us span:hover svg {
    transform: none;
}}.ex_testimonials {
    position: relative;
    padding: 6rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,236,222) 0%, rgb(198,203,183,0.5) 100%);
}.ex_testimonials::before {
    bottom: 0;
    background: linear-gradient(45deg, transparent 49.5%, rgb(163,169,144,0.5) 49.5%, rgb(163,169,144,0.5) 50.5%, transparent 50.5%);
    z-index: 0;
    right: 0;
    left: 0;
    position: absolute;
    top: 0;
    content: "";
}.ex_testimonials .ex_community_ed {
    max-width: 1200px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}.ex_testimonials h4 {
    font-weight: 700;
    position: relative;
    font-size: 30px;
    transform: skewX(-5deg);
    margin-bottom: 4rem;
    color: #000000;
    text-align: center;
}.ex_testimonials h4::after {
    width: 100px;
    height: 4px;
    position: absolute;
    content: "";
    left: 50%;
    bottom: -15px;
    background: rgb(198,203,183);
    border-radius: 10px;
    transform: translateX(-50%);
}.ex_testimonials .ex_student_voices {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    display: grid;
    perspective: 1000px;
}.ex_testimonials .ex_review_testimonials {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    transform: rotateX(10deg) rotateY(-5deg);
    border-radius: 13px;
    transition: all 0.5s ease;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    backface-visibility: hidden;
}.ex_testimonials .ex_review_testimonials::before {
    top: 0;
    right: 0;
    content: "";
    position: absolute;
    z-index: 0;
    height: 100px;
    background: rgb(198,203,183,0.5);
    transform: translate(30%, -30%) rotate(45deg);
    width: 100px;
}.ex_testimonials .ex_review_testimonials:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: rotateX(0) rotateY(0);
}.ex_testimonials .ex_review_testimonials .ex_pic_strip_wrap {
    width: 80px;
    margin: 0 auto 1.5rem;
    height: 80px;
    border-radius: 50%;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 4px solid #ffffff;
}.ex_testimonials .ex_review_testimonials:hover .ex_pic_strip_wrap {
    transform: scale(1.1);
    border-color: rgb(198,203,183);
}.ex_testimonials .ex_review_testimonials span {
    margin-bottom: 1rem;
    color: #000000;
    display: block;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    position: relative;
}.ex_testimonials .ex_review_testimonials span::after {
    display: block;
    height: 2px;
    background: rgb(198,203,183);
    margin: 0.5rem auto;
    content: "";
    width: 40px;
}.ex_testimonials .ex_review_testimonials p {
    color: #000000;
    text-align: center;
    line-height: 1.6;
    font-size: 18px;
}

@media (max-width: 992px) {.ex_testimonials .ex_student_voices {
    grid-template-columns: repeat(2, 1fr);
}.ex_testimonials h4 {
    font-size: calc(30px * 0.9);
}
}

@media (max-width: 768px) {.ex_testimonials {
    padding: 4rem 1.5rem;
}.ex_testimonials .ex_student_voices {
    grid-template-columns: 1fr;
    gap: 2rem;
}.ex_testimonials h4 {
    font-size: calc(30px * 0.8);
    margin-bottom: 3rem;
}.ex_testimonials .ex_review_testimonials {
    padding: 2rem;
}}.ex_plan_selection {
    background: rgb(233,236,222);
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.ex_plan_selection::before {
    width: 300px;
    z-index: 0;
    background: rgb(198,203,183,0.5);
    top: -50px;
    height: 300px;
    position: absolute;
    content: "";
    animation: float-effect 12s infinite alternate ease-in-out;
    filter: blur(80px);
    right: -50px;
}.ex_plan_selection::after {
    animation: float-effect 15s infinite alternate-reverse ease-in-out;
    filter: blur(60px);
    bottom: -50px;
    content: "";
    height: 250px;
    background: rgb(163,169,144,0.5);
    width: 250px;
    left: -50px;
    position: absolute;
    z-index: 0;
}.ex_plan_selection .container {
    max-width: 1200px;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 1;
}.ex_plan_selection .ex_plan_pricing {
    flex-direction: column;
    gap: 60px;
    display: flex;
}.ex_plan_selection .ex_deal_opts {
    order: -1;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    max-width: 700px;
    position: relative;
}.ex_plan_selection .ex_deal_opts h2 {
    font-size: 38px;
    color: #000000;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}.ex_plan_selection .ex_deal_opts h2::after {
    position: absolute;
    height: 3px;
    content: "";
    bottom: -10px;
    left: 50%;
    background: rgb(198,203,183);
    transform: translateX(-50%);
    width: 80px;
}.ex_plan_selection .ex_edu_packages {
    font-size: 14px;
    color: #000000;
    opacity: 0.85;
    margin-bottom: 0;
    line-height: 1.6;
}.ex_plan_selection .ex_access_rates {
    perspective: 1000px;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.ex_plan_selection .ex_package_deal {
    perspective: 1000px;
    position: relative;
    height: 100%;
    transform-style: preserve-3d;
    text-decoration: none;
    color: inherit;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}.ex_plan_selection .ex_package_deal:hover {
    transform: translateY(-10px) scale(1.02);
}.ex_plan_selection .ex_annual_plan {
    height: 100%;
    background: #ffffff;
    overflow: hidden;
    transform-style: preserve-3d;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.4s ease;
    flex-direction: column;
    display: flex;
    position: relative;
}.ex_plan_selection .ex_package_deal:hover .ex_annual_plan {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 0 20px rgb(198,203,183,0.5);
}.ex_plan_selection .ex_learn_pricing {
    flex-grow: 1;
    display: flex;
    overflow: hidden;
    position: relative;
    flex-direction: column;
    padding: 30px;
    z-index: 2;
}.ex_plan_selection .ex_learn_pricing::before {
    right: 0;
    height: 5px;
    content: "";
    left: 0;
    transform-origin: left;
    position: absolute;
    top: 0;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(198,203,183), rgb(163,169,144));
    transition: transform 0.5s ease;
}.ex_plan_selection .ex_package_deal:hover .ex_learn_pricing::before {
    transform: scaleX(1);
}.ex_plan_selection .ex_learn_pricing h3 {
    margin-bottom: 10px;
    overflow-wrap: break-word;
    word-break: break-word;
    font-weight: 700;
    transition: transform 0.4s ease, color 0.3s ease;
    font-size: calc(19px + 2px);
    white-space: normal;
    color: #000000;
}.ex_plan_selection .ex_package_deal:hover .ex_learn_pricing h3 {
    transform: translateX(5px);
    color: rgb(198,203,183);
}.ex_plan_selection .ex_pricing_deals {
    word-break: break-word;
    display: block;
    overflow-wrap: break-word;
    color: rgb(163,169,144);
    font-weight: 700;
    position: relative;
    font-size: 19px;
    white-space: normal;
    transition: transform 0.4s ease;
    margin: 10px 0 20px;
}.ex_plan_selection .ex_pricing_deals::before {
    position: absolute;
    width: 40px;
    height: 2px;
    background: rgb(163,169,144,0.5);
    bottom: -8px;
    content: "";
    transition: width 0.4s ease;
    left: 0;
}.ex_plan_selection .ex_package_deal:hover .ex_pricing_deals::before {
    width: 80px;
}.ex_plan_selection .ex_learn_pricing p {
    margin-bottom: 0;
    transition: color 0.3s ease;
    line-height: 1.6;
    white-space: normal;
    word-break: break-word;
    flex-grow: 1;
    overflow-wrap: break-word;
    color: #000000;
    font-size: calc(14px - 1px);
}.ex_plan_selection .ex_pic_strip_wrap {
    position: relative;
    transform: translateZ(-10px);
    height: 200px;
    transition: transform 0.6s ease, filter 0.6s ease;
    overflow: hidden;
}.ex_plan_selection .ex_pic_strip_wrap::after {
    position: absolute;
    opacity: 0.6;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    content: "";
    transition: opacity 0.5s ease;
    inset: 0;
}.ex_plan_selection .ex_package_deal:hover .ex_pic_strip_wrap {
    filter: brightness(1.1) contrast(1.05);
    transform: translateZ(0);
}.ex_plan_selection .ex_package_deal:hover .ex_pic_strip_wrap::after {
    opacity: 0.4;
}.ex_plan_selection .ex_package_deal::after {
    transition: opacity 0.4s ease;
    position: absolute;
    filter: blur(10px);
    opacity: 0;
    top: 100%;
    right: 30px;
    left: 30px;
    z-index: -1;
    background: rgb(198,203,183,0.5);
    border-radius: 50%;
    content: "";
    height: 15px;
}.ex_plan_selection .ex_package_deal:hover::after {
    opacity: 0.5;
}

@keyframes float-effect {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(20px, 20px) scale(1.1);
    }
    100% {
        transform: translate(-20px, -20px) scale(0.9);
    }
}

@media (min-width: 992px) {.ex_plan_selection .ex_plan_pricing {
    flex-direction: row;
    align-items: center;
}.ex_plan_selection .ex_deal_opts {
    padding-right: 40px;
    flex: 0 0 30%;
    order: 0;
    text-align: left;
}.ex_plan_selection .ex_deal_opts h2::after {
    left: 0;
    transform: none;
}.ex_plan_selection .ex_access_rates {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
}
}

@media (min-width: 1200px) {.ex_plan_selection .ex_access_rates {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.ex_plan_selection .ex_learn_pricing {
    padding: 35px;
}.ex_plan_selection .ex_pic_strip_wrap {
    height: 220px;
}
}

@media (max-width: 991px) {.ex_plan_selection {
    padding: 80px 0;
}.ex_plan_selection .ex_deal_opts {
    margin-bottom: 20px;
}
}

@media (max-width: 767px) {.ex_plan_selection {
    padding: 60px 0;
}.ex_plan_selection .ex_access_rates {
    grid-template-columns: 1fr;
    gap: 25px;
}.ex_plan_selection .ex_deal_opts h2 {
    font-size: calc(38px - 4px);
}.ex_plan_selection .ex_pic_strip_wrap {
    height: 180px;
}.ex_plan_selection .ex_learn_pricing {
    padding: 25px;
}
}

@media (max-width: 480px) {.ex_plan_selection {
    padding: 50px 0;
}.ex_plan_selection .ex_learn_pricing h3 {
    font-size: 19px;
}.ex_plan_selection .ex_pricing_deals {
    font-size: calc(19px - 2px);
}.ex_plan_selection .ex_pic_strip_wrap {
    height: 160px;
}.ex_plan_selection .ex_learn_pricing {
    padding: 20px;
}}.ex_appPanel {
    background: linear-gradient(135deg, rgba(rgb(198,203,183,0.5), 0.05), rgba(rgb(163,169,144,0.5), 0.1));
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.ex_appPanel::before {
    position: absolute;
    left: 0;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(198,203,183,0.5), 0.12) 0%, transparent 80%),
        radial-gradient(circle at 80% 70%, rgba(rgb(163,169,144,0.5), 0.1) 0%, transparent 70%);
    z-index: 0;
    width: 100%;
    top: 0;
    height: 100%;
}.ex_appPanel::after {
    height: 300px;
    right: -150px;
    position: absolute;
    filter: blur(20px);
    content: "";
    animation: floatShape 15s ease-in-out infinite alternate;
    opacity: 0.05;
    background: rgb(198,203,183);
    border-radius: 40% 60% 70% 30% / 40% 50% 50% 60%;
    width: 300px;
    top: -150px;
    z-index: 0;
}.ex_appPanel .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 30px;
    z-index: 1;
}.ex_appPanel h2 {
    transition: transform 0.5s ease-out;
    font-size: 35px;
    font-family: Arial, sans-serif;
    color: #000000;
    margin-bottom: 40px;
    font-weight: 600;
    position: relative;
    text-align: left;
    transform: perspective(1000px) translateZ(10px);
    line-height: 1.3;
}.ex_appPanel h2::after {
    content: "";
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    background: linear-gradient(90deg, rgb(198,203,183), rgb(163,169,144));
    height: 4px;
    transform: scaleX(0.8);
    transform-origin: left;
    left: 0;
    width: 120px;
    bottom: -12px;
    border-radius: 10px;
}.ex_appPanel:hover h2::after {
    transform: scaleX(1);
}.ex_appPanel .ex_community_ed {
    box-shadow: 
        15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
        -15px -15px 30px rgba(#ffffff, 0.8),
        inset 2px 2px 5px rgba(#ffffff, 0.1),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
    border-radius: 14px;
    position: relative;
    background: #ffffff;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    padding: 40px;
    overflow: hidden;
}.ex_appPanel .ex_community_ed::before {
    content: "";
    height: 5px;
    animation: gradientShift 6s ease infinite;
    left: 0;
    background: linear-gradient(90deg, rgb(198,203,183), rgb(163,169,144), rgb(198,203,183));
    width: 100%;
    background-size: 200% 100%;
    position: absolute;
    top: 0;
}.ex_appPanel ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.ex_appPanel li {
    transition: transform 0.3s ease-out;
    padding: 10px 0 10px 20px;
    position: relative;
}.ex_appPanel li::before {
    content: "";
    background: rgb(198,203,183);
    box-shadow: 0 0 10px rgba(rgb(198,203,183,0.5), 0.5);
    position: absolute;
    width: 8px;
    border-radius: 50%;
    transform: translateY(-50%);
    left: 0;
    top: 24px;
    height: 8px;
}.ex_appPanel span {
    transform: translateY(0);
    font-weight: 400;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    display: block;
    color: #000000;
    position: relative;
    font-size: 12px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.ex_appPanel span::after {
    transform: scaleX(0.5);
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(rgb(198,203,183,0.5), 0.3));
    transition: all 0.5s ease;
    opacity: 0;
    content: "";
    bottom: -10px;
    right: 0;
    transform-origin: right;
    width: 40%;
}.ex_appPanel .ex_community_ed:hover {
    box-shadow: 
        20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
        -20px -20px 40px rgba(#ffffff, 0.9),
        inset 2px 2px 5px rgba(#ffffff, 0.1),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: translateY(-5px);
}.ex_appPanel .ex_community_ed:hover span::after {
    opacity: 1;
    transform: scaleX(1);
}

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

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

@media (min-width: 768px) {.ex_appPanel {
    padding: 150px 0;
}.ex_appPanel .container {
    padding: 0 60px;
}.ex_appPanel h2 {
    max-width: 90%;
    font-size: calc(35px * 1.1);
    margin-bottom: 50px;
}.ex_appPanel .ex_community_ed {
    padding: 50px;
    transform: perspective(1000px) rotateX(2deg);
}.ex_appPanel .ex_community_ed:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.ex_appPanel li {
    padding: 10px 0 10px 30px;
}.ex_appPanel li::before {
    width: 10px;
    height: 10px;
}.ex_appPanel span {
    font-size: calc(12px * 1.05);
    line-height: 1.8;
}
}

@media (max-width: 767px) {.ex_appPanel {
    padding: 80px 0;
}.ex_appPanel .container {
    padding: 0 20px;
}.ex_appPanel h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 30px;
}.ex_appPanel .ex_community_ed {
    padding: 30px 20px;
}.ex_appPanel li {
    padding: 10px 0 10px 15px;
}.ex_appPanel li::before {
    height: 6px;
    width: 6px;
}.ex_appPanel span {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.ex_appPanel {
    padding: 60px 0;
}.ex_appPanel h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 25px;
}.ex_appPanel .ex_community_ed {
    padding: 25px 15px;
}.ex_appPanel span {
    font-size: calc(12px * 0.9);
    line-height: 1.5;
}}#ex_cookieUsagePrompt {
    display: none;
}#ex_cookieUsagePrompt:checked ~ .ex_modalTrackingConsent {
    opacity: 0;
    visibility: hidden;
}.ex_modalTrackingConsent {
    position: fixed;
    font-family: Arial, sans-serif;
    padding: 20px 0;
    border-top: 3px solid rgb(198,203,183);
    z-index: 90;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    width: 100%;
    bottom: 0;
    background: rgb(163,169,144);
}.ex_cookie_edu {
    align-items: center;
    padding: 20px 5%;
    justify-content: space-between;
    border: 2px dashed rgb(198,203,183);
    gap: 20px;
    display: flex;
    border-radius: 11px;
    background: rgba(0, 0, 0, 0.5);
}.ex_modalTrackingConsent h5 {
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
    margin: 0;
    color: rgb(198,203,183);
}.ex_modalTrackingConsent p {
    color: #ffffff;
    margin: 0;
    position: relative;
    font-size: 15px;
    line-height: 1.5;
}.ex_learn_consent {
    padding: 10px;
    display: flex;
    border-radius: 11px;
    align-items: center;
    background: rgb(198,203,183,0.5);
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}.ex_learn_consent svg {
    height: 60px;
    fill: rgb(198,203,183);
    width: 60px;
}.ex_user_default {
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    background: rgb(198,203,183);
    flex-shrink: 0;
    color: #000000;
    min-width: 140px;
    border-radius: 10px;
    border: 2px solid rgb(198,203,183);
    margin-left: 10px;
    cursor: pointer;
    white-space: nowrap;
    font-size: 18px;
    padding: 10px 20px;
}.ex_user_default:hover {
    background-color: rgb(163,169,144);
    box-shadow: 0 0 10px rgb(163,169,144);
}.cookie_button.ex_track_prefs {
    border: 2px solid rgb(163,169,144);
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}.cookie_button.ex_track_prefs:hover {
    box-shadow: 0 0 10px rgb(163,169,144);
}.ex_modalTrackingConsent p a {
    color: rgb(198,203,183);
    transition: color 0.3s ease;
    text-decoration: none;
    border-bottom: 1px dashed rgb(198,203,183);
}.ex_modalTrackingConsent p a:hover {
    color: rgb(163,169,144);
}
@media only screen and (max-width: 1200px) {.ex_modalTrackingConsent {
    padding: 15px 0;
}.ex_cookie_edu {
    padding: 15px 5%;
}.ex_learn_consent {
    display: none;
}.ex_cookie_edu {
    align-items: center;
    text-align: center;
    flex-direction: column;
}.ex_modalTrackingConsent h5 {
    font-size: 22px;
    margin-bottom: 10px;
}.ex_cookie_tab {
    margin-bottom: 15px;
}.ex_user_default {
    margin: 10px 0;
    min-width: 100%;
}}
.ex_title_greeting {
    width: 100%;
    position: relative;
    background: linear-gradient(135deg, rgb(163,169,144,0.5), rgb(198,203,183));
    justify-content: center;
    display: flex;
    align-items: center;
    overflow: hidden;
    min-height: 100vh;
}.ex_title_greeting::before {
    position: absolute;
    z-index: 1;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: radial-gradient(circle at 70% 30%, rgba(255,255,255,0.12), transparent 60%);
    height: 100%;
}.ex_title_greeting::after {
    border-radius: 50%;
    bottom: -100px;
    background: rgb(198,203,183);
    z-index: 0;
    right: -100px;
    filter: blur(120px);
    position: absolute;
    width: 300px;
    height: 300px;
    opacity: 0.15;
    content: "";
}.ex_title_greeting .ex_skill_upfast {
    position: relative;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 
    20px 20px 60px rgba(0, 0, 0, 0.1),
    -20px -20px 60px rgba(255, 255, 255, 0.05),
    inset 2px 2px 4px rgba(255, 255, 255, 0.05),
    inset -2px -2px 4px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    width: 90%;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 2;
    max-width: 1200px;
}.ex_title_greeting .ex_skill_upfast:hover {
    transform: perspective(1000px) rotateX(0deg);
}.ex_title_greeting .ex_skill_upfast > div {
    gap: 3rem;
    display: grid;
    grid-template-columns: 1fr;
}.ex_title_greeting h3 {
    font-size: 21px;
    font-weight: 600;
    padding: 2rem;
    line-height: 1.5;
    background: rgba(rgb(198,203,183,0.5), 0.2);
    box-shadow: 
    inset 5px 5px 10px rgba(255, 255, 255, 0.05),
    inset -5px -5px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s ease-out;
    color: #ffffff;
    font-family: Arial, sans-serif;
    transform: translateY(0);
    border-left: 4px solid rgb(163,169,144);
}.ex_title_greeting h3:hover {
    transform: translateY(-5px);
}.ex_title_greeting .ex_learn_skill {
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.2),
    -10px -10px 30px rgba(255, 255, 255, 0.05);
    height: 450px;
    overflow: hidden;
    position: relative;
}.ex_title_greeting .ex_learn_skill::before {
    width: 100%;
    z-index: 1;
    background: linear-gradient(
    to bottom,
    transparent,
    rgba(rgb(198,203,183,0.5), 0.8)
  );
    height: 100%;
    top: 0;
    position: absolute;
    content: "";
    left: 0;
}.ex_title_greeting .ex_learn_skill > div {
    position: relative;
    height: 100%;
    justify-content: flex-end;
    z-index: 2;
    flex-direction: column;
    padding: 3rem;
    display: flex;
}.ex_title_greeting .ex_learn_skill p {
    animation: fadeUp 0.6s 0.3s forwards ease-out;
    color: #ffffff;
    font-weight: 300;
    max-width: 600px;
    opacity: 0;
    font-size: calc(14px * 1.2);
    line-height: 1.6;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
    font-family: Arial, sans-serif;
    transform: translateY(20px);
}.ex_title_greeting .title_style_header {
    transform: translateY(20px);
    margin-top: 1rem;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    font-weight: 700;
    font-size: 40px;
    opacity: 0;
    color: #ffffff;
    line-height: 1.2;
    animation: fadeUp 0.6s 0.5s forwards ease-out;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
}@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ex_title_greeting .ex_learn_skill > div > div {
    padding-left: 20px;
    position: relative;
}.ex_title_greeting .ex_learn_skill > div > div::before {
    content: "";
    background: rgb(163,169,144);
    top: 50%;
    left: 0;
    height: 0;
    transform: translateY(-50%);
    width: 4px;
    animation: expandLine 0.4s 0.8s forwards ease-out;
    position: absolute;
}

@keyframes expandLine {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}

@media (min-width: 768px) {.ex_title_greeting .ex_skill_upfast > div {
    align-items: center;
    grid-template-columns: 0.5fr 1fr;
}.ex_title_greeting .ex_learn_skill {
    height: 500px;
}.ex_title_greeting h3 {
    font-size: calc(21px * 1.1);
}.ex_title_greeting .title_style_header {
    font-size: calc(40px * 1.2);
}
}

@media (max-width: 767px) {.ex_title_greeting {
    padding: 2rem 0;
}.ex_title_greeting .ex_skill_upfast {
    width: 95%;
    padding: 1.5rem;
}.ex_title_greeting h3 {
    font-size: 19px;
    padding: 1.5rem;
}.ex_title_greeting .ex_learn_skill {
    height: 350px;
}.ex_title_greeting .ex_learn_skill > div {
    padding: 2rem;
}.ex_title_greeting .title_style_header {
    font-size: calc(33px * 1.1);
}.ex_title_greeting .ex_learn_skill p {
    font-size: 14px;
}
}

@media (max-width: 480px) {.ex_title_greeting .ex_skill_upfast {
    padding: 1rem;
}.ex_title_greeting h3 {
    font-size: calc(14px * 1.1);
    padding: 1rem;
}.ex_title_greeting .ex_learn_skill {
    height: 300px;
}.ex_title_greeting .ex_learn_skill > div {
    padding: 1.5rem;
}.ex_title_greeting .title_style_header {
    font-size: 33px;
}}

.ex_title_greeting .ex_skill_upfast:hover .ex_learn_skill::before {
    transition: background 0.5s ease;
    background: linear-gradient(
    to bottom,
    transparent 30%,
    rgba(rgb(198,203,183,0.5), 0.7)
  );
}.ex_title_greeting .ex_learn_skill:hover {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scale(1.01);
}.ex_course_offering {
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(233,236,222) 0%, rgba(249, 249, 249, 0.95) 100%);
    overflow: hidden;
}.ex_course_offering::before {
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    position: absolute;
    background-image: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 15px,
        rgba(var(--primary-color-rgb, 0, 110, 255), 0.02) 15px,
        rgba(var(--primary-color-rgb, 0, 110, 255), 0.02) 30px
    );
}.ex_course_offering .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 15px;
    position: relative;
}.ex_course_offering .ex_knowledge_track {
    gap: 2.5rem;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    display: grid;
}.ex_course_offering .ex_knowledge_track:hover {
    transform: perspective(1000px) rotateX(1deg);
}.ex_course_offering .ex_pic_strip_wrap {
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateZ(20px);
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
    height: 300px;
}.ex_course_offering .ex_pic_strip_wrap::after {
    z-index: 1;
    background: linear-gradient(
        to bottom,
        transparent 60%,
        rgba(var(--primary-color-rgb, 0, 110, 255), 0.3) 100%
    );
    inset: 0;
    content: '';
    position: absolute;
}.ex_course_offering .ex_pic_strip_wrap:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    transform: translateZ(30px);
}.ex_course_offering .ex_text_zone {
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
    padding: 2.5rem;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.07);
    transform: translateZ(10px);
    border-left: 4px solid rgb(198,203,183);
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0.95) 100%
    );
}.ex_course_offering .ex_text_zone::before {
    content: '';
    width: 30px;
    left: 30px;
    background-color: rgb(198,203,183);
    position: absolute;
    transform: rotate(45deg);
    top: -15px;
    height: 30px;
    z-index: -1;
}.ex_course_offering .ex_text_zone:hover {
    transform: translateZ(15px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.ex_course_offering h3 {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding-bottom: 0.75rem;
    font-size: 21px;
    color: #000000;
    margin-bottom: 1.5rem;
    font-weight: 700;
    transform: translateY(0);
    position: relative;
}.ex_course_offering h3::after {
    height: 3px;
    background: linear-gradient(
        to right,
        rgb(198,203,183) 0%,
        rgb(163,169,144) 100%
    );
    width: 50px;
    content: '';
    transition: width 0.4s ease;
    bottom: 0;
    position: absolute;
    left: 0;
}.ex_course_offering .ex_text_zone:hover h3 {
    transform: translateY(-5px);
}.ex_course_offering .ex_text_zone:hover h3::after {
    width: 100px;
}.ex_course_offering .description {
    opacity: 0;
    animation: fadeInUp 0.8s forwards 0.2s;
    margin-bottom: 1.5rem;
    line-height: 1.75;
    font-size: 16px;
    transform: translateY(20px);
    color: #000000;
}.ex_course_offering span.description {
    display: none;
}

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

@media (min-width: 768px) {.ex_course_offering {
    padding: 7rem 0;
}.ex_course_offering .ex_knowledge_track {
    align-items: center;
    gap: 3.5rem;
    grid-template-columns: 40% 1fr;
}.ex_course_offering .ex_pic_strip_wrap {
    height: 450px;
    clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
}.ex_course_offering h3 {
    font-size: calc(21px * 1.2);
}.ex_course_offering .description {
    column-gap: 2.5rem;
    column-count: 2;
}
}

@media (min-width: 992px) {.ex_course_offering {
    padding: 8rem 0;
}.ex_course_offering .ex_knowledge_track {
    gap: 4rem;
    grid-template-columns: 45% 1fr;
}.ex_course_offering .ex_pic_strip_wrap {
    height: 550px;
}.ex_course_offering .ex_text_zone {
    padding: 3.5rem;
}.ex_course_offering h3 {
    margin-bottom: 2rem;
    font-size: calc(21px * 1.4);
}
}

@media (max-width: 767px) {.ex_course_offering .container {
    padding: 0 15px;
}.ex_course_offering .ex_pic_strip_wrap {
    margin-bottom: 1rem;
    margin-top: 1rem;
}.ex_course_offering .ex_text_zone {
    padding: 1.5rem;
}.ex_course_offering h3 {
    font-size: calc(21px * 0.9);
}.ex_course_offering .description {
    font-size: calc(16px * 0.95);
}}.ex_about_this {
    overflow: hidden;
    padding: 80px 0;
    position: relative;
    z-index: 1;
    background: rgb(233,236,222);
}.ex_about_this::before {
    top: -100px;
    border-radius: 50%;
    position: absolute;
    height: 500px;
    background: linear-gradient(135deg, rgb(198,203,183,0.5) 0%, transparent 70%);
    animation: pulse 15s infinite alternate;
    width: 500px;
    right: -100px;
    content: '';
    z-index: -1;
}.ex_about_this::after {
    width: 400px;
    bottom: -100px;
    border-radius: 50%;
    position: absolute;
    animation: pulse 12s infinite alternate-reverse;
    height: 400px;
    left: -100px;
    z-index: -1;
    background: linear-gradient(225deg, rgb(163,169,144,0.5) 0%, transparent 70%);
    content: '';
}@keyframes pulse {
    0% {
        transform: scale(1) rotate(0deg);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1) rotate(15deg);
        opacity: 0.7;
    }
    100% {
        transform: scale(1) rotate(0deg);
        opacity: 0.5;
    }
}

.ex_about_this .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}.ex_about_this .ex_community_ed {
    position: relative;
    gap: 60px;
    flex-direction: column;
    display: flex;
}.ex_about_this h3 {
    text-align: center;
    font-size: 38px;
    position: relative;
    padding-bottom: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 40px;
}.ex_about_this h3::after {
    border-radius: 10px;
    background: linear-gradient(to right, rgb(198,203,183), rgb(163,169,144));
    transform: translateX(-50%);
    left: 50%;
    width: 80px;
    position: absolute;
    height: 4px;
    content: '';
    bottom: 0;
}.ex_about_this .ex_skill_pro {
    border-radius: 10px;
    display: grid;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    gap: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: relative;
    grid-template-columns: 1fr 1fr;
    padding: 30px;
}.ex_about_this .ex_skill_pro:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.ex_about_this .ex_skill_pro span {
    margin-bottom: 15px;
    font-size: 18px;
    grid-column: 1 / 2;
    font-weight: 600;
    color: rgb(198,203,183);
    display: block;
}.ex_about_this .ex_skill_pro p {
    position: relative;
    grid-column: 1 / 2;
    line-height: 1.7;
    padding-left: 20px;
    margin-bottom: 0;
    font-size: 13px;
    border-left: 3px solid rgb(163,169,144);
    color: #000000;
}.ex_about_this .ex_skill_pro .ex_pic_strip_wrap {
    position: relative;
    border-radius: 10px;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(-5deg);
    height: 100%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    min-height: 300px;
    grid-row: 1 / 3;
    grid-column: 2 / 3;
}.ex_about_this .ex_skill_pro .ex_pic_strip_wrap::before {
    z-index: 1;
    width: 100%;
    top: 0;
    content: '';
    left: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5));
}.ex_about_this .ex_skill_pro .ex_pic_strip_wrap:hover {
    transform: perspective(1000px) rotateY(0deg);
}.ex_about_this .ex_quick_skill {
    position: relative;
    gap: 40px;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    grid-template-columns: 1fr 1fr;
    padding: 30px;
    display: grid;
}.ex_about_this .ex_quick_skill:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.ex_about_this .ex_quick_skill p {
    border-left: 3px solid rgb(198,203,183);
    padding-left: 20px;
    line-height: 1.7;
    color: #000000;
    grid-column: 1 / 2;
    position: relative;
    font-size: 13px;
    margin-bottom: 0;
}.ex_about_this .ex_quick_skill .ex_learn_identity {
    overflow: hidden;
    grid-column: 2 / 3;
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.5s ease;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    min-height: 300px;
    height: 100%;
}.ex_about_this .ex_quick_skill .ex_learn_identity::before {
    content: '';
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5));
    top: 0;
    height: 100%;
}.ex_about_this .ex_quick_skill .ex_learn_identity::after {
    position: absolute;
    width: 100%;
    left: 0;
    background: radial-gradient(circle at top right, rgb(198,203,183,0.5) 0%, transparent 70%);
    content: '';
    height: 100%;
    top: 0;
    z-index: 1;
}.ex_about_this .ex_quick_skill .ex_learn_identity:hover {
    transform: perspective(1000px) rotateY(0deg);
}.ex_about_this .ex_pic_strip_wrap::after {
    width: 60px;
    animation: float 3s infinite alternate;
    height: 60px;
    z-index: 2;
    position: absolute;
    right: -10px;
    opacity: 0.7;
    top: -10px;
    background: rgb(163,169,144);
    border-radius: 50%;
    content: '';
}@keyframes float {
    0% {
        transform: translateY(0) scale(1);
    }
    100% {
        transform: translateY(-20px) scale(1.1);
    }
}

.ex_about_this .ex_community_ed::before {
    left: 50%;
    width: 2px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(198,203,183,0.5), transparent);
    height: 100%;
    z-index: -1;
    top: 0;
    content: '';
    transform: translateX(-50%);
}.ex_about_this .ex_skill_pro::after,
.ex_about_this .ex_quick_skill::after {
    background: #ffffff;
    border-radius: 50%;
    transform: translateX(-50%);
    border: 3px solid rgb(198,203,183);
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    z-index: 3;
    left: 50%;
}.ex_about_this .ex_skill_pro::after {
    bottom: -40px;
}.ex_about_this .ex_quick_skill::after {
    top: -40px;
}

@media (max-width: 991px) {.ex_about_this {
    padding: 60px 0;
}.ex_about_this .ex_skill_pro,
    .ex_about_this .ex_quick_skill {
    gap: 30px;
    grid-template-columns: 1fr;
}.ex_about_this .ex_skill_pro span,
    .ex_about_this .ex_skill_pro p,
    .ex_about_this .ex_quick_skill p {
    grid-column: 1 / 2;
}.ex_about_this .ex_skill_pro .ex_pic_strip_wrap,
    .ex_about_this .ex_quick_skill .ex_learn_identity {
    grid-column: 1 / 2;
    min-height: 250px;
    grid-row: auto;
}.ex_about_this .ex_community_ed::before {
    left: 20px;
}.ex_about_this .ex_skill_pro::after,
    .ex_about_this .ex_quick_skill::after {
    transform: none;
    left: 20px;
}
}

@media (max-width: 767px) {.ex_about_this {
    padding: 40px 0;
}.ex_about_this h3 {
    font-size: calc(38px * 0.9);
    margin-bottom: 30px;
}.ex_about_this .ex_community_ed {
    gap: 40px;
}.ex_about_this .ex_skill_pro,
    .ex_about_this .ex_quick_skill {
    padding: 20px;
}.ex_about_this .ex_skill_pro .ex_pic_strip_wrap,
    .ex_about_this .ex_quick_skill .ex_learn_identity {
    min-height: 200px;
}.ex_about_this .ex_skill_pro span {
    font-size: calc(18px * 0.9);
}.ex_about_this .ex_skill_pro p,
    .ex_about_this .ex_quick_skill p {
    padding-left: 15px;
    font-size: calc(13px * 0.95);
}.ex_about_this::before,
    .ex_about_this::after {
    width: 200px;
    height: 200px;
}
}

@media (max-width: 480px) {.ex_about_this {
    padding: 30px 0;
}.ex_about_this h3 {
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: calc(38px * 0.8);
}.ex_about_this h3::after {
    width: 60px;
    height: 3px;
}.ex_about_this .ex_community_ed {
    gap: 30px;
}.ex_about_this .ex_skill_pro,
    .ex_about_this .ex_quick_skill {
    padding: 15px;
    gap: 20px;
}.ex_about_this .ex_skill_pro .ex_pic_strip_wrap,
    .ex_about_this .ex_quick_skill .ex_learn_identity {
    min-height: 180px;
}.ex_about_this .ex_skill_pro span {
    margin-bottom: 10px;
}.ex_about_this .ex_skill_pro p,
    .ex_about_this .ex_quick_skill p {
    padding-left: 10px;
}.ex_about_this .ex_skill_pro::after,
    .ex_about_this .ex_quick_skill::after {
    height: 15px;
    width: 15px;
}.ex_about_this::before,
    .ex_about_this::after {
    height: 150px;
    width: 150px;
}}.ex_privacy_frame {
    padding: 60px;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: #ffffff;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}.ex_privacy_frame h1 {
    color: rgb(198,203,183);
    padding-bottom: 10px;
    border-bottom: 4px solid rgb(163,169,144);
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 40px;
    width: 100%;
    text-align: left;
    margin-top: 0;
}.ex_privacy_frame h2 {
    border-bottom: 3px solid rgb(198,203,183);
    color: rgb(163,169,144);
    padding-bottom: 5px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 28px;
    width: 100%;
    margin-top: 0;
}.ex_privacy_frame ul, .ex_privacy_frame ol {
    list-style: none;
    font-family: Arial, sans-serif;
    font-size: 18px;
    margin: 20px 0;
    padding: 0;
    padding-left: 20px;
    color: #000000;
}.ex_privacy_frame li {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding: 10px 0;
}.ex_privacy_frame li:before {
    color: rgb(163,169,144);
    left: -20px;
    content: "•";
    position: absolute;
    font-size: 1.5em;
    line-height: 1;
}.ex_privacy_frame section {
    background: none;
}.ex_privacy_frame p, .ex_privacy_frame span, .ex_privacy_frame div {
    line-height: 1.8;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    font-size: 18px;
    color: #000000;
    text-align: left;
}

@media only screen and (max-width: 800px) {.ex_privacy_frame {
    border-radius: 10px;
    padding: 30px;
    grid-template-columns: 1fr;
}.ex_privacy_frame h1 {
    font-size: calc(21px - 5px);
}.ex_privacy_frame h2 {
    font-size: calc(21px - 3px);
}.ex_privacy_frame ul, .ex_privacy_frame ol {
    margin: 15px 0;
}.ex_privacy_frame li {
    padding: 8px 0;
}.ex_privacy_frame p, .ex_privacy_frame span, .ex_privacy_frame div {
    margin-bottom: 15px;
}}
.ex_mentorship_experience {
    overflow: hidden;
    position: relative;
    padding: 5rem 2rem;
    background: rgb(233,236,222);
}.ex_mentorship_experience::before {
    content: "";
    z-index: 1;
    position: absolute;
    background: linear-gradient(120deg, transparent 30%, rgb(198,203,183,0.5) 100%);
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}.ex_mentorship_experience::after {
    position: absolute;
    content: "";
    background: rgb(163,169,144,0.5);
    opacity: 0.5;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    width: 40%;
    z-index: 1;
    bottom: 0;
    height: 70%;
    right: 0;
}.ex_mentorship_experience .ex_review_testimonials {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    gap: 3rem;
    display: grid;
    position: relative;
    grid-template-columns: 1fr 1.5fr;
}.ex_mentorship_experience .ex_pic_strip_wrap {
    overflow: hidden;
    filter: grayscale(100%);
    border-radius: 0;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    width: 100%;
    aspect-ratio: 3/4;
}.ex_mentorship_experience .ex_pic_strip_wrap::before {
    background: linear-gradient(180deg, 
        transparent 0%, 
        transparent 70%, 
        rgb(198,203,183,0.5) 100%);
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    position: absolute;
    width: 100%;
}.ex_mentorship_experience .ex_pic_strip_wrap:hover {
    transform: scale(1.03);
    filter: grayscale(0%);
}.ex_mentorship_experience .ex_exp_box {
    padding: 2rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}.ex_mentorship_experience .ex_exp_box::before {
    width: 2px;
    position: absolute;
    height: 0;
    background: rgb(198,203,183);
    top: 0;
    left: 0;
    transition: height 0.8s ease-out;
    content: "";
}.ex_mentorship_experience .ex_review_testimonials:hover .ex_exp_box::before {
    height: 100%;
}.ex_mentorship_experience .name {
    margin-bottom: 0.5rem;
    font-weight: 700;
    position: relative;
    color: #000000;
    overflow: hidden;
    font-size: 41px;
}.ex_mentorship_experience .name::after {
    left: 0;
    bottom: 0;
    position: absolute;
    content: "";
    transition: transform 0.6s ease-out 0.2s;
    height: 1px;
    transform: translateX(-101%);
    width: 100%;
    background: rgb(163,169,144);
}.ex_mentorship_experience .ex_review_testimonials:hover .name::after {
    transform: translateX(0);
}.ex_mentorship_experience .ex_exp_box > div:nth-child(2) {
    font-size: 19px;
    color: rgb(163,169,144);
    text-transform: uppercase;
    transform: translateY(20px);
    font-weight: 400;
    letter-spacing: 3px;
    transition: all 0.5s ease-out 0.4s;
    margin-bottom: 2.5rem;
    opacity: 0;
}.ex_mentorship_experience .ex_review_testimonials:hover .ex_exp_box > div:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
}.ex_mentorship_experience .ex_career_table {
    transition: all 0.5s ease-out 0.6s;
    font-size: 14px;
    opacity: 0;
    line-height: 1.8;
    padding: 0 0 0 20px;
    font-weight: 300;
    color: #000000;
    transform: translateY(20px);
    position: relative;
}.ex_mentorship_experience .ex_review_testimonials:hover .ex_career_table {
    opacity: 1;
    transform: translateY(0);
}.ex_mentorship_experience .ex_career_table::first-letter {
    color: rgb(198,203,183);
    font-weight: 700;
    font-size: 1.5em;
}@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}

@keyframes blink {
    50% { border-color: transparent }
}

.ex_mentorship_experience:hover .name {
    overflow: hidden;
    animation: 
        typing 2.5s steps(40, end),
        blink .75s step-end infinite;
    white-space: nowrap;
}

@media (max-width: 992px) {.ex_mentorship_experience .ex_review_testimonials {
    gap: 2rem;
    grid-template-columns: 1fr;
}.ex_mentorship_experience .ex_pic_strip_wrap {
    aspect-ratio: 16/9;
    max-height: 300px;
}.ex_mentorship_experience .ex_exp_box {
    padding: 1rem 0;
}.ex_mentorship_experience .ex_exp_box::before {
    width: 0;
    transition: width 0.8s ease-out;
    height: 2px;
}.ex_mentorship_experience .ex_review_testimonials:hover .ex_exp_box::before {
    width: 100%;
    height: 2px;
}}.ex_learning_process {
    background: linear-gradient(135deg, rgb(233,236,222) 0%, rgb(163,169,144,0.5) 120%);
    position: relative;
    padding: 170px 0 150px;
    overflow: visible;
}.ex_learning_process::before {
    z-index: 1;
    position: absolute;
    left: 0;
    opacity: 0.05;
    width: 100%;
    content: '';
    top: 0;
    height: 100%;
    background: rgb(198,203,183,0.5);
}.ex_learning_process .ex_community_ed {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
}.ex_learning_process .ex_text_zone {
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    width: 100%;
}.ex_learning_process .ex_text_zone h2 {
    z-index: 4;
    backdrop-filter: blur(10px);
    font-weight: 700;
    color: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: 0 auto 80px;
    padding: 35px 40px;
    background: rgb(198,203,183,0.5);
    width: 40%;
    font-size: 35px;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}.ex_learning_process .ex_text_zone p {
    color: #ffffff;
    line-height: 1.8;
    backdrop-filter: blur(15px);
    width: 70%;
    border-radius: 13px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    font-size: 14px;
    z-index: 3;
    margin: 0 auto;
    padding: 50px 60px;
    background: rgba(255, 255, 255, 0.07);
}.ex_learning_process .ex_text_zone::before {
    content: '';
    position: absolute;
    left: 50%;
    background: linear-gradient(to bottom, rgb(198,203,183), transparent);
    width: 2px;
    height: 60px;
    z-index: 3;
    top: calc(35px * 2 + 70px);
}.ex_learning_process .ex_text_zone::after {
    animation: pulse-subtle 15s infinite alternate;
    width: 200px;
    content: '';
    filter: blur(70px);
    top: -100px;
    right: 10%;
    border-radius: 50%;
    height: 200px;
    background: rgb(198,203,183);
    opacity: 0.03;
    position: absolute;
}.ex_learning_process .ex_text_zone h2::before {
    width: 140%;
    position: absolute;
    left: -20%;
    opacity: 0.2;
    bottom: -5px;
    height: 10px;
    background: rgb(198,203,183);
    filter: blur(10px);
    content: '';
}.ex_learning_process .ex_text_zone h2::after {
    left: 50%;
    width: 20px;
    box-shadow: 0 0 15px rgb(198,203,183,0.5);
    border-radius: 50%;
    height: 20px;
    background: rgb(198,203,183);
    opacity: 0.7;
    position: absolute;
    content: '';
    z-index: 5;
    margin-left: -10px;
    bottom: -40px;
}.ex_learning_process .ex_text_zone p::before {
    background: linear-gradient(90deg, transparent, rgb(198,203,183,0.5), transparent);
    opacity: 0.3;
    height: 1px;
    content: '';
    position: absolute;
    left: 5%;
    width: 90%;
    top: 20px;
}.ex_learning_process .ex_text_zone p::after {
    width: 70%;
    content: '';
    left: 15%;
    height: 1px;
    opacity: 0.3;
    bottom: 20px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(198,203,183,0.5), transparent);
}.ex_learning_process::after {
    width: 1px;
    bottom: 0;
    left: 50%;
    z-index: 1;
    background: linear-gradient(to top, rgb(198,203,183,0.5), transparent);
    position: absolute;
    content: '';
    opacity: 0.3;
    height: 200px;
}.ex_learning_process .ex_community_ed::before {
    background: rgb(198,203,183,0.5);
    top: 40%;
    z-index: 0;
    width: 250px;
    left: -125px;
    transform-origin: right center;
    height: 2px;
    position: absolute;
    opacity: 0.2;
    content: '';
    transform: rotate(30deg);
}.ex_learning_process .ex_community_ed::after {
    z-index: 0;
    transform-origin: left center;
    right: -125px;
    transform: rotate(-30deg);
    opacity: 0.2;
    content: '';
    top: 40%;
    height: 2px;
    background: rgb(198,203,183,0.5);
    width: 250px;
    position: absolute;
}

@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.03;
        transform: scale(1);
    }
    50% {
        opacity: 0.05;
        transform: scale(1.2);
    }
}

@media screen and (max-width: 1200px) {.ex_learning_process .ex_text_zone h2 {
    width: 50%;
}.ex_learning_process .ex_text_zone p {
    width: 80%;
}
}

@media screen and (max-width: 992px) {.ex_learning_process {
    padding: 140px 0 120px;
}.ex_learning_process .ex_text_zone h2 {
    margin-bottom: 60px;
    width: 60%;
    padding: 30px 35px;
}.ex_learning_process .ex_text_zone p {
    padding: 40px 50px;
    width: 90%;
}.ex_learning_process .ex_text_zone::before {
    height: 40px;
}
}

@media screen and (max-width: 768px) {.ex_learning_process {
    overflow: hidden;
    padding: 120px 0 100px;
}.ex_learning_process .ex_text_zone {
    transform: none;
}.ex_learning_process .ex_text_zone h2 {
    width: 80%;
    margin-bottom: 40px;
    font-size: calc(35px * 0.9);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.ex_learning_process .ex_text_zone p {
    padding: 30px 40px;
    width: 100%;
}.ex_learning_process .ex_text_zone::before {
    height: 30px;
}.ex_learning_process .ex_text_zone::after,
    .ex_learning_process::after,
    .ex_learning_process .ex_community_ed::before,
    .ex_learning_process .ex_community_ed::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.ex_learning_process {
    padding: 100px 0 80px;
}.ex_learning_process .ex_text_zone h2 {
    width: 100%;
    font-size: calc(35px * 0.8);
    padding: 25px 30px;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.ex_learning_process .ex_text_zone p {
    padding: 25px 30px;
    font-size: calc(14px * 0.9);
}.ex_learning_process .ex_text_zone::before {
    height: 20px;
}.ex_learning_process .ex_text_zone h2::after {
    width: 15px;
    bottom: -25px;
    height: 15px;
    margin-left: -7.5px;
}}.ex_contact_form_section {
    position: relative;
    background-color: rgb(233,236,222);
    padding: 100px 0;
    overflow: hidden;
}.ex_contact_form_section::before {
    height: 100%;
    opacity: 0.15;
    left: 0;
    width: 100%;
    content: "";
    background: linear-gradient(120deg, rgb(198,203,183,0.5) 0%, transparent 75%);
    position: absolute;
    top: 0;
}.ex_contact_form_section::after {
    height: 70%;
    content: "";
    position: absolute;
    bottom: 0;
    opacity: 0.1;
    width: 70%;
    background: linear-gradient(240deg, rgb(163,169,144,0.5) 0%, transparent 70%);
    right: 0;
}.ex_contact_form_section .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    padding: 0 30px;
}.ex_contact_form_section h2 {
    font-weight: 700;
    position: relative;
    text-align: center;
    font-size: 38px;
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
    color: #000000;
}.ex_contact_form_section .ex_contact_reach {
    border-radius: 11px;
    display: flex;
    overflow: hidden;
    background: #ffffff;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    margin-top: 50px;
}.ex_contact_form_section .ex_pic_strip_wrap {
    flex: 0 0 40%;
    min-height: 500px;
    overflow: hidden;
    position: relative;
}.ex_contact_form_section .ex_pic_strip_wrap::after {
    bottom: 0;
    top: 0;
    right: 0;
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.4));
}.ex_contact_form_section .ex_query_box {
    padding: 60px;
    position: relative;
    flex: 0 0 60%;
}.ex_contact_form_section .ex_query_box::before {
    content: "";
    left: 0;
    top: 40px;
    height: calc(100% - 80px);
    width: 5px;
    position: absolute;
    border-radius: 2.5px;
    background: linear-gradient(to bottom, rgb(198,203,183), rgb(163,169,144));
}.ex_contact_form_section form {
    padding-left: 25px;
    width: 100%;
}.ex_contact_form_section form h3 {
    font-family: Arial, sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 35px;
}.ex_contact_form_section form input[type="text"] {
    margin-bottom: 20px;
    border: none;
    transition: all 0.3s ease;
    font-size: 18px;
    background: rgb(233,236,222);
    color: #000000;
    padding: 18px 25px;
    width: 100%;
    font-family: Arial, sans-serif;
    border-radius: 10px;
}.ex_contact_form_section form input[type="text"]:focus {
    background: rgba(rgb(198,203,183), 0.05);
    outline: none;
    box-shadow: 0 0 0 2px rgb(198,203,183,0.5);
}.ex_contact_form_section form input[type="text"]::placeholder {
    color: rgba(#000000, 0.4);
}.ex_contact_form_section .ex_request_links {
    align-items: flex-start;
    margin: 10px 0 30px;
    display: flex;
}.ex_contact_form_section .ex_request_links input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.ex_contact_form_section .ex_request_links label {
    padding-left: 35px;
    color: #000000;
    line-height: 1.5;
    font-size: 16px;
    position: relative;
    cursor: pointer;
}.ex_contact_form_section .ex_request_links label::before {
    top: 2px;
    content: "";
    position: absolute;
    width: 22px;
    left: 0;
    transition: all 0.2s ease;
    border-radius: 10px;
    border: 2px solid rgb(198,203,183,0.5);
    height: 22px;
}.ex_contact_form_section .ex_request_links input[type="checkbox"]:checked + label::before {
    border-color: rgb(198,203,183);
    background-color: rgb(198,203,183);
}.ex_contact_form_section .ex_request_links input[type="checkbox"]:checked + label::after {
    left: 8px;
    height: 11px;
    transform: rotate(45deg);
    position: absolute;
    top: 9px;
    content: "";
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    width: 6px;
}.ex_contact_form_section .ex_request_links label a {
    transition: all 0.3s ease;
    color: rgb(198,203,183);
    text-decoration: none;
}.ex_contact_form_section .ex_request_links label a:hover {
    text-decoration: underline;
    color: rgb(163,169,144);
}.ex_contact_form_section form .ex_message_list {
    font-weight: 600;
    position: relative;
    display: inline-block;
    font-size: 14px;
    padding: 15px 35px;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
    color: #ffffff;
    border: none;
    background: linear-gradient(45deg, rgb(198,203,183), rgb(163,169,144));
    overflow: hidden;
}.ex_contact_form_section form .ex_message_list::before {
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: -10%;
    content: "";
    transform: rotate(45deg) translateX(-200%);
    height: 120%;
    left: -10%;
    width: 120%;
    transition: all 0.4s ease;
}.ex_contact_form_section form .ex_message_list:hover {
    box-shadow: 0 8px 15px rgba(rgb(198,203,183), 0.3);
    transform: translateY(-2px);
}.ex_contact_form_section form .ex_message_list:hover::before {
    transform: rotate(45deg) translateX(200%);
}.ex_contact_form_section svg {
    width: 22px;
    fill: rgb(198,203,183);
    height: 22px;
}.ex_contact_form_section svg path {
    fill: rgb(198,203,183);
    transition: fill 0.3s ease;
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.1;
    }
}

@media screen and (max-width: 1024px) {.ex_contact_form_section .ex_query_box {
    padding: 50px 40px;
}
}

@media screen and (max-width: 991px) {.ex_contact_form_section .ex_pic_strip_wrap {
    flex: 0 0 100%;
    min-height: 300px;
}.ex_contact_form_section .ex_query_box {
    flex: 0 0 100%;
}.ex_contact_form_section .ex_query_box::before {
    height: 5px;
    width: calc(100% - 80px);
    background: linear-gradient(to right, rgb(198,203,183), rgb(163,169,144));
    top: 0;
    left: 40px;
}.ex_contact_form_section form {
    padding-left: 0;
    padding-top: 25px;
}
}

@media screen and (max-width: 767px) {.ex_contact_form_section {
    padding: 70px 0;
}.ex_contact_form_section .ex_pic_strip_wrap {
    min-height: 250px;
}.ex_contact_form_section .ex_query_box {
    padding: 40px 30px;
}.ex_contact_form_section .ex_query_box::before {
    width: calc(100% - 60px);
    left: 30px;
}
}

@media screen and (max-width: 480px) {.ex_contact_form_section {
    padding: 50px 0;
}.ex_contact_form_section h2 {
    font-size: calc(38px * 0.8);
}.ex_contact_form_section .ex_pic_strip_wrap {
    min-height: 200px;
}.ex_contact_form_section .ex_query_box {
    padding: 30px 20px;
}.ex_contact_form_section .ex_query_box::before {
    width: calc(100% - 40px);
    left: 20px;
}.ex_contact_form_section form h3 {
    font-size: calc(22px * 0.9);
    margin-bottom: 25px;
}.ex_contact_form_section form input[type="text"] {
    padding: 15px 20px;
}.ex_contact_form_section form .ex_message_list {
    width: 100%;
    text-align: center;
}
}