* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}svg {
    height: 30px;
    width: 30px;
}.help_centerN {
    flex: 0 0 auto;
}.content-wrapperd {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}.container {
    margin: auto;
    width: 1115px;
    max-width: 100%;
}.nav_teachx {
    flex: 1 0 auto;
}html,body {
    height: 100%;
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
}@keyframes slide_scrollbar { 0% { background-position: 0% 50%; } 100% { background-position: 100% 50%; } }

::-webkit-scrollbar {
    width: 7px;
    padding: 1px;
}::-webkit-scrollbar-track {
    border-radius: 19px;
    box-shadow: inset 3px 5px 3px 5px rgba(0, 0, 0, 0.8);
    background: rgb(151,166,104,0.5);
}::-webkit-scrollbar-thumb {
    border: 2px dotted rgb(220,224,215);
    background: rgb(183,183,158,0.5);
    transition: all, box-shadow, border-radius 1.6s ease-in-out;
    animation: slide_scrollbar 4s ease-in-out infinite;
    box-shadow: -2px 0px 4px -1px rgba(0, 0, 0, 0.8);
    border-radius: 8.7vw;
}::-webkit-scrollbar-corner {
    background: rgb(151,166,104,0.5);
}html {
    scrollbar-color: rgb(151,166,104,0.5) rgb(151,166,104);
    scrollbar-width: auto;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.pricing_frameD {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    color: #ffffff;
}.pricing_frameD::before {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(22, 28, 36, 0.9) 0%, rgba(22, 28, 36, 0.7) 50%, rgba(22, 28, 36, 0.85) 100%);
    top: 0;
    z-index: 1;
}.pricing_frameD .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.lesson_planss {
    position: relative;
}.pricing_frameD h2 {
    text-align: center;
    background-clip: text !important;
    font-size: 35px;
    position: relative;
    transform: translateX(-50%);
    font-weight: 700;
    left: 50%;
    background: linear-gradient(90deg, rgb(151,166,104) 0%, rgb(183,183,158) 100%);
    -webkit-background-clip: text !important;
    color: transparent;
    margin-bottom: 20px;
    display: inline-block;
}.pricing_frameD h2::after {
    left: 50%;
    position: absolute;
    content: "";
    bottom: -10px;
    height: 3px;
    width: 80px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(151,166,104), rgb(183,183,158));
}.pricing_frameD .promo_plansm {
    font-size: calc(16px + 2px);
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
    color: #ffffff;
    opacity: 0.9;
    line-height: 1.6;
}.pricing_frameD .fee_choicesO {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    list-style: none;
    gap: 30px;
    padding: 0;
    display: grid;
    perspective: 1000px;
}.pricing_frameD .fee_choicesO li {
    transition: transform 0.3s ease-out;
    transform-style: preserve-3d;
}.pricing_frameD .fee_choicesO li:hover {
    transform: translateY(-10px) scale(1.02);
}.pricing_frameD .learning_priceb {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    display: block;
    text-decoration: none;
    height: 100%;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    z-index: 1;
    color: #ffffff;
    position: relative;
    backdrop-filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.pricing_frameD .learning_priceb::before {
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(151,166,104,0.5), rgb(183,183,158,0.5));
    content: "";
    position: absolute;
    z-index: -1;
    transition: opacity 0.4s ease;
    left: 0;
    height: 100%;
    opacity: 0;
}.pricing_frameD .learning_priceb:hover::before {
    opacity: 0.15;
}.pricing_frameD .learning_priceb::after {
    width: 200%;
    top: -50%;
    content: "";
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    left: -50%;
    pointer-events: none;
    transform: scale(0.5);
    transition: transform 0.5s ease, opacity 0.5s ease;
    position: absolute;
    opacity: 0;
}.pricing_frameD .learning_priceb:hover::after {
    opacity: 1;
    transform: scale(1);
}.pricing_frameD .price_panelM {
    display: flex;
    position: relative;
    box-sizing: border-box;
    padding: 40px 30px;
    justify-content: space-between;
    height: 100%;
    overflow: hidden;
    min-height: 500px;
    flex-direction: column;
}.pricing_frameD .study_offersT {
    position: relative;
    z-index: 2;
}.pricing_frameD .study_offersT h4 {
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    position: relative;
    transform-origin: left center;
    font-size: calc(22px + 2px);
    font-weight: 700;
    display: inline-block;
}.pricing_frameD .learning_priceb:hover .study_offersT h4 {
    color: rgb(151,166,104);
    transform: translateX(5px);
}.pricing_frameD .study_offersT h4::after {
    bottom: -8px;
    width: 0;
    content: "";
    position: absolute;
    left: 0;
    transition: width 0.3s ease;
    background: rgb(151,166,104);
    height: 2px;
}.pricing_frameD .learning_priceb:hover .study_offersT h4::after {
    width: 50px;
}.pricing_frameD .study_offersT p {
    line-height: 1.7;
    font-size: 16px;
    scrollbar-width: thin;
    scrollbar-color: rgb(151,166,104) rgba(255, 255, 255, 0.1);
    overflow: auto;
    margin-bottom: 25px;
    hyphens: auto;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 0.8);
    word-wrap: break-word;
    max-height: 250px;
}.pricing_frameD .study_offersT p::-webkit-scrollbar {
    width: 4px;
}.pricing_frameD .study_offersT p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}.pricing_frameD .study_offersT p::-webkit-scrollbar-thumb {
    background-color: rgb(151,166,104);
    border-radius: 4px;
}.pricing_frameD .rate_cardk {
    color: transparent;
    font-size: calc(22px + 6px);
    font-weight: 700;
    position: relative;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    -webkit-background-clip: text !important;
    background: linear-gradient(135deg, rgb(151,166,104) 0%, rgb(183,183,158) 100%);
    background-clip: text !important;
    margin-top: 15px;
    display: inline-block;
    color: #ffffff;
}.pricing_frameD .learning_priceb:hover .rate_cardk {
    transform: scale(1.05);
}.pricing_frameD .rate_cardk::before {
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(151,166,104), transparent);
    bottom: -8px;
    height: 2px;
    left: 0;
    content: "";
}

@media (max-width: 1200px) {.pricing_frameD {
    padding: 100px 0;
}.pricing_frameD .fee_choicesO {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 25px;
}.pricing_frameD .price_panelM {
    padding: 30px 25px;
    min-height: 450px;
}.pricing_frameD .rate_cardk {
    font-size: calc(22px + 4px);
}
}

@media (max-width: 991px) {.pricing_frameD {
    padding: 80px 0;
}.pricing_frameD h2 {
    font-size: calc(35px - 4px);
}.pricing_frameD .promo_plansm {
    margin-bottom: 40px;
    font-size: 16px;
}.pricing_frameD .fee_choicesO {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
}

@media (max-width: 767px) {.pricing_frameD {
    padding: 60px 0;
}.pricing_frameD h2 {
    font-size: calc(35px - 6px);
}.pricing_frameD .fee_choicesO {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.pricing_frameD .price_panelM {
    padding: 25px 20px;
    min-height: auto;
}.pricing_frameD .study_offersT p {
    max-height: 150px;
}
}

@media (max-width: 480px) {.pricing_frameD {
    padding: 50px 0;
}.pricing_frameD h2 {
    font-size: calc(35px - 8px);
}.pricing_frameD .promo_plansm {
    margin-bottom: 30px;
    font-size: calc(16px - 1px);
}.pricing_frameD .study_offersT h4 {
    font-size: 22px;
}.pricing_frameD .study_offersT p {
    font-size: calc(16px - 1px);
}.pricing_frameD .rate_cardk {
    font-size: calc(22px + 2px);
}}.education_historym {
    overflow: hidden;
    perspective: 1000px;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(220,224,215) 0%, rgb(183,183,158,0.5) 100%);
}.education_historym::before {
    animation: rotateBackground 15s linear infinite;
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    opacity: 0.4;
    background: conic-gradient(from 225deg at 50% 50%, rgb(151,166,104,0.5) 0%, transparent 25%, rgb(183,183,158,0.5) 50%, transparent 75%, rgb(151,166,104,0.5) 100%);
    top: 0;
    left: 0;
}.education_historym .container {
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    max-width: 1200px;
}.education_historym .learner_reflectionsd {
    background: linear-gradient(120deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
    position: relative;
    padding: 3rem;
    grid-template-rows: auto auto;
    backdrop-filter: blur(10px);
    gap: 1.5rem;
    transform: rotateY(-5deg);
    display: grid;
    grid-template-columns: 300px 1fr;
    grid-template-areas:
        "photo quote"
        "info quote";
    border-radius: 16px;
    transition: transform 0.5s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5),
                0 0 0 1px rgb(151,166,104,0.5),
                0 10px 0 -5px rgb(183,183,158,0.5);
}.education_historym .learner_reflectionsd:hover {
    transform: rotateY(0);
}.education_historym .image_shadowt {
    border: 5px solid #ffffff;
    border-radius: 50%;
    transform: translateZ(30px);
    transition: all 0.4s ease;
    height: 220px;
    width: 220px;
    grid-area: photo;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(183,183,158,0.5);
}.education_historym .learner_reflectionsd:hover .image_shadowt {
    transform: translateZ(50px) scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(183,183,158);
}.education_historym .name {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    color: #000000;
    display: block;
    transform: translateZ(20px);
    grid-area: info;
    font-weight: 700;
    font-size: 35px;
}.education_historym .learner_reflectionsd span:not(.name) {
    color: rgb(183,183,158);
    transform: translateZ(15px);
    font-size: 13px;
    display: block;
    grid-area: info;
    font-weight: 600;
    margin-top: 3.5rem;
}.education_historym .exp_viewy {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    position: relative;
    font-weight: 400;
    transform: translateZ(10px);
    padding: 1.5rem 2rem;
    border-left: 4px solid rgb(151,166,104);
    color: #000000;
    grid-area: quote;
    font-size: calc(13px * 1.1);
    border-radius: 0 16px 16px 0;
    line-height: 1.6;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8));
}.education_historym .exp_viewy::before {
    background: linear-gradient(45deg, transparent 40%, rgb(151,166,104,0.5) 40%, rgb(151,166,104,0.5) 60%, transparent 60%);
    top: 0;
    width: 100%;
    animation: shimmer 3s infinite linear;
    background-size: 200% 200%;
    position: absolute;
    mix-blend-mode: overlay;
    content: "";
    left: 0;
    opacity: 0.2;
    height: 100%;
}

