* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.t-site-map {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1201px;
}.V-wrapping-container {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}html,body {
    min-height: 100%;
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
}svg {
    width: 30px;
    height: 30px;
}.C-site-core {
    flex: 1 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
footer {
    width: 100%;
    position: relative;
}.t-site-map {
    padding: 0 0 30px;
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
}footer .V-forum-link {
    z-index: 1;
    position: relative;
}footer .d-team-contact {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 70px;
    position: relative;
    color: #ffffff;
    justify-content: center;
    padding: 40px 20px;
    background-color: rgb(206,117,156);
    display: flex;
}footer .d-team-contact::after {
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    content: "";
    pointer-events: none;
    top: 0;
    height: 100%;
    left: 0;
}footer .info_item {
    transition: all 0.3s ease;
    align-items: center;
    padding: 10px 20px;
    display: flex;
    border-radius: 10px;
    flex: 1 1 200px;
    max-width: 300px;
    background-color: rgba(0, 0, 0, 0.2);
}footer .info_item:hover {
    background-color: rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}footer .info_item svg {
    flex-shrink: 0;
    width: 22px;
    margin-right: 15px;
    height: 22px;
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    margin-top: -30px;
    gap: 40px;
}footer .text_main_holder::before {
    top: 0;
    background-color: #ffffff;
    content: "";
    z-index: -1;
    position: absolute;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
    width: 100%;
    height: 100%;
    left: 0;
}footer .q-head-study {
    padding-top: 60px;
    text-align: center;
}footer .q-head-study svg {
    margin-bottom: 15px;
    height: 45px;
    width: auto;
}footer .Q-twitter-cta {
    color: #000000;
    text-align: center;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.6;
    max-width: 350px;
}footer .L-top-pagewrap {
    background-color: rgb(247,216,227);
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    padding: 30px;
    margin: 0 20px;
    position: relative;
}footer .L-top-pagewrap h5 {
    margin-bottom: 25px;
    color: #000000;
    display: inline-block;
    position: relative;
    font-weight: 600;
    font-size: 22px;
}footer .L-top-pagewrap h5::after {
    width: 100%;
    left: 0;
    bottom: -8px;
    content: "";
    background: linear-gradient(90deg, rgb(228,162,190), transparent);
    position: absolute;
    height: 2px;
}footer .n-top-mentor {
    flex-wrap: wrap;
    margin-bottom: 25px;
    gap: 10px 30px;
    display: flex;
    flex-direction: column;
}footer .n-top-mentor a {
    transition: all 0.3s ease;
    position: relative;
    color: #000000;
    flex: 1 0 calc(50% - 30px);
    font-size: 18px;
    text-decoration: none;
    padding: 8px 0;
}footer .n-top-mentor a::after {
    bottom: 0;
    position: absolute;
    content: "";
    background-color: rgb(228,162,190);
    transition: width 0.3s ease;
    width: 0;
    left: 0;
    height: 1px;
}footer .n-top-mentor a:hover {
    padding-left: 5px;
    color: rgb(228,162,190);
}footer .n-top-mentor a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    position: relative;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
    background-color: rgb(228,162,190);
    color: #ffffff;
    margin: 0 20px;
    padding: 30px;
}footer .subscribe_holder::before {
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    content: "";
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
    position: absolute;
    pointer-events: none;
}footer .subscribe_holder h5 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 600;
}footer .subscribe_holder p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
    line-height: 1.6;
}footer .input_holder {
    position: relative;
    gap: 15px;
    flex-direction: column;
    display: flex;
}footer .input_holder input[type="email"] {
    border: none;
    padding: 15px;
    transition: all 0.3s ease;
    font-size: 18px;
    border-radius: 10px;
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
    outline: none;
}footer .L-news-label {
    cursor: pointer;
    padding: 15px;
    color: #ffffff;
    font-size: 20px;
    transition: all 0.3s ease;
    border: none;
    background-color: #000000;
    border-radius: 10px;
    font-weight: 600;
}footer .L-news-label:hover {
    background-color: rgb(206,117,156);
}footer .s-eng-center {
    padding-top: 20px;
    margin-top: 60px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
}footer .g-project-ref {
    font-size: 12px;
    text-align: center;
    color: #000000;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .L-news-label {
    white-space: nowrap;
}footer .q-head-study {
    padding-top: 80px;
}
}

@media (max-width: 767px) {footer .d-team-contact {
    padding: 30px 15px 50px;
}footer .L-top-pagewrap, footer .subscribe_holder {
    margin: 0 10px;
    padding: 25px 20px;
}footer .s-eng-center {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .d-team-contact {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}footer .L-top-pagewrap h5, footer .subscribe_holder h5 {
    font-size: calc(22px - 2px);
}footer .n-top-mentor a {
    flex: 1 0 100%;
}footer .input_holder input[type="email"],
    footer .L-news-label {
    padding: 12px;
}}.T-homepage {
    min-height: 600px;
    position: relative;
    overflow: hidden;
    height: 100vh;
    width: 100%;
    font-family: Arial, sans-serif;
}.T-homepage .u-edu-start {
    display: flex;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    align-items: center;
    height: 100%;
    justify-content: center;
}.T-homepage .u-edu-start::before {
    background: linear-gradient(135deg, rgb(228,162,190,0.5), rgba(0, 0, 0, 0.5) 80%);
    content: "";
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
}.T-homepage .z-academy-cult {
    padding: 3rem;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    z-index: 2;
    position: relative;
    width: 92%;
    max-width: 1200px;
    transition: transform 0.5s ease-out;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.12);
}.T-homepage .z-academy-cult:hover {
    transform: perspective(1000px) rotateX(0deg);
}.T-homepage .z-academy-cult::before {
    left: -5px;
    z-index: -1;
    background: linear-gradient(45deg, rgb(228,162,190), transparent, rgb(206,117,156));
    top: -5px;
    filter: blur(15px);
    opacity: 0.5;
    content: "";
    bottom: -5px;
    transition: opacity 0.3s ease;
    right: -5px;
    position: absolute;
}.T-homepage .z-academy-cult:hover::before {
    opacity: 0.8;
}.T-homepage .z-academy-cult > div:first-child {
    position: relative;
    margin-bottom: 2rem;
}.T-homepage .z-academy-cult > div:first-child::after {
    content: "";
    height: 4px;
    position: absolute;
    background: rgb(228,162,190);
    left: 0;
    transition: width 0.4s ease-in-out;
    width: 60px;
    bottom: -1rem;
}.T-homepage .z-academy-cult:hover > div:first-child::after {
    width: 100px;
}.T-homepage .title_style_header {
    animation: fadeInUp 0.8s forwards 0.2s;
    transform: translateY(10px);
    opacity: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    margin: 0;
    font-weight: 700;
    color: #ffffff;
    font-size: clamp(2.5rem, 5vw, 41px);
}.T-homepage h3 {
    animation: fadeInUp 0.8s forwards 0.4s;
    color: #ffffff;
    transform: translateY(10px);
    margin: 0 0 1.5rem;
    font-weight: 600;
    opacity: 0;
    line-height: 1.5;
    font-size: clamp(1.25rem, 3vw, 21px);
}.T-homepage p {
    font-size: clamp(1rem, 2vw, 15px);
    max-width: 800px;
    animation: fadeInUp 0.8s forwards 0.6s;
    margin: 0;
    opacity: 0;
    position: relative;
    line-height: 1.6;
    color: #ffffff;
    padding-left: 20px;
    transform: translateY(10px);
}.T-homepage p::before {
    border-radius: 50%;
    left: 0;
    width: 8px;
    transform: translateY(-50%);
    position: absolute;
    content: "";
    top: 50%;
    background: rgb(228,162,190);
    height: 8px;
}.T-homepage .z-academy-cult > div:last-child {
    padding-left: 1rem;
    position: relative;
    border-left: 2px solid rgb(228,162,190,0.5);
}

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

@media (max-width: 992px) {.T-homepage {
    min-height: 500px;
    height: auto;
}.T-homepage .z-academy-cult {
    padding: 2.5rem 2rem;
}
}

@media (max-width: 768px) {.T-homepage .z-academy-cult {
    transform: none;
    padding: 2rem 1.5rem;
}.T-homepage .title_style_header {
    font-size: clamp(2rem, 8vw, 2.5rem);
}.T-homepage h3 {
    font-size: clamp(1.1rem, 5vw, 1.25rem);
}.T-homepage p {
    font-size: clamp(0.9rem, 4vw, 1rem);
}.T-homepage .z-academy-cult > div:last-child {
    padding-left: 0.5rem;
}
}

@media (max-width: 576px) {.T-homepage {
    min-height: 450px;
}.T-homepage .z-academy-cult {
    padding: 1.5rem 1rem;
    width: 95%;
}.T-homepage .z-academy-cult > div:first-child::after {
    height: 3px;
    width: 40px;
}.T-homepage .z-academy-cult:hover > div:first-child::after {
    width: 60px;
}.T-homepage .z-academy-cult > div:last-child {
    border-left: 1px solid rgb(228,162,190,0.5);
}
}

