﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}svg {
    width: 30px;
    height: 30px;
}.nav_expert {
    flex: 1 0 auto;
}.layer-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}.peer_help {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
    height: 100%;
    auto
contain
touch-action: none;
}header,footer {
    width: 100%;
}.container {
    width: 1223px;
    max-width: 100%;
    margin: 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;
}}
.training_structure {
    background: linear-gradient(170deg, rgb(241,221,221) 60%, rgb(211,169,169,0.5) 100%);
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
}.training_structure::before {
    top: 0;
    z-index: 1;
    left: 0;
    content: "";
    animation: gridPulse 8s ease-in-out infinite alternate;
    height: 100%;
    background-image: 
        linear-gradient(rgb(181,134,134,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(181,134,134,0.5) 1px, transparent 1px);
    opacity: 0.15;
    width: 100%;
    background-size: 30px 30px;
    position: absolute;
}.training_structure::after {
    left: -10%;
    filter: blur(60px);
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgb(211,169,169,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(181,134,134,0.5) 0%, transparent 25%);
    z-index: 0;
    position: absolute;
    top: -10%;
    opacity: 0.4;
    height: 120%;
    animation: glowMove 15s ease-in-out infinite alternate;
    width: 120%;
}.training_structure .exp_years {
    transition: transform 0.5s ease;
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin: 0 auto;
    z-index: 2;
    max-width: 1100px;
    position: relative;
}.training_structure h3 {
    text-transform: uppercase;
    animation: circuitConnect 1.5s ease-out forwards;
    color: #000000;
    margin: 0;
    font-size: 38px;
    position: relative;
    text-align: center;
    letter-spacing: 3px;
    font-weight: 700;
    padding: 0 2rem;
}.training_structure h3::before,
.training_structure h3::after {
    position: absolute;
    left: 20%;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(211,169,169), transparent);
    width: 60%;
    height: 1px;
    animation: lineGlow 3s ease-in-out infinite alternate;
}.training_structure h3::before {
    top: -15px;
}.training_structure h3::after {
    bottom: -15px;
}.training_structure span {
    font-size: 12px;
    align-items: center;
    justify-content: center;
    line-height: 1.8;
    animation: moduleInitialize 1s ease-out forwards;
    color: #000000;
    display: flex;
    padding: 3rem;
    text-align: center;
    z-index: 2;
    position: relative;
}.training_structure span::before {
    top: 0;
    content: "";
    background: #ffffff;
    right: 0;
    bottom: 0;
    position: absolute;
    clip-path: polygon(
        0 5%, 
        5% 0, 
        95% 0, 
        100% 5%, 
        100% 95%, 
        95% 100%, 
        5% 100%, 
        0 95%
    );
    z-index: -1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    left: 0;
}.training_structure span::after {
    top: 4px;
    clip-path: polygon(
        0 5%, 
        5% 0, 
        95% 0, 
        100% 5%, 
        100% 95%, 
        95% 100%, 
        5% 100%, 
        0 95%
    );
    right: 4px;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.5) 0%, 
        rgba(255, 255, 255, 0) 50%,
        rgba(255, 255, 255, 0.2) 100%
    );
    bottom: 4px;
    z-index: -1;
    content: "";
    position: absolute;
    opacity: 0.6;
    left: 4px;
}.training_structure .exp_years::before {
    background: linear-gradient(to bottom, rgb(211,169,169), rgb(181,134,134));
    content: "";
    z-index: 1;
    width: 3px;
    top: calc(3rem + 20px);
    position: absolute;
    left: calc(50% - 1.5px);
    height: 50px;
}.training_structure .exp_years::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    height: 16px;
    animation: pulseNode 3s ease-in-out infinite;
    z-index: 1;
    left: calc(50% - 8px);
    background: linear-gradient(135deg, rgb(211,169,169), rgb(181,134,134));
    box-shadow: 
        0 0 15px rgb(211,169,169,0.5),
        0 0 30px rgb(211,169,169,0.5);
    top: calc(3rem + 70px);
    width: 16px;
}

@keyframes gridPulse {
    0%, 100% {
        opacity: 0.1;
        background-size: 30px 30px;
    }
    50% {
        opacity: 0.2;
        background-size: 32px 32px;
    }
}

@keyframes glowMove {
    0% {
        transform: translateX(-5%) translateY(-5%);
    }
    100% {
        transform: translateX(5%) translateY(5%);
    }
}

