* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.container {
    margin: auto;
    width: 1200px;
    max-width: 100%;
}
header,footer {
    width: 100%;
}
html,
body {
    min-height: 100%;
    height: 100%;
    font-family: Playfair Display, sans-serif;
    color: #000000;
}
.content-wrapper-X8h {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(129,127,125);
}
a {
    color: inherit;
    text-decoration: none;
}
svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {
    .container {
        width: 100%;
        padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
    .container {
        padding: 0 12px;
    }
}.content-wrapper-X8h .who-we-are-h7G {
    background: #ffffff;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.content-wrapper-X8h .who-we-are-h7G .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.content-wrapper-X8h .who-we-are-h7G .caption_holder {
    display: flex;
    flex-direction: row;
    padding: 60px;
    background: rgb(45,45,44,0.5);
    border-radius: 27px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    border: 2px solid rgb(77,76,75);
    overflow: hidden;
}

.content-wrapper-X8h .who-we-are-h7G .photo {
    width: 40%;
    min-height: 400px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.content-wrapper-X8h .who-we-are-h7G .style_element {
    background: #ffffff;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 55%;
    min-width: 450px;
    border-radius: 27px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    border: 2px solid #000000;
}

.content-wrapper-X8h .who-we-are-h7G h2 {
    font-size: 45px;
    font-weight: 700;
    color: rgb(77,76,75);
    border-bottom: 4px solid rgb(77,76,75);
    padding-bottom: 15px;
    margin-bottom: 25px;
    letter-spacing: 1.5px;
}

.content-wrapper-X8h .who-we-are-h7G p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 20px;
}

.content-wrapper-X8h .who-we-are-h7G::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background: rgb(77,76,75,0.5);
    z-index: 0;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}

.content-wrapper-X8h .who-we-are-h7G .caption_holder::before {
    content: "";
    position: absolute;
    top: -15%;
    left: -15%;
    background: rgb(45,45,44,0.5);
    width: 50%;
    height: 130%;
    border-radius: 50%;
    z-index: 0;
}

@media only screen and (max-width: 800px) {
    .content-wrapper-X8h .who-we-are-h7G {
        padding: 60px 0;
    }
    .content-wrapper-X8h .who-we-are-h7G .caption_holder {
        flex-direction: column;
        padding: 15px;
    }
    .content-wrapper-X8h .who-we-are-h7G .photo {
        width: 100%;
        min-height: 300px;
        margin-bottom: 20px;
    }
    .content-wrapper-X8h .who-we-are-h7G .style_element {
        width: 100%;
        padding: 10px;
        min-width: unset;
    }
    .content-wrapper-X8h .who-we-are-h7G h2 {
        font-size: 33px;
    }
    .content-wrapper-X8h .who-we-are-h7G p {
        font-size: 16px;
    }
}
.contact-form-section-zle {
    padding: 60px;
    background: rgb(45,45,44);
    font-family: Playfair Display, sans-serif;
    border: 2px solid rgb(77,76,75,0.5);
    box-shadow: 0 0 20px rgb(77,76,75,0.5);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}
.contact-form-section-zle::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: rgb(77,76,75);
    z-index: 1;
    transform-origin: center;
    transform: rotate(45deg);
    opacity: 0.1;
}
.contact-form-section-zle h3 {
    color: rgb(45,45,44);
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(45,45,44);
    padding-bottom: 10px;
    position: relative;
    z-index: 2;
}
.contact-form-section-zle .form {
    background: #000000;
    border-radius: 10px;
    padding: 40px;
    box-shadow: inset 0 0 10px rgb(77,76,75,0.5);
    position: relative;
    z-index: 2;
}
.contact-form-section-zle .info svg, .contact-form-section-zle .info svg path {
    fill: rgb(45,45,44);
}
.contact-form-section-zle .info .contact_info h5 {
    color: rgb(45,45,44);
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 16px;
}
.contact-form-section-zle .info span {
    color: #ffffff;
    font-size: 15px;
}
.contact-form-section-zle .info .contact_info svg, .contact-form-section-zle .info .contact_info svg path {
    fill: #ffffff;
}
.contact-form-section-zle form input {
    color: #ffffff;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(77,76,75,0.5);
    padding: 15px;
    width: 100%;
    margin-bottom: 20px;
    font-size: 15px;
    box-shadow: 0 0 10px rgb(77,76,75,0.5);
    transition: border-color 0.3s ease;
}
.contact-form-section-zle form input:focus {
    border-color: rgb(77,76,75);
    outline: none;
}
.contact-form-section-zle form .button {
    background: rgb(45,45,44);
    color: #ffffff;
    border-radius: 50px;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    border: 2px solid rgb(45,45,44);
    box-shadow: 0 0 15px rgb(45,45,44);
    transition: background 0.3s ease, box-shadow 0.3s ease;
}
.contact-form-section-zle form .button:hover {
    background: rgb(77,76,75);
    box-shadow: 0 0 15px rgb(77,76,75);
}
.contact-form-section-zle .holder {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}
.contact-form-section-zle .holder > div {
    flex: 1;
    min-width: 300px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 20px;
    box-shadow: inset 0 0 10px rgb(77,76,75,0.5);
    border: 2px solid rgb(77,76,75,0.5);
}
.contact-form-section-zle .info {
    padding-top: 40px;
    border-top: 2px solid rgb(77,76,75,0.5);
}
.contact-form-section-zle .logo_holder {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 30px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 30px;
}
.contact-form-section-zle .logo_holder svg, .contact-form-section-zle .logo_holder img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}
.contact-form-section-zle .info .contact_info span {
    font-weight: 300;
}
.contact-form-section-zle .info .contact_info > div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.contact-form-section-zle .name_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact-form-section-zle .name_holder #surname {
    flex: 1;
}
.contact-form-section-zle .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.contact-form-section-zle .agree label {
    display: flex;
    align-items: center;
    font-size: 15px;
    padding-left: 10px;
}
.contact-form-section-zle .agree a {
    margin-left: 5px;
    color: rgb(77,76,75);
    text-decoration: underline;
}
.contact-form-section-zle .agree input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 5px;
}
@media only screen and (max-width: 900px) {
    .contact-form-section-zle {
        padding: 60px 10px;
    }
    .contact-form-section-zle h3 {
        font-size: 34px;
    }
    .contact-form-section-zle .holder {
        flex-direction: column;
        gap: 20px;
        flex-wrap: nowrap;
    }
    .contact-form-section-zle .name_holder {
        flex-wrap: wrap;
        gap:0;
    }
    .contact-form-section-zle form input {
        width: 100%;
    }
}
.contact-form-section-zle .form form {
    display: flex;
    flex-direction: column;
}
.contact-form-section-zle .form h3 {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 18px;
    color: rgb(77,76,75);
}
.contact-form-section-zle .info h5 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 16px;
    color: rgb(77,76,75);
}
.contact-form-section-zle .info svg, .contact-form-section-zle .info img {
    margin-right: 16px;
    width: 16px;
    height: 16px;
}
.contact-form-section-zle .info span {
    font-size: 15px;
}
.contact-form-section-zle .logo_holder {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 30px;
    margin-right: 30px;
}
.contact-form-section-zle .logo_holder svg, .contact-form-section-zle .logo_holder img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    margin-right: 0;
}
.contact-form-section-zle .info .contact_info span {
    font-weight: 300;
}
.contact-form-section-zle .info .contact_info > div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.program-assets-R4f {
    position: relative;
    padding: 180px 0;
    background: linear-gradient(
        135deg,
        rgb(129,127,125) 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    overflow: hidden;
}

.program-assets-R4f::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(
            circle at 20% 20%,
            rgb(77,76,75,0.5) 0%,
            transparent 50%
        ),
        radial-gradient(
            circle at 80% 80%,
            rgb(45,45,44,0.5) 0%,
            transparent 50%
        );
    opacity: 0.1;
}

