﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.container {
    width: 1228px;
    max-width: 100%;
    margin: auto;
}.gui_zoom_meet {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}a {
    text-decoration: none;
    color: inherit;
}.gui_core-container {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}.gui_header_start {
    flex: 1 0 auto;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.gui_secure_depository {
    background: linear-gradient(145deg, rgb(184,184,187), rgba(245, 245, 250, 0.9));
    overflow: hidden;
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 4rem 2rem;
}.gui_secure_depository::before {
    filter: blur(60px);
    opacity: 0.3;
    width: 250px;
    z-index: 0;
    height: 250px;
    right: -5%;
    top: -10%;
    content: "";
    transform: rotate(-15deg);
    position: absolute;
    background: linear-gradient(120deg, rgb(147,147,149,0.5), rgb(110,110,113,0.5));
}.gui_secure_depository::after {
    position: absolute;
    height: 200px;
    z-index: 0;
    opacity: 0.2;
    filter: blur(50px);
    background: linear-gradient(230deg, rgb(110,110,113,0.5), rgb(147,147,149,0.5));
    width: 200px;
    transform: rotate(15deg);
    left: -5%;
    bottom: -10%;
    content: "";
}.gui_secure_depository .container {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 3rem;
    position: relative;
    transform: translateZ(0);
    max-width: 1140px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 5px rgba(0, 0, 0, 0.02),
                0 20px 50px rgba(50, 50, 93, 0.05);
    backdrop-filter: blur(10px) saturate(120%);
    z-index: 1;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.85);
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 15px),
        calc(100% - 15px) 100%,
        0 100%
    );
}.gui_secure_depository .container:hover {
    transform: translateY(-5px) translateZ(0);
}.gui_secure_depository h1 {
    transform: translateZ(0);
    font-weight: 700;
    color: #000000;
    letter-spacing: -0.02em;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    font-size: 48px;
    position: relative;
}.gui_secure_depository h1::after {
    content: "";
    position: absolute;
    transition: width 0.3s ease-out;
    left: 0;
    background: linear-gradient(90deg, rgb(147,147,149), rgb(110,110,113));
    height: 4px;
    width: 80px;
    transform-origin: left center;
    bottom: 0;
}.gui_secure_depository .container:hover h1::after {
    width: 120px;
}.gui_secure_depository h2 {
    font-size: 30px;
    position: relative;
    letter-spacing: -0.01em;
    font-weight: 600;
    color: #000000;
    margin: 2.5rem 0 1.25rem;
    display: inline-block;
}.gui_secure_depository h2::before {
    z-index: -1;
    position: absolute;
    content: "";
    height: 12px;
    background-color: rgb(147,147,149,0.5);
    transform: skewX(-15deg);
    width: 100%;
    bottom: 5px;
    opacity: 0.25;
    left: 0;
    transition: height 0.3s, opacity 0.3s;
}.gui_secure_depository h2:hover::before {
    height: 8px;
    opacity: 0.4;
}.gui_secure_depository h3 {
    margin: 2rem 0 1rem;
    color: #000000;
    font-weight: 600;
    font-size: calc(30px * 0.8);
    padding-left: 15px;
    position: relative;
}.gui_secure_depository h3::before {
    content: "";
    top: 0.25em;
    height: 70%;
    position: absolute;
    width: 4px;
    background: linear-gradient(to bottom, rgb(147,147,149), rgb(110,110,113));
    left: 0;
    border-radius: 1px;
}.gui_secure_depository h4 {
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 0.05em;
    font-size: calc(30px * 0.7);
    opacity: 0.85;
    font-weight: 600;
    margin: 1.5rem 0 0.75rem;
}.gui_secure_depository p {
    position: relative;
    z-index: 1;
    color: #000000;
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 1.5rem;
}.gui_secure_depository strong {
    font-weight: 600;
    position: relative;
    padding-bottom: 2px;
    display: inline-block;
    color: #000000;
}.gui_secure_depository strong::after {
    left: 0;
    bottom: 0;
    height: 1px;
    content: "";
    position: absolute;
    background: rgb(147,147,149,0.5);
    width: 100%;
}.gui_secure_depository ul {
    margin-bottom: 2rem;
    padding-left: 1.5rem;
    position: relative;
}.gui_secure_depository ul::before {
    content: "";
    width: 1px;
    height: 100%;
    left: 0;
    background: linear-gradient(to bottom, 
        rgb(147,147,149,0.5),
        rgb(110,110,113,0.5),
        transparent);
    top: 0;
    position: absolute;
}.gui_secure_depository li {
    padding-left: 0.5rem;
    position: relative;
    margin-bottom: 1rem;
    line-height: 1.7;
    color: #000000;
    font-size: 17px;
}.gui_secure_depository li::before {
    width: 8px;
    left: -1.5rem;
    border: 1px solid rgb(147,147,149);
    background-color: #ffffff;
    top: 0.7em;
    transition: transform 0.3s, background-color 0.3s;
    position: absolute;
    height: 8px;
    transform: rotate(45deg);
    content: "";
}.gui_secure_depository li:hover::before {
    transform: rotate(135deg);
    background-color: rgb(147,147,149,0.5);
}.gui_secure_depository span {
    display: block;
    padding-left: 1rem;
    font-size: 17px;
    border-left: 1px dashed rgb(110,110,113,0.5);
    margin-bottom: 1.5rem;
    line-height: 1.75;
    color: #000000;
}

@media (max-width: 992px) {.gui_secure_depository {
    padding: 3rem 1.5rem;
}.gui_secure_depository .container {
    padding: 2.5rem;
}.gui_secure_depository h1 {
    font-size: calc(48px * 0.9);
}.gui_secure_depository h2 {
    font-size: calc(30px * 0.9);
}
}

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

