* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
    color: #000000;
    auto
contain
    scroll-behavior: auto;
}.gui-first-class {
    flex: 1 0 auto;
}.gui-pledge-block {
    flex: 0 0 auto;
}.container {
    width: 1240px;
    max-width: 100%;
    margin: auto;
}.gui-wrapper-structure {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}
@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-information {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(242,228,233) 0%, #1a1e2e 100%);
}.gui-contact-information::before {
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 40%),
        linear-gradient(0deg, transparent 80%, rgba(rgb(225,195,207), 0.05) 100%);
    width: 100%;
    content: "";
}.gui-contact-information::after {
    bottom: 0;
    content: "";
    z-index: 1;
    background: 
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px);
    height: 100px;
    left: 0;
    width: 100%;
    position: absolute;
}.gui-contact-information .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
}.gui-contact-information h2 {
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    letter-spacing: 2px;
    margin-bottom: 70px;
    text-align: center;
    font-size: 37px;
}.gui-contact-information h2::before {
    bottom: -20px;
    height: 2px;
    position: absolute;
    background: rgb(225,195,207);
    width: 30px;
    left: calc(50% - 50px);
    content: "";
}.gui-contact-information h2::after {
    bottom: -20px;
    background: rgb(225,195,207);
    content: "";
    height: 2px;
    position: absolute;
    width: 70px;
    left: calc(50% - 10px);
}.gui-contact-information .gui-feedback-info {
    border-radius: 18px;
    grid-template-columns: 6fr 4fr;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    display: grid;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}.gui-contact-information .gui-photo-card {
    position: relative;
    min-height: 100%;
}.gui-contact-information .gui-photo-card::before {
    left: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    content: "";
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
}.gui-contact-information .gui-photo-card::after {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
    animation: scanLines 5s linear infinite;
    left: 0;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(rgb(225,195,207), 0.1) 10px, rgba(rgb(225,195,207), 0.1) 11px);
    content: "";
    top: 0;
}@keyframes scanLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.gui-contact-information .gui-help-block {
    padding: 50px;
    position: relative;
}.gui-contact-information .gui-help-block::before {
    height: 100%;
    position: absolute;
    width: 100%;
    background: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
}.gui-contact-information #contact {
    flex-direction: column;
    display: flex;
    gap: 25px;
}.gui-contact-information h3 {
    position: relative;
    margin-bottom: 30px;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 21px;
    display: inline-block;
    font-weight: 700;
}.gui-contact-information h3::after {
    width: 50px;
    height: 2px;
    background: rgb(225,195,207);
    position: absolute;
    left: 0;
    bottom: -10px;
    content: "";
}.gui-contact-information input[type="text"] {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
    padding: 16px 20px;
    transition: all 0.3s ease;
    position: relative;
    font-size: 12px;
    width: 100%;
}.gui-contact-information input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 15px rgba(rgb(225,195,207), 0.2);
    border-color: rgb(225,195,207);
    background: rgba(0, 0, 0, 0.3);
}.gui-contact-information input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}.gui-contact-information .gui-help-widget {
    gap: 12px;
    display: flex;
    align-items: flex-start;
    margin-top: 5px;
}.gui-contact-information .gui-help-widget input[type="checkbox"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    width: 24px;
    cursor: pointer;
    height: 24px;
    margin-top: 2px;
    appearance: none;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}.gui-contact-information .gui-help-widget input[type="checkbox"]:checked {
    background: rgb(225,195,207);
    border-color: rgb(225,195,207);
}.gui-contact-information .gui-help-widget input[type="checkbox"]:checked::after {
    left: 9px;
    height: 10px;
    border: solid #ffffff;
    position: absolute;
    border-width: 0 2px 2px 0;
    width: 6px;
    transform: rotate(45deg);
    top: 6px;
    content: "";
}.gui-contact-information .gui-help-widget label {
    font-size: calc(12px - 2px);
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
}.gui-contact-information .gui-help-widget a {
    color: rgb(225,195,207);
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
}.gui-contact-information .gui-help-widget a:hover {
    color: #ffffff;
}.gui-contact-information .gui-help-widget a::after {
    height: 1px;
    content: "";
    transition: all 0.3s ease;
    bottom: -2px;
    width: 100%;
    background: rgb(225,195,207);
    position: absolute;
    left: 0;
}.gui-contact-information .gui-help-widget a:hover::after {
    background: #ffffff;
}.gui-contact-information .gui-reach-links {
    align-self: flex-start;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    background: rgb(225,195,207);
    transition: all 0.3s ease;
    letter-spacing: 1px;
    border-radius: 10px;
    margin-top: 10px;
    font-size: 19px;
    padding: 16px 35px;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    overflow: hidden;
    border: none;
    cursor: pointer;
}.gui-contact-information .gui-reach-links::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    position: absolute;
    left: -100%;
    height: 100%;
    transition: all 0.5s ease;
    content: "";
    width: 100%;
}.gui-contact-information .gui-reach-links:hover {
    transform: translateY(-3px);
    background: rgb(202,158,173);
}.gui-contact-information .gui-reach-links:hover::before {
    left: 100%;
}.gui-contact-information svg {
    filter: drop-shadow(0 0 5px rgba(rgb(225,195,207), 0.5));
    transition: all 0.3s ease;
    width: 22px;
    height: 22px;
    fill: rgb(225,195,207);
}.gui-contact-information svg path {
    transition: all 0.3s ease;
    fill: rgb(225,195,207);
}.gui-contact-information svg:hover {
    transform: scale(1.1);
    fill: #ffffff;
}.gui-contact-information svg:hover path {
    fill: #ffffff;
}

@media (max-width: 992px) {.gui-contact-information {
    padding: 70px 0;
}.gui-contact-information .gui-feedback-info {
    grid-template-columns: 1fr;
}.gui-contact-information .gui-photo-card {
    min-height: 300px;
}.gui-contact-information .gui-help-block {
    padding: 40px 30px 50px;
}
}

@media (max-width: 768px) {.gui-contact-information {
    padding: 50px 0;
}.gui-contact-information h2 {
    margin-bottom: 50px;
    font-size: calc(37px - 4px);
}.gui-contact-information .gui-photo-card {
    min-height: 250px;
}
}

@media (max-width: 576px) {.gui-contact-information {
    padding: 40px 0;
}.gui-contact-information .container {
    padding: 0 15px;
}.gui-contact-information h2 {
    font-size: calc(37px - 6px);
    margin-bottom: 40px;
}.gui-contact-information h2::before {
    width: 20px;
    left: calc(50% - 35px);
}.gui-contact-information h2::after {
    width: 50px;
}.gui-contact-information .gui-help-block {
    padding: 30px 20px 40px;
}.gui-contact-information #contact {
    gap: 20px;
}.gui-contact-information .gui-reach-links {
    width: 100%;
}.gui-contact-information .gui-photo-card {
    min-height: 200px;
}}.gui-cookie-popup-overlay {
    width: 100%;
    background: rgb(242,228,233);
    border-top: 2px solid rgb(225,195,207);
    bottom: 0;
    z-index: 90;
    position: fixed;
}.gui-cookie-rules {
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
    align-items: center;
}.gui-cookie-popup-overlay h5 {
    font-size: 22px;
    margin-bottom: 6px;
}#gui-cookieWarningModal {
    display: none;
}#gui-cookieWarningModal:checked ~ .gui-cookie-popup-overlay {
    opacity: 0;
    visibility: hidden;
}.gui-cookie-popup-overlay p {
    font-size: 18px;
}.gui-cookie-verify {
    flex-shrink: 0;
    margin-right: 10px;
}.gui-cookie-verify svg, .gui-cookie-verify svg path, .gui-cookie-verify img {
    width: 100px;
    fill: rgb(225,195,207);
    height: 100px;
}.gui-track-switch {
    text-align: center;
    line-height: 35px;
    color: rgb(225,195,207);
    white-space: nowrap;
    flex-shrink: 0;
    min-width: 120px;
    margin-left: 10px;
    border-bottom: 2px solid rgb(225,195,207);
    font-size: 24px;
    text-decoration: none;
    cursor: pointer;
}.gui-cookie-popup-overlay p a {
    color: rgb(225,195,207);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.gui-cookie-popup-overlay {
    padding: 20px;
}}

.gui-wrapper-structure .gui-cookie-popup-overlay {
    background: rgb(202,158,173);
    box-shadow: rgb(202,158,173,0.5) 0px 0px 40px 39px;
    border: none;
    padding: 40px 0;
}.gui-wrapper-structure .gui-track-switch {
    background: rgb(225,195,207);
    color: #ffffff;
    padding: 10px;
    margin-left: 30px;
    font-size: 20px;
    font-weight: 400;
    border: none;
}.gui-wrapper-structure .gui-cookie-controls h5, .gui-wrapper-structure .gui-cookie-controls p {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.gui-cookie-verify {
    display: none;
}.gui-cookie-rules {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.gui-cookie-popup-overlay h5 {
    text-align: center;
}.gui-cookie-popup-overlay p {
    text-align: center;
}.gui-cookie-controls {
    margin-bottom: 20px;
}body .gui-wrapper-structure .gui-track-switch {
    margin-left: 0;
    margin-bottom: 10px;
}}.gui-newsletter-subscription {
    padding: 4rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(242,228,233) 0%, rgb(225,195,207,0.5) 100%);
    margin: 3rem 0;
    transform: skewY(-2deg);
    position: relative;
}.gui-newsletter-subscription .gui-training-experts {
    position: relative;
    z-index: 2;
    transform: skewY(2deg);
}.gui-newsletter-subscription::before {
    background: linear-gradient(135deg, rgb(202,158,173) 0%, rgb(202,158,173,0.5) 100%);
    animation: pulse 8s infinite alternate;
    opacity: 0.7;
    content: "";
    top: -10%;
    z-index: 1;
    transform: rotate(-15deg);
    height: 200%;
    border-radius: 27px;
    position: absolute;
    width: 60%;
    left: -5%;
}.gui-newsletter-subscription::after {
    right: -10%;
    opacity: 0.6;
    animation: float 10s infinite alternate;
    filter: blur(5px);
    z-index: 0;
    border-radius: 10px;
    position: absolute;
    background: linear-gradient(45deg, rgb(225,195,207,0.5) 0%, rgb(225,195,207) 100%);
    bottom: -50%;
    transform: rotate(25deg);
    content: "";
    height: 180%;
    width: 70%;
}.gui-newsletter-subscription p {
    font-family: Arial, sans-serif;
    max-width: 80%;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    font-size: 29px;
    color: #ffffff;
    transform: translateX(-5%);
    margin-bottom: 2rem;
}.gui-newsletter-subscription .input_holder {
    justify-content: flex-start;
    display: flex;
    transform: translateX(5%);
    gap: 1rem;
    z-index: 3;
    position: relative;
    flex-direction: row;
    align-items: center;
}.gui-newsletter-subscription .gui-join-news {
    flex: 1;
    padding: 1rem 1.5rem;
    background: #ffffff;
    transform: perspective(800px) rotateX(2deg);
    transition: all 0.3s ease;
    color: #000000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 10px;
    font-size: 18px;
    font-family: Arial, sans-serif;
}.gui-newsletter-subscription .gui-join-news:focus {
    outline: none;
    transform: perspective(800px) rotateX(0);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}.gui-newsletter-subscription .gui-join-news::placeholder {
    color: #000000;
    opacity: 0.7;
}.gui-newsletter-subscription .gui-sub-field {
    transform: perspective(800px) rotateX(2deg) translateZ(0);
    padding: 1rem 2rem;
    cursor: pointer;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(202,158,173) 0%, rgb(225,195,207) 100%);
    color: #ffffff;
    font-weight: 600;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border: none;
    transition: all 0.3s ease;
    font-size: 20px;
}.gui-newsletter-subscription .gui-sub-field:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    background: linear-gradient(135deg, rgb(225,195,207) 0%, rgb(202,158,173) 100%);
    transform: perspective(800px) rotateX(0) translateY(-5px) translateZ(0);
}

