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

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

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

.nav_lead_0362 {
    flex: 1 0 auto;
}

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

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


.potential_students_5209 {
    background-color: rgb(236,215,216);
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}

.potential_students_5209::after {
    background: linear-gradient(135deg, #ffffff 0%, transparent 100%);
    left: 0;
    position: absolute;
    opacity: 0.1;
    width: 100%;
    z-index: 1;
    top: 0;
    content: '';
    height: 100%;
}

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

.potential_students_5209 h3::after {
    opacity: 0.8;
    transform: translateX(-50%);
    border-radius: 50px;
    content: '';
    background: linear-gradient(90deg, transparent, rgb(218,176,177), transparent);
    bottom: -15px;
    height: 3px;
    width: 80px;
    position: absolute;
    left: 50%;
}

.potential_students_5209 li {
    position: relative;
    padding: 2.5rem 2rem;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.2);
    align-items: center;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.02);
    border-radius: 19px;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.potential_students_5209 li {
    font-size: calc(13px * 1.1);
    line-height: 1.7;
    color: #000000;
    margin-top: 1rem;
    font-weight: 300;
}

.potential_students_5209 li:hover {
    border-color: rgb(218,176,177,0.5);
    transform: translateY(-10px);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.1),
        0 10px 25px rgba(0, 0, 0, 0.05);
}

.potential_students_5209 li svg {
    animation: float 8s ease-in-out infinite;
    margin-bottom: 1.5rem;
    width: 70px;
    transition: all 0.5s ease;
    fill: rgb(199,134,137);
    height: 70px;
    filter: drop-shadow(0 3px 6px rgb(199,134,137,0.5));
}

.potential_students_5209 li:hover svg path {
    fill: rgb(218,176,177);
}

.potential_students_5209 li:nth-child(2) {
    animation-delay: 0.3s;
}

.potential_students_5209 li:nth-child(4) {
    animation-delay: 0.9s;
}

.educational_yield_9071::before {
    position: absolute;
    left: 0;
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(218,176,177,0.5), 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(199,134,137,0.5), 0.15) 0%, transparent 60%);
    height: 100%;
    top: 0;
    width: 100%;
    content: "";
}

.educational_yield_9071 .container {
    z-index: 1;
    flex-direction: column;
    position: relative;
    padding: 0 1.5rem;
    margin: 0 auto;
    display: flex;
    max-width: 1200px;
}

.educational_yield_9071 .background_img_2754:hover {
    box-shadow: 0 25px 50px rgba(rgba(0, 0, 0, 0.5), 0.18), 
                0 0 0 1px rgba(rgb(218,176,177,0.5), 0.15);
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-5px);
}

.educational_yield_9071 .learn_classes_4759 {
    padding: 2.5rem;
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.1),
                0 0 0 1px rgba(rgb(218,176,177,0.5), 0.05);
    background: linear-gradient(145deg, rgba(rgb(255, 255, 255, 0.5), 0.95), rgba(rgb(255, 255, 255, 0.5), 0.85));
    position: relative;
    backdrop-filter: blur(10px);
    transform: translateY(-20px);
    border-radius: 21px;
}

.educational_yield_9071 h1::after {
    height: 3px;
    background: linear-gradient(90deg, rgb(218,176,177) 0%, rgb(199,134,137) 100%);
    position: absolute;
    left: 0;
    width: 80px;
    border-radius: 5px;
    bottom: -12px;
    content: "";
}

.educational_yield_9071 li:hover {
    transform: translateX(5px);
}

.educational_yield_9071 li p {
    color: #000000;
    align-items: center;
    display: flex;
    line-height: 1.6;
    font-size: calc(12px * 1.05);
    margin: 0;
}

.educational_yield_9071 li:hover svg {
    transform: scale(1.1);
}

.educational_yield_9071 svg path {
    fill: rgb(218,176,177);
    transition: fill 0.3s ease;
}

.take_a_spin_1782 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(150deg, #ffffff 0%, rgb(236,215,216) 100%);
    padding: 110px 0;
}

.take_a_spin_1782::after {
    top: -20%;
    width: 70%;
    position: absolute;
    transform: rotate(-15deg);
    z-index: 1;
    background: rgb(218,176,177);
    right: -15%;
    opacity: 0.05;
    height: 140%;
    content: '';
}

.take_a_spin_1782 .container p {
    font-size: 33px;
    line-height: 1.4;
    margin: 0;
    font-weight: 700;
    position: relative;
    border-left: 5px solid rgb(218,176,177);
    z-index: 5;
    padding-left: 25px;
    color: #000000;
}

.take_a_spin_1782 .request_request_7148::before {
    border-radius: 50%;
    top: 50%;
    background: rgb(218,176,177);
    width: 300px;
    z-index: -1;
    height: 300px;
    content: '';
    transition: transform 0.6s ease;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    position: absolute;
}

.take_a_spin_1782 .container::before {
    content: '';
    position: absolute;
    left: 0;
    height: 1px;
    bottom: -20px;
    width: 100%;
    background: linear-gradient(90deg, rgb(218,176,177) 0%, transparent 100%);
}

.take_a_spin_1782 .learn_classes_4759::before {
    position: absolute;
    z-index: -1;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    background: 
        radial-gradient(circle at 20% 80%, rgb(218,176,177,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 20%, rgb(199,134,137,0.5) 0%, transparent 60%);
    opacity: 0.1;
}

.meet_us_9681::after {
    top: 0;
    opacity: 0.2;
    content: "";
    background: radial-gradient(
        circle at top right,
        rgb(218,176,177,0.5) 0%,
        transparent 70%
    );
    width: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    height: 100%;
}

.meet_us_9681 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0;
    overflow: visible;
}

.meet_us_9681 h2 {
    padding-left: 20px;
    color: #000000;
    font-weight: 700;
    text-align: left;
    border-left: 4px solid rgb(218,176,177);
    position: relative;
    margin-bottom: 60px;
    font-size: 36px;
}

.meet_us_9681 .expert_guides_6087 {
    grid-template-columns: 1fr;
    gap: 50px;
    position: relative;
    display: grid;
}

