* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.main_pagewrap_4 {
    flex: 1 0 auto;
}.outer-container_2 {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}.container {
    width: 1122px;
    max-width: 100%;
    margin: auto;
}svg {
    height: 30px;
    width: 30px;
}.design_res_9 {
    flex: 0 0 auto;
}html,body {
    color: #000000;
    height: 100%;
    scroll-behavior: auto;
    min-height: 100%;
    font-family: Arial, sans-serif;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.audience_profile_6 {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: rgb(229,242,228);
}.audience_profile_6::before {
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        transparent 20px,
        rgb(197,225,195,0.5) 20px,
        rgb(197,225,195,0.5) 22px,
        transparent 22px
    ),
    linear-gradient(
        225deg,
        transparent 20px,
        rgb(161,202,158,0.5) 20px,
        rgb(161,202,158,0.5) 22px,
        transparent 22px
    );
    top: 0;
    z-index: 0;
    background-size: 60px 60px;
    left: 0;
    opacity: 0.15;
    content: "";
    position: absolute;
}.audience_profile_6::after {
    height: 100%;
    background: 
        linear-gradient(90deg, transparent 47%, rgb(197,225,195,0.5) 47%, rgb(197,225,195,0.5) 53%, transparent 53%),
        linear-gradient(0deg, transparent 47%, rgb(161,202,158,0.5) 47%, rgb(161,202,158,0.5) 53%, transparent 53%);
    background-size: 40px 40px;
    top: 0;
    opacity: 0.1;
    filter: blur(1px);
    left: 0;
    content: "";
    z-index: 0;
    position: absolute;
    width: 100%;
}.audience_profile_6 .expert_team_6 {
    margin: 0 auto;
    z-index: 1;
    position: relative;
    padding: 0 30px;
    max-width: 1200px;
}.audience_profile_6 h3 {
    font-family: Arial, sans-serif;
    padding: 0 20px 20px;
    box-shadow: 0 10px 25px -10px rgb(197,225,195,0.5);
    font-weight: 700;
    position: relative;
    margin-bottom: 80px;
    text-align: center;
    display: inline-block;
    color: #000000;
    font-size: 36px;
    transform: translateX(-50%);
    left: 50%;
}.audience_profile_6 h3::before {
    content: "";
    height: 3px;
    background: linear-gradient(90deg, 
        rgb(197,225,195),
        rgb(161,202,158),
        rgb(197,225,195)
    );
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
}.audience_profile_6 h3::after {
    box-shadow: 0 0 15px rgb(197,225,195,0.5);
    left: 50%;
    height: 12px;
    animation: pulseCircle 2s infinite;
    border-radius: 50%;
    width: 12px;
    position: absolute;
    content: "";
    transform: translateX(-50%);
    bottom: -6px;
    background: rgb(197,225,195);
}.audience_profile_6 ul {
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin: 0;
    display: grid;
}.audience_profile_6 ul li {
    font-family: Arial, sans-serif;
    border-left: 3px solid rgb(197,225,195);
    color: #000000;
    transition: all 0.4s ease;
    position: relative;
    padding: 25px 25px 25px 70px;
    font-size: 18px;
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.05),
        -10px -10px 20px rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgb(161,202,158,0.5);
    border-bottom: 3px solid rgb(161,202,158);
    background: #ffffff;
    border-right: 1px solid rgb(161,202,158,0.5);
}.audience_profile_6 ul li::before {
    background: rgb(197,225,195);
    border-radius: 50%;
    content: "";
    position: absolute;
    left: -5px;
    width: 10px;
    height: 10px;
    top: -5px;
}.audience_profile_6 ul li::after {
    content: "";
    bottom: -5px;
    background: rgb(161,202,158);
    border-radius: 50%;
    right: -5px;
    height: 10px;
    position: absolute;
    width: 10px;
}.audience_profile_6 ul li:hover {
    border-bottom: 3px solid rgb(197,225,195);
    border-left: 3px solid rgb(161,202,158);
    transform: translateY(-5px);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.6);
}.audience_profile_6 ul li svg {
    left: 20px;
    width: 35px;
    position: absolute;
    height: 35px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s ease;
}.audience_profile_6 ul li:hover svg {
    transform: translateY(-50%) scale(1.2);
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
}.audience_profile_6 ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(197,225,195);
}.audience_profile_6 ul li:hover svg path {
    fill: rgb(161,202,158);
}.audience_profile_6 ul::before {
    background-image: 
        linear-gradient(45deg, transparent 97%, rgb(197,225,195,0.5) 97%),
        linear-gradient(135deg, transparent 97%, rgb(161,202,158,0.5) 97%);
    background-size: 30px 30px;
    z-index: -1;
    width: 100%;
    opacity: 0.3;
    position: absolute;
    height: 100%;
    left: 0;
    pointer-events: none;
    content: "";
    top: 0;
}@keyframes pulseCircle {
    0%, 100% {
        box-shadow: 0 0 10px rgb(197,225,195,0.5);
    }
    50% {
        box-shadow: 0 0 20px rgb(197,225,195);
    }
}

.audience_profile_6 ul li:nth-child(odd) {
    animation: lightsOn 3s infinite alternate;
}.audience_profile_6 ul li:nth-child(even) {
    animation: lightsOn 5s infinite alternate-reverse;
}

@keyframes lightsOn {
    0% {
        box-shadow: 
            10px 10px 20px rgba(0, 0, 0, 0.05),
            -10px -10px 20px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 
            10px 10px 20px rgba(0, 0, 0, 0.05),
            -10px -10px 20px rgba(255, 255, 255, 0.5),
            0 0 15px rgb(197,225,195,0.5);
    }
}

@media (max-width: 992px) {.audience_profile_6 {
    padding: 80px 0;
}.audience_profile_6 ul {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}.audience_profile_6 h3 {
    font-size: calc(36px * 0.9);
    margin-bottom: 60px;
}
}

@media (max-width: 768px) {.audience_profile_6 {
    padding: 60px 0;
}.audience_profile_6 ul {
    grid-template-columns: 1fr;
    gap: 20px;
}.audience_profile_6 ul li {
    padding: 20px 20px 20px 65px;
}.audience_profile_6 h3 {
    margin-bottom: 40px;
    font-size: calc(36px * 0.8);
}
}

@media (max-width: 480px) {.audience_profile_6 {
    padding: 50px 0;
}.audience_profile_6 .expert_team_6 {
    padding: 0 15px;
}.audience_profile_6 h3 {
    margin-bottom: 35px;
    font-size: calc(36px * 0.7);
}.audience_profile_6 ul li {
    padding: 18px 15px 18px 60px;
}.audience_profile_6 ul li svg {
    width: 30px;
    left: 15px;
    height: 30px;
}}.instructor_profile_5 {
    padding: 5rem 2rem;
    overflow: hidden;
    position: relative;
    background: rgb(229,242,228);
}.instructor_profile_5::before {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    background: linear-gradient(120deg, rgb(197,225,195,0.5) 0%, transparent 70%);
    content: "";
    left: 0;
    height: 100%;
}.instructor_profile_5::after {
    background: linear-gradient(210deg, rgb(161,202,158,0.5) 0%, transparent 70%);
    height: 70%;
    bottom: 0;
    content: "";
    width: 70%;
    z-index: 0;
    position: absolute;
    right: 0;
}.instructor_profile_5 .student_stories_6 {
    display: flex;
    max-width: 600px;
    z-index: 1;
    flex-direction: column;
    margin: 0 auto;
    position: relative;
}.instructor_profile_5 .img_banner_8 {
    border-radius: 22px;
    transform: translateY(0);
    overflow: hidden;
    height: 400px;
    box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 2;
    width: 80%;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin: 0 auto;
}.instructor_profile_5 .img_banner_8::before {
    width: 100%;
    top: 0;
    z-index: 1;
    height: 100%;
    left: 0;
    content: "";
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
}.instructor_profile_5 .img_banner_8::after {
    background: linear-gradient(45deg, rgb(197,225,195,0.5) 0%, transparent 40%, transparent 60%, rgb(161,202,158,0.5) 100%);
    content: "";
    left: -100%;
    transition: all 0.8s ease;
    position: absolute;
    top: -100%;
    height: 300%;
    opacity: 0.3;
    animation: shiftGradient 10s infinite alternate;
    width: 300%;
    mix-blend-mode: overlay;
}.instructor_profile_5 .job_achievements_6 {
    position: relative;
    width: 90%;
    padding: 2.5rem 2rem 2rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    margin: -80px auto 0;
    z-index: 3;
    border-radius: 22px;
    background: #ffffff;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
    transform: translateY(0);
}.instructor_profile_5 .job_achievements_6::before {
    width: 70px;
    left: 50%;
    content: "";
    border-radius: 50%;
    top: 0;
    position: absolute;
    border: 5px solid rgb(229,242,228);
    transform: translate(-50%, -50%);
    height: 70px;
    z-index: 4;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    background: #ffffff;
}.instructor_profile_5 .name {
    text-align: center;
    font-size: 36px;
    color: rgb(197,225,195);
    margin-bottom: 0.5rem;
    font-weight: 700;
    position: relative;
}.instructor_profile_5 .job_achievements_6 div:nth-child(2) {
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 600;
    color: rgb(161,202,158);
    text-align: center;
    font-size: 19px;
}.instructor_profile_5 .job_achievements_6 div:nth-child(2)::after {
    content: "";
    width: 40px;
    display: block;
    margin: 1rem auto 0;
    height: 3px;
    background: rgb(197,225,195,0.5);
}.instructor_profile_5 .career_overview_4 {
    text-align: center;
    font-style: italic;
    font-size: 16px;
    line-height: 1.7;
    position: relative;
    color: #000000;
    padding: 0 1rem;
}.instructor_profile_5 .career_overview_4::before,
.instructor_profile_5 .career_overview_4::after {
    font-family: serif;
    position: absolute;
    line-height: 0;
    content: "";
    font-size: 3rem;
    color: rgb(197,225,195,0.5);
}.instructor_profile_5 .career_overview_4::before {
    transform: rotate(180deg);
    top: 0.5rem;
    left: 0;
}.instructor_profile_5 .career_overview_4::after {
    right: 0;
    bottom: -0.5rem;
}.instructor_profile_5 .student_stories_6:hover .img_banner_8 {
    transform: translateY(-20px);
}.instructor_profile_5 .student_stories_6:hover .job_achievements_6 {
    transform: translateY(20px);
}