@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: rotate(-15deg) scale(1);
    }
    100% {
        opacity: 0.7;
        transform: rotate(-15deg) scale(1.05);
    }
}

@keyframes float {
    0% {
        transform: rotate(25deg) translateY(0);
    }
    100% {
        transform: rotate(25deg) translateY(-20px);
    }
}

@media (max-width: 768px) {.gui-newsletter-subscription {
    padding: 3rem 1.5rem;
    transform: skewY(-1deg);
}.gui-newsletter-subscription .gui-training-experts {
    transform: skewY(1deg);
}.gui-newsletter-subscription p {
    margin-bottom: 1.5rem;
    transform: translateX(0);
    max-width: 100%;
    text-align: left;
    font-size: 22px;
}.gui-newsletter-subscription .input_holder {
    align-items: stretch;
    flex-direction: column;
    transform: translateX(0);
}.gui-newsletter-subscription .gui-join-news {
    width: 100%;
    margin-bottom: 1rem;
}.gui-newsletter-subscription .gui-sub-field {
    width: 100%;
}}.gui-confidential-cell {
    padding: 50px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    height: auto;
    z-index: 1;
    background-color: #ffffff;
    margin: auto;
    width: 100%;
}.gui-confidential-cell::before {
    bottom: -10px;
    border: 1px solid rgb(225,195,207);
    right: -10px;
    left: -10px;
    z-index: -1;
    content: '';
    position: absolute;
    top: -10px;
}.gui-confidential-cell::after {
    left: 20px;
    bottom: 20px;
    right: 20px;
    border: 1px dashed rgb(202,158,173);
    position: absolute;
    border-radius: 10px;
    content: '';
    z-index: -1;
    top: 20px;
}.gui-confidential-cell h1 {
    font-weight: 700;
    color: rgb(225,195,207);
    letter-spacing: 1px;
    border-bottom: 3px double rgb(225,195,207);
    padding-bottom: 15px;
    margin-bottom: 30px;
    margin-top: 40px;
    text-align: center;
    font-size: 46px;
    font-family: Arial, sans-serif;
}.gui-confidential-cell h2 {
    margin-bottom: 20px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    padding-bottom: 10px;
    border-bottom: 2px dashed rgb(202,158,173);
    text-align: left;
    margin-top: 30px;
    color: rgb(202,158,173);
    font-size: 29px;
}.gui-confidential-cell h3, .gui-confidential-cell h4, .gui-confidential-cell h5, .gui-confidential-cell h6 {
    padding-left: 10px;
    margin-top: 25px;
    color: #000000;
    font-size: 24px;
    font-weight: 400;
    border-left: 4px solid #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
}.gui-confidential-cell ul, .gui-confidential-cell ol {
    padding-left: 20px;
    list-style: none;
    font-family: Arial, sans-serif;
    margin: 0;
    font-size: 17px;
    list-style-position: inside;
    padding: 15px 0;
    padding-left: 0;
    color: #000000;
    border-left: 2px solid rgba(0, 0, 0, 0.5);
}.gui-confidential-cell li {
    padding-left: 25px;
    margin-bottom: 12px;
    position: relative;
}.gui-confidential-cell li::before {
    width: 10px;
    background-color: rgb(225,195,207);
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    content: "";
    height: 10px;
    border-radius: 50%;
    top: 50%;
}.gui-confidential-cell section {
    background: none;
}.gui-confidential-cell p, .gui-confidential-cell span, .gui-confidential-cell div {
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #000000;
    line-height: 1.75;
    font-size: 17px;
    font-family: Arial, sans-serif;
}

@media only screen and (max-width: 800px) {.gui-confidential-cell {
    padding: 30px;
    width: 100%;
}.gui-confidential-cell h1 {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: calc(24px - 6px);
}.gui-confidential-cell h2 {
    margin-bottom: 15px;
    margin-top: 20px;
    font-size: calc(24px - 6px);
}.gui-confidential-cell ul, .gui-confidential-cell ol {
    padding-left: 15px;
}.gui-confidential-cell li {
    padding-left: 20px;
}.gui-confidential-cell p, .gui-confidential-cell span, .gui-confidential-cell div {
    margin-bottom: 15px;
    padding-bottom: 8px;
}}.gui-learning-system {
    background: linear-gradient(135deg, rgb(242,228,233) 0%, rgba(240, 240, 245, 0.95) 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.gui-learning-system::before {
    top: 0;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    background: linear-gradient(145deg, rgb(225,195,207,0.5) 0%, rgb(202,158,173,0.5) 100%);
    z-index: 1;
    content: "";
    width: 25%;
    height: 100%;
    right: 0;
    position: absolute;
}.gui-learning-system::after {
    background: rgb(225,195,207);
    z-index: 1;
    left: 0;
    bottom: 0;
    position: absolute;
    transform: skewX(45deg) translateX(-10%);
    content: "";
    height: 10px;
    width: 35%;
}.gui-learning-system .container.gui-training-experts {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 25px;
    z-index: 2;
    position: relative;
}.gui-learning-system .container.gui-training-experts > div {
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    padding: 50px 60px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.95);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}.gui-learning-system .container.gui-training-experts > div:hover {
    transform: perspective(1000px) rotateY(0deg);
}.gui-learning-system .container.gui-training-experts > div::before {
    transform-origin: top;
    left: 0;
    transform: scaleY(0);
    content: "";
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    top: 0;
    background: linear-gradient(to bottom, rgb(225,195,207), rgb(202,158,173));
    position: absolute;
    width: 5px;
}.gui-learning-system .container.gui-training-experts > div:hover::before {
    transform: scaleY(1);
}.gui-learning-system h3 {
    transition: transform 0.4s ease;
    padding-bottom: 15px;
    margin: 0 0 30px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    position: relative;
    color: #000000;
    transform: translateX(0);
    font-size: 28px;
}.gui-learning-system .container.gui-training-experts > div:hover h3 {
    transform: translateX(15px);
}.gui-learning-system h3::after {
    height: 3px;
    bottom: 0;
    content: "";
    width: 80px;
    background: rgb(202,158,173);
    position: absolute;
    left: 0;
    transition: width 0.4s ease;
}.gui-learning-system .container.gui-training-experts > div:hover h3::after {
    width: 120px;
}.gui-learning-system p {
    color: #000000;
    font-size: 13px;
    line-height: 1.7;
    position: relative;
    font-family: Arial, sans-serif;
    margin: 0;
}.gui-learning-system p span {
    transform: translateY(0);
    display: block;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.gui-learning-system .container.gui-training-experts > div:hover p span {
    transform: translateY(5px);
}

@media (max-width: 991px) {.gui-learning-system {
    padding: 80px 0;
}.gui-learning-system .container.gui-training-experts > div {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 40px 35px;
}.gui-learning-system h3 {
    font-size: calc(28px * 0.9);
    margin-bottom: 25px;
}
}

@media (max-width: 767px) {.gui-learning-system {
    padding: 60px 0;
}.gui-learning-system::before {
    width: 40%;
}.gui-learning-system .container.gui-training-experts {
    padding: 0 15px;
}.gui-learning-system .container.gui-training-experts > div {
    transform: none;
    padding: 35px 25px;
}.gui-learning-system h3 {
    margin-bottom: 20px;
    font-size: calc(28px * 0.8);
}.gui-learning-system p {
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 576px) {.gui-learning-system {
    padding: 50px 0;
}.gui-learning-system .container.gui-training-experts > div {
    padding: 30px 20px;
}.gui-learning-system h3 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: calc(28px * 0.7);
}.gui-learning-system h3::after {
    width: 60px;
    height: 2px;
}.gui-learning-system p {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}}.gui-title-intro {
    background: linear-gradient(135deg, rgb(242,228,233) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 5rem 1.5rem;
    position: relative;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
}.gui-title-intro::before {
    right: 0;
    position: absolute;
    height: 5px;
    left: 0;
    background: linear-gradient(90deg, rgb(225,195,207) 0%, rgb(202,158,173) 100%);
    top: 0;
    content: "";
    z-index: 1;
}.gui-title-intro::after {
    left: 0;
    z-index: -1;
    content: "";
    position: absolute;
    height: 40%;
    width: 100%;
    bottom: 0;
    background: radial-gradient(circle at bottom right, rgb(225,195,207,0.5) 0%, transparent 70%);
}.gui-title-intro h1 {
    position: relative;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    margin-bottom: 2.5rem;
    font-size: calc(22px * 1.2);
    color: rgb(225,195,207);
    text-align: center;
    letter-spacing: 1px;
}.gui-title-intro h1::after {
    width: 80px;
    content: "";
    height: 3px;
    border-radius: 10px;
    background: rgb(202,158,173);
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    bottom: -10px;
}.gui-title-intro .gui-training-experts {
    position: relative;
    display: flex;
    z-index: 1;
    flex-direction: column;
    gap: 2.5rem;
}.gui-title-intro .gui-text-stack {
    order: 2;
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1.4);
    border-radius: 12px;
    transform: translateY(0);
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.08), -12px -12px 24px #ffffff;
    background: #ffffff;
    padding: 2rem;
}.gui-title-intro .gui-text-stack:hover {
    transform: translateY(-5px);
}.gui-title-intro ol {
    margin: 0;
    list-style: none;
    padding: 0;
}.gui-title-intro li {
    margin-bottom: 1.5rem;
}.gui-title-intro .gui-skill-upfast {
    flex-direction: column;
    text-align: center;
    align-items: center;
    display: flex;
}.gui-title-intro .gui-skill-upfast svg {
    margin-bottom: 1.5rem;
    filter: drop-shadow(0px 5px 10px rgba(94, 170, 168, 0.2));
    width: 120px;
    transition: transform 0.5s ease, filter 0.5s ease;
    height: 120px;
}.gui-title-intro .gui-skill-upfast svg:hover {
    transform: translateY(-5px) rotate(2deg);
    filter: drop-shadow(0px 8px 15px rgba(94, 170, 168, 0.3));
}.gui-title-intro .gui-skill-upfast svg path {
    transition: fill 0.3s ease;
}.gui-title-intro .gui-skill-upfast svg:hover path {
    fill: rgb(225,195,207);
}.gui-title-intro .gui-skill-upfast svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}.gui-title-intro .gui-skill-upfast svg:hover text {
    fill: #000000;
}.gui-title-intro .gui-skill-upfast p {
    color: #000000;
    position: relative;
    margin-left: auto;
    line-height: 1.6;
    margin-right: auto;
    margin-bottom: 1.5rem;
    max-width: 40ch;
    font-size: 12px;
}.gui-title-intro .gui-reach-links {
    border-radius: 10px;
    font-weight: 600;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    overflow: hidden;
    display: inline-block;
    position: relative;
    background: linear-gradient(135deg, rgb(225,195,207) 0%, rgb(202,158,173) 100%);
    z-index: 1;
    box-shadow: 0 6px 15px -5px rgb(225,195,207,0.5);
    padding: 0.8rem 2rem;
    color: #ffffff;
    letter-spacing: 0.5px;
    font-size: 15px;
}.gui-title-intro .gui-reach-links::before {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    opacity: 0;
    top: 0;
    content: "";
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, rgb(202,158,173) 0%, rgb(225,195,207) 100%);
}.gui-title-intro .gui-reach-links:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px -7px rgb(225,195,207,0.5);
}.gui-title-intro .gui-reach-links:hover::before {
    opacity: 1;
}.gui-title-intro .gui-photo-card {
    height: 350px;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.12), -12px -12px 24px rgba(255, 255, 255, 0.8);
    position: relative;
    order: 1;
    border-radius: 12px;
    overflow: hidden;
}.gui-title-intro .gui-photo-card::before {
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(225,195,207,0.5) 0%, transparent 75%);
    height: 100%;
    width: 100%;
}.gui-title-intro .gui-photo-card::after {
    z-index: 1;
    height: 30%;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    content: "";
}

