* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1146px;
}.gui_tiktok_edu {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
    scroll-behavior: smooth;
    height: 100%;
}.gui_head_wrap {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.gui_inner-container {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.gui_policyAgreementPanel {
    z-index: 90;
    width: 100%;
    background: rgb(169,129,178);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    bottom: 0;
    padding: 15px 20px;
    position: fixed;
    border-top: 3px solid rgb(205,189,208);
}.gui_cookie_verify {
    align-items: center;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}.gui_data_agree {
    margin-right: 20px;
    flex-shrink: 0;
}.gui_data_agree svg {
    fill: rgb(205,189,208);
    height: 50px;
    width: 50px;
}.gui_cookie_guard {
    flex-direction: column;
    max-width: 600px;
    display: flex;
    justify-content: center;
}.gui_policyAgreementPanel h5 {
    margin-bottom: 10px;
    font-size: 19px;
    color: #ffffff;
    font-weight: 700;
}.gui_policyAgreementPanel p {
    font-size: 13px;
    line-height: 1.5;
    color: #000000;
}.gui_edu_approve {
    cursor: pointer;
    border-radius: 10px;
    color: #ffffff;
    border: 2px solid rgb(205,189,208);
    flex-shrink: 0;
    text-decoration: none;
    padding: 10px 20px;
    margin-left: 10px;
    min-width: 150px;
    background: rgb(205,189,208);
    transition: none;
    font-size: 18px;
    text-align: center;
}.gui_edu_approve:hover {
    background: rgb(205,189,208,0.5);
    border-color: rgb(205,189,208,0.5);
}.gui_policyAgreementPanel p a {
    text-decoration: none;
    border-bottom: 2px solid rgb(205,189,208);
    color: rgb(205,189,208);
}.gui_policyAgreementPanel p a:hover {
    color: rgb(169,129,178);
    border-bottom-color: rgb(169,129,178);
}
@media only screen and (max-width: 1200px) {.gui_policyAgreementPanel {
    padding: 15px;
}
}
@media only screen and (max-width: 800px) {.gui_data_agree {
    display: none;
}.gui_cookie_verify {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.gui_policyAgreementPanel h5, .gui_policyAgreementPanel p {
    text-align: center;
}.gui_cookie_guard {
    margin-bottom: 15px;
}.gui_edu_approve {
    margin-left: 0;
    margin-top: 10px;
}}
#gui_alertTrackingUsage {
    display: none;
}#gui_alertTrackingUsage:checked ~ .gui_policyAgreementPanel {
    opacity: 0;
    visibility: hidden;
}footer {
    position: relative;
    z-index: 1;
    width: 100%;
}.gui_tiktok_edu {
    position: relative;
    font-family: Arial, sans-serif;
    padding: 80px 0 30px;
    color: #ffffff;
    background: linear-gradient(135deg, #000000, rgb(169,129,178));
}.gui_tiktok_edu::before {
    position: absolute;
    top: 0;
    content: "";
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: radial-gradient(circle at 10% 20%, rgb(169,129,178,0.5) 0%, transparent 50%);
}.gui_tiktok_edu::after {
    bottom: 0;
    content: "";
    position: absolute;
    background: linear-gradient(45deg, transparent 40%, rgb(205,189,208,0.5) 70%, transparent 100%);
    left: 0;
    pointer-events: none;
    animation: shiftGradient 15s infinite linear;
    right: 0;
    top: 0;
}@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.gui_tiktok_edu .container {
    z-index: 2;
    position: relative;
}footer .gui_news_feed {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
}footer .gui_edu_help {
    border-radius: 19px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.05);
    flex-wrap: wrap;
    gap: 20px;
    padding: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    transform: translateY(0);
}footer .gui_edu_help:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}footer .info_item {
    align-items: center;
    flex: 1 1 220px;
    display: flex;
}footer .info_item svg {
    height: 20px;
    margin-right: 12px;
    width: 20px;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 0 3px rgb(205,189,208,0.5));
    fill: rgb(205,189,208);
}footer .info_item:hover svg {
    transform: scale(1.1);
}footer .info_item p, footer .info_item a {
    display: flex;
    text-decoration: none;
    align-items: center;
    font-weight: 400;
    color: #ffffff;
    font-size: 15px;
    transition: color 0.3s ease;
}footer .info_item a:hover {
    text-shadow: 0 0 8px rgb(205,189,208,0.5);
    color: rgb(205,189,208);
}footer .text_main_holder {
    display: grid;
    margin-top: 20px;
    grid-template-columns: 1fr;
    gap: 40px;
}footer .gui_top_sitebar {
    gap: 15px;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
}footer .gui_top_sitebar svg {
    width: auto;
    margin-bottom: 10px;
    height: 50px;
    filter: drop-shadow(0 0 5px rgb(205,189,208,0.5));
    transition: filter 0.3s ease;
}footer .gui_top_sitebar:hover svg {
    filter: drop-shadow(0 0 8px rgb(205,189,208));
}footer .gui_data_viz {
    line-height: 1.5;
    font-size: 14px;
    max-width: 300px;
    color: #ffffff;
    opacity: 0.8;
}footer .gui_site_main {
    backdrop-filter: blur(5px);
    position: relative;
    transition: box-shadow 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 19px;
    padding: 25px;
    background: rgba(255, 255, 255, 0.03);
}footer .gui_site_main:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .gui_site_main::before {
    left: -2px;
    background: linear-gradient(45deg, rgb(205,189,208), transparent, rgb(169,129,178), transparent);
    right: -2px;
    bottom: -2px;
    opacity: 0;
    transition: opacity 0.5s ease;
    top: -2px;
    border-radius: calc(19px + 2px);
    z-index: -1;
    content: "";
    position: absolute;
}footer .gui_site_main:hover::before {
    opacity: 0.7;
    animation: borderRotate 6s linear infinite;
}@keyframes borderRotate {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

footer .gui_site_main h5 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    font-size: 23px;
    color: #ffffff;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 20px;
}footer .gui_site_main h5::after {
    height: 2px;
    width: 50px;
    transition: width 0.3s ease;
    bottom: -1px;
    background: rgb(205,189,208);
    left: 0;
    content: "";
    position: absolute;
}footer .gui_site_main:hover h5::after {
    width: 100px;
}footer .gui_nav_master {
    margin-bottom: 25px;
    display: flex;
    gap: 10px;
    flex-direction: column;
}footer .gui_nav_master a {
    transition: color 0.3s ease, padding-left 0.3s ease;
    text-decoration: none;
    padding-left: 15px;
    font-size: calc(15px - 1px);
    position: relative;
    color: #ffffff;
    font-weight: 400;
}footer .gui_nav_master a::before {
    position: absolute;
    background-color: rgb(205,189,208);
    top: 50%;
    opacity: 0.7;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    width: 6px;
    border-radius: 50%;
    content: "";
    height: 6px;
    transform: translateY(-50%) scale(0.8);
    left: 0;
}footer .gui_nav_master a:hover {
    padding-left: 20px;
    color: rgb(205,189,208);
}footer .gui_nav_master a:hover::before {
    box-shadow: 0 0 5px rgb(205,189,208), 0 0 10px rgb(205,189,208,0.5);
    background-color: rgb(205,189,208);
    opacity: 1;
    transform: translateY(-50%) scale(1);
}footer .subscribe_holder {
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border-radius: 19px;
    background: linear-gradient(135deg, rgb(169,129,178,0.5), #000000);
    padding: 30px;
}footer .subscribe_holder::before {
    content: "";
    top: -50%;
    background: radial-gradient(circle, transparent 20%, #000000 70%);
    position: absolute;
    width: 200%;
    height: 200%;
    animation: pulseBackground 10s infinite ease-in-out;
    left: -50%;
    z-index: -1;
}@keyframes pulseBackground {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

footer .subscribe_holder h5 {
    position: relative;
    display: inline-block;
    font-size: 23px;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 600;
}footer .subscribe_holder h5::after {
    bottom: -5px;
    width: 100%;
    left: 0;
    content: "";
    height: 2px;
    position: absolute;
    background: linear-gradient(90deg, rgb(205,189,208), transparent);
}footer .subscribe_holder p {
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.6;
    opacity: 0.9;
}footer .input_holder {
    position: relative;
    gap: 15px;
    display: flex;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    padding: 14px 16px;
    font-size: 15px;
    background: rgba(255, 255, 255, 0.05);
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    transition: all 0.3s ease;
    color: #ffffff;
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(205,189,208);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 10px rgb(205,189,208,0.5);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .gui_updates_modal {
    color: #ffffff;
    transition: all 0.3s ease;
    border-radius: 10px;
    display: inline-block;
    font-weight: 600;
    background: rgb(205,189,208);
    text-align: center;
    padding: 14px 24px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    font-size: 15px;
    border: none;
}footer .gui_updates_modal::before {
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    left: -100%;
    position: absolute;
    content: "";
    transition: left 0.7s ease;
    height: 100%;
}footer .gui_updates_modal:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background: rgb(169,129,178);
    transform: translateY(-3px);
}footer .gui_updates_modal:hover::before {
    left: 100%;
}footer .gui_footer_benefit {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 50px;
}footer .gui_gift_card {
    opacity: 0.7;
    letter-spacing: 0.5px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}

@media (min-width: 768px) {footer .info_item {
    flex: 1 1 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .gui_updates_modal {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .gui_news_feed {
    grid-template-columns: 1fr;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .gui_edu_help {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}footer .info_item {
    flex: 0 1 auto;
}
}

@media (max-width: 767px) {footer .gui_tiktok_edu {
    padding: 60px 0 30px;
}footer .gui_edu_help {
    flex-direction: column;
    padding: 20px;
    gap: 15px;
}footer .info_item {
    width: 100%;
}footer .gui_site_main, footer .subscribe_holder {
    padding: 20px;
}footer .subscribe_holder h5, footer .gui_site_main h5 {
    font-size: calc(23px - 2px);
}footer .subscribe_holder p, footer .gui_nav_master a {
    font-size: calc(15px - 2px);
}footer .gui_footer_benefit {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .gui_tiktok_edu {
    padding: 40px 0 20px;
}footer .gui_edu_help, footer .gui_site_main, footer .subscribe_holder {
    padding: 15px;
}footer .input_holder input[type="email"], footer .gui_updates_modal {
    padding: 12px;
}footer .gui_top_sitebar svg {
    height: 40px;
}footer .gui_data_viz {
    font-size: calc(14px - 1px);
}}.gui_launch_now {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(120deg, rgb(169,129,178,0.5) 0%, #ffffff 100%);
}.gui_launch_now::before {
    height: 200%;
    background: rgb(205,189,208,0.5);
    content: '';
    opacity: 0.1;
    top: -50%;
    width: 80%;
    right: -20%;
    z-index: 1;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: rotate(-15deg);
    position: absolute;
}.gui_launch_now::after {
    height: 150%;
    position: absolute;
    transform: rotate(15deg);
    background: rgb(169,129,178,0.5);
    left: -10%;
    opacity: 0.1;
    z-index: 1;
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
    content: '';
    bottom: -30%;
    width: 60%;
}.gui_launch_now .gui_master_study {
    z-index: 10;
    padding: 0;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
}.gui_launch_now .container p {
    border-radius: 60% 40% 40% 60% / 20% 40% 60% 80%;
    margin: 0 0 60px 0;
    color: #000000;
    position: relative;
    max-width: 800px;
    padding: 40px 60px;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    font-weight: 700;
    font-size: 31px;
    line-height: 1.4;
    text-align: center;
    z-index: 5;
}.gui_launch_now .gui_query_links {
    z-index: 5;
    border-radius: 30px;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.4s ease;
    background: linear-gradient(90deg, rgb(205,189,208), rgb(169,129,178));
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    font-weight: 600;
    padding: 20px 50px;
    overflow: hidden;
    position: relative;
}.gui_launch_now .gui_query_links::before {
    content: '';
    left: 0;
    background: linear-gradient(90deg, rgb(169,129,178), rgb(205,189,208));
    z-index: -1;
    width: 100%;
    opacity: 0;
    position: absolute;
    height: 100%;
    transition: opacity 0.4s ease;
    top: 0;
}.gui_launch_now .gui_query_links:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.gui_launch_now .gui_query_links:hover::before {
    opacity: 1;
}.gui_launch_now .container p::before {
    width: 140%;
    left: -20%;
    z-index: -1;
    top: -10%;
    animation: morph 8s ease-in-out infinite;
    content: '';
    height: 120%;
    border-radius: 60% 40% 40% 60% / 20% 40% 60% 80%;
    background: #ffffff;
    position: absolute;
    opacity: 0.4;
}.gui_launch_now .gui_query_links::after {
    transform: skewX(-15deg);
    position: absolute;
    animation: shine 6s infinite;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    height: 100%;
    top: 0;
    width: 30px;
    left: -100px;
    content: '';
}

@keyframes morph {
    0%, 100% {
        border-radius: 60% 40% 40% 60% / 20% 40% 60% 80%;
    }
    50% {
        border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
    }
}

@keyframes shine {
    0% {
        left: -100px;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

@media (max-width: 991px) {.gui_launch_now {
    padding: 90px 0;
}.gui_launch_now .container p {
    margin-bottom: 50px;
    font-size: calc(18px * 1.2);
    padding: 35px 50px;
}.gui_launch_now .gui_query_links {
    padding: 18px 40px;
}
}

@media (max-width: 767px) {.gui_launch_now {
    padding: 70px 0;
}.gui_launch_now .container p {
    margin-bottom: 40px;
    font-size: 18px;
    border-radius: 40% 60% 50% 50% / 40% 40% 60% 60%;
    padding: 30px 40px;
}.gui_launch_now .gui_query_links {
    padding: 15px 35px;
}.gui_launch_now .container p::before {
    animation: none;
}
}

@media (max-width: 480px) {.gui_launch_now {
    padding: 50px 0;
}.gui_launch_now .container p {
    font-size: calc(16px * 1.2);
    margin-bottom: 30px;
    padding: 25px 30px;
    border-radius: 30px;
}.gui_launch_now .gui_query_links {
    font-size: calc(14px * 0.9);
    padding: 12px 30px;
}}header {
    z-index: 1000;
    position: fixed;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    top: 0;
    width: 100%;
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    left: 0;
    backdrop-filter: blur(20px);
    background: rgb(205,189,208,0.5);
}header:before {
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 75%
    );
    top: 0;
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    animation: shimmer 8s infinite linear;
    pointer-events: none;
}header:after {
    background: linear-gradient(
        90deg,
        rgb(169,129,178) 0%,
        rgb(205,189,208) 50%,
        rgb(169,129,178) 100%
    );
    position: absolute;
    left: 0;
    opacity: 0.8;
    width: 100%;
    bottom: 0;
    content: '';
    filter: blur(1px);
    height: 3px;
}header .gui_top_learn {
    overflow: hidden;
    position: relative;
}header .gui_top_learn:before {
    top: 0;
    height: 100%;
    opacity: 0.15;
    position: absolute;
    width: 100%;
    content: '';
    mix-blend-mode: overlay;
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(205,189,208,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(169,129,178,0.5) 0%, transparent 40%);
    pointer-events: none;
}header .container {
    position: relative;
    margin: 0 auto;
    padding: 16px 25px;
    max-width: 1200px;
}header .container:before {
    width: 100%;
    position: absolute;
    bottom: -1px;
    opacity: 0.5;
    content: '';
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    left: 0;
}header .gui_nav_class {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
}header .gui_site_main {
    gap: 35px;
    position: relative;
    display: flex;
    align-items: center;
}header .gui_site_main:before {
    left: 0;
    top: 50%;
    position: absolute;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    transform: translateY(-50%) scaleX(0.8);
    transition: all 0.4s ease;
    content: '';
    height: 35px;
    width: 100%;
    opacity: 0;
}header .gui_site_main:hover:before {
    opacity: 1;
    transform: translateY(-50%) scaleX(1);
}header .gui_top_sitewrap {
    padding: 5px 0;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    position: relative;
    transition: all 0.3s ease;
}header .gui_top_sitewrap:before {
    height: 1px;
    transform-origin: right;
    background: linear-gradient(
        90deg,
        transparent,
        #ffffff,
        transparent
    );
    left: 0;
    transform: scaleX(0);
    bottom: 0;
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    content: '';
    width: 100%;
}header .gui_top_sitewrap:after {
    height: 100%;
    content: '';
    background: linear-gradient(
        180deg,
        transparent,
        rgb(205,189,208,0.5),
        transparent
    );
    transform: scaleY(0);
    position: absolute;
    width: 100%;
    top: 0;
    transition: all 0.3s ease;
    z-index: -1;
    left: 0;
    opacity: 0;
}header .gui_top_sitewrap:hover {
    color: #ffffff;
    text-shadow: 0 0 5px #ffffff;
}header .gui_top_sitewrap:hover:before {
    transform-origin: left;
    transform: scaleX(1);
}header .gui_top_sitewrap:hover:after {
    transform: scaleY(1);
    opacity: 0.15;
}header .gui_main_learning {
    transition: all 0.4s ease;
    align-items: center;
    text-decoration: none;
    padding: 5px;
    display: flex;
    position: relative;
}header .gui_main_learning:before {
    opacity: 0;
    position: absolute;
    background: radial-gradient(
        circle,
        rgb(205,189,208,0.5) 0%,
        transparent 70%
    );
    left: -10px;
    transition: opacity 0.5s ease;
    height: calc(100% + 20px);
    content: '';
    z-index: -1;
    top: -10px;
    width: calc(100% + 20px);
}header .gui_main_learning:after {
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    content: '';
    opacity: 0;
    border-image: linear-gradient(
        to right,
        transparent,
        rgb(205,189,208),
        transparent
    ) 1;
    top: 0;
}header .gui_main_learning:hover:before {
    animation: pulse 2s infinite;
    opacity: 0.15;
}header .gui_main_learning:hover:after {
    opacity: 0.7;
}header .gui_main_learning svg {
    filter: drop-shadow(0 0 3px rgb(205,189,208,0.5));
    height: 45px;
    width: auto;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}header .gui_main_learning:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 5px rgb(205,189,208));
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.15;
    }
    50% {
        opacity: 0.3;
    }
}

@keyframes glowEffect {
    0%, 100% {
        opacity: 0.7;
        filter: blur(1px);
    }
    50% {
        opacity: 1;
        filter: blur(1.5px);
    }
}

@media (max-width: 991px) {header .container {
    padding: 14px 20px;
}header .gui_site_main {
    gap: 20px;
}header .gui_main_learning svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .gui_site_main {
    background: linear-gradient(
            135deg,
            rgb(205,189,208) 0%,
            rgb(205,189,208,0.5) 100%
        );
    gap: 20px;
    z-index: 1001;
    -webkit-backdrop-filter: blur(15px);
    background: rgb(205,189,208);
    position: fixed;
    flex-direction: column;
    padding: 80px 30px 30px;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.2);
    max-width: 320px;
    top: 0;
    width: 80%;
    height: 100vh;
    transition: right 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    backdrop-filter: blur(15px);
    right: -100%;
}header .gui_site_main:before {
    display: none;
}header .menu.active {
    right: 0;
}header .gui_top_sitewrap {
    padding: 12px 5px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}header .gui_top_sitewrap:last-child {
    border-bottom: none;
}header .gui_main_learning {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .gui_main_learning svg {
    height: 35px;
}}.gui_education_history {
    overflow: hidden;
    padding: 6rem 2rem;
    background: linear-gradient(135deg, rgb(243,240,244) 0%, rgb(205,189,208,0.5) 35%, rgb(169,129,178,0.5) 100%);
    position: relative;
}.gui_education_history::before {
    width: 200%;
    background: conic-gradient(from 225deg at 50% 50%, transparent 0deg, rgb(205,189,208,0.5) 120deg, transparent 180deg, rgb(169,129,178,0.5) 260deg, transparent 360deg);
    top: -50%;
    height: 200%;
    left: -10%;
    content: "";
    z-index: 0;
    opacity: 0.2;
    animation: rotate 20s linear infinite;
    position: absolute;
}@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.gui_education_history .container {
    max-width: 1200px;
    perspective: 1000px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
}.gui_education_history .gui_client_views {
    transition: transform 0.5s ease;
    grid-template-rows: auto auto;
    grid-template-columns: minmax(220px, 1fr) 2fr;
    border-radius: 11px;
    backdrop-filter: blur(10px);
    transform-style: preserve-3d;
    grid-template-areas:
    "photo quote"
    "name quote";
    padding: 2.5rem;
    background: #ffffff;
    gap: 1.5rem;
    display: grid;
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.5),
    0 5px 15px rgb(205,189,208,0.5);
    transform: rotateX(5deg) rotateY(-2deg);
}.gui_education_history .gui_client_views:hover {
    transform: rotateX(0) rotateY(0);
}.gui_education_history .gui_landscape_image {
    aspect-ratio: 1/1;
    transform: translateZ(20px);
    width: 100%;
    border-radius: 11px;
    transition: transform 0.3s ease;
    box-shadow: 
    -5px 5px 0 rgb(169,129,178),
    -10px 10px 20px rgba(0, 0, 0, 0.5);
    grid-area: photo;
}.gui_education_history .gui_client_views:hover .gui_landscape_image {
    transform: translateZ(30px) scale(1.05);
}.gui_education_history .name {
    position: relative;
    transform: translateZ(10px);
    grid-area: name;
    color: rgb(205,189,208);
    font-size: 20px;
    padding-left: 1rem;
    margin-bottom: 0.5rem;
    display: block;
    font-weight: 700;
}.gui_education_history .name + span {
    padding-left: 1rem;
    font-size: 14px;
    transform: translateZ(5px);
    text-transform: uppercase;
    letter-spacing: 1px;
    align-self: end;
    font-weight: 600;
    opacity: 0.8;
    margin-top: 2rem;
    color: #000000;
    grid-area: name;
}.gui_education_history .gui_work_wrap {
    padding: 2rem;
    line-height: 1.7;
    transition: transform 0.3s ease;
    grid-area: quote;
    font-size: calc(14px * 1.1);
    transform: translateZ(15px);
    color: #000000;
    background: linear-gradient(to right, #ffffff, rgb(243,240,244));
    position: relative;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
    border-radius: 11px;
}.gui_education_history .gui_work_wrap::before {
    opacity: 0.3;
    border-radius: 11px;
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(45deg, rgb(205,189,208,0.5) 0%, transparent 40%, transparent 60%, rgb(169,129,178,0.5) 100%);
    mix-blend-mode: overlay;
    width: 100%;
    height: 100%;
    left: 0;
}.gui_education_history .gui_client_views:hover .gui_work_wrap {
    transform: translateZ(25px);
}

@media (max-width: 992px) {.gui_education_history .gui_client_views {
    grid-template-areas:
      "gui_landscape_image"
      "name"
      "gui_work_wrap";
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    transform: none;
}.gui_education_history .gui_landscape_image {
    max-width: 200px;
    margin: 0 auto;
}.gui_education_history .name,
  .gui_education_history .name + span {
    text-align: center;
    padding-left: 0;
}.gui_education_history .name + span {
    margin-top: 0.5rem;
}
}

@media (max-width: 576px) {.gui_education_history {
    padding: 4rem 1rem;
}.gui_education_history .gui_client_views {
    padding: 1.5rem;
}.gui_education_history .gui_work_wrap {
    padding: 1.5rem;
}}.gui_learning_system {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(243,240,244) 0%, rgba(245, 245, 250, 0.9) 100%);
    position: relative;
    z-index: 1;
    padding: 6rem 0;
}.gui_learning_system::before {
    top: -100px;
    border-radius: 50%;
    opacity: 0.15;
    height: 300px;
    background: linear-gradient(45deg, rgb(205,189,208,0.5) 0%, rgb(169,129,178,0.5) 100%);
    content: "";
    z-index: -1;
    right: -100px;
    animation: float 15s infinite ease-in-out;
    filter: blur(60px);
    width: 300px;
    position: absolute;
}.gui_learning_system::after {
    background: linear-gradient(225deg, rgb(169,129,178,0.5) 0%, rgb(205,189,208,0.5) 100%);
    height: 200px;
    width: 200px;
    bottom: -50px;
    left: -50px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    content: "";
    animation: morph 20s infinite alternate ease-in-out;
    position: absolute;
    opacity: 0.1;
    filter: blur(40px);
    z-index: -1;
}.gui_learning_system .container {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
    max-width: 1140px;
}.gui_learning_system .gui_master_study {
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 1000px;
}.gui_learning_system .gui_master_study > div {
    transform: translateY(0) rotateX(0);
    position: relative;
    background: #ffffff;
    padding: 3.5rem;
    border-left: 4px solid rgb(205,189,208);
    width: 100%;
    max-width: 850px;
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1), 
                box-shadow 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05), 
                0 1px 3px rgba(0, 0, 0, 0.02);
}.gui_learning_system .gui_master_study > div:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1), 
                0 1px 5px rgba(0, 0, 0, 0.03);
    transform: translateY(-5px) rotateX(2deg);
}.gui_learning_system .gui_master_study > div::before {
    opacity: 0.9;
    position: absolute;
    content: "";
    left: -20px;
    transform: scale(0);
    border-radius: 50%;
    background: rgb(205,189,208);
    height: 40px;
    top: 20px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 40px;
}.gui_learning_system .gui_master_study > div:hover::before {
    transform: scale(1);
}.gui_learning_system h3 {
    color: #000000;
    letter-spacing: -0.5px;
    margin-bottom: 1.5rem;
    font-size: calc(29px * 0.85);
    font-weight: 700;
    line-height: 1.3;
    position: relative;
    padding-bottom: 0.75rem;
    font-family: Arial, sans-serif;
}.gui_learning_system h3::after {
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    left: 0;
    transform: scaleX(1);
    background: linear-gradient(90deg, rgb(205,189,208) 0%, rgb(169,129,178) 100%);
    position: absolute;
    width: 60px;
    transform-origin: left center;
    content: "";
    height: 3px;
    bottom: 0;
}.gui_learning_system .gui_master_study > div:hover h3::after {
    transform: scaleX(1.5);
}.gui_learning_system p {
    position: relative;
    line-height: 1.7;
    font-size: 14px;
    margin-bottom: 0;
    font-family: Arial, sans-serif;
    font-weight: 400;
    color: #000000;
}.gui_learning_system p span {
    position: relative;
    opacity: 0.95;
    transition: opacity 0.3s ease;
    display: inline-block;
}.gui_learning_system p span::before {
    left: 0;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform: scaleX(0);
    content: "";
    opacity: 0;
    transform-origin: left;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(169,129,178,0.5), transparent);
    position: absolute;
    bottom: -3px;
    width: 100%;
}.gui_learning_system .gui_master_study > div:hover p span::before {
    opacity: 0.7;
    transform: scaleX(1);
}

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

