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

html,body {
    auto
contain
touch-action: none;
    auto
    scroll-behavior: auto;
    min-height: 100%;
    scroll-snap-type: none;
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}

html {
    scrollbar-color: rgb(204,201,182) rgb(164,166,161,0.5);
    scrollbar-width: thin;
}

.container {
    width: 1199px;
    margin: auto;
    max-width: 100%;
}

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

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

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

.title_sectionWh > div {
    display: flex;
    max-width: 1200px;
    z-index: 5;
    flex-direction: column;
    transform: translateY(-5%);
    width: 90%;
    position: relative;
}

.title_sectionWh > div > div:first-child {
    position: relative;
    transform: translateX(-5%);
    margin-bottom: 3rem;
}

.title_sectionWh .title_style_header::after {
    left: 0;
    bottom: 0;
    height: 4px;
    transform-origin: left;
    animation: expandLine 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    content: "";
    position: absolute;
    width: 80%;
    background: rgb(121,122,120);
}

.title_sectionWh .academy_rootshi {
    margin-bottom: 1rem;
}

.title_sectionWh .academy_rootshi h3 {
    font-weight: 600;
    color: #ffffff;
    line-height: 1.3;
    padding-left: 1.5rem;
    position: relative;
    font-size: clamp(1.2rem, 3vw, 1.8rem);
}

.title_sectionWh .academy_rootshi h3::before {
    height: 8px;
    position: absolute;
    left: 0;
    width: 8px;
    background-color: rgb(121,122,120);
    animation: pulse 3s infinite ease-in-out;
    transform: rotate(45deg);
    top: 0.5rem;
    content: "";
}

.title_sectionWh span {
    position: relative;
    display: inline-block;
    padding: 0.5rem 0;
}

.title_sectionWh span::after {
    left: 0;
    background: linear-gradient(to right, rgb(121,122,120), transparent);
    content: "";
    bottom: 0;
    height: 2px;
    position: absolute;
    width: 40%;
}

.reach_outRJ::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background: 
        linear-gradient(90deg, transparent 0%, rgba(rgb(164,166,161), 0.03) 50%, transparent 100%),
        linear-gradient(180deg, transparent 0%, rgba(rgb(121,122,120), 0.04) 50%, transparent 100%);
    background-size: 20px 20px, 20px 20px;
    top: 0;
    left: 0;
    animation: gridMove 20s linear infinite;
}



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

.reach_outRJ h2::after {
    background: linear-gradient(90deg, rgb(164,166,161), rgb(121,122,120));
    content: "";
    width: 80px;
    border-radius: 1.5px;
    height: 3px;
    position: absolute;
    bottom: -15px;
    transform: translateX(-50%);
    left: 50%;
}

.reach_outRJ .help_gridYE::after {
    border-radius: 10px;
    bottom: -8px;
    border: 1px solid rgba(rgb(121,122,120), 0.2);
    height: 100%;
    position: absolute;
    content: "";
    right: -8px;
    z-index: -1;
    width: 100%;
}

.reach_outRJ .image_wrapXY::before {
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.6));
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    z-index: 1;
}

.reach_outRJ .feedback_sectionFP {
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 50px;
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    border-radius: 10px;
}

.reach_outRJ form {
    width: 100%;
}

.reach_outRJ form h3 {
    font-size: 19px;
    padding-left: 20px;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 30px;
}

.reach_outRJ form input[type="text"] {
    padding: 18px 25px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    font-family: Arial, sans-serif;
    margin-bottom: 25px;
    border-radius: 10px;
    font-size: 14px;
    color: #ffffff;
}

.reach_outRJ form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

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

.reach_outRJ .inquiry_blocklO label::before {
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 22px;
    border-radius: 10px;
    width: 22px;
    left: 0;
    position: absolute;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    top: 2px;
}

.reach_outRJ .inquiry_blocklO label a {
    color: rgb(164,166,161);
    position: relative;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
}

.reach_outRJ .inquiry_blocklO label a:hover {
    color: rgb(121,122,120);
}

.reach_outRJ form .reach_paneltk {
    font-size: 16px;
    padding: 16px 40px;
    transition: all 0.4s ease;
    z-index: 1;
    position: relative;
    border-radius: 10px;
    display: inline-block;
    color: #ffffff;
    background: linear-gradient(45deg, rgb(164,166,161), rgb(121,122,120));
    border: none;
    overflow: hidden;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-weight: 600;
}

