﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.cookie_ctrl_local {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    scroll-behavior: smooth;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
}.container {
    width: 1270px;
    max-width: 100%;
    margin: auto;
}.head_sitebar_local {
    flex: 1 0 auto;
}.wrapper-viewport_local {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.program_overview_local {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(226,233,225) 40%, rgb(192,208,191,0.5) 140%);
    overflow: hidden;
    position: relative;
}.program_overview_local::before {
    width: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0.07;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(255, 255, 255, 0.5) 0px,
        rgb(255, 255, 255, 0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    content: "";
}.program_overview_local::after {
    pointer-events: none;
    transform: rotate(-15deg);
    content: "";
    width: 60%;
    background: radial-gradient(circle at center, rgb(192,208,191,0.5) 10%, transparent 70%);
    position: absolute;
    top: -50%;
    height: 200%;
    opacity: 0.1;
    right: -20%;
}.program_overview_local .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
}.program_overview_local .learn_skills_local {
    transform: perspective(1200px) rotateY(-2deg);
    display: flex;
    background: #ffffff;
    flex-direction: column;
    border-left: 4px solid rgb(192,208,191);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.3, 0.96);
}.program_overview_local .learn_skills_local:hover {
    transform: perspective(1200px) rotateY(0deg);
}.program_overview_local .image_item_local {
    transition: all 0.5s cubic-bezier(0.17, 0.67, 0.3, 0.96);
    position: relative;
    height: 300px;
    transform-origin: center center;
    overflow: hidden;
}.program_overview_local .image_item_local::before {
    opacity: 0.7;
    bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    right: 0;
    background: linear-gradient(
        to bottom,
        transparent 70%, 
        #000000 100%
    );
    content: "";
}.program_overview_local .image_item_local::after {
    top: -10%;
    transition: transform 0.5s ease;
    height: 120%;
    content: "";
    transform: scale(1.05);
    left: -10%;
    background: rgb(192,208,191);
    mix-blend-mode: overlay;
    width: 120%;
    opacity: 0.2;
    position: absolute;
}.program_overview_local .learn_skills_local:hover .image_item_local::after {
    transform: scale(1);
}.program_overview_local .text_banner_local {
    background: #ffffff;
    padding: 40px;
    position: relative;
}.program_overview_local .text_banner_local::before {
    top: 0;
    width: 100px;
    left: 0;
    background: linear-gradient(90deg, rgb(192,208,191) 0%, transparent 100%);
    position: absolute;
    height: 3px;
    content: "";
}.program_overview_local h3 {
    transform-origin: left center;
    transition: transform 0.3s ease;
    font-family: Arial, sans-serif;
    margin-bottom: 24px;
    color: #000000;
    font-size: calc(19px * 1.1);
    line-height: 1.4;
    position: relative;
    letter-spacing: -0.02em;
    font-weight: 700;
}.program_overview_local .learn_skills_local:hover h3 {
    color: rgb(192,208,191);
    transform: translateX(5px);
}.program_overview_local p.description {
    position: relative;
    line-height: 1.75;
    overflow-y: auto;
    color: #000000;
    max-height: 250px;
    font-family: Arial, sans-serif;
    font-size: 17px;
    padding-right: 15px;
    margin-bottom: 24px;
}.program_overview_local p.description::-webkit-scrollbar {
    width: 4px;
}.program_overview_local p.description::-webkit-scrollbar-track {
    background: rgb(226,233,225);
}.program_overview_local p.description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(192,208,191,0.5);
}.program_overview_local span.description {
    display: none;
}.program_overview_local .text_banner_local div {
    position: relative;
}.program_overview_local .text_banner_local div::after {
    pointer-events: none;
    width: 100%;
    height: 40px;
    content: "";
    opacity: 0.8;
    background: linear-gradient(to top, #ffffff 0%, transparent 100%);
    left: 0;
    position: absolute;
    bottom: 0;
}

@media (min-width: 768px) {.program_overview_local .learn_skills_local {
    flex-direction: row;
    max-height: 600px;
}.program_overview_local .image_item_local {
    transform: translateX(-10px);
    height: auto;
    width: 45%;
    transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.3, 0.96);
}.program_overview_local .learn_skills_local:hover .image_item_local {
    transform: translateX(0);
}.program_overview_local .text_banner_local {
    justify-content: center;
    display: flex;
    width: 55%;
    flex-direction: column;
}.program_overview_local h3 {
    font-size: 19px;
}.program_overview_local p.description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.program_overview_local {
    padding: 150px 0;
}.program_overview_local .learn_skills_local {
    max-height: 550px;
}.program_overview_local .image_item_local {
    transform: translateX(-20px);
}.program_overview_local .text_banner_local {
    padding: 60px;
}.program_overview_local h3 {
    font-size: calc(34px * 0.7);
    margin-bottom: 30px;
}.program_overview_local p.description {
    font-size: calc(17px * 1.05);
    line-height: 1.8;
    max-height: 300px;
}
}

@media (max-width: 767px) {.program_overview_local {
    padding: 80px 0;
}.program_overview_local .learn_skills_local {
    transform: perspective(1200px) rotateY(0deg);
}.program_overview_local .text_banner_local {
    padding: 30px 20px;
}.program_overview_local h3 {
    margin-bottom: 20px;
    font-size: calc(19px * 0.95);
}.program_overview_local p.description {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 480px) {.program_overview_local {
    padding: 60px 0;
}.program_overview_local .image_item_local {
    height: 200px;
}.program_overview_local .text_banner_local {
    padding: 25px 15px;
}.program_overview_local h3 {
    font-size: calc(19px * 0.9);
    margin-bottom: 15px;
}}.primary_page_local {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(153,173,152,0.5), rgb(192,208,191), rgb(153,173,152));
    min-height: 100vh;
    position: relative;
    padding: 3rem 0;
}.primary_page_local::before {
    left: 0;
    height: 100%;
    pointer-events: none;
    content: '';
    width: 100%;
    z-index: 1;
    position: absolute;
    background: 
        radial-gradient(circle at 70% 30%, rgba(255,255,255,0.1) 0%, transparent 70%),
        linear-gradient(to bottom, transparent, rgba(0,0,0,0.1));
    top: 0;
}.primary_page_local .our_ethos_local {
    grid-template-columns: 1fr;
    max-width: 1400px;
    z-index: 2;
    gap: 2rem;
    display: grid;
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
}.primary_page_local .text_banner_local {
    flex-direction: column;
    padding: 2rem;
    background: rgba(255,255,255,0.9);
    display: flex;
    backdrop-filter: blur(10px);
    transform: translateY(0);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    border-left: 4px solid rgb(192,208,191);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    justify-content: center;
}.primary_page_local .text_banner_local:hover {
    transform: translateY(-5px);
}.primary_page_local h1 {
    position: relative;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: clamp(1.8rem, 4vw, 34px);
}.primary_page_local h1::after {
    transition: transform 0.4s ease-out;
    height: 4px;
    transform: scaleX(1);
    transform-origin: left;
    background: rgb(192,208,191);
    width: 80px;
    position: absolute;
    bottom: -10px;
    content: '';
    left: 0;
}.primary_page_local .text_banner_local:hover h1::after {
    transform: scaleX(1.5);
}.primary_page_local .learning_intro_local {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
    align-items: flex-start;
}.primary_page_local .learning_intro_local svg {
    width: 80px;
    height: 80px;
    margin-bottom: 1.5rem;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
    transform: rotate(-5deg);
}.primary_page_local .text_banner_local:hover .learning_intro_local svg {
    transform: rotate(0deg) scale(1.05);
}.primary_page_local .learning_intro_local svg path {
    transition: fill 0.3s ease;
    fill: rgb(192,208,191);
}.primary_page_local .learning_intro_local svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
    fill: rgb(192,208,191);
}.primary_page_local .learning_intro_local p {
    color: #000000;
    max-width: 650px;
    padding-left: 1rem;
    margin-bottom: 1rem;
    line-height: 1.6;
    font-size: clamp(1rem, 2vw, 17px);
    border-left: 2px solid rgb(153,173,152,0.5);
    position: relative;
}.primary_page_local ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.primary_page_local ul li {
    display: inline-block;
}.primary_page_local .feedback_form_local {
    position: relative;
    font-size: 17px;
    padding: 0.9rem 2rem;
    text-transform: uppercase;
    background: rgb(192,208,191);
    box-shadow: 0 4px 15px rgba(rgb(192,208,191), 0.3);
    border: none;
    letter-spacing: 1px;
    z-index: 1;
    font-weight: 600;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
}.primary_page_local .feedback_form_local::before {
    height: 100%;
    z-index: -1;
    transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    background: rgb(153,173,152);
    width: 100%;
    top: 0;
    content: '';
    position: absolute;
    left: -100%;
}.primary_page_local .feedback_form_local:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(rgb(192,208,191), 0.4);
}.primary_page_local .feedback_form_local:hover::before {
    left: 0;
}.primary_page_local .image_item_local {
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    overflow: hidden;
    transform: perspective(1000px) rotateY(-3deg);
    position: relative;
    height: 300px;
    transition: transform 0.5s ease;
}.primary_page_local .image_item_local::after {
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to right, rgba(94,170,168,0.4), transparent);
    height: 100%;
    pointer-events: none;
    content: '';
    width: 100%;
}

@media (min-width: 768px) {.primary_page_local .our_ethos_local {
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    padding: 2rem;
    align-items: center;
}.primary_page_local .image_item_local {
    height: 450px;
    transform: perspective(1000px) rotateY(-5deg);
}.primary_page_local .image_item_local:hover {
    transform: perspective(1000px) rotateY(-2deg) scale(1.02);
}.primary_page_local .text_banner_local {
    padding: 3rem;
}
}

@media (min-width: 992px) {.primary_page_local {
    padding: 5rem 0;
}.primary_page_local .our_ethos_local {
    gap: 5rem;
}.primary_page_local .text_banner_local {
    padding: 4rem;
}.primary_page_local .image_item_local {
    height: 550px;
}.primary_page_local .learning_intro_local svg {
    width: 100px;
    height: 100px;
}
}

@media (max-width: 767px) {.primary_page_local .our_ethos_local {
    flex-direction: column-reverse;
    display: flex;
}.primary_page_local h1 {
    font-size: 1.8rem;
}.primary_page_local .image_item_local {
    transform: perspective(800px) rotateY(0);
    margin-bottom: 1rem;
}.primary_page_local .text_banner_local {
    transform: translateY(0);
}
}

@media (max-width: 480px) {.primary_page_local .text_banner_local {
    padding: 1.5rem;
}.primary_page_local h1 {
    font-size: 1.5rem;
}.primary_page_local .feedback_form_local {
    text-align: center;
    padding: 0.8rem 1rem;
    width: 100%;
}.primary_page_local .learning_intro_local svg {
    height: 60px;
    width: 60px;
}}.thanksZone_local {
    background: linear-gradient(135deg, hsl(210, 40%, 95%), hsl(210, 40%, 98%));
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}.thanksZone_local::before {
    height: 200%;
    width: 120%;
    position: absolute;
    top: -50%;
    content: "";
    background: radial-gradient(circle at 20% 30%, rgb(192,208,191,0.5), transparent 60%);
    left: -20%;
    opacity: 0.2;
    z-index: 0;
    transform: rotate(-15deg);
}.thanksZone_local::after {
    content: "";
    height: 70%;
    opacity: 0.15;
    position: absolute;
    bottom: -10%;
    width: 70%;
    z-index: 0;
    background: radial-gradient(circle at 80% 80%, rgb(153,173,152,0.5), transparent 60%);
    right: -10%;
}.thanksZone_local .container {
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
}.thanksZone_local .our_ethos_local {
    background: #ffffff;
    position: relative;
    border-radius: 16px;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s ease;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.05),
        -20px -20px 60px rgba(255, 255, 255, 0.9),
        inset 5px 5px 10px rgba(255, 255, 255, 0.8),
        inset -5px -5px 10px rgba(0, 0, 0, 0.03);
    padding: 3.5rem;
    clip-path: polygon(
        0 0,
        100% 0,
        98% 98%,
        2% 100%
    );
}.thanksZone_local .our_ethos_local:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.07),
        -25px -25px 70px rgba(255, 255, 255, 1),
        inset 5px 5px 10px rgba(255, 255, 255, 0.9),
        inset -5px -5px 10px rgba(0, 0, 0, 0.04);
}.thanksZone_local .our_ethos_local > div:first-child {
    position: relative;
    margin-bottom: 2rem;
    overflow: hidden;
    padding-bottom: 1.5rem;
}.thanksZone_local .our_ethos_local > div:first-child::after {
    width: 100%;
    bottom: 0;
    height: 3px;
    left: 0;
    position: absolute;
    border-radius: 3px;
    background-size: 200% 100%;
    animation: gradientSlide 6s infinite ease-in-out;
    box-shadow: 0 2px 6px rgba(rgb(192,208,191,0.5), 0.2);
    content: "";
    background: linear-gradient(90deg, rgb(192,208,191), rgb(153,173,152), rgb(192,208,191));
}.thanksZone_local h5 {
    position: relative;
    padding-left: 1.2rem;
    margin: 0;
    color: #000000;
    font-size: calc(22px * 1.15);
    line-height: 1.4;
    transform: translateZ(0);
    font-weight: 700;
}.thanksZone_local h5::before {
    left: 0;
    box-shadow: 
        1px 1px 3px rgba(0, 0, 0, 0.1),
        -1px -1px 3px rgba(255, 255, 255, 0.7);
    height: 90%;
    background: rgb(192,208,191);
    border-radius: 3px;
    transform: translateZ(0);
    width: 6px;
    position: absolute;
    top: 0.1em;
    content: "";
}.thanksZone_local .our_ethos_local > div:last-child {
    transform: translateZ(0);
    transition: all 0.3s ease;
    padding: 0.5rem 0;
    position: relative;
}.thanksZone_local a {
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.03),
        -4px -4px 8px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.5);
    text-decoration: none;
    background: 
        linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(240, 245, 250, 0.5));
    display: block;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 12px;
    backdrop-filter: blur(8px);
    transform: translateZ(0);
    padding: 0.5rem 1.2rem;
}.thanksZone_local a:hover {
    box-shadow: 
        2px 2px 5px rgba(0, 0, 0, 0.02),
        -2px -2px 5px rgba(255, 255, 255, 0.7),
        inset 3px 3px 6px rgba(0, 0, 0, 0.03),
        inset -3px -3px 6px rgba(255, 255, 255, 0.7);
    transform: translateY(1px);
}.thanksZone_local a:active {
    box-shadow: 
        inset 4px 4px 8px rgba(0, 0, 0, 0.05),
        inset -4px -4px 8px rgba(255, 255, 255, 0.8);
    transform: translateY(2px);
}.thanksZone_local p {
    transition: all 0.3s ease;
    color: #000000;
    margin: 0;
    font-size: 16px;
    position: relative;
    line-height: 1.7;
    z-index: 1;
}