@keyframes circuitConnect {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes moduleInitialize {
    0% {
        opacity: 0;
        transform: scale(0.95);
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes lineGlow {
    0%, 100% {
        opacity: 0.5;
        box-shadow: 0 0 5px rgb(211,169,169,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 12px rgb(211,169,169);
    }
}

@keyframes pulseNode {
    0%, 100% {
        transform: scale(1);
        box-shadow: 
            0 0 15px rgb(211,169,169,0.5),
            0 0 30px rgb(211,169,169,0.5);
    }
    50% {
        transform: scale(1.2);
        box-shadow: 
            0 0 20px rgb(211,169,169),
            0 0 40px rgb(211,169,169,0.5);
    }
}

@media (max-width: 992px) {.training_structure {
    padding: 6rem 1.5rem;
}.training_structure h3 {
    letter-spacing: 2px;
    padding: 0 1.5rem;
    font-size: calc(38px * 0.9);
}.training_structure span {
    padding: 2.5rem;
}.training_structure .exp_years::before {
    height: 40px;
}.training_structure .exp_years::after {
    top: calc(3rem + 60px);
}
}

@media (max-width: 768px) {.training_structure {
    padding: 4rem 1rem;
}.training_structure::before {
    background-size: 20px 20px;
}.training_structure h3 {
    padding: 0 1rem;
    font-size: calc(38px * 0.8);
    letter-spacing: 1px;
}.training_structure span {
    padding: 2rem;
    font-size: calc(12px * 0.95);
}.training_structure .exp_years::before {
    height: 30px;
}.training_structure .exp_years::after {
    height: 12px;
    width: 12px;
    top: calc(3rem + 50px);
    left: calc(50% - 6px);
}}.support {
    padding: 100px 0;
    background: rgb(241,221,221);
    position: relative;
    overflow: hidden;
}.support::before {
    top: 0;
    width: 100%;
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.02) 1px, transparent 1px);
    position: absolute;
    background-size: 30px 30px;
    height: 100%;
    z-index: 0;
    left: 0;
    content: '';
}.support .container {
    z-index: 1;
    position: relative;
}.support .edu_form {
    position: relative;
    border-radius: 26px;
    background: linear-gradient(135deg, rgb(241,221,221) 0%, transparent 100%);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    padding: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.support .edu_form::before {
    width: 100%;
    background: linear-gradient(90deg, rgb(211,169,169) 0%, rgb(181,134,134) 100%);
    height: 5px;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
}.support .edu_form h2 {
    color: rgb(211,169,169);
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 28px;
    position: relative;
}.support .edu_form p {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.7;
    color: #000000;
    max-width: 700px;
}.support .edu_form p:last-of-type {
    position: relative;
    padding-left: 30px;
    margin-bottom: 40px;
}.support .get_supporteX2 {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}.support .get_supportcrto {
    display: flex;
    border-radius: 10px;
    z-index: 1;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    position: relative;
    flex-direction: column;
    width: 110px;
    text-decoration: none;
    height: 110px;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.support .get_supportcrto::before {
    height: 100%;
    z-index: -1;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(211,169,169,0.5) 0%, rgb(181,134,134,0.5) 100%);
    content: '';
    transition: opacity 0.4s ease;
    opacity: 0;
    position: absolute;
}.support .get_supportcrto::after {
    bottom: 0;
    width: 100%;
    transform-origin: left;
    transform: scaleX(0);
    content: '';
    left: 0;
    height: 3px;
    position: absolute;
    background: rgb(211,169,169);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.support .get_supportcrto:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.support .get_supportcrto:hover::before {
    opacity: 0.1;
}.support .get_supportcrto:hover::after {
    transform: scaleX(1);
}.support .get_supportcrto svg {
    margin-bottom: 12px;
    stroke: rgb(211,169,169);
    fill: none;
    stroke-width: 2;
    transition: all 0.3s ease;
    width: 36px;
    height: 36px;
}.support .get_supportcrto:hover svg {
    stroke: rgb(211,169,169);
    transform: scale(1.1);
}.support .get_supportcrto span {
    font-size: calc(18px * 0.85);
    color: #000000;
    text-align: center;
    transition: all 0.3s ease;
    font-weight: 600;
}.support .get_supportcrto:hover span {
    color: rgb(211,169,169);
}.support .edu_form p:last-of-type svg {
    height: 20px;
    fill: none;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    stroke: rgb(211,169,169);
    stroke-width: 2;
    width: 20px;
    top: 50%;
}

@keyframes pulse-subtle {
    0%, 100% {
        transform: scale(1);
        opacity: 0.05;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.08;
    }
}

@media screen and (max-width: 991px) {.support {
    padding: 80px 0;
}.support .edu_form {
    padding: 40px;
}.support .get_supportcrto {
    height: 100px;
    width: 100px;
}
}

@media screen and (max-width: 767px) {.support {
    padding: 60px 0;
}.support .edu_form {
    padding: 30px;
}.support .edu_form h2 {
    font-size: calc(28px * 0.9);
}.support .get_supporteX2 {
    gap: 20px;
    justify-content: center;
}.support .get_supportcrto {
    height: 90px;
    width: 90px;
}.support .get_supportcrto svg {
    margin-bottom: 8px;
    height: 30px;
    width: 30px;
}
}

@media screen and (max-width: 480px) {.support {
    padding: 50px 0;
}.support .edu_form {
    padding: 25px 20px;
}.support .edu_form h2 {
    font-size: calc(28px * 0.85);
}.support .get_supportcrto {
    height: 80px;
    width: 80px;
}.support .get_supportcrto svg {
    margin-bottom: 6px;
    height: 28px;
    width: 28px;
}.support .get_supportcrto span {
    font-size: calc(18px * 0.8);
}}.peer_help {
    color: #ffffff;
    position: relative;
    z-index: 1;
    padding: 80px 0 40px;
}.peer_help::before {
    left: 0;
    width: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    position: absolute;
    backdrop-filter: blur(8px);
    z-index: -1;
    top: 0;
}footer {
    position: relative;
}.peer_help .container {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}.peer_help .company_holder {
    position: relative;
    padding-right: 40px;
}.peer_help .company_holder::after {
    right: 0;
    top: 20%;
    height: 60%;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, 
        transparent, 
        rgb(181,134,134,0.5), 
        transparent);
    width: 1px;
}.peer_help .company_holder h3 {
    display: inline-block;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: calc(34px * 0.9);
    position: relative;
}.peer_help .company_holder h3::after {
    bottom: -8px;
    position: absolute;
    left: 0;
    border-radius: 10px;
    height: 3px;
    width: 40px;
    background: rgb(211,169,169);
    content: "";
}.peer_help .patent_info {
    max-width: 90%;
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.8;
}.peer_help .cookie_ctrl {
    justify-content: flex-end;
    display: flex;
}.peer_help .head_mainbar {
    display: flex;
    gap: 60px;
}.peer_help .top_primary {
    position: relative;
}.peer_help .top_primary h5 {
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 23px;
    padding-bottom: 12px;
    position: relative;
}.peer_help .top_primary h5::after {
    left: 0;
    border-radius: 10px;
    width: 30px;
    position: absolute;
    content: "";
    background: rgb(211,169,169);
    height: 2px;
    bottom: 0;
}.peer_help .top_primary .head_mainbar {
    gap: 15px;
    flex-direction: column;
    display: flex;
}.peer_help .top_primary .head_mainbar a {
    transition: all 0.3s ease;
    opacity: 0.7;
    font-size: calc(12px * 0.95);
    text-decoration: none;
    padding-left: 0;
    color: #ffffff;
    position: relative;
}.peer_help .top_primary .head_mainbar a::before {
    left: 0;
    top: 50%;
    transition: all 0.3s ease;
    width: 0;
    position: absolute;
    content: "";
    background: rgb(211,169,169);
    transform: translateY(-50%);
    height: 1px;
    opacity: 0;
}.peer_help .top_primary .head_mainbar a:hover {
    color: rgb(211,169,169);
    padding-left: 12px;
    opacity: 1;
}.peer_help .top_primary .head_mainbar a:hover::before {
    opacity: 1;
    width: 8px;
}.linkedin_ref {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 20px 0;
    backdrop-filter: blur(5px);
}.linkedin_ref .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.linkedin_ref .music_edu {
    opacity: 0.6;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 0.5px;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgb(211,169,169,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(211,169,169);
    }
}

@media (max-width: 991px) {.peer_help {
    padding: 60px 0 30px;
}.peer_help .container {
    gap: 50px;
    grid-template-columns: 1fr;
}.peer_help .company_holder {
    margin: 0 auto;
    max-width: 600px;
    text-align: center;
    padding-right: 0;
}.peer_help .company_holder::after {
    display: none;
}.peer_help .company_holder h3 {
    margin-left: auto;
    margin-right: auto;
}.peer_help .company_holder h3::after {
    width: 60px;
    left: 50%;
    transform: translateX(-50%);
}.peer_help .patent_info {
    text-align: center;
    max-width: 100%;
}.peer_help .cookie_ctrl {
    justify-content: center;
}
}

@media (max-width: 767px) {.peer_help {
    padding: 50px 0 20px;
}.peer_help .head_mainbar {
    flex-direction: column;
    width: 100%;
    gap: 40px;
}.peer_help .top_primary {
    text-align: center;
}.peer_help .top_primary h5 {
    text-align: center;
}.peer_help .top_primary h5::after {
    transform: translateX(-50%);
    left: 50%;
}.peer_help .top_primary .head_mainbar {
    align-items: center;
}.peer_help .top_primary .head_mainbar a {
    text-align: center;
}.peer_help .top_primary .head_mainbar a::before {
    display: none;
}.peer_help .top_primary .head_mainbar a:hover {
    padding-left: 0;
}
}

@media (max-width: 480px) {.peer_help {
    padding: 40px 0 20px;
}.peer_help .company_holder h3 {
    font-size: calc(34px * 0.8);
}.peer_help .patent_info {
    font-size: calc(12px * 0.9);
}.linkedin_ref .music_edu {
    font-size: calc(13px * 0.9);
}}

.peer_help::before {
    background-image: radial-gradient(
        circle at 20% 80%, 
        #000000 0%, 
        rgba(0, 0, 0, 0.5) 70%
    );
}.peer_help::after {
    box-shadow: 0 0 40px rgb(211,169,169,0.5);
}.peer_help .container::before {
    position: absolute;
    content: "";
    animation: pulse 10s infinite alternate-reverse;
    left: -75px;
    bottom: -75px;
    width: 150px;
    background: radial-gradient(
        circle, 
        rgb(181,134,134,0.5), 
        transparent 70%
    );
    border-radius: 50%;
    filter: blur(30px);
    height: 150px;
}.peer_help .top_primary::before {
    position: absolute;
    border-radius: 50%;
    top: 10px;
    height: 5px;
    background: rgb(211,169,169);
    left: -15px;
    opacity: 0.7;
    width: 5px;
    content: "";
}.peer_help .top_primary:hover::before {
    animation: glow 2s infinite;
}.peer_help .company_holder::before {
    background: linear-gradient(90deg, 
        rgb(211,169,169,0.5), 
        transparent);
    height: 1px;
    width: 100px;
    content: "";
    left: 0;
    bottom: -20px;
    position: absolute;
}

@media (max-width: 991px) {.peer_help .company_holder::before {
    background: linear-gradient(90deg, 
            transparent, 
            rgb(211,169,169,0.5), 
            transparent);
    left: 50%;
    transform: translateX(-50%);
}}

.peer_help .top_primary .head_mainbar a::after {
    height: 1px;
    bottom: -2px;
    content: "";
    left: 0;
    transition: width 0.3s ease;
    width: 0;
    position: absolute;
    background: rgb(211,169,169);
}.peer_help .top_primary .head_mainbar a:hover::after {
    width: 100%;
}.peer_help .top_primary .head_mainbar a:nth-child(odd):hover {
    transform: translateX(2px);
}.peer_help .top_primary .head_mainbar a:nth-child(even):hover {
    transform: translateX(2px);
}

@media (min-width: 992px) {footer::after {
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, 
            transparent, 
            rgb(181,134,134,0.5), 
            transparent);
    right: 0;
}.peer_help::before {
    background-blend-mode: overlay;
}}

.peer_help .company_holder h3::before {
    opacity: 0.7;
    width: 20px;
    left: -30px;
    height: 1px;
    position: absolute;
    top: 50%;
    content: "";
    background: rgb(211,169,169);
}

@media (max-width: 991px) {.peer_help .company_holder h3::before {
    display: none;
}}

.linkedin_ref {
    overflow: hidden;
    position: relative;
}.linkedin_ref::before {
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(181,134,134,0.5), 
        transparent);
}.linkedin_ref::after {
    width: 30%;
    opacity: 0.3;
    content: "";
    bottom: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(181,134,134,0.5), 
        transparent);
    left: 35%;
    position: absolute;
    height: 1px;
}.linkedin_ref .music_edu {
    transition: all 0.3s ease;
    position: relative;
}.linkedin_ref .music_edu:hover {
    opacity: 1;
    letter-spacing: 0.7px;
}.get_in_touchji5 {
    background: rgb(241,221,221);
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}.get_in_touchji5::before {
    height: 100%;
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px);
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    z-index: 0;
}.get_in_touchji5 .container {
    z-index: 1;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}.get_in_touchji5 h2 {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 33px;
    text-align: center;
    position: relative;
    color: rgb(181,134,134);
}.get_in_touchji5 h2::after {
    content: "";
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    background: rgb(211,169,169);
    height: 3px;
    bottom: -15px;
    width: 60px;
}.get_in_touchji5 .reach_query {
    display: grid;
    overflow: hidden;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border-radius: 25px;
}.get_in_touchji5 .pic_strip {
    height: 100%;
    transition: transform 0.6s ease;
    grid-row: 1;
    grid-column: 2;
    min-height: 500px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}.get_in_touchji5 .support_card {
    padding: 50px 40px;
    background: #ffffff;
    grid-column: 1;
    grid-row: 1;
}.get_in_touchji5 #contact {
    display: flex;
    gap: 25px;
    flex-direction: column;
}.get_in_touchji5 h3 {
    margin-bottom: 15px;
    color: rgb(211,169,169);
    font-weight: 600;
    font-size: 24px;
}.get_in_touchji5 input[type="text"] {
    border: 1px solid rgb(241,221,221);
    font-size: 12px;
    transition: all 0.3s ease;
    background: #ffffff;
    padding: 15px 20px;
    border-radius: 10px;
    color: #000000;
    width: 100%;
}.get_in_touchji5 input[type="text"]:focus {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    outline: none;
    border-color: rgb(211,169,169);
}.get_in_touchji5 input[type="text"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.get_in_touchji5 .reach_support {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    align-items: flex-start;
}.get_in_touchji5 .reach_support input[type="checkbox"] {
    cursor: pointer;
    position: relative;
    border: 2px solid rgb(241,221,221);
    width: 24px;
    flex-shrink: 0;
    margin-top: 2px;
    border-radius: 10px;
    height: 24px;
    appearance: none;
}.get_in_touchji5 .reach_support input[type="checkbox"]:checked {
    background: rgb(211,169,169);
    border-color: rgb(211,169,169);
}.get_in_touchji5 .reach_support input[type="checkbox"]:checked::after {
    position: absolute;
    content: "✓";
    left: 50%;
    color: #ffffff;
    font-size: 16px;
    top: 50%;
    transform: translate(-50%, -50%);
}.get_in_touchji5 .reach_support label {
    line-height: 1.5;
    color: #000000;
    font-size: 12px;
}.get_in_touchji5 .reach_support a {
    color: rgb(211,169,169);
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
}.get_in_touchji5 .reach_support a:hover {
    color: rgb(181,134,134);
}.get_in_touchji5 .connect_query {
    overflow: hidden;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
    margin-top: 10px;
    align-self: flex-start;
    color: #ffffff;
    font-weight: 600;
    border-radius: 10px;
    font-size: 19px;
    background: rgb(211,169,169);
    padding: 15px 35px;
    border: none;
}.get_in_touchji5 .connect_query::before {
    height: 100%;
    left: -100%;
    transition: all 0.6s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    top: 0;
    width: 100%;
    position: absolute;
}.get_in_touchji5 .connect_query:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgb(181,134,134);
}.get_in_touchji5 .connect_query:hover::before {
    left: 100%;
}.get_in_touchji5 svg {
    fill: rgb(211,169,169);
    margin-right: 10px;
    width: 22px;
    height: 22px;
    vertical-align: middle;
}.get_in_touchji5 svg path {
    fill: rgb(211,169,169);
}