@media (prefers-reduced-motion: reduce) {.T-homepage .z-academy-cult,
  .T-homepage .z-academy-cult:hover,
  .T-homepage .z-academy-cult::before,
  .T-homepage .z-academy-cult:hover::before,
  .T-homepage .z-academy-cult > div:first-child::after,
  .T-homepage .z-academy-cult:hover > div:first-child::after {
    transition: none;
    animation: none;
    transform: none;
}.T-homepage .title_style_header,
  .T-homepage h3,
  .T-homepage p {
    opacity: 1;
    animation: none;
    transform: none;
}}.I-connect {
    background: rgb(247,216,227);
    isolation: isolate;
    position: relative;
    padding: 90px 0;
    overflow: hidden;
}.I-connect::before {
    position: absolute;
    content: '';
    background: 
        linear-gradient(135deg, transparent 25%, rgb(228,162,190,0.5) 25%, rgb(228,162,190,0.5) 30%, transparent 30%),
        linear-gradient(225deg, transparent 25%, rgb(206,117,156,0.5) 25%, rgb(206,117,156,0.5) 30%, transparent 30%);
    z-index: -2;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    animation: patternMove 30s linear infinite;
    background-size: 60px 60px;
}.I-connect::after {
    background: linear-gradient(45deg, rgb(228,162,190,0.5) 0%, transparent 50%, rgb(206,117,156,0.5) 100%);
    position: absolute;
    top: 0;
    opacity: 0.4;
    content: '';
    z-index: -1;
    height: 100%;
    left: 0;
    width: 100%;
}@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 120px 120px;
    }
}
.I-connect .container {
    max-width: 1300px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.I-connect .container::after {
    z-index: -1;
    height: 500px;
    animation: pulseEffect 10s infinite alternate;
    position: absolute;
    transform: translate(-50%, -50%);
    content: '';
    left: 50%;
    width: 500px;
    opacity: 0.5;
    filter: blur(50px);
    border-radius: 50%;
    background: 
        linear-gradient(rgba(var(--primary-color, 0, 120, 200), 0.1) 0%, transparent 80%),
        radial-gradient(circle at center, rgba(var(--secondary-color, 100, 0, 150), 0.05) 0%, transparent 60%);
    top: 50%;
}@keyframes pulseEffect {
    0% {
        transform: translate(-50%, -50%) scale(0.9);
        opacity: 0.3;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.5;
    }
}
.I-connect .i-msg-details {
    overflow: hidden;
    transform: translateY(0);
    display: flex;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(0, 0, 0, 0.05);
    position: relative;
    flex-direction: column;
    border-radius: 0;
    background: #ffffff;
}.I-connect .i-msg-details::before {
    background: linear-gradient(to bottom, rgb(228,162,190), rgb(206,117,156));
    content: '';
    transition: height 0.5s ease;
    opacity: 1;
    position: absolute;
    width: 5px;
    left: 0;
    height: 100%;
    top: 0;
    z-index: 1;
}.I-connect .i-msg-details::after {
    right: 0;
    border-width: 0 50px 50px 0;
    position: absolute;
    content: '';
    z-index: 2;
    transition: transform 0.3s ease;
    top: 0;
    border-color: transparent rgb(228,162,190) transparent transparent;
    border-style: solid;
}.I-connect .w-contact-card {
    background: rgba(0, 0, 0, 0.5);
    font-weight: 700;
    position: relative;
    display: flex;
    font-size: 18px;
    color: #ffffff;
    padding: 25px 35px;
    letter-spacing: 0.5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0;
    align-items: center;
}.I-connect .w-contact-card svg {
    fill: #ffffff;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
    height: 24px;
    width: 24px;
    margin-right: 12px;
}.I-connect .w-contact-card span {
    z-index: 1;
    position: relative;
}.I-connect .w-contact-card::before {
    height: 100%;
    z-index: -1;
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    background: 
        linear-gradient(45deg, transparent 49.9%, rgb(228,162,190,0.5) 50%, transparent 50.1%) 0 0/10px 10px,
        linear-gradient(-45deg, transparent 49.9%, rgb(228,162,190,0.5) 50%, transparent 50.1%) 0 0/10px 10px;
    left: 0;
    opacity: 0.1;
}.I-connect .Z-media-thumbnail {
    height: 250px;
    width: 100%;
    position: relative;
    overflow: hidden;
}.I-connect .Z-media-thumbnail::after {
    left: 0;
    width: 100%;
    content: '';
    z-index: 1;
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    height: 30%;
    bottom: 0;
}.I-connect .a-msg-team {
    padding: 35px;
    flex-grow: 1;
    background: #ffffff;
    position: relative;
}.I-connect .a-msg-team::before {
    height: 100%;
    width: 100%;
    z-index: -1;
    background:
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 5px,
            rgba(0, 0, 0, 0.02) 5px,
            rgba(0, 0, 0, 0.02) 10px
        );
    content: '';
    top: 0;
    left: 0;
    position: absolute;
}.I-connect .a-msg-team p {
    padding-left: 30px;
    transition: all 0.3s ease;
    display: flex;
    margin: 0 0 18px;
    color: #000000;
    position: relative;
    align-items: flex-start;
    font-size: 16px;
    border-left: 2px solid transparent;
}.I-connect .a-msg-team p:last-child {
    margin-bottom: 0;
}.I-connect .a-msg-team p svg {
    top: 4px;
    left: 0;
    transition: all 0.3s ease;
    fill: rgb(228,162,190);
    position: absolute;
    height: 20px;
    width: 20px;
}.I-connect .a-msg-team p span {
    position: relative;
    z-index: 1;
}.I-connect .a-msg-team p b {
    font-weight: 700;
    color: rgb(228,162,190);
}.I-connect .a-msg-team p a {
    color: rgb(228,162,190);
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    padding-bottom: 2px;
}.I-connect .a-msg-team p a::after {
    position: absolute;
    width: 0;
    bottom: 0;
    background: rgb(228,162,190);
    transition: width 0.3s ease;
    left: 0;
    height: 1px;
    content: '';
}.I-connect .a-msg-team p a:hover {
    color: rgb(206,117,156);
}.I-connect .a-msg-team p a:hover::after {
    width: 100%;
}.I-connect .L-message-us {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 35px;
    margin-top: 35px;
}.I-connect .e-message-info {
    margin: 0 0 20px;
    position: relative;
    font-size: 22px;
    padding-left: 30px;
    align-items: center;
    display: flex;
    color: #000000;
    font-weight: 600;
}.I-connect .e-message-info svg {
    stroke: rgb(228,162,190);
    fill: none;
    left: 0;
    stroke-width: 2;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    transition: all 0.3s ease;
    width: 18px;
    stroke-linecap: round;
    height: 18px;
    stroke-linejoin: round;
}.I-connect .e-message-info:hover svg {
    stroke: rgb(206,117,156);
    transform: translateY(-50%) rotate(0deg);
}.I-connect .E-msg-support {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.I-connect .b-submit-request {
    background: rgb(247,216,227);
    transition: all 0.3s ease;
    color: #000000;
    overflow: hidden;
    border-left: 3px solid rgb(228,162,190);
    font-size: calc(16px - 1px);
    position: relative;
    display: flex;
    padding: 14px 18px 14px 38px;
    align-items: center;
}.I-connect .b-submit-request svg {
    position: absolute;
    stroke-linecap: round;
    transition: all 0.3s ease;
    left: 12px;
    stroke: rgb(228,162,190);
    height: 14px;
    width: 14px;
    fill: none;
    transform: translateY(-50%);
    top: 50%;
    stroke-width: 2;
    stroke-linejoin: round;
    opacity: 0.8;
}.I-connect .b-submit-request:hover {
    transform: translateY(-3px);
    background: rgb(228,162,190,0.5);
    color: #000000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.I-connect .b-submit-request:hover svg {
    opacity: 1;
    transform: translateY(-50%) rotate(15deg);
    stroke: #000000;
}.I-connect .b-submit-request::before {
    content: '';
    top: 0;
    background-size: 10px 10px;
    opacity: 0.05;
    background: linear-gradient(45deg, transparent 49.5%, rgba(255, 255, 255, 0.5) 50%, transparent 50.5%);
    z-index: 1;
    left: 0;
    height: 100%;
    pointer-events: none;
    width: 100%;
    position: absolute;
}
@media screen and (min-width: 992px) {.I-connect .i-msg-details {
    grid-template-areas: 
            "header header"
            "photo information"
            "hours hours";
    grid-template-columns: 1fr 1fr;
    display: grid;
    grid-template-rows: auto 1fr auto;
}.I-connect .w-contact-card {
    grid-area: header;
}.I-connect .w-contact-card svg {
    height: 28px;
    width: 28px;
    margin-right: 15px;
}.I-connect .Z-media-thumbnail {
    height: 100%;
    grid-area: photo;
}.I-connect .a-msg-team {
    grid-area: information;
}.I-connect .a-msg-team p svg {
    height: 22px;
    width: 22px;
}.I-connect .L-message-us {
    grid-area: hours;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 35px;
    margin-top: 0;
}.I-connect .e-message-info svg {
    height: 20px;
    width: 20px;
}.I-connect .E-msg-support {
    grid-template-columns: repeat(3, 1fr);
}.I-connect .b-submit-request svg {
    width: 16px;
    height: 16px;
}
}
@media screen and (min-width: 768px) and (max-width: 991px) {.I-connect {
    padding: 70px 0;
}.I-connect .w-contact-card {
    padding: 22px 30px;
}.I-connect .w-contact-card svg {
    width: 22px;
    height: 22px;
    margin-right: 10px;
}.I-connect .a-msg-team {
    padding: 30px;
}.I-connect .a-msg-team p svg {
    height: 18px;
    width: 18px;
}.I-connect .e-message-info svg {
    width: 16px;
    height: 16px;
}.I-connect .E-msg-support {
    grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (max-width: 767px) {.I-connect {
    padding: 50px 0;
}.I-connect .w-contact-card {
    padding: 20px 25px;
}.I-connect .w-contact-card svg {
    height: 20px;
    width: 20px;
    margin-right: 8px;
}.I-connect .a-msg-team {
    padding: 25px;
}.I-connect .a-msg-team p {
    padding-left: 28px;
}.I-connect .a-msg-team p svg {
    top: 3px;
    height: 16px;
    width: 16px;
}.I-connect .L-message-us {
    padding-top: 25px;
    margin-top: 25px;
}.I-connect .e-message-info {
    padding-left: 26px;
}.I-connect .e-message-info svg {
    width: 14px;
    height: 14px;
}.I-connect .E-msg-support {
    grid-template-columns: 1fr;
}.I-connect .b-submit-request {
    padding: 12px 15px 12px 34px;
}.I-connect .b-submit-request svg {
    width: 12px;
    left: 10px;
    height: 12px;
}}.f-mentorship-profile {
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(247,216,227) 0%, rgba(255,255,255,0.95) 100%);
    position: relative;
}.f-mentorship-profile::before {
    opacity: 0.1;
    transform: translateY(-30%) skewY(-5deg);
    top: 0;
    z-index: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(45deg, rgb(228,162,190,0.5) 0%, transparent 70%);
    height: 100%;
    position: absolute;
    content: "";
}.f-mentorship-profile::after {
    width: 100%;
    background: linear-gradient(135deg, rgb(206,117,156,0.5) 0%, transparent 80%);
    opacity: 0.15;
    position: absolute;
    content: "";
    height: 60%;
    bottom: -20%;
    transform: rotate(-15deg);
    z-index: 0;
    right: -20%;
}.f-mentorship-profile .container {
    z-index: 1;
    perspective: 1000px;
    position: relative;
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1200px;
}.f-mentorship-profile .g-feedback-stars {
    border-radius: 10px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 2.5rem;
    display: grid;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 
    0 20px 40px rgba(0,0,0,0.05),
    0 5px 15px rgba(0,0,0,0.03),
    0 0 0 1px rgba(255,255,255,0.1) inset;
    grid-template-columns: 1fr;
    grid-gap: 2rem;
    transform-style: preserve-3d;
    border: 1px solid rgba(0,0,0,0.05);
}.f-mentorship-profile .g-feedback-stars::before {
    top: 0;
    content: "";
    background: linear-gradient(90deg, 
    rgb(228,162,190) 0%, 
    rgb(206,117,156) 50%, 
    rgb(228,162,190) 100%);
    height: 5px;
    z-index: 2;
    left: 0;
    animation: gradientMove 8s ease-in-out infinite;
    background-size: 200% 100%;
    position: absolute;
    width: 100%;
}.f-mentorship-profile .g-feedback-stars > div:first-child {
    display: flex;
    z-index: 1;
    position: relative;
    align-items: center;
    justify-content: center;
}.f-mentorship-profile .Z-media-thumbnail {
    border-radius: 50%;
    position: relative;
    height: 180px;
    width: 180px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 
    0 10px 25px rgba(0,0,0,0.1),
    0 5px 10px rgba(0,0,0,0.05);
    transform: translateZ(30px);
}.f-mentorship-profile .Z-media-thumbnail::before {
    border-radius: 50%;
    background: linear-gradient(
    135deg,
    rgb(206,117,156) 0%,
    transparent 50%,
    rgb(228,162,190) 100%
  );
    inset: -8px;
    animation: rotateGradient 15s linear infinite;
    opacity: 0.8;
    position: absolute;
    content: "";
    z-index: -1;
    transform: rotate(-45deg);
}.f-mentorship-profile .Z-media-thumbnail::after {
    border-radius: 50%;
    content: "";
    z-index: 1;
    position: absolute;
    box-shadow: inset 0 0 0 10px rgba(255,255,255,0.1);
    inset: 0;
}.f-mentorship-profile .g-feedback-stars > div:nth-child(2) {
    text-align: center;
    transform: translateZ(20px);
    position: relative;
}.f-mentorship-profile .name {
    font-weight: 700;
    margin-bottom: 0.5rem;
    display: inline-block;
    color: #000000;
    position: relative;
    font-size: 19px;
}.f-mentorship-profile .name::after {
    position: absolute;
    bottom: -8px;
    content: "";
    background: rgb(228,162,190);
    height: 3px;
    width: 40%;
    left: 30%;
    transform: translateZ(5px);
}.f-mentorship-profile .g-feedback-stars > div:nth-child(2) > div {
    font-size: calc(14px * 0.9);
    font-weight: 600;
    color: rgb(206,117,156);
    letter-spacing: 0.5px;
    margin-top: 1rem;
}.f-mentorship-profile .g-feedback-stars > div:nth-child(3) {
    transform: translateZ(10px);
    position: relative;
}.f-mentorship-profile .d-career-achievements {
    color: #000000;
    font-size: 14px;
    padding-left: 1rem;
    line-height: 1.8;
    text-align: justify;
    position: relative;
}.f-mentorship-profile .d-career-achievements::before {
    border-radius: 3px;
    bottom: 0;
    background: linear-gradient(
    to bottom,
    rgb(228,162,190) 0%,
    rgb(206,117,156) 100%
  );
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    width: 3px;
}.f-mentorship-profile .g-feedback-stars:hover {
    box-shadow: 
    0 30px 60px rgba(0,0,0,0.08),
    0 10px 25px rgba(0,0,0,0.05),
    0 0 0 1px rgba(255,255,255,0.2) inset;
    transform: translateY(-5px) rotateX(2deg) rotateY(-2deg);
}.f-mentorship-profile .g-feedback-stars:hover .Z-media-thumbnail {
    transform: translateZ(40px) scale(1.05);
}

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

@keyframes rotateGradient {
  0% { transform: rotate(-45deg); }
  100% { transform: rotate(315deg); }
}

@media (min-width: 768px) {.f-mentorship-profile {
    padding: 7rem 0;
}.f-mentorship-profile .g-feedback-stars {
    grid-template-rows: auto 1fr;
    padding: 3rem;
    grid-gap: 2.5rem;
    grid-template-columns: auto 1fr;
}.f-mentorship-profile .g-feedback-stars > div:first-child {
    grid-row: 1 / span 2;
}.f-mentorship-profile .g-feedback-stars > div:nth-child(2) {
    padding-top: 1.5rem;
    text-align: left;
    align-self: end;
}.f-mentorship-profile .name::after {
    left: 0;
    width: 60px;
}.f-mentorship-profile .d-career-achievements {
    padding-left: 1.5rem;
}.f-mentorship-profile .d-career-achievements::before {
    width: 4px;
}
}

@media (min-width: 992px) {.f-mentorship-profile .g-feedback-stars {
    grid-gap: 3rem;
    padding: 3.5rem 4rem;
    grid-template-columns: 250px 1fr;
}.f-mentorship-profile .Z-media-thumbnail {
    width: 220px;
    height: 220px;
}.f-mentorship-profile .name {
    font-size: calc(19px * 1.1);
}.f-mentorship-profile .g-feedback-stars > div:nth-child(2) > div {
    font-size: 14px;
}.f-mentorship-profile .d-career-achievements {
    font-size: calc(14px * 1.05);
    line-height: 1.9;
}
}

@media (min-width: 1200px) {.f-mentorship-profile .container {
    padding: 0 2rem;
}.f-mentorship-profile .g-feedback-stars {
    grid-template-columns: 280px 1fr;
    padding: 4rem 5rem;
}.f-mentorship-profile .Z-media-thumbnail {
    height: 240px;
    width: 240px;
}
}

@media (max-width: 767px) {.f-mentorship-profile {
    padding: 4rem 0;
}.f-mentorship-profile .g-feedback-stars {
    padding: 2rem 1.5rem;
    text-align: center;
}.f-mentorship-profile .Z-media-thumbnail {
    height: 150px;
    width: 150px;
}.f-mentorship-profile .d-career-achievements {
    padding-top: 1rem;
    text-align: left;
    padding-left: 0;
}.f-mentorship-profile .d-career-achievements::before {
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    height: 3px;
    bottom: auto;
    width: 50px;
}}header {
    background: linear-gradient(to right, rgb(228,162,190,0.5), rgb(206,117,156,0.5));
    padding: 1.5rem 3%;
    width: 100%;
    position: relative;
    z-index: 100;
}header::before {
    top: 0.5rem;
    pointer-events: none;
    position: absolute;
    content: '';
    z-index: 0;
    right: 0.5rem;
    left: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    bottom: 0.5rem;
}header::after {
    position: absolute;
    background: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%);
    z-index: 0;
    top: 0;
    width: 100%;
    left: 0;
    content: '';
    height: 100%;
}header .container {
    width: 100%;
    margin: 0;
    position: relative;
    max-width: 100%;
    padding: 0;
    z-index: 1;
}header .k-header-master {
    align-items: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    background: #ffffff;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    overflow: hidden;
}header .k-header-master::before {
    background: linear-gradient(to bottom, rgb(228,162,190), rgb(206,117,156));
    top: 0;
    content: '';
    position: absolute;
    width: 5px;
    left: 0;
    height: 100%;
}header .k-header-master::after {
    top: 0;
    content: '';
    height: 100%;
    background: linear-gradient(to bottom, rgb(206,117,156), rgb(228,162,190));
    position: absolute;
    width: 5px;
    right: 0;
}header .j-head-lesson {
    padding: 0 0 1rem 0;
    position: relative;
    display: flex;
    justify-content: center;
    text-decoration: none;
}header .j-head-lesson::after {
    position: absolute;
    left: 50%;
    width: 80px;
    bottom: 0;
    height: 1px;
    transform: translateX(-50%);
    content: '';
    background: rgb(228,162,190,0.5);
}header .j-head-lesson svg {
    width: 170px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08));
    transition: all 0.3s ease;
    height: auto;
}header .j-head-lesson:hover svg {
    transform: scale(1.03);
}header .L-top-pagewrap {
    gap: 0.7rem;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 1rem;
    display: flex;
    max-width: 90%;
    width: 100%;
}header .d-top-navbar {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 0.7rem 1.3rem;
    font-size: 20px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    text-decoration: none;
    font-weight: 600;
    z-index: 1;
    border-radius: 10px;
    background: rgb(247,216,227);
    color: #000000;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
}header .d-top-navbar::before {
    z-index: -1;
    content: '';
    transition: width 0.3s ease;
    position: absolute;
    background: linear-gradient(to bottom, rgb(228,162,190), rgb(206,117,156));
    left: 0;
    border-radius: 10px 0 0 10px;
    height: 100%;
    width: 3px;
    top: 0;
}header .d-top-navbar:hover {
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}header .d-top-navbar:hover::before {
    width: 100%;
}