@keyframes morph {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 50% 50% 30% 70% / 50% 30% 70% 50%;
    }
    50% {
        border-radius: 70% 30% 50% 50% / 40% 60% 40% 60%;
    }
    75% {
        border-radius: 40% 60% 70% 30% / 60% 30% 70% 40%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

@media (max-width: 992px) {.gui_learning_system {
    padding: 5rem 0;
}.gui_learning_system .gui_master_study > div {
    padding: 2.5rem;
}.gui_learning_system h3 {
    font-size: calc(29px * 0.75);
}
}

@media (max-width: 768px) {.gui_learning_system {
    padding: 4rem 0;
}.gui_learning_system .gui_master_study > div {
    padding: 2rem;
    border-left-width: 3px;
}.gui_learning_system h3 {
    font-size: calc(29px * 0.7);
    padding-bottom: 0.65rem;
    margin-bottom: 1.25rem;
}.gui_learning_system h3::after {
    width: 50px;
    height: 2px;
}.gui_learning_system p {
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 576px) {.gui_learning_system {
    padding: 3rem 0;
}.gui_learning_system .gui_master_study > div {
    padding: 1.75rem;
    border-left-width: 2px;
}.gui_learning_system h3 {
    margin-bottom: 1rem;
    font-size: calc(29px * 0.65);
    padding-bottom: 0.5rem;
}.gui_learning_system h3::after {
    width: 40px;
}.gui_learning_system p {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}.gui_learning_system .gui_master_study > div::before {
    width: 30px;
    top: 15px;
    left: -15px;
    height: 30px;
}}.gui_gratDiv {
    padding: 6rem 2rem;
    overflow: hidden;
    justify-content: center;
    background: linear-gradient(135deg, rgb(205,189,208,0.5), rgb(169,129,178,0.5));
    min-height: 70vh;
    display: flex;
    position: relative;
    align-items: center;
}.gui_gratDiv::before {
    top: 0;
    height: 100%;
    transform-origin: center;
    z-index: 1;
    left: 0;
    position: absolute;
    animation: pulse 15s ease-in-out infinite alternate;
    width: 100%;
    background: radial-gradient(circle at 30% 70%, rgb(205,189,208,0.5) 0%, transparent 60%);
    content: "";
}.gui_gratDiv::after {
    bottom: -5%;
    content: "";
    animation: float 20s ease-in-out infinite;
    position: absolute;
    width: 50%;
    height: 50%;
    z-index: 0;
    right: -5%;
    background: radial-gradient(circle, rgb(169,129,178,0.5) 0%, transparent 70%);
}.gui_gratDiv .container {
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}.gui_gratDiv .gui_master_study {
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: translateZ(0);
    grid-template-columns: 1fr;
    position: relative;
    gap: 2.5rem;
    padding: 3.5rem;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        95% 100%, 
        0 100%
    );
    display: grid;
}.gui_gratDiv .gui_master_study:hover {
    transform: translateZ(30px) scale(1.02);
}.gui_gratDiv .gui_master_study > div:first-child {
    position: relative;
    border-left: 4px solid rgb(205,189,208);
    padding-left: 2.5rem;
}.gui_gratDiv .gui_master_study > div:first-child::before {
    box-shadow: 0 0 20px rgba(rgb(205,189,208), 0.5);
    border-radius: 50%;
    left: -15px;
    top: 50%;
    height: 26px;
    transform: translateY(-50%);
    content: "";
    animation: pulse 3s infinite alternate;
    background: rgb(205,189,208);
    width: 26px;
    position: absolute;
}.gui_gratDiv h5 {
    color: #000000;
    animation: slideIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    opacity: 0;
    transition: transform 0.4s ease-out;
    font-size: calc(22px * 1.2);
    margin: 0;
    font-weight: 700;
    line-height: 1.4;
    transform: translateX(0);
}.gui_gratDiv .gui_master_study > div:nth-child(2) {
    opacity: 0;
    position: relative;
    animation: fadeIn 0.8s 0.4s ease-out forwards;
    transition: transform 0.3s ease;
}.gui_gratDiv .gui_master_study > div:nth-child(2)::before {
    position: absolute;
    left: 0;
    width: 70%;
    height: 1px;
    top: -10px;
    content: "";
    background: linear-gradient(90deg, rgb(205,189,208), transparent);
}.gui_gratDiv a {
    transition: transform 0.4s ease-out;
    text-decoration: none;
    display: block;
    transform: translateY(0);
}.gui_gratDiv a:hover {
    transform: translateY(-5px);
}.gui_gratDiv p {
    color: #000000;
    font-size: 17px;
    position: relative;
    line-height: 1.8;
    padding: 1rem 0;
    hyphens: auto;
    margin: 0;
}.gui_gratDiv p::after {
    width: 35%;
    position: absolute;
    transform: scaleX(0);
    right: 0;
    content: "";
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: right;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgb(169,129,178));
    height: 2px;
}.gui_gratDiv a:hover p::after {
    transform: scaleX(1);
}

