* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.head-nav-714 {
    flex: 1 0 auto;
}html,body {
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    height: 100%;
}.ranking-bar-810 {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}.wrap-container-248 {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}a {
    color: inherit;
    text-decoration: none;
}.container {
    margin: auto;
    width: 1180px;
    max-width: 100%;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    z-index: 100;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
    position: fixed;
    background: linear-gradient(to bottom, 
        rgb(179,191,171,0.5) 0%,
        #000000 100%);
    top: 0;
    left: 0;
    width: 100%;
}header::before {
    content: "";
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(142,165,131,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(179,191,171,0.5) 0%, transparent 15%);
    width: 100%;
    z-index: 1;
    top: 0;
    height: 100%;
    position: absolute;
    opacity: 0.3;
    animation: pulse-bg 8s infinite alternate;
}header::after {
    content: "";
    opacity: 0.1;
    background-size: 20px 20px;
    height: 100%;
    top: 0;
    background-image: 
        linear-gradient(0deg, transparent 95%, rgb(142,165,131,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(142,165,131,0.5) 100%);
    width: 100%;
    left: 0;
    z-index: 1;
    position: absolute;
}header .container {
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 2;
    align-items: center;
}header .site-info-204 {
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
    flex-direction: column;
}header .head-primary-253 {
    align-items: center;
    position: relative;
    margin: 1rem 0 1.5rem;
    text-decoration: none;
    z-index: 3;
    display: flex;
    justify-content: center;
}header .head-primary-253::before {
    animation: rotate 10s linear infinite;
    width: 120px;
    z-index: -1;
    border-radius: 50%;
    position: absolute;
    content: "";
    background: 
        conic-gradient(
            transparent 0deg,
            rgb(142,165,131,0.5) 120deg,
            transparent 180deg,
            rgb(179,191,171,0.5) 240deg,
            transparent 360deg
        );
    opacity: 0.2;
    height: 120px;
}header .head-primary-253::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    height: 70px;
    opacity: 0.3;
    animation: pulse-opacity 4s ease infinite alternate;
    background: rgb(142,165,131,0.5);
    width: 70px;
    filter: blur(20px);
    z-index: -2;
}header .head-primary-253 svg {
    transition: all 0.4s ease;
    height: 45px;
    width: auto;
    filter: drop-shadow(0 0 8px rgb(179,191,171,0.5));
}header .head-primary-253:hover svg {
    transform: scale(1.08);
    filter: drop-shadow(0 0 12px rgb(142,165,131));
}header .top-info-852 {
    border-top: 1px solid rgb(179,191,171,0.5);
    gap: 0.8rem;
    position: relative;
    scrollbar-width: none;
    border-bottom: 1px solid rgb(179,191,171,0.5);
    display: flex;
    width: 100vw;
    justify-content: center;
    padding: 1rem 0;
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        #000000 100%);
    overflow-x: auto;
}header .top-info-852::-webkit-scrollbar {
    display: none;
}header .top-info-852::before {
    background: 
        linear-gradient(90deg, 
            #000000 0%,
            transparent 10%,
            transparent 90%,
            #000000 100%);
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    pointer-events: none;
    width: 100%;
    content: "";
    z-index: 3;
}header .head-pro-904 {
    font-weight: 600;
    position: relative;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    z-index: 2;
    perspective: 800px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    font-size: 13px;
    padding: 0.6rem 1.5rem;
    letter-spacing: 1px;
}header .head-pro-904::before {
    z-index: -1;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    border: 1px solid transparent;
    border-radius: 10px;
    left: 0;
    transform: translateZ(-10px);
    transition: all 0.3s ease;
    content: "";
}header .head-pro-904::after {
    background: rgb(142,165,131);
    transform: translateX(-50%);
    transition: all 0.3s ease;
    bottom: 0;
    width: 0%;
    left: 50%;
    height: 2px;
    content: "";
    position: absolute;
}header .head-pro-904:hover {
    text-shadow: 0 0 5px rgb(142,165,131,0.5);
    color: rgb(142,165,131);
    transform: translateY(-2px) translateZ(0);
}header .head-pro-904:hover::before {
    border-color: rgb(142,165,131,0.5);
    box-shadow: 0 0 15px rgb(179,191,171,0.5);
    transform: translateZ(0);
}header .head-pro-904:hover::after {
    width: 80%;
}

@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse-opacity {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 991px) {header .head-primary-253 {
    margin: 0.8rem 0 1.2rem;
}header .head-primary-253 svg {
    height: 40px;
}header .head-pro-904 {
    font-size: calc(13px - 1px);
    padding: 0.5rem 1.2rem;
}
}

@media (max-width: 767px) {header .head-primary-253 {
    margin: 0.6rem 0 1rem;
}header .head-primary-253 svg {
    height: 35px;
}header .head-primary-253::before {
    height: 90px;
    width: 90px;
}header .head-primary-253::after {
    width: 50px;
    height: 50px;
}header .top-info-852 {
    justify-content: flex-start;
    padding: 0.8rem 0;
}header .head-pro-904 {
    font-size: calc(13px - 2px);
    padding: 0.4rem 1rem;
}header .head-pro-904:first-child {
    margin-left: 2rem;
}header .head-pro-904:last-child {
    margin-right: 2rem;
}}footer {
    position: relative;
    width: 100%;
}footer .ranking-bar-810 {
    position: relative;
    background: linear-gradient(135deg, rgb(179,191,171), rgb(142,165,131));
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 80px 0 30px;
}footer .ranking-bar-810::before {
    left: 0;
    content: "";
    background-image: radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
                      radial-gradient(circle at 85% 60%, rgba(255, 255, 255, 0.15) 0%, transparent 25%),
                      radial-gradient(circle at 40% 90%, rgba(255, 255, 255, 0.08) 0%, transparent 15%);
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
}footer .review-block-018 {
    z-index: 1;
    position: relative;
}footer .help-request-809 {
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 60px;
    gap: 20px;
    justify-content: center;
}footer .info_item {
    display: flex;
    align-items: center;
    backdrop-filter: blur(5px);
    transition: all 0.4s ease;
    position: relative;
    height: 220px;
    flex: 0 1 220px;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 50%;
    background-color: rgb(179,191,171,0.5);
    z-index: 1;
}footer .info_item:nth-child(1) {
    transform: translateY(-20px);
}footer .info_item:nth-child(2) {
    transform: translateY(20px);
}footer .info_item:nth-child(3) {
    transform: translateY(-10px);
}footer .info_item:nth-child(4) {
    transform: translateY(10px);
}footer .info_item:hover {
    z-index: 2;
    background-color: rgb(142,165,131,0.5);
    transform: scale(1.05) translateY(0);
}footer .info_item svg {
    fill: #ffffff;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    flex-shrink: 0;
}footer .info_item p,
footer .info_item a {
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    max-width: 80%;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    display: flex;
}footer .main-train-561, footer .top-info-852, footer .subscribe_holder {
    padding: 30px;
    border-radius: 25px;
    max-width: 400px;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    display: flex;
    text-align: center;
    background-color: rgb(179,191,171,0.5);
    align-items: center;
    overflow: hidden;
    flex: 1 1 300px;
    position: relative;
}footer .main-train-561:hover, footer .top-info-852:hover, footer .subscribe_holder:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    background-color: rgb(142,165,131,0.5);
}footer .main-train-561::before, footer .top-info-852::before, footer .subscribe_holder::before {
    width: 150px;
    content: "";
    border-radius: 50%;
    height: 150px;
    z-index: -1;
    opacity: 0.1;
    position: absolute;
}footer .main-train-561::before {
    top: -50px;
    background-color: rgb(179,191,171);
    left: -50px;
}footer .top-info-852::before {
    right: -50px;
    bottom: -50px;
    background-color: rgb(142,165,131);
}footer .subscribe_holder::before {
    background-color: rgb(179,191,171);
    left: -50px;
    bottom: -50px;
}footer .main-train-561 svg {
    width: auto;
    height: 50px;
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
}footer .whatsapp-grp-601 {
    font-size: 16px;
    max-width: 300px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}footer .top-info-852 h5, footer .subscribe_holder h5 {
    position: relative;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 600;
    display: inline-block;
}footer .top-info-852 h5::after, footer .subscribe_holder h5::after {
    transition: width 0.3s ease;
    width: 40px;
    position: absolute;
    left: 50%;
    content: "";
    transform: translateX(-50%);
    height: 2px;
    background-color: #ffffff;
    bottom: -8px;
}footer .top-info-852:hover h5::after, footer .subscribe_holder:hover h5::after {
    width: 80px;
}footer .top-guide-168 {
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    max-width: 300px;
}footer .top-guide-168 a {
    transition: all 0.3s ease;
    border-radius: 10px;
    color: #ffffff;
    padding: 8px 15px;
    text-decoration: none;
    background-color: rgb(179,191,171,0.5);
    font-size: 16px;
}footer .top-guide-168 a:hover {
    transform: translateY(-3px);
    background-color: rgb(142,165,131,0.5);
}footer .subscribe_holder p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    max-width: 300px;
    margin-bottom: 25px;
    line-height: 1.6;
}footer .input_holder {
    width: 100%;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}footer .input_holder input[type="email"] {
    width: 100%;
    transition: all 0.3s ease;
    padding: 15px 20px;
    border: none;
    background-color: rgba(255, 255, 255, 0.2);
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    border-radius: 10px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 3px rgb(179,191,171,0.5);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .sub-bonus-125 {
    width: 100%;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    color: #ffffff;
    background-color: rgb(179,191,171);
    padding: 15px 20px;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 18px;
}footer .sub-bonus-125:hover {
    background-color: rgb(142,165,131);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}footer .volunteer-319 {
    margin-top: 60px;
    position: relative;
    text-align: center;
}footer .sponsor-logo-409 {
    border-radius: 10px;
    font-size: 16px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);
    background-color: rgb(179,191,171,0.5);
    padding: 8px 20px;
}