.meet_us_9681 .study_program_4639 {
    gap: 30px;
    align-items: center;
    display: grid;
    grid-template-columns: 3fr 7fr;
    position: relative;
    padding: 0;
}

.meet_us_9681 .study_program_4639 h3 {
    text-align: center;
    padding: 15px 30px;
    color: #000000;
    position: relative;
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    background: linear-gradient(
        135deg, 
        rgb(218,176,177,0.5) 0%, 
        rgba(0, 0, 0, 0.5) 100%
    );
    margin-bottom: 0;
}

.meet_us_9681 .study_program_4639 p {
    position: relative;
    font-size: 12px;
    z-index: 1;
    padding: 30px;
    color: #000000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    border-radius: 22px;
    line-height: 1.8;
}

.meet_us_9681 .study_program_4639:nth-child(2) p {
    grid-column: 1;
    text-align: right;
    grid-row: 1;
    margin-right: -20px;
    border-right: 3px solid rgb(199,134,137);
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 0 100%);
}

.meet_us_9681 .study_program_4639:nth-child(2)::before {
    top: 50%;
    left: -100px;
    z-index: 0;
    border-radius: 50%;
    transform: translateY(-50%);
    border: 1px dashed rgb(199,134,137,0.5);
    height: 200px;
    animation: rotate 30s linear infinite reverse;
    content: "";
    position: absolute;
    opacity: 0.2;
    width: 200px;
}

.secure_safekeeping_0194 h1 {
    text-transform: uppercase;
    margin-top: 30px;
    color: #000000;
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 20px;
}

.secure_safekeeping_0194 ul, .secure_safekeeping_0194 ol {
    padding-top: 10px;
    margin-bottom: 20px;
    padding-left: 20px;
    list-style-type: disc;
}

.secure_safekeeping_0194 li {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
}



.secure_safekeeping_0194 h3, .secure_safekeeping_0194 h4, .secure_safekeeping_0194 h5, .secure_safekeeping_0194 h6 {
    font-size: 1.2em;
    color: rgb(218,176,177);
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.secure_safekeeping_0194 a {
    transition: color 0.3s ease;
    text-decoration: none;
    font-weight: 400;
    color: rgb(199,134,137);
}

.secure_safekeeping_0194 button:hover {
    background: rgb(218,176,177);
}

.thanksUnit_2157 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(199,134,137,0.5) 0%, rgb(218,176,177,0.5) 40%, rgb(236,215,216) 100%);
    padding: 7rem 0;
    perspective: 1000px;
    position: relative;
}

.thanksUnit_2157::after {
    content: "";
    pointer-events: none;
    position: absolute;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(199,134,137,0.5) 0%, transparent 8%),
        radial-gradient(circle at 80% 70%, rgb(199,134,137,0.5) 0%, transparent 6%),
        radial-gradient(circle at 40% 80%, rgb(218,176,177,0.5) 0%, transparent 5%),
        radial-gradient(circle at 65% 25%, rgb(218,176,177,0.5) 0%, transparent 7%);
    inset: 0;
}

.thanksUnit_2157 .learn_classes_4759::before {
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    top: 0;
    left: -100%;
    position: absolute;
    content: "";
    pointer-events: none;
    width: 100%;
    height: 100%;
    animation: shimmer 4s infinite;
}

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

.thanksUnit_2157 .learn_classes_4759 > div:last-child {
    opacity: 0;
    transform: translateY(2rem);
    animation: slideInUp 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.5s;
    position: relative;
}

.thanksUnit_2157 h5::after {
    height: 3px;
    bottom: 0;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(218,176,177) 0%, rgb(199,134,137) 100%);
    width: 0;
    animation: lineGrow 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 1s;
    position: absolute;
}

.thanksUnit_2157 a::before {
    content: "";
    background: linear-gradient(135deg, rgb(218,176,177,0.5) 0%, transparent 100%);
    opacity: 0;
    z-index: -1;
    transition: opacity 0.4s ease;
    inset: 0;
    position: absolute;
}

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

.thanksUnit_2157 a:hover::before {
    opacity: 0.15;
}

.thanksUnit_2157 a::after {
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    background: linear-gradient(90deg, rgb(199,134,137) 0%, rgb(218,176,177) 100%);
    position: absolute;
    height: 3px;
    transform: scaleX(0);
    content: "";
    transform-origin: left;
    bottom: 0;
    width: 100%;
    left: 0;
}

.program_offerings_2594 .online_class_6571 {
    animation: slide-show 35s ease-in-out infinite;
    display: flex;
    height: 100%;
    width: 500%;
}

.program_offerings_2594 .training_3519 {
    height: 100%;
    position: relative;
    overflow: hidden;
    width: 20%;
}

.program_offerings_2594 .training_3519::before {
    background: 
        linear-gradient(0deg, 
            rgb(218,176,177,0.5) 0%, 
            transparent 40%, 
            transparent 60%, 
            rgb(199,134,137,0.5) 100%),
        linear-gradient(90deg, 
            rgb(218,176,177,0.5) 0%, 
            transparent 40%, 
            transparent 60%, 
            rgb(199,134,137,0.5) 100%);
    inset: 0;
    content: '';
    opacity: 0.7;
    position: absolute;
    z-index: 2;
}

.program_offerings_2594 .container {
    position: relative;
    width: 90%;
    z-index: 4;
    max-width: 1200px;
    margin: 0 auto;
}

.program_offerings_2594 .knowledge_plan_5829 {
    padding: 3rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    position: relative;
    background: rgb(236,215,216);
}

.program_offerings_2594 .knowledge_plan_5829::before {
    opacity: 0.15;
    z-index: -1;
    background: 
        radial-gradient(
            circle at 30% 40%,
            rgb(218,176,177,0.5) 0%,
            transparent 70%
        ),
        radial-gradient(
            circle at 70% 60%,
            rgb(199,134,137,0.5) 0%,
            transparent 70%
        );
    position: absolute;
    content: '';
    inset: 0;
}

