* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}a {
    color: inherit;
    text-decoration: none;
}.gui-warp-container {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}svg {
    width: 30px;
    height: 30px;
}.gui-media-kit {
    flex: 0 0 auto;
}.gui-head-mentor {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.container {
    margin: auto;
    width: 1253px;
    max-width: 100%;
}html,body {
    height: 100%;
    color: #000000;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    min-height: 100%;
}
@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-contact-form-box {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: linear-gradient(90deg, #ffffff 50%, rgb(216,236,218) 50%);
}.gui-contact-form-box::before {
    content: "";
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
    z-index: 0;
    background-size: 60px 60px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}.gui-contact-form-box .container {
    padding: 0 20px;
    z-index: 1;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.gui-contact-form-box h2 {
    color: rgb(180,216,183);
    font-size: 32px;
    margin-bottom: 60px;
    position: relative;
    text-align: center;
    font-weight: 700;
}.gui-contact-form-box h2::after {
    left: 50%;
    content: "";
    width: 60px;
    position: absolute;
    height: 3px;
    background: rgb(180,216,183);
    transform: translateX(-50%);
    bottom: -15px;
}.gui-contact-form-box .gui-message-feedback {
    overflow: hidden;
    display: flex;
    background: #ffffff;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 19px;
}.gui-contact-form-box .gui-message-feedback::before {
    background: linear-gradient(90deg, rgb(180,216,183), rgb(138,194,143));
    height: 5px;
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}.gui-contact-form-box .gui-article-photo {
    position: relative;
    flex: 0 0 50%;
    min-height: 550px;
    transition: all 0.5s ease;
}.gui-contact-form-box .gui-article-photo::after {
    content: "";
    height: 100%;
    left: 0;
    background: linear-gradient(45deg, rgb(180,216,183,0.5), transparent);
    width: 100%;
    position: absolute;
    top: 0;
}.gui-contact-form-box .gui-message-query {
    background: #ffffff;
    flex: 0 0 50%;
    position: relative;
    padding: 60px 50px;
}.gui-contact-form-box .gui-message-query::before {
    position: absolute;
    width: 10px;
    left: 0;
    top: 0;
    height: 100%;
    background: rgb(216,236,218);
    content: "";
}.gui-contact-form-box #contact {
    gap: 30px;
    flex-direction: column;
    display: flex;
}.gui-contact-form-box h3 {
    position: relative;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    display: inline-block;
    padding-bottom: 10px;
    color: #000000;
}.gui-contact-form-box h3::after {
    bottom: 0;
    position: absolute;
    width: 100%;
    content: "";
    height: 2px;
    background: rgb(180,216,183,0.5);
    left: 0;
}.gui-contact-form-box input[type="text"] {
    width: 100%;
    font-size: 14px;
    border: 2px solid rgb(216,236,218);
    border-radius: 10px;
    padding: 18px 20px;
    background: #ffffff;
    color: #000000;
    transition: all 0.3s ease;
}.gui-contact-form-box input[type="text"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    outline: none;
    border-color: rgb(180,216,183);
}.gui-contact-form-box input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}.gui-contact-form-box .gui-message-inquiry {
    margin-top: 10px;
    align-items: flex-start;
    gap: 12px;
    display: flex;
}.gui-contact-form-box .gui-message-inquiry input[type="checkbox"] {
    transition: all 0.3s ease;
    border-radius: 10px;
    position: relative;
    margin-top: 2px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    border: 2px solid rgb(216,236,218);
    appearance: none;
}.gui-contact-form-box .gui-message-inquiry input[type="checkbox"]:checked {
    background: rgb(180,216,183);
    border-color: rgb(180,216,183);
}.gui-contact-form-box .gui-message-inquiry input[type="checkbox"]:checked::after {
    width: 6px;
    border-right: 2px solid #ffffff;
    position: absolute;
    left: 8px;
    height: 10px;
    content: "";
    border-bottom: 2px solid #ffffff;
    top: 5px;
    transform: rotate(45deg);
}.gui-contact-form-box .gui-message-inquiry label {
    color: #000000;
    line-height: 1.5;
    font-size: 14px;
}.gui-contact-form-box .gui-message-inquiry a {
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(180,216,183);
}.gui-contact-form-box .gui-message-inquiry a:hover {
    color: rgb(138,194,143);
}.gui-contact-form-box .gui-connect-message {
    transition: all 0.3s ease;
    cursor: pointer;
    margin-top: 20px;
    font-size: 16px;
    align-self: flex-start;
    background: rgb(180,216,183);
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    color: #ffffff;
    border: none;
    padding: 16px 40px;
    box-shadow: 0 8px 20px rgb(180,216,183,0.5);
    font-weight: 600;
}.gui-contact-form-box .gui-connect-message::before {
    transition: all 0.6s ease;
    height: 100%;
    left: -100%;
    width: 100%;
    content: "";
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}.gui-contact-form-box .gui-connect-message:hover {
    background: rgb(138,194,143);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgb(138,194,143,0.5);
}.gui-contact-form-box .gui-connect-message:hover::before {
    left: 100%;
}.gui-contact-form-box svg {
    fill: rgb(180,216,183);
    transition: all 0.3s ease;
    height: 22px;
    width: 22px;
}.gui-contact-form-box svg path {
    fill: rgb(180,216,183);
    transition: all 0.3s ease;
}.gui-contact-form-box svg:hover {
    transform: translateY(-2px);
    fill: rgb(138,194,143);
}.gui-contact-form-box svg:hover path {
    fill: rgb(138,194,143);
}

@media (max-width: 1200px) {.gui-contact-form-box {
    background: #ffffff;
}
}

@media (max-width: 992px) {.gui-contact-form-box {
    padding: 80px 0;
}.gui-contact-form-box .gui-message-feedback {
    flex-direction: column-reverse;
}.gui-contact-form-box .gui-article-photo {
    flex: 0 0 auto;
    min-height: 350px;
}.gui-contact-form-box .gui-message-query {
    padding: 50px 40px;
    flex: 0 0 auto;
}.gui-contact-form-box .gui-message-query::before {
    height: 10px;
    left: 0;
    width: 100%;
    top: 0;
}
}

@media (max-width: 768px) {.gui-contact-form-box {
    padding: 60px 0;
}.gui-contact-form-box h2 {
    font-size: calc(32px - 4px);
    margin-bottom: 40px;
}.gui-contact-form-box .gui-message-query {
    padding: 40px 30px;
}.gui-contact-form-box #contact {
    gap: 25px;
}.gui-contact-form-box .gui-article-photo {
    min-height: 300px;
}
}

@media (max-width: 576px) {.gui-contact-form-box {
    padding: 50px 0;
}.gui-contact-form-box .container {
    padding: 0 15px;
}.gui-contact-form-box h2 {
    font-size: calc(32px - 6px);
    margin-bottom: 30px;
}.gui-contact-form-box .gui-message-query {
    padding: 35px 25px;
}.gui-contact-form-box #contact {
    gap: 20px;
}.gui-contact-form-box input[type="text"] {
    padding: 15px;
}.gui-contact-form-box .gui-connect-message {
    width: 100%;
    padding: 15px 25px;
}.gui-contact-form-box .gui-article-photo {
    min-height: 250px;
}}.gui-program-results {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(216,236,218) 0%, rgba(245, 245, 250, 0.95) 100%);
}.gui-program-results::before {
    z-index: 0;
    filter: blur(50px);
    height: 25%;
    background: linear-gradient(225deg, rgb(180,216,183,0.5) 0%, transparent 70%);
    right: -5%;
    width: 25%;
    border-radius: 50%;
    top: -5%;
    content: "";
    animation: float 15s infinite alternate ease-in-out;
    position: absolute;
}.gui-program-results::after {
    animation: float 18s infinite alternate-reverse ease-in-out;
    content: "";
    width: 20%;
    height: 20%;
    filter: blur(40px);
    left: -5%;
    z-index: 0;
    position: absolute;
    bottom: -5%;
    border-radius: 50%;
    background: linear-gradient(45deg, rgb(138,194,143,0.5) 0%, transparent 70%);
}.gui-program-results .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 1;
    padding: 0 1.5rem;
}.gui-program-results .gui-who-weare {
    align-items: center;
    gap: 2.5rem;
    grid-template-columns: 1fr;
    display: grid;
}.gui-program-results .gui-subtext-wrap {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateY(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(180,216,183);
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.8);
}.gui-program-results .gui-subtext-wrap:hover {
    transform: translateY(-5px);
}.gui-program-results h4 {
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.75rem;
    font-weight: 700;
    font-size: 19px;
    color: #000000;
}.gui-program-results h4::after {
    width: 80px;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(180,216,183) 0%, rgb(138,194,143) 100%);
    bottom: 0;
    left: 0;
    height: 3px;
}.gui-program-results .gui-subtext-wrap > div {
    margin-bottom: 1.5rem;
}.gui-program-results .gui-subtext-wrap > div:last-child {
    margin-bottom: 0;
}.gui-program-results ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.gui-program-results li {
    margin-bottom: 1rem;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateX(0);
}.gui-program-results li:hover {
    transform: translateX(8px);
}.gui-program-results li:last-child {
    margin-bottom: 0;
}.gui-program-results li p {
    margin: 0;
    gap: 1rem;
    display: flex;
    line-height: 1.6;
    align-items: flex-start;
    font-size: calc(12px - 0.05rem);
    color: #000000;
}.gui-program-results li p span:first-child {
    margin-top: 0.2rem;
    flex-shrink: 0;
}.gui-program-results svg {
    transition: transform 0.3s ease;
    width: 22px;
    display: block;
    height: 22px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}.gui-program-results li:hover svg {
    transform: rotate(15deg) scale(1.1);
}.gui-program-results svg path {
    fill: rgb(180,216,183);
    transition: fill 0.3s ease;
}.gui-program-results li:hover svg path {
    fill: rgb(138,194,143);
}.gui-program-results .gui-article-photo {
    filter: saturate(1.05);
    object-fit: cover;
    height: auto;
    width: 100%;
    transform: perspective(1000px) rotateY(-3deg);
    border-radius: 27px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 8px 12px rgba(0, 0, 0, 0.06);
}.gui-program-results .gui-article-photo:hover {
    transform: perspective(1000px) rotateY(0deg);
}

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

@media (min-width: 768px) {.gui-program-results {
    padding: 8rem 0;
}.gui-program-results .gui-who-weare {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 4rem;
}.gui-program-results .gui-subtext-wrap {
    padding: 3rem;
}.gui-program-results h4 {
    font-size: calc(19px + 0.2rem);
}.gui-program-results .gui-subtext-wrap > div {
    display: flex;
    gap: 2rem;
}.gui-program-results .gui-subtext-wrap > div ul {
    flex: 1;
}.gui-program-results .gui-article-photo {
    height: 100%;
    max-height: 500px;
}
}

@media (min-width: 992px) {.gui-program-results {
    padding: 10rem 0;
}.gui-program-results .gui-who-weare {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 5rem;
}.gui-program-results .gui-article-photo {
    max-height: 600px;
}
}

@media (max-width: 767px) {.gui-program-results .gui-subtext-wrap {
    padding: 1.5rem;
}.gui-program-results h4 {
    font-size: calc(19px - 0.1rem);
}.gui-program-results li p {
    font-size: calc(12px - 0.1rem);
}.gui-program-results svg {
    width: 20px;
    height: 20px;
}
}

