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

* {
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(215,228,219);
    scrollbar-width: thin;
}

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

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



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


.plan_containerDy {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

.plan_containerDy .fee_choicesiL {
    position: relative;
}

.plan_containerDy h2 {
    animation: fadeSlideUp 0.8s ease-out forwards;
    color: #ffffff;
    opacity: 0;
    margin-bottom: 25px;
    transform: translateY(20px);
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: calc(31px * 1.1);
    position: relative;
    text-align: center;
}

.plan_containerDy .premium_planz3 li {
    animation-delay: calc(0.2s * var(--li-index, 1));
    transform: translateZ(0) rotateY(5deg);
    transform-style: preserve-3d;
    opacity: 0;
    animation: fadeIn 0.8s ease-out forwards, rotateCard 0.8s ease-out forwards;
}

.plan_containerDy .learning_packagesLx {
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.07) 0%, 
        rgba(255,255,255,0.03) 100%);
    height: 100%;
    padding: 30px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2), 
                0 5px 15px rgba(0,0,0,0.1),
                inset 0 1px 1px rgba(255,255,255,0.1);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
}

.plan_containerDy .value_dealslk:hover .discount_grid4b h4 {
    transform: translateY(-2px);
    color: rgb(177,202,188);
}

.plan_containerDy .value_dealslk:hover .discount_grid4b h4::after {
    transform: scaleX(1);
}

.plan_containerDy .pricing_ratesx4 {
    font-weight: 700;
    transition: transform 0.3s ease, color 0.3s ease;
    padding: 10px 0;
    margin-top: auto;
    color: #ffffff;
    position: relative;
    display: inline-block;
    font-size: calc(21px * 1.4);
}

.academy_infoZI .compliance90 {
    flex-direction: column;
    display: flex;
}

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

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

.academy_infoZI .text_main_holder {
    gap: 0;
    display: grid;
    z-index: 2;
    position: relative;
    grid-template-columns: 1fr 1.5fr 1fr;
}

.academy_infoZI .head_lessonYf:hover svg {
    transform: scale(1.05);
}

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

.academy_infoZI .top_lessonN6 h5::after {
    content: '';
    width: 40px;
    bottom: -0.5rem;
    height: 3px;
    background-color: rgb(177,202,188);
    left: 0;
    position: absolute;
}

.academy_infoZI .header_sitegl a:hover {
    opacity: 1;
    padding-left: 10px;
}

.academy_infoZI .header_sitegl a:hover::before {
    width: 30px;
}

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

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

.academy_infoZI .sub_objectiveqV {
    cursor: pointer;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    font-size: 17px;
    overflow: hidden;
    position: relative;
    padding: 1rem 1.25rem;
    font-weight: 600;
    transition: all 0.3s ease;
    background-color: rgb(177,202,188);
}

.academy_infoZI .tutor_match7x {
    font-size: 15px;
    opacity: 0.7;
    color: #ffffff;
}

.testimonials5p {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(215,228,219) 0%, rgba(rgb(177,202,188,0.5), 0.05) 100%);
    position: relative;
    overflow: hidden;
}

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

.testimonials5p h2 {
    position: relative;
    margin-right: auto;
    line-height: 1.4;
    font-weight: 700;
    margin-left: auto;
    text-align: center;
    color: #000000;
    margin-bottom: 60px;
    max-width: 800px;
    font-size: 29px;
}

.testimonials5p .user_storiesoG {
    z-index: 1;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), 
                box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        0 100%
    );
    box-shadow: 0 15px 35px -10px rgba(rgba(0, 0, 0, 0.5), 0.08);
    background: #ffffff;
    padding: 30px;
}

.testimonials5p .user_storiesoG h4::after {
    height: 3px;
    transition: transform 0.3s ease-out 0.1s;
    left: 0;
    transform: scaleX(0);
    bottom: -8px;
    content: "";
    transform-origin: left;
    position: absolute;
    width: 40px;
    background: rgb(177,202,188);
}

.testimonials5p .user_storiesoG:hover .description::before {
    transform: rotate(45deg) scale(1);
}