.program_offerings_2594 .knowledge_plan_5829:hover h3::after {
    width: 100%;
    transform: translateY(-3px);
}

.program_offerings_2594 .knowledge_plan_5829 p {
    font-size: 15px;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 2rem;
}

.program_offerings_2594 .knowledge_plan_5829 .request_request_7148::before {
    transition: opacity 0.4s ease;
    background: linear-gradient(to right, 
        rgb(199,134,137), 
        rgb(218,176,177));
    content: '';
    z-index: -1;
    top: 0;
    position: absolute;
    height: 100%;
    opacity: 0;
    left: 0;
    width: 100%;
}

.program_offerings_2594 .knowledge_plan_5829 .request_request_7148:hover {
    box-shadow: 0 8px 20px rgb(199,134,137,0.5);
    transform: translateY(-3px);
}

.program_offerings_2594 .knowledge_plan_5829 .request_request_7148:hover::before {
    opacity: 1;
}

header .top_info_2085 {
    padding: 1.2rem 2rem;
    position: relative;
    z-index: 2;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

header .head_prime_2763 {
    flex: 0 0 auto;
    position: relative;
    margin-right: 2rem;
    max-width: 180px;
}

header .head_expert_4187 {
    position: relative;
    display: block;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

header .head_expert_4187::before {
    position: absolute;
    border-radius: 10px;
    transition: all 0.3s ease;
    content: '';
    background: rgb(218,176,177);
    left: 0;
    width: 100%;
    opacity: 0;
    transform: scaleX(0.7);
    height: 10px;
    bottom: -15px;
}

header .top_base_0863::after {
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(218,176,177,0.5), 
        transparent
    );
    content: '';
    bottom: -15px;
    height: 1px;
}

header .page_header_4935 a::before {
    transition: transform 0.3s ease;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgb(218,176,177);
    position: absolute;
    transform: translateX(-100%);
    content: '';
    height: 3px;
}

header .page_header_4935 a:hover::after {
    opacity: 0.15;
    transform: scale(1);
}

header .top_info_2085::before {
    top: 0;
    background: linear-gradient(-90deg, rgb(236,215,216), transparent);
    right: 0;
    content: '';
    height: 100%;
    width: 30%;
    z-index: -1;
    position: absolute;
}

header .nav_lead_0362 {
    background: #ffffff;
    padding-top: 2rem;
    z-index: 1;
    position: relative;
}

.contact_0523 {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(
        135deg, 
        rgb(199,134,137,0.5) 0%, 
        rgb(218,176,177,0.5) 100%
    );
    isolation: isolate;
    overflow: hidden;
}

.contact_0523::after {
    height: 150%;
    animation: subtle-wave 15s infinite alternate-reverse;
    right: -30%;
    bottom: -30%;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.03) 0%, 
        transparent 60%
    );
    position: absolute;
    z-index: 1;
    width: 150%;
    content: '';
}

.contact_0523 h2::after {
    position: absolute;
    height: 3px;
    content: '';
    bottom: -0.5rem;
    width: 80px;
    left: 50%;
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(218,176,177), 
        transparent
    );
    transform: translateX(-50%);
}

.contact_0523 .background_img_2754 {
    position: relative;
    min-height: 500px;
    flex: 0 0 40%;
}

.contact_0523 .background_img_2754::before {
    top: 0;
    opacity: 0.6;
    height: 100%;
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(
        45deg, 
        rgb(199,134,137,0.5) 0%, 
        rgb(218,176,177,0.5) 100%
    );
    mix-blend-mode: color-dodge;
}

.contact_0523 .support_form_5678 h3 {
    font-size: 30px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    margin-bottom: 2rem;
}

.contact_0523 .support_form_5678 input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(218,176,177);
    box-shadow: 0 0 15px rgba(rgb(218,176,177), 0.3);
}

.contact_0523 .support_form_5678 .reach_feedback_4058 {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.contact_0523 .support_form_5678 .reach_feedback_4058 input[type="checkbox"]:checked {
    border-color: rgb(218,176,177);
    background: rgb(218,176,177);
}

.contact_0523 .support_form_5678 .reach_feedback_4058 input[type="checkbox"]:checked::after {
    top: 50%;
    content: '✔';
    font-size: 0.8rem;
    color: #ffffff;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
}

.contact_0523 .support_form_5678 .reach_feedback_4058 a:hover {
    text-decoration: underline;
}

.contact_0523 .support_form_5678 .request_request_7148 {
    border: none;
    padding: 1rem;
    font-size: 19px;
    overflow: hidden;
    width: 100%;
    background: rgb(218,176,177);
    border-radius: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
    font-weight: 600;
    color: #ffffff;
    position: relative;
}

.contact_0523 .support_form_5678 .request_request_7148:hover::before {
    left: 100%;
}

.quantitative_data_7853 {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    z-index: 1;
    background-color: #000000;
}

.quantitative_data_7853::after {
    height: 200%;
    background: repeating-linear-gradient(
        rgba(rgb(218,176,177,0.5), 0.03) 0px,
        transparent 1px,
        transparent 30px
    ), 
    repeating-linear-gradient(
        90deg,
        rgba(rgb(218,176,177,0.5), 0.03) 0px,
        transparent 1px,
        transparent 30px
    );
    z-index: -1;
    position: absolute;
    animation: gridMove 35s linear infinite;
    left: -50%;
    content: "";
    top: -50%;
    width: 200%;
    transform: rotate(15deg);
}



.quantitative_data_7853 h2 {
    display: inline-block;
    padding-left: 20px;
    color: #ffffff;
    position: relative;
    margin-bottom: 60px;
    font-size: 47px;
    font-weight: 700;
}

.quantitative_data_7853 h2::after {
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(to right, rgb(218,176,177), transparent);
    content: "";
    height: 2px;
    bottom: -15px;
}

.quantitative_data_7853 ul {
    margin: 0;
    gap: 40px;
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
}

.quantitative_data_7853 .statistics_expertise_4230::before {
    top: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.05) 100%);
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
}

