* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.top-pagebar-juVC {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}html,body {
    color: #000000;
    auto
contain
touch-action: none;
    min-height: 100%;
    auto
    scroll-behavior: smooth;
    height: 100%;
    font-family: Arial, sans-serif;
    scroll-snap-type: none;
}.intern-ship-WDtN {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.container {
    width: 1120px;
    margin: auto;
    max-width: 100%;
}.segment-wrapper-cyuE {
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    display: flex;
}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;
}}
.leadership-profile-YurA {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(150deg, rgb(246,223,224) 0%, rgb(202,131,132,0.5) 100%);
    overflow: hidden;
}.leadership-profile-YurA::before {
    width: 100%;
    content: "";
    background-size: 40px 40px;
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
    opacity: 0.07;
    background: 
        linear-gradient(to right, transparent 49.5%, rgb(226,175,177,0.5) 49.5%, rgb(226,175,177,0.5) 50.5%, transparent 50.5%),
        linear-gradient(to bottom, transparent 49.5%, rgb(226,175,177,0.5) 49.5%, rgb(226,175,177,0.5) 50.5%, transparent 50.5%);
}.leadership-profile-YurA::after {
    left: 0;
    width: 100%;
    opacity: 0.04;
    content: "";
    position: absolute;
    height: 100%;
    background: 
        repeating-radial-gradient(
            circle at 50% 50%,
            transparent 0,
            transparent 40px,
            rgb(226,175,177,0.5) 40px,
            rgb(226,175,177,0.5) 41px,
            transparent 41px,
            transparent 60px,
            rgb(226,175,177,0.5) 60px,
            rgb(226,175,177,0.5) 61px,
            transparent 61px,
            transparent 80px,
            rgb(226,175,177,0.5) 80px,
            rgb(226,175,177,0.5) 81px
        );
    top: 0;
}.leadership-profile-YurA .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
}.leadership-profile-YurA .learning-feedback-oaKf {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    border-radius: 0;
    display: grid;
    overflow: hidden;
    padding: 50px;
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    gap: 40px;
    grid-template-columns: 1fr 1fr;
    position: relative;
}.leadership-profile-YurA .learning-feedback-oaKf::before {
    content: "";
    background: linear-gradient(
        90deg,
        rgb(226,175,177) 0%,
        rgb(202,131,132) 100%
    );
    position: absolute;
    height: 6px;
    width: 100%;
    left: 0;
    top: 0;
}.leadership-profile-YurA .learning-feedback-oaKf::after {
    left: 0;
    top: 6px;
    width: 100%;
    background: linear-gradient(
        90deg,
        rgb(226,175,177,0.5) 0%,
        transparent 20%,
        rgb(226,175,177,0.5) 40%,
        transparent 60%,
        rgb(202,131,132,0.5) 80%,
        transparent 100%
    );
    animation: scanner 4s linear infinite;
    position: absolute;
    content: "";
    height: 1px;
}@keyframes scanner {
    0% {
        transform: translateY(0);
        opacity: 0.5;
    }
    50% {
        transform: translateY(calc(100% - 7px));
        opacity: 0.8;
    }
    50.1% {
        opacity: 0;
    }
    50.2% {
        transform: translateY(0);
        opacity: 0;
    }
    55% {
        opacity: 0.5;
    }
    100% {
        transform: translateY(0);
        opacity: 0.5;
    }
}

.leadership-profile-YurA .photo-thumbnail-xGLv {
    height: 100%;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        85% 100%, 
        0 100%
    );
    border-radius: 0;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.8);
    transition: all 0.5s ease;
    overflow: hidden;
    min-height: 360px;
    width: 100%;
    position: relative;
}.leadership-profile-YurA .photo-thumbnail-xGLv::before {
    z-index: 1;
    inset: 0;
    content: "";
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 40%,
        rgba(0, 0, 0, 0.2) 100%
    );
    position: absolute;
}.leadership-profile-YurA .photo-thumbnail-xGLv::after {
    content: "";
    top: 0;
    position: absolute;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent 0,
            transparent 10px,
            rgba(255, 255, 255, 0.05) 10px,
            rgba(255, 255, 255, 0.05) 12px
        );
    z-index: 2;
    left: 0;
    height: 100%;
    width: 100%;
}.leadership-profile-YurA .name {
    line-height: 1.2;
    font-size: 31px;
    margin-bottom: 12px;
    color: #000000;
    position: relative;
    font-weight: 700;
    border-left: 4px solid rgb(226,175,177);
    padding-left: 16px;
}.leadership-profile-YurA .name::before {
    content: "";
    width: 4px;
    background: rgb(202,131,132);
    transition: height 0.5s ease;
    height: 0;
    left: -4px;
    position: absolute;
    top: 0;
}.leadership-profile-YurA .learning-feedback-oaKf:hover .name::before {
    height: 100%;
}.leadership-profile-YurA .learning-feedback-oaKf span:not(.name) {
    padding: 6px 12px;
    border-radius: 3px;
    display: inline-block;
    background: rgb(246,223,224);
    letter-spacing: 1px;
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.5);
    position: relative;
    text-transform: uppercase;
}.leadership-profile-YurA .learning-feedback-oaKf span:not(.name)::after {
    left: 0;
    height: 2px;
    width: 0;
    background: rgb(226,175,177);
    bottom: 0;
    content: "";
    position: absolute;
    transition: width 0.3s ease;
}.leadership-profile-YurA .learning-feedback-oaKf:hover span:not(.name)::after {
    width: 100%;
}.leadership-profile-YurA .career-skills-RsMG {
    box-shadow: 
        inset 0 1px 3px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.05);
    background: linear-gradient(
        to right,
        rgb(246,223,224) 0%,
        rgba(255, 255, 255, 0.8) 100%
    );
    line-height: 1.8;
    border-radius: 10px;
    color: #000000;
    position: relative;
    padding: 25px 30px;
    font-size: 15px;
    border-left: 1px solid rgb(226,175,177);
    margin: 0;
}.leadership-profile-YurA .career-skills-RsMG::before {
    top: 15px;
    height: 12px;
    border-top: 2px solid rgb(226,175,177);
    width: 12px;
    position: absolute;
    border-left: 2px solid rgb(226,175,177);
    content: "";
    opacity: 0.6;
    left: 12px;
}.leadership-profile-YurA .career-skills-RsMG::after {
    border-right: 2px solid rgb(202,131,132);
    content: "";
    right: 12px;
    border-bottom: 2px solid rgb(202,131,132);
    height: 12px;
    bottom: 15px;
    position: absolute;
    opacity: 0.6;
    width: 12px;
}.leadership-profile-YurA .learning-feedback-oaKf:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(0, 0, 0, 0.03);
    transform: translateY(-10px);
}.leadership-profile-YurA .learning-feedback-oaKf:hover .photo-thumbnail-xGLv {
    transform: scale(1.03);
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.15),
        -20px -20px 40px rgba(255, 255, 255, 0.9);
}

@media (max-width: 991px) {.leadership-profile-YurA {
    padding: 90px 0;
}.leadership-profile-YurA .learning-feedback-oaKf {
    padding: 40px 30px;
    gap: 30px;
}.leadership-profile-YurA .photo-thumbnail-xGLv {
    min-height: 320px;
}.leadership-profile-YurA .career-skills-RsMG {
    padding: 20px 25px;
}
}

