* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
}.znav_base {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}.mcompliance {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.container {
    margin: auto;
    width: 1206px;
    max-width: 100%;
}.Nsegment-wrapper {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.ltitle_board {
    overflow: hidden;
    min-height: 600px;
    height: 100vh;
    background-color: #000000;
    position: relative;
    width: 100%;
}.ltitle_board::before {
    height: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(218,178,204,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(197,138,175,0.5) 0%, transparent 25%),
        linear-gradient(45deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    content: "";
    z-index: 1;
    animation: backgroundPulse 15s infinite alternate ease-in-out;
    width: 100%;
    left: 0;
    position: absolute;
}.ltitle_board .Fexpert_network {
    height: 100%;
    align-items: center;
    display: flex;
    width: 100%;
    justify-content: flex-start;
    z-index: 2;
    position: relative;
}.ltitle_board .dlearn_page {
    overflow: hidden;
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
}.ltitle_board .qstudy_fast {
    width: fit-content;
    height: 100%;
    animation: carouselSlide 30s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    display: flex;
}.ltitle_board .Fstudy_master {
    position: relative;
    width: 100vw;
    overflow: hidden;
    height: 100%;
}.ltitle_board .Fstudy_master::before {
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
    content: "";
    background: linear-gradient(
        135deg,
        #000000 0%,
        rgba(0, 0, 0, 0.6) 40%,
        rgba(0, 0, 0, 0.6) 60%,
        #000000 100%
    );
}.ltitle_board .Fstudy_master img {
    transition: transform 8s ease-in-out;
    height: 100%;
    object-fit: cover;
    width: 100%;
    transform: scale(1.05);
    animation: zoomEffect 10s infinite alternate;
    filter: brightness(0.8) contrast(1.1) saturate(1.2);
}.ltitle_board .Ftext_holder {
    border-left: 4px solid rgb(218,178,204);
    position: relative;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3), 
                0 0 0 1px rgba(255, 255, 255, 0.05),
                0 0 20px rgba(rgb(218,178,204), 0.2);
    padding: 3rem;
    margin-left: 10%;
    opacity: 1;
    z-index: 3;
    backdrop-filter: blur(8px);
    animation: textAppear 1s ease-out forwards;
    max-width: 600px;
    transform: translateY(0);
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 50%,
        rgba(0, 0, 0, 0.7) 100%
    );
}.ltitle_board .Ftext_holder::before {
    animation: borderGlow 4s infinite alternate;
    bottom: -2px;
    background: linear-gradient(45deg, rgb(218,178,204), rgb(197,138,175));
    left: -2px;
    opacity: 0.3;
    z-index: -1;
    border-radius: calc(24px + 2px);
    right: -2px;
    content: "";
    top: -2px;
    position: absolute;
}.ltitle_board .Ftext_holder h1 {
    letter-spacing: 1px;
    position: relative;
    font-size: 45px;
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-weight: 700;
}.ltitle_board .Ftext_holder h1::after {
    height: 3px;
    position: absolute;
    bottom: -0.5rem;
    width: 60px;
    left: 0;
    content: "";
    background: linear-gradient(to right, rgb(218,178,204), transparent);
}.ltitle_board .Ftext_holder p {
    font-weight: 400;
    line-height: 1.7;
    font-size: 13px;
    color: #ffffff;
    margin-bottom: 2rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    letter-spacing: 0.3px;
}.ltitle_board .Ftext_holder .Ghelp_help {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    font-weight: 600;
    text-decoration: none;
    overflow: hidden;
    padding: 1rem 2.5rem;
    letter-spacing: 0.5px;
    font-size: 14px;
    color: #ffffff;
    position: relative;
    border-radius: 10px;
    background: linear-gradient(
        90deg,
        rgb(218,178,204) 0%,
        rgb(197,138,175) 100%
    );
    transition: all 0.4s ease;
    display: inline-block;
}.ltitle_board .Ftext_holder .Ghelp_help::before {
    height: 100%;
    transition: all 0.6s ease;
    position: absolute;
    width: 100%;
    left: -100%;
    content: "";
    top: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    animation: buttonShine 3s infinite;
}.ltitle_board .Ftext_holder .Ghelp_help:hover {
    transform: translateY(-3px);
    background: linear-gradient(
        90deg,
        rgb(197,138,175) 0%,
        rgb(218,178,204) 100%
    );
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

@keyframes carouselSlide {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-100vw);
    }
    40%, 56% {
        transform: translateX(-200vw);
    }
    60%, 76% {
        transform: translateX(-300vw);
    }
    80%, 96% {
        transform: translateX(-400vw);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes zoomEffect {
    0% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1.15);
    }
}

@keyframes textAppear {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes borderGlow {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.6;
    }
}

@keyframes buttonShine {
    0% {
        left: -100%;
    }
    40% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

@keyframes backgroundPulse {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media screen and (max-width: 1200px) {.ltitle_board .Ftext_holder {
    margin-left: 8%;
    max-width: 500px;
    padding: 2.5rem;
}
}

@media screen and (max-width: 992px) {.ltitle_board {
    height: 90vh;
}.ltitle_board .Ftext_holder {
    padding: 2rem;
    margin-left: 5%;
    max-width: 450px;
}.ltitle_board .Ftext_holder h1 {
    font-size: calc(45px * 0.9);
}
}

@media screen and (max-width: 768px) {.ltitle_board {
    min-height: unset;
    height: auto;
}.ltitle_board .Fexpert_network {
    padding: 4rem 0;
    justify-content: center;
    flex-direction: column;
}.ltitle_board .Fstudy_master {
    height: 100vh;
}.ltitle_board .Ftext_holder {
    max-width: 90%;
    margin: 0 auto;
    backdrop-filter: blur(10px);
    padding: 2rem;
}.ltitle_board .Ftext_holder h1 {
    font-size: calc(45px * 0.8);
}.ltitle_board .Ftext_holder p {
    font-size: calc(13px * 0.95);
}
}

@media screen and (max-width: 576px) {.ltitle_board .Ftext_holder {
    padding: 1.5rem;
}.ltitle_board .Ftext_holder h1 {
    margin-bottom: 1rem;
    font-size: calc(45px * 0.7);
}.ltitle_board .Ftext_holder p {
    font-size: calc(13px * 0.9);
    margin-bottom: 1.5rem;
}.ltitle_board .Ftext_holder .Ghelp_help {
    padding: 0.8rem 2rem;
    font-size: calc(14px * 0.9);
}}.ueducation_experience {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(236,219,229) 0%, rgba(245, 248, 250, 0.9) 100%);
}.ueducation_experience::before {
    top: -5%;
    position: absolute;
    background: radial-gradient(circle, rgb(218,178,204,0.5) 0%, transparent 70%);
    content: "";
    right: -10%;
    width: 40vw;
    opacity: 0.15;
    transform: translateZ(0);
    height: 40vw;
}.ueducation_experience::after {
    transform: translateZ(0);
    content: "";
    position: absolute;
    background: radial-gradient(circle, rgb(197,138,175,0.5) 0%, transparent 70%);
    width: 30vw;
    left: -10%;
    bottom: -5%;
    opacity: 0.1;
    height: 30vw;
}.ueducation_experience .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
}.ueducation_experience .oreviews_block {
    gap: 2rem;
    display: grid;
    transform: translateZ(0);
    grid-template-columns: 1fr;
    backdrop-filter: blur(10px);
    position: relative;
    padding: 2.5rem;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.05),
        0 1px 3px rgba(0, 0, 0, 0.03),
        0 0 80px rgba(rgb(218,178,204), 0.03) inset;
}.ueducation_experience .oreviews_block > div:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
}.ueducation_experience .dimage_container {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    height: 200px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 200px;
    transform: rotate(-2deg) translateZ(0);
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.1),
        -10px -10px 20px rgba(255, 255, 255, 0.7);
}.ueducation_experience .dimage_container::after {
    position: absolute;
    content: "";
    height: 100%;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(218,178,204), 0.1) 100%);
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}.ueducation_experience .dimage_container:hover {
    transform: rotate(0deg) scale(1.05) translateZ(0);
}.ueducation_experience .name {
    display: inline-block;
    position: relative;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-family: Arial, sans-serif;
    color: rgb(218,178,204);
}.ueducation_experience .name::after {
    width: 60%;
    height: 3px;
    transition: transform 0.4s ease;
    position: absolute;
    background: linear-gradient(90deg, rgb(197,138,175) 0%, transparent 100%);
    transform: scaleX(0.8);
    left: 0;
    bottom: -8px;
    transform-origin: left;
    content: "";
}.ueducation_experience .oreviews_block > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
}.ueducation_experience .oreviews_block > div:nth-child(2) > div {
    font-size: calc(15px - 0.1rem);
    color: rgba(0, 0, 0, 0.5);
    font-weight: 600;
    letter-spacing: 0.02em;
    margin-top: 0.5rem;
}.ueducation_experience .Gcareer_summary {
    line-height: 1.6;
    font-family: Arial, sans-serif;
    color: #000000;
    margin: 0;
    position: relative;
    font-size: 15px;
}.ueducation_experience .Gcareer_summary::before {
    opacity: 0.15;
    color: rgb(218,178,204,0.5);
    font-size: 6rem;
    position: absolute;
    z-index: -1;
    top: -2rem;
    content: "";
    left: -1rem;
    font-family: serif;
}

