* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}header,footer {
    width: 100%;
}.nav-mainwrap-93 {
    flex: 1 0 auto;
}.wrapper-canvas-52 {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
    height: 100%;
}svg {
    width: 30px;
    height: 30px;
}.container {
    margin: auto;
    width: 1198px;
    max-width: 100%;
}.ssl-info-50 {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.our-team-76 {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: rgb(239,241,239);
}.our-team-76::before {
    content: "";
    width: 100%;
    top: 0;
    background: linear-gradient(120deg, rgb(204,196,189,0.5) 0%, transparent 30%),
                linear-gradient(240deg, rgb(179,142,180,0.5) 0%, transparent 30%);
    left: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
}.our-team-76 .container {
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.our-team-76 h2 {
    letter-spacing: 1px;
    font-size: 28px;
    font-weight: 700;
    position: relative;
    text-align: center;
    color: #000000;
    margin-bottom: 60px;
}.our-team-76 h2::after {
    left: 50%;
    position: absolute;
    height: 3px;
    border-radius: 10px;
    bottom: -15px;
    width: 100px;
    background: linear-gradient(90deg, rgb(204,196,189), rgb(179,142,180));
    content: "";
    transform: translateX(-50%);
}.our-team-76 .learning-corner-92 {
    position: relative;
    gap: 30px;
    display: flex;
    flex-direction: column;
}.our-team-76 .ethos-block-71 {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 17px;
    padding: 40px;
    border-left: 4px solid rgb(204,196,189);
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.02);
}.our-team-76 .ethos-block-71:nth-child(2) {
    border-left-color: rgb(179,142,180);
}.our-team-76 .ethos-block-71::before {
    z-index: -1;
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    left: 0;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
}.our-team-76 .ethos-block-71::after {
    width: 20px;
    border: 2px solid rgb(204,196,189,0.5);
    content: "";
    position: absolute;
    border-radius: 50%;
    height: 20px;
    right: 30px;
    animation: pulse 4s infinite;
    top: 30px;
}.our-team-76 .ethos-block-71:nth-child(2)::after {
    border-color: rgb(179,142,180,0.5);
    animation-delay: 2s;
}@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.2;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

.our-team-76 .ethos-block-71:hover {
    background: linear-gradient(to right, rgba(rgb(204,196,189,0.5), 0.03), rgba(255, 255, 255, 0.05));
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.our-team-76 .ethos-block-71 h3 {
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    color: rgb(204,196,189);
    position: relative;
    margin-bottom: 20px;
}.our-team-76 .ethos-block-71:nth-child(2) h3 {
    color: rgb(179,142,180);
}.our-team-76 .ethos-block-71 h3::before {
    bottom: -8px;
    transition: width 0.3s ease;
    background: currentColor;
    height: 2px;
    left: 0;
    content: "";
    position: absolute;
    width: 30px;
}.our-team-76 .ethos-block-71:hover h3::before {
    width: 100%;
}.our-team-76 .ethos-block-71 p {
    font-size: 16px;
    color: #000000;
    line-height: 1.8;
    transition: padding-left 0.3s ease;
    padding-left: 0;
    position: relative;
}.our-team-76 .ethos-block-71:first-child {
    opacity: 0;
    transform: translateX(-20px);
    animation: slideIn 0.6s forwards 0.2s;
}.our-team-76 .ethos-block-71:last-child {
    transform: translateX(-20px);
    opacity: 0;
    animation: slideIn 0.6s forwards 0.5s;
}@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.our-team-76::after {
    content: "";
    top: 0;
    z-index: 1;
    background-image: 
        linear-gradient(to right, rgba(0, 0, 0, 0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    background-size: 50px 50px;
    opacity: 0.03;
}.our-team-76 .container::before,
.our-team-76 .container::after {
    width: 200px;
    position: absolute;
    background: radial-gradient(circle, rgb(204,196,189,0.5) 0%, transparent 70%);
    border-radius: 50%;
    height: 200px;
    opacity: 0.2;
    content: "";
    z-index: -1;
}.our-team-76 .container::before {
    right: -100px;
    top: -100px;
}.our-team-76 .container::after {
    background: radial-gradient(circle, rgb(179,142,180,0.5) 0%, transparent 70%);
    bottom: -100px;
    left: -100px;
}

@media (max-width: 992px) {.our-team-76 {
    padding: 80px 0;
}.our-team-76 h2 {
    margin-bottom: 50px;
}.our-team-76 .ethos-block-71 {
    padding: 30px;
}
}

@media (max-width: 768px) {.our-team-76 {
    padding: 60px 0;
}.our-team-76 h2 {
    margin-bottom: 40px;
    font-size: calc(28px * 0.9);
}.our-team-76 .ethos-block-71 {
    padding: 25px;
}.our-team-76 .ethos-block-71 h3 {
    margin-bottom: 15px;
    font-size: calc(18px * 0.9);
}
}

@media (max-width: 576px) {.our-team-76 {
    padding: 40px 0;
}.our-team-76 h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 30px;
}.our-team-76 .ethos-block-71 {
    padding: 20px;
    border-left-width: 3px;
}.our-team-76 .ethos-block-71::after {
    height: 15px;
    top: 20px;
    width: 15px;
    right: 20px;
}.our-team-76 .ethos-block-71 p {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}.our-team-76 .container::before,
    .our-team-76 .container::after {
    width: 150px;
    height: 150px;
}}.tyWrap-31 {
    padding: 4rem 2rem;
    background: linear-gradient(145deg, rgb(239,241,239), #f8f9fd);
    position: relative;
    box-shadow: 
        inset 12px 12px 24px rgba(255, 255, 255, 0.8),
        inset -12px -12px 24px rgba(70, 70, 80, 0.05);
    overflow: hidden;
}.tyWrap-31::before {
    opacity: 0.2;
    width: 40%;
    filter: blur(80px);
    z-index: 0;
    right: -5%;
    pointer-events: none;
    height: 70%;
    top: -10%;
    transform: rotate(-15deg);
    background: linear-gradient(120deg, rgb(204,196,189,0.5), rgb(179,142,180,0.5));
    position: absolute;
    content: "";
}.tyWrap-31::after {
    opacity: 0.15;
    left: -5%;
    z-index: 0;
    pointer-events: none;
    content: "";
    filter: blur(70px);
    width: 30%;
    transform: rotate(20deg);
    position: absolute;
    bottom: -10%;
    background: linear-gradient(220deg, rgb(179,142,180,0.5), rgb(204,196,189,0.5));
    height: 60%;
}.tyWrap-31 .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.tyWrap-31 h2 {
    opacity: 1;
    position: relative;
    color: #000000;
    font-weight: 700;
    margin-bottom: 2.5rem;
    text-align: center;
    letter-spacing: -0.02em;
    animation: fadeInDown 0.8s ease-out forwards;
    line-height: 1.3;
    font-size: 38px;
    transform: translateY(0);
}.tyWrap-31 h2::after {
    left: 50%;
    position: absolute;
    content: "";
    border-radius: 10px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(204,196,189), rgb(179,142,180));
    height: 3px;
    width: 80px;
    bottom: -0.8rem;
}.tyWrap-31 .community-team-97 {
    background: #ffffff;
    transform: translateY(0);
    border-radius: 17px;
    padding: 2.5rem;
    opacity: 0;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.05),
        -20px -20px 60px rgba(255, 255, 255, 0.9),
        inset 4px 4px 20px rgba(255, 255, 255, 0.9),
        inset -4px -4px 10px rgba(0, 0, 0, 0.03);
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    position: relative;
}.tyWrap-31 .community-team-97::before {
    height: 100%;
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(204,196,189,0.5), 0.03) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(rgb(179,142,180,0.5), 0.03) 0%, transparent 30%);
    left: 0;
    content: "";
    border-radius: inherit;
    top: 0;
    position: absolute;
    z-index: -1;
}.tyWrap-31 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.tyWrap-31 li {
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
    position: relative;
}.tyWrap-31 li:last-child {
    margin-bottom: 0;
}.tyWrap-31 li::before {
    position: absolute;
    top: 0.6rem;
    height: 8px;
    animation: scaleIn 0.4s ease-out 0.8s forwards;
    width: 8px;
    content: "";
    background: linear-gradient(135deg, rgb(204,196,189), rgb(179,142,180));
    transform: scale(0);
    left: 0;
    border-radius: 50%;
}.tyWrap-31 li span {
    opacity: 0;
    line-height: 1.7;
    color: #000000;
    animation: fadeInRight 0.7s ease-out 0.6s forwards;
    transform: translateX(0);
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
    display: block;
}

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

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

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

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