@media (max-width: 767px) {.leadership-profile-YurA {
    padding: 70px 0;
}.leadership-profile-YurA .learning-feedback-oaKf {
    gap: 25px;
    grid-template-rows: auto auto;
    padding: 35px 25px;
    grid-template-columns: 1fr;
}.leadership-profile-YurA .photo-thumbnail-xGLv {
    min-height: 280px;
}.leadership-profile-YurA .name {
    font-size: calc(31px * 0.9);
}.leadership-profile-YurA .learning-feedback-oaKf span:not(.name) {
    font-size: calc(18px * 0.95);
    margin-bottom: 20px;
}.leadership-profile-YurA .career-skills-RsMG {
    padding: 18px 22px;
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 575px) {.leadership-profile-YurA {
    padding: 50px 0;
}.leadership-profile-YurA .learning-feedback-oaKf {
    padding: 30px 20px;
    gap: 20px;
}.leadership-profile-YurA .photo-thumbnail-xGLv {
    min-height: 220px;
}.leadership-profile-YurA .name {
    font-size: calc(31px * 0.8);
    padding-left: 12px;
}.leadership-profile-YurA .learning-feedback-oaKf span:not(.name) {
    margin-bottom: 15px;
    padding: 4px 10px;
    font-size: calc(18px * 0.9);
}.leadership-profile-YurA .career-skills-RsMG {
    padding: 15px 18px;
    font-size: calc(15px * 0.9);
}}.thanksNode-TFrL {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(145deg, rgb(226,175,177,0.5), rgb(202,131,132,0.5));
}.thanksNode-TFrL::before {
    pointer-events: none;
    position: absolute;
    top: -10%;
    content: "";
    background: #ffffff;
    height: 70%;
    width: 50%;
    left: -5%;
    transform: rotate(-15deg) skew(15deg);
    opacity: 0.03;
}.thanksNode-TFrL::after {
    background: rgb(202,131,132);
    bottom: -10%;
    transform: rotate(25deg) skew(-15deg);
    height: 80%;
    pointer-events: none;
    opacity: 0.05;
    right: -5%;
    position: absolute;
    width: 40%;
    content: "";
}.thanksNode-TFrL .container {
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.thanksNode-TFrL .quick-mastery-uNZR {
    padding: 60px 50px;
    background: #ffffff;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    flex-direction: column;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: flex;
}.thanksNode-TFrL .quick-mastery-uNZR:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.thanksNode-TFrL .quick-mastery-uNZR::before {
    transform-origin: left center;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 100%;
    content: "";
    width: 6px;
    top: 0;
    background: linear-gradient(to bottom, rgb(226,175,177), rgb(202,131,132));
    position: absolute;
    transform: scaleY(0);
    left: 0;
}.thanksNode-TFrL .quick-mastery-uNZR:hover::before {
    transform: scaleY(1);
}.thanksNode-TFrL .quick-mastery-uNZR > div:first-child {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}.thanksNode-TFrL h5 {
    transform: translateY(0);
    color: #000000;
    margin: 0;
    line-height: 1.4;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    font-weight: 700;
    font-size: 18px;
}.thanksNode-TFrL .quick-mastery-uNZR:hover h5 {
    transform: translateY(-5px);
}.thanksNode-TFrL h5::after {
    position: absolute;
    content: "";
    width: 80px;
    left: 0;
    height: 3px;
    bottom: -8px;
    transform-origin: left center;
    transform: scaleX(0.7);
    background: linear-gradient(90deg, rgb(226,175,177), rgb(202,131,132));
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.thanksNode-TFrL .quick-mastery-uNZR:hover h5::after {
    transform: scaleX(1);
}.thanksNode-TFrL a {
    transition: transform 0.4s ease;
    display: block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}.thanksNode-TFrL a:hover {
    transform: translateX(5px);
}.thanksNode-TFrL p {
    position: relative;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 1.8;
    transition: color 0.3s ease;
    color: #000000;
    font-weight: 400;
}.thanksNode-TFrL a:hover p {
    color: rgb(226,175,177);
}.thanksNode-TFrL a::before {
    opacity: 0.3;
    pointer-events: none;
    top: 0;
    transition: left 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
    left: -100%;
    transform: skewX(-15deg);
    content: "";
    position: absolute;
    background: linear-gradient(90deg, #ffffff, rgb(202,131,132,0.5), #ffffff);
    height: 100%;
}.thanksNode-TFrL a:hover::before {
    left: 200%;
}

@media (min-width: 992px) {.thanksNode-TFrL {
    padding: 150px 0;
}.thanksNode-TFrL .quick-mastery-uNZR {
    padding: 80px 70px;
    margin: 0 auto;
    transform: perspective(1000px) rotateX(2deg);
    max-width: 85%;
}.thanksNode-TFrL h5 {
    line-height: 1.3;
    font-size: calc(18px * 1.15);
}.thanksNode-TFrL p {
    line-height: 1.9;
    font-size: calc(13px * 1.1);
}.thanksNode-TFrL h5::after {
    width: 100px;
}
}

@media (min-width: 1200px) {.thanksNode-TFrL .quick-mastery-uNZR {
    max-width: 75%;
}
}

@media (max-width: 991px) {.thanksNode-TFrL {
    padding: 100px 0;
}.thanksNode-TFrL .quick-mastery-uNZR {
    padding: 50px 40px;
}
}

@media (max-width: 767px) {.thanksNode-TFrL {
    padding: 80px 0;
}.thanksNode-TFrL .quick-mastery-uNZR {
    transform: perspective(1000px) rotateX(1deg);
    padding: 40px 30px;
}.thanksNode-TFrL h5 {
    font-size: calc(18px * 0.9);
}
}

@media (max-width: 575px) {.thanksNode-TFrL {
    padding: 60px 0;
}.thanksNode-TFrL .quick-mastery-uNZR {
    transform: none;
    padding: 30px 20px;
}.thanksNode-TFrL h5 {
    font-size: calc(18px * 0.85);
    line-height: 1.5;
}.thanksNode-TFrL p {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}.thanksNode-TFrL h5::after {
    height: 2px;
    width: 60px;
}}.secure-archive-FoWQ {
    position: relative;
    max-width: 1000px;
    padding: 50px;
    border: 2px solid rgb(226,175,177);
    width: 85%;
    background: #ffffff;
    font-family: Arial, sans-serif;
    overflow: hidden;
    margin: 0 auto;
    color: #000000;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}.secure-archive-FoWQ:before, .secure-archive-FoWQ:after {
    z-index: 0;
    width: 100%;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    opacity: 0.1;
    height: 100%;
    background: linear-gradient(135deg, rgb(226,175,177,0.5), rgb(202,131,132,0.5));
}.secure-archive-FoWQ h1 {
    font-weight: 700;
    z-index: 1;
    color: #000000;
    border-bottom: 3px solid rgb(226,175,177);
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 39px;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
}.secure-archive-FoWQ h2 {
    font-size: 35px;
    margin-top: 30px;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 2px solid rgb(202,131,132,0.5);
    z-index: 1;
    padding-bottom: 5px;
    font-weight: 600;
    color: rgb(202,131,132);
}.secure-archive-FoWQ ul, .secure-archive-FoWQ ol {
    list-style-type: disc;
    z-index: 1;
    position: relative;
    list-style: none;
    padding-left: 20px;
    margin-bottom: 20px;
}.secure-archive-FoWQ li {
    position: relative;
    margin-bottom: 10px;
    line-height: 1.8;
    font-size: 17px;
}.secure-archive-FoWQ li:before {
    left: -20px;
    line-height: 1;
    position: absolute;
    content: "•";
    font-size: 1.2em;
    color: rgb(226,175,177);
}.secure-archive-FoWQ div {
    z-index: 1;
    padding: 25px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
    line-height: 1.8;
    border-radius: 10px;
    background: #ffffff;
    position: relative;
}.secure-archive-FoWQ .container {
    position: relative;
    z-index: 1;
}.secure-archive-FoWQ h3, .secure-archive-FoWQ h4, .secure-archive-FoWQ h5, .secure-archive-FoWQ h6 {
    z-index: 1;
    margin-top: 25px;
    position: relative;
    margin-bottom: 15px;
    font-weight: 600;
    color: rgb(226,175,177);
    font-size: 20px;
}.secure-archive-FoWQ p, .secure-archive-FoWQ span {
    color: #000000;
    line-height: 1.6;
    z-index: 1;
    position: relative;
    margin-bottom: 15px;
    font-size: 17px;
}.secure-archive-FoWQ a {
    z-index: 1;
    position: relative;
    color: rgb(202,131,132);
    font-weight: 600;
    border-bottom: 1px solid rgb(202,131,132);
    text-decoration: none;
}.secure-archive-FoWQ a:hover {
    border-bottom: 1px solid rgb(226,175,177);
    color: rgb(226,175,177);
}.secure-archive-FoWQ button {
    position: relative;
    cursor: pointer;
    font-size: 18px;
    border: none;
    background: rgb(202,131,132);
    padding: 12px 24px;
    color: #ffffff;
    border-radius: 10px;
    z-index: 1;
}.secure-archive-FoWQ button:hover {
    background: rgb(226,175,177);
}

@media only screen and (max-width: 800px) {.secure-archive-FoWQ {
    padding: 30px;
    width: 90%;
}.secure-archive-FoWQ h1 {
    font-size: calc(20px - 5px);
}.secure-archive-FoWQ h2 {
    font-size: calc(20px - 3px);
}.secure-archive-FoWQ ul, .secure-archive-FoWQ ol {
    padding-left: 10px;
}.secure-archive-FoWQ li:before {
    left: -10px;
}.secure-archive-FoWQ button {
    padding: 10px 20px;
}}.contacts-peMC {
    overflow: hidden;
    background: linear-gradient(145deg, rgb(246,223,224) 40%, rgb(202,131,132,0.5) 140%);
    position: relative;
    padding: 80px 0;
}.contacts-peMC::before {
    z-index: 0;
    opacity: 0.4;
    width: 80%;
    top: -50%;
    height: 200%;
    transform: rotate(-15deg);
    content: "";
    background: radial-gradient(circle at center, rgb(202,131,132,0.5) 0%, transparent 70%);
    position: absolute;
    animation: pulse 15s infinite alternate ease-in-out;
    right: -20%;
}.contacts-peMC::after {
    height: 40px;
    width: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(226,175,177,0.5) 0%, 
        rgb(202,131,132,0.5) 25%, 
        rgb(226,175,177,0.5) 50%, 
        rgb(202,131,132,0.5) 75%, 
        rgb(226,175,177,0.5) 100%);
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    bottom: -20px;
    opacity: 0.2;
    left: 0;
}.contacts-peMC .container {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}.contacts-peMC .contact-us-qthE {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    border-radius: 11px;
    grid-template-columns: 1fr;
    position: relative;
    transform: perspective(1000px) rotateX(1deg);
    display: grid;
    gap: 30px;
    background: #ffffff;
    padding: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
}.contacts-peMC .contact-us-qthE:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 
                0 10px 20px rgba(0, 0, 0, 0.08);
}.contacts-peMC h3 {
    margin: 0 0 20px 0;
    padding-bottom: 15px;
    color: rgb(226,175,177);
    font-size: 36px;
    position: relative;
    font-weight: 700;
}.contacts-peMC h3::after {
    bottom: 0;
    background: rgb(226,175,177);
    position: absolute;
    transform-origin: left;
    left: 0;
    content: "";
    animation: expandWidth 1s ease-out forwards;
    width: 80px;
    height: 3px;
}.contacts-peMC p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 15px 0;
    color: #000000;
}.contacts-peMC h5 {
    color: #000000;
    align-items: center;
    display: flex;
    gap: 10px;
    margin: 0 0 10px 0;
    font-weight: 600;
    font-size: 18px;
}.contacts-peMC svg {
    transition: transform 0.3s ease;
    height: 24px;
    width: 24px;
}.contacts-peMC svg path {
    transition: fill 0.3s ease;
    fill: rgb(226,175,177);
}.contacts-peMC .msg-page-SuVH {
    gap: 15px;
    padding: 0;
    flex-direction: column;
    display: flex;
    margin: 20px 0 0 0;
    list-style: none;
}.contacts-peMC .msg-page-SuVH li {
    transition: transform 0.3s ease;
}.contacts-peMC .msg-page-SuVH li:hover {
    transform: translateX(5px);
}.contacts-peMC .msg-form-Hyer {
    gap: 10px;
    text-decoration: none;
    border-radius: 10px;
    transform-origin: left;
    font-size: 18px;
    padding: 10px 15px;
    align-items: center;
    transition: all 0.3s ease;
    color: #000000;
    background: linear-gradient(to right, rgb(246,223,224), transparent);
    display: flex;
}.contacts-peMC .msg-form-Hyer:hover {
    background: linear-gradient(to right, rgb(246,223,224) 70%, transparent);
    color: rgb(226,175,177);
}.contacts-peMC .msg-form-Hyer:hover svg {
    transform: scale(1.1);
}.contacts-peMC .msg-form-Hyer:hover svg path {
    fill: rgb(202,131,132);
}

@keyframes pulse {
    0%, 100% { opacity: 0.4; transform: rotate(-15deg) scale(1); }
    50% { opacity: 0.6; transform: rotate(-15deg) scale(1.05); }
}

@keyframes expandWidth {
    from { width: 0; }
    to { width: 80px; }
}

@media (min-width: 768px) {.contacts-peMC .contact-us-qthE {
    grid-template-columns: 2fr 1fr;
    padding: 50px;
    grid-template-areas: 
            "title title"
            "description address"
            "links links";
}.contacts-peMC h3 {
    font-size: calc(36px * 1.1);
    grid-area: title;
}.contacts-peMC .contact-us-qthE > div:nth-child(2) {
    grid-area: description;
}.contacts-peMC .contact-us-qthE > div:nth-child(3) {
    grid-area: address;
}.contacts-peMC .msg-page-SuVH {
    justify-content: space-between;
    flex-direction: row;
    grid-area: links;
    flex-wrap: wrap;
}.contacts-peMC .msg-page-SuVH li {
    flex: 0 0 calc(33.333% - 20px);
}
}

@media (min-width: 992px) {.contacts-peMC {
    padding: 100px 0;
}.contacts-peMC .contact-us-qthE {
    grid-template-columns: 3fr 2fr;
    padding: 60px;
    gap: 40px;
}.contacts-peMC h3 {
    font-size: calc(36px * 1.2);
}.contacts-peMC h3::after {
    width: 100px;
}.contacts-peMC .msg-page-SuVH li {
    flex: 0 0 calc(33.333% - 30px);
}
    
    @keyframes expandWidth {
        from { width: 0; }
        to { width: 100px; }
    }
}

@media (max-width: 767px) {.contacts-peMC {
    padding: 60px 0;
}.contacts-peMC .contact-us-qthE {
    padding: 30px 20px;
}.contacts-peMC h3 {
    font-size: calc(36px * 0.9);
}.contacts-peMC h5 {
    font-size: calc(18px * 0.9);
}.contacts-peMC .msg-form-Hyer {
    padding: 8px 12px;
}
}

@media (max-width: 480px) {.contacts-peMC {
    padding: 40px 0;
}.contacts-peMC .contact-us-qthE {
    padding: 25px 15px;
}.contacts-peMC h3 {
    font-size: calc(36px * 0.8);
}.contacts-peMC svg {
    width: 20px;
    height: 20px;
}}.contact-information-GLMz {
    padding: 120px 0 80px;
    background: linear-gradient(135deg, rgb(246,223,224) 0%, rgb(226,175,177,0.5) 100%);
    position: relative;
    overflow: hidden;
}.contact-information-GLMz::before {
    animation: gradientMove 20s linear infinite;
    background: linear-gradient(45deg, 
        rgb(226,175,177,0.5) 25%, 
        transparent 25%, 
        transparent 50%, 
        rgb(226,175,177,0.5) 50%, 
        rgb(226,175,177,0.5) 75%, 
        transparent 75%, 
        transparent);
    opacity: 0.05;
    content: "";
    top: 0;
    width: 100%;
    background-size: 60px 60px;
    left: 0;
    height: 100%;
    position: absolute;
}@keyframes gradientMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

.contact-information-GLMz .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
}.contact-information-GLMz h2 {
    margin-bottom: 60px;
    color: rgb(226,175,177);
    font-weight: 700;
    position: relative;
    text-align: center;
    letter-spacing: 2px;
    font-family: Arial, sans-serif;
    font-size: 29px;
    text-transform: uppercase;
}.contact-information-GLMz h2::after {
    position: absolute;
    background: rgb(226,175,177);
    left: 50%;
    bottom: -15px;
    content: "";
    transform: translateX(-50%);
    height: 4px;
    width: 60px;
}.contact-information-GLMz .reach-card-jnhP {
    border-radius: 28px;
    max-width: 1000px;
    margin: 0 auto;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
    gap: 0;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    display: grid;
}.contact-information-GLMz .photo-thumbnail-xGLv {
    position: relative;
    order: 2;
    min-height: 600px;
    height: 100%;
}.contact-information-GLMz .contact-message-sGIL {
    flex-direction: column;
    padding: 60px;
    background: #ffffff;
    display: flex;
    position: relative;
    order: 1;
    justify-content: center;
}.contact-information-GLMz .contact-message-sGIL::before {
    right: 0;
    position: absolute;
    top: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgb(226,175,177), rgb(202,131,132));
    content: "";
    width: 10px;
}.contact-information-GLMz form {
    position: relative;
    width: 100%;
}.contact-information-GLMz form h3 {
    font-weight: 700;
    border-bottom: 2px solid rgb(202,131,132,0.5);
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 15px;
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: #000000;
}.contact-information-GLMz form input[type="text"] {
    padding: 16px 20px 16px 50px;
    font-family: Arial, sans-serif;
    background: rgb(246,223,224);
    color: #000000;
    font-size: 12px;
    position: relative;
    width: 100%;
    border: none;
    margin-bottom: 25px;
    border-radius: 10px;
    transition: all 0.3s ease;
}.contact-information-GLMz form input[type="text"]:focus {
    background: #ffffff;
    box-shadow: 0 0 0 2px rgb(226,175,177);
    outline: none;
}.contact-information-GLMz form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.contact-information-GLMz form input#name {
    position: relative;
}.contact-information-GLMz form input#name::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    border-radius: 50%;
    left: 20px;
    width: 20px;
    background: rgb(226,175,177);
    content: "";
}.contact-information-GLMz .connect-card-Fqxp {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}.contact-information-GLMz .connect-card-Fqxp input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact-information-GLMz .connect-card-Fqxp label {
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
    padding-left: 35px;
    color: #000000;
    position: relative;
}.contact-information-GLMz .connect-card-Fqxp label::before {
    height: 24px;
    position: absolute;
    width: 24px;
    border-radius: 10px;
    content: "";
    top: 0;
    transition: all 0.3s ease;
    left: 0;
    background: rgb(246,223,224);
}.contact-information-GLMz .connect-card-Fqxp input[type="checkbox"]:checked + label::before {
    background: rgb(226,175,177);
}.contact-information-GLMz .connect-card-Fqxp input[type="checkbox"]:checked + label::after {
    height: 14px;
    width: 8px;
    top: 4px;
    position: absolute;
    border-right: 2px solid #ffffff;
    left: 8px;
    content: "";
    transform: rotate(45deg);
    border-bottom: 2px solid #ffffff;
}.contact-information-GLMz .connect-card-Fqxp label a {
    font-weight: 600;
    text-decoration: none;
    color: rgb(226,175,177);
    position: relative;
    transition: all 0.3s ease;
}.contact-information-GLMz .connect-card-Fqxp label a::after {
    bottom: -2px;
    content: "";
    position: absolute;
    background: rgb(226,175,177);
    width: 0;
    height: 1px;
    transition: width 0.3s ease;
    left: 0;
}.contact-information-GLMz .connect-card-Fqxp label a:hover::after {
    width: 100%;
}.contact-information-GLMz form .support-message-gvSh {
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    border: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    background: rgb(226,175,177);
    display: inline-block;
    font-weight: 700;
    border-radius: 50px;
    padding: 16px 40px;
}.contact-information-GLMz form .support-message-gvSh::before {
    background: rgb(202,131,132);
    content: "";
    height: 100%;
    z-index: -1;
    transition: width 0.3s ease;
    top: 0;
    width: 0;
    position: absolute;
    left: 0;
}.contact-information-GLMz form .support-message-gvSh:hover::before {
    width: 100%;
}.contact-information-GLMz form .support-message-gvSh:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px -10px rgb(226,175,177);
}.contact-information-GLMz svg {
    transform: translateY(-50%);
    left: 20px;
    fill: rgb(226,175,177);
    height: 20px;
    width: 20px;
    top: 50%;
    position: absolute;
}.contact-information-GLMz svg path {
    transition: fill 0.3s ease;
    fill: rgb(226,175,177);
}.contact-information-GLMz form #name,
.contact-information-GLMz form #phone {
    position: relative;
}

