* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}html,body {
    color: #000000;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.viewport-container {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}.top_sitewrap {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}.container {
    width: 1191px;
    max-width: 100%;
    margin: auto;
}.cookie_ctrl {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
footer {
    width: 100%;
    position: relative;
}footer .cookie_ctrl {
    background-color: rgb(142,165,131);
    overflow: hidden;
    padding: 80px 0 30px;
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
}footer .cookie_ctrl::before {
    position: absolute;
    content: "";
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
    transform: skewY(-3deg);
    left: 0;
    right: 0;
    z-index: 0;
    top: -50px;
    background-color: rgb(142,165,131);
    height: 100px;
}footer .award_show {
    position: relative;
    z-index: 1;
}footer .get_assist {
    gap: 15px;
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}footer .info_item {
    flex: 1 1 200px;
    padding: 15px 20px 15px 25px;
    max-width: 300px;
    position: relative;
    background-color: rgb(142,165,131,0.5);
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 0 5px 5px 0;
}footer .info_item::before {
    height: 100%;
    width: 5px;
    content: "";
    left: 0;
    position: absolute;
    background-color: rgb(179,191,171);
    top: 0;
}footer .info_item::after {
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    z-index: -1;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    top: 0;
}footer .info_item:nth-child(even) {
    background-color: rgb(179,191,171,0.5);
}footer .info_item:hover {
    transform: translateY(-5px) translateX(5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}footer .info_item svg {
    fill: rgb(179,191,171);
    vertical-align: middle;
    height: 20px;
    margin-right: 12px;
    width: 20px;
    top: -1px;
    position: relative;
}footer .info_item p,
footer .info_item a {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    font-size: 17px;
    transition: color 0.3s ease;
    vertical-align: middle;
}footer .info_item a:hover {
    color: rgb(179,191,171);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 30px;
    position: relative;
    display: grid;
}footer .nav_learning {
    background-color: rgb(142,165,131,0.5);
    border-radius: 12px;
    padding: 30px;
    position: relative;
}footer .nav_learning::before {
    content: "";
    border-radius: calc(12px - 8px);
    left: 15px;
    right: 15px;
    bottom: 15px;
    pointer-events: none;
    top: 15px;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    position: absolute;
}footer .nav_learning svg {
    display: block;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
    height: 45px;
    width: auto;
}footer .exam_prep {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
}footer .nav_info {
    position: relative;
}footer .nav_info h5 {
    font-weight: 600;
    margin-bottom: 25px;
    padding-left: 15px;
    font-size: 20px;
    display: inline-block;
    position: relative;
    color: #ffffff;
}footer .nav_info h5::before {
    background-color: rgb(179,191,171);
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    width: 3px;
    content: "";
}footer .header_base {
    margin-bottom: 25px;
    position: relative;
}footer .header_base a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    text-decoration: none;
    position: relative;
    border-radius: 0 5px 5px 0;
    background-color: rgb(142,165,131,0.5);
    display: inline-block;
    transition: all 0.3s ease;
    margin: 0 10px 10px 0;
    padding: 10px 15px;
}footer .header_base a::before {
    top: 0;
    left: 0;
    content: "";
    background-color: rgb(179,191,171);
    width: 3px;
    transition: width 0.3s ease;
    position: absolute;
    height: 100%;
}footer .header_base a:hover {
    transform: translateX(5px);
    background-color: rgb(179,191,171,0.5);
    color: #ffffff;
}footer .header_base a:hover::before {
    width: 5px;
}footer .subscribe_holder {
    background-color: rgb(142,165,131,0.5);
    position: relative;
    border-radius: 12px;
    padding: 30px;
}footer .subscribe_holder::before {
    content: "";
    top: 15px;
    position: absolute;
    right: 15px;
    left: 15px;
    bottom: 15px;
    pointer-events: none;
    border-radius: calc(12px - 8px);
    border: 1px dashed rgba(255, 255, 255, 0.1);
}footer .subscribe_holder h5 {
    padding-left: 15px;
    font-weight: 600;
    position: relative;
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 20px;
}footer .subscribe_holder h5::before {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 3px;
    background-color: rgb(179,191,171);
    height: 100%;
}footer .subscribe_holder p {
    font-size: 17px;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}footer .input_holder {
    flex-direction: column;
    gap: 15px;
    display: flex;
}footer .input_holder input[type="email"] {
    font-size: 17px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 14px 16px;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgb(179,191,171);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .news_label {
    font-size: 17px;
    overflow: hidden;
    transition: all 0.3s ease;
    background-color: rgb(179,191,171);
    font-weight: 600;
    color: #ffffff;
    position: relative;
    padding: 14px 20px;
    border: none;
    cursor: pointer;
    border-radius: 10px;
}footer .news_label::after {
    position: absolute;
    left: -100%;
    height: 200%;
    top: -50%;
    transform: rotate(30deg);
    width: 200%;
    transition: all 0.5s ease;
    background: rgba(255, 255, 255, 0.1);
    content: "";
}footer .news_label:hover {
    background-color: rgb(142,165,131);
}footer .news_label:hover::after {
    left: 100%;
}footer .career_help {
    margin-top: 50px;
    text-align: center;
    position: relative;
}footer .career_help::before {
    height: 1px;
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    width: 50px;
    content: "";
    top: -25px;
    left: 50%;
}footer .learn_nav {
    display: inline-block;
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
    position: relative;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .news_label {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .cookie_ctrl {
    padding: 60px 0 30px;
}footer .get_assist {
    margin-bottom: 40px;
}footer .nav_learning, footer .subscribe_holder {
    padding: 25px 20px;
}footer .header_base a {
    padding: 8px 12px;
    margin: 0 5px 8px 0;
}footer .career_help {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .cookie_ctrl {
    padding: 50px 0 20px;
}footer .nav_info h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(20px - 2px);
}footer .nav_learning::before, footer .subscribe_holder::before {
    bottom: 10px;
    top: 10px;
    right: 10px;
    left: 10px;
}footer .input_holder input[type="email"],
    footer .news_label {
    padding: 12px;
}}.academic_expertise {
    overflow: hidden;
    background: linear-gradient(to bottom, #000000 0%, rgb(210,216,207) 100%);
    padding: 8rem 0;
    position: relative;
}.academic_expertise::before {
    background: 
        radial-gradient(circle at 20% 30%, rgb(179,191,171,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(142,165,131,0.5) 0%, transparent 25%);
    height: 100%;
    content: "";
    filter: blur(60px);
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    animation: ambientLight 20s ease-in-out infinite alternate;
}@keyframes ambientLight {
    0% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.1); }
    100% { opacity: 0.3; transform: scale(1); }
}

.academic_expertise .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    perspective: 1000px;
    max-width: 1200px;
    padding: 0 2rem;
}.academic_expertise .learner_voices {
    padding: 3rem;
    display: flex;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgb(142,165,131,0.5),
        inset 0 0 30px rgb(179,191,171,0.5);
    position: relative;
    border-radius: 29px;
    background-color: rgba(255, 255, 255, 0.03);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform-style: preserve-3d;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    transform: rotateX(5deg) rotateY(-5deg);
    flex-wrap: wrap;
}.academic_expertise .learner_voices:hover {
    transform: rotateX(0) rotateY(0);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.3),
        0 0 0 2px rgb(142,165,131,0.5),
        inset 0 0 50px rgb(179,191,171,0.5);
}.academic_expertise .cover_photo {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    top: -90px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgb(179,191,171,0.5);
    position: absolute;
    transform: translateX(-50%) translateZ(30px);
    width: 180px;
    height: 180px;
    left: 50%;
    border: 3px solid #ffffff;
    border-radius: 50%;
}.academic_expertise .learner_voices:hover .cover_photo {
    transform: translateX(-50%) translateZ(50px);
}.academic_expertise .name {
    width: 100%;
    transform: translateZ(20px);
    margin-top: 100px;
    letter-spacing: 1px;
    font-weight: 700;
    text-shadow: 0 0 10px rgb(179,191,171,0.5);
    font-size: 28px;
    color: #ffffff;
    text-align: center;
}.academic_expertise .learner_voices span:not(.name) {
    text-transform: uppercase;
    width: 100%;
    transform: translateZ(15px);
    letter-spacing: 2px;
    font-size: 21px;
    text-align: center;
    color: rgb(142,165,131);
    font-weight: 600;
    margin-top: 0.5rem;
}.academic_expertise .work_milestones {
    transform: translateZ(10px);
    padding: 2rem;
    width: 100%;
    color: #ffffff;
    transition: transform 0.3s ease;
    margin-top: 2rem;
    line-height: 1.7;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    font-size: 18px;
    position: relative;
    border-left: 3px solid rgb(179,191,171);
    border-radius: 10px;
}.academic_expertise .work_milestones::before {
    opacity: 0.1;
    position: absolute;
    background: linear-gradient(45deg, rgb(179,191,171,0.5) 0%, transparent 70%);
    border-radius: 10px;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    mix-blend-mode: overlay;
    content: "";
}.academic_expertise .learner_voices:hover .work_milestones {
    transform: translateZ(25px);
}

@media (max-width: 991px) {.academic_expertise {
    padding: 7rem 0 5rem;
}.academic_expertise .learner_voices {
    padding: 2.5rem 2rem;
}.academic_expertise .cover_photo {
    height: 150px;
    width: 150px;
    top: -75px;
}.academic_expertise .name {
    margin-top: 80px;
}.academic_expertise .work_milestones {
    padding: 1.5rem;
}
}

@media (max-width: 767px) {.academic_expertise {
    padding: 6rem 0 3rem;
}.academic_expertise .container {
    padding: 0 1rem;
}.academic_expertise .learner_voices {
    padding: 2rem 1.5rem;
    transform: none;
}.academic_expertise .cover_photo {
    top: -60px;
    width: 120px;
    height: 120px;
}.academic_expertise .name {
    font-size: calc(28px - 2px);
    margin-top: 70px;
}.academic_expertise .learner_voices span:not(.name) {
    font-size: calc(21px - 1px);
}.academic_expertise .work_milestones {
    margin-top: 1.5rem;
    font-size: calc(18px - 1px);
    padding: 1.2rem;
}.academic_expertise .learner_voices:hover {
    transform: none;
}}.subscribe_to_newsletter {
    background: linear-gradient(135deg, rgb(142,165,131,0.5) 0%, rgb(179,191,171,0.5) 100%);
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.1);
    padding: 4rem 2rem;
    overflow: hidden;
    position: relative;
}.subscribe_to_newsletter::before {
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        rgb(255, 255, 255, 0.5) 0px,
        rgb(255, 255, 255, 0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    position: absolute;
    opacity: 0.05;
    z-index: 1;
}.subscribe_to_newsletter::after {
    content: "";
    z-index: 0;
    right: -20%;
    top: -50%;
    height: 200%;
    opacity: 0.1;
    transform: rotate(-15deg);
    animation: pulse 15s infinite alternate ease-in-out;
    position: absolute;
    width: 70%;
    background: radial-gradient(circle, rgb(179,191,171,0.5) 0%, transparent 70%);
}.subscribe_to_newsletter .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.subscribe_to_newsletter .learn_guide {
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 97% 100%, 0 100%);
    flex-direction: column;
    background: #ffffff;
    padding: 3rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateX(2deg);
    display: flex;
    backdrop-filter: blur(10px);
}.subscribe_to_newsletter .learn_guide::before {
    background: linear-gradient(to bottom, rgb(179,191,171), rgb(142,165,131));
    top: 0;
    transform: translateX(-3px);
    left: 0;
    content: "";
    z-index: 1;
    width: 5px;
    position: absolute;
    height: 100%;
}.subscribe_to_newsletter .learn_guide h3 {
    position: relative;
    font-size: calc(23px * 1.1);
    font-weight: 600;
    max-width: 80%;
    color: #000000;
    margin-bottom: 2rem;
    line-height: 1.4;
}.subscribe_to_newsletter .learn_guide h3::after {
    width: 60px;
    content: "";
    position: absolute;
    bottom: -0.8rem;
    background: rgb(179,191,171);
    height: 3px;
    animation: expandLine 3s infinite alternate cubic-bezier(0.45, 0.05, 0.55, 0.95);
    left: 0;
    transform-origin: left;
}.subscribe_to_newsletter .input_holder {
    display: flex;
    position: relative;
    max-width: 550px;
    flex-wrap: wrap;
    margin-top: 1rem;
    gap: 1rem;
}.subscribe_to_newsletter .input_holder div {
    flex: 1 1 250px;
    position: relative;
}.subscribe_to_newsletter .input_holder input[type="email"] {
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1rem 1.2rem;
    font-size: 18px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
    background-color: #ffffff;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    width: 100%;
}.subscribe_to_newsletter .input_holder input[type="email"]:focus {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px -3px rgb(179,191,171,0.5);
    outline: none;
    border-color: rgb(179,191,171);
}.subscribe_to_newsletter .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
}.subscribe_to_newsletter .input_holder input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.7;
}.subscribe_to_newsletter .input_holder .news_label {
    font-weight: 600;
    font-size: 16px;
    border: none;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 1rem 1.5rem;
    flex: 0 0 auto;
    color: #ffffff;
    background: linear-gradient(to right, rgb(179,191,171), rgb(142,165,131));
    cursor: pointer;
}.subscribe_to_newsletter .input_holder .news_label::before {
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    width: 100%;
    transition: all 0.5s ease;
    height: 100%;
    top: 0;
    content: "";
}.subscribe_to_newsletter .input_holder .news_label:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px -5px rgb(179,191,171,0.5);
}.subscribe_to_newsletter .input_holder .news_label:hover::before {
    left: 100%;
}.subscribe_to_newsletter .input_holder .news_label:active {
    box-shadow: 0 4px 10px -3px rgb(179,191,171,0.5);
    transform: translateY(-1px);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(1);
    }
    50% {
        opacity: 0.2;
        transform: rotate(-15deg) scale(1.1);
    }
}

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