.program-assets-R4f .container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

.program-assets-R4f .holder {
    position: relative;
    perspective: 1000px;
}

.program-assets-R4f .content_holder {
    position: relative;
    min-height: 700px;
    padding: 80px 60px;
    background-position: center;
    background-size: cover;
    border-radius: 19px;
    overflow: hidden;
    transform-style: preserve-3d;
}

.program-assets-R4f .content_holder::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        125deg,
        #000000 0%,
        transparent 40%,
        transparent 60%,
        #000000 100%
    );
    opacity: 0.85;
    backdrop-filter: blur(10px);
}

.program-assets-R4f .content_holder::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgb(77,76,75) 0%,
        transparent 100%
    );
    opacity: 0.1;
    mix-blend-mode: overlay;
}

.program-assets-R4f .content_holder h3 {
    position: relative;
    color: #ffffff;
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 60px;
    transform: translateZ(50px);
}

.program-assets-R4f .content_holder h3::before {
    content: '';
    position: absolute;
    left: -20px;
    top: -20px;
    width: 60px;
    height: 60px;
    border-left: 2px solid rgb(77,76,75);
    border-top: 2px solid rgb(77,76,75);
    opacity: 0.6;
}

.program-assets-R4f .content_holder div {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    transform: translateZ(30px);
}

.program-assets-R4f .content_holder p {
    position: relative;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.8;
    padding: 35px;
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 19px;
    backdrop-filter: blur(15px);
    transform-style: preserve-3d;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.program-assets-R4f .content_holder p::before {
    content: '';
    position: absolute;
    inset: -1px;
    background: linear-gradient(
        45deg,
        rgb(77,76,75) 0%,
        transparent 30%,
        transparent 70%,
        rgb(45,45,44) 100%
    );
    border-radius: inherit;
    opacity: 0;
    transition: opacity 0.4s;
    z-index: -1;
}

.program-assets-R4f .content_holder p:hover {
    transform: translateZ(20px);
}

.program-assets-R4f .content_holder p:hover::before {
    opacity: 0.3;
}

@media (max-width: 1200px) {
    .program-assets-R4f {
        padding: 140px 0;
    }

    .program-assets-R4f .content_holder {
        padding: 60px 40px;
        min-height: 600px;
    }

    .program-assets-R4f .content_holder div {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .program-assets-R4f {
        padding: 100px 0;
    }

    .program-assets-R4f .content_holder {
        padding: 50px 30px;
        min-height: auto;
    }

    .program-assets-R4f .content_holder h3 {
        font-size: calc(44px * 0.85);
        margin-bottom: 40px;
    }

    .program-assets-R4f .content_holder div {
        gap: 25px;
    }

    .program-assets-R4f .content_holder p {
        padding: 25px;
    }
}

@media (max-width: 767px) {
    .program-assets-R4f {
        padding: 80px 0;
    }

    .program-assets-R4f .content_holder {
        padding: 40px 25px;
    }

    .program-assets-R4f .content_holder h3 {
        font-size: calc(44px * 0.7);
        margin-bottom: 35px;
    }

    .program-assets-R4f .content_holder h3::before {
        width: 40px;
        height: 40px;
        left: -15px;
        top: -15px;
    }

    .program-assets-R4f .content_holder div {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .program-assets-R4f .content_holder p {
        padding: 25px 20px;
        font-size: calc(15px * 0.95);
    }
}.customer-experience-7dx {
    background: rgb(129,127,125);
    padding: 80px 30px;
    position: relative;
    overflow: hidden;
    min-width: 320px;
    max-width: 1200px;
    margin: 0 auto;
}

.customer-experience-7dx::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(77,76,75), rgb(45,45,44));
}

.customer-experience-7dx h3 {
    font-size: 35px;
    font-family: Playfair Display, sans-serif;
    font-weight: 700;
    margin-bottom: 50px;
    color: rgb(77,76,75);
    text-align: center;
    position: relative;
    z-index: 1;
    letter-spacing: 1px;
}

.customer-experience-7dx h3::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: rgb(45,45,44);
}

.customer-experience-7dx .reviews {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    position: relative;
    z-index: 1;
}

.customer-experience-7dx .reviews .review {
    background: #ffffff;
    border: 1px solid rgb(45,45,44,0.5);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.customer-experience-7dx .reviews .review::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: rgb(77,76,75);
}

.customer-experience-7dx .reviews .review .photo {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.customer-experience-7dx .reviews .review .photo::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}

.customer-experience-7dx .reviews .review .text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    background: #ffffff;
    flex-grow: 1;
}

.customer-experience-7dx .reviews .text p {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 12px;
    color: rgb(77,76,75);
}