@media (max-width: 991px) {header {
    padding: 1.2rem 2.5%;
}header .k-header-master {
    padding: 1.2rem;
}header .j-head-lesson {
    padding: 0 0 0.8rem 0;
}header .j-head-lesson svg {
    width: 150px;
}header .L-top-pagewrap {
    padding-top: 0.8rem;
    gap: 0.6rem;
}header .d-top-navbar {
    padding: 0.6rem 1.1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 2%;
}header .k-header-master {
    padding: 1rem;
}header .j-head-lesson {
    padding: 0 0 0.7rem 0;
}header .j-head-lesson svg {
    width: 130px;
}header .L-top-pagewrap {
    max-width: 95%;
    gap: 0.5rem;
    padding-top: 0.7rem;
}header .d-top-navbar {
    padding: 0.5rem 1rem;
    font-size: calc(20px - 1px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 1.5%;
}header .k-header-master {
    padding: 0.8rem 0.8rem 1rem;
}header .j-head-lesson {
    padding: 0 0 0.6rem 0;
}header .j-head-lesson svg {
    width: 120px;
}header .L-top-pagewrap {
    padding-top: 0.6rem;
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 0.3rem;
    flex-wrap: nowrap;
}header .L-top-pagewrap::-webkit-scrollbar {
    height: 3px;
}header .L-top-pagewrap::-webkit-scrollbar-thumb {
    background: rgb(228,162,190);
    border-radius: 10px;
}header .d-top-navbar {
    white-space: nowrap;
    flex-shrink: 0;
    margin-right: 3px;
}}.Y-contact-us {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: rgb(247,216,227);
}.Y-contact-us::before {
    height: 5px;
    background: linear-gradient(90deg, rgb(228,162,190), rgb(206,117,156));
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
}.Y-contact-us .container {
    z-index: 1;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.Y-contact-us h2 {
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 29px;
    color: #000000;
    position: relative;
    margin-bottom: 60px;
    padding-left: 20px;
    font-weight: 700;
    text-align: left;
}.Y-contact-us h2::before {
    height: 100%;
    border-radius: 10px;
    top: 0;
    content: "";
    background: rgb(228,162,190);
    left: 0;
    width: 5px;
    position: absolute;
}.Y-contact-us .N-support-feedback {
    align-items: center;
    gap: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}.Y-contact-us .Z-media-thumbnail {
    overflow: hidden;
    min-height: 500px;
    box-shadow: -15px 15px 0 rgb(228,162,190,0.5);
    order: 2;
    border-radius: 25px;
    position: relative;
}.Y-contact-us .o-inquiry-message {
    order: 1;
}.Y-contact-us form {
    width: 100%;
    background: #ffffff;
    border-radius: 25px;
    padding: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.Y-contact-us form h3 {
    color: #000000;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    margin-bottom: 35px;
    font-size: 24px;
    text-transform: uppercase;
}.Y-contact-us form input[type="text"] {
    color: #000000;
    border: none;
    background: rgb(247,216,227);
    font-family: Arial, sans-serif;
    font-size: 13px;
    width: 100%;
    transition: all 0.3s ease;
    margin-bottom: 25px;
    padding: 18px 25px;
    border-radius: 10px;
}.Y-contact-us form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(228,162,190,0.5);
    background: #ffffff;
    outline: none;
}.Y-contact-us form input[type="text"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.Y-contact-us .a-reach-box {
    align-items: flex-start;
    display: flex;
    margin-bottom: 30px;
}.Y-contact-us .a-reach-box input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.Y-contact-us .a-reach-box label {
    line-height: 1.5;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 16px;
    color: #000000;
}.Y-contact-us .a-reach-box label::before {
    top: 2px;
    height: 22px;
    position: absolute;
    width: 22px;
    transition: all 0.2s ease;
    border-radius: 10px;
    background: rgb(247,216,227);
    content: "";
    left: 0;
}.Y-contact-us .a-reach-box input[type="checkbox"]:checked + label::before {
    background: rgb(228,162,190);
}.Y-contact-us .a-reach-box input[type="checkbox"]:checked + label::after {
    top: 6px;
    left: 8px;
    border-bottom: 2px solid #ffffff;
    position: absolute;
    width: 6px;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    height: 10px;
    content: "";
}.Y-contact-us .a-reach-box label a {
    text-decoration: none;
    color: rgb(228,162,190);
    font-weight: 600;
    transition: all 0.3s ease;
}.Y-contact-us .a-reach-box label a:hover {
    color: rgb(206,117,156);
}.Y-contact-us form .N-request-request {
    padding: 18px 40px;
    font-weight: 600;
    border-radius: 10px;
    font-size: 18px;
    background: #000000;
    border: none;
    overflow: hidden;
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
    display: inline-block;
}.Y-contact-us form .N-request-request:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgb(228,162,190);
}.Y-contact-us svg {
    width: 20px;
    fill: rgb(228,162,190);
    height: 20px;
}.Y-contact-us svg path {
    fill: rgb(228,162,190);
    transition: fill 0.3s ease;
}

@media screen and (max-width: 991px) {.Y-contact-us {
    padding: 90px 0;
}.Y-contact-us .N-support-feedback {
    gap: 40px;
    grid-template-columns: 1fr;
}.Y-contact-us .Z-media-thumbnail {
    margin: 0 auto;
    max-width: 600px;
    order: 1;
    min-height: 400px;
}.Y-contact-us .o-inquiry-message {
    order: 2;
}.Y-contact-us form {
    max-width: 600px;
    margin: 0 auto;
}
}

@media screen and (max-width: 767px) {.Y-contact-us {
    padding: 70px 0;
}.Y-contact-us h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 40px;
}.Y-contact-us .Z-media-thumbnail {
    min-height: 300px;
    width: 100%;
    box-shadow: -10px 10px 0 rgb(228,162,190,0.5);
}.Y-contact-us form {
    padding: 40px 30px;
}
}

@media screen and (max-width: 576px) {.Y-contact-us {
    padding: 50px 0;
}.Y-contact-us h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 30px;
}.Y-contact-us .Z-media-thumbnail {
    min-height: 250px;
    box-shadow: -8px 8px 0 rgb(228,162,190,0.5);
}.Y-contact-us form {
    padding: 30px 20px;
}.Y-contact-us form h3 {
    margin-bottom: 25px;
    font-size: calc(24px * 0.9);
}.Y-contact-us form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.Y-contact-us form .N-request-request {
    width: 100%;
    padding: 15px 20px;
}}.x-program-overview {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(247,216,227) 0%, rgba(249, 249, 249, 0.95) 100%);
    overflow: hidden;
    position: relative;
}.x-program-overview::before {
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    background-image: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 15px,
        rgba(var(--primary-color-rgb, 0, 110, 255), 0.02) 15px,
        rgba(var(--primary-color-rgb, 0, 110, 255), 0.02) 30px
    );
}.x-program-overview .container {
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    z-index: 2;
    max-width: 1200px;
}.x-program-overview .u-education-route {
    gap: 2.5rem;
    display: grid;
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    grid-template-columns: 1fr;
}.x-program-overview .u-education-route:hover {
    transform: perspective(1000px) rotateX(1deg);
}.x-program-overview .Z-media-thumbnail {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateZ(20px);
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
    height: 300px;
    position: relative;
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
}.x-program-overview .Z-media-thumbnail::after {
    background: linear-gradient(
        to bottom,
        transparent 60%,
        rgba(var(--primary-color-rgb, 0, 110, 255), 0.3) 100%
    );
    z-index: 1;
    inset: 0;
    position: absolute;
    content: '';
}.x-program-overview .Z-media-thumbnail:hover {
    transform: translateZ(30px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}.x-program-overview .x-text-frame-item {
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0.95) 100%
    );
    padding: 2.5rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.07);
    transform: translateZ(10px);
    border-left: 4px solid rgb(228,162,190);
    position: relative;
}.x-program-overview .x-text-frame-item::before {
    content: '';
    transform: rotate(45deg);
    z-index: -1;
    left: 30px;
    height: 30px;
    background-color: rgb(228,162,190);
    width: 30px;
    position: absolute;
    top: -15px;
}.x-program-overview .x-text-frame-item:hover {
    transform: translateZ(15px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.x-program-overview h3 {
    padding-bottom: 0.75rem;
    transform: translateY(0);
    font-size: 19px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: #000000;
}.x-program-overview h3::after {
    background: linear-gradient(
        to right,
        rgb(228,162,190) 0%,
        rgb(206,117,156) 100%
    );
    bottom: 0;
    content: '';
    transition: width 0.4s ease;
    left: 0;
    height: 3px;
    position: absolute;
    width: 50px;
}.x-program-overview .x-text-frame-item:hover h3 {
    transform: translateY(-5px);
}.x-program-overview .x-text-frame-item:hover h3::after {
    width: 100px;
}.x-program-overview .description {
    transform: translateY(20px);
    margin-bottom: 1.5rem;
    animation: fadeInUp 0.8s forwards 0.2s;
    font-size: 17px;
    opacity: 0;
    line-height: 1.75;
    color: #000000;
}.x-program-overview span.description {
    display: none;
}

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

@media (min-width: 768px) {.x-program-overview {
    padding: 7rem 0;
}.x-program-overview .u-education-route {
    align-items: center;
    gap: 3.5rem;
    grid-template-columns: 40% 1fr;
}.x-program-overview .Z-media-thumbnail {
    height: 450px;
    clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
}.x-program-overview h3 {
    font-size: calc(19px * 1.2);
}.x-program-overview .description {
    column-gap: 2.5rem;
    column-count: 2;
}
}

@media (min-width: 992px) {.x-program-overview {
    padding: 8rem 0;
}.x-program-overview .u-education-route {
    gap: 4rem;
    grid-template-columns: 45% 1fr;
}.x-program-overview .Z-media-thumbnail {
    height: 550px;
}.x-program-overview .x-text-frame-item {
    padding: 3.5rem;
}.x-program-overview h3 {
    margin-bottom: 2rem;
    font-size: calc(19px * 1.4);
}
}

@media (max-width: 767px) {.x-program-overview .container {
    padding: 0 15px;
}.x-program-overview .Z-media-thumbnail {
    margin-bottom: 1rem;
    margin-top: 1rem;
}.x-program-overview .x-text-frame-item {
    padding: 1.5rem;
}.x-program-overview h3 {
    font-size: calc(19px * 0.9);
}.x-program-overview .description {
    font-size: calc(17px * 0.95);
}}.x-future-students {
    padding: 120px 0 100px;
    overflow: hidden;
    background: rgb(247,216,227);
    position: relative;
}.x-future-students::before {
    transform: rotate(35deg);
    content: "";
    z-index: 1;
    top: -50%;
    height: 100%;
    position: absolute;
    width: 100%;
    right: -50%;
    background: rgb(228,162,190,0.5);
}.x-future-students::after {
    height: 100%;
    position: absolute;
    left: -50%;
    width: 100%;
    transform: rotate(-35deg);
    bottom: -50%;
    background: rgb(206,117,156,0.5);
    z-index: 1;
    content: "";
}.x-future-students .container {
    position: relative;
    z-index: 2;
    max-width: 1140px;
    padding: 0 15px;
    margin: 0 auto;
}.x-future-students .L-study-track {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
    padding: 60px 40px;
    background: #ffffff;
}.x-future-students .L-study-track::before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    height: 6px;
    top: 0;
    background: linear-gradient(90deg, rgb(228,162,190), rgb(206,117,156));
}.x-future-students .L-study-track::after {
    top: 20px;
    border: 2px solid rgb(228,162,190,0.5);
    content: "";
    height: 120px;
    width: 120px;
    z-index: -1;
    border-radius: 50%;
    opacity: 0.5;
    position: absolute;
    right: 20px;
}.x-future-students h4 {
    color: #000000;
    font-weight: 700;
    font-size: 33px;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
}.x-future-students h4::before {
    height: 4px;
    transform: translateX(-50%);
    bottom: -20px;
    left: 50%;
    position: absolute;
    width: 40px;
    background: rgb(228,162,190);
    border-radius: 10px;
    content: "";
}.x-future-students h4::after {
    content: "";
    border-radius: 10px;
    height: 4px;
    bottom: -20px;
    background: rgb(206,117,156,0.5);
    position: absolute;
    width: 80px;
    transform: translateX(-20px);
    left: 50%;
}.x-future-students div > div {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    position: relative;
}.x-future-students div > div::before {
    position: absolute;
    z-index: -1;
    height: 1px;
    left: 0;
    top: 50%;
    content: "";
    width: 100%;
    opacity: 0.5;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(206,117,156,0.5) 20%, 
        rgb(206,117,156,0.5) 80%, 
        transparent 100%);
}.x-future-students p {
    font-size: 18px;
    margin: 0;
    display: flex;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 24px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: #000000;
    border-radius: 10px;
    z-index: 1;
}.x-future-students p::before {
    height: 100%;
    content: "";
    top: 0;
    background: linear-gradient(135deg, #ffffff 0%, rgb(247,216,227) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    position: absolute;
    border-radius: 10px;
    left: 0;
    width: 100%;
    z-index: -1;
}.x-future-students p:hover {
    border-color: rgb(228,162,190,0.5);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px) scale(1.02);
}.x-future-students p:hover::before {
    opacity: 1;
}.x-future-students p svg {
    width: 28px;
    height: 28px;
    transition: all 0.4s ease;
    margin-right: 18px;
    flex-shrink: 0;
}.x-future-students p svg path {
    fill: rgb(228,162,190);
    transition: fill 0.3s ease;
}.x-future-students p:hover svg {
    transform: rotate(10deg) scale(1.2);
}.x-future-students p:hover svg path {
    fill: rgb(206,117,156);
}@keyframes dotAnimation {
    0% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.5);
    }
    100% {
        transform: translateY(0) scale(1);
    }
}

