﻿html,body {
    height: 100%;
    auto
contain
touch-action: none;
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
    scroll-behavior: auto;
}

.container {
    width: 1272px;
    max-width: 100%;
    margin: auto;
}

.head_learningQ {
    flex: 1 0 auto;
}

a {
    text-decoration: none;
    color: inherit;
}

svg {
    height: 30px;
    width: 30px;
}


.course_offeringf {
    flex-direction: column;
    z-index: 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    position: relative;
    background-color: rgb(203,234,221);
}

.course_offeringf {
    padding: 4rem 0;
}

.course_offeringf::before {
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(157,206,189,0.5) 100%);
    position: absolute;
    width: 100%;
    content: '';
    top: 0;
    pointer-events: none;
    z-index: 2;
}

.course_offeringf .learn_pathF {
    position: absolute;
    z-index: 1;
    overflow: hidden;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.course_offeringf .learn_planx {
    animation: carousel-slide 30s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    width: calc(100% * var(--slide-count, 5));
    height: 100%;
    display: flex;
}



.course_offeringf .learn_planx {
    --slide-count: 5;
}

.course_offeringf .study_pathp::before {
    width: 100%;
    z-index: 2;
    opacity: 0.7;
    position: absolute;
    content: '';
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, transparent 40%, #000000 100%);
}

.course_offeringf .study_pathp img {
    width: 100%;
    object-fit: cover;
    filter: saturate(1.2) contrast(1.1);
    height: 100%;
    transition: transform 8s ease;
    transform: scale(1.05);
}

.course_offeringf .container {
    display: flex;
    align-items: center;
    padding: 2rem 0;
    height: 100%;
    z-index: 10;
    position: relative;
    justify-content: flex-end;
}

.course_offeringf .learn_toolsx {
    position: relative;
}

.course_offeringf .learn_toolsx::before {
    width: 40px;
    border-left: 2px solid rgb(157,206,189);
    height: 40px;
    position: absolute;
    border-top: 2px solid rgb(157,206,189);
    top: -20px;
    opacity: 0.8;
    left: -20px;
    content: '';
}

.course_offeringf .learn_toolsx::before,
    .course_offeringf .learn_toolsx::after {
    height: 30px;
    width: 30px;
}

.course_offeringf .learn_toolsx h3 {
    font-weight: 700;
    position: relative;
    color: #ffffff;
    font-size: 37px;
    display: inline-block;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 1.5rem;
}

.course_offeringf .learn_toolsx h3 {
    font-size: calc(37px * 0.7);
}

.course_offeringf .learn_toolsx p {
    opacity: 0.8;
    margin-bottom: 2.5rem;
    line-height: 1.6;
    color: #ffffff;
    font-size: 17px;
}

.course_offeringf .learn_toolsx .request_reachY::before {
    z-index: -1;
    height: 100%;
    left: -100%;
    content: '';
    transition: all 0.4s ease;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    top: 0;
}

.course_offeringf .learn_toolsx .request_reachY:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}



@supports (animation-timeline: scroll()) {.course_offeringf .learn_planx {
    animation-range: 0 100vh;
    animation-timeline: scroll();
}}

.teaching_historyx::before {
    position: absolute;
    animation: pulse 8s infinite alternate;
    height: 120%;
    top: -10%;
    left: -10%;
    content: "";
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    width: 70%;
    background: rgb(108,178,160,0.5);
    transform: rotate(-15deg);
}

.teaching_historyx .testimonials_trackY:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}

.teaching_historyx .full_width_images::after {
    background: linear-gradient(45deg, rgb(157,206,189,0.5) 0%, transparent 70%);
    left: 0;
    top: 0;
    height: 100%;
    content: "";
    border-radius: 10px;
    width: 100%;
    position: absolute;
}

.teaching_historyx .job_progressB {
    background: #ffffff;
    transition: transform 0.5s ease;
    position: relative;
    z-index: 3;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    padding: 2rem;
    transform: translateY(30px) rotate(2deg);
    border-radius: 13px;
}

.teaching_historyx .name::after {
    transition: transform 0.3s ease;
    background: linear-gradient(90deg, rgb(108,178,160) 0%, rgb(157,206,189) 100%);
    bottom: -8px;
    width: 60px;
    position: absolute;
    height: 3px;
    content: "";
    left: 0;
    transform: scaleX(0.6);
    transform-origin: left;
}

.teaching_historyx .testimonials_trackY:hover .job_progressB > div:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
}

.teaching_historyx .exp_achievementsr::before {
    background: linear-gradient(to bottom, rgb(157,206,189), rgb(108,178,160));
    left: 0;
    content: "";
    height: 100%;
    width: 3px;
    position: absolute;
    top: 0;
}

header .page_topC {
    width: 100%;
}