@media (max-width: 991px) {.tyWrap-31 {
    padding: 3rem 1.5rem;
}.tyWrap-31 h2 {
    margin-bottom: 2rem;
    font-size: calc(38px * 0.9);
}.tyWrap-31 .community-team-97 {
    padding: 2rem;
}
}

@media (max-width: 767px) {.tyWrap-31 {
    padding: 2.5rem 1.25rem;
}.tyWrap-31 h2 {
    margin-bottom: 1.8rem;
    line-height: 1.4;
    font-size: calc(38px * 0.8);
}.tyWrap-31 h2::after {
    width: 60px;
}.tyWrap-31 .community-team-97 {
    padding: 1.5rem;
}.tyWrap-31 li span {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 480px) {.tyWrap-31 {
    padding: 2rem 1rem;
}.tyWrap-31 h2 {
    text-align: left;
    font-size: calc(38px * 0.7);
}.tyWrap-31 h2::after {
    left: 0;
    transform: none;
    width: 50px;
}.tyWrap-31 .community-team-97 {
    padding: 1.25rem;
}.tyWrap-31 li {
    padding-left: 1.25rem;
}.tyWrap-31 li::before {
    width: 6px;
    top: 0.5rem;
    height: 6px;
}}.academic-expertise-63 {
    background: linear-gradient(135deg, rgb(239,241,239) 0%, rgb(204,196,189,0.5) 100%);
    padding: 6rem 2rem;
    position: relative;
    overflow: hidden;
}.academic-expertise-63::before {
    height: 30%;
    right: -5%;
    content: "";
    z-index: 0;
    width: 30%;
    filter: blur(20px);
    position: absolute;
    transform: rotate(-15deg) translateZ(0);
    top: -5%;
    background: rgb(179,142,180,0.5);
}.academic-expertise-63::after {
    transform: rotate(15deg) translateZ(0);
    background: rgb(204,196,189,0.5);
    z-index: 0;
    left: -5%;
    position: absolute;
    content: "";
    height: 25%;
    bottom: -5%;
    filter: blur(15px);
    width: 25%;
}.academic-expertise-63 .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
}.academic-expertise-63 .learner-voices-37 {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
                0 30px 60px rgba(0, 0, 0, 0.05);
    padding: 3rem;
    display: grid;
    gap: 2.5rem;
    position: relative;
    background: #ffffff;
}.academic-expertise-63 .learner-voices-37:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12), 
                0 40px 80px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateX(0deg);
}.academic-expertise-63 .learner-voices-37 > div:first-child {
    overflow: hidden;
    position: relative;
}.academic-expertise-63 .img-showcase-72 {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    height: 300px;
}.academic-expertise-63 .learner-voices-37:hover .img-showcase-72 {
    transform: scale(1);
}.academic-expertise-63 .learner-voices-37 > div:nth-child(2) {
    flex-direction: column;
    padding-left: 2rem;
    position: relative;
    gap: 0.5rem;
    display: flex;
}.academic-expertise-63 .learner-voices-37 > div:nth-child(2)::before {
    top: 50%;
    background: linear-gradient(to bottom, rgb(204,196,189), rgb(179,142,180));
    transform: translateY(-50%);
    width: 4px;
    position: absolute;
    left: 0;
    content: "";
    height: 70%;
}.academic-expertise-63 .name {
    font-weight: 700;
    position: relative;
    display: inline-block;
    font-size: 19px;
    margin: 0;
    color: #000000;
}.academic-expertise-63 .name::after {
    position: absolute;
    background: rgb(204,196,189);
    bottom: -5px;
    content: "";
    left: 0;
    transition: width 0.4s ease-out;
    height: 2px;
    width: 0;
}.academic-expertise-63 .learner-voices-37:hover .name::after {
    width: 100%;
}.academic-expertise-63 .learner-voices-37 > div:nth-child(2) > div {
    font-size: calc(15px - 2px);
    font-weight: 600;
    opacity: 0.9;
    letter-spacing: 0.5px;
    color: rgb(179,142,180);
}.academic-expertise-63 .learner-voices-37 > div:nth-child(3) {
    position: relative;
}.academic-expertise-63 .work-box-84 {
    line-height: 1.7;
    position: relative;
    font-size: 15px;
    color: #000000;
    background: linear-gradient(to right, rgba(rgb(239,241,239), 0.05), rgba(rgb(239,241,239), 0.02));
    padding: 1.5rem;
    border-left: 3px solid rgb(204,196,189,0.5);
    margin: 0;
}.academic-expertise-63 .work-box-84::before {
    font-size: 5rem;
    position: absolute;
    color: rgb(204,196,189,0.5);
    line-height: 1;
    left: 0.5rem;
    opacity: 0.2;
    top: -0.5rem;
    content: "";
    font-family: serif;
}

@media (min-width: 768px) {.academic-expertise-63 {
    padding: 8rem 3rem;
}.academic-expertise-63 .learner-voices-37 {
    grid-template-rows: auto 1fr;
    padding: 4rem;
    grid-template-columns: minmax(200px, 300px) 1fr;
    gap: 3rem 4rem;
}.academic-expertise-63 .learner-voices-37 > div:first-child {
    grid-row: span 2;
}.academic-expertise-63 .img-showcase-72 {
    height: 100%;
}.academic-expertise-63 .learner-voices-37 > div:nth-child(2) {
    padding-left: 3rem;
}.academic-expertise-63 .work-box-84 {
    font-size: calc(15px + 1px);
    padding: 2rem;
}
}

@media (min-width: 1024px) {.academic-expertise-63 {
    padding: 10rem 4rem;
}.academic-expertise-63 .learner-voices-37 {
    padding: 5rem;
    gap: 4rem 5rem;
    grid-template-columns: minmax(300px, 400px) 1fr;
}.academic-expertise-63 .name {
    font-size: calc(19px + 2px);
}.academic-expertise-63 .learner-voices-37 > div:nth-child(2) > div {
    font-size: 15px;
}.academic-expertise-63 .work-box-84 {
    line-height: 1.8;
}.academic-expertise-63 .learner-voices-37::after {
    position: absolute;
    content: "";
    right: 0;
    width: 150px;
    opacity: 0.1;
    background: linear-gradient(135deg, transparent 50%, rgb(204,196,189,0.5) 50%);
    transition: opacity 0.3s ease;
    height: 150px;
    top: 0;
}.academic-expertise-63 .learner-voices-37:hover::after {
    opacity: 0.2;
}
}

