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

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

.footer_benefit9 {
    flex: 0 0 auto;
}

.footer_benefit9 {
    color: #ffffff;
    padding: 6rem 0 4rem;
    z-index: 1;
    position: relative;
}

.greeting_pageH .page_beginA {
    width: 100%;
    position: relative;
    align-items: center;
    height: 100vh;
    display: flex;
    justify-content: flex-start;
}

.greeting_pageH .study_expertsY::before {
    height: 0;
    animation: growLine 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.6s;
    content: "";
    width: 6px;
    position: absolute;
    background: rgb(170,203,202);
    left: -20px;
    top: 0;
}

.greeting_pageH h1::before {
    content: "";
    position: absolute;
    width: 60px;
    transform: scaleX(0);
    transform-origin: left;
    animation: expandWidth 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 1.2s;
    bottom: -15px;
    height: 5px;
    left: 0;
    background: rgb(170,203,202);
}

.company_overviewf::before {
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(170,203,202,0.5) 0px,
        transparent 2px,
        transparent 10px,
        rgb(170,203,202,0.5) 12px
    );
    z-index: 1;
    top: 0;
    width: 100%;
    opacity: 0.05;
    left: 0;
    position: absolute;
    height: 100%;
}

.company_overviewf .path_creatorsO {
    animation: slideIn 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    opacity: 0;
    position: relative;
    border-radius: 8px;
    backdrop-filter: blur(10px);
    transform: translateY(20px);
    padding: 2.5rem 2rem;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 3px rgba(0, 0, 0, 0.03),
        inset 0 1px 1px #ffffff;
}

.appPageo::after {
    content: "";
    inset: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(126,174,158,0.5) 0%, transparent 8%),
        radial-gradient(circle at 80% 70%, rgb(126,174,158,0.5) 0%, transparent 6%),
        radial-gradient(circle at 40% 80%, rgb(170,203,202,0.5) 0%, transparent 5%),
        radial-gradient(circle at 65% 25%, rgb(170,203,202,0.5) 0%, transparent 7%);
    position: absolute;
    pointer-events: none;
}

.appPageo .edu_ethosW > div:first-child {
    animation: slideInLeft 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.2s;
    transform: translateX(-2rem);
    opacity: 0;
    position: relative;
}

.appPageo p {
    font-size: 18px;
    line-height: 1.7;
    color: #000000;
    position: relative;
    transition: color 0.3s ease, transform 0.3s ease;
    margin: 0;
    z-index: 1;
}

.appPageo a:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

.appPageo a::after {
    background: linear-gradient(90deg, rgb(126,174,158) 0%, rgb(170,203,202) 100%);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    transform: scaleX(0);
    content: "";
    transform-origin: left;
    left: 0;
}

.mentorship_experienceH .img_showcasek {
    height: 120px;
    border-radius: 2px;
    width: 120px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    box-shadow: 10px 10px 0 #ffffff, 12px 12px 0 rgb(170,203,202);
    left: 40px;
    position: absolute;
    top: -60px;
    transform: rotate(0deg);
    transition: all 0.5s ease;
}

.mentorship_experienceH .experience_profileJ {
    line-height: 1.8;
    margin-top: 40px;
    padding-left: 0;
    position: relative;
    transition: padding 0.5s ease;
    color: #000000;
    font-weight: 400;
    font-size: 12px;
}

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

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

header .top_sectionP:after {
    width: 100%;
    position: absolute;
    background: rgb(170,203,202);
    content: '';
    transition: transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    height: 2px;
    left: 0;
    bottom: 0;
    transform-origin: right;
    transform: scaleX(0);
}

header .top_sectionP:hover:before {
    opacity: 1;
}

header .nav_guides:after {
    position: absolute;
    background: rgb(170,203,202);
    transform: translateX(-50%);
    transition: width 0.4s ease;
    width: 0;
    left: 50%;
    content: '';
    height: 1px;
    bottom: -8px;
}