header .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 15px 20px;
}

header .main_mentorL {
    justify-content: space-between;
    display: flex;
    position: relative;
    align-items: center;
}

header .head_pagey {
    display: flex;
    position: relative;
    gap: 25px;
}

header .head_pagey:hover:before {
    transform: scaleX(1);
}

header .top_eduP {
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 8px 0;
    letter-spacing: 0.5px;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    transition: all 0.4s ease;
    text-decoration: none;
}

header .top_eduP:before {
    background: rgb(157,206,189);
    top: 0;
    width: 4px;
    transition: all 0.3s ease;
    height: 4px;
    content: '';
    left: 50%;
    opacity: 0;
    border-radius: 50%;
    position: absolute;
    transform: translateX(-50%);
}

header .top_eduP:hover:after {
    transform: scaleX(1);
    transform-origin: left;
}

header .nav_pageT {
    display: flex;
    position: relative;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

header .nav_pageT:hover svg {
    transform: scale(1.05);
}

header .nav_pageT:hover:after {
    width: 100%;
}

.course_suitabilityE {
    overflow: hidden;
    background-color: rgb(203,234,221);
    z-index: 1;
    position: relative;
    padding: 6rem 0;
}

.course_suitabilityE::after {
    top: 0;
    left: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 85% 15%, rgba(rgb(157,206,189,0.5), 0.1) 0%, transparent 40%),
        radial-gradient(circle at 15% 85%, rgba(rgb(108,178,160,0.5), 0.1) 0%, transparent 40%);
    animation: cloudMove 25s infinite alternate ease-in-out;
    content: "";
    z-index: -1;
    position: absolute;
    width: 100%;
}

.course_suitabilityE h3 {
    letter-spacing: 1px;
    font-size: 46px;
    opacity: 0.9;
    position: relative;
    margin-bottom: 4rem;
    font-weight: 600;
    text-align: center;
    color: rgb(157,206,189);
}

.course_suitabilityE ul {
    list-style: none;
    padding: 0;
    width: 100%;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
    margin: 0;
}

.course_suitabilityE li {
    background: rgba(#ffffff, 0.08);
    position: relative;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 25px;
    align-items: center;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.04),
        0 6px 10px rgba(0, 0, 0, 0.02);
    backdrop-filter: blur(10px);
    padding: 2rem;
    border: 1px solid rgba(#ffffff, 0.1);
    text-align: center;
    flex-direction: column;
    overflow: hidden;
    display: flex;
}

.course_suitabilityE li {
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    font-size: 15px;
}

.course_suitabilityE li svg {
    opacity: 0.9;
    margin-bottom: 1.5rem;
    transition: all 0.5s ease;
    fill: rgb(108,178,160);
    width: 50px;
    height: 50px;
}

.course_suitabilityE li:hover svg {
    transform: translateY(-3px);
    animation: float 3s infinite ease-in-out;
}

.title_sectionT {
    min-height: 100vh;
    overflow: hidden;
    perspective: 1000px;
    display: flex;
    background: linear-gradient(135deg, rgb(157,206,189,0.5), rgb(108,178,160,0.5));
    align-items: center;
    position: relative;
    justify-content: center;
}

.title_sectionT .pro_learningI {
    transform-style: preserve-3d;
    animation: titleFadeIn 1s ease-out forwards;
    z-index: 1;
    position: relative;
    padding: 3rem;
    width: 90%;
    max-width: 1200px;
}

.title_sectionT h1 {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    animation: slideInTitle 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s both;
    margin-bottom: 1.5rem;
    position: relative;
    transform: translateZ(40px);
    color: #ffffff;
    font-size: clamp(2rem, 5vw, 47px);
    font-weight: 700;
}

.title_sectionT .editorial_wrapo {
    position: relative;
    transform: translateZ(20px);
    border-radius: 10px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    animation: fadeUpIn 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.4s both;
    padding: 2.5rem;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15),
                0 5px 15px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.1);
}

.title_sectionT .edu_startC {
    display: flex;
    transform: translateZ(30px);
    justify-content: center;
    margin: 2rem 0;
    position: relative;
}

.title_sectionT .edu_startC svg {
    height: 120px;
    transform: rotateY(15deg);
    width: 120px;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.25));
    transition: transform 0.5s ease;
    animation: float 5s ease-in-out infinite;
}

.title_sectionT .edu_startC svg text {
    fill: rgb(94, 170, 168);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    font-weight: 700;
    animation: glowText 2s ease-in-out infinite alternate;
}

.title_sectionT h6 .request_reachY {
    padding: 0.8rem 2rem;
    border-radius: 10px;
    display: inline-block;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.3s ease,
                background 0.3s ease;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(157,206,189), rgb(108,178,160));
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(0);
    position: relative;
    box-shadow: 0 8px 25px rgba(94, 170, 168, 0.3),
                0 4px 10px rgba(0, 0, 0, 0.2);
    font-size: 14px;
}

