* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}svg {
    height: 30px;
    width: 30px;
}.top-master-0 {
    flex: 1 0 auto;
}.edu-links-6 {
    flex: 0 0 auto;
}.container {
    width: 1270px;
    margin: auto;
    max-width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}html,body {
    scroll-behavior: auto;
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
}.wrapper-canvas-3 {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header .top_plank {
    background: rgb(175,199,186);
    color:  #ffffff;
}header .top_plank .top-studytrack-9 div svg, header .top_plank .top-studytrack-9 div svg path {
    fill: #ffffff;
}header .top_plank .top-studytrack-9 div span {
    color: #ffffff;
}header .top_plank .top-studytrack-9 {
    justify-content: flex-start;
    display: flex;
    align-items: center;
    padding: 15px 0 10px 0;
    font-size: 16px;
    flex-wrap: wrap;
    line-height: 21px;
    width: 100%;
}header .top_plank .top-studytrack-9 div {
    margin-right: 24px;
    align-items: center;
    display: flex;
    justify-content: flex-start;
}header .top_plank .top-studytrack-9 div img, header .top_plank .top-studytrack-9 div svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}.sign-up-3 {
    z-index: 1;
    background: rgb(220,233,226);
    padding: 6rem 3rem;
    position: relative;
    overflow: hidden;
}.sign-up-3::before {
    position: absolute;
    right: -150px;
    z-index: -1;
    background: rgb(175,199,186);
    top: -150px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    width: 350px;
    opacity: 0.07;
    animation: morphShape 15s ease-in-out infinite alternate;
    height: 350px;
    content: "";
}.sign-up-3::after {
    background: rgb(136,165,148);
    left: -100px;
    content: "";
    height: 250px;
    opacity: 0.07;
    animation: morphShape 15s ease-in-out infinite alternate-reverse;
    width: 250px;
    position: absolute;
    border-radius: 67% 33% 33% 67% / 33% 67% 33% 67%;
    bottom: -100px;
    z-index: -1;
}.sign-up-3 .container {
    max-width: 1140px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.sign-up-3 .heritage-edu-6 {
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
}.sign-up-3 .heritage-edu-6::before {
    opacity: 0.03;
    width: 100%;
    content: "";
    z-index: -1;
    position: absolute;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5) 0,
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 15px
    );
}.sign-up-3 p {
    margin-bottom: 3rem;
    font-size: 31px;
    font-family: Arial, sans-serif;
    position: relative;
    transform: translateX(15%) rotateZ(-2deg);
    z-index: 2;
    max-width: 70%;
    line-height: 1.3;
    font-weight: 700;
    color: #000000;
}.sign-up-3 p::before,
.sign-up-3 p::after {
    opacity: 0.2;
    position: absolute;
    content: "";
    background: rgb(175,199,186);
    z-index: -1;
}.sign-up-3 p::before {
    left: -10%;
    width: 120%;
    animation: slideLeft 5s cubic-bezier(0.33, 1, 0.68, 1) infinite alternate;
    top: 30%;
    transform: skewX(-20deg);
    height: 30%;
}.sign-up-3 p::after {
    bottom: -15px;
    transform-origin: left;
    left: 0;
    width: 40%;
    height: 10px;
    animation: growLine 2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}.sign-up-3 .input_holder {
    align-items: center;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    z-index: 2;
    border-radius: 21px;
    padding: 15px;
    justify-content: center;
    display: flex;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    transform: translateX(-15%) rotateZ(2deg);
    position: relative;
}.sign-up-3 .input_holder:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateX(-15%) rotateZ(0deg);
}.sign-up-3 .input_holder::before,
.sign-up-3 .input_holder::after {
    z-index: -1;
    transition: all 0.3s ease;
    position: absolute;
    content: "";
    opacity: 0.3;
    border: 2px dashed rgb(175,199,186,0.5);
    border-radius: 21px;
}.sign-up-3 .input_holder::before {
    left: -8px;
    animation: pulseBoxShadow 3s ease-in-out infinite alternate;
    bottom: 8px;
    right: 8px;
    top: -8px;
}.sign-up-3 .input_holder::after {
    left: 8px;
    bottom: -8px;
    top: 8px;
    animation: pulseBoxShadow 3s ease-in-out 1.5s infinite alternate;
    right: -8px;
}.sign-up-3 .input_holder:hover::before,
.sign-up-3 .input_holder:hover::after {
    border-color: rgb(136,165,148,0.5);
}.sign-up-3 .email-section-0 {
    background: #ffffff;
    color: #000000;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5);
    border-top-left-radius: 10px;
    outline: none;
    flex: 1;
    padding: 1.2rem 1.5rem;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    font-size: 12px;
    border-bottom-left-radius: 10px;
    border: none;
}.sign-up-3 .email-section-0:focus {
    box-shadow: inset 0 0 0 2px rgb(175,199,186);
}.sign-up-3 .request-panel-1 {
    padding: 1.2rem 2rem;
    color: #ffffff;
    border-bottom-right-radius: 10px;
    font-family: Arial, sans-serif;
    border-top-right-radius: 10px;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
    font-size: 20px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    background: #000000;
}.sign-up-3 .request-panel-1::before {
    content: "";
    position: absolute;
    height: 150%;
    top: -25%;
    width: 120%;
    z-index: -1;
    transition: opacity 0.3s ease;
    opacity: 0;
    left: -10%;
    transform: rotate(25deg);
    background: linear-gradient(
        90deg,
        rgb(175,199,186) 0%,
        rgb(136,165,148) 50%,
        rgb(175,199,186) 100%
    );
}.sign-up-3 .request-panel-1:hover {
    color: #ffffff;
}.sign-up-3 .request-panel-1:hover::before {
    animation: slideGradient 2s linear infinite;
    opacity: 1;
}

@keyframes morphShape {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
    }
    50% {
        border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    }
    75% {
        border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
    }
    100% {
        border-radius: 67% 33% 33% 67% / 33% 67% 33% 67%;
    }
}

@keyframes slideLeft {
    0% {
        transform: skewX(-20deg) translateX(-10%);
    }
    100% {
        transform: skewX(-20deg) translateX(10%);
    }
}

@keyframes growLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes pulseBoxShadow {
    0% {
        opacity: 0.1;
    }
    100% {
        opacity: 0.3;
    }
}

@keyframes slideGradient {
    0% {
        background-position: 0% center;
    }
    100% {
        background-position: 200% center;
    }
}

@media (max-width: 992px) {.sign-up-3 {
    padding: 5rem 2rem;
}.sign-up-3 p {
    max-width: 80%;
    transform: translateX(10%) rotateZ(-2deg);
    font-size: calc(31px * 0.9);
}.sign-up-3 .input_holder {
    transform: translateX(-10%) rotateZ(2deg);
}.sign-up-3 .input_holder:hover {
    transform: translateX(-10%) rotateZ(0deg);
}
}

@media (max-width: 768px) {.sign-up-3 {
    padding: 4rem 1.5rem;
}.sign-up-3 p {
    margin-bottom: 2.5rem;
    font-size: 22px;
    max-width: 90%;
    transform: translateX(5%) rotateZ(-1deg);
}.sign-up-3 .input_holder {
    flex-direction: column;
    padding: 10px;
    transform: translateX(-5%) rotateZ(1deg);
}.sign-up-3 .input_holder:hover {
    transform: translateX(-5%) rotateZ(0deg);
}.sign-up-3 .email-section-0 {
    border-radius: 10px;
    margin-bottom: 0.5rem;
    width: 100%;
}.sign-up-3 .request-panel-1 {
    border-radius: 10px;
    width: 100%;
}
}