.footer_benefit9 .company_holder::before {
    height: 60px;
    top: -20px;
    content: "";
    border-top: 2px solid rgb(170,203,202);
    width: 60px;
    left: -20px;
    position: absolute;
    opacity: 0.7;
    border-left: 2px solid rgb(170,203,202);
}

.footer_benefit9 .company_holder h3::after {
    content: "";
    box-shadow: 0 0 10px rgb(170,203,202);
    width: 30%;
    left: 0;
    height: 2px;
    position: absolute;
    background: rgb(170,203,202);
    bottom: -5px;
}

.footer_benefit9 .top_learn1::before {
    left: 0;
    content: "";
    width: 3px;
    position: absolute;
    top: 0;
    height: 0;
    transition: height 0.3s ease;
    background: rgb(170,203,202);
}

.footer_benefit9 .top_learn1 .top_prob {
    gap: 0.7rem;
    flex-direction: column;
    display: flex;
}

.footer_benefit9 .top_learn1 .top_prob a::before {
    background: linear-gradient(90deg, rgba(rgb(170,203,202,0.5), 0.1), transparent);
    z-index: -1;
    transform: translateX(-100%);
    position: absolute;
    content: "";
    transition: transform 0.3s ease;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
}

.policy_linksU .cheat_sheetv {
    letter-spacing: 0.5px;
    font-size: 14px;
    opacity: 0.7;
    text-align: center;
    color: #ffffff;
}

.confidential_armoryT h3, .confidential_armoryT h4, .confidential_armoryT h5, .confidential_armoryT h6 {
    border-bottom: 1px solid rgb(170,203,202);
    font-size: 18px;
    padding-bottom: 5px;
    width: 100%;
    color: rgb(170,203,202);
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 30px;
    text-align: center;
}