.testimonials5p a::before {
    width: 100%;
    transition: left 0.5s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    z-index: -1;
    content: "";
    top: 0;
    left: -100%;
    position: absolute;
}

.testimonials5p a:hover::before {
    left: 100%;
}

.thxContentMg {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(177,202,188,0.5) 0%, rgb(215,228,219) 50%, rgb(137,174,149,0.5) 100%);
    position: relative;
    padding: 6rem 0;
}

.thxContentMg::after {
    animation: float 15s infinite alternate ease-in-out;
    transform: rotate(35deg);
    height: 100%;
    z-index: 1;
    top: -50%;
    width: 100%;
    background: rgb(255, 255, 255, 0.5);
    right: -50%;
    position: absolute;
    filter: blur(80px);
    content: "";
}

.thxContentMg .pro_trackaw > div:first-child {
    padding-left: 1.5rem;
    margin-left: -1.5rem;
    position: relative;
    animation: slideRight 0.6s 0.2s cubic-bezier(0.25, 1, 0.5, 1) both;
    border-left: 4px solid rgb(177,202,188);
}

.thxContentMg h5 {
    font-size: 20px;
    position: relative;
    display: inline-block;
    line-height: 1.4;
    font-weight: 700;
    color: #000000;
    margin: 0;
}

.thxContentMg .pro_trackaw > div:last-child {
    animation: fadeIn 0.8s 0.4s cubic-bezier(0.25, 1, 0.5, 1) both;
    position: relative;
}

.thxContentMg a:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 12px 24px rgba(0, 0, 0, 0.08),
        0 4px 8px rgba(0, 0, 0, 0.04);
}

.thxContentMg a:hover::before {
    width: 8px;
}

.thxContentMg a:hover p {
    color: #000000;
}

.connect_with_usgM {
    padding: 120px 0;
    position: relative;
}

.connect_with_usgM .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 5;
}

.connect_with_usgM .reach_cardKg:hover {
    transform: perspective(1000px) rotateX(2deg);
}

.connect_with_usgM .request_panel1y::before {
    position: absolute;
    content: '';
    opacity: 0.2;
    background: radial-gradient(circle, rgb(137,174,149) 0%, transparent 70%);
    right: -150px;
    border-radius: 50%;
    height: 300px;
    width: 300px;
    top: -150px;
}

.connect_with_usgM .request_panel1y div:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transform: translateX(10px);
}

.connect_with_usgM .request_panel1y div svg path {
    fill: rgb(177,202,188);
}

.connect_with_usgM .request_panel1y div span a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: #000000;
}

.connect_with_usgM .inquiry_widgetp2::before {
    position: absolute;
    bottom: 0;
    width: 200px;
    opacity: 0.3;
    background: radial-gradient(circle, rgb(177,202,188,0.5) 0%, transparent 70%);
    right: 0;
    content: '';
    height: 200px;
}

.connect_with_usgM form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.connect_with_usgM .support_gridIK {
    align-items: flex-start;
    margin-top: 10px;
    position: relative;
    display: flex;
}

.connect_with_usgM .support_gridIK input[type="checkbox"]:checked + label::before {
    background: rgb(177,202,188);
}

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

.connect_with_usgM form .request_sectionAf:hover {
    transform: translateY(-5px);
    background: rgb(137,174,149);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.connect_with_usgM form .request_sectionAf:hover::before {
    transform: translateX(100%);
}

.connect_with_usgM .request_panel1y div:nth-child(3) {
    animation-delay: 0.3s;
    animation: bounce 5s infinite ease-in-out;
}

.secure_stockadeoB {
    overflow: hidden;
    padding: 5rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(215,228,219) 0%, rgba(var(--primary-color-rgb), 0.05) 100%);
}

.secure_stockadeoB .container {
    position: relative;
    max-width: 1140px;
    z-index: 1;
    padding: 0 15px;
    margin: 0 auto;
}

.secure_stockadeoB h1 {
    color: #000000;
    position: relative;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 2.5rem;
    font-size: 44px;
}

.secure_stockadeoB h2::before {
    content: "";
    height: 60%;
    top: 10px;
    position: absolute;
    background: rgb(177,202,188);
    width: 5px;
    transform: translateY(-50%);
    left: 0;
}

