﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}header,footer {
    width: 100%;
}html,body {
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
}.wrapper-padding-80325 {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.header-sitebar-93746 {
    flex: 1 0 auto;
}.footer-caption-25197 {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1252px;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.thanksField-67258 {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(191,208,196,0.5) 0%, rgb(225,233,228) 50%, rgb(152,173,158,0.5) 100%);
}.thanksField-67258::before {
    left: 0;
    z-index: 1;
    top: 0;
    content: "";
    opacity: 0.6;
    position: absolute;
    pointer-events: none;
    background: 
        radial-gradient(circle at 10% 20%, rgb(191,208,196,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(152,173,158,0.5) 0%, transparent 50%);
    height: 100%;
    width: 100%;
}.thanksField-67258::after {
    width: 50%;
    animation: float 15s ease-in-out infinite alternate;
    position: absolute;
    content: "";
    height: 50%;
    top: -10%;
    background: rgb(191,208,196,0.5);
    filter: blur(80px);
    transform: rotate(-15deg);
    z-index: 0;
    right: -10%;
}.thanksField-67258 .container {
    z-index: 2;
    position: relative;
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1200px;
}.thanksField-67258 .class-experts-86057 {
    padding: 3.5rem;
    position: relative;
    flex-direction: column;
    display: flex;
    gap: 2.5rem;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.2, 0.85, 0.4, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    backdrop-filter: blur(10px);
    clip-path: polygon(
        0 5%, 
        5% 0, 
        95% 0, 
        100% 5%, 
        100% 95%, 
        95% 100%, 
        5% 100%, 
        0 95%
    );
    background: rgba(255, 255, 255, 0.85);
}.thanksField-67258 .class-experts-86057:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15), 
                0 15px 20px rgba(0, 0, 0, 0.08),
                0 0 0 1px rgba(255, 255, 255, 0.25) inset;
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.thanksField-67258 .class-experts-86057 > div:first-child {
    padding-bottom: 1.5rem;
    animation: slideDown 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    opacity: 0;
    animation-fill-mode: both;
    position: relative;
    border-bottom: 2px solid rgb(191,208,196,0.5);
    transform: translateY(-20px);
}.thanksField-67258 .class-experts-86057 > div:first-child::after {
    animation: expandWidth 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.5s forwards;
    height: 2px;
    width: 35%;
    left: 0;
    background: rgb(191,208,196);
    content: "";
    position: absolute;
    bottom: -2px;
}.thanksField-67258 h5 {
    line-height: 1.4;
    color: #000000;
    font-weight: 700;
    position: relative;
    font-size: 19px;
    margin: 0;
    display: inline-block;
}.thanksField-67258 h5::before {
    background: rgb(191,208,196);
    height: 80%;
    opacity: 0;
    left: -1.5rem;
    top: 50%;
    content: "";
    animation: fadeIn 0.5s ease 1.2s forwards;
    width: 0.5rem;
    transform: translateY(-50%);
    position: absolute;
}.thanksField-67258 .class-experts-86057 > div:last-child {
    animation-fill-mode: both;
    transform: translateY(20px);
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    opacity: 0;
}.thanksField-67258 a {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1);
    text-decoration: none;
    overflow: hidden;
    display: block;
    padding: 1rem 1.5rem;
    background: linear-gradient(to right, 
                rgba(#ffffff, 0.4) 0%, 
                rgba(#ffffff, 0.8) 50%, 
                rgba(#ffffff, 0.4) 100%);
}.thanksField-67258 a::before {
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    left: -100%;
    height: 100%;
    width: 100%;
    transition: left 0.7s cubic-bezier(0.25, 1, 0.5, 1);
    top: 0;
    content: "";
    position: absolute;
}.thanksField-67258 a:hover::before {
    left: 100%;
}.thanksField-67258 a:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.thanksField-67258 p {
    margin: 0;
    font-size: 12px;
    color: #000000;
    position: relative;
    line-height: 1.8;
    z-index: 1;
}

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

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

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

@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 35%;
    }
}

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

@media (max-width: 992px) {.thanksField-67258 {
    padding: 5rem 0;
}.thanksField-67258 .class-experts-86057 {
    padding: 2.5rem;
    gap: 2rem;
}.thanksField-67258 h5 {
    font-size: calc(19px * 0.9);
}
}

@media (max-width: 768px) {.thanksField-67258 {
    padding: 4rem 0;
}.thanksField-67258 .class-experts-86057 {
    gap: 1.8rem;
    padding: 2rem;
    clip-path: polygon(
            0 3%, 
            3% 0, 
            97% 0, 
            100% 3%, 
            100% 97%, 
            97% 100%, 
            3% 100%, 
            0 97%
        );
}.thanksField-67258 h5 {
    font-size: calc(19px * 0.85);
}.thanksField-67258 p {
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 576px) {.thanksField-67258 {
    padding: 3rem 0;
}.thanksField-67258 .class-experts-86057 {
    padding: 1.5rem;
    transform: perspective(1000px) rotateX(1deg);
    gap: 1.5rem;
}.thanksField-67258 h5 {
    font-size: calc(19px * 0.8);
}.thanksField-67258 h5::before {
    left: -1rem;
    width: 0.3rem;
}.thanksField-67258 a {
    padding: 0.8rem 1rem;
}.thanksField-67258 p {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}}header {
    z-index: 1000;
    width: 100%;
    left: 0;
    background: linear-gradient(120deg, 
        rgb(191,208,196) 0%, 
        rgb(191,208,196,0.5) 100%
    );
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    top: 0;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: fixed;
}header:before {
    position: absolute;
    height: 100%;
    left: 0;
    content: '';
    width: 100%;
    opacity: 0.1;
    top: 0;
    pointer-events: none;
}header:after {
    height: 100%;
    background-size: 100px 100px;
    background-image: 
        linear-gradient(to right, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        ),
        linear-gradient(to bottom, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        );
    left: 0;
    width: 100%;
    pointer-events: none;
    content: '';
    top: 0;
    position: absolute;
}header .first-teach-58236 {
    position: relative;
}header .first-teach-58236:before {
    content: '';
    background: linear-gradient(to right, 
        transparent, 
        #ffffff, 
        transparent
    );
    bottom: -1px;
    position: absolute;
    left: 0;
    height: 2px;
    opacity: 0.3;
    width: 100%;
}header .first-teach-58236:after {
    width: 60px;
    transform: translateY(-50%);
    top: 50%;
    height: 60px;
    opacity: 0.5;
    position: absolute;
    left: 0;
    content: '';
    background-image: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 70%
    );
    filter: blur(8px);
    pointer-events: none;
}header .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 15px 25px;
}header .container:before {
    transform: translateY(-50%);
    position: absolute;
    background-size: 6px 2px, 6px 2px;
    pointer-events: none;
    background-image: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%),
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%);
    width: 50px;
    background-repeat: repeat-x;
    top: 50%;
    opacity: 0.5;
    content: '';
    background-position: 0 0, 0 10px;
    height: 30px;
    right: 20px;
}header .head-teach-17940 {
    position: relative;
    justify-content: space-between;
    align-items: center;
    display: flex;
}header .head-teach-17940:before {
    height: 20px;
    left: 0;
    opacity: 0.5;
    width: 20px;
    top: 50%;
    transform: translateY(-50%) translateX(-40px);
    position: absolute;
    border-radius: 50%;
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.2);
}header .head-teach-17940:after {
    opacity: 0.5;
    transform: translateY(-50%) translateX(40px);
    right: 0;
    height: 20px;
    top: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    content: '';
    border-radius: 50%;
    width: 20px;
}header .top-start-05148 {
    gap: 30px;
    position: relative;
    display: flex;
    align-items: center;
}header .top-start-05148:before {
    opacity: 0;
    background: linear-gradient(to right, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    content: '';
    bottom: -10px;
    position: absolute;
    transition: opacity 0.4s ease;
    height: 2px;
    left: 0;
    width: 100%;
}header .top-start-05148:hover:before {
    opacity: 0.7;
}header .head-core-19832 {
    text-decoration: none;
    color: #ffffff;
    font-weight: 400;
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
    padding: 8px 0;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
}header .head-core-19832:before {
    top: 50%;
    opacity: 0;
    width: 6px;
    transition: all 0.3s ease;
    left: -12px;
    height: 6px;
    position: absolute;
    background: #ffffff;
    border-radius: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    content: '';
}header .head-core-19832:after {
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    transform-origin: right;
    transition: all 0.3s ease;
    transform: translateY(-50%) scaleX(0);
    width: 20px;
    top: 50%;
    left: -30px;
    content: '';
    position: absolute;
}header .head-core-19832:hover {
    transform: translateX(5px);
    color: #ffffff;
}header .head-core-19832:hover:before {
    left: -20px;
    opacity: 1;
}header .head-core-19832:hover:after {
    transform: translateY(-50%) scaleX(1);
}header .top-mainbar-64827 {
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 5px;
    align-items: center;
    position: relative;
    display: flex;
}header .top-mainbar-64827:before {
    transition: all 0.3s ease;
    top: -10px;
    left: -10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    opacity: 0;
    position: absolute;
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    border-radius: 10px;
    content: '';
}header .top-mainbar-64827:after {
    opacity: 0;
    left: -5px;
    position: absolute;
    width: 10px;
    top: -5px;
    background: #ffffff;
    content: '';
    transition: all 0.3s ease;
    height: 10px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}header .top-mainbar-64827:hover:before {
    opacity: 1;
}header .top-mainbar-64827:hover:after {
    animation: circuit 3s infinite;
    opacity: 1;
}header .top-mainbar-64827 svg {
    transition: all 0.3s ease;
    height: 40px;
    width: auto;
}header .top-mainbar-64827:hover svg {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

@keyframes circuit {
    0%, 100% {
        top: -5px;
        left: -5px;
    }
    25% {
        top: -5px;
        left: calc(100% - 5px);
    }
    50% {
        top: calc(100% - 5px);
        left: calc(100% - 5px);
    }
    75% {
        top: calc(100% - 5px);
        left: -5px;
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 20px;
}header .top-start-05148 {
    gap: 20px;
}header .top-mainbar-64827 svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .top-start-05148 {
    background: rgb(191,208,196);
    width: 80%;
    height: 100vh;
    z-index: 1001;
    padding: 80px 30px 30px;
    gap: 25px;
    right: -100%;
    flex-direction: column;
    max-width: 320px;
    top: 0;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: fixed;
}header .top-start-05148:before {
    left: 10%;
    width: 80%;
    bottom: auto;
    top: 60px;
}header .top-start-05148:after {
    content: '';
    top: 20px;
    right: 20px;
    pointer-events: none;
    height: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    position: absolute;
    width: 30px;
}header .menu.active {
    right: 0;
}header .head-core-19832 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    padding: 12px 0;
}header .head-core-19832:hover {
    transform: translateX(0);
}header .head-core-19832:last-child {
    border-bottom: none;
}header .top-mainbar-64827 {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px 15px;
}header .top-mainbar-64827 svg {
    height: 30px;
}}.instructor-profile-03724 {
    background: linear-gradient(to bottom, rgb(225,233,228), rgb(191,208,196,0.5) 120%);
    overflow: hidden;
    padding: 5rem 2rem;
    border-radius: 17px;
    position: relative;
}.instructor-profile-03724::before {
    background: repeating-linear-gradient(
        -45deg,
        rgb(152,173,158,0.5) 0,
        rgb(152,173,158,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    opacity: 0.3;
    z-index: 1;
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
}.instructor-profile-03724 .learning-voices-28943 {
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    flex-direction: column;
    z-index: 2;
    transform: translateY(0);
    position: relative;
    max-width: 500px;
    margin: 0 auto;
    display: flex;
}.instructor-profile-03724 .learning-voices-28943:hover {
    transform: translateY(-15px);
}.instructor-profile-03724 .img-shadow-91420 {
    border-radius: 17px 17px 0 0;
    position: relative;
    z-index: 3;
    margin: 0 auto;
    height: 350px;
    transition: all 0.5s ease;
    box-shadow: 0 15px 25px -5px rgba(0, 0, 0, 0.5);
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    width: 80%;
}.instructor-profile-03724 .img-shadow-91420::after {
    top: 0;
    width: 100%;
    content: "";
    border-radius: 17px 17px 0 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, 
                transparent 50%, 
                rgb(191,208,196,0.5) 100%);
    left: 0;
}.instructor-profile-03724 .learning-voices-28943:hover .img-shadow-91420 {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 95%);
}.instructor-profile-03724 .employee-details-60914 {
    z-index: 2;
    margin-top: -50px;
    background: #ffffff;
    transform: translateZ(0);
    position: relative;
    border-radius: 17px;
    padding: 70px 2rem 2rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    transition: transform 0.5s ease;
}.instructor-profile-03724 .employee-details-60914::before {
    animation: gradient-shift 8s infinite alternate;
    border-radius: 10px 10px 0 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, 
                rgb(191,208,196), 
                rgb(152,173,158), 
                rgb(191,208,196));
    height: 6px;
    left: 0;
    right: 0;
    top: 0;
    background-size: 200% 100%;
}.instructor-profile-03724 .employee-details-60914::after {
    opacity: 0.2;
    background: rgb(152,173,158,0.5);
    height: 60px;
    filter: blur(15px);
    width: 60px;
    position: absolute;
    bottom: 20px;
    border-radius: 20% 40% 50% 30%;
    content: "";
    right: 20px;
    animation: float-blob 10s infinite alternate;
}.instructor-profile-03724 .name {
    transform: translateY(0);
    opacity: 0.9;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: rgb(191,208,196);
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    font-size: 30px;
}.instructor-profile-03724 .employee-details-60914 > div:nth-child(2) {
    padding-bottom: 1rem;
    font-size: 17px;
    position: relative;
    transform: translateY(0);
    opacity: 0.8;
    font-weight: 600;
    color: rgb(152,173,158);
    margin-bottom: 1.5rem;
    transition: all 0.4s ease 0.1s;
}.instructor-profile-03724 .employee-details-60914 > div:nth-child(2)::after {
    left: 0;
    content: "";
    background: rgb(152,173,158,0.5);
    transition: width 0.4s ease;
    position: absolute;
    width: 40px;
    height: 3px;
    bottom: 0;
}.instructor-profile-03724 .learning-voices-28943:hover .employee-details-60914 > div:nth-child(2)::after {
    width: 100px;
}.instructor-profile-03724 .exp-summary-45789 {
    font-size: 18px;
    position: relative;
    opacity: 0.7;
    border-left: 3px solid rgb(152,173,158,0.5);
    color: #000000;
    padding: 1rem 0 0 1.5rem;
    transition: all 0.5s ease 0.2s;
    transform: translateY(10px);
    font-style: italic;
    line-height: 1.7;
}.instructor-profile-03724 .learning-voices-28943:hover .exp-summary-45789 {
    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) {.instructor-profile-03724 .img-shadow-91420 {
    height: 250px;
    width: 100%;
}}.pricing-offer-74215 {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.pricing-offer-74215::before {
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(145deg, rgba(21, 27, 45, 0.92), rgba(15, 18, 35, 0.97));
    top: 0;
    content: "";
}.pricing-offer-74215 .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
}.pricing-offer-74215 .basic-cost-08714 {
    position: relative;
}.pricing-offer-74215 h2 {
    font-size: 38px;
    font-weight: 700;
    position: relative;
    transform: translateY(20px);
    opacity: 0;
    color: #ffffff;
    text-align: center;
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
    margin-bottom: 20px;
}.pricing-offer-74215 .plan-table-17936 {
    text-align: center;
    transform: translateY(20px);
    font-size: 14px;
    margin: 0 auto 50px;
    overflow-wrap: break-word;
    max-width: 700px;
    animation: fadeSlideUp 0.8s 0.4s forwards ease-out;
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.6;
    word-break: break-word;
    opacity: 0;
}.pricing-offer-74215 .cert-plans-52816 {
    margin: 0;
    list-style: none;
    padding: 0;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}.pricing-offer-74215 .cert-plans-52816 li {
    transform-style: preserve-3d;
    transform: translateY(30px);
    perspective: 1000px;
    opacity: 0;
    animation: fadeSlideUp 0.8s calc(0.6s + var(--i, 0) * 0.15s) forwards ease-out;
}.pricing-offer-74215 .cert-plans-52816 li:nth-child(1) {
    --i: 0;
}.pricing-offer-74215 .cert-plans-52816 li:nth-child(2) {
    --i: 1;
}.pricing-offer-74215 .cert-plans-52816 li:nth-child(3) {
    --i: 2;
}.pricing-offer-74215 .cert-plans-52816 li:nth-child(4) {
    --i: 3;
}.pricing-offer-74215 .class-rates-35792 {
    display: block;
    transform-style: preserve-3d;
    height: 100%;
    will-change: transform;
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}.pricing-offer-74215 .class-rates-35792:hover {
    transform: translateY(-10px) rotateX(2deg) rotateY(-2deg);
}.pricing-offer-74215 .group-plans-94763 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 0 4px 10px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    padding: 30px;
    transition: all 0.4s ease;
    height: 100%;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
}.pricing-offer-74215 .class-rates-35792:hover .group-plans-94763 {
    border-color: rgba(rgb(191,208,196,0.5), 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25), 0 8px 15px rgba(0, 0, 0, 0.15), 0 0 15px rgba(rgb(191,208,196,0.5), 0.15);
}.pricing-offer-74215 .group-plans-94763::before {
    transition: opacity 0.8s ease;
    top: -50%;
    z-index: -1;
    transform: rotate(45deg);
    content: "";
    opacity: 0;
    height: 200%;
    width: 200%;
    left: -50%;
    position: absolute;
    background: radial-gradient(circle at center, transparent 60%, rgba(rgb(152,173,158,0.5), 0.1) 100%);
}.pricing-offer-74215 .class-rates-35792:hover .group-plans-94763::before {
    opacity: 1;
}.pricing-offer-74215 .access-cost-78926 {
    display: flex;
    height: 100%;
    position: relative;
    z-index: 1;
    flex-direction: column;
}.pricing-offer-74215 .access-cost-78926 h4 {
    margin-bottom: 15px;
    color: #ffffff;
    font-size: calc(24px * 1.1);
    position: relative;
    margin-top: 0;
    font-weight: 600;
}.pricing-offer-74215 .access-cost-78926 h4::after {
    transform: scaleX(0.7);
    transform-origin: left;
    margin-top: 10px;
    height: 3px;
    background: linear-gradient(90deg, rgb(191,208,196), rgba(rgb(191,208,196,0.5), 0.5));
    width: 50px;
    content: "";
    display: block;
    transition: transform 0.4s ease;
}.pricing-offer-74215 .class-rates-35792:hover .access-cost-78926 h4::after {
    transform: scaleX(1);
}.pricing-offer-74215 .access-cost-78926 p {
    word-break: break-word;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 0.75);
    scrollbar-width: thin;
    overflow-y: auto;
    scrollbar-color: rgba(rgb(191,208,196,0.5), 0.5) rgba(255, 255, 255, 0.05);
    margin-bottom: 25px;
    font-size: calc(14px * 0.95);
    flex-grow: 1;
    padding-right: 5px;
    line-height: 1.6;
    max-height: 250px;
}.pricing-offer-74215 .access-cost-78926 p::-webkit-scrollbar {
    width: 4px;
}.pricing-offer-74215 .access-cost-78926 p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}.pricing-offer-74215 .access-cost-78926 p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(rgb(191,208,196,0.5), 0.5);
}.pricing-offer-74215 .learn-price-05769 {
    background: linear-gradient(135deg, rgb(191,208,196), rgb(152,173,158));
    color: #ffffff;
    display: inline-block;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    font-size: calc(24px * 1.3);
    position: relative;
    align-self: flex-start;
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    padding: 5px 0;
}.pricing-offer-74215 .learn-price-05769::before {
    left: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(90deg, rgb(191,208,196), transparent);
    width: 100%;
    height: 1px;
    position: absolute;
}

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