@media (max-width: 576px) {.sign-up-3 {
    margin: 5rem 0;
    padding: 3rem 1rem;
}.sign-up-3 p {
    transform: none;
    max-width: 100%;
    text-align: center;
}.sign-up-3 .input_holder {
    transform: none;
    padding: 8px;
}.sign-up-3 .input_holder:hover {
    transform: none;
}.sign-up-3 .email-section-0,
    .sign-up-3 .request-panel-1 {
    padding: 1rem;
}}.data-exploration-1 {
    overflow: hidden;
    position: relative;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(220,233,226), rgb(136,165,148,0.5) 80%);
}.data-exploration-1::before {
    height: 100%;
    top: 0;
    z-index: 1;
    opacity: 0.1;
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        rgb(136,165,148,0.5) 0,
        rgb(136,165,148,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
}.data-exploration-1 h3 {
    animation: fadeSlideUp 0.8s ease-out forwards;
    opacity: 0;
    text-align: center;
    z-index: 2;
    position: relative;
    margin-bottom: 3rem;
    font-weight: 700;
    color: #000000;
    transform: translateY(20px);
    font-size: 29px;
}.data-exploration-1 .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.data-exploration-1 ul {
    margin: 0;
    list-style: none;
    padding: 0;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}.data-exploration-1 .learn-statistics-3 {
    background: linear-gradient(145deg, #ffffff, rgb(255, 255, 255, 0.5) 95%);
    overflow: hidden;
    transform: translateY(30px);
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    display: flex;
    height: 100%;
    animation-delay: calc(0.15s * var(--i, 0));
    padding: 2rem;
    flex-direction: column;
    animation: fadeSlideUp 0.6s ease-out forwards;
    min-height: 160px;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
}.data-exploration-1 .learn-statistics-3:nth-child(1) {
    --i: 1;
}.data-exploration-1 .learn-statistics-3:nth-child(2) {
    --i: 2;
}.data-exploration-1 .learn-statistics-3:nth-child(3) {
    --i: 3;
}.data-exploration-1 .learn-statistics-3:nth-child(4) {
    --i: 4;
}.data-exploration-1 .learn-statistics-3:nth-child(5) {
    --i: 5;
}.data-exploration-1 .learn-statistics-3:nth-child(6) {
    --i: 6;
}.data-exploration-1 .learn-statistics-3:nth-child(7) {
    --i: 7;
}.data-exploration-1 .learn-statistics-3::before {
    content: "";
    left: 0;
    background: linear-gradient(to right, rgb(175,199,186), rgb(136,165,148));
    animation-delay: calc(0.2s * var(--i, 0) + 0.8s);
    height: 4px;
    animation: lineGrow 1.2s ease-out forwards;
    top: 0;
    width: 0;
    position: absolute;
}.data-exploration-1 .learn-statistics-3::after {
    position: absolute;
    background: radial-gradient(circle at bottom right, rgb(136,165,148,0.5) 0%, transparent 70%);
    content: "";
    width: 30%;
    opacity: 0.1;
    right: 0;
    z-index: -1;
    bottom: 0;
    height: 50%;
}.data-exploration-1 .learn-statistics-3:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 8px 20px rgba(0, 0, 0, 0.05);
}.data-exploration-1 .learn-statistics-3 span {
    transition: transform 0.3s ease;
    display: block;
    color: #000000;
    position: relative;
    z-index: 2;
    font-weight: 600;
    font-size: calc(14px * 1.1);
    margin-bottom: 1rem;
}.data-exploration-1 .learn-statistics-3:hover span {
    transform: translateX(5px);
}.data-exploration-1 .learn-statistics-3 p {
    transform: translateY(20px);
    animation-delay: calc(0.2s * var(--i, 0) + 1s);
    margin: auto 0 0;
    opacity: 0;
    color: rgb(175,199,186);
    animation: numberReveal 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    font-weight: 700;
    display: block;
    position: relative;
    font-size: calc(29px * 1.5);
}.data-exploration-1 .learn-statistics-3 p::before {
    opacity: 0.7;
    top: 50%;
    content: "";
    width: 2px;
    height: 40px;
    position: absolute;
    transform: translateY(-50%) rotate(15deg);
    left: -12px;
    background: rgb(136,165,148,0.5);
}

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

@keyframes lineGrow {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes numberReveal {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    60% {
        opacity: 0.8;
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 992px) {.data-exploration-1 {
    padding: 7rem 3rem;
}.data-exploration-1 h3 {
    margin-bottom: 4rem;
    font-size: calc(29px * 1.2);
}.data-exploration-1 ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem;
}.data-exploration-1 .learn-statistics-3 {
    padding: 2.5rem;
    min-height: 180px;
}.data-exploration-1 .learn-statistics-3 span {
    font-size: calc(14px * 1.2);
}.data-exploration-1 .learn-statistics-3 p {
    font-size: calc(29px * 1.8);
}
}

@media (min-width: 1200px) {.data-exploration-1 ul {
    gap: 3rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.data-exploration-1 .learn-statistics-3 {
    transform-origin: center bottom;
}.data-exploration-1 .learn-statistics-3:hover {
    transform: translateY(-10px) scale(1.03);
}
}

@media (max-width: 991px) {.data-exploration-1 {
    padding: 5rem 2rem;
}.data-exploration-1 ul {
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 2rem;
}
}

@media (max-width: 767px) {.data-exploration-1 {
    padding: 4rem 1.5rem;
}.data-exploration-1 h3 {
    font-size: calc(29px * 1.1);
    margin-bottom: 3rem;
}.data-exploration-1 ul {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1.5rem;
}.data-exploration-1 .learn-statistics-3 {
    padding: 1.8rem;
    min-height: 150px;
}.data-exploration-1 .learn-statistics-3 span {
    font-size: 14px;
}.data-exploration-1 .learn-statistics-3 p {
    font-size: calc(29px * 1.4);
}
}

@media (max-width: 576px) {.data-exploration-1 {
    padding: 3rem 1rem;
}.data-exploration-1 h3 {
    font-size: 29px;
    margin-bottom: 2.5rem;
}.data-exploration-1 ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.data-exploration-1 .learn-statistics-3 {
    padding: 1.5rem;
    min-height: auto;
}.data-exploration-1 .learn-statistics-3 p {
    font-size: calc(29px * 1.3);
}}.potential-enrollees-4 {
    background: linear-gradient(150deg, rgb(220,233,226) 30%, rgb(136,165,148,0.5) 100%);
    position: relative;
    padding: 110px 0;
    overflow: hidden;
}.potential-enrollees-4::before {
    right: -20%;
    filter: blur(60px);
    animation: float-slow 20s ease-in-out infinite alternate;
    transform: rotate(30deg);
    position: absolute;
    opacity: 0.1;
    width: 80%;
    border-radius: 100px;
    content: "";
    top: -50%;
    background: rgb(175,199,186,0.5);
    height: 200%;
}.potential-enrollees-4::after {
    content: "";
    height: 1px;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(175,199,186,0.5) 25%, 
        rgb(175,199,186) 50%, 
        rgb(175,199,186,0.5) 75%, 
        transparent 100%
    );
    position: absolute;
    width: 100%;
}@keyframes float-slow {
    0% {
        transform: rotate(30deg) translateY(0);
    }
    100% {
        transform: rotate(30deg) translateY(-50px);
    }
}

.potential-enrollees-4 .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
}.potential-enrollees-4 .heritage-edu-6 {
    position: relative;
    gap: 40px;
    align-items: start;
    display: grid;
    grid-template-columns: 300px 1fr;
}.potential-enrollees-4 h4 {
    font-size: 35px;
    position: relative;
    color: #000000;
    margin: 0;
    padding: 0;
    font-weight: 700;
    line-height: 1.3;
}.potential-enrollees-4 h4::before {
    height: 5px;
    position: absolute;
    content: "";
    border-radius: 10px;
    width: 50px;
    top: -20px;
    background: linear-gradient(90deg, rgb(175,199,186), rgb(136,165,148));
    left: 0;
}.potential-enrollees-4 h4::after {
    width: 120px;
    bottom: -20px;
    background: rgb(175,199,186,0.5);
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    border-radius: 10px;
}.potential-enrollees-4 div {
    display: flex;
    flex-direction: column;
    gap: 20px;
}.potential-enrollees-4 div p {
    font-size: 13px;
    z-index: 1;
    line-height: 1.6;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 20px 25px;
    backdrop-filter: blur(10px);
    color: #000000;
    align-items: center;
    position: relative;
    display: flex;
    margin: 0;
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 8px;
}.potential-enrollees-4 div p:nth-child(even) {
    transform: translateX(30px);
}.potential-enrollees-4 div p:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.potential-enrollees-4 div p:nth-child(even):hover {
    transform: translate(30px, -5px);
}.potential-enrollees-4 div p::before {
    width: 4px;
    opacity: 0.7;
    content: "";
    height: 100%;
    transition: width 0.3s ease;
    top: 0;
    background: linear-gradient(180deg, rgb(175,199,186), rgb(136,165,148));
    position: absolute;
    left: 0;
}.potential-enrollees-4 div p:hover::before {
    width: 8px;
}.potential-enrollees-4 div p svg {
    margin-right: 20px;
    height: 28px;
    position: relative;
    min-width: 28px;
    width: 28px;
    transition: all 0.3s ease;
    z-index: 2;
}.potential-enrollees-4 div p:hover svg {
    transform: scale(1.2);
}.potential-enrollees-4 div p svg path {
    fill: rgb(175,199,186);
    transition: fill 0.3s ease;
}.potential-enrollees-4 div p:hover svg path {
    fill: rgb(136,165,148);
}

@media (max-width: 991px) {.potential-enrollees-4 {
    padding: 90px 0;
}.potential-enrollees-4 .heritage-edu-6 {
    grid-template-columns: 250px 1fr;
    gap: 30px;
}.potential-enrollees-4 h4 {
    font-size: calc(35px - 2px);
}.potential-enrollees-4 div {
    gap: 15px;
}.potential-enrollees-4 div p {
    padding: 18px 20px;
}.potential-enrollees-4 div p:nth-child(even) {
    transform: translateX(20px);
}.potential-enrollees-4 div p:nth-child(even):hover {
    transform: translate(20px, -5px);
}.potential-enrollees-4 div p svg {
    min-width: 24px;
    margin-right: 15px;
    width: 24px;
    height: 24px;
}
}

@media (max-width: 767px) {.potential-enrollees-4 {
    padding: 70px 0;
}.potential-enrollees-4 .heritage-edu-6 {
    grid-template-columns: 1fr;
    gap: 40px;
}.potential-enrollees-4 h4 {
    font-size: calc(35px - 2px);
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
}.potential-enrollees-4 h4::before {
    transform: translateX(-50%);
    left: 50%;
}.potential-enrollees-4 h4::after {
    width: 100px;
    transform: translateX(-50%);
    left: 50%;
}.potential-enrollees-4 div p:nth-child(even) {
    transform: translateX(0);
}.potential-enrollees-4 div p:nth-child(even):hover {
    transform: translateY(-5px);
}
}

@media (max-width: 479px) {.potential-enrollees-4 {
    padding: 50px 0;
}.potential-enrollees-4 h4 {
    font-size: calc(35px - 4px);
}.potential-enrollees-4 div {
    gap: 12px;
}.potential-enrollees-4 div p {
    padding: 15px;
}.potential-enrollees-4 div p svg {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    min-width: 20px;
}}.course-structure-3 {
    background: linear-gradient(135deg, rgb(136,165,148,0.5), rgb(220,233,226));
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}.course-structure-3::before {
    height: 100%;
    width: 100%;
    left: 0;
    content: "";
    background: repeating-linear-gradient(
    45deg,
    rgb(175,199,186,0.5) 0px,
    transparent 1px,
    transparent 10px,
    rgb(175,199,186,0.5) 11px
  );
    position: absolute;
    opacity: 0.07;
    z-index: 1;
    top: 0;
}.course-structure-3 .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 2rem;
}.course-structure-3 .program-route-9 {
    transform: perspective(1000px) rotateY(-1deg);
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    display: flex;
}.course-structure-3 .program-route-9:hover {
    transform: perspective(1000px) rotateY(0);
}.course-structure-3 .img-cell-1 {
    height: 350px;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}.course-structure-3 .img-cell-1::after {
    content: "";
    background: linear-gradient(to bottom, 
    transparent 50%, 
    rgb(175,199,186,0.5) 100%
  );
    position: absolute;
    inset: 0;
}.course-structure-3 .text-zone-2 {
    background: linear-gradient(
    135deg,
    #ffffff 0%,
    rgba(245, 248, 255, 0.9) 100%
  );
    position: relative;
    padding: 2.5rem 2.5rem 3rem;
}.course-structure-3 h3 {
    position: relative;
    font-size: calc(18px * 1.1);
    font-family: Arial, sans-serif;
    transition: transform 0.3s ease;
    color: #000000;
    margin-bottom: 1.5rem;
    transform: translateY(0);
    font-weight: 700;
}.course-structure-3 h3::after {
    width: 60px;
    transform-origin: left;
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    transform: scaleX(0.7);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    content: "";
    height: 3px;
    background: rgb(175,199,186);
}.course-structure-3 .program-route-9:hover h3::after {
    transform: scaleX(1);
}.course-structure-3 p.description {
    font-size: 17px;
    max-height: 250px;
    color: #000000;
    display: block;
    padding-right: 1rem;
    margin-bottom: 1.5rem;
    line-height: 1.7;
    overflow-y: auto;
    font-family: Arial, sans-serif;
}.course-structure-3 p.description::-webkit-scrollbar {
    width: 4px;
}.course-structure-3 p.description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}.course-structure-3 p.description::-webkit-scrollbar-thumb {
    background: rgb(175,199,186,0.5);
    border-radius: 10px;
}.course-structure-3 span.description {
    display: none;
}.course-structure-3 .text-zone-2::before {
    z-index: 3;
    top: -30px;
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    content: "";
    background: rgb(175,199,186);
    width: 60px;
    right: 30px;
    height: 60px;
    position: absolute;
    opacity: 0.9;
    transform: rotate(45deg);
}.course-structure-3 .program-route-9:hover .text-zone-2::before {
    transform: rotate(225deg);
}