@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

@media (max-width: 992px) {.education_historym .learner_reflectionsd {
    grid-template-rows: auto auto auto;
    padding: 2rem;
    grid-template-columns: 1fr;
    grid-template-areas:
            "image_shadowt"
            "request_forml"
            "exp_viewy";
}.education_historym .image_shadowt {
    width: 180px;
    height: 180px;
    margin: 0 auto;
}.education_historym .name,
    .education_historym .learner_reflectionsd span:not(.name) {
    text-align: center;
    margin-top: 1rem;
}.education_historym .learner_reflectionsd span:not(.name) {
    margin-top: 0;
}
}

@media (max-width: 576px) {.education_historym {
    padding: 4rem 0;
}.education_historym .learner_reflectionsd {
    transform: none;
    padding: 1.5rem;
}.education_historym .image_shadowt {
    width: 140px;
    height: 140px;
}.education_historym .exp_viewy {
    padding: 1rem;
    font-size: 13px;
}}.contact_usB {
    padding: 90px 0;
    background: rgb(220,224,215);
    overflow: hidden;
    position: relative;
}.contact_usB::before {
    left: 0;
    top: 0;
    width: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(183,183,158,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(151,166,104,0.5) 0%, transparent 60%);
    position: absolute;
    height: 100%;
    content: '';
    opacity: 0.2;
}.contact_usB::after {
    left: 0;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 20px);
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    content: '';
}.contact_usB .image_shadowt {
    right: 0;
    z-index: 1;
    height: 95%;
    position: absolute;
    width: 45%;
    border-radius: 100px 0 0 100px;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    top: 2.5%;
}.contact_usB .image_shadowt::after {
    content: '';
    border-radius: 100px 0 0 100px;
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    background: linear-gradient(to right, rgb(183,183,158,0.5), transparent 70%);
    top: 0;
}.contact_usB .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.contact_usB h3 {
    position: relative;
    font-weight: 700;
    color: #000000;
    font-family: Arial, sans-serif;
    text-align: center;
    margin-bottom: 50px;
    font-size: 31px;
}.contact_usB .inquiry_sectionz {
    display: flex;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}.contact_usB .inquiry_sectionz::before {
    opacity: 0.05;
    top: -100px;
    position: absolute;
    border-radius: 50%;
    height: 200px;
    background: rgb(183,183,158,0.5);
    content: '';
    left: -100px;
    width: 200px;
}.contact_usB .inquiry_sectionz::after {
    border-radius: 50%;
    width: 150px;
    position: absolute;
    opacity: 0.05;
    height: 150px;
    content: '';
    right: -75px;
    background: rgb(151,166,104,0.5);
    bottom: -75px;
}.contact_usB .reach_linksh {
    padding: 50px;
    width: 60%;
    position: relative;
}.contact_usB form h3 {
    text-align: left;
    font-size: 19px;
    margin-bottom: 30px;
    color: rgb(183,183,158);
}.contact_usB form h3::before,
.contact_usB form h3::after {
    display: none;
}.contact_usB input[type="text"],
.contact_usB textarea {
    transition: all 0.3s ease;
    margin-bottom: 20px;
    width: 100%;
    color: #000000;
    padding: 15px 25px;
    border-radius: 30px;
    background: rgba(245, 245, 245, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
    font-size: 14px;
}.contact_usB input[type="text"]:focus,
.contact_usB textarea:focus {
    outline: none;
    box-shadow: 0 0 15px rgb(183,183,158,0.5);
    border-color: rgb(183,183,158,0.5);
    background: rgba(255, 255, 255, 1);
}.contact_usB textarea {
    height: 140px;
    border-radius: 20px;
    resize: none;
}.contact_usB .query_formWcwn {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
}.contact_usB .query_formWcwn input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_usB .query_formWcwn label {
    padding-left: 35px;
    font-size: 12px;
    position: relative;
    color: #000000;
    cursor: pointer;
    line-height: 1.6;
}.contact_usB .query_formWcwn label::before {
    background: #ffffff;
    left: 0;
    width: 22px;
    border: 2px solid rgb(183,183,158,0.5);
    position: absolute;
    top: 2px;
    transition: all 0.3s ease;
    content: '';
    border-radius: 50%;
    height: 22px;
}.contact_usB .query_formWcwn input[type="checkbox"]:checked + label::before {
    border-color: rgb(183,183,158);
    background: rgb(183,183,158);
}.contact_usB .query_formWcwn input[type="checkbox"]:checked + label::after {
    border-width: 0 2px 2px 0;
    height: 10px;
    content: '';
    transform: rotate(45deg);
    width: 6px;
    left: 8px;
    top: 6px;
    position: absolute;
    border: solid #ffffff;
}.contact_usB .query_formWcwn a {
    transition: all 0.3s ease;
    color: rgb(183,183,158);
    text-decoration: none;
}.contact_usB .query_formWcwn a:hover {
    color: rgb(151,166,104);
}.contact_usB .reach_feedbackg {
    border: none;
    overflow: hidden;
    background: rgb(183,183,158);
    z-index: 1;
    border-radius: 50px;
    color: #ffffff;
    transition: all 0.3s ease;
    padding: 15px 40px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    cursor: pointer;
    font-size: 20px;
    position: relative;
}.contact_usB .reach_feedbackg::before {
    height: 100%;
    left: 0;
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    background: rgb(151,166,104);
    transform: translateY(100%);
    border-radius: 50px;
    transition: all 0.5s ease;
    z-index: -1;
}.contact_usB .reach_feedbackg:hover {
    box-shadow: 0 5px 20px rgb(183,183,158,0.5);
    transform: translateY(-3px);
}.contact_usB .reach_feedbackg:hover::before {
    transform: translateY(0);
}.contact_usB .request_forml {
    transform: translateY(-50%);
    right: 0;
    flex-direction: column;
    background: linear-gradient(135deg, rgb(183,183,158), rgb(151,166,104));
    border-radius: 70px 0 0 70px;
    justify-content: center;
    display: flex;
    position: absolute;
    width: 40%;
    padding: 50px;
    top: 50%;
    z-index: 3;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.1);
}.contact_usB .request_forml::before {
    background: 
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    content: '';
    position: absolute;
    border-radius: 70px 0 0 70px;
}.contact_usB .request_forml h4 {
    margin-bottom: 30px;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 19px;
    font-weight: 600;
    color: #ffffff;
}.contact_usB .request_forml h4::after {
    position: absolute;
    background: #ffffff;
    width: 40px;
    height: 3px;
    content: '';
    border-radius: 3px;
    left: 0;
    bottom: -10px;
}.contact_usB .feedback_messagez {
    list-style: none;
    padding: 0;
    margin: 0;
}.contact_usB .feedback_messagez li {
    align-items: flex-start;
    border-radius: 10px;
    padding: 5px;
    transition: all 0.3s ease;
    display: flex;
    margin-bottom: 25px;
}.contact_usB .feedback_messagez li:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}.contact_usB .feedback_messagez svg {
    height: 24px;
    margin-top: 3px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    width: 24px;
    margin-right: 15px;
}.contact_usB .feedback_messagez li:hover svg {
    transform: scale(1.2);
}.contact_usB .feedback_messagez svg path {
    fill: #ffffff;
}.contact_usB .feedback_messagez span {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    font-size: 14px;
    color: #ffffff;
}.contact_usB .feedback_messagez a {
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
}.contact_usB .feedback_messagez a:hover {
    opacity: 0.8;
}

