* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.container {
    margin: auto;
    width: 1124px;
    max-width: 100%;
}.top-skill-Cz5i {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}.edu-global-X2Rm {
    flex: 0 0 auto;
}.segment-wrapper-tACF {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    auto
contain
touch-action: none;
    height: 100%;
    color: #000000;
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.ty-content-w4IL {
    position: relative;
    padding: 120px 0 80px;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(241,231,242) 0%, rgb(184,164,185,0.5) 100%);
    overflow: hidden;
}.ty-content-w4IL::before {
    position: absolute;
    background-image: repeating-linear-gradient(
        45deg,
        rgb(184,164,185,0.5) 0px,
        rgb(184,164,185,0.5) 1px,
        transparent 1px,
        transparent 12px
    );
    z-index: 0;
    transform: translateZ(-10px);
    opacity: 0.07;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
}.ty-content-w4IL::after {
    bottom: -50px;
    background: radial-gradient(circle, rgb(216,200,217,0.5) 0%, transparent 70%);
    height: 200px;
    width: 200px;
    opacity: 0.4;
    right: -50px;
    filter: blur(40px);
    position: absolute;
    content: "";
    animation: floating 8s infinite ease-in-out;
}.ty-content-w4IL .container {
    transform-style: preserve-3d;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1140px;
}.ty-content-w4IL h2 {
    text-shadow: 0 1px 0 rgba(255,255,255,0.6);
    position: relative;
    font-weight: 700;
    line-height: 1.3;
    color: #000000;
    font-size: 34px;
    animation: slideIn 0.8s ease-out forwards;
    margin-bottom: 40px;
    letter-spacing: -0.01em;
    transform: translateZ(20px);
}.ty-content-w4IL h2::after {
    content: "";
    transform: scaleX(0);
    left: 0;
    animation: lineExpand 1.2s 0.4s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    width: 120px;
    background: linear-gradient(90deg, rgb(216,200,217) 0%, rgb(184,164,185) 100%);
    transform-origin: left;
    position: absolute;
    bottom: -12px;
    height: 4px;
}.ty-content-w4IL .community-team-vTFs {
    border-left: 5px solid rgb(216,200,217);
    position: relative;
    animation: fadeIn 1s 0.3s both;
    background: #ffffff;
    transform: translateZ(10px) rotateX(2deg);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    padding: 40px;
    transition: transform 0.5s ease;
}.ty-content-w4IL .community-team-vTFs:hover {
    transform: translateZ(15px) rotateX(0deg);
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}.ty-content-w4IL ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.ty-content-w4IL li {
    position: relative;
    padding-left: 30px;
}.ty-content-w4IL li::before {
    background-color: rgb(184,164,185);
    box-shadow: 0 0 0 4px rgb(184,164,185,0.5);
    top: 8px;
    border-radius: 50%;
    position: absolute;
    content: "";
    left: 0;
    width: 8px;
    height: 8px;
    animation: pulse 3s infinite;
}.ty-content-w4IL span {
    display: block;
    font-family: Arial, sans-serif;
    transition: all 0.3s;
    color: #000000;
    line-height: 1.8;
    font-size: 13px;
}.ty-content-w4IL .community-team-vTFs::after {
    top: -10px;
    opacity: 0.9;
    position: absolute;
    height: 60px;
    transform: rotate(15deg);
    background: linear-gradient(135deg, rgb(216,200,217) 0%, rgb(184,164,185) 100%);
    right: 30px;
    z-index: -1;
    content: "";
    width: 60px;
    animation: float 6s infinite ease-in-out;
    border-radius: 10px;
}

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

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateZ(10px) rotateX(5deg) translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateZ(10px) rotateX(2deg) translateY(0);
    }
}

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

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(184,164,185,0.5);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(rgb(184,164,185), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(184,164,185), 0);
    }
}

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

@keyframes floating {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}

@media (max-width: 991px) {.ty-content-w4IL {
    padding: 80px 0 60px;
}.ty-content-w4IL h2 {
    margin-bottom: 30px;
    font-size: calc(34px * 0.9);
}.ty-content-w4IL .community-team-vTFs {
    padding: 30px;
}.ty-content-w4IL h2::after {
    width: 100px;
}
}

@media (max-width: 767px) {.ty-content-w4IL {
    padding: 60px 0 40px;
}.ty-content-w4IL h2 {
    margin-bottom: 25px;
    font-size: calc(34px * 0.8);
}.ty-content-w4IL .community-team-vTFs {
    padding: 25px 20px;
    transform: translateZ(5px) rotateX(1deg);
}.ty-content-w4IL .community-team-vTFs:hover {
    transform: translateZ(8px) rotateX(0deg);
}.ty-content-w4IL li {
    padding-left: 25px;
}.ty-content-w4IL span {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}.ty-content-w4IL .community-team-vTFs::after {
    width: 40px;
    height: 40px;
    top: -5px;
    right: 20px;
}
}

@media (max-width: 575px) {.ty-content-w4IL {
    padding: 50px 0 30px;
}.ty-content-w4IL h2 {
    line-height: 1.4;
    margin-bottom: 20px;
    font-size: calc(34px * 0.7);
}.ty-content-w4IL h2::after {
    height: 3px;
    width: 80px;
}.ty-content-w4IL .community-team-vTFs {
    box-shadow: 0 10px 25px rgba(0,0,0,0.07);
    padding: 20px 15px;
    transform: none;
}.ty-content-w4IL .community-team-vTFs:hover {
    transform: translateY(-3px);
}.ty-content-w4IL li {
    padding-left: 20px;
}.ty-content-w4IL li::before {
    top: 7px;
    height: 6px;
    width: 6px;
}.ty-content-w4IL span {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}.ty-content-w4IL .community-team-vTFs::after {
    display: none;
}}.homepage-YS0t {
    overflow: hidden;
    min-height: 100vh;
    position: relative;
    background: linear-gradient(135deg, rgb(241,231,242) 0%, rgba(245, 250, 253, 0.95) 100%);
}.homepage-YS0t::before {
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(94, 170, 168, 0.1) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(94, 170, 168, 0.08) 0%, transparent 40%);
    top: 0;
    z-index: 1;
    height: 100%;
}.homepage-YS0t .community-team-vTFs {
    display: flex;
    flex-direction: column-reverse;
    z-index: 2;
    position: relative;
    min-height: 100vh;
    padding: 2rem 1.5rem;
}.homepage-YS0t .text-frame-item-WC0Y {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-2rem);
    padding: 2rem 1rem;
    position: relative;
    backdrop-filter: blur(8px);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    z-index: 3;
    animation: slideUp 0.8s ease-out forwards;
}.homepage-YS0t h1 {
    position: relative;
    transform: translateX(-50px);
    animation: slideInRight 0.6s ease-out 0.2s forwards;
    opacity: 0;
    font-size: calc(38px * 0.9);
    margin-bottom: 1.5rem;
    line-height: 1.3;
    font-weight: 700;
    color: #000000;
}.homepage-YS0t h1::after {
    width: 60px;
    height: 3px;
    content: "";
    transform-origin: left;
    background: rgb(216,200,217);
    transform: scaleX(0);
    bottom: -10px;
    animation: expandWidth 0.5s ease-out 0.8s forwards;
    position: absolute;
    left: 0;
}.homepage-YS0t .main-entry-yfx6 {
    animation: fadeIn 0.7s ease-out 0.4s forwards;
    margin: 2rem 0;
    position: relative;
    transform: translateY(20px);
    opacity: 0;
}.homepage-YS0t .main-entry-yfx6 p {
    padding-left: 0.5rem;
    margin-top: 1.5rem;
    animation: slideUp 0.6s ease-out 0.6s forwards;
    font-size: 16px;
    opacity: 0;
    transform: translateY(15px);
    border-left: 2px solid rgb(216,200,217);
    line-height: 1.7;
    color: #000000;
}.homepage-YS0t svg {
    animation: pulseScale 3s ease-in-out infinite;
    transform: scale(0.9);
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.1));
    transform-origin: center;
    width: 80px;
    margin-bottom: 1rem;
    height: 80px;
}.homepage-YS0t svg path {
    fill: rgb(216,200,217);
    transition: fill 0.3s ease;
}.homepage-YS0t svg text {
    font-size: 12px;
    animation: colorShift 5s ease-in-out infinite alternate;
    font-family: Arial, sans-serif;
}.homepage-YS0t ul {
    margin: 2rem 0 0;
    opacity: 0;
    transform: translateY(20px);
    padding: 0;
    animation: fadeIn 0.5s ease-out 0.8s forwards;
    list-style: none;
}.homepage-YS0t ul li {
    margin: 0;
}.homepage-YS0t .support-block-5M0P {
    font-weight: 600;
    border: none;
    position: relative;
    text-decoration: none;
    font-size: 19px;
    box-shadow: 0 6px 15px rgba(94, 170, 168, 0.2);
    background: linear-gradient(135deg, rgb(216,200,217) 0%, rgba(94, 170, 168, 0.9) 100%);
    overflow: hidden;
    color: #ffffff;
    padding: 0.9rem 1.8rem;
    text-align: center;
    display: inline-block;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}.homepage-YS0t .support-block-5M0P::before {
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    left: -100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
}.homepage-YS0t .support-block-5M0P:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(94, 170, 168, 0.25);
}.homepage-YS0t .support-block-5M0P:hover::before {
    left: 100%;
}.homepage-YS0t .img-wrap-WgYV {
    width: 100%;
    height: 50vh;
    position: relative;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
    z-index: 2;
    animation: fadeIn 1s ease-out;
}.homepage-YS0t .img-wrap-WgYV::after {
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    position: absolute;
    width: 100%;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.5));
    height: 100%;
}

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

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

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

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

@keyframes pulseScale {
    0%, 100% {
        transform: scale(0.9);
    }
    50% {
        transform: scale(1);
    }
}

@keyframes colorShift {
    0% {
        fill: rgb(94, 170, 168);
    }
    50% {
        fill: rgb(74, 150, 148);
    }
    100% {
        fill: rgb(114, 190, 188);
    }
}