@keyframes pulse {
    0% { opacity: 0.6; transform: translateY(-50%) scale(0.95); }
    100% { opacity: 1; transform: translateY(-50%) scale(1.05); }
}

@keyframes float {
    0% { transform: translateY(0) rotate(0); }
    50% { transform: translateY(-30px) rotate(5deg); }
    100% { transform: translateY(0) rotate(0); }
}

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

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

@media (min-width: 768px) {.gui_gratDiv {
    padding: 8rem 3rem;
}.gui_gratDiv .gui_master_study {
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
    padding: 4rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% 90%, 
            95% 100%, 
            0 100%
        );
}.gui_gratDiv h5 {
    font-size: calc(22px * 1.4);
}.gui_gratDiv .gui_master_study > div:first-child::after {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    right: -3.5rem;
    background: linear-gradient(to bottom, transparent, rgb(205,189,208,0.5), transparent);
    height: 80%;
    content: "";
    width: 1px;
}.gui_gratDiv .gui_master_study > div:nth-child(2)::before {
    width: 40%;
}
}

@media (min-width: 992px) {.gui_gratDiv .gui_master_study {
    gap: 5rem;
    padding: 5rem;
}.gui_gratDiv h5 {
    font-size: calc(22px * 1.5);
}.gui_gratDiv .gui_master_study > div:first-child {
    border-left-width: 5px;
    padding-left: 3rem;
}.gui_gratDiv p {
    font-size: calc(17px * 1.1);
}.gui_gratDiv .container {
    transform: perspective(1500px) rotateX(3deg);
}
}