@keyframes shiftGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 767px) {.instructor_profile_5 .img_banner_8 {
    width: 90%;
    height: 320px;
}.instructor_profile_5 .job_achievements_6 {
    margin-top: -60px;
    padding: 2rem 1.5rem 1.5rem;
    width: 95%;
}.instructor_profile_5 .job_achievements_6::before {
    height: 60px;
    width: 60px;
}}header {
    position: fixed;
    z-index: 1000;
    width: 100%;
    background: rgb(229,242,228);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    left: 0;
    top: 0;
}header:before {
    top: 0;
    width: 100%;
    height: 5px;
    left: 0;
    content: '';
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(197,225,195) 0%, 
        rgb(161,202,158) 50%, 
        rgb(197,225,195) 100%
    );
}header:after {
    background-size: 20px 20px;
    opacity: 0.4;
    height: 100%;
    pointer-events: none;
    left: 0;
    content: '';
    position: absolute;
    background: 
        linear-gradient(135deg, rgb(229,242,228) 25%, transparent 25%) -10px 0,
        linear-gradient(225deg, rgb(229,242,228) 25%, transparent 25%) -10px 0,
        linear-gradient(315deg, rgb(229,242,228) 25%, transparent 25%),
        linear-gradient(45deg, rgb(229,242,228) 25%, transparent 25%);
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.01);
    width: 100%;
}header .top_guide_7 {
    position: relative;
    overflow: hidden;
}header .top_guide_7:before {
    position: absolute;
    width: 100%;
    left: 0;
    height: 1px;
    background: linear-gradient(to right, 
        transparent, 
        rgb(197,225,195,0.5),
        transparent
    );
    content: '';
    bottom: 0;
}header .container {
    margin: 0 auto;
    padding: 15px 25px;
    max-width: 1200px;
    position: relative;
}header .container:before {
    background: rgb(197,225,195);
    opacity: 0.7;
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    height: 8px;
    width: 8px;
    left: 10px;
    content: '';
}header .container:after {
    right: 10px;
    background: rgb(161,202,158);
    width: 8px;
    top: 50%;
    position: absolute;
    height: 8px;
    opacity: 0.7;
    transform: translateY(-50%) rotate(45deg);
    content: '';
}header .top_main_5 {
    position: relative;
    justify-content: space-between;
    display: flex;
    align-items: center;
}header .top_main_5:before {
    position: absolute;
    bottom: -10px;
    height: 1px;
    content: '';
    opacity: 0.2;
    width: 100%;
    background: linear-gradient(90deg,
        transparent 0%,
        #000000 20%,
        #000000 80%,
        transparent 100%
    );
    left: 0;
}header .main_primary_2 {
    position: relative;
    align-items: center;
    display: flex;
    gap: 30px;
}header .main_primary_2:before {
    content: '';
    left: 0;
    height: 2px;
    opacity: 0;
    transform-origin: center;
    background: rgb(197,225,195);
    bottom: -8px;
    position: absolute;
    transform: scaleX(0.9);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 100%;
}header .main_primary_2:hover:before {
    transform: scaleX(1);
    opacity: 0.3;
}header .top_wrap_6 {
    font-family: Arial, sans-serif;
    text-decoration: none;
    letter-spacing: 0.5px;
    color: #000000;
    font-weight: 600;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 2px;
}header .top_wrap_6:before {
    width: 100%;
    content: '';
    left: 0;
    bottom: 0;
    transform: translateX(-101%);
    height: 2px;
    background: rgb(197,225,195);
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    position: absolute;
}header .top_wrap_6:after {
    background: rgb(197,225,195);
    transform: translate(-50%, -50%) rotate(45deg);
    content: '';
    top: 100%;
    height: 8px;
    width: 8px;
    opacity: 0;
    left: 50%;
    transition: all 0.3s ease;
    position: absolute;
}header .top_wrap_6:hover {
    color: rgb(197,225,195);
}header .top_wrap_6:hover:before {
    transform: translateX(0);
}header .top_wrap_6:hover:after {
    opacity: 1;
    top: calc(100% - 3px);
}header .head_lesson_0 {
    padding: 5px 12px;
    display: flex;
    transition: all 0.3s ease;
    align-items: center;
    text-decoration: none;
    position: relative;
}header .head_lesson_0:before {
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: absolute;
    height: 100%;
    background: linear-gradient(rgb(229,242,228), rgb(229,242,228)) padding-box,
                linear-gradient(135deg, rgb(197,225,195), rgb(161,202,158)) border-box;
    width: 100%;
    opacity: 0;
    top: 0;
    border-radius: 10px;
    content: '';
    left: 0;
    border: 2px solid transparent;
}header .head_lesson_0:after {
    content: '';
    position: absolute;
    transform: scale(0);
    background: linear-gradient(135deg, rgb(197,225,195), rgb(161,202,158));
    left: -5px;
    opacity: 0;
    height: 10px;
    transition: all 0.4s ease;
    top: -5px;
    border-radius: 50%;
    width: 10px;
}header .head_lesson_0:hover:before {
    opacity: 1;
}header .head_lesson_0:hover:after {
    transform: scale(1);
    opacity: 1;
}header .head_lesson_0 svg {
    height: 42px;
    width: auto;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}header .head_lesson_0:hover svg {
    transform: scale(1.05);
}

@keyframes drawBorder {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .main_primary_2 {
    gap: 20px;
}header .head_lesson_0 svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .main_primary_2 {
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    background: rgb(229,242,228);
    width: 80%;
    position: fixed;
    right: -100%;
    gap: 5px;
    height: 100vh;
    padding: 75px 30px 30px;
    z-index: 1001;
    top: 0;
    max-width: 320px;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1);
}header .main_primary_2:before {
    left: 10%;
    height: 1px;
    width: 80%;
    top: 60px;
    bottom: auto;
}header .menu.active {
    right: 0;
}header .top_wrap_6 {
    padding: 14px 5px;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}header .top_wrap_6:last-child {
    border-bottom: none;
}header .top_wrap_6:after {
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    left: 10px;
}header .top_wrap_6:hover:after {
    opacity: 1;
    left: 5px;
    top: 50%;
}header .head_lesson_0 {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .container:before,
    header .container:after {
    display: none;
}header .head_lesson_0 svg {
    height: 35px;
}}.design_res_9 {
    background: linear-gradient(45deg, #000000 0%, rgb(161,202,158,0.5) 100%);
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
    padding: 6rem 0 2rem;
}.design_res_9::before {
    width: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(197,225,195,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(161,202,158,0.5) 0%, transparent 30%);
    left: 0;
    position: absolute;
    content: '';
    z-index: 1;
    height: 100%;
    opacity: 0.15;
    top: 0;
}.design_res_9::after {
    content: '';
    left: 0;
    width: 100%;
    top: 0;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px),
        repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px);
    position: absolute;
    height: 100%;
    z-index: 2;
}.design_res_9 .container {
    z-index: 3;
    position: relative;
}.design_res_9 .guide_section_6 {
    position: relative;
    flex-direction: column;
    display: flex;
}.design_res_9 .instant_help_1 {
    justify-content: space-between;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    padding: 1.25rem 2rem;
    transform: translateY(-3.5rem);
    position: relative;
    z-index: 10;
    gap: 1.5rem;
    border-radius: 27px;
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}.design_res_9 .instant_help_1::before {
    width: 100%;
    position: absolute;
    top: 0;
    border-radius: 27px;
    background: linear-gradient(135deg, transparent 20%, rgb(197,225,195,0.5) 140%);
    content: '';
    opacity: 0.08;
    left: 0;
    height: 100%;
    z-index: -1;
}.design_res_9 .info_item {
    position: relative;
    min-width: 200px;
    max-width: 300px;
    flex: 1;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}.design_res_9 .info_item:not(:last-child)::after {
    background: linear-gradient(to bottom, transparent, rgb(161,202,158,0.5), transparent);
    height: 70%;
    top: 50%;
    content: '';
    transform: translateY(-50%);
    width: 1px;
    right: -0.75rem;
    position: absolute;
}.design_res_9 .info_item p,
.design_res_9 .info_item a {
    border-radius: 10px;
    transition: all 0.3s ease;
    color: #000000;
    gap: 0.875rem;
    padding: 0.5rem;
    align-items: center;
    display: flex;
    font-size: 14px;
    text-decoration: none;
}.design_res_9 .info_item:hover {
    transform: translateY(-5px);
}.design_res_9 .info_item:hover p,
.design_res_9 .info_item:hover a {
    color: rgb(197,225,195);
}.design_res_9 .info_item svg {
    transition: transform 0.3s ease;
    fill: rgb(197,225,195);
    height: 22px;
    width: 22px;
}.design_res_9 .info_item:hover svg {
    transform: scale(1.15);
}.design_res_9 .text_main_holder {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr;
    gap: 4rem;
}.design_res_9 .header_wrap_1 {
    gap: 1.5rem;
    flex-direction: column;
    display: flex;
}.design_res_9 .header_wrap_1 svg {
    max-width: 180px;
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease, transform 0.3s ease;
    height: auto;
}.design_res_9 .header_wrap_1:hover svg {
    transform: scale(1.03);
    filter: brightness(0) invert(1) drop-shadow(0 0 5px rgb(197,225,195,0.5));
}.design_res_9 .stats_tool_9 {
    font-size: calc(13px + 1px);
    line-height: 1.6;
    opacity: 0.8;
}.design_res_9 .main_primary_2 {
    display: flex;
    flex-direction: column;
    position: relative;
}.design_res_9 .main_primary_2::before {
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, transparent, rgb(161,202,158,0.5) 30%, rgb(161,202,158,0.5) 70%, transparent);
    width: 1px;
    bottom: 0;
    left: -2rem;
    content: '';
}.design_res_9 .main_primary_2::after {
    background: linear-gradient(to bottom, transparent, rgb(161,202,158,0.5) 30%, rgb(161,202,158,0.5) 70%, transparent);
    content: '';
    bottom: 0;
    top: 0;
    position: absolute;
    width: 1px;
    right: -2rem;
}.design_res_9 .main_primary_2 h5 {
    font-weight: 600;
    padding-bottom: 0.875rem;
    position: relative;
    font-size: 23px;
    margin-bottom: 1.75rem;
}.design_res_9 .main_primary_2 h5::after {
    height: 2px;
    position: absolute;
    left: 0;
    background: linear-gradient(to right, rgb(197,225,195), transparent);
    content: '';
    width: 60px;
    bottom: 0;
}.design_res_9 .first_teach_9 {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
}.design_res_9 .first_teach_9:first-child {
    margin-bottom: 2rem;
}.design_res_9 .first_teach_9 a {
    text-decoration: none;
    position: relative;
    opacity: 0.85;
    padding: 0.25rem 0;
    color: #ffffff;
    transition: all 0.3s ease;
    transform-origin: left;
    font-size: 14px;
}.design_res_9 .first_teach_9 a::before {
    bottom: 0;
    transition: width 0.3s ease;
    left: 0;
    position: absolute;
    width: 0;
    height: 1px;
    content: '';
    background-color: rgb(197,225,195);
}.design_res_9 .first_teach_9 a:hover {
    opacity: 1;
    transform: translateX(8px);
    color: rgb(197,225,195);
}.design_res_9 .first_teach_9 a:hover::before {
    width: 20px;
}.design_res_9 .subscribe_holder {
    backdrop-filter: blur(10px);
    display: flex;
    position: relative;
    padding: 2rem;
    flex-direction: column;
    border-radius: 27px;
    background: rgba(255, 255, 255, 0.03);
    gap: 1.5rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
}.design_res_9 .subscribe_holder::before {
    background: 
        linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05) 50%, transparent 100%),
        radial-gradient(circle at top right, rgb(197,225,195,0.5), transparent 70%);
    z-index: -1;
    top: 0;
    opacity: 0.2;
    left: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
}.design_res_9 .subscribe_holder::after {
    height: 150px;
    content: '';
    bottom: 0;
    position: absolute;
    animation: pulseGlow 6s infinite alternate;
    opacity: 0.3;
    right: 0;
    width: 150px;
    z-index: -1;
    background: radial-gradient(circle, rgb(197,225,195,0.5) 0%, transparent 70%);
}@keyframes pulseGlow {
    0% {
        opacity: 0.1;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.2);
    }
}