@media (min-width: 768px) {.homepage-YS0t .community-team-vTFs {
    padding: 3rem;
    align-items: center;
    flex-direction: row;
}.homepage-YS0t .text-frame-item-WC0Y {
    flex: 1;
    margin-right: -5rem;
    transform: translateX(-3rem);
    padding: 3rem 2.5rem;
}.homepage-YS0t h1 {
    font-size: 38px;
}.homepage-YS0t .img-wrap-WgYV {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
    height: 80vh;
    flex: 1.2;
}.homepage-YS0t svg {
    width: 100px;
    height: 100px;
}
}

@media (min-width: 992px) {.homepage-YS0t .community-team-vTFs {
    padding: 0 5rem;
}.homepage-YS0t .text-frame-item-WC0Y {
    transform: translateX(-5rem);
    padding: 4rem 3rem;
}.homepage-YS0t h1 {
    font-size: calc(47px * 0.9);
}.homepage-YS0t .main-entry-yfx6 p {
    font-size: calc(16px * 1.1);
    line-height: 1.8;
}.homepage-YS0t .support-block-5M0P {
    padding: 1rem 2.2rem;
}.homepage-YS0t .img-wrap-WgYV {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    height: 85vh;
}.homepage-YS0t svg {
    width: 120px;
    height: 120px;
}
}

@media (min-width: 1200px) {.homepage-YS0t .community-team-vTFs {
    padding: 0 8rem;
}.homepage-YS0t .text-frame-item-WC0Y {
    transform: translateX(-8rem);
    padding: 4.5rem 4rem;
}.homepage-YS0t h1 {
    font-size: 47px;
}.homepage-YS0t .img-wrap-WgYV {
    height: 90vh;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
}
}

@media (prefers-reduced-motion) {.homepage-YS0t .text-frame-item-WC0Y,
    .homepage-YS0t h1,
    .homepage-YS0t .main-entry-yfx6,
    .homepage-YS0t .main-entry-yfx6 p,
    .homepage-YS0t ul,
    .homepage-YS0t .img-wrap-WgYV,
    .homepage-YS0t svg {
    animation: none;
    opacity: 1;
    transform: none;
}.homepage-YS0t h1::after {
    transform: scaleX(1);
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    bottom: 0;
    background: rgb(216,200,217);
    opacity: 0.95;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    right: 0;
    z-index: -2;
}footer::after {
    opacity: 0.1;
    background-image: 
        radial-gradient(circle at 25% 25%, rgb(184,164,185) 1px, transparent 1px),
        radial-gradient(circle at 75% 75%, rgb(184,164,185) 1px, transparent 1px),
        radial-gradient(circle at 25% 75%, rgb(184,164,185) 1px, transparent 1px),
        radial-gradient(circle at 75% 25%, rgb(184,164,185) 1px, transparent 1px);
    background-size: 50px 50px;
    right: 0;
    content: "";
    top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}.edu-global-X2Rm {
    padding: 4rem 0 2rem;
    color: #ffffff;
    position: relative;
}.edu-global-X2Rm::before {
    height: 3px;
    left: 0;
    background: rgb(184,164,185);
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
}.edu-global-X2Rm::after {
    height: 8px;
    width: 100%;
    background-repeat: repeat-x;
    left: 0;
    background-image: 
        linear-gradient(90deg, 
            rgb(184,164,185) 0px, rgb(184,164,185) 10px,
            transparent 10px, transparent 15px,
            rgb(184,164,185) 15px, rgb(184,164,185) 30px,
            transparent 30px, transparent 35px,
            rgb(184,164,185) 35px, rgb(184,164,185) 40px,
            transparent 40px, transparent 60px,
            rgb(184,164,185) 60px, rgb(184,164,185) 70px,
            transparent 70px, transparent 80px,
            rgb(184,164,185) 80px, rgb(184,164,185) 90px,
            transparent 90px, transparent 110px,
            rgb(184,164,185) 110px, rgb(184,164,185) 120px,
            transparent 120px, transparent 140px
        );
    content: "";
    position: absolute;
    top: 3px;
    opacity: 0.5;
}.edu-global-X2Rm .container {
    gap: 3rem;
    flex-wrap: wrap;
    position: relative;
    display: flex;
}.edu-global-X2Rm .company_holder {
    flex: 1 1 400px;
    position: relative;
    border-radius: 13px;
    padding: 0;
}.edu-global-X2Rm .company_holder::before {
    left: 0;
    opacity: 0.1;
    background-image:
        linear-gradient(0deg, transparent 24px, rgb(184,164,185) 25px, rgb(184,164,185) 26px, transparent 27px, transparent 49px),
        linear-gradient(90deg, transparent 24px, rgb(184,164,185) 25px, rgb(184,164,185) 26px, transparent 27px, transparent 49px);
    background-size: 50px 50px;
    border-radius: 13px;
    height: 100%;
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
}.edu-global-X2Rm .company_holder h3 {
    border-top-right-radius: 13px;
    position: relative;
    border-top-left-radius: 13px;
    font-weight: 700;
    background: rgb(184,164,185);
    color: #ffffff;
    padding: 1.5rem 2rem;
    margin: 0;
    font-size: 30px;
}.edu-global-X2Rm .company_holder h3::after {
    background: #ffffff;
    border-radius: 50%;
    height: 10px;
    content: "";
    width: 10px;
    transform: translateY(-50%);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
    top: 50%;
    right: 15px;
    position: absolute;
}.edu-global-X2Rm .mobile-cta-874X {
    position: relative;
    border-bottom-right-radius: 13px;
    padding: 2rem;
    line-height: 1.6;
    border-bottom-left-radius: 13px;
    font-size: 12px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
}.edu-global-X2Rm .mobile-cta-874X::before {
    position: absolute;
    left: -10px;
    background: rgb(184,164,185);
    border-radius: 50%;
    top: 2rem;
    width: 20px;
    content: "";
    height: 20px;
    opacity: 0.6;
}.edu-global-X2Rm .mobile-cta-874X::after {
    border-radius: 50%;
    content: "";
    bottom: 2rem;
    background: rgb(184,164,185);
    height: 20px;
    right: -10px;
    opacity: 0.6;
    width: 20px;
    position: absolute;
}.edu-global-X2Rm .eco-foot-4jR6 {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}.edu-global-X2Rm .nav-section-iQkB {
    flex-wrap: wrap;
    gap: 3rem;
    display: flex;
}.edu-global-X2Rm .head-section-UxK1 {
    min-width: 200px;
    position: relative;
    flex: 1 1 calc(50% - 1.5rem);
    border-radius: 13px;
    overflow: hidden;
}.edu-global-X2Rm .head-section-UxK1::before {
    top: 0;
    left: 0;
    content: "";
    z-index: -1;
    border-radius: 13px;
    bottom: 0;
    right: 0;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
    position: absolute;
}.edu-global-X2Rm .head-section-UxK1 h5 {
    position: relative;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    display: flex;
    background: rgb(184,164,185);
    padding: 1rem 1.5rem;
    font-size: 19px;
    align-items: center;
}.edu-global-X2Rm .head-section-UxK1 h5::before {
    background: #ffffff;
    content: "";
    height: 8px;
    display: inline-block;
    width: 8px;
    border-radius: 50%;
    margin-right: 10px;
}.edu-global-X2Rm .head-section-UxK1 h5::after {
    height: 6px;
    background: #ffffff;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 6px;
    top: 50%;
    right: 15px;
    content: "";
}.edu-global-X2Rm .head-section-UxK1 .nav-section-iQkB {
    background: rgba(255, 255, 255, 0.05);
    flex-direction: column;
    gap: 2px;
    padding: 1.5rem;
    display: flex;
}.edu-global-X2Rm .head-section-UxK1 .nav-section-iQkB a {
    font-size: 12px;
    text-decoration: none;
    position: relative;
    padding: 0.8rem 1rem 0.8rem 2rem;
    transition: all 0.3s ease;
    display: block;
    border-radius: 10px;
    color: #ffffff;
}.edu-global-X2Rm .head-section-UxK1 .nav-section-iQkB a::before {
    width: 6px;
    height: 6px;
    top: 50%;
    transform: translateY(-50%);
    left: 0.7rem;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgb(184,164,185);
}.edu-global-X2Rm .head-section-UxK1 .nav-section-iQkB a:hover {
    background: rgba(255, 255, 255, 0.1);
}.edu-global-X2Rm .head-section-UxK1 .nav-section-iQkB a:hover::before {
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
}.sustain-cta-ko0q {
    position: relative;
    margin-top: 2.5rem;
    background: rgb(184,164,185);
    padding: 2rem 0;
}.sustain-cta-ko0q::before {
    top: -5px;
    background-image: 
        linear-gradient(90deg, 
            transparent 0px, transparent 20px,
            rgb(216,200,217) 20px, rgb(216,200,217) 40px,
            transparent 40px, transparent 60px,
            rgb(216,200,217) 60px, rgb(216,200,217) 80px,
            transparent 80px, transparent 100px,
            rgb(216,200,217) 100px, rgb(216,200,217) 120px
        );
    position: absolute;
    height: 5px;
    width: 100%;
    content: "";
    background-repeat: repeat-x;
    left: 0;
}.sustain-cta-ko0q .container {
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
}.sustain-cta-ko0q .container::before,
.sustain-cta-ko0q .container::after {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    top: 50%;
    background: rgb(216,200,217);
    transform: translateY(-50%);
    content: "";
    position: absolute;
}.sustain-cta-ko0q .container::before {
    left: 15%;
}.sustain-cta-ko0q .container::after {
    right: 15%;
}.sustain-cta-ko0q .support-cta-RKlB {
    border-radius: 30px;
    background: rgb(216,200,217);
    position: relative;
    color: #ffffff;
    padding: 0.5rem 2rem;
    font-size: 16px;
    display: inline-block;
    text-align: center;
}.sustain-cta-ko0q .support-cta-RKlB::before,
.sustain-cta-ko0q .support-cta-RKlB::after {
    transform: translateY(-50%);
    top: 50%;
    height: 1px;
    background: rgb(216,200,217);
    position: absolute;
    width: 50px;
    content: "";
}.sustain-cta-ko0q .support-cta-RKlB::before {
    margin-right: 15px;
    right: 100%;
}.sustain-cta-ko0q .support-cta-RKlB::after {
    left: 100%;
    margin-left: 15px;
}

@media (max-width: 1200px) {.edu-global-X2Rm .container {
    gap: 2rem;
}.edu-global-X2Rm .company_holder {
    flex: 1 1 350px;
}.edu-global-X2Rm .eco-foot-4jR6 {
    flex: 1 1 calc(100% - 400px);
    min-width: 350px;
}.edu-global-X2Rm .nav-section-iQkB {
    gap: 2rem;
}.sustain-cta-ko0q .container::before {
    left: 5%;
}.sustain-cta-ko0q .container::after {
    right: 5%;
}
}

@media (max-width: 992px) {.edu-global-X2Rm {
    padding: 3.5rem 0 1.5rem;
}.edu-global-X2Rm .container {
    gap: 2.5rem;
    flex-direction: column;
}.edu-global-X2Rm .company_holder,
    .edu-global-X2Rm .eco-foot-4jR6 {
    flex: 1 1 100%;
    min-width: 100%;
}.edu-global-X2Rm .head-section-UxK1 {
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 200px;
}.sustain-cta-ko0q .container::before,
    .sustain-cta-ko0q .container::after {
    display: none;
}
}

@media (max-width: 768px) {.edu-global-X2Rm {
    padding: 3rem 0 1rem;
}.edu-global-X2Rm .nav-section-iQkB {
    gap: 1.5rem;
}.edu-global-X2Rm .company_holder h3 {
    font-size: calc(30px - 2px);
    padding: 1.2rem 1.5rem;
}.edu-global-X2Rm .mobile-cta-874X {
    padding: 1.5rem;
}.edu-global-X2Rm .mobile-cta-874X::before,
    .edu-global-X2Rm .mobile-cta-874X::after {
    display: none;
}.sustain-cta-ko0q {
    margin-top: 2rem;
}.sustain-cta-ko0q .support-cta-RKlB::before,
    .sustain-cta-ko0q .support-cta-RKlB::after {
    width: 30px;
}
}

@media (max-width: 576px) {.edu-global-X2Rm {
    padding: 2.5rem 0 0.8rem;
}.edu-global-X2Rm .head-section-UxK1 {
    flex: 1 1 100%;
    min-width: 100%;
}.edu-global-X2Rm .nav-section-iQkB {
    gap: 1rem;
}.edu-global-X2Rm .head-section-UxK1 .nav-section-iQkB a {
    padding: 0.7rem 1rem 0.7rem 1.8rem;
}.edu-global-X2Rm .head-section-UxK1 .nav-section-iQkB a::before {
    left: 0.6rem;
}.sustain-cta-ko0q {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.sustain-cta-ko0q .support-cta-RKlB::before,
    .sustain-cta-ko0q .support-cta-RKlB::after {
    display: none;
}
}

@media (max-width: 420px) {.edu-global-X2Rm::after {
    background-size: 100px 5px;
    height: 5px;
}.edu-global-X2Rm .company_holder h3::after,
    .edu-global-X2Rm .head-section-UxK1 h5::before,
    .edu-global-X2Rm .head-section-UxK1 h5::after {
    display: none;
}.edu-global-X2Rm .head-section-UxK1 h5 {
    padding: 0.8rem 1rem;
}.edu-global-X2Rm .head-section-UxK1 .nav-section-iQkB {
    padding: 1rem;
}.sustain-cta-ko0q .support-cta-RKlB {
    width: 90%;
    padding: 0.4rem 1.5rem;
}}.help-center-ABLN {
    padding: 6rem 2rem;
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    background: linear-gradient(135deg, rgb(241,231,242) 50%, rgba(rgb(216,200,217,0.5), 0.05) 100%);
    overflow: hidden;
}.help-center-ABLN::before {
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 20px,
            rgba(rgb(184,164,185,0.5), 0.03) 20px,
            rgba(rgb(184,164,185,0.5), 0.03) 40px
        );
    left: 0;
    content: "";
    top: 0;
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}.help-center-ABLN::after {
    position: absolute;
    border-radius: 50%;
    right: -5%;
    animation: float 15s infinite ease-in-out;
    background: radial-gradient(circle, rgba(rgb(216,200,217,0.5), 0.1) 0%, transparent 70%);
    top: -15%;
    content: "";
    height: 300px;
    z-index: 1;
    width: 300px;
}.help-center-ABLN h1 {
    opacity: 0;
    position: relative;
    z-index: 2;
    margin-bottom: 3rem;
    text-align: left;
    font-size: 41px;
    transform: translateX(-10px);
    animation: slideIn 0.8s forwards ease-out;
    font-weight: 700;
    color: rgb(216,200,217);
}.help-center-ABLN h1::after {
    bottom: -10px;
    background: rgb(184,164,185);
    height: 4px;
    position: absolute;
    left: 0;
    content: "";
    animation: expandLine 1.2s 0.4s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform: scaleX(0);
    transform-origin: left;
    width: 60px;
}.help-center-ABLN .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.help-center-ABLN .online-contact-QjiI {
    animation: fadeUp 1s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    padding: 2.5rem;
    display: grid;
    border-radius: 4px;
    transform: translateY(20px);
    opacity: 0;
    background: #ffffff;
    gap: 2.5rem;
    grid-template-columns: 1fr;
    box-shadow: 0 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.1), 
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
}.help-center-ABLN .online-contact-QjiI > div {
    transition: transform 0.3s ease;
    position: relative;
}.help-center-ABLN .online-contact-QjiI > div:hover {
    transform: translateY(-5px);
}.help-center-ABLN .online-contact-QjiI > div:first-child {
    color: #000000;
    line-height: 1.6;
    border-left: 3px solid rgb(216,200,217);
    padding-left: 1.5rem;
    font-size: calc(15px * 1.05);
}.help-center-ABLN h6 {
    color: rgb(216,200,217);
    align-items: center;
    margin-bottom: 0.7rem;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    display: flex;
}.help-center-ABLN h6 svg {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}.help-center-ABLN span {
    font-size: 15px;
    display: block;
    margin-left: 1.8rem;
    color: #000000;
}.help-center-ABLN .msg-team-z8oS {
    flex-direction: column;
    display: flex;
    gap: 1.2rem;
}.help-center-ABLN .msg-team-z8oS > div {
    transition: transform 0.3s ease;
}.help-center-ABLN .msg-team-z8oS > div:hover {
    transform: translateX(5px);
}.help-center-ABLN .contact-help-bSIt {
    display: flex;
    transition: color 0.3s ease;
    align-items: center;
    color: rgb(184,164,185);
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
}.help-center-ABLN .contact-help-bSIt:hover {
    color: rgb(216,200,217);
}.help-center-ABLN .contact-help-bSIt svg {
    transition: transform 0.3s ease, fill 0.3s ease;
    transform: scale(0.9);
    margin-left: 0.5rem;
}.help-center-ABLN .contact-help-bSIt:hover svg {
    transform: scale(1);
}.help-center-ABLN svg path {
    transition: fill 0.3s ease;
}.help-center-ABLN .contact-help-bSIt:hover svg path {
    fill: rgb(216,200,217);
}

