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

header,footer {
    width: 100%;
}

header {
    background: linear-gradient(to right, rgb(230,231,242), #ffffff);
    position: relative;
    z-index: 100;
    padding: 1.5rem 0;
    box-shadow: 0 5px 15px rgb(199,200,217,0.5);
}



.layer-container_24513 {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}

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


.pricing_zone_42306 {
    background: rgb(230,231,242);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

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

.pricing_zone_42306 .lesson_rates_32064 {
    text-align: center;
    margin: 0 auto;
    animation: fadeInUp 0.8s ease-out forwards;
    transform: translateY(-10px);
    max-width: 800px;
}

.pricing_zone_42306 .lesson_rates_32064 h2::after {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 80px;
    content: "";
    bottom: -10px;
    height: 3px;
    background: rgb(199,200,217);
}

.pricing_zone_42306 .deal_grid_72456 {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 30px;
}

.pricing_zone_42306 .learning_pricing_27145:nth-child(1) {
    --index: 1;
}

.pricing_zone_42306 .learning_pricing_27145:nth-child(2) {
    --index: 2;
}

.pricing_zone_42306 .learning_pricing_27145:nth-child(3) {
    --index: 3;
}

.pricing_zone_42306 .learning_pricing_27145:nth-child(4) {
    --index: 4;
}

.pricing_zone_42306 .learning_pricing_27145:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.pricing_zone_42306 .plan_table_09124::before {
    top: 0;
    height: 5px;
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(199,200,217), rgb(163,164,185));
    content: "";
}

.pricing_zone_42306 .price_deals_18903 {
    flex-direction: column;
    flex: 1;
    box-sizing: border-box;
    display: flex;
    padding: 40px 30px;
}

.pricing_zone_42306 .price_deals_18903 h3::after {
    left: 0;
    width: 40px;
    height: 2px;
    background-color: rgb(199,200,217);
    transition: width 0.3s ease;
    bottom: -8px;
    position: absolute;
    content: "";
}

.pricing_zone_42306 .price_deals_18903 p {
    color: #000000;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
    font-size: 17px;
    margin-bottom: 0;
    flex-grow: 1;
    line-height: 1.7;
}

.pricing_zone_42306 .img_circle_98053 {
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.6s ease;
    height: 200px;
    width: 100%;
}

.secure_vaulting_15247 {
    padding: 50px;
    height: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    flex-direction: column;
    align-items: center;
    border: 2px solid rgb(199,200,217);
    width: 100%;
    overflow: hidden;
    display: flex;
    background: #ffffff;
}

.secure_vaulting_15247 h2 {
    border-bottom: 2px solid rgb(199,200,217);
    margin-top: 30px;
    text-align: center;
    font-size: 36px;
    margin-bottom: 20px;
    width: 100%;
    padding-bottom: 5px;
    color: rgb(163,164,185);
    font-weight: 600;
}

.secure_vaulting_15247 li {
    padding: 10px 0;
    border-bottom: 1px solid rgb(163,164,185,0.5);
}

.secure_vaulting_15247 section {
    background: none;
}

footer {
    position: relative;
    z-index: 1;
}

footer::before {
    top: 0;
    content: "";
    right: 0;
    bottom: 0;
    position: absolute;
    opacity: 0.85;
    left: 0;
    background: linear-gradient(120deg, rgb(199,200,217) 0%, rgb(163,164,185) 100%);
    z-index: -2;
}

.milestone_cta_67354::before {
    background: #ffffff;
    top: 0;
    position: absolute;
    opacity: 0.2;
    content: "";
    width: 100%;
    clip-path: polygon(
        0% 0%, 4% 100%, 8% 0%, 12% 100%, 16% 0%, 20% 100%, 
        24% 0%, 28% 100%, 32% 0%, 36% 100%, 40% 0%, 44% 100%, 
        48% 0%, 52% 100%, 56% 0%, 60% 100%, 64% 0%, 68% 100%, 
        72% 0%, 76% 100%, 80% 0%, 84% 100%, 88% 0%, 92% 100%, 
        96% 0%, 100% 100%
    );
    left: 0;
    height: 10px;
}

.milestone_cta_67354 .company_holder h3 {
    font-size: 36px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 1.5rem;
    font-weight: 700;
    color: #ffffff;
    padding: 0.5rem 2rem;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    background: rgba(255, 255, 255, 0.15);
    letter-spacing: 1px;
}

.milestone_cta_67354 .collab_net_14725 {
    gap: 2rem;
    flex-direction: column;
    display: flex;
    flex: 1 1 calc(100% - 480px);
    min-width: 400px;
}

.milestone_cta_67354 .top_lead_24097 {
    min-width: 200px;
    position: relative;
    flex: 1 1 calc(50% - 1.25rem);
}

.milestone_cta_67354 .top_lead_24097 .top_pagebar_75603 {
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.15);
    clip-path: polygon(2% 0%, 98% 0%, 100% 95%, 0% 100%);
    gap: 0.8rem;
    flex-direction: column;
    display: flex;
}

.milestone_cta_67354 .top_lead_24097 .top_pagebar_75603 a {
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    clip-path: polygon(0% 0%, 97% 0%, 100% 100%, 3% 100%);
    padding: 0.6rem 1rem;
    transition: all 0.3s ease;
    text-decoration: none;
    display: block;
    font-size: 14px;
    position: relative;
}