@media (min-width: 768px) {.ueducation_experience {
    padding: 8rem 0;
}.ueducation_experience .oreviews_block {
    padding: 3rem;
    grid-template-columns: auto 1fr;
    gap: 2.5rem 3rem;
    grid-template-rows: auto 1fr;
}.ueducation_experience .oreviews_block > div:first-child {
    grid-row: span 2;
}.ueducation_experience .dimage_container {
    width: 260px;
    height: 260px;
}.ueducation_experience .name {
    font-size: calc(22px + 0.2rem);
}.ueducation_experience .Gcareer_summary {
    font-size: calc(15px + 0.05rem);
}
}

@media (min-width: 1024px) {.ueducation_experience .oreviews_block {
    gap: 3rem 4rem;
    padding: 4rem;
    grid-template-columns: auto 1fr;
}.ueducation_experience .dimage_container {
    height: 300px;
    transform: rotate(-3deg) translateZ(0);
    width: 300px;
}.ueducation_experience .name {
    font-size: calc(22px + 0.4rem);
}.ueducation_experience .name::after {
    height: 4px;
}.ueducation_experience .Gcareer_summary {
    font-size: calc(15px + 0.1rem);
    line-height: 1.7;
}.ueducation_experience .oreviews_block > div:nth-child(2) > div {
    font-size: 15px;
}
}

@media (min-width: 1200px) {.ueducation_experience .container {
    padding: 0 4rem;
}.ueducation_experience .oreviews_block {
    gap: 3rem 5rem;
}.ueducation_experience .oreviews_block:hover .name::after {
    transform: scaleX(1);
}
}

@media (max-width: 767px) {.ueducation_experience {
    padding: 4rem 0;
}.ueducation_experience .container {
    padding: 0 1rem;
}.ueducation_experience .oreviews_block {
    padding: 2rem;
}.ueducation_experience .dimage_container {
    width: 180px;
    height: 180px;
}}.Vprivacy_fortification {
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    padding: 2em 3em;
    background-color: #ffffff;
    margin: 0 auto;
}.Vprivacy_fortification h1 {
    text-transform: uppercase;
    color: rgb(218,178,204);
    text-align: left;
    font-weight: 700;
    margin-bottom: 1em;
    border-bottom: 2px solid rgb(218,178,204);
    font-size: 41px;
    padding-bottom: 0.5em;
}.Vprivacy_fortification h2 {
    margin-bottom: 1em;
    color: rgb(197,138,175);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 36px;
}.Vprivacy_fortification h3,
.Vprivacy_fortification h4,
.Vprivacy_fortification h5,
.Vprivacy_fortification h6 {
    font-weight: 400;
    color: #000000;
    margin-bottom: 0.75em;
}.Vprivacy_fortification h3 {
    font-size: calc(21px - 0.2em);
}.Vprivacy_fortification h4 {
    font-size: calc(21px - 0.4em);
}.Vprivacy_fortification h5 {
    font-size: 21px;
}.Vprivacy_fortification h6 {
    font-size: 22px;
}.Vprivacy_fortification ul,
.Vprivacy_fortification ol {
    padding-left: 2em;
    list-style: none;
    margin: 1em 0;
}.Vprivacy_fortification li {
    font-size: 14px;
    margin-bottom: 0.5em;
    color: #000000;
}.Vprivacy_fortification p {
    font-size: 14px;
    margin-bottom: 1em;
    color: #000000;
    line-height: 1.5;
}.Vprivacy_fortification span {
    font-weight: 600;
    color: rgb(218,178,204);
}.Vprivacy_fortification div {
    margin-bottom: 1em;
}
@media only screen and (max-width: 800px) {.Vprivacy_fortification {
    padding: 1em 1.5em;
    border-radius: 10px;
}.Vprivacy_fortification h1 {
    font-size: calc(21px - 0.4em);
}.Vprivacy_fortification h2 {
    font-size: calc(21px - 0.3em);
}.Vprivacy_fortification p,
    .Vprivacy_fortification li {
    font-size: calc(14px - 0.1em);
}}
.Vprivacy_fortification h1::before {
    background-color: rgb(218,178,204);
    margin-bottom: 0.5em;
    content: "";
    display: block;
    height: 3px;
    width: 50px;
}.Vprivacy_fortification h2::before {
    content: "";
    width: 30px;
    height: 3px;
    background-color: rgb(197,138,175);
    display: block;
    margin-bottom: 0.5em;
}.Vprivacy_fortification ul li::before,
.Vprivacy_fortification ol li::before {
    width: 6px;
    margin-right: 0.5em;
    background-color: rgb(218,178,204);
    display: inline-block;
    height: 6px;
    border-radius: 50%;
    content: "";
}.Vprivacy_fortification a {
    text-decoration: none;
    color: rgb(218,178,204);
    border-bottom: 1px solid rgb(218,178,204);
}.Vprivacy_fortification a:hover {
    border-bottom: 1px solid rgb(197,138,175);
    color: rgb(197,138,175);
}.Vprivacy_fortification blockquote {
    color: #000000;
    border-left: 4px solid rgb(218,178,204);
    padding: 1em;
    background-color: rgb(197,138,175,0.5);
    font-style: normal;
    margin: 1em 0;
}.gprogram_offerings {
    background: linear-gradient(135deg, rgb(236,219,229) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}.gprogram_offerings::before {
    position: absolute;
    width: 35%;
    right: -10%;
    top: -5%;
    z-index: 1;
    height: 70%;
    opacity: 0.07;
    background: linear-gradient(145deg, rgb(218,178,204,0.5) 10%, rgb(197,138,175,0.5) 90%);
    content: "";
    transform: rotate(-15deg) skewX(-15deg);
    filter: blur(20px);
    animation: float 15s infinite alternate ease-in-out;
}.gprogram_offerings::after {
    filter: blur(15px);
    background: linear-gradient(215deg, rgb(197,138,175,0.5) 10%, rgb(218,178,204,0.5) 90%);
    z-index: 1;
    position: absolute;
    opacity: 0.05;
    left: -5%;
    transform: rotate(10deg) skewX(10deg);
    height: 50%;
    content: "";
    animation: float 18s infinite alternate-reverse ease-in-out;
    width: 25%;
    bottom: -5%;
}.gprogram_offerings .container {
    z-index: 5;
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1200px;
}.gprogram_offerings .ktech_learn {
    position: relative;
    gap: 3rem;
    grid-template-columns: 1fr;
    display: grid;
}.gprogram_offerings .dimage_container {
    transform: perspective(1000px) rotateY(-3deg) translateZ(0);
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 95% 100%, 0 100%);
    border: 1px solid rgba(var(--dark-color-rgb), 0.08);
    min-height: 350px;
    overflow: hidden;
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 25px 50px -12px rgba(var(--dark-color-rgb), 0.1);
}.gprogram_offerings .dimage_container::before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(var(--dark-color-rgb), 0) 60%, rgba(var(--dark-color-rgb), 0.5) 100%);
    z-index: 2;
    top: 0;
    content: "";
}.gprogram_offerings .dimage_container::after {
    left: -100%;
    animation: shine 10s infinite;
    height: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
    position: absolute;
    content: "";
    z-index: 3;
    transform: skewX(-25deg);
    width: 50%;
}.gprogram_offerings .Ftext_holder {
    position: relative;
    padding: 1.5rem 0;
    transform: translateZ(0);
}.gprogram_offerings h3 {
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #000000;
    line-height: 1.3;
    padding-left: 1rem;
    font-weight: 600;
    opacity: 1;
    position: relative;
    font-size: calc(22px * 1.1);
    margin-bottom: 1.5rem;
    transform: translateY(0);
}.gprogram_offerings h3::before {
    content: "";
    left: 0;
    top: 0.2em;
    transition: transform 0.4s ease;
    position: absolute;
    transform: scaleY(0.7);
    background: linear-gradient(to bottom, rgb(218,178,204), rgb(197,138,175));
    height: 85%;
    width: 3px;
}.gprogram_offerings p.description {
    overflow-y: auto;
    padding-right: 1rem;
    display: block;
    position: relative;
    line-height: 1.7;
    max-height: 300px;
    color: #000000;
    font-size: 15px;
    margin-bottom: 2rem;
}.gprogram_offerings p.description::-webkit-scrollbar {
    width: 4px;
}.gprogram_offerings p.description::-webkit-scrollbar-track {
    background: rgba(var(--dark-color-rgb), 0.05);
}.gprogram_offerings p.description::-webkit-scrollbar-thumb {
    background: rgb(197,138,175,0.5);
    border-radius: 10px;
}.gprogram_offerings span.description {
    display: none;
}.gprogram_offerings .Ftext_holder div {
    position: relative;
}.gprogram_offerings .Ftext_holder div::after {
    position: absolute;
    background: linear-gradient(to top, rgb(236,219,229) 20%, transparent);
    height: 30px;
    bottom: 0;
    opacity: 0.8;
    right: 0;
    pointer-events: none;
    width: 25%;
    content: "";
}