@keyframes gradientSlide {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@media (max-width: 991px) {.thanksZone_local {
    padding: 5rem 0;
}.thanksZone_local .our_ethos_local {
    transform: perspective(800px) rotateX(1deg);
    padding: 2.5rem;
}.thanksZone_local h5 {
    font-size: calc(22px * 1.05);
}.thanksZone_local .our_ethos_local > div:first-child {
    padding-bottom: 1.2rem;
    margin-bottom: 1.5rem;
}
}

@media (max-width: 767px) {.thanksZone_local {
    padding: 4rem 0;
}.thanksZone_local .our_ethos_local {
    padding: 2rem;
    clip-path: polygon(
            0 0,
            100% 0,
            97% 97%,
            3% 100%
        );
    transform: none;
}.thanksZone_local h5 {
    font-size: 22px;
    padding-left: 1rem;
}.thanksZone_local h5::before {
    width: 4px;
}.thanksZone_local a {
    padding: 0.5rem 1rem;
}.thanksZone_local p {
    font-size: calc(16px - 1px);
}
}

@media (max-width: 575px) {.thanksZone_local {
    padding: 3.5rem 0;
}.thanksZone_local .container {
    padding: 0 1.5rem;
}.thanksZone_local .our_ethos_local {
    padding: 1.75rem;
    border-radius: 12px;
    clip-path: polygon(
            0 0,
            100% 0,
            96% 96%,
            4% 100%
        );
}.thanksZone_local h5 {
    padding-left: 0.8rem;
    font-size: calc(22px - 2px);
}.thanksZone_local h5::before {
    width: 3px;
}.thanksZone_local .our_ethos_local > div:first-child {
    margin-bottom: 1.2rem;
    padding-bottom: 1rem;
}.thanksZone_local a {
    padding: 0.4rem 0.8rem;
    border-radius: 8px;
}.thanksZone_local p {
    font-size: calc(16px - 2px);
    line-height: 1.6;
}}header {
    margin-top: 0;
    overflow: visible;
    position: relative;
    z-index: 100;
    background: rgb(226,233,225);
    padding: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}header::before {
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    background: 
        linear-gradient(135deg, transparent 25%, rgba(rgb(192,208,191), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(225deg, transparent 25%, rgba(rgb(192,208,191), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(315deg, transparent 25%, rgba(rgb(192,208,191), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(45deg, transparent 25%, rgba(rgb(192,208,191), 0.03) 25%) 0 0 / 20px 20px;
    content: '';
    left: 0;
    z-index: 0;
}header::after {
    width: 100%;
    left: 0;
    transform: scaleX(0.7);
    transition: transform 0.5s ease;
    transform-origin: center;
    content: '';
    bottom: 0;
    height: 5px;
    background: linear-gradient(to right, 
        rgb(192,208,191), 
        rgb(153,173,152), 
        rgb(192,208,191)
    );
    position: absolute;
}header:hover::after {
    transform: scaleX(1);
}header .head_info_local {
    z-index: 5;
    padding: 1.3rem 2.5rem;
    position: relative;
    justify-content: space-between;
    align-items: center;
    display: flex;
}header .top_info_local {
    position: relative;
    perspective: 800px;
    margin-right: 2rem;
    flex: 0 0 auto;
}header .site_main_local {
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    display: block;
}header .site_main_local:hover {
    transform: rotateY(10deg) rotateX(5deg);
}header .site_main_local::before {
    top: 0;
    position: absolute;
    opacity: 0.1;
    transform: translateZ(-10px);
    content: '';
    width: 100%;
    background: rgb(192,208,191);
    filter: blur(10px);
    left: 0;
    height: 100%;
}header .site_main_local img {
    max-height: 40px;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
    transform: translateZ(20px);
}header .page_head_local {
    transform-style: preserve-3d;
    list-style: none;
    margin: 0;
    perspective: 1000px;
    display: flex;
    padding: 0;
    position: relative;
}header .page_head_local::before {
    height: 10px;
    top: 100%;
    width: 100%;
    left: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
    position: absolute;
    content: '';
    transform-origin: top;
    transform: rotateX(90deg);
}header .main_page_local {
    transform-style: preserve-3d;
    margin: 0 0.3rem;
    position: relative;
}header .main_page_local a {
    display: flex;
    font-weight: 600;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    justify-content: center;
    padding: 0.7rem 1.2rem;
    background: #ffffff;
    text-decoration: none;
    color: #000000;
    font-size: 18px;
    transform-style: preserve-3d;
    transform: translateZ(0);
    align-items: center;
    position: relative;
    transition: all 0.4s ease;
}header .main_page_local a::before {
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, 
        rgb(192,208,191,0.5) 0%, 
        rgb(153,173,152,0.5) 100%
    );
    opacity: 0;
    width: 100%;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    transform: translateZ(-5px);
    position: absolute;
    border-radius: 10px;
}header .main_page_local a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateZ(15px);
    color: #ffffff;
}header .main_page_local a:hover::before {
    opacity: 1;
}header .main_page_local a::after {
    bottom: -5px;
    transform: translateZ(-10px);
    background: rgb(192,208,191);
    right: 5px;
    position: absolute;
    left: 5px;
    transition: all 0.4s ease;
    height: 5px;
    content: '';
    opacity: 0;
}header .main_page_local a:hover::after {
    opacity: 0.3;
    bottom: -8px;
}header .head_info_local::before {
    position: absolute;
    background: linear-gradient(to right, 
        transparent, 
        rgb(192,208,191), 
        transparent
    );
    height: 1px;
    left: 35%;
    width: 30%;
    content: '';
    top: 0;
}.head_sitebar_local {
    padding-top: 2rem;
    position: relative;
    z-index: 1;
    background: #ffffff;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

@media (min-width: 1400px) {header .head_info_local {
    margin: 0 auto;
    max-width: 1320px;
}header .main_page_local {
    margin: 0 0.5rem;
}header .main_page_local a {
    padding: 0.7rem 1.5rem;
}
}

@media (max-width: 991px) {header .head_info_local {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .top_info_local {
    margin-right: 0;
    margin-bottom: 0;
}header .page_head_local {
    justify-content: flex-end;
    flex-basis: 100%;
    margin-top: 1rem;
}header .main_page_local a {
    font-size: calc(18px - 1px);
    padding: 0.6rem 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .head_info_local {
    padding: 0.8rem 1.5rem;
}header .top_info_local {
    max-width: 140px;
}header .site_main_local img {
    max-height: 35px;
}header .page_head_local {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    margin-top: 0.8rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}header .page_head_local::-webkit-scrollbar {
    height: 3px;
}header .page_head_local::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(192,208,191,0.5);
}header .main_page_local {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .main_page_local a {
    font-size: calc(18px - 2px);
    padding: 0.5rem 0.8rem;
    white-space: nowrap;
}
}

@media (max-width: 479px) {header .head_info_local {
    padding: 0.7rem 1.2rem;
}header .top_info_local {
    max-width: 120px;
}header .main_page_local a {
    padding: 0.4rem 0.6rem;
    font-size: calc(18px - 3px);
}header::after {
    height: 3px;
}
}

@supports not (transform-style: preserve-3d) {header .site_main_local:hover {
    transform: translateY(-3px);
}header .main_page_local a:hover {
    transform: translateY(-3px);
}}.get_support_local {
    position: relative;
    background: linear-gradient(135deg, rgb(226,233,225) 0%, rgba(245, 247, 250, 0.9) 100%);
    padding: 120px 0 100px;
    overflow: hidden;
}.get_support_local::before {
    transform: rotate(30deg);
    z-index: 0;
    height: 300px;
    animation: floating 8s infinite ease-in-out;
    width: 300px;
    position: absolute;
    top: -100px;
    border: 15px solid rgb(192,208,191,0.5);
    content: "";
    right: -100px;
}.get_support_local::after {
    position: absolute;
    animation: floating 10s infinite ease-in-out alternate;
    transform: rotate(-15deg);
    background: linear-gradient(45deg, rgb(153,173,152,0.5), transparent);
    bottom: -50px;
    height: 200px;
    border-radius: 10px;
    z-index: 0;
    width: 200px;
    content: "";
    left: -50px;
}.get_support_local h1 {
    position: relative;
    transition: transform 0.5s ease;
    z-index: 1;
    letter-spacing: 1px;
    color: #000000;
    text-align: center;
    font-weight: 700;
    font-size: 39px;
    margin-bottom: 50px;
    transform: perspective(1000px) translateZ(0px);
}.get_support_local h1::after {
    background: rgb(192,208,191);
    bottom: -15px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    content: "";
    height: 4px;
    width: 80px;
}.get_support_local .container {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
}.get_support_local .get_assistance_local {
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform-style: preserve-3d;
    gap: 40px;
    transition: transform 0.5s ease;
    display: grid;
    grid-template-columns: 1fr;
    border-radius: 18px;
    transform: perspective(1000px) rotateX(0deg);
    padding: 40px;
}.get_support_local .get_assistance_local:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateX(2deg);
}.get_support_local .get_assistance_local > div {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 20px;
    position: relative;
    border-left: 4px solid rgb(192,208,191);
    background: linear-gradient(to bottom right, rgba(250, 250, 250, 0.9), rgba(255, 255, 255, 0.7));
    transition: all 0.3s ease;
    border-radius: 10px;
}.get_support_local .get_assistance_local > div:hover {
    border-left: 4px solid rgb(153,173,152);
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}.get_support_local .get_assistance_local > div > div {
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    font-family: Arial, sans-serif;
}.get_support_local h6 {
    font-size: 22px;
    font-weight: 600;
    align-items: center;
    color: #000000;
    text-transform: capitalize;
    display: flex;
    margin-bottom: 12px;
}.get_support_local h6 svg {
    transition: transform 0.3s ease;
    transform: scale(0.85);
    margin-left: 10px;
}.get_support_local .get_assistance_local > div:hover h6 svg {
    transform: scale(1);
}.get_support_local span {
    font-size: calc(16px - 1px);
    display: block;
    margin-left: 25px;
    font-family: Arial, sans-serif;
    color: #000000;
}.get_support_local .instant_request_local {
    display: flex;
    flex-direction: column;
    gap: 15px;
}.get_support_local .talk_support_local {
    position: relative;
    align-items: center;
    font-size: 16px;
    padding-bottom: 5px;
    transition: all 0.3s ease;
    color: #000000;
    font-weight: 400;
    display: flex;
    text-decoration: none;
}.get_support_local .talk_support_local::after {
    left: 0;
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    bottom: 0;
    background: rgb(192,208,191);
    transition: width 0.3s ease;
}.get_support_local .talk_support_local:hover {
    color: rgb(192,208,191);
    transform: translateX(5px);
}.get_support_local .talk_support_local:hover::after {
    width: 100%;
}.get_support_local .talk_support_local svg {
    transition: transform 0.3s ease;
    transform: scale(0.85);
    margin-left: 10px;
}.get_support_local .talk_support_local:hover svg {
    transform: scale(1) rotate(5deg);
}.get_support_local svg {
    transition: all 0.3s ease;
}.get_support_local svg:hover {
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
}.get_support_local svg path {
    transition: fill 0.3s ease;
}.get_support_local .talk_support_local:hover svg path,
.get_support_local h6:hover svg path {
    fill: rgb(192,208,191);
}

@keyframes floating {
    0%, 100% {
        transform: translate(0, 0) rotate(30deg);
    }
    50% {
        transform: translate(15px, 15px) rotate(35deg);
    }
}

@media (min-width: 768px) {.get_support_local {
    padding: 150px 0 120px;
}.get_support_local .get_assistance_local {
    grid-template-columns: repeat(2, 1fr);
    padding: 50px;
    gap: 30px;
}.get_support_local .get_assistance_local > div:first-child {
    grid-column: 1 / -1;
}.get_support_local h1 {
    font-size: calc(39px + 5px);
    margin-bottom: 60px;
}.get_support_local h1::after {
    width: 100px;
}
}

@media (min-width: 992px) {.get_support_local .get_assistance_local {
    grid-template-columns: 3fr 2fr 2fr;
}.get_support_local .get_assistance_local > div:first-child {
    grid-column: auto;
}.get_support_local .get_assistance_local > div {
    padding: 30px;
}.get_support_local h1 {
    transform: perspective(1000px) translateZ(10px);
}.get_support_local .instant_request_local {
    gap: 20px;
}
}

@media (max-width: 576px) {.get_support_local {
    padding: 80px 0 60px;
}.get_support_local .get_assistance_local {
    padding: 30px 20px;
}.get_support_local .get_assistance_local > div {
    padding: 15px;
}.get_support_local h1 {
    margin-bottom: 40px;
    font-size: calc(39px - 5px);
}.get_support_local h1::after {
    width: 60px;
    height: 3px;
}}.data_statistics_local {
    overflow: hidden;
    padding: 100px 0;
    background: rgb(226,233,225);
    position: relative;
}.data_statistics_local::before {
    background: repeating-linear-gradient(
        -45deg,
        rgb(192,208,191,0.5) 0px,
        rgb(192,208,191,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
    z-index: 0;
    opacity: 0.1;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
}.data_statistics_local .container {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
}.data_statistics_local h2 {
    position: relative;
    font-weight: 700;
    color: #000000;
    border-left: 6px solid rgb(192,208,191);
    margin-bottom: 50px;
    display: inline-block;
    font-size: 29px;
    letter-spacing: 2px;
    padding-left: 20px;
    text-transform: uppercase;
    text-align: left;
}.data_statistics_local h2::after {
    background: linear-gradient(90deg, rgb(192,208,191), transparent);
    position: absolute;
    bottom: -10px;
    height: 2px;
    width: 100%;
    content: '';
    left: 0;
}.data_statistics_local ul {
    padding: 0;
    list-style: none;
    display: flex;
    margin: 0;
    position: relative;
    gap: 0;
    flex-wrap: wrap;
}.data_statistics_local .statistics_extras_local {
    justify-content: center;
    background: transparent;
    position: relative;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    align-items: flex-start;
    flex-direction: column;
    flex: 1;
    display: flex;
    min-width: 200px;
    padding: 40px 30px;
}.data_statistics_local .statistics_extras_local:hover {
    background: #ffffff;
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    z-index: 2;
}.data_statistics_local .statistics_extras_local::before {
    content: '';
    transition: all 0.3s ease;
    border-radius: 50%;
    height: 10px;
    opacity: 0;
    top: 20px;
    position: absolute;
    left: 20px;
    background: rgb(192,208,191);
    width: 10px;
}.data_statistics_local .statistics_extras_local:hover::before {
    opacity: 1;
}.data_statistics_local .statistics_extras_local p {
    transition: all 0.3s ease;
    font-weight: 700;
    font-size: 60px;
    color: rgb(192,208,191);
    margin: 0 0 20px;
    line-height: 1;
    position: relative;
}.data_statistics_local .statistics_extras_local:hover p {
    transform: translateY(-10px);
}.data_statistics_local .statistics_extras_local span {
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 400;
    transition: all 0.3s ease;
    color: #000000;
    text-transform: uppercase;
    position: relative;
}.data_statistics_local .statistics_extras_local:hover span {
    color: #000000;
    font-weight: 600;
}.data_statistics_local .statistics_extras_local:nth-child(2n) p {
    color: rgb(153,173,152);
}.data_statistics_local .statistics_extras_local:nth-child(3n) p {
    color: #000000;
}.data_statistics_local .statistics_extras_local:nth-child(4n) p {
    color: rgb(192,208,191);
}.data_statistics_local svg {
    position: absolute;
    height: 50px;
    right: 20px;
    top: 20px;
    transition: all 0.4s ease;
    fill: rgba(0, 0, 0, 0.5);
    width: 50px;
    opacity: 0.05;
}.data_statistics_local svg path {
    fill: rgba(0, 0, 0, 0.5);
}.data_statistics_local .statistics_extras_local:hover svg {
    transform: translateY(-10px);
    opacity: 0.2;
}.data_statistics_local::after {
    width: 300px;
    z-index: 0;
    position: absolute;
    height: 300px;
    opacity: 0.2;
    content: '';
    bottom: 0;
    background: radial-gradient(circle, rgb(153,173,152,0.5) 0%, transparent 70%);
    right: 0;
    animation: pulse 10s infinite alternate;
}

@keyframes pulse {
    0% {
        opacity: 0.1;
        transform: scale(0.9);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.1);
    }
}

@media (max-width: 1200px) {.data_statistics_local ul {
    flex-wrap: wrap;
}.data_statistics_local .statistics_extras_local {
    min-width: 50%;
    flex-basis: 50%;
}.data_statistics_local .statistics_extras_local p {
    font-size: 50px;
}
}

@media (max-width: 767px) {.data_statistics_local {
    padding: 60px 0;
}.data_statistics_local h2 {
    padding-left: 0;
    text-align: center;
    border-left: none;
    border-bottom: 4px solid rgb(192,208,191);
    display: block;
    margin-left: 0;
    padding-bottom: 15px;
    width: 100%;
}.data_statistics_local h2::after {
    display: none;
}.data_statistics_local ul {
    display: block;
}.data_statistics_local .statistics_extras_local {
    text-align: center;
    padding: 30px 20px;
    align-items: center;
    border-right: none;
    flex-basis: 100%;
    min-width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}.data_statistics_local .statistics_extras_local::before {
    left: 50%;
    transform: translateX(-50%);
}.data_statistics_local .statistics_extras_local p {
    font-size: 40px;
}.data_statistics_local svg {
    top: auto;
    bottom: 15px;
    height: 30px;
    width: 30px;
    right: 50%;
    transform: translateX(50%);
}.data_statistics_local .statistics_extras_local:hover svg {
    transform: translateX(50%) translateY(-5px);
}}

.data_statistics_local .container::before {
    z-index: -1;
    left: -100px;
    animation: rotation 40s linear infinite;
    border: 2px dashed rgb(192,208,191,0.5);
    height: 200px;
    border-radius: 50%;
    content: '';
    top: -100px;
    width: 200px;
    opacity: 0.1;
    position: absolute;
}@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.data_statistics_local .statistics_extras_local::after {
    bottom: 0;
    border-color: transparent transparent rgb(192,208,191,0.5) transparent;
    width: 0;
    transition: opacity 0.3s ease;
    opacity: 0;
    border-style: solid;
    right: 0;
    height: 0;
    content: '';
    border-width: 0 0 50px 50px;
    position: absolute;
}.data_statistics_local .statistics_extras_local:hover::after {
    opacity: 0.1;
}.data_statistics_local .statistics_extras_local:nth-child(2n)::after {
    border-color: transparent transparent rgb(153,173,152,0.5) transparent;
}.data_statistics_local .statistics_extras_local:nth-child(3n)::after {
    border-color: transparent transparent rgba(0, 0, 0, 0.5) transparent;
}

@media (min-width: 768px) and (max-width: 991px) {.data_statistics_local .statistics_extras_local {
    padding: 30px 20px;
}.data_statistics_local .statistics_extras_local p {
    font-size: 45px;
}
}

@media (min-width: 992px) {.data_statistics_local ul {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    display: grid;
}.data_statistics_local .statistics_extras_local {
    height: 200px;
}}

.data_statistics_local .statistics_extras_local p::after {
    content: '';
    left: 0;
    opacity: 0.3;
    background: currentColor;
    width: 40px;
    bottom: -10px;
    height: 3px;
    position: absolute;
    transition: width 0.3s ease;
}.data_statistics_local .statistics_extras_local:hover p::after {
    width: 60px;
}

@media (max-width: 767px) {.data_statistics_local .statistics_extras_local p::after {
    left: 50%;
    transform: translateX(-50%);
}}.educational_yield_local {
    padding: 80px 0;
    font-family: Arial, sans-serif;
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, rgb(226,233,225) 100%);
    position: relative;
}.educational_yield_local::before {
    width: 100%;
    position: absolute;
    content: "";
    opacity: 0.4;
    height: 100%;
    top: 0;
    left: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgb(192,208,191,0.5) 0%, transparent 30%),
    radial-gradient(circle at 80% 70%, rgb(153,173,152,0.5) 0%, transparent 30%);
}.educational_yield_local::after {
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    opacity: 0.1;
    left: 0;
    height: 100%;
    animation: movePattern 60s linear infinite;
    background-image: repeating-linear-gradient(
    45deg,
    #ffffff 0px,
    #ffffff 1px,
    transparent 1px,
    transparent 15px
  );
}@keyframes movePattern {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100px 100px;
  }
}

.educational_yield_local .container {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 20px;
    max-width: 1200px;
}.educational_yield_local .our_ethos_local {
    position: relative;
    gap: 40px;
    overflow: hidden;
    border-radius: 23px;
    padding: 40px;
    background: #ffffff;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
}.educational_yield_local .our_ethos_local::before {
    background-size: 200% 100%;
    position: absolute;
    height: 8px;
    background: linear-gradient(90deg, 
    rgb(192,208,191), 
    rgb(153,173,152), 
    rgb(192,208,191));
    left: 0;
    width: 100%;
    opacity: 0.7;
    top: 0;
    content: "";
    animation: gradientShift 8s linear infinite;
}@keyframes gradientShift {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}

.educational_yield_local .image_item_local {
    max-width: 450px;
    border-radius: 23px;
    transition: all 0.5s ease;
    flex: 0 0 40%;
    transform-origin: center;
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.1),
    -5px -5px 20px rgba(255, 255, 255, 0.6);
}.educational_yield_local .image_item_local:hover {
    transform: scale(1.03);
    box-shadow: 
    15px 15px 35px rgba(0, 0, 0, 0.15),
    -7px -7px 25px rgba(255, 255, 255, 0.8);
}.educational_yield_local .text_banner_local {
    flex: 1;
    position: relative;
}.educational_yield_local h3 {
    position: relative;
    margin-bottom: 25px;
    font-size: 32px;
    color: rgb(192,208,191);
    padding-bottom: 15px;
    font-weight: 700;
}.educational_yield_local h3::after {
    background: linear-gradient(to right, rgb(192,208,191), rgb(153,173,152));
    position: absolute;
    width: 60px;
    bottom: 0;
    content: "";
    left: 0;
    transition: width 0.3s ease;
    height: 3px;
    border-radius: 10px;
}.educational_yield_local .text_banner_local:hover h3::after {
    width: 120px;
}.educational_yield_local ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.educational_yield_local li {
    padding-left: 12px;
    margin-bottom: 16px;
    position: relative;
    transition: all 0.3s ease;
    transform: translateX(0);
}.educational_yield_local li:last-child {
    margin-bottom: 0;
}.educational_yield_local li::before {
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0.5;
    transition: all 0.3s ease;
    border-radius: 10px;
    width: 3px;
    background: linear-gradient(to bottom, rgb(192,208,191,0.5), rgb(153,173,152,0.5));
    content: "";
    position: absolute;
}.educational_yield_local li:hover {
    transform: translateX(8px);
}.educational_yield_local li:hover::before {
    width: 5px;
    opacity: 1;
}.educational_yield_local li p {
    box-shadow: 
    3px 3px 10px rgba(0, 0, 0, 0.03),
    -3px -3px 10px rgba(255, 255, 255, 0.8);
    gap: 15px;
    color: #000000;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.3));
    transition: all 0.3s ease;
    font-size: 17px;
    margin: 0;
}.educational_yield_local li:hover p {
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.05),
    -5px -5px 15px rgba(255, 255, 255, 1);
}.educational_yield_local svg {
    padding: 10px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgb(192,208,191,0.5), rgb(153,173,152,0.5));
    height: 24px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    width: 24px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}.educational_yield_local svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.educational_yield_local li:hover svg {
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.15);
    transform: rotate(10deg);
    background: linear-gradient(135deg, rgb(192,208,191), rgb(153,173,152));
}

@media (max-width: 992px) {.educational_yield_local {
    padding: 60px 0;
}.educational_yield_local .our_ethos_local {
    flex-direction: column;
    padding: 30px;
}.educational_yield_local .image_item_local {
    max-width: 450px;
    width: 100%;
    flex: 0 0 auto;
    margin: 0 auto;
}
}

@media (max-width: 768px) {.educational_yield_local {
    padding: 50px 0;
}.educational_yield_local h3 {
    font-size: calc(32px * 0.9);
}
}

@media (max-width: 576px) {.educational_yield_local {
    padding: 40px 0;
}.educational_yield_local .our_ethos_local {
    padding: 25px 20px;
}.educational_yield_local h3 {
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: calc(32px * 0.85);
}.educational_yield_local li {
    margin-bottom: 12px;
}.educational_yield_local li p {
    gap: 12px;
    font-size: calc(17px * 1);
    padding: 12px;
}.educational_yield_local svg {
    border-radius: 10px;
    padding: 8px;
    height: 20px;
    width: 20px;
}}footer {
    position: relative;
    color: #ffffff;
    perspective: 1000px;
    font-family: Arial, sans-serif;
}footer::before {
    content: "";
    opacity: 0.85;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, 
                rgba(0, 0, 0, 0.5) 0%, 
                rgb(192,208,191,0.5) 50%, 
                rgba(0, 0, 0, 0.5) 100%);
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
}footer::after {
    left: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.03) 5px,
            rgba(255, 255, 255, 0.03) 10px
        );
    top: 0;
    content: "";
    width: 100%;
    animation: scanline 10s linear infinite;
    height: 100%;
    position: absolute;
    z-index: -1;
}.cookie_ctrl_local {
    z-index: 1;
    position: relative;
    padding: 5rem 0 3rem;
}.cookie_ctrl_local::before {
    height: 2px;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    animation: glowPulse 3s ease-in-out infinite alternate;
    background: linear-gradient(90deg, 
                transparent 0%, 
                rgb(153,173,152) 50%, 
                transparent 100%);
}.cookie_ctrl_local .container {
    gap: 3rem;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
}.cookie_ctrl_local .company_holder {
    border-left: 3px solid rgb(192,208,191);
    border-radius: 19px;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
    position: relative;
    backdrop-filter: blur(10px);
    transform-style: preserve-3d;
    padding: 2rem;
}.cookie_ctrl_local .company_holder:hover {
    transform: translateZ(20px) rotateX(2deg) rotateY(-2deg);
    border-left: 3px solid #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 
                0 0 20px rgb(192,208,191,0.5);
}.cookie_ctrl_local .company_holder h3 {
    padding-bottom: 0.75rem;
    text-transform: uppercase;
    font-weight: 700;
    font-size: calc(34px * 0.9);
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 1.75rem;
    color: #ffffff;
}.cookie_ctrl_local .company_holder h3::after {
    transition: width 0.4s ease-in-out;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgb(192,208,191);
    content: "";
    width: 60px;
    height: 3px;
}.cookie_ctrl_local .company_holder:hover h3::after {
    width: 100%;
}.cookie_ctrl_local .footer_classes_local {
    padding-left: 1rem;
    max-width: 100%;
    position: relative;
    line-height: 1.7;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.8);
}.cookie_ctrl_local .footer_classes_local::before {
    left: 0;
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, 
                rgb(192,208,191) 0%, 
                transparent 100%);
    position: absolute;
    width: 2px;
    top: 0;
}.cookie_ctrl_local .mentor_cta_local {
    position: relative;
}.cookie_ctrl_local .top_head_local {
    grid-template-columns: repeat(2, 1fr);
    height: 100%;
    gap: 2rem;
    display: grid;
}.cookie_ctrl_local .page_head_local {
    padding: 2rem;
    position: relative;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.03);
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform-style: preserve-3d;
    border-radius: 19px;
    overflow: hidden;
}.cookie_ctrl_local .page_head_local::before {
    z-index: -1;
    height: 200%;
    transform: rotate(45deg);
    background: linear-gradient(
        transparent,
        transparent,
        rgba(255, 255, 255, 0.05),
        transparent,
        transparent
    );
    top: -50%;
    position: absolute;
    transition: all 0.6s ease;
    left: -50%;
    width: 200%;
    content: "";
}.cookie_ctrl_local .page_head_local:hover::before {
    top: -100%;
    left: -100%;
}.cookie_ctrl_local .page_head_local::after {
    border-color: transparent rgb(192,208,191) transparent transparent;
    position: absolute;
    width: 0;
    content: "";
    right: 0;
    border-style: solid;
    top: 0;
    transition: all 0.4s ease;
    transform: translateZ(5px);
    height: 0;
    transform-style: preserve-3d;
    border-width: 0 25px 25px 0;
}.cookie_ctrl_local .page_head_local:hover::after {
    border-color: transparent rgb(153,173,152) transparent transparent;
    border-width: 0 35px 35px 0;
}.cookie_ctrl_local .page_head_local:hover {
    transform: translateZ(15px) scale(1.03);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}.cookie_ctrl_local .page_head_local h5 {
    color: #ffffff;
    display: inline-block;
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}.cookie_ctrl_local .page_head_local h5::before {
    height: 1px;
    position: absolute;
    bottom: -8px;
    left: 0;
    background: rgb(153,173,152);
    content: "";
    width: 100%;
}.cookie_ctrl_local .page_head_local h5::after {
    transition: width 0.4s ease-in-out;
    content: "";
    left: 0;
    background: rgb(192,208,191);
    height: 3px;
    bottom: -8px;
    width: 30%;
    position: absolute;
}.cookie_ctrl_local .page_head_local:hover h5::after {
    width: 100%;
}.cookie_ctrl_local .page_head_local .top_head_local {
    gap: 0.875rem;
    flex-direction: column;
    display: flex;
}.cookie_ctrl_local .page_head_local a {
    display: block;
    position: relative;
    transition: all 0.3s ease;
    padding: 0.5rem 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 17px;
    text-decoration: none;
    transform-style: preserve-3d;
}.cookie_ctrl_local .page_head_local a::before {
    transform: translateZ(5px);
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease;
    content: "→";
    left: -20px;
}.cookie_ctrl_local .page_head_local a:hover {
    color: #ffffff;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
    transform: translateX(20px);
}.cookie_ctrl_local .page_head_local a:hover::before {
    left: 0;
    opacity: 1;
}.gift_card_local {
    margin-top: 3rem;
    padding: 1.5rem 0;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    position: relative;
}.gift_card_local::before {
    left: 0;
    width: 100%;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(192,208,191) 30%, 
                #ffffff 50%, 
                rgb(153,173,152) 70%, 
                transparent 100%);
    top: 0;
    content: "";
    position: absolute;
    height: 1px;
}.gift_card_local .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.gift_card_local .reward_sys_local {
    position: relative;
    color: rgba(255, 255, 255, 0.6);
    padding: 0.5rem 1.5rem;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    border-radius: 30px;
    font-size: 16px;
    text-align: center;
}.gift_card_local .reward_sys_local:hover {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px rgba(rgb(192,208,191), 0.3);
}@keyframes scanline {
    0% {
        transform: translateY(-100%);
        opacity: 0.5;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        transform: translateY(100%);
        opacity: 0.5;
    }
}

