﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}a {
    text-decoration: none;
    color: inherit;
}.teach_supp2673 {
    flex: 0 0 auto;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    auto
contain;
    height: 100%;
    min-height: 100%;
}.segment-wrapper9267 {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}.main_pagewrap8327 {
    flex: 1 0 auto;
}.container {
    margin: auto;
    width: 1179px;
    max-width: 100%;
}svg {
    height: 30px;
    width: 30px;
}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;
}}
header .top_plank {
    color:  #ffffff;
    background: rgb(113,149,129);
}header .top_plank .peak_knowledge7382 div svg, header .top_plank .peak_knowledge7382 div svg path {
    fill: #ffffff;
}header .top_plank .peak_knowledge7382 div span {
    color: #ffffff;
}header .top_plank .peak_knowledge7382 {
    justify-content: flex-start;
    font-size: 14px;
    display: flex;
    line-height: 21px;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 15px 0 10px 0;
}header .top_plank .peak_knowledge7382 div {
    margin-right: 24px;
    align-items: center;
    justify-content: flex-start;
    display: flex;
}header .top_plank .peak_knowledge7382 div img, header .top_plank .peak_knowledge7382 div svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}.contacts9013 {
    position: relative;
    background: linear-gradient(145deg, rgb(148,185,164) 40%, rgb(113,149,129,0.5) 100%);
    padding: 5rem 0;
    overflow: hidden;
    isolation: isolate;
}.contacts9013::before {
    background: rgb(77,113,93,0.5);
    height: 70%;
    transform: rotate(-15deg) skewX(15deg);
    position: absolute;
    opacity: 0.07;
    content: "";
    filter: blur(40px);
    animation: float 15s ease-in-out infinite alternate;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    width: 50%;
    right: -10%;
    z-index: -1;
    top: -15%;
}.contacts9013::after {
    filter: blur(30px);
    left: -5%;
    bottom: -10%;
    width: 40%;
    content: "";
    position: absolute;
    transform: rotate(10deg) skewY(-10deg);
    border-radius: 50% 70% 40% 60% / 60% 30% 70% 40%;
    background: rgb(113,149,129,0.5);
    height: 60%;
    animation: float 18s ease-in-out infinite alternate-reverse;
    z-index: -1;
    opacity: 0.05;
}.contacts9013 .container {
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.contacts9013 .help_question6395 {
    grid-template-columns: 1fr;
    padding: 3rem;
    gap: 2.5rem;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    display: grid;
    transform: perspective(1000px) rotateX(2deg);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08), 
                0 1px 3px rgba(0, 0, 0, 0.05);
    position: relative;
}.contacts9013 .help_question6395:hover {
    transform: perspective(1000px) rotateX(0deg);
}.contacts9013 h3 {
    margin-bottom: 1rem;
    font-size: 33px;
    display: inline-block;
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    font-weight: 700;
}.contacts9013 h3::after {
    height: 4px;
    position: absolute;
    background: linear-gradient(90deg, rgb(113,149,129) 0%, rgb(77,113,93) 100%);
    left: 0;
    content: "";
    bottom: -10px;
    width: 60px;
}.contacts9013 p {
    margin-bottom: 1rem;
    line-height: 1.6;
    font-size: 15px;
    color: #000000;
    font-family: Arial, sans-serif;
}.contacts9013 h5 {
    font-size: 19px;
    align-items: center;
    font-weight: 600;
    display: flex;
    gap: 0.5rem;
    font-family: Arial, sans-serif;
    margin-bottom: 0.5rem;
    color: #000000;
}.contacts9013 .contact_list4987 {
    display: flex;
    list-style: none;
    padding: 0;
    flex-direction: column;
    gap: 1.2rem;
    margin: 0;
}.contacts9013 .contact_list4987 li {
    transition: transform 0.3s ease;
}.contacts9013 .contact_list4987 li:hover {
    transform: translateX(5px);
}.contacts9013 .join_community7048 {
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    align-items: center;
    display: flex;
    color: #000000;
    font-family: Arial, sans-serif;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.05) 0%, rgba(var(--primary-color-rgb), 0) 100%);
    font-size: 15px;
    gap: 0.5rem;
    border-left: 3px solid rgb(113,149,129);
    padding: 0.75rem 1rem;
}.contacts9013 .join_community7048:hover {
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1) 0%, rgba(var(--primary-color-rgb), 0) 100%);
    color: rgb(113,149,129);
}.contacts9013 svg {
    width: 1.2em;
    height: 1.2em;
    transition: transform 0.3s ease;
}.contacts9013 .join_community7048:hover svg {
    transform: scale(1.1);
}.contacts9013 svg path {
    fill: #000000;
    transition: fill 0.3s ease;
}.contacts9013 .join_community7048:hover svg path {
    fill: rgb(113,149,129);
}

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

@media (min-width: 768px) {.contacts9013 .help_question6395 {
    padding: 4rem;
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
}.contacts9013 .help_question6395 > div:first-of-type {
    grid-column: 1 / -1;
}.contacts9013 .contact_list4987 {
    flex-direction: row;
    flex-wrap: wrap;
    grid-column: 1 / -1;
    justify-content: space-between;
}.contacts9013 .contact_list4987 li {
    flex: 0 0 auto;
    width: calc(50% - 1rem);
}
}

@media (min-width: 992px) {.contacts9013 {
    padding: 8rem 0;
}.contacts9013 .help_question6395 {
    padding: 5rem;
    grid-template-columns: 2fr 1fr;
}.contacts9013 .help_question6395 > div:first-of-type {
    grid-column: auto;
}.contacts9013 .contact_list4987 {
    grid-column: auto;
    flex-direction: column;
    grid-row: 2;
}.contacts9013 .contact_list4987 li {
    width: 100%;
}.contacts9013 h3 {
    font-size: calc(33px * 1.2);
}.contacts9013 .join_community7048 {
    font-size: calc(15px * 1.05);
}
}

@media (hover: hover) {.contacts9013 .join_community7048::after {
    width: 0;
    height: 1px;
    position: absolute;
    transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    bottom: 0;
    background: rgb(113,149,129);
    left: 0;
    content: "";
}.contacts9013 .join_community7048:hover::after {
    width: 100%;
}
}

@media (max-width: 767px) {.contacts9013 {
    padding: 4rem 0;
}.contacts9013 .help_question6395 {
    transform: none;
    padding: 2rem;
}.contacts9013 h3 {
    font-size: calc(33px * 0.9);
}.contacts9013 p {
    font-size: calc(15px * 0.95);
}.contacts9013 .join_community7048 {
    padding: 0.5rem 0.75rem;
}}.cookie_banner_dialog8137 {
    bottom: 0;
    border-top: 3px solid rgb(113,149,129);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    width: 100%;
    position: fixed;
    z-index: 90;
    padding: 15px 20px;
    background: rgb(77,113,93);
}.web_tracking8263 {
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}.digital_consent5604 {
    margin-right: 20px;
    flex-shrink: 0;
}.digital_consent5604 svg {
    height: 50px;
    fill: rgb(113,149,129);
    width: 50px;
}.privacy_gate9476 {
    flex-direction: column;
    justify-content: center;
    display: flex;
    max-width: 600px;
}.cookie_banner_dialog8137 h5 {
    font-size: 19px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #ffffff;
}.cookie_banner_dialog8137 p {
    line-height: 1.5;
    color: #000000;
    font-size: 13px;
}.learn_consent7621 {
    flex-shrink: 0;
    cursor: pointer;
    margin-left: 10px;
    color: #ffffff;
    border: 2px solid rgb(113,149,129);
    padding: 10px 20px;
    text-align: center;
    transition: none;
    font-size: 20px;
    background: rgb(113,149,129);
    border-radius: 10px;
    min-width: 150px;
    text-decoration: none;
}.learn_consent7621:hover {
    background: rgb(113,149,129,0.5);
    border-color: rgb(113,149,129,0.5);
}.cookie_banner_dialog8137 p a {
    border-bottom: 2px solid rgb(113,149,129);
    color: rgb(113,149,129);
    text-decoration: none;
}.cookie_banner_dialog8137 p a:hover {
    color: rgb(77,113,93);
    border-bottom-color: rgb(77,113,93);
}
@media only screen and (max-width: 1200px) {.cookie_banner_dialog8137 {
    padding: 15px;
}
}
@media only screen and (max-width: 800px) {.digital_consent5604 {
    display: none;
}.web_tracking8263 {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.cookie_banner_dialog8137 h5, .cookie_banner_dialog8137 p {
    text-align: center;
}.privacy_gate9476 {
    margin-bottom: 15px;
}.learn_consent7621 {
    margin-top: 10px;
    margin-left: 0;
}}
#cookie_popupalert8354 {
    display: none;
}#cookie_popupalert8354:checked ~ .cookie_banner_dialog8137 {
    visibility: hidden;
    opacity: 0;
}.who_we_are0784 {
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
    color: #ffffff;
}.who_we_are0784::before {
    left: 0;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background: linear-gradient(135deg, 
        rgba(0, 32, 63, 0.92), 
        rgba(45, 55, 72, 0.85) 50%, 
        rgba(76, 29, 89, 0.88));
    bottom: 0;
}.who_we_are0784::after {
    pointer-events: none;
    transform: rotate(-15deg);
    z-index: 2;
    background: repeating-linear-gradient(
        45deg,
        rgb(113,149,129,0.5),
        rgb(113,149,129,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    position: absolute;
    height: 40%;
    right: -5%;
    content: "";
    width: 40%;
    top: -5%;
}.who_we_are0784 .container {
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 5;
    position: relative;
}.who_we_are0784 .text_box_item9315 {
    display: grid;
    transform: translateY(2rem);
    opacity: 0;
    animation: fadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    grid-template-columns: 1fr;
    gap: 2rem;
}.who_we_are0784 h1 {
    letter-spacing: -0.02em;
    border-left: 5px solid rgb(113,149,129);
    padding-left: 1.5rem;
    color: #ffffff;
    position: relative;
    font-size: 47px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    transform-origin: left center;
}.who_we_are0784 h1::after {
    width: 60px;
    transform-origin: left;
    animation: lineGrow 0.6s 0.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    bottom: -10px;
    position: absolute;
    transform: scaleX(0);
    background: rgb(77,113,93);
    content: "";
    height: 3px;
    left: 1.5rem;
}.who_we_are0784 ul {
    background: rgba(255, 255, 255, 0.05);
    list-style: none;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    padding: 2.5rem;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 0;
    margin: 0;
}.who_we_are0784 ul:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}.who_we_are0784 h4 {
    margin: 0 0 1.5rem;
    letter-spacing: 0.5px;
    font-size: calc(22px * 1.1);
    display: inline-block;
    position: relative;
    font-weight: 600;
    color: rgb(77,113,93);
}.who_we_are0784 h4::before {
    height: 1px;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, rgb(77,113,93), transparent);
    bottom: -8px;
    left: 0;
    position: absolute;
}.who_we_are0784 span {
    color: #ffffff;
    column-gap: 2.5rem;
    hyphens: auto;
    line-height: 1.8;
    display: block;
    font-size: 15px;
    text-align: justify;
    column-count: 1;
}

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