.milestone_cta_67354 .top_lead_24097 .top_pagebar_75603 a:hover::before {
    opacity: 0.7;
}

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

.credit_info_18246 .tiktok_edu_18263 {
    padding: 0.7rem 2rem;
    background: rgba(255, 255, 255, 0.05);
    text-align: center;
    clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
    position: relative;
    font-size: 15px;
    color: #ffffff;
}

.title_opener_68730 .learning_main_14937::before {
    z-index: 1;
    background: linear-gradient(135deg, rgb(199,200,217,0.5), rgb(163,164,185,0.5));
    content: "";
    animation: gradientShift 15s infinite alternate ease-in-out;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    backdrop-filter: blur(2px);
}

.title_opener_68730 .proof_stats_54920 {
    gap: 2rem;
    transform-origin: center bottom;
    width: 92%;
    backdrop-filter: blur(8px);
    background: linear-gradient(
    170deg,
    rgba(255, 255, 255, 0.12),
    rgba(255, 255, 255, 0.05)
  );
    grid-template-columns: 1fr;
    animation: floatIn 1.2s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    z-index: 3;
    position: relative;
    transform: perspective(1200px) rotateX(2deg);
    display: grid;
    padding: 4rem 3rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    max-width: 1200px;
}

.title_opener_68730 .title_style_header {
    font-size: clamp(2.5rem, 5vw, 46px);
    font-weight: 700;
    color: #ffffff;
    position: relative;
    margin: 0 0 1rem;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.title_opener_68730 .title_style_header::before {
    animation: expandWidth 1.2s 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    height: 8px;
    bottom: -20px;
    transform: scaleX(0);
    width: 60px;
    transform-origin: left;
    position: absolute;
    left: 0;
    content: "";
    background: rgb(199,200,217);
}

.company_info_73691 {
    overflow: hidden;
    padding: 80px 0;
    color: #ffffff;
    position: relative;
}

.company_info_73691::before {
    top: 0;
    bottom: 0;
    z-index: 1;
    left: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 35%,
        rgba(0, 0, 0, 0.65) 100%);
    right: 0;
    position: absolute;
    content: "";
}

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

.company_info_73691 h1 {
    position: relative;
    padding-left: 30px;
    margin-bottom: 30px;
    font-weight: 700;
    transform: skewX(-5deg);
    font-family: Arial, sans-serif;
    font-size: 45px;
    color: #ffffff;
}

.company_info_73691 h1::after {
    width: 60px;
    left: 0;
    height: 3px;
    position: absolute;
    bottom: -15px;
    content: "";
    background: linear-gradient(90deg, 
        rgb(199,200,217) 0%, 
        rgb(163,164,185) 100%);
}

.company_info_73691 ul li:hover {
    transform: translateX(5px);
    transition: all 0.3s ease;
    border-left: 3px solid rgb(163,164,185);
}

.company_info_73691 h4 {
    position: relative;
    font-size: 24px;
    color: rgb(163,164,185);
    margin-bottom: 15px;
    font-weight: 600;
    margin-top: 0;
    display: inline-block;
}

.company_info_73691 h4::after {
    position: absolute;
    left: 0;
    bottom: -5px;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, 
        rgb(163,164,185) 0%, 
        transparent 100%);
    height: 1px;
}

.connect_with_us_08216::before {
    animation: gradientMove 20s linear infinite;
    width: 100%;
    opacity: 0.05;
    background: linear-gradient(45deg, 
        rgb(199,200,217,0.5) 25%, 
        transparent 25%, 
        transparent 50%, 
        rgb(199,200,217,0.5) 50%, 
        rgb(199,200,217,0.5) 75%, 
        transparent 75%, 
        transparent);
    position: absolute;
    height: 100%;
    left: 0;
    content: "";
    top: 0;
    background-size: 60px 60px;
}

.connect_with_us_08216 h2::after {
    position: absolute;
    content: "";
    width: 60px;
    background: rgb(199,200,217);
    transform: translateX(-50%);
    height: 4px;
    left: 50%;
    bottom: -15px;
}

.connect_with_us_08216 .img_circle_98053 {
    height: 100%;
    order: 2;
    position: relative;
    min-height: 600px;
}

.connect_with_us_08216 .reach_message_16342 {
    padding: 60px;
    flex-direction: column;
    display: flex;
    position: relative;
    background: #ffffff;
    justify-content: center;
    order: 1;
}

.connect_with_us_08216 form {
    position: relative;
    width: 100%;
}

.connect_with_us_08216 form h3 {
    padding-bottom: 15px;
    margin-bottom: 40px;
    font-size: 18px;
    position: relative;
    border-bottom: 2px solid rgb(163,164,185,0.5);
    font-weight: 700;
    color: #000000;
    font-family: Arial, sans-serif;
}

.connect_with_us_08216 form input[type="text"]:focus {
    background: #ffffff;
    outline: none;
    box-shadow: 0 0 0 2px rgb(199,200,217);
}

.connect_with_us_08216 form input#name {
    position: relative;
}

.connect_with_us_08216 .help_request_47018 {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}