.x-future-students .L-study-track::before {
    animation: dotAnimation 8s infinite;
}@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.x-future-students .L-study-track > div p {
    opacity: 0;
    animation: fadeSlideIn 0.6s ease forwards;
}.x-future-students .L-study-track > div p:nth-child(1) {
    animation-delay: 0.1s;
}.x-future-students .L-study-track > div p:nth-child(2) {
    animation-delay: 0.3s;
}.x-future-students .L-study-track > div p:nth-child(3) {
    animation-delay: 0.5s;
}.x-future-students .L-study-track > div p:nth-child(4) {
    animation-delay: 0.7s;
}.x-future-students .L-study-track > div p:nth-child(5) {
    animation-delay: 0.9s;
}.x-future-students .L-study-track > div p:nth-child(6) {
    animation-delay: 1.1s;
}.x-future-students p::after {
    bottom: 10px;
    content: "";
    width: 30px;
    height: 30px;
    transition: all 0.4s ease;
    border-radius: 50%;
    position: absolute;
    background: rgb(206,117,156,0.5);
    opacity: 0;
    right: 10px;
    z-index: -1;
}.x-future-students p:hover::after {
    transform: scale(2);
    opacity: 0.3;
}

@media (max-width: 991px) {.x-future-students {
    padding: 90px 0 80px;
}.x-future-students .L-study-track {
    padding: 50px 30px;
}.x-future-students h4 {
    font-size: calc(33px * 0.9);
    margin-bottom: 40px;
}.x-future-students div > div {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.x-future-students p {
    padding: 20px;
}.x-future-students .L-study-track::after {
    width: 100px;
    height: 100px;
}
}

@media (max-width: 768px) {.x-future-students {
    padding: 80px 0 70px;
}.x-future-students .L-study-track {
    padding: 40px 25px;
}.x-future-students h4 {
    margin-bottom: 35px;
    font-size: calc(33px * 0.8);
}.x-future-students div > div {
    gap: 20px;
    grid-template-columns: 1fr;
}.x-future-students div > div::before {
    display: none;
}.x-future-students p {
    padding: 18px;
}.x-future-students p svg {
    height: 24px;
    width: 24px;
    margin-right: 15px;
}.x-future-students .L-study-track::after {
    width: 80px;
    height: 80px;
    right: auto;
    top: auto;
    bottom: 20px;
    left: 20px;
}
}

@media (max-width: 576px) {.x-future-students {
    padding: 60px 0 50px;
}.x-future-students .L-study-track {
    padding: 35px 20px;
}.x-future-students h4 {
    margin-bottom: 30px;
    font-size: calc(33px * 0.7);
}.x-future-students h4::before {
    width: 30px;
    height: 3px;
}.x-future-students h4::after {
    width: 60px;
    height: 3px;
}.x-future-students p {
    font-size: calc(18px * 0.9);
    padding: 15px;
}.x-future-students p svg {
    width: 20px;
    height: 20px;
    margin-right: 12px;
}.x-future-students p:hover {
    transform: translateY(-5px) scale(1.01);
}.x-future-students .L-study-track::after {
    width: 60px;
    height: 60px;
}}.a-pricing-option {
    overflow: hidden;
    padding: 100px 0;
    background: rgb(247,216,227);
    position: relative;
}.a-pricing-option::before {
    filter: blur(80px);
    top: -50px;
    background: rgb(228,162,190,0.5);
    content: "";
    animation: float-effect 12s infinite alternate ease-in-out;
    height: 300px;
    width: 300px;
    z-index: 0;
    right: -50px;
    position: absolute;
}.a-pricing-option::after {
    animation: float-effect 15s infinite alternate-reverse ease-in-out;
    height: 250px;
    left: -50px;
    width: 250px;
    position: absolute;
    content: "";
    background: rgb(206,117,156,0.5);
    filter: blur(60px);
    z-index: 0;
    bottom: -50px;
}.a-pricing-option .container {
    padding: 0 15px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}.a-pricing-option .C-fee-offers {
    display: flex;
    flex-direction: column;
    gap: 60px;
}.a-pricing-option .P-deal-board {
    padding: 0 20px;
    max-width: 700px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    order: -1;
}.a-pricing-option .P-deal-board h2 {
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    color: #000000;
    display: inline-block;
    font-size: 34px;
}.a-pricing-option .P-deal-board h2::after {
    left: 50%;
    content: "";
    bottom: -10px;
    background: rgb(228,162,190);
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    position: absolute;
}.a-pricing-option .W-learning-cost {
    color: #000000;
    margin-bottom: 0;
    line-height: 1.6;
    font-size: 16px;
    opacity: 0.85;
}.a-pricing-option .c-study-costs {
    perspective: 1000px;
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.a-pricing-option .O-rate-choices {
    perspective: 1000px;
    transform-style: preserve-3d;
    color: inherit;
    height: 100%;
    text-decoration: none;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
}.a-pricing-option .O-rate-choices:hover {
    transform: translateY(-10px) scale(1.02);
}.a-pricing-option .n-payment-plans {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    background: #ffffff;
    border-radius: 10px;
    position: relative;
    height: 100%;
    transform-style: preserve-3d;
    overflow: hidden;
    display: flex;
    transition: box-shadow 0.4s ease;
}.a-pricing-option .O-rate-choices:hover .n-payment-plans {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 0 20px rgb(228,162,190,0.5);
}.a-pricing-option .S-payment-plan {
    flex-grow: 1;
    overflow: hidden;
    flex-direction: column;
    display: flex;
    z-index: 2;
    padding: 30px;
    position: relative;
}.a-pricing-option .S-payment-plan::before {
    transform: scaleX(0);
    height: 5px;
    transition: transform 0.5s ease;
    content: "";
    background: linear-gradient(90deg, rgb(228,162,190), rgb(206,117,156));
    transform-origin: left;
    left: 0;
    top: 0;
    position: absolute;
    right: 0;
}.a-pricing-option .O-rate-choices:hover .S-payment-plan::before {
    transform: scaleX(1);
}.a-pricing-option .S-payment-plan h3 {
    overflow-wrap: break-word;
    transition: transform 0.4s ease, color 0.3s ease;
    word-break: break-word;
    font-size: calc(20px + 2px);
    color: #000000;
    margin-bottom: 10px;
    white-space: normal;
    font-weight: 700;
}.a-pricing-option .O-rate-choices:hover .S-payment-plan h3 {
    color: rgb(228,162,190);
    transform: translateX(5px);
}.a-pricing-option .y-pricing-offers {
    overflow-wrap: break-word;
    font-weight: 700;
    white-space: normal;
    display: block;
    transition: transform 0.4s ease;
    color: rgb(206,117,156);
    position: relative;
    margin: 10px 0 20px;
    word-break: break-word;
    font-size: 20px;
}.a-pricing-option .y-pricing-offers::before {
    transition: width 0.4s ease;
    width: 40px;
    content: "";
    background: rgb(206,117,156,0.5);
    bottom: -8px;
    left: 0;
    height: 2px;
    position: absolute;
}.a-pricing-option .O-rate-choices:hover .y-pricing-offers::before {
    width: 80px;
}.a-pricing-option .S-payment-plan p {
    overflow-wrap: break-word;
    white-space: normal;
    color: #000000;
    margin-bottom: 0;
    line-height: 1.6;
    flex-grow: 1;
    transition: color 0.3s ease;
    font-size: calc(16px - 1px);
    word-break: break-word;
}.a-pricing-option .Z-media-thumbnail {
    transition: transform 0.6s ease, filter 0.6s ease;
    transform: translateZ(-10px);
    height: 200px;
    overflow: hidden;
    position: relative;
}.a-pricing-option .Z-media-thumbnail::after {
    position: absolute;
    transition: opacity 0.5s ease;
    inset: 0;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    opacity: 0.6;
}.a-pricing-option .O-rate-choices:hover .Z-media-thumbnail {
    transform: translateZ(0);
    filter: brightness(1.1) contrast(1.05);
}.a-pricing-option .O-rate-choices:hover .Z-media-thumbnail::after {
    opacity: 0.4;
}.a-pricing-option .O-rate-choices::after {
    content: "";
    transition: opacity 0.4s ease;
    height: 15px;
    opacity: 0;
    background: rgb(228,162,190,0.5);
    position: absolute;
    top: 100%;
    filter: blur(10px);
    z-index: -1;
    border-radius: 50%;
    right: 30px;
    left: 30px;
}.a-pricing-option .O-rate-choices:hover::after {
    opacity: 0.5;
}

@keyframes float-effect {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(20px, 20px) scale(1.1);
    }
    100% {
        transform: translate(-20px, -20px) scale(0.9);
    }
}

@media (min-width: 992px) {.a-pricing-option .C-fee-offers {
    align-items: center;
    flex-direction: row;
}.a-pricing-option .P-deal-board {
    text-align: left;
    order: 0;
    padding-right: 40px;
    flex: 0 0 30%;
}.a-pricing-option .P-deal-board h2::after {
    left: 0;
    transform: none;
}.a-pricing-option .c-study-costs {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.a-pricing-option .c-study-costs {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.a-pricing-option .S-payment-plan {
    padding: 35px;
}.a-pricing-option .Z-media-thumbnail {
    height: 220px;
}
}

@media (max-width: 991px) {.a-pricing-option {
    padding: 80px 0;
}.a-pricing-option .P-deal-board {
    margin-bottom: 20px;
}
}

@media (max-width: 767px) {.a-pricing-option {
    padding: 60px 0;
}.a-pricing-option .c-study-costs {
    gap: 25px;
    grid-template-columns: 1fr;
}.a-pricing-option .P-deal-board h2 {
    font-size: calc(34px - 4px);
}.a-pricing-option .Z-media-thumbnail {
    height: 180px;
}.a-pricing-option .S-payment-plan {
    padding: 25px;
}
}

@media (max-width: 480px) {.a-pricing-option {
    padding: 50px 0;
}.a-pricing-option .S-payment-plan h3 {
    font-size: 20px;
}.a-pricing-option .y-pricing-offers {
    font-size: calc(20px - 2px);
}.a-pricing-option .Z-media-thumbnail {
    height: 160px;
}.a-pricing-option .S-payment-plan {
    padding: 20px;
}}.a-trackingNoticeModal {
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    border-top: 3px solid rgb(228,162,190);
    bottom: 0;
    z-index: 90;
    width: 100%;
    position: fixed;
    padding: 15px 20px;
    background: rgb(206,117,156);
}.t-cookie-overview {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}.E-cookie-disclaimer {
    margin-right: 20px;
    flex-shrink: 0;
}.E-cookie-disclaimer svg {
    height: 50px;
    fill: rgb(228,162,190);
    width: 50px;
}.V-cookie-none {
    flex-direction: column;
    max-width: 600px;
    justify-content: center;
    display: flex;
}.a-trackingNoticeModal h5 {
    font-size: 19px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #ffffff;
}.a-trackingNoticeModal p {
    color: #000000;
    font-size: 12px;
    line-height: 1.5;
}.u-cookie-window {
    border-radius: 10px;
    font-size: 19px;
    flex-shrink: 0;
    text-align: center;
    text-decoration: none;
    border: 2px solid rgb(228,162,190);
    min-width: 150px;
    cursor: pointer;
    margin-left: 10px;
    padding: 10px 20px;
    color: #ffffff;
    transition: none;
    background: rgb(228,162,190);
}.u-cookie-window:hover {
    border-color: rgb(228,162,190,0.5);
    background: rgb(228,162,190,0.5);
}.a-trackingNoticeModal p a {
    text-decoration: none;
    color: rgb(228,162,190);
    border-bottom: 2px solid rgb(228,162,190);
}.a-trackingNoticeModal p a:hover {
    color: rgb(206,117,156);
    border-bottom-color: rgb(206,117,156);
}
@media only screen and (max-width: 1200px) {.a-trackingNoticeModal {
    padding: 15px;
}
}
@media only screen and (max-width: 800px) {.E-cookie-disclaimer {
    display: none;
}.t-cookie-overview {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.a-trackingNoticeModal h5, .a-trackingNoticeModal p {
    text-align: center;
}.V-cookie-none {
    margin-bottom: 15px;
}.u-cookie-window {
    margin-left: 0;
    margin-top: 10px;
}}
#S-usageNoticeDialog {
    display: none;
}#S-usageNoticeDialog:checked ~ .a-trackingNoticeModal {
    opacity: 0;
    visibility: hidden;
}.M-privacy-encasement {
    background: linear-gradient(135deg, rgb(247,216,227) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 5rem 2rem;
    position: relative;
}.M-privacy-encasement::before {
    right: -5%;
    filter: blur(80px);
    top: -10%;
    width: 25vw;
    z-index: 0;
    opacity: 0.15;
    content: "";
    background: rgb(228,162,190,0.5);
    position: absolute;
    transform: rotate(-15deg);
    height: 25vw;
}.M-privacy-encasement::after {
    opacity: 0.15;
    transform: rotate(15deg);
    bottom: -10%;
    left: -5%;
    z-index: 0;
    content: "";
    filter: blur(80px);
    height: 25vw;
    width: 25vw;
    background: rgb(206,117,156,0.5);
    position: absolute;
}.M-privacy-encasement .container {
    border-left: 3px solid rgb(228,162,190);
    padding: 3rem;
    margin: 0 auto;
    transform: perspective(1000px) rotateY(1deg);
    z-index: 1;
    position: relative;
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s ease-out;
    max-width: 1200px;
}.M-privacy-encasement .container:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateY(0deg);
}.M-privacy-encasement h1 {
    font-weight: 700;
    margin-bottom: 2rem;
    transform: translateX(-8px);
    color: #000000;
    position: relative;
    font-size: 47px;
}.M-privacy-encasement h1::before {
    content: "";
    height: 50%;
    position: absolute;
    transform: translateY(-50%);
    width: 6px;
    background: linear-gradient(to bottom, rgb(228,162,190), rgb(206,117,156));
    top: 50%;
    left: -20px;
}.M-privacy-encasement h2 {
    font-size: 36px;
    position: relative;
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin: 3rem 0 1.5rem;
    padding-bottom: 0.75rem;
    font-weight: 600;
}.M-privacy-encasement h2::after {
    content: "";
    height: 3px;
    bottom: -1px;
    transition: width 0.3s ease;
    background: linear-gradient(90deg, rgb(228,162,190), rgb(206,117,156));
    width: 50px;
    position: absolute;
    left: 0;
}.M-privacy-encasement h2:hover::after {
    width: 100px;
}.M-privacy-encasement h3 {
    position: relative;
    font-size: calc(36px * 0.85);
    color: #000000;
    margin: 2.5rem 0 1.25rem;
    font-weight: 600;
    padding-left: 15px;
}.M-privacy-encasement h3::before {
    top: 0;
    left: 0;
    background: rgb(206,117,156);
    height: 100%;
    position: absolute;
    width: 3px;
    content: "";
    opacity: 0.7;
}.M-privacy-encasement h4 {
    position: relative;
    color: #000000;
    font-weight: 600;
    margin: 2rem 0 1rem;
    display: inline-block;
    font-size: calc(36px * 0.7);
}.M-privacy-encasement h4::after {
    bottom: -3px;
    left: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, rgb(206,117,156), transparent);
    content: "";
    height: 1px;
}.M-privacy-encasement p {
    margin-bottom: 1.5rem;
    max-width: 90ch;
    font-size: 13px;
    line-height: 1.8;
    color: #000000;
}.M-privacy-encasement ul {
    padding-left: 1.5rem;
    position: relative;
    margin: 1.5rem 0 2.5rem;
}.M-privacy-encasement ul::before {
    background: linear-gradient(to bottom, rgb(228,162,190,0.5), transparent);
    content: "";
    height: 100%;
    position: absolute;
    width: 1px;
    left: 0;
    top: 0;
}.M-privacy-encasement li {
    padding-left: 1rem;
    position: relative;
    margin-bottom: 1rem;
    transition: transform 0.2s ease;
    font-size: 13px;
    color: #000000;
    line-height: 1.6;
}.M-privacy-encasement li::before {
    opacity: 0.7;
    left: -1.5rem;
    width: 8px;
    position: absolute;
    content: "";
    height: 8px;
    transition: transform 0.2s ease;
    top: 0.7rem;
    transform: rotate(45deg);
    background: rgb(228,162,190);
    border-radius: 1px;
}.M-privacy-encasement li:hover {
    transform: translateX(3px);
}.M-privacy-encasement li:hover::before {
    transform: rotate(135deg);
    background: rgb(206,117,156);
}.M-privacy-encasement span {
    padding: 0.5rem 0 0.5rem 1rem;
    line-height: 1.7;
    opacity: 0.9;
    font-style: italic;
    margin-bottom: 2rem;
    display: block;
    color: #000000;
    font-size: 13px;
    border-left: 2px solid rgb(206,117,156,0.5);
}.M-privacy-encasement strong {
    font-weight: 600;
    color: #000000;
    position: relative;
    display: inline-block;
}.M-privacy-encasement strong::after {
    width: 100%;
    position: absolute;
    height: 2px;
    opacity: 0.3;
    bottom: -2px;
    left: 0;
    background: rgb(228,162,190,0.5);
    content: "";
}

@media (max-width: 991px) {.M-privacy-encasement {
    padding: 4rem 1.5rem;
}.M-privacy-encasement .container {
    padding: 2.5rem 2rem;
    transform: perspective(800px) rotateY(0.5deg);
}.M-privacy-encasement h1 {
    font-size: calc(47px * 0.9);
}.M-privacy-encasement h2 {
    font-size: calc(36px * 0.9);
}
}

@media (max-width: 767px) {.M-privacy-encasement {
    padding: 3rem 1rem;
}.M-privacy-encasement .container {
    border-left-width: 2px;
    transform: perspective(600px) rotateY(0.3deg);
    padding: 2rem 1.5rem;
}.M-privacy-encasement h1 {
    font-size: calc(47px * 0.8);
    transform: translateX(-5px);
}.M-privacy-encasement h1::before {
    left: -15px;
    width: 4px;
}.M-privacy-encasement h2 {
    font-size: calc(36px * 0.8);
    margin: 2.5rem 0 1.25rem;
}.M-privacy-encasement h3 {
    font-size: calc(36px * 0.7);
}.M-privacy-encasement h4 {
    font-size: calc(36px * 0.6);
}.M-privacy-encasement p, 
    .M-privacy-encasement li,
    .M-privacy-encasement span {
    font-size: calc(13px * 0.95);
}.M-privacy-encasement ul {
    padding-left: 1rem;
}.M-privacy-encasement li::before {
    left: -1rem;
    height: 6px;
    width: 6px;
}
}

@media (max-width: 480px) {.M-privacy-encasement {
    padding: 2rem 0.75rem;
}.M-privacy-encasement .container {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: none;
    padding: 1.5rem 1.25rem;
}.M-privacy-encasement h1 {
    margin-bottom: 1.5rem;
    font-size: calc(47px * 0.7);
}.M-privacy-encasement h2 {
    font-size: calc(36px * 0.7);
    margin: 2rem 0 1rem;
}.M-privacy-encasement h3 {
    font-size: calc(36px * 0.6);
    margin: 1.75rem 0 1rem;
}.M-privacy-encasement h4 {
    font-size: calc(36px * 0.5);
}.M-privacy-encasement p, 
    .M-privacy-encasement li,
    .M-privacy-encasement span {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}.M-privacy-encasement li {
    margin-bottom: 0.75rem;
}.M-privacy-encasement ul {
    margin: 1rem 0 2rem;
}}.u-thanks-id {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(247,216,227) 0%, rgba(rgb(228,162,190,0.5), 0.1) 100%);
    padding: 5rem 0;
    position: relative;
    isolation: isolate;
}.u-thanks-id::before {
    animation: float 15s ease-in-out infinite alternate;
    background: linear-gradient(225deg, rgb(228,162,190) 0%, transparent 70%);
    z-index: -1;
    opacity: 0.15;
    width: 45%;
    transform: rotate(-15deg) translateZ(0);
    content: "";
    position: absolute;
    filter: blur(20px);
    height: 45%;
    top: -5%;
    right: -5%;
}.u-thanks-id::after {
    position: absolute;
    content: "";
    bottom: -5%;
    opacity: 0.15;
    z-index: -1;
    width: 35%;
    height: 35%;
    animation: float 18s ease-in-out infinite alternate-reverse;
    transform: rotate(15deg) translateZ(0);
    background: linear-gradient(45deg, rgb(206,117,156) 0%, transparent 70%);
    filter: blur(20px);
    left: -5%;
}.u-thanks-id .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    padding: 0 1.5rem;
}.u-thanks-id .L-study-track {
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 2rem),
        calc(100% - 2rem) 100%,
        0 100%
    );
    position: relative;
    display: grid;
    backdrop-filter: blur(10px);
    gap: 2.5rem;
    transform: perspective(1000px) rotateX(2deg) translateZ(0);
    padding: clamp(2rem, 5vw, 4rem);
    grid-template-columns: 1fr;
    box-shadow: 0 25px 50px -12px rgba(rgba(0, 0, 0, 0.5), 0.1),
                0 -5px 30px -10px rgba(rgb(228,162,190,0.5), 0.05);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(145deg, rgba(rgb(255, 255, 255, 0.5), 0.95) 0%, rgba(rgb(255, 255, 255, 0.5), 0.85) 100%);
}.u-thanks-id .L-study-track:hover {
    transform: perspective(1000px) rotateX(0deg) translateZ(0) translateY(-5px);
    box-shadow: 0 30px 60px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
                0 -10px 40px -10px rgba(rgb(228,162,190,0.5), 0.1);
}.u-thanks-id .L-study-track > div:first-child {
    position: relative;
    padding-bottom: 1.5rem;
}.u-thanks-id .L-study-track > div:first-child::after {
    transform: scaleX(0);
    bottom: 0;
    background: linear-gradient(90deg, rgb(228,162,190) 0%, transparent 100%);
    content: "";
    animation: expandLine 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    width: 80%;
    height: 3px;
    left: 0;
    transform-origin: left center;
    position: absolute;
}.u-thanks-id h5 {
    color: #000000;
    line-height: 1.4;
    transform: translateY(20px);
    font-weight: 700;
    animation: fadeUpIn 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    opacity: 0;
    letter-spacing: -0.01em;
    margin: 0;
    font-size: clamp(calc(21px * 0.8), 4vw, 21px);
}.u-thanks-id .L-study-track > div:last-child {
    opacity: 0;
    position: relative;
    animation: fadeUpIn 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.3s;
}.u-thanks-id .L-study-track > div:last-child::before {
    width: 80px;
    border-radius: 50%;
    z-index: -1;
    animation: pulse 6s ease-in-out infinite alternate;
    position: absolute;
    right: -40px;
    background: linear-gradient(135deg, rgb(206,117,156) 0%, transparent 80%);
    opacity: 0.2;
    transform: translateZ(0);
    content: "";
    top: -10px;
    height: 80px;
}.u-thanks-id p {
    transition: color 0.3s ease;
    font-size: clamp(calc(13px * 0.95), 3vw, 13px);
    line-height: 1.7;
    margin: 0;
    color: #000000;
    font-family: Arial, sans-serif;
}.u-thanks-id a {
    position: relative;
    padding: 0.5rem 0;
    text-decoration: none;
    display: block;
    overflow: hidden;
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}.u-thanks-id a:hover {
    transform: translateX(5px);
}.u-thanks-id a:hover p {
    color: rgb(228,162,190);
}.u-thanks-id a::after {
    content: "";
    transform-origin: left center;
    transform: scaleX(0.3);
    background: linear-gradient(90deg, rgb(206,117,156) 0%, transparent 100%);
    height: 1px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    opacity: 0.5;
    bottom: 0;
    width: 100%;
    left: 0;
}.u-thanks-id a:hover::after {
    opacity: 1;
    transform: scaleX(1);
}

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