@media (min-width: 768px) {.gprogram_offerings {
    padding: 8rem 0;
}.gprogram_offerings .ktech_learn {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    gap: 3.5rem;
}.gprogram_offerings .dimage_container {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    min-height: 450px;
    transform: perspective(1200px) rotateY(-3deg) translateZ(0);
}.gprogram_offerings h3 {
    font-size: calc(22px * 1.3);
    padding-left: 1.5rem;
    margin-bottom: 2rem;
}.gprogram_offerings h3::before {
    width: 5px;
}.gprogram_offerings p.description {
    max-height: 380px;
    padding-right: 2rem;
}
}

@media (min-width: 992px) {.gprogram_offerings {
    padding: 10rem 0;
}.gprogram_offerings .ktech_learn {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 5rem;
}.gprogram_offerings .dimage_container {
    transform: perspective(1500px) rotateY(-5deg) translateZ(0);
    min-height: 500px;
}.gprogram_offerings .dimage_container:hover {
    transform: perspective(1500px) rotateY(0deg) translateZ(10px);
}.gprogram_offerings h3 {
    font-size: calc(22px * 1.4);
    padding-left: 2rem;
}.gprogram_offerings h3::before {
    width: 6px;
}
}

@media (min-width: 1200px) {.gprogram_offerings .ktech_learn {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 6rem;
}.gprogram_offerings .dimage_container {
    min-height: 550px;
}.gprogram_offerings h3 {
    font-size: calc(22px * 1.5);
}}

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

@keyframes shine {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}.ScookieNotificationBox {
    position: fixed;
    width: 100%;
    z-index: 90;
    bottom: 0;
    border-top: 2px solid rgb(218,178,204);
    background: rgb(236,219,229);
}.Cedu_accept {
    align-items: center;
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
}.ScookieNotificationBox h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.ScookieNotificationBox p {
    font-size: 18px;
}.hcookie_apply {
    margin-right: 10px;
    flex-shrink: 0;
}.hcookie_apply svg, .hcookie_apply svg path, .hcookie_apply img {
    fill: rgb(218,178,204);
    height: 100px;
    width: 100px;
}.Eweb_tracking {
    min-width: 120px;
    text-align: center;
    text-decoration: none;
    font-size: 24px;
    flex-shrink: 0;
    margin-left: 10px;
    border-bottom: 2px solid rgb(218,178,204);
    line-height: 35px;
    white-space: nowrap;
    color: rgb(218,178,204);
    cursor: pointer;
}.ScookieNotificationBox p a {
    color: rgb(218,178,204);
    text-decoration: none;
}#JprivacyModalWindow {
    display: none;
}#JprivacyModalWindow:checked ~ .ScookieNotificationBox {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.ScookieNotificationBox {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.hcookie_apply {
    display: none;
}.Cedu_accept {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.ScookieNotificationBox h5 {
    text-align: center;
}.ScookieNotificationBox p {
    text-align: center;
}.btrack_alert {
    margin-bottom: 20px;
}body .Nsegment-wrapper .Eweb_tracking {
    margin-left: 0;
}}
.Nsegment-wrapper .Cedu_accept {
    justify-content: flex-end;
}.Nsegment-wrapper .Eweb_tracking {
    padding: 10px;
    font-size: 20px;
    background: rgb(218,178,204);
    margin-left: 30px;
    color: #ffffff;
}.Nsegment-wrapper .btrack_alert {
    text-align: right;
}
@media only screen and (max-width: 800px)  {.Nsegment-wrapper .Eweb_tracking {
    margin-left: 0;
    margin-bottom: 10px;
}}.Wcompany_overview {
    overflow: hidden;
    z-index: 1;
    color: #ffffff;
    padding: 100px 0 120px;
    position: relative;
}.Wcompany_overview::before {
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
    z-index: -1;
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0.6) 40%,
        rgba(0, 0, 0, 0.4) 100%);
}.Wcompany_overview::after {
    filter: blur(40px);
    width: 60%;
    opacity: 0.15;
    height: 60%;
    right: -10%;
    position: absolute;
    background: linear-gradient(to bottom right, 
        rgb(197,138,175) 0%, 
        rgb(218,178,204) 100%);
    animation: floatGradient 20s ease-in-out infinite alternate;
    top: -10%;
    transform: rotate(-15deg);
    z-index: -1;
    content: "";
}.Wcompany_overview h4 {
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    font-size: calc(21px * 1.1);
    position: relative;
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), 
                opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    color: #ffffff;
    letter-spacing: 3px;
    text-transform: uppercase;
}.Wcompany_overview h4::after {
    height: 2px;
    bottom: -10px;
    left: 50%;
    background: rgb(197,138,175);
    transform: translateX(-50%);
    content: "";
    width: 60px;
    position: absolute;
}.Wcompany_overview .container {
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.Wcompany_overview .Ftext_holder {
    background: rgba(255, 255, 255, 0.08);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 5px 15px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(197,138,175);
    transform: perspective(1000px) rotateY(0deg);
    padding: 50px;
    position: relative;
    -webkit-backdrop-filter: blur(10px);
}.Wcompany_overview .Ftext_holder:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2), 
                0 10px 20px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(2deg) translateY(-5px);
}.Wcompany_overview .Ftext_holder::before {
    height: 100%;
    left: 0;
    background: linear-gradient(45deg, 
        rgb(218,178,204,0.5) 0%, 
        transparent 40%);
    width: 100%;
    top: 0;
    opacity: 0.07;
    content: "";
    position: absolute;
    z-index: -1;
}.Wcompany_overview h6 {
    display: inline-block;
    font-weight: 700;
    font-size: calc(17px * 1.2);
    letter-spacing: 1px;
    color: rgb(197,138,175);
    position: relative;
    margin-bottom: 25px;
}.Wcompany_overview h6::after {
    background: rgb(197,138,175);
    transition: width 0.4s ease;
    left: 0;
    position: absolute;
    bottom: -8px;
    content: "";
    height: 2px;
    width: 40%;
}.Wcompany_overview .Ftext_holder:hover h6::after {
    width: 70%;
}.Wcompany_overview span {
    columns: 1;
    column-gap: 40px;
    line-height: 1.8;
    text-align: justify;
    font-weight: 400;
    font-family: Arial, sans-serif;
    display: block;
    color: #ffffff;
    font-size: 16px;
    opacity: 0.9;
}

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

@media screen and (min-width: 768px) {.Wcompany_overview span {
    columns: 2;
}.Wcompany_overview .Ftext_holder {
    padding: 60px;
}
}

@media screen and (min-width: 992px) {.Wcompany_overview {
    padding: 140px 0 160px;
}.Wcompany_overview h4 {
    margin-bottom: 60px;
    font-size: calc(21px * 1.3);
}.Wcompany_overview h6 {
    margin-bottom: 30px;
    font-size: calc(17px * 1.4);
}.Wcompany_overview .Ftext_holder {
    margin: 0 auto;
    padding: 70px;
    max-width: 90%;
}
}

@media screen and (max-width: 767px) {.Wcompany_overview {
    padding: 70px 0 80px;
}.Wcompany_overview h4 {
    font-size: 21px;
    margin-bottom: 30px;
}.Wcompany_overview .Ftext_holder {
    padding: 30px 25px;
}.Wcompany_overview h6 {
    margin-bottom: 20px;
    font-size: 17px;
}.Wcompany_overview span {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}
}

@media (hover: hover) {.Wcompany_overview .Ftext_holder::after {
    left: 0;
    right: 0;
    transition: opacity 0.5s ease;
    background: linear-gradient(135deg, 
            rgba(255, 255, 255, 0.1) 0%, 
            rgba(255, 255, 255, 0) 50%);
    pointer-events: none;
    opacity: 0;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
}.Wcompany_overview .Ftext_holder:hover::after {
    opacity: 1;
}
}

