﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}header,footer {
    width: 100%;
}html,body {
    min-height: 100%;
    color: #000000;
    auto
contain
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    height: 100%;
}.container {
    margin: auto;
    width: 1103px;
    max-width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.access-help-7 {
    flex: 0 0 auto;
}.nav-prime-1 {
    flex: 1 0 auto;
}.wrap-structure-2 {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.contact-form-box-2 {
    padding: 70px 0;
    background: rgb(233,221,214);
    position: relative;
    overflow: hidden;
}.contact-form-box-2::before {
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 0;
    left: 0;
    content: "";
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px);
    position: absolute;
}.contact-form-box-2 .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    max-width: 1200px;
}.contact-form-box-2 h2 {
    color: rgb(184,153,144);
    font-weight: 700;
    font-size: 35px;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}.contact-form-box-2 h2::after {
    content: "";
    background: rgb(211,188,173);
    transform: translateX(-50%);
    bottom: -15px;
    position: absolute;
    left: 50%;
    height: 3px;
    width: 60px;
}.contact-form-box-2 .reach-info-3 {
    background: #ffffff;
    overflow: hidden;
    border-radius: 23px;
    gap: 0;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    display: grid;
    grid-template-columns: 1fr 1fr;
}.contact-form-box-2 .img-list-item-2 {
    min-height: 500px;
    transition: transform 0.6s ease;
    grid-column: 2;
    grid-row: 1;
    height: 100%;
    border-top-right-radius: 23px;
    border-bottom-right-radius: 23px;
}.contact-form-box-2 .inquiry-list-3 {
    grid-column: 1;
    background: #ffffff;
    grid-row: 1;
    padding: 50px 40px;
}.contact-form-box-2 #contact {
    display: flex;
    gap: 25px;
    flex-direction: column;
}.contact-form-box-2 h3 {
    margin-bottom: 15px;
    font-size: 19px;
    color: rgb(211,188,173);
    font-weight: 600;
}.contact-form-box-2 input[type="text"] {
    padding: 15px 20px;
    background: #ffffff;
    width: 100%;
    font-size: 17px;
    transition: all 0.3s ease;
    color: #000000;
    border: 1px solid rgb(233,221,214);
    border-radius: 10px;
}.contact-form-box-2 input[type="text"]:focus {
    border-color: rgb(211,188,173);
    outline: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}.contact-form-box-2 input[type="text"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.contact-form-box-2 .reach-widget-0 {
    margin-top: 10px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}.contact-form-box-2 .reach-widget-0 input[type="checkbox"] {
    cursor: pointer;
    flex-shrink: 0;
    margin-top: 2px;
    height: 24px;
    border: 2px solid rgb(233,221,214);
    appearance: none;
    border-radius: 10px;
    width: 24px;
    position: relative;
}.contact-form-box-2 .reach-widget-0 input[type="checkbox"]:checked {
    background: rgb(211,188,173);
    border-color: rgb(211,188,173);
}.contact-form-box-2 .reach-widget-0 input[type="checkbox"]:checked::after {
    content: "✓";
    transform: translate(-50%, -50%);
    top: 50%;
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    left: 50%;
}.contact-form-box-2 .reach-widget-0 label {
    line-height: 1.5;
    font-size: 17px;
    color: #000000;
}.contact-form-box-2 .reach-widget-0 a {
    color: rgb(211,188,173);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}.contact-form-box-2 .reach-widget-0 a:hover {
    color: rgb(184,153,144);
}.contact-form-box-2 .feedback-request-5 {
    border: none;
    font-weight: 600;
    overflow: hidden;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 10px;
    color: #ffffff;
    padding: 15px 35px;
    position: relative;
    background: rgb(211,188,173);
    margin-top: 10px;
    transition: all 0.3s ease;
    align-self: flex-start;
    font-size: 16px;
}.contact-form-box-2 .feedback-request-5::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.6s ease;
    position: absolute;
    top: 0;
    left: -100%;
}.contact-form-box-2 .feedback-request-5:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    background: rgb(184,153,144);
}.contact-form-box-2 .feedback-request-5:hover::before {
    left: 100%;
}.contact-form-box-2 svg {
    height: 22px;
    width: 22px;
    margin-right: 10px;
    fill: rgb(211,188,173);
    vertical-align: middle;
}.contact-form-box-2 svg path {
    fill: rgb(211,188,173);
}

@media (max-width: 992px) {.contact-form-box-2 .reach-info-3 {
    grid-template-columns: 1fr;
}.contact-form-box-2 .img-list-item-2 {
    border-radius: 0;
    border-top-right-radius: 23px;
    min-height: 300px;
    border-top-left-radius: 23px;
    grid-row: 1;
    grid-column: 1;
}.contact-form-box-2 .inquiry-list-3 {
    grid-row: 2;
    padding: 40px 30px;
    grid-column: 1;
}
}