@keyframes expandLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes float {
    0% {
        transform: rotate(-15deg) translateZ(0) translate(0, 0);
    }
    100% {
        transform: rotate(-5deg) translateZ(0) translate(10px, -10px);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1) translateZ(0);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.2) translateZ(0);
        opacity: 0.3;
    }
}

@media (min-width: 768px) {.u-thanks-id {
    padding: 7rem 0;
}.u-thanks-id .L-study-track {
    grid-template-columns: 1fr 1fr;
    padding: clamp(3rem, 6vw, 5rem);
    gap: 4rem;
    align-items: center;
}.u-thanks-id .L-study-track > div:first-child {
    padding-right: 2rem;
    padding-bottom: 0;
}.u-thanks-id .L-study-track > div:first-child::after {
    animation: expandVertLine 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    left: auto;
    top: 15%;
    background: linear-gradient(180deg, rgb(228,162,190) 0%, transparent 100%);
    bottom: auto;
    height: 70%;
    right: 0;
    width: 3px;
    transform: scaleY(0);
    transform-origin: top center;
}.u-thanks-id h5 {
    text-align: left;
}
}

@media (min-width: 992px) {.u-thanks-id .L-study-track {
    gap: 6rem;
}.u-thanks-id h5 {
    font-size: 21px;
}.u-thanks-id p {
    font-size: 13px;
}
}