.design_res_9 .subscribe_holder h5 {
    position: relative;
    font-weight: 600;
    font-size: 23px;
    padding-bottom: 0.875rem;
    margin-bottom: 0.5rem;
}.design_res_9 .subscribe_holder h5::after {
    width: 40px;
    content: '';
    bottom: 0;
    background: rgb(197,225,195);
    left: 0;
    position: absolute;
    height: 2px;
}.design_res_9 .subscribe_holder p {
    font-size: 14px;
    margin-bottom: 0.5rem;
    opacity: 0.9;
    line-height: 1.6;
}.design_res_9 .input_holder {
    flex-direction: column;
    gap: 1rem;
    display: flex;
    margin-top: 0.5rem;
    position: relative;
}.design_res_9 .input_holder::before {
    width: calc(100% + 20px);
    position: absolute;
    background: 
        radial-gradient(circle at bottom right, rgb(197,225,195,0.5) 0%, transparent 70%),
        radial-gradient(circle at top left, rgb(161,202,158,0.5) 0%, transparent 70%);
    animation: subtleRotate 15s linear infinite;
    border-radius: calc(10px + 10px);
    height: calc(100% + 20px);
    left: -10px;
    opacity: 0.1;
    z-index: -1;
    top: -10px;
    content: '';
}@keyframes subtleRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.design_res_9 .input_holder input[type="email"] {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 1.125rem 1.5rem;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
}.design_res_9 .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgb(197,225,195,0.5);
    outline: none;
    box-shadow: 0 0 0 3px rgb(197,225,195,0.5);
}.design_res_9 .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.design_res_9 .sub_backdrop_0 {
    position: relative;
    font-weight: 600;
    background-color: rgb(197,225,195);
    transition: all 0.3s ease;
    color: #ffffff;
    z-index: 1;
    font-size: 17px;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    border: none;
    padding: 1.125rem 1.5rem;
}.design_res_9 .sub_backdrop_0::before {
    height: 100%;
    top: 0;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    transition: left 0.7s ease;
    z-index: -1;
    width: 100%;
    content: '';
}.design_res_9 .sub_backdrop_0::after {
    width: 100%;
    transition: opacity 0.3s ease;
    height: 100%;
    background: rgb(161,202,158);
    position: absolute;
    z-index: -2;
    opacity: 0;
    content: '';
    top: 0;
    left: 0;
}.design_res_9 .sub_backdrop_0:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}.design_res_9 .sub_backdrop_0:hover::before {
    left: 100%;
}.design_res_9 .sub_backdrop_0:hover::after {
    opacity: 1;
}.design_res_9 .online_tools_9 {
    position: relative;
    margin-top: 4rem;
    padding-top: 2rem;
    text-align: center;
}.design_res_9 .online_tools_9::before {
    left: 20%;
    background: linear-gradient(to right, transparent, rgb(161,202,158,0.5), transparent);
    height: 1px;
    width: 60%;
    top: 0;
    position: absolute;
    content: '';
}.design_res_9 .blog_ref_8 {
    font-size: 13px;
    opacity: 0.7;
}

@media (max-width: 1200px) {.design_res_9 .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1fr 1.5fr;
}.design_res_9 .subscribe_holder {
    margin-top: 2rem;
    grid-column: 1 / -1;
}.design_res_9 .main_primary_2::after {
    display: none;
}
}

@media (max-width: 991px) {.design_res_9 {
    padding: 5rem 0 2rem;
}.design_res_9 .instant_help_1 {
    flex-wrap: wrap;
    justify-content: center;
}.design_res_9 .info_item {
    width: calc(50% - 2rem);
    max-width: none;
    flex: 0 0 auto;
}.design_res_9 .info_item:not(:last-child)::after {
    display: none;
}.design_res_9 .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1fr;
}.design_res_9 .main_primary_2::before, 
    .design_res_9 .main_primary_2::after {
    display: none;
}.design_res_9 .header_wrap_1 {
    align-items: center;
    text-align: center;
}.design_res_9 .main_primary_2 h5, 
    .design_res_9 .subscribe_holder h5 {
    text-align: center;
}.design_res_9 .main_primary_2 h5::after, 
    .design_res_9 .subscribe_holder h5::after {
    transform: translateX(-50%);
    left: 50%;
}.design_res_9 .first_teach_9 {
    grid-template-columns: repeat(3, 1fr);
}.design_res_9 .input_holder {
    margin: 0 auto;
    max-width: 400px;
}
}

@media (max-width: 768px) {.design_res_9 {
    padding: 4rem 0 2rem;
}.design_res_9 .instant_help_1 {
    padding: 1rem 1.5rem;
    transform: translateY(-2.5rem);
}.design_res_9 .info_item {
    width: 100%;
    max-width: none;
}.design_res_9 .first_teach_9 {
    grid-template-columns: repeat(2, 1fr);
}.design_res_9 .online_tools_9 {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.design_res_9 {
    padding: 3rem 0 1.5rem;
}.design_res_9 .instant_help_1 {
    padding: 1rem;
    transform: translateY(-1.5rem);
}.design_res_9 .info_item p,
    .design_res_9 .info_item a {
    font-size: calc(14px - 1px);
}.design_res_9 .first_teach_9 {
    grid-template-columns: 1fr;
    text-align: center;
}.design_res_9 .first_teach_9 a:hover {
    transform: none;
}.design_res_9 .first_teach_9 a::before {
    transform: translateX(-50%);
    left: 50%;
}.design_res_9 .first_teach_9 a:hover::before {
    width: 30px;
}.design_res_9 .input_holder {
    width: 100%;
}}.program_offerings_4 {
    padding: 6rem 0;
    background: linear-gradient(145deg, rgb(229,242,228) 0%, rgb(197,225,195,0.5) 100%);
    position: relative;
    overflow: hidden;
}.program_offerings_4::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(197,225,195,0.5),
        rgb(197,225,195,0.5) 2px,
        transparent 2px,
        transparent 12px
    );
    width: 100%;
    opacity: 0.04;
}.program_offerings_4 .container {
    position: relative;
    z-index: 2;
}.program_offerings_4 .learn_tools_8 {
    display: grid;
    gap: 0;
    grid-template-columns: 1fr;
    position: relative;
}.program_offerings_4 .headline_wrap_6 {
    transition: transform 0.4s ease;
    z-index: 3;
    transform: translateY(0);
    border-radius: 21px;
    padding: 2.5rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: relative;
}.program_offerings_4 .headline_wrap_6:hover {
    transform: translateY(-10px);
}.program_offerings_4 .headline_wrap_6::before {
    position: absolute;
    width: 8rem;
    z-index: -1;
    opacity: 0.6;
    background: rgb(161,202,158,0.5);
    border-radius: 50%;
    top: -4rem;
    height: 8rem;
    right: 3rem;
    content: "";
}.program_offerings_4 .headline_wrap_6 h2 {
    animation: fadeInUp 0.8s ease forwards;
    display: inline-block;
    position: relative;
    font-size: 33px;
    color: rgb(197,225,195);
    margin-bottom: 2rem;
    font-weight: 700;
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.program_offerings_4 .headline_wrap_6 h2::after {
    bottom: -10px;
    transition: width 0.4s ease;
    left: 0;
    width: 3rem;
    height: 4px;
    content: "";
    position: absolute;
    background: rgb(161,202,158);
    border-radius: 10px;
}.program_offerings_4 .headline_wrap_6:hover h2::after {
    width: 100%;
}.program_offerings_4 .headline_wrap_6 .description {
    color: #000000;
    animation-delay: 0.2s;
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
    margin-bottom: 1.2rem;
    font-size: 13px;
    padding-left: 1rem;
    position: relative;
    line-height: 1.7;
}.program_offerings_4 .headline_wrap_6 .description:last-of-type {
    font-weight: 600;
    animation-delay: 0.4s;
    margin-bottom: 0;
}.program_offerings_4 .headline_wrap_6 .description::before {
    left: 0;
    background: rgb(161,202,158);
    width: 4px;
    position: absolute;
    content: "";
    top: 0.5rem;
    height: 4px;
    border-radius: 50%;
}.program_offerings_4 .img_banner_8 {
    transform: perspective(1000px) rotateX(5deg) rotateY(-5deg);
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    z-index: 2;
    position: relative;
    transition: transform 0.5s ease;
    border-radius: 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    margin-top: -2rem;
    height: 320px;
}.program_offerings_4 .img_banner_8:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0);
}.program_offerings_4 .img_banner_8::after {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    content: "";
    background: linear-gradient(
        to bottom right,
        rgb(197,225,195,0.5) 0%,
        transparent 40%
    );
    height: 100%;
}

@media (min-width: 768px) {.program_offerings_4 .learn_tools_8 {
    gap: 2rem;
    grid-template-columns: 1.2fr 0.8fr;
}.program_offerings_4 .headline_wrap_6 {
    margin-right: -4rem;
    align-self: center;
    grid-column: 1 / 2;
}.program_offerings_4 .img_banner_8 {
    height: 400px;
    margin-top: 0;
    transform: perspective(1000px) rotateX(8deg) rotateY(-8deg);
    grid-column: 2 / 3;
}.program_offerings_4 .img_banner_8::before {
    height: 20px;
    content: "";
    opacity: 0.4;
    z-index: -1;
    width: 60%;
    position: absolute;
    bottom: -20px;
    left: 20px;
    background: rgb(161,202,158);
    filter: blur(15px);
}
}

@media (min-width: 992px) {.program_offerings_4 .learn_tools_8 {
    grid-template-columns: 1.2fr 0.8fr;
}.program_offerings_4 .headline_wrap_6 {
    padding: 3rem;
}.program_offerings_4 .img_banner_8 {
    height: 450px;
    margin-top: 3rem;
}.program_offerings_4 .headline_wrap_6::after {
    bottom: -3rem;
    border-radius: 50%;
    content: "";
    width: 6rem;
    opacity: 0.4;
    left: 25%;
    position: absolute;
    height: 6rem;
    background: rgb(197,225,195,0.5);
    z-index: -1;
}
}

@media (max-width: 767px) {.program_offerings_4 {
    padding: 4rem 0;
}.program_offerings_4 .img_banner_8 {
    margin-bottom: 2rem;
    transform: perspective(1000px) rotateX(3deg) rotateY(-3deg);
}}.tySpace_3 {
    background: linear-gradient(135deg, rgb(229,242,228) 0%, rgb(161,202,158,0.5) 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.tySpace_3::before {
    position: absolute;
    opacity: 0.4;
    background: 
    radial-gradient(circle at 10% 20%, rgb(197,225,195,0.5) 5%, transparent 60%),
    radial-gradient(circle at 90% 80%, rgb(161,202,158,0.5) 10%, transparent 50%);
    content: "";
    pointer-events: none;
    z-index: 1;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
}.tySpace_3::after {
    transform: rotate(-15deg);
    background: rgb(255, 255, 255, 0.5);
    content: "";
    opacity: 0.08;
    filter: blur(80px);
    z-index: 1;
    position: absolute;
    height: 90%;
    pointer-events: none;
    right: -50%;
    width: 90%;
    top: -50%;
}.tySpace_3 .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}.tySpace_3 .expert_team_6 {
    transform: perspective(1000px) rotateX(2deg);
    border-left: 4px solid rgb(197,225,195);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
              0 5px 12px rgba(0, 0, 0, 0.05);
    position: relative;
    background: #ffffff;
    animation: slideIn 0.8s cubic-bezier(0.17, 0.67, 0.45, 1.09) forwards;
    padding: 60px 50px;
    backdrop-filter: blur(10px);
}.tySpace_3 .expert_team_6::before {
    pointer-events: none;
    top: 20px;
    border: 1px solid rgb(161,202,158,0.5);
    content: "";
    right: 20px;
    opacity: 0.2;
    bottom: 20px;
    left: 20px;
    border-radius: 10px;
    transition: transform 0.5s ease;
    transform: scale(0.97);
    position: absolute;
}.tySpace_3 .expert_team_6:hover::before {
    transform: scale(1);
}.tySpace_3 .expert_team_6 > div:first-child {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 30px;
}.tySpace_3 .expert_team_6 > div:first-child::after {
    animation: lineExpand 1s ease-out 0.3s forwards;
    position: absolute;
    transform-origin: left center;
    content: "";
    bottom: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(197,225,195) 0%, rgb(161,202,158) 100%);
    left: 0;
    width: 80px;
}.tySpace_3 h5 {
    animation: fadeUp 0.7s ease-out 0.2s forwards;
    line-height: 1.4;
    transform: translateY(15px);
    font-size: 24px;
    margin: 0;
    font-weight: 700;
    opacity: 0;
    color: #000000;
}.tySpace_3 p {
    line-height: 1.8;
    color: #000000;
    font-weight: 400;
    transform: translateY(15px);
    opacity: 0;
    animation: fadeUp 0.7s ease-out 0.4s forwards;
    font-size: 18px;
    margin: 0;
}.tySpace_3 a {
    position: relative;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.45, 1.09);
    color: inherit;
    display: block;
}.tySpace_3 a:hover {
    transform: translateY(-5px);
}.tySpace_3 a::after {
    left: 0;
    opacity: 0;
    background: linear-gradient(90deg, rgb(197,225,195,0.5) 0%, transparent 100%);
    transform: scaleX(0.3);
    position: absolute;
    width: 100%;
    height: 1px;
    content: "";
    bottom: -8px;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform-origin: left;
}.tySpace_3 a:hover::after {
    transform: scaleX(1);
    opacity: 1;
}

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