@media (max-width: 576px) {.gui_secure_depository {
    padding: 2rem 0.75rem;
}.gui_secure_depository .container {
    padding: 1.5rem;
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 8px),
            calc(100% - 8px) 100%,
            0 100%
        );
}.gui_secure_depository h1 {
    padding-bottom: 0.75rem;
    font-size: calc(48px * 0.7);
}.gui_secure_depository h1::after {
    width: 60px;
    height: 3px;
}.gui_secure_depository h2 {
    font-size: calc(30px * 0.7);
}.gui_secure_depository h2::before {
    height: 8px;
}.gui_secure_depository h3 {
    padding-left: 12px;
    font-size: calc(30px * 0.6);
}.gui_secure_depository h3::before {
    width: 3px;
}.gui_secure_depository h4 {
    font-size: calc(30px * 0.55);
}.gui_secure_depository p, 
    .gui_secure_depository li,
    .gui_secure_depository span {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}.gui_secure_depository ul {
    padding-left: 1.25rem;
}.gui_secure_depository span {
    padding-left: 0.75rem;
}}.gui_who_we_are {
    padding: 100px 0 120px;
    position: relative;
    color: #ffffff;
    overflow: hidden;
    z-index: 1;
}.gui_who_we_are::before {
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0.6) 40%,
        rgba(0, 0, 0, 0.4) 100%);
    content: "";
    z-index: -1;
    height: 100%;
    top: 0;
}.gui_who_we_are::after {
    z-index: -1;
    height: 60%;
    top: -10%;
    right: -10%;
    position: absolute;
    width: 60%;
    animation: floatGradient 20s ease-in-out infinite alternate;
    background: linear-gradient(to bottom right, 
        rgb(110,110,113) 0%, 
        rgb(147,147,149) 100%);
    opacity: 0.15;
    transform: rotate(-15deg);
    filter: blur(40px);
    content: "";
}.gui_who_we_are h4 {
    transform: translateY(0);
    font-size: calc(18px * 1.1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), 
                opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 40px;
    opacity: 1;
    font-weight: 700;
    text-align: center;
    letter-spacing: 3px;
}.gui_who_we_are h4::after {
    height: 2px;
    content: "";
    width: 60px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    background: rgb(110,110,113);
    bottom: -10px;
}.gui_who_we_are .container {
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1200px;
}.gui_who_we_are .gui_news_item {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    padding: 50px;
    background: rgba(255, 255, 255, 0.08);
    -webkit-backdrop-filter: blur(10px);
    position: relative;
    border-left: 4px solid rgb(110,110,113);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 5px 15px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(0deg);
    backdrop-filter: blur(10px);
}.gui_who_we_are .gui_news_item:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2), 
                0 10px 20px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(2deg) translateY(-5px);
}.gui_who_we_are .gui_news_item::before {
    z-index: -1;
    height: 100%;
    content: "";
    left: 0;
    background: linear-gradient(45deg, 
        rgb(147,147,149,0.5) 0%, 
        transparent 40%);
    top: 0;
    position: absolute;
    width: 100%;
    opacity: 0.07;
}.gui_who_we_are h6 {
    display: inline-block;
    font-weight: 700;
    position: relative;
    margin-bottom: 25px;
    color: rgb(110,110,113);
    letter-spacing: 1px;
    font-size: calc(18px * 1.2);
}.gui_who_we_are h6::after {
    transition: width 0.4s ease;
    height: 2px;
    width: 40%;
    content: "";
    background: rgb(110,110,113);
    bottom: -8px;
    left: 0;
    position: absolute;
}.gui_who_we_are .gui_news_item:hover h6::after {
    width: 70%;
}.gui_who_we_are span {
    display: block;
    font-weight: 400;
    column-gap: 40px;
    opacity: 0.9;
    text-align: justify;
    line-height: 1.8;
    color: #ffffff;
    font-size: 12px;
    font-family: Arial, sans-serif;
    columns: 1;
}

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {.gui_who_we_are .gui_news_item,
    .gui_who_we_are .gui_news_item:hover,
    .gui_who_we_are h6::after,
    .gui_who_we_are .gui_news_item:hover h6::after,
    .gui_who_we_are::after {
    transform: none;
    transition: none;
    animation: none;
}}footer {
    position: relative;
}footer::before {
    background: linear-gradient(45deg, rgb(110,110,113,0.5) 0%, rgb(147,147,149,0.5) 100%);
    content: '';
    top: 0;
    left: 0;
    z-index: 1;
    right: 0;
    bottom: 0;
    position: absolute;
}.gui_zoom_meet {
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
    padding: 80px 0 40px;
    z-index: 2;
}.gui_zoom_meet .container {
    grid-gap: 30px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}.gui_zoom_meet .company_holder {
    z-index: 3;
    grid-column: 1 / 5;
    position: relative;
}.gui_zoom_meet .company_holder h3 {
    font-weight: 700;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 37px;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #ffffff;
}.gui_zoom_meet .company_holder h3::after {
    height: 4px;
    content: '';
    left: 0;
    width: 40px;
    background: rgb(147,147,149);
    position: absolute;
    bottom: 0;
    border-radius: 10px;
}.gui_zoom_meet .gui_access_cta {
    font-size: 12px;
    margin-top: 25px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateZ(0);
    border-left: 4px solid rgb(147,147,149);
    line-height: 1.6;
    border-radius: 20px;
}.gui_zoom_meet .gui_a11y_tools {
    grid-column: 5 / 13;
    position: relative;
}.gui_zoom_meet .gui_head_learn {
    grid-gap: 40px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}.gui_zoom_meet .gui_nav_pro {
    position: relative;
}.gui_zoom_meet .gui_nav_pro h5 {
    display: inline-block;
    color: #ffffff;
    margin-bottom: 25px;
    font-size: 20px;
    position: relative;
    font-weight: 600;
}.gui_zoom_meet .gui_nav_pro h5::before {
    width: 8px;
    background: rgb(147,147,149);
    position: absolute;
    border-radius: 50%;
    height: 8px;
    transform: translateY(-50%);
    top: 50%;
    left: -15px;
    content: '';
}.gui_zoom_meet .gui_nav_pro .gui_head_learn {
    flex-direction: column;
    display: flex;
    gap: 15px;
}.gui_zoom_meet .gui_nav_pro .gui_head_learn a {
    text-decoration: none;
    padding: 8px 15px;
    font-size: 12px;
    color: #ffffff;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    z-index: 1;
    overflow: hidden;
    position: relative;
}.gui_zoom_meet .gui_nav_pro .gui_head_learn a::before {
    width: 3px;
    z-index: -1;
    position: absolute;
    background: rgb(147,147,149);
    content: '';
    left: 0;
    height: 100%;
    transition: all 0.3s ease;
    top: 0;
}.gui_zoom_meet .gui_nav_pro .gui_head_learn a:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}.gui_zoom_meet .gui_nav_pro .gui_head_learn a:hover::before {
    width: 100%;
    background: rgb(147,147,149,0.5);
}.gui_assign_help {
    z-index: 2;
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    margin-top: 60px;
}.gui_assign_help::before {
    opacity: 0.2;
    height: 1px;
    left: 15%;
    right: 15%;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    content: '';
    top: 0;
    position: absolute;
}.gui_assign_help .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.gui_assign_help .gui_footer_workshops {
    text-align: center;
    letter-spacing: 0.5px;
    color: #ffffff;
    opacity: 0.8;
    font-size: 16px;
}@keyframes floatAnimation {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

footer::after {
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.02) 10px,
        rgba(255, 255, 255, 0.02) 20px
    );
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    content: '';
    z-index: 1;
}

@media (max-width: 992px) {.gui_zoom_meet .container {
    grid-template-columns: repeat(1, 1fr);
}.gui_zoom_meet .company_holder {
    margin-bottom: 40px;
    grid-column: 1 / -1;
}.gui_zoom_meet .gui_a11y_tools {
    grid-column: 1 / -1;
}.gui_zoom_meet .gui_head_learn {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.gui_zoom_meet {
    padding: 60px 0 30px;
}.gui_zoom_meet .gui_head_learn {
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
}.gui_zoom_meet .gui_nav_pro {
    padding: 0;
}}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.gui_zoom_meet::before {
    left: 0;
    height: 5px;
    top: 0;
    background: linear-gradient(90deg, rgb(147,147,149), rgb(110,110,113), rgb(147,147,149));
    width: 100%;
    background-size: 200% 200%;
    content: '';
    position: absolute;
    animation: gradientShift 5s infinite;
}.gui_zoom_meet .company_holder::after {
    width: 150px;
    content: '';
    opacity: 0.4;
    background: rgb(147,147,149,0.5);
    border-radius: 50%;
    right: -50px;
    filter: blur(60px);
    z-index: -1;
    height: 150px;
    top: 40px;
    position: absolute;
}.gui_zoom_meet .company_holder::before {
    background: rgb(110,110,113,0.5);
    height: 100px;
    left: -30px;
    content: '';
    opacity: 0.3;
    z-index: -1;
    position: absolute;
    bottom: 0;
    filter: blur(40px);
    border-radius: 50%;
    width: 100px;
}.gui_zoom_meet .gui_a11y_tools::after {
    right: 100px;
    position: absolute;
    opacity: 0.2;
    content: '';
    background: rgb(147,147,149,0.5);
    z-index: -1;
    filter: blur(50px);
    height: 120px;
    border-radius: 50%;
    width: 120px;
    top: -20px;
}.gui_zoom_meet .gui_a11y_tools::before {
    content: '';
    border-radius: 50%;
    opacity: 0.25;
    background: rgb(110,110,113,0.5);
    bottom: -50px;
    z-index: -1;
    left: 80px;
    width: 180px;
    filter: blur(70px);
    position: absolute;
    height: 180px;
}@keyframes borderPulse {
    0%, 100% {
        border-color: rgba(255, 255, 255, 0.1);
    }
    50% {
        border-color: rgba(255, 255, 255, 0.3);
    }
}

.gui_zoom_meet .gui_nav_pro {
    padding-top: 20px;
    animation: borderPulse 4s infinite;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}.gui_zoom_meet .gui_nav_pro h5 {
    letter-spacing: 0.5px;
}.gui_zoom_meet .gui_nav_pro h5::after {
    background: rgb(110,110,113);
    position: absolute;
    content: '';
    height: 2px;
    left: 0;
    width: 30px;
    bottom: -5px;
}@keyframes movingGradient {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

.gui_assign_help {
    background-size: 200% 200%;
    animation: movingGradient 10s ease infinite;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.6) 0%, 
        rgba(0, 0, 0, 0.3) 50%, 
        rgba(0, 0, 0, 0.6) 100%);
}.gui_thanksBox {
    position: relative;
    background: linear-gradient(135deg, rgb(110,110,113,0.5), rgb(147,147,149,0.5));
    padding: 6rem 0;
    overflow: hidden;
}.gui_thanksBox::before {
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
    content: "";
    pointer-events: none;
    width: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.1) 0%, transparent 40%);
}.gui_thanksBox::after {
    position: absolute;
    bottom: -5px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(110,110,113) 25%, 
        rgb(147,147,149) 75%, 
        transparent 100%);
    opacity: 0.7;
    z-index: 2;
    animation: shimmer 4s infinite ease-in-out;
    content: "";
    left: 0;
    height: 10px;
    width: 100%;
}.gui_thanksBox .container {
    z-index: 3;
    position: relative;
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
}.gui_thanksBox .gui_study_center {
    padding: 4rem 3rem;
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateX(2deg);
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.95), 
        rgba(255,255,255,0.85));
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.1),
        0 3px 10px rgba(0,0,0,0.05),
        0 0 0 1px rgba(255,255,255,0.2) inset;
    transition: transform 0.5s ease-out;
}.gui_thanksBox .gui_study_center::before {
    background: linear-gradient(135deg, 
        rgb(147,147,149,0.5) 0%, 
        transparent 70%);
    content: "";
    top: -10%;
    animation: float 8s infinite ease-in-out;
    z-index: -1;
    height: 200px;
    width: 200px;
    filter: blur(20px);
    border-radius: 50%;
    position: absolute;
    right: -10%;
    opacity: 0.7;
}.gui_thanksBox .gui_study_center:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.15),
        0 5px 15px rgba(0,0,0,0.08),
        0 0 0 1px rgba(255,255,255,0.3) inset;
}.gui_thanksBox .gui_study_center > div:first-child {
    margin-bottom: 2rem;
    transform: translateY(0);
    animation: fadeSlideUp 0.8s ease-out;
    opacity: 1;
    position: relative;
}.gui_thanksBox .gui_study_center > div:last-child {
    animation: fadeSlideUp 0.8s 0.2s ease-out both;
    transform: translateY(0);
    position: relative;
    opacity: 1;
}.gui_thanksBox h5 {
    font-size: 21px;
    position: relative;
    display: inline-block;
    color: rgb(147,147,149);
    font-family: Arial, sans-serif;
    margin: 0 0 1rem;
    line-height: 1.4;
    font-weight: 700;
}.gui_thanksBox h5::after {
    width: 60%;
    position: absolute;
    left: 0;
    transform-origin: left;
    bottom: -10px;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(90deg, rgb(110,110,113), transparent);
    content: "";
    animation: lineExpand 1.2s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: scaleX(0);
}.gui_thanksBox a {
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
}.gui_thanksBox a:hover p {
    transform: translateY(-3px);
    color: rgb(147,147,149);
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}.gui_thanksBox p {
    position: relative;
    margin: 0;
    font-size: 16px;
    font-family: Arial, sans-serif;
    transition: all 0.4s ease;
    font-weight: 400;
    color: #000000;
    line-height: 1.8;
}

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

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

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