.connect_with_us_08216 .help_request_47018 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.connect_with_us_08216 .help_request_47018 label::before {
    top: 0;
    width: 24px;
    border-radius: 10px;
    height: 24px;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
    background: rgb(230,231,242);
    content: "";
}

.connect_with_us_08216 .help_request_47018 input[type="checkbox"]:checked + label::after {
    content: "";
    height: 14px;
    top: 4px;
    border-bottom: 2px solid #ffffff;
    left: 8px;
    transform: rotate(45deg);
    position: absolute;
    border-right: 2px solid #ffffff;
    width: 8px;
}

.connect_with_us_08216 .help_request_47018 label a:hover::after {
    width: 100%;
}

.connect_with_us_08216 form .support_support_08647 {
    z-index: 1;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    font-weight: 700;
    border-radius: 50px;
    text-transform: uppercase;
    display: inline-block;
    color: #ffffff;
    border: none;
    padding: 16px 40px;
    background: rgb(199,200,217);
    font-size: 19px;
}

.connect_with_us_08216 svg {
    position: absolute;
    width: 20px;
    top: 50%;
    left: 20px;
    fill: rgb(199,200,217);
    transform: translateY(-50%);
    height: 20px;
}

.connect_with_us_08216 form #name,
.connect_with_us_08216 form #phone {
    position: relative;
}

header .nav_section_85793 {
    display: flex;
    gap: 1.2rem;
    flex-direction: column;
    align-items: center;
}

header .header_lesson_03412::after {
    height: 2px;
    background: linear-gradient(to right, transparent, rgb(199,200,217), transparent);
    left: 0;
    position: absolute;
    width: 100%;
    content: '';
    bottom: -5px;
    opacity: 0.7;
}

header .top_lead_24097 {
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
    background: linear-gradient(to right, rgb(199,200,217,0.5), rgb(163,164,185,0.5));
    width: 100%;
    border-radius: 26px;
    padding: 0.8rem;
}

header .main_train_35816:hover {
    box-shadow: 0 4px 8px rgb(199,200,217,0.5);
    background: linear-gradient(135deg, rgb(199,200,217), rgb(163,164,185));
    color: #ffffff;
    transform: translateY(-2px);
}

.subscribe_to_newsletter_01634::before {
    animation: breathe 8s infinite alternate;
    height: 100%;
    width: 100%;
    opacity: 0.4;
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    z-index: 1;
    background: radial-gradient(circle at 30% 50%, rgb(199,200,217,0.5) 0%, transparent 60%);
}

.subscribe_to_newsletter_01634 .founders_team_75216 {
    transform-style: preserve-3d;
    transition: transform 0.5s ease;
    position: relative;
    justify-content: space-between;
    display: flex;
    align-items: center;
    z-index: 2;
    transform: rotateX(5deg);
}

.subscribe_to_newsletter_01634 p::after {
    background: rgb(163,164,185);
    position: absolute;
    bottom: -10px;
    content: "";
    left: 0;
    height: 3px;
    transform: scaleX(0.5);
    transition: transform 0.4s ease;
    transform-origin: left;
    width: 60px;
}

.subscribe_to_newsletter_01634 .sub_toggles_29671 {
    color: #000000;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    padding: 1.2rem 1.5rem;
    background: #ffffff;
    flex: 1;
    border: none;
    font-size: 15px;
}

.subscribe_to_newsletter_01634 .sub_toggles_29671::placeholder {
    opacity: 0.6;
    color: #000000;
}

.subscribe_to_newsletter_01634 .instant_access_52097 {
    position: relative;
    font-weight: 600;
    transition: all 0.4s ease;
    font-size: 14px;
    background: linear-gradient(45deg, rgb(199,200,217) 0%, rgb(163,164,185) 100%);
    border: none;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial, sans-serif;
    overflow: hidden;
    padding: 0 2rem;
}

.subscribe_to_newsletter_01634 .instant_access_52097:hover {
    box-shadow: 0 0 15px rgb(199,200,217,0.5);
    background: linear-gradient(45deg, rgb(163,164,185) 0%, rgb(199,200,217) 100%);
}

.course_features_21093 .education_track_19750 {
    right: 0;
    width: 50%;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
    z-index: 1;
    height: 100%;
    grid-row: 1;
    grid-column: 1 / 3;
    overflow: hidden;
    position: absolute;
    top: 0;
}

.course_features_21093 .education_track_19750 {
    position: relative;
    width: 100%;
    clip-path: none;
    height: 45%;
    grid-row: 1;
    grid-column: 1;
}

.course_features_21093 .training_track_48630 {
    flex-direction: column;
    display: flex;
    animation: carousel-vertical 30s ease-in-out infinite;
    height: 100%;
}

.course_features_21093 .training_track_48630 {
    flex-direction: row;
    animation: carousel-horizontal-tablet 20s ease-in-out infinite;
}

.course_features_21093 .training_path_05892 img {
    transition: transform 0.7s ease-out;
    width: 100%;
    filter: brightness(1.05) contrast(1.05);
    transform: scale(1.1);
    object-fit: cover;
    height: 100%;
}

