* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.warp-container-Y {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}::-webkit-scrollbar {
    width: 13px;
    padding: 0px;
}::-webkit-scrollbar-track {
    box-shadow: inset 2px -2px 13px 5px rgba(0, 0, 0, 0.3);
}::-webkit-scrollbar-thumb {
    background: rgb(189,127,189);
    border-radius: 9999px;
}::-webkit-scrollbar-thumb:hover {
    box-shadow: 4px -4px 12px 0px rgba(0, 0, 0, 0.5);
    background: radial-gradient(circle at center, #ffffff 12%, rgb(255, 255, 255, 0.5) 0%, rgb(189,127,189,0.5) 2%, rgb(205,172,198,0.5) 58%, rgb(221,208,219) 38%);
}::-webkit-scrollbar-thumb:active {
    background: #ffffff;
}* {
    scrollbar-color: rgb(205,172,198,0.5) rgb(205,172,198);
    scrollbar-width: none;
}
@media (max-width: 768px) {::-webkit-scrollbar {
    width: 6px;
}::-webkit-scrollbar-thumb {
    background: rgb(189,127,189);
}}

.container {
    max-width: 100%;
    width: 1122px;
    margin: auto;
}.top-bar-D {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.idea-pool-G {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    height: 100%;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.academic-experience-x {
    position: relative;
    overflow: hidden;
    padding: 7rem 2rem 5rem;
    background: linear-gradient(135deg, rgb(221,208,219) 0%, rgb(205,172,198,0.5) 100%);
    perspective: 1000px;
}.academic-experience-x::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(189,127,189,0.5),
        rgb(189,127,189,0.5) 5px,
        transparent 5px,
        transparent 20px
    );
    opacity: 0.2;
    right: -10%;
    width: 60%;
    top: -20%;
    transform: rotateZ(-15deg) rotateX(45deg) rotateY(15deg);
    content: "";
    position: absolute;
    z-index: 1;
    height: 70%;
}.academic-experience-x::after {
    z-index: 1;
    opacity: 0.3;
    content: "";
    border: 5px solid rgb(205,172,198,0.5);
    width: 40%;
    position: absolute;
    left: -5%;
    height: 50%;
    transform: rotateZ(15deg) rotateX(30deg) rotateY(-10deg);
    bottom: -15%;
}.academic-experience-x .opinion-spot-T {
    position: relative;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    display: flex;
    z-index: 2;
    transform-style: preserve-3d;
}.academic-experience-x .photo-card-y {
    border-radius: 10px;
    position: absolute;
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 80%, 
        80% 100%, 
        0% 100%
    );
    z-index: 3;
    width: 300px;
    left: 15%;
    height: 380px;
    box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    transform: 
        translateZ(60px) 
        rotateY(15deg) 
        rotateX(5deg);
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}.academic-experience-x .photo-card-y:hover {
    filter: brightness(1.1);
    box-shadow: 30px 30px 40px -10px rgba(0, 0, 0, 0.5);
    transform: 
        translateZ(80px) 
        rotateY(5deg) 
        rotateX(0deg);
}.academic-experience-x .career-story-G {
    transform: 
        translateZ(30px) 
        rotateY(-10deg) 
        rotateX(3deg);
    margin-left: auto;
    border-radius: 28px;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 2.5rem 2.5rem 2.5rem 8rem;
    box-shadow: 15px 15px 30px -5px rgba(0, 0, 0, 0.5);
    position: relative;
    background: #ffffff;
    z-index: 2;
    width: 550px;
}.academic-experience-x .career-story-G::before {
    content: "";
    z-index: -1;
    border-radius: 28px;
    width: 100%;
    left: 15px;
    background: rgb(205,172,198,0.5);
    top: 15px;
    opacity: 0.3;
    position: absolute;
    height: 100%;
    transition: all 0.5s ease;
}.academic-experience-x .career-story-G:hover {
    box-shadow: 25px 25px 40px -5px rgba(0, 0, 0, 0.5);
    transform: 
        translateZ(40px) 
        rotateY(-5deg) 
        rotateX(0deg);
}.academic-experience-x .career-story-G:hover::before {
    opacity: 0.5;
    top: 8px;
    left: 8px;
}.academic-experience-x .name {
    margin-bottom: 0.7rem;
    animation: slide-up 0.7s forwards 0.2s;
    z-index: 2;
    font-size: 33px;
    color: rgb(205,172,198);
    position: relative;
    opacity: 0;
    font-weight: 700;
    transform: translateY(30px);
}.academic-experience-x .career-story-G > div:nth-child(2) {
    z-index: 2;
    opacity: 0;
    color: rgb(189,127,189);
    font-size: 22px;
    margin-bottom: 2rem;
    font-weight: 600;
    position: relative;
    transform: translateY(30px);
    animation: slide-up 0.7s forwards 0.4s;
}.academic-experience-x .experience-details-g {
    position: relative;
    font-style: italic;
    font-weight: 400;
    z-index: 2;
    animation: slide-up 0.7s forwards 0.6s;
    font-size: 14px;
    transform: translateY(30px);
    opacity: 0;
    color: #000000;
    line-height: 1.7;
}@keyframes slide-up {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.academic-experience-x .experience-details-g::after {
    color: rgb(189,127,189,0.5);
    font-family: serif;
    position: absolute;
    opacity: 0.4;
    bottom: -50px;
    content: "";
    font-size: 6rem;
    z-index: -1;
    right: 0;
}@keyframes floating {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

.academic-experience-x .opinion-spot-T:hover .photo-card-y {
    animation: floating 6s ease-in-out infinite;
}

@media (max-width: 1100px) {.academic-experience-x .opinion-spot-T {
    align-items: center;
    flex-direction: column;
}.academic-experience-x .photo-card-y {
    transform: 
            translateZ(30px) 
            rotateY(0deg) 
            rotateX(0deg);
    left: auto;
    position: relative;
    height: 320px;
    margin-bottom: 4rem;
    width: 250px;
}.academic-experience-x .career-story-G {
    transform: 
            translateZ(20px) 
            rotateY(0deg) 
            rotateX(0deg);
    padding: 2rem;
    margin-left: 0;
    width: 100%;
}}.tyHub-X {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(221,208,219) 0%, rgba(rgb(205,172,198,0.5), 0.05) 100%);
    position: relative;
    overflow: hidden;
}.tyHub-X::before {
    height: 40%;
    top: -5%;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 85%);
    opacity: 0.07;
    z-index: 1;
    width: 40%;
    left: -5%;
    transform: rotate(-15deg) translateZ(0);
    content: "";
    background: linear-gradient(225deg, rgb(205,172,198) 0%, transparent 70%);
    position: absolute;
}.tyHub-X::after {
    z-index: 1;
    bottom: -5%;
    right: -5%;
    clip-path: polygon(20% 0, 100% 15%, 100% 100%, 0 100%);
    background: linear-gradient(45deg, transparent 40%, rgb(189,127,189) 100%);
    content: "";
    opacity: 0.07;
    height: 50%;
    transform: rotate(15deg) translateZ(0);
    width: 50%;
    position: absolute;
}.tyHub-X .container {
    position: relative;
    width: 100%;
    padding: 0 15px;
    max-width: 1140px;
    z-index: 2;
    margin: 0 auto;
}.tyHub-X .our-journey-z {
    transform: perspective(1000px) rotateX(2deg);
    background: #ffffff;
    box-shadow: 0 10px 40px rgba(rgba(0, 0, 0, 0.5), 0.1), 
                0 2px 10px rgba(rgb(205,172,198,0.5), 0.05),
                0 30px 60px -10px rgba(rgb(189,127,189,0.5), 0.12);
    flex-direction: column;
    transform-origin: center top;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), 
                box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    display: flex;
    position: relative;
    padding: 3.5rem;
}.tyHub-X .our-journey-z:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 15px 50px rgba(rgba(0, 0, 0, 0.5), 0.15), 
                0 5px 20px rgba(rgb(205,172,198,0.5), 0.1),
                0 40px 80px -15px rgba(rgb(189,127,189,0.5), 0.18);
}.tyHub-X .our-journey-z > div:first-child {
    padding-bottom: 1.5rem;
    position: relative;
    margin-bottom: 2rem;
}.tyHub-X .our-journey-z > div:first-child::after {
    transform: scaleX(1) translateZ(0);
    height: 3px;
    transform-origin: left center;
    left: 0;
    position: absolute;
    bottom: 0;
    content: "";
    background: linear-gradient(90deg, rgb(205,172,198), rgb(189,127,189));
    width: 20%;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.tyHub-X .our-journey-z:hover > div:first-child::after {
    transform: scaleX(2) translateZ(0);
}.tyHub-X h5 {
    font-weight: 700;
    transform: translateZ(0);
    line-height: 1.4;
    color: #000000;
    transition: transform 0.4s ease-out;
    margin: 0;
    font-size: 24px;
}.tyHub-X .our-journey-z:hover h5 {
    transform: translateY(-3px) translateZ(0);
}.tyHub-X a {
    display: block;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.tyHub-X a:hover {
    transform: translateY(-5px);
}.tyHub-X a::before {
    background: linear-gradient(135deg, transparent 45%, rgb(205,172,198) 55%);
    opacity: 0.1;
    width: 50px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotate(45deg) scale(0);
    right: -10px;
    height: 50px;
    z-index: 1;
    transform-origin: center;
    position: absolute;
    top: -10px;
    content: "";
}.tyHub-X a:hover::before {
    transform: rotate(45deg) scale(1);
}.tyHub-X p {
    background: linear-gradient(to right, rgba(rgb(189,127,189,0.5), 0.03), rgba(rgb(205,172,198,0.5), 0.03));
    padding: 1.5rem;
    font-weight: 400;
    color: #000000;
    border-left: 2px solid rgba(rgb(205,172,198,0.5), 0.2);
    font-size: 17px;
    transition: all 0.4s ease;
    margin: 0;
    line-height: 1.7;
    position: relative;
}.tyHub-X a:hover p {
    border-left: 2px solid rgb(205,172,198);
    background: linear-gradient(to right, rgba(rgb(189,127,189,0.5), 0.07), rgba(rgb(205,172,198,0.5), 0.07));
}

@media (min-width: 768px) {.tyHub-X .our-journey-z {
    padding: 4rem 5rem;
}.tyHub-X h5 {
    font-size: calc(24px * 1.2);
}.tyHub-X p {
    padding: 2rem;
    font-size: calc(17px * 1.05);
}
}

@media (min-width: 992px) {.tyHub-X {
    padding: 8rem 0;
}.tyHub-X .our-journey-z {
    padding: 5rem 6rem;
    margin: 0 auto;
    max-width: 90%;
}.tyHub-X .our-journey-z > div:first-child {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
}.tyHub-X .our-journey-z > div:first-child::after {
    width: 15%;
}
}

@media (max-width: 767px) {.tyHub-X {
    padding: 3rem 0;
}.tyHub-X .our-journey-z {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2rem;
}.tyHub-X h5 {
    font-size: calc(24px * 0.9);
}.tyHub-X p {
    font-size: calc(17px * 0.95);
    padding: 1rem;
    line-height: 1.6;
}.tyHub-X .our-journey-z > div:first-child {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
}
}

@media (max-width: 480px) {.tyHub-X {
    padding: 2rem 0;
}.tyHub-X .our-journey-z {
    padding: 1.5rem;
    transform: none;
}.tyHub-X h5 {
    font-size: calc(24px * 0.85);
}.tyHub-X p {
    padding: 0.75rem;
    line-height: 1.5;
    font-size: calc(17px * 0.9);
}}.primary-page-l {
    background: linear-gradient(135deg, rgb(221,208,219) 0%, rgb(205,172,198,0.5) 100%);
    position: relative;
    padding: 120px 0 80px;
    overflow: hidden;
}.primary-page-l::before {
    position: absolute;
    left: 0;
    opacity: 0.5;
    z-index: 0;
    background-size: 60px 60px;
    background-image: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 8%),
                    radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.1) 0%, transparent 6%);
    height: 100%;
    top: 0;
    width: 100%;
    content: "";
}.primary-page-l > div {
    margin: 0 auto;
    gap: 40px;
    align-items: center;
    z-index: 1;
    max-width: 1200px;
    grid-template-columns: 1fr 1fr;
    padding: 0 20px;
    position: relative;
    display: grid;
}.primary-page-l .course-welcome-X {
    transform: translateY(0);
    transition: transform 0.5s ease-out;
    color: #000000;
    position: relative;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
    font-size: 45px;
}.primary-page-l .course-welcome-X::after {
    transition: transform 0.6s ease-out;
    left: 0;
    bottom: -10px;
    transform: scaleX(0);
    transform-origin: left;
    position: absolute;
    background: rgb(205,172,198);
    content: "";
    height: 4px;
    width: 80px;
}.primary-page-l:hover .course-welcome-X::after {
    transform: scaleX(1);
}.primary-page-l p {
    opacity: 0;
    font-size: calc(13px * 1.2);
    animation: fade-in-up 0.7s ease-out forwards 0.3s;
    color: #000000;
    transform: translateY(20px);
    line-height: 1.6;
    max-width: 90%;
    margin-bottom: 30px;
}.primary-page-l .study-tech-E {
    height: 100%;
    perspective: 1000px;
    position: relative;
}.primary-page-l .learn-online-L {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: rotateY(-5deg) translateZ(0);
    position: relative;
    overflow: hidden;
    transition: transform 0.5s ease;
    height: 400px;
}.primary-page-l .learn-online-L:hover {
    transform: rotateY(0) translateZ(20px);
}.primary-page-l .learn-online-L::before {
    left: 0;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.5) 100%);
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    z-index: 1;
    width: 100%;
}.primary-page-l .learn-online-L span {
    position: absolute;
    transition: transform 0.4s ease;
    transform: translateY(10px);
    z-index: 2;
    left: 0;
    padding: 30px 25px;
    width: 100%;
    bottom: 0;
}.primary-page-l .learn-online-L:hover span {
    transform: translateY(0);
}.primary-page-l .learn-online-L h3 {
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    font-size: 24px;
    margin: 0;
    line-height: 1.4;
}

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