@media (prefers-reduced-motion: reduce) {.Wcompany_overview .Ftext_holder,
    .Wcompany_overview .Ftext_holder:hover,
    .Wcompany_overview h6::after,
    .Wcompany_overview .Ftext_holder:hover h6::after,
    .Wcompany_overview::after {
    transform: none;
    animation: none;
    transition: none;
}}.Woffer_card {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    padding: 4rem 0;
}.Woffer_card::before {
    left: 0;
    z-index: 1;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(34, 30, 80, 0.95), rgba(19, 31, 60, 0.85));
}.Woffer_card .container {
    position: relative;
    z-index: 2;
    padding: 0 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}.Woffer_card .ktrial_rates {
    position: relative;
}.Woffer_card h2 {
    text-align: center;
    transform: translateY(10px);
    font-weight: 700;
    color: transparent;
    margin-bottom: 1.5rem;
    font-size: 34px;
    background-clip: text !important;
    animation: fadeIn 0.8s ease-out forwards;
    background: linear-gradient(90deg, rgb(218,178,204), rgb(197,138,175));
    -webkit-background-clip: text !important;
}.Woffer_card .erate_options {
    color: #ffffff;
    position: relative;
    margin: 0 auto 3rem;
    font-size: calc(13px * 1.1);
    max-width: 800px;
    animation: fadeIn 0.8s ease-out 0.2s forwards;
    transform: translateY(15px);
    padding: 0 1rem;
    opacity: 0;
    line-height: 1.6;
    text-align: center;
}.Woffer_card .Zlesson_plans {
    padding: 0;
    list-style: none;
    perspective: 1000px;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
    margin: 0;
}.Woffer_card .Zlesson_plans li {
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
}.Woffer_card .Zlesson_plans li:nth-child(1) {
    animation-delay: 0.2s;
}.Woffer_card .Zlesson_plans li:nth-child(2) {
    animation-delay: 0.3s;
}.Woffer_card .Zlesson_plans li:nth-child(3) {
    animation-delay: 0.4s;
}.Woffer_card .Zlesson_plans li:nth-child(4) {
    animation-delay: 0.5s;
}.Woffer_card .Aprice_options {
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
    text-decoration: none;
}.Woffer_card .Aprice_options:hover {
    transform: translateY(-12px) scale(1.02);
}.Woffer_card .cedu_packages {
    -webkit-backdrop-filter: blur(10px);
    flex-direction: column;
    padding: 0;
    overflow: hidden;
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.1);
    position: relative;
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.05) 100%);
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.Woffer_card .cedu_packages::before {
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(218,178,204), rgb(197,138,175));
    width: 100%;
    content: "";
    left: 0;
    height: 5px;
    position: absolute;
    top: 0;
}.Woffer_card .Aprice_options:hover .cedu_packages::before {
    transform: scaleX(1);
}.Woffer_card .scost_table {
    height: 100%;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    padding: 2.5rem 2rem;
}.Woffer_card .scost_table h4 {
    margin-top: 0;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    font-size: calc(22px * 1.2);
}.Woffer_card .scost_table h4::after {
    left: 0;
    width: 50px;
    position: absolute;
    bottom: 0;
    content: "";
    background: rgb(197,138,175);
    height: 2px;
}.Woffer_card .scost_table p {
    word-break: break-word;
    margin-bottom: 2rem;
    font-size: 13px;
    word-wrap: break-word;
    hyphens: auto;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    flex-grow: 1;
    overflow-wrap: break-word;
}.Woffer_card .Zpricing_levels {
    font-size: calc(13px * 1.3);
    align-items: center;
    display: inline-flex;
    padding: 0.75rem 1.5rem;
    font-weight: 700;
    border-radius: 10px;
    transition: all 0.3s ease;
    margin-top: auto;
    align-self: flex-start;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    background: linear-gradient(120deg, rgb(218,178,204), rgb(197,138,175));
    justify-content: center;
}.Woffer_card .Aprice_options:hover .Zpricing_levels {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
}

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

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


@media (max-width: 1200px) {.Woffer_card .Zlesson_plans {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.Woffer_card .scost_table {
    padding: 2rem 1.5rem;
}
}

@media (max-width: 991px) {.Woffer_card {
    padding: 3.5rem 0;
}.Woffer_card h2 {
    font-size: calc(34px * 0.9);
}.Woffer_card .erate_options {
    margin-bottom: 2.5rem;
    font-size: 13px;
}
}

@media (max-width: 768px) {.Woffer_card {
    padding: 3rem 0;
}.Woffer_card h2 {
    font-size: calc(34px * 0.85);
}.Woffer_card .Zlesson_plans {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 480px;
}.Woffer_card .scost_table h4 {
    font-size: 22px;
}.Woffer_card .Zpricing_levels {
    font-size: calc(13px * 1.2);
    padding: 0.6rem 1.2rem;
}
}

@media (max-width: 480px) {.Woffer_card {
    padding: 2.5rem 0;
}.Woffer_card h2 {
    font-size: calc(34px * 0.8);
}.Woffer_card .erate_options {
    font-size: calc(13px * 0.95);
    margin-bottom: 2rem;
}.Woffer_card .scost_table {
    padding: 1.75rem 1.25rem;
}.Woffer_card .scost_table p {
    margin-bottom: 1.5rem;
    font-size: calc(13px * 0.95);
}}header {
    position: relative;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 0;
    padding: 0;
    background: linear-gradient(135deg, rgb(218,178,204,0.5) 0%, rgb(197,138,175,0.5) 100%);
    z-index: 100;
}header::before {
    z-index: -1;
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(218,178,204,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(197,138,175,0.5) 0%, transparent 30%);
    opacity: 0.5;
    content: '';
}header .htop_master {
    z-index: 5;
    position: relative;
    padding: 1.2rem 2.5rem;
    align-items: center;
    justify-content: space-between;
    display: flex;
}header .Nheader_mentor {
    -webkit-backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.15);
    flex: 0 0 auto;
    padding: 0.8rem 1.2rem;
    position: relative;
    backdrop-filter: blur(5px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    z-index: 2;
    border-radius: 11px;
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.3);
}header .Nheader_mentor:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}header .phead_tutor {
    transition: all 0.3s ease;
    display: block;
}header .phead_tutor img {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    max-height: 40px;
}header .rtop_class {
    padding: 0;
    margin: 0;
    z-index: 2;
    display: flex;
    list-style: none;
    position: relative;
}header .Fhead_sitewrap {
    margin: 0 0.3rem;
    position: relative;
}header .Fhead_sitewrap a {
    color: #ffffff;
    backdrop-filter: blur(5px);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.05);
    text-decoration: none;
    border-radius: 11px;
    z-index: 1;
    transition: all 0.3s ease;
    padding: 0.8rem 1.2rem;
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(5px);
    display: block;
    font-weight: 600;
    font-size: 16px;
}header .Fhead_sitewrap a:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}header .Fhead_sitewrap a::before {
    height: 100%;
    content: '';
    width: 100%;
    z-index: -1;
    transition: opacity 0.3s ease;
    top: 0;
    opacity: 0;
    left: 0;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1), 
        rgba(255, 255, 255, 0.05)
    );
    position: absolute;
    border-radius: 11px;
}header .Fhead_sitewrap a:hover::before {
    opacity: 1;
}header .Fhead_sitewrap::after {
    opacity: 0.7;
    height: 3px;
    transform: translateX(-50%);
    position: absolute;
    background: #ffffff;
    border-radius: 10px;
    transition: width 0.3s ease;
    left: 50%;
    width: 0;
    content: '';
    bottom: -3px;
}header .Fhead_sitewrap:hover::after {
    width: 70%;
}header .htop_master::before {
    z-index: -1;
    filter: blur(40px);
    content: '';
    width: 100px;
    position: absolute;
    background: rgb(218,178,204,0.5);
    opacity: 0.5;
    right: -20px;
    top: -20px;
    border-radius: 50%;
    height: 100px;
}header .htop_master::after {
    height: 80px;
    position: absolute;
    width: 80px;
    filter: blur(30px);
    border-radius: 50%;
    z-index: -1;
    bottom: -20px;
    content: '';
    background: rgb(197,138,175,0.5);
    opacity: 0.5;
    left: -20px;
}header .znav_base {
    padding-top: 2rem;
    z-index: 1;
    background: rgb(236,219,229);
    position: relative;
}@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

header .Nheader_mentor::after {
    transition: all 0.4s ease;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, transparent 70%);
    left: 0;
    opacity: 0.5;
    height: 20px;
    width: 100%;
    bottom: -20px;
    content: '';
    position: absolute;
}header .Nheader_mentor:hover::after {
    transform: scaleX(0.9);
    opacity: 0.7;
}