.customer-experience-7dx .reviews .text span {
    font-size: 12px;
    color: #000000;
    line-height: 1.6;
}

.customer-experience-7dx .reviews .review::after {
    content: "\201C";
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 60px;
    color: rgb(45,45,44,0.5);
    opacity: 0.3;
    font-family: Playfair Display, sans-serif;
}

@media only screen and (max-width: 768px) {
    .customer-experience-7dx {
        padding: 60px 20px;
    }

    .customer-experience-7dx h3 {
        font-size: calc(35px * 0.9);
    }
}

@media only screen and (max-width: 480px) {
    .customer-experience-7dx {
        padding: 50px 15px;
    }

    .customer-experience-7dx h3 {
        font-size: calc(35px * 0.8);
    }

    .customer-experience-7dx .reviews .review .photo {
        height: 180px;
    }
}.course-summary-JMU {
    padding-top: 100px;
    padding-bottom: 100px;
    background: rgb(45,45,44);
    color: #ffffff;
    font-family: Playfair Display, sans-serif;
    position: relative;
    overflow: hidden;
}

.course-summary-JMU::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(77,76,75,0.5), transparent);
    animation: rotateBg 20s linear infinite;
    z-index: 0;
}

@keyframes rotateBg {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.course-summary-JMU h2 {
    color: rgb(77,76,75);
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    z-index: 1;
    position: relative;
}

.course-summary-JMU .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    z-index: 1;
    position: relative;
}

.course-summary-JMU .items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    z-index: 1;
    position: relative;
}

.course-summary-JMU .course {
    padding: 20px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 1;
    position: relative;
}

.course-summary-JMU .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.course-summary-JMU .photo {
    height: 300px;
    width: 300px;
    border-radius: 20px;
    overflow: hidden;
    border: 5px solid rgb(77,76,75,0.5);
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease, border 0.3s ease;
}


.course-summary-JMU .text_holder {
    padding: 20px;
}

.course-summary-JMU h3 {
    font-size: 36px;
    font-weight: 600;
    color: rgb(77,76,75);
    margin-bottom: 16px;
}

.course-summary-JMU p {
    font-size: 17px;
    font-weight: 300;
    color: #000000;
    line-height: 1.6;
}

.course-summary-JMU .button {
    background: rgb(77,76,75);
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 800px) {
    .course-summary-JMU {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .course-summary-JMU .photo {
        height: 200px;
        width: 200px;
    }

    .course-summary-JMU h3 {
        font-size: 18px;
    }

    .course-summary-JMU p {
        font-size: 15px;
    }

    .course-summary-JMU .button {
        padding: 10px 20px;
    }
}

.content-wrapper-X8h .course-summary-JMU {
    background: rgb(129,127,125);
    padding: 80px 0;
}

.content-wrapper-X8h .course-summary-JMU .items {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.content-wrapper-X8h .course-summary-JMU .photo {
    width: 250px;
    height: 250px;
    border-radius: 16px;
    overflow: hidden;
    border: 5px solid rgb(77,76,75,0.5);
}

.content-wrapper-X8h .course-summary-JMU .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
}

.content-wrapper-X8h .course-summary-JMU .text_holder {
    text-align: center;
    padding: 20px;
}

.content-wrapper-X8h .course-summary-JMU h3 {
    font-size: 42px;
    font-weight: 700;
    margin-top: 20px;
    color: rgb(77,76,75);
}

.content-wrapper-X8h .course-summary-JMU p {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
}

.content-wrapper-X8h .course-summary-JMU .button {
    display: inline-block;
    margin-top: 30px;
    padding: 15px 40px;
    background: none;
    border: 2px solid rgb(77,76,75);
    border-radius: 50px;
    color: rgb(77,76,75);
    transition: background 0.3s ease, color 0.3s ease;
}

.content-wrapper-X8h .course-summary-JMU .button:hover {
    background: rgb(77,76,75);
    color: #ffffff;
}

@media only screen and (max-width: 800px) {
    .content-wrapper-X8h .course-summary-JMU .photo {
        width: 200px;
        height: 200px;
    }
    .content-wrapper-X8h .course-summary-JMU .text_holder {
        padding: 0;
    }
    .content-wrapper-X8h .course-summary-JMU h3 {
        font-size: 18px;
    }

    .content-wrapper-X8h .course-summary-JMU p {
        font-size: 16px;
    }

    .content-wrapper-X8h .course-summary-JMU .button {
        padding: 10px 30px;
    }
}
header .top_plank {
    background: rgb(77,76,75);
    color:  #ffffff;
}
header .top_plank .top_plank_content div svg, header .top_plank .top_plank_content div svg path {
    fill: #ffffff;
}
header .top_plank .top_plank_content div span {
    color: #ffffff;
}
header .top_plank .top_plank_content {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0 10px 0;
    font-size: 15px;
    line-height: 21px;
    flex-wrap: wrap;
}
header .top_plank .top_plank_content div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 24px;
}
header .top_plank .top_plank_content div img, header .top_plank .top_plank_content div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}.pricing-section-QT8 {
    position: relative;
    background: rgb(129,127,125);
    padding: 120px 0;
    min-height: auto;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.pricing-section-QT8::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: conic-gradient(from 45deg at 50% 50%, rgb(45,45,44,0.5) 0deg, transparent 60deg, transparent 300deg, rgb(77,76,75,0.5) 360deg);
    opacity: 0.15;
    z-index: 1;
    animation: rotateBg 15s linear infinite;
}