@media (max-width: 992px) {.primary-page-l {
    padding: 100px 0 60px;
}.primary-page-l > div {
    grid-template-columns: 1fr;
    gap: 30px;
}.primary-page-l .course-welcome-X {
    font-size: calc(45px * 0.9);
}.primary-page-l p {
    max-width: 100%;
    font-size: 13px;
}.primary-page-l .learn-online-L {
    height: 350px;
    transform: rotateY(0) translateZ(0);
}
}

@media (max-width: 768px) {.primary-page-l {
    padding: 80px 0 50px;
}.primary-page-l > div {
    padding: 0 15px;
}.primary-page-l .course-welcome-X {
    font-size: calc(45px * 0.8);
}.primary-page-l .learn-online-L {
    height: 300px;
}.primary-page-l .learn-online-L h3 {
    font-size: calc(24px * 0.9);
}
}

@media (max-width: 576px) {.primary-page-l {
    padding: 60px 0 40px;
}.primary-page-l .course-welcome-X {
    font-size: calc(45px * 0.7);
}.primary-page-l p {
    margin-bottom: 20px;
    font-size: calc(13px * 0.95);
}.primary-page-l .learn-online-L {
    height: 250px;
}.primary-page-l .learn-online-L span {
    padding: 20px 15px;
}.primary-page-l .learn-online-L h3 {
    font-size: calc(24px * 0.8);
}}.cookie-popup-advisory-b {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 90;
    background: rgb(221,208,219);
    border-top: 2px solid rgb(205,172,198);
}.edu-settings-E {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}#policyPopupWindow-r {
    display: none;
}#policyPopupWindow-r:checked ~ .cookie-popup-advisory-b {
    opacity: 0;
    visibility: hidden;
}.cookie-popup-advisory-b h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookie-popup-advisory-b p {
    font-size: 18px;
}.track-bar-w {
    flex-shrink: 0;
    margin-right: 10px;
}.track-bar-w svg, .track-bar-w svg path, .track-bar-w img {
    height: 100px;
    width: 100px;
    fill: rgb(205,172,198);
}.manage-cookies-Q {
    border-bottom: 2px solid rgb(205,172,198);
    margin-left: 10px;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    line-height: 35px;
    text-decoration: none;
    font-size: 24px;
    color: rgb(205,172,198);
    min-width: 120px;
    flex-shrink: 0;
}.cookie-popup-advisory-b p a {
    text-decoration: none;
    color: rgb(205,172,198);
}
@media only screen and (max-width: 1200px) {.cookie-popup-advisory-b {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.track-bar-w {
    display: none;
}.edu-settings-E {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.cookie-popup-advisory-b h5 {
    text-align: center;
}.cookie-popup-advisory-b p {
    text-align: center;
}.user-tracker-g {
    margin-bottom: 20px;
}body .warp-container-Y .manage-cookies-Q {
    margin-bottom: 10px;
    margin-left: 0;
}}
.warp-container-Y .cookie-popup-advisory-b {
    background: #ffffff;
    box-shadow: rgb(205,172,198,0.5) 0px 0px 40px 39px;
    border: none;
}.warp-container-Y .manage-cookies-Q {
    background: rgb(205,172,198);
    font-weight: 400;
    padding: 10px;
    border: none;
    color: #ffffff;
    margin-left: 30px;
    font-size: 20px;
}.warp-container-Y .track-bar-w {
    width: 80px;
    align-items: center;
    justify-content: center;
    height: 80px;
    display: flex;
    border-radius: 50%;
    background:rgb(205,172,198);
}.warp-container-Y .track-bar-w svg, .warp-container-Y .track-bar-w svg path, .warp-container-Y .track-bar-w img {
    height: 40px;
    width: 40px;
    fill:#000000;
}.warp-container-Y .user-tracker-g h5, .warp-container-Y .user-tracker-g p {
    color: #000000;
}
@media only screen and (max-width: 800px){.warp-container-Y .track-bar-w {
    margin: 0;
    margin-bottom: 14px;
}}.get-updates-P {
    overflow: hidden;
    padding: 4rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(221,208,219), rgb(205,172,198,0.5) 80%);
}.get-updates-P::before {
    opacity: 0.15;
    right: -10%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(225deg, rgb(189,127,189) 10%, transparent 70%);
    pointer-events: none;
    width: 40%;
    content: "";
    transform: rotate(-15deg) translateZ(0);
    height: 70%;
    top: -10%;
}.get-updates-P::after {
    opacity: 0.1;
    position: absolute;
    clip-path: polygon(0 0, 100% 25%, 80% 100%, 0 90%);
    background: linear-gradient(45deg, rgb(205,172,198) 20%, transparent 80%);
    pointer-events: none;
    left: -5%;
    bottom: -5%;
    height: 60%;
    transform: rotate(10deg) translateZ(0);
    z-index: 1;
    content: "";
    width: 35%;
}.get-updates-P .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.get-updates-P .our-journey-z {
    flex-direction: column;
    overflow: hidden;
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 3rem;
    transform: translateZ(0);
    position: relative;
    background: #ffffff;
}.get-updates-P .our-journey-z::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    animation: gradientMove 8s ease-in-out infinite;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, rgb(205,172,198), rgb(189,127,189), rgb(205,172,198));
    background-size: 200% 100%;
}.get-updates-P h3 {
    line-height: 1.4;
    max-width: 90%;
    font-size: clamp(1.25rem, 1rem + 1.5vw, 1.75rem);
    font-weight: 600;
    font-family: Arial, sans-serif;
    margin-bottom: 2rem;
    color: #000000;
}.get-updates-P .input_holder {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 1.25rem;
    position: relative;
}.get-updates-P .input_holder > div {
    position: relative;
    flex: 1;
}.get-updates-P input[type="email"] {
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 1rem 1.25rem;
    font-size: 14px;
    width: 100%;
    background-color: rgba(245, 247, 250, 0.95);
    color: #000000;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    font-family: Arial, sans-serif;
}.get-updates-P input[type="email"]:focus {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(rgb(205,172,198,0.5), 0.15);
    background-color: #ffffff;
    border-color: rgb(205,172,198);
    outline: none;
}.get-updates-P input[type="email"]::placeholder {
    transition: color 0.3s ease;
    color: rgba(rgba(0, 0, 0, 0.5), 0.6);
}.get-updates-P input[type="email"]:focus::placeholder {
    color: rgba(rgba(0, 0, 0, 0.5), 0.3);
}.get-updates-P .email-block-P {
    background: linear-gradient(135deg, rgb(205,172,198), rgb(189,127,189));
    align-self: flex-start;
    z-index: 1;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 0.9rem 1.5rem;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    border: none;
    overflow: hidden;
    font-size: 16px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.get-updates-P .email-block-P::before {
    z-index: -1;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    position: absolute;
    content: "";
    left: -100%;
    transition: all 0.6s ease;
    top: 0;
}.get-updates-P .email-block-P:hover {
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}.get-updates-P .email-block-P:hover::before {
    left: 100%;
}.get-updates-P .email-block-P:active {
    transform: translateY(-1px);
}

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

@media (min-width: 768px) {.get-updates-P {
    padding: 5rem 3rem;
}.get-updates-P .our-journey-z {
    padding: 3.5rem 4rem;
    border-left: 4px solid rgb(205,172,198);
}.get-updates-P .input_holder {
    flex-direction: row;
    align-items: stretch;
}.get-updates-P h3 {
    font-size: clamp(1.5rem, 1.25rem + 1.5vw, 2rem);
    max-width: 80%;
}.get-updates-P input[type="email"] {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}.get-updates-P .email-block-P {
    align-self: stretch;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
}

@media (min-width: 992px) {.get-updates-P {
    padding: 6rem 2rem;
}.get-updates-P .our-journey-z {
    padding: 4rem 5rem;
    background: linear-gradient(to right, #ffffff 60%, rgba(245, 247, 250, 0.9) 100%);
}.get-updates-P h3 {
    max-width: 70%;
}.get-updates-P .input_holder {
    max-width: 80%;
}
}

@media (max-width: 767px) {.get-updates-P .our-journey-z {
    padding: 2.5rem 1.5rem;
}.get-updates-P h3 {
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
}.get-updates-P .email-block-P {
    width: 100%;
    margin-top: 0.5rem;
}
}

@media (hover: none) {.get-updates-P .email-block-P:hover {
    transform: none;
    box-shadow: none;
}.get-updates-P input[type="email"]:focus {
    transform: none;
}}.about-this-Q {
    padding: 100px 0;
    overflow: hidden;
    background: rgb(221,208,219);
    position: relative;
}.about-this-Q::before {
    opacity: 0.6;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(205,172,198,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 90%, rgb(189,127,189,0.5) 0%, transparent 40%);
    z-index: 0;
    top: 0;
}.about-this-Q .container {
    position: relative;
    z-index: 1;
}.about-this-Q .our-journey-z {
    position: relative;
}.about-this-Q h3 {
    display: inline-block;
    margin-bottom: 50px;
    color: #000000;
    transform: translateX(-50%);
    position: relative;
    left: 50%;
    font-weight: 700;
    text-align: center;
    font-size: 34px;
}.about-this-Q h3::after {
    position: absolute;
    transform: translateX(-50%);
    bottom: -15px;
    content: "";
    height: 3px;
    width: 60px;
    background: rgb(205,172,198);
    left: 50%;
}.about-this-Q .learn-identity-m {
    flex-direction: column;
    display: flex;
    margin-bottom: 70px;
    position: relative;
}.about-this-Q .learn-identity-m span {
    font-weight: 600;
    color: rgb(205,172,198);
    display: block;
    font-size: 22px;
    margin-bottom: 20px;
}.about-this-Q .learn-identity-m p {
    margin-bottom: 30px;
    font-size: 15px;
    color: #000000;
    line-height: 1.7;
    width: 60%;
}.about-this-Q .learn-identity-m .photo-card-y {
    top: 0;
    width: 35%;
    border-radius: 20px;
    right: 0;
    height: 100%;
    position: absolute;
    box-shadow: -15px 15px 0 rgb(205,172,198,0.5);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}.about-this-Q .learn-identity-m .photo-card-y:hover {
    box-shadow: -20px 20px 0 rgb(205,172,198,0.5);
    transform: translate(5px, -5px);
}.about-this-Q .quick-studies-F {
    flex-direction: column;
    position: relative;
    display: flex;
    margin-top: 50px;
}.about-this-Q .quick-studies-F p {
    line-height: 1.7;
    font-size: 15px;
    margin-bottom: 30px;
    width: 60%;
    margin-left: auto;
    color: #000000;
}.about-this-Q .quick-studies-F .corp-culture-I {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 15px 15px 0 rgb(189,127,189,0.5);
    position: absolute;
    border-radius: 20px;
    left: 0;
    width: 35%;
    top: 0;
    height: 100%;
}.about-this-Q .quick-studies-F .corp-culture-I:hover {
    box-shadow: 20px 20px 0 rgb(189,127,189,0.5);
    transform: translate(-5px, -5px);
}.about-this-Q .our-journey-z::before {
    top: -100px;
    left: -100px;
    z-index: -1;
    width: 200px;
    height: 200px;
    content: "";
    border-radius: 50%;
    position: absolute;
    animation: rotate 30s infinite linear;
    border: 2px dashed rgb(205,172,198,0.5);
}.about-this-Q .our-journey-z::after {
    content: "";
    border: 2px dashed rgb(189,127,189,0.5);
    z-index: -1;
    right: -75px;
    border-radius: 50%;
    position: absolute;
    animation: rotate 20s infinite linear reverse;
    width: 150px;
    height: 150px;
    bottom: -75px;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.about-this-Q .learn-identity-m::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 50%;
    bottom: -35px;
    background: linear-gradient(to right, rgb(205,172,198,0.5), transparent);
    left: 0;
}.about-this-Q .learn-identity-m svg {
    position: absolute;
    top: 10px;
    opacity: 0.7;
    left: -45px;
    height: 30px;
    width: 30px;
    color: rgb(205,172,198);
}.about-this-Q .learn-identity-m svg path {
    fill: rgb(205,172,198);
}.about-this-Q .quick-studies-F svg {
    top: 10px;
    right: -45px;
    height: 30px;
    width: 30px;
    position: absolute;
    color: rgb(189,127,189);
    opacity: 0.7;
}.about-this-Q .quick-studies-F svg path {
    fill: rgb(189,127,189);
}.about-this-Q .container::before {
    opacity: 0.05;
    content: "";
    background-size: 20px 20px;
    position: absolute;
    height: 100%;
    z-index: -1;
    width: 100%;
    background-image: linear-gradient(45deg, rgb(221,208,219) 25%, transparent 25%),
                      linear-gradient(-45deg, rgb(221,208,219) 25%, transparent 25%),
                      linear-gradient(45deg, transparent 75%, rgb(221,208,219) 75%),
                      linear-gradient(-45deg, transparent 75%, rgb(221,208,219) 75%);
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}

@media screen and (max-width: 1024px) {.about-this-Q {
    padding: 80px 0;
}.about-this-Q h3 {
    margin-bottom: 40px;
    font-size: calc(34px * 0.9);
}.about-this-Q .learn-identity-m p,
    .about-this-Q .quick-studies-F p {
    width: 55%;
}.about-this-Q .learn-identity-m .photo-card-y,
    .about-this-Q .quick-studies-F .corp-culture-I {
    width: 40%;
}
}

@media screen and (max-width: 768px) {.about-this-Q {
    padding: 60px 0;
}.about-this-Q h3 {
    margin-bottom: 35px;
    font-size: calc(34px * 0.8);
}.about-this-Q .learn-identity-m {
    margin-bottom: 50px;
}.about-this-Q .learn-identity-m p,
    .about-this-Q .quick-studies-F p {
    margin-bottom: 230px;
    width: 100%;
}.about-this-Q .learn-identity-m .photo-card-y,
    .about-this-Q .quick-studies-F .corp-culture-I {
    top: auto;
    position: relative;
    right: auto;
    left: auto;
    margin-bottom: 20px;
    width: 100%;
    height: 200px;
}.about-this-Q .learn-identity-m .photo-card-y {
    margin-top: -230px;
}.about-this-Q .quick-studies-F .corp-culture-I {
    order: -1;
    margin-bottom: 20px;
}.about-this-Q .quick-studies-F {
    flex-direction: column;
    display: flex;
}.about-this-Q .learn-identity-m svg,
    .about-this-Q .quick-studies-F svg {
    margin-bottom: 10px;
    display: block;
    position: static;
}
}

@media screen and (max-width: 480px) {.about-this-Q {
    padding: 40px 0;
}.about-this-Q h3 {
    margin-bottom: 30px;
    font-size: calc(34px * 0.7);
}.about-this-Q h3::after {
    width: 40px;
    bottom: -10px;
}.about-this-Q .learn-identity-m {
    margin-bottom: 40px;
}.about-this-Q .learn-identity-m p,
    .about-this-Q .quick-studies-F p {
    font-size: calc(15px * 0.9);
    margin-bottom: 180px;
}.about-this-Q .learn-identity-m .photo-card-y,
    .about-this-Q .quick-studies-F .corp-culture-I {
    height: 160px;
}.about-this-Q .learn-identity-m .photo-card-y {
    margin-top: -180px;
    box-shadow: -8px 8px 0 rgb(205,172,198,0.5);
}.about-this-Q .quick-studies-F .corp-culture-I {
    box-shadow: 8px 8px 0 rgb(189,127,189,0.5);
}.about-this-Q .learn-identity-m .photo-card-y:hover {
    transform: translate(3px, -3px);
    box-shadow: -10px 10px 0 rgb(205,172,198,0.5);
}.about-this-Q .quick-studies-F .corp-culture-I:hover {
    transform: translate(-3px, -3px);
    box-shadow: 10px 10px 0 rgb(189,127,189,0.5);
}.about-this-Q .learn-identity-m span {
    margin-bottom: 15px;
    font-size: calc(22px * 0.9);
}.about-this-Q .our-journey-z::before,
    .about-this-Q .our-journey-z::after {
    width: 100px;
    height: 100px;
}}footer {
    position: relative;
    width: 100%;
}footer .idea-pool-G {
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    background-color: rgb(189,127,189);
    padding: 80px 0 30px;
}footer .idea-pool-G::before {
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    background-image: 
        linear-gradient(30deg, rgb(189,127,189) 12%, transparent 12.5%, transparent 87%, rgb(189,127,189) 87.5%, rgb(189,127,189)),
        linear-gradient(150deg, rgb(189,127,189) 12%, transparent 12.5%, transparent 87%, rgb(189,127,189) 87.5%, rgb(189,127,189)),
        linear-gradient(30deg, rgb(189,127,189) 12%, transparent 12.5%, transparent 87%, rgb(189,127,189) 87.5%, rgb(189,127,189)),
        linear-gradient(150deg, rgb(189,127,189) 12%, transparent 12.5%, transparent 87%, rgb(189,127,189) 87.5%, rgb(189,127,189)),
        linear-gradient(60deg, rgb(205,172,198,0.5) 25%, transparent 25.5%, transparent 75%, rgb(205,172,198,0.5) 75%, rgb(205,172,198,0.5)),
        linear-gradient(60deg, rgb(205,172,198,0.5) 25%, transparent 25.5%, transparent 75%, rgb(205,172,198,0.5) 75%, rgb(205,172,198,0.5));
    opacity: 0.05;
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    pointer-events: none;
    height: 100%;
    top: 0;
    background-size: 80px 140px;
}footer .idea-pool-G::after {
    position: absolute;
    height: 5px;
    pointer-events: none;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgb(205,172,198), rgb(189,127,189));
    content: "";
    width: 100%;
}footer .knowl-base-f {
    position: relative;
    z-index: 1;
}footer .team-contact-c {
    display: flex;
    margin-bottom: 60px;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}footer .info_item {
    min-width: 200px;
    min-height: 60px;
    position: relative;
    cursor: pointer;
    transition: all 0.4s ease;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 25px;
    max-width: 300px;
    flex: 0 1 auto;
    background-color: rgba(255, 255, 255, 0.03);
}footer .info_item::before {
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    position: absolute;
    content: "";
    pointer-events: none;
    background-color: rgb(189,127,189);
    z-index: -1;
}footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgb(205,172,198);
}footer .info_item svg {
    flex-shrink: 0;
    width: 20px;
    margin-right: 12px;
    fill: rgb(205,172,198);
    height: 20px;
    transition: fill 0.3s ease;
}footer .info_item:hover svg {
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    height: 100%;
    transition: all 0.3s ease;
    align-items: center;
    width: 100%;
    display: flex;
    cursor: pointer;
    text-overflow: ellipsis;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-decoration: none;
    z-index: 1;
    color: #ffffff;
}footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 50px;
    display: grid;
    position: relative;
    padding-top: 40px;
}footer .text_main_holder::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    height: 1px;
    position: absolute;
    top: 0;
    width: 80%;
    left: 10%;
    content: "";
    pointer-events: none;
}footer .top-main-y {
    padding: 20px;
    justify-content: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
    align-items: center;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    max-width: 350px;
    display: flex;
    position: relative;
}footer .top-main-y::before {
    left: 3px;
    z-index: -1;
    right: 3px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    top: 3px;
    background-color: rgb(189,127,189);
    bottom: 3px;
    pointer-events: none;
    position: absolute;
    content: "";
}footer .top-main-y svg {
    width: auto;
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
    height: 45px;
}footer .footer-disclaimer-N {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
}footer .main-info-V {
    position: relative;
    border-radius: 22px;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.03);
}footer .main-info-V h5 {
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    color: #ffffff;
    margin-bottom: 25px;
    position: relative;
}footer .main-info-V h5::after {
    left: 0;
    height: 2px;
    background-color: rgb(205,172,198);
    position: absolute;
    width: 50px;
    bottom: 0;
    content: "";
    pointer-events: none;
}footer .header-train-u {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 5px;
    margin-bottom: 20px;
}footer .header-train-u a {
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
    cursor: pointer;
    align-items: center;
    position: relative;
    border-radius: 10px;
    text-decoration: none;
    padding: 12px 15px;
    background-color: rgba(255, 255, 255, 0.03);
    font-size: 16px;
    display: flex;
}footer .header-train-u a::before {
    content: "";
    top: 50%;
    width: 0;
    opacity: 0;
    border-top: 4px solid transparent;
    transition: all 0.3s ease;
    transform: translateY(-50%);
    border-left: 4px solid rgb(205,172,198);
    position: absolute;
    pointer-events: none;
    left: 5px;
    border-bottom: 4px solid transparent;
    height: 0;
}footer .header-train-u a:hover {
    color: #ffffff;
    padding-left: 25px;
    background-color: rgba(255, 255, 255, 0.05);
}footer .header-train-u a:hover::before {
    opacity: 1;
}footer .subscribe_holder {
    padding: 30px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 22px;
}footer .subscribe_holder::before {
    position: absolute;
    background-size: 20px 20px;
    top: 0;
    opacity: 0.05;
    content: "";
    height: 100%;
    left: 0;
    border-radius: 22px;
    background-image: 
        linear-gradient(-45deg, transparent 48%, rgb(205,172,198,0.5) 49%, rgb(205,172,198,0.5) 51%, transparent 52%),
        linear-gradient(45deg, transparent 48%, rgb(205,172,198,0.5) 49%, rgb(205,172,198,0.5) 51%, transparent 52%);
    pointer-events: none;
    width: 100%;
}footer .subscribe_holder h5 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    line-height: 1.6;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
}footer .input_holder {
    gap: 15px;
    position: relative;
    flex-direction: column;
    width: 100%;
    z-index: 5;
    display: flex;
}footer .input_holder input[type="email"] {
    font-size: 16px;
    position: relative;
    width: 100%;
    z-index: 5;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    cursor: text;
    border-radius: 10px;
    transition: all 0.3s ease;
    appearance: none;
    -webkit-appearance: none;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 14px 16px;
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(205,172,198);
    outline: none;
    background-color: rgba(255, 255, 255, 0.08);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}footer .email-block-P {
    padding: 14px 20px;
    font-size: 20px;
    color: #ffffff;
    background-color: rgb(205,172,198);
    position: relative;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease;
    z-index: 5;
    cursor: pointer;
    border: none;
    width: 100%;
    font-weight: 600;
}footer .email-block-P:hover {
    background-color: rgb(189,127,189);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}footer .hackathon-r {
    margin-top: 50px;
    position: relative;
    text-align: center;
}footer .carbon-cta-m {
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    display: inline-block;
    font-size: 16px;
    padding: 0 20px;
}footer .carbon-cta-m::before,
footer .carbon-cta-m::after {
    content: "";
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    width: 20px;
    top: 50%;
    position: absolute;
    pointer-events: none;
}footer .carbon-cta-m::before {
    left: -10px;
    transform: rotate(-45deg);
}footer .carbon-cta-m::after {
    right: -10px;
    transform: rotate(45deg);
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .email-block-P {
    flex-shrink: 0;
    min-width: 150px;
    width: auto;
}footer .input_holder input[type="email"] {
    min-width: 0;
    flex: 1;
}
}