@media (min-width: 768px) {.subscribe_to_newsletter {
    padding: 5rem 3rem;
}.subscribe_to_newsletter .learn_guide {
    justify-content: space-between;
    padding: 4rem;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 97% 100%, 0 100%);
    align-items: center;
    flex-direction: row;
}.subscribe_to_newsletter .learn_guide h3 {
    max-width: 45%;
    margin-bottom: 0;
    padding-right: 2rem;
    font-size: 28px;
}.subscribe_to_newsletter .learn_guide h3::after {
    width: 80px;
}.subscribe_to_newsletter .learn_guide > div {
    flex: 0 0 50%;
}.subscribe_to_newsletter .input_holder {
    max-width: 100%;
    margin-top: 0;
}
    
    @keyframes expandLine {
        0%, 20% {
            width: 80px;
        }
        80%, 100% {
            width: 120px;
        }
    }
}

@media (max-width: 767px) {.subscribe_to_newsletter .learn_guide {
    padding: 2rem;
}.subscribe_to_newsletter .learn_guide h3 {
    max-width: 100%;
    font-size: calc(23px * 0.9);
}.subscribe_to_newsletter .input_holder {
    flex-direction: column;
}.subscribe_to_newsletter .input_holder div {
    flex: 1 1 auto;
}.subscribe_to_newsletter .input_holder .news_label {
    width: 100%;
}
}

@media (hover: none) {.subscribe_to_newsletter .input_holder .news_label:hover {
    transform: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}.subscribe_to_newsletter .input_holder .news_label:hover::before {
    left: -100%;
}.subscribe_to_newsletter .input_holder input[type="email"]:focus {
    transform: none;
}
}