@media (max-width: 1200px) {.contact_usB .inquiry_sectionz {
    width: 70%;
}.contact_usB .request_forml {
    width: 35%;
}
}

@media (max-width: 992px) {.contact_usB .image_shadowt {
    display: none;
}.contact_usB .container {
    display: flex;
    align-items: center;
    flex-direction: column;
}.contact_usB .inquiry_sectionz {
    width: 100%;
    flex-direction: column;
    max-width: 600px;
}.contact_usB .request_forml {
    max-width: 600px;
    right: auto;
    position: relative;
    border-radius: 20px;
    width: 100%;
    margin-top: 30px;
    transform: none;
    top: auto;
}.contact_usB .request_forml::before {
    border-radius: 20px;
}
}

@media (max-width: 768px) {.contact_usB {
    padding: 70px 0;
}.contact_usB h3 {
    font-size: calc(31px * 0.9);
    margin-bottom: 40px;
}.contact_usB .reach_linksh,
    .contact_usB .request_forml {
    padding: 30px;
}
}

@media (max-width: 576px) {.contact_usB {
    padding: 50px 0;
}.contact_usB h3 {
    font-size: calc(31px * 0.8);
    margin-bottom: 30px;
}.contact_usB .reach_linksh,
    .contact_usB .request_forml {
    padding: 25px 20px;
}.contact_usB input[type="text"],
    .contact_usB textarea {
    padding: 12px 20px;
    margin-bottom: 15px;
}.contact_usB .reach_feedbackg {
    padding: 12px;
    width: 100%;
}}.modalCookieAgreementq {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 90;
    border-top: 2px solid rgb(183,183,158);
    background: rgb(220,224,215);
}.cookie_ackG {
    padding: 20px 0;
    justify-content: space-between;
    align-items: center;
    display: flex;
}.modalCookieAgreementq h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.modalCookieAgreementq p {
    font-size: 18px;
}.visitor_controlsS {
    margin-right: 10px;
    flex-shrink: 0;
}.visitor_controlsS svg, .visitor_controlsS svg path, .visitor_controlsS img {
    height: 100px;
    fill: rgb(183,183,158);
    width: 100px;
}.user_choicesE {
    font-size: 24px;
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none;
    margin-left: 10px;
    color: rgb(183,183,158);
    flex-shrink: 0;
    border-bottom: 2px solid rgb(183,183,158);
    line-height: 35px;
    min-width: 120px;
    text-align: center;
}.modalCookieAgreementq p a {
    text-decoration: none;
    color: rgb(183,183,158);
}
@media only screen and (max-width: 1200px) {.modalCookieAgreementq {
    padding: 20px;
}}
#dialogPolicyNoticeb {
    display: none;
}#dialogPolicyNoticeb:checked ~ .modalCookieAgreementq {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 800px) {.visitor_controlsS {
    display: none;
}.cookie_ackG {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.modalCookieAgreementq h5 {
    text-align: center;
}.modalCookieAgreementq p {
    text-align: center;
}.cookie_protectR {
    margin-bottom: 20px;
}body .content-wrapperd .user_choicesE {
    margin-left: 0;
}}.subscribe_to_newsletterg {
    perspective: 1000px;
    overflow: hidden;
    padding: 6rem 2rem;
    background: rgb(220,224,215);
    position: relative;
}.subscribe_to_newsletterg::before {
    left: 0;
    content: "";
    top: 0;
    background: 
        linear-gradient(30deg, transparent 49%, rgb(183,183,158,0.5) 49%, rgb(183,183,158,0.5) 51%, transparent 51%),
        linear-gradient(150deg, transparent 49%, rgb(151,166,104,0.5) 49%, rgb(151,166,104,0.5) 51%, transparent 51%);
    z-index: 1;
    background-size: 60px 60px;
    position: absolute;
    opacity: 0.2;
    height: 100%;
    width: 100%;
}.subscribe_to_newsletterg .training_spaceP {
    max-width: 1200px;
    position: relative;
    transform-style: preserve-3d;
    margin: 0 auto;
    display: flex;
    z-index: 2;
    justify-content: center;
}.subscribe_to_newsletterg .request_listQ {
    width: 70%;
    transition: transform 0.5s ease;
    transform: rotateX(5deg) rotateY(-15deg) rotateZ(0deg);
    box-shadow: 
        30px 30px 0px rgb(183,183,158,0.5),
        -30px -30px 0px rgb(151,166,104,0.5);
    position: relative;
    background: #ffffff;
    padding: 3.5rem 3rem;
}.subscribe_to_newsletterg .request_listQ:hover {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}.subscribe_to_newsletterg h3 {
    margin-bottom: 2.5rem;
    transform: translateZ(20px);
    border-left: 5px solid rgb(183,183,158);
    font-weight: 700;
    padding-left: 1.5rem;
    font-size: 24px;
    position: relative;
    color: #000000;
}.subscribe_to_newsletterg .input_holder {
    transform: translateZ(30px);
    gap: 2rem;
    display: flex;
    flex-direction: column;
}.subscribe_to_newsletterg input[type="email"] {
    color: #000000;
    font-size: 14px;
    background: #ffffff;
    transition: all 0.3s ease;
    border: 2px solid rgba(0, 0, 0, 0.5);
    transform: skewY(0deg);
    font-family: Arial, sans-serif;
    transform-origin: left center;
    padding: 1.2rem 1.5rem;
}.subscribe_to_newsletterg input[type="email"]:focus {
    outline: none;
    transform: skewY(-2deg);
    box-shadow: 10px 10px 0px rgb(151,166,104,0.5);
    border-color: rgb(183,183,158);
}.subscribe_to_newsletterg input[type="submit"] {
    transform-origin: right center;
    padding: 1rem 2.5rem;
    align-self: flex-end;
    background: rgb(183,183,158);
    cursor: pointer;
    border: none;
    position: relative;
    transition: all 0.3s ease;
    font-size: 19px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    color: #ffffff;
    letter-spacing: 1px;
    overflow: hidden;
    transform: skewY(0deg);
    text-transform: uppercase;
}.subscribe_to_newsletterg input[type="submit"]:hover {
    background: rgb(151,166,104);
    transform: skewY(2deg);
    box-shadow: -10px 10px 0px rgb(183,183,158,0.5);
}.subscribe_to_newsletterg .request_listQ::before {
    position: absolute;
    background: rgb(151,166,104);
    top: -50px;
    width: 100px;
    opacity: 0.2;
    height: 100px;
    right: -50px;
    transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg);
    content: "";
}.subscribe_to_newsletterg .request_listQ::after {
    position: absolute;
    opacity: 0.2;
    content: "";
    height: 100px;
    left: -50px;
    background: rgb(183,183,158);
    transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg);
    width: 100px;
    bottom: -50px;
}.subscribe_to_newsletterg .input_holder::before {
    opacity: 0.3;
    height: 50px;
    animation: float 6s ease-in-out infinite;
    border: 2px solid rgb(151,166,104);
    width: 50px;
    content: "";
    position: absolute;
    top: 20%;
    transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg);
    right: -25px;
}.subscribe_to_newsletterg .input_holder::after {
    bottom: 20%;
    border: 2px solid rgb(183,183,158);
    animation: float 8s ease-in-out infinite reverse;
    width: 50px;
    transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg);
    content: "";
    position: absolute;
    left: -25px;
    opacity: 0.3;
    height: 50px;
}

@keyframes float {
    0%, 100% {
        transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg) translateY(0);
    }
    50% {
        transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg) translateY(-20px);
    }
}

@media (max-width: 992px) {.subscribe_to_newsletterg .request_listQ {
    box-shadow: 
            20px 20px 0px rgb(183,183,158,0.5),
            -20px -20px 0px rgb(151,166,104,0.5);
    transform: rotateX(3deg) rotateY(-10deg) rotateZ(0deg);
    width: 85%;
}
}