@media (max-width: 767px) {.gui_gratDiv {
    padding: 4rem 1.5rem;
}.gui_gratDiv .gui_master_study {
    padding: 2.5rem 2rem;
}.gui_gratDiv h5 {
    font-size: 22px;
}.gui_gratDiv p {
    font-size: calc(17px * 0.95);
}
}

@media (hover: hover) {.gui_gratDiv .gui_master_study:hover > div:first-child::before {
    animation-duration: 1.5s;
}
}

@media (prefers-reduced-motion) {.gui_gratDiv .gui_master_study,
    .gui_gratDiv a,
    .gui_gratDiv h5,
    .gui_gratDiv::before,
    .gui_gratDiv::after {
    transition: none;
    animation: none;
}.gui_gratDiv .gui_master_study > div:first-child::before {
    animation: none;
}.gui_gratDiv .gui_master_study > div:nth-child(2) {
    opacity: 1;
}.gui_gratDiv h5 {
    opacity: 1;
}}.gui_plan_card {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.gui_plan_card::before {
    left: 0;
    right: 0;
    backdrop-filter: blur(4px);
    z-index: 1;
    top: 0;
    bottom: 0;
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
}.gui_plan_card .container {
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    max-width: 1320px;
    z-index: 2;
}.gui_plan_card .gui_package_deals {
    flex-direction: column;
    width: 100%;
    display: flex;
    align-items: center;
}.gui_plan_card h2 {
    animation: fadeSlideUp 0.7s ease forwards;
    transform: translateY(20px);
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 33px;
    text-align: center;
    position: relative;
    letter-spacing: 1px;
    opacity: 0;
    font-weight: 700;
}.gui_plan_card .gui_learning_pricing {
    margin-bottom: 50px;
    max-width: 700px;
    transform: translateY(20px);
    line-height: 1.6;
    color: #ffffff;
    font-size: 18px;
    animation: fadeSlideUp 0.7s ease forwards 0.2s;
    text-align: center;
    opacity: 0;
}.gui_plan_card .gui_learning_deals {
    perspective: 1000px;
    display: grid;
    padding: 0;
    list-style: none;
    gap: 30px;
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.gui_plan_card .gui_learning_deals li {
    animation-delay: calc(0.2s + (var(--li-index, 0) * 0.15s));
    animation: fadeSlideUp 0.8s ease forwards;
    transform: translateY(30px);
    opacity: 0;
}.gui_plan_card .gui_learning_deals li:nth-child(1) {
    --li-index: 1;
}.gui_plan_card .gui_learning_deals li:nth-child(2) {
    --li-index: 2;
}.gui_plan_card .gui_learning_deals li:nth-child(3) {
    --li-index: 3;
}.gui_plan_card .gui_learning_deals li:nth-child(4) {
    --li-index: 4;
}.gui_plan_card .gui_learning_plan {
    display: block;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    backdrop-filter: blur(10px);
    text-decoration: none;
    border: 1px solid rgba(255,255,255,0.15);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05));
    overflow: hidden;
    height: 100%;
}.gui_plan_card .gui_learning_plan::before {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, rgb(205,189,208), rgb(169,129,178));
    left: 0;
    transform-origin: left;
    content: "";
    top: 0;
    height: 4px;
    transform: scaleX(0);
}.gui_plan_card .gui_learning_plan:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}.gui_plan_card .gui_learning_plan:hover::before {
    transform: scaleX(1);
}.gui_plan_card .gui_pricing_schemes {
    padding: 30px;
    flex-direction: column;
    display: flex;
    height: 100%;
}.gui_plan_card .gui_rate_options {
    display: flex;
    height: 100%;
    flex-direction: column;
}.gui_plan_card .gui_rate_options h4 {
    margin-bottom: 15px;
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
    margin-top: 0;
    font-size: 20px;
    letter-spacing: 0.5px;
    color: #ffffff;
}.gui_plan_card .gui_rate_options h4::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background: rgb(169,129,178);
    bottom: 0;
    left: 0;
}.gui_plan_card .gui_rate_options p {
    line-height: 1.6;
    flex-grow: 1;
    margin-bottom: 25px;
    font-size: calc(18px - 2px);
    word-break: break-word;
    color: rgba(255,255,255,0.8);
    overflow-wrap: break-word;
}.gui_plan_card .gui_price_choices {
    margin-top: auto;
    padding: 10px 20px;
    background: linear-gradient(135deg, rgb(205,189,208,0.5), rgb(169,129,178,0.5));
    font-size: calc(20px + 4px);
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    align-self: flex-start;
    font-weight: 700;
    border-radius: 10px;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    position: relative;
}.gui_plan_card .gui_learning_plan:hover .gui_price_choices {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

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

@media (max-width: 992px) {.gui_plan_card {
    padding: 80px 0;
}.gui_plan_card h2 {
    font-size: calc(33px - 4px);
}.gui_plan_card .gui_learning_deals {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.gui_plan_card .gui_pricing_schemes {
    padding: 25px;
}.gui_plan_card .gui_price_choices {
    font-size: calc(20px + 2px);
}
}

@media (max-width: 768px) {.gui_plan_card {
    padding: 60px 0;
}.gui_plan_card h2 {
    margin-bottom: 15px;
    font-size: calc(33px - 6px);
}.gui_plan_card .gui_learning_pricing {
    font-size: calc(18px - 1px);
    margin-bottom: 30px;
}.gui_plan_card .gui_learning_deals {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.gui_plan_card .gui_rate_options p {
    font-size: calc(18px - 3px);
}
}

@media (max-width: 480px) {.gui_plan_card {
    padding: 50px 0;
}.gui_plan_card .gui_pricing_schemes {
    padding: 20px;
}.gui_plan_card .gui_rate_options h4 {
    font-size: calc(20px - 2px);
}.gui_plan_card .gui_price_choices {
    font-size: 20px;
    padding: 8px 15px;
}}header .top_plank {
    background: rgb(205,189,208);
    color:  #ffffff;
}header .top_plank .gui_learn_peak div svg, header .top_plank .gui_learn_peak div svg path {
    fill: #ffffff;
}header .top_plank .gui_learn_peak div span {
    color: #ffffff;
}header .top_plank .gui_learn_peak {
    padding: 15px 0 10px 0;
    flex-wrap: wrap;
    display: flex;
    font-size: 16px;
    align-items: center;
    justify-content: flex-start;
    line-height: 21px;
    width: 100%;
}header .top_plank .gui_learn_peak div {
    align-items: center;
    margin-right: 24px;
    display: flex;
    justify-content: flex-start;
}header .top_plank .gui_learn_peak div img, header .top_plank .gui_learn_peak div svg {
    height: 16px;
    width: 16px;
    margin-right: 8px;
}.gui_our_story {
    position: relative;
    padding: 120px 0 80px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(243,240,244) 0%, rgba(245, 245, 255, 0.95) 100%);
}.gui_our_story::before {
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(169,129,178,0.5), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(205,189,208,0.5), 0.07) 0%, transparent 50%);
    content: "";
    height: 100%;
    z-index: 0;
}.gui_our_story::after {
    position: absolute;
    width: 300px;
    height: 300px;
    right: -100px;
    opacity: 0.1;
    border-radius: 50%;
    content: "";
    top: -100px;
    background: linear-gradient(225deg, rgb(169,129,178,0.5) 0%, transparent 70%);
    filter: blur(40px);
    z-index: 0;
    animation: float 12s ease-in-out infinite;
}.gui_our_story .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 1;
    padding: 0 20px;
}.gui_our_story h1 {
    position: relative;
    font-size: 41px;
    animation: slideInTitle 0.8s 0.3s forwards ease-out;
    font-weight: 700;
    color: #000000;
    text-align: left;
    margin-bottom: 40px;
    opacity: 0;
    transform: translateX(-10px);
}.gui_our_story h1::after {
    left: 0;
    position: absolute;
    bottom: -10px;
    width: 80px;
    content: "";
    animation: expandLine 1s 0.8s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    height: 4px;
    background: linear-gradient(90deg, rgb(205,189,208) 0%, rgb(169,129,178) 100%);
    transform-origin: left;
    transform: scaleX(0);
}.gui_our_story .gui_path_edu {
    position: relative;
}.gui_our_story .gui_path_edu ul {
    list-style: none;
    padding: 0;
    display: grid;
    gap: 60px;
    grid-template-columns: 1fr;
    margin: 0;
}.gui_our_story .gui_study_center {
    overflow: hidden;
    animation: fadeInUp 0.8s 0.5s forwards ease-out;
    transform: translateY(20px);
    border-radius: 10px;
    position: relative;
    padding: 35px;
    transition: transform 0.4s, box-shadow 0.4s;
    opacity: 0;
    background: #ffffff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
}.gui_our_story .gui_study_center:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}.gui_our_story .gui_study_center::before {
    opacity: 0.8;
    position: absolute;
    top: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgb(205,189,208), rgb(169,129,178));
    width: 4px;
    left: 0;
    content: "";
}.gui_our_story .gui_study_center:nth-child(2)::before {
    background: linear-gradient(to bottom, rgb(169,129,178), rgb(205,189,208));
}.gui_our_story .gui_study_center h4 {
    margin-bottom: 20px;
    padding-left: 15px;
    position: relative;
    font-size: calc(18px * 1.1);
    font-weight: 600;
    color: #000000;
}.gui_our_story .gui_study_center h4::before {
    position: absolute;
    width: 20px;
    height: 2px;
    animation: slideInLeft 0.6s 1s forwards ease-out;
    top: 50%;
    content: "";
    background-color: rgb(205,189,208);
    left: -20px;
    transform: translateY(-50%);
    opacity: 0;
}.gui_our_story .gui_study_center:nth-child(2) h4::before {
    background-color: rgb(169,129,178);
}.gui_our_story .gui_study_center div {
    line-height: 1.7;
    padding-left: 15px;
    overflow-y: auto;
    opacity: 0.9;
    scrollbar-width: thin;
    scrollbar-color: rgb(169,129,178,0.5) transparent;
    padding-right: 15px;
    color: #000000;
    max-height: 300px;
    font-size: 16px;
}.gui_our_story .gui_study_center div::-webkit-scrollbar {
    width: 4px;
}.gui_our_story .gui_study_center div::-webkit-scrollbar-track {
    background: transparent;
}.gui_our_story .gui_study_center div::-webkit-scrollbar-thumb {
    background-color: rgb(169,129,178,0.5);
    border-radius: 10px;
}

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

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

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