@media (max-width: 480px) {.gui-program-results {
    padding: 4rem 0;
}.gui-program-results .gui-subtext-wrap {
    padding: 1.25rem;
}.gui-program-results h4 {
    font-size: calc(19px - 0.2rem);
}.gui-program-results li p {
    gap: 0.75rem;
}}.gui-privacy-shield {
    padding: 50px;
    color: #000000;
    height: auto;
    overflow: hidden;
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    width: 100%;
}.gui-privacy-shield h1 {
    border-bottom: 3px solid rgb(180,216,183);
    margin-top: 0;
    font-weight: 700;
    font-size: 40px;
    color: rgb(180,216,183);
    padding-bottom: 15px;
    text-transform: uppercase;
    margin-bottom: 40px;
}.gui-privacy-shield h2 {
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(138,194,143);
    font-size: 33px;
    margin-bottom: 20px;
    text-transform: uppercase;
    margin-top: 30px;
    color: rgb(138,194,143);
}.gui-privacy-shield h3, .gui-privacy-shield h4, .gui-privacy-shield h5, .gui-privacy-shield h6 {
    padding-bottom: 5px;
    font-size: 16px;
    border-bottom: 1px solid rgb(180,216,183,0.5);
    margin-bottom: 15px;
    color: rgb(180,216,183);
    margin-top: 25px;
    font-weight: 400;
}.gui-privacy-shield ul, .gui-privacy-shield ol {
    margin: 20px 0;
    padding-left: 0;
    list-style-type: none;
}.gui-privacy-shield ul li::before {
    content: '•';
    color: rgb(138,194,143);
    width: 1em;
    margin-left: -1em;
    display: inline-block;
}.gui-privacy-shield ol li {
    counter-increment: list;
}.gui-privacy-shield ol li::before {
    color: rgb(138,194,143);
    width: 1em;
    display: inline-block;
    content: counter(list) ".";
    margin-left: -1em;
}.gui-privacy-shield li {
    padding-left: 5px;
    margin-bottom: 10px;
}.gui-privacy-shield section {
    background: rgb(138,194,143,0.5);
    border-radius: 10px;
    border: 1px solid rgb(180,216,183,0.5);
    padding: 30px;
}.gui-privacy-shield p, .gui-privacy-shield span, .gui-privacy-shield div {
    line-height: 1.8;
    font-size: 13px;
    margin-bottom: 20px;
    color: #000000;
}

@media only screen and (max-width: 800px) {.gui-privacy-shield {
    padding: 25px;
}.gui-privacy-shield h1 {
    font-size: calc(21px - 10px);
}.gui-privacy-shield h2 {
    font-size: calc(21px - 8px);
}.gui-privacy-shield h3, .gui-privacy-shield h4, .gui-privacy-shield h5, .gui-privacy-shield h6 {
    font-size: calc(16px - 6px);
}.gui-privacy-shield ul, .gui-privacy-shield ol {
    margin-left: 15px;
}}

.gui-privacy-shield a {
    text-decoration: none;
    border-bottom: 2px solid rgb(180,216,183,0.5);
    color: rgb(180,216,183);
}.gui-privacy-shield a:hover {
    border-bottom: 2px solid rgb(180,216,183);
    text-decoration: underline;
}.gui-study-process {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(216,236,218) 0%, rgba(249, 249, 249, 0.9) 100%);
    overflow: hidden;
}.gui-study-process::before {
    z-index: 1;
    height: 100%;
    background-size: 50px 50px;
    width: 100%;
    opacity: 0.15;
    position: absolute;
    top: 0;
    background-image: 
        linear-gradient(30deg, rgb(180,216,183,0.5) 1px, transparent 1px),
        linear-gradient(120deg, rgb(180,216,183,0.5) 1px, transparent 1px);
    content: "";
    left: 0;
    animation: patternMove 60s linear infinite;
}.gui-study-process::after {
    width: 30%;
    z-index: 0;
    content: "";
    top: -10%;
    opacity: 0.1;
    filter: blur(70px);
    height: 60%;
    position: absolute;
    background: linear-gradient(
        45deg,
        rgb(180,216,183,0.5) 0%,
        rgb(138,194,143,0.5) 50%,
        transparent 100%
    );
    right: -5%;
    transform: rotate(-5deg);
    pointer-events: none;
}.gui-study-process .gui-who-weare {
    transform: translateZ(0);
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
}.gui-study-process h2 {
    margin-bottom: 40px;
    font-size: 38px;
    transform: translateX(0);
    font-weight: 600;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.3, 0.97);
    line-height: 1.2;
    text-align: left;
    color: #000000;
}.gui-study-process h2::after {
    content: "";
    transform: scaleX(1);
    position: absolute;
    background: linear-gradient(90deg, rgb(180,216,183) 0%, rgb(138,194,143) 100%);
    transform-origin: left center;
    height: 3px;
    transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.3, 0.97);
    bottom: -12px;
    width: 80px;
    left: 0;
}.gui-study-process:hover h2::after {
    transform: scaleX(1.5);
}.gui-study-process .gui-subtext-wrap {
    z-index: 2;
    transform: translateY(0) perspective(1000px) rotateX(0);
    position: relative;
    background: #ffffff;
    padding: 40px;
    border-left: 6px solid rgb(180,216,183);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 0 5px 15px rgba(0, 0, 0, 0.04);
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.3, 0.97), box-shadow 0.5s ease;
    overflow: hidden;
}.gui-study-process .gui-subtext-wrap::before {
    width: 100%;
    top: 0;
    position: absolute;
    background-size: 20px 20px;
    height: 100%;
    background: linear-gradient(45deg, transparent 48%, rgba(rgb(180,216,183,0.5), 0.02) 50%, transparent 52%);
    left: 0;
    z-index: -1;
    transition: opacity 0.5s ease;
    content: "";
    opacity: 0.8;
}.gui-study-process .gui-subtext-wrap:hover {
    transform: translateY(-5px) perspective(1000px) rotateX(2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.06);
}.gui-study-process .gui-subtext-wrap:hover::before {
    opacity: 0.3;
}.gui-study-process p {
    margin: 0;
    position: relative;
    color: #000000;
    z-index: 3;
    line-height: 1.8;
    font-size: 14px;
    transition: transform 0.3s ease;
}.gui-study-process .gui-subtext-wrap::after {
    top: -80px;
    width: 160px;
    height: 160px;
    position: absolute;
    opacity: 0.1;
    z-index: 1;
    background: linear-gradient(45deg, transparent, rgb(180,216,183,0.5) 70%);
    right: -80px;
    content: "";
    transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.3, 0.97);
    border-radius: 50%;
}.gui-study-process .gui-subtext-wrap:hover::after {
    transform: scale(1.2) rotate(10deg);
}

@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@media (max-width: 991px) {.gui-study-process {
    padding: 80px 0;
}.gui-study-process h2 {
    margin-bottom: 30px;
    font-size: calc(38px * 0.9);
}.gui-study-process .gui-subtext-wrap {
    padding: 30px;
}
}

@media (max-width: 767px) {.gui-study-process {
    padding: 60px 0;
}.gui-study-process h2 {
    text-align: center;
    font-size: calc(38px * 0.85);
    margin-bottom: 25px;
}.gui-study-process h2::after {
    transform: translateX(-50%) scaleX(1);
    left: 50%;
}.gui-study-process:hover h2::after {
    transform: translateX(-50%) scaleX(1.5);
}.gui-study-process .gui-subtext-wrap {
    border-top: 4px solid rgb(180,216,183);
    padding: 25px 20px;
    border-left: none;
}.gui-study-process p {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 575px) {.gui-study-process {
    padding: 50px 0;
}.gui-study-process h2 {
    margin-bottom: 20px;
    font-size: calc(38px * 0.75);
}.gui-study-process .gui-subtext-wrap {
    padding: 20px 15px;
}.gui-study-process p {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}
}

@media (min-width: 1400px) {.gui-study-process .gui-who-weare {
    max-width: 1320px;
}.gui-study-process h2 {
    font-size: calc(38px * 1.1);
}.gui-study-process .gui-subtext-wrap {
    padding: 50px;
}}.gui-interested-learners {
    background: rgb(216,236,218);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.gui-interested-learners::before {
    background: linear-gradient(
        135deg,
        transparent 20px,
        rgb(180,216,183,0.5) 20px,
        rgb(180,216,183,0.5) 22px,
        transparent 22px
    ),
    linear-gradient(
        225deg,
        transparent 20px,
        rgb(138,194,143,0.5) 20px,
        rgb(138,194,143,0.5) 22px,
        transparent 22px
    );
    left: 0;
    content: "";
    opacity: 0.15;
    position: absolute;
    z-index: 0;
    top: 0;
    background-size: 60px 60px;
    width: 100%;
    height: 100%;
}.gui-interested-learners::after {
    filter: blur(1px);
    top: 0;
    opacity: 0.1;
    position: absolute;
    height: 100%;
    content: "";
    background: 
        linear-gradient(90deg, transparent 47%, rgb(180,216,183,0.5) 47%, rgb(180,216,183,0.5) 53%, transparent 53%),
        linear-gradient(0deg, transparent 47%, rgb(138,194,143,0.5) 47%, rgb(138,194,143,0.5) 53%, transparent 53%);
    background-size: 40px 40px;
    z-index: 0;
    left: 0;
    width: 100%;
}.gui-interested-learners .gui-who-weare {
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    padding: 0 30px;
    position: relative;
}.gui-interested-learners h3 {
    font-weight: 700;
    transform: translateX(-50%);
    font-family: Arial, sans-serif;
    text-align: center;
    display: inline-block;
    position: relative;
    font-size: 34px;
    padding: 0 20px 20px;
    margin-bottom: 80px;
    box-shadow: 0 10px 25px -10px rgb(180,216,183,0.5);
    left: 50%;
    color: #000000;
}.gui-interested-learners h3::before {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    background: linear-gradient(90deg, 
        rgb(180,216,183),
        rgb(138,194,143),
        rgb(180,216,183)
    );
    bottom: 0;
    left: 0;
}.gui-interested-learners h3::after {
    content: "";
    animation: pulseCircle 2s infinite;
    height: 12px;
    border-radius: 50%;
    background: rgb(180,216,183);
    position: absolute;
    bottom: -6px;
    transform: translateX(-50%);
    box-shadow: 0 0 15px rgb(180,216,183,0.5);
    width: 12px;
    left: 50%;
}.gui-interested-learners ul {
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    list-style: none;
    display: grid;
}.gui-interested-learners ul li {
    border-top: 1px solid rgb(138,194,143,0.5);
    font-size: 16px;
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.05),
        -10px -10px 20px rgba(255, 255, 255, 0.5);
    position: relative;
    border-left: 3px solid rgb(180,216,183);
    padding: 25px 25px 25px 70px;
    transition: all 0.4s ease;
    font-family: Arial, sans-serif;
    border-right: 1px solid rgb(138,194,143,0.5);
    background: #ffffff;
    color: #000000;
    border-bottom: 3px solid rgb(138,194,143);
}.gui-interested-learners ul li::before {
    content: "";
    height: 10px;
    top: -5px;
    border-radius: 50%;
    position: absolute;
    background: rgb(180,216,183);
    width: 10px;
    left: -5px;
}.gui-interested-learners ul li::after {
    border-radius: 50%;
    content: "";
    bottom: -5px;
    height: 10px;
    background: rgb(138,194,143);
    position: absolute;
    right: -5px;
    width: 10px;
}.gui-interested-learners ul li:hover {
    border-left: 3px solid rgb(138,194,143);
    transform: translateY(-5px);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.6);
    border-bottom: 3px solid rgb(180,216,183);
}.gui-interested-learners ul li svg {
    top: 50%;
    left: 20px;
    width: 35px;
    height: 35px;
    transition: all 0.4s ease;
    position: absolute;
    transform: translateY(-50%);
}.gui-interested-learners ul li:hover svg {
    transform: translateY(-50%) scale(1.2);
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
}.gui-interested-learners ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(180,216,183);
}.gui-interested-learners ul li:hover svg path {
    fill: rgb(138,194,143);
}.gui-interested-learners ul::before {
    background-image: 
        linear-gradient(45deg, transparent 97%, rgb(180,216,183,0.5) 97%),
        linear-gradient(135deg, transparent 97%, rgb(138,194,143,0.5) 97%);
    background-size: 30px 30px;
    z-index: -1;
    width: 100%;
    opacity: 0.3;
    left: 0;
    position: absolute;
    height: 100%;
    content: "";
    pointer-events: none;
    top: 0;
}@keyframes pulseCircle {
    0%, 100% {
        box-shadow: 0 0 10px rgb(180,216,183,0.5);
    }
    50% {
        box-shadow: 0 0 20px rgb(180,216,183);
    }
}