@media (max-width: 1200px) {.pricing-offer-74215 {
    padding: 80px 0;
}.pricing-offer-74215 .cert-plans-52816 {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.pricing-offer-74215 h2 {
    font-size: calc(38px * 0.9);
}.pricing-offer-74215 .plan-table-17936 {
    font-size: calc(14px * 0.95);
    margin-bottom: 40px;
}.pricing-offer-74215 .group-plans-94763 {
    padding: 25px;
}.pricing-offer-74215 .access-cost-78926 h4 {
    font-size: calc(24px * 1);
}.pricing-offer-74215 .learn-price-05769 {
    font-size: calc(24px * 1.2);
}
}

@media (max-width: 768px) {.pricing-offer-74215 {
    padding: 60px 0;
}.pricing-offer-74215 .cert-plans-52816 {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.pricing-offer-74215 .access-cost-78926 p {
    font-size: calc(14px * 0.9);
    max-height: 150px;
}
}

@media (max-width: 480px) {.pricing-offer-74215 {
    padding: 50px 0;
}.pricing-offer-74215 h2 {
    font-size: calc(38px * 0.8);
}.pricing-offer-74215 .plan-table-17936 {
    margin-bottom: 30px;
    font-size: calc(14px * 0.9);
}.pricing-offer-74215 .group-plans-94763 {
    padding: 20px;
}.pricing-offer-74215 .access-cost-78926 h4 {
    margin-bottom: 10px;
    font-size: calc(24px * 0.95);
}.pricing-offer-74215 .learn-price-05769 {
    font-size: calc(24px * 1.1);
}}.cookie-notice-window-07389 {
    background: rgb(152,173,158);
    position: fixed;
    transition: all 0.3s ease-in-out;
    z-index: 90;
    border-top: 2px solid rgb(191,208,196);
    width: 100%;
    padding: 20px 0;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    bottom: 0;
}.cookie-view-78321 {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    align-items: center;
    margin: auto;
    padding: 20px 30px;
    justify-content: space-between;
}.cookie-notice-window-07389 h5 {
    font-size: 22px;
    margin-bottom: 6px;
    transition: color 0.3s ease-in-out;
    color: #ffffff;
    font-weight: 700;
}.cookie-notice-window-07389 p {
    font-size: 14px;
    max-width: 500px;
    color: #ffffff;
}.user-dialog-26815 {
    margin-right: 20px;
    flex-shrink: 0;
}.user-dialog-26815 svg, .user-dialog-26815 svg path {
    height: 80px;
    transition: transform 0.3s ease-in-out;
    width: 80px;
    fill: rgb(191,208,196);
}.user-dialog-26815:hover svg {
    transform: rotate(10deg);
}.cookie-visitor-27831 {
    cursor: pointer;
    margin-left: 20px;
    font-size: 18px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    border-radius: 30px;
    background: rgb(191,208,196);
    line-height: 35px;
    text-decoration: none;
    color: #ffffff;
    box-shadow: rgb(191,208,196,0.5) 0px 4px 10px 0px;
    padding: 10px 20px;
}.cookie_button.cookie-all-42703 {
    background: rgb(191,208,196);
}.cookie_button.cookie-controls-02584 {
    background: rgb(152,173,158);
}.cookie-visitor-27831:hover {
    box-shadow: rgb(191,208,196,0.5) 0px 6px 15px 0px;
    transform: scale(1.05);
}.cookie-notice-window-07389 p a {
    color: rgb(191,208,196);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease-in-out;
}.cookie-notice-window-07389 p a:hover {
    color: rgb(152,173,158);
}.wrapper-padding-80325 .cookie-notice-window-07389 {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    background: rgb(152,173,158);
    padding: 40px 0;
    border: none;
}.wrapper-padding-80325 .cookie-visitor-27831 {
    font-size: 18px;
    background: rgb(191,208,196);
    margin-left: 30px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    font-weight: 400;
    padding: 10px;
    color: #ffffff;
    border-radius: 10px;
    border: none;
}.wrapper-padding-80325 .tracking-policy-03127 h5, .wrapper-padding-80325 .tracking-policy-03127 p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.cookie-notice-window-07389 {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.user-dialog-26815 {
    display: none;
}.cookie-view-78321 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookie-notice-window-07389 h5 {
    text-align: center;
}.cookie-notice-window-07389 p {
    text-align: center;
}.tracking-policy-03127 {
    text-align: center;
    margin-bottom: 20px;
}.cookie-visitor-27831 {
    max-width: 300px;
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
}}
#cookie-box-notice-04613 {
    display: none;
}#cookie-box-notice-04613:checked ~ .cookie-notice-window-07389 {
    opacity: 0;
    visibility: hidden;
}footer {
    z-index: 1;
    position: relative;
}footer::before {
    content: "";
    right: 0;
    top: 0;
    z-index: -2;
    position: absolute;
    background: linear-gradient(120deg, rgb(191,208,196) 0%, rgb(152,173,158) 100%);
    bottom: 0;
    left: 0;
    opacity: 0.85;
}footer::after {
    background-image: 
        linear-gradient(to right, rgba(255,255,255,0.07) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.07) 1px, transparent 1px);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-size: 20px 20px;
    position: absolute;
    content: "";
}.footer-caption-25197 {
    padding: 4rem 0 2.5rem;
    position: relative;
    color: #ffffff;
}.footer-caption-25197::before {
    height: 10px;
    clip-path: polygon(
        0% 0%, 4% 100%, 8% 0%, 12% 100%, 16% 0%, 20% 100%, 
        24% 0%, 28% 100%, 32% 0%, 36% 100%, 40% 0%, 44% 100%, 
        48% 0%, 52% 100%, 56% 0%, 60% 100%, 64% 0%, 68% 100%, 
        72% 0%, 76% 100%, 80% 0%, 84% 100%, 88% 0%, 92% 100%, 
        96% 0%, 100% 100%
    );
    content: "";
    top: 0;
    background: #ffffff;
    opacity: 0.2;
    width: 100%;
    position: absolute;
    left: 0;
}.footer-caption-25197 .container {
    flex-wrap: wrap;
    gap: 3rem;
    position: relative;
    justify-content: space-between;
    display: flex;
}.footer-caption-25197 .company_holder {
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    padding: 2.5rem;
    flex: 1 1 400px;
    clip-path: polygon(
        0% 0%, 100% 0%, 95% 100%, 5% 100%
    );
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.footer-caption-25197 .company_holder h3 {
    margin: 0 0 1.5rem;
    color: #ffffff;
    font-weight: 700;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    font-size: 37px;
    background: rgba(255, 255, 255, 0.15);
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0.5rem 2rem;
}.footer-caption-25197 .rating-stars-62874 {
    margin: 0 1rem;
    background: rgba(0, 0, 0, 0.15);
    padding: 1.5rem;
    color: #ffffff;
    font-size: 12px;
    clip-path: polygon(3% 0%, 97% 0%, 100% 100%, 0% 100%);
    line-height: 1.6;
}.footer-caption-25197 .donate-books-47908 {
    min-width: 400px;
    display: flex;
    gap: 2rem;
    flex-direction: column;
    flex: 1 1 calc(100% - 480px);
}.footer-caption-25197 .first-expert-23689 {
    gap: 2.5rem;
    flex-wrap: wrap;
    display: flex;
}.footer-caption-25197 .top-start-05148 {
    min-width: 200px;
    position: relative;
    flex: 1 1 calc(50% - 1.25rem);
}.footer-caption-25197 .top-start-05148 h5 {
    font-weight: 600;
    margin: 0 0 1.5rem;
    font-size: 24px;
    clip-path: polygon(0% 0%, 95% 0%, 100% 100%, 5% 100%);
    color: #ffffff;
    padding: 0.5rem 1.5rem;
    background: rgba(255, 255, 255, 0.15);
    position: relative;
    display: inline-block;
}.footer-caption-25197 .top-start-05148 .first-expert-23689 {
    background: rgba(0, 0, 0, 0.15);
    padding: 1.5rem;
    display: flex;
    clip-path: polygon(2% 0%, 98% 0%, 100% 95%, 0% 100%);
    flex-direction: column;
    gap: 0.8rem;
}.footer-caption-25197 .top-start-05148 .first-expert-23689 a {
    transition: all 0.3s ease;
    display: block;
    clip-path: polygon(0% 0%, 97% 0%, 100% 100%, 3% 100%);
    font-size: 12px;
    text-decoration: none;
    padding: 0.6rem 1rem;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
}.footer-caption-25197 .top-start-05148 .first-expert-23689 a:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.15);
}.footer-caption-25197 .top-start-05148 .first-expert-23689 a::before {
    opacity: 0;
    transition: all 0.3s ease;
    background: #ffffff;
    content: "";
    left: 0;
    position: absolute;
    height: 100%;
    width: 3px;
    top: 0;
}.footer-caption-25197 .top-start-05148 .first-expert-23689 a:hover::before {
    opacity: 0.7;
}.biz-learnings-16238 {
    padding: 2rem 0;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    clip-path: polygon(0% 20%, 2% 0%, 98% 0%, 100% 20%, 100% 100%, 0% 100%);
    margin-top: 3rem;
}.biz-learnings-16238 .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.biz-learnings-16238 .whatsapp-grp-76401 {
    position: relative;
    font-size: 15px;
    padding: 0.7rem 2rem;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    text-align: center;
    clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
}

