﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.container {
    max-width: 100%;
    width: 1269px;
    margin: auto;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    height: 30px;
    width: 30px;
}.proposal_cta_82 {
    flex: 0 0 auto;
}html,body {
    min-height: 100%;
    auto
contain;
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
}.header_base_70 {
    flex: 1 0 auto;
}.wrapper-section_93 {
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    display: flex;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course_suitability_37 {
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(120deg, rgb(220,235,215) 0%, rgb(185,208,177,0.5) 100%);
    overflow: hidden;
}.course_suitability_37::before {
    transform: translate(-50%, -50%);
    z-index: 1;
    height: 150%;
    pointer-events: none;
    left: 50%;
    width: 150%;
    position: absolute;
    animation: rotateRings 60s linear infinite;
    top: 50%;
    content: '';
    background: radial-gradient(
        ellipse at center,
        transparent 0%,
        transparent 30%,
        rgba(rgb(150,173,136,0.5), 0.1) 31%,
        rgba(rgb(150,173,136,0.5), 0.1) 32%,
        transparent 33%,
        transparent 40%,
        rgba(rgb(150,173,136,0.5), 0.05) 41%,
        rgba(rgb(150,173,136,0.5), 0.05) 42%,
        transparent 43%,
        transparent 50%,
        rgba(rgb(185,208,177,0.5), 0.07) 51%,
        rgba(rgb(185,208,177,0.5), 0.07) 52%,
        transparent 53%,
        transparent 70%,
        rgba(rgb(185,208,177,0.5), 0.05) 71%,
        rgba(rgb(185,208,177,0.5), 0.05) 72%,
        transparent 73%
    );
}.course_suitability_37::after {
    background: radial-gradient(
        circle at 70% 80%,
        rgb(185,208,177,0.5) 0%,
        transparent 50%
    );
    z-index: 1;
    width: 100%;
    position: absolute;
    opacity: 0.3;
    left: 0;
    height: 100%;
    content: '';
    top: 0;
}.course_suitability_37 .how_grow_30 {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 0 2rem;
}.course_suitability_37 h3 {
    font-weight: 700;
    margin-bottom: 3.5rem;
    position: relative;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-size: 35px;
}.course_suitability_37 h3::after {
    content: '';
    bottom: -15px;
    height: 3px;
    border-radius: 50px;
    background: rgb(185,208,177);
    box-shadow: 0 0 15px rgb(185,208,177);
    transform: translateX(-50%);
    width: 120px;
    position: absolute;
    left: 50%;
}.course_suitability_37 ul {
    list-style-type: none;
    display: grid;
    padding: 0;
    margin: 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.course_suitability_37 li {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.12);
    border-radius: 50px;
    align-items: center;
    display: flex;
    padding: 1.8rem 2rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
}.course_suitability_37 li::before {
    pointer-events: none;
    left: 0;
    height: 100%;
    content: '';
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 100%
    );
    top: 0;
    width: 100%;
    position: absolute;
}.course_suitability_37 li::after {
    pointer-events: none;
    content: '';
    opacity: 0;
    transition: all 0.5s ease;
    top: -50%;
    height: 200%;
    background: radial-gradient(
        circle at center,
        rgba(rgb(150,173,136,0.5), 0.3) 0%,
        transparent 70%
    );
    left: -50%;
    width: 200%;
    transform: scale(0.5);
    position: absolute;
}.course_suitability_37 li:hover {
    border-color: rgb(185,208,177,0.5);
    background-color: rgba(255, 255, 255, 0.18);
    transform: translateY(-5px);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.1),
        0 0 20px rgb(185,208,177,0.5);
}.course_suitability_37 li:hover::after {
    opacity: 0.5;
    transform: scale(1);
}.course_suitability_37 li svg {
    height: 40px;
    transition: all 0.4s ease;
    filter: drop-shadow(0 0 5px rgb(150,173,136,0.5));
    margin-right: 1.5rem;
    flex-shrink: 0;
    fill: rgb(150,173,136);
    width: 40px;
    transform-origin: center;
}.course_suitability_37 li:hover svg {
    transform: rotate(15deg);
    filter: drop-shadow(0 0 8px rgb(185,208,177));
    fill: rgb(185,208,177);
}.course_suitability_37 li svg path {
    transition: all 0.4s ease;
}.course_suitability_37 li:hover svg path {
    fill: rgb(185,208,177);
}.course_suitability_37 li {
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0.3px;
    line-height: 1.5;
    font-size: 15px;
}

@keyframes rotateRings {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {.course_suitability_37 {
    padding: 4rem 0;
}.course_suitability_37 ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.course_suitability_37 h3 {
    font-size: calc(35px * 0.9);
}.course_suitability_37 li {
    padding: 1.5rem 1.8rem;
}
}

@media (max-width: 767px) {.course_suitability_37 {
    padding: 3rem 0;
}.course_suitability_37 h3 {
    margin-bottom: 2.5rem;
    font-size: calc(35px * 0.8);
}.course_suitability_37 h3::after {
    width: 100px;
}.course_suitability_37 li {
    padding: 1.2rem 1.5rem;
    border-radius: 25px;
}.course_suitability_37 li svg {
    width: 35px;
    margin-right: 1rem;
    height: 35px;
}}.who_we_are_50 {
    overflow: hidden;
    background: rgb(220,235,215);
    padding: 140px 0 120px;
    position: relative;
}.who_we_are_50::before {
    content: "";
    z-index: 1;
    top: 0;
    left: 0;
    animation: gradientFlow 25s infinite alternate;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(125deg, rgb(185,208,177,0.5) 0%, transparent 40%, rgb(150,173,136,0.5) 80%, rgb(185,208,177,0.5) 100%);
    opacity: 0.15;
}@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.who_we_are_50::after {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    background: radial-gradient(ellipse at 30% 20%, rgb(185,208,177,0.5) 0%, transparent 60%),
                radial-gradient(ellipse at 70% 80%, rgb(150,173,136,0.5) 0%, transparent 60%);
    z-index: 1;
    content: "";
    animation: pulseBackground 15s infinite alternate;
    opacity: 0.15;
    left: 0;
    filter: blur(50px);
}@keyframes pulseBackground {
    0% {
        opacity: 0.1;
        filter: blur(50px);
    }
    50% {
        opacity: 0.15;
        filter: blur(70px);
    }
    100% {
        opacity: 0.1;
        filter: blur(50px);
    }
}

.who_we_are_50 .container {
    z-index: 2;
    position: relative;
}.who_we_are_50 .how_grow_30 {
    position: relative;
    max-width: 100vw;
}.who_we_are_50 h3 {
    padding-left: 30px;
    transform: translateY(-100%) translateY(-30px);
    font-size: 30px;
    color: #000000;
    position: absolute;
    letter-spacing: 1px;
    margin: 0;
    top: 0;
    left: 0;
    border-left: 4px solid rgb(185,208,177);
    font-weight: 700;
}.who_we_are_50 .knowledge_study_21 {
    width: 115%;
    margin-bottom: 100px;
    gap: 20px;
    grid-template-columns: 1.6fr 1.4fr;
    padding-top: 20px;
    display: grid;
    position: relative;
    margin-left: -15%;
}.who_we_are_50 .knowledge_study_21 span {
    color: #ffffff;
    right: 10%;
    z-index: 10;
    padding: 10px 30px;
    font-size: 24px;
    top: -15px;
    background: rgb(185,208,177);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    position: absolute;
    font-weight: 600;
    border-radius: 0 10px 10px 0;
    transform: skewX(-15deg);
}.who_we_are_50 .knowledge_study_21 span::before {
    transform: skewX(15deg);
    z-index: -1;
    top: 0;
    position: absolute;
    left: -15px;
    content: "";
    background: rgb(185,208,177);
    height: 100%;
    width: 15px;
}.who_we_are_50 .knowledge_study_21 p {
    z-index: 5;
    align-self: center;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.05);
    border-radius: 29px;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    color: #000000;
    line-height: 1.8;
    padding: 40px;
    transform: translateX(-30px);
    font-size: 18px;
    width: 110%;
}.who_we_are_50 .knowledge_study_21 .main_photo_87 {
    border-radius: 0 29px 29px 0;
    z-index: 3;
    overflow: hidden;
    grid-row: 1 / 2;
    height: 500px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    grid-column: 1 / 2;
}.who_we_are_50 .knowledge_study_21 .main_photo_87::before {
    top: 0;
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3), transparent);
    height: 100%;
    z-index: 2;
    width: 100%;
}.who_we_are_50 .study_tracks_62 {
    width: 115%;
    gap: 20px;
    margin-left: auto;
    margin-right: -15%;
    grid-template-columns: 1.4fr 1.6fr;
    display: grid;
    position: relative;
}.who_we_are_50 .study_tracks_62::before {
    content: "";
    width: 40%;
    background: linear-gradient(to right, rgb(185,208,177,0.5), rgb(150,173,136,0.5), transparent);
    height: 1px;
    left: 30%;
    top: -50px;
    position: absolute;
}.who_we_are_50 .study_tracks_62 p {
    color: #000000;
    grid-column: 1 / 2;
    width: 110%;
    padding: 40px;
    font-size: 18px;
    backdrop-filter: blur(10px);
    line-height: 1.8;
    transform: translateX(30px);
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.05);
    align-self: center;
    border-radius: 29px;
    grid-row: 1 / 2;
    z-index: 5;
}.who_we_are_50 .study_tracks_62 .expert_track_48 {
    height: 500px;
    position: relative;
    z-index: 3;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    border-radius: 29px 0 0 29px;
}.who_we_are_50 .study_tracks_62 .expert_track_48::before {
    z-index: 2;
    left: 0;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.3), transparent);
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
}.who_we_are_50 .knowledge_study_21::after,
.who_we_are_50 .study_tracks_62::after {
    position: absolute;
    z-index: 1;
    content: "";
    opacity: 0.15;
    filter: blur(80px);
    animation: pulseOpacity 8s infinite alternate;
    height: 200px;
    width: 200px;
    border-radius: 50%;
}@keyframes pulseOpacity {
    0% {
        opacity: 0.15;
        transform: scale(1);
    }
    100% {
        opacity: 0.2;
        transform: scale(1.1);
    }
}

.who_we_are_50 .knowledge_study_21::after {
    background: rgb(185,208,177);
    right: 10%;
    bottom: -100px;
}.who_we_are_50 .study_tracks_62::after {
    top: -100px;
    background: rgb(150,173,136);
    left: 10%;
}.who_we_are_50 .knowledge_study_21::before,
.who_we_are_50 .study_tracks_62::before {
    position: absolute;
    height: 1px;
    animation: widthPulse 6s infinite alternate;
    content: "";
    width: 300px;
    background: linear-gradient(to right, transparent, rgb(185,208,177,0.5) 50%, transparent);
}@keyframes widthPulse {
    0% {
        width: 200px;
    }
    100% {
        width: 300px;
    }
}