@media (max-width: 767px) {.academic-expertise-63 {
    padding: 4rem 1.5rem;
}.academic-expertise-63 .learner-voices-37 {
    gap: 2rem;
    padding: 2rem;
}.academic-expertise-63 .img-showcase-72 {
    height: 250px;
}.academic-expertise-63 .name {
    font-size: calc(19px - 1px);
}.academic-expertise-63 .learner-voices-37 > div:nth-child(2) > div {
    font-size: calc(15px - 3px);
}.academic-expertise-63 .work-box-84 {
    padding: 1rem;
    font-size: calc(15px - 1px);
}}.privacy-area-67 {
    transition: all 0.3s ease-in-out;
    color: #000000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    padding: 40px 20px;
    background-color: rgb(239,241,239);
}.privacy-area-67 h1, .privacy-area-67 h2, .privacy-area-67 h3, .privacy-area-67 h4, .privacy-area-67 h5, .privacy-area-67 h6 {
    margin-bottom: 20px;
    color: rgb(204,196,189);
}.privacy-area-67 h1 {
    font-size: 43px;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(204,196,189);
}.privacy-area-67 h2 {
    font-size: 35px;
    font-weight: 600;
}.privacy-area-67 h3 {
    font-size: 1.5em;
    font-weight: 600;
}.privacy-area-67 h4 {
    font-size: 1.25em;
    font-weight: 400;
}.privacy-area-67 h5 {
    font-weight: 400;
    font-size: 18px;
}.privacy-area-67 h6 {
    font-size: 22px;
    font-weight: 300;
}.privacy-area-67 ul, .privacy-area-67 ol {
    list-style: none;
    margin-left: 20px;
    padding-left: 20px;
}.privacy-area-67 ul li, .privacy-area-67 ol li {
    font-size: 15px;
    margin-bottom: 10px;
    padding-left: 20px;
    line-height: 1.6;
    position: relative;
}.privacy-area-67 ul li:before {
    left: 0;
    font-size: 1.2em;
    color: rgb(179,142,180);
    position: absolute;
    content: '•';
}.privacy-area-67 p, .privacy-area-67 span, .privacy-area-67 div {
    line-height: 1.8;
    color: #000000;
    font-size: 15px;
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {.privacy-area-67 {
    padding: 20px 10px;
}.privacy-area-67 h1 {
    font-size: calc(18px - 10%);
}.privacy-area-67 h2 {
    font-size: calc(18px - 10%);
}.privacy-area-67 p, .privacy-area-67 span, .privacy-area-67 div {
    font-size: calc(15px - 10%);
}}
.privacy-area-67 a {
    transition: color 0.3s ease-in-out;
    text-decoration: underline;
    color: rgb(204,196,189);
}.privacy-area-67 a:hover {
    color: rgb(179,142,180);
}.privacy-area-67 blockquote {
    background-color: rgb(204,196,189,0.5);
    padding: 15px 20px;
    font-style: italic;
    margin: 20px 0;
    border-left: 5px solid rgb(204,196,189);
}.privacy-area-67 code {
    font-family: monospace;
    padding: 2px 6px;
    border-radius: 10px;
    background-color: rgb(179,142,180,0.5);
}.privacy-area-67 hr {
    border: 0;
    height: 1px;
    background: rgba(0, 0, 0, 0.5);
    margin: 30px 0;
}.cookie-message-overlay-62 {
    padding: 20px;
    position: fixed;
    background: rgb(239,241,239);
    bottom: 0;
    width: 100%;
    font-family: Arial, sans-serif;
    border-top: 3px solid rgb(204,196,189);
    overflow: hidden;
    z-index: 1050;
}.policy-opt-20 {
    flex-wrap: nowrap;
    display: flex;
    z-index: 1;
    justify-content: space-between;
    align-items: center;
}.cookie-box-10 {
    margin-right: 20px;
    flex-shrink: 0;
}#cookieBannerPrompt-32 {
    display: none;
}#cookieBannerPrompt-32:checked ~ .cookie-message-overlay-62 {
    opacity: 0;
    visibility: hidden;
}.cookie-box-10 svg {
    width: 60px;
    transition: fill 0.3s ease-in-out;
    fill: rgb(204,196,189);
    height: 60px;
}.visitor-settings-63 {
    margin-right: 20px;
    flex-grow: 1;
}.visitor-settings-63 h5 {
    color: rgb(204,196,189);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}.visitor-settings-63 p {
    margin-bottom: 0;
    font-size: 16px;
    color: #000000;
}.cookie-menu-87 {
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 14px;
    text-decoration: none;
    margin-left: 10px;
}.cookie-menu-87 {
    background-color: rgb(204,196,189);
    color: #ffffff;
    border: 1px solid rgb(204,196,189);
}.cookie-menu-87:hover {
    border-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
}.cookie-message-overlay-62 p a {
    color: rgb(204,196,189);
    text-decoration: underline;
}.cookie-message-overlay-62 p a:hover {
    color: #000000;
}
@media (max-width: 1200px) {.visitor-settings-63 h5 {
    font-size: calc(22px - 2px);
}.visitor-settings-63 p {
    font-size: calc(16px - 2px);
}.cookie-menu-87 {
    font-size: calc(14px - 2px);
    padding: 8px 16px;
}
}
@media (max-width: 800px) {.policy-opt-20 {
    flex-direction: column;
    align-items: center;
}.cookie-box-10 {
    margin-bottom: 15px;
}.visitor-settings-63 {
    margin-bottom: 20px;
    text-align: center;
}.cookie-menu-87 {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
}}
.pricing-tray-80 {
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(239,241,239) 0%, rgb(204,196,189,0.5) 100%);
    position: relative;
    overflow: hidden;
}.pricing-tray-80::before {
    content: "";
    pointer-events: none;
    z-index: 0;
    height: 100%;
    background: radial-gradient(circle at 30% 70%, rgb(179,142,180,0.5) 0%, transparent 60%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}.pricing-tray-80 .container {
    max-width: 1320px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
}.pricing-tray-80 .bundle-offer-60 {
    gap: 60px;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
}.pricing-tray-80 .price-panel-26 {
    backdrop-filter: blur(10px);
    border-left: 3px solid rgb(204,196,189);
    max-width: 100%;
    padding: 30px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 90%);
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.pricing-tray-80 .price-panel-26:hover {
    transform: perspective(1000px) rotateX(2deg);
}.pricing-tray-80 .price-panel-26 h2 {
    letter-spacing: -0.02em;
    transform: translateZ(0);
    line-height: 1.3;
    -webkit-background-clip: text !important;
    margin-bottom: 20px;
    color: transparent;
    font-weight: 700;
    background-clip: text !important;
    background: linear-gradient(90deg, rgb(204,196,189), rgb(179,142,180));
    font-size: 35px;
}.pricing-tray-80 .price-panel-26 .annual-plan-14 {
    font-size: 18px;
    line-height: 1.6;
    word-break: break-word;
    margin-bottom: 0;
    max-width: 700px;
    color: #000000;
    overflow-wrap: break-word;
}.pricing-tray-80 .payment-pricing-43 {
    display: grid;
    position: relative;
    gap: 30px;
    grid-template-columns: 1fr;
}.pricing-tray-80 .learning-fee-91 {
    border-radius: 4px;
    transform: translateY(0);
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: hidden;
    position: relative;
    display: block;
}.pricing-tray-80 .learning-fee-91:hover {
    z-index: 5;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.pricing-tray-80 .edu-packages-81 {
    height: 100%;
    flex-direction: column;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.06);
}.pricing-tray-80 .edu-packages-81::before {
    content: "";
    transform-origin: left;
    position: absolute;
    height: 5px;
    top: 0;
    transition: transform 0.4s ease-out;
    background: linear-gradient(90deg, rgb(204,196,189), rgb(179,142,180));
    left: 0;
    transform: scaleX(0.8);
    width: 100%;
}.pricing-tray-80 .learning-fee-91:hover .edu-packages-81::before {
    transform: scaleX(1);
}.pricing-tray-80 .pricing-list-70 {
    flex-direction: column;
    flex: 1;
    padding: 30px;
    z-index: 1;
    display: flex;
    position: relative;
}.pricing-tray-80 .pricing-list-70 h3 {
    font-weight: 700;
    font-size: calc(21px + 2px);
    position: relative;
    color: #000000;
    transform-origin: left;
    overflow: hidden;
    margin-bottom: 15px;
    white-space: nowrap;
    transition: transform 0.3s ease;
    text-overflow: ellipsis;
}.pricing-tray-80 .learning-fee-91:hover .pricing-list-70 h3 {
    color: rgb(204,196,189);
    transform: translateX(5px) scale(1.03);
}.pricing-tray-80 .fee-offers-32 {
    font-weight: 700;
    font-size: calc(21px + 4px);
    color: rgb(179,142,180);
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}.pricing-tray-80 .fee-offers-32::after {
    bottom: -5px;
    transform-origin: left;
    width: 50px;
    background: rgb(204,196,189);
    left: 0;
    position: absolute;
    transform: scaleX(0.5);
    height: 3px;
    content: "";
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}.pricing-tray-80 .learning-fee-91:hover .fee-offers-32::after {
    transform: scaleX(1);
}.pricing-tray-80 .pricing-list-70 p {
    overflow-wrap: break-word;
    overflow: hidden;
    line-height: 1.6;
    -webkit-box-orient: vertical;
    color: #000000;
    margin-bottom: 0;
    flex: 1;
    -webkit-line-clamp: 5;
    font-size: 18px;
    word-break: break-word;
    display: -webkit-box;
}.pricing-tray-80 .img-showcase-72 {
    overflow: hidden;
    height: 200px;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.pricing-tray-80 .img-showcase-72::after {
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3) 100%);
    top: 0;
    width: 100%;
    pointer-events: none;
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
}.pricing-tray-80 .learning-fee-91:hover .img-showcase-72 {
    transform: scale(1.05);
}