@media (max-width: 991px) {footer .header-train-u {
    grid-template-columns: 1fr;
}
}

@media (max-width: 767px) {footer .idea-pool-G {
    padding: 60px 0 30px;
}footer .team-contact-c {
    margin-bottom: 40px;
}footer .info_item {
    padding: 15px 20px;
    min-width: 150px;
}footer .main-info-V, footer .subscribe_holder {
    padding: 25px 20px;
}footer .top-main-y {
    padding: 15px;
    margin-bottom: 20px;
}footer .hackathon-r {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .idea-pool-G {
    padding: 50px 0 20px;
}footer .info_item {
    min-width: 100%;
}footer .main-info-V h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(20px - 2px);
}footer .main-info-V, footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .email-block-P {
    padding: 12px;
}}.contact-form-box-O {
    position: relative;
    background: linear-gradient(135deg, rgb(221,208,219) 0%, rgb(221,208,219) 50%, rgb(205,172,198,0.5) 150%);
    overflow: hidden;
    padding: 120px 0 100px;
}.contact-form-box-O::before {
    width: 100%;
    position: absolute;
    background-size: 30px 30px;
    background-image: 
        linear-gradient(to right, rgb(205,172,198,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(205,172,198,0.5) 1px, transparent 1px);
    height: 100%;
    z-index: 1;
    opacity: 0.05;
    left: 0;
    top: 0;
    content: "";
}.contact-form-box-O::after {
    bottom: 0;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(205,172,198) 15%, 
        rgb(189,127,189) 35%, 
        rgb(205,172,198) 65%, 
        transparent 100%);
    animation: scanline 3s infinite linear;
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
    height: 2px;
    z-index: 2;
}@keyframes scanline {
    0% {
        transform: translateX(-100%);
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0.5;
    }
}