@keyframes lineGrow {
    to {
        transform: scaleX(1);
    }
}

@media (min-width: 768px) {.who_we_are0784 {
    padding: 6rem 0;
}.who_we_are0784::after {
    width: 30%;
    height: 30%;
}.who_we_are0784 h1 {
    padding-left: 2rem;
    font-size: calc(47px * 1.2);
    border-left-width: 6px;
}.who_we_are0784 h1::after {
    left: 2rem;
    width: 90px;
}.who_we_are0784 ul {
    padding: 3rem;
}.who_we_are0784 span {
    column-count: 2;
}
}

@media (min-width: 992px) {.who_we_are0784 {
    padding: 8rem 0;
}.who_we_are0784::before {
    background: linear-gradient(135deg, 
            rgba(0, 32, 63, 0.92), 
            rgba(45, 55, 72, 0.82) 50%, 
            rgba(76, 29, 89, 0.86));
}.who_we_are0784 .text_box_item9315 {
    grid-template-columns: 1fr;
    gap: 3rem;
}.who_we_are0784 h1 {
    font-size: calc(47px * 1.4);
    margin-bottom: 2rem;
}.who_we_are0784 ul {
    gap: 2rem;
    display: grid;
    grid-template-columns: 1fr;
    padding: 3.5rem;
}.who_we_are0784 h4 {
    margin-bottom: 2rem;
    font-size: calc(22px * 1.3);
}.who_we_are0784 span {
    column-gap: 3rem;
    column-count: 3;
}
}

@media (min-width: 1200px) {.who_we_are0784 {
    padding: 10rem 0;
}.who_we_are0784::after {
    width: 25%;
    right: -10%;
    top: -10%;
    height: 25%;
}.who_we_are0784 .container {
    max-width: 1400px;
}.who_we_are0784 .text_box_item9315 {
    gap: 4rem;
}.who_we_are0784 h1 {
    font-size: calc(47px * 1.6);
}.who_we_are0784 ul {
    padding: 4rem;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
}.who_we_are0784 span {
    font-size: calc(15px * 1.05);
    line-height: 1.9;
}
}

@media (max-width: 767px) {.who_we_are0784 {
    padding: 3rem 0;
}.who_we_are0784::after {
    display: none;
}.who_we_are0784 .container {
    padding: 0 1.5rem;
}.who_we_are0784 h1 {
    margin-bottom: 1.25rem;
    border-left-width: 4px;
    padding-left: 1rem;
    font-size: calc(47px * 0.9);
}.who_we_are0784 h1::after {
    width: 40px;
    height: 2px;
    left: 1rem;
}.who_we_are0784 ul {
    padding: 1.5rem;
}.who_we_are0784 h4 {
    margin-bottom: 1rem;
    font-size: 22px;
}.who_we_are0784 span {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    animation: gradientFlow 20s ease infinite;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 0%, rgb(113,149,129,0.5) 35%, rgb(77,113,93,0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
    top: 0;
    position: absolute;
    content: "";
    bottom: 0;
    z-index: -1;
    left: 0;
    background-size: 300% 300%;
    opacity: 0.75;
    right: 0;
}footer::after {
    background-size: 50px 50px;
    z-index: -1;
    top: 0;
    content: "";
    position: absolute;
    right: 0;
    opacity: 0.15;
    bottom: 0;
    left: 0;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgb(113,149,129,0.5) 25%, rgb(113,149,129,0.5) 26%, transparent 27%, transparent 74%, rgb(77,113,93,0.5) 75%, rgb(77,113,93,0.5) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgb(113,149,129,0.5) 25%, rgb(113,149,129,0.5) 26%, transparent 27%, transparent 74%, rgb(77,113,93,0.5) 75%, rgb(77,113,93,0.5) 76%, transparent 77%, transparent);
}.teach_supp2673 {
    position: relative;
    padding: 4rem 0 2.5rem;
    color: #ffffff;
}.teach_supp2673::before {
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    opacity: 0.8;
    height: 2px;
    position: absolute;
    box-shadow: 0 0 20px rgb(113,149,129,0.5);
    background: linear-gradient(90deg, transparent, rgb(113,149,129), rgb(77,113,93), transparent);
}.teach_supp2673 .container {
    gap: 3rem;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    position: relative;
}.teach_supp2673 .company_holder {
    position: relative;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    flex: 1 1 350px;
    backdrop-filter: blur(8px);
    overflow: hidden;
    transition: all 0.4s ease;
    border-radius: 21px;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    padding: 2rem;
}.teach_supp2673 .company_holder::before {
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(113,149,129), transparent);
    left: -50%;
    content: "";
    height: 1px;
    transform: translateY(-1px);
    width: 200%;
}.teach_supp2673 .company_holder::after {
    transform: translateY(1px);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(77,113,93), transparent);
    width: 100%;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
}.teach_supp2673 .company_holder:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(113,149,129,0.5);
    transform: translateY(-5px);
}.teach_supp2673 .company_holder h3 {
    font-size: 30px;
    color: #ffffff;
    letter-spacing: 1px;
    margin: 0 0 1.5rem;
    font-weight: 700;
    position: relative;
    display: inline-block;
    text-shadow: 0 0 15px rgb(113,149,129,0.5);
}.teach_supp2673 .company_holder h3::after {
    position: absolute;
    width: 50px;
    left: 0;
    bottom: -8px;
    border-radius: 10px;
    content: "";
    transition: width 0.3s ease-out;
    box-shadow: 0 0 10px rgb(113,149,129);
    height: 3px;
    background: linear-gradient(90deg, rgb(113,149,129), rgb(77,113,93));
}.teach_supp2673 .company_holder:hover h3::after {
    width: 100%;
}.teach_supp2673 .inclusion1457 {
    text-shadow: 0 0 10px #000000;
    opacity: 0.85;
    line-height: 1.6;
    color: #ffffff;
    font-size: 16px;
    max-width: 100%;
}.teach_supp2673 .equity_pledge9275 {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}.teach_supp2673 .main_head7590 {
    gap: 2.5rem;
    display: flex;
    flex-wrap: wrap;
}.teach_supp2673 .nav_class4205 {
    backdrop-filter: blur(8px);
    overflow: hidden;
    border-radius: 21px;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    min-width: 250px;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    padding: 2rem;
    transition: all 0.4s ease;
    flex: 1 1 calc(50% - 1.25rem);
    position: relative;
}.teach_supp2673 .nav_class4205::before {
    transform: translateY(-1px);
    top: 0;
    position: absolute;
    height: 1px;
    left: -50%;
    width: 200%;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(77,113,93), transparent);
}.teach_supp2673 .nav_class4205::after {
    position: absolute;
    bottom: 0;
    width: 100%;
    transform: translateY(1px);
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(113,149,129), transparent);
    left: 0;
}.teach_supp2673 .nav_class4205:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(77,113,93,0.5);
    transform: translateY(-5px);
}.teach_supp2673 .nav_class4205 h5 {
    text-shadow: 0 0 15px rgb(77,113,93,0.5);
    position: relative;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-size: 19px;
    display: inline-block;
    margin: 0 0 1.5rem;
}.teach_supp2673 .nav_class4205 h5::after {
    box-shadow: 0 0 10px rgb(77,113,93);
    background: linear-gradient(90deg, rgb(77,113,93), rgb(113,149,129));
    border-radius: 10px;
    position: absolute;
    height: 3px;
    left: 0;
    content: "";
    width: 40px;
    transition: width 0.3s ease-out;
    bottom: -8px;
}.teach_supp2673 .nav_class4205:hover h5::after {
    width: 100%;
}.teach_supp2673 .nav_class4205 .main_head7590 {
    flex-direction: column;
    gap: 1rem;
    display: flex;
}.teach_supp2673 .nav_class4205 .main_head7590 a {
    text-shadow: 0 0 5px #000000;
    padding: 0.5rem 1rem;
    z-index: 1;
    position: relative;
    display: block;
    opacity: 0.8;
    transition: all 0.3s ease;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 10px;
}.teach_supp2673 .nav_class4205 .main_head7590 a::before {
    opacity: 0.5;
    width: 3px;
    height: 100%;
    left: 0;
    position: absolute;
    transition: all 0.3s ease;
    border-radius: 10px;
    top: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgb(113,149,129), rgb(77,113,93));
    content: "";
}.teach_supp2673 .nav_class4205 .main_head7590 a::after {
    transition: all 0.3s ease;
    left: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
    width: 0;
    z-index: -1;
    opacity: 0;
    content: "";
    top: 0;
}.teach_supp2673 .nav_class4205 .main_head7590 a:hover {
    padding-left: 1.5rem;
    text-shadow: 0 0 10px rgb(77,113,93,0.5);
    opacity: 1;
    color: #ffffff;
}.teach_supp2673 .nav_class4205 .main_head7590 a:hover::before {
    box-shadow: 0 0 10px rgb(113,149,129);
    width: 5px;
    opacity: 1;
}.teach_supp2673 .nav_class4205 .main_head7590 a:hover::after {
    opacity: 0.2;
    width: 100%;
}.quiz_links0419 {
    background: rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    padding: 2rem 0;
    margin-top: 2rem;
}.quiz_links0419::before {
    background: linear-gradient(90deg, transparent, rgb(113,149,129), rgb(77,113,93), transparent);
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    height: 1px;
    opacity: 0.5;
}.quiz_links0419 .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.quiz_links0419 .help_center2148 {
    font-size: 12px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    color: #ffffff;
    opacity: 0.7;
    position: relative;
    text-align: center;
    text-shadow: 0 0 5px #000000;
}.quiz_links0419 .help_center2148:hover {
    text-shadow: 0 0 8px rgb(77,113,93,0.5);
    opacity: 1;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 1200px) {.teach_supp2673 .container {
    gap: 2rem;
}.teach_supp2673 .company_holder {
    flex: 1 1 320px;
}.teach_supp2673 .equity_pledge9275 {
    min-width: 320px;
    flex: 1 1 calc(100% - 370px);
}
}

