* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}a {
    color: inherit;
    text-decoration: none;
}.main_guide {
    flex: 1 0 auto;
}.badge_case {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}html,body {
    min-height: 100%;
    height: 100%;
    scroll-behavior: smooth;
    color: #000000;
    font-family: Arial, sans-serif;
}svg {
    width: 30px;
    height: 30px;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1212px;
}.inner-container {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
footer {
    position: relative;
    z-index: 1;
}footer::before {
    bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
    opacity: 0.85;
    background: linear-gradient(120deg, rgb(205,185,178) 0%, rgb(173,126,110) 100%);
    content: "";
    right: 0;
}footer::after {
    left: 0;
    content: "";
    background-image: 
        linear-gradient(to right, rgba(255,255,255,0.07) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.07) 1px, transparent 1px);
    bottom: 0;
    background-size: 20px 20px;
    right: 0;
    top: 0;
    position: absolute;
    z-index: -1;
}.badge_case {
    padding: 4rem 0 2.5rem;
    position: relative;
    color: #ffffff;
}.badge_case::before {
    background: #ffffff;
    top: 0;
    width: 100%;
    left: 0;
    opacity: 0.2;
    content: "";
    height: 10px;
    position: absolute;
    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%
    );
}.badge_case .container {
    justify-content: space-between;
    gap: 3rem;
    position: relative;
    flex-wrap: wrap;
    display: flex;
}.badge_case .company_holder {
    padding: 2.5rem;
    flex: 1 1 400px;
    position: relative;
    clip-path: polygon(
        0% 0%, 100% 0%, 95% 100%, 5% 100%
    );
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.1);
}.badge_case .company_holder h3 {
    display: inline-block;
    text-transform: uppercase;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 1.5rem;
    letter-spacing: 1px;
    background: rgba(255, 255, 255, 0.15);
    padding: 0.5rem 2rem;
}.badge_case .tutor_match {
    clip-path: polygon(3% 0%, 97% 0%, 100% 100%, 0% 100%);
    background: rgba(0, 0, 0, 0.15);
    color: #ffffff;
    margin: 0 1rem;
    line-height: 1.6;
    padding: 1.5rem;
    font-size: 15px;
}.badge_case .twitter_cta {
    min-width: 400px;
    flex: 1 1 calc(100% - 480px);
    gap: 2rem;
    flex-direction: column;
    display: flex;
}.badge_case .top_mainwrap {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}.badge_case .first_pagebar {
    position: relative;
    min-width: 200px;
    flex: 1 1 calc(50% - 1.25rem);
}.badge_case .first_pagebar h5 {
    position: relative;
    font-weight: 600;
    clip-path: polygon(0% 0%, 95% 0%, 100% 100%, 5% 100%);
    display: inline-block;
    padding: 0.5rem 1.5rem;
    font-size: 23px;
    color: #ffffff;
    margin: 0 0 1.5rem;
    background: rgba(255, 255, 255, 0.15);
}.badge_case .first_pagebar .top_mainwrap {
    background: rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    clip-path: polygon(2% 0%, 98% 0%, 100% 95%, 0% 100%);
    padding: 1.5rem;
    gap: 0.8rem;
}.badge_case .first_pagebar .top_mainwrap a {
    text-decoration: none;
    clip-path: polygon(0% 0%, 97% 0%, 100% 100%, 3% 100%);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    padding: 0.6rem 1rem;
    position: relative;
    display: block;
    transition: all 0.3s ease;
    font-size: 15px;
}.badge_case .first_pagebar .top_mainwrap a:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.15);
}.badge_case .first_pagebar .top_mainwrap a::before {
    top: 0;
    opacity: 0;
    background: #ffffff;
    position: absolute;
    height: 100%;
    left: 0;
    transition: all 0.3s ease;
    width: 3px;
    content: "";
}.badge_case .first_pagebar .top_mainwrap a:hover::before {
    opacity: 0.7;
}.law_res {
    margin-top: 3rem;
    position: relative;
    clip-path: polygon(0% 20%, 2% 0%, 98% 0%, 100% 20%, 100% 100%, 0% 100%);
    padding: 2rem 0;
    background: rgba(255, 255, 255, 0.1);
}.law_res .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.law_res .flag_content {
    padding: 0.7rem 2rem;
    clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
    position: relative;
    color: #ffffff;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.05);
    text-align: center;
}

