* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.transcript_0827 {
    flex: 0 0 auto;
}

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

.wrapper-template_2097 {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}

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


.company_info_6027 {
    padding: 120px 0;
    background: linear-gradient(135deg, #000000 0%, rgb(165,159,166) 100%);
    position: relative;
    overflow: hidden;
}

.company_info_6027::before {
    content: "";
    left: 0;
    animation: pulse 15s infinite alternate;
    position: absolute;
    background: radial-gradient(circle at 30% 70%, rgb(165,159,166,0.5) 0%, transparent 50%);
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 1;
}

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

.company_info_6027 .edu_commit_7130 {
    justify-content: space-between;
    transition: transform 0.5s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.5);
    gap: 60px;
    transform: perspective(1000px) rotateY(0deg);
    padding: 50px;
    align-items: center;
    backdrop-filter: blur(10px);
    border-radius: 21px;
    flex-direction: row;
    display: flex;
}

.company_info_6027 .training_experts_6153 .img_preview_2587::before {
    animation: shine 3s infinite;
    transform: skewX(-25deg);
    position: absolute;
    height: 100%;
    top: 0;
    width: 50%;
    content: "";
    left: -100%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
}

.company_info_6027 .learn_studio_2731::before {
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, transparent 25%, rgba(255, 255, 255, 0.1) 50%, transparent 75%);
    left: 0;
    z-index: -1;
    position: absolute;
    top: 0;
    background-size: 20px 20px;
}

.company_info_6027 .info_section_8564 {
    position: relative;
    flex: 1;
    padding-left: 20px;
}

.company_info_6027 .pro_program_7495 {
    display: flex;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    transform: translateY(0);
    align-items: center;
}

.company_info_6027 .pro_program_7495:hover {
    transform: translateY(-5px);
}

.company_info_6027 .pro_program_7495 svg:hover {
    transform: scale(1.1);
    fill: rgb(121,116,127);
}

.company_info_6027 .pro_program_7495 svg path {
    transition: all 0.3s ease;
}

.company_info_6027 .pro_program_7495 svg:hover path {
    fill: rgb(121,116,127);
}

.company_info_6027 h2::after {
    position: absolute;
    bottom: 0;
    width: 80px;
    background: rgb(121,116,127);
    height: 4px;
    left: 0;
    content: "";
    border-radius: 2px;
}

.interested_learners_3576 {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background-color: #edf0f8;
}

.interested_learners_3576 .edu_commit_7130 {
    margin: 0 auto;
    padding: 0 30px;
    z-index: 10;
    max-width: 1200px;
    text-align: center;
    position: relative;
}

.interested_learners_3576 h3 {
    font-size: 34px;
    box-shadow: 
        10px 10px 20px rgba(166, 180, 208, 0.7),
        -10px -10px 20px rgba(255, 255, 255, 0.8);
    background-color: #edf0f8;
    display: inline-block;
    border-radius: 15px;
    color: #000000;
    padding: 20px 40px;
    font-weight: 700;
    margin-bottom: 60px;
    position: relative;
}

.interested_learners_3576 ul {
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 35px;
    display: flex;
    justify-content: center;
}

.interested_learners_3576 ul li {
    align-items: flex-start;
    min-width: 280px;
    display: flex;
    border-radius: 20px;
    padding: 35px 30px;
    position: relative;
    transition: all 0.4s ease;
    width: calc(33.333% - 24px);
    box-shadow: 
        10px 10px 20px rgba(166, 180, 208, 0.5),
        -10px -10px 20px rgba(255, 255, 255, 0.8);
    gap: 20px;
    background-color: #edf0f8;
    text-align: left;
}



.interested_learners_3576 ul li {
    opacity: 0;
    animation: fadeInUp 0.6s ease forwards;
}

.interested_learners_3576 ul li:hover::before {
    opacity: 1;
}

.interested_learners_3576 ul li:hover svg {
    transform: scale(1.05);
    box-shadow: 
        inset 3px 3px 6px rgba(166, 180, 208, 0.4),
        inset -3px -3px 6px rgba(255, 255, 255, 0.8);
}

.interested_learners_3576 ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(165,159,166);
}

.interested_learners_3576 ul li:hover svg path {
    fill: rgb(121,116,127);
}

.interested_learners_3576 ul li:nth-child(2) {
    animation-delay: 0.2s;
}

.interested_learners_3576 ul li:nth-child(4) {
    animation-delay: 0.4s;
}

.interested_learners_3576 ul li:nth-child(6) {
    animation-delay: 0.6s;
}

.title_welcome_4635 > div {
    z-index: 2;
    width: 100%;
    position: relative;
    max-width: 1200px;
    grid-template-columns: 1fr;
    gap: 3rem;
    display: grid;
}

.title_welcome_4635::before {
    z-index: 1;
    left: 0;
    opacity: 0.1;
    top: 0;
    width: 100%;
    background: repeating-linear-gradient(
    45deg,
    rgb(121,116,127,0.5) 0px,
    transparent 2px,
    transparent 20px,
    rgb(121,116,127,0.5) 22px
  );
    position: absolute;
    content: "";
    height: 100%;
}

.title_welcome_4635 .learn_team_9681 {
    opacity: 0;
    line-height: 1.2;
    animation: slideInTitle 1s forwards 0.3s ease-out;
    font-size: clamp(2.5rem, 6vw, 39px);
    color: #000000;
    position: relative;
    font-weight: 700;
    transform: translateX(-2rem);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
}

.title_welcome_4635 p {
    color: #000000;
    font-size: clamp(1rem, 3vw, 16px);
    max-width: 600px;
    margin-bottom: 2rem;
    animation: slideInText 1s forwards 0.6s ease-out;
    transform: translateX(-1rem);
    opacity: 0;
    line-height: 1.6;
}

.title_welcome_4635 .study_growth_4953::before {
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(
    to bottom,
    transparent 40%,
    rgba(0, 0, 0, 0.5) 100%
  );
    content: "";
    width: 100%;
}

