﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.app_top_section {
    flex: 1 0 auto;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
    min-height: 100%;
    auto
contain
    scroll-behavior: auto;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.app_inner-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}.container {
    width: 1148px;
    max-width: 100%;
    margin: auto;
}a {
    color: inherit;
    text-decoration: none;
}.app_challenge_cta {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.app_challenge_cta {
    background-position: center center;
    padding: 5rem 0 3rem;
    position: relative;
    color: #ffffff;
    z-index: 1;
}.app_challenge_cta::before {
    z-index: -1;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, #000000 20%, transparent 100%);
    height: 100%;
}.app_challenge_cta::after {
    opacity: 0.5;
    width: 100%;
    height: 100%;
    top: 0;
    background: repeating-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.3) 0px,
        rgba(0, 0, 0, 0.3) 1px,
        transparent 1px,
        transparent 20px
    );
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
}.app_challenge_cta .container {
    position: relative;
    flex-direction: column;
    display: flex;
}.app_challenge_cta .container::before {
    height: 80px;
    left: 0;
    background: linear-gradient(0deg, rgb(169,192,186) 0%, transparent 100%);
    clip-path: polygon(0 80%, 100% 80%, 100% 100%, 0 100%);
    top: -80px;
    width: 100%;
    content: "";
    opacity: 0.3;
    position: absolute;
}.app_challenge_cta .company_holder {
    border: 1px solid rgba(rgb(169,192,186), 0.3);
    padding: 2rem;
    margin-bottom: 4rem;
    backdrop-filter: blur(5px);
    position: relative;
    background: rgba(0, 0, 0, 0.4);
    clip-path: polygon(
        0 0,
        calc(100% - 30px) 0,
        100% 30px,
        100% 100%,
        30px 100%,
        0 calc(100% - 30px)
    );
    border-radius: 10px;
}.app_challenge_cta .company_holder::before {
    height: calc(100% + 10px);
    filter: blur(5px);
    position: absolute;
    top: -5px;
    content: "";
    width: calc(100% + 10px);
    left: -5px;
    opacity: 0.5;
    background: linear-gradient(45deg, rgb(169,192,186), transparent 70%);
    z-index: -1;
    clip-path: polygon(
        0 0,
        calc(100% - 40px) 0,
        100% 40px,
        100% 100%,
        40px 100%,
        0 calc(100% - 40px)
    );
}.app_challenge_cta .company_holder h3 {
    font-size: calc(28px * 1.2);
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 0 0 10px rgb(169,192,186), 0 0 20px rgb(169,192,186), 0 0 30px rgb(169,192,186);
    display: inline-block;
    margin-bottom: 1.5rem;
    color: #ffffff;
    position: relative;
}.app_challenge_cta .company_holder h3::before {
    filter: blur(1px);
    left: 2px;
    opacity: 0.7;
    content: attr(data-text);
    top: 2px;
    z-index: -1;
    position: absolute;
    color: rgb(169,192,186);
}.app_challenge_cta .app_access_help {
    font-size: 14px;
    padding-left: 1rem;
    line-height: 1.6;
    border-left: 2px solid rgb(169,192,186);
    opacity: 0.8;
    color: #ffffff;
    margin-top: 1.5rem;
}.app_challenge_cta .app_collab_space {
    display: flex;
    position: relative;
    justify-content: space-between;
}.app_challenge_cta .app_collab_space::before {
    content: "";
    top: -20px;
    background: linear-gradient(90deg, transparent, rgb(169,192,186), transparent);
    left: 0;
    width: 100%;
    position: absolute;
    height: 1px;
}.app_challenge_cta .app_header_lesson {
    justify-content: space-between;
    width: 100%;
    display: flex;
    gap: 2rem;
}.app_challenge_cta .app_top_sitebar {
    border-bottom: 2px solid rgb(169,192,186);
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.3);
    border-left: 2px solid rgb(169,192,186);
    position: relative;
    flex: 1;
}.app_challenge_cta .app_top_sitebar:hover {
    transform: translateY(-5px);
    box-shadow: -8px 8px 20px rgba(0, 0, 0, 0.4);
    background: rgba(rgb(169,192,186,0.5), 0.1);
}.app_challenge_cta .app_top_sitebar h5 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2px;
    position: relative;
    color: rgb(131,156,149);
    margin-bottom: 1.5rem;
}.app_challenge_cta .app_top_sitebar h5::after {
    height: 2px;
    bottom: -8px;
    background: rgb(169,192,186);
    content: "";
    left: 0;
    width: 40px;
    box-shadow: 0 0 10px rgb(169,192,186);
    position: absolute;
}.app_challenge_cta .app_top_sitebar .app_header_lesson {
    flex-direction: column;
    gap: 1rem;
    display: flex;
}.app_challenge_cta .app_top_sitebar .app_header_lesson a {
    padding: 0.5rem 0 0.5rem 1.5rem;
    overflow: hidden;
    position: relative;
    opacity: 0.7;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    color: #ffffff;
}.app_challenge_cta .app_top_sitebar .app_header_lesson a::before {
    content: "//";
    left: 0;
    color: rgb(169,192,186);
    position: absolute;
    transition: all 0.3s ease;
    font-size: 0.8em;
}.app_challenge_cta .app_top_sitebar .app_header_lesson a:hover {
    text-shadow: 0 0 5px rgb(169,192,186);
    opacity: 1;
    color: rgb(169,192,186);
}.app_challenge_cta .app_top_sitebar .app_header_lesson a:hover::before {
    color: rgb(131,156,149);
}.app_case_study {
    position: relative;
    background: rgba(0, 0, 0, 0.6);
    margin-top: 3rem;
    padding: 1.5rem 0;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.app_case_study::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    background-image: 
        linear-gradient(90deg, transparent, rgb(169,192,186), transparent);
    width: 100%;
}.app_case_study .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.app_case_study .app_contest_info {
    color: #ffffff;
    text-align: center;
    letter-spacing: 1px;
    font-size: 14px;
    opacity: 0.7;
    text-transform: uppercase;
}.app_case_study .app_contest_info::before,
.app_case_study .app_contest_info::after {
    color: rgb(169,192,186);
    margin: 0 10px;
    content: "//";
}

@keyframes neon-flicker {
    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
        opacity: 0.9;
        text-shadow: 0 0 10px rgb(169,192,186), 0 0 20px rgb(169,192,186);
    }
    20%, 24%, 55% {
        opacity: 0.5;
        text-shadow: none;
    }
}

@keyframes scan-lines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

@media screen and (max-width: 992px) {.app_challenge_cta .app_collab_space {
    flex-direction: column;
}.app_challenge_cta .app_header_lesson {
    flex-direction: column;
}.app_challenge_cta .app_top_sitebar {
    margin-bottom: 1rem;
    width: 100%;
}.app_case_study {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}
}

@media screen and (max-width: 768px) {.app_challenge_cta {
    padding: 4rem 0 2rem;
}.app_challenge_cta .company_holder {
    padding: 1.5rem;
    margin-bottom: 3rem;
}.app_challenge_cta .company_holder h3 {
    font-size: 28px;
}.app_challenge_cta .app_top_sitebar h5 {
    font-size: calc(24px * 0.9);
}.app_case_study {
    padding: 1.2rem 0;
    margin-top: 2rem;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
}
}

@media screen and (max-width: 576px) {.app_challenge_cta {
    padding: 3rem 0 2rem;
}.app_challenge_cta .company_holder {
    clip-path: polygon(
            0 0,
            calc(100% - 20px) 0,
            100% 20px,
            100% 100%,
            20px 100%,
            0 calc(100% - 20px)
        );
}.app_challenge_cta .company_holder h3 {
    letter-spacing: 1px;
    font-size: calc(28px * 0.85);
}.app_challenge_cta .app_access_help {
    font-size: calc(14px * 0.9);
}.app_challenge_cta .app_top_sitebar {
    padding: 1rem;
}.app_challenge_cta .app_top_sitebar .app_header_lesson a {
    font-size: calc(14px * 0.9);
}.app_case_study {
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    padding: 1rem 0;
}.app_case_study .app_contest_info::before,
    .app_case_study .app_contest_info::after {
    display: none;
}}.app_title_section {
    padding: 120px 0 80px;
    background: linear-gradient(145deg, rgb(206,223,222) 0%, rgba(245, 245, 250, 0.9) 100%);
    overflow: hidden;
    position: relative;
}.app_title_section > div {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.app_title_section .app_expert_program {
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 1;
    transform: translateY(0);
    margin-bottom: 40px;
    position: relative;
}.app_title_section .app_master_zone {
    font-weight: 700;
    transform: translateZ(0);
    position: relative;
    font-size: 43px;
    color: #000000;
    margin-bottom: 15px;
    display: inline-block;
}.app_title_section .app_master_zone::after {
    background: linear-gradient(90deg, rgb(169,192,186) 0%, rgb(131,156,149) 100%);
    left: 0;
    transition: transform 0.5s ease;
    position: absolute;
    transform: scaleX(0);
    bottom: -8px;
    animation: lineExpand 1s 0.5s forwards;
    width: 80%;
    content: "";
    height: 3px;
    transform-origin: left;
}.app_title_section .app_tech_master {
    position: relative;
    margin: 20px 0;
    padding: 60px 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 24px;
    overflow: hidden;
}.app_title_section .app_tech_master::before {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(169,192,186,0.5) 0%, rgb(131,156,149,0.5) 100%);
    right: 0;
    bottom: 0;
    opacity: 0.85;
    content: "";
    z-index: 1;
}.app_title_section .app_tech_master > div {
    z-index: 2;
    max-width: 800px;
    position: relative;
}.app_title_section .app_tech_master p {
    font-weight: 600;
    font-size: calc(18px * 1.2);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    animation: fadeInUp 0.8s 0.3s forwards;
    margin-bottom: 30px;
    line-height: 1.6;
    transform: translateY(20px);
    opacity: 0;
}.app_title_section .app_tech_master h3 {
    line-height: 1.4;
    color: #ffffff;
    font-weight: 700;
    padding-left: 20px;
    font-size: 24px;
    transform: translateY(20px);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    opacity: 0;
    animation: fadeInUp 0.8s 0.6s forwards;
    border-left: 4px solid rgb(131,156,149);
}.app_title_section .app_tech_master:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

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

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