@media (max-width: 768px) {.subscribe_to_newsletterg {
    padding: 4rem 1.5rem;
}.subscribe_to_newsletterg .request_listQ {
    transform: none;
    box-shadow: 
            10px 10px 0px rgb(183,183,158,0.5),
            -10px -10px 0px rgb(151,166,104,0.5);
    width: 100%;
    padding: 2.5rem 2rem;
}.subscribe_to_newsletterg h3 {
    transform: none;
    font-size: calc(24px * 0.9);
}.subscribe_to_newsletterg .input_holder {
    transform: none;
}.subscribe_to_newsletterg .request_listQ::before,
    .subscribe_to_newsletterg .request_listQ::after,
    .subscribe_to_newsletterg .input_holder::before,
    .subscribe_to_newsletterg .input_holder::after {
    display: none;
}
}

@media (max-width: 480px) {.subscribe_to_newsletterg {
    padding: 3rem 1rem;
}.subscribe_to_newsletterg .request_listQ {
    box-shadow: 
            5px 5px 0px rgb(183,183,158,0.5),
            -5px -5px 0px rgb(151,166,104,0.5);
    padding: 2rem 1.5rem;
}.subscribe_to_newsletterg h3 {
    margin-bottom: 2rem;
    font-size: calc(24px * 0.8);
    padding-left: 1rem;
}.subscribe_to_newsletterg input[type="email"] {
    padding: 1rem;
}.subscribe_to_newsletterg input[type="submit"] {
    padding: 0.8rem 1.5rem;
    align-self: stretch;
}}.title_portalI {
    overflow: hidden;
    width: 100%;
    padding: 2rem;
    align-items: center;
    position: relative;
    justify-content: center;
    display: flex;
    min-height: 100vh;
}.title_portalI::before {
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.8) 0%, 
    rgba(0, 0, 0, 0.6) 50%, 
    rgba(0, 0, 0, 0.4) 100%);
    right: 0;
    content: "";
    z-index: 1;
    left: 0;
    top: 0;
    position: absolute;
    bottom: 0;
}.title_portalI::after {
    z-index: 2;
    background: linear-gradient(to bottom, 
    rgb(183,183,158,0.5) 0%, 
    transparent 20%, 
    transparent 80%, 
    rgb(151,166,104,0.5) 100%);
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    opacity: 0.4;
    right: 0;
    animation: backgroundPulse 8s infinite alternate ease-in-out;
    bottom: 0;
    mix-blend-mode: overlay;
}.title_portalI > div {
    max-width: 1200px;
    transform: translateY(-2vh);
    position: relative;
    z-index: 5;
    gap: 3rem;
    display: flex;
    flex-direction: column;
    width: 100%;
}.title_portalI > div > div:first-child {
    padding-left: 4vw;
    position: relative;
}.title_portalI > div > div:first-child::before {
    transform-origin: top;
    transform: translateY(-50%) scaleY(0);
    content: "";
    position: absolute;
    animation: lineReveal 1.2s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(to bottom, rgb(183,183,158), rgb(151,166,104));
    height: 120%;
    left: 0;
    width: 8px;
    top: 50%;
}.title_portalI .title_style_header {
    font-size: clamp(2.5rem, 5vw, 48px);
    line-height: 1.2;
    opacity: 0;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #ffffff;
    transform: translateX(-20px);
    animation: slideIn 1s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    margin: 0;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
}.title_portalI .course_mainh {
    opacity: 0;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.05);
    gap: 2rem;
    border-left: 4px solid rgb(151,166,104);
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(30px);
    padding: 2.5rem;
    display: grid;
    animation: floatIn 1.2s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    grid-template-columns: 1fr;
    backdrop-filter: blur(12px);
}.title_portalI .how_growS {
    position: relative;
}.title_portalI .how_growS h3 {
    color: #ffffff;
    position: relative;
    font-weight: 600;
    font-size: clamp(1.2rem, 3vw, 18px);
    line-height: 1.4;
    margin: 0 0 0.5rem;
    padding-bottom: 1rem;
}.title_portalI .how_growS h3::after {
    position: absolute;
    left: 0;
    content: "";
    height: 3px;
    animation: lineGrow 1.5s 1.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(90deg, rgb(183,183,158), rgb(151,166,104));
    width: 0;
    bottom: 0;
}.title_portalI .course_mainh div:last-child span {
    overflow: hidden;
    position: relative;
    display: inline-block;
}.title_portalI .course_mainh p {
    font-weight: 400;
    color: #ffffff;
    font-size: clamp(1rem, 2vw, 13px);
    opacity: 0;
    margin: 0;
    position: relative;
    animation: fadeIn 1s 1.5s forwards ease-out;
    line-height: 1.5;
}.title_portalI .course_mainh div:last-child span::before {
    position: absolute;
    background: rgb(151,166,104);
    top: 0;
    left: 0;
    animation: revealText 1.2s 1.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    height: 100%;
    width: 100%;
    transform-origin: right;
    z-index: 1;
    transform: scaleX(1);
    content: "";
}

@keyframes lineReveal {
  0% {
    transform: translateY(-50%) scaleY(0);
  }
  100% {
    transform: translateY(-50%) scaleY(1);
  }
}

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

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