@media (max-width: 768px) {.contact-form-box-2 {
    padding: 50px 0;
}.contact-form-box-2 h2 {
    margin-bottom: 30px;
    font-size: calc(35px - 4px);
}.contact-form-box-2 .inquiry-list-3 {
    padding: 30px 25px;
}.contact-form-box-2 .img-list-item-2 {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact-form-box-2 {
    padding: 40px 0;
}.contact-form-box-2 .container {
    padding: 0 15px;
}.contact-form-box-2 h2::after {
    width: 40px;
}.contact-form-box-2 .inquiry-list-3 {
    padding: 25px 20px;
}.contact-form-box-2 #contact {
    gap: 20px;
}.contact-form-box-2 .feedback-request-5 {
    padding: 14px 20px;
    width: 100%;
}.contact-form-box-2 .img-list-item-2 {
    min-height: 200px;
}}.cookieWarningMessage-6 {
    bottom: 0;
    border-top: 3px solid rgb(184,153,144);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    position: fixed;
    transform: translateY(100%);
    padding: 20px 0;
    transition: transform 0.3s ease-in-out;
    background: rgb(184,153,144);
    width: 100%;
    animation: slideUp 0.5s forwards;
    z-index: 90;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
#cookie-alert-window-6 {
    display: none;
}#cookie-alert-window-6:checked ~ .cookieWarningMessage-6 {
    opacity: 0;
    visibility: hidden;
}.web-tracking-8 {
    display: flex;
    align-items: center;
    padding: 20px 5%;
    justify-content: space-between;
    gap: 20px;
}.cookieWarningMessage-6 h5 {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 19px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-weight: 700;
}.cookieWarningMessage-6 p {
    font-size: 13px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    line-height: 1.5;
}.cookie-lock-5 {
    filter: drop-shadow(0 0 10px rgb(211,188,173));
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    flex-shrink: 0;
    display: flex;
}.cookie-lock-5 svg {
    height: 80px;
    fill: rgb(211,188,173);
    width: 80px;
    transition: transform 0.3s ease-in-out;
}.cookie-lock-5:hover svg {
    transform: scale(1.1);
}.cookies-tracking-1 {
    cursor: pointer;
    text-decoration: none;
    line-height: 40px;
    font-size: 14px;
    border-radius: 29px;
    min-width: 140px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    flex-shrink: 0;
    margin-left: 10px;
    box-shadow: 0 0 15px rgb(211,188,173);
    background: linear-gradient(90deg, rgb(211,188,173), rgb(184,153,144));
    color: #000000;
    padding: 10px 20px;
    white-space: nowrap;
}.cookies-tracking-1:hover {
    box-shadow: 0 0 20px rgb(184,153,144);
}.cookie_button.cookie-user-6 {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(184,153,144);
}.cookie_button.cookie-user-6:hover {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgb(184,153,144);
}.cookieWarningMessage-6 p a {
    transition: color 0.3s ease;
    color: rgb(211,188,173);
    text-decoration: none;
}.cookieWarningMessage-6 p a:hover {
    color: rgb(184,153,144);
}
@media only screen and (max-width: 1200px) {.cookieWarningMessage-6 {
    padding: 15px 0;
}.web-tracking-8 {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.cookie-lock-5 {
    display: none;
}.web-tracking-8 {
    align-items: center;
    flex-direction: column;
    text-align: center;
}.cookieWarningMessage-6 h5 {
    margin-bottom: 5px;
    font-size: 20px;
}.user-dialog-5 {
    margin-bottom: 15px;
}.cookies-tracking-1 {
    min-width: 100%;
    margin: 10px 0;
}}
header .nav-lesson-8 {
    overflow: hidden;
    position: relative;
    z-index: 100;
    background: rgb(233,221,214);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}header .nav-lesson-8::before {
    opacity: 0.2;
    background: 
        radial-gradient(circle at 10% 20%, rgb(211,188,173,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(184,153,144,0.5) 0%, transparent 30%);
    top: 0;
    z-index: -1;
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
}header .nav-lesson-8::after {
    top: 0;
    width: 40%;
    height: 100%;
    content: "";
    z-index: -1;
    background: linear-gradient(135deg, transparent 25%, rgb(211,188,173,0.5) 100%);
    right: 0;
    position: absolute;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    opacity: 0.1;
}header .container {
    padding: 1.8rem 2rem;
    position: relative;
}header .head-mainwrap-1 {
    display: grid;
    gap: 3rem;
    grid-template-columns: auto 1fr;
    align-items: center;
}header .nav-core-4 {
    z-index: 2;
    position: relative;
}header .header-site-3 {
    position: relative;
    z-index: 2;
    display: block;
}header .header-site-3::before,
header .header-site-3::after {
    border-radius: 50%;
    background: rgb(211,188,173,0.5);
    z-index: -1;
    position: absolute;
    content: "";
    opacity: 0;
    transition: all 0.5s ease;
}header .header-site-3::before {
    left: -15px;
    top: -15px;
    width: 50px;
    height: 50px;
}header .header-site-3::after {
    background: rgb(184,153,144,0.5);
    height: 25px;
    bottom: -5px;
    right: -10px;
    width: 25px;
}header .header-site-3:hover::before,
header .header-site-3:hover::after {
    transform: scale(1.2);
    opacity: 0.6;
}header .header-site-3 svg {
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
    transition: all 0.3s ease;
    width: auto;
    height: 50px;
}header .header-site-3:hover svg {
    transform: rotate(-5deg);
}header .header-primary-1 {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    list-style: none;
    flex-wrap: wrap;
    background: linear-gradient(to right, transparent, #ffffff);
    border-radius: 0 19px 19px 0;
    justify-content: flex-end;
    padding: 10px 20px;
    position: relative;
    margin: 0;
    display: flex;
}header .header-primary-1::after {
    background-size: 10px 10px;
    opacity: 0.05;
    left: 0;
    position: absolute;
    height: 100%;
    background-image: 
        linear-gradient(45deg, rgb(211,188,173,0.5) 25%, transparent 25%, transparent 50%, 
        rgb(211,188,173,0.5) 50%, rgb(211,188,173,0.5) 75%, transparent 75%, transparent);
    z-index: -1;
    animation: moveStripes 20s linear infinite;
    width: 100%;
    content: "";
    top: 0;
}header .head-sitewrap-4 {
    perspective: 800px;
    margin: 5px 8px;
    position: relative;
}header .head-sitewrap-4::before {
    height: 0;
    opacity: 0;
    left: -10px;
    content: "";
    transform: translateY(-50%) scale(0);
    border-left: 5px solid rgb(211,188,173);
    top: 50%;
    position: absolute;
    border-top: 5px solid transparent;
    transition: all 0.3s ease;
    border-bottom: 5px solid transparent;
    width: 0;
}header .head-sitewrap-4:hover::before {
    left: -15px;
    transform: translateY(-50%) scale(1);
    opacity: 1;
}header .head-sitewrap-4 a {
    position: relative;
    transition: all 0.3s ease;
    font-size: 15px;
    transform-style: preserve-3d;
    background: transparent;
    display: block;
    overflow: hidden;
    padding: 10px 18px;
    text-decoration: none;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    border: 1px solid transparent;
    font-weight: 600;
    color: #000000;
}header .head-sitewrap-4 a::before {
    top: 0;
    height: 100%;
    z-index: -1;
    position: absolute;
    content: "";
    background: #ffffff;
    transform: translateZ(-1px);
    width: 100%;
    left: 0;
}header .head-sitewrap-4 a::after {
    position: absolute;
    width: 0;
    transition: width 0.3s ease;
    background: rgb(211,188,173);
    bottom: 0;
    left: 50%;
    height: 2px;
    transform: translateX(-50%);
    content: "";
}header .head-sitewrap-4 a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: rgb(211,188,173);
    transform: translateZ(20px);
    border-color: rgb(211,188,173,0.5);
}header .head-sitewrap-4 a:hover::after {
    width: 80%;
}

@keyframes moveStripes {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@media (max-width: 991px) {header .head-mainwrap-1 {
    justify-items: center;
    grid-template-columns: 1fr;
    gap: 2rem;
}header .header-primary-1 {
    border-radius: 19px;
    justify-content: center;
    width: 100%;
    clip-path: none;
    background: #ffffff;
}
}

@media (max-width: 767px) {header .container {
    padding: 1.5rem 1rem;
}header .head-sitewrap-4 {
    margin: 3px 5px;
}header .head-sitewrap-4 a {
    padding: 8px 15px;
    font-size: calc(15px - 1px);
}
}

@media (max-width: 480px) {header .header-primary-1 {
    padding: 15px;
    flex-direction: column;
    align-items: center;
}header .head-sitewrap-4 {
    margin: 3px 0;
    width: 100%;
}header .head-sitewrap-4 a {
    text-align: center;
    width: 100%;
}header .head-sitewrap-4::before {
    display: none;
}header .header-site-3 svg {
    height: 40px;
}}.stay-informed-3 {
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
    background: rgb(233,221,214);
}.stay-informed-3::before {
    top: 0;
    position: absolute;
    left: 0;
    z-index: 1;
    height: 100%;
    background: linear-gradient(135deg, rgb(211,188,173,0.5) 0%, transparent 70%);
    content: "";
    width: 100%;
}.stay-informed-3::after {
    z-index: 1;
    background-image: 
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 5px,
            rgb(184,153,144,0.5) 5px,
            rgb(184,153,144,0.5) 8px
        );
    opacity: 0.1;
    width: 70%;
    content: "";
    height: 40%;
    position: absolute;
    right: 0;
    bottom: 0;
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}.stay-informed-3 .expert-studio-4 {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}.stay-informed-3 .request-card-2 {
    background: #ffffff;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    max-width: 700px;
    border-radius: 18px;
    grid-template-columns: 1fr 1fr;
    display: grid;
    margin: 0 auto;
    overflow: hidden;
}.stay-informed-3 .request-card-2::before {
    z-index: 1;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    opacity: 0.3;
    content: "";
    background: linear-gradient(-45deg, #ffffff 50%, rgb(184,153,144,0.5) 50%);
}.stay-informed-3 h3 {
    font-weight: 700;
    margin: 0;
    color: #000000;
    padding: 3rem 2rem;
    position: relative;
    grid-column: 1;
    font-size: 24px;
    z-index: 2;
}.stay-informed-3 h3::after {
    transition: transform 0.3s ease;
    content: "";
    background: rgb(211,188,173);
    height: 4px;
    position: absolute;
    transform: scaleX(1);
    transform-origin: left center;
    left: 2rem;
    bottom: 30px;
    width: 60px;
}.stay-informed-3 .request-card-2:hover h3::after {
    transform: scaleX(1.5);
}.stay-informed-3 .input_holder {
    padding: 2rem;
    display: flex;
    z-index: 2;
    flex-direction: column;
    position: relative;
    gap: 1.5rem;
    justify-content: center;
    grid-column: 2;
}.stay-informed-3 .input_holder::before {
    width: 100%;
    content: "";
    background: 
        radial-gradient(
            circle at 30% 70%,
            rgb(211,188,173,0.5) 0%,
            transparent 60%
        );
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.2;
    height: 100%;
    z-index: -1;
}.stay-informed-3 input[type="email"] {
    transition: all 0.3s ease;
    font-size: 15px;
    border: none;
    padding: 1rem 1.5rem;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    color: #000000;
    background: transparent;
    font-family: Arial, sans-serif;
    width: 100%;
}.stay-informed-3 input[type="email"]:focus {
    outline: none;
    border-color: rgb(211,188,173);
}.stay-informed-3 input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.7;
}.stay-informed-3 input[type="submit"] {
    position: relative;
    width: 100%;
    font-weight: 600;
    overflow: hidden;
    z-index: 1;
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
    font-size: 17px;
    background: rgb(211,188,173);
    cursor: pointer;
    border-radius: 10px;
    color: #ffffff;
    border: none;
    font-family: Arial, sans-serif;
}.stay-informed-3 input[type="submit"]::before {
    content: "";
    height: 100%;
    left: 0;
    background: rgb(184,153,144);
    z-index: -1;
    top: 0;
    position: absolute;
    transform-origin: right;
    transform: scaleX(0);
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}.stay-informed-3 input[type="submit"]:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}.stay-informed-3 input[type="submit"]:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.stay-informed-3 .request-card-2::after {
    width: 40px;
    z-index: 2;
    position: absolute;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    content: "";
    bottom: 0;
    transform: skewX(-10deg);
    top: 0;
    background: #ffffff;
    left: calc(50% - 20px);
}

@keyframes wave {
    0%, 100% {
        transform: translateY(0) scaleY(1);
    }
    50% {
        transform: translateY(-10px) scaleY(1.1);
    }
}

@media (max-width: 768px) {.stay-informed-3 {
    padding: 4rem 1.5rem;
}.stay-informed-3 .request-card-2 {
    grid-template-columns: 1fr;
}.stay-informed-3 h3 {
    text-align: center;
    padding: 2rem 2rem 1rem;
    grid-column: 1;
}.stay-informed-3 h3::after {
    transform: translateX(-50%) scaleX(1);
    left: 50%;
}.stay-informed-3 .request-card-2:hover h3::after {
    transform: translateX(-50%) scaleX(1.5);
}.stay-informed-3 .input_holder {
    grid-column: 1;
    padding: 1rem 2rem 2rem;
}.stay-informed-3 .request-card-2::after {
    transform: skewY(-10deg);
    right: 0;
    left: 0;
    height: 40px;
    width: 100%;
    top: calc(33% - 20px);
}
}

@media (max-width: 480px) {.stay-informed-3 {
    padding: 3rem 1rem;
}.stay-informed-3 .request-card-2 {
    width: 100%;
}.stay-informed-3 h3 {
    padding: 1.5rem 1.5rem 1rem;
    font-size: calc(24px * 0.9);
}.stay-informed-3 .input_holder {
    padding: 1rem 1.5rem 1.5rem;
}.stay-informed-3 input[type="email"] {
    padding: 0.8rem 1rem;
}.stay-informed-3 input[type="submit"] {
    padding: 0.8rem 1rem;
}}footer {
    width: 100%;
    position: relative;
}footer .access-help-7 {
    font-family: Arial, sans-serif;
    color: #ffffff;
    padding: 250px 0 30px;
    position: relative;
    background:rgb(184,153,144);
}footer .access-help-7::before {
    position: absolute;
    height: 20px;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgb(211,188,173) 25%, rgb(184,153,144) 25%, rgb(184,153,144) 50%, rgb(211,188,173) 50%, rgb(211,188,173) 75%, rgb(184,153,144) 75%);
    content: "";
    width: 100%;
}footer .trade-mark-5 {
    position: relative;
    z-index: 1;
}footer .request-info-1 {
    display: flex;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
    border-radius: 26px;
    background-color: #ffffff;
    left: 0;
    padding: 0;
    right: 0;
    margin-bottom: 50px;
    overflow: hidden;
    top: -120px;
    position: absolute;
    justify-content: space-between;
}footer .info_item {
    padding: 25px;
    justify-content: flex-start;
    transition: all 0.3s ease;
    align-items: center;
    flex: 1 1 250px;
    display: flex;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
}footer .info_item:last-child {
    border-right: none;
}footer .info_item::after {
    height: 3px;
    content: "";
    bottom: 0;
    background-color: rgb(211,188,173);
    transition: width 0.3s ease;
    left: 0;
    width: 0;
    position: absolute;
}footer .info_item:hover::after {
    width: 100%;
}footer .info_item svg {
    margin-right: 15px;
    flex-shrink: 0;
    height: 22px;
    fill: rgb(211,188,173);
    width: 22px;
}footer .info_item p,
footer .info_item a {
    transition: all 0.3s ease;
    font-size: 16px;
    color: #000000;
    text-decoration: none;
}footer .info_item a:hover {
    color: rgb(211,188,173);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 100px;
    display: grid;
}footer .nav-core-4 {
    padding: 0 25px;
    position: relative;
}footer .nav-core-4 svg {
    margin-bottom: 20px;
    height: 45px;
    filter: brightness(0) invert(1);
    width: auto;
}footer .art-portal-4 {
    max-width: 350px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
}footer .header-primary-1 {
    position: relative;
    padding: 0 25px;
}footer .header-primary-1 h5 {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-size: 24px;
    position: relative;
    color: #ffffff;
    font-weight: 600;
}footer .header-primary-1 h5::after {
    width: 60px;
    bottom: -2px;
    background-color: rgb(211,188,173);
    left: 0;
    height: 2px;
    position: absolute;
    content: "";
}footer .nav-page-9 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}footer .nav-page-9 a {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    color: rgba(255, 255, 255, 0.8);
    margin: 5px 8px 5px 0;
    font-size: 16px;
    transition: all 0.3s ease;
    text-decoration: none;
    padding: 8px 16px;
}footer .nav-page-9 a:hover {
    transform: translateY(-3px);
    color: #ffffff;
    background-color: rgb(211,188,173);
}footer .subscribe_holder {
    border-radius: 26px;
    position: relative;
    padding: 30px 25px;
    background-color: rgb(184,153,144,0.5);
}footer .subscribe_holder h5 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
}footer .input_holder {
    flex-direction: column;
    display: flex;
    position: relative;
    gap: 15px;
}footer .input_holder::before {
    background-color: rgb(211,188,173);
    border-radius: 50%;
    opacity: 0.1;
    width: 50px;
    content: "";
    position: absolute;
    z-index: -1;
    right: -10px;
    top: -10px;
    height: 50px;
}footer .input_holder::after {
    height: 70px;
    border-radius: 50%;
    content: "";
    bottom: -20px;
    z-index: -1;
    background-color: rgb(184,153,144);
    position: absolute;
    width: 70px;
    left: -10px;
    opacity: 0.1;
}footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    color: rgb(184,153,144);
    font-size: 16px;
    border: none;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px;
    border-radius: 10px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}footer .input_holder input[type="email"]::placeholder {
    opacity: 0.6;
    color: #000000;
}footer .sub-benefit-3 {
    transition: all 0.3s ease;
    color: #ffffff;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    background-color: rgb(211,188,173);
    border: none;
    padding: 15px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
}footer .sub-benefit-3::before {
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
    height: 100%;
    position: absolute;
    width: 100%;
    left: -100%;
    content: "";
}footer .sub-benefit-3:hover {
    background-color: rgb(184,153,144);
}footer .sub-benefit-3:hover::before {
    left: 100%;
}footer .edu-global-1 {
    padding-top: 20px;
    text-align: center;
    margin-top: 50px;
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
}footer .eco-foot-3 {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
}