@media screen and (max-width: 1024px) {.contact-information-GLMz .reach-card-jnhP {
    max-width: 800px;
}.contact-information-GLMz .contact-message-sGIL {
    padding: 40px;
}
}

@media screen and (max-width: 768px) {.contact-information-GLMz {
    padding: 80px 0 60px;
}.contact-information-GLMz .reach-card-jnhP {
    grid-template-columns: 1fr;
}.contact-information-GLMz .photo-thumbnail-xGLv {
    min-height: 300px;
    order: 1;
    clip-path: none;
}.contact-information-GLMz .contact-message-sGIL {
    order: 2;
    padding: 40px 30px;
}.contact-information-GLMz .contact-message-sGIL::before {
    width: 100%;
    right: 0;
    height: 6px;
    background: linear-gradient(to right, rgb(226,175,177), rgb(202,131,132));
    top: 0;
}.contact-information-GLMz h2 {
    margin-bottom: 40px;
}
}

@media screen and (max-width: 480px) {.contact-information-GLMz {
    padding: 60px 0 40px;
}.contact-information-GLMz h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 30px;
}.contact-information-GLMz .photo-thumbnail-xGLv {
    min-height: 200px;
}.contact-information-GLMz .contact-message-sGIL {
    padding: 30px 20px;
}.contact-information-GLMz form h3 {
    font-size: calc(18px * 0.9);
    margin-bottom: 30px;
}.contact-information-GLMz form .support-message-gvSh {
    width: 100%;
    padding: 14px 20px;
}}header .top_plank {
    background: rgb(226,175,177);
    color:  #ffffff;
}header .top_plank .master-knowledge-Shne div svg, header .top_plank .master-knowledge-Shne div svg path {
    fill: #ffffff;
}header .top_plank .master-knowledge-Shne div span {
    color: #ffffff;
}header .top_plank .master-knowledge-Shne {
    line-height: 21px;
    align-items: center;
    padding: 15px 0 10px 0;
    font-size: 16px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    display: flex;
}header .top_plank .master-knowledge-Shne div {
    justify-content: flex-start;
    align-items: center;
    margin-right: 24px;
    display: flex;
}header .top_plank .master-knowledge-Shne div img, header .top_plank .master-knowledge-Shne div svg {
    height: 16px;
    margin-right: 8px;
    width: 16px;
}.course-suitability-hGXd {
    overflow: hidden;
    background: rgb(246,223,224);
    padding: 120px 0;
    position: relative;
}.course-suitability-hGXd::before {
    top: -50%;
    position: absolute;
    height: 200%;
    content: "";
    opacity: 0.08;
    background: rgb(226,175,177,0.5);
    transform: rotate(-30deg);
    z-index: 1;
    width: 80%;
    left: -30%;
}.course-suitability-hGXd::after {
    bottom: -50%;
    z-index: 1;
    right: -30%;
    width: 80%;
    height: 200%;
    transform: rotate(-30deg);
    opacity: 0.08;
    background: rgb(202,131,132,0.5);
    content: "";
    position: absolute;
}.course-suitability-hGXd .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    max-width: 1140px;
}.course-suitability-hGXd .quick-mastery-uNZR {
    position: relative;
}.course-suitability-hGXd h4 {
    font-size: 29px;
    position: relative;
    font-weight: 700;
    overflow: hidden;
    padding-bottom: 15px;
    color: #000000;
    text-align: center;
    margin-bottom: 50px;
}.course-suitability-hGXd h4::before {
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgb(226,175,177,0.5), transparent);
    top: 0;
    position: absolute;
    z-index: -1;
    animation: shimmer 3s infinite;
    content: "";
}.course-suitability-hGXd h4::after {
    width: 80px;
    bottom: 0;
    left: 50%;
    position: absolute;
    content: "";
    transform: translateX(-50%);
    border-radius: 3px;
    height: 3px;
    background: linear-gradient(90deg, rgb(226,175,177), rgb(202,131,132));
}@keyframes shimmer {
    100% {
        left: 100%;
    }
}