@media (max-width: 992px) {.get_in_touchji5 .reach_query {
    grid-template-columns: 1fr;
}.get_in_touchji5 .pic_strip {
    border-top-left-radius: 25px;
    grid-column: 1;
    border-top-right-radius: 25px;
    border-radius: 0;
    grid-row: 1;
    min-height: 300px;
}.get_in_touchji5 .support_card {
    grid-row: 2;
    padding: 40px 30px;
    grid-column: 1;
}
}

@media (max-width: 768px) {.get_in_touchji5 {
    padding: 50px 0;
}.get_in_touchji5 h2 {
    margin-bottom: 30px;
    font-size: calc(33px - 4px);
}.get_in_touchji5 .support_card {
    padding: 30px 25px;
}.get_in_touchji5 .pic_strip {
    min-height: 250px;
}
}

@media (max-width: 576px) {.get_in_touchji5 {
    padding: 40px 0;
}.get_in_touchji5 .container {
    padding: 0 15px;
}.get_in_touchji5 h2::after {
    width: 40px;
}.get_in_touchji5 .support_card {
    padding: 25px 20px;
}.get_in_touchji5 #contact {
    gap: 20px;
}.get_in_touchji5 .connect_query {
    width: 100%;
    padding: 14px 20px;
}.get_in_touchji5 .pic_strip {
    min-height: 200px;
}}header {
    margin-top: 0;
    z-index: 100;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    position: relative;
    background: linear-gradient(90deg, rgb(181,134,134) 0%, rgb(211,169,169) 100%);
    padding: 0;
    overflow: visible;
}header::before {
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 25px
    );
    height: 100%;
    left: 0;
    position: absolute;
    z-index: 0;
    top: 0;
    content: '';
    width: 100%;
}header .header_sitebar {
    justify-content: space-between;
    align-items: center;
    display: flex;
    z-index: 5;
    padding: 1.2rem 2.5rem;
    position: relative;
}header .head_info {
    padding: 0.5rem;
    overflow: visible;
    position: relative;
    margin-right: 2rem;
    flex: 0 0 auto;
}header .head_info::before {
    right: -5px;
    border: 2px solid #ffffff;
    bottom: -5px;
    position: absolute;
    z-index: -1;
    left: -5px;
    transition: all 0.3s ease;
    transform: skew(-5deg);
    content: '';
    top: -5px;
    opacity: 0.1;
}header .head_info::after {
    left: -5px;
    z-index: -1;
    opacity: 0;
    transform: skew(-5deg);
    content: '';
    bottom: -5px;
    box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
    position: absolute;
    transition: all 0.3s ease;
    top: -5px;
    border: 2px solid #ffffff;
    right: -5px;
}header .head_info:hover::before {
    opacity: 0;
}header .head_info:hover::after {
    opacity: 0.5;
    animation: neonPulse 1.5s infinite alternate;
}@keyframes neonPulse {
    0% { opacity: 0.3; box-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff; }
    100% { opacity: 0.7; box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff; }
}

header .head_lesson {
    position: relative;
    transition: all 0.3s ease;
    display: block;
}header .head_lesson:hover {
    transform: scale(1.05);
}header .head_lesson img {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
    max-height: 40px;
}header .top_primary {
    position: relative;
    padding: 0;
    z-index: 2;
    display: flex;
    margin: 0;
    list-style: none;
}header .first_lesson {
    position: relative;
    margin: 0 0.4rem;
}header .first_lesson a {
    z-index: 1;
    font-size: 18px;
    height: 40px;
    overflow: hidden;
    text-decoration: none;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    letter-spacing: 0.5px;
    text-shadow: 0 0 5px #ffffff;
    position: relative;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    padding: 0 1.2rem;
    justify-content: center;
    font-weight: 600;
}header .first_lesson a::before {
    position: absolute;
    content: '';
    top: -2px;
    left: -2px;
    background: #ffffff;
    transition: opacity 0.3s ease;
    opacity: 0;
    z-index: -1;
    right: -2px;
    bottom: -2px;
    transform: scale(0.9);
}header .first_lesson a:hover {
    color: rgb(211,169,169);
    border-color: #ffffff;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    transform: translateY(-3px);
    text-shadow: none;
}header .first_lesson a:hover::before {
    opacity: 1;
    transform: scale(1);
}header .first_lesson::after {
    bottom: -10px;
    left: 10%;
    filter: blur(3px);
    content: '';
    opacity: 0;
    width: 80%;
    height: 5px;
    position: absolute;
    transition: all 0.3s ease;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
}header .first_lesson:hover::after {
    bottom: -5px;
    opacity: 0.5;
}header .header_sitebar::before {
    left: 0;
    top: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    height: 1px;
    width: 100%;
    content: '';
    position: absolute;
}header .header_sitebar::after {
    height: 1px;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    width: 100%;
    position: absolute;
    bottom: 0;
    content: '';
    left: 0;
}header .nav_expert {
    padding-top: 2rem;
    position: relative;
    z-index: 1;
    background: rgb(241,221,221);
}