@media (min-width: 768px) {footer .access-help-7 {
    padding-top: 60px;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub-benefit-3 {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .request-info-1 {
    top: 0;
    margin-bottom: 80px;
    position: relative;
}footer .access-help-7 {
    padding: 120px 0 30px;
}footer .text_main_holder {
    margin-top: 40px;
}
}

@media (max-width: 767px) {footer .info_item {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}footer .info_item:last-child {
    border-bottom: none;
}footer .header-primary-1, footer .subscribe_holder, footer .nav-core-4 {
    padding: 20px;
}footer .edu-global-1 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .header-primary-1 h5, footer .subscribe_holder h5 {
    font-size: calc(24px - 2px);
    margin-bottom: 20px;
}footer .nav-page-9 a {
    padding: 6px 12px;
    font-size: calc(16px - 1px);
}footer .input_holder input[type="email"],
    footer .sub-benefit-3 {
    padding: 12px;
}}.pricing-row-3 {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.pricing-row-3::before {
    position: absolute;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.65) 100%);
    bottom: 0;
    left: 0;
    top: 0;
    z-index: 1;
    right: 0;
    content: "";
}.pricing-row-3 .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.pricing-row-3 .value-deals-1 {
    align-items: center;
    display: flex;
    flex-direction: column;
}.pricing-row-3 h2 {
    font-size: 34px;
    text-align: center;
    transform: translateY(20px);
    margin-bottom: 20px;
    opacity: 0;
    font-weight: 700;
    position: relative;
    animation: fadeInUp 0.8s ease-out forwards;
    color: #ffffff;
}.pricing-row-3 .price-schemes-2 {
    opacity: 0;
    text-align: center;
    font-size: 15px;
    margin-bottom: 40px;
    max-width: 700px;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    transform: translateY(20px);
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.6;
}.pricing-row-3 .group-rates-9 {
    gap: 30px;
    margin: 0;
    display: grid;
    width: 100%;
    list-style: none;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.pricing-row-3 .group-rates-9 li {
    animation: fadeInUp 0.8s ease-out forwards;
    transform: translateY(30px);
    opacity: 0;
}.pricing-row-3 .group-rates-9 li:nth-child(1) {
    animation-delay: 0.3s;
}.pricing-row-3 .group-rates-9 li:nth-child(2) {
    animation-delay: 0.4s;
}.pricing-row-3 .group-rates-9 li:nth-child(3) {
    animation-delay: 0.5s;
}.pricing-row-3 .group-rates-9 li:nth-child(4) {
    animation-delay: 0.6s;
}.pricing-row-3 .promo-rates-8 {
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    height: 100%;
    text-decoration: none;
    display: block;
    position: relative;
}.pricing-row-3 .promo-rates-8:hover {
    transform: translateY(-8px) scale(1.02);
}.pricing-row-3 .promo-rates-8::before {
    width: 100%;
    top: 0;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    position: absolute;
    content: "";
    pointer-events: none;
    transition: left 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    left: -100%;
}.pricing-row-3 .promo-rates-8:hover::before {
    left: 100%;
}.pricing-row-3 .promo-cost-0 {
    padding: 5px;
    background: linear-gradient(145deg, rgba(255,255,255,0.09) 0%, rgba(255,255,255,0.05) 100%);
    transition: box-shadow 0.4s ease, transform 0.3s ease;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    height: 100%;
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}.pricing-row-3 .promo-rates-8:hover .promo-cost-0 {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}.pricing-row-3 .promo-cost-0::after {
    left: 0;
    width: 100%;
    transform-origin: left;
    position: absolute;
    height: 5px;
    top: 0;
    content: '';
    background: linear-gradient(90deg, rgb(211,188,173), rgb(184,153,144));
    transform: scaleX(0);
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}.pricing-row-3 .promo-rates-8:hover .promo-cost-0::after {
    transform: scaleX(1);
}.pricing-row-3 .rate-list-9 {
    box-sizing: border-box;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    padding: 30px;
    color: #ffffff;
    min-height: 400px;
    display: flex;
}.pricing-row-3 .rate-list-9 h4 {
    transition: transform 0.3s ease;
    color: rgb(211,188,173);
    font-size: 18px;
    margin: 0 0 20px;
    padding-bottom: 15px;
    font-weight: 700;
    position: relative;
}.pricing-row-3 .promo-rates-8:hover .rate-list-9 h4 {
    transform: translateX(5px);
}.pricing-row-3 .rate-list-9 h4::after {
    transition: width 0.3s ease;
    height: 3px;
    left: 0;
    background: rgb(184,153,144);
    content: "";
    width: 40px;
    bottom: 0;
    position: absolute;
}.pricing-row-3 .promo-rates-8:hover .rate-list-9 h4::after {
    width: 60px;
}.pricing-row-3 .rate-list-9 p {
    word-break: break-word;
    line-height: 1.6;
    scrollbar-color: rgb(211,188,173,0.5) transparent;
    color: rgba(255,255,255,0.8);
    font-size: calc(15px - 2px);
    overflow-y: auto;
    scrollbar-width: thin;
    margin: 0 0 30px;
    max-height: 200px;
    overflow-wrap: break-word;
}.pricing-row-3 .rate-list-9 p::-webkit-scrollbar {
    width: 5px;
}.pricing-row-3 .rate-list-9 p::-webkit-scrollbar-track {
    background: transparent;
}.pricing-row-3 .rate-list-9 p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(211,188,173,0.5);
}.pricing-row-3 .fee-offers-8 {
    background: linear-gradient(135deg, rgb(211,188,173) 0%, rgb(211,188,173,0.5) 100%);
    padding: 10px 20px;
    font-weight: 700;
    margin-top: auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size: calc(18px + 4px);
    border-radius: 10px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    color: #ffffff;
    align-self: flex-start;
    overflow: hidden;
    display: inline-block;
}.pricing-row-3 .promo-rates-8:hover .fee-offers-8 {
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    transform: scale(1.05);
}.pricing-row-3 .fee-offers-8::before {
    left: -50%;
    width: 200%;
    height: 200%;
    opacity: 0;
    background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%);
    content: "";
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    position: absolute;
    transform: scale(0);
    top: -50%;
}.pricing-row-3 .promo-rates-8:hover .fee-offers-8::before {
    transform: scale(1);
    opacity: 1;
}

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