@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

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

@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(30px, -30px);
    }
}

@media (min-width: 768px) {.help-center-ABLN {
    padding: 8rem 3rem;
}.help-center-ABLN h1 {
    font-size: calc(41px * 1.2);
    margin-bottom: 4rem;
}.help-center-ABLN .online-contact-QjiI {
    grid-template-columns: 2fr 1fr 1fr;
    gap: 3rem;
    padding: 3.5rem;
}.help-center-ABLN h1::after {
    width: 80px;
}.help-center-ABLN::after {
    height: 500px;
    width: 500px;
}
}

@media (min-width: 992px) {.help-center-ABLN {
    padding: 10rem 4rem;
}.help-center-ABLN::before {
    background-size: 60px 60px;
}.help-center-ABLN .online-contact-QjiI {
    padding: 4rem;
}.help-center-ABLN .online-contact-QjiI > div:first-child {
    font-size: calc(15px * 1.1);
}.help-center-ABLN h6 {
    font-size: calc(19px * 1.1);
}
}

@media (max-width: 767px) {.help-center-ABLN {
    padding: 4rem 1.5rem;
}.help-center-ABLN h1 {
    margin-bottom: 2.5rem;
    font-size: calc(41px * 0.9);
}.help-center-ABLN .online-contact-QjiI {
    padding: 2rem;
}.help-center-ABLN .online-contact-QjiI > div:first-child {
    margin-bottom: 1rem;
}.help-center-ABLN .msg-team-z8oS {
    gap: 1rem;
}
}

@media (max-width: 480px) {.help-center-ABLN {
    padding: 3rem 1rem;
}.help-center-ABLN h1 {
    font-size: calc(41px * 0.8);
}.help-center-ABLN .online-contact-QjiI {
    padding: 1.5rem;
}.help-center-ABLN h6 {
    font-size: calc(19px * 0.9);
}.help-center-ABLN span,
    .help-center-ABLN .contact-help-bSIt {
    font-size: calc(15px * 0.9);
}}.our-story-EZC2 {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    color: #ffffff;
}.our-story-EZC2::before {
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, 
    rgba(0, 32, 63, 0.92), 
    rgba(0, 18, 36, 0.86) 50%, 
    rgba(18, 0, 36, 0.9));
    left: 0;
}.our-story-EZC2::after {
    top: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2;
    content: "";
    background-image: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.03) 0px,
    rgba(255, 255, 255, 0.03) 1px,
    transparent 1px,
    transparent 30px
  );
    background-size: 60px 60px;
    width: 100%;
    left: 0;
    height: 100%;
}.our-story-EZC2 .container {
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    max-width: 1200px;
    z-index: 3;
    position: relative;
    grid-template-columns: 1fr;
}.our-story-EZC2 .text-frame-item-WC0Y {
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(216,200,217);
    background: linear-gradient(
    to right bottom,
    rgba(rgb(216,200,217,0.5), 0.25),
    rgba(rgb(184,164,185,0.5), 0.15)
  );
    transform: translateZ(0);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 50px 40px;
    position: relative;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.05);
}.our-story-EZC2 .text-frame-item-WC0Y:hover {
    box-shadow: 
    0 25px 50px rgba(0, 0, 0, 0.25),
    0 0 0 1px rgba(255, 255, 255, 0.1);
    transform: translateY(-5px) translateZ(0);
}.our-story-EZC2 h1 {
    font-size: 40px;
    letter-spacing: -0.5px;
    line-height: 1.1;
    margin-bottom: 30px;
    transform: translateX(-5px);
    color: #ffffff;
    position: relative;
    font-weight: 700;
}.our-story-EZC2 h1::after {
    animation: lineExpand 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    width: 80px;
    bottom: -10px;
    background: rgb(216,200,217);
    content: "";
    transform-origin: left;
    position: absolute;
    left: 0;
    height: 3px;
}@keyframes lineExpand {
  0% { transform: scaleX(0); }
  100% { transform: scaleX(1); }
}