.customer_commentsE {
    background: linear-gradient(145deg, rgb(214,225,223), rgba(245, 248, 252, 0.7));
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.customer_commentsE .container {
    position: relative;
    z-index: 1;
}

.customer_commentsE h2::after {
    content: "";
    position: absolute;
    box-shadow: 0 5px 15px rgba(rgb(170,203,202,0.5), 0.2);
    background: linear-gradient(90deg, rgb(170,203,202), rgb(126,174,158));
    left: 50%;
    height: 3px;
    width: 80px;
    bottom: -15px;
    transform: translateX(-50%);
}

.customer_commentsE .learning_feedbackP div {
    position: relative;
    display: flex;
    margin-bottom: 15px;
    z-index: 1;
    align-items: center;
}

.customer_commentsE .learning_feedbackP:hover img {
    transform: scale(1.05);
}

.customer_commentsE .learning_feedbackP:hover h4::after {
    width: 100%;
}

.customer_commentsE .learning_feedbackP .description {
    line-height: 1.6;
    z-index: 1;
    color: #000000;
    position: relative;
    font-size: 13px;
    margin: 0;
}

.customer_commentsE a:hover {
    box-shadow: 0 8px 20px rgba(rgb(170,203,202,0.5), 0.3);
    transform: translateY(-3px);
}



@container (min-width: 350px) {.customer_commentsE .learning_feedbackP .description {
    font-size: calc(13px + 1px);
    line-height: 1.7;
}}

.metrics_summary1::before {
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    background-color: #000000;
    height: 100%;
    opacity: 0.7;
    content: "";
    position: absolute;
}

.metrics_summary1 .boost_growthq {
    right: 40px;
    z-index: 2;
    align-items: center;
    width: 80px;
    border-radius: 50%;
    top: 30px;
    display: flex;
    background: #ffffff;
    height: 80px;
    justify-content: center;
    position: absolute;
}

.metrics_summary1 .statistics_proO {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    position: relative;
}

.metrics_summary1 .success_statisticsi svg {
    fill: #ffffff;
    width: 35px;
    height: 35px;
}

.metrics_summary1 .fast_gaint span {
    line-height: 1;
    align-self: flex-end;
    margin: 0;
    font-weight: 700;
    font-size: calc(36px * 1.3);
    color: #ffffff;
    grid-area: number;
}

.help_center7 {
    background: linear-gradient(180deg, rgb(214,225,223) 0%, rgba(rgb(170,203,202), 0.03) 100%);
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

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

.help_center7 h3 {
    font-weight: 700;
    font-size: 28px;
    padding: 30px 40px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    grid-column: 1 / -1;
    background: rgb(170,203,202);
    margin: 0;
    color: #ffffff;
}

.help_center7 .edu_guidef span:hover {
    background: rgba(rgb(170,203,202), 0.05);
    transform: translateX(5px);
}

.help_center7 .edu_guidef span p::before {
    height: 16px;
    width: 16px;
    content: "";
    border-radius: 4px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    opacity: 0.2;
    background: rgb(170,203,202);
}

.help_center7 .edu_guidef span a:hover::after {
    height: 2px;
    opacity: 1;
    background: rgb(126,174,158);
}

.help_center7 .course_askU h4::after {
    content: "";
    background: rgb(170,203,202);
    height: 2px;
    width: 100px;
    position: absolute;
    bottom: -1px;
    left: 0;
}



.help_center7 .reach_teamK::before {
    animation: float 8s ease-in-out infinite, pulse 6s ease-in-out infinite;
    opacity: 0.05;
    content: "";
    background: rgb(170,203,202);
    z-index: 1;
    height: 200px;
    top: -100px;
    border-radius: 50%;
    right: -100px;
    position: absolute;
    width: 200px;
}

.help_center7 .edu_guidef span:nth-child(odd):hover {
    transform: translateX(5px) translateY(-3px) rotate(0.5deg);
}

.help_center7 .edu_guidef span svg {
    width: 20px;
    transform: translateY(-50%);
    height: 20px;
    fill: rgb(170,203,202);
    position: absolute;
    opacity: 0.8;
    transition: all 0.3s ease;
    top: 50%;
    left: 0;
}

.course_program_infoN {
    background-color: #000000;
    display: grid;
    grid-template-rows: 1fr;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    grid-template-columns: 1fr;
}

.course_program_infoN .career_progressy {
    width: 500%;
    height: 100%;
    display: flex;
    animation: split-carousel 30s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

.course_program_infoN .ready_skillsh:hover img {
    transform: scale(1.2);
}

.course_program_infoN .edu_ethosW {
    width: 100%;
    margin-bottom: 0;
}

.course_program_infoN .job_training1 h3 {
    font-weight: 700;
    margin: 0;
    font-size: 28px;
    color: #ffffff;
    border-left: 4px solid rgb(170,203,202);
    position: relative;
    padding-left: 2rem;
    grid-column: 1 / 2;
}

.course_program_infoN .job_training1 .message_helpq:hover::before {
    width: 100%;
}




.course_program_infoN .ready_skillsh::before {
    width: 100%;
    z-index: 2;
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
    background: 
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 50px,
            rgba(255, 255, 255, 0.03) 50px,
            rgba(255, 255, 255, 0.03) 51px
        ),
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 50px,
            rgba(255, 255, 255, 0.03) 50px,
            rgba(255, 255, 255, 0.03) 51px
        );
}

.cookie_notice_overlaya h5 {
    margin: 0;
    letter-spacing: 1.5px;
    font-size: 18px;
    color: rgb(170,203,202);
    font-weight: 700;
    text-transform: uppercase;
}

.web_cookies0 {
    min-width: 140px;
    color: #000000;
    font-size: 14px;
    background: rgb(170,203,202);
    text-decoration: none;
    flex-shrink: 0;
    border: 2px solid rgb(170,203,202);
    text-align: center;
    line-height: 40px;
    padding: 10px 20px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    white-space: nowrap;
    cursor: pointer;
    margin-left: 10px;
    border-radius: 10px;
}

.get_in_toucho .feedback_linksu {
    border-radius: 28px;
    background: #ffffff;
    overflow: hidden;
    display: flex;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.get_in_toucho #contact {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.get_in_toucho input[type="text"]:focus {
    border-left-color: rgb(126,174,158);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    outline: none;
}

.get_in_toucho .query_gridV {
    margin-top: 10px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.get_in_toucho .query_gridV input[type="checkbox"]:checked::after {
    left: 50%;
    top: 40%;
    border-right: 2px solid #ffffff;
    transform: translate(-50%, -50%) rotate(45deg);
    content: "";
    position: absolute;
    border-bottom: 2px solid #ffffff;
    height: 10px;
    width: 5px;
}

.get_in_toucho .message_helpq::after {
    transform: translate(-50%, -50%);
    border-radius: 50%;
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    top: 50%;
    width: 0;
    content: "";
    left: 50%;
    height: 0;
    transition: all 0.6s ease;
}

.price_paletteL {
    position: relative;
    padding: 120px 0;
    background-color: rgb(214,225,223);
    overflow: hidden;
}

.price_paletteL .cert_cost8 {
    order: 1;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
}

.price_paletteL .promo_cost0::after {
    transform: translateX(-50%) scaleX(0.7);
    transition: transform 0.5s ease;
    width: 100px;
    height: 3px;
    position: absolute;
    background: linear-gradient(90deg, rgb(126,174,158), rgb(170,203,202));
    left: 50%;
    content: "";
    bottom: -15px;
}

.price_paletteL .plan_pricingI:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(var(--secondary-color-rgb), 0.12);
}

.price_paletteL .pricing_optionsa {
    padding: 30px;
    position: relative;
    display: flex;
    z-index: 1;
    overflow: hidden;
    flex-grow: 1;
    flex-direction: column;
}

.price_paletteL .plan_pricingI:hover .pricing_optionsa h3 {
    transform: translateX(5px);
}

.price_paletteL .cost_optionsw::before {
    transform: scaleX(0.3);
    background: linear-gradient(90deg, rgb(126,174,158), rgb(170,203,202));
    left: 0;
    content: "";
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: 0;
    transform-origin: left;
    height: 2px;
    width: 100%;
    position: absolute;
}

.price_paletteL .plan_pricingI:hover .img_showcasek {
    transform: scale(1.05);
}


@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}