@keyframes lineExpand {
  0% {
    transform: scaleX(0.1);
  }
  100% {
    transform: scaleX(1);
  }
}

@keyframes slideIn {
  0% {
    transform: perspective(1000px) translateY(50px) rotateX(8deg);
    opacity: 0;
  }
  100% {
    transform: perspective(1000px) translateY(0) rotateX(2deg);
    opacity: 1;
  }
}

@media (max-width: 992px) {.tySpace_3 {
    padding: 80px 0;
}.tySpace_3 .expert_team_6 {
    padding: 50px 40px;
}.tySpace_3 h5 {
    font-size: calc(24px - 2px);
}
}

@media (max-width: 768px) {.tySpace_3 {
    padding: 60px 0;
}.tySpace_3 .expert_team_6 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 40px 30px;
}.tySpace_3 .expert_team_6::before {
    bottom: 15px;
    top: 15px;
    left: 15px;
    right: 15px;
}.tySpace_3 .expert_team_6 > div:first-child {
    margin-bottom: 25px;
    padding-bottom: 20px;
}.tySpace_3 h5 {
    font-size: calc(24px - 4px);
}.tySpace_3 p {
    line-height: 1.7;
    font-size: calc(18px - 1px);
}
}

@media (max-width: 576px) {.tySpace_3 {
    padding: 50px 0;
}.tySpace_3 .expert_team_6 {
    padding: 30px 20px;
    border-left: 3px solid rgb(197,225,195);
    transform: none;
}.tySpace_3 .expert_team_6::before {
    display: none;
}.tySpace_3 .expert_team_6 > div:first-child {
    margin-bottom: 20px;
    padding-bottom: 15px;
}.tySpace_3 .expert_team_6 > div:first-child::after {
    width: 60px;
    height: 2px;
}.tySpace_3 h5 {
    font-size: calc(24px - 6px);
}.tySpace_3 p {
    font-size: calc(18px - 2px);
    line-height: 1.6;
}}.privacy_quarters_3 {
    color: #000000;
    padding: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    background-color: rgb(229,242,228);
}.privacy_quarters_3 h1 {
    border-bottom: 2px solid rgb(197,225,195,0.5);
    padding-bottom: 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 38px;
    font-family: Arial, sans-serif;
    color: rgb(197,225,195);
    font-weight: 700;
}.privacy_quarters_3 h2 {
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    text-transform: capitalize;
    font-weight: 600;
    border-left: 4px solid rgb(161,202,158,0.5);
    color: rgb(161,202,158);
    font-size: 36px;
    padding-left: 10px;
}.privacy_quarters_3 h3,
.privacy_quarters_3 h4,
.privacy_quarters_3 h5,
.privacy_quarters_3 h6 {
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
    font-weight: 400;
}.privacy_quarters_3 ul,
.privacy_quarters_3 ol {
    margin-left: 20px;
    list-style-position: inside;
}.privacy_quarters_3 li {
    font-size: 14px;
    margin-bottom: 10px;
}.privacy_quarters_3 section {
    padding: 20px;
    border-radius: 10px;
    background-color: rgb(229,242,228);
    margin-top: 30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}.privacy_quarters_3 p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
}.privacy_quarters_3 span {
    color: rgb(197,225,195);
    font-weight: 600;
}.privacy_quarters_3 div {
    margin-bottom: 20px;
}.privacy_quarters_3 a {
    color: rgb(197,225,195);
    text-decoration: none;
    border-bottom: 1px solid rgb(197,225,195,0.5);
    transition: color 0.3s, border-color 0.3s;
}.privacy_quarters_3 a:hover {
    border-color: rgb(161,202,158,0.5);
    color: rgb(161,202,158);
}.privacy_quarters_3 button {
    background-color: rgb(197,225,195);
    border: none;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
    font-weight: 700;
    color: #ffffff;
    font-size: 18px;
    border-radius: 10px;
    padding: 10px 20px;
}.privacy_quarters_3 button:hover {
    background-color: rgb(161,202,158);
    transform: scale(1.05);
}
@media only screen and (max-width: 800px) {.privacy_quarters_3 {
    padding: 20px;
}.privacy_quarters_3 h1 {
    font-size: calc(23px - 4px);
}.privacy_quarters_3 h2 {
    font-size: calc(23px - 4px);
}.privacy_quarters_3 p {
    font-size: calc(14px - 2px);
}.privacy_quarters_3 button {
    padding: 8px 16px;
    font-size: calc(18px - 2px);
}}#cookieAlertWindow_5 {
    display: none;
}#cookieAlertWindow_5:checked ~ .cookiePolicyContainer_4 {
    visibility: hidden;
    opacity: 0;
}.cookiePolicyContainer_4 {
    position: fixed;
    width: 100%;
    background: rgb(161,202,158);
    font-family: Arial, sans-serif;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    z-index: 90;
    bottom: 0;
    border-top: 3px solid rgb(197,225,195);
    padding: 20px 0;
}.data_agree_1 {
    padding: 20px 5%;
    justify-content: space-between;
    display: flex;
    background: rgba(0, 0, 0, 0.5);
    border: 2px dashed rgb(197,225,195);
    border-radius: 10px;
    align-items: center;
    gap: 20px;
}.cookiePolicyContainer_4 h5 {
    color: rgb(197,225,195);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}.cookiePolicyContainer_4 p {
    color: #ffffff;
    line-height: 1.5;
    position: relative;
    font-size: 17px;
    margin: 0;
}.edu_cookies_7 {
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 10px;
    margin-right: 20px;
    display: flex;
    padding: 10px;
    background: rgb(197,225,195,0.5);
}.edu_cookies_7 svg {
    width: 60px;
    height: 60px;
    fill: rgb(197,225,195);
}.digital_consent_4 {
    border: 2px solid rgb(197,225,195);
    color: #000000;
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
    margin-left: 10px;
    font-size: 17px;
    min-width: 140px;
    white-space: nowrap;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    flex-shrink: 0;
    background: rgb(197,225,195);
    line-height: 40px;
    text-align: center;
    text-decoration: none;
}.digital_consent_4:hover {
    background-color: rgb(161,202,158);
    box-shadow: 0 0 10px rgb(161,202,158);
}.cookie_button.manage_cookies_5 {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(161,202,158);
}.cookie_button.manage_cookies_5:hover {
    box-shadow: 0 0 10px rgb(161,202,158);
}.cookiePolicyContainer_4 p a {
    transition: color 0.3s ease;
    border-bottom: 1px dashed rgb(197,225,195);
    text-decoration: none;
    color: rgb(197,225,195);
}.cookiePolicyContainer_4 p a:hover {
    color: rgb(161,202,158);
}
@media only screen and (max-width: 1200px) {.cookiePolicyContainer_4 {
    padding: 15px 0;
}.data_agree_1 {
    padding: 15px 5%;
}.edu_cookies_7 {
    display: none;
}.data_agree_1 {
    align-items: center;
    text-align: center;
    flex-direction: column;
}.cookiePolicyContainer_4 h5 {
    font-size: 18px;
    margin-bottom: 10px;
}.web_tracking_5 {
    margin-bottom: 15px;
}.digital_consent_4 {
    margin: 10px 0;
    min-width: 100%;
}}
.pricing_item_2 {
    --card-bg: #ffffff;
    --card-accent: rgb(197,225,195);
    --card-border: linear-gradient(135deg, rgb(197,225,195), rgb(161,202,158));
    padding: 120px 0 80px;
    --pricing-bg: #f5f7fa;
    --card-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    --card-hover-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    --card-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    background-color: var(--pricing-bg);
}.pricing_item_2::before {
    filter: blur(60px);
    opacity: 0.5;
    z-index: 1;
    top: -10%;
    right: -5%;
    background: linear-gradient(135deg, rgb(197,225,195,0.5), rgb(161,202,158,0.5));
    transform: rotate(-15deg);
    height: 50%;
    width: 35%;
    content: "";
    position: absolute;
}.pricing_item_2::after {
    background: linear-gradient(225deg, rgb(161,202,158,0.5), rgb(197,225,195,0.5));
    left: -5%;
    content: "";
    bottom: -10%;
    opacity: 0.4;
    height: 40%;
    filter: blur(50px);
    transform: rotate(15deg);
    width: 30%;
    position: absolute;
    z-index: 1;
}.pricing_item_2 .container {
    padding: 0 20px;
    position: relative;
    max-width: 1400px;
    z-index: 2;
    margin: 0 auto;
}.pricing_item_2 .learn_packs_9 {
    display: flex;
    flex-direction: column;
}.pricing_item_2 .pricing_options_3 {
    max-width: 800px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    order: -1;
}.pricing_item_2 .pricing_options_3 h2 {
    display: inline-block;
    position: relative;
    font-size: 32px;
    margin-bottom: 20px;
    color: #000000;
    font-weight: 700;
}.pricing_item_2 .pricing_options_3 h2::after {
    position: absolute;
    transform: translateX(-50%);
    height: 3px;
    width: 80px;
    content: "";
    bottom: -10px;
    left: 50%;
    background: linear-gradient(to right, rgb(197,225,195), rgb(161,202,158));
}.pricing_item_2 .study_fees_2 {
    color: #000000;
    white-space: normal;
    margin: 0 auto;
    word-wrap: break-word;
    max-width: 700px;
    line-height: 1.6;
    overflow-wrap: break-word;
    font-size: calc(17px + 2px);
}.pricing_item_2 .cost_plan_2 {
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    display: grid;
}.pricing_item_2 .plan_pricing_5 {
    transform: translateY(0);
    height: 100%;
    transition: transform var(--card-transition);
    color: inherit;
    display: block;
    text-decoration: none;
}.pricing_item_2 .plan_pricing_5:hover {
    transform: translateY(-10px);
}.pricing_item_2 .promo_plans_1 {
    height: 100%;
    position: relative;
    background-color: var(--card-bg);
    box-shadow: var(--card-shadow);
    border-radius: 16px;
    display: flex;
    transition: box-shadow var(--card-transition);
    flex-direction: column;
    overflow: hidden;
}.pricing_item_2 .plan_pricing_5:hover .promo_plans_1 {
    box-shadow: var(--card-hover-shadow);
}.pricing_item_2 .promo_plans_1::before {
    transition: transform 0.5s ease;
    top: 0;
    height: 5px;
    transform: scaleX(0);
    position: absolute;
    width: 100%;
    content: "";
    background: var(--card-border);
    left: 0;
    transform-origin: left;
}.pricing_item_2 .plan_pricing_5:hover .promo_plans_1::before {
    transform: scaleX(1);
}.pricing_item_2 .learn_price_6 {
    padding: 35px 30px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}.pricing_item_2 .learn_price_6 h3 {
    margin-bottom: 15px;
    transition: color 0.3s ease;
    color: #000000;
    display: inline-block;
    font-weight: 700;
    position: relative;
    font-size: calc(20px + 2px);
}.pricing_item_2 .plan_pricing_5:hover .learn_price_6 h3 {
    color: var(--card-accent);
}.pricing_item_2 .value_rates_5 {
    margin-bottom: 20px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    color: var(--card-accent);
    font-size: calc(20px + 6px);
}.pricing_item_2 .value_rates_5::after {
    position: absolute;
    bottom: -10px;
    content: "";
    width: 40px;
    transition: width 0.3s ease;
    height: 2px;
    left: 0;
    background-color: var(--card-accent);
}.pricing_item_2 .plan_pricing_5:hover .value_rates_5::after {
    width: 60px;
}.pricing_item_2 .learn_price_6 p {
    font-size: 17px;
    hyphens: auto;
    overflow-wrap: break-word;
    flex-grow: 1;
    word-wrap: break-word;
    margin-top: 15px;
    line-height: 1.6;
    white-space: normal;
    color: #000000;
}.pricing_item_2 .img_banner_8 {
    transition: transform 0.6s ease;
    overflow: hidden;
    height: 200px;
    position: relative;
    width: 100%;
}.pricing_item_2 .img_banner_8::after {
    right: 0;
    bottom: 0;
    transition: opacity 0.4s ease;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    opacity: 0;
}.pricing_item_2 .plan_pricing_5:hover .img_banner_8::after {
    opacity: 1;
}.pricing_item_2 .plan_pricing_5:hover .img_banner_8 {
    transform: scale(1.05);
}