@media (max-width: 992px) {.teach_supp2673 {
    padding: 3.5rem 0 2rem;
}.teach_supp2673 .container {
    gap: 2rem;
    flex-direction: column;
}.teach_supp2673 .company_holder,
    .teach_supp2673 .equity_pledge9275 {
    flex: 1 1 100%;
    min-width: 100%;
}.teach_supp2673 .nav_class4205 {
    flex: 0 1 calc(50% - 1.25rem);
    min-width: 220px;
}
}

@media (max-width: 768px) {.teach_supp2673 {
    padding: 3rem 0 1.5rem;
}.teach_supp2673 .company_holder,
    .teach_supp2673 .nav_class4205 {
    padding: 1.5rem;
}.teach_supp2673 .main_head7590 {
    gap: 1.5rem;
}.teach_supp2673 .company_holder h3 {
    font-size: calc(30px - 2px);
}.teach_supp2673 .nav_class4205 h5 {
    font-size: calc(19px - 1px);
}.teach_supp2673 .company_holder:hover,
    .teach_supp2673 .nav_class4205:hover {
    transform: translateY(-3px);
}
}

@media (max-width: 576px) {.teach_supp2673 {
    padding: 2.5rem 0 1rem;
}.teach_supp2673 .main_head7590 {
    gap: 1rem;
}.teach_supp2673 .nav_class4205 {
    min-width: 100%;
    flex: 1 1 100%;
}.teach_supp2673 .nav_class4205 .main_head7590 a {
    padding: 0.4rem 0.8rem;
}.teach_supp2673 .nav_class4205 .main_head7590 a:hover {
    padding-left: 1.2rem;
}.quiz_links0419 {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.teach_supp2673 .company_holder:hover,
    .teach_supp2673 .nav_class4205:hover {
    transform: translateY(-2px);
}}.potential_students6820 {
    background-color: #edf0f8;
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.potential_students6820::before {
    height: 100%;
    position: absolute;
    opacity: 0.4;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 10px,
            rgba(228, 232, 243, 0.8) 10px,
            rgba(228, 232, 243, 0.8) 11px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 10px,
            rgba(228, 232, 243, 0.8) 10px,
            rgba(228, 232, 243, 0.8) 11px
        );
    width: 100%;
    z-index: 1;
    content: '';
    left: 0;
    top: 0;
}.potential_students6820 .skill_learn1597 {
    text-align: center;
    position: relative;
    max-width: 1200px;
    z-index: 10;
    margin: 0 auto;
    padding: 0 30px;
}.potential_students6820 h3 {
    position: relative;
    font-size: 34px;
    margin-bottom: 60px;
    font-weight: 700;
    background-color: #edf0f8;
    padding: 20px 40px;
    display: inline-block;
    color: #000000;
    border-radius: 15px;
    box-shadow: 
        10px 10px 20px rgba(166, 180, 208, 0.7),
        -10px -10px 20px rgba(255, 255, 255, 0.8);
}.potential_students6820 h3::after {
    content: '';
    left: 50%;
    position: absolute;
    height: 5px;
    border-radius: 10px;
    bottom: -15px;
    width: 60px;
    background: linear-gradient(90deg, rgb(113,149,129), rgb(77,113,93));
    transform: translateX(-50%);
}.potential_students6820 ul {
    list-style: none;
    flex-wrap: wrap;
    margin: 0;
    gap: 35px;
    display: flex;
    justify-content: center;
    padding: 0;
}.potential_students6820 ul li {
    transition: all 0.4s ease;
    width: calc(33.333% - 24px);
    border-radius: 20px;
    position: relative;
    display: flex;
    gap: 20px;
    background-color: #edf0f8;
    box-shadow: 
        10px 10px 20px rgba(166, 180, 208, 0.5),
        -10px -10px 20px rgba(255, 255, 255, 0.8);
    align-items: flex-start;
    padding: 35px 30px;
    text-align: left;
    min-width: 280px;
}.potential_students6820 ul li:hover {
    box-shadow: 
        inset 5px 5px 10px rgba(166, 180, 208, 0.4),
        inset -5px -5px 10px rgba(255, 255, 255, 0.8);
    transform: translateY(-5px);
}.potential_students6820 ul li::before {
    width: 12px;
    position: absolute;
    opacity: 0.5;
    content: '';
    background: linear-gradient(135deg, rgb(113,149,129), rgb(77,113,93));
    border-radius: 50%;
    transition: opacity 0.3s ease;
    height: 12px;
    top: 15px;
    right: 15px;
}.potential_students6820 ul li:hover::before {
    opacity: 1;
}.potential_students6820 ul li svg {
    flex-shrink: 0;
    padding: 10px;
    background: linear-gradient(135deg, #edf0f8, #e2e6f3);
    box-shadow: 
        5px 5px 10px rgba(166, 180, 208, 0.5),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    width: 50px;
    height: 50px;
    transition: all 0.4s ease;
}.potential_students6820 ul li:hover svg {
    transform: scale(1.05);
    box-shadow: 
        inset 3px 3px 6px rgba(166, 180, 208, 0.4),
        inset -3px -3px 6px rgba(255, 255, 255, 0.8);
}.potential_students6820 ul li svg path {
    fill: rgb(113,149,129);
    transition: fill 0.4s ease;
}.potential_students6820 ul li:hover svg path {
    fill: rgb(77,113,93);
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.potential_students6820 ul li {
    opacity: 0;
    animation: fadeInUp 0.6s ease forwards;
}.potential_students6820 ul li:nth-child(1) {
    animation-delay: 0.1s;
}.potential_students6820 ul li:nth-child(2) {
    animation-delay: 0.2s;
}.potential_students6820 ul li:nth-child(3) {
    animation-delay: 0.3s;
}.potential_students6820 ul li:nth-child(4) {
    animation-delay: 0.4s;
}.potential_students6820 ul li:nth-child(5) {
    animation-delay: 0.5s;
}.potential_students6820 ul li:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 992px) {.potential_students6820 {
    padding: 80px 0;
}.potential_students6820 h3 {
    padding: 15px 30px;
    margin-bottom: 50px;
}.potential_students6820 ul {
    gap: 25px;
}.potential_students6820 ul li {
    padding: 30px 25px;
    width: calc(50% - 13px);
}
}

@media (max-width: 768px) {.potential_students6820 ul li {
    width: 100%;
    max-width: 400px;
}
}

@media (max-width: 576px) {.potential_students6820 {
    padding: 60px 0;
}.potential_students6820 h3 {
    margin-bottom: 40px;
    font-size: calc(34px * 0.85);
    padding: 15px 20px;
}.potential_students6820 ul li {
    gap: 15px;
    padding: 25px 20px;
}.potential_students6820 ul li svg {
    width: 40px;
    height: 40px;
    padding: 8px;
}
}

@media (prefers-reduced-motion: reduce) {.potential_students6820 ul li {
    opacity: 1;
    animation: none;
}.potential_students6820 ul li:hover {
    transform: none;
}}.opening_page9078 {
    position: relative;
    align-items: center;
    overflow: hidden;
    display: flex;
    justify-content: center;
    min-height: 100vh;
}.opening_page9078 .edu_expert5967 {
    justify-content: flex-start;
    height: 100%;
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
}.opening_page9078 .edu_expert5967::before {
    position: absolute;
    left: 0;
    content: '';
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.85) 0%, 
    rgba(0, 0, 0, 0.5) 50%, 
    rgba(0, 0, 0, 0.7) 100%);
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 1;
}.opening_page9078 .growth_hist0972 {
    display: grid;
    position: relative;
    margin-left: 10%;
    z-index: 2;
    transform: perspective(1000px) rotateY(-2deg);
    max-width: 90%;
    gap: 3rem;
    padding: 5rem;
    grid-template-columns: 1fr;
}.opening_page9078 .growth_hist0972 > div:first-child {
    animation: slideInLeft 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    opacity: 0;
    position: relative;
    transform: translateX(-30px);
}.opening_page9078 .growth_hist0972 > div:last-child {
    position: relative;
    animation: slideInRight 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    transform: translateX(30px);
    opacity: 0;
}.opening_page9078 .title_style_header {
    font-size: clamp(2.5rem, 5vw, 38px);
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-weight: 700;
    position: relative;
    line-height: 1.2;
    display: inline-block;
}.opening_page9078 .title_style_header::after {
    background: linear-gradient(90deg, rgb(113,149,129) 0%, rgb(77,113,93) 100%);
    transform: scaleX(0);
    width: 80%;
    bottom: -10px;
    position: absolute;
    content: '';
    height: 4px;
    animation: lineGrow 1.2s cubic-bezier(0.17, 0.67, 0.83, 0.67) 0.6s forwards;
    transform-origin: left;
    left: 0;
}.opening_page9078 h3 {
    background: linear-gradient(90deg, #ffffff 60%, rgb(77,113,93) 100%);
    font-weight: 600;
    font-size: clamp(1.3rem, 2.5vw, 20px);
    max-width: 90%;
    background-clip: text !important;
    color: #ffffff;
    -webkit-text-fill-color: transparent;
    line-height: 1.4;
    margin-bottom: 1.5rem;
    -webkit-background-clip: text !important;
}.opening_page9078 p {
    letter-spacing: 0.5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background: linear-gradient(120deg, rgb(113,149,129,0.5) 0%, transparent 100%);
    position: relative;
    color: #ffffff;
    margin-top: 1.5rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    backdrop-filter: blur(8px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: inline-block;
    font-size: clamp(1rem, 1.5vw, 18px);
    transform: translateY(0);
    padding: 1rem 2rem;
    line-height: 1.6;
}.opening_page9078 p:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}

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

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

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

@media (max-width: 992px) {.opening_page9078 .growth_hist0972 {
    transform: perspective(800px) rotateY(-1deg);
    max-width: 90%;
    padding: 4rem 3rem;
    margin-left: 5%;
}.opening_page9078 p {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 768px) {.opening_page9078 .growth_hist0972 {
    gap: 2rem;
    margin-left: 0;
    transform: none;
    padding: 3rem 2rem;
    max-width: 100%;
}.opening_page9078 .title_style_header::after {
    height: 3px;
}.opening_page9078 h3 {
    max-width: 100%;
}.opening_page9078 p {
    padding: 0.7rem 1.2rem;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
}
}

@media (max-width: 576px) {.opening_page9078 .edu_expert5967 {
    justify-content: center;
}.opening_page9078 .growth_hist0972 {
    gap: 1.5rem;
    padding: 2rem 1.5rem;
    text-align: center;
}.opening_page9078 .title_style_header::after {
    width: 60%;
    left: 20%;
}.opening_page9078 h3 {
    font-size: 1.1rem;
}.opening_page9078 p {
    margin: 0 auto;
    display: block;
    font-size: 0.95rem;
    max-width: 90%;
    padding: 0.6rem 1rem;
}}.learning_system4298 {
    align-items: center;
    padding: 6rem 2rem;
    position: relative;
    min-height: 70vh;
    background: rgb(148,185,164);
    display: flex;
    overflow: hidden;
}.learning_system4298::before {
    position: absolute;
    height: 100%;
    filter: blur(40px);
    background: 
        radial-gradient(circle at 10% 20%, rgb(113,149,129,0.5) 0%, transparent 25%),
        radial-gradient(circle at 90% 80%, rgb(77,113,93,0.5) 0%, transparent 25%);
    width: 100%;
    top: 0;
    content: '';
    left: 0;
}.learning_system4298::after {
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
    opacity: 0.1;
    content: '';
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(113,149,129,0.5) 49%, rgb(113,149,129,0.5) 51%, transparent 52%) 0 0 / 30px 30px,
        linear-gradient(135deg, transparent 48%, rgb(77,113,93,0.5) 49%, rgb(77,113,93,0.5) 51%, transparent 52%) 0 0 / 30px 30px;
}.learning_system4298 .skill_learn1597 {
    position: relative;
    width: 100%;
    z-index: 2;
    max-width: 1200px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}.learning_system4298 .text_box_item9315 {
    max-width: 800px;
    box-shadow: 
        12px 12px 24px rgba(0, 0, 0, 0.15),
        -12px -12px 24px rgba(255, 255, 255, 0.8);
    transition: all 0.4s ease;
    width: 80%;
    background: rgb(148,185,164);
    border-radius: 14px;
    padding: 3.5rem;
    position: relative;
}.learning_system4298 .text_box_item9315:hover {
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.2),
        -15px -15px 30px rgba(255, 255, 255, 0.9);
}.learning_system4298 .text_box_item9315::before {
    border-radius: 50%;
    animation: pulse 5s infinite alternate;
    right: 20px;
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.1),
        -4px -4px 8px rgba(255, 255, 255, 0.9);
    width: 60px;
    z-index: -1;
    height: 60px;
    content: '';
    position: absolute;
    background: linear-gradient(135deg, rgb(113,149,129,0.5), rgb(77,113,93,0.5));
    top: 20px;
}@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.1);
        opacity: 0.9;
    }
}