@media (min-width: 768px) {.pricing-tray-80 .payment-pricing-43 {
    grid-template-columns: repeat(2, 1fr);
}.pricing-tray-80 .price-panel-26 {
    padding: 40px;
}.pricing-tray-80 .pricing-list-70 {
    padding: 30px 35px;
}.pricing-tray-80 .img-showcase-72 {
    height: 240px;
}
}

@media (min-width: 992px) {.pricing-tray-80 .bundle-offer-60 {
    align-items: stretch;
    flex-direction: row;
    gap: 40px;
}.pricing-tray-80 .price-panel-26 {
    display: flex;
    flex-direction: column;
    width: 30%;
    justify-content: center;
    padding: 50px 40px;
}.pricing-tray-80 .payment-pricing-43 {
    width: 70%;
    grid-template-columns: repeat(2, 1fr);
}.pricing-tray-80 .pricing-list-70 {
    padding: 30px;
}.pricing-tray-80 .pricing-list-70 p {
    -webkit-line-clamp: 6;
}
}

@media (min-width: 1200px) {.pricing-tray-80 {
    padding: 120px 0;
}.pricing-tray-80 .payment-pricing-43 {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.pricing-tray-80 .price-panel-26 h2 {
    font-size: calc(35px + 4px);
}.pricing-tray-80 .pricing-list-70 h3 {
    font-size: calc(21px + 4px);
}.pricing-tray-80 .fee-offers-32 {
    font-size: calc(21px + 8px);
}.pricing-tray-80 .img-showcase-72 {
    height: 280px;
}
}

@media (min-width: 1400px) {.pricing-tray-80 .payment-pricing-43 {
    grid-template-columns: repeat(2, 1fr);
}.pricing-tray-80 .pricing-list-70 p {
    -webkit-line-clamp: 7;
}
}

@media (hover: hover) {.pricing-tray-80 .learning-fee-91 {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.pricing-tray-80 .learning-fee-91:hover {
    transform: translateY(-10px) scale(1.02);
}}.course-summary-64 {
    background: rgb(239,241,239);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.course-summary-64::before {
    z-index: 1;
    background: linear-gradient(135deg, rgb(204,196,189,0.5) 0%, transparent 70%);
    right: -100px;
    opacity: 0.7;
    top: -100px;
    transform: rotate(-15deg);
    width: 300px;
    height: 300px;
    position: absolute;
    content: "";
}.course-summary-64::after {
    height: 200px;
    transform: rotate(15deg);
    width: 200px;
    bottom: -50px;
    left: -50px;
    opacity: 0.5;
    content: "";
    background: linear-gradient(225deg, rgb(179,142,180,0.5) 0%, transparent 70%);
    z-index: 1;
    position: absolute;
}.course-summary-64 .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
}.course-summary-64 .skill-master-83 {
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    gap: 40px;
}.course-summary-64 .img-showcase-72 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    transform: perspective(1000px) rotateY(2deg);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 320px;
}.course-summary-64 .img-showcase-72::before {
    inset: 0;
    opacity: 0.4;
    content: "";
    transition: opacity 0.5s ease;
    background: linear-gradient(
        to right,
        rgb(204,196,189,0.5) 0%,
        transparent 20%,
        transparent 80%,
        rgb(179,142,180,0.5) 100%
    );
    position: absolute;
}.course-summary-64 .img-showcase-72:hover {
    transform: perspective(1000px) rotateY(0deg);
}.course-summary-64 .img-showcase-72:hover::before {
    opacity: 0.2;
}.course-summary-64 .text-row-82 {
    transform: translateY(0);
    background-color: #ffffff;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
}.course-summary-64 .text-row-82:hover {
    transform: translateY(-5px);
}.course-summary-64 .text-row-82::before {
    background: linear-gradient(to bottom, rgb(204,196,189), rgb(179,142,180));
    position: absolute;
    width: 4px;
    content: "";
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 0;
    top: 0;
    left: 0;
}.course-summary-64 .text-row-82:hover::before {
    height: 100%;
}.course-summary-64 h3 {
    transition: transform 0.4s ease;
    font-family: Arial, sans-serif;
    padding-bottom: 15px;
    font-weight: 600;
    transform: translateX(0);
    position: relative;
    font-size: calc(24px * 1.1);
    margin-bottom: 25px;
    color: #000000;
}.course-summary-64 .text-row-82:hover h3 {
    transform: translateX(10px);
}.course-summary-64 h3::after {
    content: "";
    width: 60px;
    height: 2px;
    position: absolute;
    left: 0;
    background: rgb(204,196,189);
    bottom: 0;
    transition: width 0.4s ease;
}.course-summary-64 .text-row-82:hover h3::after {
    width: 100px;
}.course-summary-64 .description {
    line-height: 1.7;
    color: #000000;
    margin-bottom: 20px;
    font-size: 13px;
    opacity: 0.9;
    font-family: Arial, sans-serif;
    transition: opacity 0.3s ease;
}.course-summary-64 .text-row-82:hover .description {
    opacity: 1;
}.course-summary-64 p.description {
    padding-right: 15px;
    scrollbar-width: thin;
    scrollbar-color: rgb(204,196,189,0.5) #ffffff;
    display: block;
    overflow-y: auto;
    max-height: 300px;
}.course-summary-64 p.description::-webkit-scrollbar {
    width: 6px;
}.course-summary-64 p.description::-webkit-scrollbar-track {
    background: #ffffff;
}.course-summary-64 p.description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(204,196,189,0.5);
}.course-summary-64 span.description {
    display: none;
}

@media (min-width: 768px) {.course-summary-64 {
    padding: 150px 0;
}.course-summary-64 .skill-master-83 {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}.course-summary-64 .img-showcase-72 {
    transform: perspective(1000px) rotateY(3deg) translateX(-20px);
    height: 450px;
}.course-summary-64 .img-showcase-72:hover {
    transform: perspective(1000px) rotateY(0deg) translateX(0);
}.course-summary-64 .text-row-82 {
    padding: 40px;
}.course-summary-64 h3 {
    font-size: 24px;
    margin-bottom: 30px;
}.course-summary-64 p.description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.course-summary-64 .skill-master-83 {
    gap: 80px;
}.course-summary-64 .img-showcase-72 {
    height: 500px;
}.course-summary-64 .text-row-82 {
    padding: 50px;
}.course-summary-64 h3 {
    font-size: calc(24px * 1.2);
}.course-summary-64 p.description {
    line-height: 1.75;
    font-size: calc(13px * 1.05);
    max-height: 400px;
}
}

@media (min-width: 1200px) {.course-summary-64 .skill-master-83 {
    gap: 100px;
}.course-summary-64 .img-showcase-72 {
    height: 550px;
    transform: perspective(1200px) rotateY(5deg) translateX(-30px);
}.course-summary-64 .img-showcase-72:hover {
    transform: perspective(1200px) rotateY(0deg) translateX(0);
}.course-summary-64 .text-row-82 {
    padding: 60px 70px 60px 60px;
}.course-summary-64 h3 {
    padding-bottom: 20px;
    font-size: calc(24px * 1.3);
    margin-bottom: 35px;
}.course-summary-64 p.description {
    max-height: 450px;
}
}