.title_sectionT h6 .request_reachY:hover::before {
    transition: transform 0.7s ease;
    transform: translateX(100%) skewX(-15deg);
}

.challenge_ctak .container {
    z-index: 2;
    position: relative;
}

.challenge_ctak .training_zoneu {
    flex-direction: column;
    display: flex;
}

.challenge_ctak .edu_guideY::before {
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    height: 100%;
    z-index: -1;
    left: 0;
    position: absolute;
    content: '';
    top: 0;
}

.challenge_ctak .info_item:hover {
    transform: translateX(10px);
}

.challenge_ctak .info_item svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
    fill: #ffffff;
}

.challenge_ctak .info_item:hover svg {
    transform: scale(1.2);
}

.challenge_ctak .main_teachR {
    background-color: rgb(108,178,160);
    position: relative;
    display: flex;
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
    flex-direction: column;
    gap: 1.5rem;
    padding: 4rem 2rem 3rem;
    z-index: 4;
}

.challenge_ctak .main_teachR:hover svg {
    transform: scale(1.05);
}

.challenge_ctak .head_pagey {
    padding: 5rem 2rem 3rem;
    z-index: 2;
    flex-direction: column;
    position: relative;
    gap: 2rem;
    background-color: #000000;
    display: flex;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
}

.challenge_ctak .head_pagey h5 {
    display: inline-block;
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-size: 21px;
    position: relative;
}

.challenge_ctak .head_sectionC {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.challenge_ctak .head_sectionC a {
    position: relative;
    font-size: 15px;
    opacity: 0.8;
    text-decoration: none;
    color: #ffffff;
    padding: 0.5rem 0;
    transition: all 0.3s ease;
}

.challenge_ctak .head_sectionC a:hover {
    padding-left: 10px;
    opacity: 1;
}

.challenge_ctak .subscribe_holder {
    z-index: 3;
    gap: 1.5rem;
    display: flex;
    background-color: rgb(108,178,160);
    flex-direction: column;
    position: relative;
    padding: 4rem 2rem 3rem;
}

.challenge_ctak .subscribe_holder h5 {
    font-weight: 600;
    color: #ffffff;
    font-size: 21px;
    margin-bottom: 1rem;
}

.challenge_ctak .subscribe_holder p {
    line-height: 1.6;
    margin-bottom: 1rem;
    opacity: 0.9;
    color: #ffffff;
    font-size: 15px;
}

.challenge_ctak .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.2);
}

.challenge_ctak .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.challenge_ctak .instant_learningr::before {
    transition: left 0.5s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    content: '';
    position: absolute;
    width: 100%;
    left: -100%;
    height: 100%;
    top: 0;
}

.challenge_ctak .instant_learningr:hover {
    background-color: rgb(157,206,189,0.5);
}

.challenge_ctak .chrome_extP::before {
    position: absolute;
    z-index: -1;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, transparent 70%);
}

.challenge_ctak .res_connectq {
    font-size: 16px;
    color: #ffffff;
    opacity: 0.7;
}

.edu_trackt {
    align-items: center;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}

.privacyAgreementDialogj p {
    font-size: 18px;
}

.secure_cookiesN svg, .secure_cookiesN svg path, .secure_cookiesN img {
    width: 100px;
    fill: rgb(157,206,189);
    height: 100px;
}

.privacyAgreementDialogj p a {
    color: rgb(157,206,189);
    text-decoration: none;
}

#privacyModalWindowh {
    display: none;
}

#privacyModalWindowh:checked ~ .privacyAgreementDialogj {
    opacity: 0;
    visibility: hidden;
}

.container-wrapE .cookie_checkW {
    padding: 10px;
    font-size: 20px;
    color: #ffffff;
    margin-left: 30px;
    background: rgb(157,206,189);
}

.contact_form_sectionN::before {
    position: absolute;
    opacity: 0.85;
    top: 0;
    left: 0;
    z-index: 1;
    content: '';
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    background: rgb(203,234,221);
}

.contact_form_sectionN .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}

.contact_form_sectionN .inquiry_requestN {
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.1);
    transform-origin: left center;
    padding: 60px 40px;
    flex: 1;
    background: #ffffff;
    transform: rotateY(10deg);
    border-radius: 13px 0 0 13px;
}

.contact_form_sectionN .inquiry_requestN h3::before {
    width: 30px;
    top: -15px;
    content: '';
    background: rgb(157,206,189);
    height: 5px;
    position: absolute;
    left: 0;
}

.contact_form_sectionN .inquiry_requestN div:hover {
    transform: scale(1.05) translateZ(10px);
}