.quantitative_data_7853 .statistics_expertise_4230::after {
    position: absolute;
    z-index: -1;
    transition: opacity 0.5s ease;
    height: 200%;
    top: -50%;
    opacity: 0;
    background: radial-gradient(circle, rgb(218,176,177,0.5) 0%, transparent 60%);
    transform: scale(0.5);
    width: 200%;
    content: "";
    left: -50%;
}

.quantitative_data_7853 .statistics_expertise_4230 p {
    position: relative;
    margin: 0 0 20px;
    font-size: 3.5rem;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    line-height: 1;
}

.quantitative_data_7853 .statistics_expertise_4230 span {
    font-size: 13px;
    position: relative;
    display: block;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
}

.quantitative_data_7853 ul:has(.statistics_expertise_4230:only-child) .statistics_expertise_4230 {
    margin: 0 auto;
    max-width: 500px;
    flex: 0 0 100%;
}

.quantitative_data_7853 ul:has(.statistics_expertise_4230:nth-child(2):last-child) .statistics_expertise_4230 {
    max-width: calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
}

.quantitative_data_7853 ul:has(.statistics_expertise_4230:nth-child(4):last-child) .statistics_expertise_4230 {
    flex: 0 0 calc(25% - 30px);
    max-width: calc(25% - 30px);
}

.quantitative_data_7853 ul:has(.statistics_expertise_4230:nth-child(n+6):nth-child(-n+10)) .statistics_expertise_4230 {
    max-width: calc(33.33% - 27px);
    flex: 0 0 calc(33.33% - 27px);
}

.quantitative_data_7853 .statistics_expertise_4230:hover svg {
    transform: scale(1.2) rotate(5deg);
}

.teacher_profile_4358::before {
    animation: float 8s ease-in-out infinite;
    top: -10%;
    border-radius: 27px;
    height: 80%;
    z-index: 1;
    position: absolute;
    content: "";
    background: rgb(218,176,177,0.5);
    right: -10%;
    transform: rotate(-15deg);
    width: 60%;
}

.teacher_profile_4358 .container {
    z-index: 2;
    position: relative;
}

.teacher_profile_4358 .user_reviews_4605 {
    grid-template-areas: 
        "photo name"
        "photo job"
        "quote quote";
    transform: rotate(-2deg);
    padding: 40px;
    gap: 15px;
    border-radius: 27px;
    display: grid;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    grid-template-columns: 1fr 2fr;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}

.teacher_profile_4358 .user_reviews_4605:hover .background_img_2754 {
    transform: rotate(0deg) scale(1.05);
}

.teacher_profile_4358 .user_reviews_4605 span:not(.name) {
    font-style: italic;
    transform: translateX(20px);
    color: #000000;
    font-size: 12px;
    grid-area: job;
}

.teacher_profile_4358 .career_record_9352::before {
    position: absolute;
    top: -10px;
    color: rgb(218,176,177,0.5);
    content: "";
    font-family: serif;
    left: 10px;
    font-size: calc(39px * 2);
    line-height: 1;
}

.title_portal_4103 {
    background-color: rgb(236,215,216);
    height: 100vh;
    position: relative;
    min-height: 650px;
    overflow: hidden;
    width: 100%;
}

.title_portal_4103 .skill_quick_8172 {
    z-index: 1;
    grid-column: 2;
    position: relative;
    height: 100%;
    grid-row: 1;
    overflow: hidden;
    width: 100%;
}

.title_portal_4103 .skill_quick_8172::after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    height: 40%;
    background: linear-gradient(
        to top,
        rgb(236,215,216) 0%,
        transparent 100%
    );
    width: 100%;
}

.title_portal_4103 .edu_skill_7421 {
    overflow: hidden;
    flex: 0 0 calc(100% / var(--slide-count, 2));
    width: 100%;
    position: relative;
}

.title_portal_4103 .edu_skill_7421 img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    transition: transform 0.7s ease;
    transform: scale(1);
    height: 100%;
}

.title_portal_4103 .text_pill_5430 {
    grid-row: 1;
    justify-content: center;
    display: flex;
    background: linear-gradient(
        90deg,
        rgb(236,215,216) 70%,
        transparent 100%
    );
    padding: 0 10% 0 10%;
    align-items: flex-start;
    flex-direction: column;
    z-index: 5;
    grid-column: 1;
    position: relative;
}

.title_portal_4103 .text_pill_5430 h1 {
    color: #ffffff;
    transform: translateX(-30px);
    letter-spacing: 1px;
    position: relative;
    font-size: 42px;
    max-width: 90%;
    text-align: left;
    text-shadow: 0 2px 10px #000000;
    margin-bottom: 1.5rem;
    font-weight: 700;
    animation: text-slide-in 0.8s ease-out forwards;
    opacity: 0;
}

.title_portal_4103 .text_pill_5430 .request_request_7148 {
    border-radius: 10px;
    opacity: 0;
    transition: all 0.3s ease;
    display: inline-block;
    color: #ffffff;
    border: none;
    text-decoration: none;
    font-size: 17px;
    padding: 0.9rem 2.2rem;
    position: relative;
    font-weight: 600;
    transform: translateY(30px);
    animation: button-slide-up 0.8s ease-out 0.4s forwards;
    box-shadow: 0 4px 12px rgb(218,176,177,0.5);
    background-color: rgb(218,176,177);
}

.title_portal_4103 .background-decoration::before {
    position: absolute;
    border-radius: 50%;
    width: 300px;
    opacity: 0.2;
    left: -150px;
    filter: blur(80px);
    top: -150px;
    background: rgb(218,176,177,0.5);
    height: 300px;
    animation: blob-move 15s infinite alternate;
    content: '';
}

.title_portal_4103:has(.edu_skill_7421:nth-child(3)) .study_tech_1704 {
    --slide-count: 3;
}

.title_portal_4103:has(.edu_skill_7421:nth-child(5)) .study_tech_1704 {
    --slide-count: 5;
}

.cost_plan_2148 {
    background: linear-gradient(135deg, rgb(236,215,216) 0%, rgba(245, 247, 252, 1) 100%);
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}

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