@media (min-width: 768px) {.gui-title-intro {
    padding: 6rem 3rem;
}.gui-title-intro h1 {
    font-size: calc(31px * 0.9);
    margin-bottom: 3rem;
}.gui-title-intro .gui-training-experts {
    align-items: center;
    flex-direction: row;
    gap: 3rem;
}.gui-title-intro .gui-text-stack {
    flex: 1;
    order: 1;
    padding: 2.5rem;
}.gui-title-intro .gui-photo-card {
    height: 450px;
    flex: 1;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    order: 2;
    transform: perspective(1000px) rotateY(-5deg);
}.gui-title-intro .gui-photo-card:hover {
    transform: perspective(1000px) rotateY(0deg);
}.gui-title-intro .gui-skill-upfast {
    align-items: flex-start;
    text-align: left;
}.gui-title-intro .gui-skill-upfast svg {
    width: 150px;
    height: 150px;
}.gui-title-intro .gui-skill-upfast p {
    max-width: 45ch;
    margin-right: 0;
    margin-left: 0;
}
}

@media (min-width: 992px) {.gui-title-intro {
    padding: 8rem 5rem;
}.gui-title-intro .gui-training-experts {
    gap: 5rem;
}.gui-title-intro .gui-photo-card {
    height: 500px;
}.gui-title-intro .gui-text-stack {
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.05), -20px -20px 40px #ffffff;
}.gui-title-intro h1 {
    font-size: 31px;
}.gui-title-intro h1::after {
    width: 100px;
}.gui-title-intro .gui-skill-upfast svg {
    width: 180px;
    height: 180px;
}
}

@media (min-width: 1200px) {.gui-title-intro {
    padding: 10rem 8rem;
}.gui-title-intro .gui-training-experts {
    gap: 8rem;
}.gui-title-intro .gui-photo-card {
    height: 550px;
}.gui-title-intro .gui-text-stack {
    padding: 3rem;
}.gui-title-intro .gui-skill-upfast p {
    max-width: 50ch;
    font-size: calc(12px * 1.1);
}
}

@media (prefers-reduced-motion: reduce) {.gui-title-intro *,
    .gui-title-intro *::before,
    .gui-title-intro *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    scroll-behavior: auto !important;
    animation-iteration-count: 1 !important;
}}.gui-teacher-profile {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(242,228,233) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 6rem 0;
}.gui-teacher-profile::before {
    height: 100%;
    top: 0;
    opacity: 0.2;
    left: 0;
    position: absolute;
    background: conic-gradient(from 45deg at 50% 50%, transparent 0deg, rgb(225,195,207,0.5) 90deg, transparent 180deg, rgb(202,158,173,0.5) 270deg, transparent 360deg);
    width: 100%;
    content: "";
    animation: rotateBg 30s linear infinite;
}@keyframes rotateBg {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.gui-teacher-profile .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 1;
}.gui-teacher-profile .gui-testimonials-hub {
    backdrop-filter: blur(8px);
    grid-template-areas:
        "photo quote"
        "photo name"
        "photo job";
    grid-gap: 1.5rem;
    display: grid;
    padding: 3rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    grid-template-columns: minmax(250px, 35%) 1fr;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 29px;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.3s ease;
}.gui-teacher-profile .gui-testimonials-hub:hover {
    transform: perspective(1000px) rotateX(0);
}.gui-teacher-profile .gui-photo-card {
    min-height: 350px;
    transform: translateZ(20px);
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    transition: transform 0.3s ease;
    height: 100%;
    grid-area: photo;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.5);
    border-radius: 29px;
}.gui-teacher-profile .gui-testimonials-hub:hover .gui-photo-card {
    transform: translateZ(30px);
}.gui-teacher-profile .name {
    font-weight: 700;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 0.5rem;
    grid-area: name;
    font-size: 33px;
    transform: translateZ(10px);
}.gui-teacher-profile .gui-testimonials-hub span:not(.name) {
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 1rem;
    transform: translateZ(5px);
    grid-area: job;
    color: rgb(202,158,173);
}.gui-teacher-profile .gui-exp-card {
    color: #ffffff;
    grid-area: quote;
    line-height: 1.6;
    position: relative;
    transform: translateZ(15px);
    font-size: 13px;
    border-radius: 10px;
    padding: 1.5rem;
    border-left: 4px solid rgb(225,195,207);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}.gui-teacher-profile .gui-exp-card::before {
    position: absolute;
    background: linear-gradient(90deg, rgb(225,195,207,0.5) 0%, transparent 100%);
    opacity: 0.1;
    mix-blend-mode: overlay;
    content: "";
    border-radius: 10px;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
}

@media (max-width: 991px) {.gui-teacher-profile .gui-testimonials-hub {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
            "photo photo"
            "name job"
            "quote quote";
}.gui-teacher-profile .gui-photo-card {
    clip-path: polygon(0 0, 100% 0, 95% 95%, 5% 95%);
    min-height: 300px;
}
}

@media (max-width: 767px) {.gui-teacher-profile {
    padding: 3rem 0;
}.gui-teacher-profile .gui-testimonials-hub {
    grid-template-areas:
            "gui-photo-card"
            "name"
            "gui-emp-skills"
            "gui-exp-card";
    padding: 2rem;
    grid-template-columns: 1fr;
}.gui-teacher-profile .gui-photo-card {
    min-height: 250px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}}.gui-course-fit-for {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(242,228,233) 0%, rgb(202,158,173,0.5) 100%);
    position: relative;
    padding: 5rem 0;
}.gui-course-fit-for::before {
    position: absolute;
    opacity: 0.1;
    background-size: 50px 50px;
    content: '';
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 45%, rgb(225,195,207,0.5) 46%, rgb(225,195,207,0.5) 54%, transparent 55%),
        linear-gradient(135deg, transparent 45%, rgb(202,158,173,0.5) 46%, rgb(202,158,173,0.5) 54%, transparent 55%);
    z-index: 1;
    top: 0;
    left: 0;
}.gui-course-fit-for::after {
    z-index: 1;
    opacity: 0.4;
    top: 0;
    background-image: radial-gradient(circle at 50% 50%, rgb(225,195,207,0.5) 0%, transparent 2%),
        radial-gradient(circle at 20% 20%, rgb(225,195,207,0.5) 0%, transparent 2%),
        radial-gradient(circle at 30% 70%, rgb(225,195,207,0.5) 0%, transparent 2%),
        radial-gradient(circle at 70% 40%, rgb(225,195,207,0.5) 0%, transparent 2%),
        radial-gradient(circle at 80% 30%, rgb(225,195,207,0.5) 0%, transparent 2%),
        radial-gradient(circle at 90% 80%, rgb(225,195,207,0.5) 0%, transparent 2%),
        radial-gradient(circle at 10% 90%, rgb(225,195,207,0.5) 0%, transparent 2%),
        radial-gradient(circle at 60% 10%, rgb(225,195,207,0.5) 0%, transparent 2%),
        radial-gradient(circle at 40% 60%, rgb(225,195,207,0.5) 0%, transparent 2%),
        radial-gradient(circle at 95% 40%, rgb(225,195,207,0.5) 0%, transparent 2%);
    left: 0;
    content: '';
    animation: pulseDots 10s infinite alternate;
    height: 100%;
    width: 100%;
    background-size: 180px 180px;
    position: absolute;
}.gui-course-fit-for .gui-training-experts {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 2rem;
}.gui-course-fit-for h3 {
    color: rgb(202,158,173);
    padding-left: 1.5rem;
    box-shadow: -5px 0 15px rgb(225,195,207,0.5);
    position: relative;
    border-left: 4px solid rgb(225,195,207);
    text-align: left;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 3rem;
}.gui-course-fit-for ul {
    padding: 0;
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin: 0;
}.gui-course-fit-for li {
    background-color: rgba(255, 255, 255, 0.15);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.03);
    display: flex;
    position: relative;
    padding: 1.8rem;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 23px;
    align-items: center;
    overflow: hidden;
}.gui-course-fit-for li::before {
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, transparent 100%);
    width: 100%;
    left: 0;
    pointer-events: none;
}.gui-course-fit-for li::after {
    width: 5px;
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.7;
    height: 100%;
    background: rgb(225,195,207);
    transition: width 0.4s ease, opacity 0.4s ease;
}.gui-course-fit-for li:hover {
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.05),
        0 0 25px rgb(225,195,207,0.5);
    transform: translateY(-5px) scale(1.02);
}.gui-course-fit-for li:hover::after {
    width: 8px;
    opacity: 1;
}.gui-course-fit-for li svg {
    fill: rgb(225,195,207);
    transition: all 0.4s ease;
    filter: drop-shadow(0 0 8px rgb(225,195,207,0.5));
    height: 40px;
    flex-shrink: 0;
    margin-right: 1.5rem;
    width: 40px;
    animation: pulseIcon 3s infinite alternate;
}.gui-course-fit-for li:hover svg {
    animation-duration: 1.5s;
}.gui-course-fit-for li svg path {
    transition: all 0.4s ease;
}.gui-course-fit-for li:hover svg path {
    fill: rgb(225,195,207);
}.gui-course-fit-for li {
    font-weight: 400;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    line-height: 1.5;
    font-size: 12px;
}.gui-course-fit-for li:nth-child(1)::after {
    animation-delay: 0s;
}.gui-course-fit-for li:nth-child(2)::after {
    animation-delay: 0.5s;
}.gui-course-fit-for li:nth-child(3)::after {
    animation-delay: 1s;
}.gui-course-fit-for li:nth-child(4)::after {
    animation-delay: 1.5s;
}.gui-course-fit-for li:nth-child(1) svg {
    animation-delay: 0s;
}.gui-course-fit-for li:nth-child(2) svg {
    animation-delay: 1s;
}.gui-course-fit-for li:nth-child(3) svg {
    animation-delay: 0.5s;
}.gui-course-fit-for li:nth-child(4) svg {
    animation-delay: 1.5s;
}