@media (min-width: 768px) {.course-structure-3 .program-route-9 {
    flex-direction: row;
    height: 550px;
    align-items: stretch;
}.course-structure-3 .img-cell-1 {
    width: 50%;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
    height: auto;
}.course-structure-3 .text-zone-2 {
    justify-content: center;
    flex-direction: column;
    padding: 3rem;
    display: flex;
    width: 50%;
}.course-structure-3 h3 {
    margin-bottom: 2rem;
    font-size: calc(18px * 1.2);
}.course-structure-3 p.description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.course-structure-3 .program-route-9 {
    height: 600px;
}.course-structure-3 h3 {
    font-size: calc(37px * 0.75);
}.course-structure-3 .text-zone-2 {
    padding: 4rem;
}.course-structure-3 p.description {
    font-size: calc(17px * 1.05);
    max-height: 380px;
    line-height: 1.75;
}
}

@media (max-width: 767px) {.course-structure-3 {
    padding: 4rem 0;
}.course-structure-3 .container {
    padding: 0 1.5rem;
}.course-structure-3 .program-route-9 {
    transform: none;
}.course-structure-3 .img-cell-1 {
    height: 250px;
}.course-structure-3 .text-zone-2 {
    padding: 2rem;
}.course-structure-3 h3 {
    font-size: calc(18px * 0.95);
    margin-bottom: 1rem;
}.course-structure-3 p.description {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
    max-height: 300px;
}
}

@media (hover: none) {.course-structure-3 .program-route-9,
  .course-structure-3 .program-route-9:hover {
    transform: none;
}.course-structure-3 h3::after {
    transform: scaleX(1);
}.course-structure-3 .text-zone-2::before,
  .course-structure-3 .program-route-9:hover .text-zone-2::before {
    transform: rotate(45deg);
}
}

@media (prefers-reduced-motion) {.course-structure-3 .program-route-9,
  .course-structure-3 h3::after,
  .course-structure-3 .text-zone-2::before {
    transition: none;
}}.education-history-1 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(220,233,226) 0%, rgb(175,199,186,0.5) 100%);
    padding: 120px 0;
}.education-history-1::before {
    background: rgb(136,165,148,0.5);
    width: 300px;
    filter: blur(80px);
    z-index: 0;
    right: -50px;
    position: absolute;
    height: 300px;
    content: "";
    transform: rotate(-15deg);
    top: -50px;
}.education-history-1::after {
    left: -50px;
    content: "";
    filter: blur(60px);
    bottom: -80px;
    position: absolute;
    background: rgb(175,199,186,0.5);
    height: 250px;
    z-index: 0;
    width: 250px;
    transform: rotate(25deg);
}.education-history-1 .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
}.education-history-1 .feedback-slider-8 {
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    grid-template-columns: 1fr;
    padding: 40px;
    transform: perspective(1000px) rotateY(2deg);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    gap: 30px;
    display: grid;
    background: #ffffff;
}.education-history-1 .feedback-slider-8:hover {
    transform: perspective(1000px) rotateY(0deg);
}.education-history-1 .feedback-slider-8::before {
    top: 0;
    width: 5px;
    transform-origin: left center;
    left: 0;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transform: scaleY(0);
    background: linear-gradient(to bottom, rgb(175,199,186), rgb(136,165,148));
    position: absolute;
    height: 100%;
    content: "";
}.education-history-1 .feedback-slider-8:hover::before {
    transform: scaleY(1);
}.education-history-1 .img-cell-1 {
    width: 200px;
    position: relative;
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 3px solid #ffffff;
    height: 200px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    clip-path: polygon(25% 0%, 75% 0%, 100% 25%, 100% 75%, 75% 100%, 25% 100%, 0% 75%, 0% 25%);
}.education-history-1 .feedback-slider-8:hover .img-cell-1 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px) scale(1.05);
}.education-history-1 .img-cell-1::after {
    left: 0;
    background: linear-gradient(135deg, rgb(175,199,186,0.5) 0%, transparent 50%, rgb(136,165,148,0.5) 100%);
    height: 100%;
    transition: opacity 0.6s ease;
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
    opacity: 0;
}.education-history-1 .feedback-slider-8:hover .img-cell-1::after {
    opacity: 0.4;
}.education-history-1 .name {
    font-size: calc(19px * 1.1);
    color: rgb(175,199,186);
    display: inline-block;
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    margin: 0 0 5px 0;
    transform: translateX(0);
    position: relative;
}.education-history-1 .feedback-slider-8:hover .name {
    transform: translateX(10px);
}.education-history-1 .name::after {
    background: rgb(136,165,148);
    height: 2px;
    bottom: -3px;
    position: absolute;
    left: 0;
    width: 0;
    content: "";
    transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
}.education-history-1 .feedback-slider-8:hover .name::after {
    width: 100%;
}.education-history-1 .feedback-slider-8 > div:nth-child(2) > div {
    font-size: calc(14px * 0.95);
    position: relative;
    margin-bottom: 15px;
    color: #000000;
    padding-left: 0;
    transition: padding-left 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    font-weight: 600;
}.education-history-1 .feedback-slider-8:hover > div:nth-child(2) > div {
    padding-left: 10px;
}.education-history-1 .job-milestones-9 {
    position: relative;
    background: linear-gradient(to right, #ffffff, rgb(220,233,226), #ffffff);
    transition: background-position 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    color: #000000;
    background-size: 200% 100%;
    line-height: 1.8;
    border-radius: 10px;
    margin: 0;
    padding: 25px 20px;
    font-size: 14px;
}.education-history-1 .feedback-slider-8:hover .job-milestones-9 {
    background-position: right center;
}.education-history-1 .job-milestones-9::before,
.education-history-1 .job-milestones-9::after {
    font-family: Georgia, serif;
    font-size: 60px;
    color: rgb(175,199,186,0.5);
    position: absolute;
    line-height: 1;
    content: "";
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.education-history-1 .job-milestones-9::before {
    left: -10px;
    top: -10px;
    opacity: 0.5;
    transform: translateX(-20px) translateY(-20px) scale(0.8);
}.education-history-1 .job-milestones-9::after {
    bottom: -30px;
    content: "";
    transform: translateX(20px) translateY(20px) scale(0.8);
    opacity: 0.5;
    right: -10px;
}.education-history-1 .feedback-slider-8:hover .job-milestones-9::before {
    transform: translateX(0) translateY(0) scale(1);
    opacity: 0.7;
}.education-history-1 .feedback-slider-8:hover .job-milestones-9::after {
    opacity: 0.7;
    transform: translateX(0) translateY(0) scale(1);
}

@media (min-width: 768px) {.education-history-1 .feedback-slider-8 {
    grid-template-rows: auto 1fr;
    grid-template-columns: 220px 1fr;
    gap: 25px 40px;
}.education-history-1 .feedback-slider-8 > div:first-child {
    grid-row: 1 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
}.education-history-1 .feedback-slider-8 > div:nth-child(2) {
    align-self: end;
}.education-history-1 .feedback-slider-8 > div:nth-child(3) {
    grid-column: 2 / 3;
}.education-history-1 .img-cell-1 {
    height: 200px;
    width: 200px;
}
}

@media (min-width: 992px) {.education-history-1 {
    padding: 150px 0;
}.education-history-1 .feedback-slider-8 {
    gap: 30px 60px;
    padding: 60px;
    transform: perspective(1500px) rotateY(3deg);
}.education-history-1 .img-cell-1 {
    height: 240px;
    width: 240px;
}.education-history-1 .name {
    font-size: calc(19px * 1.2);
}.education-history-1 .feedback-slider-8 > div:nth-child(2) > div {
    font-size: 14px;
}.education-history-1 .job-milestones-9 {
    font-size: calc(14px * 1.05);
    line-height: 1.9;
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.education-history-1 {
    padding: 80px 0;
}.education-history-1 .feedback-slider-8 {
    padding: 30px 25px;
    gap: 20px;
}.education-history-1 .img-cell-1 {
    height: 150px;
    width: 150px;
}.education-history-1 .name {
    text-align: center;
    font-size: 19px;
}.education-history-1 .feedback-slider-8 > div:nth-child(2) {
    text-align: center;
}.education-history-1 .feedback-slider-8 > div:nth-child(2) > div {
    font-size: calc(14px * 0.9);
}.education-history-1 .job-milestones-9 {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
    padding: 20px 15px;
}}.user-comments-5 {
    padding: 8rem 0;
    background: linear-gradient(135deg, rgb(220,233,226) 0%, rgba(245, 248, 255, 0.95) 100%);
    position: relative;
    overflow: hidden;
}.user-comments-5::before {
    height: 40%;
    width: 35%;
    animation: float 15s infinite alternate ease-in-out;
    opacity: 0.15;
    background: radial-gradient(circle at center, rgb(175,199,186,0.5) 0%, transparent 70%);
    top: -5%;
    right: -5%;
    position: absolute;
    content: "";
}.user-comments-5::after {
    position: absolute;
    width: 25%;
    background: radial-gradient(ellipse at center, rgb(136,165,148,0.5) 0%, transparent 75%);
    opacity: 0.12;
    left: -3%;
    content: "";
    height: 30%;
    transform: rotate(-15deg);
    animation: float 18s infinite alternate-reverse ease-in-out;
    bottom: -8%;
}.user-comments-5 .container {
    max-width: 1280px;
    position: relative;
    z-index: 2;
    padding: 0 2rem;
    margin: 0 auto;
}.user-comments-5 h2 {
    margin-bottom: 3.5rem;
    line-height: 1.3;
    color: #000000;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    font-size: calc(32px * 1.05);
    text-align: center;
    font-weight: 700;
    letter-spacing: -0.5px;
}.user-comments-5 h2::after {
    position: absolute;
    bottom: -1rem;
    transform: translateX(-50%);
    width: 5rem;
    background: linear-gradient(90deg, rgb(175,199,186) 0%, rgb(136,165,148) 100%);
    height: 3px;
    left: 50%;
    content: "";
}.user-comments-5 .learning-quotes-2 {
    padding: 0;
    gap: 2.5rem;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    display: grid;
}.user-comments-5 .feedback-slider-8 {
    position: relative;
    transform: translateY(0);
    isolation: isolate;
    border-radius: 2px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 2.2rem 2rem;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.08);
    z-index: 1;
    background: #ffffff;
}.user-comments-5 .feedback-slider-8::before {
    top: 1.2rem;
    content: "";
    color: rgb(136,165,148);
    z-index: -1;
    position: absolute;
    line-height: 0;
    right: 1.5rem;
    opacity: 0.07;
    font-size: 8rem;
    font-family: Georgia, serif;
}.user-comments-5 .feedback-slider-8::after {
    width: 0;
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    background: linear-gradient(90deg, rgb(175,199,186) 0%, rgb(136,165,148) 100%);
    left: 0;
    position: absolute;
    height: 3px;
    bottom: 0;
}.user-comments-5 .feedback-slider-8:hover {
    box-shadow: 0 22px 40px -15px rgba(0, 0, 0, 0.1);
    transform: translateY(-8px);
}.user-comments-5 .feedback-slider-8:hover::after {
    width: 100%;
}.user-comments-5 .feedback-slider-8 div {
    align-items: center;
    margin-bottom: 1.5rem;
    display: flex;
}.user-comments-5 .feedback-slider-8 img {
    object-fit: cover;
    width: 55px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.9);
    height: 55px;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
    margin-right: 1rem;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.user-comments-5 .feedback-slider-8:hover img {
    transform: scale(1.08) rotate(3deg);
}.user-comments-5 .feedback-slider-8 h4 {
    margin: 0;
    font-size: calc(22px * 0.95);
    position: relative;
    font-weight: 600;
    color: #000000;
}.user-comments-5 .feedback-slider-8 h4::after {
    background-color: rgb(175,199,186,0.5);
    bottom: -5px;
    content: "";
    left: 0;
    transition: width 0.3s ease;
    height: 2px;
    width: 25px;
    position: absolute;
}.user-comments-5 .feedback-slider-8:hover h4::after {
    width: 40px;
}.user-comments-5 .description {
    font-family: Arial, sans-serif;
    color: #000000;
    z-index: 2;
    margin: 0;
    position: relative;
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}.user-comments-5 a {
    font-size: 15px;
    color: #ffffff;
    z-index: 1;
    font-weight: 600;
    margin-top: 3.5rem;
    transform: translateX(-50%);
    position: relative;
    text-decoration: none;
    transition: all 0.4s ease;
    background: linear-gradient(90deg, rgb(175,199,186) 0%, rgb(175,199,186) 100%);
    box-shadow: 0 10px 25px -10px rgb(175,199,186,0.5);
    padding: 0.9rem 2.2rem;
    overflow: hidden;
    left: 50%;
    display: inline-block;
    border-radius: 3px;
}.user-comments-5 a::before {
    width: 100%;
    left: -100%;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
    content: "";
    height: 100%;
    z-index: -1;
    transition: left 0.7s ease;
    position: absolute;
    top: 0;
}.user-comments-5 a:hover {
    transform: translateX(-50%) translateY(-3px);
    box-shadow: 0 15px 30px -10px rgb(175,199,186,0.5);
}.user-comments-5 a:hover::before {
    left: 100%;
}

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

@media (max-width: 992px) {.user-comments-5 {
    padding: 6rem 0;
}.user-comments-5 h2 {
    font-size: calc(32px * 0.95);
    margin-bottom: 3rem;
}.user-comments-5 .learning-quotes-2 {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 2rem;
}
}

@media (max-width: 768px) {.user-comments-5 {
    padding: 5rem 0;
}.user-comments-5 h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 2.5rem;
    transform: none;
}.user-comments-5 .learning-quotes-2 {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 1.8rem;
}.user-comments-5 .feedback-slider-8 {
    padding: 1.8rem 1.6rem;
}.user-comments-5 .feedback-slider-8:hover {
    transform: translateY(-5px);
}.user-comments-5 a {
    padding: 0.8rem 2rem;
    margin-top: 2.5rem;
}
}

@media (max-width: 480px) {.user-comments-5 {
    padding: 4rem 0;
}.user-comments-5 h2 {
    margin-bottom: 2rem;
    font-size: calc(32px * 0.8);
}.user-comments-5 .container {
    padding: 0 1.5rem;
}.user-comments-5 .feedback-slider-8 {
    padding: 1.6rem 1.4rem;
}.user-comments-5 .feedback-slider-8 img {
    width: 45px;
    height: 45px;
}.user-comments-5 .feedback-slider-8::before {
    font-size: 6rem;
}.user-comments-5 a {
    padding: 0.7rem 1.8rem;
    margin-top: 2rem;
}}header {
    margin-top: 0;
    padding: 0;
    background: rgb(220,233,226);
    z-index: 100;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}header::before {
    background: linear-gradient(90deg, 
        transparent 0%,
        rgba(rgb(175,199,186), 0.03) 25%, 
        rgba(rgb(175,199,186), 0.05) 50%,
        rgba(rgb(175,199,186), 0.03) 75%,
        transparent 100%
    );
    height: 100%;
    pointer-events: none;
    top: 0;
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
}header .header-mainbar-5 {
    position: relative;
    padding: 1.2rem 2rem;
    align-items: center;
    z-index: 2;
    display: flex;
    justify-content: space-between;
}header .top-learn-4 {
    flex: 0 0 auto;
    max-width: 180px;
    position: relative;
    margin-right: 2rem;
}header .nav-lesson-8 {
    display: block;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
}header .nav-lesson-8:hover {
    transform: translateY(-3px);
}header .nav-lesson-8 img {
    height: auto;
    max-width: 100%;
    filter: brightness(1.03);
    display: block;
}header .nav-lesson-8::before {
    width: 100%;
    opacity: 0;
    height: 10px;
    content: '';
    transition: all 0.3s ease;
    border-radius: 10px;
    left: 0;
    bottom: -15px;
    position: absolute;
    background: rgb(175,199,186);
    transform: scaleX(0.7);
}header .nav-lesson-8:hover::before {
    transform: scaleX(1);
    opacity: 0.7;
}header .head-learning-0 {
    padding: 0;
    position: relative;
    flex-wrap: nowrap;
    list-style: none;
    display: flex;
    margin: 0;
}header .head-learning-0::after {
    left: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(175,199,186,0.5), 
        transparent
    );
    width: 100%;
    position: absolute;
    content: '';
    bottom: -15px;
    height: 1px;
}header .nav-pagebar-5 {
    margin: 0;
    position: relative;
}header .nav-pagebar-5 a {
    position: relative;
    padding: 1rem 1.2rem;
    overflow: hidden;
    font-weight: 600;
    color: #000000;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
    font-size: 17px;
}header .nav-pagebar-5 a::before {
    background: rgb(175,199,186);
    transform: translateX(-100%);
    content: '';
    bottom: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    transition: transform 0.3s ease;
}header .nav-pagebar-5 a:hover {
    color: rgb(175,199,186);
}header .nav-pagebar-5 a:hover::before {
    transform: translateX(0);
}header .nav-pagebar-5 a::after {
    transition: all 0.3s ease;
    transform: scale(0.8);
    border-radius: 10px;
    position: absolute;
    left: 0;
    pointer-events: none;
    height: 100%;
    opacity: 0;
    z-index: -1;
    background: rgb(175,199,186,0.5);
    top: 0;
    width: 100%;
    content: '';
}header .nav-pagebar-5 a:hover::after {
    opacity: 0.15;
    transform: scale(1);
}header .header-mainbar-5::before {
    top: 0;
    height: 100%;
    z-index: -1;
    position: absolute;
    width: 30%;
    background: linear-gradient(-90deg, rgb(220,233,226), transparent);
    right: 0;
    content: '';
}header .header-mainbar-5::after {
    width: 30%;
    top: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(90deg, rgb(220,233,226), transparent);
    left: 0;
    content: '';
    z-index: -1;
}header .top-master-0 {
    padding-top: 2rem;
    position: relative;
    background: #ffffff;
    z-index: 1;
}