@media (min-width: 1400px) {header .header_sitebar {
    margin: 0 auto;
    max-width: 1320px;
}header .first_lesson {
    margin: 0 0.6rem;
}header .first_lesson a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header .header_sitebar {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .head_info {
    margin-right: 0;
    margin-bottom: 0;
}header .top_primary {
    margin-top: 1rem;
    justify-content: flex-end;
    flex-basis: 100%;
}header .first_lesson a {
    padding: 0 1rem;
    height: 36px;
    font-size: calc(18px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .header_sitebar {
    padding: 0.8rem 1.5rem;
}header .head_info {
    max-width: 140px;
}header .head_info::before, 
    header .head_info::after {
    right: -3px;
    left: -3px;
    bottom: -3px;
    top: -3px;
}header .head_lesson img {
    max-height: 35px;
}header .top_primary {
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
    padding-bottom: 0.5rem;
    overflow-x: auto;
    scrollbar-width: thin;
}header .top_primary::-webkit-scrollbar {
    height: 3px;
}header .top_primary::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .first_lesson {
    margin: 0 0.2rem;
    flex: 0 0 auto;
}header .first_lesson a {
    font-size: calc(18px - 2px);
    padding: 0 0.8rem;
    height: 32px;
    white-space: nowrap;
}header .first_lesson::after {
    display: none;
}
}

@media (max-width: 479px) {header .header_sitebar {
    padding: 0.7rem 1.2rem;
}header .head_info {
    max-width: 120px;
}header .first_lesson a {
    height: 30px;
    padding: 0 0.6rem;
    font-size: calc(18px - 3px);
}}.privacy_module {
    color: #000000;
    font-family: Arial, sans-serif;
    max-width: 1200px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 50px;
    background: #ffffff;
    margin: 0 auto;
}.privacy_module h1 {
    margin-top: 20px;
    border-bottom: 2px solid rgb(211,169,169);
    font-size: 38px;
    margin-bottom: 30px;
    font-weight: 700;
    color: rgb(211,169,169);
    padding-bottom: 10px;
}.privacy_module h2 {
    color: rgb(181,134,134);
    font-weight: 600;
    font-size: 29px;
    margin-top: 30px;
    border-left: 4px solid rgb(181,134,134);
    padding-left: 15px;
    margin-bottom: 20px;
}.privacy_module ul {
    list-style-type: square;
    padding-left: 40px;
    margin: 20px 0;
}.privacy_module li {
    margin-bottom: 15px;
    font-size: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    line-height: 1.5;
    padding-bottom: 5px;
}.privacy_module p, .privacy_module span, .privacy_module div {
    margin-bottom: 15px;
    color: #000000;
    font-size: 12px;
    line-height: 1.6;
}.privacy_module h3, .privacy_module h4, .privacy_module h5, .privacy_module h6 {
    margin-bottom: 15px;
    font-size: 23px;
    font-weight: 600;
    padding-left: 10px;
    margin-top: 25px;
    color: rgb(211,169,169);
    border-left: 3px solid rgb(211,169,169);
}

@media only screen and (max-width: 800px) {.privacy_module {
    padding: 30px;
}.privacy_module h1 {
    font-size: calc(23px - 4px);
}.privacy_module h2 {
    font-size: calc(23px - 3px);
}.privacy_module h3, .privacy_module h4, .privacy_module h5, .privacy_module h6 {
    font-size: calc(23px - 2px);
}.privacy_module p, .privacy_module span, .privacy_module div, .privacy_module li {
    font-size: calc(12px - 2px);
}}.title_greeting {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(241,221,221) 0%, #ffffff 100%);
}.title_greeting .exp_years {
    gap: 2rem;
    grid-template-columns: 1fr;
    display: grid;
    max-width: 1400px;
    position: relative;
    width: 100%;
    padding: 2rem;
}.title_greeting .text_group {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgba(255, 255, 255, 0.85);
    position: relative;
    backdrop-filter: blur(10px);
    padding: 3rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
    z-index: 2;
}.title_greeting .text_group:hover {
    transform: translateY(-10px);
}.title_greeting h1 {
    display: inline-block;
    position: relative;
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: 29px;
    font-weight: 700;
}.title_greeting h1::after {
    position: absolute;
    height: 4px;
    background: rgb(211,169,169);
    left: 0;
    bottom: -10px;
    transform: scaleX(0);
    width: 80px;
    transition: transform 0.5s ease-out;
    content: '';
    transform-origin: left;
}.title_greeting .text_group:hover h1::after {
    transform: scaleX(1);
}.title_greeting .online_skills {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
    align-items: center;
}.title_greeting .online_skills svg {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    margin-bottom: 1.5rem;
    width: 100px;
    height: 100px;
}.title_greeting .text_group:hover .online_skills svg {
    transform: scale(1.05) rotate(2deg);
}.title_greeting .online_skills svg path {
    transition: fill 0.3s ease;
}.title_greeting .online_skills svg:hover path {
    fill: rgb(211,169,169);
}.title_greeting .online_skills svg text {
    transition: all 0.3s ease;
}.title_greeting .online_skills svg:hover text {
    fill: #000000;
}.title_greeting .online_skills p {
    font-size: 14px;
    padding: 0 0.5rem;
    line-height: 1.7;
    max-width: 550px;
    position: relative;
    text-align: center;
    color: #000000;
    margin: 0 auto;
}.title_greeting ul {
    justify-content: center;
    list-style: none;
    padding: 0;
    display: flex;
}.title_greeting .connect_query {
    font-weight: 600;
    display: inline-block;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(94, 170, 168, 0.3);
    transition: all 0.3s ease;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    z-index: 1;
    background: rgb(211,169,169);
    padding: 1rem 2rem;
}.title_greeting .connect_query::before {
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    content: '';
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(45deg, rgb(181,134,134), rgb(211,169,169));
    width: 100%;
}.title_greeting .connect_query:hover {
    box-shadow: 0 7px 20px rgba(94, 170, 168, 0.4);
    transform: translateY(-3px);
}.title_greeting .connect_query:hover::before {
    opacity: 1;
}.title_greeting .pic_strip {
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(0deg);
    border-radius: 22px;
    height: 300px;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
}.title_greeting .pic_strip::after {
    left: 0;
    background: linear-gradient(135deg, rgb(211,169,169,0.5) 0%, transparent 50%, rgb(181,134,134,0.5) 100%);
    top: 0;
    position: absolute;
    pointer-events: none;
    width: 100%;
    height: 100%;
    content: '';
}.title_greeting .pic_strip:hover {
    transform: perspective(1000px) rotateY(5deg);
}

@media (min-width: 768px) {.title_greeting .exp_years {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}.title_greeting .text_group {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    margin-right: -2rem;
    padding: 4rem;
}.title_greeting .pic_strip {
    height: 450px;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}.title_greeting h1 {
    font-size: calc(29px * 1.2);
}.title_greeting .online_skills svg {
    height: 120px;
    width: 120px;
}
}

@media (min-width: 992px) {.title_greeting .exp_years {
    grid-template-columns: 6fr 5fr;
    min-height: 550px;
}.title_greeting .text_group {
    justify-content: center;
    padding: 5rem;
    flex-direction: column;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateX(0);
    display: flex;
}.title_greeting .text_group:hover {
    transform: translateX(10px);
}.title_greeting .pic_strip {
    height: 550px;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1200px) rotateY(0);
}.title_greeting .pic_strip:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
    transform: perspective(1200px) rotateY(5deg) translateZ(30px);
}.title_greeting h1 {
    font-size: calc(39px * 0.9);
}.title_greeting .online_skills p {
    font-size: calc(14px * 1.1);
}.title_greeting .connect_query {
    font-size: calc(17px * 1.1);
    padding: 1.2rem 3rem;
}
}

@media (min-width: 1200px) {.title_greeting .text_group {
    padding: 5rem 6rem;
}.title_greeting .pic_strip {
    transform: perspective(2000px) rotateY(0) translateZ(0) scale(1);
}.title_greeting .pic_strip:hover {
    transform: perspective(2000px) rotateY(7deg) translateZ(50px) scale(1.02);
}.title_greeting h1 {
    font-size: 39px;
}.title_greeting .online_skills svg {
    width: 140px;
    height: 140px;
}.title_greeting::before {
    height: 300px;
    top: -10%;
    border-radius: 50%;
    animation: floatAnimation 20s infinite alternate ease-in-out;
    content: '';
    position: absolute;
    z-index: 0;
    width: 300px;
    background: linear-gradient(135deg, rgb(211,169,169,0.5) 0%, transparent 70%);
    right: -5%;
}.title_greeting::after {
    height: 350px;
    content: '';
    left: -5%;
    position: absolute;
    border-radius: 50%;
    bottom: -10%;
    width: 350px;
    animation: floatAnimation 25s infinite alternate-reverse ease-in-out;
    z-index: 0;
    background: linear-gradient(225deg, rgb(181,134,134,0.5) 0%, transparent 70%);
}
    
    @keyframes floatAnimation {
        0% {
            transform: translate(0, 0);
        }
        50% {
            transform: translate(40px, 20px);
        }
        100% {
            transform: translate(15px, 40px);
        }
    }
}

@media (max-width: 767px) {.title_greeting {
    padding: 4rem 0;
    min-height: auto;
}.title_greeting .text_group {
    padding: 2rem;
}.title_greeting h1 {
    text-align: center;
    font-size: calc(29px * 0.9);
}.title_greeting h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}.title_greeting .text_group:hover h1::after {
    transform: translateX(-50%) scaleX(1);
}.title_greeting .online_skills svg {
    width: 80px;
    height: 80px;
}.title_greeting .online_skills p {
    font-size: calc(14px * 0.9);
}.title_greeting .connect_query {
    font-size: calc(17px * 0.9);
    padding: 0.9rem 1.8rem;
}.title_greeting .pic_strip {
    height: 250px;
    order: -1;
}}.mentorship_profile {
    position: relative;
    background: rgb(241,221,221);
    overflow: hidden;
    padding: 6rem 2rem;
}.mentorship_profile::before {
    transform-origin: left center;
    position: absolute;
    content: "";
    animation: lineExpand 5s ease-in-out infinite alternate;
    height: 1px;
    background: linear-gradient(to right, transparent, rgb(211,169,169,0.5), transparent);
    left: 0;
    width: 40%;
    top: 40%;
}.mentorship_profile::after {
    right: 0;
    background: linear-gradient(to left, transparent, rgb(181,134,134,0.5), transparent);
    width: 40%;
    transform-origin: right center;
    content: "";
    height: 1px;
    animation: lineExpand 5s ease-in-out infinite alternate 2.5s;
    bottom: 40%;
    position: absolute;
}.mentorship_profile .review_space {
    margin: 0 auto;
    z-index: 1;
    grid-template-columns: 1fr 2fr;
    max-width: 1100px;
    display: grid;
    gap: 4rem;
    position: relative;
}.mentorship_profile .pic_strip {
    filter: grayscale(100%);
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 0;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    clip-path: polygon(0 10%, 100% 0%, 85% 100%, 0% 90%);
    height: 400px;
    transform: scale(1);
}.mentorship_profile .pic_strip::after {
    position: absolute;
    left: 0;
    width: 100%;
    mix-blend-mode: overlay;
    transition: all 0.7s ease;
    opacity: 0.5;
    content: "";
    background: linear-gradient(135deg, rgb(211,169,169,0.5) 0%, transparent 50%);
    top: 0;
    height: 100%;
}.mentorship_profile .career_trajectory {
    transition: all 0.7s ease;
    display: flex;
    opacity: 0.9;
    justify-content: center;
    flex-direction: column;
    position: relative;
}.mentorship_profile .career_trajectory::before {
    height: 70%;
    left: -2rem;
    top: 15%;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5), transparent);
    width: 1px;
    position: absolute;
    content: "";
}.mentorship_profile .name {
    font-weight: 700;
    transform: translateX(0);
    transition: all 0.5s ease;
    color: #000000;
    margin-bottom: 1rem;
    position: relative;
    font-size: calc(39px * 1.2);
}.mentorship_profile .name::after {
    transform-origin: left;
    left: 0;
    content: "";
    position: absolute;
    background: rgb(211,169,169);
    width: 50px;
    transition: transform 0.5s ease 0.2s;
    transform: scaleX(0);
    bottom: -0.5rem;
    height: 2px;
}.mentorship_profile .career_trajectory div:nth-child(2) {
    transform: translateX(0);
    transition: all 0.5s ease 0.1s;
    text-transform: uppercase;
    color: rgb(181,134,134);
    margin-bottom: 3rem;
    letter-spacing: 2px;
    font-weight: 300;
    font-size: 20px;
}.mentorship_profile .job_table {
    font-weight: 300;
    transition: all 0.5s ease 0.2s;
    transform: translateX(0);
    color: #000000;
    line-height: 1.8;
    font-size: 23px;
    position: relative;
    padding-left: 2rem;
}.mentorship_profile .job_table::before {
    content: "";
    font-family: serif;
    left: 0;
    line-height: 1;
    top: -1rem;
    font-size: 4rem;
    position: absolute;
    color: rgb(211,169,169,0.5);
}.mentorship_profile .review_space:hover .pic_strip {
    transform: scale(1.05);
    filter: grayscale(0%);
}.mentorship_profile .review_space:hover .pic_strip::after {
    opacity: 0.3;
}.mentorship_profile .review_space:hover .name {
    transform: translateX(10px);
}.mentorship_profile .review_space:hover .name::after {
    transform: scaleX(1);
}.mentorship_profile .review_space:hover .career_trajectory div:nth-child(2) {
    transform: translateX(20px);
}.mentorship_profile .review_space:hover .job_table {
    transform: translateX(5px);
}