@keyframes hexagonPulse {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media (max-width: 1200px) {.footer-caption-25197 .container {
    gap: 2rem;
}.footer-caption-25197 .company_holder {
    flex: 1 1 380px;
}.footer-caption-25197 .donate-books-47908 {
    flex: 1 1 calc(100% - 430px);
    min-width: 380px;
}
}

@media (max-width: 992px) {.footer-caption-25197 {
    padding: 3.5rem 0 2rem;
}.footer-caption-25197 .container {
    flex-direction: column;
    gap: 2.5rem;
}.footer-caption-25197 .company_holder,
    .footer-caption-25197 .donate-books-47908 {
    flex: 1 1 100%;
    min-width: 100%;
}.footer-caption-25197 .top-start-05148 {
    min-width: 200px;
    flex: 1 1 calc(50% - 1.25rem);
}
}

@media (max-width: 768px) {.footer-caption-25197 {
    padding: 3rem 0 1.5rem;
}.footer-caption-25197 .company_holder {
    padding: 2rem;
}.footer-caption-25197 .company_holder h3 {
    font-size: calc(37px - 2px);
}.footer-caption-25197 .first-expert-23689 {
    gap: 1.5rem;
}.biz-learnings-16238 {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.footer-caption-25197 {
    padding: 2.5rem 0 1rem;
}.footer-caption-25197 .top-start-05148 {
    min-width: 100%;
    flex: 1 1 100%;
}.footer-caption-25197 .first-expert-23689 {
    gap: 1rem;
}.biz-learnings-16238 {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
    clip-path: polygon(0% 10%, 2% 0%, 98% 0%, 100% 10%, 100% 100%, 0% 100%);
}.footer-caption-25197::before {
    height: 5px;
}
}

@media (max-width: 420px) {.footer-caption-25197 .company_holder {
    clip-path: polygon(0% 0%, 100% 0%, 97% 100%, 3% 100%);
    padding: 1.5rem;
}.footer-caption-25197 .company_holder h3 {
    padding: 0.4rem 1rem;
}.footer-caption-25197 .top-start-05148 h5 {
    padding: 0.4rem 1rem;
}.footer-caption-25197 .top-start-05148 .first-expert-23689 {
    padding: 1rem;
}.footer-caption-25197 .top-start-05148 .first-expert-23689 a:hover {
    transform: translateX(3px);
}.biz-learnings-16238 .whatsapp-grp-76401 {
    width: 90%;
    padding: 0.6rem 1.5rem;
}}.program-assets-87912 {
    background: linear-gradient(45deg, rgb(225,233,228), #ffffff);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.program-assets-87912::before {
    background: rgb(191,208,196,0.5);
    left: -25%;
    top: -100px;
    transform: rotate(-5deg);
    content: '';
    position: absolute;
    width: 150%;
    z-index: 1;
    height: 200px;
}.program-assets-87912::after {
    right: -25%;
    height: 200px;
    position: absolute;
    z-index: 1;
    transform: rotate(-5deg);
    content: '';
    background: rgb(152,173,158,0.5);
    width: 150%;
    bottom: -100px;
}.program-assets-87912 .class-experts-86057 {
    max-width: 1400px;
    display: flex;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    flex-wrap: wrap;
}.program-assets-87912 .img-shadow-91420 {
    margin-left: -5%;
    transition: all 0.5s ease;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.15);
    position: relative;
    width: 45%;
    height: 600px;
    margin-top: -50px;
    z-index: 3;
    border-radius: 0 15px 15px 0;
}.program-assets-87912 .img-shadow-91420:hover {
    box-shadow: 20px 30px 60px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px);
}.program-assets-87912 .img-shadow-91420::after {
    top: 20px;
    border-left: none;
    right: -20px;
    width: 60%;
    opacity: 0.5;
    position: absolute;
    height: 90%;
    z-index: -1;
    border: 5px solid rgb(191,208,196);
    content: '';
}.program-assets-87912 .insight-box-18792 {
    padding-top: 20px;
    padding-left: 8%;
    width: 60%;
}.program-assets-87912 h2 {
    position: relative;
    font-weight: 700;
    font-size: 36px;
    color: #000000;
    margin-bottom: 50px;
    width: fit-content;
}.program-assets-87912 h2::before {
    z-index: -1;
    content: '';
    bottom: -10px;
    position: absolute;
    background: rgb(191,208,196,0.5);
    height: 30px;
    left: -10%;
    width: 120%;
}.program-assets-87912 .text_main_holder {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    padding-right: 5%;
    gap: 30px;
}.program-assets-87912 .text_main_holder > div {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    transition: all 0.3s ease;
    display: flex;
    padding: 25px;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    overflow: hidden;
}.program-assets-87912 .text_main_holder > div::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgb(191,208,196);
    transition: height 0.3s ease-out;
    width: 5px;
    height: 0;
}.program-assets-87912 .text_main_holder > div:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}.program-assets-87912 .text_main_holder > div:hover::before {
    height: 100%;
}.program-assets-87912 .text_main_holder > div:nth-child(even) {
    transform: translateY(20px);
}.program-assets-87912 .text_main_holder > div:nth-child(even):hover {
    transform: translateY(10px);
}.program-assets-87912 .text_main_holder svg {
    height: 45px;
    width: 45px;
    transition: transform 0.3s ease;
}.program-assets-87912 .text_main_holder > div:hover svg {
    transform: scale(1.1);
}.program-assets-87912 .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: rgb(152,173,158);
}.program-assets-87912 .text_main_holder > div:hover svg path {
    fill: rgb(191,208,196);
}.program-assets-87912 .text_main_holder p {
    line-height: 1.6;
    color: #000000;
    font-size: 18px;
    z-index: 1;
    margin: 0;
    position: relative;
}

@media (max-width: 1200px) {.program-assets-87912 .img-shadow-91420 {
    width: 40%;
    margin-left: 0;
}.program-assets-87912 .insight-box-18792 {
    padding-left: 5%;
    width: 60%;
}
}

@media (max-width: 992px) {.program-assets-87912 .class-experts-86057 {
    padding: 0 20px;
    flex-direction: column;
}.program-assets-87912 .img-shadow-91420 {
    border-radius: 15px;
    margin-top: 0;
    height: 400px;
    width: 100%;
    margin-bottom: 40px;
}.program-assets-87912 .insight-box-18792 {
    padding-left: 0;
    width: 100%;
}.program-assets-87912 .text_main_holder {
    padding-right: 0;
    grid-template-columns: 1fr;
}.program-assets-87912 .text_main_holder > div:nth-child(even) {
    transform: translateY(0);
}.program-assets-87912 .text_main_holder > div:nth-child(even):hover {
    transform: translateY(-10px);
}
}