.secure_stockadeoB h4 {
    color: #000000;
    margin: 2rem 0 1rem;
    font-weight: 600;
    position: relative;
    padding-left: 12px;
    font-size: calc(34px * 0.7);
}

.secure_stockadeoB span {
    line-height: 1.8;
    font-size: 18px;
    color: #000000;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    border-left: 1px solid rgba(var(--primary-color-rgb), 0.2);
    display: block;
}

.secure_stockadeoB li::before {
    height: 8px;
    width: 8px;
    transition: transform 0.3s ease;
    top: 10px;
    content: "";
    position: absolute;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
    background: rgb(177,202,188);
}

.secure_stockadeoB strong::after {
    position: absolute;
    width: 100%;
    left: 0;
    height: 1px;
    transform: scaleX(0.7);
    transform-origin: left;
    transition: transform 0.3s ease;
    bottom: -2px;
    background: rgb(177,202,188,0.5);
    content: "";
}

header .header_primaryL2:before {
    width: 100%;
    height: 2px;
    opacity: 0.3;
    content: '';
    background: linear-gradient(to right, 
        transparent, 
        #ffffff, 
        transparent
    );
    bottom: -1px;
    left: 0;
    position: absolute;
}

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

header .container:before {
    content: '';
    background-image: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%),
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%);
    height: 30px;
    background-size: 6px 2px, 6px 2px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    background-position: 0 0, 0 10px;
    right: 20px;
    background-repeat: repeat-x;
    width: 50px;
    opacity: 0.5;
    position: absolute;
}

header .top_pagewrapHb:before {
    background: #ffffff;
    opacity: 0;
    top: 50%;
    border-radius: 50%;
    transition: all 0.3s ease;
    height: 6px;
    left: -12px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    content: '';
    transform: translateY(-50%);
    position: absolute;
    width: 6px;
}

header .top_pagewrapHb:hover:before {
    opacity: 1;
    left: -20px;
}

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

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

header .site_coreHq:hover:after {
    animation: circuit 3s infinite;
    opacity: 1;
}

header .site_coreHq svg {
    height: 40px;
    transition: all 0.3s ease;
    width: auto;
}

.course_summaryH7 {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(137,174,149,0.5), rgb(215,228,219));
}

.course_summaryH7 .study_pathc1:hover {
    transform: perspective(1000px) rotateY(0);
}

.course_summaryH7 .pic_gridIQ {
    position: relative;
    height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}

.course_summaryH7 .text_embedFb {
    position: relative;
    padding: 2.5rem 2.5rem 3rem;
    background: linear-gradient(
    135deg,
    #ffffff 0%,
    rgba(245, 248, 255, 0.9) 100%
  );
}

.course_summaryH7 .study_pathc1:hover h3::after {
    transform: scaleX(1);
}

.course_summaryH7 p.description {
    overflow-y: auto;
    max-height: 250px;
    margin-bottom: 1.5rem;
    line-height: 1.7;
    padding-right: 1rem;
    font-size: 14px;
    font-family: Arial, sans-serif;
    display: block;
    color: #000000;
}

.sign_upOS {
    background: linear-gradient(135deg, rgb(177,202,188,0.5), rgb(137,174,149));
    overflow: hidden;
    padding: 5rem 0;
    z-index: 1;
    position: relative;
}

.sign_upOS::after {
    transform: rotate(-35deg) translateY(-50%);
    content: "";
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08));
    width: 40%;
    top: 50%;
    height: 200%;
    position: absolute;
    right: -5%;
}

.sign_upOS h4::before {
    background: rgb(137,174,149);
    width: 4px;
    transform: translateY(-50%);
    height: 0;
    position: absolute;
    animation: growBar 0.6s ease-out forwards 1s;
    top: 50%;
    content: "";
    left: -20px;
}

.sign_upOS .input_holder {
    transform: translateY(10px);
    animation: slideUpForm 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.4s;
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
    position: relative;
    gap: 1rem;
}

.sign_upOS .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.5;
    transform: translateX(5px);
}