@keyframes shimmer {
    0%, 100% {
        opacity: 0.5;
        transform: translateX(0%);
    }
    50% {
        opacity: 0.8;
        transform: translateX(2%);
    }
}

@media (max-width: 991px) {.gui_thanksBox {
    padding: 5rem 0;
}.gui_thanksBox .gui_study_center {
    padding: 3rem 2.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.gui_thanksBox h5 {
    font-size: calc(21px * 0.95);
}.gui_thanksBox p {
    font-size: calc(16px * 0.98);
    line-height: 1.7;
}
}

@media (max-width: 767px) {.gui_thanksBox {
    padding: 4rem 0;
}.gui_thanksBox .gui_study_center {
    transform: none;
    padding: 2.5rem 2rem;
}.gui_thanksBox .gui_study_center::before {
    height: 150px;
    width: 150px;
}.gui_thanksBox h5 {
    font-size: calc(21px * 0.9);
}.gui_thanksBox h5::after {
    width: 50%;
}.gui_thanksBox p {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 576px) {.gui_thanksBox {
    padding: 3rem 0;
}.gui_thanksBox .container {
    width: 92%;
}.gui_thanksBox .gui_study_center {
    padding: 2rem 1.5rem;
}.gui_thanksBox .gui_study_center > div:first-child {
    margin-bottom: 1.5rem;
}.gui_thanksBox h5 {
    font-size: calc(21px * 0.85);
}.gui_thanksBox p {
    font-size: calc(16px * 0.9);
    line-height: 1.5;
}}.gui_program_overview {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(184,184,187) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
}.gui_program_overview::before {
    background: linear-gradient(145deg, rgb(147,147,149,0.5) 10%, rgb(110,110,113,0.5) 90%);
    position: absolute;
    opacity: 0.07;
    transform: rotate(-15deg) skewX(-15deg);
    top: -5%;
    animation: float 15s infinite alternate ease-in-out;
    width: 35%;
    right: -10%;
    content: "";
    height: 70%;
    z-index: 1;
    filter: blur(20px);
}.gui_program_overview::after {
    filter: blur(15px);
    animation: float 18s infinite alternate-reverse ease-in-out;
    position: absolute;
    background: linear-gradient(215deg, rgb(110,110,113,0.5) 10%, rgb(147,147,149,0.5) 90%);
    transform: rotate(10deg) skewX(10deg);
    bottom: -5%;
    opacity: 0.05;
    content: "";
    z-index: 1;
    left: -5%;
    height: 50%;
    width: 25%;
}.gui_program_overview .container {
    padding: 0 2rem;
    z-index: 5;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.gui_program_overview .gui_learn_plan {
    grid-template-columns: 1fr;
    gap: 3rem;
    display: grid;
    position: relative;
}.gui_program_overview .gui_img_list_item {
    overflow: hidden;
    border: 1px solid rgba(var(--dark-color-rgb), 0.08);
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(var(--dark-color-rgb), 0.1);
    min-height: 350px;
    transform: perspective(1000px) rotateY(-3deg) translateZ(0);
    clip-path: polygon(0 0, 100% 0, 100% 92%, 95% 100%, 0 100%);
}.gui_program_overview .gui_img_list_item::before {
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgba(var(--dark-color-rgb), 0) 60%, rgba(var(--dark-color-rgb), 0.5) 100%);
}.gui_program_overview .gui_img_list_item::after {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
    left: -100%;
    z-index: 3;
    top: 0;
    height: 100%;
    position: absolute;
    animation: shine 10s infinite;
    content: "";
    transform: skewX(-25deg);
    width: 50%;
}.gui_program_overview .gui_news_item {
    position: relative;
    transform: translateZ(0);
    padding: 1.5rem 0;
}.gui_program_overview h3 {
    line-height: 1.3;
    padding-left: 1rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    opacity: 1;
    font-size: calc(21px * 1.1);
    transform: translateY(0);
    position: relative;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #000000;
}.gui_program_overview h3::before {
    content: "";
    transform: scaleY(0.7);
    background: linear-gradient(to bottom, rgb(147,147,149), rgb(110,110,113));
    top: 0.2em;
    position: absolute;
    height: 85%;
    width: 3px;
    transition: transform 0.4s ease;
    left: 0;
}.gui_program_overview p.description {
    position: relative;
    color: #000000;
    overflow-y: auto;
    max-height: 300px;
    display: block;
    padding-right: 1rem;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 2rem;
}.gui_program_overview p.description::-webkit-scrollbar {
    width: 4px;
}.gui_program_overview p.description::-webkit-scrollbar-track {
    background: rgba(var(--dark-color-rgb), 0.05);
}.gui_program_overview p.description::-webkit-scrollbar-thumb {
    background: rgb(110,110,113,0.5);
    border-radius: 10px;
}.gui_program_overview span.description {
    display: none;
}.gui_program_overview .gui_news_item div {
    position: relative;
}.gui_program_overview .gui_news_item div::after {
    position: absolute;
    pointer-events: none;
    content: "";
    background: linear-gradient(to top, rgb(184,184,187) 20%, transparent);
    opacity: 0.8;
    right: 0;
    height: 30px;
    width: 25%;
    bottom: 0;
}

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

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

@media (min-width: 1200px) {.gui_program_overview .gui_learn_plan {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 6rem;
}.gui_program_overview .gui_img_list_item {
    min-height: 550px;
}.gui_program_overview h3 {
    font-size: calc(21px * 1.5);
}}

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

@keyframes shine {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}.gui_cookieNoticePromptPanel {
    position: fixed;
    transition: transform 0.3s ease-in-out;
    z-index: 90;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    bottom: 0;
    width: 100%;
    border-top: 3px solid rgb(147,147,149);
    background: rgb(184,184,187);
}.gui_cookie_window {
    align-items: center;
    margin: 0 auto;
    justify-content: space-between;
    padding: 20px 15px;
    display: flex;
    max-width: 1200px;
}.gui_manage_tracking {
    flex-shrink: 0;
    margin-right: 15px;
}.gui_manage_tracking svg {
    height: 60px;
    transition: fill 0.3s ease;
    fill: rgb(147,147,149);
    width: 60px;
}.gui_manage_tracking svg:hover {
    fill: rgb(110,110,113);
}.gui_consent_panel {
    margin-right: 15px;
    flex-grow: 1;
    color: #000000;
}.gui_cookieNoticePromptPanel h5 {
    font-family: Arial, sans-serif;
    margin-bottom: 8px;
    color: rgb(147,147,149);
    font-size: 23px;
    font-weight: 600;
}.gui_cookieNoticePromptPanel p {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #000000;
}.gui_cookie_ack {
    cursor: pointer;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    font-size: 19px;
    padding: 10px 20px;
    margin-left: 10px;
    color: #ffffff;
    line-height: 35px;
    background: rgb(147,147,149);
    text-decoration: none;
    border-radius: 19px;
}.gui_cookie_ack:hover {
    box-shadow: 0 0 10px rgb(110,110,113,0.5);
    background: rgb(110,110,113);
}#gui_approveCookiePolicyButton {
    background: rgb(147,147,149);
}#gui_declineCookiePolicyButton {
    background: rgba(0, 0, 0, 0.5);
}.gui_cookieNoticePromptPanel p a {
    text-decoration: underline;
    transition: color 0.3s ease;
    color: rgb(147,147,149);
}.gui_cookieNoticePromptPanel p a:hover {
    color: rgb(110,110,113);
}
@media only screen and (max-width: 1200px) {.gui_cookie_window {
    flex-direction: column;
    align-items: center;
}.gui_manage_tracking {
    margin-bottom: 15px;
}.gui_consent_panel {
    margin-right: 0;
    text-align: center;
    margin-bottom: 15px;
}.gui_cookie_ack {
    max-width: 200px;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
}
}
@media only screen and (max-width: 800px) {.gui_cookie_window {
    padding: 15px;
}.gui_manage_tracking {
    display: none;
}.gui_cookieNoticePromptPanel h5 {
    font-size: 19px;
}.gui_cookieNoticePromptPanel p {
    font-size: 16px;
}}
#gui_trackingAlertPopup {
    display: none;
}#gui_trackingAlertPopup:checked ~ .gui_cookieNoticePromptPanel {
    visibility: hidden;
    opacity: 0;
}.gui_pricing_panel {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(145deg, rgb(184,184,187), #ffffff);
}.gui_pricing_panel::before {
    height: 100%;
    width: 100%;
    background: linear-gradient(120deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 70%);
    z-index: 1;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
}.gui_pricing_panel .container {
    max-width: 1320px;
    padding: 0 15px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.gui_pricing_panel .gui_cost_summary {
    grid-template-columns: 1fr;
    display: grid;
    gap: 3rem;
}.gui_pricing_panel .gui_tuition_plans {
    animation: fadeInUp 0.8s forwards 0.2s;
    text-align: center;
    background: linear-gradient(145deg, #ffffff, rgb(255, 255, 255, 0.5));
    order: 1;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    opacity: 0;
    transform: translateY(20px);
    padding: 2rem;
}.gui_pricing_panel .gui_tuition_plans h2 {
    position: relative;
    color: rgb(147,147,149);
    font-size: 31px;
    display: inline-block;
    margin-bottom: 1.5rem;
    font-weight: 700;
}.gui_pricing_panel .gui_tuition_plans h2::after {
    background: linear-gradient(90deg, transparent, rgb(147,147,149), transparent);
    transform: translateX(-50%);
    left: 50%;
    height: 3px;
    content: "";
    position: absolute;
    width: 60%;
    bottom: -10px;
}.gui_pricing_panel .gui_tuition_plans .gui_fee_offers {
    font-size: 17px;
    font-weight: 400;
    max-width: 80%;
    margin: 0 auto;
    line-height: 1.6;
    color: #000000;
}.gui_pricing_panel .gui_price_panel {
    grid-template-columns: 1fr;
    gap: 2rem;
    order: 2;
    display: grid;
}.gui_pricing_panel .gui_cost_schemes {
    opacity: 0;
    animation-delay: calc(0.1s * var(--i, 1));
    display: block;
    text-decoration: none;
    will-change: transform, opacity;
    transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    transform: translateY(30px);
    animation: fadeInUp 0.8s forwards;
}.gui_pricing_panel .gui_cost_schemes:nth-child(1) {
    --i: 1;
}.gui_pricing_panel .gui_cost_schemes:nth-child(2) {
    --i: 2;
}.gui_pricing_panel .gui_cost_schemes:nth-child(3) {
    --i: 3;
}.gui_pricing_panel .gui_cost_schemes:nth-child(4) {
    --i: 4;
}.gui_pricing_panel .gui_cost_schemes:hover {
    transform: translateY(-5px) scale(1.02);
}.gui_pricing_panel .gui_payment_deals {
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    background: #ffffff;
}.gui_pricing_panel .gui_cost_schemes:hover .gui_payment_deals {
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}.gui_pricing_panel .gui_value_rates {
    display: flex;
    flex-direction: column;
    padding: 2.5rem 2rem;
    z-index: 1;
    position: relative;
    flex-grow: 1;
}.gui_pricing_panel .gui_value_rates::before {
    background: linear-gradient(135deg, transparent 50%, rgb(147,147,149,0.5) 50%);
    z-index: -1;
    position: absolute;
    width: 120px;
    opacity: 0;
    transform: translate(30px, -30px);
    top: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
    height: 120px;
    right: 0;
    content: "";
}.gui_pricing_panel .gui_cost_schemes:hover .gui_value_rates::before {
    opacity: 0.7;
    transform: translate(0, 0);
}.gui_pricing_panel .gui_cost_schemes h3 {
    font-weight: 700;
    font-size: calc(22px + 0.2rem);
    color: #000000;
    margin-bottom: 1rem;
    transition: color 0.3s ease;
    position: relative;
}.gui_pricing_panel .gui_cost_schemes:hover h3 {
    color: rgb(147,147,149);
}.gui_pricing_panel .gui_bundle_rate {
    color: rgb(147,147,149);
    font-weight: 700;
    display: inline-block;
    font-size: calc(22px + 0.8rem);
    position: relative;
    margin-bottom: 1.5rem;
}.gui_pricing_panel .gui_bundle_rate::before {
    background: rgb(110,110,113);
    content: "";
    bottom: -5px;
    transition: width 0.3s ease;
    left: 0;
    width: 40px;
    height: 3px;
    position: absolute;
}.gui_pricing_panel .gui_cost_schemes:hover .gui_bundle_rate::before {
    width: 80px;
}.gui_pricing_panel .gui_cost_schemes p {
    margin-bottom: 0;
    color: #000000;
    word-break: break-word;
    line-height: 1.6;
    font-size: 17px;
    word-wrap: break-word;
    -ms-word-break: break-all;
    overflow-wrap: break-word;
}.gui_pricing_panel .gui_img_list_item {
    height: 200px;
    position: relative;
    transition: transform 0.5s ease;
    overflow: hidden;
}.gui_pricing_panel .gui_img_list_item::after {
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
    position: absolute;
    content: "";
    inset: 0;
}.gui_pricing_panel .gui_cost_schemes:hover .gui_img_list_item {
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.gui_pricing_panel .gui_price_panel {
    grid-template-columns: repeat(2, 1fr);
}.gui_pricing_panel .gui_tuition_plans {
    padding: 3rem;
}.gui_pricing_panel .gui_value_rates {
    padding: 2.8rem 2.2rem;
}
}

@media (min-width: 992px) {.gui_pricing_panel .gui_cost_summary {
    gap: 2rem;
    grid-template-columns: 2fr 1fr;
}.gui_pricing_panel .gui_tuition_plans {
    text-align: left;
    flex-direction: column;
    order: 2;
    justify-content: center;
    height: 100%;
    display: flex;
    padding: 4rem 3rem;
}.gui_pricing_panel .gui_tuition_plans h2::after {
    background: linear-gradient(90deg, rgb(147,147,149), transparent);
    left: 0;
    width: 100px;
    transform: none;
}.gui_pricing_panel .gui_tuition_plans .gui_fee_offers {
    max-width: 100%;
    margin: 0;
}.gui_pricing_panel .gui_price_panel {
    order: 1;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.gui_pricing_panel .gui_price_panel {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.gui_pricing_panel .gui_value_rates {
    padding: 3rem 2.5rem;
}.gui_pricing_panel .gui_tuition_plans h2 {
    font-size: calc(31px + 0.3rem);
}
}

@media (max-width: 767px) {.gui_pricing_panel {
    padding: 4rem 0;
}.gui_pricing_panel .gui_tuition_plans h2 {
    font-size: calc(31px - 0.2rem);
}.gui_pricing_panel .gui_tuition_plans .gui_fee_offers {
    font-size: calc(17px - 0.1rem);
    max-width: 100%;
}.gui_pricing_panel .gui_cost_schemes h3 {
    font-size: 22px;
}.gui_pricing_panel .gui_bundle_rate {
    font-size: calc(22px + 0.5rem);
}.gui_pricing_panel .gui_img_list_item {
    height: 160px;
}}.gui_connect_form {
    overflow: hidden;
    padding: 100px 0;
    background: rgb(184,184,187);
    position: relative;
}.gui_connect_form::before {
    background: rgb(184,184,187);
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    left: 0;
    position: absolute;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(147,147,149,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(110,110,113,0.5) 0%, transparent 30%);
}.gui_connect_form::after {
    top: 0;
    animation: backgroundMove 30s infinite linear;
    background-position: 0 0, 0 0, 0 0, 0 0;
    content: "";
    background-size: 30px 30px, 30px 30px, 100% 100%, 100% 100%;
    position: absolute;
    background-image: 
        repeating-linear-gradient(45deg, rgb(147,147,149,0.5) 0, rgb(147,147,149,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(-45deg, rgb(110,110,113,0.5) 0, rgb(110,110,113,0.5) 1px, transparent 1px, transparent 20px),
        linear-gradient(90deg, rgb(147,147,149,0.5), transparent 70%),
        linear-gradient(180deg, rgb(110,110,113,0.5), transparent 70%);
    z-index: 1;
    left: 0;
    height: 100%;
    opacity: 0.2;
    width: 100%;
}@keyframes backgroundMove {
    0% {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 60px 60px, 60px 60px, 0 0, 0 0;
    }
}

.gui_connect_form .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
    z-index: 2;
}.gui_connect_form h2 {
    position: relative;
    letter-spacing: 2px;
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 50px;
    text-align: center;
    color: #000000;
}.gui_connect_form h2::before {
    content: "";
    position: absolute;
    box-shadow: 
        0 0 5px rgb(147,147,149),
        0 0 10px rgb(147,147,149),
        0 0 15px rgb(147,147,149);
    height: 2px;
    width: 100px;
    background: rgb(147,147,149);
    bottom: -15px;
    left: calc(50% - 50px);
}.gui_connect_form .gui_reach_inquiry {
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(147,147,149,0.5);
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}.gui_connect_form .gui_reach_inquiry::before {
    z-index: 3;
    inset: 0;
    position: absolute;
    border: 1px solid rgb(147,147,149);
    content: "";
    border-radius: 12px;
    opacity: 0.2;
    pointer-events: none;
}.gui_connect_form .gui_img_list_item {
    overflow: hidden;
    min-height: 550px;
    flex: 0 0 45%;
    position: relative;
}.gui_connect_form .gui_img_list_item::before {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 1;
    inset: 0;
    content: "";
}.gui_connect_form .gui_img_list_item::after {
    opacity: 0.7;
    content: "";
    z-index: 2;
    position: absolute;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(147,147,149,0.5) 100%);
    inset: 0;
}.gui_connect_form .gui_query_section {
    flex: 0 0 55%;
    background: #ffffff;
    padding: 60px;
    position: relative;
}.gui_connect_form .gui_query_section::before {
    content: "";
    width: 200px;
    position: absolute;
    top: -100px;
    opacity: 0.3;
    z-index: 0;
    background: rgb(147,147,149,0.5);
    right: -100px;
    filter: blur(100px);
    height: 200px;
}.gui_connect_form .gui_query_section::after {
    opacity: 0.3;
    bottom: -75px;
    background: rgb(110,110,113,0.5);
    height: 150px;
    left: -75px;
    content: "";
    filter: blur(80px);
    width: 150px;
    position: absolute;
    z-index: 0;
}.gui_connect_form form {
    z-index: 2;
    position: relative;
}.gui_connect_form form h3 {
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1px;
    margin-bottom: 40px;
    font-size: 20px;
}.gui_connect_form form h3::after {
    box-shadow: 
        0 0 5px rgb(147,147,149,0.5),
        0 0 10px rgb(147,147,149,0.5);
    bottom: -15px;
    width: 40px;
    background: rgb(147,147,149);
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
}.gui_connect_form form input[type="text"] {
    border-radius: 8px;
    padding: 18px 25px;
    border: 1px solid rgb(147,147,149,0.5);
    width: 100%;
    background: rgb(184,184,187);
    margin-bottom: 25px;
    font-size: 15px;
    transition: all 0.3s ease;
    color: #000000;
}.gui_connect_form form input[type="text"]:focus {
    box-shadow: 
        0 0 0 1px rgb(147,147,149),
        0 0 5px rgb(147,147,149,0.5);
    border-color: rgb(147,147,149);
    outline: none;
}.gui_connect_form form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.7;
}.gui_connect_form .gui_inquiry_reach {
    margin-bottom: 35px;
    position: relative;
}.gui_connect_form .gui_inquiry_reach input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.gui_connect_form .gui_inquiry_reach label {
    cursor: pointer;
    line-height: 1.5;
    font-size: 14px;
    padding-left: 35px;
    color: #000000;
    position: relative;
}.gui_connect_form .gui_inquiry_reach label::before {
    left: 0;
    height: 22px;
    border-radius: 4px;
    position: absolute;
    border: 1px solid rgb(147,147,149,0.5);
    transition: all 0.3s ease;
    content: "";
    width: 22px;
    top: 0;
    background: rgb(184,184,187);
}.gui_connect_form .gui_inquiry_reach input[type="checkbox"]:checked + label::before {
    box-shadow: 0 0 5px rgb(147,147,149,0.5);
    background: rgb(147,147,149);
    border-color: rgb(147,147,149);
}.gui_connect_form .gui_inquiry_reach input[type="checkbox"]:checked + label::after {
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    left: 8px;
    top: 4px;
    content: "";
    width: 6px;
    height: 12px;
    position: absolute;
    transform: rotate(45deg);
}.gui_connect_form .gui_inquiry_reach label a {
    font-weight: 600;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(147,147,149);
}.gui_connect_form .gui_inquiry_reach label a::after {
    width: 100%;
    transform-origin: right;
    left: 0;
    background: rgb(147,147,149);
    transform: scaleX(0);
    height: 1px;
    position: absolute;
    transition: transform 0.3s ease;
    content: "";
    bottom: -1px;
}.gui_connect_form .gui_inquiry_reach label a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}.gui_connect_form .gui_query_query {
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease;
    padding: 18px 30px;
    position: relative;
    overflow: hidden;
    background: rgb(147,147,149);
    border-radius: 8px;
    box-shadow: 
        0 5px 15px rgb(147,147,149,0.5),
        0 0 0 1px rgb(147,147,149);
    width: 100%;
    border: none;
}.gui_connect_form .gui_query_query::before {
    transition: transform 0.5s ease;
    top: 0;
    height: 100%;
    left: 0;
    content: "";
    transform: scaleX(0);
    z-index: -1;
    transform-origin: right;
    width: 100%;
    background: rgb(110,110,113);
    position: absolute;
}.gui_connect_form .gui_query_query:hover {
    box-shadow: 
        0 5px 20px rgb(110,110,113,0.5),
        0 0 0 1px rgb(110,110,113);
}.gui_connect_form .gui_query_query:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.gui_connect_form svg {
    height: 22px;
    filter: drop-shadow(0 0 2px rgb(147,147,149,0.5));
    transition: all 0.3s ease;
    fill: rgb(147,147,149);
    width: 22px;
}.gui_connect_form svg path {
    transition: all 0.3s ease;
    fill: rgb(147,147,149);
}.gui_connect_form svg:hover,
.gui_connect_form svg:hover path {
    fill: rgb(110,110,113);
    filter: drop-shadow(0 0 3px rgb(110,110,113,0.5));
    transform: translateY(-2px);
}

@media (max-width: 1024px) {.gui_connect_form {
    padding: 80px 0;
}.gui_connect_form .gui_img_list_item {
    min-height: 500px;
}.gui_connect_form .gui_query_section {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.gui_connect_form {
    padding: 60px 0;
}.gui_connect_form h2 {
    margin-bottom: 40px;
    font-size: calc(42px * 0.8);
}.gui_connect_form .gui_reach_inquiry {
    flex-direction: column;
}.gui_connect_form .gui_img_list_item {
    min-height: 300px;
    width: 100%;
}.gui_connect_form .gui_query_section {
    padding: 40px 30px;
    width: 100%;
}.gui_connect_form form h3 {
    margin-bottom: 30px;
}.gui_connect_form form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.gui_connect_form .gui_inquiry_reach {
    margin-bottom: 25px;
}.gui_connect_form .gui_query_query {
    padding: 15px 25px;
}
}

@media (max-width: 480px) {.gui_connect_form {
    padding: 50px 0;
}.gui_connect_form h2 {
    font-size: calc(42px * 0.7);
    margin-bottom: 30px;
}.gui_connect_form .gui_img_list_item {
    min-height: 200px;
}.gui_connect_form .gui_query_section {
    padding: 30px 20px;
}.gui_connect_form form h3 {
    font-size: calc(20px * 0.9);
    margin-bottom: 25px;
}.gui_connect_form form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.gui_connect_form .gui_inquiry_reach {
    margin-bottom: 20px;
}.gui_connect_form .gui_inquiry_reach label {
    font-size: calc(14px * 0.9);
}.gui_connect_form .gui_query_query {
    padding: 12px 20px;
}}.gui_mentorship_experience {
    position: relative;
    background: linear-gradient(135deg, rgb(184,184,187) 0%, rgb(147,147,149,0.5) 100%);
    padding: 4rem 2rem;
    overflow: hidden;
}.gui_mentorship_experience::before {
    transform: rotate(-12deg);
    left: -5%;
    top: -10%;
    width: 120%;
    background: rgb(110,110,113,0.5);
    height: 70%;
    z-index: 1;
    content: "";
    position: absolute;
}.gui_mentorship_experience .gui_feedback_ratings {
    position: relative;
    align-items: center;
    gap: 3rem;
    display: flex;
    transform: translateX(5%);
    z-index: 2;
    flex-direction: row;
}.gui_mentorship_experience .gui_img_list_item {
    transform: rotate(-5deg);
    width: 280px;
    height: 350px;
    box-shadow: 15px 15px 0 rgb(147,147,149,0.5);
    border-radius: 15px;
    transition: all 0.5s ease;
}.gui_mentorship_experience .gui_img_list_item:hover {
    transform: rotate(0deg) scale(1.05);
    box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.5);
}.gui_mentorship_experience .gui_emp_items {
    padding: 2rem;
    transition: all 0.5s ease;
    max-width: 60%;
    position: relative;
    transform: rotate(2deg) translateY(-30px);
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    border-radius: 15px;
}.gui_mentorship_experience .gui_emp_items::after {
    left: 30px;
    opacity: 0.6;
    height: 10px;
    filter: blur(8px);
    background: rgb(110,110,113);
    transition: all 0.5s ease;
    bottom: -10px;
    position: absolute;
    content: "";
    width: 85%;
}.gui_mentorship_experience .gui_emp_items:hover {
    transform: rotate(0deg) translateY(-20px);
}.gui_mentorship_experience .gui_emp_items:hover::after {
    width: 95%;
    opacity: 0.8;
}.gui_mentorship_experience .name {
    font-weight: 700;
    font-size: 37px;
    transform: translateX(-20px);
    margin-bottom: 0.5rem;
    color: rgb(147,147,149);
}.gui_mentorship_experience .gui_emp_items > div:nth-child(2) {
    font-size: 17px;
    color: rgb(110,110,113);
    font-weight: 600;
    margin-bottom: 1.5rem;
    transform: translateX(-10px);
}.gui_mentorship_experience .gui_career_expertise {
    padding-left: 1.5rem;
    font-weight: 400;
    color: #000000;
    font-size: 12px;
    position: relative;
    font-style: italic;
    line-height: 1.6;
}.gui_mentorship_experience .gui_career_expertise::before {
    height: 100%;
    background: linear-gradient(to bottom, rgb(147,147,149), rgb(110,110,113));
    top: 0;
    width: 5px;
    border-radius: 10px;
    content: "";
    position: absolute;
    left: 0;
}

@media (max-width: 992px) {.gui_mentorship_experience .gui_feedback_ratings {
    transform: none;
    flex-direction: column;
    gap: 2rem;
}.gui_mentorship_experience .gui_img_list_item {
    margin: 0 auto;
    height: 280px;
    width: 220px;
}.gui_mentorship_experience .gui_emp_items {
    transform: none;
    max-width: 100%;
}.gui_mentorship_experience .name,
    .gui_mentorship_experience .gui_emp_items > div:nth-child(2) {
    transform: none;
}}.gui_welcome_page {
    justify-content: center;
    background: linear-gradient(135deg, rgb(147,147,149,0.5), rgb(110,110,113) 120%);
    min-height: 100vh;
    display: flex;
    overflow: hidden;
    position: relative;
    align-items: center;
}.gui_welcome_page::before {
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 2px,
        transparent 2px,
        transparent 10px
    );
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 100%;
}.gui_welcome_page::after {
    top: -10%;
    width: 50%;
    animation: floatGlow 15s ease-in-out infinite alternate;
    filter: blur(50px);
    content: "";
    background: radial-gradient(
        circle at center,
        rgb(110,110,113) 0%,
        transparent 70%
    );
    position: absolute;
    opacity: 0.2;
    right: -10%;
    height: 50%;
}.gui_welcome_page .gui_main_hero {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    padding: 3rem 2rem;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    width: 90%;
    display: grid;
    position: relative;
    z-index: 2;
    transform: perspective(1000px) rotateX(2deg);
    max-width: 1200px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s ease-out;
}.gui_welcome_page .gui_main_hero:hover {
    transform: perspective(1000px) rotateX(0deg);
}.gui_welcome_page .gui_main_hero > div:first-child {
    padding-left: 2rem;
    animation: slideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    transform: translateX(-1rem);
    position: relative;
    opacity: 0;
    border-left: 3px solid rgb(147,147,149);
}.gui_welcome_page .gui_main_hero > div:last-child {
    display: flex;
    opacity: 0;
    animation: slideUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
    transform: translateY(1rem);
    justify-content: flex-end;
}.gui_welcome_page h3 {
    line-height: 1.5;
    color: #ffffff;
    font-size: calc(23px * 0.9);
    letter-spacing: 0.02em;
    font-weight: 400;
    position: relative;
    margin: 0;
}.gui_welcome_page h3::after {
    bottom: -0.5rem;
    background: linear-gradient(to right, rgb(147,147,149), transparent);
    left: 0;
    position: absolute;
    height: 1px;
    content: "";
    width: 30%;
}.gui_welcome_page .gui_study_space {
    padding: 2.5rem;
    max-width: 600px;
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.1),
        rgba(255, 255, 255, 0.03)
    );
    position: relative;
    transform: translateZ(0);
    transition: transform 0.4s ease;
}.gui_welcome_page .gui_study_space::before {
    left: 0;
    content: "";
    transform: translate(5px, 5px);
    border-bottom: 1px solid rgb(147,147,149);
    border-right: 1px solid rgb(147,147,149);
    width: 100%;
    position: absolute;
    top: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 100%;
    pointer-events: none;
    transition: transform 0.3s ease;
}.gui_welcome_page .gui_study_space:hover::before {
    transform: translate(8px, 8px);
}.gui_welcome_page h1 {
    line-height: 1.2;
    margin: 0 0 1.5rem;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #ffffff;
    position: relative;
    font-weight: 700;
    transform: translateY(0);
    font-size: 44px;
}.gui_welcome_page h1::after {
    height: 3px;
    background: rgb(147,147,149);
    content: "";
    transition: transform 0.4s ease;
    width: 40px;
    bottom: -0.5rem;
    transform: scaleX(1);
    transform-origin: left;
    left: 0;
    position: absolute;
}.gui_welcome_page .gui_study_space:hover h1 {
    transform: translateY(-5px);
}.gui_welcome_page .gui_study_space:hover h1::after {
    transform: scaleX(1.5);
}.gui_welcome_page .gui_study_space > div {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    margin-top: 2rem;
}.gui_welcome_page .gui_study_space > div::before {
    z-index: 1;
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.5),
        transparent 40%,
        rgba(rgb(147,147,149), 0.3) 100%
    );
}.gui_welcome_page p {
    font-size: calc(17px * 1.1);
    padding: 2rem;
    position: relative;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    z-index: 2;
    color: #ffffff;
    margin: 0;
    line-height: 1.6;
}