@keyframes hexagonPulse {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media (max-width: 1200px) {.badge_case .container {
    gap: 2rem;
}.badge_case .company_holder {
    flex: 1 1 380px;
}.badge_case .twitter_cta {
    min-width: 380px;
    flex: 1 1 calc(100% - 430px);
}
}

@media (max-width: 992px) {.badge_case {
    padding: 3.5rem 0 2rem;
}.badge_case .container {
    flex-direction: column;
    gap: 2.5rem;
}.badge_case .company_holder,
    .badge_case .twitter_cta {
    flex: 1 1 100%;
    min-width: 100%;
}.badge_case .first_pagebar {
    min-width: 200px;
    flex: 1 1 calc(50% - 1.25rem);
}
}

@media (max-width: 768px) {.badge_case {
    padding: 3rem 0 1.5rem;
}.badge_case .company_holder {
    padding: 2rem;
}.badge_case .company_holder h3 {
    font-size: calc(35px - 2px);
}.badge_case .top_mainwrap {
    gap: 1.5rem;
}.law_res {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.badge_case {
    padding: 2.5rem 0 1rem;
}.badge_case .first_pagebar {
    min-width: 100%;
    flex: 1 1 100%;
}.badge_case .top_mainwrap {
    gap: 1rem;
}.law_res {
    padding: 1.5rem 0;
    clip-path: polygon(0% 10%, 2% 0%, 98% 0%, 100% 10%, 100% 100%, 0% 100%);
    margin-top: 1.5rem;
}.badge_case::before {
    height: 5px;
}
}

@media (max-width: 420px) {.badge_case .company_holder {
    clip-path: polygon(0% 0%, 100% 0%, 97% 100%, 3% 100%);
    padding: 1.5rem;
}.badge_case .company_holder h3 {
    padding: 0.4rem 1rem;
}.badge_case .first_pagebar h5 {
    padding: 0.4rem 1rem;
}.badge_case .first_pagebar .top_mainwrap {
    padding: 1rem;
}.badge_case .first_pagebar .top_mainwrap a:hover {
    transform: translateX(3px);
}.law_res .flag_content {
    width: 90%;
    padding: 0.6rem 1.5rem;
}}.course_methodology {
    background: rgb(225,216,213);
    padding: 8rem 2rem;
    position: relative;
    overflow: hidden;
}.course_methodology::before {
    position: absolute;
    opacity: 0.4;
    background: linear-gradient(135deg, rgb(205,185,178,0.5), rgb(173,126,110,0.5));
    border-radius: 50%;
    top: -200px;
    width: 600px;
    left: -200px;
    z-index: 0;
    filter: blur(100px);
    content: "";
    animation: moveShape 15s ease-in-out infinite alternate;
    height: 600px;
}.course_methodology::after {
    right: -200px;
    position: absolute;
    animation: moveShape 15s 3s ease-in-out infinite alternate-reverse;
    bottom: -200px;
    border-radius: 50%;
    content: "";
    height: 500px;
    filter: blur(100px);
    opacity: 0.4;
    background: linear-gradient(45deg, rgb(173,126,110,0.5), rgb(205,185,178,0.5));
    width: 500px;
    z-index: 0;
}.course_methodology .pro_learning {
    z-index: 1;
    flex-direction: column;
    position: relative;
    display: flex;
    max-width: 800px;
    align-items: center;
    margin: 0 auto;
}.course_methodology h3 {
    font-size: 38px;
    color: #000000;
    margin: 0 0 6rem;
    text-align: center;
    position: relative;
    animation: fadeScale 1s ease-out forwards;
    font-weight: 700;
}.course_methodology h3::before,
.course_methodology h3::after {
    border-radius: 50%;
    content: "";
    z-index: -1;
    background: rgb(205,185,178);
    position: absolute;
}.course_methodology h3::before {
    bottom: -90px;
    height: 180px;
    background: #ffffff;
    width: 180px;
    z-index: -1;
    left: calc(50% - 90px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.course_methodology h3::after {
    background: rgb(205,185,178);
    left: calc(50% - 6px);
    width: 12px;
    bottom: -6px;
    animation: orbitalMove 8s linear infinite;
    z-index: 2;
    box-shadow: 0 0 20px rgb(205,185,178,0.5);
    height: 12px;
}.course_methodology span {
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    opacity: 0;
    padding: 3rem;
    transform: scale(0.9);
    position: relative;
    text-align: center;
    line-height: 1.8;
    z-index: 2;
    width: 100%;
    font-size: 14px;
    color: #000000;
    animation: fadeScale 1s 0.3s ease-out forwards;
}.course_methodology span::before {
    top: -50px;
    height: 50px;
    width: 10px;
    left: calc(50% - 5px);
    content: "";
    z-index: -1;
    background: linear-gradient(to bottom, rgb(205,185,178), rgb(173,126,110));
    position: absolute;
}.course_methodology span::after {
    right: 20px;
    height: 120px;
    pointer-events: none;
    animation: rotateSlow 20s linear infinite;
    width: 120px;
    position: absolute;
    border: 2px dashed rgb(173,126,110,0.5);
    border-radius: 50%;
    top: 20px;
    content: "";
    opacity: 0.3;
}

@keyframes moveShape {
    0% {
        transform: translate(0, 0) scale(1);
    }
    100% {
        transform: translate(50px, 50px) scale(1.2);
    }
}

@keyframes fadeScale {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes orbitalMove {
    0% {
        transform: rotate(0deg) translateX(120px) rotate(0deg);
    }
    100% {
        transform: rotate(360deg) translateX(120px) rotate(-360deg);
    }
}

@keyframes rotateSlow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {.course_methodology {
    padding: 6rem 1.5rem;
}.course_methodology h3 {
    margin-bottom: 5rem;
    font-size: calc(38px * 0.9);
}.course_methodology h3::before {
    bottom: -80px;
    left: calc(50% - 80px);
    width: 160px;
    height: 160px;
}.course_methodology span {
    padding: 2.5rem;
}
    
    @keyframes orbitalMove {
        0% {
            transform: rotate(0deg) translateX(110px) rotate(0deg);
        }
        100% {
            transform: rotate(360deg) translateX(110px) rotate(-360deg);
        }
    }
}

@media (max-width: 768px) {.course_methodology {
    padding: 5rem 1rem;
}.course_methodology h3 {
    font-size: calc(38px * 0.8);
    margin-bottom: 4.5rem;
}.course_methodology h3::before {
    width: 140px;
    height: 140px;
    bottom: -70px;
    left: calc(50% - 70px);
}.course_methodology span {
    font-size: calc(14px * 0.95);
    padding: 2rem;
}.course_methodology span::after {
    top: 15px;
    height: 80px;
    width: 80px;
    right: 15px;
}@keyframes orbitalMove {
        0% {
            transform: rotate(0deg) translateX(100px) rotate(0deg);
        }
        100% {
            transform: rotate(360deg) translateX(100px) rotate(-360deg);
        }
    }
}.ty_page {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(225,216,213) 0%, rgba(255,255,255,0.95) 100%);
}.ty_page::before {
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    position: absolute;
    z-index: 0;
    height: 100%;
    content: "";
    top: 0;
    background-size: 20px 20px;
    background-image: 
        linear-gradient(45deg, rgba(rgb(205,185,178,0.5), 0.05) 25%, transparent 25%), 
        linear-gradient(-45deg, rgba(rgb(205,185,178,0.5), 0.05) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(rgb(205,185,178,0.5), 0.05) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(rgb(205,185,178,0.5), 0.05) 75%);
    width: 100%;
    left: 0;
    animation: patternShift 60s linear infinite;
}.ty_page::after {
    opacity: 0.25;
    width: 30%;
    position: absolute;
    z-index: 0;
    right: -5%;
    top: -10%;
    animation: floatGlow 15s ease-in-out infinite alternate;
    background: linear-gradient(145deg, rgb(205,185,178,0.5), rgb(173,126,110,0.5));
    height: 50%;
    filter: blur(70px);
    content: "";
}.ty_page .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 1.5rem;
    transform: translateZ(0);
    max-width: 1200px;
}.ty_page h2 {
    line-height: 1.3;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    color: #000000;
    letter-spacing: -0.01em;
    font-size: 28px;
    position: relative;
    text-align: center;
    transform: perspective(1000px) translateZ(0);
    font-family: Arial, sans-serif;
    margin-bottom: 3rem;
    font-weight: 700;
}.ty_page h2::after {
    content: "";
    height: 3px;
    position: absolute;
    width: 6rem;
    background: linear-gradient(90deg, rgb(205,185,178), rgb(173,126,110));
    left: 50%;
    box-shadow: 0 2px 10px rgba(rgb(205,185,178,0.5), 0.2);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateX(-50%) scaleX(0.8);
    bottom: -1rem;
}.ty_page:hover h2::after {
    transform: translateX(-50%) scaleX(1);
}.ty_page .pro_learning {
    box-shadow: 
        0 10px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.05);
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    padding: 3rem 2.5rem;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.08);
    position: relative;
}.ty_page .pro_learning::before {
    left: -2px;
    position: absolute;
    content: "";
    top: -2px;
    height: 5px;
    animation: gradientMove 6s linear infinite;
    background-size: 200% 100%;
    right: -2px;
    background: linear-gradient(90deg, rgb(205,185,178), rgb(173,126,110), rgb(205,185,178));
    z-index: 1;
}.ty_page .pro_learning::after {
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    z-index: 0;
    height: 30%;
    background: linear-gradient(180deg, transparent, rgba(rgb(225,216,213), 0.05));
    position: absolute;
}.ty_page:hover .pro_learning {
    box-shadow: 
        0 20px 40px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 1px 6px rgba(rgba(0, 0, 0, 0.5), 0.07);
    transform: translateY(-5px);
}.ty_page ul {
    z-index: 2;
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
}.ty_page li {
    position: relative;
    z-index: 2;
}.ty_page li::before {
    opacity: 0.3;
    content: "";
    width: 2rem;
    left: -1rem;
    transform: scale(0.8);
    transition: transform 0.6s ease, opacity 0.6s ease;
    height: 2rem;
    background-image: radial-gradient(circle, rgb(173,126,110,0.5) 0%, transparent 70%);
    top: -0.5rem;
    z-index: -1;
    position: absolute;
}.ty_page:hover li::before {
    opacity: 0.5;
    transform: scale(1.2);
}.ty_page span {
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
    position: relative;
    padding: 0.5rem 0;
    line-height: 1.7;
    display: block;
    font-size: 12px;
    color: #000000;
}.ty_page span::first-letter {
    font-weight: 600;
    font-size: 1.5em;
    color: rgb(205,185,178);
}

@keyframes gradientMove {
    0% { background-position: 0 0; }
    100% { background-position: 200% 0; }
}

@keyframes floatGlow {
    0% { transform: translateY(0) rotate(0); opacity: 0.25; }
    50% { transform: translateY(-15px) rotate(5deg); opacity: 0.35; }
    100% { transform: translateY(10px) rotate(-3deg); opacity: 0.25; }
}

@keyframes patternShift {
    0% { background-position: 0 0, 0 10px, 10px -10px, -10px 0px; }
    100% { background-position: 100px 100px, 100px 110px, 110px 90px, 90px 100px; }
}

@media (max-width: 991px) {.ty_page {
    padding: 4rem 0;
}.ty_page h2 {
    margin-bottom: 2.5rem;
    font-size: calc(28px * 0.9);
}.ty_page .pro_learning {
    padding: 2.5rem 2rem;
}
}

@media (max-width: 767px) {.ty_page {
    padding: 3.5rem 0;
}.ty_page h2 {
    margin-bottom: 2rem;
    font-size: calc(28px * 0.8);
    line-height: 1.4;
}.ty_page h2::after {
    width: 5rem;
    bottom: -0.8rem;
}.ty_page .pro_learning {
    padding: 2rem 1.5rem;
}.ty_page span {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 575px) {.ty_page {
    padding: 3rem 0;
}.ty_page h2 {
    margin-bottom: 1.8rem;
    font-size: calc(28px * 0.7);
}.ty_page h2::after {
    width: 4rem;
}.ty_page .pro_learning {
    padding: 1.5rem 1.25rem;
}.ty_page span {
    line-height: 1.5;
    font-size: calc(12px * 0.9);
}.ty_page li::before {
    height: 1.5rem;
    top: -0.3rem;
    left: -0.5rem;
    width: 1.5rem;
}}header {
    z-index: 99;
    width: 100%;
    position: relative;
    background: #ffffff;
    overflow: visible;
}header::before {
    position: absolute;
    background: linear-gradient(to right, rgb(205,185,178), rgb(173,126,110));
    width: 100%;
    left: 0;
    height: 5px;
    content: "";
    top: 0;
}header .top_page {
    align-items: center;
    padding: 25px 30px;
    position: relative;
    justify-content: space-between;
    display: flex;
}header .top_page::after {
    content: "";
    background-color: rgb(225,216,213);
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    position: absolute;
}header .top_page .top_teach {
    position: relative;
    z-index: 2;
}header .top_page .top_teach .main_top {
    overflow: hidden;
    display: block;
    position: relative;
}header .top_page .top_teach .main_top svg {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: auto;
    height: 40px;
}header .top_page .top_teach .main_top:hover svg {
    transform: scale(1.08);
}header .top_page .first_pagebar {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}header .top_page .first_pagebar .head_top {
    margin: 0 15px;
    position: relative;
}header .top_page .first_pagebar .head_top:last-child {
    margin-right: 0;
}header .top_page .first_pagebar .head_top a {
    text-decoration: none;
    color: #000000;
    font-weight: 400;
    position: relative;
    padding: 8px 0;
    display: block;
    font-size: 14px;
    overflow: hidden;
    letter-spacing: 0.5px;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease, letter-spacing 0.3s ease;
}header .top_page .first_pagebar .head_top a:hover {
    letter-spacing: 1px;
    color: rgb(205,185,178);
}header .top_page .first_pagebar .head_top a::before,
header .top_page .first_pagebar .head_top a::after {
    background-color: rgb(205,185,178);
    width: 100%;
    transform-origin: right center;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
}header .top_page .first_pagebar .head_top a::before {
    transform: scaleX(0);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}header .top_page .first_pagebar .head_top a::after {
    background-color: rgb(173,126,110);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
}header .top_page .first_pagebar .head_top a:hover::before {
    transform: scaleX(1);
    transform-origin: left center;
}header .top_page .first_pagebar .head_top a:hover::after {
    transform-origin: right center;
    transform: scaleX(1);
}header .top_page .first_pagebar .head_top a::after {
    height: 3px;
    opacity: 0.3;
    bottom: -2px;
}header .top_page .first_pagebar .head_top:hover {
    animation: subtle-float 2s infinite alternate ease-in-out;
}

@keyframes subtle-float {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-4px);
    }
}

@media (max-width: 992px) {header .top_page {
    flex-direction: column;
    padding: 20px 15px;
}header .top_page .top_teach {
    margin-bottom: 20px;
}header .top_page .first_pagebar {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}header .top_page .first_pagebar .head_top {
    margin: 5px 12px;
}header .top_page .first_pagebar .head_top a {
    padding: 5px 0;
    font-size: calc(14px - 1px);
}
    
    @keyframes subtle-float {
        0% {
            transform: translateY(0);
        }
        100% {
            transform: translateY(-2px);
        }
    }
}