@keyframes glowPulse {
    0%, 100% {
        opacity: 0.8;
        box-shadow: 0 0 10px rgb(153,173,152,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(153,173,152);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}

.cookie_ctrl_local .company_holder::before,
.cookie_ctrl_local .page_head_local::before {
    content: "";
    z-index: -1;
    opacity: 0;
    transition: opacity 0.5s ease;
    filter: blur(30px);
    border-radius: 50%;
    background: radial-gradient(circle, rgb(192,208,191,0.5) 0%, transparent 70%);
    width: 100px;
    position: absolute;
    height: 100px;
}.cookie_ctrl_local .company_holder::before {
    bottom: -20px;
    right: -20px;
}.cookie_ctrl_local .page_head_local::before {
    top: -20px;
    left: -20px;
}.cookie_ctrl_local .company_holder:hover::before,
.cookie_ctrl_local .page_head_local:hover::before {
    opacity: 0.5;
}.cookie_ctrl_local .company_holder::after {
    right: 20px;
    border-top: 2px solid rgb(192,208,191);
    border-right: 2px solid rgb(192,208,191);
    width: 30px;
    height: 30px;
    top: 20px;
    transition: all 0.4s ease;
    content: "";
    position: absolute;
    opacity: 0.7;
}.cookie_ctrl_local .company_holder:hover::after {
    transform: rotate(45deg);
    height: 40px;
    width: 40px;
}

@media (max-width: 992px) {.cookie_ctrl_local {
    padding: 4rem 0 2rem;
}.cookie_ctrl_local .container {
    gap: 2rem;
    grid-template-columns: 1fr;
}.cookie_ctrl_local .company_holder,
    .cookie_ctrl_local .mentor_cta_local {
    width: 100%;
}.cookie_ctrl_local .top_head_local {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.cookie_ctrl_local {
    padding: 3.5rem 0 1.5rem;
}.cookie_ctrl_local .top_head_local {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.cookie_ctrl_local .company_holder,
    .cookie_ctrl_local .page_head_local {
    padding: 1.5rem;
}.cookie_ctrl_local .company_holder h3,
    .cookie_ctrl_local .page_head_local h5 {
    margin-bottom: 1.25rem;
}.gift_card_local {
    padding: 1.25rem 0;
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.cookie_ctrl_local {
    padding: 3rem 0 1rem;
}.cookie_ctrl_local .company_holder {
    padding: 1.25rem;
}.cookie_ctrl_local .company_holder h3 {
    font-size: calc(34px * 0.8);
}.cookie_ctrl_local .page_head_local h5 {
    font-size: calc(18px * 0.9);
}.cookie_ctrl_local .page_head_local a,
    .cookie_ctrl_local .footer_classes_local {
    font-size: calc(17px * 0.9);
}.gift_card_local .reward_sys_local {
    font-size: calc(16px * 0.9);
    padding: 0.4rem 1rem;
}}

.cookie_ctrl_local .company_holder .footer_classes_local::after {
    height: 3px;
    left: 1rem;
    position: absolute;
    content: "";
    background: linear-gradient(to right, rgb(192,208,191), transparent);
    transition: width 0.4s ease;
    width: 70px;
    bottom: -10px;
}.cookie_ctrl_local .company_holder:hover .footer_classes_local::after {
    width: calc(100% - 1rem);
}.cookie_ctrl_local::after {
    height: 100%;
    background: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.02) 50%),
        linear-gradient(rgba(255, 255, 255, 0.02) 50%, transparent 50%);
    content: "";
    top: 0;
    width: 100%;
    background-size: 40px 40px;
    position: absolute;
    opacity: 0.3;
    left: 0;
    z-index: -2;
}.cookie_ctrl_local .page_head_local:nth-child(1)::before {
    background: radial-gradient(circle, rgb(192,208,191,0.5) 0%, transparent 70%);
}.cookie_ctrl_local .page_head_local:nth-child(2)::before {
    background: radial-gradient(circle, rgb(153,173,152,0.5) 0%, transparent 70%);
}.cookie_ctrl_local .top_head_local a::after {
    transition: width 0.3s ease;
    bottom: 0;
    content: "";
    height: 1px;
    width: 0;
    left: 0;
    background: linear-gradient(to right, rgb(192,208,191), rgb(153,173,152));
    position: absolute;
}.cookie_ctrl_local .top_head_local a:hover::after {
    width: 100%;
}.our_mission_local {
    padding: 140px 0 120px;
    background: rgb(226,233,225);
    overflow: hidden;
    position: relative;
}.our_mission_local::before {
    position: absolute;
    width: 100%;
    top: 0;
    opacity: 0.15;
    height: 100%;
    content: "";
    background: linear-gradient(125deg, rgb(192,208,191,0.5) 0%, transparent 40%, rgb(153,173,152,0.5) 80%, rgb(192,208,191,0.5) 100%);
    left: 0;
    animation: gradientFlow 25s infinite alternate;
    z-index: 1;
}@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.our_mission_local::after {
    animation: pulseBackground 15s infinite alternate;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(50px);
    opacity: 0.15;
    background: radial-gradient(ellipse at 30% 20%, rgb(192,208,191,0.5) 0%, transparent 60%),
                radial-gradient(ellipse at 70% 80%, rgb(153,173,152,0.5) 0%, transparent 60%);
    top: 0;
    z-index: 1;
}@keyframes pulseBackground {
    0% {
        opacity: 0.1;
        filter: blur(50px);
    }
    50% {
        opacity: 0.15;
        filter: blur(70px);
    }
    100% {
        opacity: 0.1;
        filter: blur(50px);
    }
}

.our_mission_local .container {
    position: relative;
    z-index: 2;
}.our_mission_local .our_ethos_local {
    position: relative;
    max-width: 100vw;
}.our_mission_local h3 {
    top: 0;
    font-weight: 700;
    left: 0;
    margin: 0;
    position: absolute;
    transform: translateY(-100%) translateY(-30px);
    letter-spacing: 1px;
    color: #000000;
    font-size: 29px;
    border-left: 4px solid rgb(192,208,191);
    padding-left: 30px;
}.our_mission_local .academy_track_local {
    margin-left: -15%;
    display: grid;
    width: 115%;
    grid-template-columns: 1.6fr 1.4fr;
    gap: 20px;
    position: relative;
    padding-top: 20px;
    margin-bottom: 100px;
}.our_mission_local .academy_track_local span {
    color: #ffffff;
    top: -15px;
    border-radius: 0 10px 10px 0;
    z-index: 10;
    padding: 10px 30px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    transform: skewX(-15deg);
    position: absolute;
    right: 10%;
    font-weight: 600;
    background: rgb(192,208,191);
    font-size: 24px;
}.our_mission_local .academy_track_local span::before {
    background: rgb(192,208,191);
    content: "";
    left: -15px;
    width: 15px;
    height: 100%;
    top: 0;
    z-index: -1;
    position: absolute;
    transform: skewX(15deg);
}.our_mission_local .academy_track_local p {
    border-radius: 11px;
    color: #000000;
    width: 110%;
    transform: translateX(-30px);
    align-self: center;
    backdrop-filter: blur(10px);
    z-index: 5;
    grid-row: 1 / 2;
    line-height: 1.8;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.05);
    padding: 40px;
    grid-column: 2 / 3;
    font-size: 14px;
}.our_mission_local .academy_track_local .image_item_local {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    z-index: 3;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    height: 500px;
    overflow: hidden;
    border-radius: 0 11px 11px 0;
}.our_mission_local .academy_track_local .image_item_local::before {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3), transparent);
    width: 100%;
    left: 0;
    height: 100%;
    content: "";
    z-index: 2;
    top: 0;
    position: absolute;
}.our_mission_local .edu_philosophy_local {
    display: grid;
    width: 115%;
    margin-right: -15%;
    margin-left: auto;
    gap: 20px;
    position: relative;
    grid-template-columns: 1.4fr 1.6fr;
}.our_mission_local .edu_philosophy_local::before {
    content: "";
    height: 1px;
    left: 30%;
    position: absolute;
    background: linear-gradient(to right, rgb(192,208,191,0.5), rgb(153,173,152,0.5), transparent);
    width: 40%;
    top: -50px;
}.our_mission_local .edu_philosophy_local p {
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.05);
    align-self: center;
    backdrop-filter: blur(10px);
    padding: 40px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 11px;
    grid-column: 1 / 2;
    line-height: 1.8;
    color: #000000;
    transform: translateX(30px);
    font-size: 14px;
    grid-row: 1 / 2;
    width: 110%;
    z-index: 5;
}.our_mission_local .edu_philosophy_local .learn_track_local {
    position: relative;
    height: 500px;
    z-index: 3;
    grid-row: 1 / 2;
    border-radius: 11px 0 0 11px;
    overflow: hidden;
    grid-column: 2 / 3;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}.our_mission_local .edu_philosophy_local .learn_track_local::before {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.3), transparent);
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    z-index: 2;
    height: 100%;
    position: absolute;
}.our_mission_local .academy_track_local::after,
.our_mission_local .edu_philosophy_local::after {
    filter: blur(80px);
    z-index: 1;
    content: "";
    height: 200px;
    width: 200px;
    animation: pulseOpacity 8s infinite alternate;
    border-radius: 50%;
    position: absolute;
    opacity: 0.15;
}@keyframes pulseOpacity {
    0% {
        opacity: 0.15;
        transform: scale(1);
    }
    100% {
        opacity: 0.2;
        transform: scale(1.1);
    }
}