@media (max-width: 767px) {.course-summary-64 {
    padding: 80px 0;
}.course-summary-64 .text-row-82 {
    padding: 25px 20px;
}.course-summary-64 h3 {
    margin-bottom: 20px;
    font-size: calc(21px * 1.1);
    padding-bottom: 12px;
}.course-summary-64 p.description {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
    max-height: 250px;
}}footer {
    width: 100%;
    position: relative;
}.ssl-info-50 {
    padding: 70px 0 30px;
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    position: relative;
    color: #000000;
}.ssl-info-50::before {
    position: absolute;
    height: 5px;
    content: "";
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(204,196,189), rgb(179,142,180));
    top: 0;
}footer .res-connect-23 {
    gap: 60px;
    display: grid;
}footer .request-info-31 {
    display: flex;
    padding-bottom: 40px;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    flex-wrap: wrap;
}footer .info_item {
    margin-right: 30px;
    position: relative;
    margin-bottom: 15px;
}footer .info_item:last-child {
    margin-right: 0;
}footer .info_item svg {
    fill: rgb(204,196,189);
    height: 18px;
    margin-right: 10px;
    top: 3px;
    width: 18px;
    position: relative;
}footer .info_item p,
footer .info_item a {
    transition: color 0.2s ease;
    font-size: 12px;
    letter-spacing: 0.3px;
    text-decoration: none;
    color: #000000;
}footer .info_item a:hover {
    color: rgb(204,196,189);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
}footer .header-base-67 {
    margin-bottom: 15px;
}footer .header-base-67 svg {
    margin-bottom: 20px;
    width: auto;
    height: 40px;
}footer .slack-invite-79 {
    max-width: 350px;
    line-height: 1.6;
    color: #000000;
    font-size: 12px;
}footer .header-lead-50 h5 {
    font-weight: 600;
    position: relative;
    color: #000000;
    font-size: 19px;
    margin-bottom: 25px;
}footer .header-lead-50 h5::after {
    bottom: -8px;
    content: "";
    position: absolute;
    height: 2px;
    left: 0;
    background-color: rgb(204,196,189);
    width: 30px;
}footer .head-teach-56 {
    margin-bottom: 30px;
}footer .head-teach-56 a {
    margin-bottom: 12px;
    text-decoration: none;
    display: block;
    font-size: 12px;
    color: #000000;
    transition: transform 0.2s ease, color 0.2s ease;
}footer .head-teach-56 a:hover {
    transform: translateX(5px);
    color: rgb(204,196,189);
}footer .subscribe_holder {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.02);
    padding: 30px;
}footer .subscribe_holder h5 {
    font-size: 19px;
    color: #000000;
    margin-bottom: 15px;
    font-weight: 600;
}footer .subscribe_holder p {
    color: #000000;
    font-size: 12px;
    margin-bottom: 25px;
    line-height: 1.6;
}footer .input_holder {
    gap: 10px;
    flex-direction: column;
    display: flex;
}footer .input_holder input[type="email"] {
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 14px 16px;
    background-color: #ffffff;
    transition: border-color 0.3s ease;
    border-radius: 10px;
    font-size: 12px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(204,196,189);
}footer .updates-popup-51 {
    color: #ffffff;
    background-color: rgb(204,196,189);
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: none;
    border-radius: 10px;
    padding: 14px 20px;
    font-weight: 600;
}footer .updates-popup-51:hover {
    background-color: rgb(179,142,180);
}footer .diploma-cta-04 {
    margin-top: 50px;
}footer .design-res-37 {
    color: #000000;
    font-size: 12px;
    text-align: center;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .updates-popup-51 {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .ssl-info-50 {
    padding: 50px 0 30px;
}footer .request-info-31 {
    flex-direction: column;
    gap: 15px;
}footer .info_item {
    margin-bottom: 20px;
    margin-right: 0;
}footer .subscribe_holder {
    padding: 20px;
}footer .diploma-cta-04 {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .ssl-info-50 {
    padding: 40px 0 20px;
}footer .res-connect-23 {
    gap: 40px;
}footer .header-lead-50 h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}}.title-intro-27 {
    padding: 5rem 2rem;
    color: #ffffff;
    justify-content: center;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 100vh;
    overflow: hidden;
}.title-intro-27::before {
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.65) 50%,
    rgba(0, 0, 0, 0.45) 100%
  );
    z-index: 1;
    width: 100%;
}.title-intro-27::after {
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(
    to bottom,
    rgb(204,196,189,0.5) 0%,
    transparent 100%
  );
    opacity: 0.3;
    animation: gradientPulse 8s infinite alternate ease-in-out;
}.title-intro-27 > div {
    display: flex;
    gap: 3rem;
    max-width: 1200px;
    position: relative;
    transform: translateY(0);
    flex-direction: column;
    z-index: 5;
    animation: appearFromBottom 1.2s ease-out forwards;
    width: 100%;
}.title-intro-27 > div > div:first-child {
    margin-left: 5vw;
    transform: perspective(1000px) rotateY(-5deg);
    position: relative;
}.title_style_header {
    font-size: calc(40px * 1.2);
    margin: 0;
    color: transparent;
    font-weight: 700;
    background: linear-gradient(
    120deg,
    #ffffff 0%,
    rgb(179,142,180) 100%
  );
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: text !important;
    position: relative;
    transform: scale(1);
    line-height: 1.1;
    background-clip: text !important;
    transition: transform 0.3s ease;
    transform-origin: left;
    letter-spacing: -0.03em;
}.title_style_header::after {
    position: absolute;
    content: "";
    transform: scaleX(0.8);
    height: 4px;
    bottom: -0.5rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 60%;
    left: 0;
    background: rgb(179,142,180);
    transform-origin: left;
}.title-intro-27:hover .title_style_header::after {
    transform: scaleX(1);
}.course-first-76 {
    padding: 2.5rem;
    transition: transform 0.5s ease;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border-left: 4px solid rgb(179,142,180);
    gap: 2rem;
    margin-left: 10vw;
    background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%);
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    backdrop-filter: blur(8px);
    position: relative;
}.title-intro-27:hover .course-first-76 {
    transform: perspective(1000px) rotateX(0) rotateY(0);
}.title-intro-27 .training-space-15 {
    animation-delay: 0.3s;
    transform: translateX(0);
    position: relative;
    animation: slideInRight 0.8s ease-out forwards;
    opacity: 1;
}.title-intro-27 .training-space-15 h3 {
    color: #ffffff;
    font-size: calc(24px * 1.1);
    letter-spacing: 0.02em;
    position: relative;
    line-height: 1.4;
    font-weight: 600;
    margin: 0;
}.title-intro-27 .training-space-15::before {
    top: -1rem;
    transform-origin: left;
    height: 3px;
    animation: expandWidth 1.5s ease-out forwards;
    animation-delay: 1s;
    left: 0;
    position: absolute;
    width: 40px;
    background: rgb(179,142,180);
    content: "";
}.title-intro-27 .course-first-76 > div:last-child {
    margin-top: 1rem;
    animation: fadeIn 0.8s ease forwards;
    animation-delay: 0.6s;
    opacity: 0;
}.title-intro-27 .course-first-76 > div:last-child span {
    padding-left: 1.5rem;
    position: relative;
    display: inline-block;
}.title-intro-27 .course-first-76 > div:last-child span::before {
    height: 12px;
    transform: translateY(-50%) rotate(225deg);
    left: 0;
    top: 50%;
    width: 12px;
    border-bottom: 3px solid rgb(179,142,180);
    position: absolute;
    border-left: 3px solid rgb(179,142,180);
    content: "";
}.title-intro-27 .course-first-76 > div:last-child p {
    line-height: 1.6;
    margin: 0;
    font-weight: 400;
    letter-spacing: 0.01em;
    opacity: 0.9;
    color: #ffffff;
    font-size: 16px;
}

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