.contact_form_sectionN .inquiry_requestN svg {
    background: #ffffff;
    padding: 6px;
    border-radius: 50%;
    height: 30px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    margin-right: 15px;
    width: 30px;
}

.contact_form_sectionN .inquiry_requestN a {
    position: relative;
    color: rgb(157,206,189);
    font-weight: 600;
    text-decoration: none;
}

.contact_form_sectionN .inquiry_requestN a:hover::after {
    width: 100%;
}

.contact_form_sectionN .feedback_boxC {
    flex: 1.2;
    transform: rotateY(-5deg);
    padding: 60px 40px;
    background: rgb(203,234,221);
    transform-origin: right center;
    border-radius: 0 13px 13px 0;
}

.contact_form_sectionN form input[type="text"],
.contact_form_sectionN form input[type="email"] {
    padding: 20px 25px;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: rgb(157,206,189);
    transition: all 0.3s ease;
    margin-bottom: 25px;
    background: transparent;
    width: 100%;
    border-radius: 0;
    border: none;
}

.contact_form_sectionN .reach_panelF {
    margin: 30px 0;
    display: flex;
    align-items: flex-start;
}

.contact_form_sectionN .reach_panelF label {
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    font-size: 15px;
    cursor: pointer;
    padding-left: 35px;
}

.contact_form_sectionN .reach_panelF input[type="checkbox"]:checked + label::before {
    border-color: rgb(157,206,189);
    background: rgb(157,206,189);
}

.contact_form_sectionN .reach_panelF input[type="checkbox"]:checked + label::after {
    content: '';
    border: solid rgb(157,206,189);
    transform: rotate(45deg);
    position: absolute;
    left: 8px;
    height: 12px;
    width: 6px;
    top: 4px;
    border-width: 0 2px 2px 0;
}

.contact_form_sectionN .request_reachY {
    color: #ffffff;
    font-weight: 700;
    padding: 18px 25px;
    border: none;
    cursor: pointer;
    transition: all 0.4s ease;
    background: rgb(157,206,189);
    z-index: 1;
    text-transform: uppercase;
    width: 100%;
    position: relative;
    font-size: 17px;
    letter-spacing: 2px;
    overflow: hidden;
}

.receive_updatesk {
    background: linear-gradient(135deg, rgb(157,206,189,0.5) 0%, rgb(108,178,160) 100%);
    padding: 4rem 2rem;
    position: relative;
    overflow: hidden;
}

.receive_updatesk .pro_learningI {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.receive_updatesk .query_feedbackU {
    max-width: 90%;
    flex-direction: column;
    transform: translateX(10%);
    display: flex;
}

.receive_updatesk .input_holder {
    transform: perspective(800px) rotateY(-5deg);
    border-radius: 16px;
    flex-direction: row;
    max-width: 90%;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
}

.receive_updatesk input[type="email"]:focus {
    outline: none;
    box-shadow: inset 0 0 0 3px rgb(157,206,189,0.5);
    background: rgb(203,234,221);
}

.receive_updatesk .instant_learningr:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    transform: translateY(-5px);
}



.receive_updatesk .instant_learningr:active {
    transform: translateY(2px);
    animation: pulse 1s forwards;
}

.company_overviewI {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    color: #ffffff;
}

.company_overviewI .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
}

.company_overviewI .editorial_wrapo {
    gap: 30px;
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
    transform: translateY(20px);
}

.company_overviewI h5 {
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 2px;
    color: rgb(108,178,160);
}

.company_overviewI div p {
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 15px;
    font-size: calc(34px * 0.9);
    position: relative;
    display: inline-block;
}

.company_overviewI div p b::before {
    content: "";
    position: absolute;
    left: -5px;
    transform: skewX(-15deg);
    width: calc(100% + 10px);
    z-index: -1;
    bottom: 0;
    height: 8px;
    background: rgb(157,206,189,0.5);
}

.company_overviewI ol li:hover {
    transform: translateX(0);
}

.company_overviewI ol li::before {
    left: 0;
    opacity: 0;
    width: 100%;
    position: absolute;
    z-index: -1;
    height: 100%;
    content: "";
    top: 0;
    background: linear-gradient(90deg, rgb(157,206,189,0.5) 0%, transparent 100%);
    transition: opacity 0.3s ease;
}

.study_processo::before {
    background: linear-gradient(225deg, rgb(108,178,160) 0%, rgb(157,206,189,0.5) 70%);
    animation: float 15s ease-in-out infinite;
    position: absolute;
    filter: blur(60px);
    border-radius: 50%;
    height: 60%;
    right: -10%;
    top: -10%;
    width: 60%;
    content: '';
}