.cost_plan_2148 .price_schemes_1395 {
    flex-direction: column-reverse;
    display: flex;
}

.cost_plan_2148 .study_costs_4591 h2 {
    font-size: 34px;
    margin-bottom: 15px;
    color: #000000;
    display: inline-block;
    position: relative;
    font-weight: 700;
}

.cost_plan_2148 .learning_fees_1358 {
    max-width: 700px;
    white-space: normal;
    margin: 0 auto;
    line-height: 1.6;
    word-break: break-word;
    color: #000000;
    overflow-wrap: break-word;
    font-size: 15px;
}

.cost_plan_2148 .price_choices_7461 {
    display: block;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    border-radius: 8px;
    color: #000000;
}

.cost_plan_2148 .learning_fees_0941 {
    overflow-wrap: break-word;
    flex: 1;
    white-space: normal;
    display: flex;
    padding: 30px;
    word-break: break-word;
    z-index: 2;
    position: relative;
    flex-direction: column;
}

.cost_plan_2148 .price_choices_7461:hover .learning_fees_0941 h3 {
    transform: translateX(5px);
}

.cost_plan_2148 .value_rates_5618::before {
    width: 10px;
    content: "";
    top: 50%;
    opacity: 0;
    left: -20px;
    background: rgb(218,176,177);
    transform: translateX(-10px);
    transition: all 0.3s ease;
    height: 2px;
    position: absolute;
}

.cost_plan_2148 .background_img_2754 {
    height: 200px;
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: transform 0.6s ease;
}

.cost_plan_2148 .background_img_2754::after {
    top: 0;
    width: 100%;
    z-index: 1;
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(0deg, rgba(rgb(218,176,177,0.5), 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    height: 100%;
}

.cost_plan_2148 .price_choices_7461:nth-child(even) .study_sub_6028 {
    background: linear-gradient(135deg, rgba(245, 247, 252, 1) 0%, #ffffff 100%);
}

.cost_plan_2148 .price_choices_7461:nth-child(3) {
    animation: fadeInUp 0.6s 0.3s both;
}



.knowl_base_4819 .container {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.knowl_base_4819 .company_holder::after {
    right: 0;
    position: absolute;
    height: 80%;
    content: '';
    background: linear-gradient(to bottom, transparent, rgb(218,176,177), transparent);
    width: 1px;
    top: 10%;
}

.knowl_base_4819 .company_holder h3::after {
    transition: width 0.3s ease-in-out;
    width: 40%;
    height: 2px;
    position: absolute;
    background: rgb(218,176,177);
    left: 0;
    bottom: -5px;
    content: '';
}

.knowl_base_4819 .access_help_8472:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px) translateZ(0);
    background: rgba(255, 255, 255, 0.12);
}

.knowl_base_4819 .faculty_info_0963 {
    justify-content: space-between;
    flex: 0 0 65%;
    display: flex;
    position: relative;
}

.knowl_base_4819 .header_learn_1290 {
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    gap: 20px;
}

.knowl_base_4819 .top_base_0863::before {
    content: '';
    transform: translateX(-100%);
    transition: transform 0.6s ease;
    z-index: -1;
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
}

.knowl_base_4819 .top_base_0863 h5 {
    padding-bottom: 10px;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
    font-size: 18px;
    color: #ffffff;
}

.knowl_base_4819 .top_base_0863:hover h5::after {
    width: 70px;
    box-shadow: 0 0 8px rgb(218,176,177), 0 0 16px rgb(218,176,177,0.5);
}

.knowl_base_4819 .top_base_0863 .header_learn_1290 a {
    transition: all 0.3s ease;
    display: inline-block;
    color: #ffffff;
    font-size: calc(18px * 0.95);
    opacity: 0.85;
    padding-left: 0;
    text-decoration: none;
    position: relative;
}

.knowl_base_4819 .top_base_0863 .header_learn_1290 a:hover {
    opacity: 1;
    padding-left: 5px;
    color: #ffffff;
}

.knowl_base_4819 .top_base_0863 .header_learn_1290 a:hover::before {
    box-shadow: 0 0 5px rgb(218,176,177,0.5);
    width: 100%;
}

.mod_tools_9187::before {
    height: 1px;
    top: 0;
    position: absolute;
    right: 0;
    background: linear-gradient(90deg, transparent, rgb(218,176,177,0.5), transparent);
    left: 0;
    content: '';
}

.mod_tools_9187 .faq_block_8071:hover {
    opacity: 1;
}




footer {
    position: relative;
}

footer::after {
    position: absolute;
    z-index: 0;
    content: '';
    opacity: 0.3;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent);
    top: 0;
    background-size: 50px 50px;
    bottom: 0;
    right: 0;
    left: 0;
}

.manage_cookies_7284 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.cookie_window_banner_4703 h5 {
    text-align: center;
    color: rgb(218,176,177);
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 23px;
}

.cookie_expand_1063 {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    margin: 5px;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    transition: background 0.3s ease-in-out;
    background: rgb(218,176,177);
    width: calc(50% - 10px);
    text-align: center;
    font-size: 20px;
    border-radius: 10px;
}

.cookie_window_banner_4703 p a:hover {
    color: rgb(199,134,137);
}

#windowConsentAlert_0259 {
    display: none;
}

.contact_4571 {
    padding: 5rem 0;
    position: relative;
    z-index: 1;
    background-color: rgb(236,215,216);
    overflow: hidden;
}

.contact_4571::after {
    z-index: -1;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
}

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

.contact_4571 .message_request_0678::before {
    background: linear-gradient(
        45deg,
        transparent 0%,
        rgba(255, 255, 255, 0.03) 30%,
        rgba(255, 255, 255, 0.07) 50%,
        rgba(255, 255, 255, 0.03) 70%,
        transparent 100%
    );
    z-index: -1;
    height: 200%;
    animation: shineEffect 6s infinite;
    transition: all 0.7s ease;
    content: "";
    position: absolute;
    left: -50%;
    top: -150%;
    transform: rotate(45deg);
    width: 200%;
}