.our-story-EZC2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.our-story-EZC2 li {
    margin-bottom: 20px;
}.our-story-EZC2 h4 {
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
    font-size: calc(18px * 1.2);
    font-weight: 600;
    color: rgb(184,164,185);
}.our-story-EZC2 span {
    line-height: 1.7;
    margin-top: 10px;
    font-size: 14px;
    column-rule: 1px solid rgba(255, 255, 255, 0.1);
    column-gap: 40px;
    columns: 1;
    max-width: 100%;
    display: block;
    position: relative;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 400;
}.our-story-EZC2 .text-frame-item-WC0Y::before {
    transform: rotate(-15deg);
    border: 2px solid rgb(184,164,185);
    position: absolute;
    height: 120px;
    width: 120px;
    opacity: 0.2;
    top: -10px;
    right: 30px;
    border-radius: 50%;
    content: "";
}.our-story-EZC2 .text-frame-item-WC0Y::after {
    opacity: 0.15;
    position: absolute;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    content: "";
    right: -20px;
    z-index: -1;
    bottom: 40px;
    height: 80px;
    width: 80px;
    background: rgb(216,200,217);
}

@media (min-width: 768px) {.our-story-EZC2 {
    padding: 150px 0;
}.our-story-EZC2 .container {
    grid-template-columns: 1fr;
}.our-story-EZC2 .text-frame-item-WC0Y {
    padding: 60px 70px;
    width: calc(100% - 60px);
    margin-left: 60px;
}.our-story-EZC2 h1 {
    font-size: calc(40px * 1.2);
    margin-bottom: 40px;
}.our-story-EZC2 span {
    column-gap: 50px;
    columns: 2;
}
}

@media (min-width: 1200px) {.our-story-EZC2 .text-frame-item-WC0Y {
    margin-left: 100px;
    width: calc(100% - 100px);
    padding: 70px 80px;
}.our-story-EZC2 h1 {
    font-size: calc(40px * 1.4);
}.our-story-EZC2 span {
    column-gap: 60px;
    columns: 2;
}
}

@media (max-width: 767px) {.our-story-EZC2 {
    padding: 80px 0;
}.our-story-EZC2 .text-frame-item-WC0Y {
    padding: 30px 25px;
}.our-story-EZC2 h1 {
    font-size: calc(40px * 0.9);
    margin-bottom: 25px;
}.our-story-EZC2 h4 {
    font-size: 18px;
}.our-story-EZC2 span {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}}.cookie-modal-message-eCGZ {
    position: fixed;
    border-top: 2px solid rgb(216,200,217);
    background: rgb(241,231,242);
    bottom: 0;
    z-index: 90;
    width: 100%;
}#cookie-banner-alert-5FB2 {
    display: none;
}#cookie-banner-alert-5FB2:checked ~ .cookie-modal-message-eCGZ {
    visibility: hidden;
    opacity: 0;
}.user-alert-w45S {
    align-items: center;
    padding: 20px 0;
    justify-content: space-between;
    display: flex;
}.cookie-modal-message-eCGZ h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookie-modal-message-eCGZ p {
    font-size: 18px;
}.cookie-explained-NZV7 {
    margin-right: 10px;
    flex-shrink: 0;
}.cookie-explained-NZV7 svg, .cookie-explained-NZV7 svg path, .cookie-explained-NZV7 img {
    fill: rgb(216,200,217);
    width: 100px;
    height: 100px;
}.consent-learn-Hdvr {
    font-size: 24px;
    line-height: 35px;
    color: rgb(216,200,217);
    min-width: 120px;
    border-bottom: 2px solid rgb(216,200,217);
    flex-shrink: 0;
    text-decoration: none;
    text-align: center;
    margin-left: 10px;
    cursor: pointer;
    white-space: nowrap;
}.cookie-modal-message-eCGZ p a {
    color: rgb(216,200,217);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookie-modal-message-eCGZ {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookie-explained-NZV7 {
    display: none;
}.user-alert-w45S {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookie-modal-message-eCGZ h5 {
    text-align: center;
}.cookie-modal-message-eCGZ p {
    text-align: center;
}.cookies-tracking-piv2 {
    margin-bottom: 20px;
}body .segment-wrapper-tACF .consent-learn-Hdvr {
    margin-bottom: 10px;
    margin-left: 0;
}}
.segment-wrapper-tACF .cookie-modal-message-eCGZ {
    box-shadow: rgb(184,164,185,0.5) 0px 0px 10px 10px;
    background: rgb(216,200,217);
}.segment-wrapper-tACF .user-alert-w45S {
    padding: 40px 0;
    justify-content: space-between;
}.segment-wrapper-tACF .consent-learn-Hdvr {
    background: #ffffff;
    color: rgb(216,200,217);
    margin-left: 30px;
    padding: 10px;
    border: none;
    font-size: 20px;
}.segment-wrapper-tACF .cookies-tracking-piv2 {
    text-align: left;
    color: #ffffff;
}.segment-wrapper-tACF .cookies-tracking-piv2 h5 {
    font-weight: 700;
}.segment-wrapper-tACF .cookies-tracking-piv2 h5, .segment-wrapper-tACF .cookies-tracking-piv2 p {
    color: #ffffff;
}.segment-wrapper-tACF .cookie-modal-message-eCGZ p a {
    color: rgb(184,164,185);
    text-decoration: underline;
}.plan-box-v4Ow {
    position: relative;
    isolation: isolate;
    padding: 120px 0;
    overflow: hidden;
}.plan-box-v4Ow::before {
    z-index: -1;
    top: 0;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgb(216,200,217,0.5), rgba(0, 0, 0, 0.5) 70%);
    height: 100%;
    width: 100%;
    left: 0;
}.plan-box-v4Ow::after {
    content: "";
    height: 100%;
    right: 0;
    position: absolute;
    z-index: -1;
    width: 45%;
    pointer-events: none;
    background: linear-gradient(225deg, rgb(184,164,185,0.5) 10%, transparent 65%);
    top: 0;
}.plan-box-v4Ow .container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1320px;
    position: relative;
}.plan-box-v4Ow .annual-plan-Ial5 {
    align-items: center;
    display: flex;
    position: relative;
    flex-direction: column;
}.plan-box-v4Ow h2 {
    font-weight: 700;
    z-index: 2;
    font-size: 33px;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    position: relative;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: center;
}.plan-box-v4Ow h2::after {
    background: rgb(216,200,217);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    content: "";
    width: 80px;
    display: block;
    transform: translateY(2px);
    height: 4px;
    border-radius: 2px;
    margin: 16px auto 0;
}.plan-box-v4Ow .study-costs-7eOZ {
    letter-spacing: 0.3px;
    max-width: 700px;
    margin: 0 auto 50px;
    line-height: 1.6;
    font-size: calc(14px + 2px);
    font-weight: 400;
    color: #ffffff;
    opacity: 0.9;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
}.plan-box-v4Ow .sub-options-Ox8W {
    display: grid;
    list-style: none;
    margin: 0;
    width: 100%;
    position: relative;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    padding: 0;
    z-index: 2;
    gap: 30px;
}.plan-box-v4Ow .sub-options-Ox8W li {
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    display: flex;
}.plan-box-v4Ow .sub-options-Ox8W li:hover {
    transform: translateY(-8px);
}.plan-box-v4Ow .payment-pricing-9TQe {
    text-decoration: none;
    flex-direction: column;
    width: 100%;
    border-radius: 12px;
    display: flex;
    height: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1),
                0 5px 15px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}.plan-box-v4Ow .payment-pricing-9TQe:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15),
                0 10px 20px rgba(0, 0, 0, 0.1);
}.plan-box-v4Ow .study-rates-8MLV {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    position: relative;
    z-index: 1;
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    box-sizing: border-box;
    flex-grow: 1;
}.plan-box-v4Ow .study-rates-8MLV::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(145deg, rgba(rgb(216,200,217), 0.03), rgba(rgb(184,164,185), 0.05));
    z-index: -1;
    left: 0;
    position: absolute;
    top: 0;
}.plan-box-v4Ow .study-rates-8MLV::after {
    z-index: -1;
    transform: translate(50%, -50%);
    right: 0;
    top: 0;
    transition: all 0.5s ease;
    background: linear-gradient(225deg, rgb(216,200,217,0.5) 10%, transparent 70%);
    border-radius: 0 0 0 180px;
    opacity: 0.1;
    content: "";
    width: 180px;
    height: 180px;
    position: absolute;
}.plan-box-v4Ow .payment-pricing-9TQe:hover .study-rates-8MLV::after {
    transform: translate(40%, -40%) scale(1.1);
    opacity: 0.2;
}.plan-box-v4Ow .cost-rates-3GV4 {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 35px 25px;
    position: relative;
    z-index: 2;
}.plan-box-v4Ow .cost-rates-3GV4::before {
    background: linear-gradient(to top, rgba(rgb(216,200,217), 0.03), transparent);
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 40%;
    content: "";
    z-index: -1;
}.plan-box-v4Ow .cost-rates-3GV4 h4 {
    color: #000000;
    display: inline-block;
    position: relative;
    margin: 0 0 20px;
    font-weight: 600;
    font-size: calc(21px + 2px);
}.plan-box-v4Ow .cost-rates-3GV4 h4::after {
    position: absolute;
    left: 0;
    height: 3px;
    background: rgb(216,200,217);
    bottom: -8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    width: 40px;
    border-radius: 2px;
    content: "";
}.plan-box-v4Ow .cost-rates-3GV4 p {
    overflow-wrap: break-word;
    word-break: break-word;
    margin: 0 0 30px;
    font-size: 14px;
    hyphens: auto;
    line-height: 1.6;
    flex-grow: 1;
    color: #000000;
}.plan-box-v4Ow .fee-struct-i7zU {
    border-radius: 8px;
    transition: all 0.3s ease;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4));
    position: relative;
    display: inline-block;
    backdrop-filter: blur(4px);
    padding: 10px 20px;
    font-weight: 700;
    color: rgb(216,200,217);
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.05),
        -6px -6px 12px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6);
    margin-top: auto;
    font-size: calc(21px + 6px);
    align-self: flex-start;
}.plan-box-v4Ow .payment-pricing-9TQe:hover .fee-struct-i7zU {
    transform: scale(1.05);
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.07),
        -8px -8px 16px rgba(255, 255, 255, 0.9),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5));
}