.study_processo::before,
.study_processo::after {
    animation-play-state: running;
}



.study_processo .pro_learningI {
    display: flex;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    justify-content: flex-end;
    width: 100%;
    position: relative;
}

.study_processo .editorial_wrapo {
    transform: translateX(0);
    width: 55%;
    box-shadow: -20px 20px 60px rgba(0, 0, 0, 0.1);
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    padding: 4rem;
    border-radius: 24px 0 24px 24px;
}

.study_processo .editorial_wrapo::after {
    border-left: 4px solid rgb(108,178,160);
    content: '';
    border-bottom: 4px solid rgb(108,178,160);
    border-radius: 0 0 0 10px;
    left: -15px;
    bottom: -15px;
    position: absolute;
    height: 30px;
    width: 30px;
}

.study_processo h2::after {
    height: 4px;
    width: 80px;
    position: absolute;
    transition: width 0.3s ease;
    content: '';
    border-radius: 10px;
    bottom: 0;
    background: linear-gradient(90deg, rgb(157,206,189), rgb(108,178,160));
    left: 0;
}

.study_processo .editorial_wrapo:hover::after {
    transform: translate(-5px, 5px);
}

.offer_deckG {
    overflow: hidden;
    position: relative;
    background-color: rgb(203,234,221);
    padding: 100px 0;
    font-family: Arial, sans-serif;
}

.offer_deckG .container {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1400px;
}

.offer_deckG .cost_tablew {
    flex-direction: column;
    display: flex;
}

.offer_deckG .monthly_planU h2 {
    position: relative;
    line-height: 1.2;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 20px;
    display: inline-block;
}

.offer_deckG .fee_offersu {
    line-height: 1.6;
    margin-top: 25px;
    color: #000000;
    font-size: 14px;
    max-width: 800px;
}

.offer_deckG .pricing_blockE {
    margin-top: 20px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    display: grid;
    gap: 30px;
}

.offer_deckG .value_plana:nth-child(1) {
    --i: 1;
}

.offer_deckG .value_plana:nth-child(2) {
    --i: 2;
}

.offer_deckG .value_plana:nth-child(3) {
    --i: 3;
}

.offer_deckG .value_plana:nth-child(4) {
    --i: 4;
}

.offer_deckG .value_plana:hover .offer_boxu {
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.2),
              15px 15px 30px -10px rgba(0, 0, 0, 0.1),
              -15px 15px 30px -10px rgba(rgb(157,206,189,0.5), 0.1);
    transform: translateY(-15px) rotateX(2deg) rotateY(-2deg);
}

.offer_deckG .training_feesU h3 {
    margin-bottom: 20px;
    color: #000000;
    font-weight: 700;
    font-size: calc(22px + 2px);
    display: inline-block;
    position: relative;
    transition: transform 0.3s ease;
}

.offer_deckG .cost_ratesF {
    color: rgb(108,178,160);
    transition: all 0.3s ease;
    display: block;
    font-weight: 700;
    position: relative;
    font-size: calc(22px + 4px);
    margin: 20px 0;
}

.offer_deckG .value_plana:hover .cost_ratesF {
    transform: scale(1.05);
    color: rgb(157,206,189);
}

.offer_deckG .full_width_images {
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease;
    width: 100%;
    height: 200px;
}

.offer_deckG .full_width_images::after {
    transition: opacity 0.4s ease;
    opacity: 0.6;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    content: "";
}

.secure_nookF h1 {
    border-radius: 10px;
    grid-column: span 2;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 42px;
    font-weight: 700;
    background: rgb(157,206,189);
    padding: 10px;
    letter-spacing: 3px;
    color: #ffffff;
}

.secure_nookF h3, .secure_nookF h4, .secure_nookF h5, .secure_nookF h6 {
    margin-bottom: 10px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    margin-top: 15px;
    padding: 10px;
    font-weight: 400;
    border-radius: 10px;
    font-size: 18px;
    text-align: left;
    border-left: 4px solid rgb(157,206,189);
}

.secure_nookF li {
    margin-bottom: 10px;
    line-height: 1.6;
    padding-left: 20px;
    position: relative;
}

.secure_nookF li::before {
    top: 50%;
    border-radius: 50%;
    width: 6px;
    content: "";
    box-shadow: 0 0 0 2px #ffffff;
    transform: translateY(-50%);
    left: -10px;
    background-color: rgb(108,178,160);
    height: 6px;
    position: absolute;
}

.data_summaryj {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(203,234,221), rgba(rgb(108,178,160,0.5), 0.1));
    position: relative;
    padding: 80px 0;
}

.data_summaryj::after {
    position: absolute;
    border-radius: 50%;
    filter: blur(20px);
    content: "";
    background: radial-gradient(circle, rgba(rgb(108,178,160,0.5), 0.2), transparent 70%);
    height: 200px;
    right: -50px;
    width: 200px;
    bottom: -50px;
    z-index: 1;
}