.gui-interested-learners ul li:nth-child(odd) {
    animation: lightsOn 3s infinite alternate;
}.gui-interested-learners ul li:nth-child(even) {
    animation: lightsOn 5s infinite alternate-reverse;
}

@keyframes lightsOn {
    0% {
        box-shadow: 
            10px 10px 20px rgba(0, 0, 0, 0.05),
            -10px -10px 20px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 
            10px 10px 20px rgba(0, 0, 0, 0.05),
            -10px -10px 20px rgba(255, 255, 255, 0.5),
            0 0 15px rgb(180,216,183,0.5);
    }
}

@media (max-width: 992px) {.gui-interested-learners {
    padding: 80px 0;
}.gui-interested-learners ul {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.gui-interested-learners h3 {
    font-size: calc(34px * 0.9);
    margin-bottom: 60px;
}
}

@media (max-width: 768px) {.gui-interested-learners {
    padding: 60px 0;
}.gui-interested-learners ul {
    gap: 20px;
    grid-template-columns: 1fr;
}.gui-interested-learners ul li {
    padding: 20px 20px 20px 65px;
}.gui-interested-learners h3 {
    font-size: calc(34px * 0.8);
    margin-bottom: 40px;
}
}

@media (max-width: 480px) {.gui-interested-learners {
    padding: 50px 0;
}.gui-interested-learners .gui-who-weare {
    padding: 0 15px;
}.gui-interested-learners h3 {
    font-size: calc(34px * 0.7);
    margin-bottom: 35px;
}.gui-interested-learners ul li {
    padding: 18px 15px 18px 60px;
}.gui-interested-learners ul li svg {
    left: 15px;
    height: 30px;
    width: 30px;
}}.gui-pricing-table {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.gui-pricing-table::before {
    top: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(20, 20, 40, 0.75) 100%);
    z-index: 1;
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
}.gui-pricing-table .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    z-index: 2;
}.gui-pricing-table .gui-pricing-levels {
    perspective: 1000px;
}.gui-pricing-table h2 {
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    font-weight: 700;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    transform: translateZ(30px);
    text-align: center;
    font-size: 33px;
}.gui-pricing-table .gui-pricing-rates {
    color: #ffffff;
    margin: 0 auto 50px;
    font-weight: 400;
    line-height: 1.6;
    max-width: 700px;
    text-align: center;
    opacity: 0.9;
    font-size: 16px;
    transform: translateZ(20px);
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
}.gui-pricing-table .gui-value-fees {
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    list-style: none;
    margin: 0;
    gap: 30px;
    display: grid;
}.gui-pricing-table .gui-value-fees li {
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.gui-pricing-table .gui-rate-options {
    transform-style: preserve-3d;
    position: relative;
    transition: all 0.4s ease;
    height: 100%;
    text-decoration: none;
    display: block;
}.gui-pricing-table .gui-payment-plan {
    background: linear-gradient(145deg, 
        rgba(255, 255, 255, 0.07) 0%,
        rgba(255, 255, 255, 0.03) 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
                0 5px 15px rgba(0, 0, 0, 0.1),
                inset 0 1px 1px rgba(255, 255, 255, 0.1);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    overflow: hidden;
    -webkit-backdrop-filter: blur(10px);
    height: 100%;
    transform-style: preserve-3d;
    backdrop-filter: blur(10px);
}.gui-pricing-table .gui-payment-plan::before {
    transform-origin: left;
    content: "";
    top: 0;
    height: 5px;
    left: 0;
    background: linear-gradient(90deg, 
        rgb(180,216,183) 0%,
        rgb(138,194,143) 100%);
    position: absolute;
    right: 0;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform: scaleX(0.92);
}.gui-pricing-table .gui-payment-plan::after {
    left: 10px;
    height: 2px;
    content: "";
    bottom: -2px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
                opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    transform-origin: bottom;
    background: linear-gradient(90deg, 
        rgb(138,194,143,0.5) 0%,
        rgb(180,216,183,0.5) 100%);
    right: 10px;
    opacity: 0.7;
}.gui-pricing-table .gui-learn-deals {
    padding: 35px 30px;
    transform: translateZ(10px);
}.gui-pricing-table .gui-learn-deals h4 {
    font-weight: 700;
    display: inline-block;
    color: #ffffff;
    transform: translateZ(5px);
    font-size: calc(20px * 1.1);
    margin: 0 0 20px;
    position: relative;
}.gui-pricing-table .gui-learn-deals h4::after {
    transform-origin: left;
    left: 0;
    background: rgb(180,216,183);
    transition: width 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    height: 3px;
    width: 40px;
    bottom: -8px;
    position: absolute;
    content: "";
}.gui-pricing-table .gui-learn-deals p {
    hyphens: auto;
    overflow-wrap: break-word;
    opacity: 0.85;
    overflow-y: auto;
    font-size: 16px;
    margin: 0 0 25px;
    word-wrap: break-word;
    max-height: 250px;
    padding-right: 5px;
    line-height: 1.6;
    color: #ffffff;
    font-weight: 400;
}.gui-pricing-table .gui-learn-deals p::-webkit-scrollbar {
    width: 4px;
}.gui-pricing-table .gui-learn-deals p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(180,216,183,0.5);
}.gui-pricing-table .gui-study-sub {
    font-size: calc(20px * 1.2);
    margin-top: 20px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    display: block;
    font-weight: 700;
    transform: translateZ(15px);
    color: #ffffff;
    text-align: right;
}.gui-pricing-table .gui-study-sub::before {
    background: rgb(180,216,183);
    transform: translateY(-2px);
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 8px;
    box-shadow: 0 0 15px rgb(180,216,183);
}.gui-pricing-table .gui-value-fees li:hover {
    transform: translateY(-5px) scale(1.02);
}.gui-pricing-table .gui-value-fees li:hover .gui-payment-plan {
    transform: translateZ(20px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.3),
                0 10px 25px rgba(0, 0, 0, 0.2),
                inset 0 1px 1px rgba(255, 255, 255, 0.15);
}.gui-pricing-table .gui-value-fees li:hover .gui-payment-plan::before {
    transform: scaleX(1);
}.gui-pricing-table .gui-value-fees li:hover .gui-payment-plan::after {
    transform: scaleY(1.5);
    opacity: 0.9;
}.gui-pricing-table .gui-value-fees li:hover .gui-learn-deals h4::after {
    width: 100%;
}

@media (max-width: 991px) {.gui-pricing-table {
    padding: 80px 0;
}.gui-pricing-table h2 {
    font-size: calc(33px * 0.9);
}.gui-pricing-table .gui-value-fees {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.gui-pricing-table .gui-learn-deals {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.gui-pricing-table {
    padding: 60px 0;
}.gui-pricing-table h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 15px;
}.gui-pricing-table .gui-pricing-rates {
    margin-bottom: 40px;
    font-size: calc(16px * 0.95);
}.gui-pricing-table .gui-value-fees {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.gui-pricing-table .gui-learn-deals {
    padding: 25px 20px;
}.gui-pricing-table .gui-learn-deals h4 {
    font-size: 20px;
}.gui-pricing-table .gui-study-sub {
    font-size: calc(20px * 1.1);
}
}

@media (max-width: 480px) {.gui-pricing-table {
    padding: 50px 0;
}.gui-pricing-table h2 {
    font-size: calc(33px * 0.7);
}.gui-pricing-table .gui-pricing-rates {
    font-size: calc(16px * 0.9);
}.gui-pricing-table .gui-learn-deals {
    padding: 20px 15px;
}.gui-pricing-table .gui-learn-deals p {
    line-height: 1.5;
    max-height: 200px;
    font-size: calc(16px * 0.9);
}}.gui-media-kit {
    color: #ffffff;
    position: relative;
    padding: 6rem 0 4rem;
    z-index: 1;
}.gui-media-kit::before {
    opacity: 0.85;
    z-index: -1;
    content: "";
    position: absolute;
    background: #000000;
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
}.gui-media-kit::after {
    opacity: 0.15;
    position: absolute;
    background-size: 30px 30px;
    content: "";
    height: 100%;
    left: 0;
    z-index: -1;
    animation: gridAnimate 15s linear infinite;
    width: 100%;
    background: 
        linear-gradient(rgba(rgb(180,216,183), 0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(rgb(180,216,183), 0.2) 1px, transparent 1px);
    top: 0;
    background-position: center;
}@keyframes gridAnimate {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

.gui-media-kit .container {
    grid-gap: 2rem;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
}.gui-media-kit .company_holder {
    grid-column: 1 / 5;
    position: relative;
    grid-row: 1;
}.gui-media-kit .company_holder::before {
    width: 60px;
    border-top: 2px solid rgb(180,216,183);
    border-left: 2px solid rgb(180,216,183);
    left: -20px;
    opacity: 0.7;
    height: 60px;
    position: absolute;
    top: -20px;
    content: "";
}.gui-media-kit .company_holder::after {
    width: 60px;
    content: "";
    border-right: 2px solid rgb(180,216,183);
    position: absolute;
    border-bottom: 2px solid rgb(180,216,183);
    right: -20px;
    height: 60px;
    opacity: 0.7;
    bottom: -20px;
}.gui-media-kit .company_holder h3 {
    display: inline-block;
    margin-bottom: 1.5rem;
    background: linear-gradient(90deg, #ffffff, rgb(180,216,183));
    position: relative;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 29px;
}.gui-media-kit .company_holder h3::after {
    height: 2px;
    width: 30%;
    position: absolute;
    content: "";
    left: 0;
    bottom: -5px;
    box-shadow: 0 0 10px rgb(180,216,183);
    background: rgb(180,216,183);
}.gui-media-kit .gui-citation {
    font-size: 14px;
    opacity: 0.8;
    line-height: 1.6;
    margin-top: 1.5rem;
    color: #ffffff;
}.gui-media-kit .gui-workshop-cta {
    grid-row: 1;
    grid-column: 6 / 13;
    justify-content: flex-end;
    display: flex;
}.gui-media-kit .gui-head-core {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    width: 100%;
}.gui-media-kit .gui-head-lesson {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    padding: 1.5rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(4px);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border-radius: 10px;
    position: relative;
}.gui-media-kit .gui-head-lesson:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
}.gui-media-kit .gui-head-lesson::before {
    transition: height 0.3s ease;
    top: 0;
    width: 3px;
    height: 0;
    content: "";
    background: rgb(180,216,183);
    position: absolute;
    left: 0;
}.gui-media-kit .gui-head-lesson:hover::before {
    height: 100%;
}.gui-media-kit .gui-head-lesson h5 {
    padding-left: 1rem;
    color: rgb(138,194,143);
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
    position: relative;
    font-weight: 600;
    font-size: 19px;
}.gui-media-kit .gui-head-lesson h5::before {
    transform: translateY(-50%);
    box-shadow: 0 0 10px rgb(180,216,183);
    left: 0;
    content: "";
    background: rgb(180,216,183);
    width: 5px;
    border-radius: 50%;
    height: 5px;
    position: absolute;
    top: 50%;
}.gui-media-kit .gui-head-lesson .gui-head-core {
    display: flex;
    gap: 0.7rem;
    flex-direction: column;
}.gui-media-kit .gui-head-lesson .gui-head-core a {
    opacity: 0.7;
    padding: 0.4rem 1rem;
    overflow: hidden;
    text-decoration: none;
    font-size: 14px;
    border-radius: 10px;
    color: #ffffff;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}.gui-media-kit .gui-head-lesson .gui-head-core a::before {
    transition: transform 0.3s ease;
    left: 0;
    transform: translateX(-100%);
    position: absolute;
    z-index: -1;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgba(rgb(180,216,183,0.5), 0.1), transparent);
    top: 0;
}.gui-media-kit .gui-head-lesson .gui-head-core a:hover {
    padding-left: 1.5rem;
    opacity: 1;
    color: #ffffff;
}.gui-media-kit .gui-head-lesson .gui-head-core a:hover::before {
    transform: translateX(0);
}.gui-price-table {
    padding: 1.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(0, 0, 0, 0.5);
    grid-row: 2;
    position: relative;
    margin-top: 4rem;
    grid-column: 1 / 13;
}.gui-price-table::before {
    width: 60%;
    left: 50%;
    content: "";
    transform: translateX(-50%);
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(180,216,183), transparent);
    height: 1px;
    position: absolute;
}.gui-price-table .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.gui-price-table .gui-access-help {
    letter-spacing: 0.5px;
    opacity: 0.7;
    text-align: center;
    font-size: 13px;
    color: #ffffff;
}

@media screen and (max-width: 992px) {.gui-media-kit .container {
    grid-template-columns: repeat(1, 1fr);
}.gui-media-kit .company_holder {
    grid-column: 1;
    grid-row: 1;
}.gui-media-kit .gui-workshop-cta {
    margin-top: 2rem;
    grid-column: 1;
    grid-row: 2;
}.gui-price-table {
    grid-row: 3;
    margin-top: 3rem;
}
}

@media screen and (max-width: 768px) {.gui-media-kit {
    padding: 4rem 0 3rem;
}.gui-media-kit .gui-head-core {
    gap: 2rem;
    grid-template-columns: 1fr;
}.gui-media-kit .gui-head-lesson {
    padding: 1.2rem;
}.gui-media-kit .gui-head-lesson h5 {
    font-size: calc(19px * 0.9);
}.gui-media-kit .company_holder::before,
    .gui-media-kit .company_holder::after {
    width: 40px;
    height: 40px;
}
}

@media screen and (max-width: 576px) {.gui-media-kit {
    padding: 3rem 0 2rem;
}.gui-media-kit .company_holder h3 {
    font-size: calc(29px * 0.9);
}.gui-media-kit .gui-citation {
    font-size: calc(14px * 0.9);
}.gui-media-kit .gui-head-lesson .gui-head-core a {
    font-size: calc(14px * 0.9);
}.gui-price-table {
    margin-top: 2rem;
    padding: 1rem 0;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(180,216,183);
}header .top_plank .gui-peak-knowledge div svg, header .top_plank .gui-peak-knowledge div svg path {
    fill: #ffffff;
}header .top_plank .gui-peak-knowledge div span {
    color: #ffffff;
}header .top_plank .gui-peak-knowledge {
    width: 100%;
    display: flex;
    line-height: 21px;
    justify-content: flex-start;
    font-size: 14px;
    padding: 15px 0 10px 0;
    flex-wrap: wrap;
    align-items: center;
}header .top_plank .gui-peak-knowledge div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 24px;
}header .top_plank .gui-peak-knowledge div img, header .top_plank .gui-peak-knowledge div svg {
    width: 16px;
    margin-right: 8px;
    height: 16px;
}.gui-about-this {
    padding: 120px 0 140px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}.gui-about-this::before {
    content: "";
    z-index: 1;
    position: absolute;
    background: linear-gradient(135deg, rgba(12, 19, 35, 0.92), rgba(28, 35, 61, 0.85));
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}.gui-about-this::after {
    filter: blur(70px);
    right: -10%;
    content: "";
    background: linear-gradient(45deg, rgb(180,216,183,0.5), rgb(138,194,143,0.5));
    z-index: 0;
    transform: rotate(-15deg);
    height: 70%;
    width: 80%;
    position: absolute;
    top: -10%;
    animation: floatGradient 15s ease-in-out infinite alternate;
}.gui-about-this .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}.gui-about-this h2 {
    font-weight: 700;
    transform: translateX(-10px);
    position: relative;
    margin-bottom: 50px;
    font-size: 45px;
    display: inline-block;
}.gui-about-this h2::before {
    position: absolute;
    background: rgb(138,194,143);
    left: -20px;
    content: "";
    top: 50%;
    height: 60%;
    width: 4px;
    transform: translateY(-50%);
}.gui-about-this h2::after {
    background: linear-gradient(90deg, rgb(138,194,143), transparent);
    height: 2px;
    left: 0;
    width: 100px;
    bottom: -12px;
    content: "";
    position: absolute;
}.gui-about-this .gui-subtext-wrap {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px;
    position: relative;
    gap: 30px;
    transform: translateY(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    display: grid;
    grid-template-columns: 1fr;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(5px);
}.gui-about-this .gui-subtext-wrap:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}.gui-about-this .gui-subtext-wrap::before {
    right: -2px;
    filter: blur(8px);
    opacity: 0;
    content: "";
    z-index: -1;
    left: -2px;
    background: linear-gradient(45deg, transparent, rgb(138,194,143,0.5), transparent);
    top: -2px;
    bottom: -2px;
    position: absolute;
    transition: opacity 0.6s ease;
}.gui-about-this .gui-subtext-wrap:hover::before {
    opacity: 1;
}.gui-about-this .gui-subtext-wrap > div {
    position: relative;
}.gui-about-this .gui-subtext-wrap p {
    margin-bottom: 20px;
    font-weight: 600;
    color: rgb(138,194,143);
    font-size: calc(22px * 1.2);
    position: relative;
    letter-spacing: 1px;
    display: inline-block;
}.gui-about-this .gui-subtext-wrap p::after {
    content: "";
    position: absolute;
    background: rgb(138,194,143);
    width: 40px;
    height: 2px;
    bottom: -6px;
    left: 0;
    transition: width 0.3s ease;
}.gui-about-this .gui-subtext-wrap:hover p::after {
    width: 100%;
}.gui-about-this .gui-subtext-wrap div > div {
    line-height: 1.8;
    text-align: justify;
    column-count: 1;
    font-size: 14px;
    column-gap: 40px;
    hyphens: auto;
    opacity: 0.9;
    position: relative;
}.gui-about-this .gui-subtext-wrap div > div::first-letter {
    margin-right: 8px;
    color: rgb(138,194,143);
    font-size: 3.5em;
    font-weight: 700;
    line-height: 0.8;
    float: left;
}

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

@media (min-width: 768px) {.gui-about-this {
    padding: 150px 0 180px;
}.gui-about-this h2 {
    margin-bottom: 70px;
    font-size: calc(45px * 1.2);
}.gui-about-this .gui-subtext-wrap {
    grid-template-columns: 1fr;
    padding: 60px;
}.gui-about-this .gui-subtext-wrap div > div {
    column-count: 2;
}
}

@media (min-width: 992px) {.gui-about-this {
    padding: 180px 0 200px;
}.gui-about-this h2 {
    transform: translateX(-20px);
}.gui-about-this .gui-subtext-wrap {
    padding: 70px;
}.gui-about-this .gui-subtext-wrap div > div {
    column-count: 2;
}
}

@media (max-width: 767px) {.gui-about-this {
    padding: 80px 0 100px;
}.gui-about-this h2 {
    margin-bottom: 40px;
    font-size: calc(36px * 1.1);
}.gui-about-this .gui-subtext-wrap {
    padding: 30px;
}.gui-about-this .gui-subtext-wrap p {
    font-size: 22px;
}.gui-about-this .gui-subtext-wrap div > div::first-letter {
    font-size: 2.5em;
}
}

@media (max-width: 480px) {.gui-about-this {
    padding: 60px 0 80px;
}.gui-about-this .gui-subtext-wrap {
    padding: 25px 20px;
}.gui-about-this h2 {
    font-size: 36px;
    margin-bottom: 30px;
}.gui-about-this .gui-subtext-wrap div > div {
    font-size: calc(14px - 1px);
    line-height: 1.6;
}}.gui-welcome-page {
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(216,236,218), rgba(245, 245, 250, 0.95));
    overflow: hidden;
    min-height: 100vh;
    position: relative;
}.gui-welcome-page::before {
    top: 0;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    width: 100%;
    position: absolute;
    content: "";
    background: 
        linear-gradient(45deg, rgba(94, 170, 168, 0.05) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(94, 170, 168, 0.05) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(94, 170, 168, 0.05) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(94, 170, 168, 0.05) 75%);
    left: 0;
    background-size: 20px 20px;
    height: 100%;
    z-index: 0;
}.gui-welcome-page h1 {
    text-transform: uppercase;
    margin: 0;
    z-index: 10;
    text-align: center;
    font-weight: 700;
    font-size: calc(21px * 1.2);
    position: relative;
    transform: perspective(1000px) translateZ(10px);
    padding: 3rem 1rem 1.5rem;
    letter-spacing: 0.05em;
    color: rgb(180,216,183);
    animation: fadeInDown 0.8s ease-out forwards;
}.gui-welcome-page .gui-who-weare {
    perspective: 1000px;
    display: grid;
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 1400px;
    gap: 2rem;
    padding: 0 1.5rem 3rem;
    z-index: 2;
    position: relative;
}.gui-welcome-page .gui-subtext-wrap {
    padding: 2rem;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.97));
    backdrop-filter: blur(8px);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(94, 170, 168, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.7);
    transform-style: preserve-3d;
    z-index: 2;
    border-left: 4px solid rgb(180,216,183);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateX(2deg) rotateY(-1deg) translateZ(0);
    animation: slideInUp 0.7s 0.2s both;
}.gui-welcome-page .gui-subtext-wrap:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(94, 170, 168, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    transform: perspective(1000px) rotateX(0) rotateY(0) translateZ(20px);
}.gui-welcome-page ol {
    margin: 0;
    list-style: none;
    padding: 0;
}.gui-welcome-page ol li {
    margin-bottom: 1.5rem;
}.gui-welcome-page .gui-page-primary {
    align-items: center;
    flex-direction: column;
    display: flex;
    gap: 1.5rem;
}.gui-welcome-page svg {
    height: 120px;
    filter: drop-shadow(0 4px 8px rgba(94, 170, 168, 0.2));
    width: 120px;
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1.4);
    transform: translateZ(30px);
    animation: fadeInZoom 0.8s 0.4s both;
}.gui-welcome-page svg:hover {
    transform: translateZ(50px) scale(1.05) rotate(2deg);
}.gui-welcome-page svg path {
    transition: fill 0.3s ease;
}.gui-welcome-page svg:hover path {
    fill: rgb(75, 150, 148);
}.gui-welcome-page svg text {
    animation: textPulse 3s infinite alternate;
}.gui-welcome-page .gui-page-primary p {
    color: #000000;
    max-width: 540px;
    text-align: center;
    line-height: 1.6;
    margin: 0;
    font-size: calc(16px * 1.2);
    transform: translateZ(20px);
    position: relative;
    animation: fadeIn 0.7s 0.6s both;
}.gui-welcome-page .gui-page-primary p::after {
    bottom: -12px;
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(138,194,143), transparent);
    content: "";
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}.gui-welcome-page .gui-connect-message {
    padding: 0.8rem 2rem;
    box-shadow: 
        0 10px 20px rgba(94, 170, 168, 0.2),
        0 3px 6px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    transform: translateZ(0);
    font-size: 18px;
    position: relative;
    border: none;
    animation: fadeInUp 0.7s 0.8s both;
    background: linear-gradient(135deg, rgb(180,216,183), rgb(75, 150, 148));
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 1rem;
}.gui-welcome-page .gui-connect-message::before {
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    height: 100%;
    content: "";
    width: 100%;
    transition: left 0.7s ease;
}.gui-welcome-page .gui-connect-message:hover {
    box-shadow: 
        0 15px 25px rgba(94, 170, 168, 0.25),
        0 5px 10px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px) scale(1.02);
}.gui-welcome-page .gui-connect-message:hover::before {
    left: 100%;
}.gui-welcome-page .gui-connect-message:active {
    box-shadow: 
        0 8px 15px rgba(94, 170, 168, 0.2),
        0 2px 3px rgba(0, 0, 0, 0.1);
    transform: translateY(1px) scale(0.98);
}.gui-welcome-page .gui-article-photo {
    overflow: hidden;
    transform: perspective(1000px) rotateX(2deg) rotateY(2deg) translateZ(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 10px;
    position: relative;
    height: 350px;
    z-index: 1;
    animation: slideInRight 0.7s 0.4s both;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(0, 0, 0, 0.05);
    transform-style: preserve-3d;
}.gui-welcome-page .gui-article-photo::before {
    content: "";
    z-index: 1;
    left: 0;
    top: 0;
    background: linear-gradient(
        to right,
        rgba(94, 170, 168, 0.4),
        transparent 40%,
        transparent 60%,
        rgba(94, 170, 168, 0.4)
    );
    position: absolute;
    height: 100%;
    width: 100%;
}.gui-welcome-page .gui-article-photo:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0) translateZ(20px);
}

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