.contact-form-box-O .photo-card-y {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    mix-blend-mode: luminosity;
    top: 0;
    opacity: 0.06;
    z-index: 0;
    filter: contrast(1.2) brightness(0.8) grayscale(0.5);
}.contact-form-box-O .photo-card-y::before {
    top: 0;
    mix-blend-mode: color-burn;
    background: repeating-linear-gradient(
        -45deg,
        rgb(205,172,198) 0,
        rgb(205,172,198) 5px,
        transparent 5px,
        transparent 10px
    );
    height: 100%;
    opacity: 0.03;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
}.contact-form-box-O .container {
    max-width: 1200px;
    position: relative;
    z-index: 3;
    margin: 0 auto;
    padding: 0 20px;
}.contact-form-box-O h3 {
    margin-bottom: 60px;
    text-align: center;
    text-transform: uppercase;
    color: rgb(205,172,198);
    position: relative;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 3px;
}.contact-form-box-O .request-inquiry-x {
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.02),
        0 0 0 15px rgb(221,208,219),
        0 0 30px rgb(205,172,198,0.5);
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    background: #ffffff;
    flex-wrap: wrap;
    z-index: 2;
    display: flex;
}.contact-form-box-O .request-inquiry-x::before {
    position: absolute;
    background: linear-gradient(90deg, rgb(205,172,198), rgb(189,127,189));
    left: 0;
    z-index: 3;
    height: 3px;
    top: 0;
    width: 100%;
    content: "";
}.contact-form-box-O .reach-map-T {
    z-index: 2;
    flex: 1 1 60%;
    position: relative;
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        #ffffff 85%,
        rgba(rgb(221,208,219), 0.3) 100%
    );
    padding: 50px;
}.contact-form-box-O .reach-map-T::after {
    opacity: 0.5;
    width: 40px;
    height: 40px;
    top: 20px;
    position: absolute;
    border-top: 2px solid rgb(205,172,198,0.5);
    border-right: 2px solid rgb(205,172,198,0.5);
    right: 20px;
    content: "";
}.contact-form-box-O .reach-map-T::before {
    content: "";
    border-left: 2px solid rgb(205,172,198,0.5);
    left: 20px;
    border-bottom: 2px solid rgb(205,172,198,0.5);
    height: 40px;
    width: 40px;
    opacity: 0.5;
    position: absolute;
    bottom: 20px;
}.contact-form-box-O .reach-map-T h3 {
    padding: 0 0 10px 0;
    font-size: 21px;
    text-align: left;
    border-bottom: 1px solid rgb(221,208,219);
    letter-spacing: normal;
    margin-bottom: 30px;
    color: #000000;
    text-transform: none;
}.contact-form-box-O .reach-map-T h3::before,
.contact-form-box-O .reach-map-T h3::after {
    display: none;
}.contact-form-box-O .reach-map-T input[type="text"],
.contact-form-box-O .reach-map-T textarea {
    background: rgb(221,208,219);
    border: none;
    transition: all 0.3s ease;
    border-radius: 10px;
    margin-bottom: 20px;
    width: 100%;
    padding: 16px 20px;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 16px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
}.contact-form-box-O .reach-map-T input[type="text"]:focus,
.contact-form-box-O .reach-map-T textarea:focus {
    background: #ffffff;
    outline: none;
    box-shadow: 
        inset 0 1px 3px rgba(0, 0, 0, 0.05),
        0 0 0 2px rgb(205,172,198,0.5);
}.contact-form-box-O .reach-map-T input[type="text"]::placeholder,
.contact-form-box-O .reach-map-T textarea::placeholder {
    transition: all 0.3s ease;
    color: #000000;
    opacity: 0.6;
}.contact-form-box-O .reach-map-T input[type="text"]:focus::placeholder,
.contact-form-box-O .reach-map-T textarea:focus::placeholder {
    opacity: 0.4;
    transform: translateX(5px);
}.contact-form-box-O .reach-map-T textarea {
    min-height: 150px;
    resize: vertical;
}.contact-form-box-O .reach-map-T .request-block-W {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
}.contact-form-box-O .reach-map-T .request-block-W input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact-form-box-O .reach-map-T .request-block-W label {
    padding-left: 35px;
    color: #000000;
    position: relative;
    line-height: 1.6;
    font-size: 14px;
    cursor: pointer;
}.contact-form-box-O .reach-map-T .request-block-W label::before {
    border: 1px solid rgb(221,208,219);
    background: #ffffff;
    content: "";
    border-radius: 2px;
    left: 0;
    width: 20px;
    transition: all 0.2s ease;
    position: absolute;
    top: 2px;
    height: 20px;
}.contact-form-box-O .reach-map-T .request-block-W input[type="checkbox"]:checked + label::before {
    background: rgb(205,172,198);
    border-color: rgb(205,172,198);
}.contact-form-box-O .reach-map-T .request-block-W input[type="checkbox"]:checked + label::after {
    width: 6px;
    border: solid #ffffff;
    transform: rotate(45deg);
    content: "";
    position: absolute;
    border-width: 0 2px 2px 0;
    height: 12px;
    left: 7px;
    top: 4px;
}.contact-form-box-O .reach-map-T .request-block-W a {
    transition: all 0.3s ease;
    background-image: linear-gradient(
        transparent calc(100% - 2px),
        rgb(205,172,198,0.5) 2px
    );
    background-repeat: no-repeat;
    text-decoration: none;
    color: rgb(205,172,198);
    font-weight: 600;
    transition: background-size 0.3s ease;
    background-size: 0% 100%;
}.contact-form-box-O .reach-map-T .request-block-W a:hover {
    background-size: 100% 100%;
}.contact-form-box-O .reach-map-T .reach-info-y {
    position: relative;
    cursor: pointer;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgb(205,172,198,0.5);
    padding: 16px 30px;
    z-index: 1;
    border: none;
    font-weight: 600;
    transition: all 0.4s ease;
    overflow: hidden;
    border-radius: 10px;
    color: #ffffff;
    background: rgb(205,172,198);
    font-size: 14px;
}.contact-form-box-O .reach-map-T .reach-info-y::before {
    transition: opacity 0.4s ease;
    content: "";
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(189,127,189) 0%,
        rgb(189,127,189) 10%,
        rgb(205,172,198) 10%,
        rgb(205,172,198) 20%
    );
    width: 100%;
    z-index: -1;
    top: 0;
    opacity: 0;
    height: 100%;
    background-size: 200% 200%;
    position: absolute;
}.contact-form-box-O .reach-map-T .reach-info-y:hover {
    box-shadow: 0 8px 20px rgb(205,172,198,0.5);
    transform: translateY(-2px);
}.contact-form-box-O .reach-map-T .reach-info-y:hover::before {
    opacity: 1;
    animation: buttonBg 5s linear infinite;
}@keyframes buttonBg {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

.contact-form-box-O .support-feedback-I {
    overflow: hidden;
    z-index: 2;
    padding: 50px;
    background: rgb(221,208,219);
    flex: 1 1 35%;
    position: relative;
}.contact-form-box-O .support-feedback-I::before {
    left: 0;
    content: "";
    position: absolute;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(205,172,198,0.5) 0%, transparent 10px),
        radial-gradient(circle at 80% 70%, rgb(205,172,198,0.5) 0%, transparent 10px);
    top: 0;
    height: 100%;
    opacity: 0.1;
    background-size: 60px 60px;
    width: 100%;
}.contact-form-box-O .support-feedback-I::after {
    content: "";
    left: 0;
    background: 
        linear-gradient(90deg, transparent 90%, rgb(205,172,198,0.5) 100%),
        linear-gradient(180deg, transparent 90%, rgb(205,172,198,0.5) 100%);
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.3;
    width: 100%;
}.contact-form-box-O .support-feedback-I h4 {
    font-size: 21px;
    font-weight: 600;
    padding-bottom: 15px;
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    margin-bottom: 40px;
}.contact-form-box-O .support-feedback-I h4::after {
    content: "";
    background: linear-gradient(90deg, rgb(205,172,198), rgb(189,127,189));
    width: 50px;
    left: 0;
    bottom: -1px;
    height: 3px;
    position: absolute;
}.contact-form-box-O .support-feedback-I .request-help-R {
    padding: 0;
    list-style: none;
    margin: 0;
}.contact-form-box-O .support-feedback-I .request-help-R li {
    padding: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    margin-bottom: 25px;
    backdrop-filter: blur(5px);
    border-left: 3px solid rgb(205,172,198);
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
}.contact-form-box-O .support-feedback-I .request-help-R li::before {
    left: 0;
    z-index: 2;
    position: absolute;
    background: rgb(205,172,198);
    height: 100%;
    content: "";
    top: 0;
    width: 3px;
}.contact-form-box-O .support-feedback-I .request-help-R li::after {
    left: 0;
    width: 100%;
    background: rgb(205,172,198,0.5);
    content: "";
    position: absolute;
    z-index: -1;
    transition: all 0.3s ease;
    height: 100%;
    opacity: 0;
    top: 0;
}.contact-form-box-O .support-feedback-I .request-help-R li:hover {
    transform: translateX(5px);
    border-left-color: rgb(189,127,189);
}.contact-form-box-O .support-feedback-I .request-help-R li:hover::after {
    opacity: 0.05;
}.contact-form-box-O .support-feedback-I .request-help-R li svg {
    position: relative;
    height: 22px;
    z-index: 2;
    transition: all 0.3s ease;
    margin-right: 15px;
    width: 22px;
}.contact-form-box-O .support-feedback-I .request-help-R li:hover svg {
    transform: scale(1.2);
}.contact-form-box-O .support-feedback-I .request-help-R li svg path {
    transition: all 0.3s ease;
    fill: rgb(205,172,198);
}.contact-form-box-O .support-feedback-I .request-help-R li:hover svg path {
    fill: rgb(189,127,189);
}.contact-form-box-O .support-feedback-I .request-help-R li span {
    font-size: 16px;
    z-index: 2;
    color: #000000;
    position: relative;
}.contact-form-box-O .support-feedback-I .request-help-R li a {
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    color: #000000;
}.contact-form-box-O .support-feedback-I .request-help-R li a::before {
    transition: transform 0.3s ease;
    width: 100%;
    height: 1px;
    position: absolute;
    content: "";
    transform-origin: right;
    background: rgb(205,172,198);
    transform: scaleX(0);
    left: 0;
    bottom: -2px;
}.contact-form-box-O .support-feedback-I .request-help-R li a:hover {
    color: rgb(205,172,198);
}.contact-form-box-O .support-feedback-I .request-help-R li a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