.who_we_are_50 .knowledge_study_21::before {
    top: -20px;
    left: 20%;
}.who_we_are_50 .study_tracks_62::before {
    right: 20%;
    bottom: -20px;
}.who_we_are_50 .how_grow_30::before,
.who_we_are_50 .how_grow_30::after {
    animation: horizontalLine 15s infinite alternate;
    height: 1px;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(185,208,177,0.5) 50%, transparent);
    width: 80%;
}@keyframes horizontalLine {
    0% {
        opacity: 0.1;
        transform: translateX(-10%);
    }
    100% {
        opacity: 0.3;
        transform: translateX(10%);
    }
}

.who_we_are_50 .how_grow_30::before {
    left: 10%;
    top: 15%;
}.who_we_are_50 .how_grow_30::after {
    bottom: 15%;
    right: 10%;
}

@media screen and (max-width: 1199px) {.who_we_are_50 {
    padding: 120px 0 100px;
}.who_we_are_50 h3 {
    font-size: calc(30px - 0.2rem);
}.who_we_are_50 .knowledge_study_21,
    .who_we_are_50 .study_tracks_62 {
    width: 110%;
}.who_we_are_50 .knowledge_study_21 {
    margin-left: -10%;
}.who_we_are_50 .study_tracks_62 {
    margin-right: -10%;
}.who_we_are_50 .knowledge_study_21 .main_photo_87,
    .who_we_are_50 .study_tracks_62 .expert_track_48 {
    height: 450px;
}.who_we_are_50 .knowledge_study_21 p,
    .who_we_are_50 .study_tracks_62 p {
    padding: 30px;
}
}

@media screen and (max-width: 991px) {.who_we_are_50 .knowledge_study_21 p,
    .who_we_are_50 .study_tracks_62 p {
    width: 100%;
}.who_we_are_50 {
    padding: 100px 0 80px;
}.who_we_are_50 h3 {
    transform: none;
    font-size: calc(30px - 0.4rem);
    position: relative;
    margin-bottom: 50px;
}.who_we_are_50 .knowledge_study_21,
    .who_we_are_50 .study_tracks_62 {
    margin-left: 0;
    width: 100%;
    grid-template-columns: 1fr;
    margin-right: 0;
    gap: 30px;
}.who_we_are_50 .knowledge_study_21 {
    margin-bottom: 80px;
}.who_we_are_50 .knowledge_study_21 span {
    left: 0;
    right: auto;
    font-size: calc(24px - 0.2rem);
    top: -15px;
}.who_we_are_50 .knowledge_study_21 .main_photo_87 {
    border-radius: 29px;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    height: 400px;
}.who_we_are_50 .knowledge_study_21 p {
    grid-row: 2 / 3;
    transform: translateX(0);
    grid-column: 1 / 2;
}.who_we_are_50 .study_tracks_62 .expert_track_48 {
    grid-column: 1 / 2;
    border-radius: 29px;
    height: 400px;
    grid-row: 1 / 2;
}.who_we_are_50 .study_tracks_62 p {
    transform: translateX(0);
    grid-row: 2 / 3;
    grid-column: 1 / 2;
}.who_we_are_50 .knowledge_study_21::after,
    .who_we_are_50 .study_tracks_62::after {
    height: 150px;
    width: 150px;
}
}

@media screen and (max-width: 767px) {.who_we_are_50 {
    padding: 80px 0 60px;
}.who_we_are_50 h3 {
    padding-left: 20px;
    margin-bottom: 40px;
    font-size: calc(30px - 0.6rem);
}.who_we_are_50 .knowledge_study_21 {
    margin-bottom: 60px;
}.who_we_are_50 .knowledge_study_21 span {
    padding: 8px 20px;
    font-size: calc(24px - 0.3rem);
}.who_we_are_50 .knowledge_study_21 .main_photo_87,
    .who_we_are_50 .study_tracks_62 .expert_track_48 {
    height: 350px;
}.who_we_are_50 .knowledge_study_21 p,
    .who_we_are_50 .study_tracks_62 p {
    font-size: calc(18px - 0.1rem);
    padding: 25px;
}.who_we_are_50::after {
    filter: blur(30px);
}.who_we_are_50 .knowledge_study_21::after,
    .who_we_are_50 .study_tracks_62::after {
    width: 100px;
    filter: blur(50px);
    height: 100px;
}
}

@media screen and (max-width: 575px) {.who_we_are_50 {
    padding: 60px 0 40px;
}.who_we_are_50 h3 {
    margin-bottom: 30px;
    font-size: calc(30px - 0.8rem);
    border-left-width: 3px;
    padding-left: 15px;
}.who_we_are_50 .knowledge_study_21 {
    gap: 20px;
    margin-bottom: 50px;
}.who_we_are_50 .knowledge_study_21 span {
    font-size: calc(24px - 0.4rem);
    padding: 6px 15px;
}.who_we_are_50 .knowledge_study_21 .main_photo_87,
    .who_we_are_50 .study_tracks_62 .expert_track_48 {
    height: 280px;
}.who_we_are_50 .knowledge_study_21 p,
    .who_we_are_50 .study_tracks_62 p {
    font-size: calc(18px - 0.2rem);
    padding: 20px;
}.who_we_are_50::after {
    filter: blur(20px);
}.who_we_are_50 .how_grow_30::before,
    .who_we_are_50 .how_grow_30::after {
    width: 70%;
}
}

@media screen and (min-width: 1400px) {.who_we_are_50 .knowledge_study_21 {
    width: 120%;
    margin-left: -20%;
}.who_we_are_50 .study_tracks_62 {
    width: 120%;
    margin-right: -20%;
}.who_we_are_50 .knowledge_study_21 .main_photo_87,
    .who_we_are_50 .study_tracks_62 .expert_track_48 {
    height: 550px;
}}.tyZone_06 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(220,235,215) 0%, rgb(185,208,177,0.5) 100%);
    padding: 120px 0;
}.tyZone_06::before {
    top: -10%;
    filter: blur(60px);
    width: 40%;
    content: "";
    right: -5%;
    animation: floatElement 15s ease-in-out infinite;
    position: absolute;
    background: linear-gradient(220deg, rgb(150,173,136,0.5) 20%, transparent 80%);
    transform: rotate(-15deg) skewX(10deg);
    height: 70%;
    z-index: 1;
}.tyZone_06::after {
    filter: blur(60px);
    position: absolute;
    height: 70%;
    transform: rotate(15deg) skewX(-10deg);
    width: 40%;
    left: -5%;
    z-index: 1;
    background: linear-gradient(220deg, rgb(185,208,177,0.5) 20%, transparent 80%);
    bottom: -10%;
    content: "";
    animation: floatElement 15s ease-in-out infinite reverse;
}.tyZone_06 .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}.tyZone_06 h2 {
    margin-right: auto;
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: -0.01em;
    transform: translateY(20px);
    animation: slideUp 0.8s forwards 0.2s ease-out;
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-bottom: 40px;
    opacity: 0;
    font-weight: 700;
    max-width: 800px;
    color: #000000;
}.tyZone_06 h2::after {
    bottom: -15px;
    transform: translateX(-50%);
    left: 50%;
    content: "";
    border-radius: 10px;
    position: absolute;
    height: 3px;
    width: 80px;
    background: rgb(185,208,177);
}.tyZone_06 .how_grow_30 {
    transform: translateY(30px);
    padding: 50px;
    opacity: 0;
    background: #ffffff;
    position: relative;
    animation: slideUp 0.8s forwards 0.5s ease-out;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 0 5px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border-radius: 24px;
}.tyZone_06 .how_grow_30::before {
    height: 6px;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(185,208,177) 0%, rgb(150,173,136) 100%);
    width: 100%;
    left: 0;
    top: 0;
}.tyZone_06 .how_grow_30::after {
    border-radius: 50%;
    transform: translateY(-10px);
    height: 160px;
    opacity: 0.2;
    width: 160px;
    background: linear-gradient(135deg, rgb(185,208,177,0.5) 0%, transparent 70%);
    top: 20px;
    content: "";
    right: 20px;
    position: absolute;
}.tyZone_06 ul {
    list-style: none;
    margin: 0;
    position: relative;
    padding: 0;
}.tyZone_06 li {
    grid-template-columns: 1fr;
    position: relative;
    gap: 20px;
    display: grid;
}.tyZone_06 li::before {
    height: 12px;
    top: 8px;
    animation: pulse 2s infinite;
    background: rgb(185,208,177);
    left: -30px;
    content: "";
    position: absolute;
    width: 12px;
    border-radius: 50%;
}.tyZone_06 span {
    position: relative;
    font-size: calc(12px * 1.1);
    color: #000000;
    border-left: 3px solid rgb(185,208,177,0.5);
    padding-left: 15px;
    text-align: left;
    line-height: 1.8;
    font-family: Arial, sans-serif;
}

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

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(rgb(185,208,177), 0.5);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(rgb(185,208,177), 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(rgb(185,208,177), 0);
  }
}

@keyframes floatElement {
  0% {
    transform: rotate(-15deg) skewX(10deg) translateY(0);
  }
  50% {
    transform: rotate(-15deg) skewX(10deg) translateY(-20px);
  }
  100% {
    transform: rotate(-15deg) skewX(10deg) translateY(0);
  }
}

@media (max-width: 991px) {.tyZone_06 {
    padding: 80px 0;
}.tyZone_06 h2 {
    font-size: calc(30px * 0.85);
}.tyZone_06 .how_grow_30 {
    padding: 40px 30px;
}.tyZone_06 li::before {
    left: -20px;
}
}

@media (max-width: 767px) {.tyZone_06 {
    padding: 60px 0;
}.tyZone_06 h2 {
    font-size: calc(30px * 0.7);
    margin-bottom: 30px;
}.tyZone_06 h2::after {
    width: 60px;
    bottom: -10px;
}.tyZone_06 .how_grow_30 {
    padding: 30px 20px;
}.tyZone_06 li::before {
    display: none;
}.tyZone_06 span {
    line-height: 1.6;
    font-size: 12px;
}
}

