* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.copy-notice {
    flex: 0 0 auto;
}::-webkit-scrollbar {
}::-webkit-scrollbar-track {
    background: rgb(178,175,159,0.5);
}::-webkit-scrollbar-thumb {
    border-radius: 18.1rem;
    background: rgb(178,175,159);
}::-webkit-scrollbar-thumb:hover {
    box-shadow: 0px 1px 13px 1px rgba(0, 0, 0, 0.4);
    background: rgb(178,175,159,0.5);
}* {
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(116,170,129);
    scrollbar-width: auto;
}
@media (max-width: 768px) {::-webkit-scrollbar {
    width: 8px;
}::-webkit-scrollbar-thumb {
    background: rgb(116,170,129,0.5);
}}

.container {
    width: 1222px;
    margin: auto;
    max-width: 100%;
}html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    scroll-snap-type: none;
    height: 100%;
    auto
contain
touch-action: none;
    auto
    scroll-behavior: smooth;
    min-height: 100%;
}.wrapper-viewport {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.site-navbar {
    flex: 1 0 auto;
}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;
}}
.course-program-details {
    background: rgb(224,223,220);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.course-program-details::before {
    position: absolute;
    opacity: 0.03;
    z-index: 0;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 2px, rgb(116,170,129,0.5) 2px, rgb(116,170,129,0.5) 4px),
        repeating-linear-gradient(-45deg, transparent, transparent 2px, rgb(178,175,159,0.5) 2px, rgb(178,175,159,0.5) 4px);
    top: 0;
    left: 0;
    content: "";
    bottom: 0;
    right: 0;
}.course-program-details::after {
    width: 90%;
    top: 5%;
    z-index: 0;
    content: "";
    left: 5%;
    filter: blur(40px);
    height: 90%;
    animation: ambientLight 15s infinite alternate ease-in-out;
    background: 
        radial-gradient(ellipse at top left, rgb(178,175,159,0.5) 0%, transparent 60%),
        radial-gradient(ellipse at bottom right, rgb(116,170,129,0.5) 0%, transparent 60%);
    position: absolute;
}.course-program-details .container {
    z-index: 1;
    position: relative;
}.course-program-details .learn-growth {
    display: flex;
    flex-direction: column;
    overflow: visible;
    background: transparent;
    max-width: 100%;
    border-radius: 13px;
    position: relative;
}.course-program-details .img-border-box {
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    top: 0;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.1);
    height: 100%;
    z-index: 0;
    left: 0;
    border-radius: 13px;
    filter: saturate(0.8) contrast(1.1);
    width: 100%;
    overflow: hidden;
    transform: translateZ(0);
}.course-program-details .img-border-box::before {
    height: 100%;
    left: 0;
    z-index: 1;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 30%,
        transparent 70%,
        rgba(0, 0, 0, 0.5) 100%
    );
    top: 0;
    width: 100%;
    content: "";
    mix-blend-mode: multiply;
    position: absolute;
}.course-program-details .img-border-box::after {
    z-index: 2;
    content: "";
    left: 0;
    width: 100%;
    opacity: 0.7;
    background: 
        linear-gradient(to right, #000000 0%, transparent 20%, transparent 80%, #000000 100%),
        linear-gradient(to bottom, #000000 0%, transparent 20%, transparent 80%, #000000 100%);
    position: absolute;
    height: 100%;
    top: 0;
}.course-program-details .learn-growth:hover .img-border-box {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 100%, 
        65% 100%, 
        60% 85%, 
        40% 85%, 
        35% 100%, 
        0% 100%
    );
    filter: saturate(1.1) contrast(1.2);
}.course-program-details .practical-study {
    z-index: 3;
    width: 85%;
    position: relative;
    box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.9);
    padding: 80px 60px;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    border-radius: 13px;
    margin: 40px auto;
    transition: all 0.6s ease;
}.course-program-details .practical-study::before {
    top: -2px;
    opacity: 0.7;
    border-radius: calc(13px + 2px);
    right: -2px;
    bottom: -2px;
    transition: opacity 0.6s ease;
    position: absolute;
    z-index: -1;
    background: linear-gradient(
        45deg,
        rgb(178,175,159) 0%,
        transparent 30%,
        transparent 70%,
        rgb(116,170,129) 100%
    );
    content: "";
    left: -2px;
}.course-program-details .practical-study::after {
    top: 10px;
    content: "";
    transition: all 0.4s ease;
    left: 10px;
    border-radius: 10px;
    position: absolute;
    border: 1px dashed rgb(178,175,159,0.5);
    bottom: 10px;
    opacity: 0.5;
    z-index: -1;
    right: 10px;
}.course-program-details .learn-growth:hover .practical-study {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow:
        0 20px 45px rgba(0, 0, 0, 0.15),
        0 10px 25px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.2);
}.course-program-details .learn-growth:hover .practical-study::before {
    opacity: 1;
}.course-program-details .learn-growth:hover .practical-study::after {
    bottom: 15px;
    right: 15px;
    opacity: 0.7;
    top: 15px;
    left: 15px;
}.course-program-details .main-header {
    left: 50%;
    display: flex;
    align-items: center;
    height: 70px;
    justify-content: center;
    top: -35px;
    width: 70px;
    border-radius: 50%;
    position: absolute;
    background: #ffffff;
    z-index: 5;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 4px 8px rgba(0, 0, 0, 0.05),
        0 0 0 5px rgb(178,175,159,0.5);
    transform: translateX(-50%);
}.course-program-details .main-header::before {
    bottom: -10px;
    position: absolute;
    border-radius: 50%;
    background: 
        conic-gradient(
            rgb(178,175,159) 0deg, 
            rgb(178,175,159) 90deg, 
            transparent 90deg, 
            transparent 180deg, 
            rgb(116,170,129) 180deg, 
            rgb(116,170,129) 270deg, 
            transparent 270deg, 
            transparent 360deg
        );
    transition: opacity 0.5s ease;
    z-index: -1;
    content: "";
    animation: rotateConic 10s linear infinite;
    left: -10px;
    top: -10px;
    opacity: 0.5;
    right: -10px;
}.course-program-details .main-header:hover {
    transform: translateX(-50%) scale(1.1);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.15),
        0 6px 12px rgba(0, 0, 0, 0.08),
        0 0 0 5px rgb(116,170,129,0.5);
}.course-program-details .main-header:hover::before {
    opacity: 0.8;
}.course-program-details .main-header svg {
    transition: transform 0.5s ease;
    width: 40px;
    height: 40px;
}.course-program-details .main-header:hover svg {
    transform: rotate(15deg);
}.course-program-details .main-header svg path {
    transition: fill 0.5s ease;
    fill: rgb(178,175,159);
}.course-program-details .main-header:hover svg path {
    fill: rgb(116,170,129);
}.course-program-details h3 {
    margin-bottom: 30px;
    padding-bottom: 20px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 700;
    color: #000000;
    margin-top: 20px;
    position: relative;
    font-size: 38px;
}.course-program-details h3::before {
    transition: width 0.5s ease;
    bottom: 0;
    width: 50px;
    position: absolute;
    background: rgb(178,175,159);
    content: "";
    left: 50%;
    height: 2px;
    transform: translateX(-50%);
}.course-program-details h3::after {
    position: absolute;
    height: 1px;
    width: 100px;
    content: "";
    background: rgb(116,170,129,0.5);
    transition: width 0.5s ease;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
}.course-program-details .practical-study:hover h3::before {
    width: 100px;
}.course-program-details .practical-study:hover h3::after {
    width: 150px;
}.course-program-details p {
    font-size: 14px;
    color: #000000;
    text-align: center;
    margin: 0 auto;
    position: relative;
    max-width: 90%;
    line-height: 1.8;
}.course-program-details p::before, 
.course-program-details p::after {
    height: 20px;
    content: "";
    position: absolute;
    width: 20px;
    opacity: 0.3;
    transition: all 0.5s ease;
}.course-program-details p::before {
    left: -10px;
    border-left: 2px solid rgb(178,175,159);
    border-top: 2px solid rgb(178,175,159);
    top: -10px;
}.course-program-details p::after {
    border-right: 2px solid rgb(116,170,129);
    right: -10px;
    bottom: -10px;
    border-bottom: 2px solid rgb(116,170,129);
}.course-program-details .practical-study:hover p::before,
.course-program-details .practical-study:hover p::after {
    width: 40px;
    opacity: 0.6;
    height: 40px;
}

@keyframes ambientLight {
    0% {
        opacity: 0.3;
        transform: scale(0.95) rotate(0deg);
    }
    50% {
        opacity: 0.5;
        transform: scale(1) rotate(5deg);
    }
    100% {
        opacity: 0.3;
        transform: scale(0.95) rotate(0deg);
    }
}

