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

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

.tiktok_edu_309 {
    flex: 0 0 auto;
}

.tiktok_edu_309 {
    background-color: transparent;
    padding: 60px 0 40px;
    z-index: 5;
    position: relative;
}

.wrap-structure_354 {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}

.follow_981::before {
    position: absolute;
    width: 40%;
    z-index: 1;
    top: -10%;
    transform: rotate(-15deg) translateZ(0);
    opacity: 0.15;
    content: "";
    height: 70%;
    background: linear-gradient(225deg, rgb(165,139,189) 10%, transparent 70%);
    right: -10%;
    pointer-events: none;
}

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

.follow_981 .path_edu_580 {
    flex-direction: column;
    position: relative;
    padding: 3rem;
    background: #ffffff;
    overflow: hidden;
    transform: translateZ(0);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    display: flex;
}

.follow_981 h3 {
    font-size: clamp(1.25rem, 1rem + 1.5vw, 1.75rem);
    margin-bottom: 2rem;
    color: #000000;
    max-width: 90%;
    font-weight: 600;
    font-family: Arial, sans-serif;
    line-height: 1.4;
}

.follow_981 .input_holder > div {
    position: relative;
    flex: 1;
}

.follow_981 input[type="email"]:focus {
    box-shadow: 0 4px 12px rgba(rgb(184,171,197,0.5), 0.15);
    transform: translateY(-2px);
    border-color: rgb(184,171,197);
    background-color: #ffffff;
    outline: none;
}

.follow_981 input[type="email"]::placeholder {
    color: rgba(rgba(0, 0, 0, 0.5), 0.6);
    transition: color 0.3s ease;
}

.follow_981 .join_now_526 {
    font-size: 15px;
    overflow: hidden;
    cursor: pointer;
    align-self: flex-start;
    font-family: Arial, sans-serif;
    font-weight: 600;
    color: #ffffff;
    padding: 0.9rem 1.5rem;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: linear-gradient(135deg, rgb(184,171,197), rgb(165,139,189));
    z-index: 1;
    position: relative;
    border: none;
}

.follow_981 .join_now_526:hover::before {
    left: 100%;
}

.title_section_062 {
    background: linear-gradient(145deg, rgb(235,232,237), rgba(0, 0, 0, 0.5));
    overflow: hidden;
    align-items: center;
    width: 100%;
    justify-content: center;
    display: flex;
    min-height: 100vh;
    position: relative;
}

.title_section_062 > div {
    width: 90%;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 2rem;
}

.title_section_062 .achieve_goals_270 {
    margin-bottom: 2.5rem;
    position: relative;
}

.title_section_062 .course_hero_012::after {
    background: rgb(184,171,197);
    transform-origin: left;
    width: 60px;
    transform: scaleX(0);
    left: 0;
    position: absolute;
    bottom: -12px;
    animation: scaleIn 0.6s 0.8s ease forwards;
    content: "";
    height: 4px;
}

.title_section_062 .main_title_835::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    backdrop-filter: blur(3px);
    z-index: 1;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    content: "";
}

.title_section_062 .main_title_835 p::before {
    width: 3px;
    position: absolute;
    top: 0;
    background: rgb(184,171,197);
    height: 100%;
    content: "";
    left: 0;
}

.title_section_062 .main_title_835 h3 {
    line-height: 1.4;
    position: relative;
    padding-right: 2rem;
    margin-top: 1.5rem;
    font-weight: 600;
    transform: translateY(20px);
    opacity: 0;
    animation: fadeInUp 0.6s ease-out 0.8s forwards;
    font-size: calc(18px + 0.05rem);
}

.info_details_451 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(
        135deg, 
        rgb(184,171,197,0.5) 0%, 
        rgb(165,139,189,0.5) 50%, 
        rgb(184,171,197,0.5) 100%
    );
    font-family: Arial, sans-serif;
}



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

.info_details_451 .connect_experts_201 {
    transform: perspective(1000px) rotateX(5deg) scale(0.98);
    transition: all 0.4s ease;
    box-shadow: 
        0 15px 40px rgba(0,0,0,0.1),
        0 0 30px rgba(rgb(184,171,197), 0.2);
    padding: 3rem;
    backdrop-filter: blur(15px);
    border-radius: 12px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
}

.info_details_451 .img_float_981 {
    box-shadow: 
        0 0 0 6px rgba(255,255,255,0.1),
        0 10px 30px rgba(0,0,0,0.2);
    position: relative;
    transition: transform 0.3s ease;
    height: 250px;
    overflow: hidden;
    width: 250px;
    margin: 0 auto 2rem;
    border: 4px solid rgb(165,139,189);
    border-radius: 50%;
}

.info_details_451 .join_us_302 p svg {
    opacity: 0.8;
    margin: 0 8px;
    width: 24px;
    flex-shrink: 0;
    transition: all 0.3s ease;
    height: 24px;
}

.info_details_451 .join_us_302 p:hover {
    transform: translateX(10px);
}

.info_details_451 .join_us_302 p:hover svg path {
    fill: rgb(165,139,189);
}