@media (max-width: 992px) {.contact-form-box-O {
    padding: 80px 0 60px;
}.contact-form-box-O h3 {
    margin-bottom: 40px;
}.contact-form-box-O .request-inquiry-x {
    flex-direction: column;
}.contact-form-box-O .reach-map-T,
    .contact-form-box-O .support-feedback-I {
    flex: 1 1 100%;
}.contact-form-box-O .support-feedback-I {
    border-top: 1px solid rgb(221,208,219);
}
}

@media (max-width: 768px) {.contact-form-box-O {
    padding: 60px 0;
}.contact-form-box-O h3 {
    margin-bottom: 35px;
    font-size: calc(32px * 0.85);
}.contact-form-box-O .reach-map-T h3,
    .contact-form-box-O .support-feedback-I h4 {
    font-size: calc(21px * 0.9);
}.contact-form-box-O .reach-map-T,
    .contact-form-box-O .support-feedback-I {
    padding: 35px;
}.contact-form-box-O .reach-map-T::before,
    .contact-form-box-O .reach-map-T::after {
    height: 30px;
    width: 30px;
}.contact-form-box-O .reach-map-T input[type="text"],
    .contact-form-box-O .reach-map-T textarea {
    padding: 14px 16px;
}
}

@media (max-width: 576px) {.contact-form-box-O {
    padding: 50px 0;
}.contact-form-box-O h3 {
    font-size: calc(32px * 0.7);
    margin-bottom: 30px;
}.contact-form-box-O .request-inquiry-x {
    box-shadow: 
            0 15px 30px rgba(0, 0, 0, 0.1),
            0 0 0 1px rgba(0, 0, 0, 0.02),
            0 0 0 8px rgb(221,208,219);
}.contact-form-box-O .reach-map-T,
    .contact-form-box-O .support-feedback-I {
    padding: 25px 20px;
}.contact-form-box-O .reach-map-T::before,
    .contact-form-box-O .reach-map-T::after {
    display: none;
}.contact-form-box-O .reach-map-T input[type="text"],
    .contact-form-box-O .reach-map-T textarea {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact-form-box-O .reach-map-T .request-block-W label {
    font-size: calc(14px * 0.9);
}.contact-form-box-O .reach-map-T .reach-info-y {
    width: 100%;
    padding: 14px 20px;
}.contact-form-box-O .support-feedback-I .request-help-R li {
    padding: 12px;
    margin-bottom: 15px;
}}.quantitative-data-x {
    position: relative;
    padding: 100px 0;
    color: #ffffff;
    overflow: hidden;
}.quantitative-data-x::before {
    width: 100%;
    background: rgba(0, 0, 0, 0.65);
    top: 0;
    height: 100%;
    z-index: -1;
    content: '';
    left: 0;
    position: absolute;
}.quantitative-data-x .container {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.quantitative-data-x .pro-statistics-i {
    overflow: hidden;
    position: relative;
    border-radius: 16px;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.6);
    padding: 50px;
}.quantitative-data-x .pro-statistics-i::before {
    position: absolute;
    content: '';
    top: 0;
    background: 
        linear-gradient(135deg, rgba(rgb(205,172,198), 0.1) 0%, transparent 100%),
        radial-gradient(circle at 20% 30%, rgba(rgb(205,172,198), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(189,127,189), 0.05) 0%, transparent 50%);
    width: 100%;
    left: 0;
    height: 100%;
    z-index: -1;
}.quantitative-data-x .statistics-advance-T {
    background: rgba(rgb(205,172,198), 0.1);
    position: absolute;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    top: 30px;
    height: 60px;
    right: 30px;
    align-items: center;
    border: 1px solid rgba(rgb(205,172,198), 0.3);
    width: 60px;
}.quantitative-data-x .statistics-advance-T svg {
    fill: rgb(205,172,198);
    height: 30px;
    width: 30px;
}.quantitative-data-x .statistics-advance-T svg path {
    fill: rgb(205,172,198);
}.quantitative-data-x .statistics-elevation-U {
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 29px;
    padding-right: 80px;
    font-weight: 700;
}.quantitative-data-x .boost-statistics-w {
    max-width: 800px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 40px;
}.quantitative-data-x .mentor-statistics-g {
    position: relative;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    gap: 30px;
    padding-top: 30px;
    display: grid;
}.quantitative-data-x .extra-statistics-O {
    border-radius: 10px;
    padding: 30px 20px;
    display: flex;
    text-align: center;
    flex-direction: column;
    position: relative;
    transition: transform 0.3s ease;
    justify-content: center;
    background: rgba(255, 255, 255, 0.03);
    align-items: center;
}.quantitative-data-x .extra-statistics-O:hover {
    transform: translateY(-5px);
}.quantitative-data-x .statistics-experts-G {
    border-radius: 50%;
    display: flex;
    height: 60px;
    width: 60px;
    border: 1px solid rgba(rgb(205,172,198), 0.2);
    margin-bottom: 20px;
    align-items: center;
    background: rgba(rgb(205,172,198), 0.1);
    justify-content: center;
}.quantitative-data-x .statistics-experts-G svg {
    width: 30px;
    height: 30px;
    fill: rgb(205,172,198);
}.quantitative-data-x .statistics-experts-G svg path {
    fill: rgb(205,172,198);
}.quantitative-data-x .extra-statistics-O span {
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 2.2rem;
    font-weight: 700;
}.quantitative-data-x .extra-statistics-O p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

@media screen and (max-width: 991px) {.quantitative-data-x {
    padding: 80px 0;
}.quantitative-data-x .pro-statistics-i {
    padding: 40px;
}.quantitative-data-x .statistics-advance-T {
    width: 50px;
    right: 25px;
    top: 25px;
    height: 50px;
}.quantitative-data-x .statistics-advance-T svg {
    width: 25px;
    height: 25px;
}.quantitative-data-x .statistics-elevation-U {
    font-size: calc(29px * 0.9);
}.quantitative-data-x .boost-statistics-w {
    margin-bottom: 30px;
}.quantitative-data-x .mentor-statistics-g {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
}

@media screen and (max-width: 767px) {.quantitative-data-x {
    padding: 60px 0;
}.quantitative-data-x .pro-statistics-i {
    padding: 30px;
}.quantitative-data-x .statistics-advance-T {
    top: 20px;
    width: 40px;
    right: 20px;
    height: 40px;
}.quantitative-data-x .statistics-advance-T svg {
    width: 20px;
    height: 20px;
}.quantitative-data-x .statistics-elevation-U {
    padding-right: 50px;
    font-size: calc(29px * 0.85);
}.quantitative-data-x .boost-statistics-w {
    margin-bottom: 25px;
    font-size: calc(15px * 0.95);
}.quantitative-data-x .mentor-statistics-g {
    gap: 15px;
    padding-top: 25px;
}.quantitative-data-x .extra-statistics-O {
    padding: 25px 15px;
}.quantitative-data-x .statistics-experts-G {
    margin-bottom: 15px;
    height: 50px;
    width: 50px;
}.quantitative-data-x .statistics-experts-G svg {
    height: 25px;
    width: 25px;
}.quantitative-data-x .extra-statistics-O span {
    font-size: 2rem;
}
}

@media screen and (max-width: 575px) {.quantitative-data-x {
    padding: 50px 0;
}.quantitative-data-x .pro-statistics-i {
    padding: 25px 20px;
}.quantitative-data-x .statistics-advance-T {
    height: 35px;
    right: 15px;
    width: 35px;
    top: 15px;
}.quantitative-data-x .statistics-advance-T svg {
    height: 18px;
    width: 18px;
}.quantitative-data-x .statistics-elevation-U {
    margin-bottom: 15px;
    font-size: calc(29px * 0.8);
    padding-right: 40px;
}.quantitative-data-x .boost-statistics-w {
    font-size: calc(15px * 0.9);
    margin-bottom: 20px;
}.quantitative-data-x .mentor-statistics-g {
    gap: 15px;
    grid-template-columns: 1fr;
    padding-top: 20px;
}.quantitative-data-x .extra-statistics-O {
    padding: 20px 15px;
}.quantitative-data-x .statistics-experts-G {
    height: 45px;
    width: 45px;
    margin-bottom: 12px;
}.quantitative-data-x .statistics-experts-G svg {
    height: 22px;
    width: 22px;
}.quantitative-data-x .extra-statistics-O span {
    font-size: 1.8rem;
    margin-bottom: 8px;
}.quantitative-data-x .extra-statistics-O p {
    font-size: calc(15px * 0.85);
}}.customer-feedback-S {
    overflow: hidden;
    position: relative;
    padding: 7rem 0 5rem;
    background: linear-gradient(135deg, rgb(221,208,219) 0%, rgba(246, 246, 255, 0.9) 100%);
}.customer-feedback-S::before {
    top: 0;
    left: 0;
    background: 
        radial-gradient(circle at 15% 15%, rgba(rgb(205,172,198,0.5), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 85% 85%, rgba(rgb(189,127,189,0.5), 0.07) 0%, transparent 60%);
    height: 100%;
    content: "";
    z-index: 0;
    position: absolute;
    width: 100%;
}.customer-feedback-S::after {
    content: "";
    transform: rotate(-15deg) skewX(30deg);
    top: -10%;
    position: absolute;
    z-index: 0;
    right: -5%;
    width: 40%;
    height: 30%;
    background: linear-gradient(225deg, rgba(rgb(189,127,189,0.5), 0.1), transparent);
}.customer-feedback-S .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}.customer-feedback-S h2 {
    color: #000000;
    margin-bottom: 3.5rem;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    text-align: center;
    transform-origin: center bottom;
    font-weight: 700;
    letter-spacing: -0.01em;
    font-size: 38px;
}.customer-feedback-S h2::after {
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    height: 3px;
    content: "";
    width: 80px;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(205,172,198), rgb(189,127,189));
}.customer-feedback-S .success-testimonials-B {
    padding: 0;
    display: grid;
    perspective: 1000px;
    gap: 2.5rem;
    list-style: none;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.customer-feedback-S .opinion-spot-T {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s ease;
    transform-style: preserve-3d;
    border-left: 3px solid rgb(205,172,198);
    transform: perspective(1000px) rotateY(0deg) translateZ(0);
    padding: 2rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    position: relative;
}.customer-feedback-S .opinion-spot-T:hover {
    transform: perspective(1000px) rotateY(2deg) translateZ(10px) translateY(-8px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.06);
}.customer-feedback-S .opinion-spot-T::before {
    position: absolute;
    right: 20px;
    z-index: 0;
    top: 10px;
    font-family: Georgia, serif;
    color: rgba(rgb(189,127,189,0.5), 0.1);
    content: "";
    line-height: 1;
    font-size: 6rem;
}.customer-feedback-S .opinion-spot-T div {
    display: flex;
    align-items: center;
    z-index: 2;
    margin-bottom: 1.2rem;
    position: relative;
}.customer-feedback-S .opinion-spot-T img {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 60px;
    height: 60px;
    object-fit: cover;
    border: 2px solid rgba(rgb(205,172,198,0.5), 0.3);
    transform: rotate(-3deg);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    margin-right: 1rem;
}.customer-feedback-S .opinion-spot-T:hover img {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: rotate(0deg) scale(1.05);
}.customer-feedback-S .opinion-spot-T h4 {
    position: relative;
    margin: 0;
    font-weight: 600;
    font-size: 23px;
    color: #000000;
}.customer-feedback-S .opinion-spot-T h4::after {
    bottom: -5px;
    width: 30px;
    transform: scaleX(0);
    background: rgb(189,127,189);
    transform-origin: left;
    content: "";
    position: absolute;
    height: 2px;
    left: 0;
    transition: transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}.customer-feedback-S .opinion-spot-T:hover h4::after {
    transform: scaleX(1);
}.customer-feedback-S .description {
    font-size: 15px;
    z-index: 2;
    line-height: 1.6;
    position: relative;
    margin: 0;
    color: #000000;
}.customer-feedback-S .description::before {
    background: linear-gradient(to bottom, transparent, rgb(205,172,198), transparent);
    left: -10px;
    transition: height 0.5s ease, opacity 0.5s ease;
    content: "";
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    opacity: 0;
    width: 3px;
    height: 0;
}.customer-feedback-S .opinion-spot-T:hover .description::before {
    opacity: 0.5;
    height: 70%;
}.customer-feedback-S a {
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(rgb(205,172,198,0.5), 0.2);
    font-weight: 600;
    position: relative;
    transform: translateY(0);
    margin-top: 3rem;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    padding: 0.8rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(205,172,198) 0%, rgb(189,127,189) 100%);
    color: #ffffff;
    z-index: 2;
}.customer-feedback-S a::before {
    left: 0;
    opacity: 0;
    background: linear-gradient(135deg, rgb(189,127,189) 0%, rgb(205,172,198) 100%);
    position: absolute;
    height: 100%;
    transition: opacity 0.3s ease;
    width: 100%;
    z-index: -1;
    content: "";
    top: 0;
}.customer-feedback-S a:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(rgb(205,172,198,0.5), 0.3);
}.customer-feedback-S a:hover::before {
    opacity: 1;
}