.title_welcome_4635 .study_growth_4953 span {
    background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.5)
  );
    left: 0;
    padding: 2rem;
    z-index: 2;
    transition: transform 0.4s ease-out;
    backdrop-filter: blur(5px);
    position: absolute;
    transform: translateY(0);
    width: 100%;
    bottom: 0;
}

.contacts_8924 {
    padding: 120px 0;
    perspective: 1000px;
    background: rgb(198,198,181);
    z-index: 1;
    overflow: hidden;
    position: relative;
}



.contacts_8924::after {
    opacity: 0.3;
    content: '';
    position: absolute;
    filter: blur(50px);
    z-index: -1;
    background: 
        radial-gradient(circle at 20% 20%, rgb(165,159,166,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(121,116,127,0.5) 0%, transparent 40%);
    inset: 0;
}

.contacts_8924 .join_community_8945 {
    z-index: 2;
    border-radius: 0;
    clip-path: polygon(
        0 5%, 5% 0, 95% 0, 100% 5%,
        100% 95%, 95% 100%, 5% 100%, 0 95%
    );
    position: relative;
    backdrop-filter: blur(5px);
    background: #ffffff;
    overflow: hidden;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    padding: 60px;
}

.contacts_8924 .join_community_8945::after {
    width: 100%;
    background-image: 
        linear-gradient(45deg, transparent 25%, rgb(198,198,181) 25%, rgb(198,198,181) 26%, transparent 26%, transparent 75%, rgb(198,198,181) 75%, rgb(198,198,181) 76%, transparent 76%),
        linear-gradient(-45deg, transparent 25%, rgb(198,198,181) 25%, rgb(198,198,181) 26%, transparent 26%, transparent 75%, rgb(198,198,181) 75%, rgb(198,198,181) 76%, transparent 76%);
    top: 0;
    background-size: 60px 60px;
    opacity: 0.05;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    content: '';
}

.contacts_8924 .contact_feedback_7369 {
    color: #000000;
    line-height: 1.8;
    border-radius: 0;
    clip-path: polygon(
        0 0, 98% 0, 100% 15px,
        100% 100%, 2% 100%, 0 calc(100% - 15px)
    );
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    font-size: 13px;
    position: relative;
    background: rgb(198,198,181);
    padding: 25px;
    margin-bottom: 50px;
}

.contacts_8924 .contact_widget_0213 span {
    position: relative;
    background: #ffffff;
    padding: 25px;
    clip-path: polygon(
        0 0, 90% 0, 100% 10%, 
        100% 100%, 10% 100%, 0 90%
    );
    flex-direction: column;
    display: flex;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 1;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(5px);
}

.contacts_8924 .contact_widget_0213 span::after {
    z-index: -2;
    content: '';
    transform: scale(0.5);
    height: 200%;
    transition: opacity 0.5s ease;
    left: -50%;
    opacity: 0;
    position: absolute;
    width: 200%;
    background: radial-gradient(
        circle at center,
        rgb(165,159,166,0.5) 0%,
        transparent 70%
    );
    top: -50%;
}

.contacts_8924 .contact_widget_0213 span:hover::before {
    opacity: 0.2;
}

.contacts_8924 .contact_widget_0213 span p {
    align-items: center;
    display: flex;
    font-size: 13px;
    margin-bottom: 10px;
    color: #000000;
    z-index: 2;
    position: relative;
    font-weight: 600;
}

.contacts_8924 .contact_widget_0213 span svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    stroke: rgb(165,159,166);
    stroke-width: 1;
    flex-shrink: 0;
    fill: rgb(165,159,166);
    transition: transform 0.3s ease, fill 0.3s ease;
}

.contacts_8924 .contact_widget_0213 span:hover svg path {
    stroke-dashoffset: 100;
    animation: dashAnimation 1.5s ease forwards;
}

.contacts_8924 .contact_widget_0213 span span::before,
.contacts_8924 .contact_widget_0213 span span::after {
    display: none;
}

.contacts_8924 .contact_widget_0213 span span a {
    transition: background-size 0.3s ease;
    z-index: 2;
    padding: 5px 0;
    position: relative;
    text-decoration: none;
    font-weight: 600;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
    display: inline-block;
    background-size: 0% 100%;
    color: rgb(165,159,166);
    background-image: linear-gradient(
        transparent calc(100% - 2px),
        rgb(165,159,166) calc(100% - 2px),
        rgb(165,159,166) 100%
    );
}

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

.contacts_8924 .edu_coach_8965 h4::before {
    clip-path: polygon(0 0, 100% 25%, 100% 75%, 0 100%);
    width: 5px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    position: absolute;
    height: 20px;
    content: '';
    background: rgb(165,159,166);
}



.contacts_8924 .edu_coach_8965 span {
    display: block;
    clip-path: polygon(
        0 0, 100% 0, 100% 100%, 
        15px 100%, 0 calc(100% - 15px)
    );
    padding: 12px 15px;
    position: relative;
    background: rgba(255, 255, 255, 0.7);
    margin-bottom: 12px;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-origin: left;
}

.contacts_8924 .edu_coach_8965 span:hover {
    transform: translateX(15px) scale(1.02);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.contacts_8924 .edu_coach_8965 span svg {
    stroke: rgb(165,159,166);
    stroke-width: 0.5;
    fill: rgb(121,116,127);
    opacity: 0.8;
    height: 18px;
    transition: all 0.3s ease;
    margin-right: 8px;
    width: 18px;
    vertical-align: middle;
}

.contacts_8924 .edu_coach_8965 span:hover svg path {
    stroke-dashoffset: 0;
    fill-opacity: 1;
}

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

#popupPolicyNotice_9348 {
    display: none;
}

#popupPolicyNotice_9348:checked ~ .trackingNoticeModal_4167 {
    visibility: hidden;
    opacity: 0;
}

.gdpr_banner_4786 svg, .gdpr_banner_4786 svg path, .gdpr_banner_4786 img {
    width: 100px;
    fill: rgb(165,159,166);
    height: 100px;
}

.trackingNoticeModal_4167 p a {
    text-decoration: none;
    color: rgb(165,159,166);
}