@media (min-width: 992px) {.pricing_item_2 .learn_packs_9 {
    gap: 60px;
    align-items: center;
    flex-direction: row;
}.pricing_item_2 .pricing_options_3 {
    margin: 0;
    text-align: left;
    width: 30%;
    order: 0;
}.pricing_item_2 .pricing_options_3 h2 {
    text-align: left;
    display: block;
}.pricing_item_2 .pricing_options_3 h2::after {
    left: 0;
    transform: none;
}.pricing_item_2 .study_fees_2 {
    margin: 0;
    text-align: left;
}.pricing_item_2 .cost_plan_2 {
    width: 70%;
}
}

@media (max-width: 991px) {.pricing_item_2 {
    padding: 80px 0 60px;
}.pricing_item_2 .cost_plan_2 {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
}

@media (max-width: 767px) {.pricing_item_2 {
    padding: 60px 0 40px;
}.pricing_item_2 .pricing_options_3 {
    margin-bottom: 40px;
}.pricing_item_2 .cost_plan_2 {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.pricing_item_2 .learn_price_6 {
    padding: 25px 20px;
}.pricing_item_2 .learn_price_6 h3 {
    font-size: 20px;
}.pricing_item_2 .value_rates_5 {
    font-size: calc(20px + 2px);
}.pricing_item_2 .learn_price_6 p {
    font-size: calc(17px - 1px);
}.pricing_item_2 .img_banner_8 {
    height: 180px;
}
}

@media (max-width: 480px) {.pricing_item_2 {
    padding: 50px 0 30px;
}.pricing_item_2 .pricing_options_3 h2 {
    font-size: calc(32px - 4px);
}.pricing_item_2 .study_fees_2 {
    font-size: 17px;
}.pricing_item_2 .learn_price_6 {
    padding: 20px 15px;
}.pricing_item_2 .img_banner_8 {
    height: 160px;
}}.explore_now_1 {
    padding: 140px 0;
    background: linear-gradient(110deg, rgb(197,225,195) 0%, rgb(161,202,158) 100%);
    z-index: 1;
    overflow: hidden;
    position: relative;
}.explore_now_1::before {
    position: absolute;
    background: 
        linear-gradient(
            135deg,
            transparent 25%,
            rgba(255, 255, 255, 0.05) 25%,
            rgba(255, 255, 255, 0.05) 50%,
            transparent 50%,
            transparent 75%,
            rgba(255, 255, 255, 0.05) 75%
        );
    opacity: 0.5;
    left: 0;
    background-size: 30px 30px;
    height: 100%;
    z-index: -1;
    top: 0;
    content: '';
    animation: patternMove 15s linear infinite;
    width: 100%;
}.explore_now_1::after {
    background: conic-gradient(
        from 0deg at 50% 50%,
        rgba(255, 255, 255, 0) 0deg,
        rgba(255, 255, 255, 0.03) 90deg,
        rgba(255, 255, 255, 0) 180deg,
        rgba(255, 255, 255, 0.03) 270deg,
        rgba(255, 255, 255, 0) 360deg
    );
    left: -50%;
    top: -50%;
    height: 200%;
    width: 200%;
    position: absolute;
    z-index: -1;
    animation: rotateConic 30s linear infinite;
    content: '';
}.explore_now_1 .expert_team_6 {
    padding: 0;
    align-items: center;
    max-width: 900px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
    margin: 0 auto;
}.explore_now_1 .expert_team_6::before {
    content: '';
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    transform: skewX(-15deg);
    width: 140%;
    background: rgba(255, 255, 255, 0.05);
    z-index: -1;
    border-radius: 20px;
    top: 0;
    backdrop-filter: blur(10px);
    height: 100%;
    left: -20%;
    position: absolute;
}.explore_now_1 .expert_team_6::after {
    content: '';
    top: -30px;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 70%
    );
    border-radius: 50%;
    right: -30px;
    z-index: -1;
    filter: blur(20px);
    position: absolute;
    animation: floatBubble 10s ease-in-out infinite alternate;
    height: 100px;
    width: 100px;
}.explore_now_1 h3 {
    font-size: 31px;
    font-weight: 700;
    perspective: 1000px;
    text-transform: uppercase;
    transform: rotateX(5deg);
    transform-style: preserve-3d;
    font-family: Arial, sans-serif;
    transition: all 0.5s ease;
    color: #ffffff;
    letter-spacing: 2px;
    margin: 60px 0;
    text-align: center;
    padding: 0 20px;
    position: relative;
}.explore_now_1 h3::before {
    position: absolute;
    height: 1px;
    left: 10%;
    content: '';
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    top: -30px;
    width: 80%;
}.explore_now_1 h3::after {
    position: absolute;
    height: 1px;
    width: 60%;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    content: '';
    left: 20%;
    bottom: -30px;
}.explore_now_1 h3:hover {
    transform: rotateX(0deg);
}.explore_now_1 .get_contactblock_8 {
    transform: perspective(1000px) rotateX(10deg);
    z-index: 1;
    text-decoration: none;
    font-weight: 600;
    color: rgb(197,225,195);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    display: inline-block;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: 2px;
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    margin-bottom: 60px;
    font-size: 16px;
    transition: all 0.4s ease;
    position: relative;
    transform-origin: bottom center;
    padding: 20px 50px;
}.explore_now_1 .get_contactblock_8::before {
    z-index: -1;
    transition: opacity 0.4s ease;
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    content: '';
    background: linear-gradient(
        145deg,
        rgb(197,225,195) 0%,
        rgb(161,202,158) 100%
    );
    left: 0;
    opacity: 0;
}.explore_now_1 .get_contactblock_8::after {
    left: 0;
    top: 0;
    height: 20px;
    z-index: -1;
    position: absolute;
    width: 100%;
    content: '';
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.05),
        transparent
    );
}.explore_now_1 .get_contactblock_8:hover {
    color: #ffffff;
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 10px 20px rgba(0, 0, 0, 0.1);
}.explore_now_1 .get_contactblock_8:hover::before {
    opacity: 1;
}

@media screen and (max-width: 992px) {.explore_now_1 {
    padding: 120px 0;
}.explore_now_1 .expert_team_6::before {
    width: 130%;
    left: -15%;
}.explore_now_1 h3 {
    font-size: calc(31px * 0.9);
    margin: 50px 0;
}.explore_now_1 .get_contactblock_8 {
    margin-bottom: 50px;
    padding: 18px 45px;
    font-size: calc(16px * 0.95);
}
}

@media screen and (max-width: 768px) {.explore_now_1 {
    padding: 100px 0;
}.explore_now_1 .expert_team_6::before {
    left: -10%;
    transform: skewX(-10deg);
    width: 120%;
}.explore_now_1 h3 {
    font-size: calc(31px * 0.8);
    margin: 40px 0;
    transform: none;
}.explore_now_1 h3::before {
    top: -25px;
}.explore_now_1 h3::after {
    bottom: -25px;
}.explore_now_1 .get_contactblock_8 {
    margin-bottom: 40px;
    padding: 15px 40px;
    transform: none;
    font-size: calc(16px * 0.9);
}.explore_now_1 .get_contactblock_8:hover {
    transform: translateY(-5px);
}
}

@media screen and (max-width: 576px) {.explore_now_1 {
    padding: 80px 0;
}.explore_now_1 .expert_team_6::before {
    left: -5%;
    transform: skewX(-5deg);
    width: 110%;
}.explore_now_1 h3 {
    margin: 35px 0;
    font-size: calc(31px * 0.7);
    letter-spacing: 1px;
}.explore_now_1 h3::before {
    top: -20px;
}.explore_now_1 h3::after {
    bottom: -20px;
}.explore_now_1 .get_contactblock_8 {
    padding: 12px 35px;
    letter-spacing: 1px;
    margin-bottom: 35px;
    font-size: calc(16px * 0.85);
}}

@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