@keyframes lineExpand {
    0% {
        transform: scaleX(0.3);
        opacity: 0.3;
    }
    100% {
        transform: scaleX(1);
        opacity: 1;
    }
}

@media screen and (max-width: 991px) {.mentorship_profile .review_space {
    grid-template-columns: 1fr;
    gap: 3rem;
}.mentorship_profile .pic_strip {
    width: 80%;
    clip-path: polygon(0 5%, 100% 0%, 95% 100%, 0% 95%);
    height: 350px;
    margin: 0 auto;
}.mentorship_profile .career_trajectory::before {
    height: 1px;
    left: 20%;
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.5), transparent);
    width: 60%;
    top: -1.5rem;
}.mentorship_profile .review_space:hover .name,
    .mentorship_profile .review_space:hover .career_trajectory div:nth-child(2),
    .mentorship_profile .review_space:hover .job_table {
    transform: translateX(0);
}}.plan {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.plan::before {
    content: "";
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    right: 0;
}.plan .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.promo_cost {
    position: relative;
}.plan h2 {
    letter-spacing: 0.5px;
    color: #ffffff;
    transform: translateY(0);
    position: relative;
    font-size: 38px;
    opacity: 1;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    text-align: center;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s ease;
    margin-bottom: 25px;
    font-weight: 700;
}.plan h2::after {
    width: 80px;
    transform: scaleX(1);
    display: block;
    transition: transform 0.4s ease;
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(181,134,134), rgb(211,169,169));
    margin: 20px auto 0;
}.plan:hover h2::after {
    transform: scaleX(1.2);
}.plan .plan_deals {
    text-shadow: 0 1px 3px rgba(0,0,0,0.2);
    font-size: calc(13px + 2px);
    margin: 0 auto 60px;
    text-align: center;
    line-height: 1.6;
    color: #ffffff;
    max-width: 800px;
    opacity: 0.9;
}.plan .price_grid {
    margin: 0;
    padding: 0;
    gap: 30px;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.plan .price_grid li {
    margin: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.plan .price_grid li:hover {
    z-index: 10;
    transform: translateY(-10px);
}.plan .learn_pricing {
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
    -webkit-backdrop-filter: blur(10px);
    position: relative;
    display: block;
    transition: all 0.4s ease;
    height: 100%;
    background: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%);
    backdrop-filter: blur(10px);
    text-decoration: none;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}.plan .learn_pricing::before {
    width: 100%;
    background: linear-gradient(230deg, rgb(181,134,134,0.5) 0%, transparent 80%);
    transition: opacity 0.5s ease;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0;
    position: absolute;
}.plan .learn_pricing:hover {
    border-color: rgba(255,255,255,0.2);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}.plan .learn_pricing:hover::before {
    opacity: 0.2;
}.plan .package_price {
    position: relative;
    padding: 40px 30px;
    z-index: 2;
}.plan .cost_plan {
    display: flex;
    height: 100%;
    flex-direction: column;
}.plan .cost_plan h4 {
    font-size: calc(19px + 2px);
    transition: transform 0.3s ease;
    position: relative;
    font-weight: 600;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 15px;
}.plan .cost_plan h4::after {
    transition: width 0.4s ease;
    height: 2px;
    position: absolute;
    left: 0;
    content: "";
    width: 40px;
    background: rgb(211,169,169);
    bottom: 0;
}.plan .learn_pricing:hover .cost_plan h4::after {
    width: 60px;
}.plan .cost_plan p {
    font-size: 13px;
    line-height: 1.6;
    position: relative;
    margin-bottom: 30px;
    color: rgba(255,255,255,0.85);
    flex-grow: 1;
    transition: color 0.3s ease;
}.plan .learn_pricing:hover .cost_plan p {
    color: #ffffff;
}.plan .learning_fee {
    background: linear-gradient(90deg, rgb(181,134,134) 0%, rgb(211,169,169) 100%);
    position: relative;
    color: #ffffff;
    -webkit-background-clip: text !important;
    font-weight: 700;
    background-clip: text !important;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    padding: 10px 0;
    transition: transform 0.3s ease;
    font-size: calc(19px + 4px);
    margin-top: auto;
}.plan .learning_fee::before {
    bottom: 0;
    background: linear-gradient(90deg, rgb(181,134,134) 0%, transparent 100%);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}.plan .learn_pricing:hover .learning_fee {
    transform: scale(1.05);
}

@media (max-width: 992px) {.plan {
    padding: 90px 0;
}.plan .price_grid {
    grid-template-columns: repeat(2, 1fr);
}.plan .package_price {
    padding: 30px 25px;
}
}

@media (max-width: 768px) {.plan {
    padding: 70px 0;
}.plan h2 {
    font-size: calc(38px - 4px);
}.plan .plan_deals {
    font-size: 13px;
    margin-bottom: 40px;
}.plan .price_grid {
    gap: 20px;
    grid-template-columns: 1fr;
}.plan .package_price {
    padding: 25px 20px;
}.plan .learning_fee {
    font-size: calc(19px + 2px);
}
}

@media (max-width: 480px) {.plan {
    padding: 60px 0;
}.plan h2 {
    font-size: calc(38px - 6px);
}.plan .cost_plan h4 {
    font-size: 19px;
}.plan .cost_plan p {
    font-size: calc(13px - 1px);
}}.program_details {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(241,221,221) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
}.program_details::before {
    width: 300px;
    background: linear-gradient(45deg, rgb(211,169,169,0.5) 0%, rgb(181,134,134,0.5) 100%);
    top: -10%;
    z-index: 0;
    content: "";
    height: 300px;
    opacity: 0.4;
    filter: blur(120px);
    position: absolute;
    right: -5%;
}.program_details::after {
    height: 250px;
    opacity: 0.3;
    position: absolute;
    background: linear-gradient(225deg, rgb(181,134,134,0.5) 0%, rgb(211,169,169,0.5) 100%);
    bottom: -10%;
    width: 250px;
    z-index: 0;
    filter: blur(100px);
    content: "";
    left: -5%;
}.program_details .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    z-index: 1;
    max-width: 1200px;
}.program_details .learn_route {
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    display: grid;
    gap: 40px;
    border-left: 3px solid rgb(211,169,169);
    grid-template-columns: 1fr;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
}.program_details .learn_route:hover {
    transform: translateY(-5px);
}.program_details .pic_strip {
    width: 100%;
    height: 250px;
    position: relative;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: center center;
    overflow: hidden;
}.program_details .pic_strip::after {
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    z-index: 1;
    top: 0;
}.program_details .pic_strip:hover {
    transform: scale(1.02);
}.program_details .text_group {
    padding: 40px 30px;
    position: relative;
}.program_details .text_group::before {
    transform-origin: left;
    width: 100%;
    background: linear-gradient(90deg, rgb(211,169,169) 0%, rgb(181,134,134) 100%);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 4px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0.7);
}.program_details .learn_route:hover .text_group::before {
    transform: scaleX(1);
}.program_details h3 {
    transform: translateY(0);
    padding-left: 0;
    font-size: 22px;
    position: relative;
    transition: transform 0.3s ease, padding-left 0.3s ease;
    color: #000000;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.4;
}.program_details .learn_route:hover h3 {
    padding-left: 15px;
    color: rgb(211,169,169);
    transform: translateY(-3px);
}.program_details h3::after {
    transition: width 0.4s ease-out, background-color 0.3s ease;
    content: "";
    position: absolute;
    left: 0;
    background-color: rgb(181,134,134);
    height: 2px;
    width: 60px;
    bottom: -8px;
}.program_details .learn_route:hover h3::after {
    width: 100px;
    background-color: rgb(211,169,169);
}.program_details .text_group div {
    overflow: hidden;
    position: relative;
}.program_details p.description {
    color: #000000;
    font-size: 14px;
    position: relative;
    line-height: 1.8;
    max-height: 300px;
    margin-bottom: 20px;
    overflow-y: auto;
    padding-right: 15px;
}.program_details p.description::-webkit-scrollbar {
    width: 4px;
}.program_details p.description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}.program_details p.description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(211,169,169,0.5);
}.program_details span.description {
    display: none;
}