@keyframes rotateBg {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.pricing-section-QT8 .container {
    position: relative;
    z-index: 2;
    width: 90vw;
}

.pricing-section-QT8 .price_info_holder {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    position: relative;
}

.pricing-section-QT8 .photo {
    display: block;
    width: 100%;
    height: 300px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.pricing-section-QT8 h2 {
    font-size: calc(38px * 1.2);
    color: #000000;
    font-weight: 700;
    margin: 0 0 1rem 0;
    letter-spacing: -0.03em;
}

.pricing-section-QT8 h3 {
    font-size: 21px;
    color: #000000;
    font-weight: 400;
    margin: 0 0 3rem 0;
    max-width: 600px;
}

.pricing-section-QT8 .price_items {
    display: flex;
    gap: 0;
    width: 100%;
    position: relative;
}

.pricing-section-QT8 .price_item {
    flex: 1;
    background: #ffffff;
    min-height: 500px;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    position: relative;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.pricing-section-QT8 .price_item:not(:last-child) {
    border-right: 1px solid rgb(45,45,44,0.5);
}

.pricing-section-QT8 .price_item:first-child {
    border-radius: 15px 0 0 15px;
}

.pricing-section-QT8 .price_item:last-child {
    border-radius: 0 15px 15px 0;
}

.pricing-section-QT8 .price_item:hover {
    transform: scale(1.03);
    box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.5);
    border-right-color: transparent;
    z-index: 1;
}

.pricing-section-QT8 .price_item h3 {
    all: unset;
    font-size: calc(21px * 1.1);
    color: rgb(77,76,75);
    font-weight: 700;
    position: relative;
    padding-bottom: 1.5rem;
    margin: 0;
}

.pricing-section-QT8 .price_item h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: currentColor;
}

.pricing-section-QT8 .price_item .price_amount {
    font-size: calc(37px * 1.2);
    font-weight: 700;
    color: #000000;
    position: relative;
    margin: 0;
}

.pricing-section-QT8 .price_item .price_amount::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 30%;
    bottom: 5px;
    left: 0;
    background: rgb(77,76,75,0.5);
    z-index: -1;
    transition: height 0.3s ease;
}

.pricing-section-QT8 .price_item:hover .price_amount::before {
    height: 50%;
}

.pricing-section-QT8 .price_item span {
    font-size: 16px;
    color: #000000;
    line-height: 1.6;
    flex-grow: 1;
}

.pricing-section-QT8 .price_item .button {
    margin-top: auto;
    background: none;
    color: rgb(77,76,75);
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    padding: 0.5rem 0;
    border: 0;
    position: relative;
    transition: color 0.3s ease;
    width: fit-content;
}

.pricing-section-QT8 .price_item .button::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: currentColor;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.pricing-section-QT8 .price_item .button:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

@media (min-width: 992px) {
    .pricing-section-QT8 .price_items:has(.price_item:nth-child(2)) .price_item {
        width: 50%;
    }
    
    .pricing-section-QT8 .price_items:has(.price_item:nth-child(3)) .price_item {
        width: 33.333%;
    }
    
    .pricing-section-QT8 .price_items:has(.price_item:nth-child(4)) .price_item {
        width: 25%;
    }
}

@media (max-width: 991px) {
    .pricing-section-QT8 .price_items {
        flex-direction: column;
        gap: 2rem;
    }

    .pricing-section-QT8 .price_item {
        width: 100% !important;
        min-height: auto;
        border-radius: 15px !important;
        border: none !important;
    }

    .pricing-section-QT8 .price_item:hover {
        transform: scale(1.02);
    }
}

@media (max-width: 479px) {
    .pricing-section-QT8 {
        padding: 60px 0;
    }

    .pricing-section-QT8 .container {
        width: 100vw;
        padding: 0 1rem;
    }

    .pricing-section-QT8 .price_info_holder {
        gap: 2rem;
    }

    .pricing-section-QT8 .photo {
        height: 250px;
    }

    .pricing-section-QT8 .price_item {
        padding: 1.5rem;
    }

    .pricing-section-QT8 h2 {
        font-size: 37px;
    }
}.tySpotlight-uRf {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: rgb(129,127,125);
    padding: 40px 20px;
    position: relative;
    overflow: hidden;
}
.tySpotlight-uRf::before, .tySpotlight-uRf::after {
    content: "";
    position: absolute;
    background: rgb(45,45,44,0.5);
    z-index: 0;
}
.tySpotlight-uRf::before {
    width: 300px;
    height: 300px;
    top: -150px;
    left: -150px;
    border-radius: 50%;
}
.tySpotlight-uRf::after {
    width: 500px;
    height: 500px;
    bottom: -250px;
    right: -250px;
    border-radius: 50%;
}
.tySpotlight-uRf .container {
    position: relative;
    z-index: 1;
    max-width: 800px;
    background: #ffffff;
    padding: 60px 40px;
    border-radius: 26px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-top: 8px solid rgb(77,76,75);
    border-bottom: 8px solid rgb(77,76,75);
}
.tySpotlight-uRf h2 {
    font-size: 43px;
    color: rgb(77,76,75);
    margin-bottom: 20px;
    font-family: Playfair Display, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}