.course-suitability-hGXd div > div {
    perspective: 1000px;
    flex-wrap: wrap;
    gap: 20px;
    display: flex;
}.course-suitability-hGXd p {
    border-radius: 10px;
    font-size: 12px;
    padding: 0;
    align-items: center;
    color: #000000;
    min-height: 100px;
    background: #ffffff;
    position: relative;
    transition: all 0.4s ease;
    display: flex;
    overflow: hidden;
    transform-style: preserve-3d;
    width: calc(33.333% - 20px);
    z-index: 1;
    margin: 0;
}.course-suitability-hGXd p::before {
    transition: opacity 0.3s ease;
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background: linear-gradient(135deg, #ffffff 0%, rgb(246,223,224) 100%);
    top: 0;
}.course-suitability-hGXd p::after {
    transition: width 0.3s ease;
    height: 100%;
    content: "";
    top: 0;
    background: rgb(226,175,177);
    position: absolute;
    width: 4px;
    left: 0;
}.course-suitability-hGXd p:hover {
    transform: translateY(-5px) rotateX(5deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.course-suitability-hGXd p:hover::before {
    opacity: 1;
}.course-suitability-hGXd p:hover::after {
    width: 8px;
}.course-suitability-hGXd p svg {
    height: 40px;
    background: #ffffff;
    transition: all 0.3s ease;
    flex-shrink: 0;
    margin: 0 15px;
    border-radius: 50%;
    width: 40px;
    z-index: 2;
    padding: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
}.course-suitability-hGXd p svg path {
    transition: fill 0.3s ease;
    fill: rgb(226,175,177);
}.course-suitability-hGXd p:hover svg {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: rotate(10deg);
}.course-suitability-hGXd p:hover svg path {
    fill: rgb(202,131,132);
}.course-suitability-hGXd p span {
    flex: 1;
    padding: 20px 20px 20px 0;
}.course-suitability-hGXd p:nth-child(odd) {
    transform: translateZ(10px);
}.course-suitability-hGXd p:nth-child(even) {
    transform: translateZ(20px);
}.course-suitability-hGXd p:nth-child(odd):hover {
    transform: translateY(-5px) rotateX(5deg) translateZ(10px);
}.course-suitability-hGXd p:nth-child(even):hover {
    transform: translateY(-5px) rotateX(5deg) translateZ(20px);
}.course-suitability-hGXd p:nth-child(3n+1)::after {
    background: rgb(226,175,177);
}.course-suitability-hGXd p:nth-child(3n+2)::after {
    background: rgb(202,131,132);
}.course-suitability-hGXd p:nth-child(3n)::after {
    background: linear-gradient(to bottom, rgb(226,175,177), rgb(202,131,132));
}@keyframes fadeInStagger {
    from {
        opacity: 0;
        transform: translateY(30px) translateZ(0);
    }
    to {
        opacity: 1;
        transform: translateY(0) translateZ(0);
    }
}

.course-suitability-hGXd .quick-mastery-uNZR > div p {
    opacity: 0;
    animation: fadeInStagger 0.6s ease forwards;
}.course-suitability-hGXd .quick-mastery-uNZR > div p:nth-child(1) {
    animation-delay: 0.1s;
}.course-suitability-hGXd .quick-mastery-uNZR > div p:nth-child(2) {
    animation-delay: 0.2s;
}.course-suitability-hGXd .quick-mastery-uNZR > div p:nth-child(3) {
    animation-delay: 0.3s;
}.course-suitability-hGXd .quick-mastery-uNZR > div p:nth-child(4) {
    animation-delay: 0.4s;
}.course-suitability-hGXd .quick-mastery-uNZR > div p:nth-child(5) {
    animation-delay: 0.5s;
}.course-suitability-hGXd .quick-mastery-uNZR > div p:nth-child(6) {
    animation-delay: 0.6s;
}.course-suitability-hGXd p:nth-child(odd) {
    box-shadow: 8px 8px 0 rgb(226,175,177,0.5);
}.course-suitability-hGXd p:nth-child(even) {
    box-shadow: 8px 8px 0 rgb(202,131,132,0.5);
}.course-suitability-hGXd p:hover:nth-child(odd) {
    box-shadow: 10px 10px 0 rgb(226,175,177,0.5);
}.course-suitability-hGXd p:hover:nth-child(even) {
    box-shadow: 10px 10px 0 rgb(202,131,132,0.5);
}

@media (max-width: 991px) {.course-suitability-hGXd {
    padding: 100px 0;
}.course-suitability-hGXd h4 {
    font-size: calc(29px * 0.9);
    margin-bottom: 40px;
}.course-suitability-hGXd div > div {
    gap: 15px;
}.course-suitability-hGXd p {
    min-height: 90px;
    width: calc(50% - 15px);
}.course-suitability-hGXd p svg {
    padding: 7px;
    height: 36px;
    margin: 0 12px;
    width: 36px;
}.course-suitability-hGXd p span {
    padding: 18px 18px 18px 0;
}.course-suitability-hGXd p:nth-child(odd) {
    box-shadow: 6px 6px 0 rgb(226,175,177,0.5);
}.course-suitability-hGXd p:nth-child(even) {
    box-shadow: 6px 6px 0 rgb(202,131,132,0.5);
}.course-suitability-hGXd p:hover:nth-child(odd) {
    box-shadow: 8px 8px 0 rgb(226,175,177,0.5);
}.course-suitability-hGXd p:hover:nth-child(even) {
    box-shadow: 8px 8px 0 rgb(202,131,132,0.5);
}
}

@media (max-width: 768px) {.course-suitability-hGXd {
    padding: 80px 0;
}.course-suitability-hGXd h4 {
    margin-bottom: 35px;
    font-size: calc(29px * 0.8);
}.course-suitability-hGXd div > div {
    gap: 20px;
}.course-suitability-hGXd p {
    min-height: 80px;
    width: 100%;
}.course-suitability-hGXd p svg {
    padding: 6px;
    height: 32px;
    width: 32px;
    margin: 0 10px;
}.course-suitability-hGXd p span {
    padding: 15px 15px 15px 0;
}
}

@media (max-width: 576px) {.course-suitability-hGXd {
    padding: 60px 0;
}.course-suitability-hGXd h4 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.7);
}.course-suitability-hGXd h4::after {
    width: 60px;
    height: 2px;
}.course-suitability-hGXd div > div {
    gap: 15px;
}.course-suitability-hGXd p {
    min-height: 70px;
    font-size: calc(12px * 0.9);
}.course-suitability-hGXd p svg {
    margin: 0 8px;
    height: 28px;
    width: 28px;
    padding: 5px;
}.course-suitability-hGXd p:nth-child(odd) {
    box-shadow: 4px 4px 0 rgb(226,175,177,0.5);
}.course-suitability-hGXd p:nth-child(even) {
    box-shadow: 4px 4px 0 rgb(202,131,132,0.5);
}.course-suitability-hGXd p:hover:nth-child(odd) {
    box-shadow: 6px 6px 0 rgb(226,175,177,0.5);
}.course-suitability-hGXd p:hover:nth-child(even) {
    box-shadow: 6px 6px 0 rgb(202,131,132,0.5);
}}header {
    position: fixed;
    overflow: hidden;
    width: 100%;
    background: #000000;
    background: 
        linear-gradient(170deg, 
            #000000 0%,
            rgb(226,175,177,0.5) 100%);
    left: 0;
    top: 0;
    z-index: 1000;
}header::before {
    z-index: 1;
    position: absolute;
    opacity: 0.03;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgb(202,131,132,0.5) 10px,
            rgb(202,131,132,0.5) 11px
        );
    left: 0;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
}header::after {
    z-index: 5;
    position: absolute;
    background-size: 200% 100%;
    left: 0;
    height: 5px;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, 
        rgb(226,175,177),
        rgb(202,131,132),
        rgb(226,175,177));
    animation: gradient-shift 8s linear infinite;
    top: 0;
}header .container {
    position: relative;
    display: flex;
    padding: 0;
    align-items: center;
    flex-direction: column;
}header .top-primary-zlNQ {
    display: flex;
    padding-top: 1.5rem;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 2;
    width: 100%;
}header .main-master-VbgQ {
    position: relative;
    margin-bottom: 2rem;
    justify-content: center;
    display: flex;
    padding: 0.5rem 2rem;
    z-index: 3;
    text-decoration: none;
}header .main-master-VbgQ::before {
    content: "";
    bottom: -10px;
    left: -30%;
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(202,131,132,0.5) 20%,
        rgb(202,131,132) 50%,
        rgb(202,131,132,0.5) 80%,
        transparent 100%);
    width: 160%;
}header .main-master-VbgQ::after {
    position: absolute;
    animation: orb-float 5s ease-in-out infinite alternate;
    height: 40px;
    width: 40px;
    opacity: 0.5;
    filter: blur(20px);
    border-radius: 50%;
    content: "";
    background: rgb(226,175,177,0.5);
    z-index: -1;
}header .main-master-VbgQ svg {
    filter: drop-shadow(0 0 8px rgb(226,175,177,0.5));
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    z-index: 2;
    height: 48px;
    width: auto;
}header .main-master-VbgQ:hover svg {
    filter: drop-shadow(0 0 12px rgb(226,175,177));
    transform: scale(1.08);
}header .page-top-KdEi {
    scrollbar-width: none;
    display: flex;
    width: 100vw;
    mask-image: linear-gradient(90deg, 
        transparent 0%,
        #000 5%,
        #000 95%,
        transparent 100%);
    background: linear-gradient(to bottom, 
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    padding: 1rem 0;
    overflow-x: auto;
    justify-content: center;
    gap: 1rem;
    position: relative;
}header .page-top-KdEi::-webkit-scrollbar {
    display: none;
}header .page-top-KdEi::before {
    position: absolute;
    background: rgb(226,175,177,0.5);
    top: 0;
    height: 1px;
    left: 0;
    width: 100%;
    content: "";
}header .site-info-DBGK {
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border-radius: 19px;
    text-decoration: none;
    color: #ffffff;
    overflow: hidden;
    font-size: 16px;
    position: relative;
    font-weight: 400;
    white-space: nowrap;
    padding: 0.6rem 1.8rem;
    border: 1px solid rgb(226,175,177,0.5);
    background: linear-gradient(135deg,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    font-family: Arial, sans-serif;
}header .site-info-DBGK::before {
    transition: left 0.5s ease;
    background: linear-gradient(90deg,
        transparent,
        rgb(202,131,132,0.5),
        transparent);
    height: 100%;
    width: 100%;
    content: "";
    opacity: 0.5;
    left: -100%;
    top: 0;
    position: absolute;
}header .site-info-DBGK::after {
    content: "";
    position: absolute;
    box-shadow: 0 0 10px rgb(202,131,132);
    background: rgb(202,131,132);
    transition: transform 0.3s ease;
    right: 12px;
    border-radius: 50%;
    height: 8px;
    transform: translateY(-50%) scale(0);
    top: 50%;
    width: 8px;
}header .site-info-DBGK:hover {
    border-color: rgb(202,131,132);
    color: rgb(202,131,132);
    transform: translateY(-2px);
    box-shadow: 0 0 15px rgb(226,175,177,0.5),
                inset 0 0 10px rgb(226,175,177,0.5);
}header .site-info-DBGK:hover::before {
    left: 100%;
}header .site-info-DBGK:hover::after {
    transform: translateY(-50%) scale(1);
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}

@keyframes orb-float {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(30px, 10px);
    }
}

@media (max-width: 991px) {header .main-master-VbgQ {
    margin-bottom: 1.5rem;
}header .main-master-VbgQ svg {
    height: 42px;
}header .site-info-DBGK {
    padding: 0.5rem 1.5rem;
    font-size: calc(16px - 1px);
}
}

@media (max-width: 767px) {header .top-primary-zlNQ {
    padding-top: 1rem;
}header .main-master-VbgQ {
    margin-bottom: 1rem;
}header .main-master-VbgQ svg {
    height: 36px;
}header .page-top-KdEi {
    justify-content: flex-start;
    padding: 0.8rem 0;
}header .site-info-DBGK {
    margin: 0 0.2rem;
    padding: 0.4rem 1.2rem;
    font-size: calc(16px - 2px);
}header .site-info-DBGK:first-child {
    margin-left: 1rem;
}header .site-info-DBGK:last-child {
    margin-right: 1rem;
}header .site-info-DBGK::after {
    right: 8px;
    height: 6px;
    width: 6px;
}}.get-updates-rpSh {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(226,175,177), rgb(202,131,132) 70%);
    padding: 4rem 2rem;
    position: relative;
    z-index: 1;
}.get-updates-rpSh::before {
    animation: subtleShift 20s infinite alternate ease-in-out;
    content: "";
    z-index: -1;
    height: 120%;
    left: -5%;
    transform: rotate(-3deg) translateZ(0);
    width: 120%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.15) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.1) 0%, transparent 30%);
    top: -10%;
    position: absolute;
}.get-updates-rpSh::after {
    width: 100%;
    content: "";
    z-index: -1;
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
    height: 50%;
    bottom: 0;
    left: 0;
    transform: translateZ(0);
    position: absolute;
}.get-updates-rpSh .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}.get-updates-rpSh .quick-mastery-uNZR {
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateX(1deg);
    justify-content: space-between;
    gap: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    animation: subtleFloat 6s infinite alternate ease-in-out;
}.get-updates-rpSh .quick-mastery-uNZR > div {
    position: relative;
    transform: translateZ(20px);
    padding: 0.5rem;
    width: 100%;
}.get-updates-rpSh h4 {
    transform: translateZ(10px);
    transition: transform 0.5s ease-out;
    margin: 0;
    color: #ffffff;
    line-height: 1.4;
    letter-spacing: 0.02em;
    font-weight: 600;
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
    font-family: Arial, sans-serif;
    position: relative;
    font-size: calc(19px * 1.1);
}.get-updates-rpSh h4::before {
    top: 50%;
    transform-origin: top;
    content: "";
    transform: translateY(-50%) scaleY(0);
    background: #ffffff;
    height: 70%;
    left: -1rem;
    animation: lineGrow 1.2s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    width: 0.3rem;
}.get-updates-rpSh .input_holder {
    flex-wrap: wrap;
    gap: 1rem;
    display: flex;
    width: 100%;
    position: relative;
    transform: translateZ(30px);
}.get-updates-rpSh .input_holder::before {
    animation: lineExpand 1.5s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    transform: scaleX(0.7);
    top: -1rem;
    background: linear-gradient(to right, transparent, rgba(255,255,255,0.3), transparent);
    position: absolute;
    width: 100%;
    content: "";
    height: 1px;
}.get-updates-rpSh .input_holder span {
    min-width: 200px;
    position: relative;
    transform: translateY(20px);
    flex: 1;
    opacity: 0;
    animation: slideUp 0.8s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.get-updates-rpSh .input_holder span:last-child {
    flex: 0 0 auto;
    animation-delay: 0.8s;
}.get-updates-rpSh input[type="email"] {
    font-family: Arial, sans-serif;
    font-size: 13px;
    background: rgba(255,255,255,0.15);
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    color: #ffffff;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    padding: 1rem 1.5rem;
    border: 1px solid rgba(255,255,255,0.3);
    width: 100%;
}.get-updates-rpSh input[type="email"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(255,255,255,0.7);
}.get-updates-rpSh input[type="email"]:focus {
    border-color: #ffffff;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    transform: translateY(-2px);
    outline: none;
    background: rgba(255,255,255,0.25);
}.get-updates-rpSh input[type="email"]:focus::placeholder {
    opacity: 0.5;
    transform: translateX(10px);
}.get-updates-rpSh .sub-signup-gcvR {
    position: relative;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.1);
    font-weight: 600;
    font-size: 18px;
    background: #ffffff;
    overflow: hidden;
    padding: 1rem 1.8rem;
    font-family: Arial, sans-serif;
    border: none;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    cursor: pointer;
    z-index: 1;
    color: rgb(226,175,177);
}.get-updates-rpSh .sub-signup-gcvR::before {
    z-index: -1;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, rgb(202,131,132), rgb(226,175,177));
    content: "";
    position: absolute;
}.get-updates-rpSh .sub-signup-gcvR:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2), 0 2px 5px rgba(0,0,0,0.1);
}.get-updates-rpSh .sub-signup-gcvR:hover::before {
    opacity: 1;
}.get-updates-rpSh .sub-signup-gcvR:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

@keyframes subtleShift {
    0%, 100% {
        transform: rotate(-3deg) translateZ(0);
    }
    50% {
        transform: rotate(-2deg) translateZ(0);
    }
}

@keyframes subtleFloat {
    0%, 100% {
        transform: perspective(1000px) rotateX(1deg);
    }
    50% {
        transform: perspective(1000px) rotateX(0deg);
    }
}

@keyframes lineGrow {
    0% {
        transform: translateY(-50%) scaleY(0);
    }
    100% {
        transform: translateY(-50%) scaleY(1);
    }
}

@keyframes lineExpand {
    0% {
        transform: scaleX(0.7);
        opacity: 0;
    }
    100% {
        transform: scaleX(1);
        opacity: 1;
    }
}

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

@media (min-width: 768px) {.get-updates-rpSh {
    padding: 5rem 3rem;
}.get-updates-rpSh .quick-mastery-uNZR {
    gap: 3rem;
    flex-direction: row;
    align-items: center;
}.get-updates-rpSh .quick-mastery-uNZR > div {
    width: 40%;
}.get-updates-rpSh .input_holder {
    width: 60%;
}.get-updates-rpSh h4 {
    font-size: calc(19px * 1.2);
}.get-updates-rpSh h4::before {
    left: -2rem;
    width: 0.4rem;
}
}

@media (max-width: 767px) {.get-updates-rpSh .quick-mastery-uNZR > div {
    text-align: center;
}.get-updates-rpSh h4 {
    margin-bottom: 1.5rem;
}.get-updates-rpSh h4::before {
    left: 50%;
    bottom: -1rem;
    width: 50px;
    top: auto;
    transform: translateX(-50%) scaleX(0);
    animation: mobileLineGrow 1.2s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    height: 3px;
}.get-updates-rpSh .input_holder span {
    flex: 1 0 100%;
}.get-updates-rpSh .input_holder span:last-child {
    margin-top: 0.5rem;
}
    
    @keyframes mobileLineGrow {
        0% {
            transform: translateX(-50%) scaleX(0);
        }
        100% {
            transform: translateX(-50%) scaleX(1);
        }
    }
}

@media (max-width: 480px) {.get-updates-rpSh {
    padding: 3rem 1.5rem;
}.get-updates-rpSh h4 {
    font-size: 19px;
}.get-updates-rpSh input[type="email"],
    .get-updates-rpSh .sub-signup-gcvR {
    padding: 0.9rem 1.2rem;
    font-size: calc(13px * 0.95);
}
}