.learning_system4298 .text_box_item9315::after {
    width: 40px;
    left: 20px;
    border-radius: 50%;
    content: '';
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.1),
        -4px -4px 8px rgba(255, 255, 255, 0.9);
    background: linear-gradient(135deg, rgb(77,113,93,0.5), rgb(113,149,129,0.5));
    position: absolute;
    z-index: -1;
    height: 40px;
    animation: pulse 5s infinite alternate-reverse;
    bottom: 20px;
}.learning_system4298 h2 {
    color: #000000;
    margin-bottom: 2rem;
    background: linear-gradient(135deg, rgb(113,149,129), rgb(77,113,93));
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent;
    position: relative;
    font-weight: 700;
    display: inline-block;
    font-size: 37px;
    text-fill-color: transparent;
    text-align: center;
}.learning_system4298 h2::before {
    height: 5px;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, rgb(113,149,129,0.5) 0%, rgb(77,113,93) 50%, rgb(113,149,129,0.5) 100%);
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    left: 0;
    bottom: -10px;
}.learning_system4298 p {
    font-size: 17px;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 
        inset 3px 3px 6px rgba(0, 0, 0, 0.1),
        inset -3px -3px 6px rgba(255, 255, 255, 0.7);
    padding: 1rem;
    background: rgb(148,185,164);
    margin-top: 1.5rem;
    color: #000000;
    border-radius: 10px;
    line-height: 1.8;
}.learning_system4298 .text_box_item9315:hover p {
    box-shadow: 
        inset 4px 4px 8px rgba(0, 0, 0, 0.12),
        inset -4px -4px 8px rgba(255, 255, 255, 0.8);
}.learning_system4298 .text_box_item9315::before,
.learning_system4298 .text_box_item9315::after {
    transition: all 0.5s ease;
}.learning_system4298 .text_box_item9315:hover::before {
    transform: scale(1.15) translateY(-5px);
}.learning_system4298 .text_box_item9315:hover::after {
    transform: scale(1.15) translateY(5px);
}

@media (max-width: 992px) {.learning_system4298 {
    padding: 4rem 1.5rem;
}.learning_system4298 .text_box_item9315 {
    width: 90%;
    padding: 2.5rem;
}.learning_system4298 h2 {
    font-size: calc(37px * 0.9);
}.learning_system4298 p {
    padding: 0.8rem;
}
}

@media (max-width: 768px) {.learning_system4298 {
    padding: 3rem 1rem;
    min-height: auto;
}.learning_system4298 .text_box_item9315 {
    padding: 2rem;
    width: 100%;
}.learning_system4298 h2 {
    margin-bottom: 1.5rem;
    font-size: calc(37px * 0.8);
}.learning_system4298 p {
    font-size: calc(17px * 0.95);
    padding: 0.6rem;
}.learning_system4298 .text_box_item9315::before {
    height: 40px;
    right: 15px;
    width: 40px;
    top: 15px;
}.learning_system4298 .text_box_item9315::after {
    bottom: 15px;
    height: 30px;
    left: 15px;
    width: 30px;
}
}