@media (max-width: 991px) {.app_title_section {
    padding: 100px 0 60px;
}.app_title_section .app_master_zone {
    font-size: calc(43px * 0.9);
}.app_title_section .app_tech_master {
    padding: 50px 30px;
}.app_title_section .app_tech_master p {
    font-size: calc(18px * 1.1);
}.app_title_section .app_tech_master h3 {
    font-size: calc(24px * 0.9);
}
}

@media (max-width: 767px) {.app_title_section {
    padding: 80px 0 40px;
}.app_title_section .app_master_zone {
    font-size: calc(43px * 0.8);
}.app_title_section .app_tech_master {
    margin: 15px 0;
    padding: 40px 25px;
}.app_title_section .app_tech_master p {
    font-size: 18px;
    margin-bottom: 20px;
}.app_title_section .app_tech_master h3 {
    border-left: 3px solid rgb(131,156,149);
    padding-left: 15px;
    font-size: calc(24px * 0.85);
}
}

@media (max-width: 480px) {.app_title_section {
    padding: 60px 0 30px;
}.app_title_section .app_expert_program {
    margin-bottom: 30px;
}.app_title_section .app_master_zone {
    font-size: calc(43px * 0.7);
}.app_title_section .app_tech_master {
    padding: 30px 20px;
}.app_title_section .app_tech_master p {
    font-size: calc(18px * 0.95);
    margin-bottom: 15px;
}.app_title_section .app_tech_master h3 {
    font-size: calc(24px * 0.8);
    border-left: 3px solid rgb(131,156,149);
    padding-left: 12px;
}}.app_join_our_community {
    overflow: hidden;
    padding: 6rem 3rem;
    background: rgb(206,223,222);
    z-index: 1;
    position: relative;
}.app_join_our_community::before {
    right: -150px;
    background: rgb(169,192,186);
    content: "";
    top: -150px;
    opacity: 0.07;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    z-index: -1;
    width: 350px;
    position: absolute;
    height: 350px;
    animation: morphShape 15s ease-in-out infinite alternate;
}.app_join_our_community::after {
    height: 250px;
    animation: morphShape 15s ease-in-out infinite alternate-reverse;
    bottom: -100px;
    content: "";
    z-index: -1;
    position: absolute;
    left: -100px;
    width: 250px;
    opacity: 0.07;
    border-radius: 67% 33% 33% 67% / 33% 67% 33% 67%;
    background: rgb(131,156,149);
}.app_join_our_community .container {
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
    z-index: 2;
}.app_join_our_community .app_skill_guides {
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
}.app_join_our_community .app_skill_guides::before {
    content: "";
    height: 100%;
    z-index: -1;
    background: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5) 0,
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    opacity: 0.03;
    position: absolute;
    width: 100%;
}.app_join_our_community p {
    font-family: Arial, sans-serif;
    max-width: 70%;
    transform: translateX(15%) rotateZ(-2deg);
    font-weight: 700;
    position: relative;
    color: #000000;
    line-height: 1.3;
    font-size: 32px;
    margin-bottom: 3rem;
    z-index: 2;
}.app_join_our_community p::before,
.app_join_our_community p::after {
    background: rgb(169,192,186);
    z-index: -1;
    position: absolute;
    content: "";
    opacity: 0.2;
}.app_join_our_community p::before {
    left: -10%;
    animation: slideLeft 5s cubic-bezier(0.33, 1, 0.68, 1) infinite alternate;
    width: 120%;
    transform: skewX(-20deg);
    height: 30%;
    top: 30%;
}.app_join_our_community p::after {
    transform-origin: left;
    left: 0;
    height: 10px;
    width: 40%;
    bottom: -15px;
    animation: growLine 2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}.app_join_our_community .input_holder {
    transition: all 0.3s ease;
    border-radius: 13px;
    justify-content: center;
    background: rgba(255, 255, 255, 0.3);
    display: flex;
    backdrop-filter: blur(5px);
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    z-index: 2;
    padding: 15px;
    align-items: center;
    transform: translateX(-15%) rotateZ(2deg);
}.app_join_our_community .input_holder:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateX(-15%) rotateZ(0deg);
}.app_join_our_community .input_holder::before,
.app_join_our_community .input_holder::after {
    border-radius: 13px;
    content: "";
    transition: all 0.3s ease;
    border: 2px dashed rgb(169,192,186,0.5);
    z-index: -1;
    position: absolute;
    opacity: 0.3;
}.app_join_our_community .input_holder::before {
    top: -8px;
    left: -8px;
    bottom: 8px;
    right: 8px;
    animation: pulseBoxShadow 3s ease-in-out infinite alternate;
}.app_join_our_community .input_holder::after {
    animation: pulseBoxShadow 3s ease-in-out 1.5s infinite alternate;
    left: 8px;
    top: 8px;
    right: -8px;
    bottom: -8px;
}.app_join_our_community .input_holder:hover::before,
.app_join_our_community .input_holder:hover::after {
    border-color: rgb(131,156,149,0.5);
}.app_join_our_community .app_sub_benefit {
    border-top-left-radius: 10px;
    padding: 1.2rem 1.5rem;
    background: #ffffff;
    border-bottom-left-radius: 10px;
    outline: none;
    border: none;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5);
    flex: 1;
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #000000;
    transition: all 0.3s ease;
}.app_join_our_community .app_sub_benefit:focus {
    box-shadow: inset 0 0 0 2px rgb(169,192,186);
}.app_join_our_community .app_request_request {
    overflow: hidden;
    transition: all 0.3s ease;
    font-size: 15px;
    border-bottom-right-radius: 10px;
    color: #ffffff;
    border-top-right-radius: 10px;
    border: none;
    background: #000000;
    position: relative;
    font-weight: 600;
    font-family: Arial, sans-serif;
    padding: 1.2rem 2rem;
    cursor: pointer;
}.app_join_our_community .app_request_request::before {
    transform: rotate(25deg);
    transition: opacity 0.3s ease;
    position: absolute;
    height: 150%;
    top: -25%;
    z-index: -1;
    content: "";
    left: -10%;
    opacity: 0;
    width: 120%;
    background: linear-gradient(
        90deg,
        rgb(169,192,186) 0%,
        rgb(131,156,149) 50%,
        rgb(169,192,186) 100%
    );
}.app_join_our_community .app_request_request:hover {
    color: #ffffff;
}.app_join_our_community .app_request_request:hover::before {
    opacity: 1;
    animation: slideGradient 2s linear infinite;
}

@keyframes morphShape {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
    }
    50% {
        border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    }
    75% {
        border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
    }
    100% {
        border-radius: 67% 33% 33% 67% / 33% 67% 33% 67%;
    }
}

@keyframes slideLeft {
    0% {
        transform: skewX(-20deg) translateX(-10%);
    }
    100% {
        transform: skewX(-20deg) translateX(10%);
    }
}

@keyframes growLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes pulseBoxShadow {
    0% {
        opacity: 0.1;
    }
    100% {
        opacity: 0.3;
    }
}

@keyframes slideGradient {
    0% {
        background-position: 0% center;
    }
    100% {
        background-position: 200% center;
    }
}

@media (max-width: 992px) {.app_join_our_community {
    padding: 5rem 2rem;
}.app_join_our_community p {
    max-width: 80%;
    font-size: calc(32px * 0.9);
    transform: translateX(10%) rotateZ(-2deg);
}.app_join_our_community .input_holder {
    transform: translateX(-10%) rotateZ(2deg);
}.app_join_our_community .input_holder:hover {
    transform: translateX(-10%) rotateZ(0deg);
}
}

@media (max-width: 768px) {.app_join_our_community {
    padding: 4rem 1.5rem;
}.app_join_our_community p {
    transform: translateX(5%) rotateZ(-1deg);
    font-size: 24px;
    margin-bottom: 2.5rem;
    max-width: 90%;
}.app_join_our_community .input_holder {
    padding: 10px;
    transform: translateX(-5%) rotateZ(1deg);
    flex-direction: column;
}.app_join_our_community .input_holder:hover {
    transform: translateX(-5%) rotateZ(0deg);
}.app_join_our_community .app_sub_benefit {
    border-radius: 10px;
    width: 100%;
    margin-bottom: 0.5rem;
}.app_join_our_community .app_request_request {
    width: 100%;
    border-radius: 10px;
}
}