@keyframes lineGrow {
  0% {
    width: 0;
  }
  100% {
    width: 80px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

@keyframes backgroundPulse {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.6;
  }
}

@media (min-width: 768px) {.title_portalI > div {
    gap: 5rem;
}.title_portalI .course_mainh {
    padding: 3rem;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
    align-items: center;
    grid-template-columns: 2fr 1fr;
}.title_portalI > div > div:first-child {
    padding-left: 5vw;
}.title_portalI > div > div:first-child::before {
    width: 12px;
}
}

@media (min-width: 992px) {.title_portalI {
    padding: 0;
}.title_portalI > div {
    max-width: 1400px;
}.title_portalI .course_mainh {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    padding: 4rem;
}.title_portalI .title_style_header {
    max-width: 80%;
}.title_portalI .course_mainh div:last-child {
    padding-left: 2rem;
    position: relative;
}.title_portalI .course_mainh div:last-child::before {
    background: rgb(183,183,158);
    height: 70%;
    width: 3px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    content: "";
    left: 0;
}
}

@media (min-width: 1200px) {.title_portalI > div {
    transform: translateY(-5vh);
}.title_portalI .course_mainh {
    grid-template-columns: 3fr 1fr;
}.title_portalI > div > div:first-child::before {
    width: 15px;
}
}

@media (hover: hover) {.title_portalI .course_mainh:hover {
    box-shadow: 
      0 25px 50px rgba(0, 0, 0, 0.25),
      0 0 0 1px rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
}

@media (prefers-reduced-motion) {.title_portalI::after,
  .title_portalI > div > div:first-child::before,
  .title_portalI .title_style_header,
  .title_portalI .course_mainh,
  .title_portalI .how_growS h3::after,
  .title_portalI .course_mainh p,
  .title_portalI .course_mainh div:last-child span::before {
    animation: none;
    transform: none;
    opacity: 1;
}.title_portalI .how_growS h3::after {
    width: 80px;
}}.potential_learnersp {
    background: linear-gradient(180deg, rgb(220,224,215) 0%, #ffffff 100%);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.potential_learnersp::before {
    z-index: 1;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgb(183,183,158,0.5) 25%, transparent 25%) -50px 0,
                linear-gradient(225deg, rgb(183,183,158,0.5) 25%, transparent 25%) -50px 0,
                linear-gradient(315deg, rgb(183,183,158,0.5) 25%, transparent 25%),
                linear-gradient(45deg, rgb(183,183,158,0.5) 25%, transparent 25%);
    opacity: 0.05;
    width: 100%;
    height: 100%;
    left: 0;
    background-size: 100px 100px;
    top: 0;
}.potential_learnersp .container {
    z-index: 2;
    max-width: 1140px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}.potential_learnersp .training_spaceP {
    position: relative;
    perspective: 1000px;
}.potential_learnersp h4 {
    margin-bottom: 80px;
    padding-bottom: 15px;
    font-weight: 700;
    text-align: center;
    color: #000000;
    position: relative;
    display: inline-block;
    left: 50%;
    font-size: 35px;
    transform: translateX(-50%);
}.potential_learnersp h4::before {
    width: 50%;
    position: absolute;
    border-radius: 3px;
    bottom: 0;
    height: 3px;
    left: 25%;
    content: "";
    background: rgb(183,183,158);
}.potential_learnersp h4::after {
    width: 70%;
    position: absolute;
    border-radius: 1px;
    bottom: 10px;
    height: 1px;
    left: 15%;
    background: rgb(151,166,104,0.5);
    content: "";
}.potential_learnersp div > div {
    perspective: 1000px;
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}.potential_learnersp p {
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    display: flex;
    padding: 25px;
    align-items: flex-start;
    border-radius: 15px;
    color: #000000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transform-style: preserve-3d;
    font-size: 17px;
    position: relative;
    transform: translateZ(0) rotateX(0) rotateY(0);
    z-index: 1;
}.potential_learnersp p:nth-child(odd) {
    animation: float1 5s ease-in-out infinite;
}.potential_learnersp p:nth-child(even) {
    animation: float2 6s ease-in-out infinite;
}@keyframes float1 {
    0%, 100% {
        transform: translateZ(20px) translateY(0);
    }
    50% {
        transform: translateZ(40px) translateY(-15px);
    }
}

@keyframes float2 {
    0%, 100% {
        transform: translateZ(30px) translateY(0);
    }
    50% {
        transform: translateZ(50px) translateY(-20px);
    }
}

.potential_learnersp p::before {
    top: 0;
    opacity: 0;
    position: absolute;
    z-index: -1;
    height: 100%;
    background: linear-gradient(135deg, #ffffff 0%, rgb(220,224,215) 100%);
    border-radius: 15px;
    content: "";
    left: 0;
    width: 100%;
    transition: opacity 0.3s ease;
}.potential_learnersp p:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateZ(60px) rotateX(5deg) rotateY(5deg);
}.potential_learnersp p:hover::before {
    opacity: 1;
}.potential_learnersp p svg {
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
    margin-right: 15px;
    flex-shrink: 0;
    height: 28px;
    width: 28px;
    transition: all 0.3s ease;
    transform: translateZ(10px);
}.potential_learnersp p svg path {
    fill: rgb(183,183,158);
    transition: fill 0.3s ease;
}.potential_learnersp p:hover svg {
    transform: translateZ(30px) scale(1.2);
}.potential_learnersp p:hover svg path {
    fill: rgb(151,166,104);
}.potential_learnersp p span {
    transform: translateZ(5px);
}.potential_learnersp::after {
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    position: absolute;
    pointer-events: none;
    height: 200px;
    content: "";
    background: linear-gradient(to top, #ffffff, transparent);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px) translateZ(0);
    }
    to {
        opacity: 1;
        transform: translateY(0) translateZ(0);
    }
}


@media (max-width: 991px) {.potential_learnersp {
    padding: 100px 0;
}.potential_learnersp h4 {
    margin-bottom: 60px;
    font-size: calc(35px * 0.9);
}.potential_learnersp div > div {
    gap: 30px;
}.potential_learnersp p {
    padding: 20px;
}
    
    @keyframes float1 {
        0%, 100% {
            transform: translateZ(10px) translateY(0);
        }
        50% {
            transform: translateZ(20px) translateY(-10px);
        }
    }
    
    @keyframes float2 {
        0%, 100% {
            transform: translateZ(15px) translateY(0);
        }
        50% {
            transform: translateZ(25px) translateY(-12px);
        }
    }
}

@media (max-width: 768px) {.potential_learnersp {
    padding: 80px 0;
}.potential_learnersp h4 {
    margin-bottom: 50px;
    font-size: calc(35px * 0.8);
}.potential_learnersp div > div {
    grid-template-columns: 1fr;
    gap: 25px;
}.potential_learnersp p {
    padding: 18px;
}.potential_learnersp p svg {
    margin-right: 12px;
    height: 24px;
    width: 24px;
}.potential_learnersp p:nth-child(odd),
    .potential_learnersp p:nth-child(even) {
    animation: none;
    transform: none;
}.potential_learnersp p:hover {
    transform: translateY(-5px);
}.potential_learnersp p:hover svg {
    transform: scale(1.2);
}.potential_learnersp::after {
    height: 100px;
}
}

@media (max-width: 576px) {.potential_learnersp {
    padding: 60px 0;
}.potential_learnersp h4 {
    margin-bottom: 40px;
    font-size: calc(35px * 0.7);
}.potential_learnersp h4::before {
    height: 2px;
}.potential_learnersp h4::after {
    bottom: 8px;
}.potential_learnersp div > div {
    gap: 20px;
}.potential_learnersp p {
    font-size: calc(17px * 0.9);
    padding: 15px;
}.potential_learnersp p svg {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}}.ty_successY {
    overflow: hidden;
    padding: 4rem 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #ebedee 100%);
    font-family: Arial, sans-serif;
    position: relative;
}.ty_successY::before {
    opacity: 0.3;
    content: "";
    z-index: 0;
    height: 70%;
    top: -30%;
    width: 60%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    position: absolute;
    background: linear-gradient(145deg, rgb(183,183,158,0.5) 0%, rgb(151,166,104,0.5) 100%);
    transform: rotate(-15deg);
    filter: blur(30px);
    animation: float 15s ease-in-out infinite alternate;
    right: -10%;
}.ty_successY::after {
    filter: blur(25px);
    width: 40%;
    animation: float 18s ease-in-out infinite alternate-reverse;
    z-index: 0;
    bottom: -20%;
    opacity: 0.2;
    height: 60%;
    content: "";
    transform: rotate(10deg);
    background: linear-gradient(225deg, rgb(151,166,104,0.5) 0%, rgb(183,183,158,0.5) 100%);
    left: -5%;
    position: absolute;
    border-radius: 30% 70% 60% 40% / 50% 30% 70% 50%;
}.ty_successY .container {
    padding: 0 20px;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.ty_successY .training_spaceP {
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
    position: relative;
    border-radius: 15px;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05),
                -10px -10px 30px rgba(255, 255, 255, 0.8),
                inset 2px 2px 5px rgba(255, 255, 255, 0.4),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    padding: 3rem;
    transform: perspective(1000px) rotateX(2deg);
}.ty_successY .training_spaceP:hover {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.08),
                -15px -15px 40px rgba(255, 255, 255, 0.9),
                inset 2px 2px 5px rgba(255, 255, 255, 0.4),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.ty_successY .training_spaceP > div:first-child {
    position: relative;
    margin-bottom: 1.5rem;
}.ty_successY .training_spaceP > div:first-child::after {
    width: 80px;
    border-radius: 10px;
    transition: width 0.3s ease;
    bottom: -0.75rem;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(183,183,158) 0%, rgb(151,166,104) 100%);
    height: 3px;
    transform-origin: left;
    left: 0;
}.ty_successY .training_spaceP:hover > div:first-child::after {
    width: 120px;
}.ty_successY h5 {
    font-size: 19px;
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
    position: relative;
    color: #000000;
    display: inline-block;
}.ty_successY h5::before {
    background: linear-gradient(135deg, rgb(183,183,158) 0%, rgb(151,166,104) 100%);
    width: 26px;
    transform: translateY(-50%);
    color: #ffffff;
    opacity: 0;
    position: absolute;
    justify-content: center;
    content: "✓";
    transition: opacity 0.5s ease, transform 0.5s ease;
    border-radius: 50%;
    height: 26px;
    align-items: center;
    left: -35px;
    display: flex;
    font-size: 14px;
    top: 50%;
}.ty_successY .training_spaceP:hover h5::before {
    transform: translateY(-50%) scale(1);
    opacity: 1;
}.ty_successY p {
    line-height: 1.8;
    margin: 0;
    font-size: 12px;
    color: #000000;
    transition: color 0.3s ease;
}.ty_successY a {
    text-decoration: none;
    position: relative;
    overflow: hidden;
    display: block;
    transition: transform 0.3s ease;
}.ty_successY a::before {
    background: linear-gradient(90deg, rgb(183,183,158,0.5) 0%, rgb(151,166,104) 100%);
    height: 2px;
    bottom: 0;
    position: absolute;
    width: 100%;
    transform-origin: right;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    content: "";
    left: 0;
    transform: scaleX(0);
}.ty_successY a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.ty_successY a:hover {
    transform: translateY(-2px);
}.ty_successY a:hover p {
    color: rgb(183,183,158);
}

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

@media (max-width: 991px) {.ty_successY {
    padding: 3rem 0;
}.ty_successY .training_spaceP {
    padding: 2.5rem;
}.ty_successY h5 {
    font-size: calc(19px - 2px);
}
}

@media (max-width: 767px) {.ty_successY {
    padding: 2.5rem 0;
}.ty_successY .training_spaceP {
    padding: 2rem;
    transform: perspective(1000px) rotateX(1deg);
}.ty_successY h5 {
    padding-left: 20px;
    font-size: calc(19px - 4px);
}.ty_successY h5::before {
    font-size: 12px;
    left: -15px;
    height: 22px;
    width: 22px;
}.ty_successY p {
    font-size: calc(12px - 1px);
}
}

@media (max-width: 576px) {.ty_successY {
    padding: 2rem 0;
}.ty_successY .training_spaceP {
    transform: none;
    border-radius: 10px;
    padding: 1.5rem;
}.ty_successY h5 {
    font-size: calc(19px - 6px);
}.ty_successY .training_spaceP > div:first-child::after {
    width: 60px;
    height: 2px;
}.ty_successY .training_spaceP:hover > div:first-child::after {
    width: 90px;
}.ty_successY h5::before {
    height: 20px;
    width: 20px;
    font-size: 10px;
}.ty_successY p {
    line-height: 1.6;
    font-size: calc(12px - 2px);
}}.confidential_coveL {
    width: 100%;
    color: #ffffff;
    box-shadow: 0 0 15px rgb(183,183,158,0.5), 0 0 30px rgb(151,166,104,0.5);
    overflow: hidden;
    height: auto;
    font-family: Arial, sans-serif;
    padding: 40px;
}.confidential_coveL h1 {
    margin-top: 40px;
    margin-bottom: 25px;
    font-weight: 700;
    border-bottom: 2px solid rgb(183,183,158);
    padding-bottom: 10px;
    text-shadow: 0 0 10px rgb(183,183,158,0.5);
    font-size: 44px;
    text-transform: uppercase;
    color: rgb(183,183,158);
}.confidential_coveL h2 {
    border-bottom: 1px solid rgb(151,166,104);
    font-size: 37px;
    padding-bottom: 5px;
    text-shadow: 0 0 10px rgb(151,166,104,0.5);
    font-weight: 600;
    color: rgb(151,166,104);
    margin-top: 30px;
    margin-bottom: 20px;
}.confidential_coveL h3, .confidential_coveL h4, .confidential_coveL h5, .confidential_coveL h6 {
    margin-bottom: 15px;
    font-size: 24px;
    text-shadow: 0 0 5px rgb(183,183,158,0.5);
    margin-top: 25px;
    font-weight: 600;
    color: rgb(183,183,158);
}.confidential_coveL ul, .confidential_coveL ol {
    padding-left: 20px;
    padding: 15px 0;
    list-style-position: inside;
}.confidential_coveL li {
    text-shadow: 0 0 5px rgb(183,183,158,0.5);
    font-weight: 400;
    color: #000000;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.6;
}.confidential_coveL section {
    margin-top: 20px;
    box-shadow: 0 0 15px rgb(183,183,158,0.5);
    background: rgb(220,224,215);
    border-radius: 10px;
    padding: 20px;
}.confidential_coveL p, .confidential_coveL span, .confidential_coveL div {
    font-size: 14px;
    text-shadow: 0 0 5px rgb(183,183,158,0.5);
    color: #000000;
    margin-bottom: 10px;
    font-weight: 300;
    line-height: 1.8;
}

@media only screen and (max-width: 800px) {.confidential_coveL {
    padding: 20px 10px;
}.confidential_coveL h1 {
    font-size: calc(24px * 0.8);
}.confidential_coveL h2 {
    font-size: calc(24px * 0.8);
}.confidential_coveL h3, .confidential_coveL h4, .confidential_coveL h5, .confidential_coveL h6 {
    font-size: calc(24px * 0.8);
}.confidential_coveL p, .confidential_coveL span, .confidential_coveL div {
    font-size: calc(14px * 0.9);
}}.our_backgroundP {
    position: relative;
    padding: 120px 30px;
    color: #ffffff;
    overflow: hidden;
}.our_backgroundP::before {
    bottom: 0;
    right: 0;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%, 
        rgba(0, 0, 0, 0.65) 50%, 
        rgba(0, 0, 0, 0.75) 100%);
}.our_backgroundP::after {
    top: -50%;
    right: -50%;
    width: 100%;
    content: "";
    opacity: 0.15;
    height: 100%;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    background: rgb(183,183,158);
    z-index: 2;
    animation: subtle-shift 20s infinite alternate ease-in-out;
}.our_backgroundP h4 {
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    font-size: 34px;
    letter-spacing: 2px;
    text-transform: uppercase;
    z-index: 10;
    transform: translateY(0);
    color: #ffffff;
    opacity: 1;
    text-align: center;
}.our_backgroundP h4::after {
    left: 50%;
    content: "";
    transform: translateX(-50%);
    background: rgb(151,166,104);
    position: absolute;
    height: 3px;
    z-index: 10;
    width: 80px;
    bottom: -15px;
}.our_backgroundP .container {
    z-index: 10;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.our_backgroundP .statement_boxB {
    border-left: 3px solid rgb(151,166,104);
    -webkit-backdrop-filter: blur(10px);
    opacity: 1;
    position: relative;
    transform: translateY(0);
    padding: 40px;
    backdrop-filter: blur(10px);
    background: linear-gradient(
        to right bottom,
        rgba(255, 255, 255, 0.1),
        rgba(255, 255, 255, 0.05)
    );
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}.our_backgroundP .statement_boxB::before {
    opacity: 0.3;
    position: absolute;
    border: 2px solid rgb(151,166,104,0.5);
    transform: rotate(15deg);
    z-index: -1;
    height: 120px;
    content: "";
    right: 20px;
    width: 120px;
    top: 20px;
}.our_backgroundP h6 {
    margin-bottom: 25px;
    color: rgb(151,166,104);
    font-size: calc(22px * 1.2);
    letter-spacing: 1px;
    display: inline-block;
    font-weight: 700;
    position: relative;
}.our_backgroundP h6::after {
    width: 60%;
    transition: transform 0.4s ease;
    height: 2px;
    content: "";
    transform: scaleX(1);
    transform-origin: left;
    left: 0;
    bottom: -8px;
    background: rgb(151,166,104);
    position: absolute;
}.our_backgroundP .statement_boxB div {
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgb(151,166,104) rgba(255, 255, 255, 0.1);
    position: relative;
    padding-right: 15px;
    max-height: 400px;
}.our_backgroundP .statement_boxB div::-webkit-scrollbar {
    width: 6px;
}.our_backgroundP .statement_boxB div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
}.our_backgroundP .statement_boxB div::-webkit-scrollbar-thumb {
    background: rgb(151,166,104);
    border-radius: 10px;
}.our_backgroundP span {
    font-size: 18px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    line-height: 1.8;
    display: block;
}