@keyframes expandWidth {
  0% {
    width: 40px;
  }
  100% {
    width: 80px;
  }
}

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

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

@keyframes gradientPulse {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.2;
  }
}

@media (min-width: 768px) {.title-intro-27 {
    padding: 8rem 4rem;
}.title-intro-27 > div {
    gap: 4rem;
}.title-intro-27 > div > div:first-child {
    margin-left: 0;
}.title_style_header {
    font-size: calc(40px * 1.5);
}.course-first-76 {
    width: 80%;
    padding: 3rem;
    margin-left: 5vw;
}
}

@media (min-width: 992px) {.title-intro-27 > div {
    gap: 5rem;
}.title-intro-27 > div > div:first-child {
    width: 80%;
}.title_style_header {
    font-size: calc(40px * 1.8);
}.title-intro-27 .training-space-15 h3 {
    font-size: calc(24px * 1.2);
}.course-first-76 {
    width: 65%;
    padding: 3.5rem;
    margin-left: 10vw;
}
}

@media (max-width: 767px) {.title-intro-27 {
    padding-top: 6rem;
    align-items: flex-start;
}.title_style_header {
    font-size: calc(40px * 1.1);
}.title-intro-27 > div > div:first-child {
    margin-left: 0;
    transform: none;
}.course-first-76 {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    padding: 2rem 1.5rem;
    margin-left: 0;
    transform: none;
}.title-intro-27 .training-space-15 h3 {
    font-size: 24px;
}}header {
    padding: 1.2rem 0;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 97% 100%, 3% 100%, 0 85%);
    position: relative;
    z-index: 1000;
    background-color: rgb(239,241,239);
}header::before {
    opacity: 0.15;
    height: 100%;
    left: 0;
    z-index: -1;
    animation: gridMove 40s linear infinite;
    background: 
        linear-gradient(90deg, transparent 49.5%, rgb(204,196,189,0.5) 49.5%, rgb(204,196,189,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 49.5%, rgb(179,142,180,0.5) 49.5%, rgb(179,142,180,0.5) 50.5%, transparent 50.5%) 0 0 / 100% 20px;
    width: 100%;
    top: 0;
    position: absolute;
    content: '';
}header::after {
    left: 0;
    content: '';
    position: absolute;
    z-index: 1;
    height: 4px;
    bottom: 0;
    width: 100%;
    background: linear-gradient(90deg, 
        rgb(204,196,189) 0%, 
        rgb(179,142,180) 50%, 
        rgb(204,196,189) 100%);
}header .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 1.5rem;
}header .header-edu-07 {
    justify-content: space-between;
    position: relative;
    display: flex;
    align-items: center;
}header .header-lead-50 {
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    gap: 0.5rem;
    position: relative;
    border-radius: 25px;
    padding: 5px;
    backdrop-filter: blur(10px);
}header .top-sitewrap-04 {
    position: relative;
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    padding: 0.7rem 1.2rem;
    font-family: Arial, sans-serif;
    border-radius: 10px;
}header .top-sitewrap-04::before {
    bottom: -2px;
    transform: scale(0.95);
    position: absolute;
    z-index: -1;
    opacity: 0;
    border-radius: calc(10px + 2px);
    background: linear-gradient(45deg, rgb(204,196,189), rgb(179,142,180));
    left: -2px;
    transition: all 0.3s ease;
    top: -2px;
    content: '';
    right: -2px;
}header .top-sitewrap-04::after {
    left: 0;
    background: rgb(204,196,189);
    bottom: 0;
    top: 0;
    right: 0;
    position: absolute;
    border-radius: 10px;
    content: '';
    z-index: -1;
}header .top-sitewrap-04:hover {
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}header .top-sitewrap-04:hover::before {
    opacity: 1;
    transform: scale(1);
}header .nav-expert-42 {
    text-decoration: none;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    padding: 0.5rem 1rem;
    align-items: center;
    display: flex;
}header .nav-expert-42::before {
    content: '';
    position: absolute;
    left: -100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    transition: 0.5s;
    height: 100%;
    width: 100%;
    top: 0;
}header .nav-expert-42:hover::before {
    left: 100%;
}header .nav-expert-42 svg {
    height: auto;
    width: 160px;
    z-index: 2;
    position: relative;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

@media (max-width: 991px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 5% 100%, 0 90%);
}header .header-lead-50 {
    gap: 0.3rem;
}header .top-sitewrap-04 {
    font-size: calc(15px - 1px);
    padding: 0.6rem 0.8rem;
}header .nav-expert-42 svg {
    width: 140px;
}
}

@media (max-width: 767px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 10% 100%, 0 95%);
    padding: 1rem 0 1.5rem;
}header .header-edu-07 {
    flex-direction: column;
}header .header-lead-50 {
    padding: 10px;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    order: 2;
    margin-top: 1rem;
    flex-wrap: wrap;
}header .top-sitewrap-04 {
    font-size: calc(15px - 2px);
    padding: 0.5rem 0.7rem;
}header .nav-expert-42 {
    order: 1;
    margin-bottom: 0.5rem;
}header .nav-expert-42 svg {
    width: 130px;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0 1.2rem;
}header .header-lead-50 {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
}header .header-lead-50::-webkit-scrollbar {
    height: 3px;
}header .header-lead-50::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(204,196,189);
}header .top-sitewrap-04 {
    white-space: nowrap;
}header .nav-expert-42 svg {
    width: 110px;
}}.client-experience-91 {
    position: relative;
    padding: 120px 0 80px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,241,239) 0%, rgba(rgb(179,142,180,0.5), 0.05) 100%);
}.client-experience-91::before {
    width: 100%;
    background: radial-gradient(circle at 20% 30%, rgba(rgb(204,196,189,0.5), 0.07) 0%, transparent 60%);
    position: absolute;
    content: "";
    top: 0;
    z-index: 1;
    left: 0;
    height: 100%;
}.client-experience-91::after {
    bottom: -5%;
    content: "";
    height: 30%;
    background: radial-gradient(circle, rgba(rgb(179,142,180,0.5), 0.1) 0%, transparent 70%);
    right: -5%;
    width: 30%;
    z-index: 1;
    position: absolute;
}.client-experience-91 .container {
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.client-experience-91 h2 {
    transform: translateX(5px);
    text-align: left;
    position: relative;
    letter-spacing: -0.5px;
    color: #000000;
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 50px;
}.client-experience-91 h2::after {
    position: absolute;
    left: 0;
    content: "";
    bottom: -12px;
    height: 3px;
    animation: pulse 3s infinite alternate;
    background: linear-gradient(90deg, rgb(204,196,189) 0%, rgb(179,142,180) 100%);
    width: 80px;
    transform-origin: left center;
}.client-experience-91 .rating-insights-41 {
    padding: 0;
    display: grid;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    gap: 30px;
}.client-experience-91 .learner-voices-37 {
    position: relative;
    box-shadow: 0 8px 30px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    z-index: 1;
    padding: 30px 25px;
    isolation: isolate;
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
}.client-experience-91 .learner-voices-37:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(rgba(0, 0, 0, 0.5), 0.1);
}.client-experience-91 .learner-voices-37::before {
    right: 20px;
    content: "";
    color: rgba(rgb(204,196,189,0.5), 0.05);
    position: absolute;
    z-index: -1;
    font-family: serif;
    top: -20px;
    font-size: 150px;
    line-height: 1;
}.client-experience-91 .learner-voices-37::after {
    transition: transform 0.4s ease-out;
    background: linear-gradient(90deg, rgb(204,196,189) 0%, rgb(179,142,180) 100%);
    height: 4px;
    width: 100%;
    transform: scaleX(0);
    content: "";
    transform-origin: left;
    left: 0;
    position: absolute;
    bottom: 0;
}.client-experience-91 .learner-voices-37:hover::after {
    transform: scaleX(1);
}.client-experience-91 .learner-voices-37 div {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}.client-experience-91 .learner-voices-37 img {
    object-fit: cover;
    width: 60px;
    transition: transform 0.3s ease;
    box-shadow: 0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.1);
    height: 60px;
    border: 3px solid #ffffff;
    border-radius: 50%;
}.client-experience-91 .learner-voices-37:hover img {
    transform: scale(1.1);
}.client-experience-91 .learner-voices-37 h4 {
    letter-spacing: 0.5px;
    color: #000000;
    margin: 0 0 0 15px;
    font-size: 20px;
    position: relative;
    font-weight: 600;
}.client-experience-91 .learner-voices-37 h4::after {
    height: 2px;
    bottom: -5px;
    width: 0;
    background-color: rgb(179,142,180);
    position: absolute;
    content: "";
    transition: width 0.3s ease;
    left: 0;
}.client-experience-91 .learner-voices-37:hover h4::after {
    width: 100%;
}.client-experience-91 .learner-voices-37 .description {
    transition: transform 0.3s ease;
    line-height: 1.6;
    font-size: 12px;
    color: #000000;
    position: relative;
    margin: 0;
}.client-experience-91 .learner-voices-37:hover .description {
    transform: translateY(-3px);
}.client-experience-91 a {
    display: inline-block;
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(204,196,189) 0%, rgb(179,142,180) 100%);
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(rgb(204,196,189,0.5), 0.3);
    color: #ffffff;
    padding: 14px 32px;
    font-weight: 600;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-top: 50px;
    font-size: 17px;
}.client-experience-91 a::before {
    background: linear-gradient(135deg, rgb(179,142,180) 0%, rgb(204,196,189) 100%);
    left: 0;
    height: 100%;
    z-index: -1;
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 0;
    content: "";
    transition: opacity 0.4s ease;
}.client-experience-91 a:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(rgb(204,196,189,0.5), 0.4);
}.client-experience-91 a:hover::before {
    opacity: 1;
}