@keyframes rotateConic {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes floatBubble {
    0% {
        transform: translate(0, 0);
        opacity: 0.5;
    }
    50% {
        transform: translate(-20px, 20px);
        opacity: 0.7;
    }
    100% {
        transform: translate(0, 0);
        opacity: 0.5;
    }
}.data_exploration_0 {
    background: rgb(229,242,228);
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.data_exploration_0::before {
    position: absolute;
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, rgb(197,225,195,0.5) 0%, transparent 70%);
    top: 0;
    z-index: 0;
    width: 100%;
    content: "";
}.data_exploration_0 .container {
    margin: 0 auto;
    z-index: 1;
    gap: 60px;
    padding: 0 20px;
    grid-template-rows: auto 1fr;
    position: relative;
    max-width: 1200px;
    display: grid;
}.data_exploration_0 h2 {
    padding-bottom: 20px;
    font-size: 34px;
    grid-column: 1 / -1;
    font-weight: 700;
    position: relative;
    text-align: center;
    color: #000000;
}.data_exploration_0 h2::after {
    content: "";
    width: 100%;
    transform: translateX(-50%);
    height: 1px;
    left: 50%;
    max-width: 200px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(197,225,195), transparent);
    bottom: 0;
}.data_exploration_0 ul {
    height: 100%;
    list-style: none;
    gap: 30px;
    display: grid;
    padding: 0;
    margin: 0;
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
}.data_exploration_0 .statistics_advantages_1 {
    border-radius: 29px;
    position: relative;
    height: 100%;
    min-height: 200px;
    justify-content: flex-end;
    display: flex;
    transition: transform 0.3s ease;
    flex-direction: column;
    overflow: hidden;
    padding: 0;
}.data_exploration_0 .statistics_advantages_1:hover {
    transform: translateY(-10px);
}.data_exploration_0 .statistics_advantages_1::before {
    z-index: 0;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.7;
    content: "";
    background: #000000;
    width: 100%;
}.data_exploration_0 .statistics_advantages_1:nth-child(1)::before {
    opacity: 0.85;
    background: rgb(197,225,195);
}.data_exploration_0 .statistics_advantages_1:nth-child(2)::before {
    opacity: 0.85;
    background: rgb(161,202,158);
}.data_exploration_0 .statistics_advantages_1:nth-child(3)::before {
    background: rgb(197,225,195);
    opacity: 0.7;
}.data_exploration_0 .statistics_advantages_1:nth-child(4)::before {
    opacity: 0.7;
    background: rgb(161,202,158);
}.data_exploration_0 .statistics_advantages_1 p,
.data_exploration_0 .statistics_advantages_1 span {
    color: #ffffff;
    position: relative;
    padding: 0 30px;
    z-index: 1;
}.data_exploration_0 .statistics_advantages_1 p {
    margin: 0 0 10px 0;
    font-size: calc(43px * 1.3);
    font-weight: 700;
}.data_exploration_0 .statistics_advantages_1 span {
    font-weight: 300;
    padding-bottom: 30px;
    position: relative;
    font-size: 14px;
}.data_exploration_0 .statistics_advantages_1 span::before {
    width: 30px;
    opacity: 0.5;
    position: absolute;
    top: -5px;
    content: "";
    height: 2px;
    left: 30px;
    background: #ffffff;
}.data_exploration_0 .statistics_advantages_1::after {
    width: 150px;
    z-index: 1;
    top: -75px;
    right: -75px;
    opacity: 0.1;
    border-radius: 50%;
    position: absolute;
    border: 1px solid #ffffff;
    content: "";
    height: 150px;
}.data_exploration_0 .statistics_advantages_1:nth-child(1) {
    transform: translateX(-20px) translateY(-20px);
    grid-area: 1 / 1 / 2 / 2;
    animation: fadeIn 0.5s 0.1s forwards, slideIn 0.7s 0.1s forwards;
}.data_exploration_0 .statistics_advantages_1:nth-child(2) {
    transform: translateX(20px) translateY(-20px);
    grid-area: 1 / 2 / 2 / 3;
    animation: fadeIn 0.5s 0.2s forwards, slideIn 0.7s 0.2s forwards;
}.data_exploration_0 .statistics_advantages_1:nth-child(3) {
    grid-area: 2 / 1 / 3 / 2;
    animation: fadeIn 0.5s 0.3s forwards, slideIn 0.7s 0.3s forwards;
    transform: translateX(-20px) translateY(20px);
}.data_exploration_0 .statistics_advantages_1:nth-child(4) {
    animation: fadeIn 0.5s 0.4s forwards, slideIn 0.7s 0.4s forwards;
    grid-area: 2 / 2 / 3 / 3;
    transform: translateX(20px) translateY(20px);
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideIn {
    to {
        transform: translateX(0) translateY(0);
    }
}

@media (min-width: 1024px) {.data_exploration_0 .statistics_advantages_1:nth-child(1) {
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}.data_exploration_0 .statistics_advantages_1:nth-child(2) {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}.data_exploration_0 .statistics_advantages_1:nth-child(3) {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}.data_exploration_0 .statistics_advantages_1:nth-child(4) {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
}
}

@media (max-width: 1023px) {.data_exploration_0 {
    padding: 80px 0;
}.data_exploration_0 .container {
    gap: 40px;
}.data_exploration_0 ul {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
}.data_exploration_0 .statistics_advantages_1 {
    min-height: 180px;
}.data_exploration_0 .statistics_advantages_1:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}.data_exploration_0 .statistics_advantages_1:nth-child(2) {
    grid-area: 2 / 1 / 3 / 2;
}.data_exploration_0 .statistics_advantages_1:nth-child(3) {
    grid-area: 3 / 1 / 4 / 2;
}.data_exploration_0 .statistics_advantages_1:nth-child(4) {
    grid-area: 4 / 1 / 5 / 2;
}.data_exploration_0 .statistics_advantages_1:nth-child(odd) {
    transform: translateX(-20px) translateY(0);
}.data_exploration_0 .statistics_advantages_1:nth-child(even) {
    transform: translateX(20px) translateY(0);
}
}

@media (max-width: 767px) {.data_exploration_0 {
    padding: 60px 0;
}.data_exploration_0 .container {
    padding: 0 15px;
    gap: 30px;
}.data_exploration_0 h2 {
    font-size: calc(34px * 0.9);
}.data_exploration_0 ul {
    gap: 20px;
}.data_exploration_0 .statistics_advantages_1 {
    min-height: 150px;
}.data_exploration_0 .statistics_advantages_1 p {
    padding-top: 20px;
    font-size: calc(43px * 1.1);
}.data_exploration_0 .statistics_advantages_1 span {
    font-size: calc(14px * 0.9);
    padding-bottom: 20px;
}
}

@media (min-width: 768px) and (max-width: 1023px) {.data_exploration_0 .statistics_advantages_1 {
    min-height: 180px;
}.data_exploration_0 .statistics_advantages_1 p {
    font-size: calc(43px * 1.2);
}
}

@media (prefers-reduced-motion: reduce) {.data_exploration_0 .statistics_advantages_1 {
    transform: none;
    animation: none;
}}.meet_us_3 {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    padding: 120px 0;
}.meet_us_3::before {
    left: 0;
    z-index: 1;
    width: 100%;
    content: "";
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.9) 0%, 
        rgba(0, 0, 0, 0.85) 25%,
        rgba(0, 0, 0, 0.75) 50%,
        rgba(0, 0, 0, 0.65) 100%);
    top: 0;
    height: 100%;
    position: absolute;
}.meet_us_3::after {
    background: rgb(197,225,195);
    opacity: 0.15;
    position: absolute;
    filter: blur(40px);
    width: 60%;
    top: -10%;
    animation: floatBlob 20s infinite alternate ease-in-out;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    right: -10%;
    content: "";
    height: 60%;
    z-index: 0;
}.meet_us_3 .container {
    padding: 0 30px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.meet_us_3 .headline_wrap_6 {
    transform: translateX(0);
    max-width: 840px;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}.meet_us_3 h1 {
    font-weight: 700;
    margin-bottom: 50px;
    transform: translateY(0);
    transition: all 0.5s ease-out;
    opacity: 1;
    display: inline-block;
    position: relative;
    font-size: 48px;
    color: #ffffff;
}.meet_us_3 h1::after {
    left: 0;
    width: 80px;
    position: absolute;
    bottom: -15px;
    transform-origin: left;
    height: 4px;
    content: "";
    animation: expandLine 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    background: linear-gradient(90deg, rgb(197,225,195) 0%, rgb(161,202,158) 100%);
}.meet_us_3 ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.meet_us_3 li {
    margin-bottom: 20px;
}.meet_us_3 h4 {
    transition: transform 0.4s ease;
    transform: translateX(0);
    display: inline-block;
    color: rgb(161,202,158);
    letter-spacing: 0.5px;
    font-size: calc(32px - 2px);
    margin: 0 0 15px 0;
    font-weight: 600;
    position: relative;
}.meet_us_3 h4::before {
    left: 0;
    content: "";
    width: 0;
    bottom: -5px;
    transition: width 0.4s ease;
    background: rgb(161,202,158);
    height: 2px;
    position: absolute;
}.meet_us_3 h4:hover {
    transform: translateX(5px);
}.meet_us_3 h4:hover::before {
    width: 100%;
}.meet_us_3 span {
    display: block;
    font-size: 16px;
    border-left: 3px solid rgb(197,225,195);
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    transform: translateY(0);
    padding: 30px;
    background: linear-gradient(90deg, 
        rgba(0, 0, 0, 0.4) 0%, 
        rgba(0, 0, 0, 0.3) 100%);
    line-height: 1.7;
}.meet_us_3 span:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.meet_us_3 span::first-letter {
    color: rgb(197,225,195);
    font-size: 2.5em;
    margin-right: 8px;
    line-height: 1;
    font-weight: 700;
    float: left;
}

@keyframes expandLine {
    0% {
        width: 0;
    }
    100% {
        width: 80px;
    }
}

@keyframes floatBlob {
    0% {
        transform: rotate(0deg) translate(0, 0);
    }
    50% {
        transform: rotate(5deg) translate(20px, 20px);
    }
    100% {
        transform: rotate(-5deg) translate(-20px, 20px);
    }
}

@media (max-width: 992px) {.meet_us_3 {
    padding: 90px 0;
}.meet_us_3 h1 {
    font-size: calc(48px - 6px);
    margin-bottom: 40px;
}.meet_us_3 h4 {
    font-size: calc(32px - 4px);
}.meet_us_3 span {
    font-size: calc(16px - 1px);
    padding: 25px;
}
}

@media (max-width: 768px) {.meet_us_3 {
    padding: 70px 0;
}.meet_us_3 .container {
    padding: 0 20px;
}.meet_us_3 h1 {
    margin-bottom: 35px;
    font-size: calc(48px - 10px);
}.meet_us_3 h4 {
    font-size: calc(32px - 6px);
}.meet_us_3 span {
    line-height: 1.6;
    padding: 20px;
}.meet_us_3 span::first-letter {
    font-size: 2em;
}.meet_us_3::after {
    height: 50%;
    width: 80%;
}
}

@media (max-width: 576px) {.meet_us_3 {
    padding: 50px 0;
}.meet_us_3 .container {
    padding: 0 15px;
}.meet_us_3 h1 {
    font-size: calc(48px - 14px);
    margin-bottom: 30px;
}.meet_us_3 h1::after {
    bottom: -10px;
    height: 3px;
}.meet_us_3 h4 {
    margin-bottom: 10px;
    font-size: calc(32px - 8px);
}.meet_us_3 span {
    padding: 15px;
    line-height: 1.5;
    font-size: calc(16px - 2px);
}.meet_us_3 span::first-letter {
    font-size: 1.8em;
    margin-right: 5px;
}}.contact_us_4 {
    position: relative;
    padding: 80px 0;
}.contact_us_4::before {
    position: absolute;
    right: 0;
    content: "";
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    z-index: 1;
    bottom: 0;
}.contact_us_4 .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.contact_us_4 .query_widget_5 {
    border-radius: 0;
    grid-template-columns: 45% 55%;
    display: grid;
    overflow: hidden;
    position: relative;
    background: #ffffff;
}.contact_us_4 .query_widget_5::before {
    position: absolute;
    left: -150px;
    z-index: 0;
    content: "";
    width: 300px;
    border-radius: 50%;
    background: rgb(197,225,195,0.5);
    top: -150px;
    height: 300px;
}.contact_us_4 .query_widget_5::after {
    height: 300px;
    position: absolute;
    bottom: -150px;
    right: -150px;
    content: "";
    background: rgb(161,202,158,0.5);
    width: 300px;
    border-radius: 50%;
    z-index: 0;
}.contact_us_4 .feedback_message_9 {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    padding: 50px;
    z-index: 1;
    position: relative;
}.contact_us_4 .feedback_message_9 h3 {
    margin-bottom: 40px;
    font-size: 35px;
    position: relative;
    color: rgb(197,225,195);
    font-weight: 700;
}.contact_us_4 .feedback_message_9 h3::after {
    height: 4px;
    position: absolute;
    content: "";
    bottom: -15px;
    width: 60px;
    background-color: rgb(161,202,158);
    left: 0;
}.contact_us_4 .feedback_message_9 div {
    align-items: center;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
    margin-bottom: 30px;
    display: flex;
}.contact_us_4 .feedback_message_9 div:last-of-type {
    border-bottom: none;
}.contact_us_4 .feedback_message_9 div svg {
    flex-shrink: 0;
    width: 24px;
    margin-right: 15px;
    height: 24px;
}.contact_us_4 .feedback_message_9 div svg path {
    transition: fill 0.3s ease;
    fill: rgb(197,225,195);
}.contact_us_4 .feedback_message_9 div:hover svg path {
    fill: rgb(161,202,158);
}.contact_us_4 .feedback_message_9 div span {
    color: #000000;
    font-size: 17px;
}.contact_us_4 .feedback_message_9 div span a {
    color: #000000;
    transition: color 0.3s ease;
    text-decoration: none;
}.contact_us_4 .feedback_message_9 div span a:hover {
    color: rgb(197,225,195);
}.contact_us_4 .query_message_1 {
    z-index: 1;
    padding: 50px;
    position: relative;
    background-color: #ffffff;
}.contact_us_4 .query_message_1 h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 30px;
}.contact_us_4 form {
    flex-direction: column;
    display: flex;
}.contact_us_4 form input[type="text"],
.contact_us_4 form input[type="email"] {
    border: none;
    transition: all 0.3s ease;
    background-color: rgb(229,242,228);
    border-radius: 10px;
    height: 55px;
    padding: 0 20px;
    color: #000000;
    margin-bottom: 20px;
    font-size: 17px;
}.contact_us_4 form input[type="text"]:focus,
.contact_us_4 form input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgb(197,225,195,0.5);
    outline: none;
}.contact_us_4 form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.contact_us_4 .reach_box_0 {
    margin-bottom: 25px;
    position: relative;
}.contact_us_4 .reach_box_0 input[type="checkbox"] {
    width: 0;
    opacity: 0;
    cursor: pointer;
    height: 0;
    position: absolute;
}.contact_us_4 .reach_box_0 label {
    position: relative;
    line-height: 1.6;
    font-size: 14px;
    color: #000000;
    display: block;
    padding-left: 35px;
    cursor: pointer;
}.contact_us_4 .reach_box_0 label::before {
    left: 0;
    transition: all 0.3s ease;
    content: "";
    top: 2px;
    width: 20px;
    position: absolute;
    height: 20px;
    background-color: rgb(229,242,228);
    border-radius: 10px;
}.contact_us_4 .reach_box_0 input[type="checkbox"]:checked + label::before {
    background-color: rgb(197,225,195);
}.contact_us_4 .reach_box_0 input[type="checkbox"]:checked + label::after {
    top: 3px;
    content: "";
    border-width: 0 2px 2px 0;
    left: 7px;
    height: 12px;
    width: 6px;
    transform: rotate(45deg);
    border: solid #ffffff;
    position: absolute;
}.contact_us_4 .reach_box_0 label a {
    text-decoration: none;
    color: rgb(197,225,195);
    transition: all 0.3s ease;
}.contact_us_4 .reach_box_0 label a:hover {
    color: rgb(161,202,158);
    text-decoration: underline;
}.contact_us_4 form .query_inquiry_3 {
    padding: 16px 30px;
    align-self: flex-start;
    font-weight: 600;
    display: inline-block;
    background-color: rgb(197,225,195);
    font-size: 19px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #ffffff;
    border-radius: 10px;
    border: none;
}.contact_us_4 form .query_inquiry_3:hover {
    background-color: rgb(161,202,158);
}@keyframes borderPulse {
    0% {
        border-color: rgba(0, 0, 0, 0.1);
    }
    50% {
        border-color: rgb(197,225,195,0.5);
    }
    100% {
        border-color: rgba(0, 0, 0, 0.1);
    }
}