@media (max-width: 991px) {.pricing-row-3 {
    padding: 80px 0;
}.pricing-row-3 .group-rates-9 {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}.pricing-row-3 .rate-list-9 {
    padding: 25px;
    min-height: 350px;
}
}

@media (max-width: 767px) {.pricing-row-3 {
    padding: 60px 0;
}.pricing-row-3 h2 {
    font-size: calc(34px - 4px);
}.pricing-row-3 .price-schemes-2 {
    font-size: calc(15px - 1px);
    margin-bottom: 30px;
}.pricing-row-3 .group-rates-9 {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 400px;
}.pricing-row-3 .rate-list-9 {
    min-height: 300px;
}.pricing-row-3 .fee-offers-8 {
    font-size: calc(18px + 2px);
}
}

@media (max-width: 480px) {.pricing-row-3 {
    padding: 40px 0;
}.pricing-row-3 h2 {
    font-size: calc(34px - 6px);
}.pricing-row-3 .rate-list-9 {
    padding: 20px;
    min-height: 280px;
}.pricing-row-3 .rate-list-9 p {
    margin-bottom: 20px;
    font-size: calc(15px - 3px);
}.pricing-row-3 .fee-offers-8 {
    padding: 8px 15px;
}}.secure-vaulting-0 {
    align-items: center;
    border: 2px solid rgb(211,188,173);
    overflow: hidden;
    display: flex;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    background: #ffffff;
    flex-direction: column;
    padding: 50px;
}.secure-vaulting-0 h1 {
    border-bottom: 3px solid rgb(184,153,144);
    width: 100%;
    margin-bottom: 30px;
    color: rgb(211,188,173);
    font-size: 39px;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 700;
    margin-top: 20px;
}.secure-vaulting-0 h2 {
    width: 100%;
    font-size: 31px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px;
    color: rgb(184,153,144);
    border-bottom: 2px solid rgb(211,188,173);
    padding-bottom: 5px;
}.secure-vaulting-0 ul, .secure-vaulting-0 ol {
    width: 100%;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    margin: 20px 0;
    color: #000000;
    list-style: none;
    font-family: Arial, sans-serif;
    padding: 0;
    text-align: left;
    font-size: 15px;
}.secure-vaulting-0 li {
    padding: 10px 0;
    border-bottom: 1px solid rgb(184,153,144,0.5);
}.secure-vaulting-0 section {
    background: none;
}.secure-vaulting-0 p, .secure-vaulting-0 span, .secure-vaulting-0 div {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    color: #000000;
    width: 100%;
    text-align: left;
}

@media only screen and (max-width: 800px) {.secure-vaulting-0 {
    border-radius: 10px;
    padding: 30px;
}.secure-vaulting-0 h1 {
    font-size: calc(20px - 5px);
}.secure-vaulting-0 h2 {
    font-size: calc(20px - 3px);
}.secure-vaulting-0 ul, .secure-vaulting-0 ol {
    margin: 15px 0;
}.secure-vaulting-0 li {
    padding: 8px 0;
}.secure-vaulting-0 p, .secure-vaulting-0 span, .secure-vaulting-0 div {
    margin-bottom: 15px;
}}.course-features-9 {
    position: relative;
    padding: 8rem 0;
    background: rgb(233,221,214);
    overflow: hidden;
}.course-features-9::before {
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgb(233,221,214) 0%, rgb(211,188,173,0.5) 100%);
    left: 0;
    opacity: 0.6;
    width: 100%;
    z-index: 1;
    top: 0;
    height: 100%;
}.course-features-9::after {
    left: 0;
    background-size: 4rem 4rem;
    opacity: 0.15;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 15px, rgb(184,153,144,0.5) 15px, rgb(184,153,144,0.5) 16px),
        repeating-linear-gradient(90deg, transparent, transparent 15px, rgb(211,188,173,0.5) 15px, rgb(211,188,173,0.5) 16px);
    z-index: 1;
    animation: gridShift 30s infinite linear;
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
}.course-features-9 .container {
    position: relative;
    z-index: 3;
}.course-features-9 .expert-studio-4 {
    grid-template-rows: repeat(8, minmax(50px, auto));
    display: grid;
    position: relative;
    gap: 1rem;
    grid-template-columns: repeat(12, 1fr);
}.course-features-9 .skill-up-5 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    z-index: 5;
    background: #ffffff;
    padding: 3rem;
    position: relative;
    grid-column: 1 / 9;
    border-radius: 24px;
    grid-row: 2 / 8;
}.course-features-9 .img-list-item-2 {
    z-index: 3;
    grid-row: 1 / 7;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    grid-column: 7 / 13;
    clip-path: polygon(0% 15%, 100% 0%, 100% 85%, 0% 100%);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}.course-features-9 .img-list-item-2::before {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(45deg, rgb(211,188,173,0.5) 0%, transparent 70%);
    width: 100%;
    content: "";
}.course-features-9 .img-list-item-2::after {
    right: -5px;
    opacity: 0.6;
    border-radius: 10px;
    width: 70%;
    content: "";
    position: absolute;
    height: 70%;
    bottom: -5px;
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
    z-index: 1;
    border: 2px solid rgb(184,153,144);
}.course-features-9 .nav-core-4 {
    right: 3rem;
    transition: transform 0.3s ease-out;
    display: flex;
    transform: rotate(-5deg);
    width: 5rem;
    z-index: 10;
    height: 5rem;
    background: #ffffff;
    top: -2rem;
    align-items: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: absolute;
    border-radius: 50%;
    justify-content: center;
}.course-features-9 .nav-core-4:hover {
    transform: rotate(0deg) scale(1.05);
}.course-features-9 .nav-core-4 svg {
    height: 3rem;
    width: 3rem;
    transition: all 0.3s ease;
}.course-features-9 .nav-core-4:hover svg {
    transform: scale(1.1);
}.course-features-9 .nav-core-4 svg path {
    fill: rgb(211,188,173);
}.course-features-9 h3 {
    color: #000000;
    border-left: 4px solid rgb(211,188,173);
    position: relative;
    font-size: 36px;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    font-weight: 700;
    line-height: 1.3;
}.course-features-9 p {
    position: relative;
    font-size: 17px;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 0;
}.course-features-9 .expert-studio-4::before {
    width: 12rem;
    animation: moveCircle 20s infinite alternate;
    height: 12rem;
    content: "";
    background: rgb(211,188,173,0.5);
    opacity: 0.6;
    top: -6rem;
    filter: blur(100px);
    position: absolute;
    left: -6rem;
    border-radius: 50%;
    z-index: 1;
}.course-features-9 .expert-studio-4::after {
    border-radius: 50%;
    bottom: -4rem;
    z-index: 1;
    filter: blur(80px);
    position: absolute;
    opacity: 0.5;
    animation: moveCircle 15s infinite alternate-reverse;
    content: "";
    right: -4rem;
    height: 8rem;
    width: 8rem;
    background: rgb(184,153,144,0.5);
}.course-features-9 .skill-up-5::before {
    right: 0;
    border-radius: 0 10px 0 10px;
    background: linear-gradient(90deg, rgb(211,188,173) 0%, rgb(184,153,144) 100%);
    width: 100px;
    content: "";
    position: absolute;
    top: 0;
    height: 5px;
}.course-features-9 .skill-up-5::after {
    bottom: 0;
    content: "";
    height: 100px;
    border-radius: 0 0 10px 0;
    width: 5px;
    right: 0;
    background: linear-gradient(180deg, rgb(211,188,173) 0%, rgb(184,153,144) 100%);
    position: absolute;
}