.info_details_451 .join_us_302 a:hover {
    color: rgb(165,139,189);
}

.info_details_451 .message_block_694 {
    margin-top: 2rem;
    padding: 1.5rem;
    border-radius: 10px;
    background: rgba(255,255,255,0.05);
}

.info_details_451 .edu_ask_853 svg {
    width: 22px;
    opacity: 0.8;
    height: 22px;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.info_details_451 .message_block_694:hover .edu_ask_853 svg {
    opacity: 1;
    transform: rotate(15deg);
}

.info_details_451 .contact_support_043 {
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    display: flex;
    color: #ffffff;
    background: rgba(255,255,255,0.1);
    overflow: hidden;
    align-items: center;
    border-radius: 10px;
    position: relative;
}

.info_details_451 .contact_support_043 svg path {
    fill: rgb(165,139,189);
}

.info_details_451 .contact_support_043:hover svg {
    opacity: 1;
    transform: translateX(0);
    width: 16px;
    margin-right: 6px;
}

.contact_information_853::before {
    z-index: 1;
    left: 0;
    content: "";
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(184,171,197,0.5) 0,
        rgb(184,171,197,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    position: absolute;
    top: 0;
    opacity: 0.07;
    height: 100%;
}

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

.contact_information_853 h2::before {
    content: "";
    position: absolute;
    width: 80px;
    bottom: 0;
    height: 4px;
    background: rgb(184,171,197);
    left: calc(50% - 40px);
}

.contact_information_853 h2::after {
    bottom: 0;
    width: 30px;
    position: absolute;
    background: rgb(165,139,189);
    content: "";
    height: 4px;
    left: calc(50% - 15px);
}

.contact_information_853 .img_float_981 {
    flex: 0 0 45%;
    min-height: 550px;
    position: relative;
}

.contact_information_853 .request_block_531 {
    padding: 60px;
    display: flex;
    flex: 0 0 55%;
    position: relative;
    flex-direction: column;
    justify-content: center;
}

.contact_information_853 .request_block_531::before {
    border: 30px solid rgb(184,171,197,0.5);
    width: 150px;
    right: -75px;
    border-radius: 50%;
    position: absolute;
    top: -75px;
    content: "";
    z-index: 0;
    height: 150px;
}

.contact_information_853 form {
    position: relative;
    z-index: 2;
}

.contact_information_853 form h3::after {
    left: 0;
    height: 2px;
    width: 50%;
    background: rgb(184,171,197);
    content: "";
    position: absolute;
    bottom: -15px;
}

.contact_information_853 form input[type="text"]:focus {
    border-bottom-color: rgb(184,171,197);
    outline: none;
}

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

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

.contact_information_853 .query_inquiry_421 label {
    cursor: pointer;
    color: #000000;
    line-height: 1.5;
    position: relative;
    font-size: 14px;
    padding-left: 35px;
}

.contact_information_853 .query_inquiry_421 input[type="checkbox"]:checked + label::before {
    background: rgb(184,171,197);
    border-color: rgb(184,171,197);
}

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

.contact_information_853 .query_inquiry_421 label a:hover {
    color: rgb(165,139,189);
}

.contact_information_853 .query_inquiry_421 label a:hover::after {
    background: rgb(165,139,189);
    transform: scaleX(0);
}

.contact_information_853 .message_request_280::before {
    width: 0;
    position: absolute;
    transition: width 0.5s ease;
    height: 100%;
    transform: skewX(-25deg);
    content: "";
    z-index: -1;
    top: 0;
    background: rgb(165,139,189);
    left: -10px;
}

.contact_information_853 .message_request_280:hover::before {
    width: 150%;
}

.contact_information_853 svg {
    transition: all 0.3s ease;
    stroke-width: 2;
    width: 24px;
    height: 24px;
    stroke: rgb(184,171,197);
    fill: none;
}

.contact_information_853 svg:hover,
.contact_information_853 svg:hover path {
    stroke: rgb(165,139,189);
}

.our_team_723::before {
    content: "";
    background: radial-gradient(circle at 30% 40%, 
        rgba(0, 0, 0, 0.3),
        rgba(0, 0, 0, 0.7) 65%,
        rgba(0, 0, 0, 0.85) 100%);
    z-index: 1;
    left: 0;
    top: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

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

.our_team_723 .text_slot_546:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4), 
                0 0 0 1px rgb(184,171,197);
    transform: perspective(1000px) rotateY(0deg);
}

.our_team_723 .text_slot_546::before {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
    opacity: 0.15;
    background: radial-gradient(circle at top right, 
        rgb(184,171,197,0.5) 0%, 
        transparent 70%);
    content: "";
    left: 0;
    height: 100%;
}

.our_team_723 h1 {
    display: inline-block;
    font-weight: 700;
    color: rgb(184,171,197);
    position: relative;
    margin-bottom: 2.5rem;
    font-size: 46px;
}

.our_team_723 ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.our_team_723 li {
    margin-bottom: 1.5rem;
    opacity: 0;
    position: relative;
    animation: fadeIn 0.8s ease-out forwards;
    animation-delay: 0.3s;
}

.our_team_723 li:last-child {
    animation-delay: 0.6s;
}

.our_team_723 h4::before {
    left: -25px;
    top: 50%;
    content: "";
    background-color: rgb(165,139,189);
    width: 15px;
    transform-origin: right center;
    height: 1px;
    position: absolute;
    animation: expandWidth 1s ease-out 0.8s forwards;
    transform: scaleX(0);
}

.our_team_723 span::before {
    width: 10px;
    content: "";
    opacity: 0.8;
    height: 10px;
    left: -5px;
    background: rgb(184,171,197);
    border-radius: 50%;
    position: absolute;
    top: 0;
}

header::before {
    left: 0;
    top: 0;
    opacity: 0.15;
    content: '';
    background: 
        linear-gradient(90deg, transparent 49.5%, rgb(184,171,197,0.5) 49.5%, rgb(184,171,197,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 49.5%, rgb(165,139,189,0.5) 49.5%, rgb(165,139,189,0.5) 50.5%, transparent 50.5%) 0 0 / 100% 20px;
    z-index: -1;
    width: 100%;
    position: absolute;
    animation: gridMove 40s linear infinite;
    height: 100%;
}

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

header .head_prime_790 {
    border-radius: 10px;
    font-weight: 400;
    text-decoration: none;
    position: relative;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    color: #ffffff;
    padding: 0.7rem 1.2rem;
    font-size: 13px;
    font-family: Arial, sans-serif;
}

header .head_prime_790::after {
    position: absolute;
    z-index: -1;
    content: '';
    right: 0;
    border-radius: 10px;
    left: 0;
    top: 0;
    background: rgb(184,171,197);
    bottom: 0;
}

header .head_prime_790:hover::before {
    transform: scale(1);
    opacity: 1;
}

header .top_navbar_985 {
    position: relative;
    align-items: center;
    padding: 0.5rem 1rem;
    text-decoration: none;
    display: flex;
    background: rgba(255, 255, 255, 0.03);
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 10px;
}

header .top_navbar_985:hover::before {
    left: 100%;
}

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

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

.tariff_option_206 h2::after {
    margin: 20px auto 0;
    height: 3px;
    width: 80px;
    transition: transform 0.4s ease;
    content: "";
    transform: scaleX(1);
    display: block;
    background: linear-gradient(90deg, rgb(165,139,189), rgb(184,171,197));
}

.tariff_option_206:hover h2::after {
    transform: scaleX(1.2);
}

.tariff_option_206 .cost_options_386 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    display: grid;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.tariff_option_206 .cost_options_386 li {
    margin: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.tariff_option_206 .pricing_card_425 {
    overflow: hidden;
    text-decoration: none;
    transition: all 0.4s ease;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    backdrop-filter: blur(10px);
    display: block;
    position: relative;
    -webkit-backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%);
    border: 1px solid rgba(255,255,255,0.1);
    height: 100%;
}

.tariff_option_206 .class_rates_263 {
    padding: 40px 30px;
    z-index: 2;
    position: relative;
}

.tariff_option_206 .pricing_list_601 h4 {
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    padding-bottom: 15px;
    position: relative;
    font-weight: 600;
    font-size: calc(20px + 2px);
}

.tariff_option_206 .pricing_card_425:hover .pricing_list_601 h4::after {
    width: 60px;
}

.tariff_option_206 .pricing_card_425:hover .pricing_list_601 p {
    color: #ffffff;
}

.tariff_option_206 .discount_price_375 {
    color: #ffffff;
    background: linear-gradient(90deg, rgb(165,139,189) 0%, rgb(184,171,197) 100%);
    position: relative;
    transition: transform 0.3s ease;
    margin-top: auto;
    display: inline-block;
    font-size: calc(20px + 4px);
    font-weight: 700;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent;
    padding: 10px 0;
}

.academic_experience_984::before {
    top: 0;
    height: 100%;
    background-size: 40px 40px;
    background-image: 
        linear-gradient(45deg, rgb(165,139,189,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(165,139,189,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(165,139,189,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(165,139,189,0.5) 75%);
    z-index: 1;
    position: absolute;
    background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
    width: 100%;
    opacity: 0.05;
    content: "";
    left: 0;
}

.academic_experience_984 .success_feedback_825:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}

.academic_experience_984 .success_feedback_825 > div:nth-child(1) {
    position: relative;
    order: 1;
}

.academic_experience_984 .success_feedback_825 > div:nth-child(2) {
    order: 2;
}

.academic_experience_984 .img_float_981 {
    overflow: hidden;
    position: relative;
    transition: transform 0.5s ease;
    width: 100%;
    transform: translateZ(0);
    height: 300px;
}

.academic_experience_984 .success_feedback_825:hover .img_float_981 {
    transform: scale(1.03);
}

.academic_experience_984 .success_feedback_825:hover .img_float_981::before {
    opacity: 0.9;
}

.academic_experience_984 .name::after {
    left: 0;
    position: absolute;
    bottom: -5px;
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(184,171,197);
    width: 0;
    height: 2px;
    content: "";
}

.academic_experience_984 .success_feedback_825:hover .name::after {
    width: 100%;
}

.academic_experience_984 .exp_box_709 {
    font-size: 12px;
    border-left: 3px solid rgb(165,139,189,0.5);
    padding-left: 20px;
    line-height: 1.8;
    color: #000000;
    margin: 0;
    position: relative;
}

.appFrame_903 {
    background: linear-gradient(135deg, rgb(184,171,197,0.5), rgb(165,139,189) 120%);
    position: relative;
    overflow: hidden;
    padding: 7rem 0;
}

.appFrame_903::after {
    height: 250px;
    bottom: -5%;
    left: -5%;
    opacity: 0.15;
    background: radial-gradient(circle, rgb(165,139,189) 10%, transparent 70%);
    transform: rotate(15deg);
    content: "";
    animation: float 9s ease-in-out infinite reverse;
    width: 250px;
    position: absolute;
}

.appFrame_903 .path_edu_580 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 95% 100%, 0 100%);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.92);
    padding: 3.5rem;
    transform: perspective(1000px) rotateX(1deg);
}

.appFrame_903 .path_edu_580 > div:first-child::before {
    height: 70%;
    left: -2rem;
    width: 0.5rem;
    background: linear-gradient(to bottom, rgb(184,171,197), rgb(165,139,189));
    top: 50%;
    position: absolute;
    content: "";
    transform: translateY(-50%);
}

.appFrame_903 h5::after {
    left: 0;
    content: "";
    width: 80px;
    transition: width 0.4s ease;
    height: 3px;
    position: absolute;
    background: linear-gradient(to right, rgb(184,171,197), transparent);
    bottom: 0;
}

.appFrame_903 a {
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    display: block;
    padding: 0.5rem 0;
    transform: translateY(0);
}

.appFrame_903 a:hover {
    transform: translateY(-3px);
}

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

.appFrame_903 a:hover p {
    color: rgb(184,171,197);
}

footer {
    position: relative;
    margin-top: 0;
    background-color: #000000;
}

.tiktok_edu_309 .container {
    position: relative;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 30px;
    display: grid;
}

.tiktok_edu_309 .company_holder {
    padding: 30px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.03);
    grid-column: span 4;
    position: relative;
}