@media (max-width: 767px) {header .top_page {
    padding: 15px 10px;
}header .top_page .top_teach {
    margin-bottom: 15px;
}header .top_page .top_teach .main_top svg {
    height: 35px;
}header .top_page .first_pagebar {
    gap: 5px;
}header .top_page .first_pagebar .head_top {
    margin: 2px 10px;
}}.service_plan {
    background: linear-gradient(135deg, rgb(225,216,213) 0%, rgb(173,126,110,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}.service_plan::before {
    pointer-events: none;
    z-index: 1;
    top: 0;
    background: repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(rgb(205,185,178), 0.03) 40px, rgba(rgb(205,185,178), 0.03) 80px);
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
}.service_plan .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 1.5rem;
}.service_plan .price_view {
    display: flex;
    gap: 2.5rem;
    flex-direction: column-reverse;
}.service_plan .class_cost {
    margin: 0 auto;
    transform: translateY(0);
    max-width: 600px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: rgba(#ffffff, 0.9);
    padding: 2rem;
    position: relative;
    z-index: 3;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.service_plan .class_cost:hover {
    transform: translateY(-5px);
}.service_plan .class_cost h2 {
    color: #000000;
    font-weight: 700;
    line-height: 1.3;
    position: relative;
    font-size: 31px;
    margin-bottom: 1rem;
}.service_plan .class_cost h2::after {
    width: 80px;
    transform-origin: left;
    transition: transform 0.5s ease;
    transform: scaleX(1);
    position: absolute;
    background: rgb(205,185,178);
    left: 0;
    height: 3px;
    content: "";
    bottom: -10px;
}.service_plan .class_cost:hover h2::after {
    transform: scaleX(1.5);
}.service_plan .cost_levels {
    line-height: 1.6;
    word-break: break-word;
    max-width: 100%;
    font-size: 12px;
    color: #000000;
    margin-top: 1.5rem;
    overflow-wrap: break-word;
}.service_plan .pro_rates {
    position: relative;
    grid-template-columns: 1fr;
    gap: 30px;
    display: grid;
}.service_plan .cost_options {
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    text-decoration: none;
    display: block;
    position: relative;
}.service_plan .cost_options:hover {
    transform: translateY(-8px);
}.service_plan .cert_cost {
    height: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    position: relative;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.4s ease;
    overflow: hidden;
    border-radius: 8px;
}.service_plan .cost_options:hover .cert_cost {
    box-shadow: 0 15px 35px rgba(rgb(205,185,178,0.5), 0.15);
}.service_plan .monthly_rate {
    min-height: 280px;
    padding: 2rem;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}.service_plan .monthly_rate h3 {
    margin-bottom: 1rem;
    font-weight: 600;
    line-height: 1.3;
    font-size: calc(21px + 0.1rem);
    position: relative;
    color: #000000;
}.service_plan .plan_deals {
    margin: 0.5rem 0 1.25rem;
    color: rgb(205,185,178);
    font-weight: 700;
    display: block;
    position: relative;
    font-size: calc(21px + 0.3rem);
}.service_plan .plan_deals::before {
    width: 40px;
    bottom: -10px;
    background: rgb(173,126,110);
    position: absolute;
    height: 2px;
    content: "";
    left: 0;
}.service_plan .monthly_rate p {
    color: #000000;
    word-break: break-word;
    line-height: 1.6;
    flex-grow: 1;
    overflow-wrap: break-word;
    font-size: 12px;
    margin-top: 1.5rem;
}.service_plan .image_grid_item {
    transition: transform 0.6s ease-out;
    height: 220px;
    width: 100%;
    position: relative;
    transform: scale(1);
}.service_plan .image_grid_item::after {
    z-index: 1;
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    top: 0;
    height: 100%;
    width: 100%;
}.service_plan .cost_options:hover .image_grid_item {
    transform: scale(1.05);
}

@media (min-width: 768px) {.service_plan .pro_rates {
    grid-template-columns: repeat(2, 1fr);
}.service_plan .class_cost {
    padding: 3rem;
}
}

@media (min-width: 992px) {.service_plan .price_view {
    align-items: center;
    gap: 3rem;
    flex-direction: row;
}.service_plan .class_cost {
    margin: 0;
    width: 35%;
}.service_plan .pro_rates {
    width: 65%;
}
}

@media (min-width: 1200px) {.service_plan .pro_rates {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.service_plan .monthly_rate {
    padding: 2.5rem;
}.service_plan .class_cost h2 {
    font-size: calc(31px + 0.2rem);
}.service_plan .image_grid_item {
    height: 250px;
}
}

@media (max-width: 767px) {.service_plan {
    padding: 4rem 0;
}.service_plan .monthly_rate {
    padding: 1.5rem;
    min-height: 240px;
}.service_plan .image_grid_item {
    height: 180px;
}.service_plan .class_cost {
    padding: 1.5rem;
}.service_plan .class_cost h2 {
    font-size: calc(31px - 0.2rem);
}.service_plan .cost_levels {
    font-size: calc(12px - 0.1rem);
}}.who_we_are {
    position: relative;
    overflow: hidden;
    background: rgb(225,216,213);
    padding: 120px 0;
}.who_we_are::before {
    height: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgb(205,185,178,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 80%, rgb(173,126,110,0.5) 0%, transparent 30%);
    content: "";
    left: 0;
    opacity: 0.2;
    width: 100%;
    position: absolute;
    top: 0;
}.who_we_are .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.who_we_are h2 {
    color: #000000;
    text-align: center;
    position: relative;
    margin-bottom: 80px;
    font-size: 30px;
    font-weight: 700;
}.who_we_are h2::after {
    bottom: -20px;
    border-radius: 10px;
    left: calc(50% - 40px);
    position: absolute;
    background: linear-gradient(to right, rgb(205,185,178), rgb(173,126,110));
    height: 3px;
    width: 80px;
    content: "";
}.who_we_are .virtual_guides {
    display: grid;
    gap: 0;
    grid-template-columns: 1fr;
}.who_we_are .pro_sessions {
    grid-template-columns: repeat(12, 1fr);
    padding: 60px 0;
    position: relative;
    display: grid;
    align-items: center;
}.who_we_are .pro_sessions:not(:last-child)::after {
    left: 50%;
    bottom: 0;
    content: "";
    width: 70%;
    background: linear-gradient(to right, 
        transparent, 
        rgb(205,185,178,0.5), 
        rgb(205,185,178,0.5), 
        transparent
    );
    position: absolute;
    transform: translateX(-50%);
    height: 1px;
}.who_we_are .pro_sessions h3 {
    margin-bottom: 25px;
    font-size: 24px;
    display: inline-block;
    color: rgb(205,185,178);
    position: relative;
    font-weight: 600;
    padding-bottom: 10px;
}.who_we_are .pro_sessions:nth-child(2) h3 {
    color: rgb(173,126,110);
}.who_we_are .pro_sessions h3::after {
    left: 0;
    content: "";
    bottom: 0;
    position: absolute;
    width: 40px;
    height: 2px;
    background: currentColor;
}.who_we_are .pro_sessions p {
    line-height: 1.8;
    font-size: 15px;
    color: #000000;
    margin: 0;
}.who_we_are .pro_sessions:first-child h3,
.who_we_are .pro_sessions:first-child p {
    grid-column: 7 / -1;
}.who_we_are .pro_sessions:first-child::before {
    position: relative;
    clip-path: polygon(0 0, 100% 20%, 80% 100%, 0% 100%);
    grid-column: 1 / 6;
    background: linear-gradient(135deg, rgb(205,185,178,0.5), transparent);
    border-radius: 26px;
    height: 300px;
    content: "";
}.who_we_are .pro_sessions:nth-child(2) h3,
.who_we_are .pro_sessions:nth-child(2) p {
    grid-column: 1 / 7;
}.who_we_are .pro_sessions:nth-child(2)::before {
    border-radius: 26px;
    grid-column: 8 / -1;
    position: relative;
    background: linear-gradient(135deg, rgb(173,126,110,0.5), transparent);
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 80%);
    content: "";
    height: 300px;
}.who_we_are .pro_sessions::after {
    transition: width 0.5s ease;
}.who_we_are .pro_sessions:hover::after {
    width: 85%;
}.who_we_are .pro_sessions h3,
.who_we_are .pro_sessions p,
.who_we_are .pro_sessions::before {
    opacity: 0;
    animation: fadeInUp 0.7s forwards;
    transform: translateY(30px);
}.who_we_are .pro_sessions:nth-child(2) h3,
.who_we_are .pro_sessions:nth-child(2) p,
.who_we_are .pro_sessions:nth-child(2)::before {
    animation-delay: 0.3s;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 992px) {.who_we_are {
    padding: 90px 0;
}.who_we_are h2 {
    margin-bottom: 60px;
}.who_we_are .pro_sessions {
    padding: 50px 0;
}
}

@media (max-width: 768px) {.who_we_are {
    padding: 70px 0;
}.who_we_are h2 {
    font-size: calc(30px * 0.9);
    margin-bottom: 50px;
}.who_we_are .pro_sessions {
    padding: 40px 0;
    grid-template-columns: 1fr;
    gap: 30px;
}.who_we_are .pro_sessions:first-child h3,
    .who_we_are .pro_sessions:first-child p,
    .who_we_are .pro_sessions:nth-child(2) h3,
    .who_we_are .pro_sessions:nth-child(2) p {
    grid-column: 1 / -1;
}.who_we_are .pro_sessions:first-child::before,
    .who_we_are .pro_sessions:nth-child(2)::before {
    height: 200px;
    grid-column: 1 / -1;
}.who_we_are .pro_sessions:nth-child(2)::before {
    order: -1;
}
}

@media (max-width: 576px) {.who_we_are {
    padding: 50px 0;
}.who_we_are h2 {
    margin-bottom: 40px;
    font-size: calc(30px * 0.8);
}.who_we_are .pro_sessions {
    padding: 30px 0;
    gap: 20px;
}.who_we_are .pro_sessions:first-child::before,
    .who_we_are .pro_sessions:nth-child(2)::before {
    height: 150px;
}.who_we_are h2::after {
    left: calc(50% - 30px);
    bottom: -15px;
    width: 60px;
}.who_we_are .pro_sessions h3 {
    margin-bottom: 15px;
    font-size: calc(24px * 0.9);
}.who_we_are .pro_sessions p {
    font-size: calc(15px * 0.95);
}
}

@media (prefers-reduced-motion: reduce) {.who_we_are .pro_sessions::after {
    transition: none;
}.who_we_are .pro_sessions h3,
    .who_we_are .pro_sessions p,
    .who_we_are .pro_sessions::before,
    .who_we_are .pro_sessions:nth-child(2) h3,
    .who_we_are .pro_sessions:nth-child(2) p,
    .who_we_are .pro_sessions:nth-child(2)::before {
    opacity: 1;
    transform: none;
    animation: none;
}}header .top_plank {
    background: rgb(205,185,178);
    color:  #ffffff;
}header .top_plank .learning_toolbar div svg, header .top_plank .learning_toolbar div svg path {
    fill: #ffffff;
}header .top_plank .learning_toolbar div span {
    color: #ffffff;
}header .top_plank .learning_toolbar {
    align-items: center;
    flex-wrap: wrap;
    line-height: 21px;
    padding: 15px 0 10px 0;
    font-size: 12px;
    display: flex;
    width: 100%;
    justify-content: flex-start;
}header .top_plank .learning_toolbar div {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    margin-right: 24px;
}header .top_plank .learning_toolbar div img, header .top_plank .learning_toolbar div svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}.cookie_overlay_panel {
    justify-content: center;
    position: fixed;
    padding: 20px 0;
    width: 100%;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgb(205,185,178);
    display: flex;
    background: rgb(225,216,213);
    bottom: 0;
    z-index: 100;
}.cookie_apply {
    justify-content: space-between;
    margin: auto;
    padding: 20px;
    width: 90%;
    display: flex;
    border-radius: 22px;
    align-items: center;
    max-width: 1200px;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(205,185,178);
}.track_switch {
    margin-right: 20px;
    flex-shrink: 0;
}.track_switch svg {
    height: 50px;
    fill: rgb(205,185,178);
    width: 50px;
}.online_tracking {
    text-align: left;
    flex-grow: 1;
    color: #ffffff;
}.online_tracking h5 {
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-size: 22px;
    color: rgb(205,185,178);
    text-transform: uppercase;
}.online_tracking p {
    margin: 0;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.5;
}.online_tracking p a {
    text-decoration: underline;
    color: rgb(205,185,178);
}.track_settings {
    background: rgb(205,185,178);
    flex-shrink: 0;
    min-width: 120px;
    font-size: 15px;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    border: none;
    color: #ffffff;
    padding: 10px 20px;
    text-decoration: none;
}.cookie_button.cookie_compl {
    margin-right: 10px;
}#cookiePolicyMessage {
    display: none;
}#cookiePolicyMessage:checked ~ .cookie_overlay_panel {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.cookie_apply {
    align-items: center;
    flex-direction: column;
    text-align: center;
}.track_switch {
    margin-bottom: 20px;
    margin-right: 0;
}.track_settings {
    margin: 10px 0;
    width: 100%;
    max-width: 250px;
}}
.mentorship_profile {
    background: linear-gradient(135deg, rgb(225,216,213) 0%, rgb(173,126,110,0.5) 100%);
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 5rem 0;
}.mentorship_profile::before {
    z-index: -1;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 10px,
        transparent 10px,
        transparent 20px
    );
    width: 100%;
    content: "";
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
}.mentorship_profile::after {
    z-index: -1;
    background: radial-gradient(circle, rgb(173,126,110,0.5) 0%, transparent 70%);
    content: "";
    right: -5%;
    height: 300px;
    transform: translate3d(0, 0, 0);
    opacity: 0.4;
    position: absolute;
    width: 300px;
    filter: blur(40px);
    top: -5%;
}.mentorship_profile .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
}.mentorship_profile .student_feedback {
    border-left: 4px solid rgb(205,185,178);
    transform: perspective(1000px) rotateY(-1deg);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 4px rgba(0, 0, 0, 0.03),
        0 20px 40px rgba(0, 0, 0, 0.06);
    padding: 2.5rem;
    display: grid;
    grid-template-columns: 1fr;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.96));
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    backdrop-filter: blur(10px);
    gap: 2rem;
    position: relative;
}.mentorship_profile .student_feedback:hover {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.08),
        0 3px 10px rgba(0, 0, 0, 0.05),
        0 25px 50px rgba(0, 0, 0, 0.09);
    transform: perspective(1000px) rotateY(0deg);
}.mentorship_profile .student_feedback::before {
    background: linear-gradient(135deg, transparent 50%, rgb(173,126,110,0.5) 50%);
    z-index: 0;
    position: absolute;
    width: 150px;
    content: "";
    top: 0;
    height: 150px;
    opacity: 0.2;
    right: 0;
}.mentorship_profile .image_grid_item {
    width: 120px;
    border-radius: 0.75rem;
    overflow: hidden;
    transform: translateZ(20px) rotate(-2deg);
    box-shadow: 
        0 0 0 3px rgba(255, 255, 255, 0.8),
        0 10px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
    height: 120px;
    position: relative;
}.mentorship_profile .image_grid_item::after {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, rgba(rgb(205,185,178), 0.1), transparent);
    top: 0;
}.mentorship_profile .student_feedback:hover .image_grid_item {
    box-shadow: 
        0 0 0 3px rgba(255, 255, 255, 0.9),
        0 15px 25px rgba(0, 0, 0, 0.2);
    transform: translateZ(30px) rotate(0deg);
}.mentorship_profile .name {
    position: relative;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #000000;
    display: inline-block;
}.mentorship_profile .name::after {
    height: 3px;
    left: 0;
    background: rgb(205,185,178);
    content: "";
    width: 40px;
    position: absolute;
    transition: width 0.3s ease;
    bottom: -5px;
}.mentorship_profile .student_feedback:hover .name::after {
    width: 60px;
}.mentorship_profile .student_feedback div:nth-child(2) div {
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-top: 0.25rem;
    font-size: calc(17px - 0.1rem);
    color: rgb(173,126,110);
}.mentorship_profile .emp_highlights {
    margin: 0;
    color: #000000;
    padding-left: 1.5rem;
    font-size: 17px;
    position: relative;
    line-height: 1.7;
}.mentorship_profile .emp_highlights::before {
    color: rgb(173,126,110,0.5);
    font-family: serif;
    line-height: 1;
    position: absolute;
    opacity: 0.3;
    font-size: 5rem;
    content: "";
    left: -10px;
    top: -20px;
}