@keyframes gridShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 4rem 4rem;
    }
}

@keyframes moveCircle {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, 20px);
    }
    100% {
        transform: translate(-20px, -20px);
    }
}

@media (max-width: 1200px) {.course-features-9 {
    padding: 7rem 0;
}.course-features-9 .expert-studio-4 {
    gap: 0.75rem;
}.course-features-9 .skill-up-5 {
    grid-column: 1 / 8;
    padding: 2.5rem;
}.course-features-9 .img-list-item-2 {
    grid-column: 6 / 13;
}.course-features-9 .nav-core-4 {
    right: 2rem;
}
}

@media (max-width: 992px) {.course-features-9 {
    padding: 6rem 0;
}.course-features-9 .expert-studio-4 {
    gap: 2rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    display: grid;
}.course-features-9 .skill-up-5 {
    grid-row: 2 / 3;
    grid-column: auto;
    padding: 2.5rem;
}.course-features-9 .img-list-item-2 {
    height: 350px;
    grid-column: auto;
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%);
    grid-row: 1 / 2;
}.course-features-9 .nav-core-4 {
    top: auto;
    right: 3rem;
    bottom: -2rem;
}.course-features-9 h3 {
    font-size: calc(36px * 0.9);
}
}

@media (max-width: 768px) {.course-features-9 {
    padding: 5rem 0;
}.course-features-9 .skill-up-5 {
    padding: 2rem;
}.course-features-9 .img-list-item-2 {
    height: 300px;
}.course-features-9 .nav-core-4 {
    right: 2rem;
    bottom: -1.5rem;
    height: 4.5rem;
    width: 4.5rem;
}.course-features-9 .nav-core-4 svg {
    width: 2.5rem;
    height: 2.5rem;
}.course-features-9 h3 {
    font-size: calc(36px * 0.8);
    margin-bottom: 1.25rem;
}.course-features-9 p {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}.course-features-9 .skill-up-5::before {
    width: 70px;
}.course-features-9 .skill-up-5::after {
    height: 70px;
}
}

@media (max-width: 576px) {.course-features-9 {
    padding: 4rem 0;
}.course-features-9 .skill-up-5 {
    padding: 1.5rem;
}.course-features-9 .img-list-item-2 {
    height: 250px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
}.course-features-9 .nav-core-4 {
    width: 4rem;
    bottom: -1.25rem;
    height: 4rem;
    right: 1.5rem;
}.course-features-9 .nav-core-4 svg {
    width: 2.25rem;
    height: 2.25rem;
}.course-features-9 h3 {
    margin-bottom: 1rem;
    padding-left: 0.75rem;
    font-size: calc(36px * 0.7);
}.course-features-9 p {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}.course-features-9 .skill-up-5::before {
    width: 50px;
}.course-features-9 .skill-up-5::after {
    height: 50px;
}.course-features-9 .expert-studio-4::before,
    .course-features-9 .expert-studio-4::after {
    display: none;
}}.landing-page-9 {
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    width: 100%;
}.landing-page-9 .edu-trackfast-4 {
    height: 100vh;
    justify-content: center;
    position: relative;
    display: flex;
    align-items: center;
    background-position: center center !important;
    width: 100%;
}.landing-page-9 .edu-trackfast-4::before {
    top: 0;
    position: absolute;
    height: 100%;
    z-index: 1;
    left: 0;
    backdrop-filter: blur(5px) saturate(110%);
    content: "";
    background: linear-gradient(135deg, 
    rgb(211,188,173,0.5) 0%, 
    rgba(0,0,0,0.7) 50%, 
    rgb(184,153,144,0.5) 100%);
    width: 100%;
}.landing-page-9 .learning-creators-7 {
    grid-template-columns: 1fr;
    box-shadow: 0 25px 45px rgba(0,0,0,0.2);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    max-width: 1200px;
    transform: perspective(1000px) rotateY(2deg);
    gap: calc(16px * 1.618);
    z-index: 2;
    padding: 4rem 3rem;
    width: 90%;
    display: grid;
    border-left: 4px solid rgb(211,188,173);
}.landing-page-9 .learning-creators-7:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.landing-page-9 .learning-creators-7 > div {
    position: relative;
    overflow: hidden;
}.landing-page-9 .learning-creators-7 > div:nth-child(1) {
    animation: slideInLeft 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    animation-delay: 0.2s;
    opacity: 0;
    transform: translateX(-30px);
}.landing-page-9 .learning-creators-7 > div:nth-child(2) {
    transform: translateY(30px);
    opacity: 0;
    animation: slideInUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    animation-delay: 0.4s;
}.landing-page-9 .learning-creators-7 > div:nth-child(3) {
    transform: translateX(30px);
    animation-delay: 0.6s;
    opacity: 0;
    animation: slideInRight 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.landing-page-9 p {
    margin: 0;
    font-size: calc(16px * 1.1);
    color: #ffffff;
    padding-left: 1.5rem;
    font-family: Arial, sans-serif;
    border-left: 3px solid rgb(184,153,144);
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1.5;
}.landing-page-9 .title_style_header {
    -webkit-background-clip: text !important;
    color: transparent;
    position: relative;
    background: linear-gradient(120deg, #ffffff 0%, rgb(184,153,144) 100%);
    line-height: 1.2;
    font-weight: 700;
    margin: 0;
    text-shadow: 0 2px 15px rgba(0,0,0,0.3);
    background-clip: text !important;
    color: #ffffff;
    letter-spacing: -0.02em;
    font-size: calc(38px * 1.2);
}.landing-page-9 .title_style_header::after {
    width: 80px;
    bottom: -10px;
    left: 0;
    transform-origin: left;
    background: rgb(211,188,173);
    content: "";
    height: 4px;
    position: absolute;
    transform: scaleX(0);
    animation-delay: 1s;
    border-radius: 2px;
    animation: scaleIn 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.landing-page-9 h3 {
    text-align: right;
    font-weight: 600;
    font-size: calc(20px * 1.1);
    margin: 0;
    line-height: 1.5;
    border-right: 3px solid rgb(211,188,173);
    color: #ffffff;
    padding-right: 1.5rem;
    opacity: 0.85;
}

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

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

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

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

@media (min-width: 768px) {.landing-page-9 .learning-creators-7 {
    grid-template-columns: 1fr;
    transform: perspective(1200px) rotateY(2deg) translateZ(0);
    gap: calc(16px * 2.618);
    padding: 5rem 5rem;
}.landing-page-9 .title_style_header {
    font-size: calc(38px * 1.5);
}.landing-page-9 p {
    font-size: calc(16px * 1.2);
    max-width: 85%;
}.landing-page-9 h3 {
    font-size: calc(20px * 1.2);
    margin-left: auto;
    max-width: 90%;
}.landing-page-9 .title_style_header::after {
    width: 120px;
}
}

@media (min-width: 992px) {.landing-page-9 .learning-creators-7 {
    grid-template-columns: 1fr;
    gap: calc(16px * 3);
    border-left: 5px solid rgb(211,188,173);
    padding: 6rem 6rem;
}.landing-page-9 .title_style_header {
    letter-spacing: -0.03em;
    font-size: calc(38px * 1.8);
}.landing-page-9 p {
    padding-left: 2rem;
    border-left: 4px solid rgb(184,153,144);
    font-size: calc(16px * 1.3);
}.landing-page-9 h3 {
    font-size: calc(20px * 1.3);
    padding-right: 2rem;
    border-right: 4px solid rgb(211,188,173);
}.landing-page-9 .title_style_header::after {
    height: 5px;
    width: 150px;
}
}

@media (min-width: 1200px) {.landing-page-9 .learning-creators-7 {
    gap: calc(16px * 3.5);
    grid-template-columns: 1fr;
    max-width: 1200px;
}.landing-page-9 .title_style_header {
    font-size: calc(38px * 2);
}.landing-page-9 .title_style_header::after {
    width: 180px;
}
}

@media (max-width: 767px) {.landing-page-9 .edu-trackfast-4 {
    min-height: 100vh;
    height: auto;
}.landing-page-9 .learning-creators-7 {
    gap: calc(16px * 1.2);
    transform: perspective(800px) rotateY(1deg);
    padding: 3rem 1.5rem;
    width: 95%;
}.landing-page-9 .title_style_header {
    font-size: calc(38px);
}.landing-page-9 p {
    padding-left: 1rem;
    font-size: 16px;
    border-left: 2px solid rgb(184,153,144);
}.landing-page-9 h3 {
    border-right: 2px solid rgb(211,188,173);
    font-size: 16px;
    padding-right: 1rem;
}}.thanksCore-1 {
    overflow: hidden;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(233,221,214) 0%, rgb(211,188,173,0.5) 100%);
    position: relative;
}.thanksCore-1::before {
    height: 100%;
    z-index: 1;
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
    background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 20px,
    rgba(255, 255, 255, 0.03) 20px,
    rgba(255, 255, 255, 0.03) 40px
  );
    top: 0;
}.thanksCore-1::after {
    z-index: 2;
    position: absolute;
    transform: rotate(35deg);
    background: linear-gradient(
    to bottom right,
    transparent,
    rgba(var(--primary-color-rgb), 0.05) 30%,
    rgba(var(--primary-color-rgb), 0.1) 60%,
    transparent
  );
    right: -50%;
    height: 200%;
    content: "";
    top: -50%;
    width: 80%;
    pointer-events: none;
}.thanksCore-1 .container {
    z-index: 3;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.thanksCore-1 .expert-studio-4 {
    display: grid;
    position: relative;
    gap: 30px;
    grid-template-columns: 1fr;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    transform-origin: center top;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 50px 40px;
    transform: perspective(1000px) rotateX(2deg);
}.thanksCore-1 .expert-studio-4::before {
    transform: scaleY(1.03);
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
    width: 5px;
    background: linear-gradient(to bottom, rgb(211,188,173), rgb(184,153,144));
}.thanksCore-1 .expert-studio-4:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateX(0deg);
}.thanksCore-1 h5 {
    line-height: 1.4;
    transition: transform 0.4s ease-out;
    margin: 0 0 10px;
    font-size: 18px;
    color: rgb(211,188,173);
    position: relative;
    font-weight: 700;
    transform: translateX(15px);
}.thanksCore-1 h5::after {
    position: absolute;
    height: 3px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    left: 0;
    content: "";
    background: rgb(184,153,144);
    transform-origin: left;
    width: 80px;
    transform: scaleX(0.7);
    bottom: -10px;
}.thanksCore-1 .expert-studio-4:hover h5 {
    transform: translateX(0);
}.thanksCore-1 .expert-studio-4:hover h5::after {
    transform: scaleX(1);
}.thanksCore-1 p {
    color: #000000;
    transition: color 0.3s ease;
    line-height: 1.7;
    margin: 0;
    position: relative;
    font-size: 17px;
}.thanksCore-1 a {
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    text-decoration: none;
    padding: 15px 20px;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.03), transparent);
    transition: all 0.4s ease;
    display: block;
}.thanksCore-1 a::before {
    width: 3px;
    top: 0;
    opacity: 0.5;
    left: 0;
    transition: width 0.3s ease;
    background: rgb(211,188,173);
    position: absolute;
    height: 100%;
    content: "";
}.thanksCore-1 a:hover {
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.07), transparent 70%);
}.thanksCore-1 a:hover::before {
    width: 5px;
}.thanksCore-1 a:hover p {
    color: rgb(211,188,173);
}.thanksCore-1 a::after {
    height: 30px;
    position: absolute;
    content: "";
    bottom: 0;
    transition: all 0.3s ease;
    width: 30px;
    background: linear-gradient(135deg, transparent 50%, rgba(var(--secondary-color-rgb), 0.1) 50%);
    right: 0;
}.thanksCore-1 a:hover::after {
    height: 40px;
    background: linear-gradient(135deg, transparent 50%, rgba(var(--secondary-color-rgb), 0.2) 50%);
    width: 40px;
}