.tiktok_edu_309 .company_holder h3::after {
    left: 0;
    width: 100%;
    background: rgb(184,171,197);
    position: absolute;
    content: "";
    height: 2px;
    bottom: -8px;
}

.tiktok_edu_309 .goal_footer_562 {
    grid-gap: 30px;
    display: grid;
    grid-column: span 8;
    grid-template-columns: repeat(2, 1fr);
}

.tiktok_edu_309 .nav_master_925 h5 {
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 600;
    position: relative;
    color: #ffffff;
    font-size: 20px;
}

.tiktok_edu_309 .nav_master_925 h5,
.tiktok_edu_309 .company_holder h3 {
    letter-spacing: 1px;
    text-transform: uppercase;
}

.tiktok_edu_309 .nav_master_925 .top_sitewrap_238 a {
    padding-left: 15px;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    transition: color 0.3s ease, transform 0.3s ease;
    font-size: 18px;
    display: block;
    opacity: 0.8;
}

.tiktok_edu_309 .nav_master_925 .top_sitewrap_238 a:hover {
    color: rgb(184,171,197);
    opacity: 1;
    transform: translateX(5px);
}

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



.tiktok_edu_309 .company_holder:hover,
.tiktok_edu_309 .nav_master_925:hover {
    background-color: rgba(255, 255, 255, 0.05);
    transition: background-color 0.3s ease;
}