.tySpotlight-uRf h2::before, .tySpotlight-uRf h2::after {
    content: "";
    position: absolute;
    height: 4px;
    width: 50px;
    background: rgb(77,76,75);
    top: 50%;
    transform: translateY(-50%);
}
.tySpotlight-uRf h2::before {
    left: -60px;
}
.tySpotlight-uRf h2::after {
    right: -60px;
}
.tySpotlight-uRf p {
    font-size: 18px;
    color: #000000;
    font-family: Playfair Display, sans-serif;
    font-weight: 400;
    line-height: 1.8;
    margin-top: 30px;
    text-align: justify;
    position: relative;
    padding-left: 20px;
    border-left: 4px solid rgb(77,76,75);
}
.tySpotlight-uRf p::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 4px;
    background: rgb(77,76,75,0.5);
    top: 0;
    left: -10px;
}
@media only screen and (max-width: 800px) {
    .tySpotlight-uRf {
        padding: 20px;
    }
    .tySpotlight-uRf .container {
        padding: 40px 20px;
    }
    .tySpotlight-uRf h2 {
        font-size: 28px;
    }
    .tySpotlight-uRf p {
        font-size: 18px;
    }
}
header .main_header {
    background: #ffffff;
    color: #000000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid rgb(77,76,75);
}
header .logo_holder svg, header .logo_holder svg path, header .logo_holder img {
    fill: rgb(77,76,75);
}
header .menu a {
    color: rgb(45,45,44);
    font-family: Playfair Display, sans-serif;
    padding: 10px 15px;
    transition: color 0.3s, background 0.3s;
    border-radius: 10px;
}
header .menu a:hover {
    color: #ffffff;
    background: rgb(77,76,75);
}
header .menu a.active {
    color: rgb(77,76,75);
    border-bottom: 2px solid rgb(45,45,44);
}
header .menu a.active:hover {
    color: #ffffff;
    background: rgb(45,45,44);
}
header .main_header {
    width: 100%;
    padding: 10px 20px;
    transition: all 0.3s;
}
header .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}
header .logo_holder {
    display: flex;
    align-items: center;
    text-decoration: none;
}
header .logo_caption {
    display: flex;
    flex-direction: column;
    height: 100%;
}
header .logo_desc {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 5px;
}
header .logo_holder .logo_desc {
    text-transform: uppercase;
}
header .logo_holder .logotype svg, header .logo_holder .logotype img {
    height: 60px;
    width: 60px;
    margin-right: 10px;
}
header .menu {
    display: flex;
}
header .menu a {
    text-decoration: none;
    font-size: 17px;
}
body .content-wrapper-X8h header .opened {
    display: flex;
}
@media only screen and (max-width: 1200px) {
    header .header_content {
        flex-direction: column;
        align-items: flex-start;
    }
    header .menu {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 30px;
        background: #ffffff;
        width: 100%;
    }
    header .menu a.active {
        border: none;
    }
    header .menu a.active:hover {
        color: rgb(77,76,75);
        background: none;
        border: none;
    }
    header .main_header {
        padding: 20px;
    }
    header .logo_holder {
        width: 100%;
        justify-content: space-between;
    }
    header .logo_holder .logotype svg, header .logo_holder .logotype img {
        margin: 0;
        width: 50px;
        height: 50px;
    }
    header .header_content {
        padding: 20px 0;
    }
}
.content-wrapper-X8h header .menu a.active {
    border: none;
}
.content-wrapper-X8h header .menu a.active:hover {
    border: none;
    background: none;
    color: rgb(77,76,75);
}
.content-wrapper-X8h header .logo_holder {
    margin-right: 0;
}
.content-wrapper-X8h header .logo_holder .logotype svg, .content-wrapper-X8h header .logo_holder .logotype img {
    margin-left: 20px;
}
.content-wrapper-X8h header .menu {
    width: 100%;
    justify-content: center;
}
.content-wrapper-X8h header .menu a {
    padding: 10px 16px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    transition: background 0.3s, color 0.3s;
    border-radius: 29px;
}
@media only screen and (max-width: 800px) {
    .content-wrapper-X8h header .header_content .logo_holder {
        width: 100%;
        flex-direction: row;
        justify-content:center;
    }
    .content-wrapper-X8h header .logo_holder .logotype svg, .content-wrapper-X8h header .logo_holder .logotype img {
        margin-left: 0;
    }
    .content-wrapper-X8h header .menu {
        padding-top: 30px;
        align-items: center;
    }
}.privacy-nook-vng {
    background-color: rgb(129,127,125);
    padding: 60px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
    font-family: Playfair Display, sans-serif;
    color: #000000;
    line-height: 1.8;
    position: relative;
    overflow: hidden;
}
.privacy-nook-vng::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgb(77,76,75), transparent);
    opacity: 0.1;
    z-index: 0;
}
.privacy-nook-vng::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgb(45,45,44), transparent);
    opacity: 0.1;
    z-index: 0;
}
.privacy-nook-vng h1 {
    font-size: 43px;
    color: rgb(77,76,75);
    font-weight: 700;
    grid-column: span 2;
    margin-bottom: 30px;
    border-bottom: 2px solid rgb(77,76,75);
    padding-bottom: 15px;
    position: relative;
    z-index: 1;
}
.privacy-nook-vng h2 {
    font-size: 38px;
    color: rgb(45,45,44);
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.privacy-nook-vng h3,
.privacy-nook-vng h4,
.privacy-nook-vng h5,
.privacy-nook-vng h6 {
    color: rgb(77,76,75);
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}
.privacy-nook-vng h3 { font-size: calc(22px - 0.2rem); }
.privacy-nook-vng h4 { font-size: 22px; }
.privacy-nook-vng h5 { font-size: calc(22px - 0.2rem); }
.privacy-nook-vng h6 { font-size: 19px; }
.privacy-nook-vng ul,
.privacy-nook-vng ol {
    padding-left: 20px;
    margin-top: 15px;
    position: relative;
    z-index: 1;
}
.privacy-nook-vng li {
    margin-bottom: 15px;
    line-height: 1.7;
    padding-left: 10px;
    border-left: 3px solid rgb(45,45,44);
    position: relative;
    z-index: 1;
}
.privacy-nook-vng > div {
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}
.privacy-nook-vng p {
    font-size: 18px;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}
.privacy-nook-vng span {
    color: rgb(77,76,75);
    font-weight: 600;
}
@media only screen and (max-width: 800px) {
    .privacy-nook-vng {
        grid-template-columns: 1fr;
        padding: 30px;
        border-radius: 10px;
    }
    
    .privacy-nook-vng h1 {
        font-size: calc(22px - 0.5rem);
        grid-column: span 1;
    }
    
    .privacy-nook-vng h2 {
        font-size: calc(22px - 0.4rem);
    }
    
    .privacy-nook-vng p {
        font-size: calc(18px - 0.2rem);
    }
}
.privacy-nook-vng hr {
    border: none;
    height: 1px;
    background: rgba(0, 0, 0, 0.5);
    margin: 40px 0;
}
.privacy-nook-vng section {
    margin: 50px 0;
    border-top: 2px solid rgba(0, 0, 0, 0.5);
    padding-top: 25px;
}.advantages-highlights-Swf {
    padding: 60px 20px;
    background: rgb(77,76,75);
    color: #ffffff;
    font-family: Playfair Display, sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
}
.advantages-highlights-Swf::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(77,76,75,0.5), rgb(45,45,44,0.5));
    z-index: -1;
}
.advantages-highlights-Swf .advantages_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    background: rgb(45,45,44,0.5);
    border-radius: 29px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    position: relative;
}
.advantages-highlights-Swf .advantages_content::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    border: 2px dashed rgb(77,76,75);
    border-radius: 29px;
    z-index: -1;
}
.advantages-highlights-Swf .advantages_photo_holder {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
}
.advantages-highlights-Swf .advantages_photo_holder .photo {
    width: 45%;
    min-height: 300px;
    background: radial-gradient(circle, rgb(77,76,75), rgb(45,45,44));
    border-radius: 29px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    position: relative;
}
.advantages-highlights-Swf .advantages_photo_holder .photo::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid #ffffff;
    border-radius: 29px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}
