* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    height: 30px;
    width: 30px;
}.wrapper-container5970 {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}.head_base7609 {
    flex: 1 0 auto;
}.container {
    max-width: 100%;
    width: 1112px;
    margin: auto;
}header,footer {
    width: 100%;
}::-webkit-scrollbar {
    width: 17px;
    background: rgb(173,183,165);
    padding: 3px;
    height: 5px;
}::-webkit-scrollbar-button {
    height: 10px;
    background: #ffffff;
    width: 5px;
}::-webkit-scrollbar-track {
    background: rgb(129,140,133);
    box-shadow: inset -5px -1px 1px 0px rgba(0, 0, 0, 0.2);
}::-webkit-scrollbar-thumb {
    border: 1px dashed rgb(129,140,133);
    background: rgb(129,140,133);
    border-radius: 17.4em;
}::-webkit-scrollbar-thumb:hover {
    background: rgb(89,99,89,0.5);
}::-webkit-scrollbar-thumb:active {
    background: rgb(173,183,165);
}.blog_ref5624 {
    flex: 0 0 auto;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
    auto
contain
touch-action: none;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    backdrop-filter: blur(10px);
    margin-top: 0;
    padding: 0;
    background: linear-gradient(135deg, rgb(129,140,133,0.5) 0%, rgb(89,99,89,0.5) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(10px);
    z-index: 100;
    position: relative;
}header::before {
    width: 100%;
    left: 0;
    height: 100%;
    opacity: 0.5;
    z-index: -1;
    content: '';
    position: absolute;
    background: 
        radial-gradient(circle at 10% 20%, rgb(129,140,133,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(89,99,89,0.5) 0%, transparent 30%);
    top: 0;
}header .nav_core5318 {
    padding: 1.2rem 2.5rem;
    justify-content: space-between;
    z-index: 5;
    position: relative;
    align-items: center;
    display: flex;
}header .header_base9037 {
    transition: all 0.4s ease;
    position: relative;
    border-radius: 19px;
    flex: 0 0 auto;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    padding: 0.8rem 1.2rem;
    -webkit-backdrop-filter: blur(5px);
}header .header_base9037:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.25);
}header .nav_pro8367 {
    display: block;
    transition: all 0.3s ease;
}header .nav_pro8367 img {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    max-height: 40px;
}header .top_teach4563 {
    list-style: none;
    padding: 0;
    z-index: 2;
    display: flex;
    margin: 0;
    position: relative;
}header .nav_top6914 {
    position: relative;
    margin: 0 0.3rem;
}header .nav_top6914 a {
    text-decoration: none;
    display: block;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    backdrop-filter: blur(5px);
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 14px;
    padding: 0.8rem 1.2rem;
    z-index: 1;
    position: relative;
    border-radius: 19px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    -webkit-backdrop-filter: blur(5px);
}header .nav_top6914 a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}header .nav_top6914 a::before {
    top: 0;
    height: 100%;
    transition: opacity 0.3s ease;
    content: '';
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1), 
        rgba(255, 255, 255, 0.05)
    );
    width: 100%;
    left: 0;
    position: absolute;
    opacity: 0;
    border-radius: 19px;
    z-index: -1;
}header .nav_top6914 a:hover::before {
    opacity: 1;
}header .nav_top6914::after {
    background: #ffffff;
    opacity: 0.7;
    transition: width 0.3s ease;
    bottom: -3px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    border-radius: 10px;
    content: '';
    height: 3px;
    width: 0;
}header .nav_top6914:hover::after {
    width: 70%;
}header .nav_core5318::before {
    top: -20px;
    right: -20px;
    z-index: -1;
    width: 100px;
    filter: blur(40px);
    height: 100px;
    content: '';
    background: rgb(129,140,133,0.5);
    border-radius: 50%;
    position: absolute;
    opacity: 0.5;
}header .nav_core5318::after {
    border-radius: 50%;
    z-index: -1;
    filter: blur(30px);
    left: -20px;
    position: absolute;
    width: 80px;
    content: '';
    background: rgb(89,99,89,0.5);
    bottom: -20px;
    opacity: 0.5;
    height: 80px;
}header .head_base7609 {
    background: rgb(173,183,165);
    z-index: 1;
    padding-top: 2rem;
    position: relative;
}@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

header .header_base9037::after {
    content: '';
    left: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, transparent 70%);
    position: absolute;
    transition: all 0.4s ease;
    width: 100%;
    opacity: 0.5;
    height: 20px;
    bottom: -20px;
}header .header_base9037:hover::after {
    opacity: 0.7;
    transform: scaleX(0.9);
}