@keyframes rotateConic {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {.course-program-details {
    padding: 100px 0;
}.course-program-details .practical-study {
    width: 90%;
    padding: 70px 50px;
}.course-program-details h3 {
    font-size: calc(38px - 2px);
}
}

@media (min-width: 768px) and (max-width: 991px) {.course-program-details {
    padding: 80px 0;
}.course-program-details .practical-study {
    padding: 60px 40px;
    margin: 30px auto;
    width: 90%;
}.course-program-details .main-header {
    width: 60px;
    top: -30px;
    height: 60px;
}.course-program-details .main-header svg {
    height: 35px;
    width: 35px;
}.course-program-details h3 {
    font-size: calc(38px - 4px);
    padding-bottom: 15px;
    margin-bottom: 25px;
}.course-program-details p {
    font-size: calc(14px - 1px);
    line-height: 1.7;
}
}

@media (max-width: 767px) {.course-program-details {
    padding: 60px 0;
}.course-program-details .practical-study {
    padding: 50px 30px;
    transform: none;
    width: 95%;
    margin: 25px auto;
}.course-program-details .main-header {
    height: 50px;
    top: -25px;
    width: 50px;
}.course-program-details .main-header svg {
    width: 30px;
    height: 30px;
}.course-program-details .main-header::before {
    display: none;
}.course-program-details h3 {
    font-size: calc(38px - 6px);
    padding-bottom: 12px;
    margin-bottom: 20px;
}.course-program-details p {
    font-size: calc(14px - 2px);
    line-height: 1.6;
    max-width: 100%;
}.course-program-details p::before, 
    .course-program-details p::after {
    width: 15px;
    height: 15px;
}.course-program-details .practical-study:hover p::before,
    .course-program-details .practical-study:hover p::after {
    height: 25px;
    width: 25px;
}.course-program-details h3::before {
    width: 40px;
}.course-program-details h3::after {
    width: 80px;
}.course-program-details .practical-study:hover h3::before {
    width: 70px;
}.course-program-details .practical-study:hover h3::after {
    width: 110px;
}.course-program-details .img-border-box {
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 100%, 
            60% 100%, 
            50% 95%, 
            40% 95%, 
            30% 100%, 
            0% 100%
        );
}.course-program-details .learn-growth:hover .img-border-box {
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 100%, 
            65% 100%, 
            55% 92%, 
            35% 92%, 
            25% 100%, 
            0% 100%
        );
}.course-program-details .practical-study::after {
    display: none;
}}.leadership-profile {
    background-color: rgb(224,223,220);
    padding: 6rem 2rem;
    overflow: hidden;
    position: relative;
}.leadership-profile::before {
    width: 40%;
    height: 100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(178,175,159,0.5));
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
}.leadership-profile .success-feedback {
    border-radius: 0;
    background: transparent;
    position: relative;
    display: flex;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    box-shadow: none;
}.leadership-profile .img-border-box {
    width: 45%;
    border-radius: 0;
    box-shadow: 15px 15px 0 rgb(178,175,159,0.5);
    position: relative;
    transform: rotate(-2deg);
    transition: all 0.5s ease;
    height: 480px;
}.leadership-profile .career-story {
    justify-content: center;
    display: flex;
    padding: 3rem 0 3rem 4rem;
    width: 55%;
    position: relative;
    flex-direction: column;
}.leadership-profile .career-story::before {
    content: "";
    background: linear-gradient(to bottom, rgb(116,170,129,0.5), transparent);
    position: absolute;
    height: 100%;
    left: 2.5rem;
    top: 0;
    width: 1px;
}.leadership-profile .name {
    position: relative;
    font-size: calc(44px * 1.2);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1rem;
    color: #000000;
}.leadership-profile .career-story > div:nth-child(2) {
    padding: 0.5rem 1.5rem;
    background-color: rgb(116,170,129);
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    transform: translateX(-10px);
    border-radius: 10px;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 2.5rem;
}.leadership-profile .emp-details {
    max-width: 90%;
    line-height: 1.8;
    font-size: 15px;
    padding-left: 0;
    position: relative;
    color: #000000;
}.leadership-profile .emp-details::before {
    top: -1.5rem;
    background-color: rgb(178,175,159);
    left: 0;
    height: 3px;
    content: "";
    position: absolute;
    width: 60px;
}.leadership-profile .success-feedback:hover .img-border-box {
    transform: rotate(0deg);
    box-shadow: 10px 10px 0 rgb(116,170,129);
}

@media (max-width: 992px) {.leadership-profile::before {
    width: 100%;
    right: 0;
    height: 40%;
    background: linear-gradient(180deg, rgb(178,175,159,0.5), transparent);
    top: 0;
}.leadership-profile .success-feedback {
    align-items: center;
    flex-direction: column;
    max-width: 90%;
}.leadership-profile .img-border-box {
    width: 90%;
    height: 400px;
}.leadership-profile .career-story {
    width: 100%;
    padding: 3rem 1rem 1rem;
}.leadership-profile .career-story::before {
    display: none;
}.leadership-profile .emp-details {
    max-width: 100%;
}
}

@media (max-width: 576px) {.leadership-profile {
    padding: 4rem 1rem;
}.leadership-profile .img-border-box {
    height: 320px;
}.leadership-profile .name {
    font-size: 29px;
}.leadership-profile .career-story > div:nth-child(2) {
    font-size: 16px;
}.leadership-profile .emp-details {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}}.privacy-holdings {
    background-color: rgb(224,223,220);
    padding: 2em;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    color: #000000;
}.privacy-holdings h1 {
    margin-bottom: 1em;
    text-align: center;
    font-size: 46px;
    color: rgb(178,175,159);
    font-weight: 700;
}.privacy-holdings h2 {
    font-weight: 600;
    margin-bottom: 0.75em;
    color: rgb(116,170,129);
    font-size: 37px;
}.privacy-holdings h3,
.privacy-holdings h4,
.privacy-holdings h5,
.privacy-holdings h6 {
    margin-bottom: 0.5em;
}.privacy-holdings h3 {
    font-size: calc(21px - 0.2em);
    font-weight: 400;
    color: rgb(178,175,159);
}.privacy-holdings h4 {
    color: rgb(116,170,129);
    font-weight: 400;
    font-size: calc(21px - 0.4em);
}.privacy-holdings h5 {
    color: #000000;
    font-size: 21px;
    font-weight: 300;
}.privacy-holdings h6 {
    font-size: 22px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 300;
}.privacy-holdings ul {
    list-style-type: disc;
    padding-left: 1.5em;
    margin-bottom: 1em;
}.privacy-holdings ol {
    padding-left: 1.5em;
    margin-bottom: 1em;
    list-style-type: decimal;
}.privacy-holdings li {
    margin-bottom: 0.5em;
    font-size: 14px;
}.privacy-holdings p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 1em;
}.privacy-holdings span {
    color: rgb(178,175,159);
    font-weight: 600;
}.privacy-holdings div {
    margin-bottom: 1em;
}
@media only screen and (max-width: 800px) {.privacy-holdings {
    border-radius: 10px;
    padding: 1em;
}.privacy-holdings h1 {
    font-size: calc(21px - 0.5em);
}.privacy-holdings h2 {
    font-size: calc(21px - 0.4em);
}.privacy-holdings p,
    .privacy-holdings li {
    font-size: calc(14px - 0.2em);
}}
.privacy-holdings h1::after {
    border-radius: 10px;
    content: "";
    margin: 0.5em auto 0;
    width: 60px;
    height: 4px;
    display: block;
    background-color: rgb(178,175,159);
}.privacy-holdings h2::after {
    margin: 0.5em auto 0;
    background-color: rgb(116,170,129);
    width: 40px;
    height: 3px;
    border-radius: 10px;
    display: block;
    content: "";
}.privacy-holdings ul li::before {
    display: inline-block;
    content: "•";
    margin-left: -1em;
    font-weight: 700;
    width: 1em;
    color: rgb(178,175,159);
}.privacy-holdings ol li::before {
    font-weight: 700;
    color: rgb(116,170,129);
}.privacy-holdings a {
    color: rgb(178,175,159);
    text-decoration: underline;
}.privacy-holdings a:hover {
    color: rgb(116,170,129);
    text-decoration: none;
}.privacy-holdings blockquote {
    padding: 1em;
    background-color: rgb(178,175,159,0.5);
    border-left: 5px solid rgb(178,175,159);
    margin: 1em 0;
    font-style: italic;
}.learning-system {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(224,223,220) 0%, #ffffff 100%);
    padding: 120px 0;
    position: relative;
}.learning-system::before {
    content: "";
    height: 70%;
    right: -5%;
    transform: rotate(-15deg) skewX(15deg);
    top: -10%;
    z-index: 1;
    opacity: 0.07;
    pointer-events: none;
    width: 40%;
    position: absolute;
    background: linear-gradient(45deg, rgb(178,175,159,0.5) 0%, rgb(116,170,129,0.5) 100%);
}.learning-system::after {
    height: 70%;
    transform: rotate(15deg) skewX(-15deg);
    bottom: -10%;
    background: linear-gradient(225deg, rgb(116,170,129,0.5) 0%, rgb(178,175,159,0.5) 100%);
    z-index: 1;
    width: 40%;
    opacity: 0.07;
    content: "";
    pointer-events: none;
    position: absolute;
    left: -5%;
}.learning-system .learn-growth {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 40px;
}.learning-system h2 {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    color: rgb(178,175,159);
    font-size: 32px;
    transform: translateX(-5px);
    margin-bottom: 50px;
    font-weight: 700;
    text-align: left;
}.learning-system h2::after {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    content: "";
    transform-origin: left center;
    left: 0;
    transform: scaleX(1);
    background: linear-gradient(90deg, rgb(178,175,159) 0%, rgb(116,170,129) 100%);
    height: 3px;
    bottom: -12px;
    width: 80px;
    position: absolute;
}.learning-system .article-wrap {
    transform: translateY(0);
    padding: 50px;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s ease;
    background: #ffffff;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
}.learning-system .article-wrap::before {
    background: linear-gradient(135deg, rgb(116,170,129,0.5) 0%, transparent 70%);
    pointer-events: none;
    width: 100%;
    content: "";
    opacity: 0.04;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
}.learning-system .article-wrap:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}.learning-system p {
    position: relative;
    z-index: 2;
    color: #000000;
    font-size: 17px;
    line-height: 1.8;
    margin: 0;
}.learning-system p::first-letter {
    color: rgb(178,175,159);
    font-weight: 600;
    font-size: 1.3em;
}.learning-system .learn-growth:hover h2 {
    transform: translateX(0);
}.learning-system .learn-growth:hover h2::after {
    transform: scaleX(1.2);
}

@media (max-width: 992px) {.learning-system {
    padding: 90px 0;
}.learning-system .learn-growth {
    padding: 0 30px;
}.learning-system h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 40px;
}.learning-system .article-wrap {
    padding: 40px;
}
}