@media (min-width: 1200px) {.get-updates-rpSh .container {
    padding: 0 2rem;
}.get-updates-rpSh h4 {
    font-size: calc(19px * 1.3);
}.get-updates-rpSh .quick-mastery-uNZR {
    gap: 4rem;
}}.welcome-section-inpl {
    overflow: hidden;
    width: 100%;
    position: relative;
    min-height: 100vh;
    background: rgb(246,223,224);
}.welcome-section-inpl::before {
    width: 100%;
    left: 0;
    background-image: linear-gradient(
        0deg,
        rgb(226,175,177,0.5) 25%,
        transparent 25%,
        transparent 50%,
        rgb(226,175,177,0.5) 50%,
        rgb(226,175,177,0.5) 75%,
        transparent 75%
    );
    position: absolute;
    content: "";
    height: 100%;
    z-index: 0;
    background-size: 30px 30px;
    top: 0;
    animation: slideBg 20s linear infinite;
    opacity: 0.05;
}@keyframes slideBg {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 60px;
    }
}

.welcome-section-inpl .quick-mastery-uNZR {
    display: flex;
    position: relative;
    width: 100%;
    z-index: 1;
    flex-direction: column;
    height: 100vh;
}.welcome-section-inpl .start-entry-MgwU {
    perspective: 1500px;
    position: relative;
    overflow: hidden;
    margin-top: 50px;
    width: 100%;
    height: 60vh;
}.welcome-section-inpl .start-entry-MgwU input {
    display: none;
}.welcome-section-inpl .start-intro-KyvG {
    transition: transform 0.8s cubic-bezier(0.42, 0, 0.58, 1);
    transform-style: preserve-3d;
    width: 100%;
    height: 100%;
}.welcome-section-inpl .edu-title-YsTK {
    transition: all 0.8s cubic-bezier(0.42, 0, 0.58, 1);
    overflow: hidden;
    width: 80%;
    opacity: 0;
    top: 0;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
    height: 100%;
    visibility: hidden;
    transform: rotateY(60deg) translateZ(600px);
    border: 5px solid #ffffff;
    left: 10%;
    position: absolute;
}.welcome-section-inpl .edu-title-YsTK img {
    transition: transform 0.8s cubic-bezier(0.42, 0, 0.58, 1);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
}.welcome-section-inpl .start-entry-MgwU input:nth-child(1):checked ~ .start-intro-KyvG .edu-title-YsTK:nth-child(1),
.welcome-section-inpl .start-entry-MgwU input:nth-child(2):checked ~ .start-intro-KyvG .edu-title-YsTK:nth-child(2),
.welcome-section-inpl .start-entry-MgwU input:nth-child(3):checked ~ .start-intro-KyvG .edu-title-YsTK:nth-child(3),
.welcome-section-inpl .start-entry-MgwU input:nth-child(4):checked ~ .start-intro-KyvG .edu-title-YsTK:nth-child(4),
.welcome-section-inpl .start-entry-MgwU input:nth-child(5):checked ~ .start-intro-KyvG .edu-title-YsTK:nth-child(5),
.welcome-section-inpl .start-entry-MgwU input:nth-child(6):checked ~ .start-intro-KyvG .edu-title-YsTK:nth-child(6),
.welcome-section-inpl .start-entry-MgwU input:nth-child(7):checked ~ .start-intro-KyvG .edu-title-YsTK:nth-child(7),
.welcome-section-inpl .start-entry-MgwU input:nth-child(8):checked ~ .start-intro-KyvG .edu-title-YsTK:nth-child(8),
.welcome-section-inpl .start-entry-MgwU input:nth-child(9):checked ~ .start-intro-KyvG .edu-title-YsTK:nth-child(9),
.welcome-section-inpl .start-entry-MgwU input:nth-child(10):checked ~ .start-intro-KyvG .edu-title-YsTK:nth-child(10) {
    z-index: 2;
    opacity: 1;
    transform: rotateY(0) translateZ(0);
    visibility: visible;
}.welcome-section-inpl .start-entry-MgwU input:checked ~ .start-intro-KyvG .edu-title-YsTK img {
    transform: scale(1);
}.welcome-section-inpl .course-home-gbVG {
    gap: 15px;
    justify-content: center;
    text-align: center;
    position: absolute;
    width: 100%;
    z-index: 10;
    bottom: 30px;
    left: 0;
    display: flex;
}.welcome-section-inpl .course-home-gbVG label {
    background-color: transparent;
    transform: scale(1);
    border: 2px solid #ffffff;
    position: relative;
    transition: all 0.3s ease;
    height: 12px;
    border-radius: 50%;
    width: 12px;
    cursor: pointer;
}.welcome-section-inpl .course-home-gbVG label::before {
    position: absolute;
    inset: 2px;
    background: rgb(226,175,177);
    transition: transform 0.3s ease;
    border-radius: 50%;
    transform: scale(0);
    content: "";
}.welcome-section-inpl .start-entry-MgwU input:nth-child(1):checked ~ .course-home-gbVG label:nth-child(1)::before,
.welcome-section-inpl .start-entry-MgwU input:nth-child(2):checked ~ .course-home-gbVG label:nth-child(2)::before,
.welcome-section-inpl .start-entry-MgwU input:nth-child(3):checked ~ .course-home-gbVG label:nth-child(3)::before,
.welcome-section-inpl .start-entry-MgwU input:nth-child(4):checked ~ .course-home-gbVG label:nth-child(4)::before,
.welcome-section-inpl .start-entry-MgwU input:nth-child(5):checked ~ .course-home-gbVG label:nth-child(5)::before,
.welcome-section-inpl .start-entry-MgwU input:nth-child(6):checked ~ .course-home-gbVG label:nth-child(6)::before,
.welcome-section-inpl .start-entry-MgwU input:nth-child(7):checked ~ .course-home-gbVG label:nth-child(7)::before,
.welcome-section-inpl .start-entry-MgwU input:nth-child(8):checked ~ .course-home-gbVG label:nth-child(8)::before,
.welcome-section-inpl .start-entry-MgwU input:nth-child(9):checked ~ .course-home-gbVG label:nth-child(9)::before,
.welcome-section-inpl .start-entry-MgwU input:nth-child(10):checked ~ .course-home-gbVG label:nth-child(10)::before {
    transform: scale(1);
}.welcome-section-inpl .start-entry-MgwU input:nth-child(1):checked ~ .course-home-gbVG label:nth-child(1),
.welcome-section-inpl .start-entry-MgwU input:nth-child(2):checked ~ .course-home-gbVG label:nth-child(2),
.welcome-section-inpl .start-entry-MgwU input:nth-child(3):checked ~ .course-home-gbVG label:nth-child(3),
.welcome-section-inpl .start-entry-MgwU input:nth-child(4):checked ~ .course-home-gbVG label:nth-child(4),
.welcome-section-inpl .start-entry-MgwU input:nth-child(5):checked ~ .course-home-gbVG label:nth-child(5),
.welcome-section-inpl .start-entry-MgwU input:nth-child(6):checked ~ .course-home-gbVG label:nth-child(6),
.welcome-section-inpl .start-entry-MgwU input:nth-child(7):checked ~ .course-home-gbVG label:nth-child(7),
.welcome-section-inpl .start-entry-MgwU input:nth-child(8):checked ~ .course-home-gbVG label:nth-child(8),
.welcome-section-inpl .start-entry-MgwU input:nth-child(9):checked ~ .course-home-gbVG label:nth-child(9),
.welcome-section-inpl .start-entry-MgwU input:nth-child(10):checked ~ .course-home-gbVG label:nth-child(10) {
    border-color: rgb(226,175,177);
    transform: scale(1.3);
}.welcome-section-inpl .insight-box-ZoqO {
    margin: auto;
    text-align: center;
    z-index: 5;
    padding: 50px 30px;
    max-width: 1140px;
    width: 100%;
    position: relative;
}.welcome-section-inpl .insight-box-ZoqO::before {
    transform: translateX(-50%);
    height: 3px;
    position: absolute;
    width: 80px;
    content: "";
    top: 0;
    background-color: rgb(226,175,177);
    left: 50%;
}.welcome-section-inpl .insight-box-ZoqO .container {
    margin: 0 auto;
    max-width: 800px;
}.welcome-section-inpl .insight-box-ZoqO h1 {
    margin-bottom: 20px;
    font-size: 42px;
    display: inline-block;
    font-weight: 700;
    position: relative;
    color: #000000;
}.welcome-section-inpl .insight-box-ZoqO h1::after {
    content: "";
    bottom: -10px;
    width: 100%;
    background: rgb(202,131,132);
    left: 0;
    height: 2px;
    position: absolute;
}.welcome-section-inpl .insight-box-ZoqO h3 {
    font-weight: 600;
    color: rgb(226,175,177);
    font-size: 24px;
    margin-bottom: 25px;
}.welcome-section-inpl .insight-box-ZoqO p {
    margin-bottom: 0;
    max-width: 90%;
    margin: 0 auto;
    font-size: 12px;
    color: #000000;
    line-height: 1.7;
}.welcome-section-inpl .edu-title-YsTK::after {
    left: 0;
    top: 0;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
}@keyframes slideIn {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

.welcome-section-inpl .insight-box-ZoqO h1,
.welcome-section-inpl .insight-box-ZoqO h3,
.welcome-section-inpl .insight-box-ZoqO p {
    animation: slideIn 0.6s forwards;
    opacity: 0;
}.welcome-section-inpl .insight-box-ZoqO h1 {
    animation-delay: 0.2s;
}.welcome-section-inpl .insight-box-ZoqO h3 {
    animation-delay: 0.4s;
}.welcome-section-inpl .insight-box-ZoqO p {
    animation-delay: 0.6s;
}

@media (max-width: 1200px) {.welcome-section-inpl .insight-box-ZoqO {
    max-width: 960px;
}
}

@media (max-width: 992px) {.welcome-section-inpl .start-entry-MgwU {
    height: 50vh;
}.welcome-section-inpl .insight-box-ZoqO {
    padding: 40px 20px;
    max-width: 720px;
}.welcome-section-inpl .insight-box-ZoqO h1 {
    font-size: calc(42px * 0.9);
}
}

@media (max-width: 768px) {.welcome-section-inpl .start-entry-MgwU {
    height: 45vh;
    margin-top: 30px;
}.welcome-section-inpl .edu-title-YsTK {
    left: 5%;
    width: 90%;
}.welcome-section-inpl .insight-box-ZoqO {
    max-width: 540px;
    padding: 30px 15px;
}.welcome-section-inpl .insight-box-ZoqO h1 {
    font-size: calc(42px * 0.8);
    margin-bottom: 15px;
}.welcome-section-inpl .insight-box-ZoqO h3 {
    margin-bottom: 20px;
    font-size: calc(24px * 0.9);
}.welcome-section-inpl .insight-box-ZoqO p {
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 576px) {.welcome-section-inpl .start-entry-MgwU {
    height: 40vh;
    margin-top: 20px;
}.welcome-section-inpl .edu-title-YsTK {
    width: 95%;
    left: 2.5%;
    border-width: 3px;
}.welcome-section-inpl .insight-box-ZoqO {
    padding: 25px 10px;
}.welcome-section-inpl .insight-box-ZoqO::before {
    width: 60px;
}.welcome-section-inpl .insight-box-ZoqO h1 {
    font-size: calc(42px * 0.7);
}.welcome-section-inpl .insight-box-ZoqO h3 {
    margin-bottom: 15px;
    font-size: calc(24px * 0.8);
}.welcome-section-inpl .insight-box-ZoqO p {
    font-size: calc(12px * 0.9);
    max-width: 100%;
}.welcome-section-inpl .course-home-gbVG {
    bottom: 15px;
    gap: 10px;
}.welcome-section-inpl .course-home-gbVG label {
    height: 10px;
    width: 10px;
}}

.welcome-section-inpl .edu-title-YsTK {
    border-radius: 10px;
}.welcome-section-inpl .edu-title-YsTK::before {
    content: "";
    height: 35px;
    opacity: 0.9;
    right: 15px;
    background: #ffffff;
    top: 15px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    z-index: 3;
    justify-content: center;
    position: absolute;
    width: 35px;
}.welcome-section-inpl .course-home-gbVG label:hover {
    transform: scale(1.2);
}.about-this-FLuM {
    overflow: hidden;
    position: relative;
    padding: 120px 0 100px;
    color: #ffffff;
}.about-this-FLuM::before {
    z-index: 1;
    width: 100%;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.7) 50%,
        rgba(0, 0, 0, 0.6) 100%);
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
}.about-this-FLuM::after {
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 2;
    position: absolute;
    content: "";
    top: 0;
    opacity: 0.15;
    pointer-events: none;
    background: linear-gradient(to bottom,
        rgb(202,131,132,0.5) 0%,
        transparent 100%);
}.about-this-FLuM h4 {
    letter-spacing: 0.05em;
    z-index: 10;
    margin-bottom: 3rem;
    opacity: 0;
    font-size: calc(36px * 1.2);
    color: #ffffff;
    animation: fadeSlideUp 0.8s forwards 0.2s;
    text-transform: uppercase;
    transform: translateY(20px);
    position: relative;
    font-weight: 700;
    text-align: center;
}.about-this-FLuM h4::before {
    width: 60px;
    height: 4px;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(226,175,177);
    bottom: -15px;
    content: "";
    position: absolute;
}.about-this-FLuM h4::after {
    content: "";
    background: #ffffff;
    left: 50%;
    width: 120px;
    height: 1px;
    bottom: -15px;
    position: absolute;
    transform: translateX(-50%);
}.about-this-FLuM .container {
    position: relative;
    max-width: 1200px;
    z-index: 5;
    padding: 0 20px;
    margin: 0 auto;
}.about-this-FLuM .insight-box-ZoqO {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    animation: fadeSlideUp 1s forwards 0.4s;
    clip-path: polygon(
        0 0,
        100% 0,
        98% 100%,
        2% 100%
    );
    border-left: 4px solid rgb(226,175,177);
    opacity: 0;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    padding: 3rem;
    transform: translateY(30px);
    position: relative;
}.about-this-FLuM .insight-box-ZoqO::before {
    clip-path: polygon(
        0 0,
        100% 0,
        97% 100%,
        3% 100%
    );
    z-index: -1;
    position: absolute;
    right: -5px;
    opacity: 0.3;
    bottom: -5px;
    top: -5px;
    left: -5px;
    background: linear-gradient(45deg, 
        rgb(226,175,177) 0%, 
        transparent 40%, 
        transparent 60%, 
        rgb(202,131,132) 100%);
    content: "";
}.about-this-FLuM h6 {
    animation: fadeSlideRight 0.8s forwards 0.6s;
    opacity: 0;
    margin-bottom: 1.5rem;
    color: rgb(226,175,177);
    letter-spacing: 0.02em;
    font-weight: 700;
    font-size: calc(22px * 1.2);
    transform: translateX(-10px);
}.about-this-FLuM h6::after {
    animation: scaleRight 0.8s forwards 1s;
    transform-origin: left;
    height: 2px;
    margin-top: 10px;
    display: block;
    background: rgb(226,175,177);
    transform: scaleX(0);
    content: "";
    width: 80px;
}.about-this-FLuM .insight-box-ZoqO div {
    max-height: 300px;
    overflow-y: auto;
    scrollbar-width: thin;
    padding-right: 15px;
    position: relative;
    scrollbar-color: rgb(226,175,177) rgba(255, 255, 255, 0.1);
}.about-this-FLuM .insight-box-ZoqO div::-webkit-scrollbar {
    width: 6px;
}.about-this-FLuM .insight-box-ZoqO div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
}.about-this-FLuM .insight-box-ZoqO div::-webkit-scrollbar-thumb {
    background: rgb(226,175,177);
    border-radius: 10px;
}.about-this-FLuM span {
    display: block;
    line-height: 1.8;
    text-align: justify;
    font-size: 16px;
    opacity: 0;
    color: #ffffff;
    animation: fadeIn 1.2s forwards 0.8s;
}.about-this-FLuM span::first-letter {
    font-weight: 700;
    color: rgb(226,175,177);
    padding: 0 8px 0 0;
    font-size: 2em;
    float: left;
}

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

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

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

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