@media (prefers-reduced-motion) {.subscribe_to_newsletter::after {
    animation: none;
}.subscribe_to_newsletter .learn_guide h3::after {
    width: 80px;
    animation: none;
}.subscribe_to_newsletter .input_holder .news_label::before {
    display: none;
}}.privacy_preserve {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    color: #000000;
    font-family: Arial, sans-serif;
    background: rgb(210,216,207);
    padding: 40px;
    line-height: 1.6;
}.privacy_preserve h1 {
    color: rgb(179,191,171);
    background: linear-gradient(to right, rgb(179,191,171), rgb(179,191,171,0.5));
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    -webkit-background-clip: text !important;
    font-weight: 700;
    padding-bottom: 10px;
    font-size: 44px;
    border-bottom: 2px solid rgb(179,191,171,0.5);
}.privacy_preserve h2 {
    margin-bottom: 15px;
    background: linear-gradient(to right, rgb(142,165,131), rgb(142,165,131,0.5));
    font-size: 37px;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    margin-top: 30px;
    color: rgb(142,165,131);
    font-weight: 600;
}.privacy_preserve h3,
.privacy_preserve h4,
.privacy_preserve h5,
.privacy_preserve h6 {
    -webkit-background-clip: text !important;
    color: rgb(142,165,131,0.5);
    margin-top: 20px;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, rgb(142,165,131), rgb(142,165,131,0.5));
    font-weight: 400;
}.privacy_preserve ul {
    padding: 0;
    margin: 20px 0;
    list-style: none;
}.privacy_preserve ul li {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    margin-bottom: 10px;
    background: linear-gradient(to right, #ffffff, rgb(179,191,171,0.5));
    border-left: 4px solid rgb(179,191,171);
    padding: 15px;
}.privacy_preserve ol {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    counter-reset: li;
}.privacy_preserve ol li {
    border-radius: 10px;
    position: relative;
    margin-bottom: 10px;
    padding: 10px 15px 10px 40px;
    background: linear-gradient(to right, #ffffff, rgb(142,165,131,0.5));
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}.privacy_preserve ol li:before {
    content: counter(li);
    position: absolute;
    color: #ffffff;
    justify-content: center;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    top: 50%;
    left: 10px;
    counter-increment: li;
    align-items: center;
    display: flex;
    background-color: rgb(179,191,171);
    transform: translateY(-50%);
}.privacy_preserve p {
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 12px;
}.privacy_preserve span {
    font-weight: 600;
    color: rgb(179,191,171);
}.privacy_preserve div {
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {.privacy_preserve {
    padding: 20px;
}.privacy_preserve h1 {
    font-size: calc(18px * 0.8);
}.privacy_preserve h2 {
    font-size: calc(18px * 0.8);
}.privacy_preserve ul li,
    .privacy_preserve ol li {
    padding: 10px;
}.privacy_preserve ol li:before {
    width: 20px;
    height: 20px;
    font-size: 0.8em;
}.privacy_preserve p {
    font-size: calc(12px * 0.9);
}}
.title_greeting {
    min-height: 100vh;
    overflow: hidden;
    align-items: center;
    display: flex;
    justify-content: center;
    background: linear-gradient(135deg, rgb(142,165,131,0.5), rgb(179,191,171));
    position: relative;
}.title_greeting::before {
    opacity: 0.05;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
    background: repeating-linear-gradient(
    45deg,
    rgb(142,165,131,0.5) 0px,
    transparent 2px,
    transparent 10px,
    rgb(142,165,131,0.5) 12px
  );
    content: "";
    position: absolute;
    left: 0;
}.title_greeting::after {
    height: 50%;
    top: -10%;
    content: "";
    background: radial-gradient(circle, rgb(179,191,171,0.5) 0%, transparent 70%);
    z-index: 0;
    filter: blur(60px);
    position: absolute;
    width: 50%;
    right: -10%;
}.title_greeting .fast_knowledge {
    position: relative;
    z-index: 2;
    clip-path: polygon(
    0 0,
    100% 0,
    97% 100%,
    3% 100%
  );
    backdrop-filter: blur(5px);
    padding: 4rem 2rem;
    gap: 3rem;
    grid-template-columns: 1fr;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0.05)
  );
    transform-style: preserve-3d;
    width: 90%;
    max-width: 1200px;
    display: grid;
    transform: perspective(1000px) rotateX(2deg);
}.title_greeting h3 {
    font-size: clamp(1.2rem, 2vw, 1.8rem);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    padding-left: 1.5rem;
    transform: translateZ(20px);
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-family: Arial, sans-serif;
    position: relative;
    margin: 0 0 1.5rem;
    font-weight: 600;
}.title_greeting h3::before {
    left: 0;
    content: "";
    width: 4px;
    background: linear-gradient(to bottom, rgb(179,191,171), rgb(142,165,131));
    top: 0;
    animation: lineReveal 1.2s ease forwards 0.5s;
    height: 100%;
    transform: scaleY(0);
    transform-origin: top;
    position: absolute;
}.title_greeting h1 {
    background-image: linear-gradient(
    90deg,
    #ffffff,
    rgb(179,191,171,0.5)
  );
    margin: 0 0 2rem;
    transform: translateZ(30px);
    font-size: clamp(2.5rem, 6vw, 44px);
    animation: textGradient 6s linear infinite;
    background-size: 200% auto;
    color: #ffffff;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
    position: relative;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}.title_greeting .vision_mission {
    padding: 1rem;
    transform: translateZ(10px);
    position: relative;
}.title_greeting .vision_mission > div {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 
    0 15px 30px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    transform: translateZ(5px);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.2, 0.9, 0.3, 1.2);
}.title_greeting .vision_mission > div::before {
    background: linear-gradient(
    135deg,
    rgb(142,165,131,0.5),
    transparent 50%,
    rgb(179,191,171,0.5)
  );
    mix-blend-mode: overlay;
    z-index: 1;
    content: "";
    position: absolute;
    inset: 0;
}.title_greeting .vision_mission > div:hover {
    transform: translateZ(20px) scale(1.02);
}.title_greeting p {
    z-index: 2;
    padding: 8rem 2rem 2rem;
    color: #ffffff;
    line-height: 1.6;
    background: linear-gradient(
    to bottom,
    transparent,
    rgba(0, 0, 0, 0.7) 30%
  );
    font-size: clamp(1rem, 1.5vw, 12px);
    font-weight: 400;
    font-family: Arial, sans-serif;
    position: relative;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

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

@keyframes lineReveal {
  0% { transform: scaleY(0); }
  100% { transform: scaleY(1); }
}

@media screen and (min-width: 768px) {.title_greeting .fast_knowledge {
    padding: 5rem 3rem;
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
}.title_greeting h3 {
    padding-left: 2rem;
    margin-top: 2rem;
}.title_greeting h3::before {
    width: 6px;
}.title_greeting .vision_mission {
    padding: 1.5rem;
}.title_greeting p {
    padding: 10rem 3rem 3rem;
}
}

@media screen and (min-width: 1200px) {.title_greeting .fast_knowledge {
    gap: 3rem;
    padding: 6rem 4rem;
}.title_greeting h3 {
    padding-left: 3rem;
    margin-top: 3rem;
}.title_greeting h3::before {
    width: 8px;
}.title_greeting .vision_mission {
    padding: 2rem;
}.title_greeting p {
    padding: 12rem 4rem 4rem;
}
}

@media (prefers-reduced-motion: reduce) {.title_greeting .fast_knowledge {
    transform: none;
}.title_greeting h1 {
    animation: none;
}.title_greeting h3::before {
    transform: scaleY(1);
    animation: none;
}.title_greeting .vision_mission > div:hover {
    transform: none;
}
}

@media (hover: hover) {.title_greeting .fast_knowledge:hover {
    transform: perspective(1000px) rotateX(1deg) rotateY(1deg);
}.title_greeting .vision_mission > div {
    cursor: pointer;
}}.cookie_modal_message {
    border-top: 3px solid rgb(179,191,171);
    bottom: 0;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    background: rgb(210,216,207);
    padding: 20px 0;
    position: fixed;
    width: 100%;
    z-index: 90;
}.track_accept {
    margin: auto;
    padding: 0 20px;
    flex-wrap: nowrap;
    align-items: center;
    display: flex;
    max-width: 1200px;
    justify-content: space-between;
}#privacyTermsModal {
    display: none;
}#privacyTermsModal:checked ~ .cookie_modal_message {
    opacity: 0;
    visibility: hidden;
}.cookie_modal_message h5 {
    text-transform: uppercase;
    color: rgb(179,191,171);
    letter-spacing: 1px;
    margin-bottom: 6px;
    font-weight: 700;
    font-size: 23px;
}.cookie_modal_message p {
    font-size: 18px;
    color: #000000;
    max-width: 500px;
}.data_notice {
    flex-shrink: 0;
    margin-right: 20px;
}.data_notice svg, .data_notice svg path {
    fill: rgb(179,191,171);
    width: 80px;
    height: 80px;
}.cookies_tracking {
    text-transform: uppercase;
    margin-left: 10px;
    text-align: center;
    border-radius: 10px;
    background: rgb(179,191,171);
    text-decoration: none;
    font-size: 19px;
    border: 2px solid transparent;
    font-weight: 600;
    padding: 12px 24px;
    transition: border 0.2s;
    min-width: 140px;
    flex-shrink: 0;
    color: #ffffff;
}.cookie_button.user_choices {
    background: rgb(179,191,171);
}.cookie_button.edu_approve {
    background: rgb(142,165,131);
}.cookies_tracking:hover {
    border: 2px solid #ffffff;
}.cookie_modal_message p a {
    text-decoration: underline;
    color: rgb(179,191,171);
    font-weight: 700;
}
@media only screen and (max-width: 1200px) {.track_accept {
    padding: 0 10px;
}
}
@media only screen and (max-width: 800px) {.data_notice {
    display: none;
}.track_accept {
    justify-content: center;
    text-align: center;
    flex-direction: column;
    align-items: center;
}.cookie_modal_message h5, .cookie_modal_message p {
    text-align: center;
}.cookie_visitor {
    margin-bottom: 20px;
}.cookies_tracking {
    max-width: 300px;
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
}}
.viewport-container .cookie_modal_message {
    border: none;
    background: rgb(142,165,131);
    padding: 30px 0;
}.viewport-container .cookies_tracking {
    border-radius: 10px;
    margin-left: 0;
    font-size: 19px;
    border: none;
    background: rgb(179,191,171);
    color: #ffffff;
    font-weight: 600;
}.viewport-container .cookie_visitor h5, .viewport-container .cookie_visitor p {
    color: #ffffff;
}.thanksUnit {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(210,216,207) 0%, rgba(rgb(179,191,171), 0.1) 100%);
    position: relative;
    padding: 80px 0;
}.thanksUnit::before {
    width: 200px;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 10px;
    height: 200px;
    background: linear-gradient(225deg, rgb(179,191,171) 0%, rgb(142,165,131) 100%);
    content: "";
    opacity: 0.07;
    transform: rotate(45deg);
    top: -50px;
    right: -50px;
    z-index: 1;
    position: absolute;
}.thanksUnit::after {
    transform: rotate(30deg);
    left: -30px;
    height: 150px;
    background: linear-gradient(45deg, rgb(142,165,131) 0%, rgb(179,191,171) 100%);
    width: 150px;
    bottom: -30px;
    opacity: 0.05;
    z-index: 1;
    position: absolute;
    content: "";
    border-radius: 10px;
}.thanksUnit:hover::before {
    transform: rotate(55deg) scale(1.1);
}.thanksUnit .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
}.thanksUnit .learn_guide {
    border-left: 4px solid rgb(179,191,171);
    background: #ffffff;
    grid-template-columns: 1fr;
    box-shadow: 0 8px 32px rgba(#000000, 0.06);
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    padding: 40px;
    gap: 30px;
    position: relative;
    display: grid;
}.thanksUnit .learn_guide:hover {
    box-shadow: 0 15px 40px rgba(#000000, 0.08);
    transform: translateY(-5px);
}.thanksUnit .learn_guide::before {
    top: 0;
    content: "";
    width: 100%;
    pointer-events: none;
    left: 0;
    background: linear-gradient(to right, rgba(rgb(179,191,171), 0.02) 0%, transparent 100%);
    position: absolute;
    height: 100%;
}.thanksUnit .learn_guide > div:first-child {
    position: relative;
}.thanksUnit .learn_guide > div:first-child::after {
    height: 3px;
    transform: scaleX(1);
    background: rgb(179,191,171);
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    content: "";
    bottom: -15px;
    left: 0;
    width: 60px;
    transform-origin: left;
}.thanksUnit .learn_guide:hover > div:first-child::after {
    transform: scaleX(1.5);
}.thanksUnit h5 {
    color: #000000;
    position: relative;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 1.4;
}.thanksUnit p {
    margin: 0;
    font-size: 12px;
    position: relative;
    line-height: 1.7;
    color: #000000;
    transition: transform 0.3s ease;
}.thanksUnit a {
    position: relative;
    padding: 5px 0;
    display: block;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
}.thanksUnit a::before {
    height: 1px;
    left: 0;
    transform: scaleX(0);
    position: absolute;
    content: "";
    background: rgb(179,191,171);
    bottom: 0;
    width: 100%;
    transform-origin: right;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.thanksUnit a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.thanksUnit a:hover p {
    transform: translateY(-2px);
}.thanksUnit .learn_guide > div:last-child {
    position: relative;
}.thanksUnit .learn_guide > div:last-child::before {
    opacity: 0.2;
    content: "✓";
    right: 0;
    transition: all 0.3s ease;
    transform: rotate(-10deg);
    position: absolute;
    top: -15px;
    color: rgb(179,191,171);
    font-size: 18px;
}.thanksUnit .learn_guide:hover > div:last-child::before {
    opacity: 0.5;
    transform: rotate(0);
}

@media (min-width: 768px) {.thanksUnit {
    padding: 100px 0;
}.thanksUnit .learn_guide {
    grid-template-columns: 1fr 1fr;
    padding: 60px;
    gap: 50px;
}.thanksUnit h5 {
    font-size: calc(22px * 1.1);
    margin-bottom: 15px;
}.thanksUnit p {
    font-size: calc(12px * 1.05);
}.thanksUnit .learn_guide > div:first-child::after {
    width: 80px;
    bottom: -20px;
}
}

@media (max-width: 767px) {.thanksUnit {
    padding: 60px 0;
}.thanksUnit .learn_guide {
    padding: 30px;
}.thanksUnit h5 {
    font-size: calc(22px * 0.9);
}.thanksUnit::before,
  .thanksUnit::after {
    width: 100px;
    height: 100px;
}
}

@media (max-width: 480px) {.thanksUnit {
    padding: 40px 0;
}.thanksUnit .learn_guide {
    gap: 20px;
    padding: 25px 20px;
    grid-template-columns: 1fr;
}.thanksUnit h5 {
    font-size: calc(22px * 0.85);
}.thanksUnit p {
    font-size: calc(12px * 0.95);
}.thanksUnit .learn_guide > div:first-child::after {
    bottom: -10px;
    width: 50px;
}
}

@media (hover: none) {.thanksUnit .learn_guide {
    transform: none !important;
}.thanksUnit a::before {
    display: none;
}
}

@media (prefers-reduced-motion: reduce) {.thanksUnit *,
  .thanksUnit *::before,
  .thanksUnit *::after {
    animation-duration: 0.001s !important;
    transition-duration: 0.001s !important;
}}.start_now {
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgb(179,191,171,0.5), rgb(142,165,131), rgb(179,191,171));
    margin: 6rem 0;
    perspective: 1000px;
    padding: 5rem 1.5rem;
}.start_now::before {
    position: absolute;
    transform: rotate(-15deg);
    z-index: 1;
    opacity: 0.4;
    pointer-events: none;
    height: 200%;
    top: -50%;
    content: "";
    width: 200%;
    background: radial-gradient(circle at center, transparent 30%, rgb(179,191,171,0.5) 70%);
    left: -50%;
}.start_now::after {
    z-index: 2;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    height: 60%;
    content: "";
    left: 0;
    position: absolute;
    opacity: 0.2;
    bottom: 0;
    width: 100%;
}.start_now .container {
    transform: translateZ(0);
    grid-template-columns: 1fr;
    margin: 0 auto;
    z-index: 5;
    gap: 3rem;
    position: relative;
    max-width: 1200px;
    display: grid;
}.start_now h2 {
    line-height: 1.4;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    position: relative;
    font-weight: 700;
    text-align: left;
    transform: perspective(1000px) rotateX(2deg);
    z-index: 5;
    font-size: 28px;
    color: #ffffff;
    max-width: 800px;
}.start_now .learn_guide {
    align-items: center;
    justify-content: flex-start;
    transform: perspective(1000px) rotateX(-2deg) translateZ(20px);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    gap: 2rem;
    display: flex;
}.start_now .learn_guide:hover {
    transform: perspective(1000px) rotateX(0deg) translateZ(40px);
}.start_now .learn_guide::before {
    transition: opacity 0.6s ease;
    opacity: 0;
    content: "";
    filter: blur(20px);
    bottom: -15px;
    right: -15px;
    left: -15px;
    position: absolute;
    border-radius: 16px;
    background: rgb(255, 255, 255, 0.5);
    z-index: -1;
    top: -15px;
}.start_now .learn_guide:hover::before {
    opacity: 0.15;
}.start_now svg {
    width: 48px;
    height: 48px;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
    transform: translateZ(30px);
}.start_now svg:hover {
    transform: translateZ(50px) scale(1.1) rotate(5deg);
}.start_now svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.start_now .learn_guide:hover svg path {
    filter: brightness(1.2);
    fill: #ffffff;
}.start_now .learn_guide div {
    flex-grow: 1;
    transform: translateZ(10px);
}.start_now .message_inquiry {
    display: inline-block;
    border-radius: 16px;
    color: rgb(179,191,171);
    z-index: 10;
    box-shadow: 0 12px 24px -8px rgba(0, 0, 0, 0.2);
    padding: 1rem 2.5rem;
    font-size: 17px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    transform: translateZ(0);
    background: #ffffff;
    font-weight: 600;
    text-decoration: none;
}.start_now .message_inquiry::before {
    left: 0;
    z-index: -1;
    content: "";
    transition: opacity 0.4s ease;
    top: 0;
    background: linear-gradient(135deg, transparent 0%, rgb(179,191,171,0.5) 100%);
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: 0;
}.start_now .message_inquiry:hover {
    transform: translateY(-4px) translateZ(30px);
    box-shadow: 0 18px 36px -10px rgba(0, 0, 0, 0.3);
    color: rgb(179,191,171);
}.start_now .message_inquiry:hover::before {
    opacity: 0.3;
}.start_now .message_inquiry:active {
    transform: translateY(1px) translateZ(10px);
    box-shadow: 0 8px 16px -6px rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {.start_now {
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    padding: 6rem 3rem;
    margin: 8rem 0;
}.start_now .container {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 4rem;
}.start_now h2 {
    margin: 0;
    text-align: left;
    font-size: calc(28px * 1.1);
    max-width: 100%;
}.start_now .learn_guide {
    justify-content: flex-end;
}.start_now .message_inquiry {
    padding: 1.2rem 3rem;
    font-size: calc(17px * 1.1);
}.start_now svg {
    height: 56px;
    width: 56px;
}
}

@media (min-width: 992px) {.start_now {
    padding: 8rem 3rem;
    clip-path: polygon(0 7%, 100% 0, 100% 93%, 0 100%);
}.start_now .container {
    grid-template-columns: 1.5fr 1fr;
}.start_now h2 {
    transform: perspective(1000px) rotateX(2deg) translateZ(10px);
    line-height: 1.3;
    font-size: calc(28px * 1.2);
}.start_now .learn_guide {
    transform: perspective(1000px) rotateX(-2deg) translateZ(30px);
}@keyframes floatSvg {
        0%, 100% { transform: translateZ(40px) translateY(0); }
        50% { transform: translateZ(40px) translateY(-10px); }
    }
    
    .start_now svg {
    animation: floatSvg 6s ease-in-out infinite;
}
}

@media (max-width: 767px) {.start_now {
    margin: 4rem 0;
    padding: 4rem 1.5rem;
}.start_now h2 {
    text-align: center;
    font-size: calc(28px * 0.9);
    line-height: 1.5;
    margin-bottom: 2rem;
}.start_now .learn_guide {
    align-items: center;
    text-align: center;
    gap: 1.5rem;
    flex-direction: column;
}.start_now svg {
    width: 40px;
    height: 40px;
}.start_now .message_inquiry {
    padding: 1rem 1.5rem;
    width: 100%;
    text-align: center;
}}header {
    background: #ffffff;
    width: 100%;
    position: relative;
    padding: 0;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    z-index: 100;
}header::before {
    content: '';
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgb(179,191,171), rgb(142,165,131));
    height: 100%;
    position: absolute;
    width: 35%;
    z-index: 0;
}header .container {
    max-width: 100%;
    padding: 0;
    position: relative;
    width: 100%;
    margin: 0;
    z-index: 1;
}header .head_main {
    height: 100%;
    display: flex;
    align-items: stretch;
}header .first_teach {
    text-decoration: none;
    width: 35%;
    position: relative;
    justify-content: center;
    padding: 1.2rem 0;
    display: flex;
    align-items: center;
}header .first_teach svg {
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    width: 150px;
    height: auto;
}header .first_teach:hover svg {
    transform: scale(1.05);
}header .nav_info {
    position: relative;
    padding: 1.2rem 3%;
    align-items: center;
    width: 65%;
    display: flex;
    gap: 0.5rem;
    justify-content: flex-start;
}header .nav_info::before {
    position: absolute;
    width: 1px;
    height: 100%;
    content: '';
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, transparent, rgb(179,191,171,0.5), transparent);
}header .nav_class {
    color: #000000;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-weight: 600;
    text-decoration: none;
    font-family: Arial, sans-serif;
    padding: 0.6rem 1.2rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    position: relative;
    font-size: 18px;
    overflow: hidden;
    background: #ffffff;
    z-index: 1;
}header .nav_class::before {
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgb(179,191,171,0.5), rgb(142,165,131,0.5));
    border-radius: 10px;
    transition: opacity 0.3s ease;
    opacity: 0;
    content: '';
    z-index: -1;
}header .nav_class:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}header .nav_class:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header::before {
    width: 30%;
}header .first_teach {
    padding: 1rem 0;
    width: 30%;
}header .first_teach svg {
    width: 130px;
}header .nav_info {
    gap: 0.5rem;
    padding: 1rem 2.5%;
    width: 70%;
}header .nav_class {
    padding: 0.5rem 1rem;
    font-size: calc(18px);
}
}