@media (max-width: 576px) {.learning_system4298 {
    padding: 2.5rem 0.8rem;
}.learning_system4298 .text_box_item9315 {
    box-shadow: 
            8px 8px 16px rgba(0, 0, 0, 0.15),
            -8px -8px 16px rgba(255, 255, 255, 0.8);
    padding: 1.5rem;
}.learning_system4298 h2 {
    margin-bottom: 1.2rem;
    font-size: calc(37px * 0.7);
}.learning_system4298 h2::before {
    height: 3px;
    bottom: -8px;
}.learning_system4298 p {
    padding: 0.5rem;
    margin-top: 1rem;
    font-size: calc(17px * 0.9);
}}.contact_information0193 {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: rgb(148,185,164);
}.contact_information0193::before {
    top: 0;
    opacity: 0.07;
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
    height: 100%;
    z-index: 1;
    background: repeating-linear-gradient(
        45deg,
        rgb(113,149,129,0.5) 0,
        rgb(113,149,129,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
}.contact_information0193::after {
    background-image: 
        linear-gradient(rgb(77,113,93,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(77,113,93,0.5) 1px, transparent 1px);
    left: 0;
    position: absolute;
    height: 100%;
    opacity: 0.07;
    width: 100%;
    background-size: 30px 30px;
    content: "";
    z-index: 1;
    top: 0;
}.contact_information0193 .container {
    position: relative;
    padding: 0 30px;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.contact_information0193 h2 {
    color: #000000;
    margin-bottom: 20px;
    font-weight: 700;
    left: 50%;
    padding-bottom: 20px;
    text-align: center;
    transform: translateX(-50%);
    position: relative;
    font-size: 37px;
    display: inline-block;
}.contact_information0193 h2::before {
    left: calc(50% - 40px);
    width: 80px;
    background: rgb(113,149,129);
    height: 4px;
    position: absolute;
    bottom: 0;
    content: "";
}.contact_information0193 h2::after {
    background: rgb(77,113,93);
    height: 4px;
    width: 30px;
    content: "";
    bottom: 0;
    left: calc(50% - 15px);
    position: absolute;
}.contact_information0193 .message_map7418 {
    display: flex;
    position: relative;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-top: 50px;
    background: #ffffff;
    border-radius: 0;
}.contact_information0193 .portrait_img9870 {
    flex: 0 0 45%;
    position: relative;
    min-height: 550px;
}.contact_information0193 .portrait_img9870::before {
    content: "";
    z-index: 1;
    inset: 0;
    background: linear-gradient(
        135deg, 
        rgba(rgb(113,149,129), 0.4), 
        rgba(rgb(77,113,93), 0.4)
    );
    position: absolute;
}.contact_information0193 .inquiry_help0836 {
    flex-direction: column;
    position: relative;
    padding: 60px;
    flex: 0 0 55%;
    justify-content: center;
    display: flex;
}.contact_information0193 .inquiry_help0836::before {
    position: absolute;
    right: -75px;
    border-radius: 50%;
    content: "";
    width: 150px;
    height: 150px;
    top: -75px;
    border: 30px solid rgb(113,149,129,0.5);
    z-index: 0;
}.contact_information0193 .inquiry_help0836::after {
    border-radius: 0;
    transform: rotate(45deg);
    background: rgb(77,113,93,0.5);
    z-index: 0;
    bottom: -50px;
    height: 100px;
    width: 100px;
    left: -50px;
    content: "";
    position: absolute;
}.contact_information0193 form {
    position: relative;
    z-index: 2;
}.contact_information0193 form h3 {
    color: #000000;
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 19px;
    display: inline-block;
    position: relative;
}.contact_information0193 form h3::after {
    bottom: -15px;
    content: "";
    background: rgb(113,149,129);
    height: 2px;
    width: 50%;
    left: 0;
    position: absolute;
}.contact_information0193 form input[type="text"] {
    color: #000000;
    transition: all 0.3s ease;
    margin-bottom: 25px;
    background: transparent;
    width: 100%;
    font-size: 18px;
    padding: 20px 25px;
    border-bottom: 2px solid rgb(148,185,164);
    border: none;
}.contact_information0193 form input[type="text"]:focus {
    border-bottom-color: rgb(113,149,129);
    outline: none;
}.contact_information0193 form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.contact_information0193 form input[type="text"]:focus::placeholder {
    transform: translateY(-10px);
    opacity: 0;
}.contact_information0193 .help_grid8264 {
    position: relative;
    margin-bottom: 40px;
}.contact_information0193 .help_grid8264 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_information0193 .help_grid8264 label {
    font-size: 16px;
    color: #000000;
    line-height: 1.5;
    cursor: pointer;
    padding-left: 35px;
    position: relative;
}.contact_information0193 .help_grid8264 label::before {
    left: 0;
    height: 22px;
    border: 2px solid rgb(148,185,164);
    content: "";
    background: transparent;
    transition: all 0.3s ease;
    width: 22px;
    position: absolute;
    top: 0;
}.contact_information0193 .help_grid8264 input[type="checkbox"]:checked + label::before {
    border-color: rgb(113,149,129);
    background: rgb(113,149,129);
}.contact_information0193 .help_grid8264 input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    left: 8px;
    height: 12px;
    border-width: 0 2px 2px 0;
    top: 4px;
    width: 6px;
    border: solid #ffffff;
    content: "";
    position: absolute;
}.contact_information0193 .help_grid8264 label a {
    transition: all 0.3s ease;
    font-weight: 600;
    position: relative;
    color: rgb(113,149,129);
    text-decoration: none;
}.contact_information0193 .help_grid8264 label a::after {
    width: 100%;
    left: 0;
    position: absolute;
    background: rgb(113,149,129);
    transition: transform 0.3s ease;
    transform-origin: left;
    transform: scaleX(1);
    content: "";
    height: 1px;
    bottom: -1px;
}.contact_information0193 .help_grid8264 label a:hover {
    color: rgb(77,113,93);
}.contact_information0193 .help_grid8264 label a:hover::after {
    transform: scaleX(0);
    background: rgb(77,113,93);
}.contact_information0193 .connect_list7593 {
    padding: 18px 40px;
    font-size: 19px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: rgb(113,149,129);
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
    display: inline-block;
    cursor: pointer;
    border: none;
    font-weight: 600;
    color: #ffffff;
    width: auto;
    transition: all 0.3s ease;
}.contact_information0193 .connect_list7593::before {
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    left: -10px;
    transition: width 0.5s ease;
    z-index: -1;
    content: "";
    background: rgb(77,113,93);
    width: 0;
    height: 100%;
}.contact_information0193 .connect_list7593:hover::before {
    width: 150%;
}.contact_information0193 svg {
    stroke: rgb(113,149,129);
    width: 24px;
    transition: all 0.3s ease;
    height: 24px;
    fill: none;
    stroke-width: 2;
}.contact_information0193 svg path {
    transition: all 0.3s ease;
    stroke: rgb(113,149,129);
    fill: none;
}.contact_information0193 svg:hover,
.contact_information0193 svg:hover path {
    stroke: rgb(77,113,93);
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 1024px) {.contact_information0193 {
    padding: 80px 0;
}.contact_information0193 .portrait_img9870 {
    min-height: 500px;
}.contact_information0193 .inquiry_help0836 {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact_information0193 {
    padding: 60px 0;
}.contact_information0193 .message_map7418 {
    flex-direction: column;
}.contact_information0193 .portrait_img9870 {
    width: 100%;
    min-height: 300px;
}.contact_information0193 .inquiry_help0836 {
    padding: 40px 30px;
    width: 100%;
}.contact_information0193 form h3 {
    margin-bottom: 30px;
}.contact_information0193 form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact_information0193 .help_grid8264 {
    margin-bottom: 30px;
}.contact_information0193 .connect_list7593 {
    width: 100%;
    padding: 15px 30px;
}
}

@media (max-width: 480px) {.contact_information0193 {
    padding: 50px 0;
}.contact_information0193 h2 {
    font-size: calc(37px * 0.85);
}.contact_information0193 .message_map7418 {
    margin-top: 30px;
}.contact_information0193 .portrait_img9870 {
    min-height: 200px;
}.contact_information0193 .inquiry_help0836 {
    padding: 30px 20px;
}.contact_information0193 form h3 {
    margin-bottom: 25px;
    font-size: calc(19px * 0.9);
}.contact_information0193 form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact_information0193 .help_grid8264 {
    margin-bottom: 25px;
}.contact_information0193 .help_grid8264 label {
    font-size: calc(16px * 0.9);
}.contact_information0193 .connect_list7593 {
    padding: 12px 25px;
}}.newsletter_subscription7451 {
    position: relative;
    perspective: 1000px;
    overflow: hidden;
    padding: 6rem 2rem;
    background: linear-gradient(135deg, rgb(113,149,129,0.5), rgb(77,113,93));
}.newsletter_subscription7451::before {
    transform: rotate(35deg) translateZ(-10px);
    content: "";
    height: 100%;
    position: absolute;
    background: rgb(77,113,93,0.5);
    top: -50%;
    z-index: 0;
    filter: blur(15px);
    right: -50%;
    width: 100%;
}.newsletter_subscription7451::after {
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    background: rgb(113,149,129,0.5);
    content: "";
    z-index: 0;
    width: 40%;
    height: 40%;
    bottom: -5%;
    position: absolute;
    left: -5%;
    transform: translateZ(-5px) rotate(15deg);
}.newsletter_subscription7451 .container {
    transform-style: preserve-3d;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.newsletter_subscription7451 .skill_learn1597 {
    transform: translateZ(50px);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(10px) saturate(150%) contrast(110%);
    overflow: hidden;
    backdrop-filter: blur(10px) saturate(150%) contrast(110%);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    position: relative;
    padding: 3rem;
}.newsletter_subscription7451 .skill_learn1597:hover {
    transform: translateZ(60px) scale(1.01);
}.newsletter_subscription7451 .skill_learn1597::before {
    content: "";
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(113,149,129), transparent);
    position: absolute;
    left: -100%;
    height: 2px;
    width: 100%;
    animation: lightSweep 6s infinite ease-in-out;
}.newsletter_subscription7451 .skill_learn1597::after {
    bottom: 0;
    height: 2px;
    width: 100%;
    right: -100%;
    background: linear-gradient(90deg, transparent, rgb(77,113,93), transparent);
    animation: lightSweep 6s 3s infinite ease-in-out;
    content: "";
    position: absolute;
}.newsletter_subscription7451 h3 {
    color: #ffffff;
    margin-bottom: 2rem;
    padding-left: 1rem;
    line-height: 1.4;
    font-size: clamp(1.5rem, 2vw + 1rem, 2.5rem);
    letter-spacing: -0.01em;
    font-family: Arial, sans-serif;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-weight: 600;
}.newsletter_subscription7451 h3::before {
    content: "";
    bottom: 0.5rem;
    transform-origin: top;
    background: rgb(113,149,129);
    left: 0;
    position: absolute;
    width: 4px;
    top: 0.5rem;
    transform: scaleY(0);
    animation: scaleInY 1s 0.5s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
}.newsletter_subscription7451 .input_holder {
    position: relative;
    display: flex;
    transform: translateZ(30px);
    gap: 1rem;
}.newsletter_subscription7451 .input_holder div {
    overflow: hidden;
    flex-grow: 1;
    position: relative;
}.newsletter_subscription7451 .input_holder div::before {
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    position: absolute;
    background: rgb(77,113,93);
    content: "";
    bottom: 0;
    height: 2px;
    width: 100%;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
}.newsletter_subscription7451 .input_holder div:focus-within::before {
    transform: scaleX(1);
    transform-origin: left;
}.newsletter_subscription7451 input[type="email"] {
    font-family: Arial, sans-serif;
    padding: 1rem 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    font-size: 17px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.1);
}.newsletter_subscription7451 input[type="email"]::placeholder {
    transition: opacity 0.3s ease, transform 0.3s ease;
    color: rgba(255, 255, 255, 0.6);
}.newsletter_subscription7451 input[type="email"]:focus {
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.15);
    outline: none;
}.newsletter_subscription7451 input[type="email"]:focus::placeholder {
    opacity: 0.5;
    transform: translateX(10px);
}.newsletter_subscription7451 .subscribe_widget4617 {
    font-weight: 600;
    padding: 1rem 1.75rem;
    font-size: 18px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: none;
    position: relative;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    z-index: 1;
    background: linear-gradient(135deg, rgb(113,149,129), rgb(77,113,93));
    cursor: pointer;
    font-family: Arial, sans-serif;
    overflow: hidden;
}.newsletter_subscription7451 .subscribe_widget4617::before {
    z-index: -1;
    transition: opacity 0.4s ease;
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgb(77,113,93), rgb(113,149,129));
    opacity: 0;
    width: 100%;
    left: 0;
    height: 100%;
}.newsletter_subscription7451 .subscribe_widget4617:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px) scale(1.02);
}.newsletter_subscription7451 .subscribe_widget4617:hover::before {
    opacity: 1;
}.newsletter_subscription7451 .subscribe_widget4617:active {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    transform: translateY(1px) scale(0.98);
}

@keyframes lightSweep {
    0% { transform: translateX(0%); }
    50% { transform: translateX(200%); }
    100% { transform: translateX(0%); }
}

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

@media (max-width: 768px) {.newsletter_subscription7451 {
    padding: 4rem 1.5rem;
}.newsletter_subscription7451 .skill_learn1597 {
    padding: 2rem 1.5rem;
    transform: translateZ(30px);
}.newsletter_subscription7451 h3 {
    font-size: clamp(1.25rem, 4vw, 1.75rem);
    margin-bottom: 1.5rem;
}.newsletter_subscription7451 .input_holder {
    gap: 1rem;
    flex-direction: column;
}.newsletter_subscription7451 input[type="email"] {
    padding: 0.875rem;
}.newsletter_subscription7451 .subscribe_widget4617 {
    width: 100%;
    padding: 0.875rem;
}
}

@media (max-width: 480px) {.newsletter_subscription7451 {
    padding: 3rem 1rem;
}.newsletter_subscription7451 .skill_learn1597 {
    padding: 1.5rem 1rem;
}.newsletter_subscription7451 h3 {
    font-size: 1.25rem;
    padding-left: 0.75rem;
}.newsletter_subscription7451 h3::before {
    width: 3px;
}.newsletter_subscription7451 input[type="email"] {
    font-size: calc(17px * 0.9);
}.newsletter_subscription7451 .subscribe_widget4617 {
    font-size: calc(18px * 0.9);
}
}