@media (min-width: 768px) {.thanksCore-1 {
    padding: 120px 0;
}.thanksCore-1 .expert-studio-4 {
    padding: 60px 70px 60px 60px;
    align-items: center;
    gap: 50px;
    grid-template-columns: 1fr 1.5fr;
}.thanksCore-1 h5 {
    transform: translateX(25px);
    font-size: calc(18px * 1.1);
}.thanksCore-1 p {
    font-size: calc(17px * 1.05);
}
}

@media (max-width: 767px) {.thanksCore-1 {
    padding: 60px 0;
}.thanksCore-1 .expert-studio-4 {
    padding: 35px 25px;
    transform: perspective(1000px) rotateX(1deg);
}.thanksCore-1 h5 {
    font-size: calc(18px * 0.9);
    transform: translateX(10px);
}.thanksCore-1 a {
    padding: 10px 15px;
}.thanksCore-1 a::after {
    height: 20px;
    width: 20px;
}
}

@media (hover: none) {.thanksCore-1 .expert-studio-4 {
    transform: none;
}.thanksCore-1 .expert-studio-4:hover {
    transform: none;
}.thanksCore-1 h5 {
    transform: none;
}.thanksCore-1 h5::after {
    transform: scaleX(1);
}
}

@media (prefers-reduced-motion: reduce) {.thanksCore-1 .expert-studio-4,
  .thanksCore-1 h5,
  .thanksCore-1 h5::after,
  .thanksCore-1 a,
  .thanksCore-1 a::before,
  .thanksCore-1 a::after {
    transition: none;
}}.company-info-7 {
    z-index: 1;
    padding: 0;
    color: #ffffff;
    overflow: hidden;
    position: relative;
}.company-info-7::before {
    content: "";
    transition: opacity 0.5s ease-out;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
    position: absolute;
    opacity: 0.85;
    background: linear-gradient(135deg, rgb(211,188,173) 0%, rgba(0, 0, 0, 0.8) 100%);
}.company-info-7::after {
    position: absolute;
    width: 100%;
    content: "";
    animation: shimmer 8s infinite linear;
    z-index: 0;
    left: 0;
    height: 10px;
    background: linear-gradient(90deg, rgb(184,153,144) 0%, rgb(211,188,173) 50%, rgb(184,153,144) 100%);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    bottom: -5px;
}.company-info-7 .container {
    z-index: 2;
    padding: 7% 5% 10%;
    max-width: 1200px;
    margin: 0 auto;
    transform: translateZ(0);
    position: relative;
}.company-info-7 .text-box-content-6 {
    backdrop-filter: blur(5px);
    padding: 3rem;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.1);
    position: relative;
    transition: transform 0.5s ease-out;
    border-left: 4px solid rgb(184,153,144);
    transform: perspective(1000px) rotateY(-2deg);
}.company-info-7 .text-box-content-6:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.15);
}.company-info-7 h1 {
    margin: 0 0 2rem;
    position: relative;
    font-size: calc(38px * 1.2);
    padding-bottom: 1rem;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 0.05em;
    opacity: 0;
    font-weight: 700;
    animation: slideInTitle 0.8s 0.2s forwards ease-out;
    transform: translateX(-10px);
}.company-info-7 h1::after {
    content: "";
    background: rgb(184,153,144);
    left: 0;
    animation: growLine 0.6s 0.8s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    position: absolute;
    transform: scaleX(0);
    bottom: 0;
    width: 60px;
    height: 4px;
    transform-origin: left;
}.company-info-7 ul {
    list-style: none;
    opacity: 0;
    margin: 0;
    padding: 0;
    animation: fadeIn 0.8s 0.6s forwards ease-out;
}.company-info-7 li {
    margin-bottom: 1.5rem;
}.company-info-7 h4 {
    font-size: calc(20px * 1.15);
    display: inline-flex;
    padding-left: 1.5rem;
    position: relative;
    margin: 0 0 1rem;
    font-weight: 600;
    color: rgb(184,153,144);
    transform: translateY(10px);
    align-items: center;
    animation: slideUp 0.6s 1s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    opacity: 0;
}.company-info-7 h4::before {
    height: 8px;
    background: rgb(184,153,144);
    width: 8px;
    top: 50%;
    left: 0;
    content: "";
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
}.company-info-7 span {
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    transform: translateY(15px);
    font-size: 14px;
    animation: slideUp 0.8s 1.2s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    opacity: 0;
    padding-left: 1rem;
    margin-left: 1.5rem;
    display: block;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
}

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

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

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

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

@keyframes shimmer {
    0% {
        background-position: -1000px;
    }
    100% {
        background-position: 1000px;
    }
}

@media (max-width: 1200px) {.company-info-7 .container {
    padding: 8% 5%;
}.company-info-7 .text-box-content-6 {
    padding: 2.5rem;
}
}

@media (max-width: 992px) {.company-info-7 h1 {
    font-size: calc(38px * 1.1);
}.company-info-7 .text-box-content-6 {
    transform: perspective(1000px) rotateY(-1deg);
}
}