.our_mission_local .academy_track_local::after {
    right: 10%;
    background: rgb(192,208,191);
    bottom: -100px;
}.our_mission_local .edu_philosophy_local::after {
    background: rgb(153,173,152);
    top: -100px;
    left: 10%;
}.our_mission_local .academy_track_local::before,
.our_mission_local .edu_philosophy_local::before {
    width: 300px;
    height: 1px;
    animation: widthPulse 6s infinite alternate;
    content: "";
    background: linear-gradient(to right, transparent, rgb(192,208,191,0.5) 50%, transparent);
    position: absolute;
}@keyframes widthPulse {
    0% {
        width: 200px;
    }
    100% {
        width: 300px;
    }
}

.our_mission_local .academy_track_local::before {
    top: -20px;
    left: 20%;
}.our_mission_local .edu_philosophy_local::before {
    right: 20%;
    bottom: -20px;
}.our_mission_local .our_ethos_local::before,
.our_mission_local .our_ethos_local::after {
    height: 1px;
    position: absolute;
    content: "";
    width: 80%;
    background: linear-gradient(90deg, transparent, rgb(192,208,191,0.5) 50%, transparent);
    animation: horizontalLine 15s infinite alternate;
}@keyframes horizontalLine {
    0% {
        opacity: 0.1;
        transform: translateX(-10%);
    }
    100% {
        opacity: 0.3;
        transform: translateX(10%);
    }
}