@keyframes fadeInDown {
    from { opacity: 0; transform: perspective(1000px) translateY(-30px) translateZ(0); }
    to { opacity: 1; transform: perspective(1000px) translateY(0) translateZ(10px); }
}

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

@keyframes slideInUp {
    from { 
        opacity: 0; 
        transform: perspective(1000px) rotateX(5deg) rotateY(-3deg) translateY(50px) translateZ(0); 
    }
    to { 
        opacity: 1; 
        transform: perspective(1000px) rotateX(2deg) rotateY(-1deg) translateY(0) translateZ(0); 
    }
}

@keyframes slideInRight {
    from { 
        opacity: 0; 
        transform: perspective(1000px) rotateX(4deg) rotateY(4deg) translateX(80px) translateZ(0); 
    }
    to { 
        opacity: 1; 
        transform: perspective(1000px) rotateX(2deg) rotateY(2deg) translateX(0) translateZ(0); 
    }
}

@keyframes fadeInZoom {
    from { opacity: 0; transform: translateZ(30px) scale(0.8); }
    to { opacity: 1; transform: translateZ(30px) scale(1); }
}

@keyframes textPulse {
    0% { opacity: 0.9; }
    100% { opacity: 1; }
}

@media (min-width: 768px) {.gui-welcome-page h1 {
    padding: 4rem 2rem 2rem;
    font-size: calc(29px * 0.9);
}.gui-welcome-page .gui-who-weare {
    padding: 0 3rem 4rem;
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
}.gui-welcome-page .gui-subtext-wrap {
    padding: 3rem;
    display: flex;
    align-items: center;
}.gui-welcome-page svg {
    height: 150px;
    width: 150px;
}.gui-welcome-page .gui-article-photo {
    height: 100%;
}.gui-welcome-page .gui-page-primary p {
    font-size: calc(16px * 1.4);
}.gui-welcome-page .gui-connect-message {
    margin-top: 2rem;
}
}