@media (max-width: 768px) {.company-info-7 .container {
    padding: 10% 5%;
}.company-info-7 .text-box-content-6 {
    padding: 2rem;
    transform: none;
}.company-info-7 h1 {
    font-size: 38px;
    margin-bottom: 1.5rem;
}.company-info-7 span {
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 576px) {.company-info-7 .container {
    padding: 15% 5%;
}.company-info-7 .text-box-content-6 {
    padding: 1.5rem;
    border-left-width: 3px;
}.company-info-7 h1 {
    font-size: calc(38px * 0.9);
}.company-info-7 h4 {
    font-size: 20px;
}.company-info-7 span {
    font-size: calc(14px * 0.9);
    margin-left: 0.5rem;
    line-height: 1.6;
}
}

@media (hover: hover) {.company-info-7:hover::before {
    opacity: 0.9;
}
}

@media (prefers-reduced-motion) {.company-info-7 .text-box-content-6,
    .company-info-7 .text-box-content-6:hover,
    .company-info-7 h1,
    .company-info-7 h1::after,
    .company-info-7 ul,
    .company-info-7 h4,
    .company-info-7 span {
    transform: none;
    opacity: 1;
    animation: none;
}.company-info-7 h1::after {
    transform: scaleX(1);
}.company-info-7::after {
    animation: none;
}}.learning-impact-5 {
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
    background: linear-gradient(160deg, rgb(233,221,214) 0%, #ffffff 100%);
    padding: 80px 0;
}.learning-impact-5::before {
    background: rgb(211,188,173,0.5);
    position: absolute;
    animation: pulse 10s ease-in-out infinite alternate;
    right: -150px;
    height: 400px;
    border-radius: 50%;
    top: -150px;
    filter: blur(100px);
    width: 400px;
    opacity: 0.3;
    content: "";
}.learning-impact-5::after {
    border-radius: 50%;
    animation: pulse 12s ease-in-out infinite alternate-reverse;
    background: rgb(184,153,144,0.5);
    width: 400px;
    height: 400px;
    bottom: -150px;
    left: -150px;
    content: "";
    position: absolute;
    filter: blur(100px);
    opacity: 0.3;
}@keyframes pulse {
  0% {
    opacity: 0.2;
    transform: scale(0.9);
  }
  100% {
    opacity: 0.4;
    transform: scale(1.1);
  }
}

.learning-impact-5 .container {
    z-index: 1;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.learning-impact-5 .expert-studio-4 {
    grid-template-columns: 1fr 1.3fr;
    position: relative;
    gap: 0;
    display: grid;
}.learning-impact-5 .img-list-item-2 {
    height: 100%;
    width: 100%;
    transition: all 0.5s ease;
    min-height: 400px;
    object-fit: cover;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
    transform-origin: center;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.learning-impact-5 .img-list-item-2:hover {
    transform: scale(1.02);
}.learning-impact-5 .text-box-content-6 {
    padding: 40px 35px 40px 45px;
    position: relative;
    border-radius: 15px;
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.1),
    -5px -5px 20px rgba(255, 255, 255, 0.7);
    margin-left: -30px;
    z-index: 2;
    background: #ffffff;
}.learning-impact-5 .text-box-content-6::before {
    height: 100px;
    opacity: 0.4;
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgb(211,188,173,0.5), transparent);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    width: 100px;
    right: 0;
    content: "";
}.learning-impact-5 .text-box-content-6::after {
    left: 0;
    opacity: 0.4;
    background: linear-gradient(135deg, rgb(184,153,144,0.5), transparent);
    width: 100px;
    clip-path: polygon(0 100%, 0 0, 100% 100%);
    content: "";
    position: absolute;
    bottom: 0;
    height: 100px;
}.learning-impact-5 h3 {
    font-size: 36px;
    color: rgb(211,188,173);
    font-weight: 700;
    position: relative;
    padding-left: 20px;
    margin-bottom: 30px;
}.learning-impact-5 h3::before {
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, rgb(211,188,173), rgb(184,153,144));
    top: 0;
    height: 100%;
    border-radius: 10px;
    width: 5px;
    left: 0;
}.learning-impact-5 ul {
    flex-direction: column;
    gap: 15px;
    margin: 0;
    display: flex;
    padding: 0;
    list-style: none;
}.learning-impact-5 li {
    transform: translateY(0);
    position: relative;
    transition: all 0.3s ease;
}.learning-impact-5 li:hover {
    transform: translateY(-5px);
}.learning-impact-5 li p {
    position: relative;
    gap: 16px;
    border-radius: 10px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5));
    padding: 15px 20px;
    margin: 0;
    z-index: 1;
    font-size: 18px;
    overflow: hidden;
    display: flex;
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.05),
    -3px -3px 10px rgba(255, 255, 255, 0.8);
    align-items: center;
    color: #000000;
}.learning-impact-5 li p::before {
    z-index: -1;
    background: linear-gradient(135deg, rgb(211,188,173,0.5), rgb(184,153,144,0.5));
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    transition: opacity 0.3s ease;
    opacity: 0;
    position: absolute;
    height: 100%;
}.learning-impact-5 li:hover p {
    box-shadow: 
    8px 8px 20px rgba(0, 0, 0, 0.08),
    -5px -5px 15px rgba(255, 255, 255, 1);
}.learning-impact-5 li:hover p::before {
    opacity: 0.1;
}.learning-impact-5 svg {
    background: #ffffff;
    width: 24px;
    transition: all 0.3s ease;
    padding: 10px;
    flex-shrink: 0;
    box-shadow: 
    3px 3px 8px rgba(0, 0, 0, 0.1),
    -2px -2px 5px rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    height: 24px;
}.learning-impact-5 svg path {
    fill: rgb(211,188,173);
    transition: fill 0.3s ease;
}.learning-impact-5 li:hover svg {
    transform: rotate(-15deg);
    background: linear-gradient(135deg, rgb(211,188,173), rgb(184,153,144));
    box-shadow: 
    5px 5px 10px rgba(0, 0, 0, 0.15),
    -2px -2px 5px rgba(255, 255, 255, 0.8);
}.learning-impact-5 li:hover svg path {
    fill: #ffffff;
}

@media (max-width: 992px) {.learning-impact-5 {
    padding: 60px 0;
}.learning-impact-5 .expert-studio-4 {
    gap: 30px;
    grid-template-columns: 1fr;
}.learning-impact-5 .img-list-item-2 {
    min-height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.learning-impact-5 .text-box-content-6 {
    padding: 35px 30px;
    margin-left: 0;
}
}

@media (max-width: 768px) {.learning-impact-5 {
    padding: 50px 0;
}.learning-impact-5 .img-list-item-2 {
    min-height: 280px;
}.learning-impact-5 h3 {
    font-size: calc(36px * 0.95);
}
}

@media (max-width: 576px) {.learning-impact-5 {
    padding: 40px 0;
}.learning-impact-5 .img-list-item-2 {
    min-height: 220px;
}.learning-impact-5 .text-box-content-6 {
    padding: 25px 20px;
}.learning-impact-5 h3 {
    margin-bottom: 25px;
    font-size: calc(36px * 0.9);
}.learning-impact-5 li p {
    font-size: 18px;
    padding: 12px 15px;
    gap: 12px;
}.learning-impact-5 svg {
    width: 22px;
    height: 22px;
    padding: 8px;
}}.customer-opinions-5 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,221,214) 50%, rgb(211,188,173,0.5) 50%);
    padding: 6rem 0;
    position: relative;
}.customer-opinions-5::before {
    top: -5%;
    filter: blur(50px);
    border-radius: 50%;
    position: absolute;
    background: linear-gradient(45deg, rgb(184,153,144), rgb(211,188,173,0.5));
    z-index: 0;
    height: 200px;
    opacity: 0.7;
    content: "";
    right: -5%;
    width: 200px;
}.customer-opinions-5::after {
    bottom: -5%;
    position: absolute;
    border-radius: 50%;
    height: 250px;
    content: "";
    left: -5%;
    opacity: 0.5;
    z-index: 0;
    background: linear-gradient(135deg, rgb(211,188,173), rgb(184,153,144,0.5));
    width: 250px;
    filter: blur(60px);
}.customer-opinions-5 .container {
    z-index: 1;
    position: relative;
}.customer-opinions-5 h2 {
    display: inline-block;
    font-weight: 700;
    position: relative;
    transform: skewX(-5deg);
    color: #000000;
    margin-bottom: 4rem;
    font-size: 29px;
}.customer-opinions-5 h2::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(184,153,144), transparent);
    transform: translateX(15%);
    left: 0;
    height: 4px;
    bottom: -10px;
    width: 70%;
    content: "";
}.customer-opinions-5 .learner-stories-7 {
    grid-template-columns: repeat(3, 1fr);
    transform: rotate(-2deg);
    gap: 3rem;
    display: grid;
}.customer-opinions-5 .edu-ratings-3 {
    border-radius: 10px;
    padding: 2rem;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
    background: #ffffff;
    display: flex;
    transform: rotate(2deg);
    flex-direction: column;
}.customer-opinions-5 .edu-ratings-3:nth-child(odd) {
    transform: rotate(4deg) translateY(-15px);
}.customer-opinions-5 .edu-ratings-3:nth-child(3n) {
    transform: rotate(-1deg) translateY(10px);
}.customer-opinions-5 .edu-ratings-3:hover {
    transform: rotate(0) translateY(-10px) scale(1.05);
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.customer-opinions-5 .edu-ratings-3::before {
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(184,153,144), rgb(211,188,173));
    height: 5px;
    content: "";
    position: absolute;
    width: 100%;
}.customer-opinions-5 .edu-ratings-3 img {
    border: 3px solid #ffffff;
    border-radius: 50%;
    height: 80px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease;
    margin: 0 auto 1rem;
    transform: translateY(-20px);
    width: 80px;
    object-fit: cover;
}.customer-opinions-5 .edu-ratings-3:hover img {
    transform: translateY(-20px) scale(1.1) rotate(360deg);
}.customer-opinions-5 .edu-ratings-3 p {
    color: #000000;
    text-align: center;
    font-weight: 600;
    font-size: calc(13px * 1.1);
    margin-bottom: 0.5rem;
}.customer-opinions-5 .edu-ratings-3 .description {
    text-align: center;
    line-height: 1.6;
    color: #000000;
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
    position: relative;
}.customer-opinions-5 .edu-ratings-3 .description::before {
    color: rgb(184,153,144,0.5);
    font-size: 4rem;
    z-index: -1;
    position: absolute;
    font-family: serif;
    left: 0;
    top: -20px;
    content: "";
}