@media (min-width: 1400px) {header .nav_core5318 {
    max-width: 1320px;
    margin: 0 auto;
}header .nav_top6914 {
    margin: 0 0.5rem;
}header .nav_top6914 a {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 991px) {header {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}header .nav_core5318 {
    padding: 1rem 1.5rem;
    flex-wrap: wrap;
}header .header_base9037 {
    margin-bottom: 0;
    border-radius: 10px;
    padding: 0.6rem 1rem;
}header .top_teach4563 {
    margin-top: 1rem;
    justify-content: flex-end;
    flex-basis: 100%;
}header .nav_top6914 a {
    padding: 0.6rem 1rem;
    font-size: calc(14px - 1px);
    border-radius: 10px;
}header .nav_core5318::before,
    header .nav_core5318::after {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .nav_core5318 {
    padding: 0.8rem 1.2rem;
}header .header_base9037 {
    max-width: 140px;
    padding: 0.5rem 0.8rem;
}header .nav_pro8367 img {
    max-height: 35px;
}header .top_teach4563 {
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
    overflow-x: auto;
    scrollbar-width: thin;
    padding-bottom: 0.5rem;
}header .top_teach4563::-webkit-scrollbar {
    height: 3px;
}header .top_teach4563::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .nav_top6914 {
    flex: 0 0 auto;
    margin: 0 0.15rem;
}header .nav_top6914 a {
    font-size: calc(14px - 2px);
    padding: 0.5rem 0.8rem;
    white-space: nowrap;
}header .nav_top6914::after {
    display: none;
}header .header_base9037::after {
    display: none;
}
}

@media (max-width: 479px) {header .nav_core5318 {
    padding: 0.7rem 1rem;
}header .header_base9037 {
    max-width: 120px;
    padding: 0.4rem 0.7rem;
}header .nav_top6914 a {
    font-size: calc(14px - 3px);
    padding: 0.4rem 0.6rem;
}}.instructional_approach0832 {
    background: linear-gradient(135deg, rgb(173,183,165) 0%, rgb(89,99,89,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 8rem 0;
}.instructional_approach0832::before {
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgb(129,140,133,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgb(89,99,89,0.5) 0%, transparent 40%);
    left: 0;
    opacity: 0.4;
    content: "";
    top: 0;
}.instructional_approach0832::after {
    clip-path: polygon(0 0, 100% 20%, 90% 90%, 10% 100%);
    right: -5%;
    z-index: 1;
    opacity: 0.08;
    background: rgb(129,140,133,0.5);
    transform: rotate(-15deg) skew(15deg);
    position: absolute;
    height: 70%;
    content: "";
    width: 40%;
    top: -10%;
}.instructional_approach0832 .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 2rem;
}.instructional_approach0832 .about_section4273 {
    align-items: center;
    transition: transform 0.8s ease-out;
    justify-content: center;
    display: flex;
    transform: perspective(1000px) rotateY(2deg);
}.instructional_approach0832 .about_section4273:hover {
    transform: perspective(1000px) rotateY(0deg);
}.instructional_approach0832 .about_section4273 > div {
    position: relative;
    max-width: 800px;
    z-index: 3;
    transform: translateZ(0);
    padding: 3.5rem 3rem;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
    width: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}.instructional_approach0832 .about_section4273 > div::before {
    height: calc(100% + 20px);
    content: "";
    position: absolute;
    top: -10px;
    width: calc(100% + 20px);
    background: linear-gradient(135deg, rgb(129,140,133,0.5) 0%, transparent 70%);
    opacity: 0.2;
    transform: translateZ(-10px);
    z-index: -1;
    left: -10px;
    transition: opacity 0.5s ease;
}.instructional_approach0832 .about_section4273 > div:hover::before {
    opacity: 0.4;
}.instructional_approach0832 h3 {
    color: #000000;
    position: relative;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    font-weight: 700;
    font-size: calc(32px * 0.8);
    transform: translateX(-5px);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}.instructional_approach0832 .about_section4273 > div:hover h3 {
    transform: translateX(0);
}.instructional_approach0832 h3::after {
    transform-origin: left;
    content: "";
    transform: scaleX(0.7);
    background: linear-gradient(90deg, rgb(129,140,133) 0%, rgb(89,99,89) 100%);
    bottom: -10px;
    position: absolute;
    height: 3px;
    width: 80px;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    left: 0;
}.instructional_approach0832 .about_section4273 > div:hover h3::after {
    transform: scaleX(1);
}.instructional_approach0832 p {
    transform: translateY(0);
    margin-top: 2rem;
    color: #000000;
    font-size: 12px;
    position: relative;
    transition: transform 0.5s ease;
    line-height: 1.8;
}.instructional_approach0832 p span {
    position: relative;
    background-size: 0% 100%;
    transition: background-size 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    display: inline-block;
    background: linear-gradient(to bottom, transparent 95%, rgb(129,140,133,0.5) 95%);
    background-repeat: no-repeat;
}.instructional_approach0832 .about_section4273 > div:hover p span {
    background-size: 100% 100%;
}

@media (max-width: 991px) {.instructional_approach0832 {
    padding: 6rem 0;
}.instructional_approach0832 .about_section4273 {
    transform: perspective(800px) rotateY(1deg);
}.instructional_approach0832 .about_section4273 > div {
    padding: 2.5rem 2rem;
}.instructional_approach0832 h3 {
    margin-bottom: 1.2rem;
    font-size: calc(32px * 0.7);
}
}

@media (max-width: 768px) {.instructional_approach0832 {
    padding: 5rem 0;
}.instructional_approach0832 .about_section4273 {
    transform: none;
}.instructional_approach0832 .about_section4273 > div {
    padding: 2.2rem 1.8rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08),
                    0 5px 10px rgba(0, 0, 0, 0.05);
}.instructional_approach0832 h3 {
    margin-bottom: 1rem;
    font-size: calc(32px * 0.6);
}.instructional_approach0832 h3::after {
    width: 60px;
    height: 2px;
}.instructional_approach0832 p {
    line-height: 1.7;
    margin-top: 1.5rem;
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 576px) {.instructional_approach0832 {
    padding: 4rem 0;
}.instructional_approach0832 .about_section4273 > div {
    padding: 2rem 1.5rem;
}.instructional_approach0832 h3 {
    font-size: calc(32px * 0.55);
}.instructional_approach0832 p {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}}.developer_experience8495 {
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    background: linear-gradient(to bottom, rgb(173,183,165), rgb(129,140,133,0.5) 120%);
}.developer_experience8495::before {
    height: 100%;
    position: absolute;
    opacity: 0.3;
    left: 0;
    z-index: 1;
    width: 100%;
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        rgb(89,99,89,0.5) 0,
        rgb(89,99,89,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    top: 0;
}.developer_experience8495 .testimonial_corner7189 {
    max-width: 500px;
    flex-direction: column;
    position: relative;
    transform: translateY(0);
    z-index: 2;
    margin: 0 auto;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    display: flex;
}.developer_experience8495 .testimonial_corner7189:hover {
    transform: translateY(-15px);
}.developer_experience8495 .img_overlay8425 {
    width: 80%;
    height: 350px;
    position: relative;
    transition: all 0.5s ease;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    box-shadow: 0 15px 25px -5px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    z-index: 3;
    border-radius: 25px 25px 0 0;
}.developer_experience8495 .img_overlay8425::after {
    border-radius: 25px 25px 0 0;
    content: "";
    width: 100%;
    top: 0;
    background: linear-gradient(to bottom, 
                transparent 50%, 
                rgb(129,140,133,0.5) 100%);
    position: absolute;
    left: 0;
    height: 100%;
}.developer_experience8495 .testimonial_corner7189:hover .img_overlay8425 {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 95%);
}.developer_experience8495 .emp_skills6238 {
    padding: 70px 2rem 2rem;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    margin-top: -50px;
    transition: transform 0.5s ease;
    position: relative;
    z-index: 2;
    transform: translateZ(0);
    border-radius: 25px;
}.developer_experience8495 .emp_skills6238::before {
    background: linear-gradient(90deg, 
                rgb(129,140,133), 
                rgb(89,99,89), 
                rgb(129,140,133));
    right: 0;
    background-size: 200% 100%;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    animation: gradient-shift 8s infinite alternate;
    border-radius: 10px 10px 0 0;
    height: 6px;
}.developer_experience8495 .emp_skills6238::after {
    animation: float-blob 10s infinite alternate;
    width: 60px;
    filter: blur(15px);
    border-radius: 20% 40% 50% 30%;
    background: rgb(89,99,89,0.5);
    position: absolute;
    height: 60px;
    right: 20px;
    content: "";
    bottom: 20px;
    opacity: 0.2;
}.developer_experience8495 .name {
    font-weight: 700;
    transition: all 0.3s ease;
    margin-bottom: 0.5rem;
    opacity: 0.9;
    color: rgb(129,140,133);
    font-family: Arial, sans-serif;
    font-size: 28px;
    transform: translateY(0);
}.developer_experience8495 .emp_skills6238 > div:nth-child(2) {
    opacity: 0.8;
    font-size: 17px;
    padding-bottom: 1rem;
    font-weight: 600;
    transform: translateY(0);
    transition: all 0.4s ease 0.1s;
    color: rgb(89,99,89);
    margin-bottom: 1.5rem;
    position: relative;
}.developer_experience8495 .emp_skills6238 > div:nth-child(2)::after {
    width: 40px;
    position: absolute;
    content: "";
    transition: width 0.4s ease;
    height: 3px;
    left: 0;
    background: rgb(89,99,89,0.5);
    bottom: 0;
}.developer_experience8495 .testimonial_corner7189:hover .emp_skills6238 > div:nth-child(2)::after {
    width: 100px;
}.developer_experience8495 .career_record3260 {
    transition: all 0.5s ease 0.2s;
    font-style: italic;
    font-size: 14px;
    line-height: 1.7;
    border-left: 3px solid rgb(89,99,89,0.5);
    padding: 1rem 0 0 1.5rem;
    transform: translateY(10px);
    opacity: 0.7;
    color: #000000;
    position: relative;
}.developer_experience8495 .testimonial_corner7189:hover .career_record3260 {
    opacity: 1;
    transform: translateY(0);
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

@keyframes float-blob {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-10px) rotate(180deg);
    }
    100% {
        transform: translateY(10px) rotate(360deg);
    }
}

@media (max-width: 768px) {.developer_experience8495 .img_overlay8425 {
    width: 100%;
    height: 250px;
}}footer {
    width: 100%;
    position: relative;
}.blog_ref5624 {
    padding: 80px 0 30px;
    background-color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
    overflow: hidden;
}.blog_ref5624::before {
    height: 500px;
    background: repeating-linear-gradient(
        45deg,
        #000000,
        #000000 10px,
        rgba(0, 0, 0, 0.5) 10px,
        rgba(0, 0, 0, 0.5) 20px
    );
    content: "";
    transform: rotate(45deg);
    width: 500px;
    opacity: 0.4;
    position: absolute;
    top: -100px;
    right: -100px;
}.blog_ref5624::after {
    height: 300px;
    content: "";
    bottom: -50px;
    left: -50px;
    opacity: 0.2;
    width: 300px;
    transform: rotate(30deg);
    background: repeating-linear-gradient(
        -45deg,
        #000000,
        #000000 15px,
        rgb(89,99,89,0.5) 15px,
        rgb(89,99,89,0.5) 30px
    );
    position: absolute;
}footer .badge_case6810 {
    position: relative;
    z-index: 1;
}footer .reach_experts6149 {
    background-color: rgba(255, 255, 255, 0.05);
    border-left: 4px solid rgb(129,140,133);
    margin-bottom: 60px;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    border-radius: 0 23px 23px 0;
    display: grid;
    padding: 30px;
}footer .info_item {
    display: flex;
    align-items: center;
}footer .info_item svg {
    height: 20px;
    fill: rgb(129,140,133);
    margin-right: 15px;
    flex-shrink: 0;
    width: 20px;
}footer .info_item p,
footer .info_item a {
    font-size: 14px;
    text-decoration: none;
    font-weight: 300;
    color: #ffffff;
    transition: color 0.3s ease;
}footer .info_item a:hover {
    color: rgb(129,140,133);
}footer .text_main_holder {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
}footer .header_base9037 {
    position: relative;
}footer .header_base9037::after {
    position: absolute;
    height: 3px;
    left: 0;
    content: "";
    background-color: rgb(129,140,133);
    width: 30%;
    bottom: -30px;
}footer .header_base9037 svg {
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
    height: 45px;
    width: auto;
}footer .cloud_lab2816 {
    max-width: 330px;
    line-height: 1.6;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}footer .top_teach4563 {
    position: relative;
}footer .top_teach4563 h5 {
    position: relative;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
}footer .top_teach4563 h5::after {
    height: 3px;
    left: 0;
    content: "";
    background-color: rgb(129,140,133);
    position: absolute;
    bottom: -10px;
    width: 40px;
}footer .header_edu1946 {
    margin-bottom: 30px;
}footer .header_edu1946 a {
    padding: 8px 0;
    position: relative;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 12px;
    display: block;
}footer .header_edu1946 a:hover {
    border-bottom-color: rgb(129,140,133,0.5);
    padding-left: 10px;
    color: #ffffff;
}footer .subscribe_holder {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 35px;
    position: relative;
    border-radius: 23px;
}footer .subscribe_holder::before {
    bottom: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(129,140,133,0.5), transparent);
    opacity: 0.1;
    border-radius: 23px;
    content: "";
    right: 0;
    top: 0;
    position: absolute;
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
}footer .subscribe_holder p {
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 25px;
    font-size: 14px;
}footer .input_holder {
    gap: 15px;
    display: flex;
    position: relative;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    padding: 15px;
    transition: all 0.3s ease;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.1);
    outline: none;
    border-color: rgb(129,140,133);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .news_signup7539 {
    position: relative;
    display: inline-block;
    border-radius: 10px;
    padding: 15px 20px;
    background-color: rgb(129,140,133);
    font-weight: 600;
    border: none;
    cursor: pointer;
    font-size: 19px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    overflow: hidden;
    transition: all 0.3s ease;
}footer .news_signup7539::after {
    position: absolute;
    left: -100px;
    transform: rotate(45deg);
    content: "";
    background-color: rgba(255, 255, 255, 0.2);
    height: 300px;
    transition: all 0.7s ease;
    top: -100px;
    width: 30px;
}footer .news_signup7539:hover {
    background-color: rgb(89,99,89);
}footer .news_signup7539:hover::after {
    left: 120%;
}footer .footer_careers8592 {
    padding-top: 20px;
    margin-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}footer .netiquette2895 {
    text-align: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}

@keyframes pulseLight {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
    }
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
    align-items: stretch;
}footer .news_signup7539 {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .blog_ref5624 {
    padding: 60px 0 30px;
}footer .reach_experts6149 {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
    padding: 20px;
}footer .top_teach4563 h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}footer .top_teach4563 h5::after {
    bottom: -8px;
}footer .subscribe_holder {
    padding: 25px 20px;
}footer .footer_careers8592 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .blog_ref5624 {
    padding: 50px 0 20px;
}footer .reach_experts6149 {
    padding: 15px;
    margin-bottom: 30px;
}footer .header_base9037::after {
    width: 50px;
}footer .top_teach4563 h5, footer .subscribe_holder h5 {
    font-size: calc(22px - 2px);
}footer .subscribe_holder p, footer .header_edu1946 a, footer .info_item p, footer .info_item a {
    font-size: calc(14px - 1px);
}footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .news_signup7539 {
    padding: 12px 15px;
}}.program_results0973 {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgba(rgb(173,183,165), 0.95), rgba(rgb(129,140,133,0.5), 0.15));
    perspective: 1000px;
    overflow: hidden;
}.program_results0973::before {
    background: 
        radial-gradient(circle at 10% 20%, rgb(89,99,89,0.5) 0%, transparent 35%),
        radial-gradient(circle at 90% 80%, rgb(129,140,133,0.5) 0%, transparent 40%);
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    opacity: 0.15;
    z-index: 0;
    height: 100%;
    top: 0;
}.program_results0973 h5 {
    line-height: 1.4;
    max-width: 800px;
    transform: translateZ(10px);
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 60px;
    margin-left: auto;
    color: #000000;
    text-align: center;
    position: relative;
    margin-right: auto;
    transform-style: preserve-3d;
    font-size: 19px;
}.program_results0973 h5::after {
    bottom: -15px;
    background: linear-gradient(90deg, rgb(129,140,133), rgb(89,99,89));
    width: 80px;
    transform: translateX(-50%);
    z-index: 1;
    content: "";
    position: absolute;
    left: 50%;
    height: 3px;
}.program_results0973 .container {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
}.program_results0973 .about_section4273 {
    align-items: center;
    transform-style: preserve-3d;
    display: flex;
    flex-direction: column;
    transform: rotateX(2deg) rotateY(-2deg);
    gap: 40px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.program_results0973 .about_section4273:hover {
    transform: rotateX(0) rotateY(0);
}.program_results0973 .about_section4273 > div:first-child {
    border-radius: 16px;
    transition: transform 0.5s ease;
    overflow: hidden;
    transform: translateZ(30px);
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    width: 100%;
}.program_results0973 .about_section4273 > div:first-child::before {
    top: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease;
    content: "";
    opacity: 0.2;
    left: 0;
    z-index: 1;
    background: linear-gradient(45deg, rgb(129,140,133,0.5), transparent);
    position: absolute;
}.program_results0973 .about_section4273 > div:first-child:hover {
    transform: translateZ(40px) scale(1.02);
}.program_results0973 .about_section4273 > div:first-child:hover::before {
    opacity: 0.3;
}.program_results0973 .img_overlay8425 {
    width: 100%;
    object-fit: cover;
    transition: filter 0.5s ease;
    height: auto;
    display: block;
    border-radius: 16px;
}.program_results0973 .content_card4750 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform: translateZ(20px);
    width: 100%;
    padding: 35px;
    border-radius: 16px;
    background: rgba(#ffffff, 0.95);
}.program_results0973 .content_card4750:hover {
    transform: translateZ(25px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}.program_results0973 ul {
    margin: 0;
    gap: 24px;
    display: grid;
    list-style: none;
    padding: 0;
    grid-template-columns: 1fr;
}.program_results0973 li {
    position: relative;
    padding-left: 40px;
    transition: transform 0.3s ease;
}.program_results0973 li:hover {
    transform: translateX(5px);
}.program_results0973 li::before {
    top: 0;
    border-radius: 2px;
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(129,140,133), rgb(89,99,89));
    width: 4px;
    transition: height 0.4s ease;
    height: 0;
}.program_results0973 li:hover::before {
    height: 100%;
}.program_results0973 li p {
    font-size: 15px;
    display: flex;
    position: relative;
    color: #000000;
    margin: 0;
    line-height: 1.6;
    align-items: flex-start;
}.program_results0973 li svg {
    flex-shrink: 0;
    height: 24px;
    width: 24px;
    transition: transform 0.3s ease;
    transform: translateY(-2px);
    margin-right: 16px;
}.program_results0973 li:hover svg {
    transform: translateY(-2px) scale(1.1);
}.program_results0973 svg path {
    transition: fill 0.3s ease;
    fill: rgb(129,140,133);
}.program_results0973 li:hover svg path {
    fill: rgb(89,99,89);
}

@media screen and (min-width: 768px) {.program_results0973 .about_section4273 {
    align-items: stretch;
    flex-direction: row;
}.program_results0973 .about_section4273 > div:first-child {
    max-height: 480px;
    width: 45%;
}.program_results0973 .img_overlay8425 {
    height: 100%;
}.program_results0973 .content_card4750 {
    display: flex;
    align-items: center;
    width: 55%;
}.program_results0973 ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media screen and (min-width: 992px) {.program_results0973 {
    padding: 150px 0;
}.program_results0973 h5 {
    margin-bottom: 80px;
    font-size: calc(19px * 1.1);
}.program_results0973 .about_section4273 {
    gap: 60px;
}.program_results0973 .about_section4273 > div:first-child {
    width: 40%;
}.program_results0973 .content_card4750 {
    padding: 50px;
    width: 60%;
}
}

@media screen and (max-width: 767px) {.program_results0973 {
    padding: 80px 0;
}.program_results0973 h5 {
    margin-bottom: 40px;
    font-size: calc(19px * 0.9);
    padding: 0 20px;
}.program_results0973 .about_section4273 {
    transform: none;
}.program_results0973 .content_card4750 {
    padding: 25px;
}.program_results0973 li {
    padding-left: 30px;
}.program_results0973 li p {
    font-size: calc(15px * 0.95);
    line-height: 1.5;
}.program_results0973 li svg {
    height: 20px;
    margin-right: 10px;
    width: 20px;
}}.opening_board6421 {
    align-items: center;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    padding: 4rem 2rem;
    justify-content: center;
    display: flex;
}.opening_board6421::before {
    left: 0;
    top: 0;
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.7) 40%,
    rgba(0, 0, 0, 0.5) 70%,
    rgba(0, 0, 0, 0.3) 100%);
    bottom: 0;
    z-index: 1;
    right: 0;
    content: "";
    position: absolute;
}.opening_board6421::after {
    z-index: 2;
    bottom: 0;
    clip-path: polygon(0 0, 75% 0, 45% 100%, 0 100%);
    right: 0;
    content: "";
    background: linear-gradient(90deg, 
    rgb(129,140,133,0.5) 0%,
    transparent 40%);
    left: 0;
    top: 0;
    animation: shimmer 12s infinite alternate ease-in-out;
    position: absolute;
}.opening_board6421 > div {
    transform: perspective(1000px) rotateX(2deg);
    max-width: 1200px;
    transform-style: preserve-3d;
    gap: 2.5rem;
    display: flex;
    width: 100%;
    position: relative;
    z-index: 3;
    flex-direction: column;
}.opening_board6421 > div > div:first-child {
    padding-left: 2rem;
    position: relative;
    transform: translateZ(40px);
}.opening_board6421 > div > div:first-child::before {
    left: 0;
    width: 6px;
    top: 0;
    height: 100%;
    animation: lineGrow 1.2s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    background: rgb(89,99,89);
    transform-origin: top;
    transform: scaleY(0);
    content: "";
}.opening_board6421 .title_style_header {
    animation: slideIn 0.8s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateX(-20px);
    line-height: 1.2;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    font-size: clamp(2.5rem, 5vw, 48px);
    color: #ffffff;
    opacity: 0;
    letter-spacing: -0.02em;
    margin: 0;
    font-weight: 700;
}.opening_board6421 .start_hero7316 {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2.5rem;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    animation: fadeUp 1s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.03) 0%,
    rgba(255, 255, 255, 0.08) 100%
  );
    backdrop-filter: blur(12px);
    border-radius: 10px;
    transform: translateZ(20px) translateY(20px);
    box-shadow: 
    0 20px 30px -10px rgba(0, 0, 0, 0.3),
    0 8px 12px -6px rgba(0, 0, 0, 0.2);
}.opening_board6421 .skill_boost8276 {
    position: relative;
    margin-bottom: 1.5rem;
}.opening_board6421 .skill_boost8276::after {
    content: "";
    position: absolute;
    transform-origin: left;
    height: 3px;
    bottom: -0.75rem;
    transform: scaleX(0);
    background: rgb(89,99,89);
    left: 0;
    animation: lineGrowX 1.2s 1.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
}.opening_board6421 h3 {
    font-weight: 600;
    opacity: 0;
    font-size: clamp(1.2rem, 3vw, 22px);
    animation: fadeIn 0.8s 1s forwards ease-out;
    line-height: 1.4;
    color: #ffffff;
    margin: 0;
}.opening_board6421 span {
    position: relative;
    display: block;
}.opening_board6421 p {
    color: #ffffff;
    letter-spacing: 0.02em;
    font-size: clamp(1rem, 2vw, 18px);
    margin: 0;
    line-height: 1.6;
    font-weight: 300;
    opacity: 0;
    animation: fadeIn 0.8s 1.2s forwards ease-out;
}

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

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

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

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

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