@media (min-width: 1440px) {.newsletter_subscription7451 .skill_learn1597 {
    padding: 4rem;
    margin: 0 auto;
    max-width: 85%;
}.newsletter_subscription7451 h3 {
    font-size: 2.5rem;
}.newsletter_subscription7451 .input_holder {
    margin: 0 auto;
    max-width: 90%;
}}.start_now1608 {
    padding: 4rem 2rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(113,149,129) 0%, rgb(77,113,93) 100%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    z-index: 1;
}.start_now1608::before {
    position: absolute;
    z-index: -1;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 15px,
        transparent 15px,
        transparent 30px
    );
    content: "";
    right: 0;
    left: 0;
    bottom: 0;
}.start_now1608::after {
    right: -100px;
    width: 300px;
    position: absolute;
    opacity: 0.6;
    animation: float 15s infinite ease-in-out;
    border-radius: 50%;
    content: "";
    filter: blur(20px);
    z-index: -1;
    top: -150px;
    background: radial-gradient(circle, rgb(113,149,129,0.5) 0%, transparent 70%);
    height: 300px;
}.start_now1608 .container {
    z-index: 2;
    align-items: center;
    margin: 0 auto;
    max-width: 1200px;
    gap: 2.5rem;
    display: flex;
    flex-direction: column;
    position: relative;
}.start_now1608 h6 {
    transform: perspective(1000px) translateZ(10px);
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    letter-spacing: 0.02em;
    color: #ffffff;
    max-width: 85%;
    text-align: center;
    font-size: clamp(1.25rem, 2vw + 0.5rem, 2rem);
    margin: 0;
    line-height: 1.4;
}.start_now1608 div div {
    display: flex;
    perspective: 1000px;
    justify-content: center;
}.start_now1608 div span {
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-style: preserve-3d;
    display: inline-block;
    position: relative;
}.start_now1608 .connect_list7593 {
    border: none;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 1rem 2rem;
    align-items: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    display: inline-flex;
    overflow: hidden;
    background-color: #ffffff;
    text-decoration: none;
    justify-content: center;
    min-width: 200px;
    color: rgb(113,149,129);
    outline: none;
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    transform: translateZ(0);
    position: relative;
}.start_now1608 .connect_list7593::before {
    transition: transform 0.7s ease;
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    background: linear-gradient(
        45deg,
        transparent 20%,
        rgba(255, 255, 255, 0.2) 40%,
        rgba(255, 255, 255, 0.5) 50%,
        rgba(255, 255, 255, 0.2) 60%,
        transparent 80%
    );
    top: 0;
    transform: translateX(-100%) skewX(-15deg);
    left: 0;
}.start_now1608 .connect_list7593 span {
    transition: transform 0.3s ease;
    position: relative;
    z-index: 2;
}.start_now1608 .connect_list7593:hover {
    color: rgb(77,113,93);
    transform: translateY(-5px) scale(1.03);
    background-color: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.1);
}.start_now1608 .connect_list7593:hover::before {
    transform: translateX(100%) skewX(-15deg);
}.start_now1608 .connect_list7593:hover span {
    transform: translateX(5px);
}.start_now1608 .connect_list7593:active {
    transform: translateY(-2px) scale(0.98);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(30px) scale(1.1);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
}

@media (max-width: 768px) {.start_now1608 {
    padding: 3rem 1.5rem;
}.start_now1608 h6 {
    max-width: 100%;
    font-size: clamp(1rem, 4vw, 1.5rem);
}.start_now1608 .connect_list7593 {
    min-width: 180px;
    padding: 0.875rem 1.5rem;
}
}

@media (max-width: 480px) {.start_now1608 {
    padding: 2.5rem 1rem;
}.start_now1608 .container {
    gap: 1.5rem;
}.start_now1608 h6 {
    line-height: 1.5;
    font-size: clamp(0.875rem, 3.5vw, 1.25rem);
}.start_now1608 .connect_list7593 {
    min-width: 160px;
    padding: 0.75rem 1.25rem;
}.start_now1608::after {
    height: 200px;
    width: 200px;
}
}

@media (min-width: 1200px) {.start_now1608 {
    padding: 5rem 2rem;
}.start_now1608 h6 {
    max-width: 70%;
}.start_now1608 .connect_list7593 {
    min-width: 220px;
    padding: 1.125rem 2.25rem;
}
}

@media (prefers-reduced-motion: reduce) {.start_now1608::after,
    .start_now1608 .connect_list7593::before {
    transition: none;
    animation: none;
}.start_now1608 .connect_list7593,
    .start_now1608 .connect_list7593 span,
    .start_now1608 div span {
    transition-duration: 0.1s;
}}header {
    width: 100%;
    padding: 1.5rem 3%;
    z-index: 100;
    position: relative;
    background: linear-gradient(to right, rgb(113,149,129,0.5), rgb(77,113,93,0.5));
}header::before {
    top: 0.5rem;
    left: 0.5rem;
    border-radius: 10px;
    content: '';
    z-index: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    right: 0.5rem;
    bottom: 0.5rem;
    pointer-events: none;
    position: absolute;
}header::after {
    top: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%);
    left: 0;
    content: '';
    z-index: 0;
    position: absolute;
    height: 100%;
}header .container {
    max-width: 100%;
    margin: 0;
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 1;
}header .top_header5723 {
    padding: 1.5rem;
    display: flex;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 29px;
    align-items: center;
    flex-direction: column;
    position: relative;
    background: #ffffff;
}header .top_header5723::before {
    left: 0;
    content: '';
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(113,149,129), rgb(77,113,93));
    width: 5px;
    top: 0;
}header .top_header5723::after {
    width: 5px;
    top: 0;
    right: 0;
    position: absolute;
    height: 100%;
    content: '';
    background: linear-gradient(to bottom, rgb(77,113,93), rgb(113,149,129));
}header .main_guide8236 {
    position: relative;
    padding: 0 0 1rem 0;
    text-decoration: none;
    justify-content: center;
    display: flex;
}header .main_guide8236::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 80px;
    transform: translateX(-50%);
    height: 1px;
    left: 50%;
    background: rgb(113,149,129,0.5);
}header .main_guide8236 svg {
    height: auto;
    width: 170px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08));
    transition: all 0.3s ease;
}header .main_guide8236:hover svg {
    transform: scale(1.03);
}header .nav_class4205 {
    display: flex;
    gap: 0.7rem;
    max-width: 90%;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    padding-top: 1rem;
}header .top_skill5307 {
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    padding: 0.7rem 1.3rem;
    background: rgb(148,185,164);
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    font-family: Arial, sans-serif;
}header .top_skill5307::before {
    top: 0;
    position: absolute;
    content: '';
    left: 0;
    background: linear-gradient(to bottom, rgb(113,149,129), rgb(77,113,93));
    width: 3px;
    transition: width 0.3s ease;
    border-radius: 10px 0 0 10px;
    z-index: -1;
    height: 100%;
}header .top_skill5307:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
    color: #ffffff;
}header .top_skill5307:hover::before {
    width: 100%;
}

@media (max-width: 991px) {header {
    padding: 1.2rem 2.5%;
}header .top_header5723 {
    padding: 1.2rem;
}header .main_guide8236 {
    padding: 0 0 0.8rem 0;
}header .main_guide8236 svg {
    width: 150px;
}header .nav_class4205 {
    padding-top: 0.8rem;
    gap: 0.6rem;
}header .top_skill5307 {
    padding: 0.6rem 1.1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 2%;
}header .top_header5723 {
    padding: 1rem;
}header .main_guide8236 {
    padding: 0 0 0.7rem 0;
}header .main_guide8236 svg {
    width: 130px;
}header .nav_class4205 {
    padding-top: 0.7rem;
    gap: 0.5rem;
    max-width: 95%;
}header .top_skill5307 {
    padding: 0.5rem 1rem;
    font-size: calc(16px - 1px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 1.5%;
}header .top_header5723 {
    padding: 0.8rem 0.8rem 1rem;
}header .main_guide8236 {
    padding: 0 0 0.6rem 0;
}header .main_guide8236 svg {
    width: 120px;
}header .nav_class4205 {
    padding-top: 0.6rem;
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 0.3rem;
}header .nav_class4205::-webkit-scrollbar {
    height: 3px;
}header .nav_class4205::-webkit-scrollbar-thumb {
    background: rgb(113,149,129);
    border-radius: 10px;
}header .top_skill5307 {
    white-space: nowrap;
    flex-shrink: 0;
    margin-right: 3px;
}}.program_details8357 {
    position: relative;
    background: linear-gradient(135deg, rgb(148,185,164) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
    padding: 120px 0;
}.program_details8357::before {
    height: 300px;
    z-index: 0;
    position: absolute;
    filter: blur(120px);
    content: "";
    background: linear-gradient(45deg, rgb(113,149,129,0.5) 0%, rgb(77,113,93,0.5) 100%);
    opacity: 0.4;
    right: -5%;
    top: -10%;
    width: 300px;
}.program_details8357::after {
    background: linear-gradient(225deg, rgb(77,113,93,0.5) 0%, rgb(113,149,129,0.5) 100%);
    content: "";
    bottom: -10%;
    height: 250px;
    left: -5%;
    opacity: 0.3;
    width: 250px;
    position: absolute;
    z-index: 0;
    filter: blur(100px);
}.program_details8357 .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    padding: 0 20px;
}.program_details8357 .education1597 {
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    gap: 40px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    border-left: 3px solid rgb(113,149,129);
    grid-template-columns: 1fr;
    display: grid;
    background: #ffffff;
}.program_details8357 .education1597:hover {
    transform: translateY(-5px);
}.program_details8357 .portrait_img9870 {
    transform-origin: center center;
    position: relative;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 100%;
    overflow: hidden;
    height: 250px;
}.program_details8357 .portrait_img9870::after {
    top: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    left: 0;
    width: 100%;
    content: "";
    z-index: 1;
}.program_details8357 .portrait_img9870:hover {
    transform: scale(1.02);
}.program_details8357 .text_box_item9315 {
    padding: 40px 30px;
    position: relative;
}.program_details8357 .text_box_item9315::before {
    transform-origin: left;
    height: 4px;
    left: 0;
    background: linear-gradient(90deg, rgb(113,149,129) 0%, rgb(77,113,93) 100%);
    top: 0;
    width: 100%;
    transform: scaleX(0.7);
    content: "";
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
}.program_details8357 .education1597:hover .text_box_item9315::before {
    transform: scaleX(1);
}.program_details8357 h3 {
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 25px;
    transform: translateY(0);
    position: relative;
    padding-left: 0;
    color: #000000;
    transition: transform 0.3s ease, padding-left 0.3s ease;
    font-size: 18px;
}.program_details8357 .education1597:hover h3 {
    padding-left: 15px;
    color: rgb(113,149,129);
    transform: translateY(-3px);
}.program_details8357 h3::after {
    content: "";
    bottom: -8px;
    background-color: rgb(77,113,93);
    transition: width 0.4s ease-out, background-color 0.3s ease;
    left: 0;
    height: 2px;
    width: 60px;
    position: absolute;
}.program_details8357 .education1597:hover h3::after {
    background-color: rgb(113,149,129);
    width: 100px;
}.program_details8357 .text_box_item9315 div {
    overflow: hidden;
    position: relative;
}.program_details8357 p.description {
    margin-bottom: 20px;
    max-height: 300px;
    color: #000000;
    line-height: 1.8;
    overflow-y: auto;
    font-size: 15px;
    position: relative;
    padding-right: 15px;
}.program_details8357 p.description::-webkit-scrollbar {
    width: 4px;
}.program_details8357 p.description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}.program_details8357 p.description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(113,149,129,0.5);
}.program_details8357 span.description {
    display: none;
}