@keyframes floatGlow {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 0.2;
    }
    50% {
        transform: translate(-5%, 5%) scale(1.1);
        opacity: 0.3;
    }
    100% {
        transform: translate(5%, -5%) scale(0.95);
        opacity: 0.2;
    }
}

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

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

@media screen and (min-width: 768px) {.gui_welcome_page .gui_main_hero {
    padding: 4rem 3rem;
    gap: 3rem;
    grid-template-columns: 0.8fr 1.2fr;
    align-items: center;
}.gui_welcome_page h1 {
    font-size: calc(44px * 1.1);
}.gui_welcome_page h3 {
    font-size: 23px;
}.gui_welcome_page .gui_main_hero > div:first-child {
    padding-left: 3rem;
}
}

@media screen and (min-width: 992px) {.gui_welcome_page .gui_main_hero {
    gap: 4rem;
    grid-template-columns: 0.7fr 1.3fr;
    padding: 5rem;
}.gui_welcome_page .gui_study_space {
    padding: 3rem;
}.gui_welcome_page h1 {
    margin-bottom: 2rem;
    font-size: calc(44px * 1.2);
}.gui_welcome_page p {
    font-size: calc(17px * 1.2);
    padding: 2.5rem;
}
}

@media screen and (max-width: 767px) {.gui_welcome_page {
    padding: 2rem 0;
}.gui_welcome_page .gui_main_hero {
    padding: 2rem 1.5rem;
}.gui_welcome_page h1 {
    font-size: calc(44px * 0.9);
}.gui_welcome_page h3 {
    font-size: calc(23px * 0.8);
}.gui_welcome_page p {
    font-size: 17px;
    padding: 1.5rem;
}.gui_welcome_page .gui_study_space {
    padding: 1.5rem;
}}.gui_service_connect {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(184,184,187) 0%, rgb(147,147,149,0.5) 100%);
    padding: 120px 0;
}.gui_service_connect::before {
    width: 60%;
    left: -10%;
    transform: rotate(-15deg);
    z-index: 0;
    position: absolute;
    opacity: 0.05;
    top: -10%;
    content: '';
    height: 120%;
    background: linear-gradient(45deg, rgb(147,147,149) 0%, transparent 60%);
}.gui_service_connect::after {
    opacity: 0.05;
    height: 120%;
    position: absolute;
    content: '';
    background: linear-gradient(225deg, rgb(110,110,113) 0%, transparent 60%);
    right: -10%;
    transform: rotate(15deg);
    z-index: 0;
    bottom: -10%;
    width: 60%;
}.gui_service_connect .container {
    z-index: 1;
    position: relative;
}.gui_service_connect .gui_contact_today {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    display: grid;
    grid-auto-rows: auto;
    gap: 40px;
}.gui_service_connect .gui_help_formsQO {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
}.gui_service_connect .gui_help_formsQO:nth-child(1) {
    grid-column: 1 / 3;
    z-index: 2;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    border-radius: 18px;
    background: #ffffff;
    padding: 50px;
    position: relative;
    grid-row: 1 / 2;
    overflow: hidden;
}.gui_service_connect .gui_help_formsQO:nth-child(1)::before {
    width: 100%;
    height: 8px;
    content: '';
    left: 0;
    background: linear-gradient(90deg, rgb(147,147,149) 0%, rgb(110,110,113) 100%);
    position: absolute;
    top: 0;
}.gui_service_connect .gui_help_formsQO:nth-child(2) {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(0);
    border-radius: 18px;
    overflow: hidden;
    grid-column: 3 / 4;
    grid-row: 1 / 3;
    min-height: 400px;
}.gui_service_connect .gui_help_formsQO:nth-child(3) {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    grid-column: 1 / 3;
    padding: 40px;
    grid-row: 2 / 3;
    transform: translateY(-20px);
    z-index: 1;
    background: rgb(147,147,149);
    border-radius: 18px;
}.gui_service_connect .gui_help_formsQO h2 {
    font-size: 36px;
    color: rgb(147,147,149);
    margin-bottom: 30px;
    font-weight: 700;
    position: relative;
}.gui_service_connect .gui_contact_question {
    font-weight: 600;
    margin-bottom: 20px;
    color: rgb(110,110,113);
    display: inline-block;
    font-size: calc(12px * 1.2);
    border-bottom: 1px solid rgb(110,110,113,0.5);
    padding-bottom: 10px;
}.gui_service_connect .gui_reach_help {
    max-width: 90%;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 30px;
}.gui_service_connect .gui_help_formsQO > p {
    align-items: center;
    padding-left: 35px;
    color: #000000;
    display: flex;
    margin-bottom: 15px;
    position: relative;
}.gui_service_connect .gui_help_formsQO > p svg {
    top: 50%;
    transform: translateY(-50%);
    height: 22px;
    position: absolute;
    width: 22px;
    left: 0;
}.gui_service_connect .gui_help_formsQO > p svg path {
    fill: rgb(147,147,149);
}.gui_service_connect .gui_help_formsQO > p span {
    margin-left: 5px;
    color: rgb(147,147,149);
    font-weight: 600;
}.gui_service_connect .gui_talk_support {
    position: relative;
    margin-top: 40px;
    border-radius: 10px;
    background: rgb(184,184,187);
    padding: 30px;
}.gui_service_connect .gui_talk_support h3 {
    padding-left: 20px;
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 600;
    position: relative;
    color: rgb(147,147,149);
}.gui_service_connect .gui_talk_support h3::before {
    border-radius: 50%;
    content: '';
    height: 10px;
    position: absolute;
    left: 0;
    width: 10px;
    background: rgb(110,110,113);
    top: 50%;
    transform: translateY(-50%);
}.gui_service_connect .gui_edu_form {
    gap: 15px;
    flex-wrap: wrap;
    display: flex;
}.gui_service_connect .gui_edu_form span {
    color: #000000;
    transition: all 0.3s ease;
    font-size: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-left: 3px solid transparent;
    background: #ffffff;
    font-weight: 400;
    border-radius: 10px;
    padding: 12px 20px;
}.gui_service_connect .gui_edu_form span:hover {
    border-left: 3px solid rgb(110,110,113);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}.gui_service_connect .gui_help_formsQO .gui_img_list_item {
    width: 100%;
    transition: all 0.5s ease;
    height: 100%;
    object-fit: cover;
}.gui_service_connect .gui_help_formsQO:hover .gui_img_list_item {
    transform: scale(1.05);
}.gui_service_connect .gui_support_request {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-direction: column;
}.gui_service_connect .gui_support_request a {
    transition: all 0.3s ease;
    align-items: center;
    padding-left: 45px;
    position: relative;
    text-decoration: none;
    display: flex;
}.gui_service_connect .gui_support_request a:hover {
    transform: translateX(10px);
}.gui_service_connect .gui_support_request svg {
    height: 28px;
    transition: all 0.3s ease;
    width: 28px;
    top: 0px;
    position: absolute;
    left: 0;
}.gui_service_connect .gui_support_request a:hover svg {
    transform: scale(1.1) rotate(5deg);
}.gui_service_connect .gui_support_request svg path {
    fill: #ffffff;
}.gui_service_connect .gui_support_request a span {
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 1px;
    display: block;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: calc(12px * 0.85);
}.gui_service_connect .gui_support_request a p {
    margin-bottom: 0;
    font-size: 12px;
    color: #ffffff;
    position: relative;
    font-weight: 600;
}.gui_service_connect .gui_support_request a p::after {
    width: 0;
    left: 0;
    transition: width 0.3s ease;
    background: #ffffff;
    content: '';
    bottom: -5px;
    position: absolute;
    height: 2px;
}.gui_service_connect .gui_support_request a:hover p::after {
    width: 100%;
}