@keyframes pulseDots {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes pulseIcon {
    0%, 100% {
        transform: scale(1);
        filter: drop-shadow(0 0 5px rgb(225,195,207,0.5));
    }
    50% {
        transform: scale(1.05);
        filter: drop-shadow(0 0 12px rgb(225,195,207));
    }
}

@keyframes glowLine {
    0%, 100% {
        box-shadow: 0 0 5px rgb(225,195,207,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(225,195,207);
    }
}

@media (max-width: 991px) {.gui-course-fit-for {
    padding: 4rem 0;
}.gui-course-fit-for h3 {
    font-size: calc(36px * 0.9);
    padding-left: 1.2rem;
}.gui-course-fit-for li {
    padding: 1.5rem;
}.gui-course-fit-for li svg {
    height: 35px;
    margin-right: 1.2rem;
    width: 35px;
}
}

@media (max-width: 767px) {.gui-course-fit-for {
    padding: 3rem 0;
}.gui-course-fit-for ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.gui-course-fit-for h3 {
    border-bottom: 4px solid rgb(225,195,207);
    margin-bottom: 2.5rem;
    border-left: none;
    padding-bottom: 1rem;
    padding-left: 0;
    box-shadow: 0 5px 15px rgb(225,195,207,0.5);
    font-size: calc(36px * 0.8);
    text-align: center;
}.gui-course-fit-for li {
    padding: 1.2rem;
}.gui-course-fit-for li svg {
    width: 30px;
    margin-right: 1rem;
    height: 30px;
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    z-index: -1;
    bottom: 0;
    left: 0;
    opacity: 0.75;
    top: 0;
    animation: gradientFlow 20s ease infinite;
    right: 0;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 0%, rgb(225,195,207,0.5) 35%, rgb(202,158,173,0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
    background-size: 300% 300%;
    content: "";
    position: absolute;
}footer::after {
    opacity: 0.15;
    z-index: -1;
    right: 0;
    bottom: 0;
    content: "";
    background-size: 50px 50px;
    left: 0;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgb(225,195,207,0.5) 25%, rgb(225,195,207,0.5) 26%, transparent 27%, transparent 74%, rgb(202,158,173,0.5) 75%, rgb(202,158,173,0.5) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgb(225,195,207,0.5) 25%, rgb(225,195,207,0.5) 26%, transparent 27%, transparent 74%, rgb(202,158,173,0.5) 75%, rgb(202,158,173,0.5) 76%, transparent 77%, transparent);
    top: 0;
    position: absolute;
}.gui-pledge-block {
    position: relative;
    color: #ffffff;
    padding: 4rem 0 2.5rem;
}.gui-pledge-block::before {
    opacity: 0.8;
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    top: 0;
    content: "";
    box-shadow: 0 0 20px rgb(225,195,207,0.5);
    background: linear-gradient(90deg, transparent, rgb(225,195,207), rgb(202,158,173), transparent);
}.gui-pledge-block .container {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
    gap: 3rem;
}.gui-pledge-block .company_holder {
    overflow: hidden;
    border-radius: 15px;
    padding: 2rem;
    flex: 1 1 350px;
    transition: all 0.4s ease;
    backdrop-filter: blur(8px);
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    position: relative;
}.gui-pledge-block .company_holder::before {
    content: "";
    height: 1px;
    position: absolute;
    transform: translateY(-1px);
    left: -50%;
    background: linear-gradient(90deg, transparent, rgb(225,195,207), transparent);
    width: 200%;
    top: 0;
}.gui-pledge-block .company_holder::after {
    transform: translateY(1px);
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgb(202,158,173), transparent);
    left: 0;
}.gui-pledge-block .company_holder:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(225,195,207,0.5);
    transform: translateY(-5px);
}.gui-pledge-block .company_holder h3 {
    margin: 0 0 1.5rem;
    position: relative;
    text-shadow: 0 0 15px rgb(225,195,207,0.5);
    letter-spacing: 1px;
    color: #ffffff;
    display: inline-block;
    font-size: 36px;
    font-weight: 700;
}.gui-pledge-block .company_holder h3::after {
    background: linear-gradient(90deg, rgb(225,195,207), rgb(202,158,173));
    transition: width 0.3s ease-out;
    position: absolute;
    left: 0;
    content: "";
    bottom: -8px;
    height: 3px;
    width: 50px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(225,195,207);
}.gui-pledge-block .company_holder:hover h3::after {
    width: 100%;
}.gui-pledge-block .gui-faq-block {
    font-size: 17px;
    line-height: 1.6;
    color: #ffffff;
    max-width: 100%;
    opacity: 0.85;
    text-shadow: 0 0 10px #000000;
}.gui-pledge-block .gui-lecture-ref {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}.gui-pledge-block .gui-header-pagewrap {
    display: flex;
    gap: 2.5rem;
    flex-wrap: wrap;
}.gui-pledge-block .gui-head-primary {
    padding: 2rem;
    backdrop-filter: blur(8px);
    min-width: 250px;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    position: relative;
    transition: all 0.4s ease;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    flex: 1 1 calc(50% - 1.25rem);
    overflow: hidden;
    border-radius: 15px;
}.gui-pledge-block .gui-head-primary::before {
    position: absolute;
    left: -50%;
    width: 200%;
    transform: translateY(-1px);
    content: "";
    height: 1px;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(202,158,173), transparent);
}.gui-pledge-block .gui-head-primary::after {
    left: 0;
    transform: translateY(1px);
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(225,195,207), transparent);
}.gui-pledge-block .gui-head-primary:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(202,158,173,0.5);
    transform: translateY(-5px);
}.gui-pledge-block .gui-head-primary h5 {
    font-size: 18px;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin: 0 0 1.5rem;
    display: inline-block;
    position: relative;
    text-shadow: 0 0 15px rgb(202,158,173,0.5);
    font-weight: 600;
}.gui-pledge-block .gui-head-primary h5::after {
    box-shadow: 0 0 10px rgb(202,158,173);
    height: 3px;
    background: linear-gradient(90deg, rgb(202,158,173), rgb(225,195,207));
    border-radius: 10px;
    position: absolute;
    left: 0;
    content: "";
    bottom: -8px;
    transition: width 0.3s ease-out;
    width: 40px;
}.gui-pledge-block .gui-head-primary:hover h5::after {
    width: 100%;
}.gui-pledge-block .gui-head-primary .gui-header-pagewrap {
    gap: 1rem;
    display: flex;
    flex-direction: column;
}.gui-pledge-block .gui-head-primary .gui-header-pagewrap a {
    display: block;
    text-shadow: 0 0 5px #000000;
    opacity: 0.8;
    padding: 0.5rem 1rem;
    text-decoration: none;
    position: relative;
    color: #ffffff;
    z-index: 1;
    border-radius: 10px;
    font-size: 17px;
    transition: all 0.3s ease;
}.gui-pledge-block .gui-head-primary .gui-header-pagewrap a::before {
    border-radius: 10px;
    position: absolute;
    content: "";
    width: 3px;
    opacity: 0.5;
    left: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgb(225,195,207), rgb(202,158,173));
    transition: all 0.3s ease;
    height: 100%;
}.gui-pledge-block .gui-head-primary .gui-header-pagewrap a::after {
    height: 100%;
    z-index: -1;
    left: 0;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
    width: 0;
    opacity: 0;
}.gui-pledge-block .gui-head-primary .gui-header-pagewrap a:hover {
    opacity: 1;
    padding-left: 1.5rem;
    color: #ffffff;
    text-shadow: 0 0 10px rgb(202,158,173,0.5);
}.gui-pledge-block .gui-head-primary .gui-header-pagewrap a:hover::before {
    width: 5px;
    opacity: 1;
    box-shadow: 0 0 10px rgb(225,195,207);
}.gui-pledge-block .gui-head-primary .gui-header-pagewrap a:hover::after {
    width: 100%;
    opacity: 0.2;
}.gui-review-block {
    background: rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 2rem 0;
    position: relative;
    margin-top: 2rem;
}.gui-review-block::before {
    background: linear-gradient(90deg, transparent, rgb(225,195,207), rgb(202,158,173), transparent);
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    opacity: 0.5;
    height: 1px;
    width: 100%;
}.gui-review-block .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.gui-review-block .gui-discuss-cta {
    opacity: 0.7;
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: 16px;
    position: relative;
    text-align: center;
    text-shadow: 0 0 5px #000000;
    letter-spacing: 0.5px;
}.gui-review-block .gui-discuss-cta:hover {
    text-shadow: 0 0 8px rgb(202,158,173,0.5);
    opacity: 1;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 1200px) {.gui-pledge-block .container {
    gap: 2rem;
}.gui-pledge-block .company_holder {
    flex: 1 1 320px;
}.gui-pledge-block .gui-lecture-ref {
    flex: 1 1 calc(100% - 370px);
    min-width: 320px;
}
}

@media (max-width: 992px) {.gui-pledge-block {
    padding: 3.5rem 0 2rem;
}.gui-pledge-block .container {
    flex-direction: column;
    gap: 2rem;
}.gui-pledge-block .company_holder,
    .gui-pledge-block .gui-lecture-ref {
    flex: 1 1 100%;
    min-width: 100%;
}.gui-pledge-block .gui-head-primary {
    min-width: 220px;
    flex: 0 1 calc(50% - 1.25rem);
}
}