@media (min-width: 992px) {footer .text_main_holder {
    flex-wrap: nowrap;
}
}

@media (max-width: 991px) {footer .info_item {
    flex: 0 1 180px;
    height: 180px;
}footer .info_item:nth-child(1),
    footer .info_item:nth-child(2),
    footer .info_item:nth-child(3),
    footer .info_item:nth-child(4) {
    transform: none;
}
}

@media (max-width: 767px) {footer .ranking-bar-810 {
    padding: 60px 0 30px;
}footer .help-request-809 {
    flex-direction: column;
    margin-bottom: 40px;
}footer .info_item {
    padding: 15px;
    height: 100px;
    flex: 0 1 100px;
}footer .main-train-561, footer .top-info-852, footer .subscribe_holder {
    padding: 25px 20px;
}footer .volunteer-319 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .ranking-bar-810 {
    padding: 50px 0 20px;
}footer .info_item {
    height: 90px;
    flex: 0 1 90px;
}footer .info_item p, footer .info_item a {
    font-size: calc(16px - 1px);
}footer .top-info-852 h5, footer .subscribe_holder h5 {
    font-size: calc(18px - 2px);
}footer .top-guide-168 a {
    font-size: calc(16px - 1px);
    padding: 6px 12px;
}footer .input_holder input[type="email"],
    footer .sub-bonus-125 {
    padding: 12px 15px;
}footer .sponsor-logo-409 {
    padding: 6px 15px;
}}.reach-out-741 {
    background: rgb(210,216,207);
    overflow: hidden;
    position: relative;
    padding: 110px 0;
}.reach-out-741::before {
    opacity: 0.3;
    left: 0;
    content: "";
    top: 0;
    background-size: 50px 50px;
    width: 100%;
    background: 
        linear-gradient(0deg, transparent 24%, rgb(179,191,171,0.5) 25%, rgb(179,191,171,0.5) 26%, transparent 27%, transparent 74%, rgb(179,191,171,0.5) 75%, rgb(179,191,171,0.5) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgb(179,191,171,0.5) 25%, rgb(179,191,171,0.5) 26%, transparent 27%, transparent 74%, rgb(179,191,171,0.5) 75%, rgb(179,191,171,0.5) 76%, transparent 77%, transparent);
    z-index: 0;
    height: 100%;
    position: absolute;
}.reach-out-741 .pic-list-713 {
    filter: saturate(0) contrast(1.2);
    opacity: 0.05;
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    z-index: 0;
}.reach-out-741::after {
    height: 100%;
    content: "";
    z-index: 1;
    left: 0;
    background: radial-gradient(circle at center, transparent 50%, rgb(210,216,207) 100%);
    width: 100%;
    top: 0;
    position: absolute;
}.reach-out-741 .container {
    margin: 0 auto;
    position: relative;
    z-index: 5;
    max-width: 1200px;
    padding: 0 20px;
}.reach-out-741 h3 {
    font-size: 29px;
    font-weight: 700;
    position: relative;
    margin-bottom: 50px;
    color: #000000;
    text-align: center;
}.reach-out-741 h3::before {
    transform: translateX(-50%);
    background: rgb(179,191,171);
    content: "";
    width: 6px;
    left: 50%;
    top: -15px;
    position: absolute;
    height: 6px;
    border-radius: 50%;
}.reach-out-741 h3::after {
    background: rgb(179,191,171);
    width: 6px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    height: 6px;
    content: "";
    bottom: -15px;
    position: absolute;
}.request-help-097 {
    z-index: 10;
    border-radius: 50px;
    display: flex;
    overflow: hidden;
    backdrop-filter: blur(5px);
    background: #ffffff;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}.request-help-097::before {
    filter: blur(70px);
    border-radius: 50%;
    content: "";
    width: 300px;
    background: rgb(179,191,171,0.5);
    height: 300px;
    right: -150px;
    top: -150px;
    z-index: 0;
    position: absolute;
}.request-help-097::after {
    border-radius: 50%;
    z-index: 0;
    height: 300px;
    background: rgb(142,165,131,0.5);
    bottom: -150px;
    filter: blur(70px);
    position: absolute;
    content: "";
    left: -150px;
    width: 300px;
}.request-help-097 .request-panel-271 {
    position: relative;
    float: left;
    padding: 70px;
    width: 60%;
    z-index: 1;
}.request-help-097 .request-panel-271 h3 {
    color: #000000;
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 40px;
    text-align: left;
}.request-help-097 .request-panel-271 h3::before,
.request-help-097 .request-panel-271 h3::after {
    display: none;
}.request-help-097 .request-panel-271 h3::before {
    bottom: -15px;
    background: rgb(179,191,171);
    height: 2px;
    width: 30px;
    position: absolute;
    left: 0;
    content: "";
}.request-help-097 .request-panel-271 form {
    flex-direction: column;
    display: flex;
}.request-help-097 .request-panel-271 input[type="text"],
.request-help-097 .request-panel-271 textarea {
    background: rgba(245, 245, 245, 0.7);
    padding: 20px 25px;
    border-radius: 30px;
    font-family: Arial, sans-serif;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    border: none;
    width: 100%;
    font-size: 12px;
}.request-help-097 .request-panel-271 input[type="text"]:focus,
.request-help-097 .request-panel-271 textarea:focus {
    background: rgba(245, 245, 245, 1);
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.request-help-097 .request-panel-271 textarea {
    border-radius: 25px;
    resize: vertical;
    min-height: 160px;
}.request-help-097 .request-panel-271 .feedback-help-527 {
    align-items: flex-start;
    margin-bottom: 35px;
    position: relative;
    display: flex;
}.request-help-097 .request-panel-271 .feedback-help-527 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.request-help-097 .request-panel-271 .feedback-help-527 label {
    line-height: 1.5;
    cursor: pointer;
    padding-left: 35px;
    position: relative;
    font-size: calc(12px - 2px);
    color: #000000;
}.request-help-097 .request-panel-271 .feedback-help-527 label::before {
    top: 2px;
    transition: all 0.3s ease;
    height: 22px;
    position: absolute;
    width: 22px;
    content: "";
    border-radius: 50%;
    left: 0;
    background: rgba(245, 245, 245, 0.7);
}.request-help-097 .request-panel-271 .feedback-help-527 input[type="checkbox"]:checked + label::before {
    background: rgb(179,191,171);
}.request-help-097 .request-panel-271 .feedback-help-527 input[type="checkbox"]:checked + label::after {
    border: solid #ffffff;
    width: 6px;
    border-width: 0 2px 2px 0;
    left: 8px;
    content: "";
    top: 6px;
    height: 10px;
    transform: rotate(45deg);
    position: absolute;
}.request-help-097 .request-panel-271 .feedback-help-527 a {
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    color: rgb(179,191,171);
}.request-help-097 .request-panel-271 .feedback-help-527 a:hover {
    color: rgb(142,165,131);
}.request-help-097 .request-panel-271 .support-panel-286 {
    color: #ffffff;
    position: relative;
    cursor: pointer;
    border: none;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: 18px;
    background: rgb(179,191,171);
    border-radius: 30px;
    align-self: flex-start;
    z-index: 1;
    padding: 18px 40px;
    overflow: hidden;
    font-weight: 600;
    display: inline-block;
}.request-help-097 .request-panel-271 .support-panel-286:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgb(142,165,131);
    transform: translateY(-5px);
}.request-help-097 .contact-query-941 {
    padding: 70px 50px;
    z-index: 1;
    background: rgb(210,216,207);
    position: relative;
    width: 40%;
    float: left;
}.request-help-097 .contact-query-941::before {
    position: absolute;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(179,191,171,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(142,165,131,0.5) 0%, transparent 30%);
    z-index: -1;
    left: 0;
    content: "";
    height: 100%;
    top: 0;
}.request-help-097 .contact-query-941 h4 {
    position: relative;
    font-size: 23px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 40px;
}.request-help-097 .contact-query-941 h4::after {
    bottom: -15px;
    left: 0;
    content: "";
    background: rgb(179,191,171);
    height: 2px;
    position: absolute;
    width: 30px;
}.request-help-097 .contact-query-941 .connect-reach-862 {
    margin: 0;
    list-style: none;
    padding: 0;
}.request-help-097 .contact-query-941 .connect-reach-862 li {
    padding: 20px;
    align-items: center;
    transition: all 0.3s ease;
    margin-bottom: 30px;
    display: flex;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 20px;
    backdrop-filter: blur(5px);
}.request-help-097 .contact-query-941 .connect-reach-862 li:last-child {
    margin-bottom: 0;
}.request-help-097 .contact-query-941 .connect-reach-862 li:hover {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-3px);
}.request-help-097 .contact-query-941 .connect-reach-862 li svg {
    height: 26px;
    width: 26px;
    transition: all 0.3s ease;
    margin-right: 15px;
    flex-shrink: 0;
}.request-help-097 .contact-query-941 .connect-reach-862 li:hover svg {
    transform: scale(1.2);
}.request-help-097 .contact-query-941 .connect-reach-862 li svg path {
    transition: all 0.3s ease;
    fill: rgb(179,191,171);
}.request-help-097 .contact-query-941 .connect-reach-862 li:hover svg path {
    fill: rgb(142,165,131);
}.request-help-097 .contact-query-941 .connect-reach-862 li span {
    font-size: 12px;
    color: #000000;
    line-height: 1.5;
}.request-help-097 .contact-query-941 .connect-reach-862 li a {
    transition: all 0.3s ease;
    color: #000000;
    text-decoration: none;
}.request-help-097 .contact-query-941 .connect-reach-862 li a:hover {
    color: rgb(179,191,171);
}