@media (max-width: 576px) {.app_join_our_community {
    margin: 5rem 0;
    padding: 3rem 1rem;
}.app_join_our_community p {
    max-width: 100%;
    text-align: center;
    transform: none;
}.app_join_our_community .input_holder {
    padding: 8px;
    transform: none;
}.app_join_our_community .input_holder:hover {
    transform: none;
}.app_join_our_community .app_sub_benefit,
    .app_join_our_community .app_request_request {
    padding: 1rem;
}}.app_cookie_alert_message {
    bottom: 0;
    position: fixed;
    border-top: 2px solid rgb(169,192,186);
    width: 100%;
    background: rgb(206,223,222);
    z-index: 90;
}.app_cookie_expand {
    padding: 20px 0;
    align-items: center;
    display: flex;
    justify-content: space-between;
}.app_cookie_alert_message h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.app_cookie_alert_message p {
    font-size: 18px;
}.app_learn_cookies {
    flex-shrink: 0;
    margin-right: 10px;
}.app_learn_cookies svg, .app_learn_cookies svg path, .app_learn_cookies img {
    height: 100px;
    width: 100px;
    fill: rgb(169,192,186);
}.app_edu_accept {
    color: rgb(169,192,186);
    text-align: center;
    cursor: pointer;
    flex-shrink: 0;
    border-bottom: 2px solid rgb(169,192,186);
    margin-left: 10px;
    white-space: nowrap;
    line-height: 35px;
    text-decoration: none;
    font-size: 24px;
    min-width: 120px;
}.app_cookie_alert_message p a {
    color: rgb(169,192,186);
    text-decoration: none;
}#app_cookie_info_banner {
    display: none;
}#app_cookie_info_banner:checked ~ .app_cookie_alert_message {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.app_cookie_alert_message {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.app_learn_cookies {
    display: none;
}.app_cookie_expand {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.app_cookie_alert_message h5 {
    text-align: center;
}.app_cookie_alert_message p {
    text-align: center;
}.app_data_agree {
    margin-bottom: 20px;
}body .app_inner-container .app_edu_accept {
    margin-left: 0;
}}
.app_inner-container .app_cookie_expand {
    justify-content: flex-end;
}.app_inner-container .app_edu_accept {
    margin-left: 30px;
    padding: 10px;
    color: #ffffff;
    font-size: 20px;
    background: rgb(169,192,186);
}.app_inner-container .app_data_agree {
    text-align: right;
}
@media only screen and (max-width: 800px)  {.app_inner-container .app_edu_accept {
    margin-left: 0;
    margin-bottom: 10px;
}}.app_leadership_profile {
    background: linear-gradient(135deg, rgb(206,223,222), rgba(245, 247, 250, 0.92));
    padding: 7rem 0;
    position: relative;
    overflow: hidden;
}.app_leadership_profile::before {
    top: -5%;
    position: absolute;
    width: 40%;
    transform: rotate(-15deg);
    z-index: 0;
    left: -5%;
    height: 40%;
    opacity: 0.15;
    content: "";
    background: linear-gradient(225deg, rgb(169,192,186,0.5), transparent);
}.app_leadership_profile::after {
    width: 30%;
    z-index: 0;
    transform: rotate(10deg);
    position: absolute;
    right: -5%;
    content: "";
    height: 50%;
    opacity: 0.1;
    background: linear-gradient(45deg, rgb(131,156,149,0.5), transparent);
    bottom: -5%;
}.app_leadership_profile .container {
    max-width: 1140px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0 1.5rem;
}.app_leadership_profile .app_client_views {
    gap: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.02);
    transform: translateY(0);
    position: relative;
    padding: 3rem 2rem;
    grid-template-columns: 1fr;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    background: #ffffff;
    display: grid;
}.app_leadership_profile .app_client_views:hover {
    transform: translateY(-5px);
}.app_leadership_profile .app_client_views > div:first-child {
    position: relative;
    width: 100%;
}.app_leadership_profile .app_client_views .app_img_clickable {
    overflow: hidden;
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    padding-bottom: 85%;
    border-radius: 10px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.08);
    position: relative;
    height: 0;
}.app_leadership_profile .app_client_views:hover .app_img_clickable {
    transform: scale(1.02);
}.app_leadership_profile .app_client_views .app_img_clickable::after {
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
    width: 100%;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.2));
    top: 0;
}.app_leadership_profile .app_client_views > div:nth-child(2) {
    position: relative;
    text-align: left;
}.app_leadership_profile .app_client_views .name {
    font-size: calc(18px * 1.1);
    font-weight: 700;
    display: inline-block;
    color: #000000;
    position: relative;
    margin: 0 0 0.5rem;
}.app_leadership_profile .app_client_views .name::after {
    transform: scaleX(1);
    left: 0;
    position: absolute;
    background: rgb(169,192,186);
    transition: transform 0.4s ease-out;
    width: 2.5rem;
    content: "";
    height: 2px;
    transform-origin: left;
    bottom: -0.35rem;
}.app_leadership_profile .app_client_views:hover .name::after {
    transform: scaleX(1.5);
}.app_leadership_profile .app_client_views > div:nth-child(2) > div {
    margin-top: 0.75rem;
    font-weight: 600;
    font-size: calc(13px * 0.95);
    color: rgb(169,192,186);
    letter-spacing: 0.02em;
}.app_leadership_profile .app_client_views > div:nth-child(3) {
    position: relative;
}.app_leadership_profile .app_client_views .app_career_card {
    line-height: 1.7;
    color: #000000;
    position: relative;
    margin: 0;
    padding-left: 1.25rem;
    font-size: 13px;
    border-left: 3px solid rgb(131,156,149,0.5);
}.app_leadership_profile .app_client_views .app_career_card::before {
    content: "";
    transform: scale(0);
    position: absolute;
    opacity: 0;
    transition: all 0.4s ease-out 0.2s;
    box-shadow: 0 0 0 3px rgb(131,156,149,0.5);
    background: #ffffff;
    left: -8px;
    z-index: 1;
    top: -15px;
    height: 25px;
    border-radius: 50%;
    width: 25px;
}.app_leadership_profile .app_client_views:hover .app_career_card::before {
    transform: scale(1);
    opacity: 1;
}

@media (min-width: 768px) {.app_leadership_profile {
    padding: 8rem 0;
}.app_leadership_profile .app_client_views {
    gap: 2rem 3.5rem;
    padding: 3.5rem;
    grid-template-columns: 280px 1fr;
    grid-template-rows: auto 1fr;
}.app_leadership_profile .app_client_views > div:first-child {
    grid-row: span 2;
}.app_leadership_profile .app_client_views .app_img_clickable {
    padding-bottom: 130%;
}.app_leadership_profile .app_client_views > div:nth-child(2) {
    align-self: end;
}.app_leadership_profile .app_client_views .name {
    font-size: calc(18px * 1.2);
}.app_leadership_profile .app_client_views > div:nth-child(3) {
    grid-column: 2;
}.app_leadership_profile .app_client_views .app_career_card {
    font-size: calc(13px * 1.05);
    padding-left: 1.5rem;
}
}

@media (min-width: 1024px) {.app_leadership_profile {
    padding: 10rem 0;
}.app_leadership_profile .app_client_views {
    padding: 4rem;
    grid-template-columns: 320px 1fr;
    gap: 2.5rem 4rem;
}.app_leadership_profile .app_client_views .name {
    font-size: calc(18px * 1.3);
}.app_leadership_profile .app_client_views > div:nth-child(2) > div {
    font-size: 13px;
}.app_leadership_profile .app_client_views .app_career_card {
    font-size: calc(13px * 1.1);
    line-height: 1.8;
}.app_leadership_profile .app_client_views::before {
    top: 3.5rem;
    right: 3.5rem;
    opacity: 0.1;
    position: absolute;
    z-index: 0;
    transition: all 0.5s ease-out;
    background: linear-gradient(135deg, rgb(169,192,186,0.5), transparent 70%);
    height: 80px;
    border-radius: 0 10px 0 100px;
    transform: rotate(45deg);
    width: 80px;
    content: "";
}.app_leadership_profile .app_client_views:hover::before {
    opacity: 0.15;
    transform: rotate(55deg) scale(1.2);
}
}