@media (max-width: 992px) {.customer-feedback-S {
    padding: 5rem 0 4rem;
}.customer-feedback-S h2 {
    margin-bottom: 3rem;
    font-size: calc(38px * 0.9);
}.customer-feedback-S .success-testimonials-B {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 2rem;
}
}

@media (max-width: 768px) {.customer-feedback-S {
    padding: 4rem 0 3rem;
}.customer-feedback-S h2 {
    margin-bottom: 2.5rem;
    font-size: calc(38px * 0.8);
}.customer-feedback-S .success-testimonials-B {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.8rem;
}.customer-feedback-S .opinion-spot-T {
    padding: 1.8rem;
}.customer-feedback-S .opinion-spot-T img {
    height: 50px;
    width: 50px;
}
}

@media (max-width: 576px) {.customer-feedback-S {
    padding: 3rem 0 2.5rem;
}.customer-feedback-S h2 {
    font-size: calc(38px * 0.7);
    margin-bottom: 2rem;
}.customer-feedback-S .success-testimonials-B {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.customer-feedback-S .opinion-spot-T {
    padding: 1.5rem;
}.customer-feedback-S .opinion-spot-T::before {
    top: 5px;
    right: 15px;
    font-size: 5rem;
}.customer-feedback-S a {
    padding: 0.7rem 1.8rem;
    margin-top: 2rem;
}
}

@media (min-width: 1200px) {.customer-feedback-S .success-testimonials-B {
    grid-template-columns: repeat(4, 1fr);
}.customer-feedback-S .opinion-spot-T:nth-child(odd) {
    transform: perspective(1000px) rotateY(-1deg) translateZ(5px);
}.customer-feedback-S .opinion-spot-T:nth-child(even) {
    transform: perspective(1000px) rotateY(1deg) translateZ(5px);
}.customer-feedback-S .opinion-spot-T:nth-child(odd):hover {
    transform: perspective(1000px) rotateY(2deg) translateZ(15px) translateY(-8px);
}.customer-feedback-S .opinion-spot-T:nth-child(even):hover {
    transform: perspective(1000px) rotateY(-2deg) translateZ(15px) translateY(-8px);
}
}

@media (prefers-reduced-motion: reduce) {.customer-feedback-S .opinion-spot-T,
    .customer-feedback-S .opinion-spot-T:hover,
    .customer-feedback-S .opinion-spot-T img,
    .customer-feedback-S .opinion-spot-T:hover img,
    .customer-feedback-S a,
    .customer-feedback-S a:hover {
    transform: none;
    transition: none;
}}.pricing-list-item-E {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background-color: rgb(221,208,219);
}.pricing-list-item-E::before {
    content: "";
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(var(--secondary-color-rgb), 0.03) 0%,
        rgba(var(--secondary-color-rgb), 0.01) 40%, 
        rgba(var(--primary-color-rgb), 0.02) 60%, 
        rgba(var(--primary-color-rgb), 0.05) 100%);
    z-index: 0;
    height: 120%;
    left: -5%;
    width: 110%;
    top: -10%;
    transform: rotate(-3deg);
}.pricing-list-item-E .container {
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.pricing-list-item-E .fee-options-l {
    flex-direction: column;
    display: flex;
}.pricing-list-item-E .cost-summary-z {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
    order: 1;
}.pricing-list-item-E .cost-summary-z h2 {
    -webkit-background-clip: text !important;
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    color: #000000;
    background: linear-gradient(120deg, rgb(189,127,189), rgb(205,172,198));
    margin-bottom: 15px;
    transform: translateY(0);
    font-size: 30px;
    -webkit-text-fill-color: transparent;
}.pricing-list-item-E .cost-summary-z:hover h2 {
    transform: translateY(-5px);
}.pricing-list-item-E .fee-chart-J {
    line-height: 1.6;
    color: #000000;
    margin: 0 auto;
    max-width: 700px;
    font-size: 15px;
    position: relative;
}.pricing-list-item-E .fee-chart-J::after {
    background: linear-gradient(90deg, rgb(189,127,189), rgb(205,172,198));
    transform: translateX(-50%) scaleX(0.7);
    position: absolute;
    height: 3px;
    width: 100px;
    content: "";
    bottom: -15px;
    transition: transform 0.5s ease;
    left: 50%;
}.pricing-list-item-E .cost-summary-z:hover .fee-chart-J::after {
    transform: translateX(-50%) scaleX(1);
}.pricing-list-item-E .member-plans-b {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    gap: 30px;
    display: grid;
    order: 2;
}.pricing-list-item-E .lesson-fees-w {
    perspective: 1000px;
    border-radius: 11px;
    position: relative;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    z-index: 1;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-style: preserve-3d;
    background-color: #ffffff;
    overflow: hidden;
    display: block;
    text-decoration: none;
}.pricing-list-item-E .lesson-fees-w::before {
    height: 5px;
    transform: scaleX(0.85);
    background: linear-gradient(90deg, rgb(189,127,189), rgb(205,172,198));
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    z-index: 2;
    position: absolute;
    left: 0;
    transform-origin: left;
    content: "";
    width: 100%;
}.pricing-list-item-E .lesson-fees-w:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(var(--secondary-color-rgb), 0.12);
}.pricing-list-item-E .lesson-fees-w:hover::before {
    transform: scaleX(1);
}.pricing-list-item-E .fee-plan-j {
    display: flex;
    flex-direction: column;
    height: 100%;
}.pricing-list-item-E .study-costs-L {
    overflow: hidden;
    flex-grow: 1;
    flex-direction: column;
    position: relative;
    z-index: 1;
    display: flex;
    padding: 30px;
}.pricing-list-item-E .study-costs-L::before {
    z-index: -1;
    width: 100%;
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, 
        rgba(var(--white-color-rgb), 0.7) 0%, 
        rgba(var(--white-color-rgb), 1) 60%);
}.pricing-list-item-E .study-costs-L h3 {
    margin-bottom: 15px;
    font-size: calc(22px + 2px);
    position: relative;
    font-weight: 700;
    color: #000000;
    transition: transform 0.4s ease;
}.pricing-list-item-E .lesson-fees-w:hover .study-costs-L h3 {
    transform: translateX(5px);
}.pricing-list-item-E .pricing-fees-m {
    position: relative;
    font-weight: 700;
    font-size: calc(22px + 8px);
    margin-bottom: 20px;
    transition: transform 0.4s ease, color 0.4s ease;
    padding: 5px 10px;
    display: inline-block;
    color: rgb(205,172,198);
}.pricing-list-item-E .pricing-fees-m::before {
    position: absolute;
    bottom: 0;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, rgb(189,127,189), rgb(205,172,198));
    transform: scaleX(0.3);
    height: 2px;
    transform-origin: left;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.pricing-list-item-E .lesson-fees-w:hover .pricing-fees-m {
    transform: translateY(-5px);
    color: rgb(189,127,189);
}.pricing-list-item-E .lesson-fees-w:hover .pricing-fees-m::before {
    transform: scaleX(1);
}.pricing-list-item-E .study-costs-L p {
    line-height: 1.6;
    color: #000000;
    font-size: 15px;
    hyphens: auto;
    margin-bottom: 0;
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    flex-grow: 1;
}.pricing-list-item-E .photo-card-y {
    width: 100%;
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 200px;
    overflow: hidden;
    position: relative;
}.pricing-list-item-E .photo-card-y::after {
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    background: linear-gradient(0deg, 
        rgba(var(--dark-color-rgb), 0.4) 0%, 
        rgba(var(--dark-color-rgb), 0) 40%);
    z-index: 1;
    position: absolute;
    height: 100%;
}.pricing-list-item-E .lesson-fees-w:hover .photo-card-y {
    transform: scale(1.05);
}