@media (min-width: 992px) {.about-this-FLuM {
    padding: 150px 0 130px;
}.about-this-FLuM .insight-box-ZoqO {
    padding: 4rem;
    margin: 0 auto;
    flex-direction: column;
    display: flex;
    max-width: 90%;
}.about-this-FLuM h4 {
    font-size: calc(36px * 1.4);
    margin-bottom: 4rem;
}.about-this-FLuM h6 {
    font-size: calc(22px * 1.4);
    margin-bottom: 2rem;
}.about-this-FLuM .insight-box-ZoqO div {
    max-height: 350px;
}.about-this-FLuM span {
    line-height: 1.9;
    font-size: calc(16px * 1.05);
}
}

@media (max-width: 991px) {.about-this-FLuM {
    padding: 100px 0 80px;
}.about-this-FLuM .insight-box-ZoqO {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.about-this-FLuM {
    padding: 80px 0 60px;
}.about-this-FLuM h4 {
    font-size: calc(36px * 1.1);
    margin-bottom: 2.5rem;
}.about-this-FLuM .insight-box-ZoqO {
    clip-path: polygon(
            0 0,
            100% 0,
            99% 100%,
            1% 100%
        );
    padding: 2rem;
}.about-this-FLuM h6 {
    font-size: 22px;
    margin-bottom: 1.25rem;
}.about-this-FLuM .insight-box-ZoqO div {
    max-height: 260px;
}
}

@media (max-width: 575px) {.about-this-FLuM {
    padding: 60px 0 40px;
}.about-this-FLuM h4 {
    margin-bottom: 2rem;
    font-size: 36px;
}.about-this-FLuM .insight-box-ZoqO {
    clip-path: none;
    padding: 1.5rem;
}.about-this-FLuM .insight-box-ZoqO::before {
    clip-path: none;
}.about-this-FLuM h6 {
    margin-bottom: 1rem;
    font-size: calc(19px * 1.2);
}.about-this-FLuM span {
    font-size: calc(16px * 0.95);
    line-height: 1.7;
}.about-this-FLuM .insight-box-ZoqO div {
    max-height: 240px;
}}.attempt-now-CzdS {
    padding: 4rem 0;
    margin: 5rem 0;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: linear-gradient(135deg, rgb(202,131,132,0.5), rgb(226,175,177,0.5) 60%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
    position: relative;
}.attempt-now-CzdS::before {
    right: 0;
    position: absolute;
    bottom: 0;
    z-index: -1;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 2px,
        transparent 2px,
        transparent 8px
    );
    top: 0;
    content: "";
    left: 0;
}.attempt-now-CzdS::after {
    position: absolute;
    right: -10%;
    top: 0;
    opacity: 0.4;
    background: radial-gradient(
        circle at center,
        rgb(226,175,177,0.5) 0%,
        transparent 70%
    );
    width: 50%;
    content: "";
    filter: blur(50px);
    z-index: -1;
    transform: translateY(-10%) scale(1.5);
    height: 100%;
}.attempt-now-CzdS .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 2rem;
}.attempt-now-CzdS h2 {
    margin-right: auto;
    transform: perspective(1000px) rotateX(2deg);
    font-weight: 700;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 2.5rem;
    position: relative;
    font-size: 38px;
    max-width: 85%;
    text-align: center;
    margin-left: auto;
    padding: 0.5rem 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}.attempt-now-CzdS h2::after {
    bottom: -0.75rem;
    content: "";
    left: 50%;
    position: absolute;
    transform: translateX(-50%) scaleX(0);
    width: 80px;
    animation: underlineExpand 1.2s ease-out forwards 0.3s;
    transform-origin: center;
    background: rgb(226,175,177);
    height: 3px;
}.attempt-now-CzdS .quick-mastery-uNZR {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    display: flex;
    transform: translateY(0) scale(1);
    backdrop-filter: blur(10px);
    padding: 1.5rem;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 3px 10px rgba(0, 0, 0, 0.05),
                inset 0 0 0 1px rgba(255, 255, 255, 0.8);
    gap: 2.5rem;
    max-width: 80%;
    background: rgba(255, 255, 255, 0.85);
}.attempt-now-CzdS .quick-mastery-uNZR:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 5px 15px rgba(0, 0, 0, 0.08),
                inset 0 0 0 1px rgba(255, 255, 255, 0.9);
    transform: translateY(-5px) scale(1.02);
}.attempt-now-CzdS svg {
    transform: rotate(-5deg);
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    height: 56px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    flex-shrink: 0;
    width: 56px;
}.attempt-now-CzdS .quick-mastery-uNZR:hover svg {
    transform: rotate(5deg) scale(1.1);
}.attempt-now-CzdS svg path {
    transition: fill 0.3s ease;
    fill: rgb(226,175,177);
}.attempt-now-CzdS .quick-mastery-uNZR:hover svg path {
    fill: rgb(202,131,132);
}.attempt-now-CzdS .support-message-gvSh {
    transform: translateZ(0);
    color: #ffffff;
    position: relative;
    background: linear-gradient(135deg, rgb(226,175,177), rgb(202,131,132));
    padding: 1rem 2.5rem;
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    overflow: hidden;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    text-align: center;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    min-width: 200px;
}.attempt-now-CzdS .support-message-gvSh::before {
    content: "";
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: translateX(-100%);
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    left: 0;
}.attempt-now-CzdS .support-message-gvSh:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px) translateZ(0);
}.attempt-now-CzdS .support-message-gvSh:hover::before {
    transform: translateX(100%);
}.attempt-now-CzdS .support-message-gvSh:active {
    transform: translateY(1px) translateZ(0);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

@keyframes underlineExpand {
    0% {
        transform: translateX(-50%) scaleX(0);
    }
    100% {
        transform: translateX(-50%) scaleX(1);
    }
}

@media (max-width: 992px) {.attempt-now-CzdS {
    padding: 3.5rem 0;
}.attempt-now-CzdS h2 {
    max-width: 95%;
    font-size: calc(38px * 0.9);
}.attempt-now-CzdS .quick-mastery-uNZR {
    padding: 1.25rem;
    max-width: 90%;
}
}

@media (max-width: 768px) {.attempt-now-CzdS {
    padding: 3rem 0;
}.attempt-now-CzdS h2 {
    transform: perspective(1000px) rotateX(1deg);
    font-size: calc(38px * 0.8);
}.attempt-now-CzdS .quick-mastery-uNZR {
    max-width: 100%;
    gap: 1.5rem;
    flex-direction: column;
}.attempt-now-CzdS svg {
    height: 48px;
    width: 48px;
}.attempt-now-CzdS .support-message-gvSh {
    width: 100%;
    padding: 0.9rem 2rem;
}
}

@media (max-width: 576px) {.attempt-now-CzdS {
    padding: 2.5rem 0;
    margin: 3rem 0;
}.attempt-now-CzdS h2 {
    transform: none;
    margin-bottom: 2rem;
    font-size: calc(38px * 0.7);
}.attempt-now-CzdS .quick-mastery-uNZR {
    padding: 1rem;
}.attempt-now-CzdS svg {
    width: 40px;
    height: 40px;
}.attempt-now-CzdS .support-message-gvSh {
    padding: 0.8rem 1.5rem;
    min-width: auto;
    font-size: calc(15px * 0.9);
}
}

@media (max-width: 480px) {.attempt-now-CzdS h2 {
    font-size: calc(38px * 0.6);
}
}

@media (hover: none) {.attempt-now-CzdS .quick-mastery-uNZR {
    transform: none !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                    0 3px 10px rgba(0, 0, 0, 0.05);
}.attempt-now-CzdS svg {
    transform: none !important;
}.attempt-now-CzdS .support-message-gvSh:hover {
    transform: none;
}
}

@container (max-width: 500px) {.attempt-now-CzdS .container {
    padding: 0 1rem;
}}.price-row-WTDk {
    overflow: hidden;
    background: rgb(246,223,224);
    padding: 5rem 0;
    position: relative;
}.price-row-WTDk::before {
    z-index: 0;
    height: 300px;
    background: linear-gradient(135deg, rgb(202,131,132,0.5), rgb(226,175,177,0.5));
    width: 300px;
    filter: blur(60px);
    right: -50px;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    content: "";
}.price-row-WTDk::after {
    z-index: 0;
    height: 250px;
    border-radius: 50%;
    bottom: -50px;
    filter: blur(50px);
    width: 250px;
    background: linear-gradient(225deg, rgb(226,175,177,0.5), rgb(202,131,132,0.5));
    left: -50px;
    content: "";
    position: absolute;
}.price-row-WTDk .container {
    position: relative;
    z-index: 1;
}.price-row-WTDk .rate-panel-pgtT {
    display: flex;
    flex-direction: column-reverse;
    gap: 3rem;
}.price-row-WTDk .program-price-BtIJ {
    text-align: center;
    position: relative;
    padding: 0 1rem;
    max-width: 800px;
    margin: 0 auto;
}.price-row-WTDk .program-price-BtIJ h2 {
    font-size: calc(38px * 1.1);
    display: inline-block;
    font-weight: 700;
    color: #000000;
    position: relative;
    margin-bottom: 1.5rem;
}.price-row-WTDk .program-price-BtIJ h2::after {
    content: "";
    background: linear-gradient(90deg, rgb(226,175,177), rgb(202,131,132));
    height: 3px;
    width: 80px;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}.price-row-WTDk .tuition-table-eoah {
    margin-bottom: 1rem;
    line-height: 1.6;
    color: #000000;
    font-size: 15px;
}.price-row-WTDk .fee-struct-EQAD {
    perspective: 1000px;
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr;
}.price-row-WTDk .promo-rates-HnRj {
    display: block;
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    transform-style: preserve-3d;
}.price-row-WTDk .promo-rates-HnRj:hover {
    transform: translateY(-10px);
}.price-row-WTDk .rate-schemes-MlNC {
    min-height: 430px;
    display: flex;
    justify-content: space-between;
    transition: all 0.4s ease;
    z-index: 1;
    position: relative;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    border-radius: 10px;
}.price-row-WTDk .promo-rates-HnRj:hover .rate-schemes-MlNC {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}.price-row-WTDk .plan-fee-ClOQ {
    z-index: 2;
    padding: 2rem;
    position: relative;
    flex: 1;
}.price-row-WTDk .promo-rates-HnRj h3 {
    font-weight: 700;
    font-size: calc(21px * 1.1);
    display: inline-block;
    color: #000000;
    margin-bottom: 1rem;
    position: relative;
}.price-row-WTDk .promo-rates-HnRj h3::before {
    content: "";
    width: 40px;
    height: 2px;
    background: rgb(226,175,177);
    bottom: -5px;
    position: absolute;
    transition: width 0.3s ease;
    left: 0;
}.price-row-WTDk .promo-rates-HnRj:hover h3::before {
    width: 100%;
}.price-row-WTDk .pricing-deals-BpDH {
    font-weight: 700;
    display: block;
    font-size: calc(21px * 1.4);
    color: rgb(202,131,132);
    margin: 1.5rem 0;
    position: relative;
}.price-row-WTDk .pricing-deals-BpDH::after {
    top: 50%;
    height: 20px;
    width: 3px;
    background: rgb(226,175,177);
    left: -10px;
    border-radius: 3px;
    content: "";
    position: absolute;
    transform: translateY(-50%);
}.price-row-WTDk .promo-rates-HnRj p {
    overflow-wrap: break-word;
    color: #000000;
    word-wrap: break-word;
    font-size: 15px;
    margin-bottom: 1rem;
    hyphens: auto;
    line-height: 1.6;
}.price-row-WTDk .photo-thumbnail-xGLv {
    height: 180px;
    position: relative;
}.price-row-WTDk .photo-thumbnail-xGLv::before {
    z-index: 1;
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}.price-row-WTDk .promo-rates-HnRj:nth-child(1) .rate-schemes-MlNC {
    border-top: 4px solid rgb(226,175,177);
}.price-row-WTDk .promo-rates-HnRj:nth-child(2) .rate-schemes-MlNC {
    border-top: 4px solid rgb(202,131,132);
}.price-row-WTDk .promo-rates-HnRj:nth-child(3) .rate-schemes-MlNC {
    border-top: 4px solid #6c5ce7;
}.price-row-WTDk .promo-rates-HnRj:nth-child(4) .rate-schemes-MlNC {
    border-top: 4px solid #00b894;
}

@media (min-width: 768px) {.price-row-WTDk .fee-struct-EQAD {
    grid-template-columns: repeat(2, 1fr);
}.price-row-WTDk .rate-schemes-MlNC {
    min-height: 480px;
}.price-row-WTDk .program-price-BtIJ {
    padding: 0 2rem;
}.price-row-WTDk .program-price-BtIJ h2 {
    font-size: calc(38px * 1.2);
}
}

@media (min-width: 992px) {.price-row-WTDk .rate-panel-pgtT {
    flex-direction: row;
    gap: 4rem;
    align-items: center;
}.price-row-WTDk .fee-struct-EQAD {
    grid-template-columns: repeat(2, 1fr);
    flex: 2;
}.price-row-WTDk .program-price-BtIJ {
    padding-right: 3rem;
    text-align: left;
    flex: 1;
}.price-row-WTDk .program-price-BtIJ h2::after {
    left: 0;
    transform: none;
}.price-row-WTDk .rate-schemes-MlNC {
    min-height: 500px;
}
}

@media (min-width: 1200px) {.price-row-WTDk .fee-struct-EQAD {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.price-row-WTDk .promo-rates-HnRj {
    transform: perspective(1000px) rotateY(0);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.price-row-WTDk .promo-rates-HnRj:hover {
    transform: perspective(1000px) translateY(-15px) rotateY(2deg);
}.price-row-WTDk .rate-schemes-MlNC {
    transform-style: preserve-3d;
    min-height: 520px;
    backface-visibility: hidden;
}.price-row-WTDk .photo-thumbnail-xGLv {
    height: 200px;
}.price-row-WTDk .pricing-deals-BpDH {
    font-size: calc(21px * 1.6);
}.price-row-WTDk .program-price-BtIJ h2 {
    font-size: calc(38px * 1.3);
}}.cookieNotificationBar-YHkb {
    width: 100%;
    border-top: 2px solid rgb(226,175,177);
    z-index: 90;
    background: rgb(202,131,132);
    bottom: 0;
    animation: slideIn 0.5s ease-in-out;
    box-shadow: 0 -10px 30px rgb(226,175,177,0.5);
    position: fixed;
}@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}
.user-choices-WCAz {
    background: linear-gradient(135deg, rgb(202,131,132) 0%, rgba(0, 0, 0, 0.5) 100%);
    justify-content: space-between;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    box-shadow: 0 0 20px rgb(226,175,177,0.5);
    padding: 20px 5%;
}.cookie-updates-ODHl {
    flex-shrink: 0;
    padding: 10px;
    overflow: hidden;
    box-shadow: 0 0 15px rgb(226,175,177);
    border-radius: 11px;
    margin-right: 20px;
    background: rgba(0, 0, 0, 0.5);
}.cookie-updates-ODHl svg, .cookie-updates-ODHl svg path {
    height: 60px;
    transition: transform 0.3s ease;
    fill: rgb(226,175,177);
    width: 60px;
}.cookie-updates-ODHl:hover svg {
    transform: rotate(20deg);
}.cookie-view-kyKb {
    color: #ffffff;
    min-width: 300px;
    flex: 1;
}.cookie-view-kyKb h5 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 20px;
    text-shadow: 0 0 10px rgb(226,175,177);
    color: rgb(226,175,177);
}.cookie-view-kyKb p {
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 0;
    text-shadow: 0 0 5px rgb(226,175,177,0.5);
}.privacy-cookies-jwbK {
    white-space: nowrap;
    text-decoration: none;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    font-size: 17px;
    cursor: pointer;
    color: #000000;
    margin-left: 10px;
    padding: 12px 25px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(226,175,177,0.5);
    background: rgb(226,175,177);
}.privacy-cookies-jwbK:hover {
    background: rgb(202,131,132);
    box-shadow: 0 0 20px rgb(202,131,132,0.5);
}.cookieNotificationBar-YHkb p a {
    text-decoration: underline;
    transition: color 0.3s ease;
    color: rgb(226,175,177);
}.cookieNotificationBar-YHkb p a:hover {
    color: rgb(202,131,132);
}#cookie-overlay-box-qNGW {
    display: none;
}#cookie-overlay-box-qNGW:checked ~ .cookieNotificationBar-YHkb {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.cookieNotificationBar-YHkb {
    padding: 20px;
}.user-choices-WCAz {
    padding: 20px 2%;
}
}
@media only screen and (max-width: 800px) {.cookie-updates-ODHl {
    display: none;
}.user-choices-WCAz {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookie-view-kyKb {
    text-align: center;
    margin-bottom: 20px;
}.cookieNotificationBar-YHkb h5, .cookieNotificationBar-YHkb p {
    text-align: center;
}.privacy-cookies-jwbK {
    margin-top: 10px;
    width: 100%;
    text-align: center;
    margin-left: 0;
}}
.client-feedback-kFVH {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgb(246,223,224) 100%);
    overflow: hidden;
}.client-feedback-kFVH::before {
    background: 
        radial-gradient(circle at 10% 20%, rgb(226,175,177,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(202,131,132,0.5) 0%, transparent 40%);
    z-index: 0;
    left: 0;
    top: 0;
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
}.client-feedback-kFVH::after {
    z-index: 1;
    opacity: 0.5;
    transform: translate(-50%, -50%);
    left: 50%;
    content: "";
    top: 50%;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(226,175,177,0.5) 20%, 
        rgb(226,175,177) 50%, 
        rgb(226,175,177,0.5) 80%, 
        transparent 100%);
    height: 1px;
    animation: pulse 3s infinite;
}@keyframes pulse {
    0%, 100% { opacity: 0.2; }
    50% { opacity: 0.7; }
}