@media (min-width: 992px) {.gui-welcome-page .gui-who-weare {
    grid-template-columns: 5fr 6fr;
    gap: 4rem;
}.gui-welcome-page svg {
    width: 180px;
    height: 180px;
}.gui-welcome-page h1 {
    font-size: 29px;
}.gui-welcome-page .gui-page-primary {
    gap: 2rem;
}
}

@media (min-width: 1200px) {.gui-welcome-page .gui-who-weare {
    grid-template-columns: 4fr 6fr;
    padding: 0 4rem 5rem;
}.gui-welcome-page .gui-subtext-wrap {
    padding: 4rem;
}.gui-welcome-page h1 {
    padding: 5rem 2rem 3rem;
}
}

@media (max-width: 767px) {.gui-welcome-page {
    padding-bottom: 2rem;
}.gui-welcome-page .gui-page-primary {
    gap: 1rem;
}.gui-welcome-page svg {
    height: 100px;
    width: 100px;
}.gui-welcome-page .gui-page-primary p {
    font-size: 16px;
}}.gui-location-info {
    background: rgb(216,236,218);
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}.gui-location-info::before {
    width: 100%;
    opacity: 0.4;
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, rgb(180,216,183,0.5) 0%, transparent 40%, rgb(138,194,143,0.5) 100%);
    left: 0;
    height: 100%;
    content: "";
    top: 0;
}.gui-location-info::after {
    width: 200%;
    height: 200%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    background: radial-gradient(circle, rgb(180,216,183,0.5) 0%, transparent 60%);
    animation: pulse 15s infinite alternate;
    content: "";
    opacity: 0.2;
    position: absolute;
}@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.2;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.3;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.2;
    }
}

.gui-location-info .container {
    z-index: 2;
    position: relative;
}.gui-location-info .gui-get-contactinfo {
    border-radius: 30px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.03);
}.gui-location-info .gui-get-contactinfo::before {
    border-radius: 50%;
    opacity: 0.4;
    height: 150px;
    right: -75px;
    width: 150px;
    position: absolute;
    background: linear-gradient(45deg, rgb(180,216,183) 0%, rgb(138,194,143) 100%);
    top: -75px;
    filter: blur(30px);
    z-index: -1;
    content: "";
}.gui-location-info .gui-get-contactinfo::after {
    height: 2px;
    animation: slideLine 8s infinite;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    content: "";
    z-index: -1;
    background: linear-gradient(90deg, transparent 0%, rgb(180,216,183) 50%, transparent 100%);
}@keyframes slideLine {
    0% {
        transform: translateX(-100%);
        opacity: 0.7;
    }
    50% {
        transform: translateX(0%);
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0.7;
    }
}

.gui-location-info h2 {
    color: #000000;
    font-size: 30px;
    position: relative;
    margin-bottom: 30px;
    font-weight: 700;
    display: inline-block;
}.gui-location-info h2::after {
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(180,216,183) 0%, rgb(138,194,143) 100%);
    height: 4px;
    position: absolute;
    bottom: -10px;
    width: 50%;
    left: 0;
    content: "";
}.gui-location-info p {
    position: relative;
    z-index: 2;
    margin-bottom: 25px;
    font-size: 17px;
    color: #000000;
    line-height: 1.7;
}.gui-location-info .gui-reach-out {
    margin-top: 40px;
    gap: 40px;
    position: relative;
    display: flex;
    justify-content: center;
}.gui-location-info .gui-reach-out::before {
    height: 1px;
    left: 50%;
    width: 80%;
    content: "";
    top: -20px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(180,216,183,0.5), transparent);
    position: absolute;
}.gui-location-info .gui-message-panel {
    height: 70px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    justify-content: center;
    align-items: center;
    color: #ffffff;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    display: flex;
    width: 70px;
    z-index: 1;
    text-decoration: none;
}.gui-location-info .gui-message-panel::before {
    left: 0;
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    opacity: 0.2;
    width: 100%;
    top: 0;
    transform: scale(0.85);
    background: conic-gradient(from 135deg, rgb(180,216,183) 0%, transparent 60%, rgb(138,194,143) 120%, rgb(180,216,183) 180%);
    height: 100%;
    content: "";
    transition: all 0.4s ease;
}.gui-location-info .gui-message-panel::after {
    animation: rotate 10s linear infinite;
    z-index: -1;
    border-radius: 50%;
    position: absolute;
    left: -2px;
    bottom: -2px;
    border-right-color: rgb(138,194,143);
    transition: all 0.4s ease;
    background: transparent;
    top: -2px;
    right: -2px;
    content: "";
    opacity: 0.3;
    border-top-color: rgb(180,216,183);
    border: 2px solid transparent;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.gui-location-info .gui-message-panel:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2), 
                0 0 15px rgb(180,216,183,0.5),
                0 0 30px rgb(138,194,143,0.5);
    transform: translateY(-5px) scale(1.15);
}.gui-location-info .gui-message-panel:hover::before {
    transform: scale(1);
    opacity: 0.6;
}.gui-location-info .gui-message-panel:hover::after {
    opacity: 0.8;
    left: -3px;
    right: -3px;
    bottom: -3px;
    top: -3px;
    border-width: 3px;
}.gui-location-info .gui-message-panel svg {
    height: 28px;
    fill: rgb(180,216,183);
    width: 28px;
    transition: all 0.4s ease;
    filter: drop-shadow(0 0 3px rgb(180,216,183,0.5));
    stroke: rgb(180,216,183);
}.gui-location-info .gui-message-panel:hover svg {
    stroke: #ffffff;
    fill: #ffffff;
    filter: drop-shadow(0 0 8px rgb(180,216,183));
    transform: scale(1.2);
}.gui-location-info .gui-message-panel svg path {
    transition: all 0.4s ease;
    stroke: rgb(180,216,183);
    fill: rgb(180,216,183);
}.gui-location-info .gui-message-panel:hover svg path {
    stroke: #ffffff;
    fill: #ffffff;
}.gui-location-info p svg {
    vertical-align: middle;
    width: 20px;
    fill: rgb(180,216,183);
    height: 20px;
    margin-right: 10px;
    stroke: rgb(180,216,183);
    transition: all 0.3s ease;
}.gui-location-info p:hover svg {
    stroke: rgb(138,194,143);
    fill: rgb(138,194,143);
}.gui-location-info p svg path {
    transition: all 0.3s ease;
    fill: rgb(180,216,183);
    stroke: rgb(180,216,183);
}.gui-location-info p:hover svg path {
    fill: rgb(138,194,143);
    stroke: rgb(138,194,143);
}