@media (min-width: 768px) {.pricing-list-item-E .member-plans-b {
    grid-template-columns: repeat(2, 1fr);
}.pricing-list-item-E .study-costs-L {
    padding: 35px;
}.pricing-list-item-E .photo-card-y {
    height: 220px;
}
}

@media (min-width: 992px) {.pricing-list-item-E .fee-options-l {
    flex-direction: row;
    align-items: center;
    gap: 60px;
}.pricing-list-item-E .cost-summary-z {
    flex: 0 0 30%;
    order: 2;
    margin-bottom: 0;
    text-align: left;
}.pricing-list-item-E .member-plans-b {
    grid-template-columns: repeat(2, 1fr);
    order: 1;
    flex: 0 0 65%;
}.pricing-list-item-E .fee-chart-J::after {
    transform: translateX(0) scaleX(0.7);
    left: 0;
}.pricing-list-item-E .cost-summary-z:hover .fee-chart-J::after {
    transform: translateX(0) scaleX(1);
}
}

@media (min-width: 1200px) {.pricing-list-item-E {
    padding: 150px 0;
}.pricing-list-item-E .member-plans-b {
    gap: 40px;
}.pricing-list-item-E .lesson-fees-w {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), 
                    box-shadow 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.pricing-list-item-E .lesson-fees-w:hover {
    transform: translateY(-15px) scale(1.02);
}.pricing-list-item-E .lesson-fees-w:nth-child(even) {
    transform: translateY(15px);
}.pricing-list-item-E .lesson-fees-w:nth-child(even):hover {
    transform: translateY(0) scale(1.02);
}.pricing-list-item-E .photo-card-y {
    height: 250px;
}}.course-features-U {
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(221,208,219) 0%, rgb(205,172,198,0.5) 100%);
    position: relative;
}.course-features-U::before {
    background: 
    radial-gradient(circle at 20% 20%, rgb(189,127,189,0.5) 0%, transparent 30%),
    radial-gradient(circle at 80% 80%, rgb(205,172,198,0.5) 0%, transparent 30%);
    height: 100%;
    z-index: 1;
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
}.course-features-U::after {
    background-size: 40px 40px;
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    background-image: 
    linear-gradient(90deg, rgb(205,172,198,0.5) 1px, transparent 1px),
    linear-gradient(0deg, rgb(205,172,198,0.5) 1px, transparent 1px);
    background-position: -1px -1px;
    height: 100%;
    opacity: 0.1;
    width: 100%;
    z-index: 1;
}.course-features-U .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 30px;
    max-width: 1200px;
}.course-features-U .our-journey-z {
    position: relative;
    grid-template-columns: 1fr 1.2fr;
    display: grid;
}.course-features-U .knowledge-guide-B {
    padding: 0 50px 0 0;
    align-items: flex-start;
    position: relative;
    justify-content: center;
    display: flex;
    flex-direction: column;
    z-index: 3;
}.course-features-U .top-main-y {
    perspective: 500px;
    transform-style: preserve-3d;
    margin-bottom: 30px;
    position: relative;
}.course-features-U .top-main-y::before {
    left: -15px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transform: translateZ(-10px);
    position: absolute;
    width: calc(100% + 30px);
    background-color: #ffffff;
    height: calc(100% + 30px);
    z-index: -1;
    content: "";
    top: -15px;
}.course-features-U .top-main-y::after {
    transform: translateZ(-5px);
    height: calc(100% + 10px);
    border-radius: calc(10px - 2px);
    border: 1px solid rgb(205,172,198,0.5);
    top: -5px;
    z-index: -1;
    content: "";
    width: calc(100% + 10px);
    left: -5px;
    position: absolute;
}.course-features-U .top-main-y svg {
    max-width: 140px;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
    transition: all 0.3s ease;
}.course-features-U .top-main-y svg path {
    transition: fill 0.3s ease;
    fill: rgb(205,172,198);
}.course-features-U .top-main-y:hover svg {
    transform: scale(1.05);
}.course-features-U .top-main-y:hover svg path {
    fill: rgb(189,127,189);
}.course-features-U h3 {
    border-left: 3px solid rgb(205,172,198);
    margin-bottom: 30px;
    line-height: 1.3;
    padding-left: 20px;
    font-weight: 700;
    color: #000000;
    font-size: 29px;
    position: relative;
}.course-features-U h3::after {
    bottom: -5px;
    background-color: rgb(189,127,189);
    width: 30px;
    left: -3px;
    height: 3px;
    content: "";
    position: absolute;
}.course-features-U p {
    padding-left: 20px;
    font-family: Arial, sans-serif;
    position: relative;
    margin-bottom: 0;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    line-height: 1.8;
}.course-features-U .photo-card-y {
    height: 550px;
    box-shadow: -20px 0 40px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transition: all 0.5s ease;
    border-radius: 50% 0 0 50%;
    position: relative;
}.course-features-U .photo-card-y::before {
    inset: 0;
    border-radius: 50% 0 0 50%;
    content: "";
    z-index: 2;
    position: absolute;
    border: 10px solid transparent;
    border-left: 10px solid rgb(205,172,198,0.5);
}.course-features-U .photo-card-y::after {
    position: absolute;
    border-radius: 50% 0 0 50%;
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.2);
    content: "";
    inset: 15px;
    z-index: 2;
}

@media screen and (min-width: 1600px) {.course-features-U .our-journey-z {
    grid-template-columns: 1fr 1.5fr;
}.course-features-U .photo-card-y {
    border-radius: 45% 0 0 45%;
}
}

@media screen and (max-width: 1200px) {.course-features-U {
    padding: 80px 0;
}.course-features-U .knowledge-guide-B {
    padding: 0 30px 0 0;
}
}

@media screen and (max-width: 991px) {.course-features-U .our-journey-z {
    gap: 60px;
    grid-template-columns: 1fr;
}.course-features-U .knowledge-guide-B {
    padding: 0;
    order: 2;
}.course-features-U .photo-card-y {
    border-radius: 0 0 30% 30%;
    order: 1;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    min-height: 350px;
}.course-features-U .photo-card-y::before {
    border: 10px solid transparent;
    border-radius: 0 0 30% 30%;
    border-bottom: 10px solid rgb(205,172,198,0.5);
}.course-features-U .photo-card-y::after {
    border-radius: 0 0 30% 30%;
}.course-features-U .our-journey-z::before,
  .course-features-U .our-journey-z::after {
    top: calc(350px - 30px);
    transform: translateX(-50%);
    left: 50%;
}.course-features-U .our-journey-z::after {
    top: calc(350px - 15px);
    left: 50%;
    transform: translateX(-50%);
}
  
  @keyframes pulse {
    0%, 100% {
      transform: translateX(-50%) scale(1);
      opacity: 1;
    }
    50% {
      transform: translateX(-50%) scale(1.2);
      opacity: 0.8;
    }
  }
}

@media screen and (max-width: 768px) {.course-features-U {
    padding: 60px 0;
}.course-features-U .our-journey-z {
    gap: 50px;
}.course-features-U .photo-card-y {
    min-height: 300px;
}.course-features-U .our-journey-z::before {
    height: 50px;
    width: 50px;
    top: calc(300px - 30px);
}.course-features-U .our-journey-z::after {
    top: calc(300px - 15px);
    height: 25px;
    width: 25px;
}.course-features-U h3 {
    font-size: calc(29px - 4px);
    padding-left: 15px;
}.course-features-U p {
    padding-left: 15px;
}.course-features-U .top-main-y {
    margin-bottom: 25px;
}.course-features-U .top-main-y svg {
    max-width: 120px;
}
}

@media screen and (max-width: 576px) {.course-features-U {
    padding: 50px 0;
}.course-features-U .photo-card-y {
    border-radius: 0 0 25% 25%;
    min-height: 250px;
}.course-features-U .photo-card-y::before {
    border-radius: 0 0 25% 25%;
}.course-features-U .photo-card-y::after {
    border-radius: 0 0 25% 25%;
}.course-features-U .our-journey-z::before {
    width: 40px;
    height: 40px;
    top: calc(250px - 25px);
}.course-features-U .our-journey-z::after {
    top: calc(250px - 12px);
    width: 20px;
    height: 20px;
}.course-features-U h3 {
    margin-bottom: 20px;
    font-size: calc(29px - 6px);
}.course-features-U p {
    font-size: calc(16px - 1px);
}.course-features-U .top-main-y {
    margin-bottom: 20px;
}.course-features-U .top-main-y::before {
    top: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    left: -10px;
}}header {
    position: relative;
    overflow: visible;
    z-index: 100;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    padding: 0;
    background: linear-gradient(120deg, rgb(205,172,198) 0%, rgb(189,127,189) 100%);
    margin-top: 0;
}header::before {
    bottom: 2px;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    z-index: -1;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05) 0px,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    position: absolute;
    top: 2px;
    right: 2px;
    content: '';
    left: 2px;
}header .site-prime-s {
    padding: 1.2rem 3rem;
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    z-index: 5;
}header .top-main-y {
    padding: 0.7rem 1.2rem 0.7rem 1rem;
    margin-right: 2rem;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    position: relative;
    background: rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
    flex: 0 0 auto;
}header .top-main-y::before {
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    content: '';
    left: 3px;
    right: 3px;
    position: absolute;
    bottom: 3px;
    z-index: -1;
    border: 1px dashed rgba(255, 255, 255, 0.3);
    top: 3px;
}header .top-main-y:hover {
    transform: translateY(-3px) scale(1.03);
    background: rgba(255, 255, 255, 0.2);
}header .nav-class-P {
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    display: block;
}header .nav-class-P img {
    max-height: 40px;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}header .main-info-V {
    padding: 0;
    display: flex;
    margin: 0;
    list-style: none;
    z-index: 2;
    position: relative;
}header .page-top-G {
    position: relative;
    margin: 0 0.5rem;
}header .page-top-G a {
    font-weight: 600;
    display: flex;
    padding: 0 1.2rem;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    align-items: center;
    clip-path: polygon(
        10px 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% calc(100% - 10px),
        calc(100% - 10px) 100%,
        10px 100%,
        0 calc(100% - 10px),
        0 10px
    );
    transition: all 0.3s ease;
    justify-content: center;
    height: 40px;
    border: 1px solid transparent;
    position: relative;
}header .page-top-G a::before {
    top: 0;
    width: 100%;
    left: -100%;
    position: absolute;
    transition: left 0.7s ease;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    content: '';
}header .page-top-G a:hover {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}header .page-top-G a:hover::before {
    left: 100%;
}header .page-top-G::after {
    position: absolute;
    transform: translateX(-50%);
    background: #ffffff;
    height: 2px;
    transition: width 0.3s ease;
    left: 50%;
    bottom: -5px;
    width: 0;
    content: '';
}header .page-top-G:hover::after {
    width: 80%;
}header .site-prime-s::before {
    border: 2px solid rgba(255, 255, 255, 0.3);
    top: 10px;
    width: 40px;
    position: absolute;
    opacity: 0.5;
    content: '';
    border-bottom: none;
    right: 10px;
    height: 40px;
    border-right: none;
}header .site-prime-s::after {
    bottom: 10px;
    width: 40px;
    left: 10px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    content: '';
    position: absolute;
    height: 40px;
    border-left: none;
    border-top: none;
    opacity: 0.5;
}header .top-bar-D {
    padding-top: 2rem;
    z-index: 1;
    background: rgb(221,208,219);
    margin-top: -15px;
    position: relative;
}@keyframes pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