@media (min-width: 1400px) {header .header-mainbar-5 {
    margin: 0 auto;
    max-width: 1300px;
}header .nav-pagebar-5 a {
    padding: 1rem 1.5rem;
}
}

@media (max-width: 991px) {header .header-mainbar-5 {
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 1rem;
}header .top-learn-4 {
    margin-bottom: 0;
    margin-right: 0;
}header .head-learning-0 {
    padding-top: 1rem;
    margin-top: 0;
    flex-basis: 100%;
    flex-wrap: wrap;
    justify-content: flex-end;
}header .nav-pagebar-5 {
    margin-bottom: 0.5rem;
}header .nav-pagebar-5 a {
    padding: 0.7rem 1rem;
    font-size: calc(17px - 1px);
}
}

@media (max-width: 767px) {header {
    margin-top: 0;
}header .header-mainbar-5 {
    padding: 1rem 1.5rem;
}header .top-learn-4 {
    max-width: 150px;
    flex: 0 0 auto;
}header .head-learning-0 {
    padding-bottom: 0.5rem;
    padding: 0.5rem 0;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: thin;
    margin-top: 0.5rem;
}header .head-learning-0::-webkit-scrollbar {
    height: 3px;
}header .head-learning-0::-webkit-scrollbar-thumb {
    background: rgb(175,199,186,0.5);
    border-radius: 10px;
}header .nav-pagebar-5 {
    flex: 0 0 auto;
}header .nav-pagebar-5 a {
    font-size: calc(17px - 2px);
    white-space: nowrap;
    padding: 0.6rem 0.8rem;
}header .head-learning-0::after {
    bottom: 0;
}header .nav-lesson-8::before {
    display: none;
}}.test-drive-6 {
    margin: 6rem 0;
    background: linear-gradient(135deg, #ffffff 0%, rgb(220,233,226) 100%);
    overflow: hidden;
    padding: 4rem 0;
    position: relative;
}.test-drive-6::before {
    content: "";
    top: -5%;
    height: 120%;
    opacity: 0.08;
    transform: skewX(-25deg);
    z-index: 1;
    animation: pulseGlow 8s infinite alternate ease-in-out;
    left: -2%;
    width: 35%;
    position: absolute;
    background: linear-gradient(165deg, rgb(175,199,186) 10%, rgb(175,199,186,0.5) 90%);
}.test-drive-6::after {
    transform: skewX(15deg);
    bottom: -10%;
    animation: pulseGlow 10s infinite alternate-reverse ease-in-out;
    position: absolute;
    height: 120%;
    content: "";
    right: -5%;
    width: 40%;
    background: linear-gradient(195deg, rgb(136,165,148) 15%, rgb(136,165,148,0.5) 85%);
    z-index: 1;
    opacity: 0.12;
}.test-drive-6 .container {
    max-width: 1200px;
    display: flex;
    padding: 2rem;
    flex-direction: column;
    position: relative;
    width: 90%;
    z-index: 2;
    margin: 0 auto;
    gap: 2.5rem;
}.test-drive-6 h2 {
    max-width: 85%;
    letter-spacing: -0.02em;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-family: Arial, sans-serif;
    line-height: 1.3;
    font-size: 30px;
    font-weight: 600;
    color: #000000;
    transform: translateX(2rem);
    position: relative;
}.test-drive-6 h2::before {
    content: "";
    width: 6px;
    left: -2rem;
    height: 40%;
    top: 50%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(175,199,186), rgb(136,165,148));
    transform: translateY(-50%);
}.test-drive-6 .heritage-edu-6 {
    gap: 3rem;
    align-items: center;
    padding-left: 2rem;
    position: relative;
    justify-content: flex-start;
    display: flex;
}.test-drive-6 .heritage-edu-6::before {
    width: 120px;
    background: linear-gradient(90deg, rgb(175,199,186,0.5) 0%, rgba(0,0,0,0) 100%);
    position: absolute;
    content: "";
    height: 1px;
    transform: translateY(-50%);
    left: 0;
    top: 50%;
}.test-drive-6 svg {
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
    height: 36px;
    transform: scale(1);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 36px;
}.test-drive-6 svg:hover {
    transform: scale(1.15) rotate(5deg);
}.test-drive-6 svg path {
    fill: rgb(175,199,186);
    transition: fill 0.3s ease;
}.test-drive-6 svg:hover path {
    fill: rgb(136,165,148);
}.test-drive-6 .request-panel-1 {
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(175,199,186) 0%, rgb(136,165,148) 100%);
    font-weight: 600;
    color: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 1rem 2.5rem;
    z-index: 1;
    display: inline-block;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    font-size: 20px;
}.test-drive-6 .request-panel-1::before {
    left: 0;
    content: "";
    width: 100%;
    position: absolute;
    z-index: -1;
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, rgb(136,165,148) 0%, rgb(175,199,186) 100%);
    opacity: 0;
    height: 100%;
    top: 0;
}.test-drive-6 .request-panel-1:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}.test-drive-6 .request-panel-1:hover::before {
    opacity: 1;
}.test-drive-6 .request-panel-1:active {
    transform: translateY(1px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

@keyframes pulseGlow {
    0% {
        opacity: 0.05;
        transform: skewX(-25deg) scale(1);
    }
    100% {
        opacity: 0.15;
        transform: skewX(-22deg) scale(1.05);
    }
}

@media (min-width: 768px) {.test-drive-6 {
    padding: 6rem 0;
    margin: 8rem 0;
}.test-drive-6 .container {
    gap: 3.5rem;
    padding: 3rem;
}.test-drive-6 h2 {
    transform: translateX(3rem);
    font-size: calc(30px * 1.15);
    max-width: 75%;
}.test-drive-6 h2::before {
    left: -3rem;
    width: 8px;
    height: 50%;
}.test-drive-6 .heritage-edu-6 {
    padding-left: 3rem;
    gap: 4rem;
}.test-drive-6 .heritage-edu-6::before {
    width: 180px;
}.test-drive-6 svg {
    width: 48px;
    height: 48px;
}.test-drive-6 .request-panel-1 {
    padding: 1.2rem 3rem;
}
}

@media (min-width: 1200px) {.test-drive-6 {
    padding: 8rem 0;
}.test-drive-6 .container {
    align-items: center;
    padding: 0;
    flex-direction: row;
    justify-content: space-between;
}.test-drive-6 h2 {
    margin: 0;
    max-width: 60%;
    font-size: calc(30px * 1.25);
}.test-drive-6 .heritage-edu-6 {
    justify-content: center;
    padding-left: 0;
    flex-basis: 40%;
}.test-drive-6 .heritage-edu-6::before {
    display: none;
}
}

@media (max-width: 767px) {.test-drive-6 {
    margin: 4rem 0;
    padding: 3rem 0;
}.test-drive-6 .container {
    padding: 1.5rem;
    gap: 2rem;
}.test-drive-6 h2 {
    max-width: 100%;
    transform: translateX(1.5rem);
    font-size: calc(30px * 0.9);
}.test-drive-6 h2::before {
    width: 4px;
    left: -1.5rem;
}.test-drive-6 .heritage-edu-6 {
    gap: 2rem;
    flex-wrap: wrap;
    padding-left: 1.5rem;
}.test-drive-6 .heritage-edu-6::before {
    width: 80px;
}.test-drive-6 svg {
    width: 32px;
    height: 32px;
}.test-drive-6 .request-panel-1 {
    font-size: calc(20px * 0.9);
    padding: 0.9rem 2rem;
}
}

@media (hover: none) {.test-drive-6 .request-panel-1:hover {
    transform: none;
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}.test-drive-6 .request-panel-1:hover::before {
    opacity: 0;
}.test-drive-6 svg:hover {
    transform: scale(1);
}.test-drive-6 svg:hover path {
    fill: rgb(175,199,186);
}}.privacy-holdings-4 {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    max-width: 1000px;
    padding: 40px;
    color: #000000;
}.privacy-holdings-4 h1 {
    color: rgb(175,199,186);
    font-size: 38px;
    padding-bottom: 10px;
    border-bottom: 3px solid rgb(175,199,186);
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 20px;
}.privacy-holdings-4 h2 {
    margin-bottom: 15px;
    font-size: 29px;
    font-weight: 600;
    margin-top: 25px;
    padding-left: 15px;
    border-left: 5px solid rgb(136,165,148);
    color: rgb(136,165,148);
}.privacy-holdings-4 ul {
    list-style-type: disc;
    border-radius: 10px;
    margin: 20px 0;
    padding-left: 40px;
    background: rgb(136,165,148,0.5);
}.privacy-holdings-4 li {
    line-height: 1.6;
    margin-bottom: 10px;
    font-size: 12px;
    padding-bottom: 5px;
}.privacy-holdings-4 p, .privacy-holdings-4 span, .privacy-holdings-4 div {
    margin-bottom: 15px;
    font-size: 12px;
    color: #000000;
    line-height: 1.8;
}.privacy-holdings-4 h3, .privacy-holdings-4 h4, .privacy-holdings-4 h5, .privacy-holdings-4 h6 {
    font-weight: 600;
    font-size: 18px;
    padding-left: 10px;
    border-left: 4px solid rgb(175,199,186);
    color: rgb(175,199,186);
    margin-top: 20px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 800px) {.privacy-holdings-4 {
    padding: 20px;
}.privacy-holdings-4 h1 {
    font-size: calc(18px - 4px);
}.privacy-holdings-4 h2 {
    font-size: calc(18px - 3px);
}.privacy-holdings-4 h3, .privacy-holdings-4 h4, .privacy-holdings-4 h5, .privacy-holdings-4 h6 {
    font-size: calc(18px - 2px);
}.privacy-holdings-4 p, .privacy-holdings-4 span, .privacy-holdings-4 div, .privacy-holdings-4 li {
    font-size: calc(12px - 2px);
}}footer {
    width: 100%;
    position: relative;
}.edu-links-6 {
    overflow: hidden;
    padding: 0 0 30px;
    font-family: Arial, sans-serif;
    position: relative;
}footer .site-map-0 {
    position: relative;
    z-index: 1;
}footer .reach-team-4 {
    color: #ffffff;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
    display: flex;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    padding: 40px 20px;
    margin-bottom: 70px;
    background-color: rgb(136,165,148);
    justify-content: center;
}footer .reach-team-4::after {
    top: 0;
    position: absolute;
    pointer-events: none;
    width: 100%;
    content: "";
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    left: 0;
    height: 100%;
}footer .info_item {
    max-width: 300px;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 10px 20px;
    align-items: center;
    transition: all 0.3s ease;
    display: flex;
    border-radius: 10px;
    flex: 1 1 200px;
}footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgba(0, 0, 0, 0.3);
}footer .info_item svg {
    margin-right: 15px;
    fill: #ffffff;
    flex-shrink: 0;
    width: 22px;
    height: 22px;
}footer .info_item p,
footer .info_item a {
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    position: relative;
    margin-top: -30px;
}footer .text_main_holder::before {
    top: 0;
    width: 100%;
    background-color: #ffffff;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
    position: absolute;
    content: "";
    height: 100%;
    z-index: -1;
    left: 0;
}footer .top-learn-4 {
    padding-top: 60px;
    text-align: center;
}footer .top-learn-4 svg {
    width: auto;
    margin-bottom: 15px;
    height: 45px;
}footer .discount-cta-1 {
    font-size: 15px;
    margin: 0 auto;
    max-width: 350px;
    line-height: 1.6;
    text-align: center;
    color: #000000;
}footer .head-learning-0 {
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    position: relative;
    padding: 30px;
    margin: 0 20px;
    background-color: rgb(220,233,226);
}footer .head-learning-0 h5 {
    margin-bottom: 25px;
    font-size: 24px;
    color: #000000;
    position: relative;
    display: inline-block;
    font-weight: 600;
}footer .head-learning-0 h5::after {
    content: "";
    left: 0;
    width: 100%;
    bottom: -8px;
    background: linear-gradient(90deg, rgb(175,199,186), transparent);
    height: 2px;
    position: absolute;
}footer .main-header-7 {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
    flex-wrap: wrap;
    gap: 10px 30px;
}footer .main-header-7 a {
    padding: 8px 0;
    color: #000000;
    flex: 1 0 calc(50% - 30px);
    transition: all 0.3s ease;
    position: relative;
    font-size: 13px;
    text-decoration: none;
}footer .main-header-7 a::after {
    left: 0;
    transition: width 0.3s ease;
    bottom: 0;
    width: 0;
    background-color: rgb(175,199,186);
    height: 1px;
    position: absolute;
    content: "";
}footer .main-header-7 a:hover {
    color: rgb(175,199,186);
    padding-left: 5px;
}footer .main-header-7 a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
    position: relative;
    color: #ffffff;
    background-color: rgb(175,199,186);
    padding: 30px;
    margin: 0 20px;
}footer .subscribe_holder::before {
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
    top: 0;
}footer .subscribe_holder h5 {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    line-height: 1.6;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
}footer .input_holder {
    flex-direction: column;
    gap: 15px;
    display: flex;
    position: relative;
}footer .input_holder input[type="email"] {
    font-size: 13px;
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 15px;
    border: none;
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
    outline: none;
}footer .sub-verification-1 {
    padding: 15px;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: none;
    background-color: #000000;
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
}footer .sub-verification-1:hover {
    background-color: rgb(136,165,148);
}footer .privacy-cta-9 {
    padding-top: 20px;
    margin-top: 60px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
}footer .abuse-ctrl-0 {
    font-size: 15px;
    text-align: center;
    color: #000000;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .sub-verification-1 {
    white-space: nowrap;
}footer .top-learn-4 {
    padding-top: 80px;
}
}