@keyframes subtle-shift {
    0% {
        transform: rotate(45deg) translateY(-50%);
    }
    50% {
        transform: rotate(42deg) translateY(-48%);
    }
    100% {
        transform: rotate(48deg) translateY(-52%);
    }
}

@media (min-width: 768px) {.our_backgroundP {
    padding: 150px 50px;
}.our_backgroundP h4 {
    font-size: calc(34px * 1.2);
    margin-bottom: 60px;
}.our_backgroundP .statement_boxB {
    margin: 0 auto;
    padding: 60px;
    border-top-right-radius: 27px;
    border-bottom-right-radius: 27px;
    border-left: 5px solid rgb(151,166,104);
    max-width: 90%;
}.our_backgroundP h6 {
    margin-bottom: 30px;
    font-size: calc(22px * 1.5);
}.our_backgroundP .statement_boxB div {
    column-gap: 40px;
    column-count: 2;
    max-height: none;
}.our_backgroundP span {
    font-size: calc(18px * 1.1);
}
}

@media (min-width: 1200px) {.our_backgroundP {
    padding: 180px 0;
}.our_backgroundP .statement_boxB {
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.5s ease;
    max-width: 80%;
    padding: 80px;
}.our_backgroundP .statement_boxB:hover {
    transform: perspective(1000px) rotateY(0deg);
}.our_backgroundP h6::after {
    width: 40%;
}.our_backgroundP span {
    font-size: calc(18px * 1.2);
}.our_backgroundP .statement_boxB::before {
    right: 30px;
    height: 180px;
    width: 180px;
    top: 30px;
}
}