header::after {
    box-shadow: 0 0 10px #ffffff;
    top: 15px;
    animation: pulse 2s infinite;
    content: '';
    height: 8px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    width: 8px;
}

@media (min-width: 1400px) {header .site-prime-s {
    margin: 0 auto;
    max-width: 1320px;
}header .page-top-G {
    margin: 0 0.7rem;
}header .page-top-G a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}header .site-prime-s {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .top-main-y {
    margin-right: 0;
    margin-bottom: 0;
}header .main-info-V {
    margin-top: 1rem;
    justify-content: flex-end;
    flex-basis: 100%;
}header .page-top-G a {
    height: 35px;
    font-size: calc(14px - 1px);
    padding: 0 1rem;
}header .site-prime-s::before,
    header .site-prime-s::after {
    display: none;
}.top-bar-D {
    margin-top: -10px;
}
}

@media (max-width: 767px) {header {
    padding: 0;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 5px), 
            calc(100% - 5px) 100%, 
            5px 100%, 
            0 calc(100% - 5px)
        );
}header .site-prime-s {
    padding: 0.8rem 1.5rem;
}header .top-main-y {
    clip-path: polygon(
            0 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% 100%,
            5px 100%,
            0 calc(100% - 5px)
        );
    padding: 0.5rem 0.8rem;
}header .nav-class-P img {
    max-height: 35px;
}header .main-info-V {
    margin-top: 0.8rem;
    overflow-x: auto;
    justify-content: flex-start;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
}header .main-info-V::-webkit-scrollbar {
    height: 3px;
}header .main-info-V::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .page-top-G {
    flex: 0 0 auto;
    margin: 0 0.25rem;
}header .page-top-G a {
    height: 32px;
    font-size: calc(14px - 2px);
    white-space: nowrap;
    clip-path: polygon(
            5px 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% calc(100% - 5px),
            calc(100% - 5px) 100%,
            5px 100%,
            0 calc(100% - 5px),
            0 5px
        );
    padding: 0 0.8rem;
}header .page-top-G::after {
    display: none;
}header::after {
    top: 10px;
    width: 5px;
    height: 5px;
    right: 10px;
}.top-bar-D {
    margin-top: -5px;
}
}

@media (max-width: 479px) {header .site-prime-s {
    padding: 0.7rem 1.2rem;
}header .top-main-y {
    padding: 0.4rem 0.6rem;
    max-width: 120px;
}header .page-top-G a {
    font-size: calc(14px - 3px);
    height: 30px;
    padding: 0 0.6rem;
}}.privacy-widget-o {
    background: linear-gradient(145deg, rgb(221,208,219), rgba(245, 245, 250, 0.9));
    overflow: hidden;
    font-family: Arial, sans-serif;
    padding: 4rem 2rem;
    position: relative;
    color: #000000;
}.privacy-widget-o::before {
    width: 250px;
    right: -5%;
    background: linear-gradient(120deg, rgb(205,172,198,0.5), rgb(189,127,189,0.5));
    opacity: 0.3;
    top: -10%;
    transform: rotate(-15deg);
    filter: blur(60px);
    content: "";
    position: absolute;
    height: 250px;
    z-index: 0;
}.privacy-widget-o::after {
    height: 200px;
    position: absolute;
    opacity: 0.2;
    width: 200px;
    left: -5%;
    filter: blur(50px);
    content: "";
    transform: rotate(15deg);
    background: linear-gradient(230deg, rgb(189,127,189,0.5), rgb(205,172,198,0.5));
    bottom: -10%;
    z-index: 0;
}.privacy-widget-o .container {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 5px rgba(0, 0, 0, 0.02),
                0 20px 50px rgba(50, 50, 93, 0.05);
    padding: 3rem;
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
    z-index: 1;
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 15px),
        calc(100% - 15px) 100%,
        0 100%
    );
    backdrop-filter: blur(10px) saturate(120%);
    transform: translateZ(0);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgba(255, 255, 255, 0.85);
}.privacy-widget-o .container:hover {
    transform: translateY(-5px) translateZ(0);
}.privacy-widget-o h1 {
    font-size: 45px;
    color: #000000;
    position: relative;
    margin-bottom: 2rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    transform: translateZ(0);
    padding-bottom: 1rem;
}.privacy-widget-o h1::after {
    transition: width 0.3s ease-out;
    content: "";
    height: 4px;
    position: absolute;
    transform-origin: left center;
    width: 80px;
    background: linear-gradient(90deg, rgb(205,172,198), rgb(189,127,189));
    bottom: 0;
    left: 0;
}.privacy-widget-o .container:hover h1::after {
    width: 120px;
}.privacy-widget-o h2 {
    letter-spacing: -0.01em;
    position: relative;
    font-size: 31px;
    font-weight: 600;
    margin: 2.5rem 0 1.25rem;
    color: #000000;
    display: inline-block;
}.privacy-widget-o h2::before {
    z-index: -1;
    position: absolute;
    transform: skewX(-15deg);
    transition: height 0.3s, opacity 0.3s;
    opacity: 0.25;
    content: "";
    left: 0;
    width: 100%;
    height: 12px;
    bottom: 5px;
    background-color: rgb(205,172,198,0.5);
}.privacy-widget-o h2:hover::before {
    height: 8px;
    opacity: 0.4;
}.privacy-widget-o h3 {
    padding-left: 15px;
    color: #000000;
    font-size: calc(31px * 0.8);
    position: relative;
    margin: 2rem 0 1rem;
    font-weight: 600;
}.privacy-widget-o h3::before {
    background: linear-gradient(to bottom, rgb(205,172,198), rgb(189,127,189));
    left: 0;
    content: "";
    border-radius: 1px;
    position: absolute;
    width: 4px;
    top: 0.25em;
    height: 70%;
}.privacy-widget-o h4 {
    font-size: calc(31px * 0.7);
    font-weight: 600;
    margin: 1.5rem 0 0.75rem;
    text-transform: uppercase;
    opacity: 0.85;
    letter-spacing: 0.05em;
    color: #000000;
}.privacy-widget-o p {
    position: relative;
    z-index: 1;
    margin-bottom: 1.5rem;
    font-size: 14px;
    color: #000000;
    line-height: 1.75;
}.privacy-widget-o strong {
    font-weight: 600;
    display: inline-block;
    padding-bottom: 2px;
    position: relative;
    color: #000000;
}.privacy-widget-o strong::after {
    position: absolute;
    content: "";
    height: 1px;
    bottom: 0;
    width: 100%;
    left: 0;
    background: rgb(205,172,198,0.5);
}.privacy-widget-o ul {
    margin-bottom: 2rem;
    position: relative;
    padding-left: 1.5rem;
}.privacy-widget-o ul::before {
    content: "";
    top: 0;
    height: 100%;
    background: linear-gradient(to bottom, 
        rgb(205,172,198,0.5),
        rgb(189,127,189,0.5),
        transparent);
    position: absolute;
    left: 0;
    width: 1px;
}.privacy-widget-o li {
    padding-left: 0.5rem;
    line-height: 1.7;
    font-size: 14px;
    position: relative;
    margin-bottom: 1rem;
    color: #000000;
}.privacy-widget-o li::before {
    height: 8px;
    width: 8px;
    border: 1px solid rgb(205,172,198);
    transition: transform 0.3s, background-color 0.3s;
    content: "";
    position: absolute;
    top: 0.7em;
    left: -1.5rem;
    background-color: #ffffff;
    transform: rotate(45deg);
}.privacy-widget-o li:hover::before {
    background-color: rgb(205,172,198,0.5);
    transform: rotate(135deg);
}.privacy-widget-o span {
    padding-left: 1rem;
    border-left: 1px dashed rgb(189,127,189,0.5);
    margin-bottom: 1.5rem;
    color: #000000;
    display: block;
    line-height: 1.75;
    font-size: 14px;
}

@media (max-width: 992px) {.privacy-widget-o {
    padding: 3rem 1.5rem;
}.privacy-widget-o .container {
    padding: 2.5rem;
}.privacy-widget-o h1 {
    font-size: calc(45px * 0.9);
}.privacy-widget-o h2 {
    font-size: calc(31px * 0.9);
}
}

@media (max-width: 768px) {.privacy-widget-o {
    padding: 2.5rem 1rem;
}.privacy-widget-o .container {
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 10px),
            calc(100% - 10px) 100%,
            0 100%
        );
    padding: 2rem;
}.privacy-widget-o h1 {
    font-size: calc(45px * 0.8);
    margin-bottom: 1.5rem;
}.privacy-widget-o h2 {
    font-size: calc(31px * 0.8);
    margin: 2rem 0 1rem;
}.privacy-widget-o h3 {
    font-size: calc(31px * 0.7);
}.privacy-widget-o h4 {
    font-size: calc(31px * 0.6);
}.privacy-widget-o p, 
    .privacy-widget-o li,
    .privacy-widget-o span {
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 576px) {.privacy-widget-o {
    padding: 2rem 0.75rem;
}.privacy-widget-o .container {
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 8px),
            calc(100% - 8px) 100%,
            0 100%
        );
    padding: 1.5rem;
}.privacy-widget-o h1 {
    padding-bottom: 0.75rem;
    font-size: calc(45px * 0.7);
}.privacy-widget-o h1::after {
    height: 3px;
    width: 60px;
}.privacy-widget-o h2 {
    font-size: calc(31px * 0.7);
}.privacy-widget-o h2::before {
    height: 8px;
}.privacy-widget-o h3 {
    padding-left: 12px;
    font-size: calc(31px * 0.6);
}.privacy-widget-o h3::before {
    width: 3px;
}.privacy-widget-o h4 {
    font-size: calc(31px * 0.55);
}.privacy-widget-o p, 
    .privacy-widget-o li,
    .privacy-widget-o span {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}.privacy-widget-o ul {
    padding-left: 1.25rem;
}.privacy-widget-o span {
    padding-left: 0.75rem;
}
}