@media (max-width: 768px) {.learning-system {
    padding: 70px 0;
}.learning-system .learn-growth {
    padding: 0 20px;
}.learning-system h2 {
    margin-bottom: 35px;
    font-size: calc(32px * 0.8);
}.learning-system h2::after {
    width: 60px;
    bottom: -10px;
}.learning-system .article-wrap {
    padding: 30px;
}.learning-system p {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.learning-system {
    padding: 60px 0;
}.learning-system .learn-growth {
    padding: 0 15px;
}.learning-system h2 {
    margin-bottom: 30px;
    font-size: calc(32px * 0.7);
}.learning-system h2::after {
    width: 50px;
    height: 2px;
}.learning-system .article-wrap {
    padding: 25px 20px;
}.learning-system p {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}
}

@media (hover: none) {.learning-system .article-wrap:hover {
    transform: none;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
}}.gratZone {
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(224,223,220) 0%, rgba(rgb(178,175,159,0.5), 0.05) 100%);
}.gratZone::before {
    z-index: 1;
    width: 40%;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 85%);
    top: -5%;
    background: linear-gradient(225deg, rgb(178,175,159) 0%, transparent 70%);
    opacity: 0.07;
    height: 40%;
    transform: rotate(-15deg) translateZ(0);
    position: absolute;
    left: -5%;
    content: "";
}.gratZone::after {
    bottom: -5%;
    right: -5%;
    width: 50%;
    opacity: 0.07;
    background: linear-gradient(45deg, transparent 40%, rgb(116,170,129) 100%);
    content: "";
    clip-path: polygon(20% 0, 100% 15%, 100% 100%, 0 100%);
    height: 50%;
    position: absolute;
    transform: rotate(15deg) translateZ(0);
    z-index: 1;
}.gratZone .container {
    max-width: 1140px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.gratZone .learn-growth {
    transform: perspective(1000px) rotateX(2deg);
    background: #ffffff;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), 
                box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 10px 40px rgba(rgba(0, 0, 0, 0.5), 0.1), 
                0 2px 10px rgba(rgb(178,175,159,0.5), 0.05),
                0 30px 60px -10px rgba(rgb(116,170,129,0.5), 0.12);
    transform-origin: center top;
    display: flex;
    padding: 3.5rem;
    flex-direction: column;
}.gratZone .learn-growth:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 15px 50px rgba(rgba(0, 0, 0, 0.5), 0.15), 
                0 5px 20px rgba(rgb(178,175,159,0.5), 0.1),
                0 40px 80px -15px rgba(rgb(116,170,129,0.5), 0.18);
}.gratZone .learn-growth > div:first-child {
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
}.gratZone .learn-growth > div:first-child::after {
    background: linear-gradient(90deg, rgb(178,175,159), rgb(116,170,129));
    height: 3px;
    position: absolute;
    transform-origin: left center;
    transform: scaleX(1) translateZ(0);
    content: "";
    width: 20%;
    bottom: 0;
    left: 0;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.gratZone .learn-growth:hover > div:first-child::after {
    transform: scaleX(2) translateZ(0);
}.gratZone h5 {
    line-height: 1.4;
    font-size: 23px;
    font-weight: 700;
    margin: 0;
    transition: transform 0.4s ease-out;
    color: #000000;
    transform: translateZ(0);
}.gratZone .learn-growth:hover h5 {
    transform: translateY(-3px) translateZ(0);
}.gratZone a {
    position: relative;
    display: block;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    text-decoration: none;
    overflow: hidden;
}.gratZone a:hover {
    transform: translateY(-5px);
}.gratZone a::before {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotate(45deg) scale(0);
    top: -10px;
    transform-origin: center;
    background: linear-gradient(135deg, transparent 45%, rgb(178,175,159) 55%);
    right: -10px;
    content: "";
    height: 50px;
    opacity: 0.1;
    width: 50px;
    z-index: 1;
    position: absolute;
}.gratZone a:hover::before {
    transform: rotate(45deg) scale(1);
}.gratZone p {
    transition: all 0.4s ease;
    border-left: 2px solid rgba(rgb(178,175,159,0.5), 0.2);
    color: #000000;
    line-height: 1.7;
    background: linear-gradient(to right, rgba(rgb(116,170,129,0.5), 0.03), rgba(rgb(178,175,159,0.5), 0.03));
    font-weight: 400;
    font-size: 16px;
    padding: 1.5rem;
    position: relative;
    margin: 0;
}.gratZone a:hover p {
    background: linear-gradient(to right, rgba(rgb(116,170,129,0.5), 0.07), rgba(rgb(178,175,159,0.5), 0.07));
    border-left: 2px solid rgb(178,175,159);
}

@media (min-width: 768px) {.gratZone .learn-growth {
    padding: 4rem 5rem;
}.gratZone h5 {
    font-size: calc(23px * 1.2);
}.gratZone p {
    padding: 2rem;
    font-size: calc(16px * 1.05);
}
}

@media (min-width: 992px) {.gratZone {
    padding: 8rem 0;
}.gratZone .learn-growth {
    margin: 0 auto;
    padding: 5rem 6rem;
    max-width: 90%;
}.gratZone .learn-growth > div:first-child {
    padding-bottom: 2rem;
    margin-bottom: 3rem;
}.gratZone .learn-growth > div:first-child::after {
    width: 15%;
}
}

@media (max-width: 767px) {.gratZone {
    padding: 3rem 0;
}.gratZone .learn-growth {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2rem;
}.gratZone h5 {
    font-size: calc(23px * 0.9);
}.gratZone p {
    line-height: 1.6;
    padding: 1rem;
    font-size: calc(16px * 0.95);
}.gratZone .learn-growth > div:first-child {
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}
}

@media (max-width: 480px) {.gratZone {
    padding: 2rem 0;
}.gratZone .learn-growth {
    padding: 1.5rem;
    transform: none;
}.gratZone h5 {
    font-size: calc(23px * 0.85);
}.gratZone p {
    line-height: 1.5;
    font-size: calc(16px * 0.9);
    padding: 0.75rem;
}}.future-learners {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: #ffffff;
}.future-learners::before {
    left: 0;
    z-index: 1;
    background: 
        radial-gradient(circle at 20% 30%, rgb(178,175,159,0.5) 0, transparent 80px),
        radial-gradient(circle at 80% 70%, rgb(116,170,129,0.5) 0, transparent 80px);
    position: absolute;
    top: 0;
    opacity: 0.3;
    width: 100%;
    content: "";
    height: 100%;
}.future-learners .container {
    position: relative;
    padding: 0 15px;
    z-index: 2;
    margin: 0 auto;
    max-width: 1140px;
}.future-learners .learn-growth {
    position: relative;
}.future-learners h4 {
    text-align: center;
    margin-bottom: 80px;
    font-size: 38px;
    position: relative;
    font-weight: 400;
    color: #000000;
}.future-learners h4::after {
    height: 2px;
    left: 50%;
    content: "";
    bottom: -20px;
    transform: translateX(-50%);
    position: absolute;
    width: 50px;
    background: rgb(178,175,159);
}.future-learners div > div {
    max-width: 900px;
    justify-content: space-between;
    gap: 40px 20px;
    flex-wrap: wrap;
    display: flex;
    margin: 0 auto;
}.future-learners p {
    font-size: 16px;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex: 0 0 calc(33.333% - 20px);
    text-align: center;
    transition: all 0.5s ease;
    color: #000000;
    padding: 0;
    display: flex;
    margin: 0;
}.future-learners p::before {
    left: 50%;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    top: 50%;
    border-radius: 50%;
    height: 0;
    transform: translate(-50%, -50%);
    background: rgb(224,223,220);
    width: 0;
    content: "";
    z-index: -1;
    position: absolute;
}.future-learners p:hover::before {
    height: 200%;
    width: 170%;
}.future-learners p svg {
    border: 1px solid rgb(178,175,159,0.5);
    margin-bottom: 15px;
    width: 50px;
    padding: 10px;
    height: 50px;
    border-radius: 50%;
    transition: all 0.4s ease;
}.future-learners p svg path {
    transition: fill 0.3s ease;
    fill: rgb(178,175,159);
}.future-learners p:hover svg {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border-color: transparent;
}.future-learners p:hover svg path {
    fill: rgb(116,170,129);
}.future-learners p span {
    padding-top: 10px;
    position: relative;
}.future-learners p span::before {
    transition: width 0.3s ease;
    top: 0;
    left: 50%;
    content: "";
    background: rgb(178,175,159);
    width: 0;
    transform: translateX(-50%);
    height: 1px;
    position: absolute;
}.future-learners p:hover span::before {
    width: 30px;
}@keyframes floatAnimation {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.future-learners p:nth-child(odd) {
    animation: floatAnimation 5s infinite ease-in-out;
}.future-learners p:nth-child(even) {
    animation: floatAnimation 6s infinite ease-in-out reverse;
}@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.future-learners .learn-growth > div p {
    animation: fadeIn 0.6s ease forwards;
    opacity: 0;
}.future-learners .learn-growth > div p:nth-child(1) {
    animation-delay: 0.1s;
}.future-learners .learn-growth > div p:nth-child(2) {
    animation-delay: 0.2s;
}.future-learners .learn-growth > div p:nth-child(3) {
    animation-delay: 0.3s;
}.future-learners .learn-growth > div p:nth-child(4) {
    animation-delay: 0.4s;
}.future-learners .learn-growth > div p:nth-child(5) {
    animation-delay: 0.5s;
}.future-learners .learn-growth > div p:nth-child(6) {
    animation-delay: 0.6s;
}.future-learners::after {
    height: 2px;
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(178,175,159,0.5), 
        rgb(116,170,129,0.5), 
        transparent);
    bottom: 0;
}

@media (max-width: 991px) {.future-learners {
    padding: 100px 0;
}.future-learners h4 {
    font-size: calc(38px * 0.9);
    margin-bottom: 60px;
}.future-learners div > div {
    gap: 30px 20px;
}.future-learners p {
    flex: 0 0 calc(50% - 20px);
}.future-learners p svg {
    width: 45px;
    margin-bottom: 12px;
    height: 45px;
}
}

@media (max-width: 768px) {.future-learners {
    padding: 80px 0;
}.future-learners h4 {
    margin-bottom: 50px;
    font-size: calc(38px * 0.8);
}.future-learners h4::after {
    width: 40px;
    bottom: -15px;
}.future-learners div > div {
    gap: 40px 0;
}.future-learners p {
    flex: 0 0 100%;
}.future-learners p:nth-child(odd),
    .future-learners p:nth-child(even) {
    animation: none;
}
}

@media (max-width: 576px) {.future-learners {
    padding: 60px 0;
}.future-learners h4 {
    margin-bottom: 40px;
    font-size: calc(38px * 0.7);
}.future-learners h4::after {
    bottom: -12px;
    width: 30px;
}.future-learners div > div {
    gap: 30px 0;
}.future-learners p svg {
    margin-bottom: 10px;
    padding: 8px;
    width: 40px;
    height: 40px;
}.future-learners p {
    font-size: calc(16px * 0.9);
}}.cookie-alert-overlay {
    overflow: hidden;
    bottom: 20px;
    max-width: 500px;
    font-family: Arial, sans-serif;
    left: 50%;
    border-radius: 28px;
    z-index: 1050;
    width: 90%;
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    transform: translateX(-50%);
    position: fixed;
}.cookie-window {
    padding: 20px;
    flex-direction: column;
    display: flex;
    align-items: center;
}.digital-consent {
    margin-bottom: 20px;
}.digital-consent svg, .digital-consent svg path, .digital-consent img {
    width: 60px;
    height: 60px;
    fill: rgb(178,175,159);
}.cookie-alert-overlay h5 {
    color: rgb(178,175,159);
    text-align: center;
    font-size: 19px;
    margin-bottom: 10px;
    font-weight: 700;
}.cookie-alert-overlay p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #000000;
    text-align: center;
}.cookies-tech {
    border-radius: 10px;
    display: inline-block;
    color: #ffffff;
    background: rgb(178,175,159);
    text-decoration: none;
    width: calc(50% - 10px);
    margin: 5px;
    font-size: 20px;
    transition: background 0.3s ease-in-out;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 10px 20px;
}.cookies-tech:hover {
    background: rgb(116,170,129);
}.cookie_button.consent-learn {
    background: rgb(116,170,129);
}.cookie_button.consent-learn:hover {
    background: rgb(116,170,129,0.5);
}.cookie-alert-overlay p a {
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    color: rgb(178,175,159);
}.cookie-alert-overlay p a:hover {
    color: rgb(116,170,129);
}#userPrivacyWindow {
    display: none;
}#userPrivacyWindow:checked ~ .cookie-alert-overlay {
    visibility: hidden;
    opacity: 0;
}.contact-box {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(145deg, rgb(224,223,220) 0%, rgba(9, 19, 32, 0.9) 100%);
}.contact-box::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(178,175,159,0.5) 0px,
        transparent 1px,
        transparent 10px,
        rgb(178,175,159,0.5) 11px
    );
    top: 0;
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
    animation: gridMove 20s linear infinite;
    opacity: 0.05;
    pointer-events: none;
    width: 100%;
}.contact-box::after {
    top: -50%;
    width: 200%;
    pointer-events: none;
    height: 200%;
    opacity: 0.1;
    background: radial-gradient(circle, rgb(178,175,159,0.5) 0%, transparent 60%);
    content: "";
    left: -50%;
    animation: pulseGlow 15s ease-in-out infinite;
    position: absolute;
}.contact-box .container {
    z-index: 1;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.contact-box h2 {
    font-size: 37px;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding-bottom: 15px;
}.contact-box h2::after {
    content: "";
    transform: translateX(-50%);
    height: 3px;
    left: 50%;
    bottom: 0;
    width: 80px;
    background: linear-gradient(to right, transparent, rgb(178,175,159), transparent);
    position: absolute;
}.contact-box .request-links {
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    backdrop-filter: blur(10px);
    overflow: hidden;
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}.contact-box .request-links::before {
    height: 100%;
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
    opacity: 0.03;
    background: linear-gradient(to bottom right, rgb(178,175,159,0.5), transparent);
    pointer-events: none;
    left: 0;
}.contact-box .img-border-box {
    min-height: 500px;
    transform: scale(1.01);
    position: relative;
    transition: transform 0.6s ease;
    flex: 1;
}.contact-box .img-border-box::after {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    position: absolute;
    height: 100%;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
}.contact-box .contact-feedback {
    padding: 50px;
    position: relative;
    flex: 1;
}.contact-box .contact-feedback::before {
    content: "";
    height: 50px;
    top: 20px;
    border-top: 2px solid rgb(178,175,159,0.5);
    opacity: 0.7;
    right: 20px;
    position: absolute;
    width: 50px;
    border-right: 2px solid rgb(178,175,159,0.5);
}.contact-box .contact-feedback::after {
    left: 20px;
    position: absolute;
    opacity: 0.7;
    bottom: 20px;
    height: 50px;
    content: "";
    border-bottom: 2px solid rgb(178,175,159,0.5);
    width: 50px;
    border-left: 2px solid rgb(178,175,159,0.5);
}.contact-box form {
    width: 100%;
}.contact-box form h3 {
    position: relative;
    font-weight: 600;
    margin-bottom: 30px;
    color: #ffffff;
    padding-left: 15px;
    font-family: Arial, sans-serif;
    font-size: 22px;
}.contact-box form h3::before {
    position: absolute;
    left: 0;
    content: "";
    transform: translateY(-50%);
    width: 5px;
    border-radius: 10px;
    background: rgb(178,175,159);
    height: 25px;
    top: 50%;
}.contact-box form input[type="text"] {
    transition: all 0.3s ease;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 15px 20px;
    color: #ffffff;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
}.contact-box form input[type="text"]:focus {
    border-color: rgb(178,175,159);
    box-shadow: 0 0 15px rgba(rgb(178,175,159), 0.2);
    background: rgba(255, 255, 255, 0.08);
    outline: none;
}.contact-box form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.contact-box .connect-support {
    margin-bottom: 30px;
    align-items: flex-start;
    position: relative;
    display: flex;
}.contact-box .connect-support input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact-box .connect-support label {
    line-height: 1.5;
    position: relative;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    padding-left: 35px;
}.contact-box .connect-support label::before {
    left: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    width: 22px;
    transition: all 0.3s ease;
    content: "";
    background: rgba(255, 255, 255, 0.05);
    height: 22px;
    position: absolute;
    top: 2px;
}.contact-box .connect-support input[type="checkbox"]:checked + label::before {
    background: rgb(178,175,159);
    border-color: rgb(178,175,159);
}.contact-box .connect-support input[type="checkbox"]:checked + label::after {
    content: "";
    width: 8px;
    left: 7px;
    transform: rotate(-45deg);
    border-left: 2px solid #ffffff;
    height: 4px;
    position: absolute;
    top: 11px;
    border-bottom: 2px solid #ffffff;
}.contact-box .connect-support label a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(178,175,159);
}.contact-box .connect-support label a:hover {
    text-decoration: underline;
}.contact-box form .support-section {
    display: inline-block;
    color: #ffffff;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    cursor: pointer;
    z-index: 1;
    font-weight: 600;
    border: none;
    padding: 15px 35px;
    overflow: hidden;
    transition: all 0.4s ease;
    position: relative;
    background: linear-gradient(45deg, rgb(178,175,159), rgb(116,170,129));
    font-size: 18px;
}.contact-box form .support-section::before {
    position: absolute;
    z-index: -1;
    content: "";
    left: -100%;
    width: 100%;
    background: linear-gradient(45deg, rgb(116,170,129), rgb(178,175,159));
    transition: all 0.4s ease;
    height: 100%;
    top: 0;
}.contact-box form .support-section:hover::before {
    left: 0;
}.contact-box form .support-section:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}.contact-box svg {
    fill: rgb(178,175,159);
    margin-right: 15px;
    width: 24px;
    height: 24px;
}.contact-box svg path {
    transition: fill 0.3s ease;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
}