.our_mission_local .our_ethos_local::before {
    top: 15%;
    left: 10%;
}.our_mission_local .our_ethos_local::after {
    right: 10%;
    bottom: 15%;
}

@media screen and (max-width: 1199px) {.our_mission_local {
    padding: 120px 0 100px;
}.our_mission_local h3 {
    font-size: calc(29px - 0.2rem);
}.our_mission_local .academy_track_local,
    .our_mission_local .edu_philosophy_local {
    width: 110%;
}.our_mission_local .academy_track_local {
    margin-left: -10%;
}.our_mission_local .edu_philosophy_local {
    margin-right: -10%;
}.our_mission_local .academy_track_local .image_item_local,
    .our_mission_local .edu_philosophy_local .learn_track_local {
    height: 450px;
}.our_mission_local .academy_track_local p,
    .our_mission_local .edu_philosophy_local p {
    padding: 30px;
}
}

@media screen and (max-width: 991px) {.our_mission_local .academy_track_local p,
    .our_mission_local .edu_philosophy_local p {
    width: 100%;
}.our_mission_local {
    padding: 100px 0 80px;
}.our_mission_local h3 {
    margin-bottom: 50px;
    font-size: calc(29px - 0.4rem);
    position: relative;
    transform: none;
}.our_mission_local .academy_track_local,
    .our_mission_local .edu_philosophy_local {
    margin-right: 0;
    margin-left: 0;
    gap: 30px;
    width: 100%;
    grid-template-columns: 1fr;
}.our_mission_local .academy_track_local {
    margin-bottom: 80px;
}.our_mission_local .academy_track_local span {
    left: 0;
    font-size: calc(24px - 0.2rem);
    right: auto;
    top: -15px;
}.our_mission_local .academy_track_local .image_item_local {
    grid-row: 1 / 2;
    border-radius: 11px;
    grid-column: 1 / 2;
    height: 400px;
}.our_mission_local .academy_track_local p {
    transform: translateX(0);
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}.our_mission_local .edu_philosophy_local .learn_track_local {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    height: 400px;
    border-radius: 11px;
}.our_mission_local .edu_philosophy_local p {
    grid-row: 2 / 3;
    transform: translateX(0);
    grid-column: 1 / 2;
}.our_mission_local .academy_track_local::after,
    .our_mission_local .edu_philosophy_local::after {
    width: 150px;
    height: 150px;
}
}

@media screen and (max-width: 767px) {.our_mission_local {
    padding: 80px 0 60px;
}.our_mission_local h3 {
    margin-bottom: 40px;
    font-size: calc(29px - 0.6rem);
    padding-left: 20px;
}.our_mission_local .academy_track_local {
    margin-bottom: 60px;
}.our_mission_local .academy_track_local span {
    padding: 8px 20px;
    font-size: calc(24px - 0.3rem);
}.our_mission_local .academy_track_local .image_item_local,
    .our_mission_local .edu_philosophy_local .learn_track_local {
    height: 350px;
}.our_mission_local .academy_track_local p,
    .our_mission_local .edu_philosophy_local p {
    font-size: calc(14px - 0.1rem);
    padding: 25px;
}.our_mission_local::after {
    filter: blur(30px);
}.our_mission_local .academy_track_local::after,
    .our_mission_local .edu_philosophy_local::after {
    height: 100px;
    width: 100px;
    filter: blur(50px);
}
}

@media screen and (max-width: 575px) {.our_mission_local {
    padding: 60px 0 40px;
}.our_mission_local h3 {
    font-size: calc(29px - 0.8rem);
    margin-bottom: 30px;
    border-left-width: 3px;
    padding-left: 15px;
}.our_mission_local .academy_track_local {
    margin-bottom: 50px;
    gap: 20px;
}.our_mission_local .academy_track_local span {
    font-size: calc(24px - 0.4rem);
    padding: 6px 15px;
}.our_mission_local .academy_track_local .image_item_local,
    .our_mission_local .edu_philosophy_local .learn_track_local {
    height: 280px;
}.our_mission_local .academy_track_local p,
    .our_mission_local .edu_philosophy_local p {
    font-size: calc(14px - 0.2rem);
    padding: 20px;
}.our_mission_local::after {
    filter: blur(20px);
}.our_mission_local .our_ethos_local::before,
    .our_mission_local .our_ethos_local::after {
    width: 70%;
}
}