@media (max-width: 767px) {footer .reach-team-4 {
    padding: 30px 15px 50px;
}footer .head-learning-0, footer .subscribe_holder {
    margin: 0 10px;
    padding: 25px 20px;
}footer .privacy-cta-9 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .reach-team-4 {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}footer .head-learning-0 h5, footer .subscribe_holder h5 {
    font-size: calc(24px - 2px);
}footer .main-header-7 a {
    flex: 1 0 100%;
}footer .input_holder input[type="email"],
    footer .sub-verification-1 {
    padding: 12px;
}}.id-thankbar-7 {
    padding: 6rem 0;
    isolation: isolate;
    background: linear-gradient(135deg, rgb(220,233,226) 0%, rgb(136,165,148,0.5) 100%);
    overflow: hidden;
    position: relative;
}.id-thankbar-7::before {
    left: 0;
    content: "";
    position: absolute;
    opacity: 0.15;
    animation: patternShift 30s linear infinite;
    top: 0;
    z-index: -1;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(136,165,148,0.5) 0px,
        rgb(136,165,148,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    width: 100%;
}.id-thankbar-7::after {
    filter: blur(80px);
    height: 250px;
    opacity: 0.3;
    position: absolute;
    background: rgb(175,199,186,0.5);
    bottom: -50px;
    width: 250px;
    z-index: -1;
    right: -50px;
    content: "";
}.id-thankbar-7 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    transform-style: preserve-3d;
    perspective: 1000px;
}.id-thankbar-7 h2 {
    text-align: center;
    font-family: Arial, sans-serif;
    position: relative;
    transform: translateZ(20px);
    animation: slideInTitle 0.8s ease-out forwards;
    margin-bottom: 2.5rem;
    font-size: 33px;
    font-weight: 700;
    line-height: 1.3;
    color: #000000;
}.id-thankbar-7 h2::after {
    background: linear-gradient(to right, rgb(175,199,186), rgb(136,165,148));
    bottom: -15px;
    height: 4px;
    width: 100px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    animation: expandWidth 1s ease-out 0.8s forwards;
    content: "";
}.id-thankbar-7 .heritage-edu-6 {
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08),
                0 30px 60px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    position: relative;
    transform: translateZ(10px) rotateX(2deg);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    padding: 2.5rem;
    border-radius: 10px;
    background: #ffffff;
}.id-thankbar-7 .heritage-edu-6::before {
    height: 6px;
    background: linear-gradient(90deg, rgb(175,199,186), rgb(136,165,148));
    content: "";
    left: 0;
    animation: gradientShift 8s ease infinite;
    top: 0;
    position: absolute;
    width: 100%;
}.id-thankbar-7 .heritage-edu-6 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.id-thankbar-7 .heritage-edu-6 li {
    position: relative;
    animation: fadeIn 1s ease-out 0.5s forwards;
    opacity: 0;
    padding: 0;
}.id-thankbar-7 .heritage-edu-6 span {
    font-family: Arial, sans-serif;
    text-align: center;
    color: #000000;
    display: block;
    line-height: 1.7;
    position: relative;
    font-size: calc(15px * 1.1);
}.id-thankbar-7 .heritage-edu-6:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1),
                0 35px 65px rgba(0, 0, 0, 0.07),
                0 0 0 1px rgba(0, 0, 0, 0.03);
    transform: translateZ(15px) rotateX(0deg);
}