@media (min-width: 768px) {.mentorship_profile .student_feedback {
    gap: 2rem 3rem;
    grid-template-areas:
            "photo info"
            "quote quote";
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
}.mentorship_profile .student_feedback > div:nth-child(1) {
    grid-area: photo;
}.mentorship_profile .student_feedback > div:nth-child(2) {
    grid-area: info;
    align-self: center;
}.mentorship_profile .student_feedback > div:nth-child(3) {
    grid-area: quote;
}.mentorship_profile .image_grid_item {
    height: 160px;
    width: 160px;
}
}

@media (min-width: 992px) {.mentorship_profile {
    padding: 7rem 0;
}.mentorship_profile .student_feedback {
    grid-template-columns: auto 1fr 2fr;
    padding: 3.5rem;
    gap: 0 3rem;
    grid-template-rows: 1fr;
    grid-template-areas: "photo info quote";
}.mentorship_profile .student_feedback > div:nth-child(1) {
    grid-area: photo;
}.mentorship_profile .student_feedback > div:nth-child(2) {
    align-self: center;
    grid-area: info;
}.mentorship_profile .student_feedback > div:nth-child(3) {
    padding-left: 3rem;
    border-left: 1px solid rgba(0, 0, 0, 0.07);
    grid-area: quote;
}.mentorship_profile .image_grid_item {
    width: 180px;
    height: 180px;
}.mentorship_profile .emp_highlights {
    padding-left: 0;
}.mentorship_profile .emp_highlights::before {
    left: -30px;
}
}

@media (max-width: 767px) {.mentorship_profile {
    padding: 4rem 0;
}.mentorship_profile .student_feedback {
    padding: 2rem;
}.mentorship_profile .image_grid_item {
    margin-bottom: 1rem;
}
}

@media (max-width: 575px) {.mentorship_profile .student_feedback {
    padding: 1.5rem;
    transform: none;
}.mentorship_profile .image_grid_item {
    height: 100px;
    width: 100px;
}.mentorship_profile .emp_highlights {
    font-size: calc(17px - 0.1rem);
    line-height: 1.6;
}
}

@media (hover: hover) {.mentorship_profile .student_feedback {
    cursor: default;
}.mentorship_profile .student_feedback::after {
    height: 100%;
    transition: transform 0.8s ease;
    position: absolute;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: translateX(-100%);
    content: "";
    left: 0;
    top: 0;
    width: 100%;
}.mentorship_profile .student_feedback:hover::after {
    transform: translateX(100%);
}}.program_structure {
    position: relative;
    background-color: rgb(225,216,213);
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    min-height: 100vh;
    grid-template-rows: 1fr;
}.program_structure .skill_plan {
    height: 100%;
    grid-row: 1;
    position: relative;
    grid-column: 1;
    width: 100%;
    z-index: 1;
}.program_structure .skill_plan::before {
    content: '';
    z-index: 5;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, 
                rgba(0, 0, 0, 0.6) 70%,
                transparent 100%);
    width: 100%;
}.program_structure .quick_progress {
    width: 500%;
    animation: carousel-slide 25s ease-in-out infinite;
    display: flex;
    height: 100%;
}.program_structure .skill_plan:hover .quick_progress {
    animation-play-state: paused;
}.program_structure .job_success {
    position: relative;
    width: 20%;
    height: 100%;
}.program_structure .job_success img {
    transition: transform 0.5s ease-in-out;
    object-fit: cover;
    height: 100%;
    width: 100%;
}.program_structure .job_success:hover img {
    transform: scale(1.05);
}.program_structure .container {
    display: flex;
    grid-column: 1 / 3;
    height: 100%;
    width: 100%;
    position: relative;
    justify-content: flex-end;
    grid-row: 1;
    align-items: center;
    padding: 0;
    z-index: 10;
}.program_structure .pro_learning {
    position: relative;
    width: 55%;
    margin-right: 5%;
    padding: 0;
}.program_structure .learn_route {
    width: 100%;
    max-width: 700px;
    padding: 3.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
}.program_structure .learn_route:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.program_structure .learn_route::before {
    opacity: 1;
    content: '';
    border-radius: 10px;
    position: absolute;
    z-index: -1;
    background-color: rgb(225,216,213);
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}.program_structure .learn_route::after {
    width: 5px;
    left: 0;
    position: absolute;
    height: 100%;
    content: '';
    background: linear-gradient(to bottom,
                rgb(205,185,178) 0%,
                rgb(173,126,110) 100%);
    top: 0;
}.program_structure .learn_route h3 {
    font-size: 31px;
    font-weight: 700;
    color: rgb(205,185,178);
    padding-left: 1.5rem;
    position: relative;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}.program_structure .learn_route h3::after {
    height: 3px;
    left: 1.5rem;
    bottom: -0.5rem;
    background-color: rgb(173,126,110);
    width: 50px;
    position: absolute;
    content: '';
}.program_structure .learn_route p {
    color: #000000;
    padding-left: 1.5rem;
    font-size: 15px;
    margin-bottom: 2rem;
    line-height: 1.8;
}.program_structure .learn_route .request_links {
    display: inline-block;
    text-decoration: none;
    margin-left: 1.5rem;
    font-weight: 600;
    color: rgb(205,185,178);
    background-color: transparent;
    padding: 0.8rem 2rem;
    transition: all 0.3s ease;
    position: relative;
    letter-spacing: 0.5px;
    overflow: hidden;
    border: 2px solid rgb(205,185,178);
    font-size: 16px;
    border-radius: 10px;
}.program_structure .learn_route .request_links::before {
    transition: all 0.3s ease;
    top: 0;
    background-color: rgb(205,185,178);
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    z-index: -1;
    left: -100%;
}.program_structure .learn_route .request_links:hover {
    transform: translateY(-2px);
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(rgb(205,185,178), 0.3);
}.program_structure .learn_route .request_links:hover::before {
    left: 0;
}.program_structure .learn_route .request_links:active {
    transform: translateY(0);
    box-shadow: 0 2px 5px rgba(rgb(205,185,178), 0.2);
}