@media (min-width: 1400px) {header .htop_master {
    max-width: 1320px;
    margin: 0 auto;
}header .Fhead_sitewrap {
    margin: 0 0.5rem;
}header .Fhead_sitewrap a {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 991px) {header {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}header .htop_master {
    padding: 1rem 1.5rem;
    flex-wrap: wrap;
}header .Nheader_mentor {
    padding: 0.6rem 1rem;
    border-radius: 10px;
    margin-bottom: 0;
}header .rtop_class {
    flex-basis: 100%;
    justify-content: flex-end;
    margin-top: 1rem;
}header .Fhead_sitewrap a {
    border-radius: 10px;
    font-size: calc(16px - 1px);
    padding: 0.6rem 1rem;
}header .htop_master::before,
    header .htop_master::after {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .htop_master {
    padding: 0.8rem 1.2rem;
}header .Nheader_mentor {
    padding: 0.5rem 0.8rem;
    max-width: 140px;
}header .phead_tutor img {
    max-height: 35px;
}header .rtop_class {
    overflow-x: auto;
    scrollbar-width: thin;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
    margin-top: 0.8rem;
}header .rtop_class::-webkit-scrollbar {
    height: 3px;
}header .rtop_class::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .Fhead_sitewrap {
    margin: 0 0.15rem;
    flex: 0 0 auto;
}header .Fhead_sitewrap a {
    white-space: nowrap;
    padding: 0.5rem 0.8rem;
    font-size: calc(16px - 2px);
}header .Fhead_sitewrap::after {
    display: none;
}header .Nheader_mentor::after {
    display: none;
}
}

@media (max-width: 479px) {header .htop_master {
    padding: 0.7rem 1rem;
}header .Nheader_mentor {
    max-width: 120px;
    padding: 0.4rem 0.7rem;
}header .Fhead_sitewrap a {
    font-size: calc(16px - 3px);
    padding: 0.4rem 0.6rem;
}}.Ocontact_panel {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: rgb(236,219,229);
}.Ocontact_panel::before {
    top: 0;
    left: 0;
    content: "";
    height: 5px;
    width: 100%;
    background: linear-gradient(90deg, rgb(218,178,204), rgb(197,138,175));
    position: absolute;
}.Ocontact_panel .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    position: relative;
    padding: 0 20px;
}.Ocontact_panel h2 {
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 36px;
    display: inline-block;
    text-align: left;
    color: #000000;
    margin-bottom: 60px;
    font-weight: 700;
    padding-left: 20px;
}.Ocontact_panel h2::before {
    content: "";
    border-radius: 10px;
    top: 0;
    left: 0;
    position: absolute;
    background: rgb(218,178,204);
    height: 100%;
    width: 5px;
}.Ocontact_panel .Rquery_reach {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
}.Ocontact_panel .dimage_container {
    min-height: 500px;
    border-radius: 26px;
    box-shadow: -15px 15px 0 rgb(218,178,204,0.5);
    position: relative;
    order: 2;
    overflow: hidden;
}.Ocontact_panel .Osupport_widget {
    order: 1;
}.Ocontact_panel form {
    padding: 50px;
    background: #ffffff;
    border-radius: 26px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    width: 100%;
}.Ocontact_panel form h3 {
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 35px;
    font-size: 24px;
    color: #000000;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
}.Ocontact_panel form input[type="text"] {
    font-size: 13px;
    color: #000000;
    background: rgb(236,219,229);
    margin-bottom: 25px;
    width: 100%;
    transition: all 0.3s ease;
    border: none;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    padding: 18px 25px;
}.Ocontact_panel form input[type="text"]:focus {
    outline: none;
    background: #ffffff;
    box-shadow: 0 0 0 2px rgb(218,178,204,0.5);
}.Ocontact_panel form input[type="text"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.Ocontact_panel .Ssupport_info {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}.Ocontact_panel .Ssupport_info input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.Ocontact_panel .Ssupport_info label {
    line-height: 1.5;
    padding-left: 35px;
    color: #000000;
    position: relative;
    font-size: 15px;
    cursor: pointer;
}.Ocontact_panel .Ssupport_info label::before {
    content: "";
    top: 2px;
    transition: all 0.2s ease;
    left: 0;
    background: rgb(236,219,229);
    position: absolute;
    height: 22px;
    width: 22px;
    border-radius: 10px;
}.Ocontact_panel .Ssupport_info input[type="checkbox"]:checked + label::before {
    background: rgb(218,178,204);
}.Ocontact_panel .Ssupport_info input[type="checkbox"]:checked + label::after {
    border-bottom: 2px solid #ffffff;
    left: 8px;
    top: 6px;
    transform: rotate(45deg);
    height: 10px;
    position: absolute;
    border-right: 2px solid #ffffff;
    width: 6px;
    content: "";
}.Ocontact_panel .Ssupport_info label a {
    font-weight: 600;
    color: rgb(218,178,204);
    text-decoration: none;
    transition: all 0.3s ease;
}.Ocontact_panel .Ssupport_info label a:hover {
    color: rgb(197,138,175);
}.Ocontact_panel form .Ghelp_help {
    font-size: 20px;
    display: inline-block;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    border: none;
    font-weight: 600;
    border-radius: 10px;
    position: relative;
    color: #ffffff;
    background: #000000;
    cursor: pointer;
    padding: 18px 40px;
    overflow: hidden;
}.Ocontact_panel form .Ghelp_help:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgb(218,178,204);
    transform: translateY(-3px);
}.Ocontact_panel svg {
    width: 20px;
    fill: rgb(218,178,204);
    height: 20px;
}.Ocontact_panel svg path {
    fill: rgb(218,178,204);
    transition: fill 0.3s ease;
}

@media screen and (max-width: 991px) {.Ocontact_panel {
    padding: 90px 0;
}.Ocontact_panel .Rquery_reach {
    grid-template-columns: 1fr;
    gap: 40px;
}.Ocontact_panel .dimage_container {
    min-height: 400px;
    order: 1;
    margin: 0 auto;
    max-width: 600px;
}.Ocontact_panel .Osupport_widget {
    order: 2;
}.Ocontact_panel form {
    margin: 0 auto;
    max-width: 600px;
}
}

@media screen and (max-width: 767px) {.Ocontact_panel {
    padding: 70px 0;
}.Ocontact_panel h2 {
    margin-bottom: 40px;
    font-size: calc(36px * 0.9);
}.Ocontact_panel .dimage_container {
    width: 100%;
    min-height: 300px;
    box-shadow: -10px 10px 0 rgb(218,178,204,0.5);
}.Ocontact_panel form {
    padding: 40px 30px;
}
}

@media screen and (max-width: 576px) {.Ocontact_panel {
    padding: 50px 0;
}.Ocontact_panel h2 {
    font-size: calc(36px * 0.8);
    margin-bottom: 30px;
}.Ocontact_panel .dimage_container {
    box-shadow: -8px 8px 0 rgb(218,178,204,0.5);
    min-height: 250px;
}.Ocontact_panel form {
    padding: 30px 20px;
}.Ocontact_panel form h3 {
    margin-bottom: 25px;
    font-size: calc(24px * 0.9);
}.Ocontact_panel form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.Ocontact_panel form .Ghelp_help {
    padding: 15px 20px;
    width: 100%;
}}.QgratitudeHub {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(236,219,229) 0%, rgb(218,178,204,0.5) 100%);
}.QgratitudeHub::before {
    background-image: repeating-linear-gradient(0deg, transparent, transparent 20px, rgba(255,255,255,0.03) 20px, rgba(255,255,255,0.03) 40px);
    height: 100%;
    position: absolute;
    pointer-events: none;
    z-index: 1;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
}.QgratitudeHub::after {
    right: -150px;
    opacity: 0.2;
    position: absolute;
    content: "";
    background: radial-gradient(circle, rgb(197,138,175) 0%, transparent 70%);
    animation: float 15s infinite ease-in-out;
    top: -150px;
    border-radius: 50%;
    height: 300px;
    filter: blur(50px);
    width: 300px;
}.QgratitudeHub .container {
    padding: 0 20px;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.QgratitudeHub h2 {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: center;
    color: rgb(218,178,204);
    position: relative;
    margin-bottom: 40px;
    font-family: Arial, sans-serif;
    font-size: 36px;
    letter-spacing: 0.5px;
    line-height: 1.4;
    transform: perspective(1000px) rotateX(2deg);
    font-weight: 700;
    text-align: center;
}.QgratitudeHub h2::after {
    content: "";
    background: linear-gradient(90deg, rgb(218,178,204), rgb(197,138,175));
    transform: translateX(-50%);
    width: 80px;
    bottom: -15px;
    left: 50%;
    transition: width 0.3s ease;
    position: absolute;
    height: 3px;
}.QgratitudeHub .Fexpert_network {
    padding: 40px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1), 
                0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    border-radius: 28px;
    background: #ffffff;
    position: relative;
}.QgratitudeHub .Fexpert_network::before {
    content: "";
    left: 0;
    animation: gradientShift 6s infinite linear;
    top: 0;
    background-size: 200% 100%;
    height: 6px;
    width: 100%;
    background: linear-gradient(90deg, rgb(218,178,204), rgb(197,138,175), rgb(218,178,204));
    position: absolute;
}.QgratitudeHub .Fexpert_network:hover {
    transform: translateY(-5px);
}.QgratitudeHub .Fexpert_network:hover h2::after {
    width: 120px;
}.QgratitudeHub ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.QgratitudeHub li {
    padding-left: 25px;
    position: relative;
}.QgratitudeHub li::before {
    top: 8px;
    transform: rotate(45deg);
    position: absolute;
    height: 10px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: rgb(197,138,175);
    transition: transform 0.3s ease;
    content: "";
    left: 0;
    width: 10px;
}.QgratitudeHub li:hover::before {
    transform: rotate(225deg) scale(1.2);
}.QgratitudeHub span {
    color: #000000;
    padding: 10px 0;
    font-weight: 400;
    font-family: Arial, sans-serif;
    position: relative;
    line-height: 1.7;
    font-size: calc(17px + 2px);
    display: block;
    letter-spacing: 0.3px;
}.QgratitudeHub span::after {
    left: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(0,0,0,0.05), transparent);
    position: absolute;
    bottom: 0;
    content: "";
}