@keyframes slideInTitle {
    from {
        transform: translateY(-30px) translateZ(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0) translateZ(20px);
        opacity: 1;
    }
}

@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 100px;
    }
}

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

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

@keyframes patternShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@media (max-width: 1024px) {.id-thankbar-7 {
    padding: 5rem 0;
}.id-thankbar-7 h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 2rem;
}.id-thankbar-7 .heritage-edu-6 {
    padding: 2rem;
}
}

@media (max-width: 768px) {.id-thankbar-7 {
    padding: 4rem 0;
}.id-thankbar-7 h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 1.8rem;
}.id-thankbar-7 .heritage-edu-6 {
    transform: translateZ(5px) rotateX(1deg);
    padding: 1.8rem;
}.id-thankbar-7 .heritage-edu-6 span {
    line-height: 1.6;
    font-size: 15px;
}
}

@media (max-width: 576px) {.id-thankbar-7 {
    padding: 3rem 0;
}.id-thankbar-7 h2 {
    font-size: calc(33px * 0.7);
    margin-bottom: 1.5rem;
}.id-thankbar-7 h2::after {
    bottom: -10px;
    height: 3px;
}.id-thankbar-7 .heritage-edu-6 {
    transform: translateZ(0) rotateX(0deg);
    padding: 1.5rem;
}.id-thankbar-7 .heritage-edu-6::before {
    height: 4px;
}.id-thankbar-7 .heritage-edu-6 span {
    font-size: calc(15px * 0.95);
    line-height: 1.5;
}
}

@media (prefers-reduced-motion) {.id-thankbar-7 h2,
    .id-thankbar-7 h2::after,
    .id-thankbar-7 .heritage-edu-6,
    .id-thankbar-7 .heritage-edu-6::before,
    .id-thankbar-7 .heritage-edu-6 li {
    transition: none;
    animation: none;
}.id-thankbar-7 .heritage-edu-6:hover {
    transform: none;
}.id-thankbar-7::before {
    animation: none;
}}.welcome-section-9 {
    min-height: 100vh;
    background: linear-gradient(145deg, rgb(220,233,226) 0%, rgba(94, 170, 168, 0.05) 50%, rgb(220,233,226) 100%);
    position: relative;
    align-items: center;
    padding: 4rem 0;
    width: 100%;
    overflow: hidden;
    display: flex;
}.welcome-section-9 .heritage-edu-6 {
    grid-template-columns: 1fr 1fr;
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: grid;
    max-width: 1300px;
    z-index: 1;
    gap: 3rem;
    padding: 0 2rem;
}.welcome-section-9 .text-zone-2 {
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(10px);
    transform: translateY(0);
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.03);
    justify-content: center;
    position: relative;
    border-left: 4px solid rgb(175,199,186);
    animation: float 6s ease-in-out infinite;
    padding: 2rem;
    flex-direction: column;
}.welcome-section-9 .text-zone-2::before {
    top: -20px;
    position: absolute;
    height: 70px;
    opacity: 0.7;
    content: "";
    border-left: 3px solid rgb(175,199,186);
    z-index: -1;
    width: 70px;
    border-top: 3px solid rgb(175,199,186);
    left: -20px;
}.welcome-section-9 .text-zone-2::after {
    right: -20px;
    width: 70px;
    height: 70px;
    content: "";
    position: absolute;
    bottom: -20px;
    opacity: 0.7;
    z-index: -1;
    border-right: 3px solid rgb(175,199,186);
    border-bottom: 3px solid rgb(175,199,186);
}.welcome-section-9 h1 {
    margin-bottom: 1.5rem;
    color: #000000;
    position: relative;
    transition: transform 0.3s ease-out;
    font-weight: 700;
    font-size: calc(38px * 1.2);
    line-height: 1.3;
    transform: translateZ(0);
}.welcome-section-9 h1::after {
    transform-origin: left;
    content: "";
    bottom: -10px;
    background: linear-gradient(90deg, rgb(175,199,186), transparent);
    position: absolute;
    width: 60px;
    height: 4px;
    left: 0;
    transform: scaleX(1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.welcome-section-9 .edu-lead-4 {
    position: relative;
    z-index: 2;
    margin-bottom: 2rem;
}.welcome-section-9 .edu-lead-4 p {
    line-height: 1.7;
    color: #000000;
    max-width: 95%;
    margin: 1.5rem 0;
    font-size: calc(12px * 1.1);
    position: relative;
}.welcome-section-9 svg {
    margin-bottom: 1rem;
    filter: drop-shadow(0px 5px 15px rgba(94, 170, 168, 0.2));
    height: 80px;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 80px;
    transform: rotate(-5deg);
}.welcome-section-9 svg:hover {
    transform: rotate(0deg) scale(1.05);
}.welcome-section-9 svg path {
    transition: fill 0.3s ease;
    fill: rgb(175,199,186);
}.welcome-section-9 svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}.welcome-section-9 ul {
    padding: 0;
    list-style: none;
    gap: 1rem;
    display: flex;
    margin: 0;
}.welcome-section-9 .request-panel-1 {
    display: inline-block;
    border: none;
    padding: 1rem 2rem;
    font-size: 18px;
    font-weight: 600;
    background: linear-gradient(135deg, rgb(175,199,186) 0%, rgba(94, 170, 168, 0.9) 100%);
    transform: translateY(0);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(94, 170, 168, 0.2);
    overflow: hidden;
    color: #ffffff;
    position: relative;
}.welcome-section-9 .request-panel-1::before {
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
    content: "";
    height: 100%;
    left: -100%;
}.welcome-section-9 .request-panel-1:hover {
    box-shadow: 0 15px 25px rgba(94, 170, 168, 0.3);
    transform: translateY(-5px);
}.welcome-section-9 .request-panel-1:hover::before {
    left: 100%;
}.welcome-section-9 .img-cell-1 {
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    transition: transform 0.5s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    min-height: 450px;
}.welcome-section-9 .img-cell-1::before {
    transition: opacity 0.4s ease;
    opacity: 0.7;
    content: "";
    bottom: 0;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent 50%);
}.welcome-section-9 .img-cell-1:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0) scale(1.01);
}.welcome-section-9 .img-cell-1:hover::before {
    opacity: 0.4;
}

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

@media (max-width: 992px) {.welcome-section-9 .heritage-edu-6 {
    grid-template-columns: 1fr;
}.welcome-section-9 h1 {
    font-size: calc(38px * 1.1);
}.welcome-section-9 .img-cell-1 {
    order: -1;
    transform: perspective(1000px) rotateY(0) translateZ(0);
    min-height: 400px;
}.welcome-section-9 .text-zone-2 {
    transform: translateY(0);
    animation: none;
}
}

@media (max-width: 768px) {.welcome-section-9 {
    padding: 3rem 0;
}.welcome-section-9 .heritage-edu-6 {
    gap: 2rem;
    padding: 0 1.5rem;
}.welcome-section-9 h1 {
    margin-bottom: 1rem;
    font-size: 38px;
}.welcome-section-9 .edu-lead-4 p {
    font-size: 12px;
    margin: 1rem 0;
}.welcome-section-9 svg {
    height: 60px;
    width: 60px;
}.welcome-section-9 .img-cell-1 {
    min-height: 300px;
}.welcome-section-9 .text-zone-2::before,
    .welcome-section-9 .text-zone-2::after {
    height: 50px;
    width: 50px;
}
}

@media (max-width: 576px) {.welcome-section-9 {
    padding: 2rem 0;
}.welcome-section-9 .heritage-edu-6 {
    padding: 0 1rem;
    gap: 1.5rem;
}.welcome-section-9 .text-zone-2 {
    padding: 1.5rem 1rem;
}.welcome-section-9 h1 {
    font-size: calc(38px * 0.9);
}.welcome-section-9 .request-panel-1 {
    padding: 0.8rem 1.5rem;
}.welcome-section-9 .img-cell-1 {
    min-height: 250px;
}.welcome-section-9 svg {
    height: 50px;
    width: 50px;
}}.contact-form-section-1 {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.contact-form-section-1::before {
    height: 100%;
    backdrop-filter: blur(8px);
    position: absolute;
    z-index: 1;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    content: '';
    width: 100%;
    left: 0;
}.contact-form-section-1::after {
    content: '';
    background: radial-gradient(circle at 20% 50%, rgb(175,199,186,0.5) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgb(136,165,148,0.5) 0%, transparent 40%);
    left: 0;
    width: 100%;
    position: absolute;
    animation: gradientShift 15s infinite alternate;
    height: 100%;
    top: 0;
    z-index: 2;
}@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.contact-form-section-1 .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    z-index: 3;
}.contact-form-section-1 .inquiry-grid-5 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
    border-radius: 23px;
    backdrop-filter: blur(10px);
}.contact-form-section-1 .request-list-5 {
    position: relative;
    padding: 50px 40px;
    flex: 1;
    background: linear-gradient(135deg, rgb(175,199,186,0.5) 0%, rgb(136,165,148,0.5) 100%);
}.contact-form-section-1 .request-list-5::before {
    content: '';
    z-index: -1;
    top: -50%;
    left: -50%;
    width: 200%;
    position: absolute;
    height: 200%;
    animation: patternMove 20s linear infinite;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
}@keyframes patternMove {
    0% {
        transform: rotate(0) translate(0, 0);
    }
    100% {
        transform: rotate(360deg) translate(0, 0);
    }
}