@media (max-width: 768px) {.greeting_pageH .page_beginA {
    align-items: flex-start;
    padding-top: 15vh;
}.greeting_pageH .study_expertsY {
    margin-right: 2rem;
    margin-left: 2rem;
}.greeting_pageH h1::before {
    width: 40px;
}.greeting_pageH .study_expertsY::before {
    left: -10px;
}
}



@media (min-width: 992px) {.company_overviewf {
    padding: 10rem 0;
}.company_overviewf::after {
    right: -2%;
    top: -15%;
    height: 80%;
    width: 35%;
}.company_overviewf .container {
    padding: 0 2rem;
}.company_overviewf h1 {
    letter-spacing: 1px;
    transform: translateX(-1rem) skewX(-5deg);
    margin-left: 2rem;
}.company_overviewf .skill_learn8 ul {
    gap: 3.5rem 5rem;
}.company_overviewf .path_creatorsO {
    padding: 3.5rem 3rem;
}.company_overviewf .path_creatorsO:first-child {
    transform: translateY(0) rotate(-1deg);
}.company_overviewf .path_creatorsO:nth-child(2) {
    transform: translateY(50px) rotate(1deg);
}.company_overviewf .path_creatorsO:hover:first-child {
    transform: translateY(-5px) rotate(-1deg);
}.company_overviewf .path_creatorsO:hover:nth-child(2) {
    transform: translateY(45px) rotate(1deg);
}.company_overviewf .path_creatorsO div {
    max-height: 350px;
}
}