@media (max-width: 767px) {header {
    background: rgb(210,216,207);
}header::before {
    height: auto;
    top: 0;
    bottom: 50%;
    width: 100%;
}header .head_main {
    align-items: center;
    flex-direction: column;
}header .first_teach {
    width: 100%;
    padding: 0.8rem 0;
}header .first_teach svg {
    width: 120px;
}header .nav_info {
    width: 95%;
    flex-wrap: wrap;
    gap: 0.6rem;
    padding: 0.8rem 0;
    justify-content: center;
}header .nav_info::before {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgb(179,191,171,0.5), transparent);
    left: 0;
    top: 0;
}header .nav_class {
    padding: 0.5rem 0.9rem;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}
}

@media (max-width: 480px) {header .first_teach {
    padding: 0.7rem 0;
}header .first_teach svg {
    width: 110px;
}header .nav_info {
    overflow-x: auto;
    padding: 0.7rem 2%;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: nowrap;
}header .nav_info::-webkit-scrollbar {
    height: 3px;
}header .nav_info::-webkit-scrollbar-thumb {
    background: rgb(179,191,171);
    border-radius: 10px;
}header .nav_class {
    margin-right: 2px;
    padding: 0.45rem 0.9rem;
    flex-shrink: 0;
    font-size: calc(18px - 1px);
    white-space: nowrap;
}}.course_structure {
    overflow: hidden;
    position: relative;
    background: linear-gradient(120deg, #000000 20%, rgb(142,165,131,0.5) 100%);
    padding: 7rem 0;
}.course_structure::before {
    animation: floatGradient 20s ease-in-out infinite alternate;
    filter: blur(30px);
    height: 140%;
    position: absolute;
    z-index: 1;
    content: "";
    background: radial-gradient(ellipse at center, rgb(179,191,171,0.5) 0%, transparent 70%);
    width: 70%;
    right: -10%;
    transform: rotate(-15deg);
    top: -20%;
}.course_structure::after {
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
    top: 0;
    height: 100%;
    opacity: 0.8;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.02) 5px,
            rgba(255, 255, 255, 0.02) 10px
        ),
        radial-gradient(circle at 10% 90%, rgb(142,165,131,0.5) 0%, transparent 40%);
    z-index: 1;
}.course_structure .container {
    position: relative;
    z-index: 2;
}.course_structure .learn_guide {
    gap: 0;
    grid-template-areas: 
        "photo info"
        "photo info";
    min-height: 500px;
    display: grid;
    grid-template-columns: 45% 55%;
    position: relative;
}.course_structure .job_skills {
    transform: translateX(-40px);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        5px 5px 15px rgba(0, 0, 0, 0.2);
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 255, 255, 0.02) 100%
    );
    backdrop-filter: blur(8px);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    grid-area: info;
    z-index: 3;
    padding: 3.5rem 3rem 3.5rem 5rem;
    border-radius: 0 28px 28px 0;
    position: relative;
    overflow: hidden;
}.course_structure .job_skills::before {
    opacity: 0.1;
    background-size: 30px 30px;
    content: "";
    top: 0;
    z-index: -1;
    height: 100%;
    left: 0;
    width: 100%;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(179,191,171,0.5) 49.5%, rgb(179,191,171,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(179,191,171,0.5) 49.5%, rgb(179,191,171,0.5) 50.5%, transparent 50.5%);
    position: absolute;
}.course_structure .job_skills::after {
    background: radial-gradient(
        circle at center,
        rgb(179,191,171,0.5) 0%,
        transparent 60%
    );
    width: 200%;
    z-index: -1;
    opacity: 0.1;
    top: -50%;
    height: 200%;
    transform-origin: center;
    animation: rotateRadial 30s linear infinite;
    position: absolute;
    content: "";
    left: -50%;
}.course_structure .nav_learning {
    width: 90px;
    transform: rotate(-5deg) skew(-5deg);
    position: relative;
    margin-bottom: 2rem;
    height: 90px;
}.course_structure .nav_learning::before {
    content: "";
    transform: rotate(5deg);
    background: linear-gradient(
        135deg,
        rgb(179,191,171) 0%,
        rgb(142,165,131) 100%
    );
    position: absolute;
    filter: blur(5px);
    z-index: -1;
    border-radius: 12px;
    inset: -5px;
    animation: pulseLogo 4s ease-in-out infinite alternate;
}.course_structure .nav_learning::after {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    content: "";
    border-radius: 8px;
    inset: 0;
}.course_structure .nav_learning svg {
    top: 50%;
    height: 50px;
    transform: translate(-50%, -50%);
    position: absolute;
    filter: drop-shadow(0 0 8px rgb(179,191,171,0.5));
    animation: floatLogo 6s ease-in-out infinite;
    width: 50px;
    left: 50%;
}.course_structure .nav_learning svg path {
    fill: rgb(179,191,171);
    transition: fill 0.3s ease;
}.course_structure h3 {
    transform: skew(-2deg);
    font-weight: 700;
    line-height: 1.3;
    color: #ffffff;
    margin-bottom: 1.8rem;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    position: relative;
    font-size: 37px;
}.course_structure h3::before {
    bottom: -10px;
    left: 0;
    position: absolute;
    width: 40px;
    content: "";
    background: linear-gradient(to right, rgb(179,191,171), transparent);
    height: 3px;
}.course_structure h3::after {
    bottom: -15px;
    height: 1px;
    width: 80px;
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(to right, rgb(179,191,171), transparent);
}.course_structure p {
    position: relative;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-size: 13px;
    margin-bottom: 2rem;
    max-width: 600px;
    line-height: 1.8;
}.course_structure .cover_photo {
    border-radius: 28px 0 0 28px;
    box-shadow: 
        -15px 15px 30px rgba(0, 0, 0, 0.3),
        -5px 5px 15px rgba(0, 0, 0, 0.2),
        inset 0 0 20px rgba(0, 0, 0, 0.4);
    z-index: 2;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    grid-area: photo;
    overflow: hidden;
    transform: perspective(1000px) rotateY(5deg);
    height: 460px;
    position: relative;
}.course_structure .cover_photo::before {
    position: absolute;
    mix-blend-mode: multiply;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.6;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    z-index: 2;
}.course_structure .cover_photo::after {
    left: 0;
    opacity: 0.7;
    bottom: 0;
    content: "";
    height: 50%;
    width: 100%;
    position: absolute;
    background: linear-gradient(
        to top,
        #000000 0%,
        transparent 100%
    );
    z-index: 2;
}.course_structure .learn_guide:hover .cover_photo {
    transform: perspective(1000px) rotateY(8deg) translateX(-10px);
    box-shadow: 
        -20px 20px 40px rgba(0, 0, 0, 0.4),
        -10px 10px 20px rgba(0, 0, 0, 0.3),
        inset 0 0 25px rgba(0, 0, 0, 0.5);
}.course_structure .learn_guide:hover .job_skills {
    box-shadow: 
        5px 15px 45px rgba(0, 0, 0, 0.35),
        10px 10px 25px rgba(0, 0, 0, 0.25);
    transform: translateX(-20px);
}.course_structure .nav_learning:hover svg path {
    fill: rgb(142,165,131);
}