.data_summaryj .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
}

.data_summaryj ul {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    margin: 0;
    padding: 0;
    display: grid;
    perspective: 1000px;
    list-style: none;
    gap: 25px;
}

.data_summaryj .program_winss::before {
    width: 100%;
    left: 0;
    transition: transform 0.3s ease;
    background: linear-gradient(90deg, rgb(108,178,160), rgb(157,206,189));
    top: 0;
    transform: translateY(-5px);
    height: 5px;
    z-index: 1;
    position: absolute;
    content: "";
}

.data_summaryj .program_winss:hover {
    transform: translateZ(20px) rotateX(0);
    box-shadow: 0 12px 40px rgba(rgba(0, 0, 0, 0.5), 0.1), 
                0 2px 5px rgba(rgba(0, 0, 0, 0.5), 0.07);
}

.data_summaryj .program_winss span {
    z-index: 2;
    position: relative;
    margin-bottom: 12px;
    display: block;
    font-family: Arial, sans-serif;
    line-height: 1.4;
    color: #000000;
    font-weight: 600;
    font-size: calc(13px * 0.95);
}

.data_summaryj .program_winss p {
    align-items: center;
    color: rgb(157,206,189);
    transition: transform 0.3s ease, color 0.3s ease;
    font-weight: 700;
    display: flex;
    font-size: calc(24px * 1.2);
    margin: 0;
}

.data_summaryj .program_winss:hover p {
    color: rgb(157,206,189);
    transform: translateX(5px);
}

.data_summaryj .program_winss:hover p::before {
    transform: scale(1);
}

.data_summaryj .program_winss:nth-child(odd) {
    animation: float 8s ease-in-out infinite reverse;
    animation-delay: calc(0.5s * var(--i, 1));
}

.tyBoxq::before {
    background: linear-gradient(120deg, rgb(157,206,189,0.5) 0%, rgb(108,178,160,0.5) 100%);
    position: absolute;
    opacity: 0.4;
    z-index: 1;
    width: 40%;
    right: -5%;
    height: 40%;
    animation: float 15s ease-in-out infinite alternate;
    top: -10%;
    content: '';
    filter: blur(60px);
}

.tyBoxq .container {
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    max-width: 1200px;
    z-index: 2;
    padding: 0 2rem;
    margin: 0 auto;
}

.tyBoxq h2::after {
    width: 10rem;
    transform: scaleX(0);
    left: 0;
    bottom: -0.8rem;
    background: linear-gradient(90deg, rgb(157,206,189) 0%, rgb(108,178,160) 100%);
    animation: expandWidth 1s 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    content: '';
    height: 4px;
    position: absolute;
    transform-origin: left;
}

.tyBoxq .pro_learningI::before {
    left: 0;
    position: absolute;
    width: 5px;
    animation: pulseGlow 4s infinite alternate;
    height: 100%;
    top: 0;
    background: linear-gradient(180deg, rgb(157,206,189) 0%, rgb(108,178,160) 100%);
    content: '';
}

.tyBoxq li {
    display: block;
    position: relative;
    padding-left: 1.5rem;
}