.tiktok_edu_309 .company_holder::before {
    width: 5px;
    content: "";
    position: absolute;
    background: rgb(184,171,197);
    height: 100%;
    opacity: 0.5;
    top: 0;
    left: 0;
}

.tiktok_edu_309 .nav_master_925::before {
    opacity: 0.5;
    position: absolute;
    background: rgb(165,139,189);
    width: 5px;
    height: 100%;
    left: 0;
    content: "";
    top: 0;
}

.tiktok_edu_309 .top_sitewrap_238 {
    position: relative;
}

.tiktok_edu_309 .top_sitewrap_238::after {
    height: 1px;
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    background: rgb(165,139,189,0.5);
    opacity: 0.2;
    width: 100%;
}

.tiktok_edu_309 .nav_master_925:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
}

.mobile_cta_746 .academy_info_486::after {
    background: rgb(184,171,197);
    transform: translateY(-50%);
    top: 50%;
    opacity: 0.5;
    height: 1px;
    content: "";
    position: absolute;
    width: 30px;
    right: -40px;
}

.enroll_instantly_076::before {
    height: 100%;
    left: 0;
    background: 
        linear-gradient(90deg, transparent 98%, rgb(184,171,197,0.5) 98%),
        linear-gradient(0deg, transparent 98%, rgb(184,171,197,0.5) 98%);
    z-index: 1;
    width: 100%;
    content: '';
    top: 0;
    position: absolute;
    opacity: 0.4;
    background-size: 30px 30px;
}