@media (max-width: 992px) {.gui-location-info {
    padding: 60px 0;
}.gui-location-info .gui-get-contactinfo {
    padding: 30px;
}.gui-location-info h2 {
    font-size: calc(30px * 0.9);
}.gui-location-info .gui-reach-out {
    gap: 30px;
}.gui-location-info .gui-message-panel {
    height: 65px;
    width: 65px;
}
}

@media (max-width: 768px) {.gui-location-info {
    padding: 50px 0;
}.gui-location-info .gui-get-contactinfo {
    padding: 25px;
}.gui-location-info h2 {
    font-size: calc(30px * 0.8);
    margin-bottom: 20px;
}.gui-location-info p {
    font-size: calc(17px * 0.95);
    margin-bottom: 20px;
}.gui-location-info .gui-reach-out {
    gap: 25px;
}.gui-location-info .gui-message-panel {
    width: 60px;
    height: 60px;
}.gui-location-info .gui-message-panel svg {
    height: 24px;
    width: 24px;
}
}

@media (max-width: 576px) {.gui-location-info {
    padding: 40px 0;
}.gui-location-info .gui-get-contactinfo {
    padding: 20px;
    border-radius: calc(30px * 0.8);
}.gui-location-info h2 {
    font-size: calc(30px * 0.7);
    margin-bottom: 15px;
}.gui-location-info h2::after {
    bottom: -8px;
    height: 3px;
}.gui-location-info p {
    font-size: calc(17px * 0.9);
    margin-bottom: 15px;
}.gui-location-info .gui-reach-out {
    margin-top: 25px;
    gap: 15px;
}.gui-location-info .gui-message-panel {
    width: 50px;
    height: 50px;
}.gui-location-info .gui-message-panel svg {
    width: 20px;
    height: 20px;
}.gui-location-info .gui-message-panel::after {
    border-width: 1px;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
}.gui-location-info .gui-message-panel:hover::after {
    right: -2px;
    border-width: 2px;
    left: -2px;
    bottom: -2px;
    top: -2px;
}
}

@media (prefers-reduced-motion) {.gui-location-info::after,
    .gui-location-info .gui-get-contactinfo::after {
    animation: none;
}}.gui-program-information {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(216,236,218) 0%, rgba(245, 247, 251, 0.92) 100%);
}.gui-program-information::before {
    pointer-events: none;
    content: "";
    right: -5%;
    height: 70%;
    z-index: 1;
    background: linear-gradient(210deg, rgb(180,216,183,0.5) 0%, transparent 80%);
    transform: rotate(-15deg) skewX(20deg);
    top: -10%;
    width: 40%;
    position: absolute;
    opacity: 0.15;
}.gui-program-information::after {
    background: linear-gradient(150deg, rgb(138,194,143,0.5) 0%, transparent 90%);
    bottom: -10%;
    z-index: 1;
    transform: rotate(10deg) skewX(-15deg);
    width: 50%;
    content: "";
    position: absolute;
    pointer-events: none;
    left: -5%;
    opacity: 0.12;
    height: 60%;
}.gui-program-information .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.gui-program-information .gui-new-study {
    display: grid;
    gap: 40px;
    position: relative;
    grid-template-columns: 1fr;
}.gui-program-information .gui-article-photo {
    overflow: hidden;
    height: 350px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15), 
                0 5px 20px -5px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(3deg) rotateX(1deg);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.21, 1.05, 0.81, 1), 
                box-shadow 0.6s cubic-bezier(0.21, 1.05, 0.81, 1);
}.gui-program-information .gui-article-photo:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-10px);
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.2), 
                0 10px 30px -5px rgba(0, 0, 0, 0.15);
}.gui-program-information .gui-article-photo::before {
    z-index: 1;
    width: 100%;
    background: linear-gradient(135deg, 
                transparent 0%, 
                rgba(rgb(180,216,183), 0.05) 50%, 
                rgba(rgb(138,194,143), 0.1) 100%);
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}.gui-program-information .gui-article-photo::after {
    width: 140%;
    z-index: 2;
    transition: opacity 0.8s ease, transform 0.8s ease;
    pointer-events: none;
    opacity: 0;
    top: -20%;
    background: radial-gradient(ellipse at center, 
                rgba(255, 255, 255, 0.2) 0%, 
                transparent 60%);
    left: -20%;
    content: "";
    position: absolute;
    height: 140%;
    transform: scale(1.2);
}.gui-program-information .gui-article-photo:hover::after {
    opacity: 1;
    transform: scale(1);
}.gui-program-information .gui-subtext-wrap {
    transition: transform 0.5s cubic-bezier(0.21, 1.05, 0.81, 1);
    background: linear-gradient(120deg, 
                rgba(255, 255, 255, 0.95) 0%, 
                rgba(252, 252, 255, 0.98) 100%);
    border-left: 4px solid rgb(180,216,183);
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.08), 
                0 5px 15px -5px rgba(0, 0, 0, 0.05);
    position: relative;
    transform: perspective(1000px) rotateY(-1deg) rotateX(1deg);
    padding: 30px;
}.gui-program-information .gui-subtext-wrap:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-5px);
}.gui-program-information .gui-subtext-wrap::before {
    left: -30px;
    width: 60px;
    opacity: 0.15;
    height: 60px;
    position: absolute;
    content: "";
    z-index: -1;
    background-color: rgb(180,216,183);
    top: 30px;
    transform: rotate(45deg);
}.gui-program-information h3 {
    font-weight: 700;
    line-height: 1.4;
    transform: translateX(-5px);
    position: relative;
    margin-bottom: 25px;
    color: #000000;
    font-size: calc(19px * 1.1);
    padding-bottom: 15px;
}.gui-program-information h3::after {
    content: "";
    background: linear-gradient(90deg, 
                rgb(180,216,183) 0%, 
                rgb(138,194,143) 100%);
    transform-origin: left center;
    left: 0;
    position: absolute;
    transition: transform 0.4s ease;
    height: 3px;
    bottom: 0;
    width: 80px;
}.gui-program-information .gui-subtext-wrap:hover h3::after {
    transform: scaleX(1.5);
}.gui-program-information .description {
    opacity: 0.95;
    line-height: 1.7;
    font-size: 12px;
    color: #000000;
    margin-bottom: 25px;
    position: relative;
}.gui-program-information p.description {
    max-height: 250px;
    scrollbar-color: rgb(180,216,183,0.5) transparent;
    scrollbar-width: thin;
    overflow-y: auto;
    margin-bottom: 30px;
    padding-right: 15px;
    display: block;
}.gui-program-information p.description::-webkit-scrollbar {
    width: 4px;
}.gui-program-information p.description::-webkit-scrollbar-track {
    background: transparent;
}.gui-program-information p.description::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background-color: rgb(180,216,183,0.5);
}.gui-program-information span.description {
    display: none;
}

@media (min-width: 768px) {.gui-program-information .gui-new-study {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}.gui-program-information .gui-article-photo {
    transform: perspective(1000px) rotateY(5deg) rotateX(2deg);
    height: 450px;
}.gui-program-information h3 {
    font-size: 38px;
    margin-bottom: 30px;
}
}

@media (min-width: 992px) {.gui-program-information {
    padding: 150px 0;
}.gui-program-information .gui-new-study {
    gap: 80px;
}.gui-program-information .gui-article-photo {
    height: 500px;
    transform: perspective(1200px) rotateY(8deg) rotateX(3deg);
}.gui-program-information .gui-subtext-wrap {
    padding: 40px 50px 40px 40px;
    transform: perspective(1200px) rotateY(-2deg) rotateX(1deg);
}.gui-program-information p.description {
    max-height: 300px;
}
}

@media (min-width: 1200px) {.gui-program-information .gui-new-study {
    gap: 100px;
}.gui-program-information .gui-article-photo {
    height: 550px;
}.gui-program-information h3 {
    font-size: calc(38px * 1.1);
}.gui-program-information .gui-subtext-wrap {
    padding: 50px 60px 50px 50px;
}.gui-program-information p.description {
    max-height: 350px;
    font-size: calc(12px * 1.05);
    line-height: 1.8;
}
}

@media (max-width: 767px) {.gui-program-information {
    padding: 80px 0;
}.gui-program-information .gui-subtext-wrap {
    padding: 25px 20px;
}.gui-program-information h3 {
    padding-bottom: 12px;
    font-size: calc(19px * 1.05);
    margin-bottom: 20px;
}.gui-program-information .gui-article-photo {
    height: 250px;
}.gui-program-information p.description {
    max-height: 200px;
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}}header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    padding: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    margin-top: 0;
    background: linear-gradient(135deg, rgb(180,216,183,0.5) 0%, rgb(138,194,143,0.5) 100%);
    z-index: 100;
}header::before {
    opacity: 0.5;
    content: '';
    background: 
        radial-gradient(circle at 10% 20%, rgb(180,216,183,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(138,194,143,0.5) 0%, transparent 30%);
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
}header .gui-nav-info {
    justify-content: space-between;
    z-index: 5;
    padding: 1.2rem 2.5rem;
    display: flex;
    align-items: center;
    position: relative;
}header .gui-top-base {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    z-index: 2;
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    flex: 0 0 auto;
    position: relative;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    transition: all 0.4s ease;
    padding: 0.8rem 1.2rem;
    border-radius: 16px;
}header .gui-top-base:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}header .gui-nav-site {
    display: block;
    transition: all 0.3s ease;
}header .gui-nav-site img {
    max-height: 40px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}header .gui-head-lesson {
    z-index: 2;
    position: relative;
    margin: 0;
    display: flex;
    padding: 0;
    list-style: none;
}header .gui-head-site {
    margin: 0 0.3rem;
    position: relative;
}header .gui-head-site a {
    color: #ffffff;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    font-size: 16px;
    text-decoration: none;
    display: block;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 0.8rem 1.2rem;
    position: relative;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
    -webkit-backdrop-filter: blur(5px);
}header .gui-head-site a:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}header .gui-head-site a::before {
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1), 
        rgba(255, 255, 255, 0.05)
    );
    top: 0;
    border-radius: 16px;
    position: absolute;
    opacity: 0;
    content: '';
    left: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
    transition: opacity 0.3s ease;
}header .gui-head-site a:hover::before {
    opacity: 1;
}header .gui-head-site::after {
    transition: width 0.3s ease;
    bottom: -3px;
    left: 50%;
    content: '';
    border-radius: 10px;
    position: absolute;
    width: 0;
    transform: translateX(-50%);
    background: #ffffff;
    opacity: 0.7;
    height: 3px;
}header .gui-head-site:hover::after {
    width: 70%;
}header .gui-nav-info::before {
    width: 100px;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    z-index: -1;
    opacity: 0.5;
    background: rgb(180,216,183,0.5);
    right: -20px;
    height: 100px;
    filter: blur(40px);
    content: '';
}header .gui-nav-info::after {
    filter: blur(30px);
    position: absolute;
    background: rgb(138,194,143,0.5);
    content: '';
    height: 80px;
    opacity: 0.5;
    border-radius: 50%;
    left: -20px;
    z-index: -1;
    width: 80px;
    bottom: -20px;
}header .gui-head-mentor {
    background: rgb(216,236,218);
    z-index: 1;
    padding-top: 2rem;
    position: relative;
}@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