@media screen and (min-width: 1400px) {.our_mission_local .academy_track_local {
    width: 120%;
    margin-left: -20%;
}.our_mission_local .edu_philosophy_local {
    width: 120%;
    margin-right: -20%;
}.our_mission_local .academy_track_local .image_item_local,
    .our_mission_local .edu_philosophy_local .learn_track_local {
    height: 550px;
}}.learning_process_local {
    overflow: visible;
    background: linear-gradient(110deg, rgb(226,233,225) 0%, rgb(153,173,152,0.5) 120%);
    position: relative;
    padding: 150px 0;
}.learning_process_local::before {
    top: 0;
    left: 0;
    background-image: radial-gradient(rgb(192,208,191,0.5) 1px, transparent 1px);
    height: 100%;
    opacity: 0.1;
    background-size: 40px 40px;
    width: 100%;
    content: '';
    position: absolute;
    z-index: 1;
}.learning_process_local .our_ethos_local {
    justify-content: space-between;
    display: flex;
    z-index: 2;
    margin: 0 auto;
    align-items: stretch;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}.learning_process_local .text_banner_local {
    width: 100%;
    position: relative;
    flex-direction: column;
    display: flex;
}.learning_process_local .text_banner_local h2 {
    font-size: 36px;
    backdrop-filter: blur(10px);
    background: linear-gradient(120deg, rgb(192,208,191,0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
    width: 50%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    border-radius: 18px;
    font-weight: 700;
    align-self: flex-start;
    z-index: 3;
    padding: 35px 50px;
    margin-bottom: 0;
    color: #ffffff;
    transform: translateX(-50px);
    position: relative;
}.learning_process_local .text_banner_local p {
    line-height: 1.8;
    background: rgba(255, 255, 255, 0.05);
    font-size: 15px;
    color: #ffffff;
    border-radius: 18px;
    align-self: flex-end;
    width: 65%;
    margin-top: -15px;
    transform: translateX(50px);
    position: relative;
    z-index: 2;
    padding: 40px 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(15px);
}.learning_process_local .text_banner_local h2::before {
    background: rgb(192,208,191);
    left: -80px;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    top: -60px;
    filter: blur(30px);
    position: absolute;
    opacity: 0.1;
    z-index: -1;
    content: '';
}.learning_process_local .text_banner_local h2::after {
    right: 30px;
    border-radius: 50%;
    z-index: 4;
    content: '';
    width: 40px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    bottom: -20px;
    background: rgb(192,208,191);
    animation: float-small 8s infinite ease-in-out;
    position: absolute;
    height: 40px;
}.learning_process_local .text_banner_local p::before {
    width: 85%;
    background: linear-gradient(90deg, transparent, rgb(192,208,191,0.5), transparent);
    position: absolute;
    height: 1px;
    opacity: 0.6;
    top: 20px;
    left: 7.5%;
    content: '';
}.learning_process_local .text_banner_local p::after {
    position: absolute;
    left: 15%;
    opacity: 0.6;
    background: linear-gradient(90deg, transparent, rgb(153,173,152,0.5), transparent);
    width: 70%;
    content: '';
    bottom: 20px;
    height: 1px;
}.learning_process_local::after {
    bottom: -100px;
    border: 2px solid rgb(192,208,191,0.5);
    transform: rotate(45deg);
    animation: rotate-slow 30s linear infinite;
    position: absolute;
    width: 200px;
    height: 200px;
    content: '';
    opacity: 0.2;
    left: 10%;
}.learning_process_local .our_ethos_local::before {
    position: absolute;
    opacity: 0.2;
    content: '';
    animation: pulse-ring 10s infinite ease-in-out;
    width: 150px;
    top: -75px;
    height: 150px;
    border-radius: 50%;
    right: 15%;
    border: 3px solid rgb(153,173,152,0.5);
}.learning_process_local .our_ethos_local::after {
    position: absolute;
    filter: blur(20px);
    height: 80px;
    border-radius: 10px;
    right: -40px;
    top: 40%;
    content: '';
    opacity: 0.1;
    animation: pulse-fade 8s infinite alternate;
    background: rgb(192,208,191);
    width: 80px;
}@keyframes float-small {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

@keyframes rotate-slow {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}

@keyframes pulse-ring {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
}

@keyframes pulse-fade {
    0% {
        opacity: 0.1;
        transform: scale(1) rotate(0);
    }
    50% {
        opacity: 0.2;
        transform: scale(1.1) rotate(5deg);
    }
    100% {
        opacity: 0.1;
        transform: scale(1) rotate(0);
    }
}

.learning_process_local .text_banner_local h2 span {
    display: inline-block;
    z-index: 2;
    position: relative;
}.learning_process_local .text_banner_local h2 span::after {
    width: 100%;
    content: '';
    opacity: 0.3;
    left: 0;
    bottom: 2px;
    background: rgb(192,208,191);
    z-index: -1;
    height: 4px;
    position: absolute;
}.learning_process_local .text_banner_local p strong {
    color: rgb(192,208,191);
    font-weight: 600;
}

@media screen and (max-width: 1200px) {.learning_process_local .text_banner_local h2 {
    width: 55%;
    transform: translateX(-30px);
}.learning_process_local .text_banner_local p {
    width: 70%;
    transform: translateX(30px);
}
}

@media screen and (max-width: 992px) {.learning_process_local {
    padding: 120px 0;
}.learning_process_local .text_banner_local h2 {
    padding: 30px 40px;
    width: 60%;
    transform: translateX(-20px);
}.learning_process_local .text_banner_local p {
    width: 75%;
    transform: translateX(20px);
    padding: 35px 40px;
}.learning_process_local .text_banner_local h2::before {
    height: 100px;
    top: -50px;
    left: -60px;
    width: 100px;
}.learning_process_local .text_banner_local h2::after {
    height: 30px;
    bottom: -15px;
    width: 30px;
}.learning_process_local::after {
    height: 150px;
    width: 150px;
    bottom: -75px;
}.learning_process_local .our_ethos_local::before {
    height: 120px;
    width: 120px;
    top: -60px;
}.learning_process_local .our_ethos_local::after {
    width: 60px;
    right: -30px;
    height: 60px;
}
}

@media screen and (max-width: 768px) {.learning_process_local {
    padding: 100px 0;
    overflow: hidden;
}.learning_process_local .text_banner_local h2 {
    transform: none;
    width: 100%;
    align-self: center;
    font-size: calc(36px * 0.9);
    margin-bottom: 20px;
    padding: 25px 30px;
}.learning_process_local .text_banner_local p {
    margin-top: 0;
    align-self: center;
    transform: none;
    width: 100%;
    padding: 30px;
}.learning_process_local .text_banner_local h2::before,
    .learning_process_local .text_banner_local h2::after,
    .learning_process_local::after,
    .learning_process_local .our_ethos_local::before,
    .learning_process_local .our_ethos_local::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.learning_process_local {
    padding: 80px 0;
}.learning_process_local .text_banner_local h2 {
    font-size: calc(36px * 0.8);
    padding: 20px 25px;
}.learning_process_local .text_banner_local p {
    padding: 25px;
    font-size: calc(15px * 0.9);
}}.secure_zone_local {
    overflow: hidden;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(226,233,225) 0%, #ffffff 100%);
    position: relative;
}.secure_zone_local::before {
    height: 25vw;
    z-index: 0;
    background: rgb(192,208,191,0.5);
    width: 25vw;
    position: absolute;
    filter: blur(80px);
    content: "";
    opacity: 0.15;
    top: -10%;
    transform: rotate(-15deg);
    right: -5%;
}.secure_zone_local::after {
    background: rgb(153,173,152,0.5);
    transform: rotate(15deg);
    content: "";
    z-index: 0;
    height: 25vw;
    filter: blur(80px);
    width: 25vw;
    left: -5%;
    position: absolute;
    bottom: -10%;
    opacity: 0.15;
}.secure_zone_local .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    border-left: 3px solid rgb(192,208,191);
    padding: 3rem;
    transition: transform 0.5s ease-out;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    z-index: 1;
    transform: perspective(1000px) rotateY(1deg);
    background: #ffffff;
}.secure_zone_local .container:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateY(0deg);
}.secure_zone_local h1 {
    font-size: 47px;
    font-weight: 700;
    position: relative;
    color: #000000;
    transform: translateX(-8px);
    margin-bottom: 2rem;
}.secure_zone_local h1::before {
    width: 6px;
    position: absolute;
    content: "";
    top: 50%;
    height: 50%;
    background: linear-gradient(to bottom, rgb(192,208,191), rgb(153,173,152));
    left: -20px;
    transform: translateY(-50%);
}.secure_zone_local h2 {
    padding-bottom: 0.75rem;
    color: #000000;
    font-size: 30px;
    position: relative;
    margin: 3rem 0 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-weight: 600;
}.secure_zone_local h2::after {
    height: 3px;
    left: 0;
    content: "";
    width: 50px;
    position: absolute;
    transition: width 0.3s ease;
    background: linear-gradient(90deg, rgb(192,208,191), rgb(153,173,152));
    bottom: -1px;
}.secure_zone_local h2:hover::after {
    width: 100px;
}.secure_zone_local h3 {
    padding-left: 15px;
    font-weight: 600;
    margin: 2.5rem 0 1.25rem;
    position: relative;
    font-size: calc(30px * 0.85);
    color: #000000;
}.secure_zone_local h3::before {
    width: 3px;
    background: rgb(153,173,152);
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    opacity: 0.7;
    content: "";
}.secure_zone_local h4 {
    position: relative;
    display: inline-block;
    font-weight: 600;
    font-size: calc(30px * 0.7);
    margin: 2rem 0 1rem;
    color: #000000;
}.secure_zone_local h4::after {
    position: absolute;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, rgb(153,173,152), transparent);
    left: 0;
    bottom: -3px;
    height: 1px;
}.secure_zone_local p {
    line-height: 1.8;
    font-size: 15px;
    max-width: 90ch;
    margin-bottom: 1.5rem;
    color: #000000;
}.secure_zone_local ul {
    position: relative;
    padding-left: 1.5rem;
    margin: 1.5rem 0 2.5rem;
}.secure_zone_local ul::before {
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, rgb(192,208,191,0.5), transparent);
    width: 1px;
    height: 100%;
}.secure_zone_local li {
    padding-left: 1rem;
    line-height: 1.6;
    color: #000000;
    position: relative;
    font-size: 15px;
    transition: transform 0.2s ease;
    margin-bottom: 1rem;
}.secure_zone_local li::before {
    width: 8px;
    top: 0.7rem;
    position: absolute;
    transform: rotate(45deg);
    border-radius: 1px;
    background: rgb(192,208,191);
    content: "";
    transition: transform 0.2s ease;
    opacity: 0.7;
    left: -1.5rem;
    height: 8px;
}.secure_zone_local li:hover {
    transform: translateX(3px);
}.secure_zone_local li:hover::before {
    transform: rotate(135deg);
    background: rgb(153,173,152);
}.secure_zone_local span {
    opacity: 0.9;
    line-height: 1.7;
    border-left: 2px solid rgb(153,173,152,0.5);
    font-size: 15px;
    margin-bottom: 2rem;
    padding: 0.5rem 0 0.5rem 1rem;
    color: #000000;
    font-style: italic;
    display: block;
}.secure_zone_local strong {
    color: #000000;
    font-weight: 600;
    position: relative;
    display: inline-block;
}.secure_zone_local strong::after {
    background: rgb(192,208,191,0.5);
    height: 2px;
    opacity: 0.3;
    left: 0;
    bottom: -2px;
    width: 100%;
    position: absolute;
    content: "";
}

@media (max-width: 991px) {.secure_zone_local {
    padding: 4rem 1.5rem;
}.secure_zone_local .container {
    padding: 2.5rem 2rem;
    transform: perspective(800px) rotateY(0.5deg);
}.secure_zone_local h1 {
    font-size: calc(47px * 0.9);
}.secure_zone_local h2 {
    font-size: calc(30px * 0.9);
}
}

@media (max-width: 767px) {.secure_zone_local {
    padding: 3rem 1rem;
}.secure_zone_local .container {
    transform: perspective(600px) rotateY(0.3deg);
    padding: 2rem 1.5rem;
    border-left-width: 2px;
}.secure_zone_local h1 {
    transform: translateX(-5px);
    font-size: calc(47px * 0.8);
}.secure_zone_local h1::before {
    width: 4px;
    left: -15px;
}.secure_zone_local h2 {
    font-size: calc(30px * 0.8);
    margin: 2.5rem 0 1.25rem;
}.secure_zone_local h3 {
    font-size: calc(30px * 0.7);
}.secure_zone_local h4 {
    font-size: calc(30px * 0.6);
}.secure_zone_local p, 
    .secure_zone_local li,
    .secure_zone_local span {
    font-size: calc(15px * 0.95);
}.secure_zone_local ul {
    padding-left: 1rem;
}.secure_zone_local li::before {
    left: -1rem;
    height: 6px;
    width: 6px;
}
}

@media (max-width: 480px) {.secure_zone_local {
    padding: 2rem 0.75rem;
}.secure_zone_local .container {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    padding: 1.5rem 1.25rem;
    transform: none;
}.secure_zone_local h1 {
    font-size: calc(47px * 0.7);
    margin-bottom: 1.5rem;
}.secure_zone_local h2 {
    font-size: calc(30px * 0.7);
    margin: 2rem 0 1rem;
}.secure_zone_local h3 {
    margin: 1.75rem 0 1rem;
    font-size: calc(30px * 0.6);
}.secure_zone_local h4 {
    font-size: calc(30px * 0.5);
}.secure_zone_local p, 
    .secure_zone_local li,
    .secure_zone_local span {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}.secure_zone_local li {
    margin-bottom: 0.75rem;
}.secure_zone_local ul {
    margin: 1rem 0 2rem;
}}.customer_experience_local {
    background: linear-gradient(135deg, rgb(226,233,225), rgb(226,233,225) 60%, rgba(rgb(192,208,191,0.5), 0.05));
    overflow: hidden;
    box-shadow: inset 0 0 50px rgba(rgba(0, 0, 0, 0.5), 0.05);
    position: relative;
    padding: 5rem 0;
}.customer_experience_local::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    z-index: 1;
    height: 100%;
    width: 100%;
    background: 
    radial-gradient(circle at 10% 20%, rgba(rgb(192,208,191,0.5), 0.03) 0%, transparent 50%),
    radial-gradient(circle at 90% 80%, rgba(rgb(153,173,152,0.5), 0.03) 0%, transparent 40%);
}.customer_experience_local::after {
    transform: rotate(-15deg) skewX(20deg);
    right: -5%;
    z-index: 0;
    content: "";
    width: 25%;
    position: absolute;
    opacity: 0.03;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 30% 100%);
    background: linear-gradient(145deg, rgb(192,208,191) 0%, transparent);
    height: 55%;
    top: -10%;
}.customer_experience_local .container {
    padding: 0 1.5rem;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.customer_experience_local h2 {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 34px;
    position: relative;
    font-weight: 700;
    color: #000000;
    transform: perspective(1000px) translateZ(0);
}.customer_experience_local h2::after {
    transform: translateX(-50%);
    left: 50%;
    bottom: -0.75rem;
    height: 3px;
    width: 6rem;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(192,208,191), transparent);
    position: absolute;
}.customer_experience_local .our_ethos_local {
    overflow: hidden;
    perspective: 1200px;
    position: relative;
}.customer_experience_local .review_views_local {
    gap: 1.75rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    display: grid;
}.customer_experience_local .user_experience_local {
    box-shadow: 
    0 20px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.1),
    0 10px 20px -10px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: translateZ(0);
    transition: 
    transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.5s ease;
    border-left: 3px solid rgb(192,208,191);
    display: flex;
    padding: 2rem;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    background: #ffffff;
}.customer_experience_local .user_experience_local::before {
    height: 100%;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(rgb(192,208,191,0.5), 0.03), transparent);
    left: 0;
    z-index: -1;
    position: absolute;
    content: "";
}.customer_experience_local .user_experience_local::after {
    right: 1rem;
    content: '"';
    top: 0.5rem;
    position: absolute;
    font-size: 5rem;
    z-index: 0;
    font-family: serif;
    color: rgba(rgb(192,208,191,0.5), 0.1);
    line-height: 1;
}.customer_experience_local .user_experience_local:hover {
    box-shadow: 
    0 30px 40px -20px rgba(rgba(0, 0, 0, 0.5), 0.15),
    0 15px 25px -10px rgba(rgba(0, 0, 0, 0.5), 0.1);
    transform: translateY(-10px) rotateX(2deg) rotateY(-2deg);
}.customer_experience_local .user_experience_local h3 {
    font-size: calc(19px * 1.1);
    margin-bottom: 0.75rem;
    z-index: 2;
    position: relative;
    font-weight: 600;
    color: #000000;
}.customer_experience_local .user_experience_local h3::after {
    transition: width 0.3s ease;
    content: "";
    bottom: -0.35rem;
    width: 2.5rem;
    transform-origin: left;
    background: rgb(192,208,191);
    position: absolute;
    left: 0;
    height: 2px;
}.customer_experience_local .user_experience_local:hover h3::after {
    width: 3.5rem;
}.customer_experience_local .user_experience_local .description {
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: 17px;
    position: relative;
    z-index: 2;
    flex-grow: 1;
    line-height: 1.65;
}.customer_experience_local .user_experience_local div {
    margin-top: auto;
    box-shadow: 0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.1);
    width: 65px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    height: 65px;
    transform: translateZ(0);
}.customer_experience_local .user_experience_local div::before {
    position: absolute;
    inset: 0;
    border: 2px solid rgba(rgb(192,208,191,0.5), 0.3);
    border-radius: 50%;
    z-index: 3;
    content: "";
}.customer_experience_local .user_experience_local img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}.customer_experience_local .user_experience_local:hover img {
    transform: scale(1.1);
}

@media screen and (min-width: 768px) {.customer_experience_local {
    padding: 6rem 0;
}.customer_experience_local::after {
    width: 30%;
    height: 60%;
}.customer_experience_local h2 {
    margin-bottom: 4rem;
}.customer_experience_local .review_views_local {
    gap: 2.25rem;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}.customer_experience_local .user_experience_local {
    padding: 2.5rem;
}.customer_experience_local .user_experience_local div {
    width: 75px;
    height: 75px;
}
}