.contact_4571 .contact_support_3105::after {
    animation: headerUnderline 3s infinite;
    left: 0;
    bottom: -10px;
    width: 100%;
    content: "";
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(218,176,177), transparent);
}

.contact_4571 .background_img_2754:hover {
    box-shadow: 0 15px 35px -5px rgba(0, 0, 0, 0.4);
    transform: scale(1.02);
}

.contact_4571 .background_img_2754::after {
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(
        135deg,
        rgba(0, 123, 255, 0.2) 0%,
        transparent 100%
    );
    position: absolute;
    z-index: 1;
    height: 100%;
    content: "";
}

.contact_4571 .reach_out_0963::before {
    left: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(218,176,177), rgb(199,134,137));
    width: 5px;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    top: 0;
}

.contact_4571 .reach_out_0963 p:hover {
    transform: translateX(5px);
}

.contact_4571 .reach_out_0963 p span {
    margin-top: 0.3rem;
    font-weight: 600;
}

.contact_4571 .reach_out_0963 p a:hover {
    color: rgb(199,134,137);
    transform: scale(1.03);
}

.contact_4571 .reach_out_0963 svg {
    stroke-width: 2;
    transition: transform 0.3s ease;
    stroke-linejoin: round;
    position: absolute;
    top: 5px;
    stroke-linecap: round;
    fill: none;
    width: 18px;
    height: 18px;
    left: 0;
}

.contact_4571 .reach_out_0963 p:nth-child(1) svg path {
    stroke-dashoffset: 50;
    animation: drawSVG 1.5s forwards;
    stroke-dasharray: 50;
}

.contact_4571 .reach_out_0963 p:nth-child(3) svg path {
    stroke-dasharray: 50;
    animation: drawSVG 1.5s 0.4s forwards;
    stroke-dashoffset: 50;
}

.contact_4571 .support_center_9537 {
    margin-top: 2.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2rem;
    position: relative;
}

.contact_4571 .edu_coach_9437::before,
.contact_4571 .edu_coach_9437::after {
    background: linear-gradient(90deg, transparent, rgb(218,176,177,0.5), transparent);
    height: 1px;
    width: 30px;
    position: absolute;
    content: "";
    top: 50%;
}

.contact_4571 .edu_coach_9437::before {
    left: 20%;
}

.contact_4571 .get_contactbox_0623 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    display: grid;
}

.contact_4571 .chat_form_3724:hover {
    background: rgba(0, 123, 255, 0.1);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 123, 255, 0.2);
}

.contact_4571 .chat_form_3724 svg {
    fill: none;
    stroke-width: 2;
    margin-right: 5px;
    width: 12px;
    stroke: rgb(218,176,177);
    transition: transform 0.3s ease;
    height: 12px;
}


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



@media (max-width: 767px) {.potential_students_5209 {
    padding: 4rem 0;
}.potential_students_5209 h3 {
    margin-bottom: 2.5rem;
    font-size: calc(46px * 0.7);
    letter-spacing: 1px;
}.potential_students_5209 ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.potential_students_5209 li {
    padding: 1.8rem 1.2rem;
}.potential_students_5209 li svg {
    margin-bottom: 1rem;
    width: 50px;
    height: 50px;
}}



@media (min-width: 992px) {.educational_yield_9071 .container {
    gap: 4rem;
}.educational_yield_9071 .background_img_2754 {
    max-height: 600px;
}.educational_yield_9071 .learn_classes_4759 {
    padding: 3rem;
}.educational_yield_9071 h1 {
    margin-bottom: 2.5rem;
}.educational_yield_9071 h1::after {
    width: 100px;
}
}



@media (max-width: 767px) {.educational_yield_9071 {
    padding: 4rem 0;
}.educational_yield_9071 .learn_classes_4759 {
    padding: 1.5rem;
}.educational_yield_9071 h1 {
    margin-bottom: 1.5rem;
    font-size: calc(35px * 0.9);
}.educational_yield_9071 li {
    padding-left: 2rem;
}.educational_yield_9071 li p {
    font-size: 12px;
}.educational_yield_9071 svg {
    transform: scale(0.8);
}
}



@media (hover: hover) {.educational_yield_9071 .learn_classes_4759 {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), 
                    box-shadow 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.educational_yield_9071 .learn_classes_4759:hover {
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.15),
                    0 0 0 1px rgba(rgb(218,176,177,0.5), 0.1);
}}



@media (max-width: 480px) {.take_a_spin_1782 {
    padding: 50px 0;
}.take_a_spin_1782 .container {
    gap: 30px;
}.take_a_spin_1782 .container p {
    padding-left: 12px;
    border-left-width: 3px;
    font-size: calc(13px * 1.2);
}.take_a_spin_1782 .request_request_7148 {
    font-size: calc(18px * 0.9);
    padding: 12px 25px;
}.take_a_spin_1782 .container::before {
    bottom: -15px;
    width: 50%;
}.take_a_spin_1782 .container::after {
    width: 8px;
    height: 8px;
    bottom: -19px;
}}



@media screen and (max-width: 768px) {.meet_us_9681 {
    padding: 60px 0;
}.meet_us_9681 h2 {
    font-size: calc(36px * 0.9);
    margin-bottom: 40px;
    padding-left: 15px;
}.meet_us_9681 h2::before {
    font-size: calc(46px * 1.2);
    top: -30px;
}.meet_us_9681 .study_program_4639 h3 {
    font-size: calc(24px * 0.9);
    padding: 12px 20px;
    width: 90%;
}.meet_us_9681 .study_program_4639 p {
    padding: 20px;
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}
}



@media screen and (max-width: 576px) {.meet_us_9681 {
    padding: 50px 0;
}.meet_us_9681 .container {
    padding: 0 15px;
}.meet_us_9681 h2 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.8);
}.meet_us_9681 h2::before {
    font-size: calc(46px);
    top: -25px;
    left: -5px;
}.meet_us_9681 .expert_guides_6087 {
    gap: 40px;
}.meet_us_9681 .study_program_4639 h3 {
    font-size: calc(24px * 0.85);
    padding: 10px 15px;
    width: 100%;
}.meet_us_9681 .study_program_4639 p {
    font-size: calc(12px * 0.9);
    padding: 15px;
    line-height: 1.6;
}}