.tyBoxq li span {
    color: #000000;
    display: block;
    transform: translateY(20px);
    margin: 0;
    animation: slideUp 0.8s 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    opacity: 0.95;
    opacity: 0;
    line-height: 1.8;
    font-size: calc(13px * 1.05);
    font-family: Arial, sans-serif;
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media screen and (max-width: 768px) {.course_offeringf {
    padding: 6rem 0;
    min-height: auto;
}.course_offeringf .learn_pathF {
    position: fixed;
    height: 100%;
}.course_offeringf .pro_learningI {
    max-width: 90%;
    padding: 2rem;
}.course_offeringf .learn_toolsx h3 {
    font-size: calc(37px * 0.8);
}.course_offeringf .learn_toolsx p {
    font-size: calc(17px * 0.9);
}.course_offeringf .learn_toolsx .request_reachY {
    width: 100%;
    text-align: center;
}
}



@media (max-width: 480px) {header .container {
    padding: 10px;
}header .nav_pageT svg {
    height: 30px;
}}



@media (max-width: 1200px) {.course_suitabilityE ul {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 992px) {.course_suitabilityE {
    padding: 5rem 0;
}.course_suitabilityE h3 {
    margin-bottom: 3.5rem;
    font-size: calc(46px * 0.9);
}
}



@media (max-width: 768px) {.course_suitabilityE {
    padding: 4rem 0;
}.course_suitabilityE .pro_learningI {
    padding: 0 1.5rem;
}.course_suitabilityE h3 {
    margin-bottom: 3rem;
    font-size: calc(46px * 0.8);
}.course_suitabilityE ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.course_suitabilityE li {
    padding: 1.5rem;
}.course_suitabilityE li svg {
    width: 45px;
    height: 45px;
    margin-bottom: 1.2rem;
}
}



@media screen and (max-width: 992px) {.title_sectionT .pro_learningI {
    width: 95%;
    padding: 2rem;
}.title_sectionT .editorial_wrapo {
    padding: 2rem;
}
}



@media screen and (max-width: 768px) {.title_sectionT .pro_learningI {
    padding: 1.5rem;
}.title_sectionT h1 {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
}.title_sectionT .editorial_wrapo {
    padding: 1.8rem;
}.title_sectionT .edu_startC svg {
    height: 100px;
    width: 100px;
}
}



@media (prefers-reduced-motion: reduce) {.title_sectionT *, 
    .title_sectionT *::before, 
    .title_sectionT *::after {
    animation-iteration-count: 1 !important;
    animation-duration: 0.01ms !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
}}



@media (max-width: 991px) {.challenge_ctak .text_main_holder {
    grid-template-columns: 1fr;
}.challenge_ctak .main_teachR,
    .challenge_ctak .head_pagey,
    .challenge_ctak .subscribe_holder {
    clip-path: none;
}.challenge_ctak .head_pagey {
    padding: 3rem 2rem;
}.challenge_ctak .main_teachR {
    text-align: center;
    padding: 3rem 2rem;
    align-items: center;
}.challenge_ctak .subscribe_holder {
    padding: 3rem 2rem;
}.challenge_ctak .chrome_extP {
    padding: 3rem 0 2rem;
    clip-path: none;
}
}



@media (max-width: 576px) {.challenge_ctak .main_teachR,
    .challenge_ctak .head_pagey,
    .challenge_ctak .subscribe_holder {
    padding: 2.5rem 1.5rem;
}.challenge_ctak .chrome_extP {
    padding: 2.5rem 0 1.5rem;
}.challenge_ctak .info_item {
    padding: 0.5rem 0;
}.challenge_ctak .info_item p,
    .challenge_ctak .info_item a {
    justify-content: center;
}}


@media only screen and (max-width: 800px)  {.container-wrapE .cookie_checkW {
    margin-left: 0;
    margin-bottom: 10px;
}}



@media (max-width: 1024px) {.contact_form_sectionN .query_feedbackU {
    transform-style: flat;
}.contact_form_sectionN .inquiry_requestN,
    .contact_form_sectionN .feedback_boxC {
    transform: none;
}
}



@media (max-width: 576px) {.contact_form_sectionN {
    padding: 60px 0;
}.contact_form_sectionN::before,
    .contact_form_sectionN::after {
    clip-path: none;
    opacity: 0.9;
}.contact_form_sectionN::before {
    height: 60%;
}.contact_form_sectionN::after {
    top: 60%;
    height: 40%;
}.contact_form_sectionN .inquiry_requestN,
    .contact_form_sectionN .feedback_boxC {
    padding: 30px 20px;
}.contact_form_sectionN .inquiry_requestN h3,
    .contact_form_sectionN form h3 {
    font-size: calc(29px * 0.8);
    margin-bottom: 25px;
}.contact_form_sectionN .inquiry_requestN div {
    margin-bottom: 20px;
    padding: 12px;
}.contact_form_sectionN form input[type="text"],
    .contact_form_sectionN form input[type="email"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact_form_sectionN .reach_panelF {
    margin: 25px 0;
}.contact_form_sectionN .request_reachY {
    padding: 15px 20px;
}}




@media screen and (min-width: 768px) {.company_overviewI {
    padding: 150px 0;
}.company_overviewI .editorial_wrapo {
    grid-template-columns: 1fr 2fr;
    align-items: start;
}.company_overviewI .editorial_wrapo > div:first-child,
    .company_overviewI .editorial_wrapo > div:nth-child(2) {
    grid-column: 1;
}.company_overviewI .editorial_wrapo > ol {
    margin-top: 20px;
    grid-column: 1 / -1;
}.company_overviewI ol li {
    column-gap: 40px;
    column-count: 2;
    padding: 40px;
}
}



@media screen and (max-width: 767px) {.company_overviewI {
    padding: 80px 0;
}.company_overviewI h5 {
    font-size: calc(24px * 0.9);
}.company_overviewI div p {
    font-size: calc(34px * 0.7);
}.company_overviewI ol li {
    padding: 25px 20px;
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}}



@media (max-width: 768px) {.study_processo {
    padding: 4rem 1rem;
}.study_processo .pro_learningI {
    justify-content: center;
}.study_processo .editorial_wrapo {
    width: 100%;
    padding: 2.5rem;
    border-radius: 24px;
    max-width: 500px;
}.study_processo h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
}.study_processo p {
    font-size: calc(16px * 0.95);
}
}



@media (min-width: 1200px) {.offer_deckG .cost_tablew {
    flex-direction: row-reverse;
}.offer_deckG .monthly_planU {
    padding-left: 50px;
    margin-bottom: 0;
    width: 30%;
}.offer_deckG .pricing_blockE {
    width: 70%;
}.offer_deckG .monthly_planU h2 {
    font-size: calc(36px + 4px);
}
}



@media (max-width: 767px) {.offer_deckG {
    padding: 60px 0;
}.offer_deckG .pricing_blockE {
    grid-template-columns: 1fr;
    gap: 20px;
}.offer_deckG .training_feesU {
    padding: 25px 20px;
}.offer_deckG .full_width_images {
    height: 180px;
}.offer_deckG .monthly_planU h2 {
    font-size: calc(36px - 2px);
}.offer_deckG .fee_offersu {
    font-size: calc(14px - 1px);
}
}



@media only screen and (max-width: 800px) {.secure_nookF {
    padding: 30px;
    grid-template-columns: 1fr;
}.secure_nookF h1 {
    font-size: calc(18px - 8px);
}.secure_nookF h2 {
    font-size: calc(18px - 6px);
}.secure_nookF h3, .secure_nookF h4, .secure_nookF h5, .secure_nookF h6 {
    font-size: calc(18px - 4px);
}.secure_nookF ul, .secure_nookF ol {
    font-size: calc(14px - 2px);
    padding-left: 15px;
}.secure_nookF section {
    grid-template-columns: 1fr;
}}



@media (max-width: 767px) {.data_summaryj {
    padding: 50px 0;
}.data_summaryj h3 {
    margin-bottom: 25px;
    font-size: calc(35px * 0.8);
}.data_summaryj ul {
    gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}.data_summaryj .program_winss span {
    font-size: calc(13px * 0.9);
}.data_summaryj .program_winss p {
    font-size: 24px;
}
}



@media (max-width: 992px) {.tyBoxq {
    padding: 5rem 0;
}.tyBoxq h2 {
    margin-bottom: 2.5rem;
    font-size: calc(31px * 0.85);
}.tyBoxq .pro_learningI {
    padding: 2.5rem 2rem;
}
}



@media (max-width: 768px) {.tyBoxq {
    padding: 4rem 0;
}.tyBoxq::before,
    .tyBoxq::after {
    width: 50%;
    height: 30%;
}.tyBoxq .container {
    padding: 0 1.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.tyBoxq h2 {
    margin-bottom: 2rem;
    font-size: calc(31px * 0.75);
}.tyBoxq h2::after {
    height: 3px;
    width: 8rem;
}.tyBoxq .pro_learningI {
    padding: 2rem 1.5rem;
}.tyBoxq li span {
    font-size: 13px;
    line-height: 1.7;
}
}



@keyframes carousel-slide {
    0%, 2% {
        transform: translateX(0);
    }
    18%, 22% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 1));
    }
    38%, 42% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 2));
    }
    58%, 62% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 3));
    }
    78%, 82% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 4));
    }
    98%, 100% {
        transform: translateX(0);
    }
}