@media (min-width: 1280px) {.app_leadership_profile .app_client_views {
    grid-template-columns: 380px 1fr;
    padding: 5rem;
    gap: 3rem 5rem;
}.app_leadership_profile .app_client_views .app_career_card {
    padding-left: 2rem;
    border-left: 4px solid rgb(131,156,149,0.5);
}}.app_learning_system {
    background: linear-gradient(155deg, rgb(206,223,222) 0%, rgb(169,192,186,0.5) 100%);
    position: relative;
    padding: 180px 0 150px;
    overflow: visible;
}.app_learning_system::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(45deg, rgb(169,192,186,0.5) 0%, transparent 60%);
    opacity: 0.1;
    left: 0;
    z-index: 1;
    content: '';
}.app_learning_system .app_skill_guides {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    justify-content: flex-start;
    z-index: 2;
    display: flex;
}.app_learning_system .app_content_zone {
    width: 55%;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-left: 5%;
}.app_learning_system .app_content_zone h2 {
    align-self: flex-start;
    font-size: 32px;
    color: #ffffff;
    backdrop-filter: blur(10px);
    transform: translateX(-80px) translateY(20px);
    position: relative;
    font-weight: 700;
    z-index: 4;
    margin-bottom: 0;
    background: linear-gradient(120deg, rgb(169,192,186,0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
    padding: 40px;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15);
    border-radius: 0 28px 28px 0;
}.app_learning_system .app_content_zone p {
    margin-top: -30px;
    font-size: 12px;
    transform: translateX(60px);
    line-height: 1.8;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    backdrop-filter: blur(15px);
    padding: 45px;
    position: relative;
    z-index: 3;
    border-radius: 28px 0 0 28px;
    background: rgba(255, 255, 255, 0.05);
    align-self: flex-end;
}.app_learning_system .app_content_zone::before {
    position: absolute;
    content: '';
    border: 2px solid rgb(169,192,186,0.5);
    right: -200px;
    height: 300px;
    width: 300px;
    top: -130px;
    transform: rotate(25deg);
    opacity: 0.1;
    animation: rotate-float 40s infinite linear;
    z-index: 1;
}.app_learning_system .app_content_zone::after {
    left: -150px;
    animation: rotate-float 30s infinite linear reverse;
    bottom: -100px;
    z-index: 0;
    border: 2px solid rgb(131,156,149,0.5);
    position: absolute;
    content: '';
    height: 250px;
    opacity: 0.1;
    width: 250px;
    transform: rotate(15deg);
}.app_learning_system .app_content_zone h2::before {
    background: rgb(169,192,186);
    z-index: -1;
    top: -25px;
    left: -25px;
    position: absolute;
    width: 80px;
    content: '';
    opacity: 0.1;
    transform: rotate(45deg);
    height: 80px;
}.app_learning_system .app_content_zone h2::after {
    width: 100%;
    opacity: 0.6;
    left: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(169,192,186) 0%, transparent 100%);
    height: 3px;
    content: '';
}.app_learning_system .app_content_zone p::before {
    background: rgb(131,156,149,0.5);
    top: 15%;
    height: 70%;
    content: '';
    position: absolute;
    width: 15px;
    right: 0;
    opacity: 0.3;
}.app_learning_system .app_content_zone p::after {
    background: linear-gradient(90deg, transparent 0%, rgb(169,192,186) 100%);
    bottom: 20px;
    right: 30px;
    transform-origin: right center;
    animation: pulse-width 5s infinite ease-in-out;
    content: '';
    position: absolute;
    opacity: 0.3;
    width: 170px;
    height: 3px;
}.app_learning_system::after {
    width: 35%;
    opacity: 0.3;
    right: 0;
    background: linear-gradient(90deg, transparent 0%, rgb(169,192,186) 60%, rgb(169,192,186) 100%);
    z-index: 1;
    height: 2px;
    content: '';
    bottom: 50px;
    position: absolute;
}.app_learning_system .app_skill_guides::before {
    left: -125px;
    width: 250px;
    animation: pulse-subtle 15s infinite alternate;
    border-radius: 50%;
    filter: blur(80px);
    position: absolute;
    content: '';
    height: 250px;
    top: -125px;
    background: rgb(169,192,186);
    opacity: 0.05;
}.app_learning_system .app_skill_guides::after {
    opacity: 0.2;
    position: absolute;
    left: 30%;
    background: linear-gradient(to bottom, transparent, rgb(169,192,186,0.5), transparent);
    content: '';
    z-index: 0;
    top: -25%;
    width: 1px;
    height: 150%;
}

@keyframes rotate-float {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulse-width {
    0%, 100% {
        width: 170px;
        opacity: 0.3;
    }
    50% {
        width: 120px;
        opacity: 0.5;
    }
}

@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.08;
        transform: scale(1.1);
    }
}

@media screen and (max-width: 1200px) {.app_learning_system .app_content_zone {
    width: 65%;
}.app_learning_system .app_content_zone h2 {
    transform: translateX(-60px) translateY(20px);
}.app_learning_system .app_content_zone p {
    transform: translateX(40px);
}.app_learning_system .app_content_zone::before {
    width: 250px;
    right: -150px;
    height: 250px;
}.app_learning_system .app_content_zone::after {
    left: -100px;
    width: 200px;
    height: 200px;
}
}

@media screen and (max-width: 992px) {.app_learning_system {
    padding: 150px 0 120px;
}.app_learning_system .app_content_zone {
    width: 75%;
}.app_learning_system .app_content_zone h2 {
    padding: 35px;
    transform: translateX(-40px) translateY(15px);
}.app_learning_system .app_content_zone p {
    padding: 35px;
    transform: translateX(30px);
}.app_learning_system .app_content_zone::before {
    width: 200px;
    right: -100px;
    top: -100px;
    height: 200px;
}.app_learning_system .app_content_zone::after {
    bottom: -75px;
    height: 150px;
    width: 150px;
    left: -75px;
}.app_learning_system .app_skill_guides::after {
    left: 20%;
}
}

@media screen and (max-width: 768px) {.app_learning_system {
    overflow: hidden;
    padding: 120px 0 100px;
}.app_learning_system .app_skill_guides {
    justify-content: center;
}.app_learning_system .app_content_zone {
    width: 90%;
    margin-left: 0;
}.app_learning_system .app_content_zone h2 {
    margin-bottom: 20px;
    transform: translateX(0) translateY(0);
    border-radius: 28px;
    padding: 30px;
    font-size: calc(32px * 0.9);
    align-self: center;
}.app_learning_system .app_content_zone p {
    align-self: center;
    padding: 30px;
    transform: translateX(0);
    border-radius: 28px;
    margin-top: 0;
}.app_learning_system .app_content_zone::before,
    .app_learning_system .app_content_zone::after,
    .app_learning_system::after,
    .app_learning_system .app_skill_guides::before,
    .app_learning_system .app_skill_guides::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.app_learning_system {
    padding: 100px 0 80px;
}.app_learning_system .app_content_zone {
    width: 100%;
}.app_learning_system .app_content_zone h2 {
    font-size: calc(32px * 0.8);
    padding: 25px;
}.app_learning_system .app_content_zone p {
    padding: 25px;
    font-size: calc(12px * 0.9);
}}.app_secure_refuge {
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    height: auto;
    padding: 40px;
    transition: all 0.3s ease;
    overflow: hidden;
}.app_secure_refuge:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
}.app_secure_refuge h1 {
    color: rgb(169,192,186);
    font-weight: 700;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 40px;
    margin-bottom: 15px;
}.app_secure_refuge h2 {
    font-weight: 600;
    border-bottom: 2px solid rgb(169,192,186,0.5);
    padding-bottom: 5px;
    font-family: Arial, sans-serif;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 30px;
    color: rgb(131,156,149);
}.app_secure_refuge h3, .app_secure_refuge h4, .app_secure_refuge h5, .app_secure_refuge h6 {
    text-transform: capitalize;
    color: #000000;
    font-size: 21px;
    font-weight: 400;
    font-family: Arial, sans-serif;
    margin-top: 10px;
    margin-bottom: 5px;
}.app_secure_refuge ul, .app_secure_refuge ol {
    line-height: 1.6;
    padding-left: 20px;
    color: #000000;
    font-size: 17px;
    font-family: Arial, sans-serif;
    list-style: none;
    margin: 10px 0;
    list-style-position: inside;
}.app_secure_refuge li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 20px;
}.app_secure_refuge li::before {
    content: "•";
    position: absolute;
    color: rgb(169,192,186);
    font-size: 1.2em;
    left: 0;
}.app_secure_refuge section {
    transition: background 0.3s ease;
    background: rgb(206,223,222);
    border-radius: 10px;
    padding: 20px;
}.app_secure_refuge section:hover {
    background: rgb(169,192,186,0.5);
}.app_secure_refuge p, .app_secure_refuge span, .app_secure_refuge div {
    font-family: Arial, sans-serif;
    font-size: 17px;
    transition: color 0.3s ease;
    margin-bottom: 10px;
    color: #000000;
    line-height: 1.8;
}.app_secure_refuge p:hover, .app_secure_refuge span:hover, .app_secure_refuge div:hover {
    color: #000000;
}