@media (max-width: 480px) {.tyZone_06 {
    padding: 40px 0;
}.tyZone_06 h2 {
    font-size: calc(30px * 0.6);
    margin-bottom: 25px;
}.tyZone_06 .how_grow_30 {
    padding: 25px 15px;
}.tyZone_06 span {
    padding-left: 10px;
    border-left: 2px solid rgb(185,208,177,0.5);
}}header {
    width: 100%;
    padding: 0;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    z-index: 100;
    background: #ffffff;
    position: relative;
}header::before {
    width: 35%;
    left: 0;
    background: linear-gradient(135deg, rgb(185,208,177), rgb(150,173,136));
    height: 100%;
    top: 0;
    z-index: 0;
    content: '';
    position: absolute;
}header .container {
    position: relative;
    z-index: 1;
    margin: 0;
    width: 100%;
    padding: 0;
    max-width: 100%;
}header .site_start_86 {
    height: 100%;
    display: flex;
    align-items: stretch;
}header .main_start_26 {
    position: relative;
    padding: 1.2rem 0;
    justify-content: center;
    text-decoration: none;
    width: 35%;
    display: flex;
    align-items: center;
}header .main_start_26 svg {
    transition: all 0.3s ease;
    width: 150px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    height: auto;
}header .main_start_26:hover svg {
    transform: scale(1.05);
}header .site_top_95 {
    position: relative;
    align-items: center;
    justify-content: flex-start;
    padding: 1.2rem 3%;
    gap: 0.5rem;
    display: flex;
    width: 65%;
}header .site_top_95::before {
    top: 0;
    height: 100%;
    left: 0;
    background: linear-gradient(to bottom, transparent, rgb(185,208,177,0.5), transparent);
    position: absolute;
    content: '';
    width: 1px;
}header .head_study_73 {
    position: relative;
    color: #000000;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    font-size: 19px;
    background: #ffffff;
    font-weight: 600;
    text-decoration: none;
    overflow: hidden;
    padding: 0.6rem 1.2rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    z-index: 1;
    transition: all 0.3s ease;
}header .head_study_73::before {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    z-index: -1;
    position: absolute;
    content: '';
    transition: opacity 0.3s ease;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(185,208,177,0.5), rgb(150,173,136,0.5));
    opacity: 0;
}header .head_study_73:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
    color: #ffffff;
}header .head_study_73:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header::before {
    width: 30%;
}header .main_start_26 {
    width: 30%;
    padding: 1rem 0;
}header .main_start_26 svg {
    width: 130px;
}header .site_top_95 {
    gap: 0.5rem;
    width: 70%;
    padding: 1rem 2.5%;
}header .head_study_73 {
    padding: 0.5rem 1rem;
    font-size: calc(19px);
}
}

@media (max-width: 767px) {header {
    background: rgb(220,235,215);
}header::before {
    top: 0;
    width: 100%;
    bottom: 50%;
    height: auto;
}header .site_start_86 {
    align-items: center;
    flex-direction: column;
}header .main_start_26 {
    width: 100%;
    padding: 0.8rem 0;
}header .main_start_26 svg {
    width: 120px;
}header .site_top_95 {
    flex-wrap: wrap;
    width: 95%;
    gap: 0.6rem;
    padding: 0.8rem 0;
    justify-content: center;
}header .site_top_95::before {
    height: 1px;
    top: 0;
    width: 100%;
    background: linear-gradient(to right, transparent, rgb(185,208,177,0.5), transparent);
    left: 0;
}header .head_study_73 {
    padding: 0.5rem 0.9rem;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}
}

@media (max-width: 480px) {header .main_start_26 {
    padding: 0.7rem 0;
}header .main_start_26 svg {
    width: 110px;
}header .site_top_95 {
    width: 100%;
    justify-content: flex-start;
    padding: 0.7rem 2%;
    overflow-x: auto;
    flex-wrap: nowrap;
}header .site_top_95::-webkit-scrollbar {
    height: 3px;
}header .site_top_95::-webkit-scrollbar-thumb {
    background: rgb(185,208,177);
    border-radius: 10px;
}header .head_study_73 {
    font-size: calc(19px - 1px);
    white-space: nowrap;
    margin-right: 2px;
    flex-shrink: 0;
    padding: 0.45rem 0.9rem;
}}.learning_impact_65 {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(210deg, #000000 0%, rgb(220,235,215) 100%);
}.learning_impact_65::before {
    height: 200%;
    content: '';
    left: -20%;
    width: 140%;
    opacity: 0.07;
    top: -50%;
    background: repeating-linear-gradient(
        45deg,
        rgb(185,208,177,0.5),
        rgb(185,208,177,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    animation: gridMove 40s linear infinite;
    transform: rotate(15deg);
}.learning_impact_65::after {
    height: 600px;
    width: 600px;
    right: -300px;
    content: '';
    filter: blur(80px);
    animation: pulse 15s infinite alternate;
    bottom: -300px;
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(150,173,136,0.5) 0%, transparent 70%);
}.learning_impact_65 .how_grow_30 {
    z-index: 1;
    padding: 0 20px;
    max-width: 1280px;
    position: relative;
    display: grid;
    gap: 70px;
    grid-template-columns: 1fr 1.2fr;
    margin: 0 auto;
}.learning_impact_65 .main_photo_87 {
    border-radius: 22px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
    transition: transform 0.7s ease;
    min-height: 550px;
    overflow: hidden;
    transform: perspective(1200px) rotateY(5deg);
    position: relative;
}.learning_impact_65 .main_photo_87::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 50%);
    position: absolute;
    content: '';
    z-index: 2;
    inset: 0;
}.learning_impact_65 .main_photo_87::after {
    height: 100%;
    background: linear-gradient(to bottom, transparent 70%, rgb(185,208,177,0.5) 100%);
    width: 100%;
    top: 0;
    z-index: 3;
    content: '';
    left: 0;
    position: absolute;
}.learning_impact_65 .main_photo_87:hover {
    transform: perspective(1200px) rotateY(0deg);
}.learning_impact_65 .heading_frame_84 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}.learning_impact_65 .heading_frame_84::before {
    animation: morphing 10s linear infinite;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    position: absolute;
    z-index: -1;
    width: 150px;
    content: '';
    right: -30px;
    border: 2px solid rgb(185,208,177,0.5);
    height: 150px;
    top: -30px;
    opacity: 0.3;
}.learning_impact_65 h2 {
    font-weight: 700;
    position: relative;
    letter-spacing: 1px;
    font-size: 32px;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 35px;
}.learning_impact_65 h2::before {
    height: 2px;
    left: -30px;
    width: 20px;
    transform: translateY(-50%);
    content: '';
    top: 50%;
    background-color: rgb(185,208,177);
    position: absolute;
}.learning_impact_65 .text_main_holder {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}.learning_impact_65 .text_main_holder > div {
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.05);
    gap: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    align-items: center;
    padding: 25px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    display: flex;
}.learning_impact_65 .text_main_holder > div::before {
    left: 0;
    height: 100%;
    content: '';
    transition: width 0.3s ease;
    opacity: 0.8;
    position: absolute;
    width: 5px;
    background: linear-gradient(to bottom, rgb(185,208,177), rgb(150,173,136));
    top: 0;
}.learning_impact_65 .text_main_holder > div::after {
    right: 0;
    width: 30%;
    content: '';
    height: 1px;
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(185,208,177,0.5));
    bottom: 0;
}.learning_impact_65 .text_main_holder > div:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.08);
}.learning_impact_65 .text_main_holder > div:hover::before {
    width: 10px;
}.learning_impact_65 .text_main_holder svg {
    transition: transform 0.3s ease;
    flex-shrink: 0;
    transform: translateY(-2px);
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.2));
    height: 32px;
    width: 32px;
}.learning_impact_65 .text_main_holder > div:hover svg {
    transform: translateY(-2px) scale(1.1);
}.learning_impact_65 .text_main_holder svg path {
    fill: rgb(150,173,136);
    transition: fill 0.3s ease;
}.learning_impact_65 .text_main_holder > div:hover svg path {
    fill: rgb(185,208,177);
}.learning_impact_65 .text_main_holder p {
    position: relative;
    line-height: 1.5;
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    z-index: 1;
}

@keyframes gridMove {
    0% {
        transform: translateX(0) rotate(15deg);
    }
    100% {
        transform: translateX(50px) rotate(15deg);
    }
}

@keyframes pulse {
    0% {
        opacity: 0.2;
        transform: scale(0.95);
    }
    100% {
        opacity: 0.4;
        transform: scale(1.05);
    }
}

@keyframes morphing {
    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: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

@media (max-width: 1100px) {.learning_impact_65 .how_grow_30 {
    gap: 50px;
    grid-template-columns: 1fr;
}.learning_impact_65 .main_photo_87 {
    transform: perspective(1200px) rotateY(0);
    min-height: 450px;
}
}

@media (max-width: 768px) {.learning_impact_65 {
    padding: 80px 0;
}.learning_impact_65 .main_photo_87 {
    min-height: 350px;
}.learning_impact_65 h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 30px;
}.learning_impact_65 .text_main_holder {
    gap: 20px;
    grid-template-columns: 1fr;
}.learning_impact_65 .text_main_holder > div {
    padding: 20px;
}.learning_impact_65 .text_main_holder svg {
    height: 28px;
    width: 28px;
}
}