@keyframes floatGradient {
    0% {
        opacity: 0.5;
        transform: rotate(-15deg) translateY(-5%);
    }
    50% {
        opacity: 0.7;
        transform: rotate(-12deg) translateY(0);
    }
    100% {
        opacity: 0.5;
        transform: rotate(-18deg) translateY(5%);
    }
}

@keyframes rotateRadial {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseLogo {
    0% {
        filter: blur(5px) brightness(1);
    }
    50% {
        filter: blur(8px) brightness(1.2);
    }
    100% {
        filter: blur(5px) brightness(1);
    }
}

@keyframes floatLogo {
    0%, 100% {
        transform: translate(-50%, -50%);
    }
    50% {
        transform: translate(-50%, -45%);
    }
}

@media screen and (max-width: 1200px) {.course_structure .learn_guide {
    min-height: 450px;
    grid-template-columns: 42% 58%;
}.course_structure .job_skills {
    padding: 3rem 2.5rem 3rem 4.5rem;
}.course_structure h3 {
    font-size: calc(37px * 0.9);
}
}

@media screen and (max-width: 992px) {.course_structure {
    padding: 5rem 0;
}.course_structure .learn_guide {
    grid-template-columns: 1fr;
    grid-template-areas:
            "cover_photo"
            "reach_widget";
    min-height: auto;
}.course_structure .cover_photo {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    transform: perspective(1000px) rotateX(5deg);
    border-radius: 28px 28px 0 0;
    height: 350px;
}.course_structure .job_skills {
    padding: 3rem 2.5rem;
    border-radius: 0 0 28px 28px;
    transform: translateY(-40px);
}.course_structure .learn_guide:hover .cover_photo {
    transform: perspective(1000px) rotateX(8deg);
}.course_structure .learn_guide:hover .job_skills {
    transform: translateY(-50px);
}
}

@media screen and (max-width: 768px) {.course_structure {
    padding: 4rem 0;
}.course_structure .cover_photo {
    height: 300px;
}.course_structure .job_skills {
    padding: 2.5rem 2rem;
}.course_structure .nav_learning {
    height: 80px;
    width: 80px;
    margin-bottom: 1.5rem;
}.course_structure .nav_learning svg {
    height: 45px;
    width: 45px;
}.course_structure h3 {
    font-size: calc(37px * 0.8);
    margin-bottom: 1.5rem;
}.course_structure p {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}
}

@media screen and (max-width: 576px) {.course_structure {
    padding: 3rem 0;
}.course_structure .cover_photo {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
    height: 250px;
}.course_structure .job_skills {
    padding: 2rem 1.5rem;
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
    transform: translateY(-30px);
}.course_structure .nav_learning {
    height: 70px;
    margin-bottom: 1.2rem;
    width: 70px;
}.course_structure .nav_learning svg {
    height: 40px;
    width: 40px;
}.course_structure h3 {
    margin-bottom: 1.2rem;
    font-size: calc(37px * 0.7);
}.course_structure h3::before {
    width: 30px;
    height: 2px;
    bottom: -8px;
}.course_structure h3::after {
    width: 60px;
    height: 1px;
    bottom: -12px;
}.course_structure p {
    margin-bottom: 1.5rem;
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}.course_structure .learn_guide:hover .job_skills {
    transform: translateY(-35px);
}}.our_mission {
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
    padding: 120px 0;
}.our_mission::before {
    height: 100%;
    background: 
        linear-gradient(0deg, transparent 24px, rgba(0, 0, 0, 0.5) 25px, rgba(0, 0, 0, 0.5) 26px, transparent 27px, transparent 49px, rgba(0, 0, 0, 0.5) 50px, rgba(0, 0, 0, 0.5) 51px, transparent 52px),
        linear-gradient(90deg, transparent 24px, rgba(0, 0, 0, 0.5) 25px, rgba(0, 0, 0, 0.5) 26px, transparent 27px, transparent 49px, rgba(0, 0, 0, 0.5) 50px, rgba(0, 0, 0, 0.5) 51px, transparent 52px);
    position: absolute;
    top: 0;
    opacity: 0.03;
    width: 100%;
    left: 0;
    z-index: 1;
    background-size: 50px 50px;
    content: "";
}.our_mission::after {
    top: 0;
    opacity: 0.03;
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background: 
        repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px),
        repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px);
}.our_mission .container {
    z-index: 10;
    position: relative;
}.our_mission h2 {
    color: #000000;
    font-size: 28px;
    position: relative;
    text-align: center;
    font-weight: 700;
    margin-bottom: 60px;
}.our_mission h2::before {
    left: 50%;
    bottom: -15px;
    content: "";
    background-color: rgb(179,191,171);
    position: absolute;
    transform: translateX(-50%);
    height: 3px;
    width: 50px;
}.our_mission h2::after {
    position: absolute;
    height: 3px;
    width: 20px;
    left: 50%;
    content: "";
    bottom: -15px;
    background-color: rgb(142,165,131);
    transform: translateX(-50%) translateX(30px);
}.our_mission .learn_track {
    gap: 30px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}.our_mission .learn_track::before {
    z-index: -1;
    background-size: 60px 60px;
    position: absolute;
    height: 100%;
    content: "";
    opacity: 0.05;
    background: 
        linear-gradient(45deg, transparent calc(50% - 1px), rgb(179,191,171,0.5) calc(50% - 1px), rgb(179,191,171,0.5) calc(50% + 1px), transparent calc(50% + 1px)),
        linear-gradient(135deg, transparent calc(50% - 1px), rgb(142,165,131,0.5) calc(50% - 1px), rgb(142,165,131,0.5) calc(50% + 1px), transparent calc(50% + 1px));
    left: 0;
    width: 100%;
    top: 0;
}.our_mission .smart_learning {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    min-width: calc(50% - 15px);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    border-radius: 0;
    z-index: 2;
    flex: 1;
}.our_mission .smart_learning::before {
    transition: transform 0.4s ease;
    transform-origin: left;
    content: "";
    background: linear-gradient(90deg, rgb(179,191,171), rgb(142,165,131));
    width: 100%;
    transform: scaleX(0);
    left: 0;
    top: 0;
    position: absolute;
    height: 4px;
}.our_mission .smart_learning:hover::before {
    transform: scaleX(1);
}.our_mission .smart_learning::after {
    width: 0;
    height: 0;
    border-color: transparent transparent rgb(179,191,171,0.5) transparent;
    content: "";
    position: absolute;
    right: 0;
    border-style: solid;
    transition: opacity 0.4s ease;
    border-width: 0 0 40px 40px;
    opacity: 0;
    bottom: 0;
}.our_mission .smart_learning:hover::after {
    opacity: 1;
}.our_mission .smart_learning {
    padding: 40px;
    transform: translateY(0);
}.our_mission .smart_learning:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.our_mission .smart_learning h3 {
    color: #000000;
    transition: all 0.3s ease;
    position: relative;
    margin-bottom: 20px;
    font-weight: 600;
    padding-left: 15px;
    font-size: 23px;
}.our_mission .smart_learning h3::before {
    transform: translateY(-50%);
    position: absolute;
    height: 25px;
    content: "";
    top: 50%;
    left: 0;
    background-color: rgb(179,191,171);
    width: 5px;
}.our_mission .smart_learning:last-child h3::before {
    background-color: rgb(142,165,131);
}.our_mission .smart_learning:hover h3 {
    color: rgb(179,191,171);
}.our_mission .smart_learning:last-child:hover h3 {
    color: rgb(142,165,131);
}.our_mission .smart_learning p {
    font-size: 13px;
    position: relative;
    color: #000000;
    line-height: 1.8;
}.our_mission .container::before {
    background: linear-gradient(135deg, rgb(179,191,171,0.5), rgb(142,165,131,0.5));
    z-index: -1;
    right: -150px;
    border-radius: 50%;
    opacity: 0.1;
    position: absolute;
    height: 300px;
    top: -150px;
    width: 300px;
    content: "";
}.our_mission .container::after {
    border-radius: 50%;
    position: absolute;
    opacity: 0.1;
    height: 200px;
    bottom: -100px;
    left: -100px;
    width: 200px;
    background: linear-gradient(45deg, rgb(142,165,131,0.5), rgb(179,191,171,0.5));
    content: "";
    z-index: -1;
}.our_mission .smart_learning:first-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}.our_mission .smart_learning:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}.our_mission .smart_learning:first-child::after {
    border-color: transparent transparent rgb(179,191,171,0.5) transparent;
}.our_mission .smart_learning:last-child::after {
    border-color: transparent transparent rgb(142,165,131,0.5) transparent;
}