.advantages-highlights-Swf .advantages_holder {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
    background: rgb(45,45,44,0.5);
    border-radius: 29px;
    padding: 20px;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(77,76,75,0.5);
    position: relative;
}
.advantages-highlights-Swf .advantages_holder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid rgb(77,76,75);
    border-radius: 29px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    z-index: -1;
}
.advantages-highlights-Swf .advantages_holder .advantage_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px;
    background: rgb(77,76,75,0.5);
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(77,76,75);
    transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    width: 100%;
    cursor: pointer;
    margin-bottom: 15px;
    position: relative;
}
.advantages-highlights-Swf .advantages_holder .advantage_item:last-child {
    margin-bottom: 0;
}
.advantages-highlights-Swf .advantages_holder .advantage_item:hover {
    background: rgb(45,45,44);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    border-color: rgb(45,45,44);
}
.advantages-highlights-Swf .advantages_holder .advantage_item::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border: 1px solid #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: -1;
}
.advantages-highlights-Swf .advantages_holder .advantage_image {
    width: 80px;
    height: 80px;
    margin-right: 15px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.advantages-highlights-Swf .advantages_holder .advantage_image::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #ffffff;
    border-radius: 50%;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}
.advantages-highlights-Swf .advantages_holder .advantage_image svg, .advantages-highlights-Swf .advantages_holder .advantage_image svg path {
    width: 40px;
    height: 40px;
    fill: #ffffff;
}
.advantages-highlights-Swf .advantages_content h2 {
    font-size: 31px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}
.advantages-highlights-Swf .advantages_content h2::after {
    content: '';
    width: 50px;
    height: 4px;
    background: rgb(77,76,75);
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
}
.advantages-highlights-Swf .advantages_content h4 {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
}
@media only screen and (max-width: 1200px) {
    .advantages-highlights-Swf .advantages_content {
        padding: 20px;
    }
    .advantages-highlights-Swf .advantages_photo_holder {
        flex-direction: column;
    }
    .advantages-highlights-Swf .advantages_photo_holder .photo {
        width: 80%;
    }
    .advantages-highlights-Swf .advantages_holder {
        width: 90%;
        align-items: center;
    }
    .advantages-highlights-Swf .advantages_holder .advantage_item {
        width: 100%;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 800px) {
    .advantages-highlights-Swf {
        padding: 40px 10px;
    }
    .advantages-highlights-Swf .advantages_content h2 {
        font-size: 18px;
    }
    .advantages-highlights-Swf .advantages_photo_holder .photo {
        width: 100%;
    }
    .advantages-highlights-Swf .advantages_holder {
        padding: 10px;
    }
    .advantages-highlights-Swf .advantages_holder .advantage_item {
        padding: 10px;
    }
    .advantages-highlights-Swf .advantages_holder .advantage_image {
        width: 60px;
        height: 60px;
        margin-right: 10px;
    }
}
.join-our-community-sg9 {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
}

.join-our-community-sg9 .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.join-our-community-sg9 input {
    padding: 12px;
    background: #ffffff;
    outline: none;
    border: 1px solid rgb(45,45,44,0.5);
    margin-right: 10px;
    min-width: 200px;
}

.join-our-community-sg9 h2 {
    margin-bottom: 20px;
    text-align: center;
}

.join-our-community-sg9 .button {
    background: rgb(45,45,44);
    color: #ffffff;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    flex-shrink: 0;
}

.join-our-community-sg9 .input_holder {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    .join-our-community-sg9 .holder {
        flex-direction: column;
    }

    .join-our-community-sg9 {
        padding: 30px 20px;
    }

    .join-our-community-sg9 input {
        min-width: unset;
    }

    .join-our-community-sg9 .button {
        flex-shrink: unset;
    }

    .join-our-community-sg9 .input_holder {
        flex-direction: column;
        width: 100%;
    }

    .join-our-community-sg9 input {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .content-wrapper-X8h .join-our-community-sg9 .holder h2 {
        font-size: 20px;
    }
}

.content-wrapper-X8h .join-our-community-sg9 {
    padding: 100px 20px;
    background: linear-gradient(120deg, rgb(77,76,75) 0%, rgb(45,45,44) 100%);
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.content-wrapper-X8h .join-our-community-sg9::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150%;
    height: 150%;
    background: radial-gradient(circle, rgb(77,76,75,0.5) 0%, transparent 70%);
    opacity: 0.7;
    transform: translate(-50%, -50%);
    z-index: 0;
    border-radius: 50%;
    animation: pulse 10s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1) translate(-50%, -50%);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.1) translate(-50%, -50%);
        opacity: 0.3;
    }
    100% {
        transform: scale(1) translate(-50%, -50%);
        opacity: 0.7;
    }
}