@keyframes shimmer {
  0%, 100% { opacity: 0.3; transform: translateX(-5%); }
  50% { opacity: 0.5; transform: translateX(5%); }
}

@media (max-width: 991px) {.opening_board6421 {
    align-items: flex-start;
    padding: 3rem 1.5rem;
}.opening_board6421 > div {
    transform: perspective(800px) rotateX(1deg);
    gap: 2rem;
}.opening_board6421 > div > div:first-child {
    padding-left: 1.5rem;
}.opening_board6421 .start_hero7316 {
    transform: translateZ(15px) translateY(15px);
    padding: 2rem;
}.opening_board6421 .skill_boost8276::after {
    width: 60px;
}
}

@media (max-width: 767px) {.opening_board6421 {
    padding: 2.5rem 1rem;
}.opening_board6421::after {
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
}.opening_board6421 > div {
    transform: none;
    transform-style: flat;
    gap: 1.5rem;
}.opening_board6421 > div > div:first-child,
  .opening_board6421 .start_hero7316 {
    transform: none;
}.opening_board6421 > div > div:first-child {
    padding-left: 1rem;
}.opening_board6421 .start_hero7316 {
    padding: 1.5rem;
    backdrop-filter: blur(8px);
}.opening_board6421 .skill_boost8276 {
    margin-bottom: 1rem;
}
}