@media (min-width: 768px) {.program_details .learn_route {
    align-items: start;
    grid-template-columns: 1fr 1.5fr;
}.program_details .pic_strip {
    height: 100%;
    min-height: 400px;
}.program_details h3 {
    font-size: calc(22px * 1.1);
}.program_details p.description {
    font-size: calc(14px * 1.05);
    max-height: 400px;
}
}

@media (min-width: 992px) {.program_details .learn_route {
    grid-template-columns: 1fr 1.8fr;
}.program_details .pic_strip {
    min-height: 450px;
}.program_details .text_group {
    padding: 50px 40px;
}.program_details h3 {
    font-size: calc(22px * 1.2);
    margin-bottom: 30px;
}.program_details p.description {
    line-height: 1.9;
    max-height: 450px;
}
}

@media (max-width: 767px) {.program_details {
    padding: 70px 0;
}.program_details .text_group {
    padding: 30px 20px;
}.program_details h3 {
    margin-bottom: 20px;
    font-size: calc(22px * 0.9);
}.program_details p.description {
    max-height: 200px;
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 480px) {.program_details {
    padding: 50px 0;
}.program_details .pic_strip {
    height: 180px;
}.program_details .text_group {
    padding: 25px 15px;
}.program_details h3 {
    font-size: calc(22px * 0.85);
    margin-bottom: 15px;
}
}

@media (hover: hover) {.program_details .learn_route {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
}.program_details .learn_route:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 8px 20px rgba(0, 0, 0, 0.04);
}}.ty_section {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(241,221,221) 25%, rgba(rgb(211,169,169,0.5), 0.05) 100%);
    position: relative;
    padding: 5rem 0;
}.ty_section::before {
    top: -15%;
    opacity: 0.1;
    background: linear-gradient(120deg, rgb(181,134,134), rgba(rgb(181,134,134,0.5), 0.2));
    position: absolute;
    animation: float 15s ease-in-out infinite alternate;
    filter: blur(80px);
    z-index: 0;
    transform: rotate(35deg) skew(15deg);
    width: 40%;
    right: -10%;
    content: "";
    height: 70%;
}.ty_section::after {
    left: 0;
    width: 100%;
    bottom: 0;
    opacity: 0.3;
    height: 10px;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(211,169,169) 20%, 
        rgb(181,134,134) 50%, 
        rgb(211,169,169) 80%, 
        transparent);
    position: absolute;
    z-index: 1;
    content: "";
}.ty_section .container {
    margin: 0 auto;
    max-width: 1140px;
    z-index: 2;
    position: relative;
    padding: 0 1.5rem;
}.ty_section .exp_years {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    flex-direction: column;
    display: flex;
    gap: 2rem;
    position: relative;
    padding: 3.5rem;
    background: rgba(rgb(255, 255, 255, 0.5), 0.9);
    backdrop-filter: blur(10px);
    box-shadow: 
        0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
        0 1px 0 rgba(rgb(255, 255, 255, 0.5), 0.95) inset,
        0 -20px 50px rgba(rgb(181,134,134,0.5), 0.1) inset;
    transform: perspective(1000px) rotateY(1deg);
}.ty_section .exp_years:hover {
    transform: perspective(1000px) rotateY(-1deg);
    box-shadow: 
        0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 1px 0 rgba(rgb(255, 255, 255, 0.5), 0.95) inset,
        0 -20px 50px rgba(rgb(181,134,134,0.5), 0.15) inset;
}.ty_section .exp_years > div:first-child {
    padding-bottom: 1.5rem;
    position: relative;
}.ty_section .exp_years > div:first-child::after {
    bottom: 0;
    width: 60px;
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    background: rgb(211,169,169);
    position: absolute;
    height: 3px;
    content: "";
    transform-origin: left;
}.ty_section .exp_years:hover > div:first-child::after {
    width: 120px;
}.ty_section h5 {
    margin: 0 0 0.5rem 0;
    line-height: 1.4;
    transform: translateX(-5px);
    font-weight: 700;
    transition: transform 0.4s ease;
    position: relative;
    font-size: 18px;
    color: #000000;
}.ty_section .exp_years:hover h5 {
    transform: translateX(0);
}.ty_section a {
    position: relative;
    transition: transform 0.3s ease-out;
    text-decoration: none;
    display: block;
}.ty_section a:hover {
    transform: translateY(-3px);
}.ty_section p {
    line-height: 1.8;
    font-family: Arial, sans-serif;
    margin: 0;
    font-weight: 400;
    transition: color 0.3s ease;
    color: #000000;
    position: relative;
    font-size: 15px;
}.ty_section a:hover p {
    color: rgb(211,169,169);
}.ty_section a::before {
    content: "";
    transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: linear-gradient(90deg, 
        rgb(211,169,169), 
        rgb(181,134,134));
    opacity: 0.7;
    height: 1px;
    position: absolute;
    bottom: -10px;
    width: 0;
    left: 0;
}.ty_section a:hover::before {
    width: 100%;
}.ty_section .exp_years > div:first-child::before {
    right: 0;
    transform: rotate(-5deg) scale(0.9);
    opacity: 0.1;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    top: -20px;
    content: "✓";
    position: absolute;
    color: rgb(181,134,134);
    font-size: calc(28px * 1.5);
}.ty_section .exp_years:hover > div:first-child::before {
    transform: rotate(5deg) scale(1.1);
    opacity: 0.2;
}

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

@media (max-width: 992px) {.ty_section {
    padding: 4rem 0;
}.ty_section .exp_years {
    padding: 2.5rem;
}.ty_section h5 {
    font-size: calc(18px * 0.9);
}
}

@media (max-width: 768px) {.ty_section {
    padding: 3rem 0;
}.ty_section .exp_years {
    transform: perspective(1000px) rotateY(0deg);
    gap: 1.5rem;
    padding: 2rem;
}.ty_section .exp_years:hover {
    transform: perspective(1000px) rotateY(0deg);
}.ty_section h5 {
    font-size: calc(18px * 0.85);
    transform: translateX(0);
}.ty_section p {
    font-size: calc(15px * 0.95);
}.ty_section::before {
    height: 50%;
    width: 60%;
    right: -30%;
    top: -10%;
}
}