@media screen and (max-width: 992px) {.reach-out-741 {
    padding: 80px 0;
}.request-help-097 {
    border-radius: 30px;
    display: block;
}.request-help-097 .request-panel-271,
    .request-help-097 .contact-query-941 {
    width: 100%;
    float: none;
    padding: 50px;
}
}

@media screen and (max-width: 768px) {.reach-out-741 {
    padding: 60px 0;
}.reach-out-741 h3 {
    font-size: calc(29px - 4px);
}.request-help-097 {
    border-radius: 25px;
}.request-help-097 .request-panel-271,
    .request-help-097 .contact-query-941 {
    padding: 40px 30px;
}.request-help-097 .request-panel-271 input[type="text"],
    .request-help-097 .request-panel-271 textarea {
    border-radius: 20px;
    padding: 15px 20px;
}.request-help-097 .request-panel-271 .support-panel-286 {
    width: 100%;
    text-align: center;
    padding: 15px 30px;
}.request-help-097 .contact-query-941 .connect-reach-862 li {
    border-radius: 15px;
    padding: 15px;
}
}

@media screen and (max-width: 480px) {.reach-out-741 {
    padding: 40px 0;
}.request-help-097 {
    border-radius: 20px;
}.request-help-097 .request-panel-271,
    .request-help-097 .contact-query-941 {
    padding: 30px 20px;
}}.tyField-149 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(210,216,207) 0%, rgb(179,191,171,0.5) 100%);
    position: relative;
    padding: 5rem 0;
}.tyField-149::before {
    background: linear-gradient(230deg, rgb(142,165,131,0.5) 10%, transparent 80%);
    height: 100%;
    content: "";
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    width: 40%;
    right: 0;
    z-index: 1;
    position: absolute;
    top: 0;
}.tyField-149::after {
    animation: pulse 8s infinite ease-in-out;
    content: "";
    filter: blur(30px);
    background: linear-gradient(45deg, rgb(179,191,171,0.5) 0%, transparent 70%);
    width: 20rem;
    z-index: 0;
    bottom: -5rem;
    height: 20rem;
    position: absolute;
    border-radius: 50%;
    left: -5rem;
}.tyField-149 .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
}.tyField-149 h2 {
    max-width: 90%;
    transform-origin: left center;
    font-size: 36px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    position: relative;
    line-height: 1.3;
    margin-bottom: 3rem;
    animation: slideInTitle 0.8s ease-out forwards;
    color: #000000;
}.tyField-149 h2::after {
    background: linear-gradient(90deg, rgb(179,191,171) 0%, rgb(142,165,131) 100%);
    transform-origin: left;
    animation: expandLine 1s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
    width: 6rem;
    left: 0;
    bottom: -1rem;
    content: "";
    height: 0.3rem;
    position: absolute;
}.tyField-149 .smart-study-039 {
    animation: fadeInUp 0.8s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.08);
    padding: 3rem;
    position: relative;
    opacity: 0;
    background: #ffffff;
    transform: translateY(20px);
}.tyField-149 .smart-study-039::before {
    height: 100%;
    top: 0;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 95% 100%, 0 100%);
    position: absolute;
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 60%, rgb(142,165,131,0.5) 150%);
    content: "";
    left: 0;
    z-index: -1;
}.tyField-149 ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.tyField-149 li {
    padding-left: 2rem;
    position: relative;
}.tyField-149 li::before {
    left: 0;
    content: "";
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: rgb(179,191,171);
    height: 0.6rem;
    top: 0.5rem;
    transform: rotate(45deg) scale(0);
    position: absolute;
    animation: scaleIn 0.5s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    width: 0.6rem;
}.tyField-149 span {
    line-height: 1.8;
    color: #000000;
    display: block;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 12px;
}

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

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

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