@media (max-width: 1200px) {.gui_service_connect {
    padding: 100px 0;
}.gui_service_connect .gui_help_formsQO:nth-child(1) {
    padding: 40px;
}.gui_service_connect .gui_help_formsQO:nth-child(3) {
    padding: 30px;
}
}

@media (max-width: 992px) {.gui_service_connect {
    padding: 80px 0;
}.gui_service_connect .gui_contact_today {
    grid-template-columns: 1fr;
}.gui_service_connect .gui_help_formsQO:nth-child(1) {
    transform: translateY(0);
    grid-row: 2 / 3;
    grid-column: 1 / -1;
}.gui_service_connect .gui_help_formsQO:nth-child(2) {
    grid-row: 1 / 2;
    transform: translateY(0);
    grid-column: 1 / -1;
    height: 300px;
}.gui_service_connect .gui_help_formsQO:nth-child(3) {
    transform: translateY(0);
    grid-column: 1 / -1;
    grid-row: 3 / 4;
}.gui_service_connect .gui_reach_help {
    max-width: 100%;
}
}

@media (max-width: 768px) {.gui_service_connect {
    padding: 60px 0;
}.gui_service_connect .gui_help_formsQO:nth-child(1) {
    padding: 30px;
}.gui_service_connect .gui_help_formsQO:nth-child(3) {
    padding: 25px;
}.gui_service_connect .gui_talk_support {
    padding: 25px;
    margin-top: 30px;
}.gui_service_connect .gui_support_request {
    gap: 25px;
}
}