@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

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

@media (max-width: 1024px) {.QgratitudeHub {
    padding: 80px 0;
}.QgratitudeHub h2 {
    font-size: calc(36px - 2px);
}.QgratitudeHub .Fexpert_network {
    padding: 30px;
}.QgratitudeHub span {
    font-size: 17px;
}
}

@media (max-width: 768px) {.QgratitudeHub {
    padding: 60px 0;
}.QgratitudeHub h2 {
    font-size: calc(36px - 4px);
    transform: perspective(1000px) rotateX(1deg);
}.QgratitudeHub .Fexpert_network {
    padding: 25px;
}.QgratitudeHub li::before {
    top: 6px;
}.QgratitudeHub span {
    line-height: 1.6;
    font-size: calc(17px - 1px);
}
}

@media (max-width: 480px) {.QgratitudeHub {
    padding: 40px 0;
}.QgratitudeHub h2 {
    margin-bottom: 30px;
    transform: none;
    font-size: calc(36px - 6px);
}.QgratitudeHub h2::after {
    width: 60px;
    bottom: -10px;
}.QgratitudeHub .Fexpert_network {
    padding: 20px;
}.QgratitudeHub li {
    padding-left: 20px;
}.QgratitudeHub li::before {
    height: 8px;
    top: 7px;
    width: 8px;
}.QgratitudeHub span {
    font-size: calc(17px - 2px);
    line-height: 1.5;
    letter-spacing: 0.2px;
}}.vlocation_info {
    z-index: 1;
    position: relative;
    padding: 70px 0;
    overflow: hidden;
    background: rgb(236,219,229);
}.vlocation_info::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    left: 0;
    background: linear-gradient(120deg, rgb(197,138,175,0.5) 15%, transparent 60%);
    content: "";
}.vlocation_info::after {
    width: 300px;
    background: radial-gradient(circle, rgb(218,178,204,0.5) 0%, transparent 70%);
    position: absolute;
    height: 300px;
    bottom: 0;
    z-index: -1;
    filter: blur(40px);
    content: "";
    right: 0;
    animation: moveGradient 15s ease-in-out infinite alternate;
}@keyframes moveGradient {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-50px, -50px);
  }
}