@media (max-width: 768px) {.mentorship_experienceH {
    padding: 80px 0;
}.mentorship_experienceH .learning_feedbackP {
    margin: 0 15px;
    padding: 80px 25px 30px;
}.mentorship_experienceH .img_showcasek {
    width: 100px;
    height: 100px;
    left: 25px;
}.mentorship_experienceH .name {
    font-size: 22px;
}.mentorship_experienceH .experience_profileJ {
    font-size: calc(12px * 0.95);
}.mentorship_experienceH .experience_profileJ::before {
    width: 20px;
    left: -25px;
}}



@media screen and (max-width: 576px) {.footer_benefit9 {
    padding: 3rem 0 2rem;
}.footer_benefit9 .company_holder h3 {
    font-size: calc(33px * 0.9);
}.footer_benefit9 .equity_pledger {
    font-size: calc(12px * 0.9);
}.footer_benefit9 .top_learn1 .top_prob a {
    font-size: calc(12px * 0.9);
}.policy_linksU {
    padding: 1rem 0;
    margin-top: 2rem;
}}



@media (min-width: 768px) and (max-width: 991px) {.customer_commentsE .user_feedbacku {
    grid-template-columns: repeat(2, 1fr);
}.customer_commentsE {
    padding: 80px 0;
}.customer_commentsE h2 {
    margin-bottom: 50px;
}
}



@media (prefers-reduced-motion: reduce) {.customer_commentsE .learning_feedbackP,
  .customer_commentsE a,
  .customer_commentsE a::before,
  .customer_commentsE .learning_feedbackP img,
  .customer_commentsE .learning_feedbackP h4::after {
    transition: none;
}
}



@media screen and (max-width: 576px) {.metrics_summary1 {
    padding: 60px 0;
}.metrics_summary1 .key_statisticsm {
    padding: 0 10px;
}.metrics_summary1 .statistics_edgesm {
    padding-bottom: 10px;
    font-size: calc(42px * 0.7);
    margin-bottom: 15px;
}.metrics_summary1 .edge_statisticsp {
    margin-bottom: 40px;
    font-size: calc(12px * 0.9);
}.metrics_summary1 .fast_gaint {
    gap: 5px 15px;
    padding: 20px;
    grid-template-columns: 60px 1fr;
}.metrics_summary1 .success_statisticsi {
    width: 55px;
    height: 55px;
}.metrics_summary1 .success_statisticsi svg {
    width: 25px;
    height: 25px;
}.metrics_summary1 .fast_gaint span {
    font-size: calc(36px * 1.1);
}.metrics_summary1 .fast_gaint p {
    font-size: calc(12px * 0.9);
}
}



@media (max-width: 576px) {.help_center7 .edu_guidef span svg {
    height: 16px;
    width: 16px;
}.help_center7 .edu_guidef span p svg {
    width: 12px;
    height: 12px;
}.help_center7 .course_askU h4 svg {
    margin-right: 5px;
    height: 14px;
    width: 14px;
}}


@media only screen and (max-width: 1200px) {.cookie_notice_overlaya {
    padding: 15px 0;
}.cookie_boxt {
    padding: 15px 5%;
}.cookie_explainedJ {
    display: none;
}.cookie_boxt {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.cookie_notice_overlaya h5 {
    font-size: 16px;
    margin-bottom: 10px;
}.cookie_updatesH {
    margin-bottom: 15px;
}.web_cookies0 {
    margin: 10px 0;
    min-width: 100%;
}}



@media (max-width: 576px) {.get_in_toucho {
    padding: 50px 0;
}.get_in_toucho .container {
    padding: 0 15px;
}.get_in_toucho h2 {
    margin-bottom: 30px;
    font-size: calc(34px - 6px);
}.get_in_toucho .connect_listW {
    padding: 30px 20px 40px;
}.get_in_toucho .message_helpq {
    width: 100%;
}.get_in_toucho .img_showcasek {
    min-height: 200px;
}}



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



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



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



@keyframes slideInUp {
    from {
        transform: translateY(2rem);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}



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



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

@keyframes moving-line {
    0% {
        left: -100%;
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        left: 200%;
        opacity: 0;
    }
}