.wrapper-template_2097 .trackingNoticeModal_4167 {
    padding: 40px 0;
    background: rgb(121,116,127);
    box-shadow: rgb(121,116,127,0.5) 0px 0px 40px 39px;
    border: none;
}

.wrapper-template_2097 .track_bar_3561 h5, .wrapper-template_2097 .track_bar_3561 p {
    color: #ffffff;
}

.pricing_menu_6471 {
    background: linear-gradient(145deg, rgb(198,198,181), #ffffff);
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}

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

.pricing_menu_6471 .skill_pricing_0387 {
    background: linear-gradient(145deg, #ffffff, rgb(255, 255, 255, 0.5));
    order: 1;
    padding: 2rem;
    transform: translateY(20px);
    opacity: 0;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    text-align: center;
    animation: fadeInUp 0.8s forwards 0.2s;
}

.pricing_menu_6471 .skill_pricing_0387 .fee_structure_2768 {
    font-weight: 400;
    margin: 0 auto;
    font-size: 13px;
    max-width: 80%;
    color: #000000;
    line-height: 1.6;
}

.pricing_menu_6471 .price_view_6837 {
    gap: 2rem;
    display: grid;
    order: 2;
    grid-template-columns: 1fr;
}

.pricing_menu_6471 .access_cost_3695:nth-child(1) {
    --i: 1;
}

.pricing_menu_6471 .access_cost_3695:nth-child(2) {
    --i: 2;
}

.pricing_menu_6471 .access_cost_3695:nth-child(3) {
    --i: 3;
}

.pricing_menu_6471 .access_cost_3695:nth-child(4) {
    --i: 4;
}

.pricing_menu_6471 .fee_options_5063 {
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    background: #ffffff;
    position: relative;
    flex-direction: column;
}

.pricing_menu_6471 .cost_fee_0563::before {
    opacity: 0;
    right: 0;
    content: "";
    position: absolute;
    transition: opacity 0.4s ease, transform 0.4s ease;
    height: 120px;
    transform: translate(30px, -30px);
    background: linear-gradient(135deg, transparent 50%, rgb(165,159,166,0.5) 50%);
    z-index: -1;
    width: 120px;
    top: 0;
}

.pricing_menu_6471 .access_cost_3695:hover h3 {
    color: rgb(165,159,166);
}

.pricing_menu_6471 .discount_plan_5371::before {
    content: "";
    transition: width 0.3s ease;
    height: 3px;
    background: rgb(121,116,127);
    left: 0;
    width: 40px;
    position: absolute;
    bottom: -5px;
}

.pricing_menu_6471 .access_cost_3695 p {
    word-break: break-word;
    margin-bottom: 0;
    word-wrap: break-word;
    line-height: 1.6;
    font-size: 13px;
    overflow-wrap: break-word;
    color: #000000;
    -ms-word-break: break-all;
}

.pricing_menu_6471 .access_cost_3695:hover .img_preview_2587 {
    transform: scale(1.05);
}

.course_overview_5476 {
    display: flex;
    overflow: hidden;
    background-color: rgb(198,198,181);
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 100vh;
    perspective: 1000px;
}

.course_overview_5476 {
    padding: 3rem 0;
}

.course_overview_5476 .container {
    gap: 20px;
    position: relative;
    width: 100%;
    max-width: 1400px;
    grid-template-columns: 1fr;
    display: grid;
    padding: 0;
    margin: 0 auto;
    grid-template-rows: auto auto;
    z-index: 10;
}

.course_overview_5476 .learn_business_7308::after {
    position: absolute;
    left: 0;
    z-index: 5;
    opacity: 0.3;
    mix-blend-mode: overlay;
    content: '';
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 2px,
        rgba(rgb(165,159,166), 0.1) 2px,
        rgba(rgb(165,159,166), 0.1) 4px
    );
    height: 100%;
    pointer-events: none;
    top: 0;
}

.course_overview_5476 .new_study_4380 {
    position: relative;
    width: 20%;
    height: 100%;
    overflow: hidden;
}

.course_overview_5476 .new_study_4380 {
    width: 16.6667%;
}

.course_overview_5476 .new_study_4380:hover img {
    filter: grayscale(0) brightness(1);
    transform: scale(1);
}

.course_overview_5476 .ready_skills_8750:hover {
    transform: translateY(-10px);
}

.course_overview_5476 .ready_skills_8750::before,
.course_overview_5476 .ready_skills_8750::after {
    content: '';
    transition: all 0.5s ease;
    position: absolute;
    background: rgb(165,159,166);
}

.course_overview_5476 .ready_skills_8750::before {
    height: 2px;
    left: 0;
    background: linear-gradient(90deg, 
                transparent 0%,
                rgb(165,159,166) 50%,
                transparent 100%);
    top: 0;
    transform: scaleX(0);
    width: 100%;
}




.course_overview_5476 .ready_skills_8750::before {
    position: absolute;
    right: 0;
    left: 0;
    height: 2px;
    transform: scaleX(0);
    content: '';
    top: 0;
    transform-origin: 0 0;
    transition: transform 0.5s ease;
    background: linear-gradient(to right, 
                transparent, 
                rgb(165,159,166), 
                transparent);
}

.course_overview_5476 .ready_skills_8750 h3 {
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 700;
    padding-left: 20px;
    position: relative;
    margin-bottom: 1.5rem;
    font-size: 29px;
}

.course_overview_5476 .ready_skills_8750 h3 {
    font-size: calc(29px * 0.9);
}

.course_overview_5476 .ready_skills_8750 p {
    border-left: 1px solid rgba(rgb(121,116,127), 0.3);
    line-height: 1.8;
    margin-bottom: 2.5rem;
    padding-left: 20px;
    color: #000000;
    font-size: 13px;
    position: relative;
}

.course_overview_5476 .ready_skills_8750 .request_links_3796::before {
    background: rgb(165,159,166);
    transition: all 0.3s ease;
    height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    content: '';
    left: -100%;
}

.course_overview_5476 .ready_skills_8750 .request_links_3796:hover {
    border-color: rgb(165,159,166);
    color: #ffffff;
}

.contact_panel_4960 {
    overflow: hidden;
    padding: 100px 0;
    background: rgb(198,198,181);
    position: relative;
}

.contact_panel_4960::after {
    top: 0;
    content: "";
    opacity: 0.07;
    background-image: 
        linear-gradient(rgb(121,116,127,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(121,116,127,0.5) 1px, transparent 1px);
    width: 100%;
    background-size: 30px 30px;
    z-index: 1;
    left: 0;
    position: absolute;
    height: 100%;
}

.contact_panel_4960 h2 {
    transform: translateX(-50%);
    font-size: 37px;
    text-align: center;
    margin-bottom: 20px;
    left: 50%;
    position: relative;
    font-weight: 700;
    display: inline-block;
    color: #000000;
    padding-bottom: 20px;
}

.contact_panel_4960 .support_panel_4502 {
    overflow: hidden;
    margin-top: 50px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    display: flex;
    position: relative;
    background: #ffffff;
}

.contact_panel_4960 .img_preview_2587::before {
    z-index: 1;
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(
        135deg, 
        rgba(rgb(165,159,166), 0.4), 
        rgba(rgb(121,116,127), 0.4)
    );
}

.contact_panel_4960 .message_widget_6128::after {
    bottom: -50px;
    background: rgb(121,116,127,0.5);
    position: absolute;
    width: 100px;
    height: 100px;
    left: -50px;
    z-index: 0;
    content: "";
    border-radius: 0;
    transform: rotate(45deg);
}

.contact_panel_4960 form h3::after {
    content: "";
    left: 0;
    background: rgb(165,159,166);
    bottom: -15px;
    width: 50%;
    height: 2px;
    position: absolute;
}

.contact_panel_4960 form input[type="text"]:focus {
    outline: none;
    border-bottom-color: rgb(165,159,166);
}

.contact_panel_4960 form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
    transition: all 0.3s ease;
}

.contact_panel_4960 form input[type="text"]:focus::placeholder {
    opacity: 0;
    transform: translateY(-10px);
}

.contact_panel_4960 .reach_card_9065 label {
    color: #000000;
    padding-left: 35px;
    position: relative;
    line-height: 1.5;
    cursor: pointer;
    font-size: 15px;
}

.contact_panel_4960 .reach_card_9065 input[type="checkbox"]:checked + label::before {
    background: rgb(165,159,166);
    border-color: rgb(165,159,166);
}

.contact_panel_4960 .reach_card_9065 input[type="checkbox"]:checked + label::after {
    width: 6px;
    border-width: 0 2px 2px 0;
    height: 12px;
    position: absolute;
    top: 4px;
    transform: rotate(45deg);
    left: 8px;
    content: "";
    border: solid #ffffff;
}

.contact_panel_4960 .reach_card_9065 label a:hover {
    color: rgb(121,116,127);
}

.contact_panel_4960 .reach_card_9065 label a:hover::after {
    background: rgb(121,116,127);
    transform: scaleX(0);
}

.contact_panel_4960 .request_links_3796::before {
    position: absolute;
    transform: skewX(-25deg);
    height: 100%;
    transition: width 0.5s ease;
    z-index: -1;
    background: rgb(121,116,127);
    content: "";
    left: -10px;
    top: 0;
    width: 0;
}

.contact_panel_4960 .request_links_3796:hover::before {
    width: 150%;
}

.contact_panel_4960 svg {
    stroke: rgb(165,159,166);
    fill: none;
    stroke-width: 2;
    width: 24px;
    transition: all 0.3s ease;
    height: 24px;
}

.contact_panel_4960 svg:hover,
.contact_panel_4960 svg:hover path {
    stroke: rgb(121,116,127);
}

.educational_rewards_4731::before {
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    background: 
    radial-gradient(circle at 10% 20%, rgb(165,159,166,0.5) 0%, transparent 40%),
    radial-gradient(circle at 90% 80%, rgb(121,116,127,0.5) 0%, transparent 40%);
    opacity: 0.4;
    content: "";
    top: 0;
}



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

.educational_rewards_4731 .edu_commit_7130 {
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8));
    padding: 0;
    grid-template-columns: 1fr 1.2fr;
    border-radius: 30px;
    overflow: hidden;
    gap: 40px;
    display: grid;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.educational_rewards_4731 .info_section_8564 {
    padding: 40px 30px 40px 10px;
    position: relative;
}