@media screen and (max-width: 992px) {.our_mission {
    padding: 80px 0;
}.our_mission .learn_track {
    flex-direction: column;
}.our_mission .smart_learning {
    min-width: 100%;
}.our_mission h2 {
    margin-bottom: 40px;
}
}

@media screen and (max-width: 768px) {.our_mission {
    padding: 60px 0;
}.our_mission h2 {
    font-size: calc(28px * 0.9);
}.our_mission .smart_learning {
    padding: 30px;
}.our_mission .smart_learning h3 {
    font-size: calc(23px * 0.9);
    margin-bottom: 15px;
}.our_mission .smart_learning h3::before {
    height: 20px;
}.our_mission .container::before {
    right: -100px;
    width: 200px;
    height: 200px;
    top: -100px;
}.our_mission .container::after {
    width: 150px;
    height: 150px;
    bottom: -75px;
    left: -75px;
}
}

@media screen and (max-width: 576px) {.our_mission {
    padding: 50px 0;
}.our_mission h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 30px;
}.our_mission h2::before {
    width: 40px;
    bottom: -12px;
}.our_mission h2::after {
    width: 15px;
    bottom: -12px;
    transform: translateX(-50%) translateX(25px);
}.our_mission .smart_learning {
    padding: 25px;
}.our_mission .smart_learning h3 {
    margin-bottom: 12px;
    padding-left: 12px;
    font-size: calc(23px * 0.85);
}.our_mission .smart_learning h3::before {
    height: 18px;
    width: 4px;
}.our_mission .smart_learning p {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}.our_mission .smart_learning::after {
    border-width: 0 0 30px 30px;
}}.offer_selection {
    color: #ffffff;
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.offer_selection::before {
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
}.offer_selection .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 15px;
    position: relative;
}.fee_choices {
    transform: perspective(1000px) rotateX(2deg);
    transform-origin: center top;
}.offer_selection h2 {
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
    font-size: 30px;
    transform: translateX(-10px);
    margin-bottom: 20px;
}.offer_selection h2::after {
    transform: skewX(-20deg);
    content: "";
    position: absolute;
    bottom: -10px;
    background: rgb(179,191,171);
    left: 0;
    width: 60px;
    height: 4px;
}.offer_selection .lesson_rates {
    line-height: 1.6;
    font-size: 18px;
    margin-bottom: 40px;
    transform: translateX(10px);
    color: rgba(255,255,255,0.85);
    max-width: 80%;
}.offer_selection .cert_fees {
    gap: 30px;
    padding: 0;
    display: grid;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    perspective: 1000px;
    margin: 0;
}.offer_selection .cert_fees li {
    transform-style: preserve-3d;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.offer_selection .cert_fees li:hover {
    z-index: 5;
    transform: translateY(-10px) scale(1.02);
}.offer_selection .edu_packages {
    overflow: hidden;
    color: #000000;
    height: 100%;
    text-decoration: none;
    position: relative;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    display: block;
    transition: all 0.4s ease;
}.offer_selection .value_pricing {
    transition: transform 0.4s ease-out;
    overflow: hidden;
    transform-style: preserve-3d;
    padding: 30px;
    position: relative;
    min-height: 450px;
    display: flex;
    background: linear-gradient(135deg, rgba(255,255,255,0.97) 0%, rgba(240,240,240,0.95) 100%);
    flex-direction: column;
    height: 100%;
}.offer_selection .edu_packages:hover .value_pricing {
    transform: translateZ(20px);
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(245,245,245,0.98) 100%);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}.offer_selection .value_pricing::after {
    transition: transform 0.5s ease;
    opacity: 0.1;
    width: 100px;
    content: "";
    height: 100px;
    top: 0;
    right: 0;
    background: rgb(142,165,131);
    position: absolute;
    transform: rotate(45deg) translate(30px, -80px);
}.offer_selection .edu_packages:hover .value_pricing::after {
    transform: rotate(45deg) translate(20px, -60px) scale(1.2);
    opacity: 0.15;
}.offer_selection .edu_deals {
    z-index: 2;
    display: flex;
    flex: 1;
    flex-direction: column;
    position: relative;
}.offer_selection .edu_deals h4 {
    margin-top: 0;
    font-weight: 700;
    padding-bottom: 15px;
    transform: translateX(-5px);
    letter-spacing: 0.5px;
    font-size: calc(19px + 2px);
    margin-bottom: 20px;
    color: rgb(179,191,171);
    position: relative;
}.offer_selection .edu_deals h4::after {
    content: "";
    height: 3px;
    position: absolute;
    background: rgb(142,165,131);
    width: 40px;
    transform: skewX(-15deg);
    left: 0;
    bottom: 0;
}.offer_selection .edu_deals p {
    flex-grow: 1;
    overflow-wrap: break-word;
    color: #000000;
    word-wrap: break-word;
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 25px;
    hyphens: auto;
}.offer_selection .cost_levels {
    padding: 15px 0 0;
    display: block;
    position: relative;
    font-weight: 700;
    font-size: calc(19px + 6px);
    margin-top: auto;
    margin-bottom: 0;
    transition: color 0.3s ease;
    color: rgb(142,165,131);
    border-top: 1px solid rgba(0,0,0,0.08);
}.offer_selection .edu_packages:hover .cost_levels {
    transform: translateY(-5px);
    color: rgb(179,191,171);
}.offer_selection .cost_levels::before {
    content: "";
    height: 1px;
    position: absolute;
    background: rgb(179,191,171);
    width: 30px;
    top: 0;
    transform: translateY(-1px);
    left: 0;
}