header .gui-top-base::after {
    bottom: -20px;
    transition: all 0.4s ease;
    opacity: 0.5;
    left: 0;
    content: '';
    width: 100%;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, transparent 70%);
    height: 20px;
    position: absolute;
}header .gui-top-base:hover::after {
    transform: scaleX(0.9);
    opacity: 0.7;
}

@media (min-width: 1400px) {header .gui-nav-info {
    max-width: 1320px;
    margin: 0 auto;
}header .gui-head-site {
    margin: 0 0.5rem;
}header .gui-head-site a {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 991px) {header {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}header .gui-nav-info {
    padding: 1rem 1.5rem;
    flex-wrap: wrap;
}header .gui-top-base {
    padding: 0.6rem 1rem;
    border-radius: 10px;
    margin-bottom: 0;
}header .gui-head-lesson {
    margin-top: 1rem;
    justify-content: flex-end;
    flex-basis: 100%;
}header .gui-head-site a {
    font-size: calc(16px - 1px);
    padding: 0.6rem 1rem;
    border-radius: 10px;
}header .gui-nav-info::before,
    header .gui-nav-info::after {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .gui-nav-info {
    padding: 0.8rem 1.2rem;
}header .gui-top-base {
    max-width: 140px;
    padding: 0.5rem 0.8rem;
}header .gui-nav-site img {
    max-height: 35px;
}header .gui-head-lesson {
    justify-content: flex-start;
    margin-top: 0.8rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    padding-bottom: 0.5rem;
    overflow-x: auto;
}header .gui-head-lesson::-webkit-scrollbar {
    height: 3px;
}header .gui-head-lesson::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .gui-head-site {
    margin: 0 0.15rem;
    flex: 0 0 auto;
}header .gui-head-site a {
    font-size: calc(16px - 2px);
    white-space: nowrap;
    padding: 0.5rem 0.8rem;
}header .gui-head-site::after {
    display: none;
}header .gui-top-base::after {
    display: none;
}
}

@media (max-width: 479px) {header .gui-nav-info {
    padding: 0.7rem 1rem;
}header .gui-top-base {
    padding: 0.4rem 0.7rem;
    max-width: 120px;
}header .gui-head-site a {
    padding: 0.4rem 0.6rem;
    font-size: calc(16px - 3px);
}}.gui-academic-experience {
    overflow: hidden;
    background: rgb(216,236,218);
    padding: 100px 0;
    position: relative;
}.gui-academic-experience::before {
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    background-size: 150px 100%;
    width: 100%;
    opacity: 0.3;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent 9%, 
        rgb(180,216,183,0.5) 10%, 
        transparent 11%);
    animation: gradientSlide 30s linear infinite;
}.gui-academic-experience .container {
    z-index: 2;
    max-width: 800px;
    position: relative;
    margin: 0 auto;
}.gui-academic-experience .gui-feedback-story {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    border-radius: 2px;
    background: #ffffff;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 60px 40px 40px;
}.gui-academic-experience .gui-feedback-story:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.gui-academic-experience .gui-article-photo {
    width: 120px;
    left: 40px;
    border-radius: 2px;
    height: 120px;
    transition: all 0.5s ease;
    top: -60px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    box-shadow: 10px 10px 0 #ffffff, 12px 12px 0 rgb(180,216,183);
    position: absolute;
    transform: rotate(0deg);
}.gui-academic-experience .gui-feedback-story:hover .gui-article-photo {
    transform: rotate(-5deg);
}.gui-academic-experience .name {
    transform: translateX(0);
    letter-spacing: -0.5px;
    font-size: calc(23px * 1.2);
    margin-top: 40px;
    color: #000000;
    font-weight: 700;
    margin-left: 0;
    transition: transform 0.5s ease;
}.gui-academic-experience .gui-feedback-story:hover .name {
    transform: translateX(10px);
}.gui-academic-experience .gui-feedback-story span:not(.name) {
    transform: translateX(0);
    font-size: 18px;
    color: #000000;
    margin-top: 5px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: transform 0.5s ease;
}.gui-academic-experience .gui-feedback-story:hover span:not(.name) {
    transform: translateX(10px);
    color: rgb(180,216,183);
}.gui-academic-experience .gui-job-progress {
    padding-left: 0;
    transition: padding 0.5s ease;
    position: relative;
    font-size: 18px;
    margin-top: 40px;
    line-height: 1.8;
    color: #000000;
    font-weight: 400;
}.gui-academic-experience .gui-job-progress::before {
    content: "";
    transform-origin: right;
    height: 2px;
    background: rgb(180,216,183);
    left: -40px;
    transition: transform 0.5s ease;
    top: 15px;
    position: absolute;
    transform: scaleX(0);
    width: 30px;
}.gui-academic-experience .gui-feedback-story:hover .gui-job-progress {
    padding-left: 20px;
}.gui-academic-experience .gui-feedback-story:hover .gui-job-progress::before {
    transform: scaleX(1);
}

@keyframes gradientSlide {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 0%;
    }
}

@media (max-width: 768px) {.gui-academic-experience {
    padding: 80px 0;
}.gui-academic-experience .gui-feedback-story {
    margin: 0 15px;
    padding: 80px 25px 30px;
}.gui-academic-experience .gui-article-photo {
    left: 25px;
    height: 100px;
    width: 100px;
}.gui-academic-experience .name {
    font-size: 23px;
}.gui-academic-experience .gui-job-progress {
    font-size: calc(18px * 0.95);
}.gui-academic-experience .gui-job-progress::before {
    width: 20px;
    left: -25px;
}}.gui-thanksCore {
    padding: 6rem 1.5rem;
    background: linear-gradient(135deg, rgb(216,236,218) 0%, rgb(180,216,183,0.5) 100%);
    overflow: hidden;
    position: relative;
}.gui-thanksCore::before {
    content: "";
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
}.gui-thanksCore::after {
    z-index: 0;
    opacity: 0.15;
    transform: rotate(15deg);
    content: "";
    animation: float 15s ease-in-out infinite;
    bottom: -5rem;
    background: linear-gradient(225deg, rgb(180,216,183) 0%, transparent 70%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: absolute;
    height: 20rem;
    right: -5rem;
    width: 20rem;
}.gui-thanksCore .container {
    display: flex;
    margin: 0 auto;
    z-index: 2;
    flex-direction: column;
    gap: 3rem;
    position: relative;
    max-width: 1200px;
}.gui-thanksCore h2 {
    position: relative;
    font-size: 29px;
    font-weight: 700;
    opacity: 0;
    transform: translateY(-10px);
    margin: 0;
    font-family: Arial, sans-serif;
    line-height: 1.3;
    animation: slideIn 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    max-width: 90%;
    color: rgb(180,216,183);
}.gui-thanksCore h2::after {
    animation: lineExpand 1s cubic-bezier(0.19, 1, 0.22, 1) 0.6s forwards;
    width: 6rem;
    height: 3px;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(180,216,183) 0%, rgb(138,194,143) 100%);
    content: "";
    bottom: -1rem;
    transform: scaleX(0);
    transform-origin: left;
}.gui-thanksCore .gui-who-weare {
    animation: popUp 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    transform: translateY(20px);
    padding: 2.5rem;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 1.5rem), 
        calc(100% - 1.5rem) 100%, 
        0 100%
    );
    position: relative;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07), 
                0 1px 8px rgba(0, 0, 0, 0.04);
    opacity: 0;
}.gui-thanksCore .gui-who-weare::before {
    opacity: 0.04;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, transparent 0%, rgb(180,216,183,0.5) 300%);
}.gui-thanksCore ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.gui-thanksCore li {
    position: relative;
    padding-left: 2.5rem;
}.gui-thanksCore li::before {
    content: "";
    height: 1.5rem;
    left: 0;
    opacity: 0.2;
    background: rgb(180,216,183,0.5);
    animation: pulse 4s ease-in-out infinite;
    border-radius: 10px;
    width: 1.5rem;
    position: absolute;
    top: 0.5rem;
    transform: rotate(45deg);
}.gui-thanksCore li::after {
    content: "✓";
    font-weight: 700;
    left: 0.45rem;
    position: absolute;
    color: rgb(180,216,183);
    top: 0.4rem;
    font-size: 1rem;
}.gui-thanksCore span {
    color: #000000;
    font-size: 14px;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    display: block;
    font-weight: 400;
}

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

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

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

@keyframes pulse {
    0%, 100% {
        transform: rotate(45deg) scale(1);
    }
    50% {
        transform: rotate(45deg) scale(1.1);
    }
}

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

@media (max-width: 992px) {.gui-thanksCore {
    padding: 5rem 1.25rem;
}.gui-thanksCore h2 {
    font-size: calc(29px - 0.25rem);
    max-width: 100%;
}.gui-thanksCore .gui-who-weare {
    padding: 2rem;
}
}

@media (max-width: 768px) {.gui-thanksCore {
    padding: 4rem 1.25rem;
}.gui-thanksCore h2 {
    font-size: calc(29px - 0.5rem);
}.gui-thanksCore .gui-who-weare {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 1rem), 
            calc(100% - 1rem) 100%, 
            0 100%
        );
    padding: 1.75rem;
}.gui-thanksCore li {
    padding-left: 2rem;
}
}

@media (max-width: 576px) {.gui-thanksCore {
    padding: 3rem 1rem;
}.gui-thanksCore h2 {
    font-size: calc(29px - 0.75rem);
}.gui-thanksCore .gui-who-weare {
    padding: 1.5rem;
}.gui-thanksCore h2::after {
    width: 4rem;
}.gui-thanksCore li::before {
    top: 0.3rem;
    height: 1.25rem;
    width: 1.25rem;
}.gui-thanksCore li::after {
    font-size: 0.9rem;
    left: 0.35rem;
    top: 0.25rem;
}.gui-thanksCore span {
    font-size: calc(14px - 0.1rem);
}}.gui-trackingSettingsBox {
    width: 100%;
    border-top: 3px solid rgb(180,216,183);
    padding: 20px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    z-index: 1050;
    bottom: 0;
    position: fixed;
    background: rgb(216,236,218);
}.gui-consent-comply {
    justify-content: space-between;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    z-index: 1;
}.gui-consent-panel {
    margin-right: 20px;
    flex-shrink: 0;
}#gui-cookiePolicyWindow {
    display: none;
}#gui-cookiePolicyWindow:checked ~ .gui-trackingSettingsBox {
    opacity: 0;
    visibility: hidden;
}.gui-consent-panel svg {
    height: 60px;
    width: 60px;
    transition: fill 0.3s ease-in-out;
    fill: rgb(180,216,183);
}.gui-web-cookies {
    flex-grow: 1;
    margin-right: 20px;
}.gui-web-cookies h5 {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 23px;
    color: rgb(180,216,183);
}.gui-web-cookies p {
    font-size: 17px;
    margin-bottom: 0;
    color: #000000;
}.gui-track-edu {
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    padding: 10px 20px;
    text-decoration: none;
    margin-left: 10px;
    border-radius: 10px;
}.gui-track-edu {
    border: 1px solid rgb(180,216,183);
    background-color: rgb(180,216,183);
    color: #ffffff;
}.gui-track-edu:hover {
    border-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
}.gui-trackingSettingsBox p a {
    text-decoration: underline;
    color: rgb(180,216,183);
}.gui-trackingSettingsBox p a:hover {
    color: #000000;
}
@media (max-width: 1200px) {.gui-web-cookies h5 {
    font-size: calc(23px - 2px);
}.gui-web-cookies p {
    font-size: calc(17px - 2px);
}.gui-track-edu {
    font-size: calc(20px - 2px);
    padding: 8px 16px;
}
}
@media (max-width: 800px) {.gui-consent-comply {
    flex-direction: column;
    align-items: center;
}.gui-consent-panel {
    margin-bottom: 15px;
}.gui-web-cookies {
    margin-bottom: 20px;
    text-align: center;
}.gui-track-edu {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
}}
.gui-experience-trial {
    margin: 0;
    overflow: hidden;
    position: relative;
    padding: 6rem 2rem;
    box-shadow: inset 0 0 70px rgba(rgb(180,216,183), 0.3);
    background: linear-gradient(125deg, rgb(138,194,143,0.5) 0%, rgb(180,216,183,0.5) 100%);
}.gui-experience-trial::before {
    animation: holographicShift 15s linear infinite;
    background-size: 200% 200%;
    opacity: 0.3;
    top: 0;
    background: 
        linear-gradient(125deg, 
            rgba(255, 255, 255, 0.3) 10%, 
            rgba(255, 255, 255, 0.05) 30%, 
            rgba(255, 255, 255, 0.2) 50%, 
            rgba(255, 255, 255, 0.05) 70%, 
            rgba(255, 255, 255, 0.3) 90%);
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
}@keyframes holographicShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 200%;
    }
}