@media (max-width: 576px) {.program-assets-87912 {
    padding: 80px 0;
}.program-assets-87912 .img-shadow-91420 {
    height: 300px;
}.program-assets-87912 h2 {
    font-size: calc(36px * 0.9);
    margin-bottom: 40px;
}.program-assets-87912 .text_main_holder > div {
    padding: 20px;
}.program-assets-87912 .text_main_holder svg {
    width: 35px;
    height: 35px;
}}.title-page-15704 {
    background: linear-gradient(135deg, rgb(152,173,158,0.5) 0%, rgb(191,208,196) 100%);
    min-height: 100vh;
    padding: 2rem;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: center;
}.title-page-15704::before {
    background: 
    radial-gradient(circle at 20% 30%, rgb(191,208,196,0.5) 0%, transparent 60%),
    radial-gradient(circle at 80% 70%, rgb(152,173,158,0.5) 0%, transparent 40%);
    animation: backgroundPulse 12s ease-in-out infinite alternate;
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
}.title-page-15704::after {
    background: linear-gradient(45deg, rgb(152,173,158) 0%, rgb(191,208,196,0.5) 100%);
    right: -10%;
    top: -10%;
    animation: floatGlow 15s ease-in-out infinite alternate;
    content: "";
    opacity: 0.5;
    width: 70%;
    filter: blur(120px);
    height: 70%;
    transform: rotate(-15deg);
    z-index: 0;
    position: absolute;
}.title-page-15704 .learn-top-10639 {
    position: relative;
    z-index: 2;
    transform: translateY(0);
    animation: fadeInUp 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    gap: 3rem;
    grid-template-columns: 1fr;
    display: grid;
    width: 100%;
    max-width: 1200px;
}

@media (min-width: 768px) {.title-page-15704 .learn-top-10639 {
    align-items: center;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 2rem;
}}

.title-page-15704 h3 {
    font-size: calc(22px * 1.1);
    font-weight: 600;
    line-height: 1.5;
    opacity: 0;
    position: relative;
    padding: 2rem;
    transform: translateX(-20px);
    background: linear-gradient(to right, rgb(191,208,196,0.5) 0%, rgba(255,255,255,0.1) 100%);
    animation: slideInLeft 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    margin-bottom: 1.5rem;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    color: #ffffff;
}.title-page-15704 h3::before {
    transform: scaleY(0);
    background: rgb(152,173,158);
    top: 0;
    animation: scaleVertical 0.6s ease-out 0.9s forwards;
    transform-origin: top;
    content: "";
    height: 100%;
    left: 0;
    width: 4px;
    position: absolute;
}.title-page-15704 h1 {
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.5s forwards;
    color: #ffffff;
    line-height: 1.2;
    opacity: 0;
    margin-bottom: 1.5rem;
    font-weight: 700;
    transform: translateY(20px);
    position: relative;
    font-size: 48px;
}.title-page-15704 h1::after {
    background: rgb(152,173,158);
    bottom: -10px;
    content: "";
    transform: scaleX(0);
    left: 0;
    animation: scaleHorizontal 0.6s ease-out 1.1s forwards;
    height: 4px;
    width: 80px;
    position: absolute;
    transform-origin: left;
}.title-page-15704 .virtual-study-90238 {
    overflow: hidden;
    opacity: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgb(191,208,196,0.5) 100%);
    transform: translateY(20px);
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    padding: 2rem;
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.7s forwards;
    position: relative;
}.title-page-15704 .virtual-study-90238::before {
    opacity: 0;
    height: 200%;
    left: -50%;
    animation: pulseGlow 6s ease-in-out infinite;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%);
    position: absolute;
    width: 200%;
    top: -50%;
    content: "";
}.title-page-15704 .virtual-study-90238 > div {
    transform: translateY(10px);
    padding: 2rem;
    overflow: hidden;
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.9s forwards;
    opacity: 0;
    position: relative;
    margin-top: 1.5rem;
}.title-page-15704 .virtual-study-90238 > div::before {
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    content: "";
    position: absolute;
    opacity: 0.7;
    height: 100%;
}.title-page-15704 p {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1.1s forwards;
    margin: 0;
    font-size: calc(18px * 1.2);
    font-weight: 400;
    color: #ffffff;
    transform: translateY(10px);
    position: relative;
    opacity: 0;
    line-height: 1.6;
}

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

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

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

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

@keyframes pulseGlow {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  50% {
    opacity: 0.3;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}

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

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

@media (max-width: 767px) {.title-page-15704 {
    padding: 1.5rem;
}.title-page-15704 h3 {
    padding: 1.5rem;
    font-size: calc(22px * 1.2);
}.title-page-15704 h1 {
    font-size: calc(34px * 1.1);
}.title-page-15704 .virtual-study-90238 {
    padding: 1.5rem;
}.title-page-15704 .virtual-study-90238 > div {
    padding: 1.5rem;
}.title-page-15704 p {
    font-size: 18px;
}
}

@media (min-width: 1200px) {.title-page-15704 .learn-top-10639 {
    gap: 4rem;
}.title-page-15704 h3 {
    font-size: calc(22px * 1.2);
    padding: 2.5rem;
}.title-page-15704 h1 {
    font-size: calc(48px * 1.1);
}.title-page-15704 .virtual-study-90238 {
    padding: 2.5rem;
}.title-page-15704 .virtual-study-90238 > div {
    padding: 2.5rem;
}.title-page-15704 p {
    font-size: calc(18px * 1.3);
}}.study-method-34012 {
    perspective: 1000px;
    background: linear-gradient(125deg, rgb(225,233,228), rgb(152,173,158,0.5) 70%);
    position: relative;
    padding: 8rem 0;
    overflow: hidden;
}.study-method-34012::before {
    background: 
        radial-gradient(circle at 20% 30%, rgb(191,208,196,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(152,173,158,0.5) 0%, transparent 40%);
    animation: rotateBg 25s linear infinite;
    width: 150%;
    opacity: 0.5;
    left: -25%;
    position: absolute;
    z-index: 1;
    height: 150%;
    top: -25%;
    content: "";
    transform: rotate(-15deg);
}.study-method-34012::after {
    position: absolute;
    z-index: 2;
    top: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgba(255, 255, 255, 0.03) 10px,
            rgba(255, 255, 255, 0.03) 20px
        );
    content: "";
    right: 0;
    left: 0;
    bottom: 0;
    animation: hologlow 8s ease-in-out infinite alternate;
}.study-method-34012 .class-experts-86057 {
    flex-direction: column;
    transform-style: preserve-3d;
    z-index: 3;
    position: relative;
    margin: 0 auto;
    gap: 4rem;
    display: flex;
    max-width: 1000px;
}.study-method-34012 h3 {
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    transform: translateZ(50px);
    font-size: 33px;
    letter-spacing: 2px;
    animation: floatTitle 6s ease-in-out infinite;
    text-align: center;
    margin-bottom: 0;
    text-shadow: 0 0 15px rgb(191,208,196,0.5);
    position: relative;
}.study-method-34012 h3::before,
.study-method-34012 h3::after {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(191,208,196), transparent);
    height: 2px;
}.study-method-34012 h3::before {
    transform: translateX(-50%);
    left: 50%;
    width: 200px;
    animation: expandLine 3s ease-in-out infinite alternate;
    bottom: -15px;
}.study-method-34012 h3::after {
    transform: translateX(-50%);
    animation: expandLine 3s ease-in-out 0.5s infinite alternate-reverse;
    opacity: 0.7;
    left: 50%;
    bottom: -25px;
    width: 100px;
}.study-method-34012 span {
    backdrop-filter: blur(10px);
    font-size: 17px;
    transform: translateZ(30px) translateY(-20px);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.8);
    color: #000000;
    border-radius: 10px;
    transform-style: preserve-3d;
    line-height: 1.8;
    animation: floatContent 8s ease-in-out 1s infinite alternate;
    transition: transform 0.5s ease;
    padding: 2.5rem;
    position: relative;
}.study-method-34012 span::before {
    z-index: -1;
    right: 0;
    border-radius: inherit;
    bottom: 0;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.4) 0%, 
        rgba(255, 255, 255, 0) 50%,
        rgba(255, 255, 255, 0.1) 100%
    );
    opacity: 0.8;
    position: absolute;
    top: 0;
    animation: rainbowShift 8s linear infinite;
    content: "";
    left: 0;
}.study-method-34012 span::after {
    transform: translateZ(-10px);
    opacity: 0.3;
    position: absolute;
    background: linear-gradient(
        45deg,
        rgb(191,208,196,0.5),
        rgb(152,173,158,0.5),
        rgb(191,208,196,0.5)
    );
    content: "";
    filter: blur(10px);
    border-radius: 15px;
    bottom: -5px;
    z-index: -2;
    right: -5px;
    top: -5px;
    left: -5px;
    animation: glowPulse 4s ease-in-out infinite alternate;
}

@keyframes rotateBg {
    0% {
        transform: rotate(-15deg);
    }
    100% {
        transform: rotate(15deg);
    }
}

@keyframes hologlow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.6;
    }
}

@keyframes floatTitle {
    0%, 100% {
        transform: translateZ(50px) translateY(0);
    }
    50% {
        transform: translateZ(50px) translateY(-15px);
    }
}

@keyframes floatContent {
    0%, 100% {
        transform: translateZ(30px) translateY(-20px) rotateX(2deg);
    }
    50% {
        transform: translateZ(30px) translateY(-10px) rotateX(-2deg);
    }
}

@keyframes expandLine {
    0% {
        width: 50px;
        opacity: 0.5;
    }
    100% {
        width: 200px;
        opacity: 1;
    }
}

@keyframes rainbowShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes glowPulse {
    0%, 100% {
        opacity: 0.3;
        filter: blur(10px);
    }
    50% {
        opacity: 0.6;
        filter: blur(15px);
    }
}

@media (max-width: 992px) {.study-method-34012 {
    padding: 6rem 0;
}.study-method-34012 h3 {
    transform: translateZ(30px);
    font-size: calc(33px * 0.9);
}.study-method-34012 span {
    padding: 2rem;
    transform: translateZ(20px) translateY(-15px);
}.study-method-34012 .class-experts-86057 {
    gap: 3rem;
    margin: 0 2rem;
}
}