@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-20%);
    }
    45% {
        transform: translateX(-20%);
    }
    50% {
        transform: translateX(-40%);
    }
    70% {
        transform: translateX(-40%);
    }
    75% {
        transform: translateX(-60%);
    }
    95% {
        transform: translateX(-60%);
    }
    100% {
        transform: translateX(-80%);
    }
}

@media (max-width: 991px) {.program_structure {
    min-height: auto;
    display: flex;
    flex-direction: column;
}.program_structure .skill_plan {
    height: 400px;
    width: 100%;
}.program_structure .skill_plan::before {
    background: linear-gradient(to bottom, 
                    rgba(0, 0, 0, 0.6) 0%,
                    transparent 100%);
}.program_structure .container {
    position: relative;
    padding: 3rem 1rem;
}.program_structure .pro_learning {
    margin-right: 0;
    width: 100%;
}.program_structure .learn_route {
    max-width: 100%;
}
}

@media (max-width: 767px) {.program_structure .skill_plan {
    height: 350px;
}.program_structure .learn_route h3 {
    font-size: calc(31px * 0.9);
}.program_structure .quick_progress {
    width: 600%;
    animation-duration: 20s;
}.program_structure .job_success {
    width: 16.6667%;
}
    
    @keyframes carousel-slide {
        0%, 12% {
            transform: translateX(0);
        }
        16%, 28% {
            transform: translateX(-16.6667%);
        }
        32%, 44% {
            transform: translateX(-33.3334%);
        }
        48%, 60% {
            transform: translateX(-50%);
        }
        64%, 76% {
            transform: translateX(-66.6667%);
        }
        80%, 92% {
            transform: translateX(-83.3334%);
        }
        100% {
            transform: translateX(0);
        }
    }
}

@media (max-width: 480px) {.program_structure .skill_plan {
    height: 300px;
}.program_structure .learn_route {
    padding: 2rem 1.5rem;
}.program_structure .learn_route h3 {
    padding-left: 1rem;
}.program_structure .learn_route p {
    padding-left: 1rem;
}.program_structure .learn_route .request_links {
    margin-left: 1rem;
}}.user_feedback {
    background-color: #ffffff;
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
}.user_feedback::before {
    content: "";
    background: linear-gradient(135deg, rgba(rgb(205,185,178,0.5), 0.03) 0%, rgba(rgb(205,185,178,0.5), 0.01) 100%);
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
}.user_feedback::after {
    width: 30%;
    z-index: 1;
    right: -5%;
    position: absolute;
    opacity: 0.05;
    content: "";
    background: linear-gradient(225deg, rgb(205,185,178) 0%, transparent 70%);
    height: 30%;
    transform: rotate(-15deg);
    top: -5%;
}.user_feedback .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
}.user_feedback h2 {
    transform: perspective(1000px) translateZ(0);
    position: relative;
    font-size: 35px;
    color: #000000;
    font-weight: 700;
    text-align: center;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin-bottom: 3rem;
}.user_feedback h2::after {
    bottom: -1rem;
    width: 6rem;
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(205,185,178), transparent);
    content: "";
    height: 3px;
    left: 50%;
}.user_feedback .pro_learning {
    position: relative;
}.user_feedback .client_feedback {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2.5rem;
}.user_feedback .student_feedback {
    padding: 2.5rem 2rem;
    border-left: 3px solid rgb(205,185,178);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateY(0);
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.05),
              0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.03);
    background: linear-gradient(145deg, #ffffff 0%, rgba(rgb(255, 255, 255, 0.5), 0.95) 100%);
    z-index: 2;
    height: 100%;
    position: relative;
}.user_feedback .student_feedback::before {
    position: absolute;
    color: rgb(205,185,178);
    font-size: 6rem;
    right: 1.5rem;
    font-family: serif;
    line-height: 1;
    opacity: 0.1;
    top: 1.5rem;
    content: "";
    z-index: -1;
}.user_feedback .student_feedback:hover {
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
              0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: translateY(-8px);
}.user_feedback .student_feedback h3 {
    font-size: calc(19px - 0.1rem);
    position: relative;
    margin-bottom: 1rem;
    color: rgb(205,185,178);
    display: inline-block;
    font-weight: 600;
}.user_feedback .student_feedback h3::after {
    bottom: -5px;
    left: 0;
    position: absolute;
    background-color: rgb(205,185,178);
    transition: width 0.3s ease-in-out;
    height: 2px;
    content: "";
    width: 0;
}.user_feedback .student_feedback:hover h3::after {
    width: 100%;
}.user_feedback .student_feedback .description {
    font-size: calc(16px - 0.1rem);
    line-height: 1.6;
    color: #000000;
    position: relative;
    z-index: 2;
    margin-bottom: 1.5rem;
}.user_feedback .student_feedback div {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    margin-top: auto;
}.user_feedback .student_feedback img {
    border: 3px solid rgba(rgb(205,185,178,0.5), 0.2);
    transition: transform 0.3s ease, border-color 0.3s ease;
    transform-origin: center;
    object-fit: cover;
    width: 60px;
    border-radius: 50%;
    height: 60px;
}.user_feedback .student_feedback:hover img {
    border-color: rgb(205,185,178);
    transform: scale(1.05);
}.user_feedback .client_feedback::after {
    width: 80%;
    border-radius: 100px;
    height: 10px;
    content: "";
    bottom: -50px;
    background: linear-gradient(90deg, transparent, rgba(rgb(205,185,178,0.5), 0.05), transparent);
    filter: blur(5px);
    left: 10%;
    position: absolute;
}

@media (min-width: 992px) {.user_feedback {
    padding: 8rem 0;
}.user_feedback h2 {
    font-size: calc(35px + 0.2rem);
    margin-bottom: 4.5rem;
}.user_feedback .client_feedback {
    gap: 3rem;
    grid-template-columns: repeat(3, 1fr);
}.user_feedback .student_feedback {
    padding: 3rem 2.5rem;
}.user_feedback .student_feedback:nth-child(odd) {
    transform: translateY(15px);
}.user_feedback .student_feedback:nth-child(odd):hover {
    transform: translateY(7px);
}.user_feedback .student_feedback:nth-child(even) {
    transform: translateY(-15px);
}.user_feedback .student_feedback:nth-child(even):hover {
    transform: translateY(-23px);
}.user_feedback .student_feedback::after {
    position: absolute;
    content: "";
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(205,185,178));
    opacity: 0.3;
    top: 0;
    right: 0;
    width: 40%;
}
}

@media (min-width: 1200px) {.user_feedback .client_feedback {
    grid-template-columns: repeat(4, 1fr);
}.user_feedback::before {
    background: repeating-linear-gradient(
      135deg,
      rgba(rgb(205,185,178,0.5), 0.02) 0px,
      rgba(rgb(205,185,178,0.5), 0.02) 1px,
      transparent 1px,
      transparent 12px
    );
}
}

@media (max-width: 991px) {.user_feedback .student_feedback {
    padding: 2.2rem 1.8rem;
}.user_feedback h2::after {
    width: 5rem;
}
}

@media (max-width: 767px) {.user_feedback {
    padding: 4rem 0;
}.user_feedback h2 {
    font-size: calc(35px - 0.2rem);
    margin-bottom: 2.5rem;
}.user_feedback .client_feedback {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 2rem;
}.user_feedback .student_feedback {
    padding: 2rem 1.5rem;
}
}