.educational_rewards_4731 h3::after {
    width: 60px;
    background: linear-gradient(to right, rgb(165,159,166), rgb(121,116,127));
    left: 0;
    position: absolute;
    content: "";
    height: 3px;
    bottom: -8px;
    transition: width 0.3s ease;
}

.educational_rewards_4731 li {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6));
    transition: all 0.3s ease;
    border-radius: 10px;
    flex: 0 0 calc(50% - 10px);
    overflow: hidden;
    position: relative;
    padding: 15px;
    box-shadow: 
    3px 3px 10px rgba(0, 0, 0, 0.05),
    inset 1px 1px 0 rgba(255, 255, 255, 0.7);
}

.educational_rewards_4731 li:hover::before {
    opacity: 0.2;
}

.educational_rewards_4731 li p {
    font-size: 15px;
    margin: 0;
    position: relative;
    align-items: center;
    color: #000000;
    display: flex;
    z-index: 1;
    gap: 12px;
}

.educational_rewards_4731 svg path {
    fill: #ffffff;
}

.educational_rewards_4731 li:hover svg {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    transform: rotate(10deg);
}

.transcript_0827::after {
    top: 0;
    opacity: 0.15;
    left: 0;
    background-size: 30px 30px;
    position: absolute;
    background-position: center;
    content: "";
    width: 100%;
    background: 
        linear-gradient(rgba(rgb(165,159,166), 0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(rgb(165,159,166), 0.2) 1px, transparent 1px);
    animation: gridAnimate 15s linear infinite;
    height: 100%;
    z-index: -1;
}

.transcript_0827 .company_holder::after {
    border-right: 2px solid rgb(165,159,166);
    right: -20px;
    bottom: -20px;
    width: 60px;
    position: absolute;
    opacity: 0.7;
    height: 60px;
    content: "";
    border-bottom: 2px solid rgb(165,159,166);
}

.transcript_0827 .company_holder h3::after {
    position: absolute;
    background: rgb(165,159,166);
    bottom: -5px;
    left: 0;
    width: 30%;
    content: "";
    height: 2px;
    box-shadow: 0 0 10px rgb(165,159,166);
}

.transcript_0827 .res_connect_2895 {
    grid-column: 6 / 13;
    grid-row: 1;
    justify-content: flex-end;
    display: flex;
}

.transcript_0827 .main_tutor_1720 {
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    position: relative;
    padding: 1.5rem;
    backdrop-filter: blur(4px);
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
}

.transcript_0827 .main_tutor_1720:hover::before {
    height: 100%;
}

.transcript_0827 .main_tutor_1720 h5 {
    position: relative;
    margin-bottom: 1.5rem;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 600;
    padding-left: 1rem;
    color: rgb(121,116,127);
}

.transcript_0827 .main_tutor_1720 .head_page_3475 {
    gap: 0.7rem;
    flex-direction: column;
    display: flex;
}

.transcript_0827 .main_tutor_1720 .head_page_3475 a {
    text-decoration: none;
    opacity: 0.7;
    font-size: 12px;
    z-index: 1;
    border-radius: 10px;
    color: #ffffff;
    overflow: hidden;
    padding: 0.4rem 1rem;
    position: relative;
    transition: all 0.3s ease;
}

.transcript_0827 .main_tutor_1720 .head_page_3475 a:hover {
    color: #ffffff;
    padding-left: 1.5rem;
    opacity: 1;
}

.inclusion_9708 {
    background: rgba(0, 0, 0, 0.5);
    margin-top: 4rem;
    position: relative;
    grid-row: 2;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 1.5rem 0;
    grid-column: 1 / 13;
}

.inclusion_9708 .container {
    justify-content: center;
    display: flex;
    align-items: center;
}

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

.privacy_gate_3569 h1 {
    margin-bottom: 30px;
    padding-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 50px;
    font-size: 40px;
    width: 100%;
    color: rgb(165,159,166);
    border-bottom: 3px solid rgb(165,159,166);
    font-weight: 700;
}

.privacy_gate_3569 h3, .privacy_gate_3569 h4, .privacy_gate_3569 h5, .privacy_gate_3569 h6 {
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-weight: 600;
    margin-top: 30px;
    width: 100%;
    font-size: 22px;
    color: rgb(165,159,166);
    border-bottom: 1px solid rgb(165,159,166);
}

.privacy_gate_3569 section {
    box-shadow: 0 0 15px rgb(165,159,166,0.5);
    margin-top: 30px;
    border-radius: 10px;
    width: 100%;
    text-align: center;
    padding: 30px;
    border: 1px solid rgb(165,159,166);
}

header::before {
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    background: 
        linear-gradient(135deg, transparent 25%, rgba(rgb(165,159,166), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(225deg, transparent 25%, rgba(rgb(165,159,166), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(315deg, transparent 25%, rgba(rgb(165,159,166), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(45deg, transparent 25%, rgba(rgb(165,159,166), 0.03) 25%) 0 0 / 20px 20px;
    z-index: 0;
    content: '';
}

header .main_core_5048 {
    perspective: 800px;
    flex: 0 0 auto;
    position: relative;
    margin-right: 2rem;
}

header .head_nav_7685 {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
    transform-style: preserve-3d;
    position: relative;
}

header .head_nav_7685 img {
    transform: translateZ(20px);
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
    max-height: 40px;
}

header .main_tutor_1720 {
    transform-style: preserve-3d;
    perspective: 1000px;
    margin: 0;
    position: relative;
    list-style: none;
    padding: 0;
    display: flex;
}

header .top_skill_1357 {
    transform-style: preserve-3d;
    margin: 0 0.3rem;
    position: relative;
}

header .top_skill_1357 a {
    color: #000000;
    transform-style: preserve-3d;
    padding: 0.7rem 1.2rem;
    transform: translateZ(0);
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease;
    display: flex;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    font-weight: 600;
    font-size: 13px;
    border-radius: 10px;
    position: relative;
    text-decoration: none;
    background: #ffffff;
}

header .top_skill_1357 a:hover::before {
    opacity: 1;
}

header .top_skill_1357 a::after {
    transform: translateZ(-10px);
    background: rgb(165,159,166);
    transition: all 0.4s ease;
    content: '';
    bottom: -5px;
    left: 5px;
    position: absolute;
    height: 5px;
    right: 5px;
    opacity: 0;
}



@supports not (transform-style: preserve-3d) {header .head_nav_7685:hover {
    transform: translateY(-3px);
}header .top_skill_1357 a:hover {
    transform: translateY(-3px);
}}

.thanksPanel_6591::before {
    background: repeating-linear-gradient(
        -45deg,
        rgb(165,159,166,0.5) 0px,
        rgb(165,159,166,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    top: 0;
    opacity: 0.05;
    position: absolute;
}

.thanksPanel_6591 .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.thanksPanel_6591 .edu_commit_7130 {
    grid-template-columns: 1fr;
    border-left: 5px solid rgb(165,159,166);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
    display: grid;
    padding: 3.5rem;
    transform: perspective(1000px) rotateX(2deg);
    gap: 2rem;
    background: rgba(255, 255, 255, 0.97);
    position: relative;
}

.thanksPanel_6591 .edu_commit_7130 > div:first-child::after {
    width: 80px;
    height: 4px;
    left: 0;
    transform-origin: left;
    background: rgb(121,116,127);
    position: absolute;
    content: "";
    animation: lineGrow 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    bottom: 0;
}

.thanksPanel_6591 a:hover {
    transform: translateY(-5px);
}

.thanksPanel_6591 p {
    border-radius: 10px;
    border-left: 3px solid rgb(121,116,127,0.5);
    padding: 1.5rem;
    transform: translateY(20px);
    font-size: 16px;
    color: #000000;
    margin: 0;
    animation: fadeUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s forwards;
    background: linear-gradient(to bottom right, rgba(rgb(198,198,181), 0.3), rgba(255, 255, 255, 0.9));
    position: relative;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
    line-height: 1.8;
    opacity: 0;
}

.data_exploration_8237::before {
    position: absolute;
    top: 0;
    content: "";
    animation: gradientShift 15s ease infinite alternate;
    height: 100%;
    z-index: -1;
    width: 100%;
    left: 0;
    background: 
        linear-gradient(135deg, rgb(165,159,166,0.5) 0%, transparent 50%),
        linear-gradient(225deg, rgb(121,116,127,0.5) 0%, transparent 50%);
}

.data_exploration_8237 .container {
    gap: 40px;
    max-width: 1200px;
    flex-direction: column;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    position: relative;
}

.data_exploration_8237 .top_statistics_0735 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    align-items: center;
    overflow: hidden;
    padding: 20px 15px;
    width: calc(25% - 15px);
    display: flex;
    z-index: 1;
    border-radius: 16px;
    text-align: center;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8));
    justify-content: center;
    height: 150px;
    position: relative;
    flex-direction: column;
    transition: all 0.3s ease;
}

.data_exploration_8237 .top_statistics_0735:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.data_exploration_8237 .top_statistics_0735:hover::before {
    height: 80%;
}

.data_exploration_8237 .top_statistics_0735:hover h4 {
    color: rgb(121,116,127);
}

.data_exploration_8237 .top_statistics_0735 span {
    max-width: 100%;
    color: #000000;
    font-size: 14px;
}

.data_exploration_8237 .statistics_gains_1743::before {
    opacity: 0.6;
    top: -3px;
    position: absolute;
    z-index: -1;
    border-radius: calc(16px + 3px);
    left: -3px;
    bottom: -3px;
    background: linear-gradient(45deg, 
        rgb(165,159,166,0.5),
        rgb(121,116,127,0.5),
        rgb(165,159,166,0.5)
    );
    animation: borderGlow 6s linear infinite;
    content: "";
    right: -3px;
}

.data_exploration_8237 .extra_pro_8910::after {
    transform: translateX(-50%);
    width: 70px;
    border-radius: 3px;
    position: absolute;
    bottom: -10px;
    content: "";
    height: 3px;
    background: linear-gradient(to right, rgb(165,159,166), rgb(121,116,127));
    left: 50%;
}

.data_exploration_8237 svg path {
    fill: inherit;
}

.data_exploration_8237 .top_statistics_0735:hover svg {
    fill: rgb(121,116,127);
    opacity: 1;
    transform: rotate(15deg);
}

.data_exploration_8237 .program_wins_4162:last-of-type {
    order: 2;
}

.leadership_profile_0386::before {
    background: 
        linear-gradient(90deg, transparent 85%, rgb(165,159,166,0.5) 85%, rgb(165,159,166,0.5) 88%, transparent 88%),
        linear-gradient(180deg, transparent 85%, rgb(121,116,127,0.5) 85%, rgb(121,116,127,0.5) 88%, transparent 88%);
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.1;
    animation: gridFlow 20s linear infinite;
    content: "";
    z-index: 1;
    background-size: 150px 150px;
    position: absolute;
    left: 0;
}

.leadership_profile_0386 .rating_views_6817::before {
    background: linear-gradient(90deg, rgb(165,159,166,0.5) 0%, transparent 50%);
    top: 50%;
    border-radius: 26px;
    opacity: 0.3;
    transform: translateY(-50%);
    content: "";
    right: 0;
    height: 90%;
    z-index: -1;
    animation: horizontalBreathing 8s ease-in-out infinite alternate;
    filter: blur(40px);
    position: absolute;
    left: 0;
}

.leadership_profile_0386 .img_preview_2587 {
    position: relative;
    z-index: 2;
    transform: scale(1);
    height: 100%;
    grid-area: photo;
    overflow: hidden;
    filter: contrast(1.1) brightness(1.05);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 26px 0 0 26px;
}

.leadership_profile_0386 .name {
    padding-bottom: 10px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    transform: translateX(0);
    z-index: 3;
    align-self: end;
    grid-area: name;
    font-weight: 700;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 28px;
    position: relative;
    color: #ffffff;
    margin-top: 80px;
}

.leadership_profile_0386 .name::after {
    transition: width 0.5s ease;
    height: 2px;
    position: absolute;
    bottom: 0;
    width: 0;
    background: rgb(165,159,166);
    content: "";
    left: 0;
}

.leadership_profile_0386 .rating_views_6817:hover span:not(.name) {
    transform: translateX(15px);
    background: rgba(0, 0, 0, 0.3);
}

.leadership_profile_0386 .work_exp_9873 {
    grid-area: quote;
    border-left: 4px solid rgb(121,116,127);
    align-self: start;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    position: relative;
    line-height: 1.8;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    transform: translateY(0);
    font-size: 13px;
    z-index: 2;
    color: #ffffff;
    width: 95%;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    padding: 2rem;
    margin-right: 0;
    backdrop-filter: blur(10px);
    border-radius: 26px;
}



::-webkit-scrollbar {
    height: 5px;
    padding: 3px;
    width: 0.8em;
}

::-webkit-scrollbar-button {
    background: rgb(121,116,127);
    height: 9px;
    border-radius: 5px;
}

::-webkit-scrollbar-track {
    box-shadow: inset -1px -2px 12px 3px rgba(0, 0, 0, 0.3);
    margin: 3px 0;
    background: rgb(121,116,127,0.5);
}

::-webkit-scrollbar-track:active {
    background: rgb(121,116,127);
}

::-webkit-scrollbar-thumb {
    background: rgb(121,116,127,0.5);
    transition: box-shadow, border-radius 4.9s linear;
}

::-webkit-scrollbar-thumb:hover {
    box-shadow: -2px 0px 15px -2px rgba(0, 0, 0, 0.1);
    background: rgb(198,198,181);
}

::-webkit-scrollbar-corner {
    border-radius: 6px;
    background: rgb(165,159,166);
}



@media screen and (max-width: 767px) {.company_info_6027 {
    padding: 60px 0;
}.company_info_6027 .edu_commit_7130 {
    gap: 30px;
    padding: 30px 20px;
}.company_info_6027 .training_experts_6153 .img_preview_2587 {
    width: 220px;
    height: 300px;
}.company_info_6027 .learn_studio_2731 {
    width: 80%;
    transform: translateY(-30px) translateX(0);
}.company_info_6027 h2 {
    font-size: calc(31px * 0.8);
}
}



@media (max-width: 992px) {.interested_learners_3576 {
    padding: 80px 0;
}.interested_learners_3576 h3 {
    padding: 15px 30px;
    margin-bottom: 50px;
}.interested_learners_3576 ul {
    gap: 25px;
}.interested_learners_3576 ul li {
    padding: 30px 25px;
    width: calc(50% - 13px);
}
}



@media (max-width: 768px) {.interested_learners_3576 ul li {
    width: 100%;
    max-width: 400px;
}
}



@media (max-width: 576px) {.interested_learners_3576 {
    padding: 60px 0;
}.interested_learners_3576 h3 {
    padding: 15px 20px;
    margin-bottom: 40px;
    font-size: calc(34px * 0.85);
}.interested_learners_3576 ul li {
    gap: 15px;
    padding: 25px 20px;
}.interested_learners_3576 ul li svg {
    padding: 8px;
    width: 40px;
    height: 40px;
}
}



@media (min-width: 1200px) {.title_welcome_4635 {
    padding: 8rem 6rem;
}.title_welcome_4635 .learn_team_9681 {
    font-size: 39px;
}.title_welcome_4635 .study_growth_4953 {
    height: 450px;
}.title_welcome_4635 .study_growth_4953 h3 {
    font-size: 21px;
}
}



@media (hover: none) {.title_welcome_4635 .study_growth_4953 {
    transform: none;
}.title_welcome_4635 .study_growth_4953:hover {
    transform: none;
}.title_welcome_4635 .study_growth_4953 span {
    transform: none;
}.title_welcome_4635 .study_growth_4953:hover span {
    transform: none;
}}



@media (max-width: 767px) {.contacts_8924 {
    padding: 60px 0;
}.contacts_8924 .join_community_8945 {
    padding: 30px;
    clip-path: polygon(
            0 2%, 2% 0, 98% 0, 100% 2%,
            100% 98%, 98% 100%, 2% 100%, 0 98%
        );
}.contacts_8924 h3 {
    font-size: calc(30px - 0.3rem);
    margin-bottom: 30px;
}.contacts_8924 .contact_feedback_7369 {
    margin-bottom: 35px;
    padding: 15px;
}.contacts_8924 .contact_widget_0213 {
    grid-template-columns: 1fr;
    gap: 20px;
}.contacts_8924 .edu_coach_8965 {
    padding: 25px;
}.contacts_8924 .edu_coach_8965 svg {
    height: 16px;
    width: 16px;
}
}


@media only screen and (max-width: 1200px) {.trackingNoticeModal_4167 {
    padding: 20px;
}}


@media only screen and (max-width: 800px) {.gdpr_banner_4786 {
    display: none;
}.privacy_opt_6045 {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.trackingNoticeModal_4167 h5 {
    text-align: center;
}.trackingNoticeModal_4167 p {
    text-align: center;
}.track_bar_3561 {
    margin-bottom: 20px;
}body .wrapper-template_2097 .learn_consent_0473 {
    margin-left: 0;
    margin-bottom: 10px;
}}



@media (min-width: 768px) {.pricing_menu_6471 .price_view_6837 {
    grid-template-columns: repeat(2, 1fr);
}.pricing_menu_6471 .skill_pricing_0387 {
    padding: 3rem;
}.pricing_menu_6471 .cost_fee_0563 {
    padding: 2.8rem 2.2rem;
}
}



@media (min-width: 1200px) {.pricing_menu_6471 .price_view_6837 {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.pricing_menu_6471 .cost_fee_0563 {
    padding: 3rem 2.5rem;
}.pricing_menu_6471 .skill_pricing_0387 h2 {
    font-size: calc(30px + 0.3rem);
}
}



@media (max-width: 767px) {.pricing_menu_6471 {
    padding: 4rem 0;
}.pricing_menu_6471 .skill_pricing_0387 h2 {
    font-size: calc(30px - 0.2rem);
}.pricing_menu_6471 .skill_pricing_0387 .fee_structure_2768 {
    max-width: 100%;
    font-size: calc(13px - 0.1rem);
}.pricing_menu_6471 .access_cost_3695 h3 {
    font-size: 20px;
}.pricing_menu_6471 .discount_plan_5371 {
    font-size: calc(22px + 0.5rem);
}.pricing_menu_6471 .img_preview_2587 {
    height: 160px;
}}



@media (max-width: 480px) {.course_overview_5476 {
    padding: 2rem 0;
}.course_overview_5476 .ready_skills_8750 {
    padding: 25px 15px;
}.course_overview_5476 .ready_skills_8750 h3 {
    padding-left: 15px;
    font-size: calc(29px * 0.8);
}.course_overview_5476 .ready_skills_8750 p {
    padding-left: 15px;
}.course_overview_5476 .ready_skills_8750 .request_links_3796 {
    padding: 10px 20px;
    margin-left: 15px;
}}



@media (max-width: 480px) {.contact_panel_4960 {
    padding: 50px 0;
}.contact_panel_4960 h2 {
    font-size: calc(37px * 0.85);
}.contact_panel_4960 .support_panel_4502 {
    margin-top: 30px;
}.contact_panel_4960 .img_preview_2587 {
    min-height: 200px;
}.contact_panel_4960 .message_widget_6128 {
    padding: 30px 20px;
}.contact_panel_4960 form h3 {
    font-size: calc(20px * 0.9);
    margin-bottom: 25px;
}.contact_panel_4960 form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact_panel_4960 .reach_card_9065 {
    margin-bottom: 25px;
}.contact_panel_4960 .reach_card_9065 label {
    font-size: calc(15px * 0.9);
}.contact_panel_4960 .request_links_3796 {
    padding: 12px 25px;
}}



@media (max-width: 768px) {.educational_rewards_4731 {
    padding: 50px 0;
}.educational_rewards_4731 .img_preview_2587 {
    height: 250px;
}.educational_rewards_4731 li {
    flex: 0 0 100%;
}
}



@media screen and (max-width: 992px) {.transcript_0827 .container {
    grid-template-columns: repeat(1, 1fr);
}.transcript_0827 .company_holder {
    grid-column: 1;
    grid-row: 1;
}.transcript_0827 .res_connect_2895 {
    grid-column: 1;
    grid-row: 2;
    margin-top: 2rem;
}.inclusion_9708 {
    margin-top: 3rem;
    grid-row: 3;
}
}



@media screen and (max-width: 768px) {.transcript_0827 {
    padding: 4rem 0 3rem;
}.transcript_0827 .head_page_3475 {
    grid-template-columns: 1fr;
    gap: 2rem;
}.transcript_0827 .main_tutor_1720 {
    padding: 1.2rem;
}.transcript_0827 .main_tutor_1720 h5 {
    font-size: calc(24px * 0.9);
}.transcript_0827 .company_holder::before,
    .transcript_0827 .company_holder::after {
    width: 40px;
    height: 40px;
}
}



@media only screen and (max-width: 800px) {.privacy_gate_3569 {
    padding: 20px 10px;
}.privacy_gate_3569 h1 {
    font-size: calc(22px * 0.8);
    width: 100%;
}.privacy_gate_3569 h2 {
    width: 100%;
    font-size: calc(22px * 0.8);
}.privacy_gate_3569 h3, .privacy_gate_3569 h4, .privacy_gate_3569 h5, .privacy_gate_3569 h6 {
    width: 100%;
    font-size: calc(22px * 0.8);
}.privacy_gate_3569 p, .privacy_gate_3569 span, .privacy_gate_3569 div {
    width: 100%;
    font-size: calc(17px * 0.9);
}.privacy_gate_3569 ul, .privacy_gate_3569 ol {
    width: 100%;
}.privacy_gate_3569 section {
    width: 100%;
}}



@media (max-width: 479px) {header .main_train_8597 {
    padding: 0.7rem 1.2rem;
}header .main_core_5048 {
    max-width: 120px;
}header .top_skill_1357 a {
    padding: 0.4rem 0.6rem;
    font-size: calc(13px - 3px);
}header::after {
    height: 3px;
}
}



@media (min-width: 768px) {.thanksPanel_6591 {
    padding: 7rem 3rem;
}.thanksPanel_6591 .edu_commit_7130 {
    padding: 4rem;
    grid-template-columns: 1fr 1fr;
    transform: perspective(1000px) rotateX(1deg);
    gap: 3rem;
}.thanksPanel_6591 h5 {
    font-size: calc(24px * 1.3);
}.thanksPanel_6591 .edu_commit_7130 > div:first-child {
    align-items: center;
    display: flex;
    padding-bottom: 0;
}.thanksPanel_6591 .edu_commit_7130 > div:first-child::after {
    display: none;
}.thanksPanel_6591 p {
    padding: 2rem;
}
}



@media (max-width: 480px) {.thanksPanel_6591 {
    padding: 3rem 1rem;
}.thanksPanel_6591 .edu_commit_7130 {
    border-left-width: 3px;
    padding: 2rem 1.2rem;
}.thanksPanel_6591 .edu_commit_7130::before {
    height: 5px;
}.thanksPanel_6591 h5 {
    font-size: calc(24px * 0.9);
}.thanksPanel_6591 p {
    font-size: calc(16px * 0.9);
    line-height: 1.6;
    padding: 1rem;
}}



@media (max-width: 992px) {.data_exploration_8237 .top_statistics_0735 {
    width: calc(50% - 10px);
}
}



@media (max-width: 576px) {.data_exploration_8237 {
    padding: 50px 0;
}.data_exploration_8237 .top_statistics_0735 {
    height: auto;
    min-height: 130px;
    width: 100%;
}.data_exploration_8237 .statistics_gains_1743 {
    padding: 20px;
}}



@media (max-width: 576px) {.leadership_profile_0386 {
    padding: 5rem 0;
}.leadership_profile_0386 .img_preview_2587 {
    height: 250px;
}.leadership_profile_0386 .name {
    font-size: 24px;
}.leadership_profile_0386 .rating_views_6817 span:not(.name) {
    padding: 0.5rem 1rem;
    font-size: 13px;
}.leadership_profile_0386 .work_exp_9873 {
    font-size: calc(13px * 0.9);
    padding: 1.5rem;
    line-height: 1.6;
    width: 95%;
}
}

@keyframes pulse_scrollbar { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }



@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.3;
        transform: scale(1);
    }
}



@keyframes shine {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

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



@keyframes slideInTitle {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}



@keyframes fadeUpIn {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}



@keyframes pulse {
  0% {
    opacity: 0.15;
    transform: scale(0.95);
  }
  50% {
    opacity: 0.25;
    transform: scale(1);
  }
  100% {
    opacity: 0.2;
    transform: scale(0.98);
  }
}

@keyframes rotateIcon {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(90deg);
    }
    50% {
        transform: rotate(180deg);
    }
    75% {
        transform: rotate(270deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



@keyframes rotate-reverse {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}



@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-20%);
    }
    45% {
        transform: translateX(-20%);
    }
    50% {
        transform: translateX(-40%);
    }
    70% {
        transform: translateX(-40%);
    }
    75% {
        transform: translateX(-60%);
    }
    95% {
        transform: translateX(-60%);
    }
    100% {
        transform: translateX(-80%);
    }
}



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

@keyframes gridAnimate {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}



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



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



@keyframes gridFlow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 150px 150px;
    }
}



@keyframes pulseOpacity {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.9;
    }
}



@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