@media (max-width: 480px) {.opening_board6421 {
    padding: 2rem 0.75rem;
}.opening_board6421 > div > div:first-child::before {
    width: 4px;
}.opening_board6421 .start_hero7316 {
    padding: 1.25rem;
}.opening_board6421 .skill_boost8276::after {
    width: 40px;
    height: 2px;
}}.cookie_warning_alert8495 {
    width: 100%;
    z-index: 90;
    position: fixed;
    background: rgb(173,183,165);
    border-top: 2px solid rgb(129,140,133);
    bottom: 0;
}.cookie_reset0734 {
    display: flex;
    padding: 20px 0;
    align-items: center;
    justify-content: space-between;
}.cookie_warning_alert8495 h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookie_warning_alert8495 p {
    font-size: 18px;
}.user_choices3761 {
    margin-right: 10px;
    flex-shrink: 0;
}.user_choices3761 svg, .user_choices3761 svg path, .user_choices3761 img {
    height: 100px;
    width: 100px;
    fill: rgb(129,140,133);
}.data_consent1205 {
    line-height: 35px;
    font-size: 24px;
    white-space: nowrap;
    color: rgb(129,140,133);
    text-decoration: none;
    text-align: center;
    min-width: 120px;
    margin-left: 10px;
    border-bottom: 2px solid rgb(129,140,133);
    cursor: pointer;
    flex-shrink: 0;
}.cookie_warning_alert8495 p a {
    color: rgb(129,140,133);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookie_warning_alert8495 {
    padding: 20px;
}}
#cookieNoticeAlert2361 {
    display: none;
}#cookieNoticeAlert2361:checked ~ .cookie_warning_alert8495 {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 800px) {.user_choices3761 {
    display: none;
}.cookie_reset0734 {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookie_warning_alert8495 h5 {
    text-align: center;
}.cookie_warning_alert8495 p {
    text-align: center;
}.edu_consent3497 {
    margin-bottom: 20px;
}body .wrapper-container5970 .data_consent1205 {
    margin-left: 0;
}}.price_box1347 {
    padding: 120px 0;
    background: rgb(173,183,165);
    position: relative;
    overflow: hidden;
}.price_box1347::before {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgb(129,140,133,0.5) 0%, transparent 70%);
    z-index: 1;
    left: 0;
    content: "";
}.price_box1347 .container {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1320px;
    z-index: 2;
    position: relative;
}.price_box1347 .price_view5296 {
    display: flex;
    gap: 60px;
    flex-direction: column-reverse;
}.price_box1347 .group_rates1025 {
    text-align: center;
    margin: 0 auto;
    max-width: 800px;
    transform: translateY(-10px);
    animation: fadeInUp 0.8s ease-out forwards;
}.price_box1347 .group_rates1025 h2 {
    position: relative;
    margin-bottom: 20px;
    color: #000000;
    display: inline-block;
    font-weight: 700;
    font-size: 37px;
}.price_box1347 .group_rates1025 h2::after {
    bottom: -10px;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    left: 50%;
    background: rgb(129,140,133);
    width: 80px;
    height: 3px;
}.price_box1347 .plan_fees7319 {
    font-size: 13px;
    overflow-wrap: break-word;
    color: #000000;
    max-width: 600px;
    word-break: break-word;
    margin-bottom: 0;
    margin: 0 auto;
    line-height: 1.7;
}.price_box1347 .learn_packs4068 {
    width: 100%;
    grid-template-columns: 1fr;
    display: grid;
    gap: 30px;
}.price_box1347 .learning_pricing4631 {
    overflow: hidden;
    text-decoration: none;
    animation: fadeInUp 0.8s ease-out forwards;
    animation-delay: calc(var(--index, 0) * 0.1s);
    display: block;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(20px);
    opacity: 0;
    height: 100%;
}.price_box1347 .learning_pricing4631:nth-child(1) {
    --index: 1;
}.price_box1347 .learning_pricing4631:nth-child(2) {
    --index: 2;
}.price_box1347 .learning_pricing4631:nth-child(3) {
    --index: 3;
}.price_box1347 .learning_pricing4631:nth-child(4) {
    --index: 4;
}.price_box1347 .learning_pricing4631:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.price_box1347 .study_price9183 {
    background: linear-gradient(145deg, #ffffff, #f5f8ff);
    overflow: hidden;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
}.price_box1347 .study_price9183::before {
    content: "";
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(129,140,133), rgb(89,99,89));
    position: absolute;
    height: 5px;
    left: 0;
}.price_box1347 .price_grid3714 {
    padding: 40px 30px;
    flex: 1;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}.price_box1347 .price_grid3714 h3 {
    margin-bottom: 15px;
    position: relative;
    word-break: break-word;
    font-size: 20px;
    margin-top: 0;
    overflow-wrap: break-word;
    font-weight: 700;
    color: #000000;
}.price_box1347 .price_grid3714 h3::after {
    position: absolute;
    left: 0;
    background-color: rgb(129,140,133);
    content: "";
    height: 2px;
    width: 40px;
    bottom: -8px;
    transition: width 0.3s ease;
}.price_box1347 .learning_pricing4631:hover .price_grid3714 h3::after {
    width: 70px;
}.price_box1347 .learning_plan1560 {
    overflow-wrap: break-word;
    position: relative;
    padding: 8px 16px;
    margin: 10px 0 20px;
    word-break: break-word;
    display: inline-block;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), rgba(var(--primary-color-rgb), 0.05));
    font-size: calc(20px * 1.2);
    border-radius: 10px;
    color: rgb(129,140,133);
    font-weight: 700;
}.price_box1347 .price_grid3714 p {
    white-space: normal;
    margin-bottom: 0;
    line-height: 1.7;
    overflow-wrap: break-word;
    font-size: 13px;
    color: #000000;
    word-break: break-word;
    flex-grow: 1;
}.price_box1347 .img_overlay8425 {
    height: 200px;
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.6s ease;
}.price_box1347 .learning_pricing4631:hover .img_overlay8425 {
    filter: brightness(1.05);
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.price_box1347 .learn_packs4068 {
    grid-template-columns: repeat(2, 1fr);
}.price_box1347 .price_grid3714 {
    padding: 40px;
}.price_box1347 .img_overlay8425 {
    height: 220px;
}
}

@media (min-width: 992px) {.price_box1347 .price_view5296 {
    align-items: center;
    gap: 50px;
    flex-direction: row;
}.price_box1347 .learn_packs4068 {
    width: 65%;
    grid-template-columns: repeat(2, 1fr);
}.price_box1347 .group_rates1025 {
    margin: 0;
    width: 35%;
    text-align: left;
}.price_box1347 .group_rates1025 h2::after {
    left: 0;
    transform: none;
}.price_box1347 .plan_fees7319 {
    margin: 0;
}
}

@media (min-width: 1200px) {.price_box1347 .learn_packs4068 {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.price_box1347 .price_grid3714 h3 {
    font-size: calc(20px * 1.1);
}.price_box1347 .learning_plan1560 {
    font-size: calc(20px * 1.3);
}.price_box1347 .img_overlay8425 {
    height: 240px;
}
}

@media (max-width: 767px) {.price_box1347 {
    padding: 80px 0;
}.price_box1347 .price_grid3714 {
    padding: 30px 20px;
}.price_box1347 .learning_plan1560 {
    padding: 6px 12px;
    font-size: 20px;
}.price_box1347 .img_overlay8425 {
    height: 180px;
}
}

@media (max-width: 480px) {.price_box1347 {
    padding: 60px 0;
}.price_box1347 .group_rates1025 h2 {
    font-size: calc(37px * 0.85);
}.price_box1347 .price_grid3714 h3 {
    font-size: calc(20px * 0.95);
}.price_box1347 .img_overlay8425 {
    height: 160px;
}}.join_now2694 {
    z-index: 1;
    padding: 140px 0;
    overflow: hidden;
    background: linear-gradient(110deg, rgb(129,140,133) 0%, rgb(89,99,89) 100%);
    position: relative;
}.join_now2694::before {
    opacity: 0.5;
    position: absolute;
    height: 100%;
    background-size: 30px 30px;
    z-index: -1;
    animation: patternMove 15s linear infinite;
    background: 
        linear-gradient(
            135deg,
            transparent 25%,
            rgba(255, 255, 255, 0.05) 25%,
            rgba(255, 255, 255, 0.05) 50%,
            transparent 50%,
            transparent 75%,
            rgba(255, 255, 255, 0.05) 75%
        );
    width: 100%;
    top: 0;
    left: 0;
    content: '';
}.join_now2694::after {
    width: 200%;
    z-index: -1;
    left: -50%;
    position: absolute;
    content: '';
    height: 200%;
    animation: rotateConic 30s linear infinite;
    top: -50%;
    background: conic-gradient(
        from 0deg at 50% 50%,
        rgba(255, 255, 255, 0) 0deg,
        rgba(255, 255, 255, 0.03) 90deg,
        rgba(255, 255, 255, 0) 180deg,
        rgba(255, 255, 255, 0.03) 270deg,
        rgba(255, 255, 255, 0) 360deg
    );
}.join_now2694 .about_section4273 {
    margin: 0 auto;
    padding: 0;
    max-width: 900px;
    position: relative;
    display: flex;
    z-index: 2;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.join_now2694 .about_section4273::before {
    width: 140%;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    content: '';
    backdrop-filter: blur(10px);
    left: -20%;
    transform: skewX(-15deg);
    z-index: -1;
    border-radius: 20px;
    top: 0;
    position: absolute;
    background: rgba(255, 255, 255, 0.05);
    height: 100%;
}.join_now2694 .about_section4273::after {
    border-radius: 50%;
    content: '';
    width: 100px;
    position: absolute;
    filter: blur(20px);
    right: -30px;
    animation: floatBubble 10s ease-in-out infinite alternate;
    height: 100px;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 70%
    );
    top: -30px;
    z-index: -1;
}.join_now2694 h3 {
    font-size: 31px;
    text-align: center;
    font-weight: 700;
    padding: 0 20px;
    perspective: 1000px;
    letter-spacing: 2px;
    transform: rotateX(5deg);
    transform-style: preserve-3d;
    color: #ffffff;
    transition: all 0.5s ease;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    position: relative;
    margin: 60px 0;
}.join_now2694 h3::before {
    width: 80%;
    left: 10%;
    position: absolute;
    height: 1px;
    content: '';
    top: -30px;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
}.join_now2694 h3::after {
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    height: 1px;
    position: absolute;
    width: 60%;
    left: 20%;
    content: '';
    bottom: -30px;
}.join_now2694 h3:hover {
    transform: rotateX(0deg);
}.join_now2694 .ask_team2489 {
    color: rgb(129,140,133);
    text-transform: uppercase;
    border-radius: 10px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    transform-origin: bottom center;
    padding: 20px 50px;
    margin-bottom: 60px;
    font-size: 15px;
    letter-spacing: 2px;
    transform: perspective(1000px) rotateX(10deg);
    display: inline-block;
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    font-weight: 600;
    transition: all 0.4s ease;
    position: relative;
    text-decoration: none;
    font-family: Arial, sans-serif;
}.join_now2694 .ask_team2489::before {
    position: absolute;
    content: '';
    width: 100%;
    transition: opacity 0.4s ease;
    left: 0;
    height: 100%;
    top: 0;
    background: linear-gradient(
        145deg,
        rgb(129,140,133) 0%,
        rgb(89,99,89) 100%
    );
    z-index: -1;
    opacity: 0;
}.join_now2694 .ask_team2489::after {
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.05),
        transparent
    );
    content: '';
    z-index: -1;
    width: 100%;
    height: 20px;
    top: 0;
    position: absolute;
    left: 0;
}.join_now2694 .ask_team2489:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 10px 20px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    color: #ffffff;
}.join_now2694 .ask_team2489:hover::before {
    opacity: 1;
}