@media (max-width: 576px) {.user_feedback {
    padding: 3rem 0;
}.user_feedback .container {
    padding: 0 1.5rem;
}.user_feedback .client_feedback {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.user_feedback .student_feedback {
    padding: 1.8rem 1.3rem;
}.user_feedback .student_feedback::before {
    top: 1rem;
    font-size: 4rem;
    right: 1rem;
}.user_feedback h2 {
    font-size: calc(35px - 0.3rem);
}
}

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

@media (prefers-reduced-motion: no-preference) {.user_feedback .student_feedback {
    opacity: 0;
    animation: fadeInUp 0.6s ease-out forwards;
}.user_feedback .student_feedback:nth-child(1) {
    animation-delay: 0.1s;
}.user_feedback .student_feedback:nth-child(2) {
    animation-delay: 0.2s;
}.user_feedback .student_feedback:nth-child(3) {
    animation-delay: 0.3s;
}.user_feedback .student_feedback:nth-child(4) {
    animation-delay: 0.4s;
}.user_feedback .student_feedback:nth-child(5) {
    animation-delay: 0.5s;
}.user_feedback .student_feedback:nth-child(6) {
    animation-delay: 0.6s;
}.user_feedback .student_feedback:nth-child(7) {
    animation-delay: 0.7s;
}}.get_in_touchbV9 {
    background: linear-gradient(135deg, rgb(225,216,213) 0%, rgb(205,185,178,0.5) 100%);
    overflow: hidden;
    padding: 120px 0 80px;
    position: relative;
}.get_in_touchbV9::before {
    background-size: 60px 60px;
    position: absolute;
    content: "";
    height: 100%;
    background: linear-gradient(45deg, 
        rgb(205,185,178,0.5) 25%, 
        transparent 25%, 
        transparent 50%, 
        rgb(205,185,178,0.5) 50%, 
        rgb(205,185,178,0.5) 75%, 
        transparent 75%, 
        transparent);
    width: 100%;
    opacity: 0.05;
    left: 0;
    animation: gradientMove 20s linear infinite;
    top: 0;
}@keyframes gradientMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

.get_in_touchbV9 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    z-index: 2;
}.get_in_touchbV9 h2 {
    font-family: Arial, sans-serif;
    margin-bottom: 60px;
    font-size: 33px;
    font-weight: 700;
    color: rgb(205,185,178);
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}.get_in_touchbV9 h2::after {
    content: "";
    height: 4px;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(205,185,178);
    width: 60px;
    bottom: -15px;
    position: absolute;
}.get_in_touchbV9 .message_inquiry {
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    gap: 0;
    display: grid;
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
    border-radius: 22px;
}.get_in_touchbV9 .image_grid_item {
    height: 100%;
    min-height: 600px;
    position: relative;
    order: 2;
}.get_in_touchbV9 .help_form {
    background: #ffffff;
    position: relative;
    justify-content: center;
    padding: 60px;
    flex-direction: column;
    display: flex;
    order: 1;
}.get_in_touchbV9 .help_form::before {
    position: absolute;
    width: 10px;
    background: linear-gradient(to bottom, rgb(205,185,178), rgb(173,126,110));
    content: "";
    height: 100%;
    top: 0;
    right: 0;
}.get_in_touchbV9 form {
    width: 100%;
    position: relative;
}.get_in_touchbV9 form h3 {
    font-size: 21px;
    border-bottom: 2px solid rgb(173,126,110,0.5);
    font-weight: 700;
    font-family: Arial, sans-serif;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 40px;
    color: #000000;
}.get_in_touchbV9 form input[type="text"] {
    font-size: 17px;
    color: #000000;
    font-family: Arial, sans-serif;
    padding: 16px 20px 16px 50px;
    width: 100%;
    border: none;
    transition: all 0.3s ease;
    margin-bottom: 25px;
    border-radius: 10px;
    position: relative;
    background: rgb(225,216,213);
}.get_in_touchbV9 form input[type="text"]:focus {
    outline: none;
    background: #ffffff;
    box-shadow: 0 0 0 2px rgb(205,185,178);
}.get_in_touchbV9 form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.get_in_touchbV9 form input#name {
    position: relative;
}.get_in_touchbV9 form input#name::before {
    top: 50%;
    background: rgb(205,185,178);
    position: absolute;
    transform: translateY(-50%);
    border-radius: 50%;
    content: "";
    width: 20px;
    height: 20px;
    left: 20px;
}.get_in_touchbV9 .help_links {
    align-items: flex-start;
    display: flex;
    margin-bottom: 30px;
}.get_in_touchbV9 .help_links input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.get_in_touchbV9 .help_links label {
    padding-left: 35px;
    cursor: pointer;
    color: #000000;
    line-height: 1.5;
    font-size: 14px;
    position: relative;
}.get_in_touchbV9 .help_links label::before {
    top: 0;
    content: "";
    background: rgb(225,216,213);
    left: 0;
    height: 24px;
    width: 24px;
    transition: all 0.3s ease;
    border-radius: 10px;
    position: absolute;
}.get_in_touchbV9 .help_links input[type="checkbox"]:checked + label::before {
    background: rgb(205,185,178);
}.get_in_touchbV9 .help_links input[type="checkbox"]:checked + label::after {
    left: 8px;
    border-right: 2px solid #ffffff;
    height: 14px;
    transform: rotate(45deg);
    width: 8px;
    position: absolute;
    content: "";
    top: 4px;
    border-bottom: 2px solid #ffffff;
}.get_in_touchbV9 .help_links label a {
    color: rgb(205,185,178);
    transition: all 0.3s ease;
    font-weight: 600;
    position: relative;
    text-decoration: none;
}.get_in_touchbV9 .help_links label a::after {
    width: 0;
    height: 1px;
    transition: width 0.3s ease;
    position: absolute;
    left: 0;
    content: "";
    bottom: -2px;
    background: rgb(205,185,178);
}.get_in_touchbV9 .help_links label a:hover::after {
    width: 100%;
}.get_in_touchbV9 form .request_links {
    color: #ffffff;
    position: relative;
    transition: all 0.3s ease;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    z-index: 1;
    cursor: pointer;
    font-weight: 700;
    padding: 16px 40px;
    border-radius: 50px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    background: rgb(205,185,178);
    border: none;
    text-transform: uppercase;
}.get_in_touchbV9 form .request_links::before {
    content: "";
    width: 0;
    top: 0;
    transition: width 0.3s ease;
    z-index: -1;
    position: absolute;
    background: rgb(173,126,110);
    height: 100%;
    left: 0;
}.get_in_touchbV9 form .request_links:hover::before {
    width: 100%;
}.get_in_touchbV9 form .request_links:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px -10px rgb(205,185,178);
}.get_in_touchbV9 svg {
    transform: translateY(-50%);
    height: 20px;
    position: absolute;
    top: 50%;
    fill: rgb(205,185,178);
    left: 20px;
    width: 20px;
}.get_in_touchbV9 svg path {
    transition: fill 0.3s ease;
    fill: rgb(205,185,178);
}.get_in_touchbV9 form #name,
.get_in_touchbV9 form #phone {
    position: relative;
}

@media screen and (max-width: 1024px) {.get_in_touchbV9 .message_inquiry {
    max-width: 800px;
}.get_in_touchbV9 .help_form {
    padding: 40px;
}
}

@media screen and (max-width: 768px) {.get_in_touchbV9 {
    padding: 80px 0 60px;
}.get_in_touchbV9 .message_inquiry {
    grid-template-columns: 1fr;
}.get_in_touchbV9 .image_grid_item {
    order: 1;
    clip-path: none;
    min-height: 300px;
}.get_in_touchbV9 .help_form {
    order: 2;
    padding: 40px 30px;
}.get_in_touchbV9 .help_form::before {
    right: 0;
    top: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(to right, rgb(205,185,178), rgb(173,126,110));
}.get_in_touchbV9 h2 {
    margin-bottom: 40px;
}
}

@media screen and (max-width: 480px) {.get_in_touchbV9 {
    padding: 60px 0 40px;
}.get_in_touchbV9 h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 30px;
}.get_in_touchbV9 .image_grid_item {
    min-height: 200px;
}.get_in_touchbV9 .help_form {
    padding: 30px 20px;
}.get_in_touchbV9 form h3 {
    font-size: calc(21px * 0.9);
    margin-bottom: 30px;
}.get_in_touchbV9 form .request_links {
    width: 100%;
    padding: 14px 20px;
}}.give_it_a_try {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(210deg, rgb(205,185,178) 0%, rgb(173,126,110) 100%);
    overflow: hidden;
    z-index: 1;
}.give_it_a_try::before {
    width: 100%;
    z-index: -1;
    content: '';
    background: 
        repeating-linear-gradient(
            to right,
            transparent,
            transparent 10px,
            rgba(255, 255, 255, 0.03) 10px,
            rgba(255, 255, 255, 0.03) 11px
        );
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}.give_it_a_try::after {
    animation: horizonLine 5s ease-in-out infinite;
    z-index: -1;
    top: 50%;
    left: 0;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    width: 100%;
    position: absolute;
    height: 1px;
    content: '';
}.give_it_a_try .pro_learning {
    background: 
        linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0.1),
            rgba(255, 255, 255, 0.05)
        );
    flex-direction: column;
    max-width: 900px;
    height: 350px;
    position: relative;
    margin: 0 auto;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    justify-content: center;
    overflow: hidden;
    border-radius: 5px;
    display: flex;
    align-items: center;
    z-index: 2;
    backdrop-filter: blur(10px);
    padding: 0;
}.give_it_a_try .pro_learning::before {
    position: absolute;
    box-shadow: 0 0 20px rgb(205,185,178,0.5);
    content: '';
    height: 5px;
    top: 0;
    left: 0;
    background: linear-gradient(
        to right,
        rgb(205,185,178),
        rgb(173,126,110),
        rgb(205,185,178)
    );
    animation: topLineGlow 3s ease-in-out infinite;
    z-index: 1;
    width: 100%;
}.give_it_a_try .pro_learning::after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    background: rgba(255, 255, 255, 0.1);
    right: 0;
    height: 1px;
    top: 5px;
}.give_it_a_try h3 {
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 60px;
    font-family: Arial, sans-serif;
    text-shadow: 
        0 0 10px #ffffff,
        0 0 20px rgb(205,185,178,0.5);
    letter-spacing: 5px;
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    animation: textGlow 3s ease-in-out infinite alternate;
}.give_it_a_try h3::before {
    z-index: -1;
    position: absolute;
    width: 100%;
    top: 0;
    content: '';
    background: 
        linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.1),
            transparent
        );
    height: 100%;
    left: -100%;
    animation: textScan 3s linear infinite;
}.give_it_a_try h3::after {
    width: 40px;
    left: 50%;
    opacity: 0.7;
    animation: underlineGlow 3s ease-in-out infinite alternate;
    background: rgb(173,126,110);
    transform: translateX(-50%);
    height: 2px;
    content: '';
    bottom: -15px;
    box-shadow: 
        0 0 10px rgb(173,126,110),
        0 0 20px rgb(173,126,110,0.5);
    position: absolute;
}.give_it_a_try .quick_request {
    box-shadow: 
        0 0 15px rgb(173,126,110,0.5),
        inset 0 0 5px rgb(173,126,110,0.5);
    border: 2px solid rgb(173,126,110);
    text-transform: uppercase;
    z-index: 1;
    transition: all 0.4s ease;
    text-decoration: none;
    border-radius: 3px;
    padding: 15px 40px;
    overflow: hidden;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 20px;
    color: #ffffff;
    position: relative;
    background: transparent;
    font-family: Arial, sans-serif;
    text-shadow: 0 0 5px #ffffff;
}.give_it_a_try .quick_request::before {
    width: 100%;
    z-index: -1;
    transition: all 0.4s ease;
    position: absolute;
    content: '';
    background: rgb(173,126,110);
    top: 0;
    height: 100%;
    left: -100%;
}.give_it_a_try .quick_request::after {
    position: absolute;
    top: -2px;
    opacity: 0;
    z-index: -2;
    border: 2px solid rgb(173,126,110);
    left: -2px;
    content: '';
    transition: all 0.4s ease;
    bottom: -2px;
    right: -2px;
}.give_it_a_try .quick_request:hover {
    color: #ffffff;
    border-color: transparent;
    text-shadow: 0 0 10px #ffffff;
    box-shadow: 
        0 0 25px rgb(173,126,110),
        inset 0 0 10px rgb(173,126,110,0.5);
}.give_it_a_try .quick_request:hover::before {
    left: 0;
}.give_it_a_try .quick_request:hover::after {
    animation: pulseBorder 2s infinite;
    opacity: 0.5;
}