.contact_us_4 .feedback_message_9 div {
    animation: borderPulse 3s infinite;
    animation-delay: calc(var(--n) * 0.5s);
}.contact_us_4 .feedback_message_9 div:nth-child(2) {
    --n: 0;
}.contact_us_4 .feedback_message_9 div:nth-child(3) {
    --n: 1;
}.contact_us_4 .feedback_message_9 div:nth-child(4) {
    --n: 2;
}.contact_us_4 .feedback_message_9 div:nth-child(5) {
    --n: 3;
}

@media screen and (max-width: 992px) {.contact_us_4 .container {
    width: 90%;
}.contact_us_4 .query_widget_5 {
    grid-template-columns: 1fr;
}.contact_us_4 .feedback_message_9 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-right: none;
}
}

@media screen and (max-width: 576px) {.contact_us_4 {
    padding: 60px 0;
}.contact_us_4 .feedback_message_9,
    .contact_us_4 .query_message_1 {
    padding: 30px 20px;
}.contact_us_4 .feedback_message_9 h3 {
    font-size: calc(35px * 0.8);
}.contact_us_4 form input[type="text"],
    .contact_us_4 form input[type="email"] {
    height: 50px;
}.contact_us_4 form .query_inquiry_3 {
    width: 100%;
    padding: 14px 20px;
}}.educational_yield_5 {
    overflow: hidden;
    position: relative;
    background: rgb(197,225,195);
    padding: 120px 0 160px;
}.educational_yield_5::before {
    left: 0;
    width: 100%;
    animation: gridShift 25s linear infinite;
    opacity: 0.07;
    position: absolute;
    top: 0;
    background-size: 60px 60px;
    height: 100%;
    content: '';
    background-image: linear-gradient(0deg, transparent 24%, rgb(197,225,195,0.5) 25%, rgb(197,225,195,0.5) 26%, transparent 27%, transparent 74%, rgb(197,225,195,0.5) 75%, rgb(197,225,195,0.5) 76%, transparent 77%, transparent),
    linear-gradient(90deg, transparent 24%, rgb(197,225,195,0.5) 25%, rgb(197,225,195,0.5) 26%, transparent 27%, transparent 74%, rgb(197,225,195,0.5) 75%, rgb(197,225,195,0.5) 76%, transparent 77%, transparent);
}.educational_yield_5::after {
    background: linear-gradient(to top, #000000, transparent);
    z-index: 1;
    height: 200px;
    bottom: 0;
    left: 0;
    content: '';
    position: absolute;
    width: 100%;
}.educational_yield_5 .expert_team_6 {
    padding: 0 20px;
    flex-direction: column;
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}.educational_yield_5 h2 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-weight: 700;
    font-size: 41px;
    letter-spacing: 2px;
    color: #ffffff;
    margin-bottom: 50px;
    padding-bottom: 25px;
}.educational_yield_5 h2::after {
    bottom: 0;
    content: '';
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(197,225,195), rgb(161,202,158));
    width: 100px;
    height: 3px;
    left: 50%;
}.educational_yield_5 h2::before {
    content: '';
    height: 1px;
    width: 80px;
    left: 50%;
    background: #ffffff;
    bottom: -5px;
    position: absolute;
    transform: translateX(-50%);
    opacity: 0.3;
}.educational_yield_5 .img_banner_8 {
    margin-bottom: 80px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
    position: relative;
    transform: perspective(1000px) rotateX(5deg);
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    height: 400px;
}.educational_yield_5 .img_banner_8::before {
    width: 100%;
    content: '';
    top: 0;
    background: linear-gradient(45deg, rgb(197,225,195,0.5) 0%, transparent 40%);
    z-index: 1;
    position: absolute;
    height: 100%;
    left: 0;
}.educational_yield_5 .img_banner_8::after {
    width: 100%;
    position: absolute;
    z-index: 2;
    right: 0;
    content: '';
    height: 40%;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
}.educational_yield_5 .text_main_holder {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    position: relative;
    width: 100%;
    gap: 30px;
}.educational_yield_5 .text_main_holder::before {
    content: '';
    opacity: 0.8;
    height: 40px;
    background: rgb(161,202,158);
    transform: translateX(-50%);
    position: absolute;
    top: -60px;
    width: 2px;
    left: 50%;
}.educational_yield_5 .text_main_holder::after {
    left: 50%;
    border: 2px solid rgb(161,202,158);
    top: -80px;
    position: absolute;
    transform: translateX(-50%) rotate(45deg);
    content: '';
    width: 20px;
    height: 20px;
    opacity: 0.8;
}.educational_yield_5 .text_main_holder > div {
    padding: 25px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgb(161,202,158,0.5);
    transform: translateY(50px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    position: relative;
    animation: floatUp 0.6s forwards;
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(10px);
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    gap: 20px;
    text-align: center;
    opacity: 0;
    animation-delay: calc(var(--i, 0) * 0.15s);
    align-items: center;
}.educational_yield_5 .text_main_holder > div:nth-child(1) {
    --i: 1;
}.educational_yield_5 .text_main_holder > div:nth-child(2) {
    --i: 2;
}.educational_yield_5 .text_main_holder > div:nth-child(3) {
    --i: 3;
}.educational_yield_5 .text_main_holder > div:nth-child(4) {
    --i: 4;
}.educational_yield_5 .text_main_holder > div:nth-child(5) {
    --i: 5;
}.educational_yield_5 .text_main_holder > div:nth-child(6) {
    --i: 6;
}.educational_yield_5 .text_main_holder > div::before {
    z-index: -1;
    bottom: -2px;
    right: -2px;
    opacity: 0;
    top: -2px;
    background: linear-gradient(45deg, rgb(197,225,195,0.5) 0%, transparent 20%, transparent 80%, rgb(161,202,158,0.5) 100%);
    transition: opacity 0.3s ease;
    border-radius: calc(10px + 1px);
    left: -2px;
    content: '';
    position: absolute;
}.educational_yield_5 .text_main_holder > div:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transform: translateY(-10px);
}.educational_yield_5 .text_main_holder > div:hover::before {
    opacity: 1;
}.educational_yield_5 .text_main_holder svg {
    height: 50px;
    border: 1px solid rgb(197,225,195,0.5);
    border-radius: 50%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 50px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2),
                0 0 15px rgb(197,225,195,0.5);
    background: rgba(0, 0, 0, 0.4);
    padding: 10px;
}.educational_yield_5 .text_main_holder > div:hover svg {
    transform: scale(1.1);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3),
                0 0 20px rgb(197,225,195);
}.educational_yield_5 .text_main_holder svg path {
    fill: rgb(161,202,158);
    transition: fill 0.3s ease;
}.educational_yield_5 .text_main_holder > div:hover svg path {
    fill: rgb(197,225,195);
}.educational_yield_5 .text_main_holder p {
    line-height: 1.5;
    position: relative;
    color: #ffffff;
    font-size: 18px;
    margin: 0;
}

@keyframes gridShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

@keyframes floatUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 992px) {.educational_yield_5 .text_main_holder {
    grid-template-columns: repeat(2, 1fr);
}.educational_yield_5 .img_banner_8 {
    height: 350px;
    margin-bottom: 60px;
}
}

@media (max-width: 768px) {.educational_yield_5 {
    padding: 80px 0 120px;
}.educational_yield_5 h2 {
    font-size: calc(41px * 0.8);
    margin-bottom: 40px;
}.educational_yield_5 .img_banner_8 {
    margin-bottom: 50px;
    height: 300px;
}
}