@media (max-width: 768px) {.gui-pledge-block {
    padding: 3rem 0 1.5rem;
}.gui-pledge-block .company_holder,
    .gui-pledge-block .gui-head-primary {
    padding: 1.5rem;
}.gui-pledge-block .gui-header-pagewrap {
    gap: 1.5rem;
}.gui-pledge-block .company_holder h3 {
    font-size: calc(36px - 2px);
}.gui-pledge-block .gui-head-primary h5 {
    font-size: calc(18px - 1px);
}.gui-pledge-block .company_holder:hover,
    .gui-pledge-block .gui-head-primary:hover {
    transform: translateY(-3px);
}
}

@media (max-width: 576px) {.gui-pledge-block {
    padding: 2.5rem 0 1rem;
}.gui-pledge-block .gui-header-pagewrap {
    gap: 1rem;
}.gui-pledge-block .gui-head-primary {
    flex: 1 1 100%;
    min-width: 100%;
}.gui-pledge-block .gui-head-primary .gui-header-pagewrap a {
    padding: 0.4rem 0.8rem;
}.gui-pledge-block .gui-head-primary .gui-header-pagewrap a:hover {
    padding-left: 1.2rem;
}.gui-review-block {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.gui-pledge-block .company_holder:hover,
    .gui-pledge-block .gui-head-primary:hover {
    transform: translateY(-2px);
}}.gui-help-center {
    padding: 80px 0;
    overflow: hidden;
    background: rgb(242,228,233);
    position: relative;
}.gui-help-center::before {
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    background: rgb(225,195,207,0.5);
    position: absolute;
    z-index: 1;
    width: 40%;
    content: '';
    top: 0;
    height: 100%;
    right: 0;
}.gui-help-center .container {
    position: relative;
    z-index: 2;
}.gui-help-center .gui-contact-details {
    background: #ffffff;
    position: relative;
    padding: 50px;
    border-radius: 17px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}.gui-help-center .gui-contact-details::after {
    background: rgb(225,195,207);
    height: 100px;
    border-top-left-radius: 17px;
    width: 5px;
    top: 0;
    position: absolute;
    left: 0;
    content: '';
}.gui-help-center .gui-contact-details h2 {
    font-weight: 700;
    font-size: 37px;
    margin-bottom: 30px;
    position: relative;
    color: #000000;
}.gui-help-center .gui-contact-details p {
    display: flex;
    align-items: center;
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 13px;
    color: #000000;
}.gui-help-center .gui-contact-details p svg {
    height: 18px;
    margin-right: 10px;
    width: 18px;
    fill: rgb(225,195,207);
}.gui-help-center .gui-contact-details p svg path {
    fill: rgb(225,195,207);
}.gui-help-center .gui-ask-team {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 35px;
}.gui-help-center .gui-contact-help {
    position: relative;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 55px;
    transition: all 0.3s ease;
    text-decoration: none;
    background: rgb(242,228,233);
    display: flex;
    width: 55px;
}.gui-help-center .gui-contact-help::before {
    opacity: 0;
    width: 100%;
    transition: all 0.3s ease;
    position: absolute;
    background: rgb(225,195,207);
    border-radius: 50%;
    content: '';
    transform: scale(0.8);
    top: 0;
    left: 0;
    z-index: 0;
    height: 100%;
}.gui-help-center .gui-contact-help:hover::before {
    opacity: 1;
    transform: scale(1);
}.gui-help-center .gui-contact-help svg {
    height: 22px;
    width: 22px;
    z-index: 1;
    fill: rgb(225,195,207);
    transition: all 0.3s ease;
    position: relative;
}.gui-help-center .gui-contact-help svg path {
    fill: rgb(225,195,207);
    transition: all 0.3s ease;
}.gui-help-center .gui-contact-help:hover svg {
    fill: #ffffff;
}.gui-help-center .gui-contact-help:hover svg path {
    fill: #ffffff;
}

@media (max-width: 1024px) {.gui-help-center {
    padding: 60px 0;
}.gui-help-center .gui-contact-details {
    padding: 40px 30px;
}.gui-help-center .gui-contact-details h2 {
    font-size: calc(37px - 2px);
}
}

@media (max-width: 768px) {.gui-help-center {
    padding: 50px 0;
}.gui-help-center::before {
    width: 50%;
}.gui-help-center .gui-contact-details {
    padding: 35px 25px;
}.gui-help-center .gui-contact-details h2 {
    font-size: calc(37px - 4px);
}.gui-help-center .gui-ask-team {
    justify-content: center;
}
}

@media (max-width: 480px) {.gui-help-center {
    padding: 40px 0;
}.gui-help-center::before {
    width: 70%;
}.gui-help-center .gui-contact-details {
    padding: 30px 20px;
}.gui-help-center .gui-contact-details h2 {
    font-size: calc(37px - 5px);
}.gui-help-center .gui-contact-details p {
    font-size: calc(13px - 1px);
}.gui-help-center .gui-contact-help {
    height: 50px;
    width: 50px;
}.gui-help-center .gui-contact-help svg {
    width: 20px;
    height: 20px;
}}header {
    background: linear-gradient(to bottom, rgb(242,228,233), #ffffff);
    position: relative;
    width: 100%;
    z-index: 100;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    padding: 1.2rem 0;
}header::before {
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgb(225,195,207,0.5) 65%, 
        rgb(225,195,207,0.5) 70%, 
        transparent 70%),
        linear-gradient(135deg, 
        transparent 75%, 
        rgb(202,158,173,0.5) 75%, 
        rgb(202,158,173,0.5) 80%, 
        transparent 80%);
    position: absolute;
    height: 100%;
    z-index: 0;
    top: 0;
    content: '';
    opacity: 0.5;
    left: 0;
    width: 100%;
}header .container {
    max-width: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
    margin: 0;
    padding: 0 3%;
}header .gui-head-lead {
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    display: flex;
}header .gui-head-pagewrap {
    overflow: hidden;
    position: relative;
    text-decoration: none;
    display: flex;
    border-radius: 27px;
    padding: 0.5rem 1.5rem;
    background: linear-gradient(135deg, rgb(225,195,207,0.5), rgb(202,158,173,0.5));
    align-items: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}header .gui-head-pagewrap::before {
    left: -50%;
    width: 200%;
    opacity: 0;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    content: '';
    transition: opacity 0.3s ease;
    position: absolute;
    height: 200%;
    top: -50%;
}header .gui-head-pagewrap:hover::before {
    opacity: 1;
}header .gui-head-pagewrap svg {
    width: 150px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    height: auto;
    transition: all 0.3s ease;
}header .gui-head-pagewrap:hover svg {
    transform: scale(1.03);
}header .gui-head-primary {
    gap: 0.6rem;
    max-width: 800px;
    margin-top: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
    width: 100%;
}header .gui-header-base {
    position: relative;
    text-decoration: none;
    color: #000000;
    text-align: center;
    border-radius: 10px;
    font-size: 18px;
    z-index: 1;
    overflow: hidden;
    padding: 0.6rem 1.2rem;
    border: 1px solid rgba(0, 0, 0, 0.03);
    background: #ffffff;
    font-family: Arial, sans-serif;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}header .gui-header-base::before {
    content: '';
    left: 0;
    width: 100%;
    background: linear-gradient(to right, rgb(225,195,207), rgb(202,158,173));
    position: absolute;
    top: 0;
    transition: transform 0.3s ease;
    height: 3px;
    transform: scaleX(0);
    transform-origin: left;
}header .gui-header-base:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
    color: rgb(225,195,207);
}header .gui-header-base:hover::before {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .gui-head-pagewrap {
    padding: 0.5rem 1.2rem;
}header .gui-head-pagewrap svg {
    width: 140px;
}header .gui-head-primary {
    gap: 0.5rem;
}header .gui-header-base {
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header .gui-head-lead {
    gap: 1.5rem;
}header .gui-head-pagewrap {
    padding: 0.4rem 1rem;
}header .gui-head-pagewrap svg {
    width: 130px;
}header .gui-head-primary {
    gap: 0.5rem;
}header .gui-header-base {
    padding: 0.5rem 0.9rem;
    font-size: calc(18px - 1px);
}
}

@media (max-width: 480px) {header {
    padding: 1rem 0;
}header .gui-head-lead {
    gap: 1rem;
}header .gui-head-pagewrap svg {
    width: 120px;
}header .gui-head-primary {
    gap: 0.4rem;
    justify-content: flex-start;
    padding-bottom: 10px;
    flex-wrap: nowrap;
    overflow-x: auto;
}header .gui-head-primary::-webkit-scrollbar {
    height: 3px;
}header .gui-head-primary::-webkit-scrollbar-thumb {
    background: rgb(225,195,207);
    border-radius: 10px;
}header .gui-header-base {
    white-space: nowrap;
    flex-shrink: 0;
    margin-right: 2px;
}}.gui-service-plan {
    padding: 120px 0;
    position: relative;
    background: rgb(242,228,233);
    overflow: hidden;
}.gui-service-plan::before {
    content: "";
    background: linear-gradient(135deg, rgb(225,195,207,0.5) 0%, transparent 70%);
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
}.gui-service-plan .container {
    margin: 0 auto;
    position: relative;
    max-width: 1320px;
    z-index: 2;
    padding: 0 15px;
}.gui-service-plan .gui-price-panel {
    flex-direction: column-reverse;
    display: flex;
    gap: 60px;
}.gui-service-plan .gui-pay-options {
    animation: fadeInUp 0.8s ease-out forwards;
    transform: translateY(-10px);
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
}.gui-service-plan .gui-pay-options h2 {
    display: inline-block;
    position: relative;
    font-weight: 700;
    color: #000000;
    font-size: 32px;
    margin-bottom: 20px;
}.gui-service-plan .gui-pay-options h2::after {
    width: 80px;
    position: absolute;
    left: 50%;
    content: "";
    height: 3px;
    background: rgb(225,195,207);
    bottom: -10px;
    transform: translateX(-50%);
}.gui-service-plan .gui-fee-plans {
    overflow-wrap: break-word;
    font-size: 15px;
    max-width: 600px;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 0;
    margin: 0 auto;
    word-break: break-word;
}.gui-service-plan .gui-plan-fees {
    width: 100%;
    gap: 30px;
    grid-template-columns: 1fr;
    display: grid;
}.gui-service-plan .gui-sub-options {
    height: 100%;
    display: block;
    opacity: 0;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    animation: fadeInUp 0.8s ease-out forwards;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    animation-delay: calc(var(--index, 0) * 0.1s);
    border-radius: 10px;
    transform: translateY(20px);
    overflow: hidden;
}.gui-service-plan .gui-sub-options:nth-child(1) {
    --index: 1;
}.gui-service-plan .gui-sub-options:nth-child(2) {
    --index: 2;
}.gui-service-plan .gui-sub-options:nth-child(3) {
    --index: 3;
}.gui-service-plan .gui-sub-options:nth-child(4) {
    --index: 4;
}.gui-service-plan .gui-sub-options:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) scale(1.02);
}.gui-service-plan .gui-premium-cost {
    background: linear-gradient(145deg, #ffffff, #f5f8ff);
    flex-direction: column;
    overflow: hidden;
    display: flex;
    height: 100%;
    box-sizing: border-box;
    position: relative;
}.gui-service-plan .gui-premium-cost::before {
    top: 0;
    content: "";
    background: linear-gradient(90deg, rgb(225,195,207), rgb(202,158,173));
    left: 0;
    position: absolute;
    height: 5px;
    width: 100%;
}.gui-service-plan .gui-pricing-offers {
    flex-direction: column;
    padding: 40px 30px;
    box-sizing: border-box;
    display: flex;
    flex: 1;
}.gui-service-plan .gui-pricing-offers h3 {
    font-weight: 700;
    margin-top: 0;
    color: #000000;
    margin-bottom: 15px;
    word-break: break-word;
    font-size: 20px;
    overflow-wrap: break-word;
    position: relative;
}.gui-service-plan .gui-pricing-offers h3::after {
    position: absolute;
    content: "";
    transition: width 0.3s ease;
    width: 40px;
    bottom: -8px;
    height: 2px;
    background-color: rgb(225,195,207);
    left: 0;
}.gui-service-plan .gui-sub-options:hover .gui-pricing-offers h3::after {
    width: 70px;
}.gui-service-plan .gui-value-rates {
    border-radius: 10px;
    font-weight: 700;
    position: relative;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), rgba(var(--primary-color-rgb), 0.05));
    display: inline-block;
    word-break: break-word;
    font-size: calc(20px * 1.2);
    overflow-wrap: break-word;
    color: rgb(225,195,207);
    padding: 8px 16px;
    margin: 10px 0 20px;
}.gui-service-plan .gui-pricing-offers p {
    margin-bottom: 0;
    color: #000000;
    overflow-wrap: break-word;
    word-break: break-word;
    line-height: 1.7;
    flex-grow: 1;
    white-space: normal;
    font-size: 15px;
}.gui-service-plan .gui-photo-card {
    height: 200px;
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.6s ease;
}.gui-service-plan .gui-sub-options:hover .gui-photo-card {
    filter: brightness(1.05);
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.gui-service-plan .gui-plan-fees {
    grid-template-columns: repeat(2, 1fr);
}.gui-service-plan .gui-pricing-offers {
    padding: 40px;
}.gui-service-plan .gui-photo-card {
    height: 220px;
}
}