@media (max-width: 576px) {.learning_impact_65 {
    padding: 60px 0;
}.learning_impact_65 .how_grow_30 {
    gap: 40px;
}.learning_impact_65 .main_photo_87 {
    min-height: 280px;
}.learning_impact_65 h2 {
    margin-bottom: 25px;
    font-size: calc(32px * 0.8);
}.learning_impact_65 h2::before {
    left: -20px;
    width: 15px;
}.learning_impact_65 .text_main_holder > div {
    gap: 12px;
    padding: 15px;
}.learning_impact_65 .text_main_holder svg {
    height: 24px;
    width: 24px;
}}.privacy_chest_63 {
    background: linear-gradient(145deg, rgb(220,235,215), rgba(0, 0, 0, 0.5));
    position: relative;
    padding: 5rem 1.5rem;
    overflow: hidden;
}.privacy_chest_63::before {
    top: 0;
    content: "";
    pointer-events: none;
    height: 100%;
    background: radial-gradient(circle at 75% 25%, rgb(150,173,136,0.5) 0%, transparent 60%);
    position: absolute;
    opacity: 0.15;
    z-index: 0;
    width: 100%;
    left: 0;
}.privacy_chest_63::after {
    position: absolute;
    right: -50px;
    width: 250px;
    content: "";
    background: radial-gradient(circle, rgb(185,208,177,0.5) 0%, transparent 70%);
    height: 250px;
    z-index: 0;
    bottom: -50px;
    pointer-events: none;
    opacity: 0.12;
    animation: pulse 15s infinite alternate ease-in-out;
}.privacy_chest_63 .container {
    border-left: 3px solid rgb(185,208,177);
    position: relative;
    padding: 2.5rem;
    transform: translateZ(0);
    background: linear-gradient(to bottom right, 
                rgba(255, 255, 255, 0.1), 
                rgba(255, 255, 255, 0.03));
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
                0 1px 3px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    backdrop-filter: blur(5px);
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
}.privacy_chest_63 h1 {
    display: inline-block;
    color: rgb(185,208,177);
    margin-bottom: 2rem;
    animation: slideInRight 0.7s forwards 0.2s ease-out;
    transform: translateX(-10px);
    position: relative;
    font-size: 39px;
    font-weight: 700;
    opacity: 0;
}.privacy_chest_63 h1::after {
    animation: expandWidth 0.6s forwards 0.9s ease-in-out;
    content: "";
    width: 70px;
    transform: scaleX(0);
    transform-origin: left;
    background: rgb(185,208,177);
    bottom: -8px;
    height: 3px;
    position: absolute;
    left: 0;
}.privacy_chest_63 h2 {
    transform: translateY(10px);
    animation: slideInUp 0.5s forwards 0.4s ease-out;
    color: rgb(150,173,136);
    margin: 3rem 0 1.5rem;
    position: relative;
    font-weight: 600;
    opacity: 0;
    font-size: 29px;
    padding-left: 20px;
}.privacy_chest_63 h2::before {
    background: rgb(150,173,136);
    width: 10px;
    content: "";
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    left: 0;
    top: 50%;
    height: 10px;
}.privacy_chest_63 h3 {
    padding-left: 18px;
    animation: slideInUp 0.5s forwards 0.5s ease-out;
    opacity: 0;
    color: #000000;
    transform: translateY(8px);
    font-size: calc(29px * 0.85);
    margin: 2.5rem 0 1.25rem;
    font-weight: 600;
    position: relative;
}.privacy_chest_63 h3::before {
    transform: translateY(-50%) rotate(45deg);
    content: "";
    top: 50%;
    background: #000000;
    height: 8px;
    position: absolute;
    width: 8px;
    left: 0;
}.privacy_chest_63 h4 {
    transform: translateY(6px);
    padding-left: 16px;
    font-weight: 600;
    margin: 2rem 0 1rem;
    color: #000000;
    font-size: calc(29px * 0.75);
    position: relative;
    animation: slideInUp 0.5s forwards 0.6s ease-out;
    opacity: 0;
}.privacy_chest_63 h4::before {
    width: 6px;
    height: 6px;
    left: 0;
    content: "";
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    background: #000000;
}.privacy_chest_63 p {
    transform: translateY(15px);
    opacity: 0;
    margin-bottom: 1.5rem;
    font-size: 13px;
    position: relative;
    animation: fadeIn 0.7s forwards 0.7s ease-out;
    max-width: 100%;
    color: #000000;
    line-height: 1.7;
}.privacy_chest_63 strong {
    color: #000000;
    font-weight: 600;
    display: inline-block;
    position: relative;
}.privacy_chest_63 strong::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 1px;
    content: "";
    width: 100%;
    background: rgb(185,208,177,0.5);
}.privacy_chest_63 ul {
    position: relative;
    margin: 1.5rem 0 2rem;
    list-style: none;
    padding-left: 1.5rem;
}.privacy_chest_63 ul::before {
    background: linear-gradient(to bottom, rgb(150,173,136,0.5), transparent);
    height: 100%;
    top: 0;
    content: "";
    left: 0;
    width: 2px;
    position: absolute;
}.privacy_chest_63 li {
    animation: slideInRight 0.5s forwards ease-out;
    color: #000000;
    margin-bottom: 1rem;
    line-height: 1.7;
    padding-left: 1rem;
    opacity: 0;
    font-size: 13px;
    transform: translateX(10px);
    position: relative;
}.privacy_chest_63 li:nth-child(1) {
    animation-delay: 0.8s;
}.privacy_chest_63 li:nth-child(2) {
    animation-delay: 0.9s;
}.privacy_chest_63 li:nth-child(3) {
    animation-delay: 1s;
}.privacy_chest_63 li::before {
    background: rgb(150,173,136);
    left: -4px;
    transform: scale(0);
    width: 8px;
    border-radius: 50%;
    top: 10px;
    animation-delay: calc(0.8s + var(--order) * 0.1s);
    height: 8px;
    position: absolute;
    content: "";
    animation: popIn 0.3s forwards ease-out;
}.privacy_chest_63 li:nth-child(1)::before {
    --order: 1;
}.privacy_chest_63 li:nth-child(2)::before {
    --order: 2;
}.privacy_chest_63 li:nth-child(3)::before {
    --order: 3;
}.privacy_chest_63 span {
    font-size: 13px;
    line-height: 1.7;
    position: relative;
    margin-bottom: 1.5rem;
    transform: translateY(10px);
    display: block;
    animation: fadeIn 0.6s forwards 0.8s ease-out;
    border-left: 1px solid rgb(150,173,136,0.5);
    opacity: 0.9;
    color: #000000;
    padding-left: 1rem;
    opacity: 0;
}

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

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

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

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

@keyframes popIn {
    0% {
        transform: scale(0);
    }
    70% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.12;
        transform: scale(1);
    }
    50% {
        opacity: 0.08;
        transform: scale(1.1);
    }
}

@media (max-width: 768px) {.privacy_chest_63 {
    padding: 3rem 1rem;
}.privacy_chest_63 .container {
    padding: 1.5rem;
}.privacy_chest_63 h1 {
    font-size: calc(39px * 0.85);
    margin-bottom: 1.5rem;
}.privacy_chest_63 h2 {
    margin: 2.25rem 0 1.25rem;
    font-size: calc(29px * 0.9);
}.privacy_chest_63 h3 {
    font-size: calc(29px * 0.75);
    margin: 2rem 0 1rem;
}.privacy_chest_63 h4 {
    margin: 1.75rem 0 0.75rem;
    font-size: calc(29px * 0.65);
}.privacy_chest_63 p, 
    .privacy_chest_63 li,
    .privacy_chest_63 span {
    font-size: calc(13px * 0.95);
}.privacy_chest_63 ul {
    padding-left: 1rem;
}.privacy_chest_63 li {
    padding-left: 0.75rem;
}
}