.client-feedback-kFVH .container {
    z-index: 2;
    position: relative;
}.client-feedback-kFVH h2 {
    transform: translateX(-50%);
    position: relative;
    font-weight: 700;
    margin-bottom: 4rem;
    display: inline-block;
    padding: 0.5rem 1rem;
    color: #000000;
    left: 50%;
    font-size: 35px;
    text-align: center;
}.client-feedback-kFVH h2::before {
    border-image-slice: 1;
    bottom: 0;
    right: 0;
    animation: borderGlow 4s infinite alternate;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    opacity: 0.7;
    border-image: linear-gradient(45deg, rgb(226,175,177), rgb(202,131,132));
    border: 2px solid transparent;
}@keyframes borderGlow {
    from { 
        filter: drop-shadow(0 0 2px rgb(226,175,177,0.5)) 
                drop-shadow(0 0 5px rgb(226,175,177,0.5)); 
    }
    to { 
        filter: drop-shadow(0 0 5px rgb(202,131,132,0.5)) 
                drop-shadow(0 0 10px rgb(202,131,132,0.5)); 
    }
}

.client-feedback-kFVH .client-ratings-yXCj {
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: center;
    display: flex;
    perspective: 1000px;
}.client-feedback-kFVH .learning-feedback-oaKf {
    backdrop-filter: blur(10px);
    position: relative;
    align-items: center;
    border-radius: 10px;
    flex-direction: column;
    transform-style: preserve-3d;
    display: flex;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: calc(33% - 3rem);
    background: rgba(255, 255, 255, 0.05);
    padding: 2rem;
}.client-feedback-kFVH .learning-feedback-oaKf::before {
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(226,175,177), rgb(202,131,132)) border-box;
    position: absolute;
    -webkit-mask: 
        linear-gradient(#fff 0 0) padding-box, 
        linear-gradient(#fff 0 0);
    inset: 0;
    opacity: 0.7;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    border: 1px solid transparent;
    content: "";
    z-index: -1;
}.client-feedback-kFVH .learning-feedback-oaKf::after {
    position: absolute;
    transform: rotate(45deg);
    height: 200%;
    top: -50%;
    width: 200%;
    content: "";
    z-index: -1;
    left: -50%;
    background: linear-gradient(
        0deg,
        transparent,
        rgb(226,175,177,0.5),
        rgb(226,175,177,0.5),
        transparent
    );
    animation: scanline 6s linear infinite;
}@keyframes scanline {
    0% { transform: rotate(45deg) translateY(-80%); }
    100% { transform: rotate(45deg) translateY(80%); }
}

.client-feedback-kFVH .learning-feedback-oaKf:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 10px rgb(226,175,177,0.5), 
        0 0 20px rgb(202,131,132,0.5);
    transform: translateZ(20px);
}.client-feedback-kFVH .learning-feedback-oaKf img {
    box-shadow: 
        0 0 0 1px rgb(226,175,177,0.5),
        0 0 10px rgb(226,175,177,0.5);
    filter: grayscale(50%);
    border: 3px solid #ffffff;
    width: 90px;
    margin-bottom: 1.5rem;
    height: 90px;
    transition: all 0.5s ease;
    object-fit: cover;
    border-radius: 50%;
}.client-feedback-kFVH .learning-feedback-oaKf:hover img {
    filter: grayscale(0%);
    box-shadow: 
        0 0 0 2px rgb(226,175,177),
        0 0 15px rgb(226,175,177,0.5),
        0 0 30px rgb(226,175,177,0.5);
    transform: scale(1.1);
}.client-feedback-kFVH .learning-feedback-oaKf p {
    margin-bottom: 0.5rem;
    color: #000000;
    text-align: center;
    font-weight: 600;
    font-size: calc(18px * 1.1);
}.client-feedback-kFVH .learning-feedback-oaKf .description {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 auto;
    text-align: center;
    color: #000000;
    max-width: 90%;
}.client-feedback-kFVH .learning-feedback-oaKf:nth-child(3n+1) {
    transform: translateY(-10px) rotate(-1deg);
}.client-feedback-kFVH .learning-feedback-oaKf:nth-child(3n+2) {
    transform: translateY(10px) rotate(1deg);
}.client-feedback-kFVH .learning-feedback-oaKf:nth-child(3n+3) {
    transform: translateY(0) rotate(0);
}.client-feedback-kFVH .learning-feedback-oaKf:hover {
    transform: translateZ(30px) rotate(0);
}

@media (max-width: 992px) {.client-feedback-kFVH .learning-feedback-oaKf {
    width: calc(50% - 2rem);
}
}