@media (min-width: 992px) {.gui-service-plan .gui-price-panel {
    flex-direction: row;
    gap: 50px;
    align-items: center;
}.gui-service-plan .gui-plan-fees {
    width: 65%;
    grid-template-columns: repeat(2, 1fr);
}.gui-service-plan .gui-pay-options {
    width: 35%;
    text-align: left;
    margin: 0;
}.gui-service-plan .gui-pay-options h2::after {
    transform: none;
    left: 0;
}.gui-service-plan .gui-fee-plans {
    margin: 0;
}
}

@media (min-width: 1200px) {.gui-service-plan .gui-plan-fees {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.gui-service-plan .gui-pricing-offers h3 {
    font-size: calc(20px * 1.1);
}.gui-service-plan .gui-value-rates {
    font-size: calc(20px * 1.3);
}.gui-service-plan .gui-photo-card {
    height: 240px;
}
}

@media (max-width: 767px) {.gui-service-plan {
    padding: 80px 0;
}.gui-service-plan .gui-pricing-offers {
    padding: 30px 20px;
}.gui-service-plan .gui-value-rates {
    font-size: 20px;
    padding: 6px 12px;
}.gui-service-plan .gui-photo-card {
    height: 180px;
}
}

@media (max-width: 480px) {.gui-service-plan {
    padding: 60px 0;
}.gui-service-plan .gui-pay-options h2 {
    font-size: calc(32px * 0.85);
}.gui-service-plan .gui-pricing-offers h3 {
    font-size: calc(20px * 0.95);
}.gui-service-plan .gui-photo-card {
    height: 160px;
}}.gui-explore-now {
    background: linear-gradient(135deg, rgb(202,158,173,0.5), rgb(225,195,207,0.5));
    overflow: hidden;
    position: relative;
    perspective: 1000px;
    padding: 4rem 2rem;
}.gui-explore-now::before {
    top: 0;
    width: 100%;
    left: 0;
    content: "";
    background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 40px,
    rgba(255, 255, 255, 0.03) 40px,
    rgba(255, 255, 255, 0.03) 80px
  );
    z-index: 1;
    position: absolute;
    height: 100%;
}.gui-explore-now::after {
    left: -50%;
    transform: translateZ(-10px);
    opacity: 0.4;
    z-index: 0;
    content: "";
    width: 200%;
    animation: pulse 15s infinite alternate ease-in-out;
    top: -50%;
    height: 200%;
    background: radial-gradient(
    circle at center,
    rgb(202,158,173,0.5) 0%,
    transparent 70%
  );
    position: absolute;
}.gui-explore-now .container {
    position: relative;
    margin: 0 auto;
    transform-style: preserve-3d;
    z-index: 2;
    max-width: 1200px;
}.gui-explore-now h2 {
    line-height: 1.3;
    animation: float 6s infinite ease-in-out;
    transform: translateZ(30px);
    font-weight: 700;
    font-family: Arial, sans-serif;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.2);
    margin-bottom: 2.5rem;
    position: relative;
    color: #000000;
    font-size: 32px;
}.gui-explore-now h2::after {
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -10px;
    left: 0;
    transform-origin: left;
    content: "";
    transform: scaleX(1);
    width: 100px;
    background: rgb(225,195,207);
    height: 4px;
}.gui-explore-now .gui-training-experts {
    justify-content: flex-start;
    transform: translateZ(20px) translateX(20px);
    display: flex;
    transition: transform 0.5s ease;
    gap: 2rem;
    position: relative;
    align-items: center;
}.gui-explore-now .gui-training-experts:hover {
    transform: translateZ(40px) translateX(25px);
}.gui-explore-now svg {
    height: 50px;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    transform: rotateY(-10deg) rotateX(5deg);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 50px;
}.gui-explore-now svg:hover {
    transform: rotateY(-15deg) rotateX(10deg) scale(1.1);
}.gui-explore-now svg path {
    fill: rgb(202,158,173);
    transition: fill 0.3s ease, transform 0.3s ease;
}.gui-explore-now svg:hover path {
    fill: rgb(225,195,207);
}.gui-explore-now .gui-reach-links {
    padding: 1rem 2.5rem;
    transform-origin: bottom;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 25px -5px rgb(202,158,173,0.5),
              0 5px 10px -5px rgb(225,195,207,0.5);
    font-size: 18px;
    color: #ffffff;
    background: linear-gradient(145deg, rgb(202,158,173), rgb(225,195,207));
    overflow: hidden;
    font-family: Arial, sans-serif;
    z-index: 1;
    display: inline-block;
    text-decoration: none;
    transform: perspective(800px) rotateX(5deg);
    border-radius: 10px;
    position: relative;
}.gui-explore-now .gui-reach-links::before {
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    transition: left 0.7s ease;
    z-index: -1;
    height: 100%;
    background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
    left: -100%;
}.gui-explore-now .gui-reach-links:hover {
    transform: perspective(800px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 15px 30px -10px rgb(202,158,173,0.5),
              0 10px 20px -5px rgb(225,195,207,0.5);
}.gui-explore-now .gui-reach-links:hover::before {
    left: 100%;
}.gui-explore-now .gui-reach-links:active {
    box-shadow: 0 5px 15px -5px rgb(202,158,173,0.5);
    transform: perspective(800px) rotateX(0deg) translateY(2px);
}.gui-explore-now .gui-training-experts div {
    transform-style: preserve-3d;
    position: relative;
}.gui-explore-now .gui-training-experts div::before {
    background: linear-gradient(90deg, rgb(202,158,173,0.5), transparent);
    transition: all 0.4s ease;
    content: "";
    width: 80%;
    transform: translateZ(-5px) skewX(-30deg);
    opacity: 0.6;
    filter: blur(3px);
    position: absolute;
    height: 5px;
    left: 0;
    bottom: -10px;
}.gui-explore-now .gui-training-experts:hover div::before {
    opacity: 0.8;
    width: 90%;
    filter: blur(5px);
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.4;
    transform: scale(1) translateZ(-10px);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.05) translateZ(-10px);
  }
}

@keyframes float {
  0%, 100% {
    transform: translateZ(30px) translateY(0);
  }
  50% {
    transform: translateZ(30px) translateY(-10px);
  }
}

@media (max-width: 992px) {.gui-explore-now {
    padding: 3.5rem 1.5rem;
}.gui-explore-now h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 2rem;
}.gui-explore-now .gui-training-experts {
    gap: 1.5rem;
}.gui-explore-now svg {
    height: 45px;
    width: 45px;
}.gui-explore-now .gui-reach-links {
    padding: 0.9rem 2.2rem;
}
}

@media (max-width: 768px) {.gui-explore-now {
    padding: 3rem 1.2rem;
}.gui-explore-now h2 {
    animation: none;
    font-size: calc(32px * 0.8);
    margin-bottom: 1.8rem;
    transform: translateZ(20px);
}.gui-explore-now .gui-training-experts {
    gap: 1.2rem;
    flex-direction: column;
    transform: translateZ(20px) translateX(10px);
    align-items: flex-start;
}.gui-explore-now .gui-training-experts:hover {
    transform: translateZ(30px) translateX(15px);
}.gui-explore-now svg {
    width: 40px;
    height: 40px;
}.gui-explore-now .gui-reach-links {
    padding: 0.8rem 2rem;
    font-size: calc(18px * 0.9);
}
}