@media (min-width: 768px) {.program_details8357 .education1597 {
    grid-template-columns: 1fr 1.5fr;
    align-items: start;
}.program_details8357 .portrait_img9870 {
    height: 100%;
    min-height: 400px;
}.program_details8357 h3 {
    font-size: calc(18px * 1.1);
}.program_details8357 p.description {
    max-height: 400px;
    font-size: calc(15px * 1.05);
}
}

@media (min-width: 992px) {.program_details8357 .education1597 {
    grid-template-columns: 1fr 1.8fr;
}.program_details8357 .portrait_img9870 {
    min-height: 450px;
}.program_details8357 .text_box_item9315 {
    padding: 50px 40px;
}.program_details8357 h3 {
    margin-bottom: 30px;
    font-size: calc(18px * 1.2);
}.program_details8357 p.description {
    line-height: 1.9;
    max-height: 450px;
}
}

@media (max-width: 767px) {.program_details8357 {
    padding: 70px 0;
}.program_details8357 .text_box_item9315 {
    padding: 30px 20px;
}.program_details8357 h3 {
    margin-bottom: 20px;
    font-size: calc(18px * 0.9);
}.program_details8357 p.description {
    font-size: calc(15px * 0.95);
    max-height: 200px;
    line-height: 1.7;
}
}

@media (max-width: 480px) {.program_details8357 {
    padding: 50px 0;
}.program_details8357 .portrait_img9870 {
    height: 180px;
}.program_details8357 .text_box_item9315 {
    padding: 25px 15px;
}.program_details8357 h3 {
    margin-bottom: 15px;
    font-size: calc(18px * 0.85);
}
}

@media (hover: hover) {.program_details8357 .education1597 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
}.program_details8357 .education1597:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 8px 20px rgba(0, 0, 0, 0.04);
}}.thanks_note9540 {
    position: relative;
    overflow: hidden;
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(148,185,164) 0%, rgb(77,113,93,0.5) 100%);
}.thanks_note9540::before {
    background: radial-gradient(circle at 75% 25%, rgb(113,149,129,0.5) 0%, transparent 50%);
    height: 100%;
    pointer-events: none;
    width: 100%;
    content: "";
    left: 0;
    z-index: 1;
    top: 0;
    position: absolute;
}.thanks_note9540::after {
    content: "";
    width: 15rem;
    background: linear-gradient(225deg, rgb(77,113,93) 0%, transparent 70%);
    height: 15rem;
    position: absolute;
    right: -5rem;
    bottom: -5rem;
    opacity: 0.15;
    z-index: 0;
    transform: rotate(-15deg);
}.thanks_note9540 .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 1.5rem;
    max-width: 1200px;
}.thanks_note9540 .skill_learn1597 {
    position: relative;
    display: flex;
    opacity: 0;
    transform: translateX(-20px);
    flex-direction: column;
    gap: 2.5rem;
    animation: slide-in 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.thanks_note9540 .skill_learn1597 > div:first-child {
    transition: transform 0.5s ease;
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
}.thanks_note9540 .skill_learn1597 > div:first-child::before {
    width: 0.5rem;
    left: -2rem;
    transform: translateY(-50%);
    height: 50%;
    content: "";
    position: absolute;
    background: rgb(113,149,129);
    top: 50%;
}.thanks_note9540 .skill_learn1597 > div:last-child {
    position: relative;
    transform: translateY(15px);
    backdrop-filter: blur(10px);
    padding: 2.5rem;
    animation: fade-up 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    opacity: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.1), 
                0 20px 40px -20px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.9);
}.thanks_note9540 .skill_learn1597 > div:last-child::after {
    transform-origin: left;
    background: linear-gradient(90deg, rgb(113,149,129), rgb(77,113,93));
    transform: scaleX(0);
    bottom: 0;
    position: absolute;
    content: "";
    animation: line-grow 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.8s forwards;
    left: 0;
    transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 4px;
    width: 100%;
}.thanks_note9540 h5 {
    font-weight: 700;
    position: relative;
    transform: translateY(0);
    font-size: 20px;
    line-height: 1.4;
    color: #000000;
    transition: transform 0.4s ease;
    margin: 0;
    padding-left: 1rem;
}.thanks_note9540 p {
    color: #000000;
    line-height: 1.8;
    position: relative;
    font-size: 16px;
    margin: 0;
    font-family: Arial, sans-serif;
}.thanks_note9540 a {
    display: block;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.thanks_note9540 a:hover {
    transform: translateY(-5px);
}.thanks_note9540 a:hover p {
    color: rgb(113,149,129);
}.thanks_note9540 a:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(113,149,129,0.5);
}

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

@keyframes fade-up {
    0% {
        transform: translateY(15px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes line-grow {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@media (min-width: 768px) {.thanks_note9540 {
    padding: 6rem 0;
}.thanks_note9540 .skill_learn1597 {
    gap: 3.5rem;
}.thanks_note9540 .skill_learn1597 > div:first-child::before {
    width: 0.6rem;
    height: 70%;
}.thanks_note9540 h5 {
    padding-left: 1.5rem;
    font-size: calc(20px * 1.2);
}.thanks_note9540 .skill_learn1597 > div:last-child {
    padding: 3rem;
    max-width: 90%;
    margin-left: 3rem;
}
}

@media (min-width: 992px) {.thanks_note9540 {
    padding: 8rem 0;
}.thanks_note9540 .container {
    padding: 0 2rem;
}.thanks_note9540 .skill_learn1597 {
    gap: 4rem;
}.thanks_note9540 .skill_learn1597 > div:first-child {
    padding-left: 2rem;
}.thanks_note9540 .skill_learn1597 > div:first-child::before {
    width: 0.7rem;
    left: 0;
}.thanks_note9540 h5 {
    font-size: calc(20px * 1.4);
    padding-left: 2rem;
}.thanks_note9540 .skill_learn1597 > div:last-child {
    max-width: 80%;
    margin-left: 6rem;
    padding: 4rem;
}.thanks_note9540 p {
    font-size: calc(16px * 1.1);
    line-height: 1.9;
}
}

@media (min-width: 1200px) {.thanks_note9540 .skill_learn1597 > div:last-child {
    margin-left: 8rem;
    max-width: 75%;
    padding: 4.5rem;
}.thanks_note9540 h5 {
    font-size: calc(20px * 1.5);
}
}

@media (max-width: 767px) {.thanks_note9540 {
    padding: 3rem 0;
}.thanks_note9540 .skill_learn1597 > div:first-child::before {
    width: 0.4rem;
    left: -1rem;
}.thanks_note9540 h5 {
    font-size: calc(20px * 0.9);
    padding-left: 0.75rem;
}.thanks_note9540 .skill_learn1597 > div:last-child {
    padding: 1.75rem;
}}.secure_lodge0742 {
    background-color: rgb(148,185,164);
    padding: 40px;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}.secure_lodge0742 h1 {
    font-weight: 700;
    font-size: 44px;
    margin-bottom: 20px;
    color: rgb(113,149,129);
}.secure_lodge0742 h2 {
    font-weight: 600;
    margin: 15px 0;
    font-size: 31px;
    color: #000000;
}.secure_lodge0742 ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}.secure_lodge0742 li {
    color: #000000;
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 10px;
}.secure_lodge0742 div {
    margin-top: 20px;
}.secure_lodge0742 h3, .secure_lodge0742 h4, .secure_lodge0742 h5, .secure_lodge0742 h6 {
    color: #000000;
    margin: 1rem 0;
}
@media only screen and (max-width: 800px) {.secure_lodge0742 {
    padding: 20px;
}.secure_lodge0742 h1 {
    font-size: calc(24px * 0.8);
}.secure_lodge0742 h2 {
    font-size: calc(24px * 0.9);
}.secure_lodge0742 li {
    font-size: 17px;
}}.pricing_row_item6307 {
    background: #ffffff;
    padding: 7rem 0;
    position: relative;
    overflow: hidden;
}.pricing_row_item6307::before {
    right: -100px;
    z-index: 1;
    opacity: 0.6;
    height: 400px;
    top: -150px;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    animation: float 15s ease-in-out infinite alternate;
    content: '';
    filter: blur(30px);
    width: 400px;
    position: absolute;
    background: linear-gradient(135deg, rgb(113,149,129,0.5), transparent);
}.pricing_row_item6307::after {
    filter: blur(25px);
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    position: absolute;
    left: -50px;
    opacity: 0.5;
    bottom: -100px;
    background: linear-gradient(135deg, rgb(77,113,93,0.5), transparent);
    animation: float 18s ease-in-out infinite alternate-reverse;
    height: 300px;
    content: '';
    z-index: 1;
    width: 300px;
}.pricing_row_item6307 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
    position: relative;
}.pricing_row_item6307 .learn_sub7945 {
    flex-direction: column;
    display: flex;
}.pricing_row_item6307 .program_rate6870 {
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    margin-bottom: 3rem;
    animation: fadeUp 0.8s ease-out 0.2s forwards;
}.pricing_row_item6307 .program_rate6870 h2 {
    color: #000000;
    margin-bottom: 1rem;
    font-size: 29px;
    display: inline-block;
    position: relative;
    font-weight: 700;
}.pricing_row_item6307 .program_rate6870 h2::after {
    bottom: -10px;
    position: absolute;
    left: 50%;
    width: 80px;
    height: 3px;
    background: rgb(113,149,129);
    content: '';
    transform: translateX(-50%);
}.pricing_row_item6307 .bundle_price9251 {
    line-height: 1.6;
    font-size: 14px;
    color: #000000;
    margin: 1.5rem auto 0;
    max-width: 700px;
}.pricing_row_item6307 .discount_price6504 {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
}.pricing_row_item6307 .learning_packages2541 {
    animation: fadeUp 0.8s ease-out 0.4s forwards;
    text-decoration: none;
    position: relative;
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(30px);
    display: block;
}.pricing_row_item6307 .learning_packages2541:nth-child(2) {
    animation-delay: 0.5s;
}.pricing_row_item6307 .learning_packages2541:nth-child(3) {
    animation-delay: 0.6s;
}.pricing_row_item6307 .learning_packages2541:nth-child(4) {
    animation-delay: 0.7s;
}.pricing_row_item6307 .learning_packages2541:hover {
    transform: translateY(-10px);
}.pricing_row_item6307 .class_rates6135 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                0 5px 15px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    flex-direction: column;
    height: 100%;
    transition: all 0.4s ease;
    display: flex;
    border-radius: 4px;
    background: linear-gradient(140deg, #ffffff, #f8f9fa);
    position: relative;
}.pricing_row_item6307 .learning_packages2541:hover .class_rates6135 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.08);
}.pricing_row_item6307 .cost_rates1679 {
    flex-grow: 1;
    flex-direction: column;
    display: flex;
    position: relative;
    padding: 2.5rem 2rem;
    z-index: 2;
}.pricing_row_item6307 .cost_rates1679 h3 {
    font-weight: 700;
    margin-bottom: 1rem;
    color: #000000;
    position: relative;
    font-size: calc(19px + 2px);
    transition: color 0.3s ease;
}.pricing_row_item6307 .learning_packages2541:hover .cost_rates1679 h3 {
    color: rgb(113,149,129);
}.pricing_row_item6307 .fee_plans0745 {
    margin-bottom: 1.5rem;
    padding-bottom: 10px;
    font-size: calc(19px + 4px);
    color: rgb(113,149,129);
    display: inline-block;
    font-weight: 700;
    position: relative;
}.pricing_row_item6307 .fee_plans0745::after {
    bottom: 0;
    left: 0;
    transition: width 0.3s ease;
    position: absolute;
    content: '';
    width: 40px;
    background: rgb(113,149,129,0.5);
    height: 2px;
}.pricing_row_item6307 .learning_packages2541:hover .fee_plans0745::after {
    width: 80px;
}.pricing_row_item6307 .cost_rates1679 p {
    word-wrap: break-word;
    hyphens: auto;
    line-height: 1.6;
    font-size: 14px;
    overflow-wrap: break-word;
    flex-grow: 1;
    white-space: normal;
    color: #000000;
    margin-bottom: 2rem;
}.pricing_row_item6307 .portrait_img9870 {
    height: 200px;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s ease;
    position: relative;
}.pricing_row_item6307 .portrait_img9870::after {
    opacity: 0;
    content: '';
    transition: opacity 0.4s ease;
    top: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}.pricing_row_item6307 .learning_packages2541:hover .portrait_img9870::after {
    opacity: 1;
}

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