@keyframes pulse {
    0%, 100% {
        transform: scaleX(1);
    }
    50% {
        transform: scaleX(1.2);
    }
}

@media (max-width: 1200px) {.client-experience-91 {
    padding: 100px 0 70px;
}.client-experience-91 .rating-insights-41 {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 992px) {.client-experience-91 {
    padding: 80px 0 60px;
}.client-experience-91 h2 {
    font-size: calc(31px * 0.9);
    margin-bottom: 40px;
}.client-experience-91 .rating-insights-41 {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.client-experience-91 .learner-voices-37 {
    padding: 25px 20px;
}
}

@media (max-width: 768px) {.client-experience-91 {
    padding: 70px 0 50px;
}.client-experience-91 h2 {
    margin-bottom: 35px;
    font-size: calc(31px * 0.8);
}.client-experience-91 .rating-insights-41 {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 20px;
}.client-experience-91 .learner-voices-37 {
    padding: 20px 18px;
}.client-experience-91 .learner-voices-37 div {
    margin-bottom: 15px;
}.client-experience-91 .learner-voices-37 img {
    height: 50px;
    width: 50px;
}.client-experience-91 a {
    margin-top: 40px;
    padding: 12px 26px;
}
}

@media (max-width: 576px) {.client-experience-91 {
    padding: 60px 0 40px;
}.client-experience-91 h2 {
    font-size: calc(31px * 0.7);
    margin-bottom: 30px;
}.client-experience-91 .learner-voices-37 {
    padding: 18px 15px;
}.client-experience-91 .learner-voices-37 img {
    height: 45px;
    width: 45px;
}.client-experience-91 .learner-voices-37 h4 {
    font-size: calc(20px * 0.9);
}.client-experience-91 .learner-voices-37 .description {
    font-size: calc(12px * 0.95);
}.client-experience-91 a {
    padding: 10px 22px;
    font-size: calc(17px * 0.9);
}}.data-exploration-34 {
    padding: 5rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,241,239) 0%, rgb(204,196,189,0.5) 100%);
    position: relative;
}.data-exploration-34::before {
    top: 0;
    height: 100%;
    z-index: 1;
    width: 100%;
    content: "";
    background: radial-gradient(circle at 75% 25%, rgb(179,142,180,0.5) 0%, transparent 60%);
    opacity: 0.6;
    position: absolute;
    left: 0;
}.data-exploration-34 h3 {
    font-weight: 700;
    margin-bottom: 3rem;
    font-size: clamp(1.75rem, 5vw, 28px);
    color: #000000;
    letter-spacing: 0.05em;
    z-index: 2;
    animation: fadeSlideUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    transform: translateY(0);
    text-align: center;
    opacity: 0;
    position: relative;
}.data-exploration-34 .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}.data-exploration-34 ul {
    gap: 2rem;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    margin: 0;
}.data-exploration-34 .class-statistics-36 {
    animation: fadeStatsIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    border-radius: 10px;
    position: relative;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    opacity: 0;
    border-left: 4px solid rgb(204,196,189);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.3s ease,
                border-left 0.3s ease;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.05);
    padding: 1.75rem;
    animation-delay: calc(0.15s * var(--i, 0));
    transform: translateY(30px);
}.data-exploration-34 .class-statistics-36:nth-child(1) {
    --i: 1;
}.data-exploration-34 .class-statistics-36:nth-child(2) {
    --i: 2;
}.data-exploration-34 .class-statistics-36:nth-child(3) {
    --i: 3;
}.data-exploration-34 .class-statistics-36:nth-child(4) {
    --i: 4;
}.data-exploration-34 .class-statistics-36:nth-child(5) {
    --i: 5;
}.data-exploration-34 .class-statistics-36:nth-child(6) {
    --i: 6;
}.data-exploration-34 .class-statistics-36:nth-child(7) {
    --i: 7;
}.data-exploration-34 .class-statistics-36::before {
    z-index: -1;
    transition: opacity 0.5s ease;
    border-radius: 10px;
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
    background: linear-gradient(to right, transparent 0%, rgb(179,142,180,0.5) 100%);
    opacity: 0;
}.data-exploration-34 .class-statistics-36:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 40px rgba(rgb(204,196,189,0.5), 0.18), 0 2px 5px rgba(0, 0, 0, 0.1);
    border-left: 4px solid rgb(179,142,180);
}.data-exploration-34 .class-statistics-36:hover::before {
    opacity: 0.05;
}.data-exploration-34 .class-statistics-36 span {
    color: #000000;
    display: block;
    line-height: 1.4;
    margin-bottom: 1rem;
    font-size: clamp(0.95rem, 1.1vw, 1.1rem);
    transition: color 0.3s ease;
    position: relative;
    letter-spacing: 0.01em;
    font-weight: 600;
}.data-exploration-34 .class-statistics-36 span::after {
    left: 0;
    height: 2px;
    transform-origin: left;
    transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    content: "";
    background: linear-gradient(to right, rgb(204,196,189) 0%, rgb(179,142,180) 100%);
    width: 2.5rem;
    bottom: -0.5rem;
    position: absolute;
}.data-exploration-34 .class-statistics-36:hover span::after {
    width: 4rem;
}.data-exploration-34 .class-statistics-36 p {
    color: rgb(204,196,189);
    font-size: clamp(1.8rem, 5vw, 2.5rem);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    transform-origin: left;
    transition: transform 0.3s ease;
    background: linear-gradient(90deg, rgb(204,196,189) 0%, rgb(179,142,180) 100%);
    background-clip: text !important;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin: 0;
}.data-exploration-34 .class-statistics-36:hover p {
    transform: scale(1.05);
}

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

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