@media (max-width: 1200px) {.plan-box-v4Ow {
    padding: 100px 0;
}.plan-box-v4Ow .sub-options-Ox8W {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.plan-box-v4Ow h2 {
    font-size: calc(33px - 2px);
}.plan-box-v4Ow .study-costs-7eOZ {
    margin-bottom: 40px;
    font-size: 14px;
}
}

@media (max-width: 992px) {.plan-box-v4Ow {
    padding: 80px 0;
}.plan-box-v4Ow .sub-options-Ox8W {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}.plan-box-v4Ow .cost-rates-3GV4 {
    padding: 30px 20px;
}.plan-box-v4Ow .fee-struct-i7zU {
    font-size: calc(21px + 2px);
    padding: 8px 16px;
}
}

@media (max-width: 768px) {.plan-box-v4Ow {
    padding: 60px 0;
}.plan-box-v4Ow .sub-options-Ox8W {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 500px;
}.plan-box-v4Ow h2 {
    font-size: calc(33px - 4px);
}.plan-box-v4Ow .cost-rates-3GV4 h4 {
    font-size: 21px;
}.plan-box-v4Ow .cost-rates-3GV4 p {
    font-size: calc(14px - 1px);
}
}

@media (max-width: 576px) {.plan-box-v4Ow {
    padding: 50px 0;
}.plan-box-v4Ow h2 {
    font-size: calc(33px - 6px);
}.plan-box-v4Ow .study-costs-7eOZ {
    font-size: calc(14px - 1px);
    margin-bottom: 30px;
}.plan-box-v4Ow .cost-rates-3GV4 {
    padding: 25px 18px;
}.plan-box-v4Ow .fee-struct-i7zU {
    font-size: 21px;
    padding: 6px 12px;
}}.leadership-experience-Li8r {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(170deg, rgb(241,231,242) 0%, rgb(216,200,217,0.5) 100%);
    position: relative;
}.leadership-experience-Li8r::before {
    width: 100%;
    opacity: 0.04;
    content: "";
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 20px,
            rgb(216,200,217,0.5) 20px,
            rgb(216,200,217,0.5) 21px
        );
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
}.leadership-experience-Li8r::after {
    filter: blur(80px);
    position: absolute;
    height: 100%;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(216,200,217,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(184,164,185,0.5) 0%, transparent 40%);
    left: 0;
    top: 0;
    content: "";
    opacity: 0.3;
}.leadership-experience-Li8r .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}.leadership-experience-Li8r .student-voices-1SxC {
    position: relative;
    display: flex;
    margin: 0 auto;
    align-items: center;
    max-width: 1000px;
    flex-direction: column;
}.leadership-experience-Li8r .student-voices-1SxC::before {
    border: 1px solid rgb(216,200,217,0.5);
    left: 50%;
    opacity: 0.2;
    content: "";
    animation: orbit 20s linear infinite;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 500px;
    height: 500px;
    position: absolute;
    border-radius: 50%;
}.leadership-experience-Li8r .student-voices-1SxC::after {
    opacity: 0.15;
    position: absolute;
    height: 400px;
    width: 400px;
    top: 50%;
    border-radius: 50%;
    content: "";
    border: 1px dashed rgb(184,164,185,0.5);
    animation: orbit 15s linear infinite reverse;
    transform: translate(-50%, -50%);
    left: 50%;
}@keyframes orbit {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.leadership-experience-Li8r .img-wrap-WgYV {
    height: 240px;
    position: relative;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 240px;
    border-radius: 50%;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 0 0 10px rgba(255, 255, 255, 0.1),
        0 0 0 20px rgba(255, 255, 255, 0.05);
    margin-bottom: 30px;
    z-index: 5;
}.leadership-experience-Li8r .img-wrap-WgYV::before {
    content: "";
    z-index: -1;
    opacity: 0.4;
    inset: -30px;
    animation: spin 12s linear infinite;
    position: absolute;
    background: conic-gradient(
        from 0deg,
        transparent 0deg, 
        rgb(216,200,217,0.5) 90deg,
        transparent 180deg,
        rgb(184,164,185,0.5) 270deg,
        transparent 360deg
    );
    border-radius: 50%;
}.leadership-experience-Li8r .img-wrap-WgYV::after {
    content: "";
    border-radius: 50%;
    z-index: 2;
    background: 
        radial-gradient(
            circle at 30% 30%,
            rgba(255, 255, 255, 0.3) 0%,
            transparent 50%
        );
    inset: 0;
    position: absolute;
}@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.leadership-experience-Li8r .name {
    color: #000000;
    text-fill-color: transparent;
    z-index: 3;
    background-clip: text !important;
    font-size: 41px;
    -webkit-text-fill-color: transparent;
    position: relative;
    -webkit-background-clip: text !important;
    margin-bottom: 15px;
    background: linear-gradient(
        to right,
        #000000 0%,
        rgb(216,200,217) 100%
    );
    font-weight: 700;
    text-align: center;
    transition: all 0.3s ease;
}.leadership-experience-Li8r .name::after {
    position: absolute;
    transition: width 0.4s ease;
    transform: translateX(-50%);
    width: 0;
    bottom: -8px;
    background: linear-gradient(
        to right,
        rgb(216,200,217) 0%,
        rgb(184,164,185) 100%
    );
    left: 50%;
    height: 2px;
    content: "";
}.leadership-experience-Li8r .student-voices-1SxC:hover .name::after {
    width: 80px;
}.leadership-experience-Li8r .student-voices-1SxC span:not(.name) {
    font-size: 16px;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    border-radius: 30px;
    color: rgb(184,164,185);
    opacity: 0.9;
    border: 1px solid rgba(255, 255, 255, 0.15);
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-weight: 600;
    padding: 8px 20px;
    margin-bottom: 30px;
    z-index: 3;
}.leadership-experience-Li8r .student-voices-1SxC:hover span:not(.name) {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}.leadership-experience-Li8r .exp-skills-7RQ6 {
    position: relative;
    z-index: 3;
    line-height: 1.8;
    text-align: center;
    color: #000000;
    max-width: 650px;
    margin: 0;
    border-radius: 22px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    padding: 35px 45px;
    background: #ffffff;
    font-size: 12px;
}.leadership-experience-Li8r .exp-skills-7RQ6::before,
.leadership-experience-Li8r .exp-skills-7RQ6::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
}.leadership-experience-Li8r .exp-skills-7RQ6::before {
    left: 25px;
    border-left: 2px solid rgb(216,200,217);
    top: 25px;
    border-top: 2px solid rgb(216,200,217);
}.leadership-experience-Li8r .exp-skills-7RQ6::after {
    bottom: 25px;
    right: 25px;
    border-bottom: 2px solid rgb(184,164,185);
    border-right: 2px solid rgb(184,164,185);
}.leadership-experience-Li8r .student-voices-1SxC:hover .img-wrap-WgYV {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 0 0 15px rgba(255, 255, 255, 0.2),
        0 0 0 30px rgba(255, 255, 255, 0.05);
    transform: scale(1.05);
}

@media (max-width: 991px) {.leadership-experience-Li8r {
    padding: 90px 0;
}.leadership-experience-Li8r .img-wrap-WgYV {
    width: 200px;
    margin-bottom: 25px;
    height: 200px;
}.leadership-experience-Li8r .student-voices-1SxC::before {
    width: 400px;
    height: 400px;
}.leadership-experience-Li8r .student-voices-1SxC::after {
    width: 320px;
    height: 320px;
}.leadership-experience-Li8r .name {
    font-size: calc(41px * 0.9);
}.leadership-experience-Li8r .exp-skills-7RQ6 {
    padding: 30px 35px;
    max-width: 600px;
}
}

@media (max-width: 767px) {.leadership-experience-Li8r {
    padding: 70px 0;
}.leadership-experience-Li8r .img-wrap-WgYV {
    margin-bottom: 20px;
    height: 180px;
    width: 180px;
}.leadership-experience-Li8r .student-voices-1SxC::before {
    width: 320px;
    height: 320px;
}.leadership-experience-Li8r .student-voices-1SxC::after {
    width: 260px;
    height: 260px;
}.leadership-experience-Li8r .name {
    font-size: calc(41px * 0.8);
}.leadership-experience-Li8r .student-voices-1SxC span:not(.name) {
    font-size: calc(16px * 0.95);
    padding: 6px 16px;
    margin-bottom: 25px;
}.leadership-experience-Li8r .exp-skills-7RQ6 {
    max-width: 100%;
    font-size: calc(12px * 0.95);
    padding: 25px 30px;
}.leadership-experience-Li8r .exp-skills-7RQ6::before,
    .leadership-experience-Li8r .exp-skills-7RQ6::after {
    height: 8px;
    width: 8px;
}.leadership-experience-Li8r .exp-skills-7RQ6::before {
    left: 20px;
    top: 20px;
}.leadership-experience-Li8r .exp-skills-7RQ6::after {
    bottom: 20px;
    right: 20px;
}
}