@media only screen and (max-width: 800px) {.app_secure_refuge {
    padding: 20px;
}.app_secure_refuge h1 {
    font-size: calc(21px - 10px);
}.app_secure_refuge h2 {
    font-size: calc(21px - 8px);
}.app_secure_refuge h3, .app_secure_refuge h4, .app_secure_refuge h5, .app_secure_refuge h6 {
    font-size: calc(21px - 5px);
}.app_secure_refuge ul, .app_secure_refuge ol {
    padding-left: 15px;
    font-size: calc(17px - 2px);
}}.app_who_we_are {
    box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.65);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.app_who_we_are::before {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    content: "";
    right: 0;
    background: linear-gradient(135deg, 
        rgb(131,156,149,0.5), 
        rgb(169,192,186,0.5), 
        rgba(255, 255, 255, 0.1));
    z-index: 1;
}.app_who_we_are::after {
    background: repeating-linear-gradient(
        45deg,
        rgb(131,156,149,0.5) 0px,
        transparent 1px,
        transparent 10px,
        rgb(131,156,149,0.5) 11px
    );
    opacity: 0.15;
    width: 120%;
    content: "";
    pointer-events: none;
    height: 120%;
    top: -10%;
    z-index: 2;
    position: absolute;
    left: -10%;
}.app_who_we_are .container {
    z-index: 5;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.app_who_we_are .app_content_zone {
    border-radius: 2px;
    padding: 40px 50px;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    backdrop-filter: blur(10px);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.2),
        -15px -15px 30px rgba(255, 255, 255, 0.1),
        inset 1px 1px 1px rgba(255, 255, 255, 0.6),
        inset -1px -1px 1px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.92);
}.app_who_we_are .app_content_zone:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.25),
        -20px -20px 40px rgba(255, 255, 255, 0.1),
        inset 1px 1px 2px rgba(255, 255, 255, 0.7),
        inset -1px -1px 2px rgba(0, 0, 0, 0.15);
}.app_who_we_are .app_content_zone::before {
    filter: blur(3px);
    background: linear-gradient(135deg, 
        rgb(131,156,149) 0%, 
        transparent 40%, 
        transparent 60%, 
        rgb(169,192,186) 100%);
    opacity: 0.7;
    content: "";
    z-index: -1;
    left: -2px;
    bottom: -2px;
    right: -2px;
    top: -2px;
    position: absolute;
    border-radius: 4px;
    transition: opacity 0.5s ease;
}.app_who_we_are .app_content_zone::after {
    width: 100px;
    position: absolute;
    border-radius: 50%;
    right: 15px;
    top: 15px;
    content: "";
    z-index: -1;
    opacity: 0.15;
    background: linear-gradient(135deg, 
        rgb(131,156,149,0.5) 0%, 
        rgb(169,192,186,0.5) 100%);
    height: 100px;
    filter: blur(30px);
}.app_who_we_are h5 {
    transform: translateX(0);
    transition: transform 0.4s ease;
    color: rgb(169,192,186);
    display: inline-block;
    font-size: 22px;
    padding-bottom: 10px;
    font-weight: 700;
    position: relative;
    margin-bottom: 15px;
}.app_who_we_are h5::after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 50%;
    height: 3px;
    transition: width 0.4s ease;
    transform-origin: left;
    background: linear-gradient(90deg, 
        rgb(169,192,186) 0%, 
        rgb(131,156,149) 100%);
    left: 0;
}.app_who_we_are .app_content_zone:hover h5 {
    transform: translateX(5px);
}.app_who_we_are .app_content_zone:hover h5::after {
    width: 100%;
}.app_who_we_are p {
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 1.5;
    font-size: calc(14px + 2px);
    color: #000000;
}.app_who_we_are p b {
    position: relative;
    letter-spacing: 0.5px;
    padding-right: 30px;
    color: rgb(131,156,149);
    font-size: calc(14px + 4px);
    font-weight: 700;
    display: inline-block;
}.app_who_we_are p b::after {
    top: 50%;
    background: rgb(131,156,149);
    height: 2px;
    position: absolute;
    content: "";
    transform: translateY(-50%);
    width: 20px;
    right: 0;
}.app_who_we_are ol {
    list-style-position: outside;
    margin-top: 20px;
    counter-reset: item;
    padding-left: 20px;
}.app_who_we_are ol li {
    list-style-type: none;
    line-height: 1.8;
    position: relative;
    text-align: justify;
    margin-bottom: 15px;
    padding-left: 10px;
    color: #000000;
    font-size: 14px;
}.app_who_we_are ol li::before {
    box-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.1),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4);
    border-radius: 2px;
    counter-increment: item;
    left: -20px;
    height: 8px;
    position: absolute;
    width: 8px;
    content: "";
    transform: rotate(45deg);
    background: rgb(131,156,149);
    top: 10px;
}.app_who_we_are .app_content_zone div:nth-child(2) {
    position: relative;
    margin-bottom: 20px;
}.app_who_we_are .app_content_zone div:nth-child(2)::before {
    position: absolute;
    top: -10px;
    width: 60px;
    content: "";
    background: linear-gradient(90deg, 
        rgb(131,156,149) 0%, 
        transparent 100%);
    height: 3px;
    transform: rotate(-2deg);
    right: 10%;
}.app_who_we_are .app_content_zone div:nth-child(2)::after {
    background: linear-gradient(90deg, 
        rgb(131,156,149,0.5) 0%, 
        transparent 100%);
    content: "";
    position: absolute;
    bottom: -10px;
    height: 1px;
    left: 0;
    width: 30%;
}

@media (min-width: 1200px) {.app_who_we_are .app_content_zone {
    transform: perspective(1200px) rotateX(2deg) rotateY(-1deg);
    max-width: 80%;
    margin: 0 auto;
}.app_who_we_are .app_content_zone:hover {
    transform: perspective(1200px) rotateX(0deg) rotateY(0deg);
}.app_who_we_are h5 {
    font-size: calc(22px + 4px);
}.app_who_we_are p b {
    font-size: calc(14px + 6px);
}
}

@media (max-width: 992px) {.app_who_we_are {
    padding: 80px 0;
}.app_who_we_are .app_content_zone {
    padding: 30px 35px;
    transform: perspective(800px) rotateX(1deg);
}.app_who_we_are .app_content_zone:hover {
    transform: perspective(800px) rotateX(0deg);
}
}

@media (max-width: 768px) {.app_who_we_are {
    padding: 60px 0;
}.app_who_we_are .app_content_zone {
    box-shadow: 
            10px 10px 20px rgba(0, 0, 0, 0.15),
            -10px -10px 20px rgba(255, 255, 255, 0.05),
            inset 1px 1px 1px rgba(255, 255, 255, 0.5),
            inset -1px -1px 1px rgba(0, 0, 0, 0.05);
    transform: none;
    padding: 25px 30px;
}.app_who_we_are .app_content_zone:hover {
    transform: none;
}.app_who_we_are h5 {
    font-size: 22px;
}.app_who_we_are p {
    font-size: 14px;
}.app_who_we_are p b {
    font-size: calc(14px + 2px);
}
}

@media (max-width: 576px) {.app_who_we_are {
    padding: 40px 0;
}.app_who_we_are .app_content_zone {
    padding: 20px 25px;
}.app_who_we_are h5 {
    margin-bottom: 10px;
}.app_who_we_are p {
    margin-bottom: 15px;
}.app_who_we_are ol {
    padding-left: 15px;
}.app_who_we_are ol li {
    font-size: calc(14px - 1px);
    line-height: 1.6;
}.app_who_we_are ol li::before {
    top: 8px;
    width: 6px;
    height: 6px;
    left: -15px;
}}.app_plan_list {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.app_plan_list::before {
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.65) 100%);
    content: "";
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}.app_plan_list .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.app_plan_list .app_fee_choices {
    display: flex;
    align-items: center;
    flex-direction: column;
}.app_plan_list h2 {
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
    position: relative;
    font-weight: 700;
    transform: translateY(20px);
    text-align: center;
    color: #ffffff;
    font-size: 31px;
    margin-bottom: 20px;
}.app_plan_list .app_indv_sub {
    font-size: 16px;
    line-height: 1.6;
    transform: translateY(20px);
    color: rgb(255, 255, 255, 0.5);
    max-width: 700px;
    text-align: center;
    opacity: 0;
    margin-bottom: 40px;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
}.app_plan_list .app_value_plan {
    display: grid;
    gap: 30px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.app_plan_list .app_value_plan li {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease-out forwards;
}.app_plan_list .app_value_plan li:nth-child(1) {
    animation-delay: 0.3s;
}.app_plan_list .app_value_plan li:nth-child(2) {
    animation-delay: 0.4s;
}.app_plan_list .app_value_plan li:nth-child(3) {
    animation-delay: 0.5s;
}.app_plan_list .app_value_plan li:nth-child(4) {
    animation-delay: 0.6s;
}.app_plan_list .app_discount_tier {
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    height: 100%;
    display: block;
    position: relative;
}.app_plan_list .app_discount_tier:hover {
    transform: translateY(-8px) scale(1.02);
}.app_plan_list .app_discount_tier::before {
    height: 100%;
    pointer-events: none;
    transition: left 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    content: "";
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    top: 0;
    left: -100%;
}.app_plan_list .app_discount_tier:hover::before {
    left: 100%;
}.app_plan_list .app_fee_options {
    border: 1px solid rgba(255,255,255,0.1);
    position: relative;
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255,255,255,0.09) 0%, rgba(255,255,255,0.05) 100%);
    transition: box-shadow 0.4s ease, transform 0.3s ease;
    padding: 5px;
    overflow: hidden;
    border-radius: 11px;
    -webkit-backdrop-filter: blur(10px);
    height: 100%;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}.app_plan_list .app_discount_tier:hover .app_fee_options {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}.app_plan_list .app_fee_options::after {
    width: 100%;
    height: 5px;
    left: 0;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    background: linear-gradient(90deg, rgb(169,192,186), rgb(131,156,149));
    top: 0;
    transform-origin: left;
    content: '';
    transform: scaleX(0);
}.app_plan_list .app_discount_tier:hover .app_fee_options::after {
    transform: scaleX(1);
}.app_plan_list .app_fee_chart {
    display: flex;
    justify-content: space-between;
    color: #ffffff;
    min-height: 400px;
    height: 100%;
    box-sizing: border-box;
    flex-direction: column;
    padding: 30px;
}.app_plan_list .app_fee_chart h4 {
    font-weight: 700;
    transition: transform 0.3s ease;
    padding-bottom: 15px;
    position: relative;
    font-size: 24px;
    color: rgb(169,192,186);
    margin: 0 0 20px;
}.app_plan_list .app_discount_tier:hover .app_fee_chart h4 {
    transform: translateX(5px);
}.app_plan_list .app_fee_chart h4::after {
    width: 40px;
    bottom: 0;
    background: rgb(131,156,149);
    content: "";
    left: 0;
    transition: width 0.3s ease;
    position: absolute;
    height: 3px;
}.app_plan_list .app_discount_tier:hover .app_fee_chart h4::after {
    width: 60px;
}.app_plan_list .app_fee_chart p {
    overflow-wrap: break-word;
    margin: 0 0 30px;
    color: rgba(255,255,255,0.8);
    max-height: 200px;
    overflow-y: auto;
    word-break: break-word;
    scrollbar-color: rgb(169,192,186,0.5) transparent;
    line-height: 1.6;
    font-size: calc(16px - 2px);
    scrollbar-width: thin;
}.app_plan_list .app_fee_chart p::-webkit-scrollbar {
    width: 5px;
}.app_plan_list .app_fee_chart p::-webkit-scrollbar-track {
    background: transparent;
}.app_plan_list .app_fee_chart p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(169,192,186,0.5);
}.app_plan_list .app_price_sheet {
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: inline-block;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    align-self: flex-start;
    color: #ffffff;
    font-size: calc(24px + 4px);
    padding: 10px 20px;
    margin-top: auto;
    font-weight: 700;
    background: linear-gradient(135deg, rgb(169,192,186) 0%, rgb(169,192,186,0.5) 100%);
    border-radius: 10px;
}.app_plan_list .app_discount_tier:hover .app_price_sheet {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}.app_plan_list .app_price_sheet::before {
    opacity: 0;
    transform: scale(0);
    content: "";
    background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%);
    left: -50%;
    top: -50%;
    position: absolute;
    width: 200%;
    height: 200%;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}.app_plan_list .app_discount_tier:hover .app_price_sheet::before {
    opacity: 1;
    transform: scale(1);
}

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