.enroll_instantly_076 .message_request_280 {
    color: #000000;
    text-decoration: none;
    transition: all 0.4s ease;
    justify-content: center;
    height: 80px;
    position: relative;
    flex: 0 0 30%;
    background: transparent;
    display: flex;
    font-weight: 700;
    z-index: 5;
    align-items: center;
    font-size: 19px;
}

.enroll_instantly_076 .message_request_280::after {
    border-left: none;
    border-top: none;
    right: -8px;
    bottom: -8px;
}

.enroll_instantly_076 .message_request_280:hover {
    color: rgb(184,171,197);
}

.enroll_instantly_076 .message_request_280:hover::before {
    left: 0;
    top: 0;
}

.enroll_instantly_076::after {
    width: 100%;
    content: '';
    z-index: 1;
    right: 0;
    position: absolute;
    top: 0;
    background:
        linear-gradient(135deg, transparent 50%, rgb(184,171,197,0.5) 50%);
    height: 100%;
    opacity: 0.1;
}

.enroll_instantly_076 .path_edu_580::after {
    width: 200px;
    height: 200px;
    opacity: 0.2;
    filter: blur(40px);
    right: -100px;
    z-index: -1;
    content: '';
    bottom: -100px;
    position: absolute;
    border-radius: 50%;
    background: rgb(165,139,189,0.5);
}

.privacy_cordon_760::after {
    z-index: 0;
    background: radial-gradient(circle, rgba(rgb(184,171,197,0.5), 0.05), transparent 70%);
    content: "";
    width: 60%;
    right: -20%;
    height: 100%;
    top: -50%;
    transform: rotate(30deg);
    pointer-events: none;
    position: absolute;
}

.privacy_cordon_760 .container:hover {
    box-shadow: 0 14px 40px rgba(rgba(0, 0, 0, 0.5), 0.09),
                0 2px 6px rgba(rgba(0, 0, 0, 0.5), 0.06);
    transform: translateY(-3px) translateZ(0);
}

.privacy_cordon_760 h1 {
    font-weight: 700;
    position: relative;
    font-size: calc(41px * 1.05);
    margin-bottom: 1.8rem;
    padding-bottom: 0.8rem;
    line-height: 1.2;
    color: rgb(184,171,197);
    letter-spacing: -0.02em;
}

.privacy_cordon_760 h2 {
    margin-top: 2.5rem;
    margin-bottom: 1.2rem;
    color: rgb(165,139,189);
    font-size: 34px;
    position: relative;
    padding-left: 1rem;
    font-weight: 600;
}

.privacy_cordon_760 h3 {
    font-weight: 600;
    padding-left: 0.8rem;
    font-size: calc(34px * 0.85);
    margin-bottom: 1rem;
    color: #000000;
    position: relative;
    margin-top: 2rem;
}

.privacy_cordon_760 h3::before {
    opacity: 0.8;
    content: "";
    left: 0;
    height: 70%;
    position: absolute;
    background: rgb(165,139,189);
    top: 0.25em;
    width: 2px;
    transform: scaleY(0.9);
}

.privacy_cordon_760 p {
    color: #000000;
    position: relative;
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 1.3rem;
}

.privacy_cordon_760 span {
    font-size: 13px;
    color: #000000;
    border-left: 1px solid rgba(rgb(184,171,197,0.5), 0.3);
    margin-bottom: 1.3rem;
    display: block;
    line-height: 1.7;
    padding-left: 0.5rem;
}

.privacy_cordon_760 li {
    line-height: 1.6;
    margin-bottom: 0.8rem;
    position: relative;
    padding-left: 0.5rem;
    font-size: 13px;
    color: #000000;
}

.privacy_cordon_760 strong {
    color: rgb(165,139,189);
    position: relative;
    font-weight: 600;
}

.privacy_cordon_760 p strong::after {
    transform: scaleX(0.97);
    bottom: -2px;
    position: absolute;
    width: 100%;
    opacity: 0.3;
    background: rgb(165,139,189);
    height: 1px;
    content: "";
    left: 0;
}

.course_summary_107::before {
    z-index: 1;
    height: 100%;
    position: absolute;
    background: 
        radial-gradient(ellipse at 75% 40%, rgb(165,139,189,0.5) 0%, transparent 50%),
        radial-gradient(circle at 25% 80%, rgb(184,171,197,0.5) 0%, transparent 40%);
    opacity: 0.6;
    top: 0;
    width: 100%;
    left: 0;
    animation: pulseGlow 12s infinite alternate;
    content: "";
}

.course_summary_107 .container {
    z-index: 3;
    position: relative;
}

.course_summary_107 .path_edu_580 {
    position: relative;
    background: transparent;
    border-radius: 29px;
    overflow: visible;
    display: flex;
    flex-direction: column;
}