.course_features_21093 .founders_team_75216 {
    border-radius: 18px;
    backdrop-filter: blur(10px);
    margin-right: auto;
    width: 100%;
    max-width: 600px;
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.course_features_21093 .founders_team_75216 {
    margin: 0 auto;
    max-width: 100%;
}

.course_features_21093 .class_route_30981::after {
    position: absolute;
    border-radius: 0 0 10px 0;
    bottom: -15px;
    right: -15px;
    height: 60px;
    content: "";
    border-right: 2px solid rgb(199,200,217);
    width: 60px;
    border-bottom: 2px solid rgb(199,200,217);
}

.course_features_21093 .class_route_30981 h3::after {
    content: "";
    bottom: -0.5rem;
    width: 80px;
    position: absolute;
    left: 0;
    border-radius: 10px;
    background: rgb(199,200,217);
    height: 3px;
}

.course_features_21093 .class_route_30981 p {
    font-size: 16px;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 2rem;
}

.course_features_21093 .class_route_30981 .support_support_08647::before {
    transition: transform 0.6s ease;
    transform: translateX(-100%);
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
}

.course_features_21093 .class_route_30981 .support_support_08647:hover::before {
    transform: translateX(100%);
}

.potential_enrollees_81562::before {
    left: 0;
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        rgb(199,200,217,0.5) 0,
        rgb(199,200,217,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    opacity: 0.05;
}

.potential_enrollees_81562 h3::after {
    position: absolute;
    content: "";
    left: 50%;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    width: 80px;
    transform: translateX(-50%);
    height: 5px;
    background: linear-gradient(90deg, rgb(199,200,217), rgb(163,164,185));
    bottom: 0;
}

.potential_enrollees_81562 ul li::before,
.potential_enrollees_81562 ul li::after {
    transition: all 0.4s ease;
    background: #ffffff;
    position: absolute;
    content: "";
}

.potential_enrollees_81562 ul li::before {
    transform: translateZ(-10px);
    z-index: -1;
    top: 5px;
    border: 1px solid rgb(163,164,185,0.5);
    bottom: 5px;
    right: 5px;
    left: 5px;
}

.potential_enrollees_81562 ul li::after {
    right: 15px;
    background: rgb(199,200,217,0.5);
    top: 15px;
    opacity: 0.3;
    bottom: 0;
    transform: translateZ(-20px);
    z-index: -2;
    left: 15px;
}

.potential_enrollees_81562 ul li:hover::before {
    transform: translateZ(-15px);
}

.potential_enrollees_81562 ul li svg {
    top: 50%;
    position: absolute;
    z-index: 2;
    transform: translateY(-50%);
    left: 25px;
    width: 40px;
    height: 40px;
    transition: all 0.4s ease;
}

.potential_enrollees_81562 ul li:hover svg path {
    fill: rgb(163,164,185);
}

.potential_enrollees_81562 ul li:nth-child(3n+2) {
    transform: perspective(1000px) rotateX(5deg);
}

.potential_enrollees_81562 ul li:nth-child(3n+1):hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}

.potential_enrollees_81562 ul li:nth-child(3n):hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}

.appBox_92370::before {
    transform: rotate(35deg) skew(15deg);
    animation: float 15s ease-in-out infinite alternate;
    background: linear-gradient(120deg, rgb(163,164,185), rgba(rgb(163,164,185,0.5), 0.2));
    opacity: 0.1;
    position: absolute;
    right: -10%;
    z-index: 0;
    top: -15%;
    height: 70%;
    width: 40%;
    content: "";
    filter: blur(80px);
}

.appBox_92370 .container {
    position: relative;
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1140px;
    z-index: 2;
}

.appBox_92370 .founders_team_75216:hover {
    box-shadow: 
        0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 1px 0 rgba(rgb(255, 255, 255, 0.5), 0.95) inset,
        0 -20px 50px rgba(rgb(163,164,185,0.5), 0.15) inset;
    transform: perspective(1000px) rotateY(-1deg);
}

.appBox_92370 .founders_team_75216 > div:first-child {
    position: relative;
    padding-bottom: 1.5rem;
}

.appBox_92370 .founders_team_75216 > div:first-child::after {
    height: 3px;
    position: absolute;
    content: "";
    left: 0;
    background: rgb(199,200,217);
    bottom: 0;
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    width: 60px;
}

.appBox_92370 .founders_team_75216:hover h5 {
    transform: translateX(0);
}

.appBox_92370 a {
    text-decoration: none;
    transition: transform 0.3s ease-out;
    position: relative;
    display: block;
}

.appBox_92370 p {
    font-weight: 400;
    line-height: 1.8;
    margin: 0;
    color: #000000;
    position: relative;
    transition: color 0.3s ease;
    font-size: 14px;
    font-family: Arial, sans-serif;
}

.appBox_92370 a:hover::before {
    width: 100%;
}

.appBox_92370 .founders_team_75216 > div:first-child::before {
    position: absolute;
    transform: rotate(-5deg) scale(0.9);
    opacity: 0.1;
    top: -20px;
    content: "✓";
    color: rgb(163,164,185);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: calc(28px * 1.5);
    right: 0;
}

.service_connect_79416::before {
    transform: skewY(-3deg);
    transform-origin: top left;
    top: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(45deg, rgba(rgb(199,200,217,0.5), 0.05) 0%, rgba(rgb(163,164,185,0.5), 0.03) 100%);
    height: 100%;
    content: "";
    width: 100%;
    z-index: -1;
}