@media (max-width: 576px) {.educational_yield_5 {
    padding: 60px 0 100px;
}.educational_yield_5 .text_main_holder {
    gap: 25px;
    grid-template-columns: 1fr;
}.educational_yield_5 .img_banner_8 {
    margin-bottom: 40px;
    height: 250px;
}.educational_yield_5 h2 {
    padding-bottom: 20px;
    font-size: 29px;
}.educational_yield_5 .text_main_holder svg {
    height: 45px;
    padding: 8px;
    width: 45px;
}}.primary_page_3 {
    background: linear-gradient(135deg, rgb(229,242,228) 0%, rgba(94,170,168,0.1) 100%);
    overflow: hidden;
    padding: 4rem 2rem;
    position: relative;
}.primary_page_3::before {
    position: absolute;
    content: "";
    background-size: 50px 50px;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgba(94,170,168,0.1) 49.5%, rgba(94,170,168,0.1) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgba(94,170,168,0.1) 49.5%, rgba(94,170,168,0.1) 50.5%, transparent 50.5%);
    right: 0;
    bottom: 0;
    opacity: 0.5;
    top: 0;
    left: 0;
    z-index: 0;
    animation: backgroundShift 60s linear infinite;
}@keyframes backgroundShift {
    0% { background-position: 0 0; }
    100% { background-position: 100px 100px; }
}

.primary_page_3 h1 {
    z-index: 2;
    transform: translateY(0);
    text-align: center;
    margin-bottom: 2rem;
    letter-spacing: 1px;
    opacity: 1;
    color: rgb(161,202,158);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    font-weight: 600;
    font-size: 24px;
}.primary_page_3 .expert_team_6 {
    gap: 2rem;
    display: flex;
    z-index: 1;
    flex-direction: column;
    position: relative;
}.primary_page_3 .headline_wrap_6 {
    box-shadow: 0 10px 30px rgba(94,170,168,0.15);
    flex: 1;
    opacity: 1;
    position: relative;
    border-left: 4px solid rgb(161,202,158);
    background: linear-gradient(to right, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    backdrop-filter: blur(10px);
    z-index: 3;
    transform: translateX(0);
    padding: 2.5rem;
}.primary_page_3 .headline_wrap_6::before {
    position: absolute;
    z-index: -1;
    content: "";
    top: 0;
    opacity: 0.3;
    left: 0;
    height: 100%;
    background: linear-gradient(45deg, transparent 98%, rgb(161,202,158) 98%);
    width: 100%;
}.primary_page_3 ol {
    margin: 0;
    padding: 0;
    list-style: none;
}.primary_page_3 li {
    margin-bottom: 2rem;
}.primary_page_3 li:last-child {
    margin-bottom: 0;
}.primary_page_3 .learn_base_5 {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}.primary_page_3 svg {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 120px;
    transform: translateY(0) rotate(0);
    width: 120px;
    margin-bottom: 1.5rem;
    filter: drop-shadow(0 4px 6px rgba(94,170,168,0.2));
}.primary_page_3 svg:hover {
    transform: translateY(-5px) rotate(2deg);
}.primary_page_3 svg path {
    fill: rgb(94,170,168);
    transition: fill 0.3s ease;
}.primary_page_3 svg text {
    transition: fill 0.3s ease;
    fill: rgb(94,170,168);
    font-family: Arial, sans-serif;
}.primary_page_3 .learn_base_5 p {
    color: #000000;
    font-size: calc(18px * 1.1);
    position: relative;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    max-width: 90%;
}.primary_page_3 .query_inquiry_3 {
    color: #ffffff;
    transform: translateY(0);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(94,170,168,0.2);
    font-size: 14px;
    text-align: center;
    border: none;
    letter-spacing: 0.5px;
    padding: 1rem 2rem;
    text-decoration: none;
    background: linear-gradient(135deg, rgb(161,202,158) 0%, rgba(94,170,168,0.9) 100%);
    position: relative;
    overflow: hidden;
    display: inline-block;
}.primary_page_3 .query_inquiry_3::before {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    position: absolute;
    height: 100%;
    width: 100%;
    left: -100%;
    top: 0;
    transition: left 0.7s ease;
    content: "";
}.primary_page_3 .query_inquiry_3:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(94,170,168,0.3);
}.primary_page_3 .query_inquiry_3:hover::before {
    left: 100%;
}.primary_page_3 .img_banner_8 {
    overflow: hidden;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    transform: scale(1);
    height: 300px;
    width: 100%;
}.primary_page_3 .img_banner_8::before {
    position: absolute;
    content: "";
    top: 0;
    z-index: 1;
    left: 0;
    background: linear-gradient(to bottom, transparent 70%, rgba(94,170,168,0.4));
    right: 0;
    bottom: 0;
}.primary_page_3 .img_banner_8::after {
    transition: opacity 0.5s ease;
    position: absolute;
    content: "";
    bottom: 0;
    z-index: 1;
    top: 0;
    mix-blend-mode: color;
    right: 0;
    background: rgba(94,170,168,0.2);
    left: 0;
    opacity: 0;
}.primary_page_3 .img_banner_8:hover {
    transform: scale(1.02);
}.primary_page_3 .img_banner_8:hover::after {
    opacity: 1;
}

@media (min-width: 768px) {.primary_page_3 {
    padding: 6rem 3rem;
}.primary_page_3::before {
    background-size: 80px 80px;
}.primary_page_3 h1 {
    font-size: calc(24px * 1.2);
    margin-bottom: 3rem;
}.primary_page_3 .expert_team_6 {
    flex-direction: row;
    align-items: center;
}.primary_page_3 .headline_wrap_6 {
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
    margin-right: -4rem;
    padding: 3rem;
}.primary_page_3 .img_banner_8 {
    height: 450px;
    flex: 1;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
}.primary_page_3 svg {
    width: 150px;
    height: 150px;
}.primary_page_3 .learn_base_5 p {
    max-width: 80%;
    font-size: calc(18px * 1.2);
}.primary_page_3 .query_inquiry_3 {
    padding: 1.2rem 2.5rem;
}
}

@media (min-width: 992px) {.primary_page_3 {
    padding: 8rem 5rem;
}.primary_page_3 h1 {
    font-size: calc(24px * 1.4);
}.primary_page_3 .headline_wrap_6 {
    transform: translateX(2rem);
    padding: 4rem;
}.primary_page_3 .img_banner_8 {
    transform: translateX(-2rem);
    height: 550px;
}.primary_page_3 svg {
    height: 180px;
    width: 180px;
}.primary_page_3 .learn_base_5 p {
    max-width: 70%;
    font-size: calc(18px * 1.3);
}.primary_page_3 .query_inquiry_3 {
    padding: 1.3rem 3rem;
}
}

@media (max-width: 767px) {.primary_page_3 .headline_wrap_6 {
    padding: 2rem;
}.primary_page_3 h1 {
    font-size: 16px;
}.primary_page_3 .learn_base_5 p {
    font-size: 18px;
}.primary_page_3 .query_inquiry_3 {
    padding: 1rem;
    width: 100%;
}
}

@media (prefers-reduced-motion: reduce) {.primary_page_3::before {
    animation: none;
}.primary_page_3 h1,
    .primary_page_3 .headline_wrap_6,
    .primary_page_3 svg,
    .primary_page_3 .query_inquiry_3,
    .primary_page_3 .img_banner_8 {
    transition: none;
}.primary_page_3 svg:hover,
    .primary_page_3 .query_inquiry_3:hover,
    .primary_page_3 .img_banner_8:hover {
    transform: none;
}}.get_updates_5 {
    border-radius: 29px;
    background: rgb(229,242,228);
    overflow: hidden;
    padding: 4rem 2rem;
    position: relative;
    transform: rotateZ(-2deg) scale(0.98);
}.get_updates_5 .container {
    z-index: 3;
    transform: rotateZ(2deg) scale(1.02);
    position: relative;
}.get_updates_5 .expert_team_6 {
    position: relative;
    flex-direction: column;
    display: flex;
}.get_updates_5::before,
.get_updates_5::after {
    content: "";
    border-radius: 29px;
    position: absolute;
}.get_updates_5::before {
    transform: translateY(-10px);
    filter: blur(15px);
    z-index: 1;
    bottom: 20px;
    animation: float 6s ease-in-out infinite;
    top: 20px;
    background: linear-gradient(to bottom, rgb(197,225,195,0.5), transparent);
    right: 20px;
    left: 20px;
}.get_updates_5::after {
    animation: rotate 120s linear infinite;
    z-index: 0;
    right: -20px;
    background: repeating-linear-gradient(
        45deg,
        rgb(161,202,158,0.5),
        rgb(161,202,158,0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    bottom: -20px;
    opacity: 0.1;
    top: -20px;
    left: -20px;
}.get_updates_5 p {
    z-index: 2;
    font-family: Arial, sans-serif;
    color: #000000;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
    font-size: 19px;
    font-weight: 700;
    position: relative;
    padding-bottom: 1rem;
    text-align: left;
    margin-bottom: 2rem;
}.get_updates_5 p::after {
    width: 80%;
    position: absolute;
    background: linear-gradient(to right, rgb(197,225,195), transparent);
    height: 4px;
    bottom: 0;
    left: 0;
    content: "";
}.get_updates_5 .input_holder {
    display: flex;
    transition: transform 0.3s ease;
    border-radius: 10px;
    background: #ffffff;
    flex-direction: column;
    position: relative;
    gap: 1.5rem;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(161,202,158,0.5);
    padding: 1.5rem;
    transform: translateY(0);
}.get_updates_5 .input_holder:hover {
    transform: translateY(-5px);
}.get_updates_5 .input_holder::before {
    content: "";
    transition: opacity 0.3s ease;
    width: 100%;
    z-index: -1;
    position: absolute;
    filter: blur(10px);
    opacity: 0;
    border-radius: 10px;
    background: rgb(197,225,195,0.5);
    left: 10px;
    height: 100%;
    top: 10px;
}.get_updates_5 .input_holder:hover::before {
    opacity: 0.5;
}.get_updates_5 .updates_fieldset_6 {
    background-color: rgb(229,242,228);
    padding: 1rem 1.5rem;
    border-bottom: 3px solid rgb(161,202,158,0.5);
    border-radius: 10px 10px 0 0;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    width: 100%;
    border: none;
    font-size: 18px;
}.get_updates_5 .updates_fieldset_6:focus {
    background-color: #ffffff;
    border-bottom-color: rgb(161,202,158);
    outline: none;
}.get_updates_5 .sub_backdrop_0 {
    font-size: 14px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    padding: 1.2rem 2rem;
    cursor: pointer;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    background: rgb(197,225,195);
    color: #ffffff;
    align-self: stretch;
    font-weight: 600;
    border: none;
}.get_updates_5 .sub_backdrop_0::before {
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
    left: -100%;
    transition: all 0.5s ease;
    width: 100%;
}.get_updates_5 .sub_backdrop_0:hover {
    background: rgb(161,202,158);
    box-shadow: 0 5px 15px rgb(197,225,195,0.5);
}.get_updates_5 .sub_backdrop_0:hover::before {
    left: 100%;
}

@keyframes float {
    0%, 100% {
        transform: translateY(-10px);
    }
    50% {
        transform: translateY(10px);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (min-width: 768px) {.get_updates_5 {
    padding: 5rem 3rem;
}.get_updates_5 p {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
    max-width: 70%;
    font-size: 31px;
}.get_updates_5 .input_holder {
    padding: 2rem;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
}

@media screen and (min-width: 992px) {.get_updates_5 .expert_team_6 {
    grid-template-columns: 1fr;
    gap: 2rem;
    grid-template-rows: auto auto;
    display: grid;
}.get_updates_5 p {
    max-width: 60%;
    grid-row: 1;
    margin-bottom: 0;
}.get_updates_5 .input_holder {
    max-width: 90%;
    gap: 1rem;
    align-items: stretch;
    flex-direction: row;
    grid-row: 2;
}.get_updates_5 .updates_fieldset_6 {
    border-left: 3px solid rgb(161,202,158,0.5);
    flex: 1;
    border: none;
    border-radius: 10px;
}.get_updates_5 .updates_fieldset_6:focus {
    border-left-color: rgb(161,202,158);
}
}