@keyframes expandVertLine {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

@media (max-width: 480px) {.u-thanks-id {
    padding: 4rem 0;
}.u-thanks-id .L-study-track {
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 1rem),
            calc(100% - 1rem) 100%,
            0 100%
        );
    padding: 2rem 1.5rem;
}.u-thanks-id h5 {
    font-size: calc(21px * 0.75);
}.u-thanks-id p {
    font-size: calc(13px * 0.9);
}
}

@media (prefers-reduced-motion: reduce) {.u-thanks-id::before,
    .u-thanks-id::after,
    .u-thanks-id .L-study-track,
    .u-thanks-id .L-study-track > div:first-child::after,
    .u-thanks-id h5,
    .u-thanks-id .L-study-track > div:last-child,
    .u-thanks-id .L-study-track > div:last-child::before,
    .u-thanks-id a,
    .u-thanks-id a::after {
    animation: none;
    transition: opacity 0.3s ease;
}.u-thanks-id .L-study-track > div:first-child::after,
    .u-thanks-id a::after {
    transform: none;
}}.H-instructional-approach {
    padding: 7rem 0;
    overflow: hidden;
    position: relative;
    background: rgb(247,216,227);
    isolation: isolate;
}.H-instructional-approach::before {
    transform: rotate(15deg);
    height: 200%;
    background-size: 60px 60px;
    background-image: 
        radial-gradient(
            rgb(206,117,156,0.5) 20%, 
            transparent 21%
        ), 
        radial-gradient(
            rgb(228,162,190,0.5) 20%, 
            transparent 21%
        );
    content: "";
    opacity: 0.3;
    width: 200%;
    left: -50%;
    animation: shiftPattern 60s linear infinite;
    top: -50%;
    position: absolute;
    background-position: 0 0, 30px 30px;
    z-index: 0;
}.H-instructional-approach::after {
    content: "";
    z-index: 1;
    height: 40%;
    width: 100%;
    bottom: 0;
    background: linear-gradient(to top, 
        rgb(247,216,227), 
        transparent
    );
    left: 0;
    position: absolute;
}.H-instructional-approach .L-study-track {
    border-radius: 15px;
    z-index: 2;
    margin: 0 auto;
    animation: appearFromBottom 1s ease-out forwards;
    overflow: hidden;
    position: relative;
    align-items: center;
    max-width: 900px;
    display: flex;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.1),
        0 1px 5px rgba(0, 0, 0, 0.05);
    flex-direction: column;
    padding: 0;
    background: #ffffff;
}.H-instructional-approach h3 {
    background: linear-gradient(135deg, rgb(228,162,190), rgb(206,117,156));
    width: 100%;
    position: relative;
    font-weight: 700;
    margin: 0;
    padding: 2.5rem;
    font-size: 35px;
    padding-bottom: 4rem;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 75%, 
        50% 100%, 
        0 75%
    );
    text-align: center;
    color: #ffffff;
}.H-instructional-approach h3::before {
    bottom: 0;
    animation: moveGrid 20s linear infinite;
    background: 
        linear-gradient(
            rgba(255, 255, 255, 0.2) 1px, 
            transparent 1px
        ),
        linear-gradient(
            90deg, 
            rgba(255, 255, 255, 0.2) 1px, 
            transparent 1px
        );
    right: 0;
    background-size: 20px 20px;
    position: absolute;
    left: 0;
    opacity: 0.3;
    top: 0;
    content: "";
}.H-instructional-approach h3::after {
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.8), 
        transparent
    );
    right: 0;
    left: 0;
    animation: shimmer 5s infinite linear;
    height: 5px;
    top: 0;
    content: "";
    position: absolute;
}.H-instructional-approach span {
    z-index: 1;
    width: 100%;
    line-height: 1.8;
    font-size: 18px;
    padding: 3rem 2.5rem 2.5rem;
    margin-top: -30px;
    background: #ffffff;
    color: #000000;
    position: relative;
    box-sizing: border-box;
    border-radius: 0 0 15px 15px;
}.H-instructional-approach span::before {
    width: 70px;
    transform: translateX(-50%);
    position: absolute;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.05);
    top: -35px;
    left: 50%;
    border-radius: 50%;
    content: "";
    z-index: -1;
    height: 70px;
    background: #ffffff;
}.H-instructional-approach span::after {
    top: -20px;
    box-shadow: 0 0 15px rgb(228,162,190,0.5);
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    background: rgb(228,162,190);
    width: 20px;
    content: "";
    height: 20px;
    animation: pulse 3s infinite;
}