.service_connect_79416 h1 {
    font-size: 39px;
    text-align: center;
    transform: perspective(800px) translateZ(0);
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    margin-bottom: 40px;
}

.service_connect_79416 h1:hover {
    transform: perspective(800px) translateZ(20px);
}

.service_connect_79416 .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}

.service_connect_79416 .edu_asknow_30816 > div {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
    background: #ffffff;
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    padding: 30px;
    z-index: 1;
    border-radius: 10px;
}

.service_connect_79416 .edu_asknow_30816 > div:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(2deg) translateY(-5px);
}

.service_connect_79416 h6 {
    align-items: center;
    color: #000000;
    font-weight: 600;
    display: flex;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 20px;
}

.service_connect_79416 .contact_ask_75318 {
    flex-direction: column;
    display: flex;
    gap: 20px;
}

.service_connect_79416 .contact_ask_75318 > div:hover {
    transform: translateX(10px);
}

.service_connect_79416 .send_message_39172::after {
    background: rgb(199,200,217);
    transition: width 0.3s ease;
    left: 0;
    height: 1px;
    width: 0;
    bottom: -3px;
    position: absolute;
    content: "";
}

.service_connect_79416 .send_message_39172:hover::after {
    width: 70%;
}

.service_connect_79416 .send_message_39172:hover svg {
    transform: translateX(3px) scale(1.1);
}

.service_connect_79416 svg path {
    transition: fill 0.3s ease;
}

.service_connect_79416 .send_message_39172:hover svg path {
    fill: rgb(199,200,217);
}

.service_connect_79416 h6:hover svg path {
    fill: rgb(199,200,217);
}

.program_results_39605::before {
    height: 600px;
    position: absolute;
    background: linear-gradient(135deg, rgb(199,200,217,0.5) 0%, transparent 70%);
    border-radius: 50%;
    right: -200px;
    filter: blur(60px);
    content: "";
    top: -200px;
    width: 600px;
    animation: float 15s ease-in-out infinite alternate;
}



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

.program_results_39605 .founders_team_75216 {
    box-shadow: 
    0 20px 50px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.2);
    display: flex;
    border-radius: 30px;
    position: relative;
    gap: 40px;
    backdrop-filter: blur(10px);
    overflow: hidden;
    align-items: center;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.6));
    padding: 40px;
}

.program_results_39605 .img_circle_98053:hover {
    transform: rotate(0deg) translateY(0) scale(1.03);
    box-shadow: 
    20px 20px 40px rgba(0, 0, 0, 0.2),
    -5px -5px 20px rgba(255, 255, 255, 0.7),
    inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.program_results_39605 .post_container_48531 {
    z-index: 2;
    flex: 1;
}

.program_results_39605 h3::after {
    bottom: 0;
    transition: width 0.4s ease;
    background: linear-gradient(90deg, rgb(199,200,217), rgb(163,164,185));
    content: "";
    border-radius: 10px;
    height: 3px;
    width: 80px;
    left: 0;
    position: absolute;
}

.program_results_39605 li::before {
    background: linear-gradient(to bottom, rgb(199,200,217), rgb(163,164,185));
    height: 100%;
    content: "";
    opacity: 0.7;
    top: 0;
    width: 3px;
    left: 0;
    position: absolute;
    transition: width 0.3s ease;
}

.program_results_39605 li:hover {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    box-shadow: 
    8px 8px 20px rgba(0, 0, 0, 0.08),
    -8px -8px 20px rgba(255, 255, 255, 0.8);
    transform: translateX(10px);
}

.program_results_39605 svg {
    flex-shrink: 0;
    transition: all 0.3s ease;
    height: 24px;
    width: 24px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    padding: 10px;
    background: linear-gradient(135deg, rgb(199,200,217), rgb(163,164,185));
}

.consentWarningDialog_14207 {
    bottom: 0;
    z-index: 90;
    background: rgb(230,231,242);
    position: fixed;
    border-top: 2px solid rgb(199,200,217);
    width: 100%;
}

#privacyAlertWindow_62710:checked ~ .consentWarningDialog_14207 {
    opacity: 0;
    visibility: hidden;
}

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

.cookie_user_31940 {
    min-width: 120px;
    margin-left: 10px;
    cursor: pointer;
    text-decoration: none;
    font-size: 24px;
    flex-shrink: 0;
    color: rgb(199,200,217);
    line-height: 35px;
    border-bottom: 2px solid rgb(199,200,217);
    text-align: center;
    white-space: nowrap;
}

.layer-container_24513 .cookie_user_31940 {
    border: none;
    background: rgb(199,200,217);
    color: #ffffff;
    padding: 10px;
    font-size: 20px;
    margin-left: 30px;
    font-weight: 400;
}

.layer-container_24513 .consent_panel_14623 svg, .layer-container_24513 .consent_panel_14623 svg path, .layer-container_24513 .consent_panel_14623 img {
    fill:#000000;
    width: 40px;
    height: 40px;
}