@media (max-width: 576px) {.ty_section {
    padding: 2.5rem 0;
}.ty_section .exp_years {
    padding: 1.5rem;
    gap: 1.25rem;
}.ty_section h5 {
    font-size: calc(18px * 0.8);
}.ty_section p {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}.ty_section .exp_years > div:first-child {
    padding-bottom: 1rem;
}.ty_section .exp_years > div:first-child::after {
    height: 2px;
    width: 40px;
}.ty_section .exp_years:hover > div:first-child::after {
    width: 80px;
}.ty_section .exp_years > div:first-child::before {
    top: -15px;
    font-size: calc(28px * 1.2);
}}.join_our_mailing_list {
    overflow: hidden;
    perspective: 1000px;
    padding: 80px 0;
    position: relative;
    box-shadow: 0 -20px 40px rgba(0,0,0,0.08) inset;
    background: linear-gradient(135deg, rgb(211,169,169,0.5), rgb(181,134,134));
}.join_our_mailing_list::before {
    background: linear-gradient(45deg, transparent 45%, rgb(181,134,134,0.5) 55%, transparent 65%);
    width: 100%;
    position: absolute;
    transform: translateZ(-10px) skewY(-5deg);
    pointer-events: none;
    height: 100%;
    z-index: 1;
    content: '';
    top: 0;
    left: 0;
}.join_our_mailing_list::after {
    z-index: 0;
    content: '';
    top: 20%;
    background: rgb(255, 255, 255, 0.5);
    width: 150%;
    left: -25%;
    transform: rotate(-2deg);
    position: absolute;
    opacity: 0.05;
    height: 50px;
}.join_our_mailing_list .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    transform-style: preserve-3d;
}.join_our_mailing_list .exp_years {
    box-shadow: 0 15px 35px rgba(0,0,0,0.12), 0 5px 15px rgba(0,0,0,0.05);
    display: flex;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
    background: linear-gradient(160deg, #ffffff 0%, rgba(255,255,255,0.9) 100%);
    border-radius: 4px;
    padding: 40px;
    flex-direction: column;
}.join_our_mailing_list .exp_years:hover {
    box-shadow: 0 25px 50px rgba(0,0,0,0.15), 0 10px 20px rgba(0,0,0,0.08);
    transform: translateZ(20px) translateY(-5px);
}.join_our_mailing_list .exp_years::before {
    border-bottom-left-radius: 4px;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    border-top-left-radius: 4px;
    position: absolute;
    width: 6px;
    background: linear-gradient(to bottom, rgb(211,169,169), rgb(181,134,134));
}.join_our_mailing_list .exp_years h4 {
    letter-spacing: -0.01em;
    line-height: 1.4;
    margin: 0 0 30px 0;
    transform: translateZ(10px);
    font-size: 22px;
    position: relative;
    font-weight: 600;
    color: #000000;
}.join_our_mailing_list .input_holder {
    transform: translateZ(5px);
    position: relative;
    gap: 15px;
    flex-wrap: wrap;
    display: flex;
}.join_our_mailing_list .input_holder span {
    min-width: 200px;
    flex: 1;
    position: relative;
}.join_our_mailing_list .input_holder span:first-child {
    flex: 2;
}.join_our_mailing_list .input_holder input[type="email"] {
    color: #000000;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    transform-origin: left center;
    padding: 15px 20px;
    font-size: 12px;
    font-family: Arial, sans-serif;
    width: 100%;
    outline: none;
}.join_our_mailing_list .input_holder input[type="email"]:focus {
    border-color: rgb(211,169,169);
    transform: scale(1.01);
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}.join_our_mailing_list .input_holder input[type="submit"] {
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, rgb(211,169,169), rgb(181,134,134));
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    font-family: Arial, sans-serif;
    color: #ffffff;
    border: none;
    overflow: hidden;
    cursor: pointer;
    padding: 15px 20px;
    width: 100%;
}.join_our_mailing_list .input_holder input[type="submit"]::before {
    position: absolute;
    z-index: -1;
    transition: all 0.5s ease;
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    width: 100%;
    top: 0;
    left: -100%;
    height: 100%;
}.join_our_mailing_list .input_holder input[type="submit"]:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    transform: translateY(-3px);
}.join_our_mailing_list .input_holder input[type="submit"]:hover::before {
    left: 100%;
}.join_our_mailing_list .input_holder input[type="submit"]:active {
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    transform: translateY(1px);
}

@media (max-width: 992px) {.join_our_mailing_list {
    padding: 60px 0;
}.join_our_mailing_list .exp_years {
    padding: 30px;
}.join_our_mailing_list .exp_years h4 {
    margin-bottom: 25px;
    font-size: calc(22px * 0.9);
}
}

@media (max-width: 768px) {.join_our_mailing_list {
    padding: 50px 0;
}.join_our_mailing_list .exp_years {
    padding: 25px;
}.join_our_mailing_list .exp_years h4 {
    font-size: calc(22px * 0.85);
    margin-bottom: 20px;
}.join_our_mailing_list .input_holder {
    gap: 10px;
    flex-direction: column;
}.join_our_mailing_list .input_holder span {
    width: 100%;
}.join_our_mailing_list .input_holder input[type="email"],
  .join_our_mailing_list .input_holder input[type="submit"] {
    padding: 12px 15px;
}
}