@media (max-width: 991px) {.offer_selection {
    padding: 80px 0;
}.fee_choices {
    transform: perspective(1000px) rotateX(1deg);
}.offer_selection .lesson_rates {
    max-width: 90%;
    transform: translateX(5px);
}.offer_selection .cert_fees {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.offer_selection .value_pricing {
    min-height: 400px;
    padding: 25px;
}
}

@media (max-width: 767px) {.offer_selection {
    padding: 60px 0;
}.fee_choices {
    transform: none;
}.offer_selection h2 {
    transform: none;
    font-size: calc(30px - 4px);
}.offer_selection .lesson_rates {
    margin-bottom: 30px;
    transform: none;
    max-width: 100%;
}.offer_selection .cert_fees {
    gap: 20px;
    grid-template-columns: 1fr;
}.offer_selection .value_pricing {
    padding: 20px;
    min-height: 350px;
}.offer_selection .edu_deals h4 {
    transform: none;
}.offer_selection .edu_deals p {
    font-size: calc(18px - 1px);
}.offer_selection .cost_levels {
    font-size: calc(19px + 4px);
}
}

@media (max-width: 480px) {.offer_selection {
    padding: 40px 0;
}.offer_selection h2 {
    font-size: calc(30px - 6px);
}.offer_selection .cert_fees {
    margin-top: 20px;
}.offer_selection .value_pricing {
    padding: 15px;
}.offer_selection .edu_deals h4 {
    margin-bottom: 15px;
    font-size: 19px;
}.offer_selection .edu_deals p {
    font-size: calc(18px - 2px);
    margin-bottom: 20px;
}}.training_structure {
    background: linear-gradient(150deg, rgb(210,216,207) 45%, rgb(179,191,171,0.5) 100%);
    position: relative;
    z-index: 1;
    padding: 8rem 2rem;
    overflow: hidden;
}.training_structure::before {
    z-index: -1;
    top: 0;
    position: absolute;
    content: "";
    animation: backgroundPulse 15s infinite alternate ease-in-out;
    background-repeat: no-repeat;
    background: 
        linear-gradient(135deg, transparent 20px, rgba(255,255,255,0.03) 0) top left,
        linear-gradient(225deg, transparent 20px, rgba(255,255,255,0.03) 0) top right,
        linear-gradient(315deg, transparent 20px, rgba(255,255,255,0.03) 0) bottom right,
        linear-gradient(45deg, transparent 20px, rgba(255,255,255,0.03) 0) bottom left;
    opacity: 0.7;
    left: 0;
    height: 100%;
    background-size: 50% 50%;
    width: 100%;
}.training_structure::after {
    z-index: -1;
    height: 70%;
    opacity: 0.05;
    filter: blur(40px);
    position: absolute;
    width: 40%;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    background: rgb(142,165,131,0.5);
    animation: floatElement 20s infinite alternate ease-in-out;
    right: -5%;
    top: -10%;
    transform: rotate(15deg);
    content: "";
}.training_structure .learn_guide {
    z-index: 2;
    max-width: 1200px;
    display: grid;
    position: relative;
    gap: 3rem;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.training_structure h2 {
    color: rgb(179,191,171);
    font-size: 29px;
    position: relative;
    margin-bottom: 2rem;
    transform: translateX(-20px);
    font-weight: 700;
    animation: slideInText 0.8s 0.2s forwards ease-out;
    opacity: 0;
}.training_structure h2::before {
    width: 80px;
    background: rgb(142,165,131);
    position: absolute;
    left: 0;
    transform-origin: left;
    height: 3px;
    content: "";
    transform: scaleX(0);
    animation: expandLine 1s 0.6s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    bottom: -15px;
}.training_structure .word_wrapper {
    transform: translateY(20px);
    backdrop-filter: blur(10px);
    overflow: hidden;
    opacity: 0;
    position: relative;
    animation: fadeUpIn 1s 0.4s forwards cubic-bezier(0.2, 0.8, 0.2, 1);
    background: linear-gradient(140deg, rgba(255,255,255,0.07) 0%, rgba(255,255,255,0.03) 100%);
    padding: 2.5rem;
    box-shadow: 0 20px 40px rgba(0,0,0,0.05), 
                inset 0 0 0 1px rgba(255,255,255,0.1);
}.training_structure .word_wrapper::before {
    left: 0;
    animation: growVertical 0.7s 0.8s forwards ease-in-out;
    content: "";
    background: linear-gradient(to bottom, rgb(179,191,171), rgb(142,165,131));
    top: 0;
    width: 4px;
    height: 0;
    position: absolute;
}.training_structure .word_wrapper::after {
    position: absolute;
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(142,165,131,0.5), 0.1) 50%);
    right: 0;
    z-index: -1;
    height: 25%;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    width: 25%;
    bottom: 0;
    content: "";
}.training_structure p {
    z-index: 2;
    color: #000000;
    position: relative;
    line-height: 1.8;
    margin: 0;
    font-size: 16px;
    transform: translateZ(0);
}.training_structure p::first-letter {
    color: rgb(179,191,171);
    font-weight: 600;
    font-size: 1.5em;
}

@keyframes slideInText {
    0% { transform: translateX(-20px); opacity: 0; }
    100% { transform: translateX(0); opacity: 1; }
}

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

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

@keyframes growVertical {
    0% { height: 0; }
    100% { height: 100%; }
}

@keyframes backgroundPulse {
    0% { opacity: 0.5; }
    50% { opacity: 0.7; }
    100% { opacity: 0.6; }
}

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

@media (min-width: 768px) {.training_structure {
    padding: 10rem 4rem;
}.training_structure .learn_guide {
    gap: 4rem;
    grid-template-columns: 1fr;
}.training_structure h2 {
    margin-bottom: 3rem;
    font-size: calc(29px * 1.2);
}.training_structure h2::before {
    height: 4px;
    bottom: -20px;
    width: 120px;
}.training_structure .word_wrapper {
    transition: transform 0.4s ease-out;
    margin-left: 5%;
    width: 90%;
    padding: 3.5rem;
}.training_structure .word_wrapper:hover {
    box-shadow: 0 25px 50px rgba(0,0,0,0.08), 
                    inset 0 0 0 1px rgba(255,255,255,0.15);
    transform: translateY(-5px);
}.training_structure p {
    max-width: 90%;
    font-size: calc(16px * 1.05);
}
}

@media (min-width: 1024px) {.training_structure {
    padding: 12rem 5rem;
}.training_structure::before {
    background-size: 25% 25%;
}.training_structure .learn_guide {
    align-items: center;
    gap: 2rem;
    grid-template-columns: 0.4fr 0.6fr;
}.training_structure h2 {
    margin-bottom: 0;
    font-size: calc(29px * 1.3);
}.training_structure h2::before {
    bottom: -25px;
    width: 140px;
}.training_structure .word_wrapper {
    width: 100%;
    margin-left: 0;
    padding: 4rem;
}.training_structure p {
    max-width: 100%;
}
}