@media (max-width: 576px) {.gui_service_connect {
    padding: 40px 0;
}.gui_service_connect .gui_help_formsQO:nth-child(1) {
    padding: 25px;
}.gui_service_connect .gui_help_formsQO h2 {
    font-size: calc(36px * 0.9);
}.gui_service_connect .gui_talk_support {
    padding: 20px;
}.gui_service_connect .gui_edu_form {
    flex-direction: column;
}.gui_service_connect .gui_edu_form span {
    width: 100%;
}.gui_service_connect .gui_support_request a {
    padding-left: 40px;
}.gui_service_connect .gui_support_request svg {
    height: 24px;
    width: 24px;
}}header {
    position: fixed;
    background: #000000;
    top: 0;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    background: 
        linear-gradient(170deg, 
            #000000 0%,
            rgb(147,147,149,0.5) 100%);
    width: 100%;
}header::before {
    left: 0;
    z-index: 1;
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgb(110,110,113,0.5) 10px,
            rgb(110,110,113,0.5) 11px
        );
    opacity: 0.03;
    height: 100%;
}header::after {
    animation: gradient-shift 8s linear infinite;
    content: "";
    background-size: 200% 100%;
    z-index: 5;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(147,147,149),
        rgb(110,110,113),
        rgb(147,147,149));
    height: 5px;
    width: 100%;
    left: 0;
}header .container {
    padding: 0;
    flex-direction: column;
    align-items: center;
    display: flex;
    position: relative;
}header .gui_main_train {
    flex-direction: column;
    align-items: center;
    z-index: 2;
    padding-top: 1.5rem;
    position: relative;
    width: 100%;
    display: flex;
}header .gui_nav_main {
    text-decoration: none;
    z-index: 3;
    padding: 0.5rem 2rem;
    justify-content: center;
    margin-bottom: 2rem;
    position: relative;
    display: flex;
}header .gui_nav_main::before {
    bottom: -10px;
    content: "";
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(110,110,113,0.5) 20%,
        rgb(110,110,113) 50%,
        rgb(110,110,113,0.5) 80%,
        transparent 100%);
    left: -30%;
    width: 160%;
}header .gui_nav_main::after {
    height: 40px;
    border-radius: 50%;
    filter: blur(20px);
    content: "";
    z-index: -1;
    width: 40px;
    background: rgb(147,147,149,0.5);
    animation: orb-float 5s ease-in-out infinite alternate;
    position: absolute;
    opacity: 0.5;
}header .gui_nav_main svg {
    position: relative;
    z-index: 2;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: auto;
    filter: drop-shadow(0 0 8px rgb(147,147,149,0.5));
    height: 48px;
}header .gui_nav_main:hover svg {
    filter: drop-shadow(0 0 12px rgb(147,147,149));
    transform: scale(1.08);
}header .gui_nav_pro {
    background: linear-gradient(to bottom, 
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    width: 100vw;
    mask-image: linear-gradient(90deg, 
        transparent 0%,
        #000 5%,
        #000 95%,
        transparent 100%);
    display: flex;
    scrollbar-width: none;
    overflow-x: auto;
    gap: 1rem;
    position: relative;
    justify-content: center;
    padding: 1rem 0;
}header .gui_nav_pro::-webkit-scrollbar {
    display: none;
}header .gui_nav_pro::before {
    height: 1px;
    background: rgb(147,147,149,0.5);
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
}header .gui_head_sitewrap {
    font-weight: 400;
    white-space: nowrap;
    font-family: Arial, sans-serif;
    overflow: hidden;
    border: 1px solid rgb(147,147,149,0.5);
    text-decoration: none;
    position: relative;
    background: linear-gradient(135deg,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    padding: 0.6rem 1.8rem;
    color: #ffffff;
    font-size: 16px;
    border-radius: 29px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}header .gui_head_sitewrap::before {
    opacity: 0.5;
    left: -100%;
    position: absolute;
    height: 100%;
    transition: left 0.5s ease;
    width: 100%;
    top: 0;
    content: "";
    background: linear-gradient(90deg,
        transparent,
        rgb(110,110,113,0.5),
        transparent);
}header .gui_head_sitewrap::after {
    right: 12px;
    position: absolute;
    transform: translateY(-50%) scale(0);
    background: rgb(110,110,113);
    width: 8px;
    border-radius: 50%;
    transition: transform 0.3s ease;
    top: 50%;
    height: 8px;
    box-shadow: 0 0 10px rgb(110,110,113);
    content: "";
}header .gui_head_sitewrap:hover {
    border-color: rgb(110,110,113);
    box-shadow: 0 0 15px rgb(147,147,149,0.5),
                inset 0 0 10px rgb(147,147,149,0.5);
    color: rgb(110,110,113);
    transform: translateY(-2px);
}header .gui_head_sitewrap:hover::before {
    left: 100%;
}header .gui_head_sitewrap: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 .gui_nav_main {
    margin-bottom: 1.5rem;
}header .gui_nav_main svg {
    height: 42px;
}header .gui_head_sitewrap {
    padding: 0.5rem 1.5rem;
    font-size: calc(16px - 1px);
}
}

@media (max-width: 767px) {header .gui_main_train {
    padding-top: 1rem;
}header .gui_nav_main {
    margin-bottom: 1rem;
}header .gui_nav_main svg {
    height: 36px;
}header .gui_nav_pro {
    justify-content: flex-start;
    padding: 0.8rem 0;
}header .gui_head_sitewrap {
    margin: 0 0.2rem;
    font-size: calc(16px - 2px);
    padding: 0.4rem 1.2rem;
}header .gui_head_sitewrap:first-child {
    margin-left: 1rem;
}header .gui_head_sitewrap:last-child {
    margin-right: 1rem;
}header .gui_head_sitewrap::after {
    height: 6px;
    right: 8px;
    width: 6px;
}
}