@media (max-width: 576px) {.join_our_mailing_list {
    padding: 40px 0;
}.join_our_mailing_list .exp_years {
    padding: 20px;
}.join_our_mailing_list .exp_years::before {
    width: 4px;
}.join_our_mailing_list .exp_years h4 {
    margin-bottom: 15px;
    font-size: calc(22px * 0.8);
}.join_our_mailing_list .input_holder input[type="email"],
  .join_our_mailing_list .input_holder input[type="submit"] {
    font-size: calc(12px * 0.9);
    padding: 10px 12px;
}}.overlayConsentSettings {
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    bottom: 0;
    transition: all 0.3s ease-in-out;
    width: 100%;
    position: fixed;
    font-family: Arial, sans-serif;
    border-top: 3px solid rgb(211,169,169);
    background: #ffffff;
    padding: 15px 20px;
    z-index: 1050;
}.cookie_frame {
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
}.cookie_notice {
    flex-shrink: 0;
    margin-right: 15px;
}.cookie_notice svg {
    fill: rgb(211,169,169);
    height: 50px;
    transition: fill 0.3s ease-in-out;
    width: 50px;
}.track_manage {
    flex-grow: 1;
    margin-right: 15px;
}.track_manage h5 {
    font-size: 18px;
    color: rgb(211,169,169);
    margin-bottom: 5px;
    font-weight: 700;
}.track_manage p {
    margin-bottom: 0;
    font-size: 12px;
    color: #000000;
}.track_optin {
    text-decoration: none;
    text-align: center;
    padding: 0.375rem 0.75rem;
    margin-left: 10px;
    line-height: 1.5;
    border: 1px solid transparent;
    white-space: nowrap;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    vertical-align: middle;
    border-radius: 10px;
    user-select: none;
    font-size: 17px;
}.cookie_button.cookie_hide {
    color: #ffffff;
    border-color: rgb(211,169,169);
    background-color: rgb(211,169,169);
}#cookieNoticeAlert {
    display: none;
}#cookieNoticeAlert:checked ~ .overlayConsentSettings {
    opacity: 0;
    visibility: hidden;
}.cookie_button.cookie_hide:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}.cookie_button.learn_prefs {
    background-color: rgb(181,134,134);
    border-color: rgb(181,134,134);
    color: #000000;
}.cookie_button.learn_prefs:hover {
    background-color: rgb(211,169,169);
    color: #ffffff;
    border-color: rgb(211,169,169);
}.overlayConsentSettings p a {
    color: rgb(211,169,169);
    text-decoration: underline;
}.overlayConsentSettings p a:hover {
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {.track_manage h5 {
    font-size: calc(18px - 2px);
}.track_manage p {
    font-size: calc(12px - 2px);
}.track_optin {
    font-size: calc(17px - 2px);
}
}
@media (max-width: 800px) {.cookie_frame {
    flex-direction: column;
    align-items: center;
}.cookie_notice {
    margin-bottom: 10px;
}.track_manage {
    margin-bottom: 15px;
    text-align: center;
}.track_optin {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
}}
.potential_learners {
    padding: 110px 0;
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, rgb(241,221,221) 100%);
    position: relative;
}.potential_learners::before {
    height: 100%;
    left: 0;
    background-size: 30px 30px;
    opacity: 0.4;
    top: 0;
    z-index: 1;
    background: 
        linear-gradient(90deg, transparent 98%, rgb(181,134,134,0.5) 98%, rgb(181,134,134,0.5) 100%),
        linear-gradient(0deg, transparent 98%, rgb(181,134,134,0.5) 98%, rgb(181,134,134,0.5) 100%);
    width: 100%;
    content: "";
    position: absolute;
}.potential_learners .container {
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
    padding: 0 15px;
    z-index: 2;
}.potential_learners .exp_years {
    position: relative;
}.potential_learners h4 {
    position: relative;
    font-weight: 700;
    transform: translateX(-50%);
    left: 50%;
    margin-bottom: 60px;
    border: 2px solid rgb(211,169,169);
    font-size: 29px;
    padding: 15px 30px;
    border-radius: 10px;
    background: #ffffff;
    display: inline-block;
    color: #000000;
    box-shadow: 5px 5px 0 rgb(211,169,169,0.5);
}.potential_learners div > div {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    position: relative;
    gap: 50px;
}.potential_learners div > div::before {
    content: "";
    top: 50%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(211,169,169,0.5), transparent);
    z-index: -1;
    left: 0;
    position: absolute;
    width: 100%;
}.potential_learners div > div::after {
    top: 0;
    width: 2px;
    content: "";
    height: 100%;
    position: absolute;
    left: 50%;
    z-index: -1;
    background: linear-gradient(180deg, transparent, rgb(181,134,134,0.5), transparent);
}.potential_learners p {
    justify-content: flex-start;
    margin: 0;
    font-size: 17px;
    width: calc(33.333% - 50px);
    background: #ffffff;
    display: flex;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    align-items: center;
    z-index: 1;
    padding: 20px;
    border: 1px solid rgb(241,221,221);
    color: #000000;
    border-radius: 10px;
    position: relative;
}.potential_learners p::before {
    opacity: 0;
    background: linear-gradient(135deg, transparent 0%, rgb(211,169,169,0.5) 300%);
    z-index: -1;
    position: absolute;
    top: 0;
    border-radius: 10px;
    content: "";
    left: 0;
    transition: opacity 0.4s ease;
    width: 100%;
    height: 100%;
}.potential_learners p::after {
    transition: all 0.3s ease;
    content: "";
    top: -10px;
    border: 1px solid rgb(211,169,169);
    border-radius: 50%;
    height: 20px;
    background: #ffffff;
    position: absolute;
    left: -10px;
    width: 20px;
}.potential_learners p:hover {
    transform: translateY(-10px);
    border-color: rgb(211,169,169,0.5);
}.potential_learners p:hover::before {
    opacity: 0.2;
}.potential_learners p:hover::after {
    transform: scale(1.5);
    background: rgb(211,169,169);
}.potential_learners p svg {
    height: 26px;
    transition: all 0.3s ease;
    width: 26px;
    margin-right: 15px;
    flex-shrink: 0;
}.potential_learners p svg path {
    transition: fill 0.3s ease;
    fill: rgb(211,169,169);
}.potential_learners p:hover svg {
    transform: rotate(15deg);
}.potential_learners p:hover svg path {
    fill: rgb(181,134,134);
}@keyframes circuitPath {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

.potential_learners::after {
    width: 300px;
    right: 0;
    content: "";
    bottom: 0;
    position: absolute;
    opacity: 0.3;
    background-position: bottom right;
    background-repeat: no-repeat;
    z-index: 1;
    height: 300px;
}@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.potential_learners .exp_years > div p {
    animation: fadeInScale 0.5s ease forwards;
    opacity: 0;
}.potential_learners .exp_years > div p:nth-child(1) {
    animation-delay: 0.1s;
}.potential_learners .exp_years > div p:nth-child(2) {
    animation-delay: 0.2s;
}.potential_learners .exp_years > div p:nth-child(3) {
    animation-delay: 0.3s;
}.potential_learners .exp_years > div p:nth-child(4) {
    animation-delay: 0.4s;
}.potential_learners .exp_years > div p:nth-child(5) {
    animation-delay: 0.5s;
}.potential_learners .exp_years > div p:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 991px) {.potential_learners {
    padding: 90px 0;
}.potential_learners h4 {
    margin-bottom: 50px;
    padding: 12px 25px;
    font-size: calc(29px * 0.9);
}.potential_learners div > div {
    gap: 30px;
}.potential_learners p {
    padding: 18px;
    width: calc(50% - 30px);
}.potential_learners p svg {
    margin-right: 12px;
    width: 24px;
    height: 24px;
}.potential_learners::after {
    width: 200px;
    height: 200px;
}
}

@media (max-width: 768px) {.potential_learners {
    padding: 70px 0;
}.potential_learners h4 {
    box-shadow: 3px 3px 0 rgb(211,169,169,0.5);
    padding: 10px 20px;
    font-size: calc(29px * 0.8);
    margin-bottom: 40px;
}.potential_learners div > div {
    gap: 25px;
}.potential_learners div > div::before,
    .potential_learners div > div::after {
    opacity: 0.4;
}.potential_learners p {
    padding: 15px;
    width: 100%;
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 576px) {.potential_learners {
    padding: 60px 0;
}.potential_learners h4 {
    font-size: calc(29px * 0.7);
    box-shadow: 2px 2px 0 rgb(211,169,169,0.5);
    border-width: 1px;
    padding: 8px 16px;
    margin-bottom: 35px;
}.potential_learners div > div {
    gap: 20px;
}.potential_learners p {
    padding: 12px;
    font-size: calc(17px * 0.9);
}.potential_learners p svg {
    margin-right: 10px;
    height: 20px;
    width: 20px;
}.potential_learners p::after {
    top: -5px;
    left: -5px;
    height: 12px;
    width: 12px;
}.potential_learners::after {
    width: 100px;
    height: 100px;
}}.our_mission {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.our_mission::before {
    top: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 32, 63, 0.85), rgba(0, 32, 63, 0.7));
    left: 0;
    content: "";
    z-index: 1;
    position: absolute;
    right: 0;
}.our_mission::after {
    z-index: 2;
    position: absolute;
    right: -50%;
    pointer-events: none;
    height: 200%;
    top: -50%;
    width: 100%;
    transform: rotate(45deg);
    background: linear-gradient(135deg, rgb(211,169,169,0.5), transparent);
    content: "";
}.our_mission .container {
    max-width: 1200px;
    padding: 0 30px;
    z-index: 5;
    position: relative;
    margin: 0 auto;
}.our_mission .text_group {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(8px);
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    padding: 40px 50px;
    border-left: 5px solid rgb(211,169,169);
    max-width: 850px;
    position: relative;
}.our_mission .text_group:hover {
    transform: translateY(-5px);
}.our_mission .text_group::before {
    position: absolute;
    top: 0;
    background-size: 200% 100%;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, rgb(211,169,169), rgb(181,134,134), rgb(211,169,169));
    left: 0;
    animation: gradient-shift 8s ease infinite;
    height: 5px;
}.our_mission h1 {
    font-size: 46px;
    font-weight: 700;
    transform: translateX(-3px);
    letter-spacing: -0.5px;
    color: rgb(211,169,169);
    margin-bottom: 30px;
    position: relative;
}.our_mission h1::after {
    width: 80px;
    content: "";
    bottom: -10px;
    position: absolute;
    height: 3px;
    left: 0;
    background: rgb(181,134,134);
}.our_mission ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.our_mission li {
    margin-bottom: 15px;
}.our_mission h4 {
    display: inline-block;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: calc(19px + 2px);
    color: #000000;
    position: relative;
}.our_mission h4::after {
    left: 0;
    bottom: -5px;
    position: absolute;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, rgb(181,134,134), transparent);
    height: 2px;
}.our_mission span {
    display: block;
    font-size: 15px;
    position: relative;
    padding-left: 20px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 400;
    color: #000000;
    line-height: 1.8;
}.our_mission span::first-letter {
    font-size: 1.5em;
    color: rgb(211,169,169);
    font-weight: 600;
}

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

@media (max-width: 991px) {.our_mission {
    padding: 80px 0;
}.our_mission .text_group {
    padding: 35px 40px;
}.our_mission h1 {
    font-size: calc(46px - 4px);
}
}

@media (max-width: 767px) {.our_mission {
    padding: 60px 0;
}.our_mission .text_group {
    max-width: 100%;
    padding: 30px 25px;
}.our_mission h1 {
    font-size: calc(46px - 8px);
    margin-bottom: 25px;
}.our_mission h1::after {
    width: 60px;
}.our_mission h4 {
    font-size: 19px;
}.our_mission span {
    font-size: calc(15px - 1px);
    line-height: 1.7;
    padding-left: 15px;
}
}

@media (max-width: 575px) {.our_mission {
    padding: 50px 0;
}.our_mission .container {
    padding: 0 20px;
}.our_mission .text_group {
    padding: 25px 20px;
}.our_mission h1 {
    margin-bottom: 20px;
    font-size: calc(46px - 10px);
}.our_mission span {
    padding-left: 10px;
}
}

@media (min-width: 1400px) {.our_mission .text_group {
    margin-left: 50px;
}.our_mission h1 {
    font-size: calc(46px + 4px);
}
}

@media (hover: hover) {.our_mission .text_group:hover::before {
    animation-duration: 3s;
}
}