@media screen and (max-width: 991px) {.contact-box {
    padding: 80px 0;
}.contact-box .request-links {
    flex-direction: column;
}.contact-box .img-border-box {
    order: 1;
    min-height: 300px;
}.contact-box .contact-feedback {
    order: 2;
    padding: 40px 30px;
}
}

@media screen and (max-width: 767px) {.contact-box {
    padding: 60px 0;
}.contact-box h2 {
    margin-bottom: 40px;
}.contact-box .img-border-box {
    min-height: 200px;
}.contact-box .contact-feedback {
    padding: 30px 20px;
}.contact-box form .support-section {
    width: 100%;
    text-align: center;
}
}

@media screen and (max-width: 480px) {.contact-box {
    padding: 40px 0;
}.contact-box h2 {
    font-size: calc(37px * 0.8);
}.contact-box form h3 {
    font-size: calc(22px * 0.9);
}.contact-box .contact-feedback::before,
    .contact-box .contact-feedback::after {
    height: 30px;
    width: 30px;
}}header {
    position: relative;
    background: rgb(224,223,220);
    overflow: visible;
    z-index: 99;
    width: 100%;
}header::before {
    height: 100%;
    top: 0;
    content: "";
    opacity: 0.15;
    background: linear-gradient(90deg, rgb(178,175,159,0.5) 0%, transparent 50%, rgb(178,175,159,0.5) 100%);
    z-index: -1;
    width: 100%;
    left: 0;
    position: absolute;
}header .top-skill {
    position: relative;
    display: grid;
    padding: 20px;
    grid-template-columns: 1fr;
    gap: 15px;
    grid-template-rows: auto auto;
}header .top-skill::after {
    height: 1px;
    width: 100%;
    position: absolute;
    top: 50%;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(178,175,159,0.5), transparent);
    left: 0;
}header .top-skill .main-header {
    position: relative;
    padding: 5px 20px 15px;
    justify-self: center;
    z-index: 10;
}header .top-skill .main-header::before,
header .top-skill .main-header::after {
    border-radius: 18px;
    height: 90%;
    width: 90%;
    content: "";
    position: absolute;
}header .top-skill .main-header::before {
    border-top: 2px solid rgb(178,175,159);
    left: -5px;
    top: -5px;
    transform-origin: top left;
    border-left: 2px solid rgb(178,175,159);
    transition: transform 0.3s ease;
    transform: scale(0);
}header .top-skill .main-header::after {
    transition: transform 0.3s ease;
    right: -5px;
    bottom: -5px;
    border-right: 2px solid rgb(116,170,129);
    border-bottom: 2px solid rgb(116,170,129);
    transform-origin: bottom right;
    transform: scale(0);
}header .top-skill .main-header:hover::before,
header .top-skill .main-header:hover::after {
    transform: scale(1);
}header .top-skill .main-header .head-pro {
    display: block;
    transition: transform 0.3s ease;
}header .top-skill .main-header .head-pro svg {
    height: 60px;
    width: auto;
}header .top-skill .top-core {
    flex-wrap: wrap;
    justify-content: center;
    background: linear-gradient(180deg, transparent, rgb(116,170,129) 15%, rgba(0, 0, 0, 0.5) 85%, transparent 50%);
    list-style: none;
    position: relative;
    margin: 0;
    display: flex;
    padding: 20px 0 10px;
}header .top-skill .top-core::before,
header .top-skill .top-core::after {
    content: "";
    background: rgb(178,175,159,0.5);
    width: 2px;
    position: absolute;
    height: 70%;
    top: 15%;
}header .top-skill .top-core::before {
    left: 0;
}header .top-skill .top-core::after {
    right: 0;
}header .top-skill .top-core .header-mainbar {
    transition: transform 0.3s ease;
    margin: 0;
    padding: 0 15px;
    position: relative;
}header .top-skill .top-core .header-mainbar:not(:last-child)::after {
    position: absolute;
    height: 60%;
    right: 0;
    top: 20%;
    background: rgb(116,170,129,0.5);
    content: "";
    width: 1px;
}header .top-skill .top-core .header-mainbar:hover {
    transform: translateY(-3px);
}header .top-skill .top-core .header-mainbar a {
    position: relative;
    display: block;
    text-align: center;
    color: #000000;
    padding: 10px 5px;
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}header .top-skill .top-core .header-mainbar a:hover {
    color: rgb(178,175,159);
}header .top-skill .top-core .header-mainbar a::before {
    background: rgb(116,170,129);
    bottom: 5px;
    height: 2px;
    width: 100%;
    left: 0;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    content: "";
    position: absolute;
}header .top-skill .top-core .header-mainbar a:hover::before {
    transform: scaleX(1);
}