@media (max-width: 768px) {.study-method-34012 {
    perspective: 500px;
    padding: 4rem 0;
}.study-method-34012 h3 {
    font-size: calc(33px * 0.8);
    letter-spacing: 1px;
    transform: translateZ(20px);
}.study-method-34012 span {
    font-size: calc(17px * 0.95);
    transform: translateZ(10px) translateY(-10px);
    padding: 1.5rem;
}.study-method-34012 .class-experts-86057 {
    gap: 2rem;
    margin: 0 1rem;
}}.program-overview-38427 {
    background: linear-gradient(135deg, rgb(225,233,228) 0%, rgb(191,208,196,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.program-overview-38427::before {
    content: "";
    background: 
    radial-gradient(circle at 20% 20%, rgb(152,173,158,0.5) 0%, transparent 30%),
    radial-gradient(circle at 80% 80%, rgb(191,208,196,0.5) 0%, transparent 30%);
    position: absolute;
    height: 100%;
    z-index: 1;
    top: 0;
    width: 100%;
    left: 0;
}.program-overview-38427::after {
    top: 0;
    left: 0;
    position: absolute;
    background-size: 40px 40px;
    width: 100%;
    z-index: 1;
    background-position: -1px -1px;
    background-image: 
    linear-gradient(90deg, rgb(191,208,196,0.5) 1px, transparent 1px),
    linear-gradient(0deg, rgb(191,208,196,0.5) 1px, transparent 1px);
    opacity: 0.1;
    content: "";
    height: 100%;
}.program-overview-38427 .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 30px;
}.program-overview-38427 .class-experts-86057 {
    display: grid;
    position: relative;
    grid-template-columns: 1fr 1.2fr;
}.program-overview-38427 .training-plan-38625 {
    display: flex;
    z-index: 3;
    padding: 0 50px 0 0;
    flex-direction: column;
    position: relative;
    align-items: flex-start;
    justify-content: center;
}.program-overview-38427 .top-header-74083 {
    margin-bottom: 30px;
    perspective: 500px;
    transform-style: preserve-3d;
    position: relative;
}.program-overview-38427 .top-header-74083::before {
    width: calc(100% + 30px);
    top: -15px;
    transform: translateZ(-10px);
    background-color: #ffffff;
    border-radius: 10px;
    height: calc(100% + 30px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    z-index: -1;
    left: -15px;
    position: absolute;
    content: "";
}.program-overview-38427 .top-header-74083::after {
    left: -5px;
    width: calc(100% + 10px);
    top: -5px;
    transform: translateZ(-5px);
    content: "";
    border: 1px solid rgb(191,208,196,0.5);
    height: calc(100% + 10px);
    border-radius: calc(10px - 2px);
    position: absolute;
    z-index: -1;
}.program-overview-38427 .top-header-74083 svg {
    transition: all 0.3s ease;
    max-width: 140px;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
}.program-overview-38427 .top-header-74083 svg path {
    transition: fill 0.3s ease;
    fill: rgb(191,208,196);
}.program-overview-38427 .top-header-74083:hover svg {
    transform: scale(1.05);
}.program-overview-38427 .top-header-74083:hover svg path {
    fill: rgb(152,173,158);
}.program-overview-38427 h3 {
    margin-bottom: 30px;
    padding-left: 20px;
    font-size: 37px;
    color: #000000;
    position: relative;
    border-left: 3px solid rgb(191,208,196);
    font-weight: 700;
    line-height: 1.3;
}.program-overview-38427 h3::after {
    height: 3px;
    content: "";
    position: absolute;
    background-color: rgb(152,173,158);
    bottom: -5px;
    width: 30px;
    left: -3px;
}.program-overview-38427 p {
    font-size: 14px;
    padding-left: 20px;
    line-height: 1.8;
    margin-bottom: 0;
    font-weight: 400;
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
}.program-overview-38427 .img-shadow-91420 {
    transition: all 0.5s ease;
    overflow: hidden;
    border-radius: 50% 0 0 50%;
    box-shadow: -20px 0 40px rgba(0, 0, 0, 0.15);
    height: 550px;
    position: relative;
}.program-overview-38427 .img-shadow-91420::before {
    position: absolute;
    border-left: 10px solid rgb(191,208,196,0.5);
    z-index: 2;
    border: 10px solid transparent;
    inset: 0;
    content: "";
    border-radius: 50% 0 0 50%;
}.program-overview-38427 .img-shadow-91420::after {
    position: absolute;
    z-index: 2;
    inset: 15px;
    content: "";
    border-radius: 50% 0 0 50%;
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 1600px) {.program-overview-38427 .class-experts-86057 {
    grid-template-columns: 1fr 1.5fr;
}.program-overview-38427 .img-shadow-91420 {
    border-radius: 45% 0 0 45%;
}
}

@media screen and (max-width: 1200px) {.program-overview-38427 {
    padding: 80px 0;
}.program-overview-38427 .training-plan-38625 {
    padding: 0 30px 0 0;
}
}

@media screen and (max-width: 991px) {.program-overview-38427 .class-experts-86057 {
    gap: 60px;
    grid-template-columns: 1fr;
}.program-overview-38427 .training-plan-38625 {
    padding: 0;
    order: 2;
}.program-overview-38427 .img-shadow-91420 {
    border-radius: 0 0 30% 30%;
    order: 1;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    min-height: 350px;
}.program-overview-38427 .img-shadow-91420::before {
    border-bottom: 10px solid rgb(191,208,196,0.5);
    border: 10px solid transparent;
    border-radius: 0 0 30% 30%;
}.program-overview-38427 .img-shadow-91420::after {
    border-radius: 0 0 30% 30%;
}.program-overview-38427 .class-experts-86057::before,
  .program-overview-38427 .class-experts-86057::after {
    top: calc(350px - 30px);
    left: 50%;
    transform: translateX(-50%);
}.program-overview-38427 .class-experts-86057::after {
    top: calc(350px - 15px);
    left: 50%;
    transform: translateX(-50%);
}
  
  @keyframes pulse {
    0%, 100% {
      transform: translateX(-50%) scale(1);
      opacity: 1;
    }
    50% {
      transform: translateX(-50%) scale(1.2);
      opacity: 0.8;
    }
  }
}

@media screen and (max-width: 768px) {.program-overview-38427 {
    padding: 60px 0;
}.program-overview-38427 .class-experts-86057 {
    gap: 50px;
}.program-overview-38427 .img-shadow-91420 {
    min-height: 300px;
}.program-overview-38427 .class-experts-86057::before {
    height: 50px;
    width: 50px;
    top: calc(300px - 30px);
}.program-overview-38427 .class-experts-86057::after {
    width: 25px;
    top: calc(300px - 15px);
    height: 25px;
}.program-overview-38427 h3 {
    font-size: calc(37px - 4px);
    padding-left: 15px;
}.program-overview-38427 p {
    padding-left: 15px;
}.program-overview-38427 .top-header-74083 {
    margin-bottom: 25px;
}.program-overview-38427 .top-header-74083 svg {
    max-width: 120px;
}
}

@media screen and (max-width: 576px) {.program-overview-38427 {
    padding: 50px 0;
}.program-overview-38427 .img-shadow-91420 {
    min-height: 250px;
    border-radius: 0 0 25% 25%;
}.program-overview-38427 .img-shadow-91420::before {
    border-radius: 0 0 25% 25%;
}.program-overview-38427 .img-shadow-91420::after {
    border-radius: 0 0 25% 25%;
}.program-overview-38427 .class-experts-86057::before {
    height: 40px;
    width: 40px;
    top: calc(250px - 25px);
}.program-overview-38427 .class-experts-86057::after {
    width: 20px;
    height: 20px;
    top: calc(250px - 12px);
}.program-overview-38427 h3 {
    font-size: calc(37px - 6px);
    margin-bottom: 20px;
}.program-overview-38427 p {
    font-size: calc(14px - 1px);
}.program-overview-38427 .top-header-74083 {
    margin-bottom: 20px;
}.program-overview-38427 .top-header-74083::before {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    left: -10px;
    top: -10px;
}}.connect-with-us-74518 {
    position: relative;
    background: rgb(225,233,228);
    padding: 100px 0;
    overflow: hidden;
}.connect-with-us-74518::before {
    z-index: 1;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(191,208,196,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(152,173,158,0.5) 0%, transparent 30%);
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background: rgb(225,233,228);
}.connect-with-us-74518::after {
    left: 0;
    animation: backgroundMove 30s infinite linear;
    background-image: 
        repeating-linear-gradient(45deg, rgb(191,208,196,0.5) 0, rgb(191,208,196,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(-45deg, rgb(152,173,158,0.5) 0, rgb(152,173,158,0.5) 1px, transparent 1px, transparent 20px),
        linear-gradient(90deg, rgb(191,208,196,0.5), transparent 70%),
        linear-gradient(180deg, rgb(152,173,158,0.5), transparent 70%);
    width: 100%;
    top: 0;
    z-index: 1;
    background-size: 30px 30px, 30px 30px, 100% 100%, 100% 100%;
    opacity: 0.2;
    content: "";
    position: absolute;
    background-position: 0 0, 0 0, 0 0, 0 0;
    height: 100%;
}@keyframes backgroundMove {
    0% {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 60px 60px, 60px 60px, 0 0, 0 0;
    }
}

.connect-with-us-74518 .container {
    padding: 0 30px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.connect-with-us-74518 h2 {
    position: relative;
    font-weight: 700;
    color: #000000;
    font-size: 40px;
    letter-spacing: 2px;
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
}.connect-with-us-74518 h2::before {
    height: 2px;
    content: "";
    background: rgb(191,208,196);
    width: 100px;
    position: absolute;
    box-shadow: 
        0 0 5px rgb(191,208,196),
        0 0 10px rgb(191,208,196),
        0 0 15px rgb(191,208,196);
    left: calc(50% - 50px);
    bottom: -15px;
}.connect-with-us-74518 .support-list-49816 {
    display: flex;
    border-radius: 12px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(191,208,196,0.5);
    position: relative;
    overflow: hidden;
}.connect-with-us-74518 .support-list-49816::before {
    position: absolute;
    opacity: 0.2;
    z-index: 3;
    inset: 0;
    pointer-events: none;
    content: "";
    border-radius: 12px;
    border: 1px solid rgb(191,208,196);
}.connect-with-us-74518 .img-shadow-91420 {
    min-height: 550px;
    overflow: hidden;
    flex: 0 0 45%;
    position: relative;
}.connect-with-us-74518 .img-shadow-91420::before {
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    content: "";
    z-index: 1;
}.connect-with-us-74518 .img-shadow-91420::after {
    z-index: 2;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(191,208,196,0.5) 100%);
    position: absolute;
    opacity: 0.7;
    content: "";
    inset: 0;
}.connect-with-us-74518 .inquiry-widget-61307 {
    flex: 0 0 55%;
    padding: 60px;
    background: #ffffff;
    position: relative;
}.connect-with-us-74518 .inquiry-widget-61307::before {
    content: "";
    filter: blur(100px);
    opacity: 0.3;
    z-index: 0;
    height: 200px;
    position: absolute;
    right: -100px;
    top: -100px;
    background: rgb(191,208,196,0.5);
    width: 200px;
}.connect-with-us-74518 .inquiry-widget-61307::after {
    bottom: -75px;
    position: absolute;
    background: rgb(152,173,158,0.5);
    content: "";
    z-index: 0;
    opacity: 0.3;
    filter: blur(80px);
    width: 150px;
    left: -75px;
    height: 150px;
}.connect-with-us-74518 form {
    z-index: 2;
    position: relative;
}.connect-with-us-74518 form h3 {
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    color: #000000;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
}.connect-with-us-74518 form h3::after {
    content: "";
    box-shadow: 
        0 0 5px rgb(191,208,196,0.5),
        0 0 10px rgb(191,208,196,0.5);
    height: 2px;
    width: 40px;
    bottom: -15px;
    background: rgb(191,208,196);
    position: absolute;
    left: 0;
}.connect-with-us-74518 form input[type="text"] {
    margin-bottom: 25px;
    transition: all 0.3s ease;
    width: 100%;
    border-radius: 8px;
    border: 1px solid rgb(191,208,196,0.5);
    padding: 18px 25px;
    color: #000000;
    font-size: 18px;
    background: rgb(225,233,228);
}.connect-with-us-74518 form input[type="text"]:focus {
    outline: none;
    border-color: rgb(191,208,196);
    box-shadow: 
        0 0 0 1px rgb(191,208,196),
        0 0 5px rgb(191,208,196,0.5);
}.connect-with-us-74518 form input[type="text"]::placeholder {
    opacity: 0.7;
    color: #000000;
}.connect-with-us-74518 .help-info-12049 {
    margin-bottom: 35px;
    position: relative;
}.connect-with-us-74518 .help-info-12049 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.connect-with-us-74518 .help-info-12049 label {
    color: #000000;
    font-size: 12px;
    position: relative;
    cursor: pointer;
    line-height: 1.5;
    padding-left: 35px;
}.connect-with-us-74518 .help-info-12049 label::before {
    width: 22px;
    content: "";
    border: 1px solid rgb(191,208,196,0.5);
    transition: all 0.3s ease;
    left: 0;
    background: rgb(225,233,228);
    height: 22px;
    top: 0;
    position: absolute;
    border-radius: 4px;
}.connect-with-us-74518 .help-info-12049 input[type="checkbox"]:checked + label::before {
    border-color: rgb(191,208,196);
    background: rgb(191,208,196);
    box-shadow: 0 0 5px rgb(191,208,196,0.5);
}.connect-with-us-74518 .help-info-12049 input[type="checkbox"]:checked + label::after {
    height: 12px;
    content: "";
    position: absolute;
    border: solid #ffffff;
    transform: rotate(45deg);
    width: 6px;
    top: 4px;
    left: 8px;
    border-width: 0 2px 2px 0;
}.connect-with-us-74518 .help-info-12049 label a {
    font-weight: 600;
    text-decoration: none;
    color: rgb(191,208,196);
    transition: all 0.3s ease;
    position: relative;
}.connect-with-us-74518 .help-info-12049 label a::after {
    left: 0;
    bottom: -1px;
    content: "";
    transform-origin: right;
    transition: transform 0.3s ease;
    width: 100%;
    height: 1px;
    background: rgb(191,208,196);
    position: absolute;
    transform: scaleX(0);
}.connect-with-us-74518 .help-info-12049 label a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}.connect-with-us-74518 .message-inquiry-94736 {
    border: none;
    transition: all 0.3s ease;
    border-radius: 8px;
    color: #ffffff;
    letter-spacing: 1px;
    overflow: hidden;
    box-shadow: 
        0 5px 15px rgb(191,208,196,0.5),
        0 0 0 1px rgb(191,208,196);
    font-weight: 700;
    font-size: 18px;
    width: 100%;
    background: rgb(191,208,196);
    padding: 18px 30px;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
}.connect-with-us-74518 .message-inquiry-94736::before {
    width: 100%;
    content: "";
    transition: transform 0.5s ease;
    background: rgb(152,173,158);
    left: 0;
    top: 0;
    z-index: -1;
    transform: scaleX(0);
    height: 100%;
    transform-origin: right;
    position: absolute;
}.connect-with-us-74518 .message-inquiry-94736:hover {
    box-shadow: 
        0 5px 20px rgb(152,173,158,0.5),
        0 0 0 1px rgb(152,173,158);
}.connect-with-us-74518 .message-inquiry-94736:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.connect-with-us-74518 svg {
    fill: rgb(191,208,196);
    height: 22px;
    filter: drop-shadow(0 0 2px rgb(191,208,196,0.5));
    transition: all 0.3s ease;
    width: 22px;
}.connect-with-us-74518 svg path {
    transition: all 0.3s ease;
    fill: rgb(191,208,196);
}.connect-with-us-74518 svg:hover,
.connect-with-us-74518 svg:hover path {
    transform: translateY(-2px);
    fill: rgb(152,173,158);
    filter: drop-shadow(0 0 3px rgb(152,173,158,0.5));
}

@media (max-width: 1024px) {.connect-with-us-74518 {
    padding: 80px 0;
}.connect-with-us-74518 .img-shadow-91420 {
    min-height: 500px;
}.connect-with-us-74518 .inquiry-widget-61307 {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.connect-with-us-74518 {
    padding: 60px 0;
}.connect-with-us-74518 h2 {
    margin-bottom: 40px;
    font-size: calc(40px * 0.8);
}.connect-with-us-74518 .support-list-49816 {
    flex-direction: column;
}.connect-with-us-74518 .img-shadow-91420 {
    min-height: 300px;
    width: 100%;
}.connect-with-us-74518 .inquiry-widget-61307 {
    padding: 40px 30px;
    width: 100%;
}.connect-with-us-74518 form h3 {
    margin-bottom: 30px;
}.connect-with-us-74518 form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.connect-with-us-74518 .help-info-12049 {
    margin-bottom: 25px;
}.connect-with-us-74518 .message-inquiry-94736 {
    padding: 15px 25px;
}
}

@media (max-width: 480px) {.connect-with-us-74518 {
    padding: 50px 0;
}.connect-with-us-74518 h2 {
    font-size: calc(40px * 0.7);
    margin-bottom: 30px;
}.connect-with-us-74518 .img-shadow-91420 {
    min-height: 200px;
}.connect-with-us-74518 .inquiry-widget-61307 {
    padding: 30px 20px;
}.connect-with-us-74518 form h3 {
    margin-bottom: 25px;
    font-size: calc(20px * 0.9);
}.connect-with-us-74518 form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.connect-with-us-74518 .help-info-12049 {
    margin-bottom: 20px;
}.connect-with-us-74518 .help-info-12049 label {
    font-size: calc(12px * 0.9);
}.connect-with-us-74518 .message-inquiry-94736 {
    padding: 12px 20px;
}}.privacy-folio-31285 {
    font-family: Arial, sans-serif;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(225,233,228), #ffffff);
    padding: 4rem 2rem;
}.privacy-folio-31285::before {
    left: 0;
    height: 5px;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, rgb(191,208,196), rgb(152,173,158), rgb(191,208,196));
    z-index: 1;
}.privacy-folio-31285::after {
    opacity: 0.07;
    position: absolute;
    bottom: 0;
    content: "";
    left: 0;
    background: linear-gradient(180deg, transparent 0%, rgb(225,233,228) 100%);
    height: 300px;
    z-index: -1;
    transform: skewY(-3deg) translateY(50%);
    width: 100%;
}.privacy-folio-31285 .container {
    max-width: 1140px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.privacy-folio-31285 h1 {
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 2rem;
    color: rgb(191,208,196);
    border-left: 4px solid rgb(152,173,158);
    transform-origin: left center;
    font-weight: 700;
    font-size: 44px;
    letter-spacing: -0.02em;
}.privacy-folio-31285 h1::after {
    bottom: -10px;
    width: 60px;
    position: absolute;
    transform-origin: left center;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 3px;
    background: rgb(152,173,158);
    left: 1.5rem;
    content: "";
    transform: scaleX(1);
}.privacy-folio-31285 h1:hover::after {
    transform: scaleX(1.5);
}.privacy-folio-31285 h2 {
    color: #000000;
    font-weight: 600;
    position: relative;
    font-size: 32px;
    margin: 2.5rem 0 1.25rem;
    padding-bottom: 0.75rem;
}.privacy-folio-31285 h2::before {
    height: 2px;
    bottom: 0;
    width: 40px;
    position: absolute;
    content: "";
    transition: width 0.3s ease-out;
    left: 0;
    background-color: rgb(191,208,196);
}.privacy-folio-31285 h2:hover::before {
    width: 80px;
}.privacy-folio-31285 h3 {
    color: #000000;
    font-size: calc(32px * 0.85);
    font-weight: 600;
    position: relative;
    padding-left: 1rem;
    margin: 2rem 0 1rem;
}.privacy-folio-31285 h3::before {
    content: "";
    top: 0;
    background-color: rgb(152,173,158);
    bottom: 0;
    left: 0;
    position: absolute;
    width: 3px;
    transform: scaleY(0.7);
}.privacy-folio-31285 h4 {
    color: #000000;
    opacity: 0.95;
    font-size: calc(32px * 0.7);
    font-weight: 600;
    margin: 1.75rem 0 0.875rem;
}.privacy-folio-31285 p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #000000;
    max-width: 100%;
    letter-spacing: 0.01em;
}.privacy-folio-31285 p strong {
    color: #000000;
    transition: background 0.3s ease;
    font-weight: 600;
    background: linear-gradient(120deg, transparent 0%, rgb(152,173,158,0.5) 30%, transparent 100%);
    margin: 0 -0.3em;
    padding: 0.15em 0.3em;
}.privacy-folio-31285 p strong:hover {
    background: linear-gradient(120deg, transparent 0%, rgb(152,173,158,0.5) 50%, transparent 100%);
}.privacy-folio-31285 ul {
    list-style-type: none;
    padding-left: 1.5rem;
    margin: 1.5rem 0 2rem;
}.privacy-folio-31285 li {
    font-size: 18px;
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 0.875rem;
    line-height: 1.7;
    color: #000000;
}.privacy-folio-31285 li::before {
    top: 0.7em;
    transition: transform 0.2s ease, background 0.2s ease;
    left: 0;
    position: absolute;
    background: #ffffff;
    border-radius: 50%;
    transform: translateY(-50%);
    height: 8px;
    border: 2px solid rgb(191,208,196);
    content: "";
    width: 8px;
}.privacy-folio-31285 li:hover::before {
    background: rgb(191,208,196);
    transform: translateY(-50%) scale(1.2);
}.privacy-folio-31285 span {
    font-size: 18px;
    display: block;
    background: linear-gradient(90deg, rgb(255, 255, 255, 0.5) 0%, transparent 100%);
    line-height: 1.7;
    border-left: 1px solid rgb(152,173,158,0.5);
    margin-bottom: 1.5rem;
    padding: 0.5rem 0 0.5rem 1rem;
    color: #000000;
}

@media (min-width: 768px) {.privacy-folio-31285 {
    padding: 5rem 3rem;
}.privacy-folio-31285 h1 {
    font-size: calc(44px * 1.1);
    margin-bottom: 2.5rem;
    padding-left: 2rem;
}.privacy-folio-31285 h1::after {
    left: 2rem;
    width: 80px;
}.privacy-folio-31285 .container {
    padding: 0 2rem;
}.privacy-folio-31285 p {
    max-width: 90%;
}.privacy-folio-31285 ul {
    max-width: 90%;
    padding-left: 2rem;
}
}

@media (min-width: 992px) {.privacy-folio-31285 {
    padding: 6rem 4rem;
}.privacy-folio-31285::after {
    transform: skewY(-5deg) translateY(50%);
}.privacy-folio-31285 .container {
    padding: 0 3rem;
}.privacy-folio-31285 h1 {
    font-size: calc(44px * 1.2);
}.privacy-folio-31285 h2 {
    font-size: calc(32px * 1.1);
}.privacy-folio-31285 p {
    max-width: 80%;
    font-size: calc(18px * 1.05);
}.privacy-folio-31285 ul {
    margin: 2rem 0 2.5rem;
}.privacy-folio-31285 li {
    margin-bottom: 1rem;
    font-size: calc(18px * 1.05);
}
}

@media (max-width: 767px) {.privacy-folio-31285 {
    padding: 3rem 1.5rem;
}.privacy-folio-31285 h1 {
    padding-left: 1rem;
    font-size: calc(44px * 0.9);
}.privacy-folio-31285 h1::after {
    width: 50px;
    left: 1rem;
}.privacy-folio-31285 h2 {
    font-size: calc(32px * 0.9);
}.privacy-folio-31285 h3 {
    font-size: calc(32px * 0.75);
}.privacy-folio-31285 h4 {
    font-size: calc(32px * 0.65);
}.privacy-folio-31285 p, 
    .privacy-folio-31285 li,
    .privacy-folio-31285 span {
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 480px) {.privacy-folio-31285 {
    padding: 2.5rem 1rem;
}.privacy-folio-31285 h1 {
    font-size: calc(44px * 0.85);
}.privacy-folio-31285 h2 {
    margin: 2rem 0 1rem;
    font-size: calc(32px * 0.85);
}.privacy-folio-31285 ul {
    padding-left: 0.75rem;
}.privacy-folio-31285 li {
    padding-left: 1.25rem;
}}.statistical-data-50362 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(225,233,228) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
    padding: 6rem 0;
}.statistical-data-50362::before {
    height: 70%;
    content: "";
    width: 40%;
    opacity: 0.6;
    filter: blur(50px);
    background: linear-gradient(120deg, rgb(191,208,196,0.5) 0%, rgb(152,173,158,0.5) 100%);
    right: -5%;
    position: absolute;
    top: -10%;
    transform: rotate(-15deg) skewX(15deg);
    z-index: 0;
}.statistical-data-50362::after {
    transform: rotate(15deg) skewX(-15deg);
    filter: blur(40px);
    width: 35%;
    bottom: -10%;
    content: "";
    height: 60%;
    left: -5%;
    opacity: 0.5;
    z-index: 0;
    background: linear-gradient(240deg, rgb(152,173,158,0.5) 0%, rgb(191,208,196,0.5) 100%);
    position: absolute;
}.statistical-data-50362 .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1.5rem;
    position: relative;
    z-index: 1;
}.statistical-data-50362 h4 {
    font-weight: 700;
    margin-top: 3rem;
    font-family: Arial, sans-serif;
    opacity: 0;
    font-size: 18px;
    letter-spacing: 0.05em;
    animation: fadeUp 0.8s ease-out 0.6s forwards;
    transform: translateY(1rem);
    text-align: center;
    color: #000000;
}.statistical-data-50362 ul {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 2rem;
    display: grid;
}.statistical-data-50362 .statistics-extra-47105 {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.8) 100%);
    padding: 2rem 1.5rem;
    opacity: 0;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    box-shadow: 0 10px 25px -10px rgba(0, 0, 0, 0.1), 
                0 5px 10px -5px rgba(0, 0, 0, 0.04);
    animation-delay: calc(0.1s * var(--i, 0));
    transform: translateY(20px);
    animation: statReveal 0.6s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}.statistical-data-50362 .statistics-extra-47105:nth-child(1) {
    --i: 1;
}.statistical-data-50362 .statistics-extra-47105:nth-child(2) {
    --i: 2;
}.statistical-data-50362 .statistics-extra-47105:nth-child(3) {
    --i: 3;
}.statistical-data-50362 .statistics-extra-47105:nth-child(4) {
    --i: 4;
}.statistical-data-50362 .statistics-extra-47105:nth-child(5) {
    --i: 5;
}.statistical-data-50362 .statistics-extra-47105:nth-child(6) {
    --i: 6;
}.statistical-data-50362 .statistics-extra-47105:nth-child(7) {
    --i: 7;
}.statistical-data-50362 .statistics-extra-47105::before {
    top: 0;
    width: 100%;
    z-index: -1;
    background: linear-gradient(145deg, 
                rgb(191,208,196,0.5) 0%, 
                transparent 40%, 
                rgb(152,173,158,0.5) 100%);
    content: "";
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
    opacity: 0;
    left: 0;
    height: 100%;
    position: absolute;
    transition: opacity 0.4s ease;
}.statistical-data-50362 .statistics-extra-47105:hover {
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.15), 
                0 10px 15px -5px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px) scale(1.03);
}.statistical-data-50362 .statistics-extra-47105:hover::before {
    opacity: 0.5;
}.statistical-data-50362 .statistics-extra-47105 div {
    align-items: center;
    display: flex;
    z-index: 2;
    flex-direction: column;
    position: relative;
}.statistical-data-50362 .statistics-extra-47105 div::before {
    left: -20px;
    border-radius: 3px;
    height: 40px;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgb(191,208,196,0.5) 0%, rgb(152,173,158,0.5) 100%);
    transition: all 0.4s ease;
    transform: rotate(-15deg);
    width: 40px;
    top: -20px;
    opacity: 0.2;
}.statistical-data-50362 .statistics-extra-47105:hover div::before {
    opacity: 0.4;
    transform: rotate(0deg) scale(1.2);
}.statistical-data-50362 .statistics-extra-47105 p {
    color: rgb(191,208,196);
    position: relative;
    background: linear-gradient(135deg, rgb(191,208,196) 0%, rgb(152,173,158) 100%);
    -webkit-background-clip: text;
    transform: perspective(500px) translateZ(0);
    -webkit-text-fill-color: transparent;
    margin: 0 0 0.5rem;
    display: inline-block;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-weight: 700;
    font-size: calc(38px * 1.2);
}.statistical-data-50362 .statistics-extra-47105:hover p {
    transform: perspective(500px) translateZ(20px);
}.statistical-data-50362 .statistics-extra-47105 span {
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
    opacity: 0.85;
    color: #000000;
    transition: all 0.3s ease;
    font-weight: 400;
    letter-spacing: 0.01em;
    display: block;
    margin-top: 0.25rem;
}.statistical-data-50362 .statistics-extra-47105:hover span {
    opacity: 1;
    color: #000000;
}

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

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(1rem);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1200px) {.statistical-data-50362 ul {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
}

@media (max-width: 992px) {.statistical-data-50362 {
    padding: 5rem 0;
}.statistical-data-50362 ul {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}.statistical-data-50362 .statistics-extra-47105 p {
    font-size: calc(38px * 1.1);
}
}

@media (max-width: 768px) {.statistical-data-50362 {
    padding: 4rem 0;
}.statistical-data-50362 ul {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1rem;
}.statistical-data-50362 .statistics-extra-47105 {
    padding: 1.5rem 1rem;
}.statistical-data-50362 .statistics-extra-47105 p {
    font-size: 38px;
}.statistical-data-50362 .statistics-extra-47105 span {
    font-size: calc(18px * 0.9);
}
}

@media (max-width: 576px) {.statistical-data-50362 {
    padding: 3rem 0;
}.statistical-data-50362 ul {
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
}.statistical-data-50362 .statistics-extra-47105 {
    padding: 1.25rem 0.75rem;
}.statistical-data-50362 .statistics-extra-47105 p {
    font-size: calc(38px * 0.9);
}.statistical-data-50362 .statistics-extra-47105 span {
    font-size: calc(18px * 0.85);
    line-height: 1.3;
}.statistical-data-50362 h4 {
    font-size: calc(18px * 0.9);
    margin-top: 2rem;
}
}

@media (max-width: 480px) {.statistical-data-50362 ul {
    max-width: 300px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.statistical-data-50362 .statistics-extra-47105 {
    padding: 1.5rem 1rem;
}.statistical-data-50362 .statistics-extra-47105 p {
    font-size: 38px;
}.statistical-data-50362 .statistics-extra-47105 span {
    font-size: 18px;
}}.reach-out-info-31924 {
    overflow: hidden;
    padding: 5rem 0;
    background: rgb(225,233,228);
    position: relative;
}.reach-out-info-31924::before {
    position: absolute;
    z-index: 1;
    content: "";
    width: 100%;
    background: 
    radial-gradient(circle at 15% 15%, rgb(191,208,196,0.5) 0%, transparent 25%),
    radial-gradient(circle at 85% 85%, rgb(152,173,158,0.5) 0%, transparent 25%),
    repeating-linear-gradient(
      45deg,
      rgb(191,208,196,0.5) 0,
      rgb(191,208,196,0.5) 1px,
      transparent 1px,
      transparent 20px
    );
    opacity: 0.07;
    left: 0;
    animation: backgroundShift 20s infinite alternate ease-in-out;
    height: 100%;
    top: 0;
}.reach-out-info-31924::after {
    position: absolute;
    animation: rotateBg 40s infinite linear;
    width: 200%;
    transform-origin: center;
    background: 
    radial-gradient(circle at 70% 30%, rgb(191,208,196,0.5) 0%, transparent 10%),
    radial-gradient(circle at 30% 70%, rgb(152,173,158,0.5) 0%, transparent 10%),
    radial-gradient(circle at 50% 50%, #ffffff 0%, transparent 100%);
    opacity: 0.05;
    z-index: 0;
    content: "";
    left: -50%;
    top: -50%;
    height: 200%;
}@keyframes backgroundShift {
  0% {
    background-position: 0% 0%, 0% 0%, 0% 0%;
    background-size: 500px 500px, 500px 500px, 20px 20px;
  }
  100% {
    background-position: 5% 5%, 5% 5%, 0% 0%;
    background-size: 600px 600px, 600px 600px, 20px 20px;
  }
}

@keyframes rotateBg {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.reach-out-info-31924 .container {
    z-index: 10;
    position: relative;
}.reach-out-info-31924 .online-contact-94208 {
    padding: 3.5rem;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    border-radius: 22px;
}.reach-out-info-31924 .online-contact-94208 h2 {
    color: #000000;
    text-align: center;
    font-size: 31px;
    margin-bottom: 1.5rem;
    font-weight: 700;
}.reach-out-info-31924 .online-contact-94208 p {
    text-align: center;
    line-height: 1.7;
    color: #000000;
    font-size: 14px;
    margin-bottom: 2rem;
}.reach-out-info-31924 .online-contact-94208 p:last-of-type {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.5rem;
    font-weight: 600;
    color: #000000;
}.reach-out-info-31924 .online-contact-94208 p:last-of-type svg {
    margin-right: 12px;
    height: 22px;
    fill: rgb(191,208,196);
    width: 22px;
}.reach-out-info-31924 .online-contact-94208 p:last-of-type svg path {
    fill: rgb(191,208,196);
}.reach-out-info-31924 .get-contactcard-24650 {
    margin-top: 1rem;
    align-items: center;
    gap: 3rem;
    display: flex;
    justify-content: center;
}.reach-out-info-31924 .get-contactpanel-84931 {
    width: 80px;
    background-color: #ffffff;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 0;
    color: transparent;
    border: 2px solid rgb(225,233,228);
    height: 80px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    position: relative;
    align-items: center;
}.reach-out-info-31924 .get-contactpanel-84931::after {
    opacity: 0;
    position: absolute;
    content: attr(title);
    left: 50%;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    transform: translateX(-50%);
    transition: opacity 0.3s ease;
    bottom: -30px;
    color: #000000;
}.reach-out-info-31924 .get-contactpanel-84931:hover::after {
    opacity: 1;
}.reach-out-info-31924 .get-contactpanel-84931:hover {
    box-shadow: 0 15px 25px rgba(rgb(191,208,196), 0.2);
    border-color: rgb(191,208,196);
    transform: translateY(-5px);
    background-color: rgb(191,208,196);
}.reach-out-info-31924 .get-contactpanel-84931 svg {
    fill: rgb(191,208,196);
    height: 28px;
    transition: fill 0.3s ease;
    width: 28px;
}.reach-out-info-31924 .get-contactpanel-84931:hover svg {
    fill: #ffffff;
}.reach-out-info-31924 .get-contactpanel-84931 svg path {
    transition: fill 0.3s ease;
    fill: rgb(191,208,196);
}.reach-out-info-31924 .get-contactpanel-84931:hover svg path {
    fill: #ffffff;
}

@media (max-width: 991px) {.reach-out-info-31924 {
    padding: 4rem 0;
}.reach-out-info-31924 .online-contact-94208 {
    padding: 2.5rem;
}.reach-out-info-31924 .online-contact-94208 h2 {
    font-size: calc(31px * 0.9);
}
}

@media (max-width: 767px) {.reach-out-info-31924 {
    padding: 3rem 0;
}.reach-out-info-31924 .online-contact-94208 {
    padding: 2rem;
}.reach-out-info-31924 .get-contactcard-24650 {
    gap: 2rem;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}.reach-out-info-31924 .get-contactpanel-84931 {
    width: 70px;
    height: 70px;
}.reach-out-info-31924 .get-contactpanel-84931::after {
    bottom: -25px;
    font-size: calc(12px * 0.9);
}.reach-out-info-31924 .get-contactpanel-84931 svg {
    width: 24px;
    height: 24px;
}}.our-story-94765 {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
}.our-story-94765::before {
    position: absolute;
    z-index: 1;
    height: 100%;
    content: "";
    background: 
        linear-gradient(0deg, transparent 0%, transparent 49%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.5) 51%, transparent 51%, transparent 100%),
        linear-gradient(90deg, transparent 0%, transparent 49%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.5) 51%, transparent 51%, transparent 100%);
    background-size: 40px 40px;
    top: 0;
    width: 100%;
    opacity: 0.15;
    left: 0;
}.our-story-94765::after {
    right: -100px;
    z-index: 1;
    filter: blur(80px);
    background: linear-gradient(135deg, rgb(191,208,196) 0%, transparent 80%);
    content: "";
    height: 400px;
    position: absolute;
    width: 400px;
    opacity: 0.25;
    animation: float 20s infinite alternate linear;
    top: -100px;
    border-radius: 50%;
}@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(-50px, 50px) rotate(180deg);
    }
    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}