@media screen and (min-width: 1200px) {.customer_experience_local {
    padding: 8rem 0;
}.customer_experience_local::after {
    height: 70%;
    width: 35%;
    top: -15%;
    right: -8%;
}.customer_experience_local .review_views_local {
    grid-template-columns: repeat(3, 1fr);
}.customer_experience_local .user_experience_local {
    transition: 
      transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
      box-shadow 0.5s ease;
}.customer_experience_local .user_experience_local:nth-child(3n+1) {
    transform: translateZ(10px) rotateY(2deg);
}.customer_experience_local .user_experience_local:nth-child(3n+2) {
    transform: translateZ(15px);
}.customer_experience_local .user_experience_local:nth-child(3n+3) {
    transform: translateZ(10px) rotateY(-2deg);
}.customer_experience_local .user_experience_local:nth-child(3n+1):hover {
    transform: translateY(-10px) translateZ(15px) rotateY(2deg);
}.customer_experience_local .user_experience_local:nth-child(3n+2):hover {
    transform: translateY(-10px) translateZ(20px);
}.customer_experience_local .user_experience_local:nth-child(3n+3):hover {
    transform: translateY(-10px) translateZ(15px) rotateY(-2deg);
}
}

@media screen and (max-width: 767px) {.customer_experience_local {
    padding: 4rem 0;
}.customer_experience_local h2 {
    font-size: calc(34px * 0.9);
    margin-bottom: 2.5rem;
}.customer_experience_local .review_views_local {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.customer_experience_local .user_experience_local {
    padding: 1.75rem;
}.customer_experience_local .user_experience_local div {
    height: 60px;
    width: 60px;
}
}

@media (prefers-reduced-motion: reduce) {.customer_experience_local .user_experience_local,
  .customer_experience_local .user_experience_local h3::after,
  .customer_experience_local .user_experience_local img {
    transition: none;
}.customer_experience_local .user_experience_local:hover {
    transform: none;
}.customer_experience_local .user_experience_local:hover h3::after {
    width: 2.5rem;
}.customer_experience_local .user_experience_local:hover img {
    transform: none;
}}.course_instructor_local {
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(
        125deg,
        rgb(226,233,225) 0%,
        rgb(226,233,225) 60%,
        rgb(192,208,191,0.5) 120%
    );
    position: relative;
}.course_instructor_local::before {
    background-size: 60px 60px;
    background-position: 0 0, 0 30px, 30px -30px, -30px 0px;
    width: 100%;
    top: 0;
    left: 0;
    background-image: 
        linear-gradient(45deg, rgb(192,208,191,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(192,208,191,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(192,208,191,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(192,208,191,0.5) 75%);
    height: 100%;
    opacity: 0.03;
    position: absolute;
    content: "";
}.course_instructor_local::after {
    height: 200%;
    content: "";
    opacity: 0.2;
    width: 200%;
    top: -50%;
    animation: pulse-subtle 15s infinite alternate ease-in-out;
    background: 
        radial-gradient(
            ellipse at center,
            rgb(192,208,191,0.5) 0%,
            transparent 60%
        );
    position: absolute;
    left: -50%;
}@keyframes pulse-subtle {
    0% {
        transform: scale(1);
        opacity: 0.15;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.25;
    }
}

.course_instructor_local .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 15px;
    position: relative;
    max-width: 1200px;
}.course_instructor_local .user_experience_local {
    align-items: center;
    border-radius: 30px;
    overflow: visible;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0;
    background: transparent;
}.course_instructor_local .image_item_local {
    border-radius: 20px;
    position: relative;
    z-index: 3;
    width: 260px;
    height: 260px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: rotate(-5deg);
    margin-bottom: 30px;
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.12),
        -25px -25px 50px rgba(255, 255, 255, 0.7),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}.course_instructor_local .image_item_local::before {
    position: absolute;
    opacity: 0.3;
    border-radius: 30px;
    z-index: -1;
    content: "";
    transform: rotate(5deg);
    transition: all 0.5s ease;
    background: linear-gradient(
        135deg,
        rgb(192,208,191,0.5) 0%,
        transparent 50%,
        rgb(153,173,152,0.5) 100%
    );
    inset: -10px;
}.course_instructor_local .image_item_local::after {
    inset: -20px;
    transform: rotate(10deg);
    border-radius: 40px;
    z-index: -2;
    transition: all 0.5s ease;
    content: "";
    position: absolute;
    background: 
        repeating-linear-gradient(
            -45deg,
            transparent 0,
            transparent 10px,
            rgb(192,208,191,0.5) 10px,
            rgb(192,208,191,0.5) 11px
        );
    opacity: 0.05;
}.course_instructor_local .name {
    font-weight: 700;
    z-index: 2;
    margin-bottom: 15px;
    padding: 0 20px 15px;
    font-size: 45px;
    text-fill-color: transparent;
    background-clip: text !important;
    color: #000000;
    -webkit-text-fill-color: transparent;
    text-align: center;
    position: relative;
    -webkit-background-clip: text !important;
    background: linear-gradient(
        to right,
        #000000 0%,
        rgb(192,208,191) 100%
    );
}.course_instructor_local .name::after {
    transform: translateX(-50%);
    width: 80px;
    left: 50%;
    border-radius: 3px;
    content: "";
    position: absolute;
    background: linear-gradient(
        to right,
        rgb(192,208,191) 0%,
        rgb(153,173,152) 100%
    );
    height: 3px;
    bottom: 0;
}.course_instructor_local .user_experience_local span:not(.name) {
    transition: all 0.3s ease;
    font-size: 23px;
    z-index: 2;
    color: rgb(153,173,152);
    font-weight: 600;
    opacity: 0.8;
    letter-spacing: 3px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}.course_instructor_local .exp_milestones_local {
    line-height: 1.9;
    max-width: 700px;
    color: #000000;
    border-radius: 30px;
    padding: 40px 50px;
    text-align: center;
    z-index: 1;
    position: relative;
    margin: 0;
    background: #ffffff;
    font-size: 17px;
    width: 80%;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.06),
        0 1px 1px rgba(0, 0, 0, 0.04);
}.course_instructor_local .exp_milestones_local::before {
    width: 35px;
    position: absolute;
    left: 25px;
    content: "";
    background: 
        linear-gradient(45deg, rgb(192,208,191,0.5) 0%, transparent 100%);
    height: 35px;
    border-radius: 0 0 10px 0;
    opacity: 0.2;
    top: 25px;
}.course_instructor_local .exp_milestones_local::after {
    right: 25px;
    width: 35px;
    position: absolute;
    content: "";
    background: 
        linear-gradient(225deg, rgb(153,173,152,0.5) 0%, transparent 100%);
    height: 35px;
    border-radius: 0 0 0 10px;
    opacity: 0.2;
    bottom: 25px;
}.course_instructor_local .user_experience_local::before {
    background: 
        linear-gradient(
            135deg,
            rgb(192,208,191,0.5) 0%,
            transparent 100%
        );
    content: "";
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: translateX(-50%) rotate(45deg);
    width: 300px;
    top: -70px;
    z-index: 0;
    height: 300px;
    animation: morphing 15s infinite alternate ease-in-out;
    opacity: 0.1;
    left: 50%;
    position: absolute;
}@keyframes morphing {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 70% 30% 50% 50% / 40% 60% 40% 60%;
    }
    50% {
        border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
    }
    75% {
        border-radius: 60% 40% 30% 70% / 50% 50% 50% 50%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

.course_instructor_local .user_experience_local::after {
    left: 50%;
    content: "";
    z-index: 0;
    height: 350px;
    border-radius: 60% 40% 30% 70% / 50% 50% 50% 50%;
    animation: morphing 15s infinite alternate-reverse ease-in-out;
    width: 350px;
    top: -50px;
    transform: translateX(-50%) rotate(-45deg);
    position: absolute;
    opacity: 0.08;
    background: 
        linear-gradient(
            135deg,
            transparent 0%,
            rgb(153,173,152,0.5) 100%
        );
}.course_instructor_local .user_experience_local:hover .image_item_local {
    transform: rotate(0deg) translateY(-10px);
    box-shadow: 
        30px 30px 60px rgba(0, 0, 0, 0.15),
        -30px -30px 60px rgba(255, 255, 255, 0.8),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}.course_instructor_local .user_experience_local:hover .image_item_local::before {
    transform: rotate(0deg);
    opacity: 0.5;
}.course_instructor_local .user_experience_local:hover .image_item_local::after {
    transform: rotate(5deg);
}.course_instructor_local .user_experience_local:hover span:not(.name) {
    opacity: 1;
    letter-spacing: 5px;
}

@media (max-width: 991px) {.course_instructor_local {
    padding: 80px 0;
}.course_instructor_local .image_item_local {
    height: 220px;
    width: 220px;
    margin-bottom: 25px;
}.course_instructor_local .name {
    margin-bottom: 12px;
    font-size: calc(45px * 0.9);
}.course_instructor_local .exp_milestones_local {
    padding: 35px 40px;
    width: 85%;
}.course_instructor_local .user_experience_local::before,
    .course_instructor_local .user_experience_local::after {
    width: 250px;
    height: 250px;
}
}

@media (max-width: 767px) {.course_instructor_local {
    padding: 60px 0;
}.course_instructor_local .image_item_local {
    margin-bottom: 20px;
    height: 180px;
    width: 180px;
}.course_instructor_local .name {
    margin-bottom: 10px;
    font-size: calc(45px * 0.8);
    padding: 0 15px 12px;
}.course_instructor_local .user_experience_local span:not(.name) {
    letter-spacing: 2px;
    font-size: calc(23px * 0.9);
    margin-bottom: 30px;
}.course_instructor_local .exp_milestones_local {
    width: 90%;
    padding: 30px 35px;
    font-size: calc(17px * 0.95);
}.course_instructor_local .exp_milestones_local::before,
    .course_instructor_local .exp_milestones_local::after {
    height: 25px;
    width: 25px;
}.course_instructor_local .user_experience_local::before,
    .course_instructor_local .user_experience_local::after {
    width: 200px;
    height: 200px;
}.course_instructor_local .user_experience_local:hover span:not(.name) {
    letter-spacing: 3px;
}
}

@media (max-width: 575px) {.course_instructor_local {
    padding: 50px 0;
}.course_instructor_local .image_item_local {
    width: 150px;
    border-radius: 15px;
    margin-bottom: 15px;
    height: 150px;
}.course_instructor_local .image_item_local::before {
    inset: -8px;
    border-radius: 22px;
}.course_instructor_local .image_item_local::after {
    border-radius: 30px;
    inset: -15px;
}.course_instructor_local .name {
    padding: 0 10px 10px;
    font-size: calc(45px * 0.7);
    margin-bottom: 8px;
}.course_instructor_local .name::after {
    height: 2px;
    width: 60px;
}.course_instructor_local .user_experience_local span:not(.name) {
    letter-spacing: 1px;
    margin-bottom: 25px;
    font-size: calc(23px * 0.85);
}.course_instructor_local .exp_milestones_local {
    padding: 25px 20px;
    border-radius: 10px;
    width: 100%;
    font-size: calc(17px * 0.9);
}.course_instructor_local .exp_milestones_local::before,
    .course_instructor_local .exp_milestones_local::after {
    left: 15px;
    top: 15px;
    width: 20px;
    height: 20px;
}.course_instructor_local .exp_milestones_local::after {
    right: 15px;
    bottom: 15px;
}.course_instructor_local .user_experience_local::before,
    .course_instructor_local .user_experience_local::after {
    width: 150px;
    height: 150px;
}.course_instructor_local .user_experience_local:hover span:not(.name) {
    letter-spacing: 2px;
}}.pricing_set_local {
    color: #ffffff;
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}.pricing_set_local::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, rgba(34, 30, 80, 0.95), rgba(19, 31, 60, 0.85));
    z-index: 1;
    bottom: 0;
}.pricing_set_local .container {
    z-index: 2;
    position: relative;
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1200px;
}.pricing_set_local .fee_pricing_local {
    position: relative;
}.pricing_set_local h2 {
    transform: translateY(10px);
    margin-bottom: 1.5rem;
    text-align: center;
    font-size: 34px;
    background: linear-gradient(90deg, rgb(192,208,191), rgb(153,173,152));
    animation: fadeIn 0.8s ease-out forwards;
    -webkit-background-clip: text !important;
    color: transparent;
    font-weight: 700;
    background-clip: text !important;
}.pricing_set_local .learning_price_local {
    transform: translateY(15px);
    text-align: center;
    max-width: 800px;
    animation: fadeIn 0.8s ease-out 0.2s forwards;
    line-height: 1.6;
    font-size: calc(12px * 1.1);
    margin: 0 auto 3rem;
    color: #ffffff;
    position: relative;
    opacity: 0;
    padding: 0 1rem;
}.pricing_set_local .basic_cost_local {
    gap: 2rem;
    margin: 0;
    padding: 0;
    perspective: 1000px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    list-style: none;
}.pricing_set_local .basic_cost_local li {
    transform: translateY(30px);
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
}.pricing_set_local .basic_cost_local li:nth-child(1) {
    animation-delay: 0.2s;
}.pricing_set_local .basic_cost_local li:nth-child(2) {
    animation-delay: 0.3s;
}.pricing_set_local .basic_cost_local li:nth-child(3) {
    animation-delay: 0.4s;
}.pricing_set_local .basic_cost_local li:nth-child(4) {
    animation-delay: 0.5s;
}.pricing_set_local .skill_offers_local {
    text-decoration: none;
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
}.pricing_set_local .skill_offers_local:hover {
    transform: translateY(-12px) scale(1.02);
}.pricing_set_local .study_packages_local {
    position: relative;
    transition: all 0.4s ease;
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    flex-direction: column;
    overflow: hidden;
    padding: 0;
    height: 100%;
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.05) 100%);
}.pricing_set_local .study_packages_local::before {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    left: 0;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(192,208,191), rgb(153,173,152));
    height: 5px;
    content: "";
    width: 100%;
    transform-origin: left;
    position: absolute;
    top: 0;
}.pricing_set_local .skill_offers_local:hover .study_packages_local::before {
    transform: scaleX(1);
}.pricing_set_local .bundle_offer_local {
    color: #ffffff;
    height: 100%;
    flex-direction: column;
    display: flex;
    padding: 2.5rem 2rem;
}.pricing_set_local .bundle_offer_local h4 {
    margin-top: 0;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: calc(23px * 1.2);
    padding-bottom: 0.75rem;
}.pricing_set_local .bundle_offer_local h4::after {
    bottom: 0;
    left: 0;
    width: 50px;
    position: absolute;
    background: rgb(153,173,152);
    content: "";
    height: 2px;
}.pricing_set_local .bundle_offer_local p {
    flex-grow: 1;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.85);
    word-break: break-word;
    overflow-wrap: break-word;
    line-height: 1.6;
    word-wrap: break-word;
    margin-bottom: 2rem;
    hyphens: auto;
}.pricing_set_local .learn_fees_local {
    padding: 0.75rem 1.5rem;
    font-size: calc(12px * 1.3);
    border-radius: 10px;
    margin-top: auto;
    justify-content: center;
    transition: all 0.3s ease;
    display: inline-flex;
    align-self: flex-start;
    background: linear-gradient(120deg, rgb(192,208,191), rgb(153,173,152));
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    align-items: center;
    font-weight: 700;
}.pricing_set_local .skill_offers_local:hover .learn_fees_local {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
}

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

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