@media (max-width: 480px) {.privacy_chest_63 {
    padding: 2.5rem 0.75rem;
}.privacy_chest_63 .container {
    padding: 1.25rem;
}.privacy_chest_63 h1 {
    font-size: calc(39px * 0.75);
    margin-bottom: 1.25rem;
}.privacy_chest_63 h1::after {
    height: 2px;
    width: 50px;
}.privacy_chest_63 h2 {
    margin: 2rem 0 1rem;
    font-size: calc(29px * 0.8);
    padding-left: 15px;
}.privacy_chest_63 h2::before {
    height: 8px;
    width: 8px;
}.privacy_chest_63 h3, 
    .privacy_chest_63 h4 {
    padding-left: 12px;
}.privacy_chest_63 h3::before,
    .privacy_chest_63 h4::before {
    width: 6px;
    height: 6px;
}.privacy_chest_63 p, 
    .privacy_chest_63 li,
    .privacy_chest_63 span {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}.privacy_chest_63 ul::before {
    width: 1px;
}.privacy_chest_63 li::before {
    height: 6px;
    width: 6px;
    left: -3px;
    top: 8px;
}}.course_offering_50 {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(220,235,215) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
}.course_offering_50::before {
    width: 100%;
    height: 100%;
    z-index: 1;
    content: "";
    left: 0;
    top: 0;
    background: radial-gradient(circle at 20% 50%, rgb(185,208,177,0.5) 0%, transparent 50%);
    position: absolute;
}.course_offering_50::after {
    right: -50px;
    background: radial-gradient(circle, rgb(150,173,136,0.5) 0%, transparent 70%);
    height: 200px;
    z-index: 1;
    content: "";
    position: absolute;
    width: 200px;
    border-radius: 50%;
    top: -50px;
    animation: pulse 8s infinite alternate;
}.course_offering_50 .container {
    max-width: 1200px;
    padding: 0 15px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.course_offering_50 .how_grow_30 {
    padding: 40px;
    justify-content: space-between;
    overflow: hidden;
    transition: all 0.3s ease;
    border-radius: 20px;
    display: flex;
    gap: 40px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    align-items: center;
    backdrop-filter: blur(5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border: 1px solid rgb(185,208,177,0.5);
    position: relative;
}.course_offering_50 .how_grow_30::before {
    animation: shine 5s infinite;
    height: 100%;
    left: -100%;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    position: absolute;
    top: 0;
}.course_offering_50 .training_plan_43 {
    flex: 1;
    padding-right: 20px;
    position: relative;
}.course_offering_50 .training_plan_43::before {
    border: 2px solid rgb(185,208,177,0.5);
    z-index: -1;
    position: absolute;
    animation: rotate 25s linear infinite;
    height: 60px;
    content: "";
    border-radius: 50%;
    top: -30px;
    width: 60px;
    left: -30px;
}.course_offering_50 .training_plan_43::after {
    right: 50px;
    content: "";
    border-radius: 10px;
    height: 40px;
    position: absolute;
    border: 1px solid rgb(150,173,136,0.5);
    z-index: -1;
    width: 40px;
    bottom: -20px;
    animation: float 8s ease-in-out infinite;
}.course_offering_50 .nav_know_06 {
    padding: 10px 15px;
    width: 60px;
    max-width: 180px;
    height: 60px;
    border-radius: 10px;
    display: flex;
    transition: transform 0.3s ease;
    background: linear-gradient(145deg, #ffffff 0%, rgb(220,235,215) 100%);
    margin-bottom: 20px;
    position: relative;
    transform: translateZ(0);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    align-items: center;
}.course_offering_50 .nav_know_06:hover {
    transform: translateY(-5px) translateZ(0);
}.course_offering_50 .nav_know_06 svg {
    max-height: 100%;
    width: 40px;
    max-width: 100%;
    height: 40px;
    fill: rgb(185,208,177);
    transition: fill 0.3s ease;
}.course_offering_50 .nav_know_06 svg path {
    fill: rgb(185,208,177);
    transition: fill 0.3s ease;
}.course_offering_50 .nav_know_06:hover svg,
.course_offering_50 .nav_know_06:hover svg path {
    fill: rgb(150,173,136);
}.course_offering_50 h3 {
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
    color: rgb(185,208,177);
    font-size: 31px;
    font-weight: 700;
}.course_offering_50 h3::after {
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to right, rgb(185,208,177), rgb(150,173,136));
    border-radius: 10px;
    width: 80px;
    content: "";
}.course_offering_50 p {
    font-size: 13px;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 1.7;
}.course_offering_50 .main_photo_87 {
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transition: all 0.5s ease;
    flex: 1;
    position: relative;
    min-height: 400px;
    overflow: hidden;
    transform: perspective(1000px) rotateY(-5deg);
}.course_offering_50 .main_photo_87::before {
    left: 0;
    content: "";
    z-index: 2;
    top: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
}.course_offering_50 .main_photo_87::after {
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 60%);
    animation: shine-effect 6s infinite;
    width: 200%;
    z-index: 3;
    position: absolute;
    top: -50%;
    height: 200%;
    transform: rotate(25deg);
    content: "";
    left: -50%;
}.course_offering_50 .how_grow_30:hover .main_photo_87 {
    transform: perspective(1000px) rotateY(0deg);
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

@keyframes shine {
  0% {
    left: -100%;
  }
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes shine-effect {
  0% {
    transform: rotate(25deg) translateX(-100%);
  }
  80%, 100% {
    transform: rotate(25deg) translateX(100%);
  }
}

@media screen and (max-width: 991px) {.course_offering_50 {
    padding: 60px 0;
}.course_offering_50 .how_grow_30 {
    padding: 30px;
    gap: 30px;
    flex-direction: column;
}.course_offering_50 .training_plan_43 {
    padding-right: 0;
    width: 100%;
}.course_offering_50 .main_photo_87 {
    transform: perspective(1000px) rotateY(0);
    width: 100%;
    min-height: 350px;
}.course_offering_50 h3 {
    font-size: calc(31px - 4px);
}
}

@media screen and (max-width: 767px) {.course_offering_50 {
    padding: 50px 0;
}.course_offering_50 .how_grow_30 {
    padding: 25px;
}.course_offering_50 .nav_know_06 {
    max-width: 150px;
    height: 50px;
}.course_offering_50 h3 {
    font-size: calc(31px - 6px);
    padding-bottom: 10px;
    margin-bottom: 15px;
}.course_offering_50 h3::after {
    height: 2px;
    width: 60px;
}.course_offering_50 p {
    font-size: calc(13px - 1px);
    margin-bottom: 20px;
}.course_offering_50 .main_photo_87 {
    min-height: 300px;
}
}

@media screen and (max-width: 576px) {.course_offering_50 {
    padding: 40px 0;
}.course_offering_50 .how_grow_30 {
    gap: 20px;
    padding: 20px;
}.course_offering_50 .nav_know_06 {
    max-width: 120px;
    height: 40px;
    margin-bottom: 15px;
}.course_offering_50 h3 {
    font-size: calc(31px - 8px);
}.course_offering_50 .main_photo_87 {
    min-height: 250px;
}}footer {
    position: relative;
    width: 100%;
}footer .proposal_cta_82 {
    position: relative;
    font-family: Arial, sans-serif;
    padding: 100px 0 30px;
    color: #000000;
    background-color: rgb(220,235,215);
}footer .proposal_cta_82::before {
    width: 100%;
    content: "";
    height: 100%;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(185,208,177,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(150,173,136,0.5) 0%, transparent 20%);
    opacity: 0.3;
    z-index: 0;
    top: 0;
    position: absolute;
    left: 0;
}footer .data_viz_59 {
    z-index: 1;
    position: relative;
}footer .form_edu_74 {
    justify-content: space-between;
    background-color: #ffffff;
    z-index: 3;
    width: 85%;
    gap: 15px;
    flex-wrap: wrap;
    padding: 25px;
    display: flex;
    margin: auto;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
}footer .info_item {
    border-radius: 10px;
    align-items: center;
    transition: all 0.3s ease;
    padding: 15px;
    display: flex;
    flex: 1 1 200px;
    background-color: rgb(220,235,215);
}footer .info_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
}footer .info_item svg {
    transition: transform 0.3s ease;
    fill: rgb(185,208,177);
    margin-right: 12px;
    width: 22px;
    height: 22px;
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item p,
footer .info_item a {
    color: #000000;
    text-decoration: none;
    font-size: 13px;
    transition: all 0.3s ease;
}footer .info_item a:hover {
    color: rgb(185,208,177);
}footer .text_main_holder {
    gap: 20px;
    perspective: 2000px;
    margin-top: 40px;
    position: relative;
    flex-direction: column;
    display: flex;
}footer .nav_know_06, footer .site_top_95, footer .subscribe_holder {
    transform-style: preserve-3d;
    position: relative;
    padding: 30px;
    border-radius: 16px;
    transition: all 0.5s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transform-origin: center center;
}footer .nav_know_06 {
    background-color: #ffffff;
    transform: translateZ(0) scale(1);
    z-index: 2;
}footer .nav_know_06:hover {
    transform: translateZ(30px) scale(1.02);
}footer .site_top_95 {
    z-index: 1;
    color: #ffffff;
    transform: translateZ(-10px) scale(0.98);
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -20px;
    background-color: rgb(150,173,136);
}footer .subscribe_holder {
    background-color: rgb(185,208,177);
    margin-top: -20px;
    z-index: 0;
    margin-left: 40px;
    transform: translateZ(-20px) scale(0.96);
    color: #ffffff;
    margin-right: 40px;
}footer .subscribe_holder:hover {
    transform: translateZ(10px) scale(0.98);
}footer .nav_know_06::after, footer .site_top_95::after, footer .subscribe_holder::after {
    content: "";
    transition: opacity 0.3s ease;
    left: 0;
    z-index: -1;
    opacity: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    border-radius: 16px;
    position: absolute;
    width: 100%;
    top: 0;
}footer .nav_know_06:hover::after, footer .site_top_95:hover::after, footer .subscribe_holder:hover::after {
    opacity: 1;
}footer .nav_know_06 svg {
    margin-bottom: 20px;
    display: block;
    width: auto;
    height: 45px;
}footer .podcast_cta_64 {
    font-size: 15px;
    line-height: 1.6;
    color: #000000;
}footer .site_top_95 h5 {
    display: inline-block;
    position: relative;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 20px;
}footer .site_top_95 h5::after {
    background: linear-gradient(90deg, rgb(185,208,177), transparent);
    width: 40px;
    content: "";
    left: 0;
    height: 2px;
    bottom: -8px;
    position: absolute;
    transition: width 0.3s ease;
}footer .site_top_95 h5:hover::after {
    width: 100%;
}footer .header_sitebar_12 {
    gap: 15px;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}footer .header_sitebar_12 a {
    padding: 5px 0;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    font-size: 13px;
}footer .header_sitebar_12 a::before {
    transition: width 0.3s ease;
    content: "";
    bottom: 0;
    left: 0;
    height: 1px;
    position: absolute;
    width: 0;
    background-color: rgb(185,208,177);
}footer .header_sitebar_12 a:hover {
    transform: translateX(5px);
    color: #ffffff;
}footer .header_sitebar_12 a:hover::before {
    width: 100%;
}footer .subscribe_holder h5 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}footer .subscribe_holder p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 25px;
}footer .input_holder {
    display: flex;
    gap: 15px;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    border: none;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 13px;
    padding: 14px 16px;
    border-radius: 10px;
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .email_join_06 {
    border: none;
    color: rgb(185,208,177);
    padding: 14px 20px;
    text-align: center;
    transition: all 0.3s ease;
    font-size: 17px;
    font-weight: 600;
    background-color: #ffffff;
    border-radius: 10px;
    cursor: pointer;
}footer .email_join_06:hover {
    background-color: rgb(150,173,136);
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}footer .conduct_code_04 {
    text-align: center;
    margin-top: 60px;
    position: relative;
}footer .sample_docs_09 {
    display: inline-block;
    color: #000000;
    border-radius: 30px;
    background-color: #ffffff;
    font-size: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 8px 20px;
}

@media (min-width: 992px) {footer .text_main_holder {
    align-items: stretch;
    flex-direction: row;
}footer .nav_know_06, footer .site_top_95, footer .subscribe_holder {
    margin-top: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
}footer .nav_know_06 {
    margin-right: -20px;
}footer .site_top_95 {
    margin-right: -20px;
    margin-left: 0;
    z-index: 1;
}footer .subscribe_holder {
    margin-right: 0;
    margin-left: 0;
}
}

@media (max-width: 991px) {footer .form_edu_74 {
    padding: 20px;
    width: 90%;
}footer .text_main_holder {
    margin-top: 80px;
}
}

@media (max-width: 767px) {footer .proposal_cta_82 {
    padding: 80px 0 30px;
}footer .form_edu_74 {
    width: 95%;
    padding: 15px;
}footer .info_item {
    flex: 1 1 100%;
}footer .nav_know_06, footer .site_top_95, footer .subscribe_holder {
    padding: 25px 20px;
    margin-left: 0;
    margin-right: 0;
}footer .site_top_95, footer .subscribe_holder {
    margin-top: -10px;
}footer .conduct_code_04 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .proposal_cta_82 {
    padding: 70px 0 20px;
}footer .form_edu_74 {
    padding: 10px;
}footer .info_item {
    padding: 10px;
}footer .text_main_holder {
    margin-top: 60px;
}footer .nav_know_06, footer .site_top_95, footer .subscribe_holder {
    padding: 20px 15px;
}footer .site_top_95 h5, footer .subscribe_holder h5 {
    font-size: calc(20px - 2px);
}footer .header_sitebar_12 {
    grid-template-columns: 1fr;
}footer .input_holder input[type="email"],
    footer .email_join_06 {
    padding: 12px;
}}.teaching_experience_70 {
    overflow: hidden;
    background: linear-gradient(125deg, #000000 0%, rgb(220,235,215) 100%);
    position: relative;
    padding: 120px 0;
}.teaching_experience_70::before {
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    animation: pulse 20s infinite alternate;
    position: absolute;
    left: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgb(185,208,177,0.5) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgb(150,173,136,0.5) 0%, transparent 30%);
}.teaching_experience_70 .container {
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    perspective: 1200px;
    max-width: 1200px;
    position: relative;
}.teaching_experience_70 .success_opinions_36 {
    gap: 10px 30px;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: rotateY(-10deg);
    transform-style: preserve-3d;
    position: relative;
    grid-template-areas:
    "quote photo"
    "quote name"
    "quote job";
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    grid-template-rows: auto auto auto;
}.teaching_experience_70 .success_opinions_36:hover {
    transform: rotateY(0deg) translateZ(10px);
}.teaching_experience_70 .career_details_48 {
    position: relative;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    border-radius: 17px;
    line-height: 1.7;
    padding: 50px 40px;
    z-index: 1;
    grid-area: quote;
    backdrop-filter: blur(10px);
    font-weight: 300;
    margin: 0;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgb(185,208,177,0.5);
    font-size: 12px;
    transform: translateZ(20px);
    color: #ffffff;
}.teaching_experience_70 .career_details_48::before {
    line-height: 1;
    top: 15px;
    color: rgb(185,208,177);
    left: 20px;
    position: absolute;
    content: "";
    font-size: calc(43px * 2);
}.teaching_experience_70 .main_photo_87 {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    height: 280px;
    grid-area: photo;
    border-radius: 10px;
    transform: translateZ(40px);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
    box-shadow: 
    10px 10px 20px rgba(0, 0, 0, 0.5),
    -5px -5px 30px rgb(185,208,177,0.5);
}.teaching_experience_70 .success_opinions_36:hover .main_photo_87 {
    transform: translateZ(60px) translateX(-10px);
    box-shadow: 
    15px 15px 25px rgba(0, 0, 0, 0.5),
    -8px -8px 35px rgb(185,208,177,0.5);
}.teaching_experience_70 .name {
    transform: translateZ(30px);
    padding: 15px 20px;
    z-index: 2;
    grid-area: name;
    margin: 0;
    background: rgb(185,208,177);
    font-size: 24px;
    color: #ffffff;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    transition: transform 0.3s ease;
    font-weight: 700;
}.teaching_experience_70 .success_opinions_36:hover .name {
    transform: translateZ(45px) translateY(-5px);
}.teaching_experience_70 .success_opinions_36 > span:not(.name) {
    transition: transform 0.3s ease;
    background: #ffffff;
    font-size: 12px;
    grid-area: job;
    color: rgb(150,173,136);
    font-weight: 600;
    transform: translateZ(25px);
    border-radius: 10px;
    z-index: 2;
    padding: 10px 15px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
}.teaching_experience_70 .success_opinions_36:hover > span:not(.name) {
    transform: translateZ(35px) translateY(-5px);
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.8;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1);
  }
}