.contact-form-section-1 .request-list-5 h3 {
    color: #ffffff;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 40px;
    font-size: 31px;
    position: relative;
}.contact-form-section-1 .request-list-5 h3::after {
    border-radius: 10px;
    left: 0;
    content: '';
    width: 60px;
    height: 3px;
    bottom: 0;
    position: absolute;
    background: #ffffff;
}.contact-form-section-1 .request-list-5 div {
    align-items: center;
    border-left: 3px solid rgb(136,165,148);
    display: flex;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 15px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    margin-bottom: 25px;
}.contact-form-section-1 .request-list-5 div:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.contact-form-section-1 .request-list-5 svg {
    margin-right: 15px;
    width: 24px;
    flex-shrink: 0;
    height: 24px;
}.contact-form-section-1 .request-list-5 svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.contact-form-section-1 .request-list-5 div:hover svg path {
    fill: rgb(136,165,148);
}.contact-form-section-1 .request-list-5 span {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}.contact-form-section-1 .request-list-5 a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}.contact-form-section-1 .request-list-5 a:hover {
    text-decoration: underline;
    color: rgb(136,165,148);
}.contact-form-section-1 .query-map-2 {
    padding: 50px 40px;
    background: rgba(255, 255, 255, 0.95);
    overflow: hidden;
    flex: 1.2;
    position: relative;
}.contact-form-section-1 .query-map-2::before {
    position: absolute;
    top: 0;
    right: 0;
    background: rgb(175,199,186,0.5);
    border-radius: 0 0 0 100%;
    width: 100px;
    content: '';
    height: 100px;
}.contact-form-section-1 .query-map-2::after {
    background: rgb(136,165,148,0.5);
    bottom: 0;
    height: 100px;
    border-radius: 0 100% 0 0;
    content: '';
    width: 100px;
    left: 0;
    position: absolute;
}.contact-form-section-1 form {
    position: relative;
    z-index: 1;
}.contact-form-section-1 form h3 {
    padding-bottom: 15px;
    font-size: 31px;
    color: #000000;
    position: relative;
    margin-bottom: 30px;
    font-weight: 700;
    text-align: center;
}.contact-form-section-1 form h3::after {
    height: 3px;
    width: 60px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    border-radius: 10px;
    background: rgb(175,199,186);
    content: '';
    bottom: 0;
}.contact-form-section-1 form input[type="text"],
.contact-form-section-1 form input[type="email"] {
    padding: 15px 20px;
    border: none;
    transition: all 0.3s ease;
    font-size: 16px;
    width: 100%;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    background: rgba(240, 240, 240, 0.8);
    color: #000000;
    margin-bottom: 20px;
    border-radius: 10px;
}.contact-form-section-1 form input[type="text"]:focus,
.contact-form-section-1 form input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgb(175,199,186,0.5);
    transform: translateY(-2px);
    outline: none;
    background: #fff;
}.contact-form-section-1 form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.contact-form-section-1 .connect-panel-8 {
    display: flex;
    margin: 25px 0;
    align-items: flex-start;
    position: relative;
}.contact-form-section-1 .connect-panel-8 input[type="checkbox"] {
    -webkit-appearance: none;
    border: 2px solid rgb(175,199,186);
    flex-shrink: 0;
    background: rgba(240, 240, 240, 0.8);
    width: 20px;
    height: 20px;
    position: relative;
    border-radius: 10px;
    margin-right: 10px;
    cursor: pointer;
    appearance: none;
}.contact-form-section-1 .connect-panel-8 input[type="checkbox"]:checked {
    background: rgb(175,199,186);
}.contact-form-section-1 .connect-panel-8 input[type="checkbox"]:checked::after {
    position: absolute;
    left: 6px;
    border-width: 0 2px 2px 0;
    height: 10px;
    width: 5px;
    content: '';
    top: 2px;
    border: solid #ffffff;
    transform: rotate(45deg);
}.contact-form-section-1 .connect-panel-8 label {
    line-height: 1.4;
    cursor: pointer;
    font-size: 13px;
    color: #000000;
}.contact-form-section-1 .connect-panel-8 a {
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(175,199,186);
}.contact-form-section-1 .connect-panel-8 a:hover {
    color: rgb(136,165,148);
    text-decoration: underline;
}.contact-form-section-1 .request-panel-1 {
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 18px;
    border-radius: 10px;
    padding: 15px 20px;
    z-index: 1;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(175,199,186) 0%, rgb(136,165,148) 100%);
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border: none;
    overflow: hidden;
    width: 100%;
    cursor: pointer;
}.contact-form-section-1 .request-panel-1::before {
    z-index: -1;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    top: 0;
    left: -100%;
    content: '';
    transition: all 0.5s ease;
    height: 100%;
}.contact-form-section-1 .request-panel-1:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}.contact-form-section-1 .request-panel-1:hover::before {
    animation: shine 1.5s infinite;
    left: 100%;
}

@keyframes shine {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

@media (max-width: 991px) {.contact-form-section-1 {
    padding: 80px 0;
}.contact-form-section-1 .inquiry-grid-5 {
    flex-direction: column;
}.contact-form-section-1 .request-list-5,
    .contact-form-section-1 .query-map-2 {
    width: 100%;
}.contact-form-section-1 .request-list-5 {
    padding: 40px 30px;
}.contact-form-section-1 .request-list-5 h3,
    .contact-form-section-1 form h3 {
    font-size: calc(31px * 0.9);
    margin-bottom: 30px;
}
}

@media (max-width: 767px) {.contact-form-section-1 {
    padding: 60px 0;
}.contact-form-section-1 .request-list-5,
    .contact-form-section-1 .query-map-2 {
    padding: 30px 20px;
}.contact-form-section-1 .request-list-5 h3,
    .contact-form-section-1 form h3 {
    font-size: calc(31px * 0.8);
    margin-bottom: 25px;
}.contact-form-section-1 .request-list-5 div {
    padding: 12px;
    margin-bottom: 15px;
}.contact-form-section-1 form input[type="text"],
    .contact-form-section-1 form input[type="email"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact-form-section-1 .connect-panel-8 {
    margin: 20px 0;
}.contact-form-section-1 .request-panel-1 {
    padding: 12px 15px;
}
}

@media (max-width: 480px) {.contact-form-section-1 {
    padding: 40px 0;
}.contact-form-section-1 .request-list-5,
    .contact-form-section-1 .query-map-2 {
    padding: 25px 15px;
}.contact-form-section-1 .request-list-5 h3,
    .contact-form-section-1 form h3 {
    font-size: calc(31px * 0.7);
    margin-bottom: 20px;
}.contact-form-section-1 .request-list-5 div {
    flex-direction: column;
    align-items: flex-start;
}.contact-form-section-1 .request-list-5 svg {
    margin-bottom: 10px;
    margin-right: 0;
}.contact-form-section-1 .request-list-5 div:hover {
    transform: translateX(0);
}.contact-form-section-1 .connect-panel-8 {
    flex-direction: column;
}.contact-form-section-1 .connect-panel-8 input[type="checkbox"] {
    margin-bottom: 10px;
}}.pricing-shelf-7 {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    background: rgb(220,233,226);
}.pricing-shelf-7::before {
    filter: blur(60px);
    content: "";
    position: absolute;
    z-index: 0;
    border-radius: 50%;
    right: -50px;
    background: linear-gradient(135deg, rgb(136,165,148,0.5), rgb(175,199,186,0.5));
    width: 300px;
    height: 300px;
    top: -50px;
}.pricing-shelf-7::after {
    width: 250px;
    z-index: 0;
    background: linear-gradient(225deg, rgb(175,199,186,0.5), rgb(136,165,148,0.5));
    height: 250px;
    content: "";
    position: absolute;
    filter: blur(50px);
    border-radius: 50%;
    bottom: -50px;
    left: -50px;
}.pricing-shelf-7 .container {
    z-index: 1;
    position: relative;
}.pricing-shelf-7 .fee-schemes-0 {
    flex-direction: column-reverse;
    gap: 3rem;
    display: flex;
}.pricing-shelf-7 .learn-rates-1 {
    text-align: center;
    padding: 0 1rem;
    max-width: 800px;
    position: relative;
    margin: 0 auto;
}.pricing-shelf-7 .learn-rates-1 h2 {
    position: relative;
    margin-bottom: 1.5rem;
    font-size: calc(38px * 1.1);
    display: inline-block;
    font-weight: 700;
    color: #000000;
}.pricing-shelf-7 .learn-rates-1 h2::after {
    height: 3px;
    position: absolute;
    width: 80px;
    left: 50%;
    content: "";
    bottom: -10px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(175,199,186), rgb(136,165,148));
}.pricing-shelf-7 .indv-cost-9 {
    color: #000000;
    margin-bottom: 1rem;
    line-height: 1.6;
    font-size: 12px;
}.pricing-shelf-7 .fee-pricing-5 {
    display: grid;
    gap: 2rem;
    perspective: 1000px;
    grid-template-columns: 1fr;
}.pricing-shelf-7 .fee-board-1 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-style: preserve-3d;
    text-decoration: none;
    position: relative;
    display: block;
}.pricing-shelf-7 .fee-board-1:hover {
    transform: translateY(-10px);
}.pricing-shelf-7 .cost-plan-6 {
    background: #ffffff;
    border-radius: 10px;
    flex-direction: column;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    z-index: 1;
    display: flex;
    overflow: hidden;
    min-height: 430px;
    transition: all 0.4s ease;
    position: relative;
    justify-content: space-between;
}.pricing-shelf-7 .fee-board-1:hover .cost-plan-6 {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}.pricing-shelf-7 .bundle-price-1 {
    flex: 1;
    z-index: 2;
    padding: 2rem;
    position: relative;
}.pricing-shelf-7 .fee-board-1 h3 {
    display: inline-block;
    font-size: calc(24px * 1.1);
    margin-bottom: 1rem;
    color: #000000;
    font-weight: 700;
    position: relative;
}.pricing-shelf-7 .fee-board-1 h3::before {
    background: rgb(175,199,186);
    content: "";
    width: 40px;
    bottom: -5px;
    left: 0;
    transition: width 0.3s ease;
    height: 2px;
    position: absolute;
}.pricing-shelf-7 .fee-board-1:hover h3::before {
    width: 100%;
}.pricing-shelf-7 .group-rates-5 {
    color: rgb(136,165,148);
    display: block;
    font-size: calc(24px * 1.4);
    font-weight: 700;
    position: relative;
    margin: 1.5rem 0;
}.pricing-shelf-7 .group-rates-5::after {
    background: rgb(175,199,186);
    content: "";
    top: 50%;
    height: 20px;
    left: -10px;
    width: 3px;
    transform: translateY(-50%);
    position: absolute;
    border-radius: 3px;
}.pricing-shelf-7 .fee-board-1 p {
    line-height: 1.6;
    overflow-wrap: break-word;
    color: #000000;
    font-size: 12px;
    hyphens: auto;
    word-wrap: break-word;
    margin-bottom: 1rem;
}.pricing-shelf-7 .img-cell-1 {
    height: 180px;
    position: relative;
}.pricing-shelf-7 .img-cell-1::before {
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    position: absolute;
    content: "";
    inset: 0;
}.pricing-shelf-7 .fee-board-1:nth-child(1) .cost-plan-6 {
    border-top: 4px solid rgb(175,199,186);
}.pricing-shelf-7 .fee-board-1:nth-child(2) .cost-plan-6 {
    border-top: 4px solid rgb(136,165,148);
}.pricing-shelf-7 .fee-board-1:nth-child(3) .cost-plan-6 {
    border-top: 4px solid #6c5ce7;
}.pricing-shelf-7 .fee-board-1:nth-child(4) .cost-plan-6 {
    border-top: 4px solid #00b894;
}