@keyframes slideInLeft {
    0% {
        left: -20px;
        opacity: 0;
    }
    100% {
        left: 0;
        opacity: 1;
    }
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-20px, 20px);
    }
}

@media (min-width: 768px) {.gui_our_story {
    padding: 150px 0 100px;
}.gui_our_story h1 {
    margin-bottom: 60px;
    font-size: calc(41px * 1.1);
}.gui_our_story h1::after {
    height: 4px;
    width: 120px;
}.gui_our_story .gui_path_edu ul {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}.gui_our_story .gui_study_center {
    padding: 40px;
}.gui_our_story .gui_study_center:nth-child(2) {
    transform: translateY(40px);
    animation: fadeInUp 0.8s 0.8s forwards ease-out;
}.gui_our_story .gui_study_center div {
    max-height: 400px;
}
}

@media (min-width: 992px) {.gui_our_story {
    padding: 180px 0 120px;
}.gui_our_story::before {
    background: 
            radial-gradient(circle at 15% 25%, rgba(rgb(169,129,178,0.5), 0.08) 0%, transparent 50%),
            radial-gradient(circle at 85% 75%, rgba(rgb(205,189,208,0.5), 0.1) 0%, transparent 50%);
}.gui_our_story h1 {
    font-size: calc(41px * 1.2);
    margin-bottom: 80px;
}.gui_our_story .gui_path_edu ul {
    gap: 60px;
}.gui_our_story .gui_study_center {
    padding: 50px;
}.gui_our_story .gui_study_center::after {
    height: 100px;
    bottom: 0;
    right: 0;
    position: absolute;
    content: "";
    width: 100px;
    z-index: -1;
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(169,129,178,0.5), 0.03) 51%);
}.gui_our_story .gui_study_center:nth-child(2)::after {
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(205,189,208,0.5), 0.03) 51%);
}.gui_our_story .gui_study_center h4 {
    font-size: calc(18px * 1.2);
    margin-bottom: 25px;
}.gui_our_story .gui_study_center div {
    max-height: 450px;
    line-height: 1.8;
    font-size: calc(16px * 1.05);
}
}