.reach_outRJ svg {
    width: 22px;
    height: 22px;
    fill: rgb(164,166,161);
}

.academic_experienceDN {
    background: linear-gradient(135deg, rgb(204,201,182) 0%, rgba(240, 242, 245, 0.9) 100%);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

.academic_experienceDN::after {
    width: 50%;
    right: -10%;
    position: absolute;
    transform: rotate(-15deg);
    height: 70%;
    content: "";
    filter: blur(80px);
    z-index: 0;
    opacity: 0.1;
    top: -20%;
    background: rgb(121,122,120,0.5);
}

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

.academic_experienceDN .success_reviewsCO:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 
                0 10px 30px rgba(0, 0, 0, 0.03);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.academic_experienceDN .success_reviewsCO > div:first-child {
    align-items: center;
    justify-content: center;
    display: flex;
}

.academic_experienceDN .image_wrapXY {
    width: 180px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateZ(30px);
    height: 180px;
    border-radius: 2px;
    position: relative;
}

.academic_experienceDN .success_reviewsCO:hover .image_wrapXY::before {
    left: 18px;
    top: 18px;
    opacity: 0.3;
    bottom: -18px;
    right: -18px;
}

.academic_experienceDN .name {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #000000;
    display: inline-block;
    position: relative;
}

.academic_experienceDN .success_reviewsCO:hover .name::after {
    transform: scaleX(1);
}

.academic_experienceDN .success_reviewsCO > div:nth-child(2) div {
    margin-top: 5px;
    font-weight: 600;
    opacity: 0.85;
    transition: transform 0.4s ease, opacity 0.4s ease;
    font-size: calc(13px - 1px);
    color: rgb(121,122,120);
    transform: translateX(0);
}

.academic_experienceDN .job_boxke::before {
    font-size: 120px;
    top: -40px;
    font-family: serif;
    content: "";
    line-height: 1;
    z-index: -1;
    left: -20px;
    color: rgb(164,166,161);
    position: absolute;
    opacity: 0.08;
}

.prospective_membersTB::after {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1;
    animation: cloudMove 25s infinite alternate ease-in-out;
    left: 0;
    content: "";
    top: 0;
    background: 
        radial-gradient(circle at 85% 15%, rgba(rgb(164,166,161,0.5), 0.1) 0%, transparent 40%),
        radial-gradient(circle at 15% 85%, rgba(rgb(121,122,120,0.5), 0.1) 0%, transparent 40%);
}

.prospective_membersTB h3 {
    color: rgb(164,166,161);
    letter-spacing: 1px;
    font-size: 38px;
    margin-bottom: 4rem;
    position: relative;
    font-weight: 600;
    opacity: 0.9;
    text-align: center;
}

.prospective_membersTB ul {
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    width: 100%;
    list-style: none;
    gap: 2rem;
    display: grid;
    padding: 0;
}

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

.prospective_membersTB li:hover {
    border-color: rgba(rgb(164,166,161,0.5), 0.2);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.06),
        0 10px 15px rgba(0, 0, 0, 0.04);
    transform: translateY(-10px);
}

.prospective_membersTB li:hover::after {
    position: absolute;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    width: 100%;
    background: linear-gradient(
        90deg,
        rgb(164,166,161) 0%,
        rgb(121,122,120) 100%
    );
}

.prospective_membersTB li svg path {
    transition: fill 0.5s ease;
    fill: rgb(121,122,120);
}

.prospective_membersTB li:hover svg path {
    fill: rgb(164,166,161);
}

.our_backgroundPd::before {
    right: 0;
    left: 0;
    background: linear-gradient(135deg, 
        rgba(#000000, 0.85) 0%,
        rgba(#000000, 0.75) 50%,
        rgba(rgb(164,166,161), 0.65) 100%);
    backdrop-filter: blur(5px);
    content: "";
    z-index: -1;
    bottom: 0;
    position: absolute;
    top: 0;
}

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

.our_backgroundPd h2::after {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    content: "";
    width: 80px;
    transform-origin: left center;
    position: absolute;
    background: rgb(164,166,161);
    height: 4px;
    transform: scaleX(1);
    bottom: -15px;
}

.our_backgroundPd .text_card_wrapxu::before {
    width: 6px;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    height: 100%;
    background: linear-gradient(to bottom, 
        rgb(164,166,161) 0%, 
        rgb(121,122,120) 100%);
}

.our_backgroundPd .text_card_wrapxu:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15), 
                0 10px 25px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(rgb(164,166,161), 0.15);
}