@media screen and (max-width: 992px) {.give_it_a_try {
    padding: 100px 0;
}.give_it_a_try .pro_learning {
    max-width: 85%;
    height: 320px;
}.give_it_a_try h3 {
    font-size: calc(35px * 0.9);
    margin-bottom: 50px;
    letter-spacing: 4px;
}.give_it_a_try h3::after {
    width: 35px;
}.give_it_a_try .quick_request {
    padding: 14px 35px;
    font-size: calc(20px * 0.95);
}
}

@media screen and (max-width: 768px) {.give_it_a_try {
    padding: 80px 0;
}.give_it_a_try .pro_learning {
    height: 300px;
}.give_it_a_try h3 {
    margin-bottom: 45px;
    letter-spacing: 3px;
    font-size: calc(35px * 0.8);
}.give_it_a_try h3::after {
    width: 30px;
    bottom: -12px;
}.give_it_a_try .quick_request {
    letter-spacing: 1.5px;
    font-size: calc(20px * 0.9);
    padding: 12px 30px;
}
}

@media screen and (max-width: 576px) {.give_it_a_try {
    padding: 60px 0;
}.give_it_a_try .pro_learning {
    height: 260px;
}.give_it_a_try h3 {
    font-size: calc(35px * 0.7);
    margin-bottom: 40px;
    letter-spacing: 2px;
}.give_it_a_try h3::after {
    width: 25px;
    bottom: -10px;
}.give_it_a_try .quick_request {
    font-size: calc(20px * 0.85);
    padding: 10px 25px;
    letter-spacing: 1px;
}}

@keyframes horizonLine {
    0%, 100% {
        opacity: 0.2;
        box-shadow: none;
    }
    50% {
        opacity: 0.5;
        box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
    }
}

@keyframes topLineGlow {
    0%, 100% {
        opacity: 0.8;
        box-shadow: 0 0 15px rgb(205,185,178,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 
            0 0 20px rgb(205,185,178),
            0 0 40px rgb(205,185,178,0.5);
    }
}

@keyframes textGlow {
    0% {
        text-shadow: 
            0 0 5px #ffffff,
            0 0 10px rgb(205,185,178,0.5);
    }
    100% {
        text-shadow: 
            0 0 10px #ffffff,
            0 0 20px rgb(205,185,178),
            0 0 30px rgb(205,185,178,0.5);
    }
}

@keyframes textScan {
    0%, 100% {
        left: -100%;
        opacity: 0;
    }
    50% {
        left: 100%;
        opacity: 0.5;
    }
}

@keyframes underlineGlow {
    0% {
        width: 40px;
        box-shadow: 
            0 0 5px rgb(173,126,110),
            0 0 10px rgb(173,126,110,0.5);
    }
    100% {
        width: 80px;
        box-shadow: 
            0 0 10px rgb(173,126,110),
            0 0 20px rgb(173,126,110),
            0 0 30px rgb(173,126,110,0.5);
    }
}

@keyframes pulseBorder {
    0%, 100% {
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        opacity: 0.5;
    }
    50% {
        top: -6px;
        left: -6px;
        right: -6px;
        bottom: -6px;
        opacity: 0.1;
    }
}.welcome_section {
    width: 100%;
    overflow: hidden;
    min-height: 650px;
    z-index: 1;
    position: relative;
    height: 100vh;
}.welcome_section .study_fast {
    align-items: center;
    justify-content: center;
    width: 100%;
    display: flex;
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
}.welcome_section .study_fast::before {
    content: "";
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 100%);
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    height: 100%;
}.welcome_section .learning_lab {
    transition: transform 0.5s ease-out;
    display: flex;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    z-index: 2;
    width: 90%;
    gap: 2rem;
    transform-style: preserve-3d;
    max-width: 1200px;
    flex-direction: column;
    padding: 3rem;
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.03) 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}.welcome_section .learning_lab:hover {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.welcome_section .learning_lab > div {
    transform: translateZ(10px);
    position: relative;
}.welcome_section .learning_lab > div:nth-child(1) {
    margin-left: 2rem;
    transform: translateZ(20px);
    align-self: flex-start;
}.welcome_section .learning_lab > div:nth-child(2) {
    align-self: center;
}.welcome_section .learning_lab > div:nth-child(3) {
    transform: translateZ(15px);
    margin-right: 2rem;
    align-self: flex-end;
}.welcome_section p {
    animation: slideIn 0.8s 0.3s forwards;
    border-left: 3px solid rgb(205,185,178);
    opacity: 0;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
    padding: 1rem 1.5rem;
    font-family: Arial, sans-serif;
    background: linear-gradient(90deg, rgb(205,185,178,0.5) 0%, rgba(255, 255, 255, 0) 100%);
    transform: translateX(-20px);
    font-size: calc(13px * 1.2);
}.welcome_section .title_style_header {
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    margin: 0;
    font-family: Arial, sans-serif;
    transform: translateY(20px);
    padding: 1rem 0;
    animation: fadeUp 0.8s 0.6s forwards;
    -webkit-background-clip: text !important;
    text-align: center;
    background: linear-gradient(to right, #ffffff 0%, rgb(173,126,110) 100%);
    position: relative;
    opacity: 0;
    background-clip: text !important;
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
}.welcome_section .title_style_header::after {
    background: linear-gradient(to right, rgb(205,185,178) 0%, rgb(173,126,110) 100%);
    animation: lineExpand 1s 1s forwards;
    width: 80%;
    bottom: 0;
    height: 3px;
    left: 10%;
    content: "";
    position: absolute;
    transform-origin: left;
    transform: scaleX(0);
}.welcome_section h3 {
    font-family: Arial, sans-serif;
    animation: slideIn 0.8s 0.9s forwards;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(173,126,110,0.5) 100%);
    color: #ffffff;
    opacity: 0;
    line-height: 1.6;
    margin: 0;
    transform: translateX(20px);
    text-align: right;
    border-right: 3px solid rgb(173,126,110);
    font-weight: 300;
    padding: 1rem 1.5rem;
    font-size: calc(24px * 0.9);
}

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

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

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

@media (max-width: 1200px) {.welcome_section .learning_lab {
    padding: 2.5rem;
    gap: 1.5rem;
}.welcome_section .title_style_header {
    font-size: calc(42px * 0.9);
}
}

@media (max-width: 992px) {.welcome_section {
    height: 90vh;
    min-height: 600px;
}.welcome_section .learning_lab {
    padding: 2rem;
    gap: 1.25rem;
    width: 95%;
}.welcome_section .title_style_header {
    font-size: calc(42px * 0.8);
}.welcome_section h3 {
    font-size: calc(24px * 0.85);
}.welcome_section p {
    font-size: calc(13px * 1.1);
}
}

@media (max-width: 768px) {.welcome_section {
    min-height: 500px;
    height: auto;
}.welcome_section .learning_lab {
    transform: perspective(1000px) rotateX(1deg);
    gap: 1rem;
    padding: 1.75rem;
}.welcome_section .learning_lab > div:nth-child(1),
  .welcome_section .learning_lab > div:nth-child(3) {
    align-self: stretch;
    margin-left: 0;
    margin-right: 0;
}.welcome_section .title_style_header {
    font-size: calc(42px * 0.7);
}.welcome_section h3 {
    font-size: calc(24px * 0.8);
    text-align: center;
}.welcome_section p {
    text-align: center;
    font-size: 13px;
}
}

@media (max-width: 576px) {.welcome_section {
    min-height: 450px;
}.welcome_section .learning_lab {
    padding: 1.5rem;
    transform: none;
}.welcome_section .learning_lab:hover {
    transform: translateY(-3px);
}.welcome_section .learning_lab > div {
    transform: none !important;
}.welcome_section .title_style_header {
    font-size: calc(42px * 0.6);
}.welcome_section h3 {
    font-size: calc(24px * 0.75);
    border-right: 2px solid rgb(173,126,110);
}.welcome_section p {
    font-size: calc(13px * 0.95);
    border-left: 2px solid rgb(205,185,178);
}}.contacts {
    overflow: hidden;
    backdrop-filter: blur(15px);
    background: linear-gradient(
        -45deg, 
        rgb(205,185,178,0.5) 0%, 
        rgb(173,126,110,0.5) 20%, 
        transparent 80%
    );
    padding: 4rem 0;
    position: relative;
}.contacts::before {
    background: 
        radial-gradient(circle at 30% 100%, rgba(255,255,255,0.03) 0%, transparent 50%),
        linear-gradient(135deg, transparent 20%, rgb(225,216,213) 20%, rgb(225,216,213) 40%, transparent 40%),
        linear-gradient(225deg, transparent 20%, rgb(225,216,213) 20%, rgb(225,216,213) 40%, transparent 40%);
    left: 0;
    content: '';
    bottom: 0;
    pointer-events: none;
    right: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    opacity: 0.5;
}.contacts .container {
    max-width: 1400px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 15px;
}.contacts .get_connected {
    position: relative;
    grid-template-columns: 2fr 1fr 1fr;
    display: grid;
    gap: 1.5rem;
    align-items: stretch;
}.contacts .assist_support {
    flex-direction: column;
    padding: 2rem;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: linear-gradient(
        160deg, 
        #ffffff 0%, 
        rgb(225,216,213) 100%
    );
    border-radius: 12px;
    overflow: hidden;
    justify-content: space-between;
    display: flex;
    position: relative;
}.contacts .assist_support:hover::after {
    opacity: 1;
}.contacts .assist_support:nth-child(1) {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
}.contacts .assist_support:nth-child(1) p {
    display: flex;
    align-items: center;
}.contacts .assist_support:nth-child(2) {
    grid-column: span 2;
    height: 300px;
    grid-row: 1 / 2;
}.contacts .assist_support:nth-child(3) {
    grid-column: 2 / 4;
    grid-row: 2 / 3;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}.contacts .assist_support h2 {
    position: relative;
    color: rgb(205,185,178);
    display: inline-block;
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 45px;
}.contacts .assist_support h2::before {
    width: 100%;
    bottom: -0.5rem;
    transition: transform 0.4s ease;
    transform-origin: right;
    transform: scaleX(0);
    content: '';
    position: absolute;
    background: linear-gradient(
        to right, 
        rgb(205,185,178), 
        rgb(173,126,110)
    );
    height: 3px;
    left: 0;
}.contacts .assist_support:hover h2::before {
    transform-origin: left;
    transform: scaleX(1);
}.contacts .image_grid_item {
    overflow: hidden;
    transform: perspective(1000px) rotateX(5deg);
    position: relative;
    transition: all 0.5s ease;
    height: 100%;
    border-radius: 12px;
}.contacts .image_grid_item:hover {
    transform: perspective(1000px) rotateX(0);
}.contacts .image_grid_item::before {
    content: '';
    position: absolute;
    opacity: 0;
    height: 100%;
    top: 0;
    background: linear-gradient(
        45deg, 
        rgb(205,185,178,0.5) 0%, 
        rgb(173,126,110,0.5) 100%
    );
    transition: opacity 0.4s ease;
    left: 0;
    width: 100%;
}.contacts .image_grid_item:hover::before {
    opacity: 0.3;
}.contacts .msg_info {
    display: contents;
}.contacts .msg_info a {
    overflow: hidden;
    border-radius: 10px;
    align-items: flex-start;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    position: relative;
    flex-direction: column;
    padding: 1rem;
}.contacts .msg_info a::before {
    top: 0;
    position: absolute;
    transition: opacity 0.3s ease;
    z-index: 1;
    height: 100%;
    content: '';
    opacity: 0;
    background: linear-gradient(
        to right, 
        rgb(205,185,178,0.5), 
        rgb(173,126,110,0.5)
    );
    width: 100%;
    left: 0;
}.contacts .msg_info a:hover::before {
    opacity: 0.1;
}.contacts .msg_info a span {
    margin-bottom: 0.5rem;
    position: relative;
    z-index: 2;
    opacity: 0.7;
    font-size: 16px;
    color: rgb(205,185,178);
}.contacts .msg_info a p {
    z-index: 2;
    color: rgb(205,185,178);
    font-weight: 600;
    font-size: 17px;
    margin: 0;
    position: relative;
}.contacts .msg_form {
    border-radius: 10px;
    background: rgb(225,216,213);
    align-items: center;
    padding: 1rem;
    grid-column: 1 / -1;
    margin-top: 1rem;
    display: flex;
}.contacts .msg_form h3 {
    letter-spacing: 1px;
    color: rgb(205,185,178);
    margin-right: 1rem;
    text-transform: uppercase;
    font-size: 20px;
}.contacts .instant_request {
    gap: 0.5rem;
    display: flex;
    flex-wrap: wrap;
}.contacts .instant_request span {
    border-radius: 10px;
    background: #ffffff;
    color: rgb(205,185,178);
    padding: 0.3rem 0.7rem;
    font-size: 16px;
}.contacts svg,
.contacts svg path {
    transition: all 0.3s ease;
    margin-right: 10px;
    fill: rgb(205,185,178);
}.contacts .msg_info a:hover svg,
.contacts .msg_info a:hover svg path {
    transform: scale(1.1);
    fill: rgb(173,126,110);
}

@media screen and (max-width: 1200px) {.contacts .get_connected {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
}.contacts .assist_support:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}.contacts .assist_support:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}.contacts .assist_support:nth-child(3) {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
    grid-template-columns: repeat(3, 1fr);
}
}