@keyframes float {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}

@media (min-width: 992px) {.pricing_row_item6307 .learn_sub7945 {
    flex-direction: row-reverse;
}.pricing_row_item6307 .program_rate6870 {
    width: 35%;
    flex-direction: column;
    display: flex;
    text-align: left;
    justify-content: center;
    padding-right: 3rem;
}.pricing_row_item6307 .program_rate6870 h2 {
    text-align: left;
}.pricing_row_item6307 .program_rate6870 h2::after {
    transform: none;
    left: 0;
}.pricing_row_item6307 .bundle_price9251 {
    margin: 1.5rem 0 0;
}.pricing_row_item6307 .discount_price6504 {
    width: 65%;
    margin-top: 0;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 991px) {.pricing_row_item6307 {
    padding: 5rem 0;
}.pricing_row_item6307 .program_rate6870 {
    margin-bottom: 2rem;
}.pricing_row_item6307 .discount_price6504 {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
}

@media (max-width: 767px) {.pricing_row_item6307 {
    padding: 4rem 0;
}.pricing_row_item6307 .cost_rates1679 {
    padding: 2rem 1.5rem;
}.pricing_row_item6307 .portrait_img9870 {
    height: 180px;
}
}

@media (max-width: 575px) {.pricing_row_item6307 {
    padding: 3rem 0;
}.pricing_row_item6307 .program_rate6870 h2 {
    font-size: calc(29px - 4px);
}.pricing_row_item6307 .discount_price6504 {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.pricing_row_item6307 .cost_rates1679 {
    padding: 1.5rem 1.25rem;
}.pricing_row_item6307 .portrait_img9870 {
    height: 160px;
}
}

@media (hover: none) {.pricing_row_item6307 .learning_packages2541:hover {
    transform: none;
}.pricing_row_item6307 .learning_packages2541:hover .class_rates6135 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                    0 5px 15px rgba(0, 0, 0, 0.04);
}.pricing_row_item6307 .learning_packages2541:hover .portrait_img9870::after {
    opacity: 0;
}.pricing_row_item6307 .learning_packages2541:hover .fee_plans0745::after {
    width: 40px;
}}.teacher_profile0617 {
    padding: 8rem 0;
    background: linear-gradient(160deg, rgb(148,185,164) 0%, #000000 100%);
    overflow: hidden;
    min-height: 700px;
    position: relative;
}.teacher_profile0617::before {
    width: 100%;
    filter: blur(70px);
    background: 
        radial-gradient(circle at 80% 20%, rgb(113,149,129,0.5) 0%, transparent 35%),
        radial-gradient(circle at 20% 80%, rgb(77,113,93,0.5) 0%, transparent 35%);
    position: absolute;
    content: "";
    top: 0;
    z-index: 1;
    animation: breatheGlow 15s ease-in-out infinite alternate;
    left: 0;
    opacity: 0.4;
    height: 100%;
}.teacher_profile0617 .container {
    position: relative;
    z-index: 2;
    padding: 0 2rem;
    max-width: 1200px;
    margin: 0 auto;
}.teacher_profile0617 .testimonials_hub0856 {
    grid-template-rows: auto 1fr;
    backdrop-filter: blur(15px);
    padding: 3rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    display: grid;
    min-height: 580px;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 30px;
    border-radius: 19px;
}.teacher_profile0617 .testimonials_hub0856::before {
    position: absolute;
    left: 0;
    background-size: 200% 200%;
    content: "";
    top: 0;
    animation: shimmerEffect 10s ease-in-out infinite;
    width: 100%;
    z-index: -1;
    background: linear-gradient(135deg, transparent, rgb(113,149,129,0.5), transparent);
    height: 100%;
    opacity: 0.2;
}.teacher_profile0617 .portrait_img9870 {
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    height: 100%;
    position: relative;
    grid-column: 2;
    filter: contrast(1.1) brightness(1.05);
    border-radius: 19px;
    grid-row: 1 / span 2;
    transform: scale(1) rotate(0deg);
    z-index: 3;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.4);
}.teacher_profile0617 .testimonials_hub0856:hover .portrait_img9870 {
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.5);
    transform: scale(1.05) rotate(2deg);
}.teacher_profile0617 .portrait_img9870::before {
    content: "";
    position: absolute;
    box-sizing: border-box;
    left: 0;
    border-radius: inherit;
    width: 100%;
    top: 0;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 1;
}.teacher_profile0617 .name {
    position: relative;
    transform: translateX(0);
    font-weight: 700;
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    font-size: 35px;
    grid-column: 1;
    grid-row: 1;
    z-index: 4;
    color: #ffffff;
    margin: 0;
}.teacher_profile0617 .testimonials_hub0856:hover .name {
    transform: translateX(10px);
}.teacher_profile0617 .name::after {
    bottom: -10px;
    content: "";
    transition: width 0.6s ease;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(113,149,129), rgb(77,113,93));
    height: 3px;
    width: 0;
}.teacher_profile0617 .testimonials_hub0856:hover .name::after {
    width: 120px;
}.teacher_profile0617 .testimonials_hub0856 span:not(.name) {
    border-radius: 10px;
    padding: 0.7rem 1.5rem;
    font-weight: 600;
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    margin-top: 4rem;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    grid-row: 1;
    background: rgba(0, 0, 0, 0.2);
    width: max-content;
    transform: translateX(0);
    z-index: 3;
    grid-column: 1;
    font-size: 19px;
    color: rgb(77,113,93);
}.teacher_profile0617 .testimonials_hub0856:hover span:not(.name) {
    transform: translateX(10px);
    background: rgba(0, 0, 0, 0.3);
}.teacher_profile0617 .employee_view6580 {
    border-left: 4px solid rgb(77,113,93);
    color: #ffffff;
    z-index: 2;
    transform: translateY(0);
    backdrop-filter: blur(10px);
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    line-height: 1.8;
    padding: 2rem;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    border-radius: 19px;
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    grid-column: 1;
    font-size: 12px;
    grid-row: 2;
}.teacher_profile0617 .testimonials_hub0856:hover .employee_view6580 {
    transform: translateY(-10px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
}.teacher_profile0617 .employee_view6580::before {
    position: absolute;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    height: 100%;
    animation: shimmerEffect 5s ease-in-out infinite;
    z-index: -1;
    left: 0;
    background-size: 200% 200%;
    width: 100%;
    content: "";
    top: 0;
}.teacher_profile0617 .container::after {
    height: 400px;
    background: conic-gradient(from 135deg, rgb(113,149,129,0.5) 0%, rgb(77,113,93,0.5) 50%, rgb(113,149,129,0.5) 100%);
    left: -200px;
    position: absolute;
    content: "";
    z-index: -1;
    width: 400px;
    border-radius: 50%;
    opacity: 0.2;
    bottom: -200px;
    filter: blur(80px);
    animation: rotateGlow 25s linear infinite;
}

@keyframes breatheGlow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes shimmerEffect {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes rotateGlow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {.teacher_profile0617 .testimonials_hub0856 {
    grid-template-columns: 1fr;
    gap: 20px;
    grid-template-rows: auto auto auto;
    padding: 2rem;
}.teacher_profile0617 .portrait_img9870 {
    height: 350px;
    grid-column: 1;
    grid-row: 1;
}.teacher_profile0617 .name {
    grid-row: 2;
    grid-column: 1;
    margin: 0;
}.teacher_profile0617 .testimonials_hub0856 span:not(.name) {
    grid-column: 1;
    margin-top: 3.5rem;
    grid-row: 2;
}.teacher_profile0617 .employee_view6580 {
    grid-column: 1;
    grid-row: 3;
}.teacher_profile0617 .testimonials_hub0856:hover .name,
    .teacher_profile0617 .testimonials_hub0856:hover span:not(.name) {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.teacher_profile0617 {
    padding: 5rem 0;
}.teacher_profile0617 .testimonials_hub0856 {
    padding: 1.5rem;
}.teacher_profile0617 .portrait_img9870 {
    height: 250px;
}.teacher_profile0617 .name {
    font-size: 19px;
}.teacher_profile0617 .testimonials_hub0856 span:not(.name) {
    padding: 0.6rem 1rem;
    font-size: 12px;
    margin-top: 3rem;
}.teacher_profile0617 .employee_view6580 {
    font-size: calc(12px * 0.9);
    padding: 1.5rem;
    line-height: 1.6;
}
}