@keyframes appearFromBottom {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes shiftPattern {
    0% {
        transform: rotate(15deg) translateY(0);
    }
    50% {
        transform: rotate(15deg) translateY(-30px);
    }
    100% {
        transform: rotate(15deg) translateY(0);
    }
}

@keyframes moveGrid {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

@keyframes shimmer {
    0% {
        background-position: -1000px;
    }
    100% {
        background-position: 1000px;
    }
}

@keyframes pulse {
    0%, 100% {
        transform: translateX(-50%) scale(1);
        opacity: 1;
    }
    50% {
        transform: translateX(-50%) scale(1.2);
        opacity: 0.8;
    }
}

@media (max-width: 992px) {.H-instructional-approach {
    padding: 5rem 1.5rem;
}.H-instructional-approach::before {
    background-position: 0 0, 25px 25px;
    background-size: 50px 50px;
}.H-instructional-approach h3 {
    padding-bottom: 3.5rem;
    padding: 2rem;
    font-size: calc(35px * 0.9);
}.H-instructional-approach span {
    padding: 2.5rem 2rem 2rem;
}
}

@media (max-width: 768px) {.H-instructional-approach {
    padding: 4rem 1rem;
}.H-instructional-approach::before {
    background-size: 40px 40px;
    background-position: 0 0, 20px 20px;
}.H-instructional-approach h3 {
    padding-bottom: 3rem;
    font-size: calc(35px * 0.8);
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% 80%, 
            50% 100%, 
            0 80%
        );
    padding: 1.5rem;
}.H-instructional-approach span {
    font-size: calc(18px * 0.95);
    padding: 2.5rem 1.5rem 1.5rem;
}.H-instructional-approach span::before {
    width: 60px;
    height: 60px;
    top: -30px;
}.H-instructional-approach span::after {
    width: 16px;
    top: -18px;
    height: 16px;
}}.f-who-we-are {
    padding: 120px 0 90px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}.f-who-we-are::before {
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.92) 0%,
        rgba(0, 0, 0, 0.85) 35%,
        rgba(0, 0, 0, 0.75) 100%);
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    content: "";
}.f-who-we-are::after {
    z-index: 2;
    height: 200%;
    top: -50%;
    opacity: 0.1;
    background: linear-gradient(45deg, 
        rgb(228,162,190,0.5) 0%,
        transparent 50%);
    right: -50%;
    position: absolute;
    transform: rotate(-15deg);
    width: 100%;
    content: "";
}.f-who-we-are .container {
    position: relative;
    z-index: 5;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
}.f-who-we-are h4 {
    margin-bottom: 60px;
    padding-left: 2rem;
    z-index: 5;
    color: #ffffff;
    transform: translateX(-1rem);
    letter-spacing: 2px;
    font-size: calc(28px * 1.15);
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
}.f-who-we-are h4::before {
    width: 35px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    height: 3px;
    position: absolute;
    left: 0;
    background: rgb(206,117,156);
}.f-who-we-are h4::after {
    left: 2rem;
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: rgb(228,162,190);
    content: "";
    transform: scaleX(1);
    height: 2px;
    bottom: -10px;
    width: 60px;
    position: absolute;
}.f-who-we-are:hover h4::after {
    transform: scaleX(1.5);
}.f-who-we-are .x-text-frame-item {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(0);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 0 10px 10px 0;
    background: rgba(20, 20, 20, 0.75);
    padding: 40px 45px;
    backdrop-filter: blur(8px);
    border-left: 4px solid rgb(206,117,156);
}.f-who-we-are .x-text-frame-item:hover {
    transform: translateY(-5px);
}.f-who-we-are .x-text-frame-item::before {
    height: 1px;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(to right, 
        rgb(206,117,156) 0%, 
        transparent 70%);
    left: 0;
    content: "";
}.f-who-we-are .x-text-frame-item::after {
    content: "";
    bottom: 0;
    height: 1px;
    position: absolute;
    right: 0;
    background: linear-gradient(to left, 
        rgb(206,117,156,0.5) 0%, 
        transparent 100%);
    width: 70%;
}.f-who-we-are h6 {
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    color: rgb(206,117,156);
    font-size: calc(18px * 1.1);
    margin-bottom: 1.5rem;
    font-weight: 600;
}.f-who-we-are h6::after {
    background: linear-gradient(to right, 
        rgb(206,117,156) 0%, 
        transparent 90%);
    bottom: -8px;
    width: 100%;
    position: absolute;
    height: 2px;
    left: 0;
    content: "";
}.f-who-we-are .x-text-frame-item div {
    overflow: hidden;
    position: relative;
}.f-who-we-are .x-text-frame-item span {
    display: block;
    transition: transform 0.3s ease-out;
    opacity: 0.95;
    font-size: 14px;
    transform: translateY(0);
    font-weight: 300;
    color: #ffffff;
    text-align: justify;
    line-height: 1.8;
}.f-who-we-are .x-text-frame-item:hover span {
    transform: translateY(-5px);
}.f-who-we-are .x-text-frame-item span::first-letter {
    font-weight: 600;
    font-size: 1.5em;
    color: rgb(206,117,156);
}