@media (min-width: 768px) {.pricing-shelf-7 .fee-pricing-5 {
    grid-template-columns: repeat(2, 1fr);
}.pricing-shelf-7 .cost-plan-6 {
    min-height: 480px;
}.pricing-shelf-7 .learn-rates-1 {
    padding: 0 2rem;
}.pricing-shelf-7 .learn-rates-1 h2 {
    font-size: calc(38px * 1.2);
}
}

@media (min-width: 992px) {.pricing-shelf-7 .fee-schemes-0 {
    gap: 4rem;
    align-items: center;
    flex-direction: row;
}.pricing-shelf-7 .fee-pricing-5 {
    flex: 2;
    grid-template-columns: repeat(2, 1fr);
}.pricing-shelf-7 .learn-rates-1 {
    text-align: left;
    flex: 1;
    padding-right: 3rem;
}.pricing-shelf-7 .learn-rates-1 h2::after {
    left: 0;
    transform: none;
}.pricing-shelf-7 .cost-plan-6 {
    min-height: 500px;
}
}

@media (min-width: 1200px) {.pricing-shelf-7 .fee-pricing-5 {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.pricing-shelf-7 .fee-board-1 {
    transform: perspective(1000px) rotateY(0);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.pricing-shelf-7 .fee-board-1:hover {
    transform: perspective(1000px) translateY(-15px) rotateY(2deg);
}.pricing-shelf-7 .cost-plan-6 {
    backface-visibility: hidden;
    transform-style: preserve-3d;
    min-height: 520px;
}.pricing-shelf-7 .img-cell-1 {
    height: 200px;
}.pricing-shelf-7 .group-rates-5 {
    font-size: calc(24px * 1.6);
}.pricing-shelf-7 .learn-rates-1 h2 {
    font-size: calc(38px * 1.3);
}}.meet-us-1 {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.meet-us-1::before {
    right: 0;
    content: "";
    top: 0;
    z-index: 1;
    bottom: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0.75) 50%,
        rgb(175,199,186,0.5) 100%);
}.meet-us-1::after {
    background: linear-gradient(45deg, 
        transparent 20%,
        rgb(136,165,148,0.5) 40%, 
        transparent 60%);
    content: "";
    position: absolute;
    transform: rotate(15deg);
    top: -50%;
    animation: gradientShift 20s infinite alternate ease-in-out;
    right: -20%;
    opacity: 0.4;
    width: 80%;
    height: 200%;
    z-index: 2;
}.meet-us-1 .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 3;
    position: relative;
}.meet-us-1 .text-zone-2 {
    transform: perspective(1000px) rotateY(2deg);
    padding: 50px;
    position: relative;
    margin-left: auto;
    max-width: 90%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.95) 100%);
}.meet-us-1 .text-zone-2::before {
    position: absolute;
    top: 40px;
    width: 5px;
    transform: scaleY(0);
    transform-origin: top;
    content: "";
    left: -20px;
    background: linear-gradient(to bottom, 
        rgb(175,199,186) 0%, 
        rgb(136,165,148) 100%);
    animation: lineReveal 1.2s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    height: calc(100% - 80px);
}.meet-us-1 .text-zone-2:hover {
    transform: perspective(1000px) rotateY(0);
}.meet-us-1 .text-zone-2 > div:first-child {
    animation: slideIn 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateX(-20px);
    margin-bottom: 15px;
    opacity: 0;
}.meet-us-1 .text-zone-2 > div:nth-child(2) {
    animation: slideIn 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateX(-20px);
    opacity: 0;
    margin-bottom: 25px;
}.meet-us-1 h5 {
    margin: 0 0 10px;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 700;
    position: relative;
    color: rgb(175,199,186);
    display: inline-block;
    text-transform: uppercase;
}.meet-us-1 h5::after {
    width: 40%;
    position: absolute;
    background: rgb(136,165,148);
    transition: width 0.3s ease;
    left: 0;
    content: "";
    bottom: -5px;
    height: 2px;
}.meet-us-1 .text-zone-2:hover h5::after {
    width: 100%;
}.meet-us-1 p {
    margin: 0 0 20px;
    color: #000000;
    font-size: calc(14px * 1.2);
    line-height: 1.5;
}.meet-us-1 p b {
    color: rgb(136,165,148);
    transform: translateY(0);
    font-size: calc(14px * 1.6);
    letter-spacing: 1px;
    font-weight: 700;
    display: block;
    transition: transform 0.3s ease;
}.meet-us-1 .text-zone-2:hover p b {
    transform: translateY(-5px);
}.meet-us-1 ol {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 1s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    margin: 0;
    padding: 0 0 0 20px;
}.meet-us-1 li {
    margin-bottom: 15px;
    line-height: 1.8;
    color: #000000;
    font-size: 14px;
    text-align: justify;
    position: relative;
}.meet-us-1 li::first-line {
    font-weight: 600;
    color: rgb(175,199,186);
}

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

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

@keyframes lineReveal {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(1);
    }
}

@keyframes gradientShift {
    0% {
        transform: rotate(15deg) translateX(0);
    }
    100% {
        transform: rotate(15deg) translateX(5%);
    }
}

@media (max-width: 1200px) {.meet-us-1 {
    padding: 100px 0;
}.meet-us-1 .text-zone-2 {
    padding: 40px;
    max-width: 95%;
}
}

@media (max-width: 992px) {.meet-us-1 {
    padding: 80px 0;
}.meet-us-1::after {
    width: 100%;
    top: -30%;
}.meet-us-1 .text-zone-2 {
    transform: perspective(1000px) rotateY(1deg);
    padding: 35px;
}.meet-us-1 p b {
    font-size: calc(14px * 1.4);
}
}

@media (max-width: 768px) {.meet-us-1 {
    padding: 60px 0;
}.meet-us-1 .text-zone-2 {
    transform: none;
    max-width: 100%;
    padding: 30px;
}.meet-us-1 .text-zone-2::before {
    width: 4px;
    height: calc(100% - 60px);
    left: -15px;
    top: 30px;
}.meet-us-1 h5 {
    font-size: calc(20px * 0.9);
}.meet-us-1 p {
    font-size: 14px;
    margin-bottom: 15px;
}.meet-us-1 p b {
    font-size: calc(14px * 1.3);
}.meet-us-1 li {
    font-size: calc(14px * 0.9);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.meet-us-1 {
    padding: 50px 0;
}.meet-us-1::after {
    display: none;
}.meet-us-1 .text-zone-2 {
    padding: 25px 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}.meet-us-1 .text-zone-2::before {
    left: -10px;
    width: 3px;
}.meet-us-1 h5 {
    font-size: calc(20px * 0.8);
    letter-spacing: 1px;
}.meet-us-1 p b {
    font-size: calc(14px * 1.2);
}.meet-us-1 ol {
    padding-left: 15px;
}.meet-us-1 li {
    font-size: calc(14px * 0.85);
    line-height: 1.6;
}}.overlayConsentSettings-9 {
    position: fixed;
    bottom: 0;
    background: rgb(220,233,226);
    z-index: 90;
    width: 100%;
    border-top: 2px solid rgb(175,199,186);
}.cookie-controls-3 {
    align-items: center;
    justify-content: space-between;
    display: flex;
    padding: 20px 0;
}#cookie-warning-box-1 {
    display: none;
}#cookie-warning-box-1:checked ~ .overlayConsentSettings-9 {
    opacity: 0;
    visibility: hidden;
}.overlayConsentSettings-9 h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.overlayConsentSettings-9 p {
    font-size: 18px;
}.cookies-tracking-0 {
    margin-right: 10px;
    flex-shrink: 0;
}.cookies-tracking-0 svg, .cookies-tracking-0 svg path, .cookies-tracking-0 img {
    fill: rgb(175,199,186);
    height: 100px;
    width: 100px;
}.data-approve-1 {
    margin-left: 10px;
    text-decoration: none;
    text-align: center;
    line-height: 35px;
    white-space: nowrap;
    min-width: 120px;
    border-bottom: 2px solid rgb(175,199,186);
    cursor: pointer;
    font-size: 24px;
    flex-shrink: 0;
    color: rgb(175,199,186);
}.overlayConsentSettings-9 p a {
    text-decoration: none;
    color: rgb(175,199,186);
}
@media only screen and (max-width: 1200px) {.overlayConsentSettings-9 {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookies-tracking-0 {
    display: none;
}.cookie-controls-3 {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.overlayConsentSettings-9 h5 {
    text-align: center;
}.overlayConsentSettings-9 p {
    text-align: center;
}.data-agree-1 {
    margin-bottom: 20px;
}body .wrapper-canvas-3 .data-approve-1 {
    margin-left: 0;
    margin-bottom: 10px;
}}
.wrapper-canvas-3 .overlayConsentSettings-9 {
    border: none;
    box-shadow: rgb(175,199,186,0.5) 0px 0px 40px 39px;
    background: #ffffff;
}.wrapper-canvas-3 .data-approve-1 {
    border: none;
    font-weight: 400;
    padding: 10px;
    margin-left: 30px;
    color: #ffffff;
    background: rgb(175,199,186);
    font-size: 20px;
}.wrapper-canvas-3 .cookies-tracking-0 {
    background:rgb(175,199,186);
    width: 80px;
    justify-content: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    height: 80px;
}.wrapper-canvas-3 .cookies-tracking-0 svg, .wrapper-canvas-3 .cookies-tracking-0 svg path, .wrapper-canvas-3 .cookies-tracking-0 img {
    fill:#000000;
    width: 40px;
    height: 40px;
}.wrapper-canvas-3 .data-agree-1 h5, .wrapper-canvas-3 .data-agree-1 p {
    color: #000000;
}
@media only screen and (max-width: 800px){.wrapper-canvas-3 .cookies-tracking-0 {
    margin-bottom: 14px;
    margin: 0;
}
}