@keyframes scaleIn {
    from {
        transform: rotate(45deg) scale(0);
    }
    to {
        transform: rotate(45deg) scale(1);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}

@media (max-width: 992px) {.tyField-149 {
    padding: 4rem 0;
}.tyField-149 h2 {
    font-size: calc(36px * 0.9);
    max-width: 100%;
}.tyField-149 .smart-study-039 {
    padding: 2.5rem;
}.tyField-149::before {
    width: 30%;
}
}

@media (max-width: 768px) {.tyField-149 {
    padding: 3.5rem 0;
}.tyField-149 h2 {
    margin-bottom: 2.5rem;
    font-size: calc(36px * 0.8);
    line-height: 1.4;
}.tyField-149 .smart-study-039 {
    padding: 2rem;
}.tyField-149 .container {
    transform: perspective(1000px) rotateX(1deg);
}.tyField-149::before {
    width: 25%;
}.tyField-149 li::before {
    top: 0.4rem;
}
}

@media (max-width: 576px) {.tyField-149 {
    padding: 3rem 0;
}.tyField-149 h2 {
    margin-bottom: 2rem;
    font-size: calc(36px * 0.7);
}.tyField-149 h2::after {
    height: 0.25rem;
    bottom: -0.75rem;
    width: 5rem;
}.tyField-149 .smart-study-039 {
    padding: 1.5rem;
}.tyField-149 .container {
    transform: none;
    padding: 0 1.5rem;
}.tyField-149::before {
    display: none;
}.tyField-149 li {
    padding-left: 1.5rem;
}.tyField-149 li::before {
    width: 0.5rem;
    height: 0.5rem;
    top: 0.4rem;
}.tyField-149 span {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}}.course-features-321 {
    position: relative;
    padding: 7rem 0;
    background: linear-gradient(120deg, #000000 20%, rgb(142,165,131,0.5) 100%);
    overflow: hidden;
}.course-features-321::before {
    top: -20%;
    content: "";
    z-index: 1;
    background: radial-gradient(ellipse at center, rgb(179,191,171,0.5) 0%, transparent 70%);
    right: -10%;
    position: absolute;
    transform: rotate(-15deg);
    animation: floatGradient 20s ease-in-out infinite alternate;
    filter: blur(30px);
    width: 70%;
    height: 140%;
}.course-features-321::after {
    content: "";
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.02) 5px,
            rgba(255, 255, 255, 0.02) 10px
        ),
        radial-gradient(circle at 10% 90%, rgb(142,165,131,0.5) 0%, transparent 40%);
    z-index: 1;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    position: absolute;
    left: 0;
    top: 0;
}.course-features-321 .container {
    z-index: 2;
    position: relative;
}.course-features-321 .smart-study-039 {
    display: grid;
    grid-template-areas: 
        "photo info"
        "photo info";
    position: relative;
    gap: 0;
    grid-template-columns: 45% 55%;
    min-height: 500px;
}.course-features-321 .training-plan-245 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 255, 255, 0.02) 100%
    );
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateX(-40px);
    grid-area: info;
    z-index: 3;
    border-radius: 0 29px 29px 0;
    padding: 3.5rem 3rem 3.5rem 5rem;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        5px 5px 15px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(8px);
}.course-features-321 .training-plan-245::before {
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(179,191,171,0.5) 49.5%, rgb(179,191,171,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(179,191,171,0.5) 49.5%, rgb(179,191,171,0.5) 50.5%, transparent 50.5%);
    left: 0;
    z-index: -1;
    opacity: 0.1;
    background-size: 30px 30px;
    width: 100%;
    content: "";
    height: 100%;
    top: 0;
}.course-features-321 .training-plan-245::after {
    opacity: 0.1;
    transform-origin: center;
    left: -50%;
    background: radial-gradient(
        circle at center,
        rgb(179,191,171,0.5) 0%,
        transparent 60%
    );
    top: -50%;
    animation: rotateRadial 30s linear infinite;
    content: "";
    z-index: -1;
    position: absolute;
    width: 200%;
    height: 200%;
}.course-features-321 .main-train-561 {
    position: relative;
    height: 90px;
    transform: rotate(-5deg) skew(-5deg);
    width: 90px;
    margin-bottom: 2rem;
}.course-features-321 .main-train-561::before {
    z-index: -1;
    position: absolute;
    inset: -5px;
    filter: blur(5px);
    transform: rotate(5deg);
    content: "";
    animation: pulseLogo 4s ease-in-out infinite alternate;
    background: linear-gradient(
        135deg,
        rgb(179,191,171) 0%,
        rgb(142,165,131) 100%
    );
    border-radius: 12px;
}.course-features-321 .main-train-561::after {
    z-index: -1;
    border-radius: 8px;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    content: "";
}.course-features-321 .main-train-561 svg {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    filter: drop-shadow(0 0 8px rgb(179,191,171,0.5));
    position: absolute;
    height: 50px;
    animation: floatLogo 6s ease-in-out infinite;
    width: 50px;
}.course-features-321 .main-train-561 svg path {
    fill: rgb(179,191,171);
    transition: fill 0.3s ease;
}.course-features-321 h3 {
    font-weight: 700;
    transform: skew(-2deg);
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    position: relative;
    font-size: 28px;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 1.8rem;
}.course-features-321 h3::before {
    bottom: -10px;
    background: linear-gradient(to right, rgb(179,191,171), transparent);
    width: 40px;
    position: absolute;
    left: 0;
    content: "";
    height: 3px;
}.course-features-321 h3::after {
    position: absolute;
    left: 0;
    background: linear-gradient(to right, rgb(179,191,171), transparent);
    bottom: -15px;
    width: 80px;
    content: "";
    height: 1px;
}.course-features-321 p {
    color: #ffffff;
    max-width: 600px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 13px;
    position: relative;
    line-height: 1.8;
    margin-bottom: 2rem;
}.course-features-321 .pic-list-713 {
    position: relative;
    grid-area: photo;
    z-index: 2;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    transform: perspective(1000px) rotateY(5deg);
    height: 460px;
    border-radius: 29px 0 0 29px;
    box-shadow: 
        -15px 15px 30px rgba(0, 0, 0, 0.3),
        -5px 5px 15px rgba(0, 0, 0, 0.2),
        inset 0 0 20px rgba(0, 0, 0, 0.4);
}.course-features-321 .pic-list-713::before {
    top: 0;
    position: absolute;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    mix-blend-mode: multiply;
    opacity: 0.6;
    width: 100%;
    z-index: 2;
    left: 0;
    content: "";
    height: 100%;
}.course-features-321 .pic-list-713::after {
    left: 0;
    height: 50%;
    content: "";
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    opacity: 0.7;
    background: linear-gradient(
        to top,
        #000000 0%,
        transparent 100%
    );
}.course-features-321 .smart-study-039:hover .pic-list-713 {
    box-shadow: 
        -20px 20px 40px rgba(0, 0, 0, 0.4),
        -10px 10px 20px rgba(0, 0, 0, 0.3),
        inset 0 0 25px rgba(0, 0, 0, 0.5);
    transform: perspective(1000px) rotateY(8deg) translateX(-10px);
}.course-features-321 .smart-study-039:hover .training-plan-245 {
    transform: translateX(-20px);
    box-shadow: 
        5px 15px 45px rgba(0, 0, 0, 0.35),
        10px 10px 25px rgba(0, 0, 0, 0.25);
}.course-features-321 .main-train-561:hover svg path {
    fill: rgb(142,165,131);
}

@keyframes floatGradient {
    0% {
        opacity: 0.5;
        transform: rotate(-15deg) translateY(-5%);
    }
    50% {
        opacity: 0.7;
        transform: rotate(-12deg) translateY(0);
    }
    100% {
        opacity: 0.5;
        transform: rotate(-18deg) translateY(5%);
    }
}

@keyframes rotateRadial {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseLogo {
    0% {
        filter: blur(5px) brightness(1);
    }
    50% {
        filter: blur(8px) brightness(1.2);
    }
    100% {
        filter: blur(5px) brightness(1);
    }
}

@keyframes floatLogo {
    0%, 100% {
        transform: translate(-50%, -50%);
    }
    50% {
        transform: translate(-50%, -45%);
    }
}

@media screen and (max-width: 1200px) {.course-features-321 .smart-study-039 {
    min-height: 450px;
    grid-template-columns: 42% 58%;
}.course-features-321 .training-plan-245 {
    padding: 3rem 2.5rem 3rem 4.5rem;
}.course-features-321 h3 {
    font-size: calc(28px * 0.9);
}
}

@media screen and (max-width: 992px) {.course-features-321 {
    padding: 5rem 0;
}.course-features-321 .smart-study-039 {
    min-height: auto;
    grid-template-areas:
            "pic-list-713"
            "contact-query-941";
    grid-template-columns: 1fr;
}.course-features-321 .pic-list-713 {
    transform: perspective(1000px) rotateX(5deg);
    border-radius: 29px 29px 0 0;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    height: 350px;
}.course-features-321 .training-plan-245 {
    padding: 3rem 2.5rem;
    transform: translateY(-40px);
    border-radius: 0 0 29px 29px;
}.course-features-321 .smart-study-039:hover .pic-list-713 {
    transform: perspective(1000px) rotateX(8deg);
}.course-features-321 .smart-study-039:hover .training-plan-245 {
    transform: translateY(-50px);
}
}

@media screen and (max-width: 768px) {.course-features-321 {
    padding: 4rem 0;
}.course-features-321 .pic-list-713 {
    height: 300px;
}.course-features-321 .training-plan-245 {
    padding: 2.5rem 2rem;
}.course-features-321 .main-train-561 {
    margin-bottom: 1.5rem;
    width: 80px;
    height: 80px;
}.course-features-321 .main-train-561 svg {
    width: 45px;
    height: 45px;
}.course-features-321 h3 {
    font-size: calc(28px * 0.8);
    margin-bottom: 1.5rem;
}.course-features-321 p {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}
}

@media screen and (max-width: 576px) {.course-features-321 {
    padding: 3rem 0;
}.course-features-321 .pic-list-713 {
    height: 250px;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
}.course-features-321 .training-plan-245 {
    padding: 2rem 1.5rem;
    transform: translateY(-30px);
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
}.course-features-321 .main-train-561 {
    height: 70px;
    margin-bottom: 1.2rem;
    width: 70px;
}.course-features-321 .main-train-561 svg {
    height: 40px;
    width: 40px;
}.course-features-321 h3 {
    margin-bottom: 1.2rem;
    font-size: calc(28px * 0.7);
}.course-features-321 h3::before {
    width: 30px;
    bottom: -8px;
    height: 2px;
}.course-features-321 h3::after {
    bottom: -12px;
    height: 1px;
    width: 60px;
}.course-features-321 p {
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: calc(13px * 0.9);
}.course-features-321 .smart-study-039:hover .training-plan-245 {
    transform: translateY(-35px);
}}.opening-board-859 {
    overflow: hidden;
    background: rgb(210,216,207);
    justify-content: center;
    perspective: 1000px;
    position: relative;
    width: 100%;
    min-height: 100vh;
    align-items: center;
    display: flex;
}.opening-board-859::before {
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 85%);
    top: 0;
    opacity: 0.8;
    z-index: 1;
    left: 0;
    background: linear-gradient(135deg, rgb(179,191,171,0.5), rgb(142,165,131,0.5));
    width: 100%;
    content: "";
    height: 100%;
}.opening-board-859::after {
    width: 40%;
    height: 70%;
    right: -5%;
    z-index: 0;
    position: absolute;
    content: "";
    transform: skewX(-15deg) translateZ(-10px);
    top: 15%;
    filter: blur(8px);
    background: linear-gradient(225deg, rgb(179,191,171) 10%, transparent 80%);
}.opening-board-859 .main-hero-561 {
    width: 85%;
    transform-style: preserve-3d;
    position: relative;
    animation: fadeIn 1s ease-out forwards;
    z-index: 2;
    max-width: 1200px;
}.opening-board-859 .start-begin-046 {
    overflow: hidden;
    transform: perspective(1000px) rotateY(2deg) rotateX(1deg);
    padding: 3.5rem 2.5rem;
    position: relative;
    backdrop-filter: blur(5px);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    background-blend-mode: overlay !important;
}.opening-board-859 .start-begin-046::before {
    inset: 0;
    background: linear-gradient(to right, 
    rgba(var(--dark-color-rgb), 0.75),
    rgba(var(--dark-color-rgb), 0.4)
  );
    content: "";
    position: absolute;
    z-index: 1;
}.opening-board-859 .start-begin-046::after {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
    content: "";
    height: 100%;
    background: linear-gradient(45deg, 
    rgb(179,191,171,0.5) 0%, 
    transparent 40%, 
    rgb(142,165,131,0.5) 80%
  );
    opacity: 0.5;
    z-index: 2;
}.opening-board-859 .start-begin-046 span {
    opacity: 0;
    position: relative;
    animation: slideIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.3s;
    z-index: 3;
    display: block;
    transform: translateX(-20px);
    margin-bottom: 1.5rem;
}.opening-board-859 .start-begin-046 h3 {
    max-width: 90%;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    line-height: 1.4;
    border-left: 3px solid rgb(179,191,171);
    position: relative;
    padding: 0.5rem 0;
    font-size: calc(19px * 0.85);
    color: transparent;
    padding-left: 1rem;
    background: linear-gradient(90deg, rgb(142,165,131), #ffffff);
    font-weight: 600;
    color: #ffffff;
    -webkit-background-clip: text !important;
    background-clip: text !important;
}.opening-board-859 .start-begin-046 h1 {
    opacity: 0;
    font-size: calc(38px * 1.2);
    font-weight: 700;
    animation: slideUpFade 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.5s;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    z-index: 3;
    position: relative;
    line-height: 1.2;
    transform: translateY(20px);
    margin-bottom: 2rem;
    color: #ffffff;
}.opening-board-859 .start-begin-046 h1::after {
    bottom: -10px;
    height: 4px;
    background: linear-gradient(to right, rgb(179,191,171), transparent);
    position: absolute;
    width: 15%;
    left: 0;
    animation: expandWidth 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards 1s;
    content: "";
}.opening-board-859 .start-begin-046 div {
    animation: slideUpFade 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.7s;
    z-index: 3;
    transform: translateY(30px);
    opacity: 0;
    position: relative;
}.opening-board-859 .start-begin-046 div div {
    position: relative;
    opacity: 1;
    animation: none;
    transform: none;
}.opening-board-859 .start-begin-046 p {
    padding: 1rem 1.5rem;
    box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.2);
    font-size: calc(17px * 1.2);
    font-weight: 400;
    max-width: 90%;
    background: linear-gradient(90deg, 
    rgba(var(--primary-color-rgb), 0.3), 
    rgba(var(--primary-color-rgb), 0.1)
  );
    position: relative;
    margin-top: 1rem;
    border-radius: 10px;
    line-height: 1.6;
    color: #ffffff;
    transform: perspective(500px) rotateX(2deg);
}.opening-board-859 .start-begin-046 p::before {
    width: 4px;
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    transform: scaleY(0);
    animation: scaleVertical 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards 1.2s;
    transform-origin: bottom;
    background: rgb(142,165,131);
}@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

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

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