.gui-experience-trial::after {
    left: 0;
    background-image: 
        radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.3) 0%, transparent 5px),
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.2) 0%, transparent 4px),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.3) 0%, transparent 6px),
        radial-gradient(circle at 70% 70%, rgba(255, 255, 255, 0.2) 0%, transparent 5px),
        radial-gradient(circle at 90% 90%, rgba(255, 255, 255, 0.3) 0%, transparent 7px),
        radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.2) 0%, transparent 4px),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.3) 0%, transparent 6px);
    height: 100%;
    content: '';
    filter: blur(1px);
    z-index: 1;
    animation: particlesMove 25s linear infinite;
    position: absolute;
    width: 100%;
    top: 0;
}@keyframes particlesMove {
    0% {
        background-position: 
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%;
    }
    50% {
        background-position: 
            5% 10%,
            -8% 5%,
            10% -5%,
            -5% 8%,
            8% 12%,
            -12% 8%,
            7% -12%;
    }
    100% {
        background-position: 
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%;
    }
}

.gui-experience-trial::before {
    position: absolute;
    z-index: 2;
    opacity: 0.5;
    left: -50%;
    background-image:
        conic-gradient(
            transparent 0deg,
            rgba(255, 255, 255, 0.05) 10deg,
            transparent 20deg,
            rgba(255, 255, 255, 0.05) 30deg,
            transparent 40deg,
            rgba(255, 255, 255, 0.05) 50deg,
            transparent 60deg,
            rgba(255, 255, 255, 0.05) 70deg,
            transparent 80deg,
            rgba(255, 255, 255, 0.05) 90deg,
            transparent 100deg,
            rgba(255, 255, 255, 0.05) 110deg,
            transparent 120deg,
            rgba(255, 255, 255, 0.05) 130deg,
            transparent 140deg,
            rgba(255, 255, 255, 0.05) 150deg,
            transparent 160deg,
            rgba(255, 255, 255, 0.05) 170deg,
            transparent 180deg,
            rgba(255, 255, 255, 0.05) 190deg,
            transparent 200deg,
            rgba(255, 255, 255, 0.05) 210deg,
            transparent 220deg,
            rgba(255, 255, 255, 0.05) 230deg,
            transparent 240deg,
            rgba(255, 255, 255, 0.05) 250deg,
            transparent 260deg,
            rgba(255, 255, 255, 0.05) 270deg,
            transparent 280deg,
            rgba(255, 255, 255, 0.05) 290deg,
            transparent 300deg,
            rgba(255, 255, 255, 0.05) 310deg,
            transparent 320deg,
            rgba(255, 255, 255, 0.05) 330deg,
            transparent 340deg,
            rgba(255, 255, 255, 0.05) 350deg,
            transparent 360deg
        );
    height: 200%;
    animation: prismRotate 30s linear infinite;
    width: 200%;
    content: '';
    top: -50%;
}@keyframes prismRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.gui-experience-trial .gui-who-weare {
    justify-content: center;
    display: flex;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.15);
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    z-index: 5;
    max-width: 950px;
    padding: 4rem 3rem;
    text-align: center;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 100px rgba(255, 255, 255, 0.2);
    flex-direction: column;
    backdrop-filter: blur(15px);
    overflow: hidden;
    margin: 0 auto;
    align-items: center;
}.gui-experience-trial .gui-who-weare:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 0 120px rgba(255, 255, 255, 0.3);
    transform: translateY(-10px);
}.gui-experience-trial .gui-who-weare::before {
    opacity: 0.5;
    animation: holoBorderShift 5s ease infinite;
    z-index: -1;
    background: linear-gradient(
        125deg,
        rgba(255, 255, 255, 0) 20%,
        rgba(255, 255, 255, 0.4) 50%,
        rgba(255, 255, 255, 0) 80%
    );
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    content: '';
    border-radius: 20px;
    inset: 0;
    background-size: 200% 200%;
}@keyframes holoBorderShift {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}

.gui-experience-trial .gui-who-weare::after {
    position: absolute;
    z-index: -2;
    background: linear-gradient(
        125deg,
        rgb(180,216,183,0.5),
        rgba(255, 255, 255, 0.4),
        rgb(138,194,143,0.5)
    );
    opacity: 0.4;
    border-radius: 30px;
    filter: blur(15px);
    content: '';
    inset: -10px;
    animation: spectrumPulse 8s ease-in-out infinite;
}@keyframes spectrumPulse {
    0%, 100% {
        opacity: 0.3;
        filter: blur(15px);
    }
    50% {
        opacity: 0.5;
        filter: blur(20px);
    }
}

.gui-experience-trial h3 {
    font-size: 33px;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
    color: #ffffff;
    font-weight: 700;
    z-index: 1;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 2.5rem;
    font-family: Arial, sans-serif;
}.gui-experience-trial h3::after {
    bottom: -12px;
    position: absolute;
    left: 50%;
    width: 60%;
    content: '';
    animation: lineGlow 3s ease-in-out infinite;
    transform: translateX(-50%);
    height: 2px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.8),
        transparent
    );
}@keyframes lineGlow {
    0%, 100% {
        opacity: 0.5;
        width: 60%;
    }
    50% {
        opacity: 1;
        width: 80%;
    }
}

.gui-experience-trial h3::before {
    animation: titleHaloRotate 5s ease-in-out infinite;
    opacity: 0.5;
    bottom: -20px;
    z-index: -1;
    position: absolute;
    top: -20px;
    filter: blur(8px);
    content: '';
    right: -30px;
    background: linear-gradient(
        125deg,
        rgba(255, 255, 255, 0) 20%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 80%
    );
    left: -30px;
    border-radius: 50%;
}@keyframes titleHaloRotate {
    0% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(1.1) rotate(5deg);
    }
    100% {
        transform: scale(1) rotate(0deg);
    }
}

.gui-experience-trial .gui-message-panel {
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    align-items: center;
    text-transform: uppercase;
    justify-content: center;
    border-radius: 50px;
    z-index: 1;
    display: inline-flex;
    font-size: 20px;
    font-weight: 600;
    padding: 1.2rem 3.5rem;
    overflow: hidden;
    letter-spacing: 1.5px;
    border: none;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 0 15px rgba(255, 255, 255, 0.2);
    position: relative;
    background: linear-gradient(125deg, rgb(180,216,183), rgb(138,194,143));
    text-decoration: none;
    color: #ffffff;
}.gui-experience-trial .gui-message-panel::before {
    animation: buttonSpark 5s ease-in-out infinite;
    width: 50%;
    content: '';
    z-index: 0;
    position: absolute;
    left: -50%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    transform: skewX(-25deg);
    height: 100%;
    top: 0;
}@keyframes buttonSpark {
    0% {
        left: -50%;
    }
    30%, 100% {
        left: 150%;
    }
}

.gui-experience-trial .gui-message-panel:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.15),
        0 0 20px rgba(255, 255, 255, 0.3);
    transform: translateY(-5px) scale(1.03);
}.gui-experience-trial .gui-message-panel::after {
    border-radius: 55px;
    content: '';
    background: linear-gradient(
        125deg,
        rgb(180,216,183),
        rgb(138,194,143)
    );
    opacity: 0;
    inset: -5px;
    filter: blur(10px);
    position: absolute;
    transition: opacity 0.4s ease;
    z-index: -1;
}.gui-experience-trial .gui-message-panel:hover::after {
    opacity: 0.5;
}.gui-experience-trial::after {
    left: 0;
    z-index: 3;
    width: 100%;
    position: absolute;
    top: 0;
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 20px,
            rgba(255, 255, 255, 0.03) 20px,
            rgba(255, 255, 255, 0.03) 21px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 20px,
            rgba(255, 255, 255, 0.03) 20px,
            rgba(255, 255, 255, 0.03) 21px
        );
    height: 100%;
    content: '';
}.gui-experience-trial::before {
    left: 0;
    z-index: 3;
    opacity: 0.5;
    top: 50%;
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    animation: spectrumHorizontal 10s linear infinite;
    filter: blur(2px);
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(180,216,183) 25%,
        #ffffff 50%,
        rgb(138,194,143) 75%,
        transparent 100%
    );
}@keyframes spectrumHorizontal {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.gui-experience-trial::after {
    width: 2px;
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    filter: blur(2px);
    animation: spectrumVertical 15s linear infinite;
    left: 50%;
    z-index: 3;
    opacity: 0.5;
    background: linear-gradient(
        180deg,
        transparent 0%,
        rgb(180,216,183) 25%,
        #ffffff 50%,
        rgb(138,194,143) 75%,
        transparent 100%
    );
}

@keyframes spectrumVertical {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}

@media screen and (max-width: 991px) {.gui-experience-trial {
    padding: 5rem 1.5rem;
}.gui-experience-trial .gui-who-weare {
    padding: 3.5rem 2.5rem;
}.gui-experience-trial h3 {
    font-size: calc(33px * 0.9);
    margin-bottom: 2.2rem;
}.gui-experience-trial .gui-message-panel {
    padding: 1.1rem 3rem;
}
}

@media screen and (max-width: 767px) {.gui-experience-trial {
    padding: 4rem 1.2rem;
}.gui-experience-trial .gui-who-weare {
    padding: 3rem 2rem;
}.gui-experience-trial h3 {
    font-size: calc(33px * 0.8);
    margin-bottom: 2rem;
}.gui-experience-trial .gui-message-panel {
    font-size: calc(20px * 0.95);
    padding: 1rem 2.5rem;
}
}

@media screen and (max-width: 480px) {.gui-experience-trial {
    padding: 3.5rem 1rem;
}.gui-experience-trial .gui-who-weare {
    padding: 2.5rem 1.5rem;
}.gui-experience-trial h3 {
    margin-bottom: 1.8rem;
    font-size: calc(33px * 0.7);
}.gui-experience-trial .gui-message-panel {
    padding: 0.9rem 2.2rem;
    font-size: calc(20px * 0.9);
}
}