@media (max-width: 992px) {.teaching_experience_70 {
    padding: 80px 0;
}.teaching_experience_70 .success_opinions_36 {
    grid-template-areas:
      "main_photo_87"
      "name"
      "exp_skills_08"
      "career_details_48";
    grid-template-columns: 1fr;
    transform: none;
    gap: 15px;
    grid-template-rows: auto auto auto auto;
}.teaching_experience_70 .career_details_48,
  .teaching_experience_70 .main_photo_87,
  .teaching_experience_70 .name,
  .teaching_experience_70 .success_opinions_36 > span:not(.name) {
    transform: none;
}.teaching_experience_70 .success_opinions_36:hover .career_details_48,
  .teaching_experience_70 .success_opinions_36:hover .main_photo_87,
  .teaching_experience_70 .success_opinions_36:hover .name,
  .teaching_experience_70 .success_opinions_36:hover > span:not(.name) {
    transform: none;
}.teaching_experience_70 .main_photo_87 {
    width: 90%;
    height: 240px;
    margin: 0 auto;
}.teaching_experience_70 .career_details_48 {
    padding: 30px;
}.teaching_experience_70 .name,
  .teaching_experience_70 .success_opinions_36 > span:not(.name) {
    margin: 0 auto;
    text-align: center;
    width: 90%;
}
}

@media (max-width: 576px) {.teaching_experience_70 {
    padding: 60px 0;
}.teaching_experience_70 .main_photo_87 {
    width: 100%;
    height: 200px;
}.teaching_experience_70 .career_details_48 {
    font-size: calc(12px * 0.95);
    padding: 25px 20px;
}.teaching_experience_70 .name {
    font-size: calc(24px * 0.9);
}.teaching_experience_70 .success_opinions_36 > span:not(.name) {
    font-size: calc(12px * 0.9);
}}.title_section_58 {
    justify-content: center;
    overflow: hidden;
    display: flex;
    background: linear-gradient(135deg, rgb(185,208,177,0.5), rgb(220,235,215));
    min-height: 100vh;
    padding: 2rem;
    align-items: center;
    position: relative;
}.title_section_58::before {
    width: 100%;
    content: "";
    height: 100%;
    z-index: 1;
    left: 0;
    background: linear-gradient(45deg, transparent 30%, rgb(150,173,136,0.5) 100%);
    top: 0;
    position: absolute;
}.title_section_58::after {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: rgb(185,208,177);
    content: "";
    position: absolute;
    animation: float 15s infinite ease-in-out alternate;
    opacity: 0.15;
    transform: rotate(15deg);
    width: 45%;
    top: -10%;
    height: 45%;
    right: -10%;
    z-index: 1;
}.title_section_58 .tech_master_28 {
    max-width: 1200px;
    z-index: 2;
    grid-template-columns: 1fr;
    width: 90%;
    display: grid;
    gap: 2rem;
    position: relative;
}.title_section_58 .tech_master_28 > div:first-child {
    backdrop-filter: blur(10px);
    padding: 1.5rem;
    transform: translateX(-30px);
    opacity: 0;
    border-left: 4px solid rgb(185,208,177);
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    animation: slideInLeft 0.8s 0.2s forwards ease-out;
}.title_section_58 .tech_master_28 > div:first-child::before {
    left: -4px;
    content: "";
    position: absolute;
    bottom: -8px;
    height: 4px;
    width: 70px;
    background: rgb(185,208,177);
}.title_section_58 .tech_master_28 > div:first-child p {
    letter-spacing: 0.02em;
    color: #000000;
    font-weight: 600;
    font-size: calc(13px * 1.1);
    font-family: Arial, sans-serif;
    margin: 0;
    line-height: 1.5;
}.title_section_58 .class_track_81 {
    animation: slideInUp 0.8s 0.4s forwards ease-out;
    opacity: 0;
    position: relative;
    transform: translateY(30px);
}.title_section_58 .class_track_81 > div {
    padding: 2.5rem;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.title_section_58 .class_track_81 > div::before {
    background: linear-gradient(to bottom, rgba(#000000, 0.5), rgba(rgb(185,208,177), 0.7));
    height: 100%;
    content: "";
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
}.title_section_58 .class_track_81 h3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-weight: 400;
    position: relative;
    font-size: calc(24px * 1.05);
    z-index: 2;
    line-height: 1.4;
    color: #ffffff;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}.title_section_58 .class_track_81 > div > div {
    z-index: 2;
    padding: 2rem;
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.15);
    border-left: 3px solid rgb(150,173,136);
    transition: transform 0.4s ease;
    position: relative;
    transform: translateX(0);
}.title_section_58 .class_track_81 > div > div:hover {
    transform: translateX(10px);
}.title_section_58 .title_style_header {
    margin: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font-size: calc(46px * 1.2);
    transition: transform 0.3s ease;
    letter-spacing: -0.01em;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    transform: translateY(0);
}.title_section_58 .class_track_81 > div > div:hover .title_style_header {
    transform: translateY(-5px);
}

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

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

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

@media (min-width: 768px) {.title_section_58 {
    padding: 4rem;
}.title_section_58 .tech_master_28 {
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
}.title_section_58 .tech_master_28 > div:first-child {
    padding: 2rem;
    align-items: center;
    display: flex;
}.title_section_58 .tech_master_28 > div:first-child p {
    font-size: calc(13px * 1.2);
}.title_section_58 .class_track_81 > div {
    padding: 3rem;
}.title_section_58 .class_track_81 h3 {
    font-size: calc(24px * 1.1);
    margin-bottom: 2.5rem;
}.title_section_58 .title_style_header {
    font-size: calc(46px * 1.3);
}
}

@media (min-width: 1200px) {.title_section_58 .tech_master_28 {
    grid-template-columns: 1fr 2.5fr;
}.title_section_58 .tech_master_28 > div:first-child {
    transform: translateX(-50px);
    animation: slideInLeft 1s 0.3s forwards ease-out;
    opacity: 0;
}.title_section_58 .class_track_81 {
    animation: slideInUp 1s 0.5s forwards ease-out;
    transform: translateY(50px);
}.title_section_58 .class_track_81 > div {
    padding: 4rem;
}.title_section_58 .class_track_81 > div > div {
    padding: 2.5rem;
}.title_section_58 .title_style_header {
    font-size: calc(46px * 1.5);
}
}

@media (max-width: 767px) {.title_section_58 {
    padding: 2rem 1rem;
}.title_section_58 .tech_master_28 > div:first-child {
    padding: 1rem;
}.title_section_58 .class_track_81 > div {
    padding: 1.5rem;
}.title_section_58 .class_track_81 h3 {
    margin-bottom: 1.5rem;
    font-size: 24px;
}.title_section_58 .class_track_81 > div > div {
    padding: 1.5rem;
}.title_section_58 .title_style_header {
    font-size: 36px;
}}.cookieNotificationPanel_29 {
    background: rgb(220,235,215);
    flex-direction: column;
    overflow: hidden;
    bottom: 20px;
    transform: translateX(-50%);
    border-radius: 24px;
    max-width: 600px;
    z-index: 1050;
    text-align: center;
    width: 90%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    left: 50%;
    font-family: Arial, sans-serif;
    padding: 20px;
    position: fixed;
    display: flex;
    align-items: center;
}.user_tracker_08 {
    z-index: 1;
    flex-direction: column;
    align-items: center;
    display: flex;
}.cookie_disclaimer_62 {
    margin-bottom: 20px;
    animation: bounce 2s infinite;
}.cookie_disclaimer_62 svg, .cookie_disclaimer_62 svg path, .cookie_disclaimer_62 img {
    width: 80px;
    height: 80px;
    fill: rgb(185,208,177);
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.cookieNotificationPanel_29 h5 {
    font-size: 21px;
    margin-bottom: 10px;
    font-weight: 700;
    color: rgb(185,208,177);
}.cookieNotificationPanel_29 p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #000000;
}.cookie_expand_79 {
    border-radius: 10px;
    cursor: pointer;
    background: rgb(185,208,177);
    font-size: 17px;
    padding: 10px 20px;
    color: #ffffff;
    display: inline-block;
    width: calc(50% - 10px);
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    text-align: center;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    margin: 5px;
}.cookie_expand_79:hover {
    background: rgb(150,173,136);
    transform: translateY(-3px);
}.cookie_button.web_cookies_68 {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.web_cookies_68:hover {
    background: rgb(150,173,136,0.5);
}.cookieNotificationPanel_29 p a {
    transition: color 0.3s ease-in-out;
    text-decoration: underline;
    color: rgb(185,208,177);
}.cookieNotificationPanel_29 p a:hover {
    color: rgb(150,173,136);
}
@media only screen and (max-width: 600px) {.cookieNotificationPanel_29 {
    bottom: 0;
    border-radius: 0;
    left: 0;
    width: 100%;
    transform: none;
}.user_tracker_08 {
    padding: 15px;
}.cookie_disclaimer_62 svg {
    width: 50px;
    height: 50px;
}.cookieNotificationPanel_29 h5 {
    font-size: calc(21px - 2px);
}.cookieNotificationPanel_29 p {
    font-size: calc(14px - 2px);
}.cookie_expand_79 {
    padding: 8px 16px;
    font-size: calc(17px - 2px);
    width: calc(100% - 10px);
}}
#trackingAlertPopup_73 {
    display: none;
}#trackingAlertPopup_73:checked ~ .cookieNotificationPanel_29 {
    visibility: hidden;
    opacity: 0;
}.connect_with_us_50 {
    overflow: hidden;
    background: linear-gradient(
        135deg, 
        rgb(150,173,136,0.5) 0%, 
        rgb(185,208,177,0.5) 100%
    );
    isolation: isolate;
    position: relative;
    padding: 6rem 0;
}.connect_with_us_50::before {
    top: -50%;
    z-index: 1;
    left: -50%;
    width: 200%;
    content: '';
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.05) 0%, 
        transparent 70%
    );
    position: absolute;
    height: 200%;
    animation: subtle-pulse 12s infinite alternate;
}.connect_with_us_50::after {
    animation: subtle-wave 15s infinite alternate-reverse;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.03) 0%, 
        transparent 60%
    );
    width: 150%;
    height: 150%;
    right: -30%;
    bottom: -30%;
    z-index: 1;
    content: '';
    position: absolute;
}.connect_with_us_50 .container {
    margin: 0 auto;
    position: relative;
    padding: 0 1rem;
    z-index: 2;
    max-width: 1200px;
}.connect_with_us_50 h2 {
    margin-bottom: 3rem;
    position: relative;
    font-size: 45px;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
}.connect_with_us_50 h2::after {
    height: 3px;
    position: absolute;
    content: '';
    bottom: -0.5rem;
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(185,208,177), 
        transparent
    );
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
}.connect_with_us_50 .message_query_17 {
    backdrop-filter: blur(10px);
    border-radius: 18px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    overflow: hidden;
    align-items: stretch;
    display: flex;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
}.connect_with_us_50 .main_photo_87 {
    flex: 0 0 40%;
    position: relative;
    min-height: 500px;
}.connect_with_us_50 .main_photo_87::before {
    height: 100%;
    opacity: 0.6;
    position: absolute;
    left: 0;
    content: '';
    top: 0;
    width: 100%;
    mix-blend-mode: color-dodge;
    background: linear-gradient(
        45deg, 
        rgb(150,173,136,0.5) 0%, 
        rgb(185,208,177,0.5) 100%
    );
}.connect_with_us_50 .request_card_69 {
    flex: 0 0 60%;
    justify-content: center;
    padding: 4rem 3rem;
    display: flex;
    flex-direction: column;
}.connect_with_us_50 .request_card_69 form {
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
}.connect_with_us_50 .request_card_69 h3 {
    font-size: 31px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    margin-bottom: 2rem;
}.connect_with_us_50 .request_card_69 input:not([type="checkbox"]):not([type="submit"]) {
    transition: all 0.3s ease;
    border-radius: 10px;
    outline: none;
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-size: 17px;
    width: 100%;
    border: 1px solid rgba(255,255,255,0.2);
    background: rgba(255,255,255,0.1);
    padding: 1rem 1.5rem;
}.connect_with_us_50 .request_card_69 input:not([type="checkbox"]):not([type="submit"]):focus {
    box-shadow: 0 0 15px rgba(rgb(185,208,177), 0.3);
    border-color: rgb(185,208,177);
}.connect_with_us_50 .request_card_69 .request_section_74 {
    align-items: center;
    display: flex;
    margin-bottom: 1.5rem;
}.connect_with_us_50 .request_card_69 .request_section_74 input[type="checkbox"] {
    transition: all 0.3s ease;
    width: 22px;
    margin-right: 1rem;
    position: relative;
    border: 2px solid #ffffff;
    cursor: pointer;
    border-radius: 10px;
    appearance: none;
    height: 22px;
}.connect_with_us_50 .request_card_69 .request_section_74 input[type="checkbox"]:checked {
    background: rgb(185,208,177);
    border-color: rgb(185,208,177);
}.connect_with_us_50 .request_card_69 .request_section_74 input[type="checkbox"]:checked::after {
    font-size: 0.8rem;
    color: #ffffff;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    content: '✔';
    position: absolute;
}.connect_with_us_50 .request_card_69 .request_section_74 label {
    display: flex;
    color: #ffffff;
    align-items: center;
    font-size: 17px;
}.connect_with_us_50 .request_card_69 .request_section_74 a {
    color: rgb(185,208,177);
    margin-left: 0.3rem;
    transition: color 0.3s ease;
    text-decoration: none;
}.connect_with_us_50 .request_card_69 .request_section_74 a:hover {
    text-decoration: underline;
}.connect_with_us_50 .request_card_69 .request_panel_90 {
    cursor: pointer;
    font-weight: 600;
    background: rgb(185,208,177);
    border-radius: 10px;
    position: relative;
    padding: 1rem;
    width: 100%;
    transition: all 0.3s ease;
    font-size: 14px;
    border: none;
    overflow: hidden;
    color: #ffffff;
}.connect_with_us_50 .request_card_69 .request_panel_90::before {
    height: 100%;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgba(255,255,255,0.3), 
        transparent
    );
    width: 100%;
    top: 0;
    position: absolute;
    content: '';
    transition: all 0.3s ease;
    left: -100%;
}.connect_with_us_50 .request_card_69 .request_panel_90:hover::before {
    left: 100%;
}.connect_with_us_50 .request_card_69 .request_panel_90:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    transform: translateY(-3px);
}