@keyframes pulse {
    0% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
    }
}



@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}



@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}



@keyframes float {
    0% {
        transform: translateY(-3px);
    }
    50% {
        transform: translateY(3px);
    }
    100% {
        transform: translateY(-3px);
    }
}



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



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



@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}



@keyframes float {
    0%, 100% {
        transform: rotateY(15deg) translateY(0);
    }
    50% {
        transform: rotateY(15deg) translateY(-10px);
    }
}



@keyframes shimmer {
    0% {
        transform: translateX(-100%) skewX(-15deg);
    }
    20%, 100% {
        transform: translateX(100%) skewX(-15deg);
    }
}



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

@keyframes float {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(5%, 5%) scale(1.05);
    }
    50% {
        transform: translate(2%, -5%) scale(0.95);
    }
    75% {
        transform: translate(-5%, 2%) scale(1.02);
    }
}



@keyframes float {
    0%, 100% {
        transform: translateZ(0) translateY(0) rotateX(2deg);
    }
    50% {
        transform: translateZ(0) translateY(-5px) rotateX(2deg);
    }
}



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



@keyframes popIn {
    from {
        transform: scale(0);
    }
    50% {
        transform: scale(1.2);
    }
    to {
        transform: scale(1);
    }
}



@keyframes pulseGlow {
    0% {
        opacity: 0.7;
        box-shadow: 0 0 5px 1px rgb(157,206,189,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 12px 3px rgb(157,206,189,0.5);
    }
}