.sign_upOS .input_holder .request_sectionAf::before {
    height: 100%;
    transition: all 0.6s ease;
    top: 0;
    width: 100%;
    position: absolute;
    left: -100%;
    content: "";
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    z-index: -1;
}

.welcomeWt {
    min-height: 100vh;
    align-items: center;
    background: linear-gradient(135deg, rgb(215,228,219) 0%, rgb(137,174,149,0.5) 100%);
    position: relative;
    display: flex;
    justify-content: center;
    padding: 2rem;
    overflow: hidden;
}

.welcomeWt .edu_entryXc {
    width: 100%;
    grid-template-columns: 1fr;
    display: grid;
    gap: 3rem;
    z-index: 2;
    position: relative;
    max-width: 1300px;
}

.welcomeWt .edu_entryXc > div:first-child p::before {
    transform: scaleY(0);
    background: rgb(177,202,188);
    width: 4px;
    content: "";
    position: absolute;
    transform-origin: top;
    top: 0.5rem;
    height: calc(100% - 1rem);
    animation: scaleLineDown 0.6s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
}

.welcomeWt .training_expertsjy > div::before {
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    left: 0;
    background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.7)
  );
    z-index: 1;
    top: 0;
}

.welcomeWt .training_expertsjy h1.title_style_header {
    font-size: 42px;
    z-index: 3;
    padding: 0 2rem 2.5rem;
    position: relative;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

.welcomeWt .training_expertsjy > div > div > div {
    display: inline-block;
    position: relative;
}

.academic_expertiseo9::before {
    content: "";
    filter: blur(3px);
    position: absolute;
    width: 60%;
    z-index: -1;
    top: -20%;
    background: rgb(177,202,188,0.5);
    height: 140%;
    transform: rotate(15deg);
    right: -5%;
}



.academic_expertiseo9 .user_storiesoG {
    grid-template-columns: 1fr 1fr;
    position: relative;
    gap: 0;
    max-width: 1100px;
    display: grid;
    margin: 0 auto;
}

.academic_expertiseo9 .user_storiesoG:hover .pic_gridIQ {
    filter: contrast(1.1);
    transform: translateX(0) scale(1.02);
}

.academic_expertiseo9 .exp_highlightsd3 {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    flex-direction: column;
    transform: translateX(-15%);
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    display: flex;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    z-index: 1;
    justify-content: center;
    padding: 3rem 3rem 3rem 5rem;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.academic_expertiseo9 .exp_highlightsd3 > div:nth-child(2) {
    transition: all 0.5s ease 0.3s;
    margin-bottom: 2rem;
    font-size: 18px;
    transform: translateX(-20px);
    font-weight: 600;
    color: rgb(137,174,149);
    opacity: 0;
    opacity: 0.9;
}



.academic_expertiseo9 .exp_highlightsd3::after {
    position: absolute;
    border-radius: 50%;
    right: 20px;
    animation: float 4s ease-in-out infinite;
    width: 40px;
    z-index: -1;
    background: rgb(177,202,188,0.5);
    content: "";
    height: 40px;
    bottom: 20px;
}

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

.data_statisticsTP .pro_extra4c {
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    flex-direction: column;
    border-radius: 12px;
    display: flex;
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    padding: 40px;
}

.data_statisticsTP .statistics_expertiseKU {
    max-width: 700px;
    margin: 0;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
}

.data_statisticsTP .key_classesLA {
    align-items: center;
    overflow: hidden;
    position: relative;
    flex-direction: column;
    transition: all 0.3s ease;
    margin: 0 10px;
    padding: 20px 15px;
    text-align: center;
    min-width: calc(25% - 20px);
    display: flex;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.03);
}

.data_statisticsTP .key_classesLA:hover::before {
    opacity: 1;
}

.data_statisticsTP .key_classesLA:hover .statistics_boostsPO::after {
    width: 52px;
    height: 52px;
    border-color: rgba(rgb(177,202,188), 0.3);
}

.data_statisticsTP .statistics_boostsPO svg path {
    fill: rgb(137,174,149);
}

.data_statisticsTP .key_classesLA:hover .statistics_boostsPO svg {
    fill: rgb(177,202,188);
}

.data_statisticsTP .key_classesLA:nth-child(2) span {
    animation-delay: 0.3s;
}

.data_statisticsTP .key_classesLA:nth-child(4) span {
    animation-delay: 0.5s;
}

.data_statisticsTP .key_classesLA:nth-child(1) {
    animation: fadeInSlide 0.4s ease forwards;
}

.data_statisticsTP .key_classesLA:nth-child(4) {
    animation: fadeInSlide 0.4s ease forwards 0.3s;
}

.education_frameworkI9::after {
    width: 150px;
    right: -30px;
    opacity: 0.1;
    bottom: -30px;
    height: 150px;
    background: linear-gradient(135deg, rgb(177,202,188) 0%, rgb(137,174,149) 100%);
    content: '';
    border-radius: 50%;
    filter: blur(30px);
    z-index: 0;
    position: absolute;
}

.education_frameworkI9 .pro_trackaw:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.education_frameworkI9 h2 {
    transform: translateZ(20px);
    color: #000000;
    margin-bottom: 40px;
    letter-spacing: -0.02em;
    position: relative;
    text-align: left;
    font-weight: 700;
    font-size: 29px;
}

.education_frameworkI9 .text_embedFb {
    background: #ffffff;
    overflow: hidden;
    border-radius: calc(28px / 2);
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 
        15px 15px 30px rgba(#000000, 0.05),
        -15px -15px 30px rgba(#ffffff, 0.8),
        inset 3px 3px 6px rgba(#ffffff, 0.7),
        inset -3px -3px 6px rgba(#000000, 0.05);
    position: relative;
    transform: translateZ(0);
    padding: 40px;
}

.education_frameworkI9 p {
    color: #000000;
    font-size: 14px;
    line-height: 1.75;
    margin: 0;
    transition: transform 0.3s ease;
    z-index: 2;
    position: relative;
}

#cookie_popupwindow7B {
    display: none;
}

#cookie_popupwindow7B:checked ~ .cookiePolicyContainerEy {
    opacity: 0;
    visibility: hidden;
}

.learn_cookiesSI {
    margin-right: 10px;
    flex-shrink: 0;
}

.cookiePolicyContainerEy p a {
    color: rgb(177,202,188);
    text-decoration: none;
}

.wrapper-paddingGj .cookie_showMl {
    margin-left: 30px;
    color: #ffffff;
    border: none;
    font-size: 20px;
    background: rgb(177,202,188);
    font-weight: 400;
    padding: 10px;
}

.wrapper-paddingGj .user_trackerpJ h5, .wrapper-paddingGj .user_trackerpJ p {
    color: #000000;
}

.company_infoK9 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 120px 0 160px;
}

.company_infoK9 .container {
    position: relative;
    perspective: 1000px;
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1200px;
}

.company_infoK9 h2 {
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    transform: translateZ(0);
    font-size: clamp(2.5rem, 5vw, 28px);
    margin-bottom: 60px;
    position: relative;
    font-weight: 700;
    color: #ffffff;
}

.company_infoK9 .text_embedFb::before {
    background: linear-gradient(to bottom, 
        rgb(177,202,188) 0%, 
        rgb(137,174,149) 100%);
    top: 0;
    content: "";
    left: 0;
    width: 6px;
    position: absolute;
    height: 100%;
}

.company_infoK9 .text_embedFb > div {
    position: relative;
    z-index: 2;
}

.company_infoK9 .text_embedFb p::after {
    transform-origin: left center;
    width: 100%;
    background: linear-gradient(to right, 
        rgb(177,202,188) 0%, 
        rgb(137,174,149) 100%);
    bottom: -8px;
    left: 0;
    height: 2px;
    transform: scaleX(0.3);
    position: absolute;
    content: "";
    transition: transform 0.4s ease-out;
}


@media (max-width: 768px) {::-webkit-scrollbar {
    width: 6px;
}::-webkit-scrollbar-thumb {
    background: rgb(137,174,149);
}}



@media (max-width: 1024px) {.plan_containerDy {
    padding: 100px 0;
}.plan_containerDy .premium_planz3 {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.plan_containerDy .learning_packagesLx {
    padding: 25px;
}
}



@media (max-width: 480px) {.plan_containerDy {
    padding: 60px 0;
}.plan_containerDy h2 {
    font-size: calc(31px * 0.9);
}.plan_containerDy .bundle_priceMd {
    font-size: calc(18px * 0.9);
}.plan_containerDy .learning_packagesLx {
    padding: 20px 15px;
}.plan_containerDy .discount_grid4b h4 {
    font-size: calc(21px * 0.95);
}.plan_containerDy .discount_grid4b p {
    line-height: 1.6;
    margin-bottom: 20px;
}.plan_containerDy .pricing_ratesx4 {
    font-size: calc(21px * 1.1);
}}



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



@media (max-width: 1200px) {.testimonials5p {
    padding: 100px 0;
}.testimonials5p .user_feedbacklE {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}



@media (max-width: 576px) {.testimonials5p {
    padding: 60px 0;
}.testimonials5p h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 35px;
}.testimonials5p h2::after {
    width: 60px;
    bottom: -15px;
}.testimonials5p .user_storiesoG {
    padding: 20px 15px;
}.testimonials5p .user_storiesoG div {
    margin-bottom: 15px;
}.testimonials5p .user_storiesoG img {
    margin-right: 10px;
    height: 45px;
    width: 45px;
}.testimonials5p a {
    width: 100%;
    padding: 10px 25px;
    margin-top: 30px;
}}



@media screen and (max-width: 992px) {.connect_with_usgM .reach_cardKg {
    flex-direction: column;
}.connect_with_usgM .request_panel1y,
    .connect_with_usgM .inquiry_widgetp2 {
    padding: 40px 30px;
    width: 100%;
}.connect_with_usgM .request_panel1y div {
    animation: none;
}
}



@media (max-width: 991px) {.secure_stockadeoB {
    padding: 4rem 1.5rem;
}.secure_stockadeoB p {
    max-width: 100%;
}.secure_stockadeoB h1 {
    font-size: calc(44px * 0.9);
}.secure_stockadeoB h2 {
    font-size: calc(34px * 0.9);
}
}



@media (max-width: 575px) {.secure_stockadeoB {
    padding: 2.5rem 0.8rem;
}.secure_stockadeoB h1 {
    font-size: calc(44px * 0.7);
}.secure_stockadeoB h2 {
    padding-left: 12px;
    font-size: calc(34px * 0.7);
}.secure_stockadeoB h3 {
    padding-left: 10px;
    font-size: calc(34px * 0.6);
}.secure_stockadeoB h4 {
    font-size: calc(34px * 0.55);
    padding-left: 8px;
}.secure_stockadeoB p, 
    .secure_stockadeoB span, 
    .secure_stockadeoB li {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}.secure_stockadeoB span {
    padding-left: 0.8rem;
}.secure_stockadeoB ul {
    margin: 1.2rem 0 2rem;
}.secure_stockadeoB li {
    margin-bottom: 1rem;
}}



@media (min-width: 992px) {.course_summaryH7 .study_pathc1 {
    height: 600px;
}.course_summaryH7 h3 {
    font-size: calc(28px * 0.75);
}.course_summaryH7 .text_embedFb {
    padding: 4rem;
}.course_summaryH7 p.description {
    line-height: 1.75;
    max-height: 380px;
    font-size: calc(14px * 1.05);
}
}



@media (max-width: 767px) {.course_summaryH7 {
    padding: 4rem 0;
}.course_summaryH7 .container {
    padding: 0 1.5rem;
}.course_summaryH7 .study_pathc1 {
    transform: none;
}.course_summaryH7 .pic_gridIQ {
    height: 250px;
}.course_summaryH7 .text_embedFb {
    padding: 2rem;
}.course_summaryH7 h3 {
    margin-bottom: 1rem;
    font-size: calc(18px * 0.95);
}.course_summaryH7 p.description {
    line-height: 1.6;
    max-height: 300px;
    font-size: calc(14px * 0.95);
}
}



@media screen and (min-width: 768px) {.sign_upOS .pro_trackaw {
    flex-direction: row;
    padding: 3.5rem 4rem;
    gap: 2rem;
    align-items: center;
}.sign_upOS h4 {
    flex: 1;
    max-width: 60%;
    margin-bottom: 0;
}.sign_upOS .input_holder {
    justify-content: flex-end;
    flex: 1;
}
}



@media (min-width: 768px) {.welcomeWt {
    padding: 3rem;
}.welcomeWt .edu_entryXc {
    grid-template-columns: 0.4fr 0.6fr;
    gap: 4rem;
}.welcomeWt .edu_entryXc > div:first-child p {
    padding-left: 3rem;
    font-size: calc(17px * 1.6);
    max-width: 100%;
}.welcomeWt .edu_entryXc > div:first-child p::before {
    width: 6px;
}.welcomeWt .training_expertsjy h3 {
    font-size: calc(19px * 1.2);
    padding: 3rem 3rem 1.5rem;
}.welcomeWt .training_expertsjy h3::before {
    width: 80px;
    top: 2rem;
    left: 3rem;
}.welcomeWt .training_expertsjy h1.title_style_header {
    font-size: calc(42px * 1.2);
    padding: 0 3rem 3rem;
}
}


@media screen and (max-width: 991px) {.data_statisticsTP {
    padding: 100px 0;
}.data_statisticsTP .pro_extra4c {
    padding: 30px;
}.data_statisticsTP .boost_experts9W {
    margin-right: 15px;
    height: 50px;
    width: 50px;
    padding: 12px;
}.data_statisticsTP .key_statisticsdS {
    font-size: calc(36px - 2px);
}.data_statisticsTP .statistics_expertiseKU {
    font-size: calc(16px - 1px);
}.data_statisticsTP .key_classesLA {
    padding: 15px 12px;
    min-width: calc(33.33% - 20px);
}.data_statisticsTP .statistics_boostsPO {
    height: 36px;
    width: 36px;
    margin-bottom: 12px;
}.data_statisticsTP .statistics_boostsPO::after {
    height: 42px;
    width: 42px;
}.data_statisticsTP .key_classesLA span {
    font-size: calc(19px + 2px);
}
}



@media (max-width: 991px) {.education_frameworkI9 {
    padding: 90px 0;
}.education_frameworkI9 .pro_trackaw {
    transform: perspective(1000px) rotateX(1deg);
    padding: 0 25px;
}.education_frameworkI9 h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 35px;
}.education_frameworkI9 .text_embedFb {
    padding: 35px;
}
}


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


@media only screen and (max-width: 800px) {.learn_cookiesSI {
    display: none;
}.cookie_guardMw {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookiePolicyContainerEy h5 {
    text-align: center;
}.cookiePolicyContainerEy p {
    text-align: center;
}.user_trackerpJ {
    margin-bottom: 20px;
}body .wrapper-paddingGj .cookie_showMl {
    margin-bottom: 10px;
    margin-left: 0;
}}



@media (min-width: 768px) {.company_infoK9 .text_embedFb div div {
    column-count: 2;
}
}



@media (max-width: 767px) {.company_infoK9 {
    padding: 80px 0 120px;
}.company_infoK9 .text_embedFb {
    padding: 30px;
}.company_infoK9 h2 {
    margin-bottom: 40px;
}.company_infoK9 h2::after {
    height: 3px;
    width: 60px;
    bottom: -10px;
}
}



@media (hover: hover) {.company_infoK9 .text_embedFb::after {
    position: absolute;
    pointer-events: none;
    height: 100%;
    transition: opacity 0.5s ease;
    opacity: 0;
    z-index: 1;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, 
            rgba(rgb(177,202,188,0.5), 0.05) 0%,
            rgba(rgb(177,202,188,0.5), 0) 50%);
    content: "";
    width: 100%;
}.company_infoK9 .text_embedFb:hover::after {
    opacity: 1;
}
}



@keyframes slideRight {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}



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



@keyframes growBar {
    to {
        height: 70%;
    }
}



@keyframes scaleLineDown {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}

@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