@media (min-width: 1200px) {.gui_our_story .container {
    padding: 0 30px;
}.gui_our_story .gui_path_edu ul {
    gap: 80px;
    grid-template-columns: 1fr 1fr;
}.gui_our_story .gui_study_center {
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow 0.5s;
}.gui_our_story .gui_study_center:hover {
    transform: translateY(-8px) scale(1.01);
}}.gui_analysis_summary {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(243,240,244) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 6rem 0;
}.gui_analysis_summary::before {
    opacity: 0.15;
    position: absolute;
    content: "";
    width: 40%;
    z-index: 1;
    right: -5%;
    background: linear-gradient(210deg, rgb(205,189,208,0.5) 0%, transparent 80%);
    height: 70%;
    top: -10%;
    transform: rotate(-15deg);
}.gui_analysis_summary::after {
    width: 35%;
    position: absolute;
    bottom: -10%;
    opacity: 0.15;
    height: 70%;
    left: -5%;
    background: linear-gradient(30deg, rgb(169,129,178,0.5) 0%, transparent 80%);
    transform: rotate(15deg);
    content: "";
    z-index: 1;
}.gui_analysis_summary .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 2rem;
    z-index: 2;
}.gui_analysis_summary h4 {
    position: relative;
    color: #000000;
    font-size: calc(24px * 1.1);
    transform: translateY(0);
    text-align: center;
    font-weight: 600;
    margin-top: 3.5rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.gui_analysis_summary h4::after {
    content: "";
    left: 50%;
    background: linear-gradient(90deg, rgb(205,189,208) 0%, rgb(169,129,178) 100%);
    bottom: -12px;
    position: absolute;
    height: 3px;
    width: 80px;
    transform: translateX(-50%);
}.gui_analysis_summary ul {
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    gap: 2rem;
    margin: 0;
    display: grid;
}.gui_analysis_summary .gui_mentor_statistics {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(250, 250, 250, 0.85));
    border-left: 3px solid rgb(205,189,208);
    transform: translateY(0);
    position: relative;
    transition: all 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
    padding: 1.8rem;
    overflow: hidden;
}.gui_analysis_summary .gui_mentor_statistics::before {
    z-index: 0;
    width: 100%;
    content: "";
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    background-image: linear-gradient(120deg, transparent 0%, transparent 40%, rgba(var(--primary-color-rgb), 0.03) 70%);
}.gui_analysis_summary .gui_mentor_statistics:hover {
    border-left: 3px solid rgb(169,129,178);
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}.gui_analysis_summary .gui_mentor_statistics div {
    position: relative;
    z-index: 2;
}.gui_analysis_summary .gui_mentor_statistics p {
    background-clip: text;
    color: rgb(205,189,208);
    margin: 0 0 0.5rem;
    position: relative;
    font-weight: 700;
    -webkit-background-clip: text;
    font-size: calc(37px * 1.2);
    line-height: 1.1;
    -webkit-text-fill-color: transparent;
    transition: transform 0.5s ease;
    display: inline-block;
    background: linear-gradient(90deg, rgb(205,189,208), rgb(169,129,178));
}.gui_analysis_summary .gui_mentor_statistics:hover p {
    transform: scale(1.05);
    transform-origin: left center;
}.gui_analysis_summary .gui_mentor_statistics span {
    font-size: 18px;
    color: #000000;
    transition: transform 0.3s ease;
    position: relative;
    display: block;
    font-weight: 600;
    padding-bottom: 0.4rem;
}.gui_analysis_summary .gui_mentor_statistics:hover span {
    transform: translateX(5px);
}.gui_analysis_summary .gui_mentor_statistics span::after {
    height: 2px;
    content: "";
    background: linear-gradient(90deg, rgb(205,189,208,0.5), rgb(169,129,178,0.5));
    left: 0;
    transition: width 0.4s ease;
    bottom: 0;
    width: 0;
    position: absolute;
}.gui_analysis_summary .gui_mentor_statistics:hover span::after {
    width: 70%;
}.gui_analysis_summary .gui_mentor_statistics:nth-child(odd)::after {
    opacity: 0.2;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(205,189,208,0.5), transparent);
    height: 40px;
    content: "";
    top: -15px;
    position: absolute;
    right: -15px;
    z-index: 1;
    width: 40px;
}.gui_analysis_summary .gui_mentor_statistics:nth-child(even)::after {
    z-index: 1;
    content: "";
    position: absolute;
    border-radius: 50%;
    height: 40px;
    bottom: -15px;
    width: 40px;
    opacity: 0.2;
    background: linear-gradient(135deg, rgb(169,129,178,0.5), transparent);
    left: -15px;
}

@media screen and (min-width: 992px) {.gui_analysis_summary ul {
    grid-template-columns: repeat(4, 1fr);
}.gui_analysis_summary .gui_mentor_statistics {
    align-items: center;
    display: flex;
    min-height: 180px;
}.gui_analysis_summary .gui_mentor_statistics:first-child {
    transform: translateY(-15px);
}.gui_analysis_summary .gui_mentor_statistics:last-child {
    transform: translateY(15px);
}.gui_analysis_summary .gui_mentor_statistics:first-child:hover,
    .gui_analysis_summary .gui_mentor_statistics:last-child:hover {
    transform: translateY(-6px);
}
}

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

@media screen and (max-width: 767px) {.gui_analysis_summary {
    padding: 4rem 0;
}.gui_analysis_summary h4 {
    margin-top: 2.5rem;
    font-size: 24px;
}.gui_analysis_summary h4::after {
    width: 60px;
}.gui_analysis_summary ul {
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
}.gui_analysis_summary .gui_mentor_statistics {
    padding: 1.5rem;
}.gui_analysis_summary .gui_mentor_statistics p {
    font-size: calc(37px * 0.9);
}
}

@media screen and (max-width: 576px) {.gui_analysis_summary ul {
    grid-template-columns: 1fr;
}.gui_analysis_summary .gui_mentor_statistics {
    text-align: center;
    border-left: none;
    border-top: 3px solid rgb(205,189,208);
}.gui_analysis_summary .gui_mentor_statistics:hover {
    border-left: none;
    border-top: 3px solid rgb(169,129,178);
}.gui_analysis_summary .gui_mentor_statistics span::after {
    left: 50%;
    transform: translateX(-50%);
}.gui_analysis_summary .gui_mentor_statistics:hover span {
    transform: translateX(0);
}.gui_analysis_summary .gui_mentor_statistics:hover span::after {
    width: 50%;
    transform: translateX(-50%);
    left: 50%;
}}

@keyframes pulse {
    0% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.6;
        transform: scale(1);
    }
}