@media (max-width: 768px) {.client-feedback-kFVH {
    padding: 4rem 0;
}.client-feedback-kFVH h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 3rem;
}.client-feedback-kFVH .client-ratings-yXCj {
    gap: 2rem;
    flex-direction: column;
}.client-feedback-kFVH .learning-feedback-oaKf {
    transform: none !important;
    width: 100%;
}.client-feedback-kFVH .learning-feedback-oaKf:hover {
    transform: translateZ(10px) !important;
}.client-feedback-kFVH::after {
    height: 100%;
    width: 1px;
}}.course-program-details-NvQg {
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(202,131,132,0.5), rgb(246,223,224));
    position: relative;
}.course-program-details-NvQg::before {
    left: 0;
    z-index: 1;
    background: repeating-linear-gradient(
    45deg,
    rgb(226,175,177,0.5) 0px,
    transparent 1px,
    transparent 10px,
    rgb(226,175,177,0.5) 11px
  );
    top: 0;
    content: "";
    position: absolute;
    opacity: 0.07;
    height: 100%;
    width: 100%;
}.course-program-details-NvQg .container {
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.course-program-details-NvQg .program-track-xTrY {
    background: #ffffff;
    flex-direction: column;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex;
    transform: perspective(1000px) rotateY(-1deg);
}.course-program-details-NvQg .program-track-xTrY:hover {
    transform: perspective(1000px) rotateY(0);
}.course-program-details-NvQg .photo-thumbnail-xGLv {
    position: relative;
    height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}.course-program-details-NvQg .photo-thumbnail-xGLv::after {
    position: absolute;
    background: linear-gradient(to bottom, 
    transparent 50%, 
    rgb(226,175,177,0.5) 100%
  );
    content: "";
    inset: 0;
}.course-program-details-NvQg .insight-box-ZoqO {
    padding: 2.5rem 2.5rem 3rem;
    position: relative;
    background: linear-gradient(
    135deg,
    #ffffff 0%,
    rgba(245, 248, 255, 0.9) 100%
  );
}.course-program-details-NvQg h3 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: calc(22px * 1.1);
    color: #000000;
    font-family: Arial, sans-serif;
    transform: translateY(0);
    transition: transform 0.3s ease;
    position: relative;
}.course-program-details-NvQg h3::after {
    transform: scaleX(0.7);
    position: absolute;
    bottom: -0.5rem;
    background: rgb(226,175,177);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    content: "";
    width: 60px;
    left: 0;
    transform-origin: left;
    height: 3px;
}.course-program-details-NvQg .program-track-xTrY:hover h3::after {
    transform: scaleX(1);
}.course-program-details-NvQg p.description {
    color: #000000;
    font-size: 12px;
    padding-right: 1rem;
    display: block;
    margin-bottom: 1.5rem;
    font-family: Arial, sans-serif;
    overflow-y: auto;
    line-height: 1.7;
    max-height: 250px;
}.course-program-details-NvQg p.description::-webkit-scrollbar {
    width: 4px;
}.course-program-details-NvQg p.description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}.course-program-details-NvQg p.description::-webkit-scrollbar-thumb {
    background: rgb(226,175,177,0.5);
    border-radius: 10px;
}.course-program-details-NvQg span.description {
    display: none;
}.course-program-details-NvQg .insight-box-ZoqO::before {
    z-index: 3;
    content: "";
    height: 60px;
    right: 30px;
    top: -30px;
    opacity: 0.9;
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: absolute;
    transform: rotate(45deg);
    width: 60px;
    background: rgb(226,175,177);
}.course-program-details-NvQg .program-track-xTrY:hover .insight-box-ZoqO::before {
    transform: rotate(225deg);
}

@media (min-width: 768px) {.course-program-details-NvQg .program-track-xTrY {
    height: 550px;
    flex-direction: row;
    align-items: stretch;
}.course-program-details-NvQg .photo-thumbnail-xGLv {
    height: auto;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
    width: 50%;
}.course-program-details-NvQg .insight-box-ZoqO {
    justify-content: center;
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 3rem;
}.course-program-details-NvQg h3 {
    font-size: calc(22px * 1.2);
    margin-bottom: 2rem;
}.course-program-details-NvQg p.description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.course-program-details-NvQg .program-track-xTrY {
    height: 600px;
}.course-program-details-NvQg h3 {
    font-size: calc(36px * 0.75);
}.course-program-details-NvQg .insight-box-ZoqO {
    padding: 4rem;
}.course-program-details-NvQg p.description {
    line-height: 1.75;
    font-size: calc(12px * 1.05);
    max-height: 380px;
}
}

@media (max-width: 767px) {.course-program-details-NvQg {
    padding: 4rem 0;
}.course-program-details-NvQg .container {
    padding: 0 1.5rem;
}.course-program-details-NvQg .program-track-xTrY {
    transform: none;
}.course-program-details-NvQg .photo-thumbnail-xGLv {
    height: 250px;
}.course-program-details-NvQg .insight-box-ZoqO {
    padding: 2rem;
}.course-program-details-NvQg h3 {
    margin-bottom: 1rem;
    font-size: calc(22px * 0.95);
}.course-program-details-NvQg p.description {
    font-size: calc(12px * 0.95);
    max-height: 300px;
    line-height: 1.6;
}
}

@media (hover: none) {.course-program-details-NvQg .program-track-xTrY,
  .course-program-details-NvQg .program-track-xTrY:hover {
    transform: none;
}.course-program-details-NvQg h3::after {
    transform: scaleX(1);
}.course-program-details-NvQg .insight-box-ZoqO::before,
  .course-program-details-NvQg .program-track-xTrY:hover .insight-box-ZoqO::before {
    transform: rotate(45deg);
}
}

@media (prefers-reduced-motion) {.course-program-details-NvQg .program-track-xTrY,
  .course-program-details-NvQg h3::after,
  .course-program-details-NvQg .insight-box-ZoqO::before {
    transition: none;
}}.intern-ship-WDtN {
    z-index: 1;
    padding: 6rem 0 4rem;
    position: relative;
    color: #ffffff;
}.intern-ship-WDtN::before {
    top: 0;
    height: 100%;
    background: #000000;
    opacity: 0.85;
    width: 100%;
    z-index: -1;
    left: 0;
    position: absolute;
    content: "";
}.intern-ship-WDtN::after {
    background: 
        linear-gradient(rgba(rgb(226,175,177), 0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(rgb(226,175,177), 0.2) 1px, transparent 1px);
    left: 0;
    content: "";
    position: absolute;
    animation: gridAnimate 15s linear infinite;
    background-size: 30px 30px;
    width: 100%;
    z-index: -1;
    height: 100%;
    top: 0;
    opacity: 0.15;
    background-position: center;
}@keyframes gridAnimate {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

.intern-ship-WDtN .container {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 2rem;
    display: grid;
}.intern-ship-WDtN .company_holder {
    grid-row: 1;
    position: relative;
    grid-column: 1 / 5;
}.intern-ship-WDtN .company_holder::before {
    left: -20px;
    content: "";
    height: 60px;
    width: 60px;
    top: -20px;
    border-left: 2px solid rgb(226,175,177);
    opacity: 0.7;
    border-top: 2px solid rgb(226,175,177);
    position: absolute;
}.intern-ship-WDtN .company_holder::after {
    right: -20px;
    opacity: 0.7;
    height: 60px;
    content: "";
    position: absolute;
    bottom: -20px;
    width: 60px;
    border-bottom: 2px solid rgb(226,175,177);
    border-right: 2px solid rgb(226,175,177);
}.intern-ship-WDtN .company_holder h3 {
    position: relative;
    -webkit-background-clip: text !important;
    font-size: 33px;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #ffffff, rgb(226,175,177));
    font-weight: 700;
    display: inline-block;
    margin-bottom: 1.5rem;
}.intern-ship-WDtN .company_holder h3::after {
    height: 2px;
    content: "";
    box-shadow: 0 0 10px rgb(226,175,177);
    position: absolute;
    left: 0;
    bottom: -5px;
    background: rgb(226,175,177);
    width: 30%;
}.intern-ship-WDtN .footer-address-PvJn {
    font-size: 13px;
    margin-top: 1.5rem;
    opacity: 0.8;
    color: #ffffff;
    line-height: 1.6;
}.intern-ship-WDtN .transcript-zHyP {
    grid-row: 1;
    display: flex;
    justify-content: flex-end;
    grid-column: 6 / 13;
}.intern-ship-WDtN .head-core-LXxr {
    gap: 3rem;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}.intern-ship-WDtN .page-top-KdEi {
    position: relative;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    padding: 1.5rem;
    backdrop-filter: blur(4px);
}.intern-ship-WDtN .page-top-KdEi:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
    transform: translateY(-5px);
}.intern-ship-WDtN .page-top-KdEi::before {
    transition: height 0.3s ease;
    content: "";
    left: 0;
    position: absolute;
    width: 3px;
    height: 0;
    top: 0;
    background: rgb(226,175,177);
}.intern-ship-WDtN .page-top-KdEi:hover::before {
    height: 100%;
}.intern-ship-WDtN .page-top-KdEi h5 {
    letter-spacing: 1px;
    position: relative;
    font-weight: 600;
    font-size: 19px;
    color: rgb(202,131,132);
    padding-left: 1rem;
    margin-bottom: 1.5rem;
}.intern-ship-WDtN .page-top-KdEi h5::before {
    top: 50%;
    height: 5px;
    left: 0;
    box-shadow: 0 0 10px rgb(226,175,177);
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 5px;
    background: rgb(226,175,177);
    content: "";
}.intern-ship-WDtN .page-top-KdEi .head-core-LXxr {
    flex-direction: column;
    display: flex;
    gap: 0.7rem;
}.intern-ship-WDtN .page-top-KdEi .head-core-LXxr a {
    padding: 0.4rem 1rem;
    z-index: 1;
    border-radius: 10px;
    font-size: 13px;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    opacity: 0.7;
    transition: all 0.3s ease;
    color: #ffffff;
}.intern-ship-WDtN .page-top-KdEi .head-core-LXxr a::before {
    width: 100%;
    top: 0;
    transform: translateX(-100%);
    left: 0;
    background: linear-gradient(90deg, rgba(rgb(226,175,177,0.5), 0.1), transparent);
    content: "";
    z-index: -1;
    height: 100%;
    position: absolute;
    transition: transform 0.3s ease;
}.intern-ship-WDtN .page-top-KdEi .head-core-LXxr a:hover {
    opacity: 1;
    color: #ffffff;
    padding-left: 1.5rem;
}.intern-ship-WDtN .page-top-KdEi .head-core-LXxr a:hover::before {
    transform: translateX(0);
}.art-portal-TQKR {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 1.5rem 0;
    grid-row: 2;
    grid-column: 1 / 13;
    margin-top: 4rem;
    background: rgba(0, 0, 0, 0.5);
}.art-portal-TQKR::before {
    background: linear-gradient(90deg, transparent, rgb(226,175,177), transparent);
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 60%;
    position: absolute;
    content: "";
    top: 0;
}.art-portal-TQKR .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.art-portal-TQKR .trust-badge-GCAQ {
    font-size: 16px;
    text-align: center;
    opacity: 0.7;
    letter-spacing: 0.5px;
    color: #ffffff;
}

@media screen and (max-width: 992px) {.intern-ship-WDtN .container {
    grid-template-columns: repeat(1, 1fr);
}.intern-ship-WDtN .company_holder {
    grid-row: 1;
    grid-column: 1;
}.intern-ship-WDtN .transcript-zHyP {
    grid-column: 1;
    grid-row: 2;
    margin-top: 2rem;
}.art-portal-TQKR {
    grid-row: 3;
    margin-top: 3rem;
}
}

@media screen and (max-width: 768px) {.intern-ship-WDtN {
    padding: 4rem 0 3rem;
}.intern-ship-WDtN .head-core-LXxr {
    gap: 2rem;
    grid-template-columns: 1fr;
}.intern-ship-WDtN .page-top-KdEi {
    padding: 1.2rem;
}.intern-ship-WDtN .page-top-KdEi h5 {
    font-size: calc(19px * 0.9);
}.intern-ship-WDtN .company_holder::before,
    .intern-ship-WDtN .company_holder::after {
    width: 40px;
    height: 40px;
}
}

@media screen and (max-width: 576px) {.intern-ship-WDtN {
    padding: 3rem 0 2rem;
}.intern-ship-WDtN .company_holder h3 {
    font-size: calc(33px * 0.9);
}.intern-ship-WDtN .footer-address-PvJn {
    font-size: calc(13px * 0.9);
}.intern-ship-WDtN .page-top-KdEi .head-core-LXxr a {
    font-size: calc(13px * 0.9);
}.art-portal-TQKR {
    margin-top: 2rem;
    padding: 1rem 0;
}
}