.training_specialist_62741::before {
    top: 0;
    content: "";
    animation: breatheGlow 15s ease-in-out infinite alternate;
    width: 100%;
    background: 
        radial-gradient(circle at 80% 20%, rgb(199,200,217,0.5) 0%, transparent 35%),
        radial-gradient(circle at 20% 80%, rgb(163,164,185,0.5) 0%, transparent 35%);
    left: 0;
    filter: blur(70px);
    opacity: 0.4;
    position: absolute;
    height: 100%;
    z-index: 1;
}

.training_specialist_62741 .review_showcase_29167::before {
    background: linear-gradient(135deg, transparent, rgb(199,200,217,0.5), transparent);
    width: 100%;
    content: "";
    opacity: 0.2;
    position: absolute;
    top: 0;
    background-size: 200% 200%;
    z-index: -1;
    left: 0;
    animation: shimmerEffect 10s ease-in-out infinite;
    height: 100%;
}

.training_specialist_62741 .review_showcase_29167:hover .img_circle_98053 {
    transform: scale(1.05) rotate(2deg);
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.5);
}

.training_specialist_62741 .img_circle_98053::before {
    box-sizing: border-box;
    position: absolute;
    content: "";
    border-radius: inherit;
    height: 100%;
    z-index: 1;
    width: 100%;
    left: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    top: 0;
}

.training_specialist_62741 .review_showcase_29167:hover .name {
    transform: translateX(10px);
}

.training_specialist_62741 .name::after {
    bottom: -10px;
    background: linear-gradient(90deg, rgb(199,200,217), rgb(163,164,185));
    width: 0;
    left: 0;
    content: "";
    transition: width 0.6s ease;
    height: 3px;
    position: absolute;
}

.training_specialist_62741 .review_showcase_29167:hover span:not(.name) {
    transform: translateX(10px);
    background: rgba(0, 0, 0, 0.3);
}

.training_specialist_62741 .work_table_01432 {
    font-size: 15px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    overflow: hidden;
    grid-row: 2;
    line-height: 1.8;
    backdrop-filter: blur(10px);
    transform: translateY(0);
    border-left: 4px solid rgb(163,164,185);
    color: #ffffff;
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    z-index: 2;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    padding: 2rem;
    border-radius: 19px;
    grid-column: 1;
    position: relative;
}

.training_specialist_62741 .container::after {
    border-radius: 50%;
    width: 400px;
    bottom: -200px;
    left: -200px;
    opacity: 0.2;
    height: 400px;
    filter: blur(80px);
    animation: rotateGlow 25s linear infinite;
    background: conic-gradient(from 135deg, rgb(199,200,217,0.5) 0%, rgb(163,164,185,0.5) 50%, rgb(199,200,217,0.5) 100%);
    position: absolute;
    content: "";
    z-index: -1;
}



@media (max-width: 768px) {::-webkit-scrollbar {
    width: 6px;
}::-webkit-scrollbar-thumb {
    background: rgb(163,164,185);
}}


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


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



@media (min-width: 768px) {.pricing_zone_42306 .deal_grid_72456 {
    grid-template-columns: repeat(2, 1fr);
}.pricing_zone_42306 .price_deals_18903 {
    padding: 40px;
}.pricing_zone_42306 .img_circle_98053 {
    height: 220px;
}
}