.gui_analysis_summary .container:hover h4 {
    transform: translateY(-5px);
}.gui_contact_us {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(243,240,244) 0%, rgb(205,189,208,0.5) 100%);
    padding: 80px 0;
}.gui_contact_us::before {
    position: absolute;
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(169,129,178,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(205,189,208,0.5) 0%, transparent 40%);
    left: 0;
    height: 100%;
    content: '';
    width: 100%;
    top: 0;
    animation: pulse 15s infinite alternate;
}.gui_contact_us::after {
    opacity: 0.05;
    z-index: 1;
    height: 100%;
    content: '';
    width: 100%;
    background-size: 200px 200px;
    background-position: 0 0, 0 100px, 100px -100px, -100px 0px;
    position: absolute;
    top: 0;
    background-image: 
        linear-gradient(45deg, rgb(205,189,208,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(205,189,208,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(205,189,208,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(205,189,208,0.5) 75%);
    left: 0;
}.gui_contact_us .gui_landscape_image {
    z-index: 2;
    width: 100%;
    height: 100%;
    filter: grayscale(40%) contrast(120%);
    left: 0;
    opacity: 0.2;
    top: 0;
    position: absolute;
}.gui_contact_us .container {
    position: relative;
    z-index: 3;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}.gui_contact_us h3 {
    text-align: center;
    letter-spacing: 1px;
    position: relative;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 40px;
    color: #000000;
    font-size: 31px;
}.gui_contact_us h3::after {
    content: '';
    transform: translateX(-50%);
    height: 4px;
    bottom: -10px;
    width: 80px;
    left: 50%;
    background: rgb(205,189,208);
    border-radius: 10px;
    position: absolute;
}.gui_contact_us .gui_support_section {
    border-radius: 30px;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
}.gui_contact_us .gui_support_section::before {
    right: -5px;
    animation: border-glow 5s infinite linear;
    border-radius: calc(30px + 5px);
    z-index: -1;
    position: absolute;
    content: '';
    background: linear-gradient(45deg, rgb(169,129,178), rgb(205,189,208), rgb(169,129,178));
    left: -5px;
    top: -5px;
    bottom: -5px;
}.gui_contact_us .gui_help_card {
    overflow: hidden;
    padding: 40px;
    flex: 1 1 60%;
    position: relative;
}.gui_contact_us .gui_help_card::before {
    z-index: 0;
    background-size: 20px 1px, 20px 1px, 1px 20px, 1px 20px;
    left: 0;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    height: 100%;
    position: absolute;
    opacity: 0.3;
    width: 100%;
    top: 0;
    background: 
        linear-gradient(90deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(90deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(0deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(0deg, #ffffff 10px, transparent 10px) 0 0;
    content: '';
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
}.gui_contact_us .gui_help_card #contact {
    z-index: 1;
    position: relative;
}.gui_contact_us .gui_help_card h3 {
    font-weight: 600;
    color: #000000;
    margin-bottom: 30px;
    text-align: left;
    font-size: 24px;
}.gui_contact_us .gui_help_card h3::after {
    width: 60px;
    transform: none;
    left: 0;
}.gui_contact_us .gui_help_card input[type="text"],
.gui_contact_us .gui_help_card textarea {
    border: 1px solid rgba(0, 0, 0, 0.08);
    width: 100%;
    color: #000000;
    font-size: 17px;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    background-color: rgba(0, 0, 0, 0.02);
    margin-bottom: 20px;
    transition: all 0.3s ease;
    padding: 15px 20px;
}.gui_contact_us .gui_help_card input[type="text"]:focus,
.gui_contact_us .gui_help_card textarea:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(205,189,208,0.5);
    border-color: rgb(205,189,208);
    background-color: #ffffff;
}.gui_contact_us .gui_help_card textarea {
    height: 120px;
    resize: vertical;
}.gui_contact_us .gui_help_card .gui_request_message {
    align-items: flex-start;
    display: flex;
    margin-bottom: 25px;
}.gui_contact_us .gui_help_card .gui_request_message input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.gui_contact_us .gui_help_card .gui_request_message label {
    cursor: pointer;
    line-height: 1.5;
    position: relative;
    font-size: calc(17px - 2px);
    padding-left: 35px;
    color: #000000;
}.gui_contact_us .gui_help_card .gui_request_message label::before {
    width: 22px;
    background-color: rgba(0, 0, 0, 0.02);
    position: absolute;
    transition: all 0.3s ease;
    border-radius: 10px;
    top: 2px;
    left: 0;
    height: 22px;
    content: '';
    border: 1px solid rgba(0, 0, 0, 0.1);
}.gui_contact_us .gui_help_card .gui_request_message input[type="checkbox"]:checked + label::before {
    background-color: rgb(205,189,208);
    border-color: rgb(205,189,208);
}.gui_contact_us .gui_help_card .gui_request_message input[type="checkbox"]:checked + label::after {
    left: 7px;
    top: 9px;
    height: 4px;
    width: 8px;
    content: '';
    transform: rotate(-45deg);
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    position: absolute;
}.gui_contact_us .gui_help_card .gui_request_message a {
    transition: color 0.3s ease;
    font-weight: 600;
    text-decoration: none;
    color: rgb(205,189,208);
}.gui_contact_us .gui_help_card .gui_request_message a:hover {
    text-decoration: underline;
    color: rgb(169,129,178);
}.gui_contact_us .gui_help_card .gui_query_links {
    transition: all 0.3s ease;
    display: inline-block;
    padding: 15px 30px;
    position: relative;
    color: #ffffff;
    overflow: hidden;
    letter-spacing: 1px;
    cursor: pointer;
    border: none;
    font-weight: 600;
    border-radius: 30px;
    font-size: 14px;
    background: linear-gradient(135deg, rgb(205,189,208) 0%, rgb(169,129,178) 100%);
    text-transform: uppercase;
}.gui_contact_us .gui_help_card .gui_query_links::before {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    content: '';
    height: 100%;
    top: 0;
    width: 100%;
    transition: all 0.5s ease;
}.gui_contact_us .gui_help_card .gui_query_links:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.gui_contact_us .gui_help_card .gui_query_links:hover::before {
    left: 100%;
}.gui_contact_us .gui_reach_box {
    flex: 1 1 40%;
    padding: 40px;
    position: relative;
    background: linear-gradient(135deg, rgb(169,129,178) 0%, rgb(205,189,208) 100%);
    overflow: hidden;
}.gui_contact_us .gui_reach_box::before {
    content: '';
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 40%);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.6;
}.gui_contact_us .gui_reach_box h4 {
    margin-bottom: 30px;
    color: #ffffff;
    font-weight: 600;
    font-size: 24px;
    position: relative;
}.gui_contact_us .gui_reach_box h4::after {
    height: 3px;
    left: 0;
    position: absolute;
    width: 60px;
    border-radius: 10px;
    background: #ffffff;
    bottom: -10px;
    content: '';
}.gui_contact_us .gui_reach_box .gui_query_map {
    padding: 0;
    list-style: none;
    margin: 0;
}.gui_contact_us .gui_reach_box .gui_query_map li {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}.gui_contact_us .gui_reach_box .gui_query_map li svg {
    width: 24px;
    margin-right: 15px;
    height: 24px;
    flex-shrink: 0;
}.gui_contact_us .gui_reach_box .gui_query_map li svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.gui_contact_us .gui_reach_box .gui_query_map li:hover svg path {
    fill: rgba(255, 255, 255, 0.8);
}.gui_contact_us .gui_reach_box .gui_query_map li span {
    line-height: 1.5;
    font-size: 17px;
    color: #ffffff;
}.gui_contact_us .gui_reach_box .gui_query_map li a {
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
}.gui_contact_us .gui_reach_box .gui_query_map li a:hover {
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.8);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 0.8;
    }
}

@keyframes border-glow {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

@media (max-width: 992px) {.gui_contact_us {
    padding: 60px 0;
}.gui_contact_us .container {
    padding: 0 15px;
}.gui_contact_us .gui_support_section {
    flex-direction: column;
}.gui_contact_us .gui_help_card,
    .gui_contact_us .gui_reach_box {
    flex: 1 1 100%;
}.gui_contact_us .gui_help_card {
    padding: 30px;
}.gui_contact_us .gui_reach_box {
    padding: 30px;
}
}

@media (max-width: 768px) {.gui_contact_us {
    padding: 40px 0;
}.gui_contact_us h3 {
    font-size: calc(31px - 4px);
    margin-bottom: 30px;
}.gui_contact_us .gui_help_card h3,
    .gui_contact_us .gui_reach_box h4 {
    margin-bottom: 20px;
    font-size: calc(24px - 2px);
}.gui_contact_us .gui_help_card input[type="text"],
    .gui_contact_us .gui_help_card textarea {
    margin-bottom: 15px;
    padding: 12px 15px;
}.gui_contact_us .gui_help_card textarea {
    height: 100px;
}.gui_contact_us .gui_help_card .gui_query_links {
    font-size: calc(14px - 1px);
    padding: 12px 25px;
}.gui_contact_us .gui_reach_box .gui_query_map li {
    margin-bottom: 20px;
}.gui_contact_us .gui_reach_box .gui_query_map li svg {
    width: 20px;
    margin-right: 10px;
    height: 20px;
}
}

@media (max-width: 576px) {.gui_contact_us {
    padding: 30px 0;
}.gui_contact_us .gui_help_card,
    .gui_contact_us .gui_reach_box {
    padding: 20px;
}.gui_contact_us h3 {
    font-size: calc(31px - 6px);
}.gui_contact_us .gui_help_card .gui_request_message label {
    font-size: calc(17px - 3px);
}}.gui_secure_sanctum {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    padding: 40px;
    max-width: 1200px;
    width: 90%;
    font-family: Arial, sans-serif;
    background: #ffffff;
    overflow: hidden;
    color: #000000;
    position: relative;
    margin: 0 auto;
}.gui_secure_sanctum:before, .gui_secure_sanctum:after {
    background: linear-gradient(45deg, rgb(205,189,208,0.5), rgb(169,129,178,0.5));
    width: 100%;
    position: absolute;
    transform: rotate(45deg) translate(-50%, -50%);
    transform-origin: center;
    opacity: 0.2;
    content: "";
    height: 100%;
    pointer-events: none;
    left: 0;
    z-index: 0;
    top: 0;
}.gui_secure_sanctum h1 {
    margin-bottom: 20px;
    margin-top: 20px;
    border-bottom: 2px solid rgb(205,189,208);
    letter-spacing: 2px;
    z-index: 1;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    font-size: 41px;
    color: #000000;
}.gui_secure_sanctum h2 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 32px;
    z-index: 1;
    position: relative;
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(169,129,178,0.5);
    letter-spacing: 1.5px;
    color: rgb(169,129,178);
}.gui_secure_sanctum ul, .gui_secure_sanctum ol {
    margin-bottom: 20px;
    padding-left: 0;
    z-index: 1;
    list-style: none;
    position: relative;
}.gui_secure_sanctum li {
    padding-left: 30px;
    margin-bottom: 10px;
    position: relative;
    line-height: 1.6;
    counter-increment: list-counter;
    font-size: 16px;
}.gui_secure_sanctum li:before {
    color: rgb(205,189,208);
    font-weight: 700;
    position: absolute;
    top: 0;
    font-size: 17px;
    left: 0;
    content: counter(list-counter, decimal-leading-zero);
}.gui_secure_sanctum div {
    border-radius: 10px;
    position: relative;
    line-height: 1.8;
    background: #ffffff;
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 1;
}.gui_secure_sanctum .container {
    position: relative;
    z-index: 1;
}.gui_secure_sanctum h3, .gui_secure_sanctum h4, .gui_secure_sanctum h5, .gui_secure_sanctum h6 {
    color: rgb(205,189,208);
    margin-top: 20px;
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 10px;
    z-index: 1;
    font-weight: 600;
}.gui_secure_sanctum p, .gui_secure_sanctum span {
    z-index: 1;
    font-size: 16px;
    color: #000000;
    position: relative;
    margin-bottom: 10px;
    line-height: 1.6;
}.gui_secure_sanctum a {
    z-index: 1;
    text-decoration: none;
    color: rgb(169,129,178);
    border-bottom: 1px solid rgb(169,129,178);
    font-weight: 600;
    position: relative;
}.gui_secure_sanctum a:hover {
    color: rgb(205,189,208);
    border-bottom: 1px solid rgb(205,189,208);
}.gui_secure_sanctum button {
    padding: 15px 30px;
    border: none;
    cursor: pointer;
    position: relative;
    font-size: 17px;
    border-radius: 10px;
    text-transform: uppercase;
    color: #ffffff;
    background: rgb(205,189,208);
    font-weight: 700;
    z-index: 1;
}.gui_secure_sanctum button:hover {
    background: rgb(169,129,178);
}

@media only screen and (max-width: 800px) {.gui_secure_sanctum {
    padding: 20px;
    width: 95%;
}.gui_secure_sanctum h1 {
    font-size: calc(24px - 5px);
}.gui_secure_sanctum h2 {
    font-size: calc(24px - 3px);
}.gui_secure_sanctum ul, .gui_secure_sanctum ol {
    padding-left: 10px;
}.gui_secure_sanctum li {
    padding-left: 20px;
}.gui_secure_sanctum button {
    padding: 10px 20px;
}}.gui_welcome_board {
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, rgb(243,240,244) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
    padding: 7rem 2rem;
    min-height: 100vh;
    justify-content: center;
}.gui_welcome_board > div {
    width: 100%;
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
    z-index: 2;
    gap: 4rem;
    max-width: 1280px;
}.gui_welcome_board::before {
    position: absolute;
    height: 100%;
    content: "";
    background: linear-gradient(45deg, rgb(205,189,208,0.5) 0%, transparent 40%);
    left: 0;
    z-index: 1;
    top: 0;
    width: 100%;
}.gui_welcome_board::after {
    background: rgb(169,129,178,0.5);
    content: "";
    position: absolute;
    right: -5%;
    width: 40%;
    filter: blur(120px);
    height: 60%;
    z-index: 0;
    bottom: -10%;
}.gui_welcome_board h1.gui_learn_open {
    position: relative;
    line-height: 1.2;
    animation: slideInTitle 0.8s ease-out forwards 0.2s;
    transform: translateX(-1rem);
    opacity: 0;
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: clamp(2.5rem, 5vw, 43px);
    font-weight: 700;
}.gui_welcome_board h1.gui_learn_open::after {
    bottom: -0.5rem;
    background: rgb(205,189,208);
    width: 3rem;
    height: 0.25rem;
    position: absolute;
    animation: expandLine 1s ease-out forwards 0.8s;
    transform: scaleX(0);
    left: 0;
    content: "";
    transform-origin: left;
}.gui_welcome_board p {
    color: #000000;
    transform: translateY(1rem);
    animation: fadeUpIn 0.8s ease-out forwards 0.4s;
    max-width: 85%;
    font-size: clamp(1rem, 1.2vw, 18px);
    opacity: 0;
    margin-bottom: 2rem;
    line-height: 1.6;
}.gui_welcome_board .gui_page_hero {
    overflow: hidden;
    opacity: 0;
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.1);
    animation: fadeUpIn 1s ease-out forwards 0.6s;
    transition: transform 0.3s ease-out;
    transform: translateY(2rem);
    position: relative;
}.gui_welcome_board .gui_page_hero:hover {
    transform: translateY(-0.5rem) scale(1.02);
}.gui_welcome_board .gui_study_pro {
    transition: all 0.5s ease;
    height: 400px;
    overflow: hidden;
    position: relative;
}.gui_welcome_board .gui_study_pro::before {
    content: "";
    transition: opacity 0.3s ease;
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 60%);
}.gui_welcome_board .gui_study_pro:hover::before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 70%);
    opacity: 0.9;
}.gui_welcome_board .gui_study_pro span {
    bottom: 0;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 2;
    padding: 2rem;
    transition: transform 0.4s ease;
    transform: translateY(0);
}.gui_welcome_board .gui_study_pro:hover span {
    transform: translateY(-0.5rem);
}.gui_welcome_board .gui_study_pro h3 {
    font-weight: 600;
    margin: 0;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-size: clamp(1.1rem, 2vw, 20px);
    line-height: 1.5;
}