.our-story-94765 .container {
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.our-story-94765 h2 {
    text-align: center;
    position: relative;
    font-weight: 700;
    font-size: 46px;
    color: #ffffff;
    margin-bottom: 60px;
    text-shadow: 0 0 20px rgb(191,208,196,0.5);
    letter-spacing: 2px;
}.our-story-94765 h2::after {
    content: "";
    height: 3px;
    transform: translateX(-50%);
    width: 100px;
    bottom: -20px;
    background: linear-gradient(90deg, transparent, rgb(191,208,196), transparent);
    position: absolute;
    left: 50%;
}.our-story-94765 .quick-studies-76289 {
    gap: 40px;
    flex-direction: column;
    display: flex;
}.our-story-94765 .learn-academy-54972 {
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    padding: 50px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    border-radius: 20px;
}.our-story-94765 .learn-academy-54972:nth-child(1) {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    transform: translateX(-40px);
}.our-story-94765 .learn-academy-54972:nth-child(2) {
    transform: translateX(40px);
    background: linear-gradient(135deg, rgba(rgb(152,173,158), 0.2) 0%, rgba(rgb(152,173,158), 0.05) 100%);
}.our-story-94765 .learn-academy-54972::before {
    height: 100%;
    z-index: -1;
    left: 0;
    position: absolute;
    content: "";
    background-size: 60px 60px;
    top: 0;
    background: 
        linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%),
        linear-gradient(-45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%);
    width: 100%;
}.our-story-94765 .learn-academy-54972:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}.our-story-94765 .learn-academy-54972:nth-child(1):hover {
    transform: translateY(-10px) translateX(-40px);
}.our-story-94765 .learn-academy-54972:nth-child(2):hover {
    transform: translateY(-10px) translateX(40px);
}.our-story-94765 .learn-academy-54972 h3 {
    padding-bottom: 15px;
    font-size: 19px;
    margin-bottom: 25px;
    margin-left: 15px;
    color: #ffffff;
    font-weight: 700;
    position: relative;
}.our-story-94765 .learn-academy-54972 h3::before {
    content: "";
    top: 8px;
    width: 6px;
    height: 6px;
    box-shadow: 0 0 10px rgb(191,208,196);
    position: absolute;
    background: rgb(191,208,196);
    left: -15px;
    border-radius: 50%;
}.our-story-94765 .learn-academy-54972:nth-child(2) h3::before {
    box-shadow: 0 0 10px rgb(152,173,158);
    background: rgb(152,173,158);
}.our-story-94765 .learn-academy-54972 h3::after {
    height: 2px;
    bottom: 0;
    content: "";
    position: absolute;
    background: rgb(191,208,196);
    width: 40px;
    transition: width 0.3s ease;
    left: 0;
}.our-story-94765 .learn-academy-54972:nth-child(2) h3::after {
    background: rgb(152,173,158);
}.our-story-94765 .learn-academy-54972:hover h3::after {
    width: 80px;
}.our-story-94765 .learn-academy-54972 p {
    font-weight: 300;
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 0.5px;
}.our-story-94765 .container::before {
    left: -100px;
    width: 400px;
    filter: blur(80px);
    border-radius: 50%;
    animation: float 20s infinite alternate-reverse linear;
    z-index: 1;
    height: 400px;
    position: absolute;
    opacity: 0.25;
    content: "";
    background: linear-gradient(135deg, rgb(152,173,158) 0%, transparent 80%);
    bottom: -100px;
}