.our_backgroundPd .text_card_wrapxu p::after {
    transform: scaleX(0.3);
    content: "";
    width: 100%;
    bottom: -8px;
    transition: transform 0.4s ease-out;
    transform-origin: left center;
    background: linear-gradient(to right, 
        rgb(164,166,161) 0%, 
        rgb(121,122,120) 100%);
    position: absolute;
    height: 2px;
    left: 0;
}

.data_summaryRe {
    position: relative;
    padding: 80px 0;
    background: rgb(204,201,182);
    overflow: hidden;
    z-index: 1;
}

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

.data_summaryRe .statistics_benefitns {
    padding-left: 20px;
    margin-bottom: 20px;
    position: relative;
    color: #000000;
    font-size: 35px;
    font-weight: 700;
}

.data_summaryRe .statistics_gainsFZ {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
}

.data_summaryRe .study_elevationrx:nth-child(odd) {
    border-top: 3px solid rgb(164,166,161);
}

.data_summaryRe .study_elevationrx:nth-child(even) {
    border-top: 3px solid rgb(121,122,120);
}

.data_summaryRe .study_elevationrx:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}

.data_summaryRe .study_elevationrx h4 {
    color: rgb(164,166,161);
    transition: all 0.3s ease;
    margin: 0 0 15px;
    font-size: 2.5rem;
    font-weight: 700;
}

.data_summaryRe .study_elevationrx::after {
    transition: all 0.4s ease;
    height: 0;
    width: 100%;
    background: linear-gradient(to top, rgb(164,166,161,0.5) 0%, transparent 100%);
    position: absolute;
    bottom: 0;
    z-index: -1;
    content: "";
    left: 0;
}

.data_summaryRe svg {
    height: 40px;
    margin-bottom: 15px;
    fill: rgb(164,166,161);
    width: 40px;
    transition: all 0.3s ease;
}

.data_summaryRe .study_elevationrx:nth-child(even) svg path {
    fill: rgb(121,122,120);
}

.secure_citadelkp {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    padding: 40px;
    background-color: rgb(204,201,182);
    color: #000000;
}

.secure_citadelkp h2 {
    margin-bottom: 15px;
    font-weight: 600;
    margin-top: 30px;
    font-size: 35px;
    color: rgb(121,122,120);
}

.secure_citadelkp h4 {
    font-size: calc(18px + 2px);
    font-weight: 600;
}

.secure_citadelkp h5 {
    font-size: 18px;
    font-weight: 400;
}

.secure_citadelkp ul, .secure_citadelkp ol {
    padding-left: 20px;
    margin: 15px 0;
}

.secure_citadelkp section {
    margin-top: 40px;
}

.secure_citadelkp span {
    font-weight: 600;
    color: rgb(121,122,120);
}

.course_highlightsRT {
    overflow: hidden;
    position: relative;
    background: rgb(204,201,182);
    padding: 5rem 0;
}

.course_highlightsRT::after {
    height: 150px;
    width: 150px;
    content: "";
    z-index: 1;
    bottom: -10px;
    background: linear-gradient(225deg, rgb(121,122,120) 0%, transparent 80%);
    right: -10px;
    position: absolute;
    transform: rotate(-15deg);
}

.course_highlightsRT .class_pathhA {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    gap: 3rem;
}

.course_highlightsRT .image_wrapXY::before {
    background: linear-gradient(to right, rgb(164,166,161,0.5) 0%, transparent 100%);
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
    top: 0;
    z-index: 1;
    width: 100%;
}

.course_highlightsRT .image_wrapXY:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.course_highlightsRT .image_wrapXY:hover::after {
    transform: translate(5px, 5px);
    opacity: 0.8;
}

.course_highlightsRT .text_card_wrapxu {
    position: relative;
    border-left: 4px solid rgb(164,166,161);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
    padding: 2rem;
    backdrop-filter: blur(10px);
}

.course_highlightsRT h3 {
    position: relative;
    font-size: calc(24px * 1.1);
    font-weight: 700;
    transform: translateX(-10px);
    animation: slideInTitle 0.8s 0.2s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    margin-bottom: 1.5rem;
    color: rgb(164,166,161);
    opacity: 0;
}