.vlocation_info .container {
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.vlocation_info .Fmsg_page {
    padding: 40px;
    border-radius: 20px;
    background: linear-gradient(145deg, #ffffff, rgb(236,219,229));
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    border-left: 4px solid rgb(218,178,204);
}.vlocation_info .Fmsg_page::before {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    opacity: 0.1;
    right: 20px;
    content: "";
    background: rgb(218,178,204,0.5);
    z-index: -1;
    position: absolute;
    top: 20px;
}.vlocation_info .Fmsg_page:hover {
    transform: translateY(-5px);
}.vlocation_info h2 {
    position: relative;
    font-weight: 700;
    display: inline-block;
    font-size: 36px;
    color: #000000;
    margin-bottom: 20px;
}.vlocation_info h2::after {
    background: rgb(218,178,204);
    content: "";
    position: absolute;
    width: 40%;
    height: 3px;
    bottom: -8px;
    border-radius: 10px;
    left: 0;
}.vlocation_info p {
    margin-bottom: 25px;
    color: #000000;
    line-height: 1.6;
    font-size: 17px;
}.vlocation_info .Imsg_details {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}.vlocation_info .ymsg_team {
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    text-decoration: none;
    align-items: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 12px 20px;
    z-index: 1;
    font-size: 17px;
    border-radius: 10px;
    color: #000000;
    overflow: hidden;
    background: #ffffff;
}.vlocation_info .ymsg_team::before {
    left: 0;
    transition: width 0.3s ease;
    top: 0;
    height: 100%;
    background: rgb(218,178,204);
    z-index: -1;
    position: absolute;
    width: 3px;
    content: "";
}.vlocation_info .ymsg_team:hover {
    color: #ffffff;
}.vlocation_info .ymsg_team:hover::before {
    width: 100%;
}.vlocation_info .ymsg_team svg {
    height: 22px;
    transition: transform 0.3s ease;
    width: 22px;
}.vlocation_info .ymsg_team:hover svg {
    transform: translateX(3px);
}.vlocation_info .ymsg_team svg path {
    fill: rgb(218,178,204);
    transition: fill 0.3s ease;
}.vlocation_info .ymsg_team:hover svg path {
    fill: #ffffff;
}.vlocation_info p svg {
    width: 20px;
    vertical-align: middle;
    height: 20px;
    margin-right: 8px;
}.vlocation_info p svg path {
    fill: rgb(218,178,204);
}.vlocation_info p:nth-last-child(2) {
    padding: 10px 15px;
    font-weight: 400;
    width: fit-content;
    background: rgb(236,219,229);
    border-radius: 10px;
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {.vlocation_info {
    padding: 50px 0;
}.vlocation_info .Fmsg_page {
    padding: 35px 25px;
}.vlocation_info h2 {
    font-size: calc(36px * 0.9);
}.vlocation_info .Imsg_details {
    gap: 12px;
}
}

@media (max-width: 767px) {.vlocation_info {
    padding: 40px 0;
}.vlocation_info .Fmsg_page {
    padding: 30px 20px;
}.vlocation_info h2 {
    font-size: calc(36px * 0.85);
    margin-bottom: 15px;
}.vlocation_info p {
    margin-bottom: 20px;
    font-size: calc(17px * 0.95);
}.vlocation_info .Imsg_details {
    gap: 10px;
    flex-direction: column;
}.vlocation_info .ymsg_team {
    width: 100%;
    padding: 10px 15px;
}.vlocation_info .Fmsg_page::before {
    height: 80px;
    width: 80px;
}}

.vlocation_info .container::after {
    position: absolute;
    content: "";
    border: 2px dashed rgb(218,178,204,0.5);
    width: 100px;
    left: -50px;
    height: 100px;
    animation: rotate 30s linear infinite;
    top: 50%;
    z-index: -1;
    opacity: 0.3;
    border-radius: 50%;
}@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.vlocation_info .ymsg_team:active {
    transform: scale(0.98);
}.vlocation_info h2 span {
    animation: waveText 2.5s ease-in-out infinite;
    display: inline-block;
    position: relative;
    animation-delay: calc(0.1s * var(--i));
}@keyframes waveText {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.vlocation_info .Fmsg_page::after {
    position: absolute;
    bottom: 0;
    content: "";
    z-index: -1;
    right: 0;
    opacity: 0.1;
    background: linear-gradient(45deg, transparent, rgb(197,138,175,0.5));
    height: 150px;
    transform: rotate(45deg) translate(50%, 0);
    border-radius: 20px;
    width: 150px;
}.vlocation_info p:nth-last-child(2):hover svg {
    animation: bounce 0.8s ease infinite;
}@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

.vlocation_info .ymsg_team:hover {
    letter-spacing: 0.5px;
}.mcompliance {
    background-position: center center;
    padding: 5rem 0 3rem;
    position: relative;
    color: #ffffff;
    z-index: 1;
}.mcompliance::before {
    content: "";
    background: linear-gradient(0deg, #000000 20%, transparent 100%);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}.mcompliance::after {
    top: 0;
    background: repeating-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.3) 0px,
        rgba(0, 0, 0, 0.3) 1px,
        transparent 1px,
        transparent 20px
    );
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    z-index: -1;
    opacity: 0.5;
    height: 100%;
}.mcompliance .container {
    position: relative;
    flex-direction: column;
    display: flex;
}.mcompliance .container::before {
    clip-path: polygon(0 80%, 100% 80%, 100% 100%, 0 100%);
    width: 100%;
    left: 0;
    content: "";
    background: linear-gradient(0deg, rgb(218,178,204) 0%, transparent 100%);
    top: -80px;
    opacity: 0.3;
    height: 80px;
    position: absolute;
}.mcompliance .company_holder {
    border: 1px solid rgba(rgb(218,178,204), 0.3);
    padding: 2rem;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    backdrop-filter: blur(5px);
    clip-path: polygon(
        0 0,
        calc(100% - 30px) 0,
        100% 30px,
        100% 100%,
        30px 100%,
        0 calc(100% - 30px)
    );
    margin-bottom: 4rem;
    position: relative;
}.mcompliance .company_holder::before {
    clip-path: polygon(
        0 0,
        calc(100% - 40px) 0,
        100% 40px,
        100% 100%,
        40px 100%,
        0 calc(100% - 40px)
    );
    position: absolute;
    z-index: -1;
    left: -5px;
    opacity: 0.5;
    content: "";
    filter: blur(5px);
    height: calc(100% + 10px);
    top: -5px;
    width: calc(100% + 10px);
    background: linear-gradient(45deg, rgb(218,178,204), transparent 70%);
}.mcompliance .company_holder h3 {
    margin-bottom: 1.5rem;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: calc(36px * 1.2);
    text-transform: uppercase;
    display: inline-block;
    text-shadow: 0 0 10px rgb(218,178,204), 0 0 20px rgb(218,178,204), 0 0 30px rgb(218,178,204);
    position: relative;
    color: #ffffff;
}.mcompliance .company_holder h3::before {
    content: attr(data-text);
    z-index: -1;
    filter: blur(1px);
    color: rgb(218,178,204);
    top: 2px;
    left: 2px;
    position: absolute;
    opacity: 0.7;
}.mcompliance .Ccontest_info {
    padding-left: 1rem;
    margin-top: 1.5rem;
    font-size: 14px;
    border-left: 2px solid rgb(218,178,204);
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.8;
}.mcompliance .uaffiliate_cta {
    justify-content: space-between;
    position: relative;
    display: flex;
}.mcompliance .uaffiliate_cta::before {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(218,178,204), transparent);
    width: 100%;
    height: 1px;
    top: -20px;
    left: 0;
    content: "";
}.mcompliance .bhead_base {
    gap: 2rem;
    display: flex;
    width: 100%;
    justify-content: space-between;
}.mcompliance .rtop_class {
    border-left: 2px solid rgb(218,178,204);
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.3);
    flex: 1;
    position: relative;
    transition: all 0.3s ease;
    padding: 1.5rem;
    border-bottom: 2px solid rgb(218,178,204);
    background: rgba(0, 0, 0, 0.2);
}.mcompliance .rtop_class:hover {
    box-shadow: -8px 8px 20px rgba(0, 0, 0, 0.4);
    transform: translateY(-5px);
    background: rgba(rgb(218,178,204,0.5), 0.1);
}.mcompliance .rtop_class h5 {
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
    position: relative;
    text-transform: uppercase;
    color: rgb(197,138,175);
    font-weight: 600;
    font-size: 22px;
}.mcompliance .rtop_class h5::after {
    height: 2px;
    width: 40px;
    position: absolute;
    background: rgb(218,178,204);
    content: "";
    bottom: -8px;
    left: 0;
    box-shadow: 0 0 10px rgb(218,178,204);
}.mcompliance .rtop_class .bhead_base {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}.mcompliance .rtop_class .bhead_base a {
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: 14px;
    overflow: hidden;
    padding: 0.5rem 0 0.5rem 1.5rem;
    opacity: 0.7;
    position: relative;
}.mcompliance .rtop_class .bhead_base a::before {
    transition: all 0.3s ease;
    content: "//";
    position: absolute;
    left: 0;
    font-size: 0.8em;
    color: rgb(218,178,204);
}.mcompliance .rtop_class .bhead_base a:hover {
    color: rgb(218,178,204);
    opacity: 1;
    text-shadow: 0 0 5px rgb(218,178,204);
}.mcompliance .rtop_class .bhead_base a:hover::before {
    color: rgb(197,138,175);
}.ncert_display {
    padding: 1.5rem 0;
    position: relative;
    margin-top: 3rem;
    background: rgba(0, 0, 0, 0.6);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.ncert_display::before {
    background-image: 
        linear-gradient(90deg, transparent, rgb(218,178,204), transparent);
    height: 1px;
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
}.ncert_display .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.ncert_display .Yacademy_info {
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    opacity: 0.7;
    letter-spacing: 1px;
    text-align: center;
}.ncert_display .Yacademy_info::before,
.ncert_display .Yacademy_info::after {
    content: "//";
    margin: 0 10px;
    color: rgb(218,178,204);
}

@keyframes neon-flicker {
    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
        opacity: 0.9;
        text-shadow: 0 0 10px rgb(218,178,204), 0 0 20px rgb(218,178,204);
    }
    20%, 24%, 55% {
        opacity: 0.5;
        text-shadow: none;
    }
}

@keyframes scan-lines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

@media screen and (max-width: 992px) {.mcompliance .uaffiliate_cta {
    flex-direction: column;
}.mcompliance .bhead_base {
    flex-direction: column;
}.mcompliance .rtop_class {
    width: 100%;
    margin-bottom: 1rem;
}.ncert_display {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}
}

@media screen and (max-width: 768px) {.mcompliance {
    padding: 4rem 0 2rem;
}.mcompliance .company_holder {
    padding: 1.5rem;
    margin-bottom: 3rem;
}.mcompliance .company_holder h3 {
    font-size: 36px;
}.mcompliance .rtop_class h5 {
    font-size: calc(22px * 0.9);
}.ncert_display {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    margin-top: 2rem;
    padding: 1.2rem 0;
}
}

@media screen and (max-width: 576px) {.mcompliance {
    padding: 3rem 0 2rem;
}.mcompliance .company_holder {
    clip-path: polygon(
            0 0,
            calc(100% - 20px) 0,
            100% 20px,
            100% 100%,
            20px 100%,
            0 calc(100% - 20px)
        );
}.mcompliance .company_holder h3 {
    letter-spacing: 1px;
    font-size: calc(36px * 0.85);
}.mcompliance .Ccontest_info {
    font-size: calc(14px * 0.9);
}.mcompliance .rtop_class {
    padding: 1rem;
}.mcompliance .rtop_class .bhead_base a {
    font-size: calc(14px * 0.9);
}.ncert_display {
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    padding: 1rem 0;
}.ncert_display .Yacademy_info::before,
    .ncert_display .Yacademy_info::after {
    display: none;
}}.fdata_summary {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(236,219,229) 0%, rgb(197,138,175,0.5) 100%);
    padding: 5rem 2rem;
    perspective: 1000px;
}.fdata_summary::before {
    content: "";
    height: 100%;
    opacity: 0.05;
    top: 0;
    position: absolute;
    width: 100%;
    pointer-events: none;
    z-index: 1;
    background: repeating-linear-gradient(
        45deg,
        rgb(218,178,204,0.5) 0px,
        transparent 2px,
        transparent 10px,
        rgb(218,178,204,0.5) 12px
    );
    left: 0;
}.fdata_summary::after {
    pointer-events: none;
    width: 70%;
    top: -50%;
    background: linear-gradient(to bottom right, rgb(218,178,204,0.5) 0%, transparent 70%);
    height: 200%;
    z-index: 0;
    position: absolute;
    transform: rotate(15deg);
    right: -20%;
    content: "";
}.fdata_summary .container {
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
    z-index: 2;
    transform-style: preserve-3d;
}.fdata_summary ul {
    gap: 2.5rem;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin-bottom: 4rem;
    display: grid;
    margin: 0;
    transform-style: preserve-3d;
    padding: 0;
}.fdata_summary .astatistics_points {
    transform: translateZ(0);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    transform-style: preserve-3d;
}.fdata_summary .astatistics_points:hover {
    transform: translateZ(20px) scale(1.02);
}.fdata_summary .astatistics_points div {
    overflow: hidden;
    padding: 2.5rem 1.5rem;
    display: flex;
    border-radius: 10px;
    text-align: center;
    transition: all 0.4s ease;
    flex-direction: column;
    z-index: 2;
    align-items: center;
    background: #ffffff;
    justify-content: center;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    height: 100%;
}.fdata_summary .astatistics_points div::before {
    left: 0;
    height: 5px;
    z-index: 1;
    position: absolute;
    content: "";
    top: 0;
    background: linear-gradient(90deg, rgb(218,178,204) 0%, rgb(197,138,175) 100%);
    width: 100%;
}.fdata_summary .astatistics_points div::after {
    right: 0;
    height: 40%;
    position: absolute;
    z-index: -1;
    background: linear-gradient(135deg, transparent 50%, rgb(197,138,175,0.5) 100%);
    opacity: 0.1;
    content: "";
    transition: all 0.4s ease;
    bottom: 0;
    width: 50%;
}.fdata_summary .astatistics_points:hover div::after {
    width: 60%;
    height: 50%;
    opacity: 0.15;
}.fdata_summary .astatistics_points p {
    font-size: calc(37px * 1.5);
    transition: transform 0.3s ease;
    margin: 0 0 0.5rem;
    line-height: 1;
    color: rgb(218,178,204);
    position: relative;
    font-weight: 700;
}.fdata_summary .astatistics_points:hover p {
    transform: translateY(-5px);
}.fdata_summary .astatistics_points p::after {
    left: 50%;
    bottom: -10px;
    content: "";
    position: absolute;
    transform: translateX(-50%);
    width: 40px;
    opacity: 0.7;
    height: 3px;
    transition: width 0.3s ease;
    background: rgb(197,138,175);
}.fdata_summary .astatistics_points:hover p::after {
    width: 60px;
}.fdata_summary .astatistics_points span {
    font-weight: 600;
    z-index: 2;
    transition: all 0.3s ease;
    margin-top: 1rem;
    font-size: 12px;
    display: block;
    color: #000000;
    position: relative;
}.fdata_summary h4 {
    color: #000000;
    font-size: 24px;
    position: relative;
    text-align: center;
    padding-bottom: 1rem;
    transform: translateZ(30px);
    margin: 0;
    font-weight: 700;
    letter-spacing: 0.5px;
}.fdata_summary h4::before {
    content: "";
    width: 80px;
    background: rgb(218,178,204);
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 3px;
    transform: translateX(-50%);
}