@media (max-width: 991px) {.app_plan_list {
    padding: 80px 0;
}.app_plan_list .app_value_plan {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.app_plan_list .app_fee_chart {
    padding: 25px;
    min-height: 350px;
}
}

@media (max-width: 767px) {.app_plan_list {
    padding: 60px 0;
}.app_plan_list h2 {
    font-size: calc(31px - 4px);
}.app_plan_list .app_indv_sub {
    margin-bottom: 30px;
    font-size: calc(16px - 1px);
}.app_plan_list .app_value_plan {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 400px;
}.app_plan_list .app_fee_chart {
    min-height: 300px;
}.app_plan_list .app_price_sheet {
    font-size: calc(24px + 2px);
}
}

@media (max-width: 480px) {.app_plan_list {
    padding: 40px 0;
}.app_plan_list h2 {
    font-size: calc(31px - 6px);
}.app_plan_list .app_fee_chart {
    min-height: 280px;
    padding: 20px;
}.app_plan_list .app_fee_chart p {
    margin-bottom: 20px;
    font-size: calc(16px - 3px);
}.app_plan_list .app_price_sheet {
    padding: 8px 15px;
}}.app_contact_section {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}.app_contact_section::before {
    bottom: 0;
    content: "";
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1;
}.app_contact_section::after {
    content: "";
    width: 200%;
    left: -50%;
    position: absolute;
    animation: shine 8s linear infinite;
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgba(255, 255, 255, 0.08) 70%, 
        transparent 75%);
    height: 200%;
    top: -50%;
    z-index: 2;
}.app_contact_section .container {
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 3;
    max-width: 1200px;
}.app_contact_section .app_query_message {
    border-radius: 29px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2), 
                0 5px 10px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    backdrop-filter: blur(10px);
    gap: 2rem;
    position: relative;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.3));
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.app_contact_section .app_query_message::before {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, 
        transparent, 
        rgb(169,192,186), 
        transparent);
    top: 0;
    height: 1px;
    width: 200%;
    left: -50%;
}.app_contact_section .app_query_message::after {
    width: 200%;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(131,156,149), 
        transparent);
    bottom: 0;
    content: "";
    position: absolute;
    right: -50%;
}.app_contact_section .app_feedback_links {
    border: 1px solid rgba(255, 255, 255, 0.05);
    transform: translateZ(0);
    background: linear-gradient(135deg, 
        rgb(169,192,186,0.5), 
        rgba(0, 0, 0, 0.2));
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    flex: 1 1 300px;
    position: relative;
    border-radius: 10px;
    padding: 2rem;
    backdrop-filter: blur(5px);
}.app_contact_section .app_feedback_links::before {
    height: 200%;
    content: "";
    animation: pulse 15s infinite linear;
    top: -50%;
    z-index: -1;
    left: -50%;
    position: absolute;
    width: 200%;
    background: radial-gradient(
        circle at center, 
        rgba(255, 255, 255, 0.05) 0%, 
        transparent 70%);
}.app_contact_section .app_feedback_links h3 {
    margin-bottom: 2rem;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-size: 23px;
    padding-bottom: 1rem;
    position: relative;
}.app_contact_section .app_feedback_links h3::after {
    position: absolute;
    height: 2px;
    width: 50px;
    background: rgb(131,156,149);
    content: "";
    box-shadow: 0 0 8px rgb(131,156,149);
    bottom: 0;
    left: 0;
}.app_contact_section .app_feedback_links div {
    transition: all 0.3s ease;
    display: flex;
    padding-left: 10px;
    margin-bottom: 1.5rem;
    align-items: center;
    position: relative;
}.app_contact_section .app_feedback_links div:hover {
    transform: translateX(5px);
}.app_contact_section .app_feedback_links div::before {
    top: 50%;
    transition: height 0.3s ease;
    position: absolute;
    left: 0;
    height: 0;
    width: 3px;
    background: rgb(131,156,149);
    content: "";
}.app_contact_section .app_feedback_links div:hover::before {
    top: 10%;
    height: 80%;
}.app_contact_section .app_feedback_links div svg {
    margin-right: 15px;
    width: 20px;
    flex-shrink: 0;
    height: 20px;
}.app_contact_section .app_feedback_links div svg path {
    fill: rgb(131,156,149);
    transition: all 0.3s ease;
}.app_contact_section .app_feedback_links div:hover svg path {
    filter: drop-shadow(0 0 2px rgb(169,192,186));
    fill: rgb(169,192,186);
}.app_contact_section .app_feedback_links div span {
    color: #ffffff;
    font-size: calc(16px - 2px);
    letter-spacing: 0.5px;
}.app_contact_section .app_feedback_links div span a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}.app_contact_section .app_feedback_links div span a:hover {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
    color: rgb(131,156,149);
}.app_contact_section .app_feedback_feedback {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    flex: 1 1 400px;
    padding: 2rem;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.05), 
        rgba(0, 0, 0, 0.1));
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px);
}.app_contact_section .app_feedback_feedback::before {
    opacity: 0.3;
    position: absolute;
    border-radius: 50%;
    content: "";
    width: 200px;
    background: radial-gradient(
        circle, 
        rgb(169,192,186,0.5) 0%, 
        transparent 70%);
    right: -100px;
    top: -100px;
    height: 200px;
}.app_contact_section .app_feedback_feedback form {
    gap: 1.2rem;
    display: flex;
    flex-direction: column;
}.app_contact_section .app_feedback_feedback h3 {
    font-size: 21px;
    position: relative;
    text-align: center;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #ffffff;
}.app_contact_section .app_feedback_feedback h3::after {
    bottom: -10px;
    box-shadow: 0 0 8px rgb(131,156,149);
    width: 50px;
    left: 50%;
    height: 2px;
    background: rgb(131,156,149);
    position: absolute;
    transform: translateX(-50%);
    content: "";
}.app_contact_section .app_feedback_feedback input[type="text"],
.app_contact_section .app_feedback_feedback input[type="email"] {
    font-size: 16px;
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
    transition: all 0.3s ease;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    outline: none;
    padding: 12px 15px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}.app_contact_section .app_feedback_feedback input[type="text"]:focus,