@media (max-width: 1200px) {.pricing_set_local .basic_cost_local {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}.pricing_set_local .bundle_offer_local {
    padding: 2rem 1.5rem;
}
}

@media (max-width: 991px) {.pricing_set_local {
    padding: 3.5rem 0;
}.pricing_set_local h2 {
    font-size: calc(34px * 0.9);
}.pricing_set_local .learning_price_local {
    margin-bottom: 2.5rem;
    font-size: 12px;
}
}

@media (max-width: 768px) {.pricing_set_local {
    padding: 3rem 0;
}.pricing_set_local h2 {
    font-size: calc(34px * 0.85);
}.pricing_set_local .basic_cost_local {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 480px;
}.pricing_set_local .bundle_offer_local h4 {
    font-size: 23px;
}.pricing_set_local .learn_fees_local {
    font-size: calc(12px * 1.2);
    padding: 0.6rem 1.2rem;
}
}

@media (max-width: 480px) {.pricing_set_local {
    padding: 2.5rem 0;
}.pricing_set_local h2 {
    font-size: calc(34px * 0.8);
}.pricing_set_local .learning_price_local {
    margin-bottom: 2rem;
    font-size: calc(12px * 0.95);
}.pricing_set_local .bundle_offer_local {
    padding: 1.75rem 1.25rem;
}.pricing_set_local .bundle_offer_local p {
    font-size: calc(12px * 0.95);
    margin-bottom: 1.5rem;
}}.contact_section_local {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(226,233,225) 0%, rgba(16, 22, 47, 0.95) 100%);
}.contact_section_local::before {
    background: 
        linear-gradient(90deg, transparent 0%, rgba(rgb(192,208,191), 0.03) 50%, transparent 100%),
        linear-gradient(180deg, transparent 0%, rgba(rgb(153,173,152), 0.04) 50%, transparent 100%);
    content: "";
    left: 0;
    background-size: 20px 20px, 20px 20px;
    position: absolute;
    width: 100%;
    height: 100%;
    animation: gridMove 20s linear infinite;
    top: 0;
}.contact_section_local::after {
    content: "";
    z-index: 0;
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    opacity: 0.6;
    background: radial-gradient(
        circle at 20% 30%, 
        rgba(rgb(192,208,191), 0.15) 0%, 
        transparent 50%
    ), radial-gradient(
        circle at 80% 70%, 
        rgba(rgb(153,173,152), 0.15) 0%, 
        transparent 50%
    );
    top: 0;
}@keyframes gridMove {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 40px 0, 0 40px;
    }
}

.contact_section_local .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}.contact_section_local h2 {
    position: relative;
    font-weight: 700;
    font-size: 38px;
    font-family: Arial, sans-serif;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}.contact_section_local h2::after {
    background: linear-gradient(90deg, rgb(192,208,191), rgb(153,173,152));
    border-radius: 1.5px;
    bottom: -15px;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    width: 80px;
}.contact_section_local .request_grid_local {
    grid-template-columns: 1fr 1fr;
    position: relative;
    gap: 30px;
    display: grid;
    margin-top: 60px;
}.contact_section_local .request_grid_local::before {
    left: -8px;
    content: "";
    position: absolute;
    border-radius: 11px;
    z-index: -1;
    width: 100%;
    border: 1px solid rgba(rgb(192,208,191), 0.2);
    top: -8px;
    height: 100%;
}.contact_section_local .request_grid_local::after {
    border: 1px solid rgba(rgb(153,173,152), 0.2);
    height: 100%;
    position: absolute;
    border-radius: 11px;
    bottom: -8px;
    width: 100%;
    right: -8px;
    content: "";
    z-index: -1;
}.contact_section_local .image_item_local {
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border-radius: 11px;
    height: 100%;
    min-height: 550px;
    position: relative;
}.contact_section_local .image_item_local::before {
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.6));
    z-index: 1;
    position: absolute;
    height: 100%;
    content: "";
    left: 0;
    width: 100%;
    top: 0;
}.contact_section_local .image_item_local::after {
    border-top: 2px solid rgba(rgb(192,208,191), 0.6);
    width: 60px;
    right: 20px;
    height: 60px;
    content: "";
    position: absolute;
    z-index: 2;
    top: 20px;
    border-right: 2px solid rgba(rgb(192,208,191), 0.6);
}.contact_section_local .reach_message_local {
    padding: 50px;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 11px;
}.contact_section_local .reach_message_local::before {
    content: "";
    position: absolute;
    left: 20px;
    border-left: 2px solid rgba(rgb(153,173,152), 0.6);
    width: 60px;
    height: 60px;
    border-bottom: 2px solid rgba(rgb(153,173,152), 0.6);
    bottom: 20px;
}.contact_section_local form {
    width: 100%;
}.contact_section_local form h3 {
    font-size: 19px;
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
    padding-left: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}.contact_section_local form h3::before {
    border-radius: 10px;
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
    top: 0;
    background: rgb(192,208,191);
    width: 3px;
}.contact_section_local form input[type="text"] {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    padding: 18px 25px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: 18px;
    margin-bottom: 25px;
}.contact_section_local form input[type="text"]:focus {
    border-color: rgb(192,208,191);
    outline: none;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 15px rgba(rgb(192,208,191), 0.2);
}.contact_section_local form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.contact_section_local .message_list_local {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}.contact_section_local .message_list_local input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_section_local .message_list_local label {
    position: relative;
    font-size: 13px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    padding-left: 35px;
}.contact_section_local .message_list_local label::before {
    width: 22px;
    transition: all 0.3s ease;
    height: 22px;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    left: 0;
    content: "";
    top: 2px;
}.contact_section_local .message_list_local input[type="checkbox"]:checked + label::before {
    background: rgb(192,208,191);
    border-color: rgb(192,208,191);
}.contact_section_local .message_list_local input[type="checkbox"]:checked + label::after {
    top: 6px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    width: 6px;
    left: 8px;
    height: 10px;
    content: "";
    transform: rotate(45deg);
    position: absolute;
}.contact_section_local .message_list_local label a {
    font-weight: 600;
    color: rgb(192,208,191);
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
}.contact_section_local .message_list_local label a:hover {
    color: rgb(153,173,152);
}.contact_section_local form .feedback_form_local {
    position: relative;
    color: #ffffff;
    display: inline-block;
    overflow: hidden;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    z-index: 1;
    font-size: 16px;
    background: linear-gradient(45deg, rgb(192,208,191), rgb(153,173,152));
    transition: all 0.4s ease;
    font-family: Arial, sans-serif;
    font-weight: 600;
    padding: 16px 40px;
}.contact_section_local form .feedback_form_local::before {
    height: 100%;
    z-index: -1;
    left: -100%;
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    background: linear-gradient(45deg, rgb(153,173,152), rgb(192,208,191));
    transition: all 0.4s ease;
}.contact_section_local form .feedback_form_local:hover::before {
    left: 0;
}.contact_section_local form .feedback_form_local:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}.contact_section_local svg {
    height: 22px;
    fill: rgb(192,208,191);
    width: 22px;
}.contact_section_local svg path {
    fill: rgb(192,208,191);
    transition: fill 0.3s ease;
}

@media screen and (max-width: 991px) {.contact_section_local {
    padding: 90px 0;
}.contact_section_local .request_grid_local {
    grid-template-columns: 1fr;
    gap: 40px;
}.contact_section_local .image_item_local {
    min-height: 400px;
}.contact_section_local .reach_message_local {
    padding: 40px 30px;
}
}

@media screen and (max-width: 767px) {.contact_section_local {
    padding: 70px 0;
}.contact_section_local h2 {
    font-size: calc(38px * 0.9);
}.contact_section_local .image_item_local {
    min-height: 350px;
}.contact_section_local .image_item_local::after,
    .contact_section_local .reach_message_local::before {
    width: 40px;
    height: 40px;
}
}

@media screen and (max-width: 576px) {.contact_section_local {
    padding: 50px 0;
}.contact_section_local h2 {
    font-size: calc(38px * 0.8);
}.contact_section_local .request_grid_local {
    margin-top: 40px;
}.contact_section_local .image_item_local {
    min-height: 250px;
}.contact_section_local .reach_message_local {
    padding: 30px 20px;
}.contact_section_local form h3 {
    font-size: calc(19px * 0.9);
    margin-bottom: 25px;
}.contact_section_local form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact_section_local form .feedback_form_local {
    width: 100%;
    padding: 15px 20px;
}}.modalDataProtection_local {
    box-shadow: 0 -10px 30px rgb(192,208,191,0.5);
    z-index: 90;
    width: 100%;
    position: fixed;
    border-top: 2px solid rgb(192,208,191);
    background: rgb(153,173,152);
    bottom: 0;
    animation: slideIn 0.5s ease-in-out;
}@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}
.cookie_none_local {
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 20px rgb(192,208,191,0.5);
    flex-wrap: wrap;
    padding: 20px 5%;
    background: linear-gradient(135deg, rgb(153,173,152) 0%, rgba(0, 0, 0, 0.5) 100%);
    display: flex;
}.web_cookies_local {
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    margin-right: 20px;
    padding: 10px;
    box-shadow: 0 0 15px rgb(192,208,191);
    border-radius: 21px;
    flex-shrink: 0;
}.web_cookies_local svg, .web_cookies_local svg path {
    transition: transform 0.3s ease;
    height: 60px;
    fill: rgb(192,208,191);
    width: 60px;
}.web_cookies_local:hover svg {
    transform: rotate(20deg);
}.cookie_customize_local {
    color: #ffffff;
    min-width: 300px;
    flex: 1;
}.cookie_customize_local h5 {
    text-shadow: 0 0 10px rgb(192,208,191);
    font-weight: 700;
    font-size: 21px;
    color: rgb(192,208,191);
    margin-bottom: 10px;
}.cookie_customize_local p {
    font-size: 12px;
    color: #ffffff;
    text-shadow: 0 0 5px rgb(192,208,191,0.5);
    margin-bottom: 0;
}.learn_agree_local {
    transition: background 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 0 10px rgb(192,208,191,0.5);
    margin-left: 10px;
    padding: 12px 25px;
    white-space: nowrap;
    text-decoration: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 20px;
    color: #000000;
    background: rgb(192,208,191);
}.learn_agree_local:hover {
    background: rgb(153,173,152);
    box-shadow: 0 0 20px rgb(153,173,152,0.5);
}.modalDataProtection_local p a {
    transition: color 0.3s ease;
    color: rgb(192,208,191);
    text-decoration: underline;
}.modalDataProtection_local p a:hover {
    color: rgb(153,173,152);
}#userPrivacyWindow_local {
    display: none;
}#userPrivacyWindow_local:checked ~ .modalDataProtection_local {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.modalDataProtection_local {
    padding: 20px;
}.cookie_none_local {
    padding: 20px 2%;
}
}
@media only screen and (max-width: 800px) {.web_cookies_local {
    display: none;
}.cookie_none_local {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.cookie_customize_local {
    margin-bottom: 20px;
    text-align: center;
}.modalDataProtection_local h5, .modalDataProtection_local p {
    text-align: center;
}.learn_agree_local {
    width: 100%;
    margin-left: 0;
    text-align: center;
    margin-top: 10px;
}
}