@media (max-width: 575px) {.leadership-experience-Li8r {
    padding: 50px 0;
}.leadership-experience-Li8r .img-wrap-WgYV {
    width: 150px;
    margin-bottom: 18px;
    height: 150px;
}.leadership-experience-Li8r .student-voices-1SxC::before {
    height: 260px;
    width: 260px;
}.leadership-experience-Li8r .student-voices-1SxC::after {
    height: 200px;
    width: 200px;
}.leadership-experience-Li8r .name {
    font-size: calc(41px * 0.7);
}.leadership-experience-Li8r .student-voices-1SxC span:not(.name) {
    font-size: calc(16px * 0.9);
    letter-spacing: 1px;
    padding: 5px 12px;
    margin-bottom: 20px;
}.leadership-experience-Li8r .exp-skills-7RQ6 {
    font-size: calc(12px * 0.9);
    padding: 20px 25px;
}.leadership-experience-Li8r .exp-skills-7RQ6::before,
    .leadership-experience-Li8r .exp-skills-7RQ6::after {
    height: 6px;
    width: 6px;
}.leadership-experience-Li8r .exp-skills-7RQ6::before {
    left: 15px;
    top: 15px;
}.leadership-experience-Li8r .exp-skills-7RQ6::after {
    bottom: 15px;
    right: 15px;
}}header {
    padding: 1.5rem 0;
    position: relative;
    background: linear-gradient(to right, rgb(241,231,242), #ffffff);
    z-index: 100;
    box-shadow: 0 5px 15px rgb(216,200,217,0.5);
}header .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 1.5rem;
}header .page-nav-FDfW {
    display: flex;
    gap: 1.2rem;
    flex-direction: column;
    align-items: center;
}header .head-tutor-SYI1 {
    padding: 0.5rem;
    position: relative;
    text-decoration: none;
    border-radius: 10px;
    display: block;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
}header .head-tutor-SYI1::after {
    height: 2px;
    opacity: 0.7;
    position: absolute;
    content: '';
    bottom: -5px;
    width: 100%;
    background: linear-gradient(to right, transparent, rgb(216,200,217), transparent);
    left: 0;
}header .head-tutor-SYI1 svg {
    transition: transform 0.3s ease;
    height: auto;
    width: 180px;
}header .head-tutor-SYI1:hover svg {
    transform: scale(1.05);
}header .head-section-UxK1 {
    padding: 0.8rem;
    width: 100%;
    border-radius: 12px;
    gap: 0.5rem;
    background: linear-gradient(to right, rgb(216,200,217,0.5), rgb(184,164,185,0.5));
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}header .head-lesson-qvkI {
    font-weight: 400;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
    background: #ffffff;
    font-size: 17px;
    border-radius: 10px;
    text-decoration: none;
    padding: 0.6rem 1.2rem;
    transition: all 0.3s ease;
    color: #000000;
}header .head-lesson-qvkI:hover {
    background: linear-gradient(135deg, rgb(216,200,217), rgb(184,164,185));
    box-shadow: 0 4px 8px rgb(216,200,217,0.5);
    color: #ffffff;
    transform: translateY(-2px);
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .head-tutor-SYI1 svg {
    width: 160px;
}header .head-section-UxK1 {
    padding: 0.7rem;
}header .head-lesson-qvkI {
    padding: 0.5rem 1rem;
    font-size: calc(17px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .page-nav-FDfW {
    gap: 1rem;
}header .head-tutor-SYI1 svg {
    width: 140px;
}header .head-section-UxK1 {
    gap: 0.4rem;
    padding: 0.6rem;
}header .head-lesson-qvkI {
    font-size: calc(17px - 2px);
    padding: 0.4rem 0.8rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .page-nav-FDfW {
    gap: 0.8rem;
}header .head-tutor-SYI1 svg {
    width: 120px;
}header .head-section-UxK1 {
    justify-content: flex-start;
    padding: 0.5rem;
    flex-wrap: nowrap;
    overflow-x: auto;
}header .head-section-UxK1::-webkit-scrollbar {
    height: 3px;
}header .head-section-UxK1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(216,200,217);
}header .head-lesson-qvkI {
    white-space: nowrap;
    flex-shrink: 0;
    padding: 0.4rem 0.7rem;
    font-size: calc(17px - 2px);
}}.newsletter-iFE5 {
    padding: 5rem 0;
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, rgb(216,200,217,0.5), rgb(184,164,185));
    overflow: hidden;
}.newsletter-iFE5::before {
    z-index: -1;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 10px,
        transparent 10px,
        transparent 20px
    );
    width: 100%;
    left: 0;
    height: 100%;
    content: "";
    top: 0;
}.newsletter-iFE5::after {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08));
    z-index: -1;
    transform: rotate(-35deg) translateY(-50%);
    position: absolute;
    right: -5%;
    width: 40%;
    top: 50%;
    content: "";
    height: 200%;
}.newsletter-iFE5 .container {
    position: relative;
    padding: 0 1.5rem;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.newsletter-iFE5 .community-team-vTFs {
    padding: 3rem;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(10px);
    flex-direction: column;
}.newsletter-iFE5 .community-team-vTFs:hover {
    transform: perspective(1000px) rotateX(0deg);
}.newsletter-iFE5 h4 {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.4;
    position: relative;
    animation: slideInTitle 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.2s;
    font-weight: 600;
    transform: translateX(-10px);
    opacity: 0;
    margin-bottom: 2rem;
}.newsletter-iFE5 h4::before {
    position: absolute;
    background: rgb(184,164,185);
    width: 4px;
    top: 50%;
    animation: growBar 0.6s ease-out forwards 1s;
    height: 0;
    content: "";
    transform: translateY(-50%);
    left: -20px;
}.newsletter-iFE5 .input_holder {
    animation: slideUpForm 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.4s;
    gap: 1rem;
    transform: translateY(10px);
    flex-wrap: wrap;
    opacity: 0;
    position: relative;
    display: flex;
}.newsletter-iFE5 .input_holder span {
    flex: 1 1 250px;
    position: relative;
}.newsletter-iFE5 .input_holder input[type="email"] {
    width: 100%;
    border-left: 3px solid transparent;
    font-size: 13px;
    outline: none;
    color: #000000;
    transition: all 0.3s ease;
    background: #ffffff;
    padding: 1rem 1.5rem;
    border: none;
}.newsletter-iFE5 .input_holder input[type="email"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-left: 3px solid rgb(184,164,185);
}.newsletter-iFE5 .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
}.newsletter-iFE5 .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.5;
    transform: translateX(5px);
}.newsletter-iFE5 .input_holder .support-block-5M0P {
    font-weight: 600;
    border: none;
    outline: none;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: linear-gradient(135deg, rgb(184,164,185), rgb(216,200,217));
    z-index: 1;
    cursor: pointer;
    font-size: 17px;
    position: relative;
    padding: 1rem 2rem;
    overflow: hidden;
    white-space: nowrap;
    color: #ffffff;
    display: inline-block;
}.newsletter-iFE5 .input_holder .support-block-5M0P::before {
    content: "";
    position: absolute;
    width: 100%;
    left: -100%;
    z-index: -1;
    transition: all 0.6s ease;
    height: 100%;
    top: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
}.newsletter-iFE5 .input_holder .support-block-5M0P:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}.newsletter-iFE5 .input_holder .support-block-5M0P:hover::before {
    left: 100%;
}.newsletter-iFE5 .input_holder .support-block-5M0P:active {
    transform: translateY(0);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

@keyframes slideInTitle {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

@keyframes growBar {
    to {
        height: 70%;
    }
}

@media screen and (min-width: 768px) {.newsletter-iFE5 .community-team-vTFs {
    flex-direction: row;
    padding: 3.5rem 4rem;
    align-items: center;
    gap: 2rem;
}.newsletter-iFE5 h4 {
    max-width: 60%;
    margin-bottom: 0;
    flex: 1;
}.newsletter-iFE5 .input_holder {
    flex: 1;
    justify-content: flex-end;
}
}

@media screen and (max-width: 767px) {.newsletter-iFE5 {
    padding: 4rem 0;
}.newsletter-iFE5 .community-team-vTFs {
    padding: 2rem;
}.newsletter-iFE5 h4 {
    text-align: center;
    font-size: calc(20px * 0.9);
}.newsletter-iFE5 h4::before {
    left: -15px;
}.newsletter-iFE5 .input_holder {
    justify-content: center;
}.newsletter-iFE5 .input_holder span {
    flex: 1 1 100%;
}
}

@media screen and (max-width: 480px) {.newsletter-iFE5 {
    padding: 3rem 0;
}.newsletter-iFE5 .community-team-vTFs {
    padding: 1.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.newsletter-iFE5 h4 {
    font-size: calc(20px * 0.8);
    margin-bottom: 1.5rem;
}.newsletter-iFE5 .input_holder input[type="email"],
    .newsletter-iFE5 .input_holder .support-block-5M0P {
    padding: 0.8rem 1.2rem;
}}.course-features-NTJY {
    overflow: hidden;
    padding: 120px 0;
    background: rgb(241,231,242);
    position: relative;
}.course-features-NTJY::before {
    animation: gridMove 40s linear infinite;
    opacity: 0.15;
    height: 100%;
    position: absolute;
    left: 0;
    background-size: 20px 20px;
    z-index: 1;
    content: "";
    top: 0;
    background: 
        linear-gradient(0deg, transparent 95%, rgb(216,200,217,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(216,200,217,0.5) 100%);
    width: 100%;
}.course-features-NTJY::after {
    position: absolute;
    content: "";
    opacity: 0.2;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgb(216,200,217,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(184,164,185,0.5) 0%, transparent 40%);
    left: 0;
}@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

.course-features-NTJY .container {
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
}.course-features-NTJY .knowledge-base-BxH4 {
    width: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 60px;
    justify-content: center;
    align-items: center;
    max-width: 900px;
}.course-features-NTJY .text-frame-item-WC0Y {
    width: 100%;
    text-align: center;
    z-index: 3;
    background: rgba(255, 255, 255, 0.02);
    padding: 40px;
    border-radius: 13px;
    backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.course-features-NTJY .text-frame-item-WC0Y::before {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    border: 1px solid rgb(216,200,217,0.5);
    border-radius: 13px;
    top: 0;
    pointer-events: none;
    opacity: 0.3;
    content: "";
}.course-features-NTJY .text-frame-item-WC0Y::after {
    width: 60px;
    background: linear-gradient(to right, rgb(216,200,217), rgb(184,164,185));
    left: calc(50% - 30px);
    content: "";
    top: -15px;
    position: absolute;
    height: 3px;
}.course-features-NTJY .text-frame-item-WC0Y h2 {
    position: relative;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 28px;
    color: #000000;
}.course-features-NTJY .text-frame-item-WC0Y h2::after {
    position: absolute;
    left: calc(50% - 40px);
    bottom: -10px;
    content: "";
    background: rgb(216,200,217,0.5);
    height: 2px;
    width: 80px;
}.course-features-NTJY .text-frame-item-WC0Y .description {
    max-width: 800px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #000000;
    font-size: 17px;
    margin-right: auto;
    margin-left: auto;
}.course-features-NTJY .text-frame-item-WC0Y .description:last-child {
    margin-bottom: 0;
}.course-features-NTJY .img-wrap-WgYV {
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    height: 450px;
    border-radius: 13px;
    z-index: 2;
    width: 100%;
    position: relative;
}.course-features-NTJY .container::before {
    top: 0;
    opacity: 0.05;
    background-image: 
        linear-gradient(to right, rgb(216,200,217,0.5) 0.5px, transparent 1px),
        linear-gradient(to bottom, rgb(216,200,217,0.5) 0.5px, transparent 1px),
        radial-gradient(circle at 50px 50px, rgb(216,200,217,0.5) 2px, transparent 2px),
        radial-gradient(circle at 150px 150px, rgb(184,164,185,0.5) 2px, transparent 2px),
        radial-gradient(circle at 250px 250px, rgb(216,200,217,0.5) 2px, transparent 2px);
    width: 100%;
    animation: circuitPulse 8s infinite alternate;
    z-index: 0;
    left: 0;
    position: absolute;
    background-size: 50px 50px, 50px 50px, 200px 200px, 200px 200px, 200px 200px;
    height: 100%;
    content: "";
}@keyframes circuitPulse {
    0% {
        opacity: 0.03;
    }
    100% {
        opacity: 0.07;
    }
}

.course-features-NTJY .knowledge-base-BxH4::before {
    z-index: 0;
    top: -100px;
    position: absolute;
    animation: floatParticles 40s linear infinite;
    height: calc(100% + 200px);
    background-size: 600px 600px;
    width: calc(100% + 200px);
    opacity: 0.2;
    background-image: 
        radial-gradient(circle at 100px 100px, rgb(216,200,217,0.5) 1px, transparent 1px),
        radial-gradient(circle at 200px 200px, rgb(184,164,185,0.5) 1px, transparent 1px),
        radial-gradient(circle at 300px 300px, rgb(216,200,217,0.5) 1px, transparent 1px),
        radial-gradient(circle at 400px 100px, rgb(184,164,185,0.5) 1px, transparent 1px),
        radial-gradient(circle at 500px 200px, rgb(216,200,217,0.5) 1px, transparent 1px);
    left: -100px;
    content: "";
}@keyframes floatParticles {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 600px 600px;
    }
}

.course-features-NTJY .knowledge-base-BxH4::after {
    content: "";
    height: 2px;
    position: absolute;
    left: calc(50% - 50px);
    width: 100px;
    bottom: -30px;
    background: linear-gradient(to right, transparent, rgb(184,164,185,0.5), transparent);
}.course-features-NTJY .container::after {
    top: 0;
    width: 100%;
    background-image: 
        repeating-linear-gradient(60deg, rgb(216,200,217,0.5) 0, rgb(216,200,217,0.5) 1px, transparent 1px, transparent 30px),
        repeating-linear-gradient(120deg, rgb(216,200,217,0.5) 0, rgb(216,200,217,0.5) 1px, transparent 1px, transparent 30px),
        repeating-linear-gradient(180deg, rgb(216,200,217,0.5) 0, rgb(216,200,217,0.5) 1px, transparent 1px, transparent 30px);
    left: 0;
    opacity: 0.03;
    position: absolute;
    content: "";
    z-index: 0;
    background-size: 50px 86.6px;
    animation: hexMove 60s linear infinite;
    height: 100%;
}@keyframes hexMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 86.6px;
    }
}

@keyframes techPulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

.course-features-NTJY .img-wrap-WgYV::after {
    animation: borderGlow 4s infinite alternate;
}@keyframes borderGlow {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.7;
    }
}

@keyframes reveal {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.course-features-NTJY .text-frame-item-WC0Y h2 {
    animation: reveal 0.8s forwards;
}.course-features-NTJY .text-frame-item-WC0Y .description:nth-child(2) {
    animation: reveal 0.8s 0.2s forwards;
}.course-features-NTJY .text-frame-item-WC0Y .description:nth-child(3) {
    animation: reveal 0.8s 0.4s forwards;
}

@keyframes scanLines {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 0 0, 0 450px;
    }
}

@media (min-width: 992px) {.course-features-NTJY .knowledge-base-BxH4 {
    gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: grid;
}.course-features-NTJY .text-frame-item-WC0Y {
    z-index: 4;
    grid-row: 2;
    margin-top: -80px;
}.course-features-NTJY .img-wrap-WgYV {
    grid-row: 1;
    height: 500px;
}
}

@media (max-width: 991px) {.course-features-NTJY {
    padding: 80px 0;
}.course-features-NTJY .knowledge-base-BxH4 {
    gap: 40px;
}.course-features-NTJY .text-frame-item-WC0Y {
    padding: 30px;
}.course-features-NTJY .img-wrap-WgYV {
    height: 400px;
}
}

@media (max-width: 768px) {.course-features-NTJY {
    padding: 60px 0;
}.course-features-NTJY .text-frame-item-WC0Y {
    padding: 25px;
}.course-features-NTJY .img-wrap-WgYV {
    height: 350px;
}.course-features-NTJY .text-frame-item-WC0Y h2 {
    font-size: calc(28px * 0.9);
}
}

@media (max-width: 576px) {.course-features-NTJY {
    padding: 50px 0;
}.course-features-NTJY .text-frame-item-WC0Y {
    padding: 20px;
}.course-features-NTJY .img-wrap-WgYV {
    height: 300px;
}.course-features-NTJY .text-frame-item-WC0Y h2 {
    font-size: calc(28px * 0.8);
}.course-features-NTJY .text-frame-item-WC0Y .description {
    font-size: calc(17px * 0.95);
}
}

@media (min-width: 992px) {.course-features-NTJY .text-frame-item-WC0Y:hover {
    transition: transform 0.3s ease;
    transform: translateY(-5px);
}.course-features-NTJY .text-frame-item-WC0Y:hover::before {
    border-color: rgb(216,200,217);
    opacity: 0.5;
    transition: all 0.3s ease;
}.course-features-NTJY .img-wrap-WgYV:hover::after {
    transition: opacity 0.3s ease;
    opacity: 0.8;
}}
.educational-yield-dLAP {
    overflow: hidden;
    position: relative;
    background: rgb(241,231,242);
    padding: 7rem 0;
}.educational-yield-dLAP::before {
    position: absolute;
    width: 70vw;
    height: 70vw;
    opacity: 0.8;
    top: -35vw;
    z-index: 1;
    background: linear-gradient(135deg, rgb(216,200,217,0.5) 0%, rgb(184,164,185,0.5) 100%);
    content: '';
    border-radius: 50%;
    right: -35vw;
}.educational-yield-dLAP::after {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(184,164,185,0.5) 0%, rgb(216,200,217,0.5) 100%);
    z-index: 1;
    width: 50vw;
    content: '';
    bottom: -25vw;
    opacity: 0.6;
    height: 50vw;
    left: -25vw;
}.educational-yield-dLAP .community-team-vTFs {
    z-index: 2;
    padding: 0;
    position: relative;
    max-width: 1300px;
    display: flex;
    margin: 0 auto;
}.educational-yield-dLAP .img-wrap-WgYV {
    position: relative;
    border-radius: 50% 0 0 50%;
    margin-left: -5vw;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    width: 45%;
    height: 550px;
    z-index: 3;
}.educational-yield-dLAP .img-wrap-WgYV::before {
    height: 110%;
    position: absolute;
    animation: rotate 20s linear infinite;
    top: -5%;
    width: 110%;
    content: '';
    border-radius: 50% 0 0 50%;
    z-index: -1;
    border: 2px dashed rgb(216,200,217,0.5);
    left: -5%;
}.educational-yield-dLAP .img-wrap-WgYV::after {
    background: linear-gradient(90deg, rgb(216,200,217,0.5) 0%, transparent 100%);
    border-radius: 50% 0 0 50%;
    inset: 0;
    z-index: 1;
    position: absolute;
    content: '';
}.educational-yield-dLAP .text-frame-item-WC0Y {
    padding: 3rem 2rem 3rem 5rem;
    position: relative;
    width: 60%;
}.educational-yield-dLAP h2 {
    position: relative;
    margin-bottom: 3rem;
    font-weight: 700;
    font-size: 34px;
    color: #000000;
}.educational-yield-dLAP h2::after {
    height: 4px;
    border-radius: 10px;
    width: 80px;
    bottom: -15px;
    left: 0;
    position: absolute;
    background: rgb(216,200,217);
    content: '';
}.educational-yield-dLAP .text_main_holder {
    flex-direction: column;
    gap: 2rem;
    display: flex;
    position: relative;
}.educational-yield-dLAP .text_main_holder::before {
    left: -2rem;
    top: 0;
    content: '';
    position: absolute;
    background: linear-gradient(to bottom, rgb(216,200,217,0.5), transparent);
    width: 2px;
    height: 100%;
}.educational-yield-dLAP .text_main_holder > div {
    align-items: center;
    position: relative;
    display: flex;
    transition: all 0.3s ease;
}.educational-yield-dLAP .text_main_holder > div::before {
    transition: all 0.3s ease;
    height: 12px;
    border-radius: 50%;
    content: '';
    border: 2px solid rgb(216,200,217);
    position: absolute;
    background: #ffffff;
    left: -2.3rem;
    width: 12px;
}.educational-yield-dLAP .text_main_holder > div:hover::before {
    background: rgb(216,200,217);
    transform: scale(1.3);
}.educational-yield-dLAP .text_main_holder > div:hover {
    transform: translateX(10px);
}.educational-yield-dLAP .text_main_holder svg {
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 3rem;
    width: 3rem;
    margin-right: 1.5rem;
    padding: 0.7rem;
    transition: all 0.3s ease;
    background: #ffffff;
}.educational-yield-dLAP .text_main_holder > div:hover svg {
    background: rgb(216,200,217,0.5);
    transform: rotate(10deg);
}.educational-yield-dLAP .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: rgb(216,200,217);
}.educational-yield-dLAP .text_main_holder > div:hover svg path {
    fill: rgb(184,164,185);
}.educational-yield-dLAP .text_main_holder p {
    margin: 0;
    font-size: 12px;
    color: #000000;
    line-height: 1.6;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1200px) {.educational-yield-dLAP .img-wrap-WgYV {
    width: 40%;
    height: 500px;
}.educational-yield-dLAP .text-frame-item-WC0Y {
    padding-left: 4rem;
    width: 65%;
}
}