.app_contact_section .app_feedback_feedback input[type="email"]:focus {
    border-color: rgb(169,192,186);
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0 2px rgb(169,192,186,0.5);
}.app_contact_section .app_feedback_feedback input[type="text"]::placeholder,
.app_contact_section .app_feedback_feedback input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.app_contact_section .app_feedback_feedback .app_request_support {
    margin: 0.5rem 0;
    gap: 10px;
    align-items: flex-start;
    display: flex;
}.app_contact_section .app_feedback_feedback .app_request_support input[type="checkbox"] {
    border-radius: 3px;
    width: 18px;
    flex-shrink: 0;
    -webkit-appearance: none;
    height: 18px;
    appearance: none;
    margin-top: 3px;
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    background: rgba(0, 0, 0, 0.2);
}.app_contact_section .app_feedback_feedback .app_request_support input[type="checkbox"]:checked {
    border-color: rgb(131,156,149);
    background: rgb(131,156,149);
}.app_contact_section .app_feedback_feedback .app_request_support input[type="checkbox"]:checked::before {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    color: #ffffff;
    font-size: 12px;
    content: "✓";
}.app_contact_section .app_feedback_feedback .app_request_support label {
    color: rgba(255, 255, 255, 0.8);
    font-size: calc(16px - 2px);
    line-height: 1.5;
}.app_contact_section .app_feedback_feedback .app_request_support label a {
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    color: rgb(131,156,149);
}.app_contact_section .app_feedback_feedback .app_request_support label a::after {
    content: "";
    position: absolute;
    height: 1px;
    left: 0;
    transition: width 0.3s ease;
    bottom: -2px;
    width: 0;
    background: rgb(131,156,149);
}.app_contact_section .app_feedback_feedback .app_request_support label a:hover::after {
    width: 100%;
}.app_contact_section .app_feedback_feedback .app_request_request {
    border: none;
    font-size: 18px;
    margin-top: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 12px 20px;
    background: linear-gradient(135deg, 
        rgb(169,192,186), 
        rgb(131,156,149));
    border-radius: 10px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}.app_contact_section .app_feedback_feedback .app_request_request::before {
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    left: -100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
    transition: all 0.6s ease;
}.app_contact_section .app_feedback_feedback .app_request_request:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}.app_contact_section .app_feedback_feedback .app_request_request:hover::before {
    left: 100%;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

@keyframes shine {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

@media screen and (max-width: 992px) {.app_contact_section {
    padding: 5rem 0;
}.app_contact_section .app_query_message {
    flex-direction: column;
    gap: 2rem;
}.app_contact_section .app_feedback_links,
    .app_contact_section .app_feedback_feedback {
    flex: 1 1 100%;
}
}

@media screen and (max-width: 768px) {.app_contact_section {
    padding: 4rem 0;
}.app_contact_section .app_query_message {
    padding: 1.5rem;
}.app_contact_section .app_feedback_links,
    .app_contact_section .app_feedback_feedback {
    padding: 1.5rem;
}.app_contact_section .app_feedback_links div svg {
    height: 18px;
    margin-right: 10px;
    width: 18px;
}.app_contact_section .app_feedback_links h3,
    .app_contact_section .app_feedback_feedback h3 {
    font-size: calc(21px - 2px);
}
}

@media screen and (max-width: 576px) {.app_contact_section {
    padding: 3rem 0;
}.app_contact_section .app_query_message {
    padding: 1rem;
    gap: 1.5rem;
}.app_contact_section .app_feedback_links,
    .app_contact_section .app_feedback_feedback {
    padding: 1rem;
}.app_contact_section .app_feedback_links div {
    margin-bottom: 1rem;
}.app_contact_section .app_feedback_feedback form {
    gap: 1rem;
}.app_contact_section .app_feedback_feedback input[type="text"],
    .app_contact_section .app_feedback_feedback input[type="email"] {
    padding: 10px 12px;
}.app_contact_section .app_feedback_feedback .app_request_request {
    padding: 10px 16px;
}}.app_gratSpace {
    background: linear-gradient(135deg, rgb(206,223,222) 0%, rgb(169,192,186,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.app_gratSpace::before {
    top: 0;
    pointer-events: none;
    position: absolute;
    background-image: repeating-linear-gradient(0deg, transparent, transparent 20px, rgba(255,255,255,0.03) 20px, rgba(255,255,255,0.03) 40px);
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
}.app_gratSpace::after {
    background: radial-gradient(circle, rgb(131,156,149) 0%, transparent 70%);
    border-radius: 50%;
    position: absolute;
    opacity: 0.2;
    animation: float 15s infinite ease-in-out;
    height: 300px;
    right: -150px;
    filter: blur(50px);
    content: "";
    top: -150px;
    width: 300px;
}.app_gratSpace .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
}.app_gratSpace h2 {
    transform: perspective(1000px) rotateX(2deg);
    font-size: 29px;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    color: rgb(169,192,186);
    transform-origin: center;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.5px;
    font-family: Arial, sans-serif;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.app_gratSpace h2::after {
    transition: width 0.3s ease;
    height: 3px;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    left: 50%;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(169,192,186), rgb(131,156,149));
    width: 80px;
}.app_gratSpace .app_skill_guides {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    transform: translateY(0);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1), 
                0 5px 15px rgba(0,0,0,0.05);
    padding: 40px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.app_gratSpace .app_skill_guides::before {
    top: 0;
    content: "";
    width: 100%;
    background-size: 200% 100%;
    animation: gradientShift 6s infinite linear;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(169,192,186), rgb(131,156,149), rgb(169,192,186));
    height: 6px;
}.app_gratSpace .app_skill_guides:hover {
    transform: translateY(-5px);
}.app_gratSpace .app_skill_guides:hover h2::after {
    width: 120px;
}.app_gratSpace ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.app_gratSpace li {
    position: relative;
    padding-left: 25px;
}.app_gratSpace li::before {
    position: absolute;
    content: "";
    height: 10px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    left: 0;
    transition: transform 0.3s ease;
    background: rgb(131,156,149);
    width: 10px;
    transform: rotate(45deg);
    top: 8px;
}.app_gratSpace li:hover::before {
    transform: rotate(225deg) scale(1.2);
}.app_gratSpace span {
    color: #000000;
    font-weight: 400;
    font-family: Arial, sans-serif;
    display: block;
    position: relative;
    padding: 10px 0;
    line-height: 1.7;
    font-size: calc(18px + 2px);
    letter-spacing: 0.3px;
}.app_gratSpace span::after {
    left: 0;
    content: "";
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0,0,0,0.05), transparent);
    position: absolute;
    width: 100%;
    bottom: 0;
}

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

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

@media (max-width: 1024px) {.app_gratSpace {
    padding: 80px 0;
}.app_gratSpace h2 {
    font-size: calc(29px - 2px);
}.app_gratSpace .app_skill_guides {
    padding: 30px;
}.app_gratSpace span {
    font-size: 18px;
}
}

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

@media (max-width: 480px) {.app_gratSpace {
    padding: 40px 0;
}.app_gratSpace h2 {
    font-size: calc(29px - 6px);
    transform: none;
    margin-bottom: 30px;
}.app_gratSpace h2::after {
    bottom: -10px;
    width: 60px;
}.app_gratSpace .app_skill_guides {
    padding: 20px;
}.app_gratSpace li {
    padding-left: 20px;
}.app_gratSpace li::before {
    height: 8px;
    width: 8px;
    top: 7px;
}.app_gratSpace span {
    line-height: 1.5;
    letter-spacing: 0.2px;
    font-size: calc(18px - 2px);
}}.app_metrics_summary {
    background: linear-gradient(135deg, rgb(206,223,222) 0%, rgb(169,192,186,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 4rem 0;
}.app_metrics_summary::before {
    height: 100%;
    width: 100%;
    z-index: 1;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.03) 0px,
        rgba(255, 255, 255, 0.03) 2px,
        transparent 2px,
        transparent 10px
    );
    left: 0;
    top: 0;
    content: "";
    position: absolute;
}.app_metrics_summary .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
}.app_metrics_summary ul {
    margin: 0 0 3rem 0;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    padding: 0;
    list-style: none;
}.app_metrics_summary .app_smart_statistics {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
                inset 0 1px 1px rgba(255, 255, 255, 0.8);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.4s ease;
    background: linear-gradient(
        to right bottom,
        rgba(255, 255, 255, 0.9),
        rgba(255, 255, 255, 0.5)
    );
    border-left: 3px solid rgb(169,192,186);
    padding: 2rem 1.5rem;
    transform: translateY(0);
    backdrop-filter: blur(8px);
}.app_metrics_summary .app_smart_statistics:nth-child(2n) {
    border-left: 3px solid rgb(131,156,149);
}.app_metrics_summary .app_smart_statistics:nth-child(3n) {
    border-left: 3px solid rgba(0, 0, 0, 0.5);
}.app_metrics_summary .app_smart_statistics:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12), 
                inset 0 1px 1px rgba(255, 255, 255, 0.8);
    transform: translateY(-8px) scale(1.03);
}.app_metrics_summary .app_smart_statistics::after {
    height: 4px;
    bottom: 0;
    content: "";
    background: linear-gradient(to right, transparent, rgb(169,192,186));
    right: 0;
    position: absolute;
    transition: width 0.4s ease;
    width: 30%;
    opacity: 0.6;
}.app_metrics_summary .app_smart_statistics:hover::after {
    width: 85%;
}.app_metrics_summary .app_smart_statistics div {
    z-index: 2;
    position: relative;
}.app_metrics_summary .app_smart_statistics p {
    line-height: 1;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    font-size: calc(38px * 1.2);
    color: rgb(169,192,186);
    transition: transform 0.3s ease;
    display: inline-block;
    position: relative;
}.app_metrics_summary .app_smart_statistics:nth-child(2n) p {
    color: rgb(131,156,149);
}.app_metrics_summary .app_smart_statistics:nth-child(3n) p {
    color: #000000;
}.app_metrics_summary .app_smart_statistics p::before {
    transition: transform 0.4s ease-out 0.1s;
    left: 0;
    content: "";
    transform: scaleX(0);
    opacity: 0.3;
    width: 60%;
    transform-origin: left;
    position: absolute;
    background: currentColor;
    bottom: -5px;
    height: 5px;
}.app_metrics_summary .app_smart_statistics:hover p {
    transform: translateY(-5px);
}.app_metrics_summary .app_smart_statistics:hover p::before {
    transform: scaleX(1);
}.app_metrics_summary .app_smart_statistics span {
    position: relative;
    transition: transform 0.3s ease 0.1s;
    font-size: 16px;
    color: #000000;
    margin-top: 1rem;
    font-weight: 600;
    display: block;
}.app_metrics_summary .app_smart_statistics:hover span {
    transform: translateX(8px);
}.app_metrics_summary h4 {
    display: inline-block;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.8),
        rgba(255, 255, 255, 0.4)
    );
    color: #000000;
    margin: 1rem auto;
    padding: 0.5rem 2rem;
    font-weight: 600;
    border-radius: 10px;
    position: relative;
    text-align: center;
    font-size: 24px;
}.app_metrics_summary h4::before,
.app_metrics_summary h4::after {
    position: absolute;
    top: 50%;
    content: "";
    height: 1px;
    background: linear-gradient(to right, rgb(169,192,186), transparent);
    width: 120px;
}.app_metrics_summary h4::before {
    right: 100%;
    margin-right: 20px;
}.app_metrics_summary h4::after {
    left: 100%;
    background: linear-gradient(to left, rgb(169,192,186), transparent);
    margin-left: 20px;
}

@media (min-width: 768px) {.app_metrics_summary {
    padding: 6rem 0;
}.app_metrics_summary ul {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2.5rem;
}.app_metrics_summary .app_smart_statistics {
    padding: 2.5rem 2rem;
}.app_metrics_summary .app_smart_statistics div {
    position: relative;
}.app_metrics_summary .app_smart_statistics p {
    font-size: calc(38px * 1.5);
}.app_metrics_summary h4 {
    padding: 0.75rem 3rem;
    font-size: calc(24px * 1.2);
}.app_metrics_summary h4::before,
    .app_metrics_summary h4::after {
    width: 180px;
}
}