@keyframes expandWidth {
  from { width: 15%; }
  to { width: 30%; }
}

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

.opening-board-859 .start-begin-046:hover {
    transform: perspective(1000px) rotateY(0) rotateX(0);
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1200px) {.opening-board-859 .start-begin-046 h1 {
    font-size: calc(38px * 1.1);
}.opening-board-859 .start-begin-046 h3 {
    font-size: calc(19px * 0.8);
}
}

@media (max-width: 992px) {.opening-board-859 .main-hero-561 {
    width: 90%;
}.opening-board-859 .start-begin-046 {
    padding: 3rem 2rem;
    transform: perspective(800px) rotateY(1deg) rotateX(0.5deg);
}.opening-board-859 .start-begin-046 h1 {
    font-size: 38px;
}.opening-board-859 .start-begin-046 p {
    font-size: 17px;
}
}

@media (max-width: 768px) {.opening-board-859 {
    min-height: 90vh;
}.opening-board-859::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
}.opening-board-859 .main-hero-561 {
    width: 95%;
}.opening-board-859 .start-begin-046 {
    transform: none;
    padding: 2.5rem 1.5rem;
}.opening-board-859 .start-begin-046 h1 {
    margin-bottom: 1.5rem;
    font-size: calc(38px * 0.9);
}.opening-board-859 .start-begin-046 h3 {
    font-size: calc(19px * 0.75);
    max-width: 100%;
}.opening-board-859 .start-begin-046 p {
    max-width: 100%;
    padding: 0.75rem 1rem;
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 576px) {.opening-board-859 {
    min-height: 80vh;
}.opening-board-859 .start-begin-046 {
    padding: 2rem 1.25rem;
}.opening-board-859 .start-begin-046 h1 {
    margin-bottom: 1.25rem;
    font-size: calc(38px * 0.8);
}.opening-board-859 .start-begin-046 h3 {
    border-left: 2px solid rgb(179,191,171);
    padding-left: 0.75rem;
    font-size: calc(19px * 0.7);
}.opening-board-859 .start-begin-046 p {
    font-size: calc(17px * 0.9);
    padding: 0.5rem 0.75rem;
}.opening-board-859 .start-begin-046 h1::after {
    height: 3px;
}.opening-board-859 .start-begin-046 p::before {
    width: 3px;
}}.privacy-holdfast-618 {
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    color: #000000;
    padding: 40px;
    background-color: rgb(210,216,207);
}.privacy-holdfast-618 h1 {
    font-size: 42px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: rgb(179,191,171);
    border-bottom: 3px solid rgb(179,191,171);
    font-weight: 700;
}.privacy-holdfast-618 h2 {
    font-weight: 600;
    color: rgb(142,165,131);
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 30px;
}.privacy-holdfast-618 h3, .privacy-holdfast-618 h4, .privacy-holdfast-618 h5, .privacy-holdfast-618 h6 {
    color: rgb(179,191,171);
    margin: 20px 0;
}.privacy-holdfast-618 h3 {
    font-size: calc(20px - 4px);
    font-weight: 700;
}.privacy-holdfast-618 h4 {
    font-size: calc(20px + 2px);
    font-weight: 600;
}.privacy-holdfast-618 h5 {
    font-weight: 400;
    font-size: 20px;
}.privacy-holdfast-618 h6 {
    font-size: 17px;
    font-weight: 300;
}.privacy-holdfast-618 ul, .privacy-holdfast-618 ol {
    padding-left: 20px;
    margin: 15px 0;
}.privacy-holdfast-618 li {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.5;
}.privacy-holdfast-618 section {
    margin-top: 40px;
}.privacy-holdfast-618 p {
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 15px;
}.privacy-holdfast-618 span {
    font-weight: 600;
    color: rgb(142,165,131);
}.privacy-holdfast-618 div {
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {.privacy-holdfast-618 {
    border-radius: 10px;
    padding: 20px;
}.privacy-holdfast-618 h1 {
    font-size: calc(20px - 10px);
}.privacy-holdfast-618 h2 {
    font-size: calc(20px - 8px);
}.privacy-holdfast-618 ul, .privacy-holdfast-618 ol {
    padding-left: 15px;
}.privacy-holdfast-618 li {
    font-size: calc(15px - 2px);
}}.study-process-205 {
    background: rgb(210,216,207);
    position: relative;
    padding: 8rem 2rem;
    overflow: hidden;
}.study-process-205::before {
    width: 100%;
    background: rgb(179,191,171,0.5);
    position: absolute;
    filter: blur(120px);
    left: -30%;
    height: 100%;
    top: -30%;
    z-index: 0;
    animation: floatCircle 15s infinite alternate ease-in-out;
    opacity: 0.25;
    border-radius: 50%;
    content: "";
}.study-process-205::after {
    content: "";
    border-radius: 50%;
    animation: floatCircle 15s infinite alternate-reverse ease-in-out;
    bottom: -30%;
    height: 100%;
    position: absolute;
    background: rgb(142,165,131,0.5);
    opacity: 0.25;
    filter: blur(120px);
    width: 100%;
    right: -30%;
    z-index: 0;
}.study-process-205 .smart-study-039 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
    position: relative;
    z-index: 1;
    gap: 3rem;
}.study-process-205 h3 {
    color: #000000;
    font-weight: 700;
    margin: 0;
    position: relative;
    font-size: 29px;
    animation: slideInLeft 0.8s ease-out forwards;
    padding: 0;
}.study-process-205 h3::before {
    height: 4px;
    transform-origin: left;
    top: -1rem;
    content: "";
    left: 0;
    position: absolute;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(179,191,171), rgb(142,165,131));
    width: 4rem;
    animation: expandLine 1s 0.4s forwards ease-out;
    border-radius: 10px;
}.study-process-205 h3::after {
    content: "";
    height: 4px;
    bottom: -1rem;
    transform-origin: left;
    width: 2rem;
    transform: scaleX(0);
    background: rgb(179,191,171,0.5);
    animation: expandLine 1s 0.6s forwards ease-out;
    position: absolute;
    border-radius: 10px;
    left: 0;
}.study-process-205 span {
    border-left: 2px solid rgb(142,165,131,0.5);
    font-size: 12px;
    line-height: 1.8;
    animation: slideInRight 0.8s ease-out forwards;
    padding: 2rem;
    position: relative;
    color: #000000;
}.study-process-205 span::before {
    top: 0;
    width: 8px;
    position: absolute;
    animation: pulse 3s infinite;
    left: -5px;
    border-radius: 50%;
    background: rgb(142,165,131);
    content: "";
    height: 8px;
}.study-process-205 span::after {
    border-radius: 50%;
    height: 8px;
    animation: pulse 3s 1.5s infinite;
    left: -5px;
    position: absolute;
    bottom: 0;
    background: rgb(179,191,171);
    width: 8px;
    content: "";
}