@keyframes subtle-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.9;
    }
}

@keyframes subtle-wave {
    0% {
        transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(5deg) scale(1.02);
    }
}

@media screen and (max-width: 1024px) {.connect_with_us_50 .message_query_17 {
    flex-direction: column;
}.connect_with_us_50 .main_photo_87 {
    flex: 0 0 100%;
    min-height: 300px;
}.connect_with_us_50 .request_card_69 {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}

@media screen and (max-width: 768px) {.connect_with_us_50 {
    padding: 3rem 0;
}.connect_with_us_50 h2 {
    margin-bottom: 2rem;
    font-size: calc(45px * 0.8);
}.connect_with_us_50 .request_card_69 h3 {
    font-size: calc(31px * 0.9);
}.connect_with_us_50 .request_card_69 input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
    margin-bottom: 1rem;
}.connect_with_us_50 .request_card_69 .request_section_74 {
    align-items: flex-start;
}.connect_with_us_50 .request_card_69 .request_section_74 input[type="checkbox"] {
    margin-top: 0.2rem;
}
}

@media screen and (max-width: 480px) {.connect_with_us_50 .message_query_17 {
    border-radius: 0;
}.connect_with_us_50 .main_photo_87 {
    min-height: 250px;
}.connect_with_us_50 .request_card_69 {
    padding: 2rem 1.5rem;
}}.explore_now_97 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(150,173,136) 0%, rgb(185,208,177) 100%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    margin: 6rem 0;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    padding: 5rem 2rem;
}.explore_now_97::before {
    height: 200%;
    pointer-events: none;
    left: -50%;
    width: 200%;
    content: "";
    top: -50%;
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 5%, transparent 60%);
    animation: pulse 15s infinite alternate ease-in-out;
    opacity: 0.1;
    position: absolute;
}.explore_now_97::after {
    right: 0;
    bottom: 0;
    width: 100%;
    content: "";
    transform-origin: bottom right;
    position: absolute;
    height: 30%;
    opacity: 0.2;
    background: linear-gradient(90deg, transparent, rgb(150,173,136,0.5));
    z-index: 1;
    transform: skewY(-3deg);
}.explore_now_97 .container {
    flex-direction: column;
    margin: 0 auto;
    max-width: 1200px;
    gap: 2.5rem;
    position: relative;
    z-index: 2;
    align-items: center;
    display: flex;
}.explore_now_97 h6 {
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    margin: 0;
    letter-spacing: 0.03em;
    animation: floatText 5s infinite alternate ease-in-out;
    font-family: Arial, sans-serif;
    text-align: center;
    max-width: 800px;
    transform: translateY(-5px);
    font-weight: 600;
    line-height: 1.4;
    color: #ffffff;
    font-size: clamp(1.25rem, 3vw, 2rem);
}.explore_now_97 div:not(.container) {
    justify-content: center;
    position: relative;
    margin-top: 1rem;
    display: flex;
}.explore_now_97 span {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    display: inline-block;
    transform: perspective(800px) rotateX(2deg);
}.explore_now_97 span:hover {
    transform: perspective(800px) rotateX(0deg) translateY(-5px);
}.explore_now_97 .request_panel_90 {
    position: relative;
    align-items: center;
    font-size: 19px;
    display: inline-flex;
    letter-spacing: 1px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 0 5px 15px rgb(185,208,177,0.5);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    justify-content: center;
    text-transform: uppercase;
    background: #ffffff;
    color: rgb(185,208,177);
    padding: 1rem 2.5rem;
    border-radius: 10px;
    overflow: hidden;
    font-weight: 700;
    text-decoration: none;
}.explore_now_97 .request_panel_90::before {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, transparent 80%);
    top: 0;
    content: "";
}.explore_now_97 .request_panel_90::after {
    left: -50%;
    transform: scale(0.5);
    top: -50%;
    content: "";
    opacity: 0;
    width: 200%;
    background: radial-gradient(circle, rgb(150,173,136,0.5) 0%, transparent 70%);
    height: 200%;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    z-index: 0;
    position: absolute;
}.explore_now_97 .request_panel_90:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 0 8px 25px rgb(185,208,177,0.5);
    color: #000000;
    transform: translateY(-2px);
}.explore_now_97 .request_panel_90:hover::after {
    transform: scale(1);
    opacity: 0.5;
}.explore_now_97 .request_panel_90 span {
    transform: none;
    z-index: 2;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
}.explore_now_97 .request_panel_90:hover span {
    transform: scale(1.05);
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(1.1) rotate(5deg);
    }
}

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

@media (max-width: 992px) {.explore_now_97 {
    padding: 4rem 1.5rem;
    transform: perspective(1000px) rotateX(1deg);
    margin: 4rem 0;
}.explore_now_97 .container {
    gap: 2rem;
}.explore_now_97 h6 {
    font-size: calc(19px * 1.1);
}.explore_now_97 .request_panel_90 {
    padding: 0.9rem 2.2rem;
}
}

@media (max-width: 768px) {.explore_now_97 {
    padding: 3.5rem 1.25rem;
    margin: 3rem 0;
    transform: none;
}.explore_now_97 .container {
    gap: 1.75rem;
}.explore_now_97 h6 {
    font-size: 19px;
    line-height: 1.5;
}.explore_now_97 .request_panel_90 {
    font-size: calc(19px * 0.95);
    padding: 0.85rem 2rem;
}
    
    @keyframes floatText {
        0%, 100% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-5px);
        }
    }
}