@media (min-width: 992px) {.fdata_summary {
    padding: 7rem 3rem;
}.fdata_summary ul {
    gap: 2rem;
    grid-template-columns: repeat(4, 1fr);
}.fdata_summary h4 {
    font-size: calc(24px * 1.2);
}.fdata_summary .astatistics_points p {
    font-size: calc(39px * 1.2);
}
}

@media (min-width: 768px) and (max-width: 991px) {.fdata_summary ul {
    grid-template-columns: repeat(3, 1fr);
}
}

@media (min-width: 576px) and (max-width: 767px) {.fdata_summary ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 575px) {.fdata_summary {
    padding: 4rem 1.5rem;
}.fdata_summary ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.fdata_summary .astatistics_points div {
    padding: 2rem 1rem;
}.fdata_summary .astatistics_points p {
    font-size: 37px;
}.fdata_summary h4 {
    font-size: 22px;
}
}

@media (prefers-reduced-motion: reduce) {.fdata_summary .astatistics_points,
    .fdata_summary .astatistics_points:hover,
    .fdata_summary .astatistics_points p,
    .fdata_summary .astatistics_points:hover p,
    .fdata_summary .astatistics_points div::after,
    .fdata_summary .astatistics_points:hover div::after,
    .fdata_summary .astatistics_points p::after,
    .fdata_summary .astatistics_points:hover p::after {
    transform: none;
    transition: none;
}}.fnewsletter {
    z-index: 1;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(218,178,204,0.5), rgb(197,138,175));
    padding: 5rem 2rem;
}.fnewsletter::before {
    animation: pulse 8s infinite alternate;
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
    content: "";
    width: 100%;
    opacity: 0.1;
    background: repeating-linear-gradient(
        45deg,
        rgb(218,178,204,0.5) 0px,
        rgb(218,178,204,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    height: 100%;
}.fnewsletter::after {
    right: -50px;
    position: absolute;
    bottom: -50px;
    content: "";
    opacity: 0.2;
    width: 200px;
    z-index: -1;
    background: rgb(197,138,175);
    animation: float 15s infinite ease-in-out;
    border-radius: 50%;
    filter: blur(60px);
    height: 200px;
}.fnewsletter .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.fnewsletter .Fexpert_network {
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    justify-content: center;
    background: rgba(255, 255, 255, 0.95);
    flex-direction: column;
    display: flex;
    transform: perspective(1000px) rotateY(-2deg);
    padding: 2.5rem;
    align-items: center;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 2;
}.fnewsletter .Fexpert_network:hover {
    transform: perspective(1000px) rotateY(0deg);
}.fnewsletter h4 {
    margin-bottom: 2rem;
    text-align: center;
    font-weight: 600;
    transform: translateZ(0);
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: calc(18px * 1.1);
    line-height: 1.4;
}.fnewsletter h4::after {
    content: "";
    transition: width 0.3s ease;
    transform: translateX(-50%);
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, rgb(218,178,204), rgb(197,138,175));
    width: 80px;
    bottom: -10px;
    left: 50%;
}.fnewsletter .Fexpert_network:hover h4::after {
    width: 120px;
}.fnewsletter .input_holder {
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
    max-width: 600px;
    width: 100%;
    display: flex;
}.fnewsletter .input_holder span {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: block;
}.fnewsletter input[type="email"] {
    padding: 1rem 1.5rem;
    outline: none;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    width: 100%;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.05);
    font-size: 13px;
    background: #ffffff;
}.fnewsletter input[type="email"]:focus {
    border-color: rgb(218,178,204);
    box-shadow: 0 0 0 3px rgb(218,178,204,0.5);
}.fnewsletter input[type="email"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}.fnewsletter input[type="email"]:focus::placeholder {
    opacity: 0.7;
    transform: translateX(5px);
}.fnewsletter .Qsub_material {
    background: linear-gradient(135deg, rgb(218,178,204), rgb(197,138,175));
    border: none;
    width: 100%;
    padding: 1rem 1.5rem;
    text-align: center;
    transform: translateY(0);
    overflow: hidden;
    position: relative;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    color: #ffffff;
}.fnewsletter .Qsub_material::before {
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    top: 0;
    content: "";
    transition: all 0.6s ease;
    width: 100%;
}.fnewsletter .Qsub_material:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}.fnewsletter .Qsub_material:hover::before {
    left: 100%;
}.fnewsletter .Qsub_material:active {
    transform: translateY(1px);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.2;
    }
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(-20px, 20px);
    }
    50% {
        transform: translate(-40px, -10px);
    }
    75% {
        transform: translate(-10px, -30px);
    }
}

@media screen and (min-width: 768px) {.fnewsletter {
    padding: 6rem 3rem;
}.fnewsletter .Fexpert_network {
    transform: perspective(1200px) rotateY(-3deg);
    padding: 3rem 4rem;
}.fnewsletter h4 {
    font-size: calc(18px * 1.2);
    margin-bottom: 2.5rem;
}.fnewsletter .input_holder {
    margin-top: 1.5rem;
    flex-direction: row;
}.fnewsletter input[type="email"] {
    border-radius: 0;
}.fnewsletter .Qsub_material {
    min-width: 180px;
    white-space: nowrap;
    width: auto;
}
}

@media screen and (min-width: 992px) {.fnewsletter {
    padding: 7rem 4rem;
}.fnewsletter::before {
    background-size: 15px 15px;
}.fnewsletter .Fexpert_network {
    padding: 3.5rem 5rem;
    transform: perspective(1500px) rotateY(-4deg);
}.fnewsletter h4 {
    font-size: calc(18px * 1.3);
}.fnewsletter .input_holder {
    gap: 1.5rem;
}
}

@media screen and (max-width: 767px) {.fnewsletter {
    padding: 4rem 1.5rem;
}.fnewsletter .Fexpert_network {
    padding: 2rem 1.5rem;
}.fnewsletter h4 {
    margin-bottom: 1.5rem;
    font-size: 18px;
}.fnewsletter input[type="email"],
    .fnewsletter .Qsub_material {
    padding: 0.9rem 1.2rem;
}
}

@media (prefers-reduced-motion: reduce) {.fnewsletter::before,
    .fnewsletter::after,
    .fnewsletter .Fexpert_network,
    .fnewsletter h4::after,
    .fnewsletter input[type="email"]::placeholder,
    .fnewsletter .Qsub_material::before {
    transition: none;
    animation: none;
}.fnewsletter .Fexpert_network:hover,
    .fnewsletter .Fexpert_network:hover h4::after,
    .fnewsletter .Qsub_material:hover {
    transform: none;
}
}