@media (min-width: 1200px) {.pricing_zone_42306 .deal_grid_72456 {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.pricing_zone_42306 .price_deals_18903 h3 {
    font-size: calc(21px * 1.1);
}.pricing_zone_42306 .study_sub_79513 {
    font-size: calc(21px * 1.3);
}.pricing_zone_42306 .img_circle_98053 {
    height: 240px;
}
}



@media (max-width: 480px) {.pricing_zone_42306 {
    padding: 60px 0;
}.pricing_zone_42306 .lesson_rates_32064 h2 {
    font-size: calc(32px * 0.85);
}.pricing_zone_42306 .price_deals_18903 h3 {
    font-size: calc(21px * 0.95);
}.pricing_zone_42306 .img_circle_98053 {
    height: 160px;
}}



@media (max-width: 1200px) {.milestone_cta_67354 .container {
    gap: 2rem;
}.milestone_cta_67354 .company_holder {
    flex: 1 1 380px;
}.milestone_cta_67354 .collab_net_14725 {
    flex: 1 1 calc(100% - 430px);
    min-width: 380px;
}
}



@media (max-width: 992px) {.milestone_cta_67354 {
    padding: 3.5rem 0 2rem;
}.milestone_cta_67354 .container {
    flex-direction: column;
    gap: 2.5rem;
}.milestone_cta_67354 .company_holder,
    .milestone_cta_67354 .collab_net_14725 {
    min-width: 100%;
    flex: 1 1 100%;
}.milestone_cta_67354 .top_lead_24097 {
    flex: 1 1 calc(50% - 1.25rem);
    min-width: 200px;
}
}



@media (max-width: 576px) {.milestone_cta_67354 {
    padding: 2.5rem 0 1rem;
}.milestone_cta_67354 .top_lead_24097 {
    flex: 1 1 100%;
    min-width: 100%;
}.milestone_cta_67354 .top_pagebar_75603 {
    gap: 1rem;
}.credit_info_18246 {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
    clip-path: polygon(0% 10%, 2% 0%, 98% 0%, 100% 10%, 100% 100%, 0% 100%);
}.milestone_cta_67354::before {
    height: 5px;
}
}



@media (min-width: 768px) {.title_opener_68730 .proof_stats_54920 {
    grid-template-columns: 1.2fr 1fr;
    padding: 5rem 4rem;
    gap: 3rem;
}.title_opener_68730 .proof_stats_54920 > div:last-child {
    border-left: 3px solid rgb(199,200,217);
    padding-left: 3rem;
}.title_opener_68730 .title_style_header::before {
    width: 80px;
}
}



@media (max-width: 767px) {.title_opener_68730 .learning_main_14937 {
    min-height: 100vh;
}.title_opener_68730 .proof_stats_54920 {
    gap: 2rem;
    padding: 3rem 2rem;
}.title_opener_68730 .proof_stats_54920 > div:last-child {
    padding-left: 1.5rem;
}.title_opener_68730 .title_style_header::before {
    height: 6px;
    width: 50px;
    bottom: -15px;
}.title_opener_68730 .title_style_header::after {
    height: 40px;
    right: 20px;
    top: -20px;
    width: 40px;
}
}



@media (max-width: 480px) {.title_opener_68730 .proof_stats_54920 {
    padding: 2.5rem 1.5rem;
}.title_opener_68730 .proof_stats_54920 > div:last-child {
    padding-left: 1rem;
    border-left-width: 2px;
}}



@media (min-width: 1024px) {.company_info_73691 {
    padding: 150px 0;
}.company_info_73691::after {
    width: 50%;
}.company_info_73691 .post_container_48531 {
    padding-left: 80px;
}.company_info_73691 h1 {
    transform: skewX(-8deg);
    font-size: calc(45px * 1.4);
}.company_info_73691 ul li {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.company_info_73691 h4 {
    font-size: calc(24px * 1.2);
}.company_info_73691 span {
    column-count: 3;
}
}



@media (max-width: 767px) {.company_info_73691 {
    padding: 60px 0;
}.company_info_73691 h1 {
    margin-bottom: 20px;
    font-size: calc(45px * 0.9);
}.company_info_73691 ul li {
    padding: 20px;
}.company_info_73691 span {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}}



@media screen and (max-width: 1024px) {.connect_with_us_08216 .connect_panel_90245 {
    max-width: 800px;
}.connect_with_us_08216 .reach_message_16342 {
    padding: 40px;
}
}



@media screen and (max-width: 480px) {.connect_with_us_08216 {
    padding: 60px 0 40px;
}.connect_with_us_08216 h2 {
    margin-bottom: 30px;
    font-size: calc(33px * 0.8);
}.connect_with_us_08216 .img_circle_98053 {
    min-height: 200px;
}.connect_with_us_08216 .reach_message_16342 {
    padding: 30px 20px;
}.connect_with_us_08216 form h3 {
    font-size: calc(18px * 0.9);
    margin-bottom: 30px;
}.connect_with_us_08216 form .support_support_08647 {
    padding: 14px 20px;
    width: 100%;
}}



@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .header_lesson_03412 svg {
    width: 160px;
}header .top_lead_24097 {
    padding: 0.7rem;
}header .main_train_35816 {
    padding: 0.5rem 1rem;
    font-size: calc(16px - 1px);
}
}



@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .nav_section_85793 {
    gap: 0.8rem;
}header .header_lesson_03412 svg {
    width: 120px;
}header .top_lead_24097 {
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 0.5rem;
    overflow-x: auto;
}header .top_lead_24097::-webkit-scrollbar {
    height: 3px;
}header .top_lead_24097::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(199,200,217);
}header .main_train_35816 {
    white-space: nowrap;
    padding: 0.4rem 0.7rem;
    font-size: calc(16px - 2px);
    flex-shrink: 0;
}}



@media (max-width: 767px) {.course_features_21093 {
    grid-template-columns: 1fr;
    min-height: auto;
}.course_features_21093 .education_track_19750 {
    grid-column: 1;
    clip-path: none;
    position: relative;
    height: 40vh;
    grid-row: 1;
    width: 100%;
}.course_features_21093 .education_track_19750::before {
    background: linear-gradient(0deg, rgb(230,231,242) 0%, rgba(255,255,255,0.3) 100%);
}.course_features_21093 .training_track_48630 {
    animation: none;
    flex-direction: row;
}.course_features_21093 .training_path_05892 {
    min-height: auto;
    width: 100%;
}.course_features_21093 .container {
    grid-row: 2;
    grid-column: 1;
    padding: 2rem 1.5rem;
}.course_features_21093 .founders_team_75216 {
    padding: 1.5rem;
    max-width: 100%;
}.course_features_21093 .class_route_30981::before,
    .course_features_21093 .class_route_30981::after {
    width: 40px;
    height: 40px;
}.course_features_21093 .class_route_30981 h3 {
    margin-bottom: 1rem;
    font-size: 18px;
}.course_features_21093 .class_route_30981 h3::after {
    height: 2px;
    width: 50px;
}.course_features_21093 .class_route_30981 p {
    margin-bottom: 1.5rem;
    font-size: calc(16px * 0.9);
    line-height: 1.6;
}.course_features_21093 .class_route_30981 .support_support_08647 {
    width: 100%;
    padding: 0.7rem 1.5rem;
    text-align: center;
}}