@media screen and (max-width: 992px) {.join_now2694 {
    padding: 120px 0;
}.join_now2694 .about_section4273::before {
    left: -15%;
    width: 130%;
}.join_now2694 h3 {
    margin: 50px 0;
    font-size: calc(31px * 0.9);
}.join_now2694 .ask_team2489 {
    font-size: calc(15px * 0.95);
    margin-bottom: 50px;
    padding: 18px 45px;
}
}

@media screen and (max-width: 768px) {.join_now2694 {
    padding: 100px 0;
}.join_now2694 .about_section4273::before {
    transform: skewX(-10deg);
    width: 120%;
    left: -10%;
}.join_now2694 h3 {
    transform: none;
    margin: 40px 0;
    font-size: calc(31px * 0.8);
}.join_now2694 h3::before {
    top: -25px;
}.join_now2694 h3::after {
    bottom: -25px;
}.join_now2694 .ask_team2489 {
    font-size: calc(15px * 0.9);
    margin-bottom: 40px;
    transform: none;
    padding: 15px 40px;
}.join_now2694 .ask_team2489:hover {
    transform: translateY(-5px);
}
}

@media screen and (max-width: 576px) {.join_now2694 {
    padding: 80px 0;
}.join_now2694 .about_section4273::before {
    width: 110%;
    left: -5%;
    transform: skewX(-5deg);
}.join_now2694 h3 {
    letter-spacing: 1px;
    margin: 35px 0;
    font-size: calc(31px * 0.7);
}.join_now2694 h3::before {
    top: -20px;
}.join_now2694 h3::after {
    bottom: -20px;
}.join_now2694 .ask_team2489 {
    margin-bottom: 35px;
    letter-spacing: 1px;
    font-size: calc(15px * 0.85);
    padding: 12px 35px;
}}

@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

@keyframes rotateConic {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes floatBubble {
    0% {
        transform: translate(0, 0);
        opacity: 0.5;
    }
    50% {
        transform: translate(-20px, 20px);
        opacity: 0.7;
    }
    100% {
        transform: translate(0, 0);
        opacity: 0.5;
    }
}.about_this2795 {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: rgb(173,183,165);
}.about_this2795::before {
    position: absolute;
    z-index: 0;
    height: 100%;
    left: 0;
    background: 
        radial-gradient(
            ellipse at top left,
            rgb(129,140,133,0.5) 0%,
            transparent 50%
        ),
        radial-gradient(
            ellipse at bottom right,
            rgb(89,99,89,0.5) 0%,
            transparent 50%
        );
    content: "";
    width: 100%;
    top: 0;
}.about_this2795::after {
    animation: movePattern 20s linear infinite;
    opacity: 0.05;
    left: 0;
    height: 100%;
    background-size: 60px 60px;
    content: "";
    z-index: 1;
    position: absolute;
    width: 100%;
    background-image: 
        linear-gradient(45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%), 
        linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%);
    background-position: 0 0, 0 30px, 30px -30px, -30px 0px;
    top: 0;
}.about_this2795 .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 25px;
    margin: 0 auto;
}.about_this2795 .about_section4273 {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    position: relative;
}.about_this2795 h3 {
    position: relative;
    overflow: hidden;
    font-size: 43px;
    margin-bottom: 60px;
    width: 100%;
    font-weight: 700;
    color: #000000;
    text-align: left;
}.about_this2795 h3::after {
    height: 3px;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(129,140,133), rgb(89,99,89));
    width: 0;
    animation: lineExpand 1.5s forwards;
    left: 0;
    bottom: -5px;
}.about_this2795 .study_pro7203 {
    z-index: 2;
    min-width: 300px;
    flex-direction: column;
    display: flex;
    background: #ffffff;
    transition: all 0.4s ease;
    padding: 40px;
    position: relative;
    flex: 1;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}.about_this2795 .study_pro7203::before {
    position: absolute;
    opacity: 0.8;
    width: 20px;
    top: 10px;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    content: "";
    background: rgb(129,140,133);
    height: 20px;
    right: 10px;
}.about_this2795 .study_pro7203::after {
    position: absolute;
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    left: 10px;
    width: 20px;
    content: "";
    z-index: 1;
    bottom: 10px;
    height: 20px;
    opacity: 0.8;
    background: rgb(89,99,89);
}.about_this2795 .study_pro7203 span {
    display: inline-block;
    color: rgb(129,140,133);
    transform: translateX(-15px);
    font-size: 24px;
    padding: 5px 15px;
    font-weight: 600;
    background: linear-gradient(to right, rgb(129,140,133,0.5), transparent);
    margin-bottom: 15px;
    position: relative;
}.about_this2795 .study_pro7203 p {
    color: #000000;
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 30px;
}.about_this2795 .study_pro7203 .img_overlay8425 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    height: 280px;
}.about_this2795 .study_pro7203 .img_overlay8425::before {
    width: 100%;
    left: 0;
    transition: opacity 0.5s ease;
    position: absolute;
    background: rgb(129,140,133,0.5);
    height: 100%;
    z-index: 1;
    top: 0;
    content: "";
    opacity: 0;
}.about_this2795 .study_pro7203:hover .img_overlay8425 {
    transform: scale(1.03);
}.about_this2795 .study_pro7203:hover .img_overlay8425::before {
    opacity: 0.2;
}.about_this2795 .learn_lab1785 {
    z-index: 2;
    position: relative;
    transition: all 0.4s ease;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    flex: 1;
    min-width: 300px;
    padding: 40px;
}.about_this2795 .learn_lab1785::before {
    background: rgb(89,99,89);
    z-index: 1;
    left: 10px;
    width: 20px;
    position: absolute;
    top: 10px;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    content: "";
    opacity: 0.8;
    height: 20px;
}.about_this2795 .learn_lab1785::after {
    background: rgb(129,140,133);
    position: absolute;
    opacity: 0.8;
    z-index: 1;
    content: "";
    bottom: 10px;
    height: 20px;
    right: 10px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    width: 20px;
}.about_this2795 .learn_lab1785 p {
    color: #000000;
    line-height: 1.7;
    position: relative;
    font-size: 17px;
    padding: 20px;
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(89,99,89,0.5), transparent);
    margin-bottom: 40px;
}.about_this2795 .learn_lab1785 .knowledge_track9574 {
    transition: all 0.5s ease;
    clip-path: polygon(
        20% 0%, 
        80% 0%, 
        100% 20%, 
        100% 80%, 
        80% 100%, 
        20% 100%, 
        0% 80%, 
        0% 20%
    );
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
    border-radius: 0;
    position: relative;
    margin: 0 auto;
    height: 180px;
    overflow: hidden;
    width: 180px;
}.about_this2795 .learn_lab1785 .knowledge_track9574::before {
    opacity: 0.6;
    transition: opacity 0.5s ease;
    position: absolute;
    inset: 0;
    content: "";
    background: 
        linear-gradient(
            -45deg,
            rgb(89,99,89,0.5),
            transparent 60%
        );
    z-index: 1;
}.about_this2795 .learn_lab1785 .knowledge_track9574::after {
    clip-path: polygon(
        25% 5%, 
        75% 5%, 
        95% 25%, 
        95% 75%, 
        75% 95%, 
        25% 95%, 
        5% 75%, 
        5% 25%
    );
    position: absolute;
    box-shadow: inset 0 0 0 2px rgb(89,99,89);
    inset: 0;
    transition: all 0.5s ease;
    z-index: 2;
    opacity: 0.5;
    content: "";
}.about_this2795 .learn_lab1785:hover .knowledge_track9574::after {
    clip-path: polygon(
        20% 0%, 
        80% 0%, 
        100% 20%, 
        100% 80%, 
        80% 100%, 
        20% 100%, 
        0% 80%, 
        0% 20%
    );
    opacity: 1;
}.about_this2795 .study_pro7203:hover,
.about_this2795 .learn_lab1785:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}

@keyframes lineExpand {
    from {
        width: 0;
    }
    to {
        width: 100px;
    }
}

@keyframes movePattern {
    0% {
        background-position: 0 0, 0 30px, 30px -30px, -30px 0px;
    }
    100% {
        background-position: 60px 60px, 60px 90px, 90px 30px, 30px 60px;
    }
}

@media (max-width: 1100px) {.about_this2795 {
    padding: 90px 0;
}.about_this2795 .about_section4273 {
    align-items: center;
    flex-direction: column;
}.about_this2795 h3 {
    font-size: calc(43px * 0.9);
    text-align: center;
}.about_this2795 h3::after {
    left: 50%;
    transform: translateX(-50%);
}.about_this2795 .study_pro7203,
    .about_this2795 .learn_lab1785 {
    max-width: 600px;
    width: 100%;
}
}

@media (max-width: 768px) {.about_this2795 {
    padding: 70px 0;
}.about_this2795 h3 {
    font-size: calc(43px * 0.8);
    margin-bottom: 40px;
}.about_this2795 .study_pro7203,
    .about_this2795 .learn_lab1785 {
    padding: 30px;
}.about_this2795 .study_pro7203 .img_overlay8425 {
    height: 240px;
}.about_this2795 .study_pro7203 span {
    font-size: calc(24px * 0.9);
}.about_this2795 .learn_lab1785 .knowledge_track9574 {
    width: 160px;
    height: 160px;
}
}