@media (max-width: 767px) {.our_backgroundP {
    padding: 80px 20px;
}.our_backgroundP h4 {
    font-size: 22px;
    margin-bottom: 30px;
}.our_backgroundP .statement_boxB {
    padding: 30px 20px;
}.our_backgroundP h6 {
    margin-bottom: 20px;
    font-size: 20px;
}.our_backgroundP span {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}.our_backgroundP .statement_boxB div {
    max-height: 300px;
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(to right, rgb(151,166,104), rgb(183,183,158));
    left: 0;
    z-index: -2;
    opacity: 0.9;
    content: "";
}footer::after {
    position: absolute;
    z-index: -1;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    top: 0;
}.help_centerN {
    position: relative;
    color: #ffffff;
    padding: 5rem 0 2rem;
}.help_centerN::before {
    height: 10px;
    width: 100%;
    content: "";
    top: 0;
    background: linear-gradient(90deg, rgb(183,183,158), rgb(151,166,104), rgb(183,183,158));
    position: absolute;
    left: 0;
}.help_centerN .container {
    position: relative;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 2rem;
}.help_centerN .company_holder {
    grid-column: span 5;
    padding: 0;
    position: relative;
}.help_centerN .company_holder h3 {
    color: #ffffff;
    font-size: 36px;
    margin: 0 0 1.5rem;
    font-weight: 700;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    position: relative;
    padding-bottom: 1rem;
}.help_centerN .company_holder h3::after {
    content: "";
    background: #ffffff;
    left: 0;
    bottom: -2px;
    height: 2px;
    position: absolute;
    width: 80px;
}.help_centerN .access_ctaC {
    border-left: 3px solid rgba(255, 255, 255, 0.3);
    font-size: 13px;
    padding: 0 0 0 1.5rem;
    line-height: 1.7;
    color: #ffffff;
    margin-top: 1.5rem;
    position: relative;
}.help_centerN .discord_ctaa {
    grid-column: span 7;
}.help_centerN .page_navx {
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.help_centerN .top_bark {
    position: relative;
}.help_centerN .top_bark h5 {
    font-weight: 600;
    color: #ffffff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    font-size: 23px;
    position: relative;
    margin: 0 0 1.5rem;
    padding-bottom: 0.8rem;
}.help_centerN .top_bark h5::after {
    left: 0;
    width: 40px;
    height: 2px;
    content: "";
    background: #ffffff;
    bottom: -2px;
    position: absolute;
}.help_centerN .top_bark .page_navx {
    display: grid;
    gap: 1rem;
}.help_centerN .top_bark .page_navx a {
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    font-size: 13px;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}.help_centerN .top_bark .page_navx a::after {
    opacity: 0;
    transition: all 0.3s ease;
    margin-left: 0.5rem;
    content: "\2192";
    transform: translateX(-5px);
}.help_centerN .top_bark .page_navx a:hover {
    color: #ffffff;
    padding-left: 0.5rem;
}.help_centerN .top_bark .page_navx a:hover::after {
    opacity: 1;
    transform: translateX(0);
}.project_reff {
    padding: 2rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 4rem;
    background: rgba(0, 0, 0, 0.1);
    position: relative;
}.project_reff .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.project_reff .trust_badgek {
    text-align: center;
    position: relative;
    color: #ffffff;
    opacity: 0.9;
    padding: 0 1rem;
    font-size: 13px;
}.help_centerN::after {
    height: 50px;
    position: absolute;
    width: 50px;
    right: 2rem;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    top: 2rem;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
}.help_centerN .company_holder::before {
    position: absolute;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    top: 0;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    width: 50px;
    left: 0;
    height: 50px;
    content: "";
}.help_centerN .company_holder::after {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    left: 0;
    height: 50px;
    bottom: 0;
    position: absolute;
    content: "";
    width: 50px;
}.help_centerN .discord_ctaa::after {
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    width: 50px;
    bottom: 0;
    height: 50px;
    content: "";
    right: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 1200px) {.help_centerN .container {
    gap: 1.5rem;
}
}

@media (max-width: 992px) {.help_centerN {
    padding: 4rem 0 2rem;
}.help_centerN .container {
    grid-template-columns: 1fr;
}.help_centerN .company_holder,
    .help_centerN .discord_ctaa {
    grid-column: span 12;
}.help_centerN .company_holder {
    margin-bottom: 2rem;
}.help_centerN::after,
    .help_centerN .company_holder::before,
    .help_centerN .company_holder::after,
    .help_centerN .discord_ctaa::after {
    display: none;
}
}

@media (max-width: 768px) {.help_centerN {
    padding: 3rem 0 1.5rem;
}.help_centerN .page_navx {
    gap: 1.5rem;
}.help_centerN .company_holder h3 {
    font-size: calc(36px - 2px);
}.project_reff {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.help_centerN {
    padding: 2.5rem 0 1rem;
}.help_centerN .page_navx {
    gap: 2rem;
    grid-template-columns: 1fr;
}.help_centerN .access_ctaC {
    padding-left: 1rem;
}.project_reff {
    margin-top: 2rem;
}
}

@media (max-width: 420px) {.help_centerN .company_holder h3::after,
    .help_centerN .top_bark h5::after {
    width: 30px;
}.help_centerN .top_bark .page_navx a:hover {
    padding-left: 0.3rem;
}}.program_offeringsE {
    position: relative;
    min-height: 100vh;
    flex-direction: column;
    display: flex;
    background-color: rgb(220,224,215);
    overflow: hidden;
}.program_offeringsE .career_classp {
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 1;
    top: 0;
    overflow: hidden;
    position: absolute;
}.program_offeringsE .skill_explorerS {
    width: calc(100% * var(--slide-count, 5));
    display: flex;
    animation: carousel-slide 30s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
    height: 100%;
}.program_offeringsE .career_classp:hover .skill_explorerS {
    animation-play-state: paused;
}.program_offeringsE .study_trackN {
    overflow: hidden;
    position: relative;
    height: 100%;
    width: calc(100% / var(--slide-count, 5));
}.program_offeringsE .study_trackN::before {
    z-index: 1;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
    opacity: 0.8;
    background: linear-gradient(
        135deg,
        rgb(183,183,158,0.5) 0%,
        transparent 30%,
        transparent 70%,
        rgb(151,166,104,0.5) 100%
    );
    top: 0;
    left: 0;
    transition: opacity 0.5s ease;
}.program_offeringsE .study_trackN:hover::before {
    opacity: 0.4;
}.program_offeringsE .study_trackN img {
    width: 100%;
    height: 100%;
    transition: transform 0.7s ease-out;
    transform: scale(1.05);
    filter: brightness(0.85) contrast(1.1);
    object-fit: cover;
}.program_offeringsE .study_trackN:hover img {
    transform: scale(1);
    filter: brightness(0.95) contrast(1.05);
}.program_offeringsE .container {
    position: relative;
    padding: 4rem 2rem;
    display: flex;
    z-index: 2;
    justify-content: flex-end;
    height: 100%;
    align-items: center;
    margin: auto;
}.program_offeringsE .training_spaceP {
    margin-right: 5%;
    position: relative;
    max-width: 600px;
    width: 100%;
}.program_offeringsE .knowledge_mapL {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    padding: 3rem;
    background: rgba(var(--dark-color, 21, 20, 26), 0.75);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 
                0 1px 3px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    backdrop-filter: blur(8px);
    position: relative;
    transform: translateY(0);
    border-radius: 14px;
}.program_offeringsE .knowledge_mapL::before {
    top: 0;
    content: "";
    width: 100%;
    background: linear-gradient(
        90deg,
        rgb(183,183,158) 0%,
        rgb(151,166,104) 100%
    );
    left: 0;
    height: 3px;
    position: absolute;
}.program_offeringsE .knowledge_mapL::after {
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(183,183,158,0.5) 100%
    );
    position: absolute;
    width: 50%;
    bottom: 0;
    height: 1px;
    right: 0;
    content: "";
}.program_offeringsE .knowledge_mapL:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3), 
                0 2px 5px rgba(0, 0, 0, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.08) inset;
    transform: translateY(-5px);
}.program_offeringsE .knowledge_mapL h3 {
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
    color: #ffffff;
}.program_offeringsE .knowledge_mapL h3::after {
    width: 40%;
    height: 2px;
    transition: width 0.3s ease;
    bottom: -8px;
    content: "";
    position: absolute;
    left: 0;
    background-color: rgb(183,183,158);
}.program_offeringsE .knowledge_mapL:hover h3::after {
    width: 60%;
}.program_offeringsE .knowledge_mapL p {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 2rem;
    font-weight: 300;
    color: #ffffff;
    opacity: 0.8;
}.program_offeringsE .knowledge_mapL .reach_feedbackg {
    padding: 0.85rem 2rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: inline-block;
    z-index: 1;
    background: linear-gradient(
        45deg,
        rgb(183,183,158) 0%,
        rgb(151,166,104) 100%
    );
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgb(183,183,158,0.5);
    color: #ffffff;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    text-decoration: none;
}.program_offeringsE .knowledge_mapL .reach_feedbackg::before {
    transition: opacity 0.3s ease;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    position: absolute;
    height: 100%;
    z-index: -1;
    background: linear-gradient(
        45deg,
        rgb(151,166,104) 0%,
        rgb(183,183,158) 100%
    );
}.program_offeringsE .knowledge_mapL .reach_feedbackg:hover {
    box-shadow: 0 8px 20px rgb(183,183,158,0.5);
    transform: translateY(-2px);
}.program_offeringsE .knowledge_mapL .reach_feedbackg:hover::before {
    opacity: 1;
}@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    16% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(calc(-100% / var(--slide-count, 5)));
    }
    36% {
        transform: translateX(calc(-100% / var(--slide-count, 5)));
    }
    40% {
        transform: translateX(calc(-200% / var(--slide-count, 5)));
    }
    56% {
        transform: translateX(calc(-200% / var(--slide-count, 5)));
    }
    60% {
        transform: translateX(calc(-300% / var(--slide-count, 5)));
    }
    76% {
        transform: translateX(calc(-300% / var(--slide-count, 5)));
    }
    80% {
        transform: translateX(calc(-400% / var(--slide-count, 5)));
    }
    96% {
        transform: translateX(calc(-400% / var(--slide-count, 5)));
    }
    100% {
        transform: translateX(0);
    }
}