@media (max-width: 767px) {.app_metrics_summary {
    padding: 3rem 0;
}.app_metrics_summary ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.app_metrics_summary .app_smart_statistics {
    margin-bottom: 1rem;
}.app_metrics_summary h4::before,
    .app_metrics_summary h4::after {
    width: 60px;
}
}

@media (min-width: 1200px) {.app_metrics_summary .container {
    padding: 0;
}.app_metrics_summary ul {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.app_metrics_summary h4::before,
    .app_metrics_summary h4::after {
    width: 220px;
}
}

@media (prefers-reduced-motion: reduce) {.app_metrics_summary .app_smart_statistics,
    .app_metrics_summary .app_smart_statistics p,
    .app_metrics_summary .app_smart_statistics span,
    .app_metrics_summary .app_smart_statistics::after,
    .app_metrics_summary .app_smart_statistics p::before {
    transition: none;
}.app_metrics_summary .app_smart_statistics:hover {
    transform: none;
}}.app_course_offering {
    display: flex;
    position: relative;
    background-color: rgb(206,223,222);
    min-height: 100vh;
    flex-direction: column;
    overflow: hidden;
}.app_course_offering::before {
    content: "";
    z-index: 2;
    background: linear-gradient(180deg, transparent 30%, #000000 100%);
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
}.app_course_offering .app_quick_progress {
    width: 100%;
    left: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    height: 100%;
}.app_course_offering .app_education_guide {
    height: 100%;
    width: calc(100% * 5);
    animation: carousel-slide 35s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    display: flex;
}.app_course_offering .app_quick_progress:hover .app_education_guide {
    animation-play-state: paused;
}.app_course_offering .app_tech_skills {
    width: calc(100% / 5);
    height: 100%;
    position: relative;
}.app_course_offering .app_tech_skills img {
    width: 100%;
    filter: brightness(0.7);
    object-fit: cover;
    height: 100%;
}.app_course_offering .container {
    z-index: 3;
    padding-bottom: 80px;
    position: relative;
    margin-top: auto;
}.app_course_offering .app_skill_guides {
    display: flex;
    justify-content: center;
}.app_course_offering .app_next_skill {
    animation: float-up 1s forwards;
    padding: 50px;
    overflow: hidden;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    transform: translateY(30px);
    backdrop-filter: blur(8px);
    max-width: 800px;
    border-top: 4px solid rgb(169,192,186);
    width: 100%;
    border-radius: 0;
}.app_course_offering .app_next_skill::before,
.app_course_offering .app_next_skill::after {
    background: rgb(169,192,186);
    content: "";
    z-index: -1;
    position: absolute;
    opacity: 0.3;
    border-radius: 50%;
}.app_course_offering .app_next_skill::before {
    height: 300px;
    width: 300px;
    top: -150px;
    right: -150px;
}.app_course_offering .app_next_skill::after {
    bottom: -100px;
    left: -100px;
    height: 200px;
    width: 200px;
}.app_course_offering .app_next_skill h3 {
    font-size: 45px;
    font-weight: 700;
    position: relative;
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
}.app_course_offering .app_next_skill p {
    color: #ffffff;
    margin-bottom: 30px;
    line-height: 1.7;
    opacity: 0.8;
    text-align: center;
    font-size: 13px;
}.app_course_offering .app_next_skill .app_request_request {
    padding: 15px 0;
    font-weight: 600;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    background: rgb(169,192,186);
    overflow: hidden;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
    width: 200px;
    text-align: center;
}.app_course_offering .app_next_skill .app_request_request::before {
    position: absolute;
    height: 100%;
    width: 100%;
    transition: transform 0.3s ease;
    top: 0;
    background: rgb(131,156,149);
    content: "";
    transform: translateX(-100%);
    z-index: -1;
    left: 0;
}.app_course_offering .app_next_skill .app_request_request:hover {
    color: #ffffff;
}.app_course_offering .app_next_skill .app_request_request:hover::before {
    transform: translateX(0);
}

@keyframes carousel-slide {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes float-up {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 992px) {.app_course_offering {
    min-height: 100vh;
}.app_course_offering .container {
    padding-bottom: 60px;
}.app_course_offering .app_next_skill {
    padding: 40px 30px;
}.app_course_offering .app_next_skill h3 {
    font-size: calc(32px * 1.1);
}
}

@media (max-width: 768px) {.app_course_offering {
    height: auto;
    min-height: auto;
    padding-top: 50vh;
}.app_course_offering::before {
    background: linear-gradient(180deg, transparent 40%, #000000 70%);
}.app_course_offering .app_quick_progress {
    top: 0;
    position: fixed;
    height: 50vh;
}.app_course_offering .container {
    margin-top: 0;
    padding-bottom: 50px;
}.app_course_offering .app_next_skill {
    padding: 30px 25px;
}.app_course_offering .app_next_skill h3 {
    font-size: 32px;
}.app_course_offering .app_next_skill .app_request_request {
    width: 100%;
}
}

@media (max-width: 576px) {.app_course_offering {
    padding-top: 45vh;
}.app_course_offering .app_quick_progress {
    height: 45vh;
}.app_course_offering .container {
    padding-bottom: 40px;
}.app_course_offering .app_next_skill {
    padding: 25px 20px;
}.app_course_offering .app_next_skill h3 {
    font-size: calc(20px * 1.1);
    margin-bottom: 15px;
}.app_course_offering .app_next_skill p {
    margin-bottom: 25px;
}.app_course_offering .app_next_skill .app_request_request {
    padding: 12px 0;
}}header .app_main_head {
    justify-content: space-between;
    position: relative;
    width: 100%;
    background: linear-gradient(120deg, rgb(169,192,186) 0%, rgb(131,156,149,0.5) 100%);
    align-items: center;
    display: flex;
    z-index: 99;
    box-sizing: border-box;
    overflow: visible;
    padding: 1.5rem 0;
}header .app_main_head::before {
    left: 0;
    z-index: -1;
    background: radial-gradient(circle at 70% 30%, rgb(131,156,149,0.5) 0%, transparent 60%);
    top: 0;
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
}header .app_main_head .app_header_tutor {
    transition: all 0.4s ease;
    margin-left: calc((100vw - 100%) / 2);
    z-index: 2;
    transform: translateY(-5px);
    position: relative;
}header .app_main_head .app_header_tutor:hover {
    transform: translateY(0) scale(1.05);
}header .app_main_head .app_header_tutor .app_main_header {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
}header .app_main_head .app_header_tutor .app_main_header::before {
    background: rgba(0, 0, 0, 0.5);
    height: calc(100% + 20px);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    left: -20px;
    position: absolute;
    z-index: -1;
    width: calc(100% + 40px);
    content: "";
    top: -10px;
}header .app_main_head .app_header_tutor .app_main_header svg {
    height: 2.8rem;
    width: auto;
    filter: drop-shadow(0 0 8px #ffffff);
}header .app_main_head .app_top_sitebar {
    padding: 0;
    width: 80vw;
    display: flex;
    justify-content: flex-end;
    background: linear-gradient(90deg, transparent, rgb(169,192,186,0.5) 30%, rgba(0, 0, 0, 0.5) 100%);
    margin: 0;
    padding-right: calc((100vw - 100%) / 2);
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    list-style: none;
    position: relative;
}header .app_main_head .app_top_sitebar::before {
    content: "";
    left: 0;
    height: 100%;
    background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 10px,
    rgba(255, 255, 255, 0.03) 10px,
    rgba(255, 255, 255, 0.03) 20px
  );
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}header .app_main_head .app_top_sitebar .app_nav_train {
    margin: 0;
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
}header .app_main_head .app_top_sitebar .app_nav_train a {
    font-weight: 600;
    padding: 1.2rem 1.5rem;
    transform-origin: center;
    font-size: 16px;
    position: relative;
    transition: all 0.3s ease;
    color: #ffffff;
    display: block;
    text-decoration: none;
}header .app_main_head .app_top_sitebar .app_nav_train a::after {
    position: absolute;
    transition: width 0.3s ease;
    content: "";
    background: rgb(131,156,149);
    width: 0;
    height: 2px;
    bottom: 0.8rem;
    left: 1.5rem;
}header .app_main_head .app_top_sitebar .app_nav_train a:hover {
    transform: translateZ(10px);
    color: rgb(131,156,149);
}header .app_main_head .app_top_sitebar .app_nav_train a:hover::after {
    width: calc(100% - 3rem);
}

@media screen and (max-width: 991px) {header .app_main_head {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
}header .app_main_head .app_header_tutor {
    margin-left: 0;
    margin-bottom: 1rem;
}header .app_main_head .app_top_sitebar {
    clip-path: none;
    background: rgb(169,192,186,0.5);
    flex-wrap: wrap;
    justify-content: center;
    padding-right: 0;
    width: 100%;
}header .app_main_head .app_top_sitebar .app_nav_train a {
    padding: 0.8rem 1rem;
}header .app_main_head .app_top_sitebar .app_nav_train a::after {
    bottom: 0.4rem;
    left: 1rem;
}header .app_main_head .app_top_sitebar .app_nav_train a:hover::after {
    width: calc(100% - 2rem);
}
}

@media screen and (max-width: 767px) {header .app_main_head .app_top_sitebar {
    padding: 0.5rem 0;
}header .app_main_head .app_top_sitebar .app_nav_train {
    width: 50%;
}header .app_main_head .app_top_sitebar .app_nav_train a {
    text-align: center;
    padding: 0.6rem 0.8rem;
    font-size: calc(16px - 2px);
}header .app_main_head .app_top_sitebar .app_nav_train a::after {
    display: none;
}
}