@media (max-width: 992px) {.educational-yield-dLAP .community-team-vTFs {
    max-width: 90%;
    margin: 0 auto;
    flex-direction: column;
}.educational-yield-dLAP .img-wrap-WgYV {
    width: 100%;
    border-radius: 15px;
    height: 400px;
    margin-left: 0;
    margin-bottom: 3rem;
}.educational-yield-dLAP .img-wrap-WgYV::before {
    border-radius: 15px;
}.educational-yield-dLAP .img-wrap-WgYV::after {
    border-radius: 15px;
}.educational-yield-dLAP .text-frame-item-WC0Y {
    padding: 0;
    width: 100%;
}.educational-yield-dLAP .text_main_holder::before {
    left: -1.5rem;
}.educational-yield-dLAP .text_main_holder > div::before {
    left: -1.8rem;
}
}

@media (max-width: 768px) {.educational-yield-dLAP {
    padding: 5rem 0;
}.educational-yield-dLAP .img-wrap-WgYV {
    height: 350px;
}.educational-yield-dLAP h2 {
    font-size: calc(34px * 0.9);
}
}

@media (max-width: 576px) {.educational-yield-dLAP .community-team-vTFs {
    max-width: 95%;
}.educational-yield-dLAP .img-wrap-WgYV {
    height: 250px;
}.educational-yield-dLAP .text_main_holder {
    margin-left: 1.5rem;
}.educational-yield-dLAP .text_main_holder::before {
    left: -1rem;
}.educational-yield-dLAP .text_main_holder > div::before {
    left: -1.3rem;
}.educational-yield-dLAP .text_main_holder svg {
    height: 2.5rem;
    padding: 0.5rem;
    margin-right: 1rem;
    width: 2.5rem;
}}.contact-panel-rGji {
    background: linear-gradient(
        135deg, 
        rgb(184,164,185,0.5) 0%, 
        rgb(216,200,217,0.5) 100%
    );
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}.contact-panel-rGji::before {
    height: 200%;
    animation: subtle-pulse 12s infinite alternate;
    position: absolute;
    left: -50%;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.05) 0%, 
        transparent 70%
    );
    z-index: 1;
    top: -50%;
    content: '';
    width: 200%;
}.contact-panel-rGji::after {
    bottom: -30%;
    animation: subtle-wave 15s infinite alternate-reverse;
    content: '';
    position: absolute;
    z-index: 1;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.03) 0%, 
        transparent 60%
    );
    right: -30%;
    width: 150%;
    height: 150%;
}.contact-panel-rGji .container {
    position: relative;
    padding: 0 1rem;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.contact-panel-rGji h2 {
    font-weight: 700;
    font-size: 38px;
    text-transform: uppercase;
    margin-bottom: 3rem;
    position: relative;
    text-align: center;
    letter-spacing: -0.02em;
    color: #ffffff;
}.contact-panel-rGji h2::after {
    position: absolute;
    height: 3px;
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(216,200,217), 
        transparent
    );
    bottom: -0.5rem;
    content: '';
    left: 50%;
    width: 80px;
    transform: translateX(-50%);
}.contact-panel-rGji .inquiry-grid-CNDH {
    align-items: stretch;
    overflow: hidden;
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,0.05);
    border-radius: 28px;
    border: 1px solid rgba(255,255,255,0.1);
    display: flex;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}.contact-panel-rGji .img-wrap-WgYV {
    min-height: 500px;
    flex: 0 0 40%;
    position: relative;
}.contact-panel-rGji .img-wrap-WgYV::before {
    left: 0;
    mix-blend-mode: color-dodge;
    content: '';
    height: 100%;
    top: 0;
    opacity: 0.6;
    background: linear-gradient(
        45deg, 
        rgb(184,164,185,0.5) 0%, 
        rgb(216,200,217,0.5) 100%
    );
    position: absolute;
    width: 100%;
}.contact-panel-rGji .help-panel-Qdvm {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 4rem 3rem;
    flex: 0 0 60%;
}.contact-panel-rGji .help-panel-Qdvm form {
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
}.contact-panel-rGji .help-panel-Qdvm h3 {
    font-size: 34px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    margin-bottom: 2rem;
}.contact-panel-rGji .help-panel-Qdvm input:not([type="checkbox"]):not([type="submit"]) {
    border: 1px solid rgba(255,255,255,0.2);
    padding: 1rem 1.5rem;
    background: rgba(255,255,255,0.1);
    margin-bottom: 1.5rem;
    border-radius: 10px;
    font-size: 18px;
    outline: none;
    transition: all 0.3s ease;
    width: 100%;
    color: #ffffff;
}.contact-panel-rGji .help-panel-Qdvm input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(216,200,217);
    box-shadow: 0 0 15px rgba(rgb(216,200,217), 0.3);
}.contact-panel-rGji .help-panel-Qdvm .feedback-help-qLBQ {
    display: flex;
    margin-bottom: 1.5rem;
    align-items: center;
}.contact-panel-rGji .help-panel-Qdvm .feedback-help-qLBQ input[type="checkbox"] {
    border: 2px solid #ffffff;
    appearance: none;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-right: 1rem;
    height: 22px;
    width: 22px;
    position: relative;
    border-radius: 10px;
}.contact-panel-rGji .help-panel-Qdvm .feedback-help-qLBQ input[type="checkbox"]:checked {
    border-color: rgb(216,200,217);
    background: rgb(216,200,217);
}.contact-panel-rGji .help-panel-Qdvm .feedback-help-qLBQ input[type="checkbox"]:checked::after {
    font-size: 0.8rem;
    color: #ffffff;
    left: 50%;
    position: absolute;
    top: 50%;
    content: '✔';
    transform: translate(-50%, -50%);
}.contact-panel-rGji .help-panel-Qdvm .feedback-help-qLBQ label {
    font-size: 18px;
    align-items: center;
    color: #ffffff;
    display: flex;
}.contact-panel-rGji .help-panel-Qdvm .feedback-help-qLBQ a {
    margin-left: 0.3rem;
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(216,200,217);
}.contact-panel-rGji .help-panel-Qdvm .feedback-help-qLBQ a:hover {
    text-decoration: underline;
}.contact-panel-rGji .help-panel-Qdvm .support-block-5M0P {
    background: rgb(216,200,217);
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    font-size: 18px;
    border: none;
    cursor: pointer;
    width: 100%;
    color: #ffffff;
    padding: 1rem;
    font-weight: 600;
    transition: all 0.3s ease;
}.contact-panel-rGji .help-panel-Qdvm .support-block-5M0P::before {
    left: -100%;
    width: 100%;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgba(255,255,255,0.3), 
        transparent
    );
    position: absolute;
    content: '';
    top: 0;
    height: 100%;
    transition: all 0.3s ease;
}.contact-panel-rGji .help-panel-Qdvm .support-block-5M0P:hover::before {
    left: 100%;
}.contact-panel-rGji .help-panel-Qdvm .support-block-5M0P:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