@media (min-width: 1440px) {.training_structure {
    padding: 14rem 6rem;
}.training_structure .learn_guide {
    gap: 3rem;
    grid-template-columns: 0.35fr 0.65fr;
}.training_structure h2 {
    font-size: calc(29px * 1.4);
}.training_structure .word_wrapper {
    padding: 5rem;
}.training_structure p {
    line-height: 1.9;
    font-size: calc(16px * 1.1);
}
}

@media (prefers-reduced-motion: reduce) {.training_structure::before,
    .training_structure::after,
    .training_structure h2,
    .training_structure h2::before,
    .training_structure .word_wrapper,
    .training_structure .word_wrapper::before {
    opacity: 1;
    transition: none;
    animation: none;
    transform: none;
}.training_structure .word_wrapper::before {
    height: 100%;
}
}

@media (max-width: 767px) {.training_structure {
    padding: 6rem 1.5rem;
}.training_structure .learn_guide {
    gap: 2rem;
}.training_structure h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 2rem;
}.training_structure .word_wrapper {
    padding: 2rem;
}.training_structure p {
    font-size: calc(16px * 0.95);
    line-height: 1.7;
}}.contact_form_section {
    background: rgb(210,216,207);
    position: relative;
    overflow: hidden;
    padding: 90px 0;
}.contact_form_section::before {
    top: 0;
    width: 100%;
    position: absolute;
    content: '';
    opacity: 0.2;
    left: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(179,191,171,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(142,165,131,0.5) 0%, transparent 60%);
    height: 100%;
}.contact_form_section::after {
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    content: '';
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 20px);
    top: 0;
}.contact_form_section .cover_photo {
    z-index: 1;
    height: 95%;
    top: 2.5%;
    border-radius: 100px 0 0 100px;
    right: 0;
    position: absolute;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    width: 45%;
}.contact_form_section .cover_photo::after {
    position: absolute;
    top: 0;
    background: linear-gradient(to right, rgb(179,191,171,0.5), transparent 70%);
    width: 100%;
    height: 100%;
    border-radius: 100px 0 0 100px;
    left: 0;
    content: '';
}.contact_form_section .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.contact_form_section h3 {
    text-align: center;
    font-size: 33px;
    margin-bottom: 50px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #000000;
    position: relative;
}.contact_form_section .reach_card {
    display: flex;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 20px;
    background: #ffffff;
    width: 100%;
}.contact_form_section .reach_card::before {
    content: '';
    width: 200px;
    opacity: 0.05;
    position: absolute;
    border-radius: 50%;
    background: rgb(179,191,171,0.5);
    left: -100px;
    top: -100px;
    height: 200px;
}.contact_form_section .reach_card::after {
    content: '';
    border-radius: 50%;
    right: -75px;
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgb(142,165,131,0.5);
    opacity: 0.05;
    bottom: -75px;
}.contact_form_section .request_box {
    width: 60%;
    padding: 50px;
    position: relative;
}.contact_form_section form h3 {
    font-size: 24px;
    margin-bottom: 30px;
    color: rgb(179,191,171);
    text-align: left;
}.contact_form_section form h3::before,
.contact_form_section form h3::after {
    display: none;
}.contact_form_section input[type="text"],
.contact_form_section textarea {
    margin-bottom: 20px;
    padding: 15px 25px;
    font-size: 13px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: rgba(245, 245, 245, 0.5);
    color: #000000;
    border-radius: 30px;
    font-family: Arial, sans-serif;
    width: 100%;
    transition: all 0.3s ease;
}.contact_form_section input[type="text"]:focus,
.contact_form_section textarea:focus {
    box-shadow: 0 0 15px rgb(179,191,171,0.5);
    background: rgba(255, 255, 255, 1);
    outline: none;
    border-color: rgb(179,191,171,0.5);
}.contact_form_section textarea {
    resize: none;
    border-radius: 20px;
    height: 140px;
}.contact_form_section .inquiry_support {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}.contact_form_section .inquiry_support input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_form_section .inquiry_support label {
    cursor: pointer;
    color: #000000;
    position: relative;
    padding-left: 35px;
    font-size: 15px;
    line-height: 1.6;
}.contact_form_section .inquiry_support label::before {
    width: 22px;
    top: 2px;
    border-radius: 50%;
    position: absolute;
    content: '';
    transition: all 0.3s ease;
    left: 0;
    border: 2px solid rgb(179,191,171,0.5);
    background: #ffffff;
    height: 22px;
}.contact_form_section .inquiry_support input[type="checkbox"]:checked + label::before {
    border-color: rgb(179,191,171);
    background: rgb(179,191,171);
}.contact_form_section .inquiry_support input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    height: 10px;
    border: solid #ffffff;
    top: 6px;
    left: 8px;
    width: 6px;
    border-width: 0 2px 2px 0;
    content: '';
    position: absolute;
}.contact_form_section .inquiry_support a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(179,191,171);
}.contact_form_section .inquiry_support a:hover {
    color: rgb(142,165,131);
}.contact_form_section .message_inquiry {
    padding: 15px 40px;
    z-index: 1;
    background: rgb(179,191,171);
    color: #ffffff;
    overflow: hidden;
    font-size: 18px;
    border: none;
    font-family: Arial, sans-serif;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    border-radius: 50px;
}.contact_form_section .message_inquiry::before {
    border-radius: 50px;
    left: 0;
    width: 100%;
    z-index: -1;
    content: '';
    top: 0;
    height: 100%;
    background: rgb(142,165,131);
    transform: translateY(100%);
    transition: all 0.5s ease;
    position: absolute;
}.contact_form_section .message_inquiry:hover {
    box-shadow: 0 5px 20px rgb(179,191,171,0.5);
    transform: translateY(-3px);
}.contact_form_section .message_inquiry:hover::before {
    transform: translateY(0);
}.contact_form_section .reach_widget {
    top: 50%;
    padding: 50px;
    display: flex;
    z-index: 3;
    right: 0;
    border-radius: 70px 0 0 70px;
    transform: translateY(-50%);
    width: 40%;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(135deg, rgb(179,191,171), rgb(142,165,131));
    position: absolute;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.1);
}.contact_form_section .reach_widget::before {
    top: 0;
    background: 
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
    position: absolute;
    border-radius: 70px 0 0 70px;
    left: 0;
    content: '';
    height: 100%;
    width: 100%;
}.contact_form_section .reach_widget h4 {
    font-weight: 600;
    font-size: 24px;
    font-family: Arial, sans-serif;
    position: relative;
    margin-bottom: 30px;
    color: #ffffff;
}.contact_form_section .reach_widget h4::after {
    width: 40px;
    left: 0;
    border-radius: 3px;
    bottom: -10px;
    background: #ffffff;
    height: 3px;
    position: absolute;
    content: '';
}.contact_form_section .contact_reach {
    padding: 0;
    margin: 0;
    list-style: none;
}.contact_form_section .contact_reach li {
    border-radius: 10px;
    display: flex;
    padding: 5px;
    margin-bottom: 25px;
    align-items: flex-start;
    transition: all 0.3s ease;
}.contact_form_section .contact_reach li:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}.contact_form_section .contact_reach svg {
    width: 24px;
    flex-shrink: 0;
    height: 24px;
    transition: transform 0.3s ease;
    margin-top: 3px;
    margin-right: 15px;
}.contact_form_section .contact_reach li:hover svg {
    transform: scale(1.2);
}.contact_form_section .contact_reach svg path {
    fill: #ffffff;
}.contact_form_section .contact_reach span {
    font-size: 13px;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    color: #ffffff;
}.contact_form_section .contact_reach a {
    transition: all 0.3s ease;
    color: #ffffff;
    text-decoration: none;
}.contact_form_section .contact_reach a:hover {
    opacity: 0.8;
}

@media (max-width: 1200px) {.contact_form_section .reach_card {
    width: 70%;
}.contact_form_section .reach_widget {
    width: 35%;
}
}

@media (max-width: 992px) {.contact_form_section .cover_photo {
    display: none;
}.contact_form_section .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}.contact_form_section .reach_card {
    width: 100%;
    max-width: 600px;
    flex-direction: column;
}.contact_form_section .reach_widget {
    right: auto;
    position: relative;
    top: auto;
    transform: none;
    width: 100%;
    margin-top: 30px;
    border-radius: 20px;
    max-width: 600px;
}.contact_form_section .reach_widget::before {
    border-radius: 20px;
}
}

@media (max-width: 768px) {.contact_form_section {
    padding: 70px 0;
}.contact_form_section h3 {
    margin-bottom: 40px;
    font-size: calc(33px * 0.9);
}.contact_form_section .request_box,
    .contact_form_section .reach_widget {
    padding: 30px;
}
}

@media (max-width: 576px) {.contact_form_section {
    padding: 50px 0;
}.contact_form_section h3 {
    margin-bottom: 30px;
    font-size: calc(33px * 0.8);
}.contact_form_section .request_box,
    .contact_form_section .reach_widget {
    padding: 25px 20px;
}.contact_form_section input[type="text"],
    .contact_form_section textarea {
    padding: 12px 20px;
    margin-bottom: 15px;
}.contact_form_section .message_inquiry {
    width: 100%;
    padding: 12px;
}
}