@media (max-width: 992px) {.f-who-we-are {
    padding: 80px 0 60px;
}.f-who-we-are h4 {
    margin-bottom: 40px;
    font-size: calc(28px * 0.9);
    padding-left: 1.5rem;
}.f-who-we-are .x-text-frame-item {
    padding: 30px 35px;
}.f-who-we-are h6 {
    font-size: 18px;
}
}

@media (max-width: 768px) {.f-who-we-are {
    padding: 60px 0 40px;
}.f-who-we-are h4 {
    padding-left: 0;
    font-size: 28px;
    transform: translateX(0);
    text-align: center;
    margin-bottom: 30px;
}.f-who-we-are h4::before {
    left: 50%;
    width: 25px;
    transform: translate(-50%, -50%);
}.f-who-we-are h4::after {
    transform: translateX(-50%);
    width: 40px;
    left: 50%;
}.f-who-we-are:hover h4::after {
    transform: translateX(-50%) scaleX(1.5);
}.f-who-we-are .x-text-frame-item {
    border-left: 3px solid rgb(206,117,156);
    padding: 25px 20px;
}.f-who-we-are h6 {
    margin-bottom: 1rem;
    font-size: calc(19px * 1.1);
}.f-who-we-are .x-text-frame-item span {
    font-size: calc(14px * 0.9);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.f-who-we-are {
    padding: 50px 0 30px;
}.f-who-we-are h4 {
    font-size: calc(28px * 0.8);
    margin-bottom: 25px;
}.f-who-we-are .x-text-frame-item {
    padding: 20px 15px;
    border-radius: 0 10px 10px 0;
}.f-who-we-are h6 {
    letter-spacing: 0.5px;
    font-size: 19px;
}.f-who-we-are .x-text-frame-item span {
    line-height: 1.6;
    font-size: calc(14px * 0.85);
}}.V-user-comments {
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(180deg, rgb(247,216,227) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    perspective: 1000px;
}.V-user-comments::before {
    content: "";
    position: absolute;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(228,162,190,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(206,117,156,0.5) 0%, transparent 15%);
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0.6;
}.V-user-comments::after {
    top: 0;
    position: absolute;
    opacity: 0.2;
    left: 0;
    height: 100%;
    z-index: 1;
    background-image: 
        linear-gradient(to right, rgba(0, 0, 0, 0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
    content: "";
    background-size: 30px 30px;
    width: 100%;
}.V-user-comments .container {
    z-index: 2;
    position: relative;
}.V-user-comments h2 {
    font-size: 30px;
    left: 50%;
    letter-spacing: 2px;
    padding: 0 2rem;
    margin-bottom: 4rem;
    text-transform: uppercase;
    text-align: center;
    transform: translateX(-50%);
    color: #000000;
    position: relative;
    display: inline-block;
    font-weight: 700;
}.V-user-comments h2::before, 
.V-user-comments h2::after {
    animation: neonPulse 2s infinite alternate;
    width: 50px;
    position: absolute;
    height: 3px;
    top: 50%;
    content: "";
    background: rgb(228,162,190);
}.V-user-comments h2::before {
    left: -30px;
}.V-user-comments h2::after {
    right: -30px;
}.V-user-comments .O-client-voices {
    perspective: 1000px;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
    gap: 2rem;
}.V-user-comments .g-feedback-stars {
    min-width: 280px;
    padding: 2rem;
    max-width: calc(33.333% - 2rem);
    display: flex;
    position: relative;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    transform-style: preserve-3d;
    flex-direction: column;
    align-items: center;
    transform: translateZ(0) rotateY(0);
    flex: 0 0 calc(33.333% - 2rem);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.05);
}.V-user-comments .g-feedback-stars::before {
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    border-radius: 10px;
    mask-composite: exclude;
    content: "";
    opacity: 0;
    inset: 0;
    background: linear-gradient(45deg, rgb(228,162,190), rgb(206,117,156)) border-box;
    border: 2px solid transparent;
    position: absolute;
    transition: opacity 0.5s ease;
}.V-user-comments .g-feedback-stars:hover {
    box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.2);
    transform: translateZ(20px) rotateY(5deg);
}.V-user-comments .g-feedback-stars:hover::before {
    animation: borderGlow 1.5s infinite alternate;
    opacity: 1;
}.V-user-comments .g-feedback-stars:nth-child(even):hover {
    transform: translateZ(20px) rotateY(-5deg);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
}.V-user-comments .g-feedback-stars img {
    margin-bottom: 1.5rem;
    z-index: 2;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    width: 90px;
    height: 90px;
    position: relative;
    border-radius: 50%;
    border: 3px solid #ffffff;
    transition: all 0.4s ease;
}.V-user-comments .g-feedback-stars:hover img {
    border-color: rgb(228,162,190);
    transform: scale(1.05);
    box-shadow: 0 0 15px rgb(228,162,190,0.5);
}.V-user-comments .g-feedback-stars p {
    font-family: Arial, sans-serif;
    text-align: center;
    font-weight: 600;
    color: #000000;
    transition: all 0.3s ease;
    margin: 0;
    font-size: calc(16px * 1.1);
}.V-user-comments .g-feedback-stars .description {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding-top: 1rem;
    color: #000000;
    z-index: 2;
    margin-top: 1rem;
}.V-user-comments .g-feedback-stars .description::after {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    transition: all 0.3s ease;
    height: 2px;
    width: 40px;
    top: 0;
    background: rgb(206,117,156,0.5);
    content: "";
}.V-user-comments .g-feedback-stars:hover .description::after {
    background: rgb(228,162,190);
    box-shadow: 0 0 10px rgb(228,162,190,0.5);
    width: 60px;
}

@keyframes neonPulse {
    0% {
        box-shadow: 0 0 5px rgb(228,162,190), 0 0 10px rgb(228,162,190,0.5);
    }
    100% {
        box-shadow: 0 0 20px rgb(228,162,190), 0 0 30px rgb(228,162,190,0.5);
    }
}

@keyframes borderGlow {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 991px) {.V-user-comments {
    padding: 4rem 0;
}.V-user-comments h2 {
    margin-bottom: 3rem;
}.V-user-comments .g-feedback-stars {
    max-width: calc(50% - 2rem);
    flex: 0 0 calc(50% - 2rem);
}
}

@media (max-width: 767px) {.V-user-comments h2 {
    font-size: calc(30px * 0.9);
}.V-user-comments h2::before,
    .V-user-comments h2::after {
    width: 30px;
}.V-user-comments h2::before {
    left: -15px;
}.V-user-comments h2::after {
    right: -15px;
}.V-user-comments .O-client-voices {
    gap: 1.5rem;
    flex-direction: column;
}.V-user-comments .g-feedback-stars {
    padding: 1.5rem;
    max-width: 100%;
    flex: 1 1 100%;
}.V-user-comments .g-feedback-stars,
    .V-user-comments .g-feedback-stars:hover,
    .V-user-comments .g-feedback-stars:nth-child(even):hover {
    transform: none;
}.V-user-comments .g-feedback-stars img {
    height: 70px;
    width: 70px;
}
}

@media (max-width: 480px) {.V-user-comments {
    padding: 3rem 0;
}.V-user-comments h2 {
    font-size: calc(30px * 0.8);
}.V-user-comments .g-feedback-stars {
    padding: 1.25rem;
}.V-user-comments .g-feedback-stars img {
    width: 60px;
    height: 60px;
}
}