@media (max-width: 576px) {.about_this2795 {
    padding: 50px 0;
}.about_this2795 .container {
    padding: 0 20px;
}.about_this2795 h3 {
    margin-bottom: 30px;
    font-size: calc(43px * 0.7);
}.about_this2795 .study_pro7203,
    .about_this2795 .learn_lab1785 {
    padding: 25px;
    clip-path: none;
}.about_this2795 .study_pro7203 .img_overlay8425 {
    height: 200px;
}.about_this2795 .learn_lab1785 p {
    padding: 15px;
}.about_this2795 .learn_lab1785 .knowledge_track9574 {
    width: 140px;
    height: 140px;
}}.course_program_description7584 {
    position: relative;
    background: linear-gradient(135deg, rgb(173,183,165) 0%, rgba(245, 247, 250, 0.92) 100%);
    padding: 5rem 0;
    overflow: hidden;
}.course_program_description7584::before {
    right: -5%;
    z-index: 1;
    width: 35%;
    opacity: 0.5;
    height: 70%;
    content: "";
    background: linear-gradient(225deg, rgb(129,140,133,0.5) 0%, rgb(89,99,89,0.5) 100%);
    transform: rotate(-15deg) translateZ(0);
    top: -10%;
    filter: blur(20px);
    position: absolute;
}.course_program_description7584::after {
    content: "";
    transform: rotate(10deg) translateZ(0);
    z-index: 1;
    opacity: 0.4;
    background: linear-gradient(45deg, rgb(89,99,89,0.5) 0%, rgb(129,140,133,0.5) 100%);
    left: -2%;
    position: absolute;
    width: 25%;
    height: 50%;
    bottom: -5%;
    filter: blur(15px);
}.course_program_description7584 .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.course_program_description7584 .training_route1403 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateX(2deg);
    background: #ffffff;
    position: relative;
}.course_program_description7584 .img_overlay8425 {
    overflow: hidden;
    height: 300px;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: top center;
}.course_program_description7584 .img_overlay8425::before {
    top: 0;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    content: "";
    right: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.6) 100%);
}.course_program_description7584 .img_overlay8425::after {
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    mix-blend-mode: overlay;
    opacity: 0.2;
    position: absolute;
    background: rgb(129,140,133);
    top: 0;
}.course_program_description7584 .content_card4750 {
    position: relative;
    background: #ffffff;
    transform: translateY(-40px);
    padding: 2.5rem 2rem;
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
}.course_program_description7584 .content_card4750 h3 {
    line-height: 1.4;
    transform: translateY(0);
    margin-bottom: 1.5rem;
    font-size: calc(20px * 1.1);
    animation-delay: 0.3s;
    position: relative;
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    font-weight: 700;
    opacity: 0;
    color: #000000;
}.course_program_description7584 .content_card4750 h3::after {
    transform: scaleX(0);
    width: 60px;
    display: block;
    height: 3px;
    animation-delay: 0.6s;
    animation: expandLine 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    background: rgb(129,140,133);
    margin-top: 1rem;
    content: "";
    transform-origin: left;
}.course_program_description7584 .content_card4750 p.description {
    margin-bottom: 1.5rem;
    transform: translateY(20px);
    line-height: 1.7;
    color: #000000;
    animation-delay: 0.5s;
    font-size: 17px;
    opacity: 0;
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}.course_program_description7584 .content_card4750 span.description {
    display: none;
}.course_program_description7584 .content_card4750 div {
    position: relative;
    padding-right: 10px;
    overflow-y: auto;
    max-height: 300px;
}.course_program_description7584 .content_card4750 div::-webkit-scrollbar {
    width: 6px;
}.course_program_description7584 .content_card4750 div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.04);
}.course_program_description7584 .content_card4750 div::-webkit-scrollbar-thumb {
    transition: background 0.3s ease;
    background: rgb(129,140,133,0.5);
}.course_program_description7584 .content_card4750 div::-webkit-scrollbar-thumb:hover {
    background: rgb(129,140,133);
}

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

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

@media (min-width: 768px) {.course_program_description7584 {
    padding: 7rem 0;
}.course_program_description7584 .training_route1403 {
    gap: 0;
    grid-template-columns: 45% 55%;
    transition: transform 0.5s ease;
    transform: perspective(1200px) rotateY(-2deg);
}.course_program_description7584 .training_route1403:hover {
    transform: perspective(1200px) rotateY(0deg);
}.course_program_description7584 .img_overlay8425 {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    height: 100%;
}.course_program_description7584 .content_card4750 {
    padding: 3.5rem 3rem 3.5rem 4rem;
    clip-path: none;
    transform: translateY(0) translateX(-50px);
}.course_program_description7584 .content_card4750 h3 {
    margin-bottom: 2rem;
    font-size: 31px;
}.course_program_description7584 .content_card4750 div {
    max-height: 350px;
}
}

@media (min-width: 992px) {.course_program_description7584 {
    padding: 8rem 0;
}.course_program_description7584 .training_route1403 {
    grid-template-columns: 40% 60%;
}.course_program_description7584 .img_overlay8425 {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}.course_program_description7584 .img_overlay8425:hover {
    transform: scale(1.03);
}.course_program_description7584 .content_card4750 {
    transform: translateX(-70px);
    padding: 4rem 5rem 4rem 5rem;
}.course_program_description7584 .content_card4750 h3 {
    margin-bottom: 2.5rem;
}.course_program_description7584 .content_card4750 div {
    max-height: 400px;
}
}

@media (min-width: 1200px) {.course_program_description7584 .training_route1403 {
    grid-template-columns: 45% 55%;
}.course_program_description7584 .content_card4750 {
    padding: 5rem 6rem 5rem 7rem;
    transform: translateX(-100px);
}
}

@media (max-width: 767px) {.course_program_description7584 .training_route1403:hover .img_overlay8425 {
    transform: scale(1.05);
}}.stay_connected7562 {
    position: relative;
    overflow: hidden;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(89,99,89,0.5), rgb(129,140,133));
    z-index: 1;
}.stay_connected7562::before {
    animation: float 15s infinite alternate ease-in-out;
    height: 70%;
    transform: rotate(-15deg) skewX(-15deg);
    content: "";
    top: -10%;
    right: -5%;
    position: absolute;
    width: 40%;
    z-index: -1;
    filter: blur(40px);
    background: rgb(255, 255, 255, 0.5);
}.stay_connected7562::after {
    left: -5%;
    transform: rotate(25deg) skewY(5deg);
    filter: blur(30px);
    height: 50%;
    content: "";
    position: absolute;
    width: 25%;
    bottom: -5%;
    z-index: -1;
    background: rgb(89,99,89,0.5);
    animation: float 12s infinite alternate-reverse ease-in-out;
}.stay_connected7562 .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.stay_connected7562 .about_section4273 {
    background: rgba(255, 255, 255, 0.05);
    border-left: 4px solid rgb(89,99,89);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateX(2deg);
    padding: 3rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.stay_connected7562 .about_section4273:hover {
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.stay_connected7562 h3 {
    margin-bottom: 2rem;
    line-height: 1.4;
    font-family: Arial, sans-serif;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    color: #ffffff;
    position: relative;
    font-weight: 600;
    transform: translateX(5px);
}.stay_connected7562 h3::before {
    position: absolute;
    background: rgb(89,99,89);
    transform: translateY(-50%);
    top: 0.8em;
    height: 8px;
    border-radius: 10px;
    animation: pulse 3s infinite;
    content: "";
    left: -20px;
    width: 8px;
}.stay_connected7562 .input_holder {
    max-width: 100%;
    flex-direction: column;
    position: relative;
    gap: 1.25rem;
    display: flex;
}.stay_connected7562 .input_holder::before {
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05));
    right: 0;
    position: absolute;
    height: 100%;
    clip-path: polygon(80% 0, 100% 0, 100% 100%, 60% 100%);
    width: 100%;
    z-index: -1;
    top: 0;
}.stay_connected7562 .input_holder div {
    flex: 1;
    position: relative;
}.stay_connected7562 input[type="email"] {
    backdrop-filter: blur(5px);
    padding: 1.2rem 1.5rem;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    font-size: 16px;
}.stay_connected7562 input[type="email"]:focus {
    outline: none;
    border-color: rgb(89,99,89);
    transform: translateY(-2px);
    box-shadow: 0 0 0 3px rgb(89,99,89,0.5);
    background: rgba(255, 255, 255, 0.15);
}.stay_connected7562 input[type="email"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.6);
}.stay_connected7562 input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.5;
}.stay_connected7562 .news_signup7539 {
    border: none;
    overflow: hidden;
    font-weight: 600;
    transform-origin: left;
    position: relative;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    color: #ffffff;
    background: rgb(89,99,89);
    cursor: pointer;
    align-self: flex-start;
    letter-spacing: 0.5px;
    border-radius: 10px;
    font-size: 16px;
    padding: 1.1rem 2rem;
}.stay_connected7562 .news_signup7539::before {
    height: 100%;
    transition: transform 0.6s ease;
    top: 0;
    content: "";
    transform: translateX(-100%);
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}.stay_connected7562 .news_signup7539:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.2);
    background: rgb(129,140,133);
}.stay_connected7562 .news_signup7539:hover::before {
    transform: translateX(100%);
}.stay_connected7562 .news_signup7539:active {
    transform: translateY(1px) scale(0.98);
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: translateY(-50%) scale(1);
    }
    50% {
        opacity: 0.6;
        transform: translateY(-50%) scale(1.5);
    }
}

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

@media (min-width: 768px) {.stay_connected7562 {
    padding: 6rem 2rem;
}.stay_connected7562 .about_section4273 {
    padding: 4rem;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
}.stay_connected7562 .input_holder {
    flex-direction: row;
    align-items: center;
}.stay_connected7562 h3 {
    margin-bottom: 2.5rem;
    max-width: 80%;
}.stay_connected7562 .input_holder::before {
    clip-path: polygon(70% 0, 100% 0, 100% 100%, 50% 100%);
}
}

@media (max-width: 767px) {.stay_connected7562 .about_section4273 {
    padding: 2rem 1.5rem;
}.stay_connected7562 h3 {
    font-size: clamp(1rem, 5vw, 1.25rem);
    margin-bottom: 1.5rem;
}.stay_connected7562 input[type="email"] {
    padding: 1rem;
}.stay_connected7562 .news_signup7539 {
    padding: 1rem;
    margin-top: 0.5rem;
    width: 100%;
}.stay_connected7562::before,
    .stay_connected7562::after {
    opacity: 0.5;
}
}

@media (hover: none) {.stay_connected7562 .about_section4273:hover {
    box-shadow: none;
    transform: none;
}.stay_connected7562 .news_signup7539:hover {
    background: rgb(89,99,89);
    box-shadow: none;
    transform: none;
}
}