@media (min-width: 993px) {header .top-skill {
    grid-template-columns: 1fr;
    padding: 15px 30px;
    grid-template-rows: auto auto;
}header .top-skill .top-core {
    padding: 20px 10px 10px;
}
}

@media (max-width: 992px) {header .top-skill {
    padding: 15px;
    gap: 10px;
    grid-template-rows: auto auto;
}header .top-skill .main-header {
    padding: 5px 10px;
}header .top-skill .main-header .head-pro svg {
    height: 45px;
}header .top-skill .top-core {
    padding: 15px 0 10px;
}header .top-skill .top-core .header-mainbar {
    padding: 0 10px;
}header .top-skill .top-core .header-mainbar a {
    padding: 8px 3px;
    font-size: calc(17px - 1px);
}
}

@media (max-width: 767px) {header .top-skill .top-core {
    justify-content: center;
    flex-wrap: wrap;
}header .top-skill .top-core .header-mainbar {
    margin: 3px 0;
}header .top-skill .top-core .header-mainbar:not(:last-child)::after {
    display: none;
}}.reach-usYLsj {
    overflow: hidden;
    background: linear-gradient(120deg, rgb(224,223,220) 0%, #ffffff 100%);
    position: relative;
    padding: 80px 0;
}.reach-usYLsj::before {
    z-index: 1;
    opacity: 0.04;
    left: 0;
    background-image: repeating-linear-gradient(
        45deg,
        rgb(178,175,159,0.5) 0,
        rgb(178,175,159,0.5) 1px,
        transparent 1px,
        transparent 50px
    );
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    content: '';
}.reach-usYLsj .container {
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.reach-usYLsj .contact-card {
    border-radius: 10px;
    z-index: 2;
    position: relative;
    background: transparent;
}.reach-usYLsj h3 {
    margin-bottom: 15px;
    position: relative;
    font-size: 32px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    display: inline-block;
    color: #000000;
}.reach-usYLsj h3::after {
    border-radius: 10px;
    content: '';
    bottom: -5px;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, rgb(178,175,159), rgb(116,170,129));
    position: absolute;
    height: 3px;
}.reach-usYLsj .edu-input {
    line-height: 1.6;
    margin-bottom: 50px;
    max-width: 700px;
    font-size: 17px;
    color: #000000;
}.reach-usYLsj .connect-section {
    position: relative;
    gap: 30px;
    padding: 40px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    display: grid;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    background: #ffffff;
}.reach-usYLsj .connect-section::before {
    border-radius: 10px;
    height: 100%;
    top: 0;
    z-index: -1;
    position: absolute;
    background-size: 30px 30px;
    left: 0;
    content: '';
    width: 100%;
    background: 
        linear-gradient(135deg, transparent 49.5%, rgb(178,175,159,0.5) 49.5%, rgb(178,175,159,0.5) 50.5%, transparent 50.5%),
        linear-gradient(45deg, transparent 49.5%, rgb(116,170,129,0.5) 49.5%, rgb(116,170,129,0.5) 50.5%, transparent 50.5%);
    opacity: 0.15;
}.reach-usYLsj .connect-section > span {
    position: relative;
    padding-left: 35px;
    transition: transform 0.3s ease;
}.reach-usYLsj .connect-section > span:hover {
    transform: translateX(5px);
}.reach-usYLsj .connect-section > span p {
    color: #000000;
    margin-bottom: 3px;
    margin: 0;
    font-size: 17px;
    font-weight: 600;
}.reach-usYLsj .connect-section > span > span {
    font-size: 17px;
    color: #000000;
    display: block;
}.reach-usYLsj .connect-section > span a {
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
    font-weight: 600;
    color: rgb(178,175,159);
}.reach-usYLsj .connect-section > span a::after {
    position: absolute;
    content: '';
    transition: width 0.3s ease;
    bottom: -2px;
    width: 0;
    background: rgb(116,170,129);
    height: 1px;
    left: 0;
}.reach-usYLsj .connect-section > span a:hover {
    color: rgb(116,170,129);
}.reach-usYLsj .connect-section > span a:hover::after {
    width: 100%;
}.reach-usYLsj .connect-section > span svg {
    stroke: rgb(178,175,159);
    stroke-width: 2px;
    fill: none;
    width: 24px;
    height: 24px;
    top: 0;
    stroke-linecap: round;
    left: 0;
    position: absolute;
    transition: transform 0.3s ease;
    stroke-linejoin: round;
}.reach-usYLsj .connect-section > span:nth-child(even) svg {
    stroke: rgb(116,170,129);
}.reach-usYLsj .connect-section > span:hover svg {
    transform: scale(1.1);
}.reach-usYLsj .connect-section > span svg path {
    transition: stroke-dasharray 0.3s ease;
}.reach-usYLsj .connect-section > span:hover svg path {
    animation: dash 1.5s linear infinite;
    stroke-dasharray: 5;
}@keyframes dash {
    to {
        stroke-dashoffset: 10;
    }
}

.reach-usYLsj .contact-panel {
    padding-top: 30px;
    margin-top: 10px;
    grid-column: 1 / -1;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}.reach-usYLsj .contact-panel h4 {
    position: relative;
    display: inline-block;
    font-weight: 600;
    color: #000000;
    margin-right: 20px;
    font-size: 23px;
}.reach-usYLsj .contact-panel h4::after {
    bottom: -5px;
    width: 40px;
    position: absolute;
    content: '';
    left: 0;
    background: rgb(116,170,129);
    height: 2px;
}.reach-usYLsj .contact-panel span {
    display: inline-block;
    margin-bottom: 10px;
    background: rgb(224,223,220);
    transition: transform 0.3s ease, background-color 0.3s ease;
    padding: 8px 15px;
    margin-right: 10px;
    color: #000000;
    font-size: 17px;
    border-radius: 10px;
}.reach-usYLsj .contact-panel span:hover {
    transform: translateY(-3px);
    background-color: rgb(178,175,159,0.5);
}.reach-usYLsj .contact-panel svg {
    stroke-linecap: round;
    stroke-linejoin: round;
    height: 18px;
    vertical-align: middle;
    margin-right: 5px;
    width: 18px;
    stroke: rgb(116,170,129);
    fill: none;
    stroke-width: 2px;
}.reach-usYLsj .contact-panel span:hover svg {
    animation: rotate 1s ease-in-out;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {.reach-usYLsj .contact-panel h4 {
    margin-bottom: 20px;
    width: 100%;
}.reach-usYLsj {
    padding: 70px 0;
}.reach-usYLsj .connect-section {
    padding: 30px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}.reach-usYLsj h3 {
    font-size: calc(32px - 2px);
}.reach-usYLsj .connect-section > span svg {
    width: 22px;
    height: 22px;
}
}

@media (max-width: 767px) {.reach-usYLsj {
    padding: 60px 0;
}.reach-usYLsj .connect-section {
    gap: 20px;
    grid-template-columns: 1fr;
    padding: 25px;
}.reach-usYLsj h3 {
    font-size: calc(32px - 4px);
}.reach-usYLsj .edu-input {
    margin-bottom: 35px;
}.reach-usYLsj .contact-panel span {
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 6px 12px;
}.reach-usYLsj .connect-section > span svg {
    width: 20px;
    height: 20px;
}.reach-usYLsj .contact-panel svg {
    height: 16px;
    width: 16px;
}
}

@media (max-width: 479px) {.reach-usYLsj {
    padding: 50px 0;
}.reach-usYLsj .connect-section {
    padding: 20px;
    gap: 15px;
}.reach-usYLsj h3 {
    font-size: calc(32px - 6px);
}.reach-usYLsj .edu-input {
    margin-bottom: 30px;
    font-size: calc(17px - 1px);
}.reach-usYLsj .connect-section > span {
    padding-left: 25px;
}.reach-usYLsj .connect-section > span::before {
    width: 15px;
}.reach-usYLsj .contact-panel {
    padding-top: 20px;
}.reach-usYLsj .contact-panel h4 {
    margin-bottom: 15px;
    font-size: calc(23px - 2px);
}.reach-usYLsj .contact-panel span {
    padding: 5px 10px;
    font-size: calc(17px - 1px);
    margin-right: 5px;
    margin-bottom: 5px;
}.reach-usYLsj .connect-section > span svg {
    height: 18px;
    width: 18px;
}.reach-usYLsj .contact-panel svg {
    height: 14px;
    width: 14px;
}
}

@media (hover: none) {.reach-usYLsj .connect-section > span:hover {
    transform: none;
}.reach-usYLsj .contact-panel span:hover {
    transform: none;
    background-color: rgb(224,223,220);
}.reach-usYLsj .connect-section > span a:hover {
    color: rgb(178,175,159);
}.reach-usYLsj .connect-section > span a:hover::after {
    width: 0;
}.reach-usYLsj .connect-section > span:hover svg {
    transform: none;
}.reach-usYLsj .connect-section > span:hover svg path {
    animation: none;
    stroke-dasharray: none;
}.reach-usYLsj .contact-panel span:hover svg {
    animation: none;
}}.pricing-options {
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(224,223,220) 0%, rgb(116,170,129,0.5) 100%);
    position: relative;
}.pricing-options::before {
    position: absolute;
    left: 0;
    height: 100%;
    pointer-events: none;
    content: "";
    background: repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(rgb(178,175,159), 0.03) 40px, rgba(rgb(178,175,159), 0.03) 80px);
    top: 0;
    width: 100%;
    z-index: 1;
}.pricing-options .container {
    z-index: 2;
    position: relative;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 1.5rem;
}.pricing-options .rate-card {
    display: flex;
    gap: 2.5rem;
    flex-direction: column-reverse;
}.pricing-options .learn-deals {
    position: relative;
    margin: 0 auto;
    max-width: 600px;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 3;
    background: rgba(#ffffff, 0.9);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    transform: translateY(0);
}.pricing-options .learn-deals:hover {
    transform: translateY(-5px);
}.pricing-options .learn-deals h2 {
    margin-bottom: 1rem;
    color: #000000;
    font-size: 35px;
    line-height: 1.3;
    position: relative;
    font-weight: 700;
}.pricing-options .learn-deals h2::after {
    height: 3px;
    content: "";
    transform: scaleX(1);
    position: absolute;
    width: 80px;
    transform-origin: left;
    background: rgb(178,175,159);
    left: 0;
    bottom: -10px;
    transition: transform 0.5s ease;
}.pricing-options .learn-deals:hover h2::after {
    transform: scaleX(1.5);
}.pricing-options .training-fees {
    word-break: break-word;
    color: #000000;
    margin-top: 1.5rem;
    line-height: 1.6;
    overflow-wrap: break-word;
    max-width: 100%;
    font-size: 15px;
}.pricing-options .package-price {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    position: relative;
}.pricing-options .skill-offers {
    height: 100%;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
}.pricing-options .skill-offers:hover {
    transform: translateY(-8px);
}.pricing-options .fee-choices {
    position: relative;
    transition: box-shadow 0.4s ease;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    flex-direction: column;
    display: flex;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}.pricing-options .skill-offers:hover .fee-choices {
    box-shadow: 0 15px 35px rgba(rgb(178,175,159,0.5), 0.15);
}.pricing-options .discount-plan {
    padding: 2rem;
    min-height: 280px;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}.pricing-options .discount-plan h3 {
    line-height: 1.3;
    margin-bottom: 1rem;
    font-size: calc(20px + 0.1rem);
    color: #000000;
    position: relative;
    font-weight: 600;
}.pricing-options .price-choices {
    margin: 0.5rem 0 1.25rem;
    display: block;
    font-size: calc(20px + 0.3rem);
    color: rgb(178,175,159);
    position: relative;
    font-weight: 700;
}.pricing-options .price-choices::before {
    left: 0;
    bottom: -10px;
    width: 40px;
    position: absolute;
    background: rgb(116,170,129);
    height: 2px;
    content: "";
}.pricing-options .discount-plan p {
    margin-top: 1.5rem;
    word-break: break-word;
    color: #000000;
    line-height: 1.6;
    overflow-wrap: break-word;
    font-size: 15px;
    flex-grow: 1;
}.pricing-options .img-border-box {
    height: 220px;
    transition: transform 0.6s ease-out;
    position: relative;
    width: 100%;
    transform: scale(1);
}.pricing-options .img-border-box::after {
    top: 0;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
}.pricing-options .skill-offers:hover .img-border-box {
    transform: scale(1.05);
}

@media (min-width: 768px) {.pricing-options .package-price {
    grid-template-columns: repeat(2, 1fr);
}.pricing-options .learn-deals {
    padding: 3rem;
}
}

@media (min-width: 992px) {.pricing-options .rate-card {
    gap: 3rem;
    align-items: center;
    flex-direction: row;
}.pricing-options .learn-deals {
    width: 35%;
    margin: 0;
}.pricing-options .package-price {
    width: 65%;
}
}

@media (min-width: 1200px) {.pricing-options .package-price {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.pricing-options .discount-plan {
    padding: 2.5rem;
}.pricing-options .learn-deals h2 {
    font-size: calc(35px + 0.2rem);
}.pricing-options .img-border-box {
    height: 250px;
}
}

@media (max-width: 767px) {.pricing-options {
    padding: 4rem 0;
}.pricing-options .discount-plan {
    min-height: 240px;
    padding: 1.5rem;
}.pricing-options .img-border-box {
    height: 180px;
}.pricing-options .learn-deals {
    padding: 1.5rem;
}.pricing-options .learn-deals h2 {
    font-size: calc(35px - 0.2rem);
}.pricing-options .training-fees {
    font-size: calc(15px - 0.1rem);
}}.experience-trial {
    overflow: hidden;
    padding: 80px 0;
    background: linear-gradient(135deg, #000000 0%, rgb(178,175,159) 100%);
    position: relative;
}.experience-trial::before {
    left: 0;
    width: 100%;
    content: '';
    position: absolute;
    opacity: 0.1;
    background: repeating-linear-gradient(
        45deg,
        rgb(178,175,159,0.5),
        rgb(178,175,159,0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    top: 0;
    height: 100%;
    z-index: 1;
}.experience-trial::after {
    width: 200%;
    left: -50%;
    content: '';
    position: absolute;
    opacity: 0.05;
    animation: pulse 15s infinite alternate;
    top: -50%;
    z-index: 0;
    background: radial-gradient(
        circle,
        rgb(116,170,129) 0%,
        transparent 70%
    );
    height: 200%;
}.experience-trial .learn-growth {
    flex-direction: column;
    padding: 0 20px;
    align-items: center;
    display: flex;
    position: relative;
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
    z-index: 2;
    justify-content: center;
}.experience-trial h3 {
    transition: transform 0.5s ease;
    font-weight: 700;
    position: relative;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 36px;
    font-family: Arial, sans-serif;
    margin-bottom: 40px;
    transform: translateY(0);
    letter-spacing: 1px;
}.experience-trial h3::after {
    border-radius: 10px;
    position: absolute;
    width: 80px;
    box-shadow: 0 0 15px rgb(116,170,129);
    background: rgb(116,170,129);
    height: 4px;
    content: '';
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
}.experience-trial .get-connected {
    border: 2px solid transparent;
    transition: all 0.4s ease;
    letter-spacing: 2px;
    padding: 16px 40px;
    text-decoration: none;
    display: inline-block;
    color: #ffffff;
    border-radius: 16px;
    font-weight: 600;
    overflow: hidden;
    text-transform: uppercase;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    font-size: 20px;
    z-index: 2;
    position: relative;
    background: rgb(116,170,129);
}.experience-trial .get-connected::before {
    height: 100%;
    position: absolute;
    left: -100%;
    transition: all 0.6s ease;
    content: '';
    width: 100%;
    top: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
}.experience-trial .get-connected:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    background: transparent;
    border-color: rgb(116,170,129);
    transform: translateY(-5px);
}.experience-trial .get-connected:hover::before {
    left: 100%;
}.experience-trial .learn-growth::before {
    content: '';
    opacity: 0.1;
    z-index: -1;
    left: -100px;
    height: calc(100% + 200px);
    position: absolute;
    top: -100px;
    background-image: 
        linear-gradient(to right, rgb(178,175,159,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(178,175,159,0.5) 1px, transparent 1px);
    width: calc(100% + 200px);
    background-size: 30px 30px;
}.experience-trial .learn-growth::after {
    animation: rotate 20s linear infinite;
    border-radius: 50%;
    content: '';
    width: 200px;
    bottom: -100px;
    position: absolute;
    height: 200px;
    opacity: 0.2;
    border: 2px solid rgb(116,170,129,0.5);
    right: -50px;
}

@media screen and (max-width: 992px) {.experience-trial {
    padding: 60px 0;
}.experience-trial h3 {
    font-size: calc(36px * 0.9);
    margin-bottom: 30px;
}.experience-trial .learn-growth::after {
    height: 150px;
    right: -30px;
    width: 150px;
    bottom: -70px;
}
}

@media screen and (max-width: 768px) {.experience-trial {
    padding: 50px 0;
}.experience-trial h3 {
    font-size: calc(36px * 0.8);
    margin-bottom: 25px;
}.experience-trial .get-connected {
    padding: 14px 30px;
}.experience-trial .learn-growth::after {
    bottom: -50px;
    width: 100px;
    right: -20px;
    height: 100px;
}
}

@media screen and (max-width: 576px) {.experience-trial {
    padding: 40px 0;
}.experience-trial h3 {
    font-size: calc(36px * 0.7);
    margin-bottom: 20px;
}.experience-trial .get-connected {
    padding: 12px 25px;
    font-size: calc(20px * 0.9);
}.experience-trial h3::after {
    width: 60px;
    height: 3px;
    bottom: -10px;
}}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.05;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.1;
    }
    100% {
        transform: scale(1);
        opacity: 0.05;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}.landing-page {
    background: linear-gradient(135deg, rgb(224,223,220) 0%, rgb(178,175,159,0.5) 100%);
    overflow: hidden;
    padding: 2rem;
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    position: relative;
}.landing-page::before {
    bottom: 0;
    z-index: 1;
    opacity: 0.07;
    background-position: 0 0, 0 0;
    top: 0;
    position: absolute;
    right: 0;
    background-size: 100% 100%, 60px 60px;
    content: "";
    left: 0;
    background: 
    radial-gradient(circle at 10% 20%, transparent 0%, rgb(116,170,129,0.5) 70%),
    linear-gradient(45deg, transparent 48%, rgb(178,175,159,0.5) 49%, rgb(178,175,159,0.5) 51%, transparent 52%) rgb(224,223,220);
}.landing-page::after {
    background: rgb(116,170,129);
    top: -10%;
    right: -5%;
    z-index: 0;
    transform: rotate(-12deg) skewX(-15deg);
    position: absolute;
    content: "";
    width: 45%;
    height: 70%;
    opacity: 0.08;
}.landing-page .main-hero {
    grid-template-columns: 1fr;
    max-width: 1200px;
    gap: 3rem;
    z-index: 5;
    position: relative;
    width: 100%;
    display: grid;
    transform: translateY(-2%);
}.landing-page .main-hero > div:first-child {
    position: relative;
    animation-delay: 0.3s;
    opacity: 0;
    animation: slideInLeft 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform: translateX(-5%);
}.landing-page .main-hero > div:last-child {
    position: relative;
    animation-delay: 0.6s;
    animation: slideInRight 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    opacity: 0;
    transform: translateX(5%);
}.landing-page h3 {
    line-height: 1.5;
    background: linear-gradient(to right, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    box-shadow: 0 6px 15px -5px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    color: #000000;
    transform: perspective(1000px) rotateY(-2deg);
    border-left: 4px solid rgb(178,175,159);
    font-size: calc(24px * 1.1);
    padding-left: 1.5rem;
    font-weight: 600;
    max-width: 90%;
    margin-bottom: 1.5rem;
}.landing-page .class-sessions {
    z-index: 10;
    padding: 2rem;
    position: relative;
}.landing-page .class-sessions::before {
    z-index: 2;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(178,175,159) 0%, rgb(116,170,129) 100%);
    height: 6px;
    top: -1px;
    right: -1px;
    transform: scaleX(0.97);
    position: absolute;
    animation-delay: 1s;
    animation: expandWidth 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    left: -1px;
    content: "";
}.landing-page h1 {
    transition: transform 0.5s ease;
    font-weight: 700;
    color: #000000;
    position: relative;
    line-height: 1.2;
    font-size: 40px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(0deg);
    margin-bottom: 2rem;
}.landing-page h1::after {
    background: rgb(178,175,159);
    transform-origin: left;
    animation-delay: 0.8s;
    content: "";
    height: 3px;
    width: 80px;
    left: 0;
    bottom: -0.5rem;
    animation: expandWidth 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    position: absolute;
    transform: scaleX(0);
}.landing-page .class-sessions div {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    margin-top: 1.5rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(2deg);
    position: relative;
    padding: 2.5rem;
    border-radius: 10px;
    overflow: hidden;
}.landing-page .class-sessions div::before {
    top: 0;
    left: 0;
    right: 0;
    mix-blend-mode: multiply;
    background: linear-gradient(135deg, rgb(178,175,159,0.5) 0%, transparent 100%);
    content: "";
    bottom: 0;
    z-index: 1;
    position: absolute;
    opacity: 0.7;
}.landing-page .class-sessions div:hover {
    transform: perspective(1000px) rotateY(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}.landing-page .class-sessions div p {
    color: #ffffff;
    position: relative;
    font-size: calc(12px * 1.2);
    line-height: 1.6;
    max-width: 90%;
    z-index: 2;
    margin: 0;
    font-weight: 600;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

@keyframes slideInLeft {
  from {
    transform: translateX(-5%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInRight {
  from {
    transform: translateX(5%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

@media screen and (min-width: 768px) {.landing-page {
    padding: 3rem;
}.landing-page .main-hero {
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
}.landing-page h1 {
    font-size: calc(40px * 1.2);
}.landing-page h3 {
    font-size: calc(24px * 1.2);
    max-width: 85%;
}.landing-page .class-sessions div p {
    font-size: calc(12px * 1.3);
}
}

@media screen and (min-width: 992px) {.landing-page {
    padding: 0;
}.landing-page .main-hero {
    gap: 0;
    grid-template-columns: 45% 55%;
}.landing-page .main-hero > div:first-child {
    padding-right: 2rem;
    align-items: center;
    display: flex;
}.landing-page h3 {
    transform: perspective(1000px) rotateY(-3deg);
    padding: 2rem;
}.landing-page .class-sessions {
    padding: 3rem 2rem;
}.landing-page h1 {
    font-size: calc(40px * 1.3);
    margin-bottom: 2.5rem;
}.landing-page .class-sessions div {
    transform: perspective(1000px) rotateY(3deg);
    padding: 3rem;
    margin-top: 2rem;
}.landing-page .class-sessions div p {
    max-width: 80%;
}
}

@media screen and (min-width: 1200px) {.landing-page .main-hero {
    max-width: 1400px;
}.landing-page h1 {
    font-size: calc(40px * 1.4);
}.landing-page h3 {
    font-size: calc(24px * 1.3);
    max-width: 90%;
}.landing-page .class-sessions div {
    padding: 4rem 3rem;
}.landing-page .class-sessions div:hover ~ h1 {
    transform: perspective(1000px) rotateX(2deg);
}
}

@media (hover: hover) {.landing-page .class-sessions div {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}.landing-page .class-sessions div:hover {
    transform: perspective(1000px) rotateY(0) translateY(-5px);
}
}

@media (max-width: 767px) {.landing-page {
    padding: 2rem 1rem;
}.landing-page h3 {
    max-width: 100%;
    font-size: 24px;
    padding: 1rem 1rem 1rem 1.2rem;
}.landing-page h1 {
    font-size: calc(40px * 0.9);
}.landing-page .class-sessions {
    padding: 1rem 0.5rem;
}.landing-page .class-sessions div {
    transform: perspective(1000px) rotateY(0);
    padding: 2rem 1.5rem;
}.landing-page .class-sessions div p {
    max-width: 100%;
    font-size: 12px;
}}footer {
    position: relative;
    width: 100%;
}footer .copy-notice {
    z-index: 1;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, #000000 0%, rgb(178,175,159) 100%);
    padding: 80px 0 30px;
    position: relative;
}footer .copy-notice::before {
    opacity: 0.05;
    width: 100%;
    z-index: -1;
    top: 0;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    left: 0;
    height: 100%;
    content: '';
}footer .copy-notice::after {
    height: 3px;
    top: 0;
    background: linear-gradient(90deg, 
        rgb(178,175,159) 0%, 
        rgb(116,170,129) 50%, 
        rgb(178,175,159) 100%);
    width: 100%;
    position: absolute;
    animation: glowBorder 3s infinite linear;
    left: 0;
    content: '';
}@keyframes glowBorder {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

footer .copy-notice .container {
    position: relative;
    z-index: 2;
}footer .podcast-cta {
    grid-template-columns: 1fr;
    gap: 40px;
    display: grid;
}footer .ask-feedback {
    padding-bottom: 30px;
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 30px;
    justify-content: space-between;
}footer .ask-feedback::after {
    bottom: 0;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(116,170,129,0.5) 50%, 
        transparent 100%);
    content: '';
    position: absolute;
    height: 1px;
    left: 0;
    width: 100%;
}footer .info_item {
    transition: all 0.3s ease;
    flex: 1;
    border-radius: 10px;
    margin-bottom: 15px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.03);
    padding: 15px;
    min-width: 200px;
    backdrop-filter: blur(5px);
    transform: translateY(0);
}footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.05);
}footer .info_item p,
footer .info_item a {
    font-family: Arial, sans-serif;
    font-size: 18px;
    transition: color 0.3s ease;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    display: flex;
    font-weight: 400;
    text-decoration: none;
}footer .info_item svg {
    fill: rgb(116,170,129);
    transition: transform 0.3s ease;
    width: 20px;
    flex-shrink: 0;
    height: 20px;
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item:hover a,
footer .info_item:hover p {
    color: rgb(116,170,129);
}footer .text_main_holder {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 40px;
}footer .main-header {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}footer .main-header svg {
    height: auto;
    filter: drop-shadow(0 0 5px rgb(178,175,159,0.5));
    max-width: 160px;
}footer .challenge-cta {
    font-size: 14px;
    color: #ffffff;
    font-weight: 300;
    opacity: 0.7;
    line-height: 1.5;
    max-width: 300px;
}footer .top-core {
    flex-direction: column;
    gap: 20px;
    display: flex;
}footer .top-core h5 {
    font-weight: 700;
    font-size: 22px;
    padding-bottom: 15px;
    color: #ffffff;
    margin-bottom: 5px;
    position: relative;
}footer .top-core h5::after {
    width: 50px;
    content: '';
    border-radius: 10px;
    background: rgb(116,170,129);
    height: 3px;
    bottom: 0;
    position: absolute;
    left: 0;
}footer .header-nav {
    gap: 15px;
    margin-bottom: 20px;
    flex-direction: column;
    display: flex;
}footer .header-nav a {
    font-size: 18px;
    padding-left: 15px;
    text-decoration: none;
    color: #ffffff;
    opacity: 0.8;
    position: relative;
    transition: all 0.3s ease;
}footer .header-nav a::before {
    opacity: 0.7;
    transform: translateY(-50%);
    top: 50%;
    border-radius: 50%;
    transition: all 0.3s ease;
    width: 6px;
    position: absolute;
    background: rgb(116,170,129);
    height: 6px;
    content: '';
    left: 0;
}footer .header-nav a:hover {
    opacity: 1;
    transform: translateX(5px);
    color: rgb(116,170,129);
}footer .header-nav a:hover::before {
    width: 8px;
    opacity: 1;
    box-shadow: 0 0 10px rgb(116,170,129);
    height: 8px;
}footer .subscribe_holder {
    transform: perspective(1000px) rotateY(-5deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 25px;
    gap: 15px;
    transition: all 0.5s ease;
    background: rgba(0, 0, 0, 0.2);
    flex-direction: column;
    border-radius: 17px;
    display: flex;
}footer .subscribe_holder:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}footer .subscribe_holder h5 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #ffffff;
}footer .subscribe_holder p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #ffffff;
    opacity: 0.8;
    line-height: 1.6;
}footer .input_holder {
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 15px;
}footer .input_holder input[type="email"] {
    outline: none;
    font-size: 18px;
    padding: 14px 15px;
    border-radius: 10px;
    color: #ffffff;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.2);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(116,170,129);
    box-shadow: 0 0 15px rgb(116,170,129,0.5);
}footer .sub-solution {
    border: none;
    border-radius: 10px;
    background: linear-gradient(45deg, rgb(116,170,129) 0%, rgb(178,175,159) 100%);
    padding: 12px 24px;
    letter-spacing: 1px;
    color: #ffffff;
    position: relative;
    font-size: 15px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.3s ease;
    overflow: hidden;
}footer .sub-solution::before {
    content: '';
    width: 100%;
    position: absolute;
    left: -100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
    transition: 0.6s;
    top: 0;
    height: 100%;
}footer .sub-solution:hover::before {
    left: 100%;
}footer .sub-solution:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}footer .med-guides {
    text-align: center;
    padding-top: 30px;
    position: relative;
}footer .med-guides::before {
    top: 0;
    height: 1px;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(116,170,129,0.5) 50%, 
        transparent 100%);
    left: 0;
    content: '';
}footer .milestone-cta {
    color: #ffffff;
    opacity: 0.7;
    font-weight: 300;
    font-size: 15px;
}

@media (max-width: 992px) {footer .copy-notice {
    padding: 60px 0 30px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}footer .subscribe_holder {
    transform: perspective(1000px) rotateY(0deg);
    grid-column: span 2;
}footer .ask-feedback {
    gap: 20px;
}footer .info_item {
    min-width: 180px;
}
}

@media (max-width: 768px) {footer .copy-notice {
    padding: 50px 0 30px;
}footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 40px;
}footer .subscribe_holder {
    grid-column: span 1;
}footer .top-core {
    gap: 15px;
}footer .ask-feedback {
    gap: 15px;
    flex-direction: column;
}footer .info_item {
    margin-bottom: 0;
    width: 100%;
}footer .input_holder {
    flex-direction: column;
}footer .sub-solution {
    width: 100%;
}
}

@media (max-width: 576px) {footer .copy-notice {
    padding: 40px 0 30px;
}footer .main-header {
    text-align: center;
    margin: 0 auto;
    align-items: center;
}footer .challenge-cta {
    text-align: center;
    margin: 0 auto;
}footer .top-core h5 {
    text-align: center;
}footer .top-core h5::after {
    transform: translateX(-50%);
    left: 50%;
}footer .header-nav {
    align-items: center;
}footer .header-nav a {
    text-align: center;
}footer .subscribe_holder {
    text-align: center;
    padding: 20px;
}footer .subscribe_holder h5,
    footer .subscribe_holder p {
    text-align: center;
}}.our-story {
    padding: 120px 0 140px;
    position: relative;
    color: #ffffff;
    overflow: hidden;
}.our-story::before {
    bottom: 0;
    content: "";
    right: 0;
    top: 0;
    background: linear-gradient(135deg, rgba(12, 19, 35, 0.92), rgba(28, 35, 61, 0.85));
    position: absolute;
    z-index: 1;
    left: 0;
}.our-story::after {
    top: -10%;
    height: 70%;
    position: absolute;
    z-index: 0;
    right: -10%;
    filter: blur(70px);
    content: "";
    animation: floatGradient 15s ease-in-out infinite alternate;
    width: 80%;
    background: linear-gradient(45deg, rgb(178,175,159,0.5), rgb(116,170,129,0.5));
    transform: rotate(-15deg);
}.our-story .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
}.our-story h2 {
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 45px;
    display: inline-block;
    position: relative;
    transform: translateX(-10px);
}.our-story h2::before {
    left: -20px;
    height: 60%;
    width: 4px;
    content: "";
    transform: translateY(-50%);
    background: rgb(116,170,129);
    position: absolute;
    top: 50%;
}.our-story h2::after {
    bottom: -12px;
    background: linear-gradient(90deg, rgb(116,170,129), transparent);
    width: 100px;
    height: 2px;
    position: absolute;
    left: 0;
    content: "";
}.our-story .article-wrap {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    grid-template-columns: 1fr;
    transform: translateY(0);
    backdrop-filter: blur(5px);
    gap: 30px;
    display: grid;
    padding: 40px;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
}.our-story .article-wrap:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}.our-story .article-wrap::before {
    background: linear-gradient(45deg, transparent, rgb(116,170,129,0.5), transparent);
    top: -2px;
    left: -2px;
    position: absolute;
    z-index: -1;
    right: -2px;
    opacity: 0;
    content: "";
    bottom: -2px;
    filter: blur(8px);
    transition: opacity 0.6s ease;
}.our-story .article-wrap:hover::before {
    opacity: 1;
}.our-story .article-wrap > div {
    position: relative;
}.our-story .article-wrap p {
    color: rgb(116,170,129);
    margin-bottom: 20px;
    font-size: calc(24px * 1.2);
    font-weight: 600;
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
}.our-story .article-wrap p::after {
    left: 0;
    width: 40px;
    transition: width 0.3s ease;
    height: 2px;
    content: "";
    background: rgb(116,170,129);
    bottom: -6px;
    position: absolute;
}.our-story .article-wrap:hover p::after {
    width: 100%;
}.our-story .article-wrap div > div {
    position: relative;
    hyphens: auto;
    text-align: justify;
    column-gap: 40px;
    line-height: 1.8;
    column-count: 1;
    font-size: 15px;
    opacity: 0.9;
}.our-story .article-wrap div > div::first-letter {
    float: left;
    color: rgb(116,170,129);
    font-weight: 700;
    line-height: 0.8;
    margin-right: 8px;
    font-size: 3.5em;
}

@keyframes floatGradient {
    0% {
        transform: rotate(-15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-12deg) translate(-20px, 20px);
    }
    100% {
        transform: rotate(-18deg) translate(20px, -10px);
    }
}

@media (min-width: 768px) {.our-story {
    padding: 150px 0 180px;
}.our-story h2 {
    font-size: calc(45px * 1.2);
    margin-bottom: 70px;
}.our-story .article-wrap {
    grid-template-columns: 1fr;
    padding: 60px;
}.our-story .article-wrap div > div {
    column-count: 2;
}
}

@media (min-width: 992px) {.our-story {
    padding: 180px 0 200px;
}.our-story h2 {
    transform: translateX(-20px);
}.our-story .article-wrap {
    padding: 70px;
}.our-story .article-wrap div > div {
    column-count: 2;
}
}

@media (max-width: 767px) {.our-story {
    padding: 80px 0 100px;
}.our-story h2 {
    font-size: calc(31px * 1.1);
    margin-bottom: 40px;
}.our-story .article-wrap {
    padding: 30px;
}.our-story .article-wrap p {
    font-size: 24px;
}.our-story .article-wrap div > div::first-letter {
    font-size: 2.5em;
}
}

@media (max-width: 480px) {.our-story {
    padding: 60px 0 80px;
}.our-story .article-wrap {
    padding: 25px 20px;
}.our-story h2 {
    margin-bottom: 30px;
    font-size: 31px;
}.our-story .article-wrap div > div {
    font-size: calc(15px - 1px);
    line-height: 1.6;
}
}