@media screen and (max-width: 991px) {.our-story-94765 {
    padding: 100px 0;
}.our-story-94765 h2 {
    margin-bottom: 50px;
}.our-story-94765 .learn-academy-54972 {
    padding: 40px;
}.our-story-94765 .learn-academy-54972:nth-child(1) {
    transform: translateX(-30px);
}.our-story-94765 .learn-academy-54972:nth-child(2) {
    transform: translateX(30px);
}.our-story-94765 .learn-academy-54972:nth-child(1):hover {
    transform: translateY(-10px) translateX(-30px);
}.our-story-94765 .learn-academy-54972:nth-child(2):hover {
    transform: translateY(-10px) translateX(30px);
}
}

@media screen and (max-width: 768px) {.our-story-94765 {
    padding: 80px 0;
}.our-story-94765 h2 {
    margin-bottom: 40px;
    font-size: calc(38px + 0.2rem);
}.our-story-94765 .learn-academy-54972 {
    padding: 30px;
}.our-story-94765 .learn-academy-54972:nth-child(1),
    .our-story-94765 .learn-academy-54972:nth-child(2) {
    transform: translateX(0);
}.our-story-94765 .learn-academy-54972:nth-child(1):hover,
    .our-story-94765 .learn-academy-54972:nth-child(2):hover {
    transform: translateY(-5px);
}
}