@keyframes floatCircle {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(15%, 15%);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.7;
    }
}

@media (max-width: 992px) {.study-process-205 {
    padding: 6rem 2rem;
}.study-process-205 .smart-study-039 {
    gap: 2rem;
}.study-process-205 h3 {
    font-size: calc(29px * 0.9);
}.study-process-205 span {
    padding: 1.5rem;
}
}

@media (max-width: 768px) {.study-process-205 {
    padding: 5rem 1.5rem;
}.study-process-205 .smart-study-039 {
    gap: 2rem;
    grid-template-columns: 1fr;
}.study-process-205 h3 {
    text-align: center;
    font-size: calc(29px * 0.8);
}.study-process-205 h3::before,
    .study-process-205 h3::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}.study-process-205 span {
    font-size: calc(12px * 0.95);
    padding: 1.5rem;
    border-left: none;
    border-top: 2px solid rgb(142,165,131,0.5);
}.study-process-205 span::before,
    .study-process-205 span::after {
    transform: translateX(-50%);
    left: 50%;
}.study-process-205 span::before {
    top: -5px;
    left: 50%;
}.study-process-205 span::after {
    bottom: auto;
    left: calc(50% + 15px);
    top: -5px;
}@keyframes expandLine {
        to {
            transform: translateX(-50%) scaleX(1);
        }
    }
    
    @keyframes pulse {
        0%, 100% {
            transform: translateX(-50%) scale(1);
            opacity: 1;
        }
        50% {
            transform: translateX(-50%) scale(1.5);
            opacity: 0.7;
        }
    }
}.who-we-are-351 {
    isolation: isolate;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.who-we-are-351::before {
    opacity: 0.85;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: inset 0 0 100px rgba(255, 255, 255, 0.1);
    background: linear-gradient(135deg, rgb(179,191,171,0.5), rgb(142,165,131,0.5));
    content: "";
    height: 100%;
    z-index: -1;
    position: absolute;
}.who-we-are-351::after {
    transform: rotate(35deg);
    position: absolute;
    height: 200%;
    z-index: -1;
    width: 100%;
    background: radial-gradient(circle at center, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
    opacity: 0.06;
    animation: lightShift 15s infinite alternate ease-in-out;
    right: -50%;
    top: -50%;
    content: "";
}.who-we-are-351 .container {
    margin: 0 auto;
    gap: 2rem;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.who-we-are-351 h2 {
    letter-spacing: 0.5px;
    animation: slideInTitle 1s cubic-bezier(0.17, 0.67, 0.31, 0.95) forwards;
    position: relative;
    transform-origin: left center;
    font-size: calc(36px * 1.2);
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    font-weight: 700;
    color: #ffffff;
}.who-we-are-351 h2::after {
    animation: lineExpand 1.2s 0.3s forwards cubic-bezier(0.17, 0.67, 0.31, 0.95);
    transform-origin: left;
    box-shadow: 0 2px 10px rgb(142,165,131,0.5);
    transform: scaleX(0);
    width: 80px;
    bottom: -12px;
    position: absolute;
    left: 0;
    height: 4px;
    content: "";
    background: rgb(142,165,131);
}.who-we-are-351 .desc-block-706 {
    overflow: hidden;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.25),
        -15px -15px 30px rgba(255, 255, 255, 0.05),
        inset 2px 2px 3px rgba(255, 255, 255, 0.1),
        inset -2px -2px 3px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translateY(30px);
    position: relative;
    backdrop-filter: blur(10px);
    animation: floatIn 1s 0.4s forwards cubic-bezier(0.17, 0.67, 0.31, 0.95);
    border-radius: 10px;
    transition: transform 0.5s ease-out;
    background: rgba(255, 255, 255, 0.06);
}.who-we-are-351 .desc-block-706::before {
    width: 200px;
    content: "";
    opacity: 0.2;
    background: linear-gradient(135deg, rgb(142,165,131,0.5), transparent);
    z-index: -1;
    top: -100px;
    left: -100px;
    position: absolute;
    height: 200px;
    border-radius: 50%;
}.who-we-are-351 .desc-block-706 > div {
    position: relative;
    padding: 35px;
}.who-we-are-351 .desc-block-706 p {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    color: #ffffff;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: calc(15px * 1.4);
}.who-we-are-351 .desc-block-706 p::after {
    height: 3px;
    position: absolute;
    background: rgb(142,165,131);
    content: "";
    bottom: -10px;
    width: 40px;
    left: 0;
    opacity: 0.8;
}.who-we-are-351 .desc-block-706 div div {
    position: relative;
    column-rule: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    column-count: 1;
    opacity: 0.95;
    column-gap: 40px;
    z-index: 2;
    font-size: 15px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    line-height: 1.8;
}

@media (min-width: 768px) {.who-we-are-351 {
    padding: 150px 0;
}.who-we-are-351 .desc-block-706 div div {
    column-count: 2;
}.who-we-are-351 h2 {
    grid-column: 1 / -1;
    font-size: calc(36px * 1.5);
}
}

@media (min-width: 1024px) {.who-we-are-351 {
    padding: 180px 0;
}.who-we-are-351 .container {
    gap: 3rem;
    grid-template-columns: 1fr;
}.who-we-are-351 .desc-block-706 {
    box-shadow: 
            20px 20px 40px rgba(0, 0, 0, 0.2),
            -20px -20px 40px rgba(255, 255, 255, 0.03),
            inset 2px 2px 5px rgba(255, 255, 255, 0.1),
            inset -2px -2px 5px rgba(0, 0, 0, 0.1);
}.who-we-are-351 .desc-block-706:hover {
    box-shadow: 
            25px 25px 50px rgba(0, 0, 0, 0.25),
            -25px -25px 50px rgba(255, 255, 255, 0.05),
            inset 2px 2px 5px rgba(255, 255, 255, 0.1),
            inset -2px -2px 5px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.who-we-are-351 .desc-block-706 div div {
    column-count: 2;
}}

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

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

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

@keyframes lightShift {
    0% {
        transform: rotate(35deg) translateX(0);
        opacity: 0.06;
    }
    50% {
        opacity: 0.08;
    }
    100% {
        transform: rotate(35deg) translateX(50px);
        opacity: 0.06;
    }
}.cookieWarningContainer-652 {
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    z-index: 90;
    width: 100%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    position: fixed;
    transition: transform 0.3s ease-in-out;
    border-top: 3px solid rgb(179,191,171);
    bottom: 0;
    background: rgb(210,216,207);
    display: flex;
    padding: 1rem 0;
}#cookie-box-banner-582 {
    display: none;
}#cookie-box-banner-582:checked ~ .cookieWarningContainer-652 {
    opacity: 0;
    visibility: hidden;
}.cookieWarningContainer-652 .container {
    gap: 1rem;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1140px;
    z-index: 1;
    margin: 0 auto;
    padding: 0 15px;
    justify-content: space-between;
}.cookie-verify-408 {
    margin-right: 1rem;
    flex-shrink: 0;
    align-items: center;
    display: flex;
}.cookie-verify-408 svg {
    fill: rgb(179,191,171);
    height: 50px;
    width: 50px;
}.edu-settings-659 {
    margin-bottom: 20px;
    min-width: 300px;
    flex: 1;
}.edu-settings-659 h5 {
    font-size: 1.5rem;
    font-weight: 600;
    color: rgb(179,191,171);
    margin-bottom: 0.5rem;
}.edu-settings-659 p {
    color: #000000;
    font-size: 1rem;
}.cookie-control-139 {
    cursor: pointer;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    transition: background-color 0.3s ease, transform 0.3s ease;
    background: rgb(179,191,171);
    color: #ffffff;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    border: none;
    display: inline-block;
}.cookie_button.user-status-953 {
    background: rgb(179,191,171);
}.cookie_button.learn-agree-709 {
    margin-left: 0.5rem;
    background: #000000;
}.cookie-control-139:hover {
    background: #000000;
    transform: translateY(-3px);
}.cookie_button.learn-agree-709:hover {
    background: rgb(179,191,171);
}.cookieWarningContainer-652 p a {
    transition: color 0.3s ease;
    text-decoration: underline;
    color: rgb(179,191,171);
}.cookieWarningContainer-652 p a:hover {
    color: #000000;
}
@media only screen and (max-width: 768px) {.cookieWarningContainer-652 .container {
    flex-direction: column;
    align-items: center;
}.cookie-verify-408 {
    margin-bottom: 1rem;
    margin-right: 0;
}.edu-settings-659 {
    text-align: center;
    margin-bottom: 1rem;
}.cookie_button.learn-agree-709 {
    margin-top: 0.5rem;
    margin-left: 0;
}}
.join-our-mailing-list-328 {
    background: linear-gradient(135deg, rgb(142,165,131) 0%, rgb(179,191,171) 100%);
    padding: 4rem 2rem;
    z-index: 1;
    position: relative;
    overflow: hidden;
}.join-our-mailing-list-328::before {
    position: absolute;
    left: 0;
    content: "";
    z-index: -1;
    top: 0;
    background: repeating-linear-gradient(45deg, rgba(255,255,255,0.03), rgba(255,255,255,0.03) 2px, transparent 2px, transparent 8px);
    height: 100%;
    width: 100%;
}.join-our-mailing-list-328::after {
    height: 300px;
    animation: pulse 8s infinite alternate ease-in-out;
    content: "";
    background: radial-gradient(circle, rgb(179,191,171,0.5) 0%, transparent 70%);
    top: -10%;
    position: absolute;
    border-radius: 50%;
    width: 300px;
    z-index: -1;
    right: -5%;
}.join-our-mailing-list-328 .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.join-our-mailing-list-328 .smart-study-039 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    display: flex;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    padding: 2rem;
}.join-our-mailing-list-328 .smart-study-039::before {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
    transform: translateZ(-10px);
    z-index: -1;
    width: 100%;
    background: rgb(255, 255, 255, 0.5);
    opacity: 0.08;
}.join-our-mailing-list-328 h4 {
    line-height: 1.4;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    text-align: center;
    z-index: 2;
    font-size: clamp(1.25rem, 4vw, 1.75rem);
    max-width: 800px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    color: #ffffff;
    transition: transform 0.5s ease;
    position: relative;
    transform: translateY(0);
    margin: 0;
}.join-our-mailing-list-328 h4::after {
    width: 80px;
    transform: translateX(-50%);
    height: 3px;
    content: "";
    opacity: 0.5;
    left: 50%;
    bottom: -12px;
    position: absolute;
    background: #ffffff;
}.join-our-mailing-list-328 .input_holder {
    gap: 1rem;
    width: 100%;
    flex-wrap: wrap;
    position: relative;
    max-width: 600px;
    justify-content: center;
    z-index: 3;
    display: flex;
}.join-our-mailing-list-328 .input_holder span {
    flex: 1 1 250px;
    position: relative;
}.join-our-mailing-list-328 .input_holder span:first-child {
    flex: 1 1 350px;
}.join-our-mailing-list-328 input[type="email"] {
    padding: 1rem 1.5rem;
    border-radius: 10px;
    font-weight: 400;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    border: 2px solid rgba(255,255,255,0.3);
    color: #ffffff;
    font-size: 14px;
    width: 100%;
    background: rgba(255,255,255,0.1);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    backdrop-filter: blur(5px);
}.join-our-mailing-list-328 input[type="email"]:focus {
    outline: none;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    background: rgba(255,255,255,0.15);
    border-color: #ffffff;
}.join-our-mailing-list-328 input[type="email"]::placeholder {
    color: rgba(255,255,255,0.7);
    transition: opacity 0.3s ease;
    opacity: 1;
}.join-our-mailing-list-328 input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.join-our-mailing-list-328 .sub-bonus-125 {
    font-family: Arial, sans-serif;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border: none;
    width: 100%;
    color: rgb(142,165,131);
    background: #ffffff;
    font-size: 15px;
    overflow: hidden;
    padding: 1rem 1.5rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    cursor: pointer;
    font-weight: 600;
}.join-our-mailing-list-328 .sub-bonus-125::before {
    content: "";
    transition: all 0.5s ease;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    width: 100%;
    top: 0;
    height: 100%;
    left: -100%;
    position: absolute;
}.join-our-mailing-list-328 .sub-bonus-125:hover {
    color: rgb(179,191,171);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    background: #ffffff;
}.join-our-mailing-list-328 .sub-bonus-125:hover::before {
    left: 100%;
}.join-our-mailing-list-328 .sub-bonus-125:active {
    transform: translateY(0);
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

@keyframes pulse {
    0% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.2); opacity: 0.3; }
    100% { transform: scale(1); opacity: 0.5; }
}