.course_highlightsRT .description {
    font-size: 13px;
    position: relative;
    color: #000000;
    max-height: 300px;
    margin-bottom: 1.5rem;
    padding-right: 10px;
    overflow-y: auto;
    line-height: 1.6;
}

.course_highlightsRT span.description {
    display: none;
}

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

footer {
    background-size: cover !important;
    background-position: center !important;
}

.collab_spacerX::before {
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    top: 0;
    height: 15px;
    width: 100%;
    background: rgb(164,166,161);
    position: absolute;
    left: 0;
    content: "";
}

.collab_spacerX .company_holder::after {
    content: "";
    right: 1.5rem;
    opacity: 0.3;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, #ffffff, transparent);
    top: 0;
    position: absolute;
}

.collab_spacerX .company_holder h3::after {
    background: rgb(164,166,161);
    box-shadow: 0 0 10px rgb(164,166,161);
    left: 0;
    height: 3px;
    width: 80px;
    position: absolute;
    bottom: 0;
    content: "";
}

.collab_spacerX .referral_proggX {
    flex: 0 0 60%;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.collab_spacerX .top_headsD {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
    flex: 1;
}

.collab_spacerX .nav_sectionkX h5 {
    font-weight: 600;
    padding-left: 1rem;
    color: #ffffff;
    position: relative;
    margin: 0 0 1.5rem;
    transform: skewX(-5deg);
    font-size: 20px;
}

.collab_spacerX .nav_sectionkX .top_headsD {
    flex-direction: column;
    display: flex;
    gap: 0.8rem;
}

.collab_spacerX .nav_sectionkX .top_headsD a::before {
    width: 100%;
    top: 0;
    height: 100%;
    content: "";
    transition: all 0.5s ease;
    position: absolute;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
}

.collab_spacerX .nav_sectionkX .top_headsD a:hover {
    padding-left: 1.5rem;
    transform: skewX(-5deg) translateX(5px);
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.law_resiC .container {
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.cookieWarningContainerkn {
    position: fixed;
    z-index: 90;
    background: rgb(204,201,182);
    bottom: 0;
    width: 100%;
    border-top: 2px solid rgb(164,166,161);
}

.cookieWarningContainerkn h5 {
    margin-bottom: 6px;
    font-size: 22px;
}

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

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

.service_contactNb {
    padding: 100px 0;
    position: relative;
    background: linear-gradient(to right, rgb(204,201,182) 60%, rgb(164,166,161) 60%);
    overflow: hidden;
}

.service_contactNb::after {
    z-index: 0;
    width: 100%;
    background: linear-gradient(135deg, transparent 0%, rgb(121,122,120,0.5) 100%);
    content: '';
    bottom: 0;
    opacity: 0.1;
    position: absolute;
    right: 0;
    height: 100%;
}

.service_contactNb .ask_supportmw {
    position: relative;
}

.service_contactNb .ask_supportmw:nth-child(1) h2 {
    position: relative;
    letter-spacing: -1px;
    font-size: calc(47px * 1.2);
    text-transform: uppercase;
    margin-bottom: 2rem;
    font-weight: 700;
    line-height: 1.1;
    color: rgb(164,166,161);
}

.service_contactNb .get_assistancemb {
    margin-bottom: 1.5rem;
    font-weight: 600;
    position: relative;
    display: inline-block;
    font-size: calc(24px * 1.1);
    color: rgb(121,122,120);
}

.service_contactNb .send_feedbackrY {
    line-height: 1.8;
    max-width: 90%;
    font-size: calc(13px * 1.1);
    margin-bottom: 2.5rem;
    color: #000000;
}

.service_contactNb .ask_supportmw > p svg {
    position: absolute;
    width: 20px;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    height: 20px;
}

.service_contactNb .edu_askuscK {
    background: linear-gradient(to right, rgb(204,201,182), transparent);
    border-radius: 10px;
    padding: 2rem;
    position: relative;
    margin-top: 3rem;
}

.service_contactNb .message_usEK {
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
}

.service_contactNb .message_usEK span:hover {
    transform: translateY(-3px);
    color: #ffffff;
    background: rgb(121,122,120);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.service_contactNb .ask_supportmw:nth-child(2) {
    grid-column: 2;
    position: relative;
    grid-row: span 2;
}

.service_contactNb .contact_tile.send_requestQv {
    background: transparent;
    padding: 2rem;
    position: relative;
    z-index: 1;
    grid-column: 2;
}

.service_contactNb .send_requestQv a:last-child {
    margin-bottom: 0;
}

.service_contactNb .send_requestQv a:hover {
    transform: translateX(10px);
}

.service_contactNb .send_requestQv svg {
    transition: all 0.3s ease;
    width: 24px;
    top: 5px;
    height: 24px;
    position: absolute;
    left: 0;
}

.service_contactNb .send_requestQv a p {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 0;
    position: relative;
    font-size: calc(13px * 1.2);
}

.service_contactNb .send_requestQv a p::after {
    height: 2px;
    content: '';
    transition: width 0.3s ease;
    position: absolute;
    left: 0;
    bottom: -5px;
    background: #ffffff;
    width: 0;
}

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

.pricing_tableim .rate_panelqi {
    position: relative;
}

.pricing_tableim h2 {
    margin-bottom: 20px;
    transform: translateZ(0);
    font-weight: 700;
    position: relative;
    text-align: center;
    font-size: 35px;
    letter-spacing: 0.5px;
    color: #ffffff;
}

.pricing_tableim .pay_plansYf {
    color: #ffffff;
    max-width: 800px;
    margin: 0 auto 60px;
    opacity: 0.9;
    line-height: 1.6;
    text-align: center;
    font-size: calc(13px + 2px);
    font-weight: 300;
}

.pricing_tableim .skill_plansEQ li {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.pricing_tableim .skill_plansEQ li:hover {
    z-index: 2;
    transform: translateY(-15px);
}

.pricing_tableim .pricing_offerslv::before {
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(164,166,161), rgb(121,122,120));
    position: absolute;
    transform-origin: 0 0;
    right: 0;
    transform: scaleX(0);
    height: 4px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
}

.pricing_tableim .pricing_offerslv:hover::before {
    transform: scaleX(1);
}

.pricing_tableim .pricing_offerslv::after {
    background: linear-gradient(to top, rgba(rgb(164,166,161,0.5), 0.05), transparent);
    height: 50%;
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
}

.pricing_tableim .price_gridRn h4 {
    position: relative;
    transition: transform 0.3s ease;
    font-weight: 600;
    padding-bottom: 15px;
    font-size: calc(22px + 2px);
    letter-spacing: 0.5px;
    margin: 0 0 20px;
    color: #ffffff;
}

.pricing_tableim .pricing_offerslv:hover .price_gridRn h4::after {
    width: 60px;
}

.pricing_tableim .study_costsci {
    align-self: flex-start;
    display: block;
    padding: 10px 20px;
    font-size: calc(22px + 4px);
    color: rgb(164,166,161);
    position: relative;
    font-weight: 700;
    margin-top: auto;
    border-radius: 10px;
    background: rgba(rgb(164,166,161,0.5), 0.1);
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
}

.thanksPanelNl::before {
    background: linear-gradient(45deg, rgb(121,122,120,0.5) 0%, rgb(164,166,161,0.5) 100%);
    filter: blur(80px);
    animation: float 15s ease-in-out infinite;
    right: -50px;
    position: absolute;
    opacity: 0.4;
    z-index: 1;
    content: "";
    width: 300px;
    height: 300px;
    top: -50px;
}

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

.thanksPanelNl h2 {
    font-size: 33px;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    opacity: 0;
    color: #000000;
    transform: translateY(20px);
    margin-bottom: 40px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    position: relative;
}

.thanksPanelNl .learn_rootsDp {
    background: #ffffff;
    opacity: 0;
    transform: translateY(30px);
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.3s;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07), 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 50px;
    border-radius: 12px;
    position: relative;
}

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

.thanksPanelNl li {
    padding-left: 25px;
    position: relative;
}

.thanksPanelNl span {
    line-height: 1.7;
    font-family: Arial, sans-serif;
    display: block;
    animation: fadeText 0.8s ease forwards 0.8s;
    color: #000000;
    font-size: calc(16px * 1.05);
    transform: translateY(15px);
    opacity: 0;
}

header::before {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    top: 0;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    content: '';
    background-size: 20px 20px;
}



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

header .head_barnT:hover {
    transform: translateY(-3px) scale(1.02);
}

header .head_barnT img {
    max-height: 40px;
    filter: brightness(1.2) drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
}

header .head_topQO:hover::before {
    transform: skew(-5deg) scale(1.05);
    box-shadow: 0 0 15px rgb(164,166,161,0.5);
    opacity: 0.7;
}

header .nav_sectionkX {
    list-style: none;
    display: flex;
    margin: 0;
    z-index: 5;
    padding: 0;
    position: relative;
}

header .head_sectionXD a {
    letter-spacing: 0.5px;
    position: relative;
    border: 1px solid transparent;
    z-index: 1;
    font-size: 13px;
    color: #ffffff;
    padding: 0.8rem 1.2rem;
    display: block;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s ease;
}

header .head_sectionXD a:hover::before {
    transform: scaleX(1);
}

header .head_sectionXD::after {
    z-index: -1;
    left: 0;
    opacity: 0;
    width: 100%;
    top: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    position: absolute;
    content: '';
    background: radial-gradient(circle at center, rgb(164,166,161,0.5) 0%, transparent 70%);
    height: 100%;
}

header .head_masterVl::after {
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    opacity: 0.1;
    left: 20%;
    position: absolute;
    content: '';
    width: 60%;
    height: 1px;
    bottom: 0;
}


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


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



@media (max-width: 992px) {.title_sectionWh > div {
    width: 95%;
    transform: translateY(0);
}.title_sectionWh .course_baseqU {
    max-width: 90%;
    padding: 1.5rem;
}.title_sectionWh > div > div:first-child {
    transform: translateX(0);
}
}



@media (max-width: 768px) {.title_sectionWh {
    padding: 3rem 1rem;
}.title_sectionWh::after {
    width: 80%;
    top: -5%;
    height: 50%;
}.title_sectionWh .course_baseqU {
    max-width: 100%;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}.title_sectionWh .title_style_header {
    font-size: clamp(2rem, 8vw, 2.5rem);
}.title_sectionWh .academy_rootshi h3 {
    font-size: clamp(1rem, 5vw, 1.3rem);
}
}



@media screen and (max-width: 991px) {.reach_outRJ {
    padding: 90px 0;
}.reach_outRJ .help_gridYE {
    grid-template-columns: 1fr;
    gap: 40px;
}.reach_outRJ .image_wrapXY {
    min-height: 400px;
}.reach_outRJ .feedback_sectionFP {
    padding: 40px 30px;
}
}



@media screen and (max-width: 767px) {.reach_outRJ {
    padding: 70px 0;
}.reach_outRJ h2 {
    font-size: calc(38px * 0.9);
}.reach_outRJ .image_wrapXY {
    min-height: 350px;
}.reach_outRJ .image_wrapXY::after,
    .reach_outRJ .feedback_sectionFP::before {
    height: 40px;
    width: 40px;
}
}



@media (min-width: 768px) {.academic_experienceDN .success_reviewsCO {
    grid-template-rows: auto 1fr;
    grid-template-columns: auto 1fr;
    row-gap: 30px;
    column-gap: 40px;
}.academic_experienceDN .success_reviewsCO > div:first-child {
    grid-row: 1 / 3;
}.academic_experienceDN .image_wrapXY {
    height: 260px;
    width: 220px;
}.academic_experienceDN .job_boxke {
    grid-column: 2;
    padding-left: 30px;
}
}



@media (max-width: 767px) {.academic_experienceDN {
    padding: 80px 0;
}.academic_experienceDN .success_reviewsCO {
    padding: 30px;
    gap: 25px;
}.academic_experienceDN .image_wrapXY {
    height: 150px;
    width: 150px;
}.academic_experienceDN .name {
    font-size: calc(23px - 2px);
}.academic_experienceDN .job_boxke {
    font-size: calc(13px - 1px);
}
}



@media (hover: none) {.academic_experienceDN .success_reviewsCO {
    transform: none !important;
}.academic_experienceDN .image_wrapXY,
    .academic_experienceDN .success_reviewsCO:hover .image_wrapXY {
    transform: none;
}}



@media (max-width: 768px) {.prospective_membersTB {
    padding: 4rem 0;
}.prospective_membersTB .learn_rootsDp {
    padding: 0 1.5rem;
}.prospective_membersTB h3 {
    margin-bottom: 3rem;
    font-size: calc(38px * 0.8);
}.prospective_membersTB ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.prospective_membersTB li {
    padding: 1.5rem;
}.prospective_membersTB li svg {
    height: 45px;
    width: 45px;
    margin-bottom: 1.2rem;
}
}



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



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



@media (prefers-reduced-motion: reduce) {.our_backgroundPd .text_card_wrapxu,
    .our_backgroundPd h2::after,
    .our_backgroundPd .text_card_wrapxu:hover,
    .our_backgroundPd .text_card_wrapxu p::after {
    transition: none;
    transform: none;
}
}



@media (max-width: 1200px) {.data_summaryRe .statistics_gainsFZ {
    grid-template-columns: repeat(3, 1fr);
}.data_summaryRe .study_elevationrx {
    padding: 25px 20px;
}.data_summaryRe .study_elevationrx h4 {
    font-size: 2.2rem;
}
}



@media (max-width: 992px) {.data_summaryRe .statistics_upsidesBw {
    padding: 30px;
}.data_summaryRe .statistics_gainsFZ {
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 768px) {.data_summaryRe {
    padding: 60px 0;
}.data_summaryRe .statistics_upsidesBw {
    padding: 25px;
    margin-bottom: 30px;
}.data_summaryRe .statistics_benefitns {
    font-size: calc(35px * 0.85);
    margin-bottom: 15px;
}.data_summaryRe .statistics_classeszO {
    font-size: calc(17px * 0.95);
}.data_summaryRe .study_elevationrx h4 {
    font-size: 2rem;
    margin-bottom: 10px;
}.data_summaryRe svg {
    width: 35px;
    height: 35px;
    margin-bottom: 10px;
}
}



@media (min-width: 768px) {.course_highlightsRT {
    padding: 6rem 0;
}.course_highlightsRT .class_pathhA {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}.course_highlightsRT .image_wrapXY {
    height: 400px;
}.course_highlightsRT h3 {
    font-size: calc(24px * 1.2);
}.course_highlightsRT .text_card_wrapxu {
    padding: 2.5rem;
}
}



@media (max-width: 767px) {.course_highlightsRT {
    padding: 4rem 0;
}.course_highlightsRT .container {
    padding: 0 1.5rem;
}.course_highlightsRT .image_wrapXY {
    height: 250px;
}.course_highlightsRT .text_card_wrapxu {
    padding: 1.5rem;
}.course_highlightsRT h3 {
    font-size: 24px;
    margin-bottom: 1.2rem;
}.course_highlightsRT .description {
    max-height: 250px;
}
}



@media (max-width: 480px) {.course_highlightsRT {
    padding: 3rem 0;
}.course_highlightsRT .image_wrapXY {
    height: 200px;
}.course_highlightsRT .text_card_wrapxu {
    padding: 1.2rem;
}.course_highlightsRT h3 {
    font-size: calc(24px * 0.9);
}.course_highlightsRT .description {
    max-height: 200px;
    font-size: calc(13px * 0.95);
}}



@media (max-width: 768px) {.collab_spacerX {
    padding: 3.5rem 0 1.5rem;
}.collab_spacerX::before {
    height: 10px;
}.collab_spacerX .company_holder h3 {
    font-size: calc(31px - 2px);
}.collab_spacerX .template_ctauN {
    padding: 1.2rem;
    transform: skewX(-3deg);
}.collab_spacerX .nav_sectionkX h5, 
    .collab_spacerX .nav_sectionkX .top_headsD a {
    transform: skewX(-3deg);
}.collab_spacerX .nav_sectionkX .top_headsD a:hover {
    transform: skewX(-3deg) translateX(5px);
}.law_resiC {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.law_resiC .pitch_compiQ {
    transform: skewX(-3deg);
}
}



@media (max-width: 420px) {.collab_spacerX .company_holder h3 {
    transform: skewX(-5deg);
}.collab_spacerX .company_holder h3::after {
    width: 60px;
}.collab_spacerX .template_ctauN {
    transform: none;
}.collab_spacerX .nav_sectionkX h5 {
    transform: none;
}.collab_spacerX .nav_sectionkX h5::before {
    transform: none;
}.collab_spacerX .nav_sectionkX .top_headsD a,
    .collab_spacerX .nav_sectionkX .top_headsD a:hover,
    .law_resiC .pitch_compiQ {
    transform: none;
}}



@media (max-width: 1200px) {.service_contactNb {
    background: linear-gradient(to right, rgb(204,201,182) 50%, rgb(164,166,161) 50%);
}.service_contactNb .ask_supportmw:nth-child(1) {
    padding-right: 2rem;
}.service_contactNb .send_feedbackrY {
    max-width: 100%;
}
}



@media (max-width: 768px) {.service_contactNb {
    padding: 60px 0 100px;
    background: linear-gradient(to bottom, rgb(204,201,182) 60%, rgb(164,166,161) 60%);
}.service_contactNb .ask_supportmw:nth-child(1) h2 {
    font-size: 47px;
}.service_contactNb .ask_supportmw:nth-child(2) {
    bottom: 180px;
    height: 200px;
}.service_contactNb .contact_tile.send_requestQv {
    margin-top: 150px;
}
}



@media (max-width: 576px) {.service_contactNb {
    padding: 50px 0 350px;
    background: linear-gradient(to bottom, rgb(204,201,182) 55%, rgb(164,166,161) 55%);
}.service_contactNb .ask_supportmw:nth-child(1) h2 {
    font-size: calc(47px * 0.8);
}.service_contactNb .ask_supportmw:nth-child(1) h2::before {
    height: 6px;
    width: 40px;
}.service_contactNb .edu_askuscK {
    padding: 1.5rem;
}.service_contactNb .message_usEK {
    flex-direction: column;
}.service_contactNb .ask_supportmw:nth-child(2) {
    height: 180px;
    bottom: 200px;
}.service_contactNb .contact_tile.send_requestQv {
    padding: 1.5rem;
}}



@media (max-width: 767px) {.pricing_tableim {
    padding: 70px 0;
}.pricing_tableim .skill_plansEQ {
    gap: 20px;
    grid-template-columns: 1fr;
}.pricing_tableim h2 {
    font-size: calc(35px - 2px);
}.pricing_tableim .pay_plansYf {
    font-size: 13px;
    margin-bottom: 40px;
}.pricing_tableim .price_gridRn h4 {
    font-size: 22px;
}.pricing_tableim .price_gridRn p {
    font-size: calc(13px - 1px);
    margin-bottom: 20px;
}.pricing_tableim .study_costsci {
    font-size: calc(22px + 2px);
}.pricing_tableim .cost_breakdownPs {
    padding: 30px 20px;
}
}



@media (max-width: 767px) {.thanksPanelNl {
    padding: 70px 0 50px;
}.thanksPanelNl h2 {
    line-height: 1.4;
    margin-bottom: 30px;
    font-size: calc(33px * 0.8);
}.thanksPanelNl .learn_rootsDp {
    padding: 35px 25px;
}.thanksPanelNl span {
    font-size: 16px;
    line-height: 1.6;
}.thanksPanelNl h2::after {
    height: 2px;
    width: 60px;
}
}



@media (hover: hover) {.thanksPanelNl .learn_rootsDp:hover {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.06);
}.thanksPanelNl .learn_rootsDp:hover::before {
    background: linear-gradient(to bottom, rgb(164,166,161), rgb(121,122,120));
    transition: background 0.5s ease;
}}



@media (max-width: 767px) {header {
    padding: 0;
}header .head_masterVl {
    padding: 0.8rem 1.2rem;
}header .head_topQO {
    max-width: 130px;
}header .head_topQO::before {
    display: none;
}header .nav_sectionkX {
    padding-bottom: 0.5rem;
    justify-content: flex-start;
    scrollbar-width: thin;
    overflow-x: auto;
    margin-top: 0.8rem;
    -webkit-overflow-scrolling: touch;
}header .nav_sectionkX::-webkit-scrollbar {
    height: 2px;
}header .nav_sectionkX::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(164,166,161);
}header .head_sectionXD {
    margin: 0 0.1rem;
    flex: 0 0 auto;
}header .head_sectionXD a {
    letter-spacing: 0;
    white-space: nowrap;
    padding: 0.5rem 0.7rem;
    font-size: calc(13px - 2px);
}header .head_sectionXD a::before {
    bottom: 3px;
}header::after {
    height: 2px;
}
}



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

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



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



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



@keyframes slideUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}



@keyframes expandHeight {
    to {
        transform: scaleY(1);
    }
}



@keyframes fadeText {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



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