.course_summary_107 .pro_skills_581::before {
    top: -15px;
    position: absolute;
    z-index: -1;
    height: 200px;
    width: 200px;
    animation: morphShape 15s infinite alternate ease-in-out;
    right: -15px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    content: "";
    background: linear-gradient(135deg, rgb(184,171,197,0.5), rgb(165,139,189,0.5));
}

.course_summary_107 .top_skill_970 svg {
    fill: rgb(184,171,197);
    height: 60%;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 60%;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

.course_summary_107 .top_skill_970:hover svg {
    fill: rgb(165,139,189);
    transform: scale(1.2) rotate(-10deg);
}

.course_summary_107 .top_skill_970 svg path {
    stroke: #000000;
    transition: stroke 0.4s ease;
    stroke-width: 0.5;
}

.course_summary_107 .pro_skills_581 h3 {
    margin-bottom: 25px;
    transform: translateZ(0);
    position: relative;
    padding-bottom: 15px;
    font-size: 33px;
    color: #000000;
    font-weight: 700;
}

.course_summary_107 .pro_skills_581 h3::after {
    left: 15px;
    background: linear-gradient(90deg, rgb(184,171,197), transparent);
    bottom: 2.5px;
    position: absolute;
    height: 3px;
    width: 80px;
    content: "";
}

.course_summary_107 .pro_skills_581 p::first-letter {
    color: rgb(184,171,197);
    font-size: 2em;
    font-weight: 700;
    margin-top: 8px;
    float: left;
    line-height: 0.8;
    margin-right: 8px;
}

.course_summary_107 .path_edu_580:hover .img_float_981 {
    transform: perspective(1200px) rotateY(-2deg) rotateX(1deg) translateZ(30px);
}

.course_summary_107 .img_float_981::before {
    width: 100%;
    left: 0;
    z-index: 2;
    height: 100%;
    top: 0;
    mix-blend-mode: multiply;
    position: absolute;
    transition: opacity 0.5s ease;
    opacity: 0.7;
    background: 
        linear-gradient(
            to right,
            rgb(184,171,197,0.5) 0%,
            transparent 40%,
            rgb(165,139,189,0.5) 100%
        );
    content: "";
}

.privacySettingsModal_518 {
    background: rgb(235,232,237);
    border-top: 2px solid rgb(184,171,197);
    position: fixed;
    z-index: 90;
    width: 100%;
    bottom: 0;
}

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

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

.cookie_comply_249 svg, .cookie_comply_249 svg path, .cookie_comply_249 img {
    fill: rgb(184,171,197);
    height: 100px;
    width: 100px;
}

.privacySettingsModal_518 p a {
    color: rgb(184,171,197);
    text-decoration: none;
}


#privacyAlertPopup_263 {
    display: none;
}

#privacyAlertPopup_263:checked ~ .privacySettingsModal_518 {
    visibility: hidden;
    opacity: 0;
}


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