@media (max-width: 576px) {.gui-explore-now {
    padding: 2.5rem 1rem;
}.gui-explore-now h2 {
    margin-bottom: 1.5rem;
    transform: translateZ(10px);
    font-size: calc(32px * 0.7);
    text-shadow: none;
}.gui-explore-now h2::after {
    height: 3px;
    width: 70px;
}.gui-explore-now .gui-training-experts {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    transform: translateZ(10px) translateX(0);
}.gui-explore-now .gui-training-experts:hover {
    transform: translateZ(20px) translateX(0);
}.gui-explore-now svg {
    width: 35px;
    height: 35px;
    transform: none;
}.gui-explore-now svg:hover {
    transform: scale(1.05);
}.gui-explore-now .gui-reach-links {
    padding: 0.7rem 1.8rem;
    transform: none;
    font-size: calc(18px * 0.85);
}.gui-explore-now .gui-reach-links:hover {
    transform: translateY(-3px);
}.gui-explore-now .gui-training-experts div::before {
    display: none;
}}.gui-program-details {
    padding: 120px 0;
    background: rgb(242,228,233);
    overflow: hidden;
    position: relative;
}.gui-program-details::before {
    position: absolute;
    filter: blur(120px);
    left: -100px;
    animation: floatEffect 15s infinite alternate ease-in-out;
    opacity: 0.4;
    background: rgb(225,195,207,0.5);
    content: "";
    top: -100px;
    z-index: 0;
    width: 300px;
    height: 300px;
}.gui-program-details::after {
    bottom: -100px;
    width: 350px;
    background: rgb(202,158,173,0.5);
    opacity: 0.3;
    position: absolute;
    height: 350px;
    animation: floatEffect 18s infinite alternate-reverse ease-in-out;
    filter: blur(150px);
    content: "";
    z-index: 0;
    right: -100px;
}.gui-program-details .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    position: relative;
}.gui-program-details .gui-study-path {
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: flex;
    overflow: hidden;
    position: relative;
    flex-direction: column;
    background: #ffffff;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.8);
}.gui-program-details .gui-study-path:hover {
    box-shadow: 25px 25px 70px rgba(0, 0, 0, 0.08),
                -25px -25px 70px rgba(255, 255, 255, 0.9);
    transform: translateY(-10px);
}.gui-program-details .gui-photo-card {
    height: 280px;
    position: relative;
    width: 100%;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}.gui-program-details .gui-photo-card::after {
    background: linear-gradient(
        135deg,
        rgb(225,195,207,0.5) 0%,
        transparent 100%
    );
    inset: 0;
    opacity: 0.7;
    position: absolute;
    content: "";
    transition: opacity 0.5s ease;
}.gui-program-details .gui-study-path:hover .gui-photo-card {
    transform: scale(1.05);
}.gui-program-details .gui-study-path:hover .gui-photo-card::after {
    opacity: 0.5;
}.gui-program-details .gui-text-stack {
    background: #ffffff;
    box-shadow: 0 -15px 30px rgba(0, 0, 0, 0.05);
    padding: 40px;
    position: relative;
    transform: translateY(-30px);
    margin: 0 15px;
}.gui-program-details .gui-text-stack::before {
    left: 20px;
    content: "";
    height: 4px;
    width: 40px;
    background: rgb(225,195,207);
    position: absolute;
    top: -8px;
}.gui-program-details .gui-text-stack h3 {
    transform: translateX(-10px);
    font-size: calc(24px * 1.05);
    margin-bottom: 25px;
    animation: slideIn 0.7s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    opacity: 0;
    line-height: 1.4;
    font-weight: 700;
}.gui-program-details .gui-text-stack p.description {
    font-size: 17px;
    font-weight: 400;
    overflow-y: auto;
    padding-right: 15px;
    animation: fadeUp 0.7s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    line-height: 1.7;
    font-family: Arial, sans-serif;
    opacity: 0;
    position: relative;
    color: #000000;
    transform: translateY(10px);
    max-height: 200px;
    margin-bottom: 20px;
}.gui-program-details .gui-text-stack p.description::-webkit-scrollbar {
    width: 4px;
}.gui-program-details .gui-text-stack p.description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}.gui-program-details .gui-text-stack p.description::-webkit-scrollbar-thumb {
    transition: background 0.3s ease;
    background: rgb(225,195,207,0.5);
}.gui-program-details .gui-text-stack p.description::-webkit-scrollbar-thumb:hover {
    background: rgb(225,195,207);
}.gui-program-details .gui-text-stack span.description {
    display: none;
}.gui-program-details .gui-text-stack div {
    position: relative;
}.gui-program-details .gui-text-stack div::after {
    background: linear-gradient(to top, #ffffff 0%, transparent 100%);
    pointer-events: none;
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    height: 50px;
    bottom: 0;
}

@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes floatEffect {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(40px, 40px);
    }
}

@media (min-width: 768px) {.gui-program-details .gui-study-path {
    max-height: 500px;
    flex-direction: row;
    align-items: stretch;
}.gui-program-details .gui-photo-card {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    height: auto;
    flex: 0 0 45%;
}.gui-program-details .gui-text-stack {
    flex: 0 0 55%;
    margin: 30px 30px 30px 0;
    display: flex;
    justify-content: center;
    transform: translateY(0) translateX(-30px);
    flex-direction: column;
}.gui-program-details .gui-text-stack::before {
    left: -8px;
    height: 40px;
    width: 4px;
    top: 20px;
}.gui-program-details .gui-text-stack h3 {
    font-size: 24px;
}.gui-program-details .gui-text-stack p.description {
    max-height: 330px;
}
}

@media (min-width: 992px) {.gui-program-details .gui-study-path {
    max-height: 450px;
}.gui-program-details .gui-photo-card {
    flex: 0 0 40%;
}.gui-program-details .gui-text-stack {
    padding: 50px;
    flex: 0 0 60%;
}.gui-program-details .gui-text-stack h3 {
    margin-bottom: 30px;
    font-size: calc(24px * 1.1);
}.gui-program-details .gui-text-stack p.description {
    max-height: 250px;
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.gui-program-details {
    padding: 150px 0;
}.gui-program-details .gui-study-path {
    max-height: 480px;
}.gui-program-details .gui-photo-card {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.gui-program-details .gui-text-stack {
    padding: 60px;
}.gui-program-details .gui-text-stack h3 {
    margin-bottom: 35px;
    font-size: calc(24px * 1.2);
}.gui-program-details .gui-text-stack p.description {
    max-height: 280px;
}
}

@media (max-width: 767px) {.gui-program-details {
    padding: 80px 0;
}.gui-program-details .gui-text-stack {
    padding: 30px 25px;
}.gui-program-details .gui-text-stack h3 {
    font-size: calc(20px * 1.2);
    margin-bottom: 20px;
}.gui-program-details .gui-text-stack p.description {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
    max-height: 180px;
}}.gui-company-overview {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: rgb(242,228,233);
}.gui-company-overview::before {
    width: 100%;
    animation: gridMove 40s linear infinite;
    position: absolute;
    background-size: 30px 30px;
    left: 0;
    top: 0;
    opacity: 0.2;
    content: "";
    height: 100%;
    background: 
        linear-gradient(90deg, transparent 95%, rgb(225,195,207,0.5) 95%),
        linear-gradient(0deg, transparent 95%, rgb(225,195,207,0.5) 95%);
    z-index: 1;
}@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

.gui-company-overview::after {
    content: "";
    opacity: 0.3;
    width: 100%;
    animation: bgPulse 20s infinite alternate;
    filter: blur(60px);
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(225,195,207,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(202,158,173,0.5) 0%, transparent 50%);
    z-index: 1;
}@keyframes bgPulse {
    0% {
        opacity: 0.2;
        filter: blur(60px);
    }
    50% {
        opacity: 0.3;
        filter: blur(80px);
    }
    100% {
        opacity: 0.2;
        filter: blur(60px);
    }
}

.gui-company-overview .container {
    z-index: 2;
    position: relative;
}.gui-company-overview .gui-training-experts {
    position: relative;
}.gui-company-overview h3 {
    border-radius: 0 13px 13px 0;
    border-left: 4px solid rgb(225,195,207);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
    display: inline-block;
    background: rgba(255, 255, 255, 0.8);
    margin-bottom: 60px;
    backdrop-filter: blur(10px);
    color: #000000;
    position: relative;
    padding: 20px 30px;
    font-size: 33px;
    font-weight: 700;
}.gui-company-overview h3::before {
    top: 20px;
    height: calc(100% - 40px);
    background: rgb(202,158,173);
    animation: pulseHeight 3s infinite alternate;
    content: "";
    position: absolute;
    left: -2px;
    width: 4px;
}@keyframes pulseHeight {
    0% {
        height: calc(100% - 40px);
        top: 20px;
    }
    100% {
        height: calc(100% - 60px);
        top: 30px;
    }
}

.gui-company-overview .gui-expert-learningH8V {
    display: grid;
    position: relative;
    margin-bottom: 70px;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}.gui-company-overview .gui-expert-learningH8V span {
    background: rgb(225,195,207);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    font-size: 23px;
    padding: 10px 20px;
    border-radius: 10px;
    top: -40px;
    transform: translateY(-50%);
    left: 0;
    color: #ffffff;
    font-weight: 600;
    z-index: 5;
    position: absolute;
}.gui-company-overview .gui-expert-learningH8V p {
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
    font-size: 15px;
    display: flex;
    border-left: 3px solid rgb(225,195,207);
    align-items: center;
    border-radius: 13px;
    color: #000000;
    background: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    padding: 40px;
}.gui-company-overview .gui-expert-learningH8V .gui-photo-card {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: 450px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    position: relative;
    border-radius: 13px;
}.gui-company-overview .gui-expert-learningH8V .gui-photo-card::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    top: 0;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 2;
    height: 100%;
}.gui-company-overview .gui-culture-block {
    gap: 30px;
    position: relative;
    grid-template-columns: 1fr 1fr;
    display: grid;
}.gui-company-overview .gui-culture-block::before {
    left: calc(50% - 100px);
    background: linear-gradient(to right, rgb(225,195,207,0.5), rgb(202,158,173,0.5));
    top: -35px;
    position: absolute;
    height: 1px;
    width: 200px;
    content: "";
}.gui-company-overview .gui-culture-block p {
    background: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    border-radius: 13px;
    align-items: center;
    height: 100%;
    border-right: 3px solid rgb(202,158,173);
    display: flex;
    color: #000000;
    line-height: 1.8;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    padding: 40px;
}.gui-company-overview .gui-culture-block .gui-fast-classes {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 13px;
    height: 450px;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%, 0 15%);
    position: relative;
}.gui-company-overview .gui-culture-block .gui-fast-classes::before {
    top: 0;
    z-index: 2;
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(225deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
}.gui-company-overview .gui-culture-block .gui-fast-classes::after {
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    content: "";
    height: 100%;
    animation: shine 6s infinite;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 3;
    position: absolute;
}@keyframes shine {
    0% {
        left: -100%;
    }
    20%, 100% {
        left: 200%;
    }
}

.gui-company-overview .gui-expert-learningH8V::after,
.gui-company-overview .gui-culture-block::after {
    border: 1px solid rgb(225,195,207,0.5);
    content: "";
    height: 50px;
    border-radius: 10px;
    animation: rotateFadeIn 10s infinite linear;
    width: 50px;
    position: absolute;
    z-index: -1;
    opacity: 0.7;
}@keyframes rotateFadeIn {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.3;
    }
    50% {
        transform: rotate(180deg) scale(1.5);
        opacity: 0.7;
    }
    100% {
        transform: rotate(360deg) scale(1);
        opacity: 0.3;
    }
}

.gui-company-overview .gui-expert-learningH8V::after {
    right: -25px;
    top: -25px;
    border-color: rgb(225,195,207,0.5);
}.gui-company-overview .gui-culture-block::after {
    border-color: rgb(202,158,173,0.5);
    left: -25px;
    bottom: -25px;
}.gui-company-overview .gui-training-experts::before,
.gui-company-overview .gui-training-experts::after {
    position: absolute;
    height: 120px;
    content: "";
    opacity: 0.15;
    border-radius: 50%;
    filter: blur(40px);
    width: 120px;
    z-index: -1;
    animation: floatAnimation 15s infinite alternate ease-in-out;
}@keyframes floatAnimation {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, -20px);
    }
    100% {
        transform: translate(-20px, 20px);
    }
}