@media screen and (max-width: 576px) {.our-story-94765 {
    padding: 60px 0;
}.our-story-94765 h2 {
    font-size: 38px;
}.our-story-94765 .quick-studies-76289 {
    gap: 30px;
}.our-story-94765 .learn-academy-54972 {
    padding: 25px;
}.our-story-94765 .learn-academy-54972 h3 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: calc(18px + 0.1rem);
}.our-story-94765 .learn-academy-54972 p {
    font-size: calc(15px - 0.05rem);
}}.client-testimonials-03751 {
    background: linear-gradient(135deg, rgb(225,233,228) 0%, rgb(191,208,196,0.5) 100%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.client-testimonials-03751::before {
    opacity: 0.2;
    top: 0;
    content: '';
    z-index: 1;
    position: absolute;
    height: 100%;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(191,208,196,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(152,173,158,0.5) 0%, transparent 60%);
    left: 0;
    width: 100%;
}.client-testimonials-03751::after {
    background-image: 
        repeating-linear-gradient(45deg, rgb(191,208,196,0.5) 0, rgb(191,208,196,0.5) 1px, transparent 1px, transparent 10px);
    z-index: 1;
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    content: '';
    width: 100%;
    opacity: 0.05;
}.client-testimonials-03751 .container {
    z-index: 2;
    padding: 0 2rem;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.client-testimonials-03751 h2 {
    font-weight: 700;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    padding-bottom: 1.5rem;
    color: #000000;
    text-align: center;
    line-height: 1.3;
    font-size: 33px;
    margin-bottom: 3rem;
}.client-testimonials-03751 h2::after {
    width: 80px;
    bottom: 0;
    position: absolute;
    border-radius: 2px;
    transform: translateX(-50%);
    content: '';
    background: linear-gradient(90deg, rgb(191,208,196), rgb(152,173,158));
    left: 50%;
    height: 4px;
}.client-testimonials-03751 .class-experts-86057 {
    padding: 2rem 0;
    position: relative;
    overflow: visible;
}.client-testimonials-03751 .learner-quotes-62541 {
    display: grid;
    position: relative;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2.5rem;
}.client-testimonials-03751 .learning-voices-28943 {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.4s ease;
    display: flex;
    backdrop-filter: blur(10px);
    transform: translateY(0) scale(1);
    z-index: 2;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.8));
    padding: 2rem 1.5rem;
    box-shadow: 
        0 15px 25px -10px rgba(0, 0, 0, 0.1),
        0 1px 3px rgba(0, 0, 0, 0.05);
    border-radius: 0.5rem;
    flex-direction: column;
    overflow: hidden;
}.client-testimonials-03751 .learning-voices-28943::before {
    line-height: 1;
    position: absolute;
    z-index: -1;
    right: 1.5rem;
    content: '"';
    font-family: serif;
    font-size: 8rem;
    opacity: 0.15;
    color: rgb(191,208,196,0.5);
    top: -0.5rem;
}.client-testimonials-03751 .learning-voices-28943:hover {
    box-shadow: 
        0 20px 30px -10px rgba(0, 0, 0, 0.15),
        0 5px 10px rgba(0, 0, 0, 0.05);
    transform: translateY(-8px) scale(1.02);
}.client-testimonials-03751 .learning-voices-28943 h3 {
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: rgb(191,208,196);
    display: inline-block;
    font-size: calc(19px * 1.1);
    position: relative;
}.client-testimonials-03751 .learning-voices-28943 h3::after {
    content: '';
    left: 0;
    position: absolute;
    bottom: -4px;
    height: 2px;
    width: 40px;
    background: linear-gradient(90deg, rgb(191,208,196), transparent);
}.client-testimonials-03751 .learning-voices-28943 .description {
    margin-bottom: 1.5rem;
    flex-grow: 1;
    z-index: 2;
    font-style: italic;
    font-size: 12px;
    line-height: 1.6;
    position: relative;
    color: #000000;
}.client-testimonials-03751 .learning-voices-28943 div {
    justify-content: flex-start;
    display: flex;
    align-items: center;
    margin-top: auto;
}.client-testimonials-03751 .learning-voices-28943 img {
    border: 3px solid #ffffff;
    height: 60px;
    transition: transform 0.3s ease;
    width: 60px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}.client-testimonials-03751 .learning-voices-28943:hover img {
    transform: scale(1.1);
}.client-testimonials-03751 .learning-voices-28943:nth-child(odd) {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.75));
    transform: translateY(10px) scale(1);
}.client-testimonials-03751 .learning-voices-28943:nth-child(odd):hover {
    transform: translateY(2px) scale(1.02);
}.client-testimonials-03751 .learning-voices-28943:nth-child(3n+1) {
    border-top: 3px solid rgb(191,208,196);
}.client-testimonials-03751 .learning-voices-28943:nth-child(3n+2) {
    border-top: 3px solid rgb(152,173,158);
}.client-testimonials-03751 .learning-voices-28943:nth-child(3n+3) {
    border-top: 3px solid #000000;
}

@media (max-width: 1200px) {.client-testimonials-03751 {
    padding: 5rem 0;
}.client-testimonials-03751 h2 {
    font-size: calc(33px * 0.9);
}.client-testimonials-03751 .learner-quotes-62541 {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.client-testimonials-03751 {
    padding: 4rem 0;
}.client-testimonials-03751 .learner-quotes-62541 {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.75rem;
}.client-testimonials-03751 .learning-voices-28943 {
    padding: 1.75rem 1.25rem;
}
}

@media (max-width: 768px) {.client-testimonials-03751 {
    padding: 3.5rem 0;
}.client-testimonials-03751 h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 2rem;
    transform: none;
}.client-testimonials-03751 .learner-quotes-62541 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
}.client-testimonials-03751 .learning-voices-28943::before {
    font-size: 6rem;
}
}

@media (max-width: 576px) {.client-testimonials-03751 {
    padding: 3rem 0;
}.client-testimonials-03751 .container {
    padding: 0 1.25rem;
}.client-testimonials-03751 h2 {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    font-size: calc(33px * 0.7);
}.client-testimonials-03751 h2::after {
    height: 3px;
    width: 60px;
}.client-testimonials-03751 .class-experts-86057 {
    padding: 1rem 0;
}.client-testimonials-03751 .learner-quotes-62541 {
    grid-template-columns: 1fr;
    gap: 1.25rem;
}.client-testimonials-03751 .learning-voices-28943 {
    padding: 1.5rem 1.25rem;
}.client-testimonials-03751 .learning-voices-28943 img {
    height: 50px;
    width: 50px;
}
}

@media (max-width: 375px) {.client-testimonials-03751 h2 {
    font-size: calc(33px * 0.6);
}.client-testimonials-03751 .learning-voices-28943 {
    padding: 1.25rem 1rem;
}
}

@media (prefers-reduced-motion: reduce) {.client-testimonials-03751 .learning-voices-28943,
    .client-testimonials-03751 .learning-voices-28943 img {
    transition: none;
}.client-testimonials-03751 .learning-voices-28943:hover {
    transform: none;
}.client-testimonials-03751 .learning-voices-28943:hover img {
    transform: none;
}
}