@media (max-width: 991px) {.thanksUnit_2157 {
    padding: 5rem 0;
}.thanksUnit_2157 .learn_classes_4759 {
    padding: 2.5rem;
    gap: 2rem;
}.thanksUnit_2157 h5 {
    font-size: 21px;
}.thanksUnit_2157 p {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}
}



@media (max-width: 575px) {.thanksUnit_2157 {
    padding: 3rem 0;
}.thanksUnit_2157 .learn_classes_4759 {
    gap: 1.2rem;
    padding: 1.5rem;
}.thanksUnit_2157 h5 {
    padding-bottom: 0.75rem;
    font-size: calc(21px * 0.85);
}.thanksUnit_2157 p {
    font-size: calc(16px * 0.9);
    line-height: 1.5;
}.thanksUnit_2157 a {
    padding: 1rem;
}.thanksUnit_2157 a:hover {
    transform: translateY(-3px);
}
}



@media (min-width: 992px) and (max-width: 1400px) {.program_offerings_2594 .knowledge_plan_5829 {
    padding: 2.5rem;
}.program_offerings_2594 .learn_classes_4759 {
    max-width: 550px;
}
}



@media (max-width: 991px) {.program_offerings_2594 {
    padding: 0;
    min-height: auto;
    flex-direction: column;
}.program_offerings_2594 .skill_explorer_0453 {
    height: 350px;
    position: relative;
}.program_offerings_2594 .container {
    width: 100%;
    padding: 3rem 1.5rem;
}.program_offerings_2594 .learn_classes_4759 {
    max-width: 100%;
    margin: 0 auto;
}.program_offerings_2594 .knowledge_plan_5829 {
    padding: 2rem;
}
}



@media (max-width: 480px) {.program_offerings_2594 .skill_explorer_0453 {
    height: 250px;
}.program_offerings_2594 .online_class_6571 {
    animation-duration: 20s;
}.program_offerings_2594 .container {
    padding: 2rem 0.8rem;
}.program_offerings_2594 .knowledge_plan_5829 {
    padding: 1.5rem;
}.program_offerings_2594 .knowledge_plan_5829 h3 {
    margin-bottom: 1rem;
    font-size: calc(34px * 0.8);
}.program_offerings_2594 .knowledge_plan_5829 p {
    line-height: 1.5;
    margin-bottom: 1.2rem;
    font-size: calc(15px * 0.85);
}.program_offerings_2594 .knowledge_plan_5829 .request_request_7148 {
    padding: 0.8rem 1.5rem;
    width: 100%;
    text-align: center;
}
}



@media (max-width: 767px) {header {
    margin-top: 0;
}header .top_info_2085 {
    padding: 1rem 1.5rem;
}header .head_prime_2763 {
    max-width: 150px;
    flex: 0 0 auto;
}header .top_base_0863 {
    overflow-x: auto;
    padding: 0.5rem 0;
    scrollbar-width: thin;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-top: 0.5rem;
}header .top_base_0863::-webkit-scrollbar {
    height: 3px;
}header .top_base_0863::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(218,176,177,0.5);
}header .page_header_4935 {
    flex: 0 0 auto;
}header .page_header_4935 a {
    white-space: nowrap;
    padding: 0.6rem 0.8rem;
    font-size: calc(18px - 2px);
}header .top_base_0863::after {
    bottom: 0;
}header .head_expert_4187::before {
    display: none;
}}



@media screen and (max-width: 480px) {.contact_0523 .request_query_9548 {
    border-radius: 0;
}.contact_0523 .background_img_2754 {
    min-height: 250px;
}.contact_0523 .support_form_5678 {
    padding: 2rem 1.5rem;
}}



@media screen and (min-width: 1441px) {.quantitative_data_7853 {
    padding: 150px 0;
}.quantitative_data_7853 h2 {
    margin-bottom: 80px;
    font-size: calc(47px * 1.2);
}.quantitative_data_7853 .statistics_expertise_4230 {
    padding: 45px 40px;
}.quantitative_data_7853 .statistics_expertise_4230 p {
    font-size: 4rem;
}
}



@media screen and (max-width: 991px) {.quantitative_data_7853 {
    padding: 80px 0;
}.quantitative_data_7853 h2 {
    margin-bottom: 50px;
    font-size: calc(47px * 0.9);
}.quantitative_data_7853 ul {
    gap: 25px;
}.quantitative_data_7853 ul:has(.statistics_expertise_4230:nth-child(3):last-child) .statistics_expertise_4230,
    .quantitative_data_7853 ul:has(.statistics_expertise_4230:nth-child(4):last-child) .statistics_expertise_4230,
    .quantitative_data_7853 ul:has(.statistics_expertise_4230:nth-child(5):nth-last-child(-n+1)) .statistics_expertise_4230,
    .quantitative_data_7853 ul:has(.statistics_expertise_4230:nth-child(n+6):nth-child(-n+10)) .statistics_expertise_4230 {
    flex: 0 0 calc(50% - 13px);
    max-width: calc(50% - 13px);
}.quantitative_data_7853 .statistics_expertise_4230 {
    padding: 25px 20px;
}.quantitative_data_7853 .statistics_expertise_4230 p {
    font-size: 2.5rem;
    margin-bottom: 15px;
}
}



@media screen and (max-width: 480px) {.quantitative_data_7853 {
    padding: 60px 0;
}.quantitative_data_7853 h2 {
    font-size: calc(47px * 0.7);
    margin-bottom: 30px;
    padding-left: 12px;
}.quantitative_data_7853 h2::before {
    width: 3px;
}.quantitative_data_7853 ul {
    gap: 15px;
}.quantitative_data_7853 .statistics_expertise_4230 {
    padding: 20px 15px;
}.quantitative_data_7853 .statistics_expertise_4230 p {
    font-size: 2rem;
    margin-bottom: 10px;
}.quantitative_data_7853 .statistics_expertise_4230 span {
    font-size: calc(13px * 0.9);
}.quantitative_data_7853 svg {
    height: 30px;
    margin-bottom: 10px;
    width: 30px;
}}