@media (max-width: 991px) {.data-exploration-34 {
    padding: 4rem 1.5rem;
}.data-exploration-34 h3 {
    margin-bottom: 2.5rem;
}.data-exploration-34 ul {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.data-exploration-34 .class-statistics-36 {
    padding: 1.5rem;
}.data-exploration-34 .class-statistics-36 p {
    font-size: 2.2rem;
}
}

@media (max-width: 767px) {.data-exploration-34 {
    padding: 3rem 1rem;
}.data-exploration-34 h3 {
    margin-bottom: 2rem;
    font-size: 1.5rem;
}.data-exploration-34 ul {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.data-exploration-34 .class-statistics-36 {
    padding: 1.25rem;
}.data-exploration-34 .class-statistics-36 span {
    font-size: 0.95rem;
}.data-exploration-34 .class-statistics-36 p {
    font-size: 2rem;
}
}

@media (min-width: 1200px) {.data-exploration-34 ul {
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}.data-exploration-34 .class-statistics-36 {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                    box-shadow 0.4s ease,
                    border-left 0.3s ease;
    padding: 2rem;
}}.contact-section-97 {
    background: rgb(239,241,239);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.contact-section-97::before {
    width: 100%;
    z-index: 1;
    height: 100%;
    content: "";
    opacity: 0.4;
    left: 0;
    background: linear-gradient(180deg, rgb(179,142,180,0.5) 0%, transparent 100%);
    position: absolute;
    top: 0;
}.contact-section-97::after {
    left: 0;
    height: 200px;
    position: absolute;
    content: "";
    width: 100%;
    z-index: 2;
    background: linear-gradient(0deg, rgb(239,241,239) 0%, transparent 100%);
    bottom: 0;
}.contact-section-97 .img-showcase-72 {
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    filter: grayscale(100%) contrast(120%);
    height: 100%;
    z-index: 0;
    opacity: 0.12;
}.contact-section-97 .container {
    z-index: 5;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}.contact-section-97 h3 {
    position: relative;
    text-align: center;
    font-size: 35px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 60px;
}.request-grid-15 {
    position: relative;
    gap: 0;
    display: flex;
    z-index: 10;
}.request-grid-15 .reach-panel-42 {
    background: #ffffff;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    flex: 0 0 58%;
    position: relative;
    z-index: 1;
    padding: 60px;
}.request-grid-15 .reach-panel-42 h3 {
    margin-bottom: 40px;
    text-transform: none;
    color: #000000;
    text-align: left;
    font-weight: 600;
    font-size: 19px;
}.request-grid-15 .reach-panel-42 h3::before,
.request-grid-15 .reach-panel-42 h3::after {
    content: none;
}.request-grid-15 .reach-panel-42 form {
    display: flex;
    flex-direction: column;
}.request-grid-15 .reach-panel-42 input[type="text"],
.request-grid-15 .reach-panel-42 textarea {
    font-size: 15px;
    margin-bottom: 25px;
    padding: 16px 20px;
    font-family: Arial, sans-serif;
    border: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    background: rgba(245, 245, 245, 0.5);
    width: 100%;
    transition: all 0.3s ease;
}.request-grid-15 .reach-panel-42 input[type="text"]:focus,
.request-grid-15 .reach-panel-42 textarea:focus {
    border-bottom-color: rgb(204,196,189);
    background: rgba(245, 245, 245, 0.8);
    outline: none;
}.request-grid-15 .reach-panel-42 textarea {
    resize: vertical;
    min-height: 150px;
}.request-grid-15 .reach-panel-42 .support-query-57 {
    position: relative;
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}.request-grid-15 .reach-panel-42 .support-query-57 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.request-grid-15 .reach-panel-42 .support-query-57 label {
    cursor: pointer;
    color: #000000;
    line-height: 1.5;
    font-size: calc(15px - 2px);
    position: relative;
    padding-left: 35px;
}.request-grid-15 .reach-panel-42 .support-query-57 label::before {
    left: 0;
    position: absolute;
    top: 2px;
    width: 22px;
    transition: all 0.3s ease;
    content: "";
    height: 22px;
    background: rgba(245, 245, 245, 0.5);
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}.request-grid-15 .reach-panel-42 .support-query-57 input[type="checkbox"]:checked + label::before {
    background: rgb(204,196,189);
    border-bottom-color: rgb(204,196,189);
}.request-grid-15 .reach-panel-42 .support-query-57 input[type="checkbox"]:checked + label::after {
    content: "";
    left: 8px;
    position: absolute;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    width: 6px;
    top: 4px;
    transform: rotate(45deg);
    height: 12px;
}.request-grid-15 .reach-panel-42 .support-query-57 a {
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border-bottom: 1px dashed rgb(204,196,189);
    color: rgb(204,196,189);
}.request-grid-15 .reach-panel-42 .support-query-57 a:hover {
    color: rgb(179,142,180);
    border-bottom-color: rgb(179,142,180);
}.request-grid-15 .reach-panel-42 .query-message-05 {
    color: #000000;
    text-transform: uppercase;
    background: transparent;
    display: inline-block;
    font-size: 17px;
    padding: 15px 35px;
    align-self: flex-start;
    cursor: pointer;
    border: none;
    border-bottom: 2px solid rgb(204,196,189);
    transition: all 0.3s ease;
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
}.request-grid-15 .reach-panel-42 .query-message-05::before {
    height: 2px;
    bottom: -2px;
    transition: all 0.3s ease;
    width: 100%;
    position: absolute;
    background: rgb(204,196,189);
    content: "";
    left: 0;
    z-index: -1;
}.request-grid-15 .reach-panel-42 .query-message-05:hover {
    color: #ffffff;
}.request-grid-15 .reach-panel-42 .query-message-05:hover::before {
    height: 100%;
}.request-grid-15 .support-map-51 {
    color: #ffffff;
    flex: 0 0 42%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    z-index: 0;
    margin-left: -40px;
    padding: 60px;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}.request-grid-15 .support-map-51::before {
    left: 0;
    content: "";
    z-index: -1;
    height: 100%;
    position: absolute;
    top: 0;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05) 0,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    width: 100%;
}.request-grid-15 .support-map-51 h4 {
    margin-bottom: 40px;
    padding-bottom: 15px;
    position: relative;
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}.request-grid-15 .support-map-51 .reach-box-89 {
    list-style: none;
    margin: 0;
    padding: 0;
}.request-grid-15 .support-map-51 .reach-box-89 li {
    padding-bottom: 30px;
    z-index: 1;
    margin-bottom: 30px;
    display: flex;
    position: relative;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}.request-grid-15 .support-map-51 .reach-box-89 li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}.request-grid-15 .support-map-51 .reach-box-89 li svg {
    height: 24px;
    width: 24px;
    flex-shrink: 0;
    margin-right: 20px;
}.request-grid-15 .support-map-51 .reach-box-89 li svg path {
    transition: all 0.3s ease;
    fill: rgb(204,196,189);
}.request-grid-15 .support-map-51 .reach-box-89 li:hover svg path {
    fill: #ffffff;
}.request-grid-15 .support-map-51 .reach-box-89 li span {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
}.request-grid-15 .support-map-51 .reach-box-89 li a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
}.request-grid-15 .support-map-51 .reach-box-89 li a:hover {
    color: rgb(204,196,189);
}

@media screen and (max-width: 992px) {.contact-section-97 {
    padding: 80px 0;
}.request-grid-15 {
    flex-direction: column;
}.request-grid-15 .reach-panel-42 {
    clip-path: none;
    width: 100%;
}.request-grid-15 .support-map-51 {
    margin-left: 0;
    clip-path: none;
    width: 100%;
}
}

@media screen and (max-width: 768px) {.contact-section-97 {
    padding: 60px 0;
}.contact-section-97 h3 {
    font-size: calc(35px - 4px);
}.request-grid-15 .reach-panel-42,
    .request-grid-15 .support-map-51 {
    padding: 40px 30px;
}.request-grid-15 .reach-panel-42 .query-message-05 {
    width: 100%;
    text-align: center;
}
}

@media screen and (max-width: 480px) {.contact-section-97 {
    padding: 40px 0;
}.request-grid-15 .reach-panel-42,
    .request-grid-15 .support-map-51 {
    padding: 30px 20px;
}.request-grid-15 .reach-panel-42 h3,
    .request-grid-15 .support-map-51 h4 {
    font-size: calc(19px - 2px);
}
}