.program_offeringsE::before {
    left: 0;
    background: radial-gradient(circle at 75% 25%, 
                transparent 0%,
                rgba(0, 0, 0, 0.5) 70%);
    content: "";
    height: 100%;
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
}

@media (max-width: 992px) {.program_offeringsE .container {
    padding: 3rem 1.5rem;
    justify-content: center;
}.program_offeringsE .training_spaceP {
    margin-right: 0;
    max-width: 540px;
}.program_offeringsE .knowledge_mapL {
    padding: 2.5rem;
}.program_offeringsE .knowledge_mapL h3 {
    font-size: calc(35px * 0.9);
}
}

@media (max-width: 768px) {.program_offeringsE .container {
    padding-bottom: 4rem;
    padding-top: 4rem;
}.program_offeringsE .knowledge_mapL {
    padding: 2rem;
}.program_offeringsE .knowledge_mapL h3 {
    margin-bottom: 1.2rem;
    font-size: calc(35px * 0.8);
}.program_offeringsE .knowledge_mapL p {
    margin-bottom: 1.5rem;
}.program_offeringsE .knowledge_mapL .reach_feedbackg {
    padding: 0.75rem 1.75rem;
}
    
    @keyframes carousel-slide {
        0% {
            transform: translateX(0);
        }
        20% {
            transform: translateX(0);
        }
        25% {
            transform: translateX(calc(-100% / var(--slide-count, 5)));
        }
        45% {
            transform: translateX(calc(-100% / var(--slide-count, 5)));
        }
        50% {
            transform: translateX(calc(-200% / var(--slide-count, 5)));
        }
        70% {
            transform: translateX(calc(-200% / var(--slide-count, 5)));
        }
        75% {
            transform: translateX(calc(-300% / var(--slide-count, 5)));
        }
        95% {
            transform: translateX(calc(-300% / var(--slide-count, 5)));
        }
        100% {
            transform: translateX(0);
        }
    }
}

@media (max-width: 576px) {.program_offeringsE .skill_explorerS {
    animation-duration: 20s;
}.program_offeringsE .container {
    padding: 3rem 1rem;
}.program_offeringsE .knowledge_mapL {
    padding: 1.5rem;
}.program_offeringsE .knowledge_mapL h3 {
    font-size: calc(35px * 0.7);
    margin-bottom: 1rem;
}.program_offeringsE .knowledge_mapL p {
    margin-bottom: 1.25rem;
    font-size: calc(12px * 0.9);
}.program_offeringsE .knowledge_mapL .reach_feedbackg {
    padding: 0.65rem 1.5rem;
    font-size: calc(14px * 0.9);
}}

.program_offeringsE .skill_explorerS::before {
    position: fixed;
    height: 1px;
    width: 1px;
    animation: set-slide-count 0.1s forwards;
    content: "";
}@keyframes set-slide-count {
    to {
        --slide-count: attr(data-slides integer);
    }
}

.program_offeringsE .study_trackN:nth-child(1) {
    --slide-color: rgb(183,183,158);
}.program_offeringsE .study_trackN:nth-child(2) {
    --slide-color: rgb(151,166,104);
}.program_offeringsE .study_trackN:nth-child(3) {
    --slide-color: rgb(183,183,158);
}.program_offeringsE .study_trackN:nth-child(4) {
    --slide-color: rgb(151,166,104);
}.program_offeringsE .study_trackN:nth-child(5) {
    --slide-color: rgb(183,183,158);
}.program_offeringsE .study_trackN::after {
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(
        135deg,
        transparent 0%,
        transparent 40%,
        var(--slide-color, rgb(183,183,158)) 150%
    );
    left: 0;
    mix-blend-mode: soft-light;
    transition: opacity 0.5s ease;
    opacity: 0.3;
    position: absolute;
}.program_offeringsE .study_trackN:hover::after {
    opacity: 0.5;
}header .head_sitebart {
    overflow: visible;
    justify-content: space-between;
    border-bottom-right-radius: 0;
    display: flex;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    position: relative;
    align-items: center;
    border-bottom-left-radius: 16px;
    padding: 1.5rem 2rem;
    z-index: 100;
    left: 0;
    background: linear-gradient(135deg, rgb(183,183,158,0.5) 0%, rgb(151,166,104) 100%);
    width: 100%;
}header .head_sitebart .main_navt {
    z-index: 2;
    transform: skewX(5deg);
    position: relative;
}header .head_sitebart .main_navt .head_wrapP {
    display: block;
    transition: transform 0.3s ease-in-out;
}header .head_sitebart .main_navt .head_wrapP:hover {
    transform: translateY(-8px) rotate(0deg);
}header .head_sitebart .main_navt svg {
    width: 80px;
    height: auto;
}header .head_sitebart .top_bark {
    margin: 0;
    display: flex;
    gap: 1rem;
    padding: 0;
    list-style: none;
    position: relative;
}header .head_sitebart .top_bark::before {
    position: absolute;
    top: -10px;
    z-index: -1;
    left: -20px;
    content: "";
    transition: opacity 0.3s ease, transform 0.3s ease;
    width: calc(100% + 40px);
    border-radius: 10px;
    background: linear-gradient(45deg, transparent 0%, rgb(183,183,158,0.5) 100%);
    height: calc(100% + 20px);
    opacity: 0;
}header .head_sitebart .top_mainwrapr {
    transition: transform 0.3s ease;
    position: relative;
}header .head_sitebart .top_mainwrapr a {
    font-size: 20px;
    position: relative;
    transition: color 0.3s ease;
    color: #ffffff;
    font-weight: 600;
    display: block;
    font-family: Arial, sans-serif;
    text-decoration: none;
    padding: 0.5rem 1rem;
}header .head_sitebart .top_mainwrapr a::before {
    height: 2px;
    transform: scaleX(0) rotate(-2deg);
    width: 100%;
    background: rgb(151,166,104);
    left: 0;
    transition: transform 0.3s ease;
    transform-origin: right;
    bottom: 0;
    position: absolute;
    content: "";
}header .head_sitebart .top_mainwrapr a:hover {
    color: rgb(151,166,104);
}header .head_sitebart .top_mainwrapr a:hover::before {
    transform-origin: left;
    transform: scaleX(1) rotate(-2deg);
}

@media (max-width: 992px) {header .head_sitebart {
    box-sizing: border-box;
    margin-left: calc(-50vw + 50%);
    width: 100vw;
    padding: 1rem;
    flex-direction: column;
    transform: skewX(0);
}header .head_sitebart .main_navt {
    margin-bottom: 1rem;
    transform: skewX(0);
}header .head_sitebart .top_bark {
    width: 100%;
    justify-content: center;
    transform: skewX(0);
    flex-wrap: wrap;
}header .head_sitebart .top_bark::before {
    transform: skewX(0);
}header .head_sitebart .top_bark:hover::before {
    transform: skewX(0);
}header .head_sitebart .top_mainwrapr {
    margin: 0.25rem;
}header .head_sitebart .top_mainwrapr:nth-child(odd),
  header .head_sitebart .top_mainwrapr:nth-child(even) {
    transform: translateY(0);
}
}

@media (max-width: 576px) {header .head_sitebart {
    padding: 0.75rem;
}header .head_sitebart .top_bark {
    align-items: center;
    flex-direction: column;
}header .head_sitebart .top_mainwrapr {
    text-align: center;
    width: 100%;
}header .head_sitebart .main_navt svg {
    width: 100px;
}
}