@media (min-width: 768px) {.join-our-mailing-list-328 {
    padding: 5rem 2rem;
}.join-our-mailing-list-328 .smart-study-039 {
    flex-direction: row;
    gap: 3rem;
    justify-content: space-between;
}.join-our-mailing-list-328 .smart-study-039 > div {
    flex: 1 1 50%;
    text-align: left;
}.join-our-mailing-list-328 h4 {
    text-align: left;
}.join-our-mailing-list-328 h4::after {
    left: 0;
    transform: none;
}.join-our-mailing-list-328 .input_holder {
    justify-content: flex-end;
    flex: 1 1 50%;
}
}

@media (max-width: 767px) {.join-our-mailing-list-328 .smart-study-039::before {
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
}.join-our-mailing-list-328 .smart-study-039 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 1.5rem;
}
}

@media (max-width: 480px) {.join-our-mailing-list-328 {
    padding: 3rem 1rem;
}.join-our-mailing-list-328 h4 {
    font-size: 1.2rem;
}.join-our-mailing-list-328 .input_holder span {
    flex: 1 1 100%;
}.join-our-mailing-list-328 input[type="email"],
    .join-our-mailing-list-328 .sub-bonus-125 {
    padding: 0.875rem 1.25rem;
}}.plan-showcase-264 {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.plan-showcase-264::before {
    background: linear-gradient(135deg, rgba(18, 46, 101, 0.85), rgba(44, 62, 80, 0.9));
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}.plan-showcase-264 .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}.pricing-card-365 {
    position: relative;
}.plan-showcase-264 h2 {
    font-size: 30px;
    transform: translateY(0);
    margin-bottom: 25px;
    position: relative;
    animation: titleFadeIn 0.8s ease-out forwards;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
}.plan-showcase-264 .price-view-358 {
    animation: fadeIn 0.8s ease-out 0.3s forwards;
    font-size: 17px;
    max-width: 700px;
    text-align: center;
    position: relative;
    margin: 0 auto 60px;
    color: #ffffff;
    opacity: 0;
    line-height: 1.6;
}.plan-showcase-264 .cost-options-769 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    list-style: none;
    padding: 0;
    display: grid;
    margin: 0;
}.plan-showcase-264 .cost-options-769 li {
    transform-style: preserve-3d;
    perspective: 1000px;
}.plan-showcase-264 .study-fees-253 {
    height: 100%;
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    transform: translateZ(0);
    display: block;
}.plan-showcase-264 .study-fees-253:hover {
    transform: translateY(-10px) scale(1.02);
}.plan-showcase-264 .bundle-offer-409 {
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(240, 240, 240, 0.85));
    overflow: hidden;
    transition: all 0.4s ease;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 96%, 96% 100%, 0 100%);
}.plan-showcase-264 .study-fees-253:hover .bundle-offer-409 {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(240, 240, 240, 0.9));
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(0, 0, 0, 0.1);
}.plan-showcase-264 .bundle-offer-409::before {
    content: "";
    width: 100%;
    transform: scaleX(0);
    position: absolute;
    background: linear-gradient(90deg, rgb(179,191,171), rgb(142,165,131));
    transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
    left: 0;
    transform-origin: left;
    height: 6px;
    top: 0;
}.plan-showcase-264 .study-fees-253:hover .bundle-offer-409::before {
    transform: scaleX(1);
}.plan-showcase-264 .cert-fees-461 {
    height: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 35px 30px;
    flex-direction: column;
}.plan-showcase-264 .cert-fees-461 h4 {
    font-weight: 700;
    padding-bottom: 15px;
    transition: color 0.3s ease;
    color: #000000;
    margin: 0 0 20px;
    font-size: calc(18px * 1.1);
    position: relative;
}.plan-showcase-264 .study-fees-253:hover .cert-fees-461 h4 {
    color: rgb(179,191,171);
}.plan-showcase-264 .cert-fees-461 h4::after {
    background: rgb(179,191,171);
    transition: width 0.4s ease;
    bottom: 0;
    position: absolute;
    left: 0;
    height: 3px;
    content: "";
    width: 40px;
}.plan-showcase-264 .study-fees-253:hover .cert-fees-461 h4::after {
    width: 60px;
}.plan-showcase-264 .cert-fees-461 p {
    font-size: calc(17px * 0.95);
    color: #000000;
    line-height: 1.6;
    overflow-wrap: break-word;
    flex-grow: 1;
    word-break: break-word;
    margin: 0 0 25px;
}.plan-showcase-264 .monthly-plan-610 {
    display: inline-block;
    background: linear-gradient(135deg, rgba(240, 240, 240, 0.8), rgba(255, 255, 255, 0.9));
    font-size: calc(18px * 1.4);
    align-self: flex-start;
    border-radius: 50px;
    position: relative;
    transition: all 0.3s ease;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 12px 25px;
    color: #000000;
}.plan-showcase-264 .study-fees-253:hover .monthly-plan-610 {
    color: #ffffff;
    background: linear-gradient(135deg, rgb(179,191,171,0.5), rgb(179,191,171));
    box-shadow: 0 8px 20px rgba(var(--primary-color-rgb), 0.3);
}.plan-showcase-264 .monthly-plan-610::before {
    content: "";
    height: 100%;
    transition: left 0.7s ease;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    left: -100%;
    position: absolute;
}.plan-showcase-264 .study-fees-253:hover .monthly-plan-610::before {
    left: 100%;
}

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

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 1200px) {.plan-showcase-264 {
    padding: 100px 0;
}.plan-showcase-264 .cost-options-769 {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
}

@media (max-width: 991px) {.plan-showcase-264 {
    padding: 80px 0;
}.plan-showcase-264 h2 {
    font-size: calc(30px * 0.9);
}.plan-showcase-264 .price-view-358 {
    font-size: calc(17px * 0.95);
    margin-bottom: 50px;
}.plan-showcase-264 .cost-options-769 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.plan-showcase-264 .cert-fees-461 {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.plan-showcase-264 {
    padding: 70px 0;
}.plan-showcase-264 h2 {
    margin-bottom: 20px;
    font-size: calc(30px * 0.85);
}.plan-showcase-264 .price-view-358 {
    font-size: calc(17px * 0.9);
    margin-bottom: 40px;
}.plan-showcase-264 .cost-options-769 {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.plan-showcase-264 .cert-fees-461 h4 {
    font-size: 18px;
}.plan-showcase-264 .cert-fees-461 p {
    font-size: calc(17px * 0.9);
    margin-bottom: 20px;
}.plan-showcase-264 .monthly-plan-610 {
    font-size: calc(18px * 1.3);
    padding: 10px 20px;
}
}

@media (max-width: 480px) {.plan-showcase-264 {
    padding: 60px 0;
}.plan-showcase-264 h2 {
    font-size: calc(30px * 0.8);
}.plan-showcase-264 .price-view-358 {
    margin-bottom: 35px;
    font-size: calc(17px * 0.85);
}.plan-showcase-264 .cert-fees-461 {
    padding: 25px 20px;
}.plan-showcase-264 .cert-fees-461 h4 {
    margin-bottom: 15px;
    padding-bottom: 12px;
}.plan-showcase-264 .cert-fees-461 p {
    font-size: calc(17px * 0.85);
    line-height: 1.5;
}.plan-showcase-264 .monthly-plan-610 {
    padding: 8px 18px;
    font-size: calc(18px * 1.2);
}}.mentorship-experience-469 {
    padding: 90px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(210,216,207) 0%, #f5f7fa 100%);
}.mentorship-experience-469::before {
    opacity: 0.4;
    background: linear-gradient(45deg, rgb(179,191,171,0.5), rgb(142,165,131,0.5));
    top: -10%;
    height: 300px;
    width: 300px;
    z-index: 0;
    filter: blur(60px);
    animation: float 15s ease-in-out infinite alternate;
    right: -5%;
    position: absolute;
    content: "";
}.mentorship-experience-469::after {
    opacity: 0.3;
    background: linear-gradient(225deg, rgb(142,165,131,0.5), rgb(179,191,171,0.5));
    content: "";
    width: 250px;
    animation: float 18s ease-in-out infinite alternate-reverse;
    filter: blur(50px);
    z-index: 0;
    left: -5%;
    position: absolute;
    bottom: -5%;
    height: 250px;
}.mentorship-experience-469 .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 1;
    position: relative;
}.mentorship-experience-469 .learner-feedback-480 {
    grid-gap: 30px;
    background: #ffffff;
    display: grid;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    padding: 40px;
    position: relative;
    transform: perspective(1000px) rotateY(2deg);
    grid-template-columns: 1fr;
}.mentorship-experience-469 .learner-feedback-480:hover {
    transform: perspective(1000px) rotateY(0deg);
}.mentorship-experience-469 .learner-feedback-480 > div:first-child {
    margin-bottom: 10px;
    position: relative;
}.mentorship-experience-469 .pic-list-713 {
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    border: 3px solid #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    height: 120px;
    width: 120px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.mentorship-experience-469 .learner-feedback-480:hover .pic-list-713 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: scale(1.05) translateY(-5px);
}.mentorship-experience-469 .name {
    margin-bottom: 5px;
    position: relative;
    color: rgb(179,191,171);
    display: inline-block;
    font-size: 19px;
    font-weight: 700;
}.mentorship-experience-469 .name::after {
    width: 0;
    bottom: -4px;
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(179,191,171), rgb(142,165,131));
    position: absolute;
    left: 0;
    transition: width 0.3s ease-in-out;
}.mentorship-experience-469 .learner-feedback-480:hover .name::after {
    width: 100%;
}.mentorship-experience-469 .learner-feedback-480 > div:nth-child(2) > div {
    font-weight: 600;
    position: relative;
    transition: padding-left 0.3s ease;
    font-size: calc(12px - 1px);
    padding-left: 0;
    margin-bottom: 15px;
    color: rgb(142,165,131);
}.mentorship-experience-469 .learner-feedback-480:hover > div:nth-child(2) > div {
    padding-left: 10px;
}.mentorship-experience-469 .emp-tasks-802 {
    position: relative;
    background: linear-gradient(to right, rgba(245, 247, 250, 0.5), rgba(245, 247, 250, 0));
    color: #000000;
    font-size: 12px;
    font-family: Arial, sans-serif;
    border-left: 3px solid rgb(179,191,171);
    line-height: 1.7;
    margin: 0;
    padding: 20px;
}.mentorship-experience-469 .emp-tasks-802::before {
    top: -15px;
    line-height: 1;
    font-family: serif;
    font-size: 60px;
    left: 10px;
    position: absolute;
    opacity: 0.3;
    content: "";
    color: rgb(179,191,171,0.5);
}

@media (min-width: 768px) {.mentorship-experience-469 {
    padding: 120px 0;
}.mentorship-experience-469 .learner-feedback-480 {
    grid-template-rows: auto 1fr;
    grid-template-columns: 150px 1fr;
    padding: 50px;
}.mentorship-experience-469 .learner-feedback-480 > div:first-child {
    margin-bottom: 0;
    grid-row: 1 / span 2;
}.mentorship-experience-469 .pic-list-713 {
    height: 150px;
    width: 150px;
}.mentorship-experience-469 .learner-feedback-480 > div:nth-child(2) {
    align-self: end;
}.mentorship-experience-469 .learner-feedback-480 > div:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
}
}

@media (min-width: 992px) {.mentorship-experience-469 .learner-feedback-480 {
    padding: 60px;
    grid-template-columns: 180px 1fr;
    grid-gap: 40px;
}.mentorship-experience-469 .pic-list-713 {
    height: 180px;
    width: 180px;
}.mentorship-experience-469 .name {
    font-size: calc(19px + 2px);
}.mentorship-experience-469 .emp-tasks-802 {
    font-size: calc(12px + 1px);
    padding: 25px;
}
}

@media (max-width: 767px) {.mentorship-experience-469 {
    padding: 60px 0;
}.mentorship-experience-469 .learner-feedback-480 {
    padding: 30px;
    text-align: center;
}.mentorship-experience-469 .pic-list-713 {
    margin: 0 auto 20px;
}.mentorship-experience-469 .name::after {
    left: 50%;
    transform: translateX(-50%);
}.mentorship-experience-469 .learner-feedback-480:hover > div:nth-child(2) > div {
    padding-left: 0;
}.mentorship-experience-469 .emp-tasks-802 {
    padding: 15px;
    text-align: left;
}
}

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