@media (min-width: 992px) {.follow_981 {
    padding: 6rem 2rem;
}.follow_981 .path_edu_580 {
    padding: 4rem 5rem;
    background: linear-gradient(to right, #ffffff 60%, rgba(245, 247, 250, 0.9) 100%);
}.follow_981 h3 {
    max-width: 70%;
}.follow_981 .input_holder {
    max-width: 80%;
}
}



@media (max-width: 767px) {.follow_981 .path_edu_580 {
    padding: 2.5rem 1.5rem;
}.follow_981 h3 {
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
}.follow_981 .join_now_526 {
    width: 100%;
    margin-top: 0.5rem;
}
}



@media (hover: none) {.follow_981 .join_now_526:hover {
    transform: none;
    box-shadow: none;
}.follow_981 input[type="email"]:focus {
    transform: none;
}}



@media (min-width: 992px) {.title_section_062 {
    min-height: 90vh;
}.title_section_062 > div {
    width: 80%;
    max-width: 1400px;
}.title_section_062 .achieve_goals_270 {
    margin-bottom: 3.5rem;
}.title_section_062 .course_hero_012 {
    font-size: calc(47px + 1rem);
}.title_section_062 .course_hero_012::after {
    width: 100px;
    height: 5px;
}.title_section_062 .main_title_835 {
    display: flex;
    align-items: center;
}.title_section_062 .main_title_835 > div {
    max-width: 80%;
}.title_section_062 .main_title_835 p {
    font-size: calc(14px + 0.3rem);
    margin-bottom: 2rem;
}.title_section_062 .main_title_835 h3 {
    max-width: 75%;
    line-height: 1.5;
    font-size: calc(18px + 0.2rem);
}
}



@media (max-width: 767px) {.title_section_062 {
    padding: 4rem 0;
}.title_section_062 > div {
    width: 95%;
    padding: 1.5rem;
}.title_section_062 .course_hero_012 {
    font-size: calc(47px - 0.1rem);
}.title_section_062 .main_title_835 {
    padding: 2rem 1.5rem;
}.title_section_062 .main_title_835 p {
    font-size: 14px;
}.title_section_062 .main_title_835 h3 {
    font-size: 18px;
    padding-right: 1rem;
}}



@media (max-width: 768px) {.info_details_451 .connect_experts_201 {
    padding: 1.5rem;
}.info_details_451 .img_float_981 {
    width: 150px;
    height: 150px;
}.info_details_451 .get_contactinfo_065 {
    align-items: center;
    flex-direction: column;
}.info_details_451 .join_us_302 p svg {
    width: 16px;
    margin-right: 6px;
    height: 16px;
}.info_details_451 .edu_ask_853 svg {
    height: 18px;
    width: 18px;
    margin-right: 6px;
}
}



@media (max-width: 1024px) {.contact_information_853 {
    padding: 80px 0;
}.contact_information_853 .img_float_981 {
    min-height: 500px;
}.contact_information_853 .request_block_531 {
    padding: 50px 40px;
}
}



@media (max-width: 480px) {.contact_information_853 {
    padding: 50px 0;
}.contact_information_853 h2 {
    font-size: calc(38px * 0.85);
}.contact_information_853 .reach_card_785 {
    margin-top: 30px;
}.contact_information_853 .img_float_981 {
    min-height: 200px;
}.contact_information_853 .request_block_531 {
    padding: 30px 20px;
}.contact_information_853 form h3 {
    font-size: calc(19px * 0.9);
    margin-bottom: 25px;
}.contact_information_853 form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact_information_853 .query_inquiry_421 {
    margin-bottom: 25px;
}.contact_information_853 .query_inquiry_421 label {
    font-size: calc(14px * 0.9);
}.contact_information_853 .message_request_280 {
    padding: 12px 25px;
}}



@media (max-width: 575px) {.our_team_723 {
    padding: 2.5rem 0;
}.our_team_723 .container {
    padding: 0 1rem;
}.our_team_723 .text_slot_546 {
    padding: 1.5rem;
}.our_team_723 h1 {
    margin-bottom: 1.5rem;
    font-size: calc(46px * 0.8);
}.our_team_723 h4 {
    font-size: calc(22px * 0.9);
}.our_team_723 span {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}.our_team_723 .text_slot_546::after {
    width: 30%;
}}



@media (max-width: 767px) {header {
    padding: 1rem 0 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 10% 100%, 0 95%);
}header .top_mainbar_739 {
    flex-direction: column;
}header .nav_master_925 {
    flex-wrap: wrap;
    padding: 10px;
    order: 2;
    gap: 0.5rem;
    justify-content: center;
    width: 100%;
    margin-top: 1rem;
}header .head_prime_790 {
    padding: 0.5rem 0.7rem;
    font-size: calc(13px - 2px);
}header .top_navbar_985 {
    margin-bottom: 0.5rem;
    order: 1;
}header .top_navbar_985 svg {
    width: 130px;
}
}



@media (max-width: 992px) {.tariff_option_206 {
    padding: 90px 0;
}.tariff_option_206 .cost_options_386 {
    grid-template-columns: repeat(2, 1fr);
}.tariff_option_206 .class_rates_263 {
    padding: 30px 25px;
}
}



@media (max-width: 480px) {.tariff_option_206 {
    padding: 60px 0;
}.tariff_option_206 h2 {
    font-size: calc(36px - 6px);
}.tariff_option_206 .pricing_list_601 h4 {
    font-size: 20px;
}.tariff_option_206 .pricing_list_601 p {
    font-size: calc(12px - 1px);
}}



@media (min-width: 768px) {.academic_experience_984 .success_feedback_825 {
    grid-template-columns: 280px 1fr;
    grid-template-rows: auto 1fr;
    gap: 30px 40px;
}.academic_experience_984 .success_feedback_825 > div:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}.academic_experience_984 .success_feedback_825 > div:nth-child(2) {
    grid-row: 1 / 2;
    align-self: end;
    grid-column: 2 / 3;
}.academic_experience_984 .success_feedback_825 > div:nth-child(3) {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
}.academic_experience_984 .img_float_981 {
    min-height: 400px;
    height: 100%;
}
}



@media (max-width: 767px) {.academic_experience_984 {
    padding: 80px 0;
}.academic_experience_984 .success_feedback_825 {
    padding: 30px;
}.academic_experience_984 .img_float_981 {
    height: 240px;
}.academic_experience_984 .name {
    font-size: calc(20px - 1px);
}.academic_experience_984 .exp_box_709 {
    line-height: 1.7;
    font-size: calc(12px - 1px);
}}



@media screen and (max-width: 576px) {.appFrame_903 {
    padding: 3rem 0;
}.appFrame_903 .path_edu_580 {
    clip-path: polygon(0 0, 100% 0, 100% 98%, 98% 100%, 0 100%);
    padding: 1.75rem;
}.appFrame_903 .path_edu_580 > div:first-child {
    margin-bottom: 1.5rem;
}.appFrame_903 .path_edu_580 > div:first-child::before {
    height: 60%;
    left: -1.2rem;
}.appFrame_903 h5 {
    font-size: calc(24px * 0.85);
}.appFrame_903 p {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}}