@keyframes subtle-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.9;
    }
}

@keyframes subtle-wave {
    0% {
        transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(5deg) scale(1.02);
    }
}

@media screen and (max-width: 1024px) {.contact-panel-rGji .inquiry-grid-CNDH {
    flex-direction: column;
}.contact-panel-rGji .img-wrap-WgYV {
    flex: 0 0 100%;
    min-height: 300px;
}.contact-panel-rGji .help-panel-Qdvm {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}

@media screen and (max-width: 768px) {.contact-panel-rGji {
    padding: 3rem 0;
}.contact-panel-rGji h2 {
    margin-bottom: 2rem;
    font-size: calc(38px * 0.8);
}.contact-panel-rGji .help-panel-Qdvm h3 {
    font-size: calc(34px * 0.9);
}.contact-panel-rGji .help-panel-Qdvm input:not([type="checkbox"]):not([type="submit"]) {
    margin-bottom: 1rem;
    padding: 0.8rem 1.2rem;
}.contact-panel-rGji .help-panel-Qdvm .feedback-help-qLBQ {
    align-items: flex-start;
}.contact-panel-rGji .help-panel-Qdvm .feedback-help-qLBQ input[type="checkbox"] {
    margin-top: 0.2rem;
}
}

@media screen and (max-width: 480px) {.contact-panel-rGji .inquiry-grid-CNDH {
    border-radius: 0;
}.contact-panel-rGji .img-wrap-WgYV {
    min-height: 250px;
}.contact-panel-rGji .help-panel-Qdvm {
    padding: 2rem 1.5rem;
}}.secure-fence-m9Y6 {
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: #ffffff;
    height: auto;
    width: 100%;
    padding: 50px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
}.secure-fence-m9Y6 h1 {
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-top: 40px;
    color: rgb(216,200,217);
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 40px;
    border-bottom: 2px solid rgb(216,200,217);
}.secure-fence-m9Y6 h2 {
    text-align: left;
    margin-top: 30px;
    border-left: 4px solid rgb(216,200,217);
    font-size: 36px;
    padding-left: 10px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
    color: rgb(184,164,185);
}.secure-fence-m9Y6 ul, .secure-fence-m9Y6 ol {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    list-style: none;
    padding: 20px 0;
    margin: 20px 0;
    padding-left: 0;
}.secure-fence-m9Y6 ul li, .secure-fence-m9Y6 ol li {
    color: #000000;
    margin-bottom: 15px;
    position: relative;
    font-size: 17px;
    padding-left: 20px;
}.secure-fence-m9Y6 ul li::before, .secure-fence-m9Y6 ol li::before {
    top: 50%;
    background: rgb(216,200,217);
    height: 6px;
    content: '';
    position: absolute;
    border-radius: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 6px;
}.secure-fence-m9Y6 p, .secure-fence-m9Y6 span, .secure-fence-m9Y6 div {
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.8;
}.secure-fence-m9Y6 div.container {
    max-width: 1000px;
    margin: 0 auto;
}

@media only screen and (max-width: 800px) {.secure-fence-m9Y6 {
    border-radius: 10px;
    padding: 30px;
}.secure-fence-m9Y6 h1 {
    font-size: calc(22px - 5px);
}.secure-fence-m9Y6 h2 {
    font-size: calc(22px - 5px);
}.secure-fence-m9Y6 ul, .secure-fence-m9Y6 ol {
    margin: 10px 0;
    padding: 10px 0;
}.secure-fence-m9Y6 ul li, .secure-fence-m9Y6 ol li {
    padding-left: 15px;
    font-size: 17px;
}
}