@media (max-width: 992px) {.customer-opinions-5 .learner-stories-7 {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.customer-opinions-5 {
    background: linear-gradient(135deg, rgb(233,221,214) 40%, rgb(211,188,173,0.5) 60%);
    padding: 4rem 0;
}.customer-opinions-5 h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 3rem;
}.customer-opinions-5 .learner-stories-7 {
    grid-template-columns: 1fr;
    transform: rotate(0);
    gap: 2rem;
}.customer-opinions-5 .edu-ratings-3,
    .customer-opinions-5 .edu-ratings-3:nth-child(odd),
    .customer-opinions-5 .edu-ratings-3:nth-child(3n) {
    transform: rotate(0);
}.customer-opinions-5 .edu-ratings-3:hover {
    transform: translateY(-5px);
}}.academic-experience-6 {
    background: linear-gradient(135deg, rgb(233,221,214) 0%, rgb(211,188,173,0.5) 50%, rgb(233,221,214) 100%);
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.academic-experience-6::before {
    top: 0;
    content: "";
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(211,188,173,0.5) 0,
        rgb(211,188,173,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    width: 100%;
    opacity: 0.05;
    left: 0;
    height: 100%;
}.academic-experience-6::after {
    left: 0;
    top: 0;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    filter: blur(60px);
    background: 
        radial-gradient(circle at 20% 30%, rgb(211,188,173,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(184,153,144,0.5) 0%, transparent 50%);
    position: absolute;
    content: "";
}.academic-experience-6 .container {
    z-index: 2;
    padding: 0 15px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.academic-experience-6 .edu-ratings-3 {
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    align-items: center;
    display: flex;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(10px);
    padding: 60px 40px;
    flex-direction: column;
    overflow: hidden;
    border-radius: 30px;
    position: relative;
}.academic-experience-6 .edu-ratings-3::before {
    opacity: 0;
    position: absolute;
    z-index: 1;
    inset: 0;
    transform: rotate(-45deg) scale(2);
    transition: opacity 0.6s ease;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 15%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0.2) 85%,
        transparent 100%
    );
    content: "";
}.academic-experience-6 .edu-ratings-3:hover::before {
    animation: holographic-sweep 1.5s ease infinite;
    opacity: 1;
}@keyframes holographic-sweep {
    0% {
        transform: rotate(-45deg) translateX(-50%) scale(2);
        opacity: 0;
    }
    30% {
        opacity: 0.3;
    }
    70% {
        opacity: 0.3;
    }
    100% {
        transform: rotate(-45deg) translateX(50%) scale(2);
        opacity: 0;
    }
}

.academic-experience-6 .img-list-item-2 {
    margin-bottom: 35px;
    transform: rotate(-3deg);
    position: relative;
    border-radius: 10px;
    z-index: 2;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 0 5px rgba(255, 255, 255, 0.8),
        0 0 0 10px rgb(211,188,173,0.5);
    overflow: hidden;
    width: 180px;
    transition: all 0.5s ease;
    height: 180px;
}.academic-experience-6 .img-list-item-2::before {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.4) 0%,
        transparent 50%,
        rgba(255, 255, 255, 0.4) 100%
    );
    left: 0;
    width: 100%;
    z-index: 3;
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
}.academic-experience-6 .img-list-item-2::after {
    mix-blend-mode: overlay;
    z-index: 1;
    width: 200%;
    position: absolute;
    background: 
        conic-gradient(
            from 0deg,
            transparent 0deg,
            rgb(211,188,173,0.5) 90deg,
            transparent 180deg,
            rgb(184,153,144,0.5) 270deg,
            transparent 360deg
        );
    top: -50%;
    animation: rotate 15s linear infinite;
    opacity: 0.15;
    left: -50%;
    content: "";
    height: 200%;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.academic-experience-6 .name {
    font-weight: 700;
    color: #000000;
    position: relative;
    text-align: center;
    font-size: 35px;
    z-index: 2;
    margin-bottom: 10px;
}.academic-experience-6 .name::after {
    left: 50%;
    content: "";
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(211,188,173) 50%,
        transparent 100%
    );
    transform: translateX(-50%);
    width: 70px;
    height: 2px;
    bottom: -8px;
    position: absolute;
}.academic-experience-6 .edu-ratings-3 span:not(.name) {
    text-align: center;
    font-size: 21px;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 2;
    letter-spacing: 2px;
    font-weight: 600;
}.academic-experience-6 .exp-content-1 {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    border-right: 3px solid rgb(184,153,144);
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
    position: relative;
    max-width: 85%;
    padding: 25px 30px;
    line-height: 1.8;
    z-index: 2;
    backdrop-filter: blur(5px);
    font-size: 18px;
    border-left: 3px solid rgb(211,188,173);
    color: #000000;
    margin: 0;
}.academic-experience-6 .exp-content-1::before,
.academic-experience-6 .exp-content-1::after {
    opacity: 0.1;
    height: 40px;
    position: absolute;
    background: rgb(211,188,173,0.5);
    content: "";
    width: 40px;
}.academic-experience-6 .exp-content-1::before {
    top: -5px;
    border-top: 3px solid rgb(211,188,173);
    border-left: 3px solid rgb(211,188,173);
    left: -5px;
}.academic-experience-6 .exp-content-1::after {
    bottom: -5px;
    border-right: 3px solid rgb(184,153,144);
    border-bottom: 3px solid rgb(184,153,144);
    right: -5px;
}.academic-experience-6 .edu-ratings-3:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: translateY(-10px);
}.academic-experience-6 .edu-ratings-3:hover .img-list-item-2 {
    transform: rotate(0deg) scale(1.05);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgba(255, 255, 255, 0.9),
        0 0 0 12px rgb(211,188,173,0.5);
}

@media (max-width: 991px) {.academic-experience-6 {
    padding: 80px 0;
}.academic-experience-6 .edu-ratings-3 {
    padding: 50px 30px;
}.academic-experience-6 .img-list-item-2 {
    height: 160px;
    width: 160px;
    margin-bottom: 30px;
}.academic-experience-6 .exp-content-1 {
    max-width: 90%;
    padding: 20px 25px;
}
}

@media (max-width: 767px) {.academic-experience-6 {
    padding: 60px 0;
}.academic-experience-6 .edu-ratings-3 {
    padding: 40px 25px;
}.academic-experience-6 .img-list-item-2 {
    height: 140px;
    width: 140px;
    margin-bottom: 25px;
}.academic-experience-6 .name {
    font-size: calc(35px * 0.9);
}.academic-experience-6 .edu-ratings-3 span:not(.name) {
    font-size: calc(21px * 0.95);
    margin-bottom: 20px;
}.academic-experience-6 .exp-content-1 {
    padding: 18px 20px;
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 575px) {.academic-experience-6 {
    padding: 50px 0;
}.academic-experience-6 .edu-ratings-3 {
    padding: 35px 20px;
}.academic-experience-6 .img-list-item-2 {
    width: 120px;
    margin-bottom: 20px;
    height: 120px;
}.academic-experience-6 .name {
    font-size: calc(35px * 0.8);
}.academic-experience-6 .edu-ratings-3 span:not(.name) {
    margin-bottom: 15px;
    letter-spacing: 1px;
    font-size: calc(21px * 0.9);
}.academic-experience-6 .exp-content-1 {
    padding: 15px;
    max-width: 100%;
    font-size: calc(18px * 0.9);
}
}