@media (max-width: 768px) {.teacher_profile_4358 {
    padding: 60px 0;
}.teacher_profile_4358 .user_reviews_4605 {
    grid-template-areas: 
            "background_img_2754"
            "name"
            "career_expertise_4097"
            "career_record_9352";
    padding: 30px 20px;
    grid-template-columns: 1fr;
}.teacher_profile_4358 .background_img_2754 {
    height: 180px;
    width: 80%;
    margin: 0 auto;
}.teacher_profile_4358 .name,
    .teacher_profile_4358 .user_reviews_4605 span:not(.name) {
    text-align: center;
    transform: translateX(0);
}.teacher_profile_4358 .career_record_9352 {
    padding: 15px;
}}



@media (max-width: 768px) {.title_portal_4103 .skill_quick_8172 {
    height: 40vh;
}.title_portal_4103 .text_pill_5430 {
    padding: 2rem 8%;
}.title_portal_4103 .text_pill_5430 h1 {
    margin-bottom: 1.2rem;
    font-size: 42px;
}.title_portal_4103 .text_pill_5430 p {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}.title_portal_4103 .text_pill_5430 .request_request_7148 {
    padding: 0.8rem 2rem;
}
}



@media (max-width: 576px) {.title_portal_4103 .skill_quick_8172 {
    height: 35vh;
}.title_portal_4103 .text_pill_5430 {
    padding: 1.5rem 5%;
}.title_portal_4103 .text_pill_5430 h1 {
    margin-bottom: 1rem;
    font-size: calc(42px * 0.9);
}.title_portal_4103 .text_pill_5430 p {
    margin-bottom: 1.2rem;
    font-size: calc(13px * 0.9);
}.title_portal_4103 .text_pill_5430 .request_request_7148 {
    font-size: calc(17px * 0.95);
    padding: 0.7rem 1.8rem;
}
}



@media (max-height: 700px) and (min-width: 993px) {.title_portal_4103 .text_pill_5430 h1 {
    margin-bottom: 1rem;
}.title_portal_4103 .text_pill_5430 p {
    line-height: 1.5;
    margin-bottom: 1.2rem;
}}



@media (min-width: 768px) {.cost_plan_2148 .pricing_deals_2741 {
    grid-template-columns: repeat(2, 1fr);
}.cost_plan_2148 .study_costs_4591 {
    margin-bottom: 60px;
}.cost_plan_2148 .learning_fees_0941 h3 {
    font-size: 21px;
}.cost_plan_2148 .value_rates_5618 {
    font-size: calc(21px + 2px);
}.cost_plan_2148 .learning_fees_0941 p {
    font-size: calc(15px - 1px);
}
}



@media (min-width: 1200px) {.cost_plan_2148 .pricing_deals_2741 {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.cost_plan_2148 .study_sub_6028 {
    min-height: 500px;
}.cost_plan_2148 .background_img_2754 {
    height: 220px;
}.cost_plan_2148 .learning_fees_0941 h3 {
    font-size: calc(21px + 2px);
}.cost_plan_2148 .value_rates_5618 {
    font-size: calc(21px + 6px);
}}



@media (max-width: 768px) {.knowl_base_4819 {
    padding: 40px 0 20px;
}.knowl_base_4819 .header_learn_1290 {
    flex-direction: column;
}.knowl_base_4819 .top_base_0863 {
    margin-bottom: 20px;
    flex: 0 0 100%;
}.knowl_base_4819 .company_holder h3 {
    font-size: calc(36px * 0.8);
}.knowl_base_4819 .top_base_0863 h5 {
    font-size: calc(18px * 0.9);
}.mod_tools_9187 .faq_block_8071 {
    font-size: calc(16px * 0.9);
}
}



@media (min-width: 768px) {.contact_4571 .message_request_0678 {
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}.contact_4571 .contact_support_3105 {
    margin-bottom: 3rem;
    width: 100%;
}.contact_4571 .background_img_2754 {
    width: 250px;
    height: 250px;
    margin: 0;
    flex-shrink: 0;
}.contact_4571 .reach_out_0963 {
    flex: 1;
    margin-left: 2.5rem;
}.contact_4571 .reach_out_0963 svg {
    width: 20px;
    height: 20px;
}.contact_4571 .get_contactbox_0623 {
    grid-template-columns: repeat(3, 1fr);
}
}



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



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



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



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



@keyframes slideInLeft {
    from {
        transform: translateX(-2rem);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes lineGrow {
    from {
        width: 0;
    }
    to {
        width: 60%;
    }
}



@keyframes rotateGradient {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



@keyframes zoom-flow {
    0%, 100% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1.2);
    }
}



@keyframes slide-pattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}



@keyframes subtle-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.9;
    }
}

@keyframes gridMove {
    0% {
        transform: rotate(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(17deg) translate(-5%, -2%);
    }
    100% {
        transform: rotate(15deg) translate(0, 0);
    }
}



@keyframes vertical-slide {
    0%, 18% {
        transform: translateY(0);
    }
    22%, 38% {
        transform: translateY(calc(-100% / var(--slide-count, 4)));
    }
    42%, 58% {
        transform: translateY(calc(-200% / var(--slide-count, 4)));
    }
    62%, 78% {
        transform: translateY(calc(-300% / var(--slide-count, 4)));
    }
    82%, 98% {
        transform: translateY(calc(-400% / var(--slide-count, 4)));
    }
    100% {
        transform: translateY(0);
    }
}



@keyframes blob-move {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(50px, 20px) scale(1.1);
    }
    100% {
        transform: translate(10px, 40px) scale(0.9);
    }
}



@keyframes shineEffect {
    0% {
        top: -150%;
        left: -50%;
    }
    100% {
        top: 150%;
        left: 150%;
    }
}



@keyframes ambientGlow {
    0% {
        opacity: 0.5;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.5;
        background-position: 100% 100%;
    }
}