@media (max-width: 480px) {.potential_enrollees_81562 {
    padding: 60px 0;
}.potential_enrollees_81562 .founders_team_75216 {
    padding: 0 20px;
}.potential_enrollees_81562 h3 {
    font-size: calc(37px * 0.7);
    margin-bottom: 40px;
}.potential_enrollees_81562 ul {
    gap: 25px;
}.potential_enrollees_81562 ul li {
    padding: 18px 15px 18px 65px;
}.potential_enrollees_81562 ul li svg {
    width: 30px;
    left: 18px;
    height: 30px;
}.potential_enrollees_81562 ul li,
    .potential_enrollees_81562 ul li:nth-child(3n+1),
    .potential_enrollees_81562 ul li:nth-child(3n+2),
    .potential_enrollees_81562 ul li:nth-child(3n) {
    transform: perspective(800px) rotateX(2deg);
}.potential_enrollees_81562 ul li:hover,
    .potential_enrollees_81562 ul li:nth-child(3n+1):hover,
    .potential_enrollees_81562 ul li:nth-child(3n+2):hover,
    .potential_enrollees_81562 ul li:nth-child(3n):hover {
    transform: perspective(800px) rotateX(0deg) translateY(-5px);
}}



@media (min-width: 768px) {.service_connect_79416 {
    padding: 100px 40px;
}.service_connect_79416 .edu_asknow_30816 {
    grid-template-columns: repeat(2, 1fr);
}.service_connect_79416 h1 {
    margin-bottom: 60px;
}
}



@media (min-width: 992px) {.service_connect_79416 {
    padding: 120px 60px;
}.service_connect_79416 .edu_asknow_30816 {
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}.service_connect_79416 .edu_asknow_30816 > div {
    justify-content: center;
    display: flex;
    height: 100%;
    flex-direction: column;
}.service_connect_79416 .edu_asknow_30816 > div:first-child {
    transform: perspective(1000px) rotateY(-2deg);
}.service_connect_79416 .edu_asknow_30816 > div:last-child {
    transform: perspective(1000px) rotateY(2deg);
}.service_connect_79416 .edu_asknow_30816 > div:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0) translateY(-10px);
}
}



@media (max-width: 992px) {.program_results_39605 {
    padding: 60px 0;
}.program_results_39605 .founders_team_75216 {
    padding: 40px;
    gap: 40px;
}.program_results_39605 h3 {
    font-size: calc(33px * 0.9);
}
}



@media (max-width: 768px) {.program_results_39605 .founders_team_75216 {
    gap: 30px;
    flex-direction: column;
}.program_results_39605 .img_circle_98053 {
    max-width: 280px;
    width: 70%;
    align-self: center;
    transform: rotate(0deg) translateY(0);
}.program_results_39605 h3 {
    text-align: center;
}.program_results_39605 h3::after {
    left: 50%;
    transform: translateX(-50%);
}.program_results_39605 .post_container_48531:hover h3::after {
    width: 100px;
}
}


@media only screen and (max-width: 800px) {.consent_panel_14623 {
    display: none;
}.manage_cookies_12087 {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.consentWarningDialog_14207 h5 {
    text-align: center;
}.consentWarningDialog_14207 p {
    text-align: center;
}.cookie_guide_36724 {
    margin-bottom: 20px;
}body .layer-container_24513 .cookie_user_31940 {
    margin-bottom: 10px;
    margin-left: 0;
}}



@media (max-width: 576px) {.training_specialist_62741 {
    padding: 5rem 0;
}.training_specialist_62741 .review_showcase_29167 {
    padding: 1.5rem;
}.training_specialist_62741 .img_circle_98053 {
    height: 250px;
}.training_specialist_62741 .name {
    font-size: 23px;
}.training_specialist_62741 .review_showcase_29167 span:not(.name) {
    padding: 0.6rem 1rem;
    margin-top: 3rem;
    font-size: 15px;
}.training_specialist_62741 .work_table_01432 {
    font-size: calc(15px * 0.9);
    padding: 1.5rem;
    line-height: 1.6;
}
}



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



@keyframes gradientShift {
  0% {
    background: linear-gradient(135deg, rgb(199,200,217,0.5), rgb(163,164,185,0.5));
  }
  50% {
    background: linear-gradient(225deg, rgb(163,164,185,0.5), rgb(199,200,217,0.5));
  }
  100% {
    background: linear-gradient(315deg, rgb(199,200,217,0.5), rgb(163,164,185,0.5));
  }
}



@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}



@keyframes rotateIn {
  0% {
    transform: rotate(45deg) scale(0);
    opacity: 0;
  }
  100% {
    transform: rotate(45deg) scale(1);
    opacity: 0.6;
  }
}



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



@keyframes breathe {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.5;
        transform: scale(1.1);
    }
}



    @keyframes carousel-horizontal-tablet {
        0%, 16% {
            transform: translateX(0);
        }
        20%, 36% {
            transform: translateX(-50%);
        }
        40%, 56% {
            transform: translateX(-100%);
        }
        60%, 76% {
            transform: translateX(-150%);
        }
        80%, 96% {
            transform: translateX(-200%);
        }
        100% {
            transform: translateX(0);
        }
    }

@keyframes float {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 0.3;
  }
  100% {
    transform: translate(50px, 50px) scale(1.2);
    opacity: 0.5;
  }
}



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