@media (max-width: 767px) {.tiktok_edu_309 {
    padding: 40px 0 30px;
}.tiktok_edu_309 .goal_footer_562 {
    grid-template-columns: 1fr;
}.tiktok_edu_309 .company_holder {
    padding: 25px;
}.tiktok_edu_309 .nav_master_925 {
    padding: 25px;
}.tiktok_edu_309 .company_holder h3 {
    font-size: calc(37px - 2px);
}.tiktok_edu_309 .nav_master_925 h5 {
    font-size: calc(20px - 1px);
}
}



@media (max-width: 767px) {.enroll_instantly_076 {
    padding: 70px 0;
}.enroll_instantly_076 .path_edu_580 {
    flex-direction: column;
    gap: 40px;
}.enroll_instantly_076 .container p {
    font-size: 20px;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    flex: none;
    padding: 0 20px;
}.enroll_instantly_076 .message_request_280 {
    width: 80%;
    flex: none;
    height: 60px;
}
}



@media (min-width: 768px) {.privacy_cordon_760 {
    padding: 5rem 2rem;
}.privacy_cordon_760 .container {
    padding: 3rem 4rem;
    border-left-width: 4px;
}.privacy_cordon_760 h1 {
    margin-bottom: 2.5rem;
    font-size: calc(41px * 1.2);
    padding-bottom: 1rem;
}.privacy_cordon_760 h1::after {
    height: 4px;
    width: 120px;
}.privacy_cordon_760 h2 {
    margin-top: 3rem;
    font-size: calc(34px * 1.1);
    padding-left: 1.5rem;
}.privacy_cordon_760 h2::before {
    width: 4px;
}.privacy_cordon_760 p, .privacy_cordon_760 span {
    font-size: calc(13px * 1.05);
    line-height: 1.8;
}.privacy_cordon_760 ul {
    padding-left: 2rem;
}.privacy_cordon_760 li {
    padding-left: 0.8rem;
    font-size: calc(13px * 1.05);
}.privacy_cordon_760 li::before {
    height: 7px;
    left: -1.4rem;
    width: 7px;
}
}



@media (max-width: 480px) {.privacy_cordon_760 {
    padding: 2rem 0.5rem;
}.privacy_cordon_760 .container {
    padding: 1.25rem;
}.privacy_cordon_760 h1 {
    padding-bottom: 0.6rem;
    margin-bottom: 1.2rem;
    font-size: calc(41px * 0.85);
}.privacy_cordon_760 h2 {
    padding-left: 0.8rem;
    font-size: calc(34px * 0.9);
    margin-top: 1.8rem;
}.privacy_cordon_760 h3, .privacy_cordon_760 h4 {
    font-size: calc(34px * 0.75);
    padding-left: 0.5rem;
}.privacy_cordon_760 p, .privacy_cordon_760 span, .privacy_cordon_760 li {
    font-size: calc(13px * 0.9);
    line-height: 1.55;
}.privacy_cordon_760 ul {
    padding-left: 1rem;
}.privacy_cordon_760 li::before {
    top: 0.6rem;
    left: -1rem;
    height: 5px;
    width: 5px;
}}



@media screen and (max-width: 768px) {.course_summary_107 {
    padding: 60px 0;
}.course_summary_107 .pro_skills_581 {
    padding: 30px;
    width: 100%;
    transform: translateY(-60px);
}.course_summary_107 .top_skill_970 {
    top: -40px;
    left: 30px;
    width: 80px;
    height: 80px;
}.course_summary_107 .pro_skills_581 h3 {
    margin-bottom: 20px;
    font-size: calc(33px * 0.85);
}.course_summary_107 .pro_skills_581 p {
    font-size: calc(17px * 0.95);
}.course_summary_107 .img_float_981 {
    height: 280px;
}.course_summary_107 .pro_skills_581::before {
    height: 150px;
    right: -10px;
    width: 150px;
    top: -10px;
}
}



@media screen and (max-width: 576px) {.course_summary_107 {
    padding: 50px 0;
}.course_summary_107 .pro_skills_581 {
    padding: 25px 20px;
    transform: translateY(-40px);
}.course_summary_107 .top_skill_970 {
    left: 20px;
    width: 70px;
    top: -35px;
    height: 70px;
}.course_summary_107 .pro_skills_581 h3 {
    margin-bottom: 15px;
    padding-bottom: 12px;
    font-size: calc(33px * 0.75);
}.course_summary_107 .pro_skills_581 h3::after {
    width: 60px;
}.course_summary_107 .pro_skills_581 p {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}.course_summary_107 .img_float_981 {
    height: 220px;
}.course_summary_107 .pro_skills_581::before {
    height: 100px;
    width: 100px;
}}



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



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

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



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



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



@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}



@keyframes glow {
    0% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.2); }
    100% { opacity: 0.3; transform: scale(1); }
}



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



@keyframes floatAndRotate {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-5px) rotate(-3deg);
    }
    75% {
        transform: translateY(5px) rotate(3deg);
    }
}



@keyframes drawPath {
    to {
        stroke-dashoffset: 0;
    }
}