.content-wrapper-X8h .join-our-community-sg9 .container {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.content-wrapper-X8h .join-our-community-sg9 h2 {
    font-size: 48px;
    margin-bottom: 40px;
    color: #ffffff;
    font-family: Playfair Display, sans-serif;
    font-weight: 700;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    animation: fadeInDown 1.5s ease-out;
}

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

.content-wrapper-X8h .join-our-community-sg9 .input_holder {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.content-wrapper-X8h .join-our-community-sg9 input[type="email"] {
    padding: 20px 25px;
    height: auto;
    border-radius: 10px;
    background: #ffffff;
    border: none;
    font-weight: 400;
    font-size: 13px;
    width: 70%;
    max-width: 500px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: fadeInUp 1.5s ease-out;
}

.content-wrapper-X8h .join-our-community-sg9 input[type="email"]:focus {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgb(77,76,75,0.5);
}

.content-wrapper-X8h .join-our-community-sg9 .button {
    padding: 20px 50px;
    border-radius: 10px;
    background: #000000;
    color: #ffffff;
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    animation: fadeInUp 1.5s ease-out 0.3s;
}

.content-wrapper-X8h .join-our-community-sg9 .button:hover {
    background: rgb(77,76,75);
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgb(77,76,75,0.5);
}

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

@media only screen and (max-width: 800px) {
    .content-wrapper-X8h .join-our-community-sg9 {
        padding: 80px 20px;
    }

    .content-wrapper-X8h .join-our-community-sg9 h2 {
        font-size: 35px;
    }

    .content-wrapper-X8h .join-our-community-sg9 .input_holder {
        flex-direction: column;
        gap: 15px;
    }

    .content-wrapper-X8h .join-our-community-sg9 input[type="email"] {
        width: 100%;
    }

    .content-wrapper-X8h .join-our-community-sg9 .button {
        width: 100%;
    }
}.check-it-out-now-diN {
    padding-bottom: 80px;
    padding-top: 80px;
}

.check-it-out-now-diN h2 {
    color: rgb(45,45,44);
}

.check-it-out-now-diN .button {
    background: rgb(45,45,44);
    color: #ffffff;
    white-space: normal;
    text-align: center;
}

.check-it-out-now-diN .button:hover {
    background: rgb(77,76,75);
}

.check-it-out-now-diN .holder {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.check-it-out-now-diN h2 {
    font-size: 33px;
    font-weight: 600;
    margin-right: 24px;
    width: 66%;
    text-align: center;
}

.check-it-out-now-diN .button {
    padding: 15px 25px;
    border-radius: 100px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .check-it-out-now-diN .holder {
        flex-direction: column;
    }

    .content-wrapper-X8h section.check-it-out-now-diN h2 {
        font-size: 26px;
    }

    .check-it-out-now-diN h2 {
        margin: 0;
        margin-bottom: 24px;
        width: 90%;
    }

    .check-it-out-now-diN .button {
        font-size: 24px;
    }

    .check-it-out-now-diN {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.content-wrapper-X8h .check-it-out-now-diN .holder {
    width: 80%;
    padding: 40px;
    background: rgb(77,76,75,0.5);
    border: none;
    margin: 50px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    box-shadow: inset 0 0 0 2px rgb(45,45,44);
}

.content-wrapper-X8h .check-it-out-now-diN h2 {
    font-size: 33px;
    color: #000000;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    margin-right: 0;
}

.content-wrapper-X8h .check-it-out-now-diN .button {
    padding: 15px 60px;
    color: #ffffff;
    background: #000000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border: none;
    border-radius: 28px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

@media only screen and (max-width: 800px) {
    .content-wrapper-X8h .check-it-out-now-diN .holder {
        width: 95%;
        padding: 30px;
    }

    .content-wrapper-X8h .check-it-out-now-diN h2 {
        font-size: 20px;
    }

    .content-wrapper-X8h .check-it-out-now-diN .button {
        width: 100%;
        padding: 15px;
    }
}.instructional-approach-G6Z {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: rgb(129,127,125);
}

.instructional-approach-G6Z .work_holder {
    position: relative;
    min-height: 520px;
    padding: 4rem 1.5rem;
}

.instructional-approach-G6Z .work_holder::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        linear-gradient(135deg, 
            #000000 0%,
            transparent 50%,
            rgb(77,76,75,0.5) 100%
        ),
        repeating-radial-gradient(
            circle at 20% 50%,
            transparent 0,
            transparent 5px,
            rgb(45,45,44,0.5) 6px,
            transparent 7px
        );
    z-index: 1;
}

.instructional-approach-G6Z .container {
    position: relative;
    z-index: 3;
    max-width: 1140px;
    margin: 0 auto;
}

.instructional-approach-G6Z .text_holder {
    position: relative;
    max-width: 670px;
    margin-left: auto;
    background: rgba(255, 255, 255, 0.98);
    padding: 3.5rem 3rem;
    border-radius: 21px 0 0 21px;
    box-shadow: 
        -20px 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    transform: perspective(1500px) rotateY(5deg);
    transform-style: preserve-3d;
    transition: transform 0.4s ease;
}

.instructional-approach-G6Z .text_holder::before {
    content: '';
    position: absolute;
    top: 2rem;
    right: -2px;
    height: calc(100% - 4rem);
    width: 4px;
    background: linear-gradient(
        to bottom,
        rgb(77,76,75),
        rgb(45,45,44)
    );
    transform: translateZ(-1px);
}

.instructional-approach-G6Z .text_holder::after {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(45,45,44,0.5) 49%, transparent 51%) 0 0/15px 15px,
        linear-gradient(-45deg, transparent 48%, rgb(45,45,44,0.5) 49%, transparent 51%) 0 0/15px 15px;
    opacity: 0.05;
    border-radius: inherit;
}

.instructional-approach-G6Z .text_holder:hover {
    transform: perspective(1500px) rotateY(2deg);
}

.instructional-approach-G6Z .text_holder h4 {
    color: rgb(77,76,75);
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.instructional-approach-G6Z .text_holder h4::before {
    content: '';
    width: 3px;
    height: 100%;
    background: rgb(45,45,44);
    border-radius: 10px;
}

.instructional-approach-G6Z .text_holder p {
    color: #000000;
    font-size: 14px;
    line-height: 1.85;
    margin-bottom: 1.25rem;
    font-family: Playfair Display, sans-serif;
    font-weight: 400;
}

@media (max-width: 991px) {
    .instructional-approach-G6Z .work_holder {
        min-height: 480px;
    }

    .instructional-approach-G6Z .text_holder {
        max-width: 580px;
        padding: 2.5rem;
    }
}

@media (max-width: 767px) {
    .instructional-approach-G6Z .work_holder {
        min-height: 420px;
        padding: 3rem 1rem;
    }

    .instructional-approach-G6Z .text_holder {
        max-width: 100%;
        padding: 2rem;
        transform: none;
        border-radius: 21px;
    }

    .instructional-approach-G6Z .text_holder:hover {
        transform: none;
    }

    .instructional-approach-G6Z .text_holder h4 {
        font-size: calc(29px * 0.85);
    }

    .instructional-approach-G6Z .text_holder p {
        font-size: calc(14px * 0.95);
    }
}footer {
    background: rgb(45,45,44);
    color: #ffffff;
    font-family: Playfair Display, sans-serif;
    padding: 60px 20px;
    position: relative;
}
footer .footer {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
footer .logo_holder {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
footer .logo_holder img {
    height: 60px;
    width: auto;
    transition: transform 0.3s ease-in-out;
}
footer .logo_holder img:hover {
    transform: scale(1.1);
}
footer h5 {
    color: rgb(77,76,75);
    font-size: 21px;
    margin: 20px 0;
    font-weight: 600;
    text-transform: uppercase;
}
footer .menu {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
footer .menu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    margin-bottom: 10px;
    transition: color 0.3s ease-in-out;
}
footer .menu a:hover {
    color: rgb(77,76,75);
}
footer .contact_info {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}
footer .contact_info div {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    transition: color 0.3s ease-in-out;
}
footer .contact_info div svg {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    fill: rgb(77,76,75);
    transition: fill 0.3s ease-in-out;
}
footer .contact_info div span {
    font-size: 12px;
    font-weight: 400;
}
footer .contact_info div:hover svg {
    fill: rgb(45,45,44);
}
footer .contact_info div:hover span {
    color: rgb(45,45,44);
}
footer .footer_agreement {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    color: var(--white-color_opacity);
    font-size: 12px;
}
footer .copyright {
    background: rgb(45,45,44);
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    color: #000000;
    margin-top: 40px;
}
footer .copyright_info {
    color: var(--white-color_opacity);
}
footer .copyright_info a {
    color: #000000;
    text-decoration: underline;
    transition: color 0.3s ease-in-out;
}
footer .copyright_info a:hover {
    color: rgb(77,76,75);
}

footer .footer_info {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid rgb(45,45,44,0.5);
}
footer .menu a:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: rgb(77,76,75);
    transition: width 0.3s ease-in-out;
    margin-top: 5px;
}
footer .menu a:hover:after {
    width: 100%;
}
footer .contact_info div span {
    transition: color 0.3s ease-in-out;
}
footer .contact_info div:hover span {
    color: rgb(77,76,75);
}
footer .logo_holder svg, footer .logo_holder svg path {
    fill: rgb(77,76,75);
    width: 125px;
    height: 125px;
    transition: fill 0.3s ease-in-out;
}
footer .logo_holder:hover svg, footer .logo_holder:hover svg path {
    fill: #ffffff;
}
@media only screen and (max-width: 1200px) {
    footer .footer {
        padding: 0 20px;
    }
    footer .footer_agreement {
        text-align: center;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 800px) {
    footer .footer {
        flex-direction: column;
        align-items: center;
    }
    footer .menu, footer .contact_info {
        align-items: center;
    }
    footer h5 {
        margin-top: 10px;
        text-align: center;
    }
    footer .footer_agreement {
        text-align: center;
        margin-top: 20px;
    }
}.mentorship-experience-vq4 {
    padding: 60px 0;
    background: linear-gradient(180deg, rgb(129,127,125) 0%, rgb(45,45,44,0.5) 100%);
    font-family: Playfair Display, sans-serif;
}
.mentorship-experience-vq4 .review {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(77,76,75);
    border-radius: 23px;
    padding: 40px;
    max-width: 800px;
    margin: 0 auto;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.mentorship-experience-vq4 .review .photo {
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid rgb(77,76,75);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.mentorship-experience-vq4 .review .photo:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.mentorship-experience-vq4 .worker_description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
}
.mentorship-experience-vq4 .worker_description p.name {
    margin-bottom: 5px;
    font-size: 39px;
    font-weight: 700;
    color: rgb(77,76,75);
}
.mentorship-experience-vq4 .worker_description p.job {
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
}
.mentorship-experience-vq4 .worker_info {
    width: 100%;
}
.mentorship-experience-vq4 .worker_info p {
    margin: 20px 0;
    padding: 20px;
    background: rgb(77,76,75,0.5);
    border-radius: 10px;
    text-align: left;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: transform 0.3s ease-in-out;
}
.mentorship-experience-vq4 .worker_info p:hover {
    transform: translateY(-5px);
}
@keyframes fadeIn {
    0% { opacity: 0; transform: translateY(20px); }
    100% { opacity: 1; transform: translateY(0); }
}
.mentorship-experience-vq4 .review {
    animation: fadeIn 0.8s ease-in-out;
}
@media only screen and (max-width: 800px) {
    .mentorship-experience-vq4 .review {
        padding: 20px;
    }
    .mentorship-experience-vq4 .review .photo {
        width: 150px;
        height: 150px;
    }
    .mentorship-experience-vq4 .worker_description {
        margin-bottom: 10px;
    }
    .mentorship-experience-vq4 .worker_info p {
        padding: 15px;
    }
}
.welcome-board-cLi {
    position: relative;
    overflow: hidden;
    background: rgb(129,127,125);
    padding: 60px 0;
    font-family: Playfair Display, sans-serif;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.welcome-board-cLi .holder {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 14px;
}

.welcome-board-cLi .photo {
    width: 100%;
    height: 400px;
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.welcome-board-cLi .photo:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 70%, rgba(0, 0, 0, 0.5));
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.welcome-board-cLi .text_holder {
    display: flex;
    padding: 40px;
    width: 96%;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-top: -100px;
    z-index: 2;
    background: #ffffff;
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.welcome-board-cLi .text_holder .text_info {
    padding: 20px;
}

.welcome-board-cLi .text_holder .button {
    padding: 10px 14px;
    color: #ffffff;
    background: rgb(77,76,75);
    border: none;
    font-weight: 700;
    flex-shrink: 0;
    font-size: 19px;
    border-radius: 10px;
    transition: background 0.3s ease, transform 0.3s ease;
    margin-left: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.welcome-board-cLi .text_holder .button:hover {
    background: rgb(45,45,44);
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.welcome-board-cLi .text_info h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #000000;
    font-size: 36px;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.welcome-board-cLi .text_info span {
    color: #000000;
    font-size: 17px;
    line-height: 1.6;
    font-weight: 400;
}

.welcome-board-cLi .text_info svg {
    width: 80px;
    height: 80px;
    fill: rgb(77,76,75);
    margin-bottom: 12px;
    transition: transform 0.3s ease;
}

@media only screen and (max-width: 1200px) {
    .welcome-board-cLi .text_holder {
        padding: 20px;
    }
}

@media only screen and (max-width: 800px) {
    .welcome-board-cLi .text_holder {
        flex-direction: column;
        align-items: flex-start;
    }

    .welcome-board-cLi .text_info h2 {
        margin-top: 20px;
    }

    .welcome-board-cLi .text_holder .button {
        margin-top: 20px;
        margin-left: 0;
    }

    .welcome-board-cLi .text_holder .text_info {
        width: 100%;
    }
}