@media screen and (max-width: 768px) {.contacts .get_connected {
    grid-template-columns: 1fr;
}.contacts .assist_support:nth-child(1),
    .contacts .assist_support:nth-child(2),
    .contacts .assist_support:nth-child(3) {
    grid-row: auto;
    grid-column: 1;
}.contacts .assist_support:nth-child(3) {
    grid-template-columns: 1fr;
}.contacts .image_grid_item {
    height: 250px;
}
}

@media screen and (max-width: 480px) {.contacts .assist_support:nth-child(3) {
    flex-direction: column;
    display: flex;
}}.privacy_corner {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(225,216,213) 0%, rgba(245, 245, 250, 0.97) 100%);
    padding: 5rem 0;
}.privacy_corner::before {
    width: 100%;
    position: absolute;
    content: "";
    pointer-events: none;
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(205,185,178,0.5), 0.03) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(rgb(173,126,110,0.5), 0.04) 0%, transparent 50%);
    height: 100%;
    z-index: 1;
    top: 0;
}.privacy_corner .container {
    padding: 0 2rem;
    margin: 0 auto;
    animation: fadeIn 0.8s ease-out forwards;
    position: relative;
    max-width: 1140px;
    z-index: 2;
    transform: translateZ(0);
}.privacy_corner h1 {
    color: #000000;
    letter-spacing: -0.01em;
    margin-bottom: 2.5rem;
    font-size: 39px;
    transform: translateX(-5px);
    position: relative;
    font-weight: 700;
    line-height: 1.2;
}.privacy_corner h1::after {
    opacity: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(205,185,178) 0%, rgb(173,126,110) 100%);
    width: 80px;
    bottom: -12px;
    height: 3px;
    animation-delay: 0.2s;
    content: "";
    animation: scaleIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform-origin: left;
}.privacy_corner h2 {
    font-weight: 600;
    border-left: 3px solid rgb(205,185,178);
    position: relative;
    font-size: 35px;
    margin: 3rem 0 1.5rem;
    color: #000000;
    padding-left: 1rem;
}.privacy_corner h3 {
    color: #000000;
    position: relative;
    font-size: calc(35px * 0.85);
    font-weight: 600;
    margin: 2.5rem 0 1.25rem;
    padding-left: 1rem;
    border-left: 2px solid rgb(173,126,110);
}.privacy_corner h4 {
    color: #000000;
    position: relative;
    font-weight: 600;
    margin: 2rem 0 1rem;
    padding-left: 1rem;
    border-left: 1px solid rgb(173,126,110);
    font-size: calc(35px * 0.75);
}.privacy_corner p {
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    max-width: 90ch;
    font-size: 16px;
    line-height: 1.8;
    transform: translateZ(0);
    margin-bottom: 1.5rem;
}.privacy_corner p strong {
    position: relative;
    display: inline-block;
    font-weight: 600;
    color: #000000;
}.privacy_corner span {
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #000000;
    line-height: 1.8;
    max-width: 90ch;
    margin-bottom: 1.5rem;
    display: block;
}.privacy_corner ul {
    padding: 0;
    list-style-type: none;
    margin: 1.5rem 0 2rem 1.5rem;
}.privacy_corner li {
    color: #000000;
    line-height: 1.7;
    position: relative;
    margin-bottom: 1rem;
    padding-left: 1.8rem;
    font-size: 16px;
}.privacy_corner li::before {
    top: 0.8rem;
    transform: translateY(-50%);
    content: "";
    position: absolute;
    background-color: rgb(205,185,178);
    width: 6px;
    border-radius: 50%;
    height: 6px;
    left: 0;
}.privacy_corner li:nth-child(2n)::before {
    background-color: rgb(173,126,110);
}@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes scaleIn {
    0% {
        transform: scaleX(0);
        opacity: 0;
    }
    100% {
        transform: scaleX(1);
        opacity: 1;
    }
}


.privacy_corner h2:hover,
.privacy_corner h3:hover,
.privacy_corner h4:hover {
    transition: transform 0.3s ease-out;
    transform: translateX(5px);
}


@media (max-width: 992px) {.privacy_corner {
    padding: 4rem 0;
}.privacy_corner h1 {
    font-size: calc(39px * 0.9);
}.privacy_corner h2 {
    font-size: calc(35px * 0.9);
}.privacy_corner h3 {
    font-size: calc(35px * 0.8);
}.privacy_corner h4 {
    font-size: calc(35px * 0.7);
}
}

@media (max-width: 768px) {.privacy_corner {
    padding: 3rem 0;
}.privacy_corner .container {
    padding: 0 1.5rem;
}.privacy_corner h1 {
    font-size: calc(39px * 0.85);
    margin-bottom: 2rem;
}.privacy_corner h1::after {
    width: 60px;
}.privacy_corner h2 {
    margin: 2.5rem 0 1.25rem;
}.privacy_corner h3 {
    margin: 2rem 0 1rem;
}.privacy_corner li {
    padding-left: 1.5rem;
}
}

@media (max-width: 576px) {.privacy_corner {
    padding: 2.5rem 0;
}.privacy_corner .container {
    padding: 0 1.25rem;
}.privacy_corner h1 {
    font-size: calc(39px * 0.75);
    transform: translateX(0);
}.privacy_corner h2 {
    font-size: calc(35px * 0.8);
    padding-left: 0.75rem;
}.privacy_corner h3 {
    font-size: calc(35px * 0.7);
    padding-left: 0.75rem;
}.privacy_corner h4 {
    padding-left: 0.75rem;
    font-size: calc(35px * 0.6);
}.privacy_corner p,
    .privacy_corner span {
    font-size: calc(16px * 0.95);
}.privacy_corner ul {
    margin-left: 0.5rem;
}.privacy_corner li {
    padding-left: 1.25rem;
    margin-bottom: 0.8rem;
    font-size: calc(16px * 0.95);
}
}