@keyframes slideInTitle {
  0% {
    transform: translateX(-1rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

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

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

@media (min-width: 768px) {.gui_welcome_board {
    padding: 8rem 3rem;
}.gui_welcome_board > div {
    gap: 3rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.gui_welcome_board .gui_page_hero {
    height: 100%;
}.gui_welcome_board .gui_study_pro {
    height: 100%;
    min-height: 450px;
}
}

@media (min-width: 992px) {.gui_welcome_board {
    padding: 0 4rem;
}.gui_welcome_board > div {
    gap: 5rem;
}.gui_welcome_board p {
    max-width: 90%;
}.gui_welcome_board .gui_page_hero {
    perspective: 1000px;
}.gui_welcome_board .gui_study_pro {
    transform-style: preserve-3d;
    transition: transform 0.5s ease;
}.gui_welcome_board .gui_study_pro:hover {
    transform: rotateY(-5deg);
}
}

@media (max-width: 767px) {.gui_welcome_board {
    padding: 5rem 1.5rem;
}.gui_welcome_board > div {
    gap: 3rem;
}.gui_welcome_board h1.gui_learn_open {
    font-size: 2rem;
}.gui_welcome_board p {
    max-width: 100%;
}
}

@media (max-width: 480px) {.gui_welcome_board {
    padding: 4rem 1rem;
}.gui_welcome_board h1.gui_learn_open {
    font-size: 1.8rem;
}.gui_welcome_board .gui_study_pro {
    height: 300px;
}.gui_welcome_board .gui_study_pro span {
    padding: 1.5rem;
}.gui_welcome_board .gui_study_pro h3 {
    font-size: 1rem;
}}.gui_program_structure {
    position: relative;
    padding: 8rem 2rem;
    background: linear-gradient(45deg, rgb(169,129,178,0.5) 0%, rgb(243,240,244) 50%, rgb(205,189,208,0.5) 100%);
    overflow: hidden;
}.gui_program_structure::before {
    left: -50%;
    z-index: 1;
    top: -50%;
    content: "";
    position: absolute;
    width: 200%;
    animation: rotate 60s linear infinite;
    height: 200%;
    background: 
        radial-gradient(ellipse at center, transparent 0%, transparent 65%, rgb(169,129,178,0.5) 100%);
}.gui_program_structure::after {
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(
        rgb(169,129,178,0.5),
        transparent 20%,
        transparent 80%,
        rgb(205,189,208,0.5)
    );
    z-index: 2;
    top: 0;
    width: 100%;
    height: 100%;
}.gui_program_structure .container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    z-index: 3;
}.gui_program_structure .gui_skill_path {
    margin-bottom: 2rem;
    display: flex;
    position: relative;
    flex-direction: column;
}.gui_program_structure .gui_text_holder_wrap {
    text-align: center;
    margin-bottom: 4rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}.gui_program_structure h2 {
    font-weight: 700;
    font-size: 47px;
    letter-spacing: 2px;
    margin-bottom: 3rem;
    text-transform: uppercase;
    display: inline-block;
    color: #000000;
    position: relative;
}.gui_program_structure h2::before,
.gui_program_structure h2::after {
    background: linear-gradient(to right, transparent, rgb(205,189,208), transparent);
    width: 150%;
    content: "";
    height: 3px;
    position: absolute;
    left: -25%;
}.gui_program_structure h2::before {
    top: -15px;
}.gui_program_structure h2::after {
    bottom: -15px;
}.gui_program_structure .description {
    animation: slideUp 0.8s forwards;
    transform: translateY(30px);
    font-size: calc(17px * 1.1);
    color: #000000;
    position: relative;
    opacity: 0;
    line-height: 1.8;
    animation-delay: 0.2s;
    margin-bottom: 1.5rem;
}.gui_program_structure .description:nth-of-type(2) {
    animation-delay: 0.5s;
}.gui_program_structure .gui_landscape_image {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-radius: 15px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scale(0.95);
    margin-top: 2rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}.gui_program_structure .gui_landscape_image::before {
    width: 100%;
    opacity: 0.7;
    top: 0;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgb(205,189,208,0.5) 0%,
        transparent 40%,
        transparent 60%,
        rgb(169,129,178,0.5) 100%
    );
    content: "";
    left: 0;
    z-index: 1;
    position: absolute;
    transition: opacity 0.5s ease;
}.gui_program_structure .gui_landscape_image:hover {
    transform: scale(1);
}.gui_program_structure .gui_landscape_image:hover::before {
    opacity: 0.4;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes slideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 992px) {.gui_program_structure {
    padding: 5rem 1.5rem;
}.gui_program_structure .gui_text_holder_wrap {
    margin-bottom: 3rem;
}.gui_program_structure h2 {
    font-size: calc(47px * 0.85);
}.gui_program_structure .gui_landscape_image {
    height: 400px;
}
}

@media screen and (max-width: 768px) {.gui_program_structure {
    padding: 4rem 1rem;
}.gui_program_structure .gui_text_holder_wrap {
    margin-bottom: 2rem;
}.gui_program_structure h2 {
    font-size: calc(47px * 0.7);
}.gui_program_structure h2::before,
    .gui_program_structure h2::after {
    left: -10%;
    width: 120%;
}.gui_program_structure .description {
    font-size: 17px;
}.gui_program_structure .gui_landscape_image {
    height: 300px;
}
}