@media (prefers-reduced-motion: reduce) {.stay_connected7562::before,
    .stay_connected7562::after,
    .stay_connected7562 h3::before,
    .stay_connected7562 .news_signup7539::before {
    animation: none;
    transition: none;
}.stay_connected7562 .about_section4273,
    .stay_connected7562 input[type="email"],
    .stay_connected7562 .news_signup7539 {
    transition: none;
}}.privacy_guardhouse9142 {
    overflow: hidden;
    background: #ffffff;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    max-width: 1000px;
    font-family: Arial, sans-serif;
    color: #000000;
    width: 80%;
    padding: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}.privacy_guardhouse9142:before, .privacy_guardhouse9142:after {
    border-radius: 50%;
    background: rgb(129,140,133,0.5);
    position: absolute;
    z-index: 0;
    content: "";
}.privacy_guardhouse9142:before {
    left: -100px;
    top: -100px;
    width: 200px;
    height: 200px;
}.privacy_guardhouse9142:after {
    height: 150px;
    width: 150px;
    bottom: -75px;
    right: -75px;
}.privacy_guardhouse9142 h1 {
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #000000;
    border-bottom: 2px solid rgb(129,140,133);
    font-size: 48px;
    margin-top: 30px;
    z-index: 1;
}.privacy_guardhouse9142 h2 {
    margin-bottom: 15px;
    font-weight: 600;
    margin-top: 25px;
    z-index: 1;
    padding-bottom: 5px;
    color: rgb(89,99,89);
    font-size: 35px;
    position: relative;
    border-bottom: 1px solid rgb(89,99,89,0.5);
}.privacy_guardhouse9142 ul, .privacy_guardhouse9142 ol {
    position: relative;
    margin-bottom: 20px;
    list-style-type: none;
    padding-left: 0;
    z-index: 1;
}.privacy_guardhouse9142 li {
    margin-bottom: 10px;
    position: relative;
    font-size: 16px;
    padding-left: 20px;
    line-height: 1.6;
}.privacy_guardhouse9142 li:before {
    color: rgb(129,140,133);
    line-height: 1;
    left: 0;
    content: "•";
    position: absolute;
    font-size: 1.2em;
}.privacy_guardhouse9142 div {
    padding: 20px;
    margin-bottom: 20px;
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    z-index: 1;
    border-radius: 10px;
    line-height: 1.8;
    position: relative;
}.privacy_guardhouse9142 .container {
    z-index: 1;
    position: relative;
}.privacy_guardhouse9142 h3, .privacy_guardhouse9142 h4, .privacy_guardhouse9142 h5, .privacy_guardhouse9142 h6 {
    font-weight: 600;
    z-index: 1;
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 18px;
    color: rgb(129,140,133);
    position: relative;
}.privacy_guardhouse9142 p, .privacy_guardhouse9142 span {
    position: relative;
    z-index: 1;
    font-size: 16px;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 10px;
}.privacy_guardhouse9142 a {
    border-bottom: 1px solid rgb(89,99,89,0.5);
    font-weight: 400;
    text-decoration: none;
    z-index: 1;
    position: relative;
    color: rgb(89,99,89);
}.privacy_guardhouse9142 a:hover {
    color: rgb(129,140,133);
    border-bottom: 1px solid rgb(129,140,133);
}.privacy_guardhouse9142 button {
    border-radius: 10px;
    position: relative;
    color: #ffffff;
    background: rgb(89,99,89);
    font-size: 14px;
    cursor: pointer;
    padding: 10px 20px;
    z-index: 1;
    border: none;
}.privacy_guardhouse9142 button:hover {
    background: rgb(129,140,133);
}

@media only screen and (max-width: 800px) {.privacy_guardhouse9142 {
    width: 90%;
    padding: 20px;
}.privacy_guardhouse9142 h1 {
    font-size: calc(18px - 5px);
}.privacy_guardhouse9142 h2 {
    font-size: calc(18px - 3px);
}.privacy_guardhouse9142 ul, .privacy_guardhouse9142 ol {
    padding-left: 10px;
}.privacy_guardhouse9142 li {
    padding-left: 15px;
}.privacy_guardhouse9142 li:before {
    left: -10px;
}.privacy_guardhouse9142 button {
    padding: 8px 15px;
}}.customer_experience0852 {
    padding: 100px 0;
    background: linear-gradient(120deg, rgb(173,183,165), #ffffff);
    overflow: hidden;
    position: relative;
}.customer_experience0852::before {
    width: 100%;
    top: 0;
    background: 
        radial-gradient(ellipse at top left, rgb(129,140,133,0.5) 0%, transparent 50%),
        radial-gradient(ellipse at bottom right, rgb(89,99,89,0.5) 0%, transparent 50%);
    opacity: 0.6;
    z-index: 0;
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
}.customer_experience0852::after {
    background: 
        linear-gradient(45deg, rgb(129,140,133,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(129,140,133,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(129,140,133,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(129,140,133,0.5) 75%);
    content: "";
    left: 0;
    background-size: 100px 100px;
    opacity: 0.03;
    position: absolute;
    top: 0;
    background-position: 0 0, 0 50px, 50px -50px, -50px 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
}.customer_experience0852 .about_section4273 {
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}.customer_experience0852 h4 {
    margin-bottom: 80px;
    position: relative;
    text-align: center;
    letter-spacing: 1px;
    font-size: 37px;
    font-weight: 700;
    color: #000000;
}.customer_experience0852 h4::before {
    background: rgb(129,140,133);
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    height: 2px;
    width: 100px;
    content: "";
    bottom: -15px;
}.customer_experience0852 h4::after {
    background: rgb(129,140,133);
    position: absolute;
    bottom: -20px;
    transform: translateX(-50%);
    border-radius: 50%;
    content: "";
    width: 12px;
    left: 50%;
    height: 12px;
}.customer_experience0852 .client_ratings5471 {
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    position: relative;
}.customer_experience0852 .testimonial_corner7189 {
    overflow: hidden;
    backdrop-filter: blur(10px);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 3px rgba(0, 0, 0, 0.03),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
    margin: 0 20px 40px;
    height: 120px;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: calc(33.33% - 40px);
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    border-radius: 13px;
    cursor: pointer;
    -webkit-backdrop-filter: blur(10px);
    z-index: 1;
}.customer_experience0852 .testimonial_corner7189:hover {
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.1),
        0 2px 6px rgba(0, 0, 0, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
    z-index: 2;
    height: 280px;
}.customer_experience0852 .testimonial_corner7189::before {
    height: 100%;
    background: 
        linear-gradient(135deg, 
            rgba(255, 255, 255, 0.4) 0%, 
            rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    border-radius: inherit;
    content: "";
}.customer_experience0852 .testimonial_corner7189::after {
    z-index: 0;
    opacity: 0.3;
    right: 15px;
    height: 30px;
    border-radius: 50%;
    content: "";
    top: 15px;
    border: 2px solid rgb(129,140,133,0.5);
    transition: all 0.4s ease;
    width: 30px;
    position: absolute;
}.customer_experience0852 .testimonial_corner7189:hover::after {
    transform: scale(0.8);
    opacity: 0.6;
}.customer_experience0852 .img_overlay8425 {
    position: relative;
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
    margin: 25px 20px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    float: left;
    width: 70px;
    height: 70px;
    z-index: 1;
}.customer_experience0852 .testimonial_corner7189:hover .img_overlay8425 {
    transform: scale(1.1);
    box-shadow: 
        0 8px 20px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    border-color: rgb(129,140,133,0.5);
    margin-bottom: 10px;
}.customer_experience0852 .testimonial_corner7189 span {
    padding-right: 60px;
    text-overflow: ellipsis;
    font-weight: 600;
    font-size: calc(17px * 1.1);
    transition: all 0.4s ease;
    display: block;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 40px;
}.customer_experience0852 .testimonial_corner7189:hover span {
    margin-top: 15px;
    color: rgb(129,140,133);
    margin-left: 20px;
    white-space: normal;
}.customer_experience0852 .testimonial_corner7189 p {
    margin: 0 20px;
    -webkit-box-orient: vertical;
    opacity: 0;
    font-size: 17px;
    transition: all 0.5s ease;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    overflow: hidden;
    color: #000000;
    line-height: 1.6;
    max-height: 0;
}.customer_experience0852 .testimonial_corner7189:hover p {
    margin-top: 15px;
    max-height: 150px;
    opacity: 1;
}.customer_experience0852 .testimonial_corner7189:nth-child(3n+1) {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
}.customer_experience0852 .testimonial_corner7189:nth-child(3n+2) {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.8) 0%,
        rgba(rgb(129,140,133,0.5), 0.05) 100%
    );
}.customer_experience0852 .testimonial_corner7189:nth-child(3n+3) {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(rgb(89,99,89,0.5), 0.05) 100%
    );
}

@media (max-width: 1200px) {.customer_experience0852 .testimonial_corner7189 {
    margin: 0 15px 30px;
    width: calc(50% - 30px);
}
}

@media (max-width: 992px) {.customer_experience0852 .testimonial_corner7189 {
    height: 100px;
}.customer_experience0852 .testimonial_corner7189:hover {
    height: 250px;
}.customer_experience0852 .img_overlay8425 {
    height: 60px;
    margin: 20px 15px;
    width: 60px;
}.customer_experience0852 .testimonial_corner7189 span {
    margin-top: 32px;
    font-size: 17px;
}
}

@media (max-width: 768px) {.customer_experience0852 {
    padding: 70px 0;
}.customer_experience0852 h4 {
    margin-bottom: 60px;
}.customer_experience0852 .testimonial_corner7189 {
    width: 100%;
    height: auto;
    min-height: 100px;
    margin: 0 auto 25px;
    max-width: 400px;
}.customer_experience0852 .testimonial_corner7189:hover {
    height: auto;
    min-height: 250px;
}.customer_experience0852 .testimonial_corner7189:last-child {
    margin-bottom: 0;
}.customer_experience0852 .testimonial_corner7189::after {
    top: 10px;
    right: 10px;
}.customer_experience0852 .img_overlay8425 {
    margin: 15px;
}.customer_experience0852 .testimonial_corner7189 span {
    margin-top: 28px;
}.customer_experience0852 .testimonial_corner7189:hover span {
    margin-top: 10px;
}.customer_experience0852 .testimonial_corner7189:hover p {
    margin-top: 10px;
}}.thxField2593 {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(173,183,165) 0%, rgb(89,99,89,0.5) 100%);
    position: relative;
}.thxField2593::before {
    content: "";
    filter: blur(40px);
    width: 300px;
    opacity: 0.6;
    animation: float 15s infinite ease-in-out;
    background: radial-gradient(circle, rgb(129,140,133,0.5) 0%, transparent 70%);
    right: -5%;
    top: -10%;
    position: absolute;
    height: 300px;
}.thxField2593::after {
    left: -5%;
    width: 250px;
    filter: blur(30px);
    background: radial-gradient(circle, rgb(89,99,89,0.5) 0%, transparent 70%);
    bottom: -5%;
    opacity: 0.6;
    position: absolute;
    animation: float 12s infinite ease-in-out reverse;
    content: "";
    height: 250px;
}.thxField2593 .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.thxField2593 h2 {
    font-weight: 700;
    position: relative;
    font-family: Arial, sans-serif;
    line-height: 1.3;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) translateZ(0);
    font-size: clamp(28px, 5vw, 37px);
    margin-bottom: 40px;
    color: rgb(129,140,133);
}.thxField2593 h2::before {
    height: 3px;
    position: absolute;
    bottom: -12px;
    width: 80px;
    content: "";
    transform-origin: left;
    animation: expand 1.5s ease-out forwards;
    background: linear-gradient(90deg, rgb(129,140,133) 0%, rgb(89,99,89) 100%);
    left: 0;
}.thxField2593 .about_section4273 {
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 40px;
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6));
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
}.thxField2593 .about_section4273:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.thxField2593 .about_section4273::before {
    content: "";
    left: -5px;
    opacity: 0.5;
    animation: pulse 4s infinite alternate;
    filter: blur(15px);
    background: linear-gradient(135deg, rgb(129,140,133,0.5), transparent, rgb(89,99,89,0.5));
    z-index: -1;
    right: -5px;
    bottom: -5px;
    position: absolute;
    top: -5px;
}.thxField2593 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.thxField2593 li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 25px;
}.thxField2593 li::before {
    left: 0;
    height: 8px;
    position: absolute;
    background: rgb(129,140,133);
    animation: pulse 4s infinite alternate;
    width: 8px;
    content: "";
    top: 12px;
    transform: rotate(45deg);
}.thxField2593 span {
    position: relative;
    animation: fadeIn 1s ease-out forwards;
    font-size: 14px;
    overflow: hidden;
    display: block;
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.8;
}