@media (max-width: 576px) {.explore_now_97 {
    padding: 3rem 1rem;
    margin: 2.5rem 0;
}.explore_now_97 .container {
    gap: 1.5rem;
}.explore_now_97 h6 {
    letter-spacing: 0.02em;
    font-size: calc(19px * 0.95);
}.explore_now_97 .request_panel_90 {
    padding: 0.8rem 1.8rem;
    font-size: calc(19px * 0.9);
}}.client_experience_72 {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(220,235,215) 0%, rgba(rgb(185,208,177,0.5), 0.05) 100%);
}.client_experience_72::before {
    position: absolute;
    content: "";
    top: -50px;
    z-index: 1;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 70%;
    right: -50px;
    height: 250px;
    background: linear-gradient(225deg, rgb(185,208,177) 0%, transparent 70%);
    opacity: 0.1;
    transform: rotate(-15deg);
    width: 250px;
}.client_experience_72::after {
    bottom: -80px;
    transform: rotate(15deg);
    height: 300px;
    position: absolute;
    content: "";
    left: -80px;
    border-radius: 30% 70% 40% 60% / 50% 40% 60% 50%;
    z-index: 1;
    background: linear-gradient(45deg, rgb(150,173,136) 0%, transparent 70%);
    width: 300px;
    opacity: 0.08;
}.client_experience_72 .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
}.client_experience_72 h2 {
    transform: translateX(-50%);
    left: 50%;
    font-size: 36px;
    margin-bottom: 60px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    letter-spacing: -0.5px;
    color: #000000;
    text-align: center;
}.client_experience_72 h2::after {
    width: 80%;
    position: absolute;
    left: 10%;
    background: linear-gradient(90deg, transparent, rgb(185,208,177), transparent);
    content: "";
    bottom: -12px;
    height: 3px;
}.client_experience_72 .rating_zone_71 {
    margin: 0;
    list-style: none;
    display: grid;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
}.client_experience_72 .success_opinions_36 {
    border-left: 3px solid rgb(185,208,177);
    padding: 30px;
    background: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.4s ease;
    box-shadow: 0 8px 30px rgba(rgba(0, 0, 0, 0.5), 0.06);
    position: relative;
    overflow: hidden;
}.client_experience_72 .success_opinions_36::before {
    font-size: 120px;
    content: "";
    line-height: 0.8;
    right: 20px;
    font-family: serif;
    top: 10px;
    color: rgba(rgb(185,208,177,0.5), 0.08);
    position: absolute;
}.client_experience_72 .success_opinions_36:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.1);
}.client_experience_72 .success_opinions_36 div {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}.client_experience_72 .success_opinions_36 img {
    object-fit: cover;
    box-shadow: 0 4px 10px rgba(rgba(0, 0, 0, 0.5), 0.1);
    border-radius: 50%;
    margin-right: 15px;
    transition: transform 0.3s ease;
    height: 60px;
    border: 3px solid #ffffff;
    width: 60px;
}.client_experience_72 .success_opinions_36:hover img {
    transform: scale(1.05);
}.client_experience_72 .success_opinions_36 h4 {
    font-size: calc(23px - 2px);
    font-weight: 600;
    color: #000000;
    position: relative;
    margin: 0;
}.client_experience_72 .success_opinions_36 h4::after {
    bottom: -5px;
    transition: width 0.3s ease;
    width: 30px;
    height: 2px;
    background-color: rgb(185,208,177);
    position: absolute;
    left: 0;
    content: "";
}.client_experience_72 .success_opinions_36:hover h4::after {
    width: 50px;
}.client_experience_72 .description {
    font-size: 14px;
    color: #000000;
    margin: 0;
    font-weight: 400;
    position: relative;
    line-height: 1.6;
}.client_experience_72 a {
    color: #ffffff;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    left: 50%;
    background: linear-gradient(135deg, rgb(185,208,177) 0%, rgb(150,173,136) 100%);
    font-weight: 600;
    z-index: 10;
    padding: 12px 30px;
    text-decoration: none;
    font-size: 15px;
    transform: translateX(-50%);
    box-shadow: 0 6px 15px rgba(rgb(185,208,177,0.5), 0.3);
    transition: all 0.3s ease;
    margin-top: 40px;
    display: inline-block;
}.client_experience_72 a::before {
    top: 0;
    width: 100%;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    content: "";
    position: absolute;
    transition: left 0.7s ease;
}.client_experience_72 a:hover {
    transform: translateX(-50%) translateY(-3px);
    box-shadow: 0 8px 25px rgba(rgb(185,208,177,0.5), 0.4);
}.client_experience_72 a:hover::before {
    left: 100%;
}

@media (max-width: 991px) {.client_experience_72 {
    padding: 90px 0;
}.client_experience_72 h2 {
    font-size: calc(36px - 4px);
    margin-bottom: 50px;
}.client_experience_72 .rating_zone_71 {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
}

@media (max-width: 767px) {.client_experience_72 {
    padding: 70px 0;
}.client_experience_72 h2 {
    margin-bottom: 40px;
    line-height: 1.3;
    font-size: calc(36px - 6px);
}.client_experience_72 .rating_zone_71 {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 500px;
}.client_experience_72 .success_opinions_36 {
    padding: 25px;
}.client_experience_72 a {
    padding: 10px 25px;
    margin-top: 30px;
}
}

@media (max-width: 480px) {.client_experience_72 {
    padding: 60px 0;
}.client_experience_72 h2 {
    font-size: calc(36px - 8px);
    margin-bottom: 35px;
}.client_experience_72 .success_opinions_36 {
    padding: 20px;
}.client_experience_72 .success_opinions_36 img {
    height: 50px;
    width: 50px;
}.client_experience_72 .description {
    font-size: calc(14px - 1px);
}.client_experience_72 a {
    text-align: center;
    width: 90%;
}}.pricing_bucket_52 {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background-color: rgb(220,235,215);
}.pricing_bucket_52::before {
    height: 120%;
    width: 110%;
    background: linear-gradient(135deg, 
        rgba(var(--secondary-color-rgb), 0.03) 0%,
        rgba(var(--secondary-color-rgb), 0.01) 40%, 
        rgba(var(--primary-color-rgb), 0.02) 60%, 
        rgba(var(--primary-color-rgb), 0.05) 100%);
    content: "";
    top: -10%;
    position: absolute;
    transform: rotate(-3deg);
    z-index: 0;
    left: -5%;
}.pricing_bucket_52 .container {
    z-index: 1;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.pricing_bucket_52 .annual_plan_13 {
    flex-direction: column;
    display: flex;
}.pricing_bucket_52 .program_rate_24 {
    order: 1;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}.pricing_bucket_52 .program_rate_24 h2 {
    margin-bottom: 15px;
    font-size: 28px;
    transform: translateY(0);
    -webkit-background-clip: text !important;
    color: #000000;
    background: linear-gradient(120deg, rgb(150,173,136), rgb(185,208,177));
    -webkit-text-fill-color: transparent;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
}.pricing_bucket_52 .program_rate_24:hover h2 {
    transform: translateY(-5px);
}.pricing_bucket_52 .bundle_price_72 {
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
    color: #000000;
    font-size: 14px;
    position: relative;
}.pricing_bucket_52 .bundle_price_72::after {
    transform: translateX(-50%) scaleX(0.7);
    bottom: -15px;
    position: absolute;
    width: 100px;
    height: 3px;
    transition: transform 0.5s ease;
    left: 50%;
    background: linear-gradient(90deg, rgb(150,173,136), rgb(185,208,177));
    content: "";
}.pricing_bucket_52 .program_rate_24:hover .bundle_price_72::after {
    transform: translateX(-50%) scaleX(1);
}.pricing_bucket_52 .price_opts_27 {
    display: grid;
    order: 2;
    gap: 30px;
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
}.pricing_bucket_52 .plan_table_10 {
    z-index: 1;
    overflow: hidden;
    perspective: 1000px;
    display: block;
    background-color: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    text-decoration: none;
    transform-style: preserve-3d;
    border-radius: 10px;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}.pricing_bucket_52 .plan_table_10::before {
    transform: scaleX(0.85);
    content: "";
    left: 0;
    top: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    position: absolute;
    height: 5px;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(150,173,136), rgb(185,208,177));
    z-index: 2;
}.pricing_bucket_52 .plan_table_10:hover {
    box-shadow: 0 15px 30px rgba(var(--secondary-color-rgb), 0.12);
    transform: translateY(-10px);
}.pricing_bucket_52 .plan_table_10:hover::before {
    transform: scaleX(1);
}.pricing_bucket_52 .member_fees_18 {
    display: flex;
    flex-direction: column;
    height: 100%;
}.pricing_bucket_52 .cert_cost_26 {
    padding: 30px;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    flex-grow: 1;
    display: flex;
    z-index: 1;
}.pricing_bucket_52 .cert_cost_26::before {
    left: 0;
    background: linear-gradient(135deg, 
        rgba(var(--white-color-rgb), 0.7) 0%, 
        rgba(var(--white-color-rgb), 1) 60%);
    content: "";
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    z-index: -1;
}.pricing_bucket_52 .cert_cost_26 h3 {
    font-weight: 700;
    color: #000000;
    position: relative;
    transition: transform 0.4s ease;
    font-size: calc(23px + 2px);
    margin-bottom: 15px;
}.pricing_bucket_52 .plan_table_10:hover .cert_cost_26 h3 {
    transform: translateX(5px);
}.pricing_bucket_52 .group_plans_65 {
    color: rgb(185,208,177);
    position: relative;
    font-size: calc(23px + 8px);
    font-weight: 700;
    margin-bottom: 20px;
    padding: 5px 10px;
    transition: transform 0.4s ease, color 0.4s ease;
    display: inline-block;
}.pricing_bucket_52 .group_plans_65::before {
    content: "";
    height: 2px;
    bottom: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0.3);
    width: 100%;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(150,173,136), rgb(185,208,177));
    left: 0;
    position: absolute;
}.pricing_bucket_52 .plan_table_10:hover .group_plans_65 {
    transform: translateY(-5px);
    color: rgb(150,173,136);
}.pricing_bucket_52 .plan_table_10:hover .group_plans_65::before {
    transform: scaleX(1);
}.pricing_bucket_52 .cert_cost_26 p {
    flex-grow: 1;
    margin-bottom: 0;
    line-height: 1.6;
    font-size: 14px;
    hyphens: auto;
    max-width: 100%;
    color: #000000;
    word-wrap: break-word;
    overflow-wrap: break-word;
}.pricing_bucket_52 .main_photo_87 {
    overflow: hidden;
    height: 200px;
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    width: 100%;
}.pricing_bucket_52 .main_photo_87::after {
    width: 100%;
    background: linear-gradient(0deg, 
        rgba(var(--dark-color-rgb), 0.4) 0%, 
        rgba(var(--dark-color-rgb), 0) 40%);
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 1;
    top: 0;
    content: "";
}.pricing_bucket_52 .plan_table_10:hover .main_photo_87 {
    transform: scale(1.05);
}

@media (min-width: 768px) {.pricing_bucket_52 .price_opts_27 {
    grid-template-columns: repeat(2, 1fr);
}.pricing_bucket_52 .cert_cost_26 {
    padding: 35px;
}.pricing_bucket_52 .main_photo_87 {
    height: 220px;
}
}

@media (min-width: 992px) {.pricing_bucket_52 .annual_plan_13 {
    gap: 60px;
    align-items: center;
    flex-direction: row;
}.pricing_bucket_52 .program_rate_24 {
    text-align: left;
    order: 2;
    margin-bottom: 0;
    flex: 0 0 30%;
}.pricing_bucket_52 .price_opts_27 {
    order: 1;
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 65%;
}.pricing_bucket_52 .bundle_price_72::after {
    transform: translateX(0) scaleX(0.7);
    left: 0;
}.pricing_bucket_52 .program_rate_24:hover .bundle_price_72::after {
    transform: translateX(0) scaleX(1);
}
}

@media (min-width: 1200px) {.pricing_bucket_52 {
    padding: 150px 0;
}.pricing_bucket_52 .price_opts_27 {
    gap: 40px;
}.pricing_bucket_52 .plan_table_10 {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), 
                    box-shadow 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.pricing_bucket_52 .plan_table_10:hover {
    transform: translateY(-15px) scale(1.02);
}.pricing_bucket_52 .plan_table_10:nth-child(even) {
    transform: translateY(15px);
}.pricing_bucket_52 .plan_table_10:nth-child(even):hover {
    transform: translateY(0) scale(1.02);
}.pricing_bucket_52 .main_photo_87 {
    height: 250px;
}
}