.gui-company-overview .gui-training-experts::before {
    left: -60px;
    background: rgb(225,195,207);
    top: 20%;
}.gui-company-overview .gui-training-experts::after {
    right: -60px;
    bottom: 20%;
    animation-delay: 2s;
    background: rgb(202,158,173);
}

@media screen and (max-width: 1199px) {.gui-company-overview {
    padding: 100px 0;
}.gui-company-overview h3 {
    padding: 15px 25px;
    margin-bottom: 50px;
    font-size: calc(33px - 0.2rem);
}.gui-company-overview .gui-expert-learningH8V {
    margin-bottom: 60px;
}.gui-company-overview .gui-expert-learningH8V p,
    .gui-company-overview .gui-culture-block p {
    padding: 30px;
}.gui-company-overview .gui-expert-learningH8V .gui-photo-card,
    .gui-company-overview .gui-culture-block .gui-fast-classes {
    height: 400px;
}
}

@media screen and (max-width: 991px) {.gui-company-overview {
    padding: 80px 0;
}.gui-company-overview h3 {
    font-size: calc(33px - 0.4rem);
    margin-bottom: 40px;
    padding: 12px 20px;
}.gui-company-overview .gui-expert-learningH8V,
    .gui-company-overview .gui-culture-block {
    gap: 25px;
}.gui-company-overview .gui-expert-learningH8V {
    margin-bottom: 50px;
}.gui-company-overview .gui-expert-learningH8V span {
    padding: 8px 15px;
    top: -35px;
    font-size: calc(23px - 0.2rem);
}.gui-company-overview .gui-expert-learningH8V p,
    .gui-company-overview .gui-culture-block p {
    font-size: calc(15px - 0.1rem);
    padding: 25px;
}.gui-company-overview .gui-expert-learningH8V .gui-photo-card,
    .gui-company-overview .gui-culture-block .gui-fast-classes {
    height: 350px;
}.gui-company-overview .gui-expert-learningH8V::after,
    .gui-company-overview .gui-culture-block::after {
    width: 40px;
    height: 40px;
}.gui-company-overview .gui-training-experts::before,
    .gui-company-overview .gui-training-experts::after {
    height: 80px;
    width: 80px;
    filter: blur(30px);
}
}

@media screen and (max-width: 767px) {.gui-company-overview {
    padding: 60px 0;
}.gui-company-overview::before {
    background-size: 20px 20px;
}.gui-company-overview h3 {
    margin-bottom: 40px;
    font-size: calc(33px - 0.6rem);
    border-radius: 13px;
    text-align: center;
    width: 100%;
}.gui-company-overview .gui-expert-learningH8V,
    .gui-company-overview .gui-culture-block {
    grid-template-columns: 1fr;
    gap: 20px;
}.gui-company-overview .gui-expert-learningH8V {
    margin-bottom: 40px;
}.gui-company-overview .gui-expert-learningH8V span {
    left: 20px;
}.gui-company-overview .gui-expert-learningH8V p,
    .gui-company-overview .gui-culture-block p {
    padding: 20px;
    border-width: 2px;
}.gui-company-overview .gui-expert-learningH8V .gui-photo-card,
    .gui-company-overview .gui-culture-block .gui-fast-classes {
    height: 300px;
}.gui-company-overview .gui-culture-block p {
    order: 2;
}.gui-company-overview .gui-culture-block .gui-fast-classes {
    order: 1;
}.gui-company-overview .gui-training-experts::before,
    .gui-company-overview .gui-training-experts::after {
    height: 60px;
    filter: blur(20px);
    width: 60px;
}.gui-company-overview::after {
    filter: blur(40px);
}
}

@media screen and (max-width: 575px) {.gui-company-overview {
    padding: 50px 0;
}.gui-company-overview::before {
    background-size: 15px 15px;
}.gui-company-overview h3 {
    margin-bottom: 35px;
    font-size: calc(33px - 0.8rem);
    padding: 10px 15px;
}.gui-company-overview h3::before {
    left: -1px;
    width: 2px;
}.gui-company-overview .gui-expert-learningH8V span {
    padding: 6px 12px;
    left: 10px;
    top: -30px;
    font-size: calc(23px - 0.4rem);
}.gui-company-overview .gui-expert-learningH8V,
    .gui-company-overview .gui-culture-block {
    gap: 15px;
}.gui-company-overview .gui-expert-learningH8V {
    margin-bottom: 35px;
}.gui-company-overview .gui-expert-learningH8V p,
    .gui-company-overview .gui-culture-block p {
    font-size: calc(15px - 0.2rem);
    padding: 15px;
}.gui-company-overview .gui-expert-learningH8V .gui-photo-card,
    .gui-company-overview .gui-culture-block .gui-fast-classes {
    height: 250px;
}.gui-company-overview .gui-expert-learningH8V .gui-photo-card {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 90% 100%, 0 100%);
}.gui-company-overview .gui-culture-block .gui-fast-classes {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
}.gui-company-overview .gui-expert-learningH8V::after,
    .gui-company-overview .gui-culture-block::after {
    height: 30px;
    width: 30px;
}
}

@media screen and (min-width: 1400px) {.gui-company-overview .gui-expert-learningH8V .gui-photo-card,
    .gui-company-overview .gui-culture-block .gui-fast-classes {
    height: 500px;
}.gui-company-overview .gui-expert-learningH8V p,
    .gui-company-overview .gui-culture-block p {
    padding: 50px;
}}.gui-appHub {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(242,228,233) 0%, rgb(225,195,207,0.5) 30%, rgb(242,228,233) 70%, rgb(202,158,173,0.5) 100%);
}.gui-appHub::before {
    top: 0;
    content: "";
    position: absolute;
    background: radial-gradient(circle at 30% 50%, rgb(225,195,207,0.5) 0%, transparent 60%);
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 0;
    animation: pulseGlow 10s ease-in-out infinite;
}.gui-appHub::after {
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
    opacity: 0.7;
    left: 0;
    height: 100%;
    z-index: 0;
    background: 
        radial-gradient(2px 2px at 85% 15%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 10% 75%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 20% 20%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 70% 80%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 90% 60%, #ffffff 50%, transparent 60%);
}.gui-appHub .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    padding: 0 20px;
    position: relative;
}.gui-appHub .gui-training-experts {
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1),
        inset 0 0 30px rgba(255, 255, 255, 0.2);
    transform: perspective(1000px) rotateX(2deg);
    display: flex;
    gap: 2.5rem;
    position: relative;
    flex-direction: column;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    padding: 3.5rem;
}.gui-appHub .gui-training-experts::before {
    transform: translateX(-50%);
    content: "";
    left: 50%;
    top: -5px;
    border-radius: 10px;
    opacity: 0.6;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(225,195,207) 50%, transparent);
    width: 80%;
    height: 10px;
}.gui-appHub .gui-training-experts::after {
    bottom: -5px;
    opacity: 0.6;
    position: absolute;
    transform: translateX(-50%);
    content: "";
    border-radius: 10px;
    background: linear-gradient(90deg, transparent, rgb(202,158,173) 50%, transparent);
    left: 50%;
    width: 80%;
    height: 10px;
}.gui-appHub .gui-training-experts > div:first-child {
    padding-bottom: 1.5rem;
    position: relative;
}.gui-appHub .gui-training-experts > div:first-child::after {
    content: "";
    position: absolute;
    width: 60px;
    background: rgb(225,195,207);
    height: 3px;
    animation: expandLine 1.5s ease-out forwards;
    bottom: 0;
    transform-origin: left;
    left: 0;
}.gui-appHub h5 {
    margin: 0;
    transition: transform 0.3s ease;
    color: #000000;
    font-size: 24px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    position: relative;
    transform: translateY(0);
    font-weight: 700;
    line-height: 1.4;
}.gui-appHub a {
    text-decoration: none;
    position: relative;
    display: block;
    transition: all 0.3s ease;
    overflow: hidden;
}.gui-appHub a::before {
    left: -30px;
    transition: opacity 0.3s ease;
    top: 0;
    position: absolute;
    width: 10px;
    animation: shine 3s infinite;
    background: linear-gradient(to right, transparent, rgb(225,195,207,0.5), transparent);
    opacity: 0;
    transform: skewX(-20deg);
    content: "";
    height: 100%;
}.gui-appHub a:hover::before {
    opacity: 1;
}.gui-appHub p {
    transition: all 0.3s ease;
    margin: 0;
    font-size: 14px;
    padding: 0.5rem 1rem;
    position: relative;
    color: #000000;
    border-left: 3px solid rgb(202,158,173,0.5);
    line-height: 1.7;
}.gui-appHub a:hover p {
    color: rgb(225,195,207);
    transform: translateX(5px);
}.gui-appHub .gui-training-experts:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 0 50px rgba(255, 255, 255, 0.3);
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.1);
    }
}

@keyframes expandLine {
    0% {
        width: 0;
    }
    100% {
        width: 60px;
    }
}

@keyframes shine {
    0% {
        left: -30px;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

@media (min-width: 768px) {.gui-appHub {
    padding: 150px 0;
}.gui-appHub .gui-training-experts {
    transform: perspective(1000px) rotateX(2deg) rotateY(1deg);
    padding: 4rem 5rem;
    margin: 0 auto;
    max-width: 85%;
}.gui-appHub .gui-training-experts:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.gui-appHub h5 {
    font-size: calc(24px * 1.2);
}.gui-appHub p {
    line-height: 1.8;
    padding: 1rem 1.5rem;
    font-size: calc(14px * 1.1);
}
}

@media (min-width: 992px) {.gui-appHub .gui-training-experts {
    max-width: 75%;
    gap: 3rem;
}.gui-appHub .gui-training-experts > div:first-child::after {
    width: 80px;
}
    
    @keyframes expandLine {
        0% {
            width: 0;
        }
        100% {
            width: 80px;
        }
    }
}

@media (max-width: 767px) {.gui-appHub {
    padding: 60px 0;
}.gui-appHub .gui-training-experts {
    gap: 1.5rem;
    padding: 2.5rem 1.5rem;
}.gui-appHub h5 {
    font-size: calc(24px * 0.9);
}.gui-appHub p {
    border-left-width: 2px;
    padding: 0.5rem;
}
}

@media (max-width: 480px) {.gui-appHub {
    padding: 40px 0;
}.gui-appHub .gui-training-experts {
    padding: 2rem 1.25rem;
    transform: perspective(1000px) rotateX(1deg);
}.gui-appHub h5 {
    font-size: calc(24px * 0.8);
}.gui-appHub p {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}
}