@keyframes expand {
    0% { width: 0; }
    100% { width: 80px; }
}

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

@keyframes pulse {
    0% { opacity: 0.5; }
    100% { opacity: 0.9; }
}

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

@media (max-width: 991px) {.thxField2593 {
    padding: 90px 0;
}.thxField2593 .about_section4273 {
    padding: 30px;
    transform: perspective(1000px) rotateX(1deg);
}
}

@media (max-width: 767px) {.thxField2593 {
    padding: 70px 0;
}.thxField2593 h2 {
    margin-bottom: 30px;
}.thxField2593 .about_section4273 {
    padding: 25px;
    transform: none;
}.thxField2593 .about_section4273:hover {
    transform: translateY(-3px);
}.thxField2593 h2::before {
    bottom: -10px;
    width: 60px;
}
}

@media (max-width: 575px) {.thxField2593 {
    padding: 50px 0;
}.thxField2593 h2 {
    margin-bottom: 25px;
    font-size: 24px;
}.thxField2593 .about_section4273 {
    padding: 20px;
}.thxField2593 li {
    padding-left: 20px;
}.thxField2593 span {
    font-size: calc(14px - 1px);
    line-height: 1.6;
}.thxField2593 h2::before {
    width: 50px;
    height: 2px;
}}.contact_section7683 {
    position: relative;
    padding: 80px 0;
}.contact_section7683::before {
    position: absolute;
    left: 0;
    content: "";
    right: 0;
    bottom: 0;
    z-index: 1;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
}.contact_section7683 .container {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.contact_section7683 .help_help8709 {
    position: relative;
    border-radius: 0;
    display: grid;
    background: #ffffff;
    overflow: hidden;
    grid-template-columns: 45% 55%;
}.contact_section7683 .help_help8709::before {
    position: absolute;
    top: -150px;
    content: "";
    background: rgb(129,140,133,0.5);
    height: 300px;
    width: 300px;
    left: -150px;
    z-index: 0;
    border-radius: 50%;
}.contact_section7683 .help_help8709::after {
    width: 300px;
    content: "";
    bottom: -150px;
    right: -150px;
    background: rgb(89,99,89,0.5);
    border-radius: 50%;
    z-index: 0;
    height: 300px;
    position: absolute;
}.contact_section7683 .feedback_links8640 {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    padding: 50px;
    z-index: 1;
    position: relative;
}.contact_section7683 .feedback_links8640 h3 {
    margin-bottom: 40px;
    color: rgb(129,140,133);
    font-size: 32px;
    position: relative;
    font-weight: 700;
}.contact_section7683 .feedback_links8640 h3::after {
    height: 4px;
    background-color: rgb(89,99,89);
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 60px;
    content: "";
}.contact_section7683 .feedback_links8640 div {
    padding-bottom: 15px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    align-items: center;
    margin-bottom: 30px;
    display: flex;
}.contact_section7683 .feedback_links8640 div:last-of-type {
    border-bottom: none;
}.contact_section7683 .feedback_links8640 div svg {
    flex-shrink: 0;
    height: 24px;
    margin-right: 15px;
    width: 24px;
}.contact_section7683 .feedback_links8640 div svg path {
    transition: fill 0.3s ease;
    fill: rgb(129,140,133);
}.contact_section7683 .feedback_links8640 div:hover svg path {
    fill: rgb(89,99,89);
}.contact_section7683 .feedback_links8640 div span {
    font-size: 12px;
    color: #000000;
}.contact_section7683 .feedback_links8640 div span a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: #000000;
}.contact_section7683 .feedback_links8640 div span a:hover {
    color: rgb(129,140,133);
}.contact_section7683 .inquiry_query0248 {
    background-color: #ffffff;
    z-index: 1;
    position: relative;
    padding: 50px;
}.contact_section7683 .inquiry_query0248 h3 {
    color: #000000;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 18px;
}.contact_section7683 form {
    display: flex;
    flex-direction: column;
}.contact_section7683 form input[type="text"],
.contact_section7683 form input[type="email"] {
    padding: 0 20px;
    margin-bottom: 20px;
    background-color: rgb(173,183,165);
    color: #000000;
    font-size: 12px;
    transition: all 0.3s ease;
    border-radius: 10px;
    border: none;
    height: 55px;
}.contact_section7683 form input[type="text"]:focus,
.contact_section7683 form input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(129,140,133,0.5);
}.contact_section7683 form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.contact_section7683 .reach_message5824 {
    margin-bottom: 25px;
    position: relative;
}.contact_section7683 .reach_message5824 input[type="checkbox"] {
    position: absolute;
    height: 0;
    opacity: 0;
    width: 0;
    cursor: pointer;
}.contact_section7683 .reach_message5824 label {
    position: relative;
    color: #000000;
    line-height: 1.6;
    cursor: pointer;
    padding-left: 35px;
    display: block;
    font-size: 13px;
}.contact_section7683 .reach_message5824 label::before {
    left: 0;
    transition: all 0.3s ease;
    width: 20px;
    height: 20px;
    top: 2px;
    position: absolute;
    border-radius: 10px;
    background-color: rgb(173,183,165);
    content: "";
}.contact_section7683 .reach_message5824 input[type="checkbox"]:checked + label::before {
    background-color: rgb(129,140,133);
}.contact_section7683 .reach_message5824 input[type="checkbox"]:checked + label::after {
    border-width: 0 2px 2px 0;
    top: 3px;
    content: "";
    transform: rotate(45deg);
    border: solid #ffffff;
    position: absolute;
    width: 6px;
    left: 7px;
    height: 12px;
}.contact_section7683 .reach_message5824 label a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(129,140,133);
}.contact_section7683 .reach_message5824 label a:hover {
    text-decoration: underline;
    color: rgb(89,99,89);
}.contact_section7683 form .connect_card5834 {
    transition: all 0.3s ease;
    padding: 16px 30px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    align-self: flex-start;
    font-size: 15px;
    border: none;
    border-radius: 10px;
    background-color: rgb(129,140,133);
}.contact_section7683 form .connect_card5834:hover {
    background-color: rgb(89,99,89);
}@keyframes borderPulse {
    0% {
        border-color: rgba(0, 0, 0, 0.1);
    }
    50% {
        border-color: rgb(129,140,133,0.5);
    }
    100% {
        border-color: rgba(0, 0, 0, 0.1);
    }
}

.contact_section7683 .feedback_links8640 div {
    animation: borderPulse 3s infinite;
    animation-delay: calc(var(--n) * 0.5s);
}.contact_section7683 .feedback_links8640 div:nth-child(2) {
    --n: 0;
}.contact_section7683 .feedback_links8640 div:nth-child(3) {
    --n: 1;
}.contact_section7683 .feedback_links8640 div:nth-child(4) {
    --n: 2;
}.contact_section7683 .feedback_links8640 div:nth-child(5) {
    --n: 3;
}

@media screen and (max-width: 992px) {.contact_section7683 .container {
    width: 90%;
}.contact_section7683 .help_help8709 {
    grid-template-columns: 1fr;
}.contact_section7683 .feedback_links8640 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-right: none;
}
}

@media screen and (max-width: 576px) {.contact_section7683 {
    padding: 60px 0;
}.contact_section7683 .feedback_links8640,
    .contact_section7683 .inquiry_query0248 {
    padding: 30px 20px;
}.contact_section7683 .feedback_links8640 h3 {
    font-size: calc(32px * 0.8);
}.contact_section7683 form input[type="text"],
    .contact_section7683 form input[type="email"] {
    height: 50px;
}.contact_section7683 form .connect_card5834 {
    width: 100%;
    padding: 14px 20px;
}}header .top_plank {
    background: rgb(129,140,133);
    color:  #ffffff;
}header .top_plank .top_edu_bar1876 div svg, header .top_plank .top_edu_bar1876 div svg path {
    fill: #ffffff;
}header .top_plank .top_edu_bar1876 div span {
    color: #ffffff;
}header .top_plank .top_edu_bar1876 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    line-height: 21px;
    font-size: 16px;
    align-items: center;
    padding: 15px 0 10px 0;
}header .top_plank .top_edu_bar1876 div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 24px;
}header .top_plank .top_edu_bar1876 div img, header .top_plank .top_edu_bar1876 div svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}