* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.gui-nav-primary {
    flex: 1 0 auto;
}html,body {
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
    min-height: 100%;
}.gui-intern-opp {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1256px;
}.gui-wrapper-canvas {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    padding: 1.5rem 3%;
    background: linear-gradient(to right, rgb(192,181,179,0.5), rgb(154,141,143,0.5));
    width: 100%;
    position: relative;
    z-index: 100;
}header::before {
    border-radius: 10px;
    left: 0.5rem;
    bottom: 0.5rem;
    right: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    pointer-events: none;
    z-index: 0;
    top: 0.5rem;
    content: '';
}header::after {
    content: '';
    background: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%);
    width: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
}header .container {
    max-width: 100%;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 1;
    padding: 0;
}header .gui-head-pro {
    padding: 1.5rem;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    align-items: center;
    display: flex;
    flex-direction: column;
}header .gui-head-pro::before {
    top: 0;
    left: 0;
    position: absolute;
    width: 5px;
    content: '';
    background: linear-gradient(to bottom, rgb(192,181,179), rgb(154,141,143));
    height: 100%;
}header .gui-head-pro::after {
    position: absolute;
    width: 5px;
    background: linear-gradient(to bottom, rgb(154,141,143), rgb(192,181,179));
    right: 0;
    height: 100%;
    content: '';
    top: 0;
}header .gui-top-core {
    padding: 0 0 1rem 0;
    justify-content: center;
    position: relative;
    display: flex;
    text-decoration: none;
}header .gui-top-core::after {
    left: 50%;
    content: '';
    bottom: 0;
    height: 1px;
    width: 80px;
    transform: translateX(-50%);
    background: rgb(192,181,179,0.5);
    position: absolute;
}header .gui-top-core svg {
    width: 170px;
    transition: all 0.3s ease;
    height: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08));
}header .gui-top-core:hover svg {
    transform: scale(1.03);
}header .gui-head-learning {
    flex-wrap: wrap;
    gap: 0.7rem;
    justify-content: center;
    display: flex;
    max-width: 90%;
    width: 100%;
    padding-top: 1rem;
}header .gui-header-pagewrap {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    background: rgb(226,224,204);
    border: 1px solid rgba(0, 0, 0, 0.03);
    position: relative;
    color: #000000;
    padding: 0.7rem 1.3rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    z-index: 1;
    border-radius: 10px;
}header .gui-header-pagewrap::before {
    background: linear-gradient(to bottom, rgb(192,181,179), rgb(154,141,143));
    left: 0;
    content: '';
    height: 100%;
    top: 0;
    width: 3px;
    transition: width 0.3s ease;
    position: absolute;
    border-radius: 10px 0 0 10px;
    z-index: -1;
}header .gui-header-pagewrap:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}header .gui-header-pagewrap:hover::before {
    width: 100%;
}

@media (max-width: 991px) {header {
    padding: 1.2rem 2.5%;
}header .gui-head-pro {
    padding: 1.2rem;
}header .gui-top-core {
    padding: 0 0 0.8rem 0;
}header .gui-top-core svg {
    width: 150px;
}header .gui-head-learning {
    gap: 0.6rem;
    padding-top: 0.8rem;
}header .gui-header-pagewrap {
    padding: 0.6rem 1.1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 2%;
}header .gui-head-pro {
    padding: 1rem;
}header .gui-top-core {
    padding: 0 0 0.7rem 0;
}header .gui-top-core svg {
    width: 130px;
}header .gui-head-learning {
    max-width: 95%;
    gap: 0.5rem;
    padding-top: 0.7rem;
}header .gui-header-pagewrap {
    padding: 0.5rem 1rem;
    font-size: calc(16px - 1px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 1.5%;
}header .gui-head-pro {
    padding: 0.8rem 0.8rem 1rem;
}header .gui-top-core {
    padding: 0 0 0.6rem 0;
}header .gui-top-core svg {
    width: 120px;
}header .gui-head-learning {
    flex-wrap: nowrap;
    padding-bottom: 0.3rem;
    overflow-x: auto;
    padding-top: 0.6rem;
    justify-content: flex-start;
}header .gui-head-learning::-webkit-scrollbar {
    height: 3px;
}header .gui-head-learning::-webkit-scrollbar-thumb {
    background: rgb(192,181,179);
    border-radius: 10px;
}header .gui-header-pagewrap {
    margin-right: 3px;
    white-space: nowrap;
    flex-shrink: 0;
}}.gui-program-results {
    position: relative;
    background: linear-gradient(135deg, rgb(192,181,179,0.5), rgb(154,141,143) 120%);
    overflow: hidden;
    padding: 6rem 0;
}.gui-program-results::before {
    position: absolute;
    background: radial-gradient(circle at 30% 70%, rgb(192,181,179,0.5) 0%, transparent 60%);
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    z-index: 1;
    left: 0;
}.gui-program-results::after {
    z-index: 0;
    width: 80%;
    top: -30%;
    transform: rotate(-15deg);
    position: absolute;
    right: -30%;
    background: radial-gradient(ellipse, rgb(154,141,143,0.5) 0%, transparent 70%);
    height: 80%;
    content: "";
}.gui-program-results .container {
    max-width: 1200px;
    z-index: 2;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
    display: grid;
}.gui-program-results .gui-image-stack {
    object-fit: cover;
    height: auto;
    filter: saturate(1.1) contrast(1.05);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 100%;
    transform: perspective(1000px) rotateY(-5deg);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}.gui-program-results .gui-image-stack:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.gui-program-results .gui-expert-sessions {
    justify-content: center;
    flex-direction: column;
    display: flex;
}.gui-program-results .gui-paragraph-holder {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(8px);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    padding: 2rem;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.5);
    transform: translateY(-20px);
}.gui-program-results .gui-paragraph-holder:hover {
    transform: translateY(-25px);
    box-shadow: 0 15px 40px -5px rgba(0, 0, 0, 0.5);
}.gui-program-results h1 {
    font-size: clamp(1.75rem, 3vw, 38px);
    position: relative;
    margin-bottom: 1.75rem;
    font-weight: 700;
    color: #000000;
    line-height: 1.2;
}.gui-program-results h1::after {
    content: "";
    position: absolute;
    transition: width 0.4s ease;
    background: linear-gradient(90deg, rgb(192,181,179), rgb(154,141,143));
    height: 0.25rem;
    bottom: -0.5rem;
    transform-origin: left;
    left: 0;
    width: 4rem;
}.gui-program-results .gui-paragraph-holder:hover h1::after {
    width: 6rem;
}.gui-program-results ul {
    padding: 0;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin: 0;
    list-style: none;
    display: grid;
}.gui-program-results li {
    transition: transform 0.3s ease;
    display: flex;
    align-items: flex-start;
}.gui-program-results li:hover {
    transform: translateX(10px);
}.gui-program-results li p {
    color: #000000;
    align-items: flex-start;
    font-size: calc(12px * 0.95);
    display: flex;
    line-height: 1.6;
    margin: 0;
}.gui-program-results svg {
    height: 1.5rem;
    margin-right: 0.75rem;
    flex-shrink: 0;
    width: 1.5rem;
    transform: translateY(2px);
    transition: transform 0.3s ease-out;
}.gui-program-results li:hover svg {
    transform: translateY(0) scale(1.1);
}.gui-program-results svg path {
    fill: rgb(192,181,179);
    transition: fill 0.3s ease;
}.gui-program-results li:hover svg path {
    fill: rgb(154,141,143);
}

@media (min-width: 768px) {.gui-program-results .container {
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.gui-program-results .gui-image-stack {
    height: 100%;
    transform: perspective(1000px) rotateY(-8deg);
}.gui-program-results ul {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}.gui-program-results .gui-paragraph-holder {
    padding: 2.5rem;
}
}

@media (min-width: 992px) {.gui-program-results {
    padding: 8rem 0;
}.gui-program-results .container {
    gap: 4rem;
}.gui-program-results .gui-image-stack {
    transform: perspective(1200px) rotateY(-12deg) translateZ(20px);
}.gui-program-results .gui-paragraph-holder {
    padding: 3rem;
}.gui-program-results h1 {
    margin-bottom: 2.25rem;
}
}

@media (max-width: 767px) {.gui-program-results {
    padding: 4rem 0;
}.gui-program-results .container {
    gap: 1.5rem;
}.gui-program-results .gui-paragraph-holder {
    transform: translateY(0);
}.gui-program-results .gui-paragraph-holder:hover {
    transform: translateY(-5px);
}.gui-program-results h1 {
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
}.gui-program-results li p {
    font-size: 0.9rem;
}}.gui-cookie-window-overlay {
    width: 100%;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgb(192,181,179);
    z-index: 90;
    background: rgb(226,224,204);
    padding: 20px 0;
    bottom: 0;
    position: fixed;
}.gui-data-consent {
    justify-content: space-between;
    margin: auto;
    max-width: 1200px;
    padding: 0 20px;
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
}#gui-panelCookieWarning {
    display: none;
}#gui-panelCookieWarning:checked ~ .gui-cookie-window-overlay {
    opacity: 0;
    visibility: hidden;
}.gui-cookie-window-overlay h5 {
    letter-spacing: 1px;
    font-weight: 700;
    color: rgb(192,181,179);
    text-transform: uppercase;
    margin-bottom: 6px;
    font-size: 21px;
}.gui-cookie-window-overlay p {
    font-size: 17px;
    max-width: 500px;
    color: #000000;
}.gui-track-ack {
    flex-shrink: 0;
    margin-right: 20px;
}.gui-track-ack svg, .gui-track-ack svg path {
    height: 80px;
    fill: rgb(192,181,179);
    width: 80px;
}.gui-policy-ack {
    background: rgb(192,181,179);
    border-radius: 10px;
    min-width: 140px;
    flex-shrink: 0;
    font-weight: 600;
    font-size: 14px;
    margin-left: 10px;
    text-decoration: none;
    transition: border 0.2s;
    text-align: center;
    padding: 12px 24px;
    text-transform: uppercase;
    border: 2px solid transparent;
    color: #ffffff;
}.cookie_button.gui-cookie-controls {
    background: rgb(192,181,179);
}.cookie_button.gui-track-alert {
    background: rgb(154,141,143);
}.gui-policy-ack:hover {
    border: 2px solid #ffffff;
}.gui-cookie-window-overlay p a {
    color: rgb(192,181,179);
    text-decoration: underline;
    font-weight: 700;
}
@media only screen and (max-width: 1200px) {.gui-data-consent {
    padding: 0 10px;
}
}
@media only screen and (max-width: 800px) {.gui-track-ack {
    display: none;
}.gui-data-consent {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}.gui-cookie-window-overlay h5, .gui-cookie-window-overlay p {
    text-align: center;
}.gui-cookie-tips {
    margin-bottom: 20px;
}.gui-policy-ack {
    margin-left: 0;
    margin-top: 10px;
    max-width: 300px;
    width: 100%;
}}
.gui-wrapper-canvas .gui-cookie-window-overlay {
    background: rgb(154,141,143);
    border: none;
    padding: 30px 0;
}.gui-wrapper-canvas .gui-policy-ack {
    background: rgb(192,181,179);
    color: #ffffff;
    border: none;
    border-radius: 10px;
    margin-left: 0;
    font-size: 14px;
    font-weight: 600;
}.gui-wrapper-canvas .gui-cookie-tips h5, .gui-wrapper-canvas .gui-cookie-tips p {
    color: #ffffff;
}.gui-who-we-are {
    overflow: hidden;
    position: relative;
    padding: 120px 0 80px;
}.gui-who-we-are::before {
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(192,181,179,0.5) 100%);
    backdrop-filter: blur(3px) saturate(110%);
    left: 0;
    z-index: 1;
    top: 0;
    content: "";
    right: 0;
    bottom: 0;
}.gui-who-we-are::after {
    right: -2%;
    content: "";
    opacity: 0.15;
    transform: rotate(15deg);
    position: absolute;
    filter: blur(20px);
    height: 40%;
    top: -5%;
    animation: float 15s ease-in-out infinite alternate;
    z-index: 0;
    width: 30%;
    background: linear-gradient(120deg, rgb(154,141,143) 0%, rgb(192,181,179) 100%);
}.gui-who-we-are .container {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.gui-who-we-are .gui-paragraph-holder {
    padding: 3.5rem;
    backdrop-filter: blur(10px);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: rgba(255, 255, 255, 0.92);
    transform: perspective(1000px) rotateY(-1deg);
    position: relative;
    border-left: 4px solid rgb(192,181,179);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1), 0 10px 15px rgba(0, 0, 0, 0.05);
}.gui-who-we-are .gui-paragraph-holder:hover {
    transform: perspective(1000px) rotateY(0deg);
}.gui-who-we-are .gui-paragraph-holder::before {
    left: 0;
    pointer-events: none;
    mix-blend-mode: overlay;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    top: 0;
    height: 100%;
}.gui-who-we-are h1 {
    font-weight: 700;
    color: #000000;
    margin-bottom: 2rem;
    font-size: 45px;
    letter-spacing: -0.05em;
    transform: translateX(-2%);
    position: relative;
    padding-bottom: 1rem;
}.gui-who-we-are h1::after {
    background: linear-gradient(90deg, rgb(192,181,179) 0%, rgb(154,141,143) 100%);
    position: absolute;
    height: 3px;
    width: 80px;
    animation: expandLine 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    content: "";
    left: 0;
    transform-origin: left;
    bottom: 0;
}.gui-who-we-are ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.gui-who-we-are li {
    margin-bottom: 1.5rem;
}.gui-who-we-are h4 {
    font-weight: 600;
    letter-spacing: 0.03em;
    margin-bottom: 1rem;
    font-size: 23px;
    transform: translateX(-1%);
    color: rgb(192,181,179);
}.gui-who-we-are span {
    font-weight: 400;
    font-size: 14px;
    padding-left: 1rem;
    display: block;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    max-width: 100%;
    line-height: 1.8;
    position: relative;
    color: #000000;
}.gui-who-we-are span::first-letter {
    font-weight: 600;
    color: rgb(154,141,143);
    font-size: 1.2em;
}

@keyframes expandLine {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 80px;
        opacity: 1;
    }
}

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

@media (max-width: 991px) {.gui-who-we-are {
    padding: 80px 0 60px;
}.gui-who-we-are .gui-paragraph-holder {
    padding: 2.5rem;
    transform: perspective(800px) rotateY(-0.5deg);
}.gui-who-we-are h1 {
    margin-bottom: 1.5rem;
    font-size: calc(45px * 0.9);
}.gui-who-we-are h4 {
    font-size: calc(23px * 0.95);
}
}

@media (max-width: 767px) {.gui-who-we-are {
    padding: 60px 0 40px;
}.gui-who-we-are .gui-paragraph-holder {
    transform: none;
    border-left-width: 3px;
    padding: 2rem 1.5rem;
}.gui-who-we-are h1 {
    margin-bottom: 1.25rem;
    font-size: calc(45px * 0.8);
}.gui-who-we-are h1::after {
    width: 60px;
    height: 2px;
}.gui-who-we-are h4 {
    margin-bottom: 0.75rem;
    font-size: calc(23px * 0.9);
}.gui-who-we-are span {
    line-height: 1.6;
    padding-left: 0.75rem;
    font-size: calc(14px * 0.95);
}.gui-who-we-are::after {
    right: -10%;
    width: 50%;
    top: -10%;
    height: 30%;
}
    
    @keyframes expandLine {
        100% {
            width: 60px;
        }
    }
}

@media (max-width: 480px) {.gui-who-we-are {
    padding: 50px 0 30px;
}.gui-who-we-are .gui-paragraph-holder {
    border-left-width: 2px;
    padding: 1.5rem 1.25rem;
}.gui-who-we-are h1 {
    font-size: calc(45px * 0.7);
    margin-bottom: 1rem;
}.gui-who-we-are h1::after {
    width: 50px;
}.gui-who-we-are span {
    line-height: 1.5;
    font-size: calc(14px * 0.9);
    padding-left: 0.5rem;
}@keyframes expandLine {
        100% {
            width: 50px;
        }
    }
}footer {
    position: relative;
}footer::before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    opacity: 0.92;
    z-index: 1;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #000000 0%, rgb(192,181,179) 150%);
}.gui-intern-opp {
    font-family: Arial, sans-serif;
    z-index: 2;
    position: relative;
    color: #ffffff;
    padding: 70px 0;
}.gui-intern-opp .container {
    flex-wrap: wrap;
    gap: 40px;
    display: flex;
}.gui-intern-opp .company_holder {
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    border-radius: 12px 0 12px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.3);
    padding: 30px;
}.gui-intern-opp .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}.gui-intern-opp .company_holder::before {
    position: absolute;
    height: 5px;
    content: '';
    top: 0;
    background: rgb(192,181,179);
    left: 0;
    width: 100%;
}.gui-intern-opp .company_holder h3 {
    display: inline-block;
    margin-bottom: 25px;
    position: relative;
    font-size: 37px;
    font-weight: 700;
    color: #ffffff;
}.gui-intern-opp .company_holder h3::after {
    bottom: -8px;
    width: 60px;
    content: '';
    background: rgb(154,141,143);
    height: 3px;
    left: 0;
    position: absolute;
}.gui-intern-opp .gui-eng-center {
    font-size: 17px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    line-height: 1.6;
    color: #ffffff;
}.gui-intern-opp .gui-debate-club {
    position: relative;
}.gui-intern-opp .gui-head-teach {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
}.gui-intern-opp .gui-head-learning {
    flex: 0 0 calc(50% - 15px);
    position: relative;
}.gui-intern-opp .gui-head-learning h5 {
    margin-bottom: 20px;
    position: relative;
    font-size: 23px;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-left: 3px solid rgb(192,181,179);
    padding-left: 15px;
}.gui-intern-opp .gui-head-learning .gui-head-teach {
    flex-direction: column;
    gap: 12px;
    display: flex;
}.gui-intern-opp .gui-head-learning .gui-head-teach a {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    font-size: 17px;
    padding: 8px 15px;
    z-index: 1;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 4px;
    transition: all 0.3s ease;
}.gui-intern-opp .gui-head-learning .gui-head-teach a::before {
    width: 0;
    background: rgb(192,181,179,0.5);
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    content: '';
    transition: width 0.3s ease;
}.gui-intern-opp .gui-head-learning .gui-head-teach a:hover {
    transform: translateX(5px);
    color: #ffffff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}.gui-intern-opp .gui-head-learning .gui-head-teach a:hover::before {
    width: 100%;
}.gui-teach-supp {
    position: relative;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
    margin-top: 50px;
    padding: 20px 0;
}.gui-teach-supp .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.gui-teach-supp .gui-insta-feed {
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.5px;
}@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

footer::after {
    content: '';
    z-index: 1;
    background: 
        linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%),
        linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%);
    top: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    background-size: 40px 40px;
    left: 0;
}

@media (max-width: 992px) {.gui-intern-opp .container {
    flex-direction: column;
}
}

@media (max-width: 768px) {.gui-intern-opp {
    padding: 50px 0;
}.gui-intern-opp .gui-head-learning {
    flex: 0 0 100%;
}
}

@media (max-width: 576px) {.gui-intern-opp {
    padding: 40px 0;
}.gui-intern-opp .company_holder h3 {
    font-size: calc(37px * 0.8);
}.gui-intern-opp .gui-head-learning h5 {
    font-size: calc(23px * 0.9);
}.gui-intern-opp .gui-head-learning .gui-head-teach a,
    .gui-intern-opp .footer_agreement {
    font-size: calc(17px * 0.95);
}}

.gui-teach-supp::before {
    left: 0;
    height: 1px;
    position: absolute;
    width: 100%;
    content: '';
    opacity: 0.2;
    top: 0;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
}.gui-client-opinions {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(154,141,143,0.5) 100%);
}.gui-client-opinions::before {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    background: radial-gradient(circle at 30% 50%, rgba(255,255,255,0.05) 0%, transparent 60%);
    top: 0;
    content: "";
    height: 100%;
}.gui-client-opinions::after {
    content: "";
    opacity: 0.3;
    background-image: 
        radial-gradient(circle at 20% 20%, rgb(192,181,179,0.5) 0%, transparent 8%),
        radial-gradient(circle at 80% 80%, rgb(154,141,143,0.5) 0%, transparent 8%),
        radial-gradient(circle at 50% 50%, rgb(192,181,179,0.5) 0%, transparent 6%);
    z-index: 0;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
}.gui-client-opinions h2 {
    font-size: 30px;
    transform: perspective(1000px) rotateX(5deg);
    font-weight: 700;
    margin-bottom: 3.5rem;
    color: #ffffff;
    position: relative;
    transition: transform 0.5s ease-out;
    text-align: center;
    z-index: 2;
    text-shadow: 0 2px 15px rgba(0,0,0,0.1);
}.gui-client-opinions h2:hover {
    transform: perspective(1000px) rotateX(0deg);
}.gui-client-opinions .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 1.5rem;
}.gui-client-opinions .gui-expert-sessions {
    position: relative;
}.gui-client-opinions .gui-user-opinions {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    position: relative;
    gap: 2.5rem;
    display: grid;
}.gui-client-opinions .gui-edu-feedback {
    position: relative;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding: 2rem;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    overflow: hidden;
    transform-origin: center bottom;
    z-index: 2;
}.gui-client-opinions .gui-edu-feedback::before {
    height: 100%;
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    opacity: 0.1;
    left: 0;
    width: 100%;
    background: linear-gradient(to bottom right, transparent 49.5%, rgb(192,181,179,0.5) 50%, transparent 50.5%);
    transition: opacity 0.3s ease;
}.gui-client-opinions .gui-edu-feedback:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    transform: translateY(-10px) scale(1.02);
}.gui-client-opinions .gui-edu-feedback:hover::before {
    opacity: 0.2;
}.gui-client-opinions .gui-edu-feedback::after {
    top: 10px;
    z-index: -1;
    color: rgb(192,181,179,0.5);
    line-height: 1;
    font-family: Arial, sans-serif;
    right: 20px;
    opacity: 0.15;
    font-size: 6rem;
    position: absolute;
    content: '"';
}.gui-client-opinions .gui-edu-feedback h3 {
    font-size: calc(24px * 1.1);
    margin-bottom: 0.8rem;
    position: relative;
    color: rgb(192,181,179);
    font-weight: 600;
    display: inline-block;
}.gui-client-opinions .gui-edu-feedback h3::after {
    bottom: -5px;
    width: 0;
    transition: width 0.3s ease;
    height: 2px;
    background: rgb(154,141,143);
    content: "";
    left: 0;
    position: absolute;
}.gui-client-opinions .gui-edu-feedback:hover h3::after {
    width: 100%;
}.gui-client-opinions .gui-edu-feedback .description {
    position: relative;
    font-size: 16px;
    color: #000000;
    z-index: 2;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}.gui-client-opinions .gui-edu-feedback div {
    border: 2px solid rgb(192,181,179,0.5);
    transform: rotate(-5deg);
    z-index: 2;
    transition: all 0.3s ease;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
    height: 60px;
    overflow: hidden;
    position: relative;
    width: 60px;
}.gui-client-opinions .gui-edu-feedback:hover div {
    transform: rotate(0deg) scale(1.1);
}.gui-client-opinions .gui-edu-feedback img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    transition: transform 0.4s ease;
}.gui-client-opinions .gui-edu-feedback:hover img {
    transform: scale(1.1);
}@keyframes floatAnimation {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0);
    }
}

.gui-client-opinions .gui-edu-feedback:nth-child(odd) {
    animation: floatAnimation 6s ease-in-out infinite;
}.gui-client-opinions .gui-edu-feedback:nth-child(even) {
    animation: floatAnimation 7s ease-in-out infinite 1s;
}

@media screen and (max-width: 991px) {.gui-client-opinions {
    padding: 4rem 0;
}.gui-client-opinions .gui-user-opinions {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.gui-client-opinions h2 {
    font-size: calc(30px * 0.9);
    margin-bottom: 2.5rem;
}
}

@media screen and (max-width: 767px) {.gui-client-opinions {
    padding: 3rem 0;
}.gui-client-opinions .gui-user-opinions {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.gui-client-opinions .gui-edu-feedback {
    padding: 1.5rem;
}.gui-client-opinions h2 {
    margin-bottom: 2rem;
    font-size: calc(30px * 0.8);
    transform: perspective(1000px) rotateX(2deg);
}.gui-client-opinions .gui-edu-feedback div {
    height: 50px;
    width: 50px;
}.gui-client-opinions .gui-edu-feedback::after {
    font-size: 4rem;
    right: 15px;
    top: 5px;
}
}

@media screen and (max-width: 480px) {.gui-client-opinions {
    padding: 2.5rem 0;
}.gui-client-opinions h2 {
    font-size: calc(30px * 0.7);
    margin-bottom: 1.5rem;
    transform: none;
}.gui-client-opinions .gui-edu-feedback {
    padding: 1.25rem;
}.gui-client-opinions .gui-edu-feedback .description {
    margin-bottom: 1rem;
    font-size: calc(16px * 0.95);
}.gui-client-opinions .gui-edu-feedback h3 {
    font-size: 24px;
}}.gui-leadership-experience {
    padding: 7rem 0;
    overflow: hidden;
    background: rgb(226,224,204);
    position: relative;
    min-height: 700px;
}.gui-leadership-experience::before {
    position: absolute;
    background: 
        linear-gradient(0deg, transparent 49.5%, rgb(192,181,179,0.5) 49.5%, rgb(192,181,179,0.5) 50.5%, transparent 50.5%),
        linear-gradient(90deg, transparent 49.5%, rgb(192,181,179,0.5) 49.5%, rgb(192,181,179,0.5) 50.5%, transparent 50.5%);
    content: "";
    animation: gridMove 20s linear infinite;
    background-size: 50px 50px;
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
    opacity: 0.15;
}.gui-leadership-experience .container {
    z-index: 2;
    position: relative;
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 1200px;
}.gui-leadership-experience .gui-edu-feedback {
    position: relative;
    height: 650px;
    margin: 0 auto;
    display: flex;
    perspective: 2000px;
    flex-direction: column;
    max-width: 1000px;
}.gui-leadership-experience .gui-image-stack {
    position: absolute;
    right: 0;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 3;
    transform: translateZ(100px) rotateY(-15deg);
    border-radius: 29px;
    box-shadow: -20px 20px 40px rgba(0, 0, 0, 0.5);
    height: 400px;
    filter: contrast(1.1) brightness(1.05);
    top: -20px;
    width: 400px;
}.gui-leadership-experience .gui-edu-feedback:hover .gui-image-stack {
    transform: translateZ(120px) rotateY(-10deg) translateX(-20px);
}.gui-leadership-experience .name {
    font-weight: 700;
    z-index: 4;
    padding: 1.5rem 2rem;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5);
    top: 100px;
    transform: translateZ(70px) rotateY(5deg);
    background: rgb(192,181,179);
    color: #ffffff;
    border-radius: 10px;
    position: absolute;
    min-width: 300px;
    font-size: 34px;
    left: 0;
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.gui-leadership-experience .gui-edu-feedback:hover .name {
    transform: translateZ(90px) rotateY(0deg) translateX(20px);
}.gui-leadership-experience .gui-edu-feedback span:not(.name) {
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
    font-size: 20px;
    background: #ffffff;
    border-radius: 10px;
    top: 190px;
    left: 40px;
    position: absolute;
    font-weight: 600;
    transform: translateZ(50px) rotateY(5deg);
    color: #000000;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 1rem 1.5rem;
    z-index: 3;
}.gui-leadership-experience .gui-edu-feedback:hover span:not(.name) {
    transform: translateZ(70px) rotateY(0deg) translateX(30px);
}.gui-leadership-experience .gui-work-explore {
    color: #000000;
    border-bottom: 4px solid rgb(192,181,179);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    transition: all 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    backdrop-filter: blur(10px);
    border-radius: 29px;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    line-height: 1.8;
    padding: 3rem;
    z-index: 2;
    position: absolute;
    font-size: 15px;
    transform: translateZ(30px);
    border-top: 4px solid rgb(154,141,143);
}.gui-leadership-experience .gui-edu-feedback:hover .gui-work-explore {
    transform: translateZ(40px) translateY(-10px);
}.gui-leadership-experience .gui-work-explore::before {
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(154,141,143,0.5) 49.5%, rgb(154,141,143,0.5) 50.5%, transparent 50.5%);
    left: 0;
    opacity: 0.1;
    height: 100%;
    background-size: 20px 20px;
    top: 0;
    position: absolute;
    width: 100%;
    mix-blend-mode: overlay;
    content: "";
}.gui-leadership-experience .container::after {
    left: 0;
    animation: colorPulse 10s ease-in-out infinite alternate;
    background: 
        radial-gradient(circle at 80% 20%, rgb(192,181,179,0.5) 0%, transparent 50%),
        radial-gradient(circle at 20% 80%, rgb(154,141,143,0.5) 0%, transparent 50%);
    width: 100%;
    position: absolute;
    content: "";
    filter: blur(100px);
    height: 100%;
    top: 0;
    z-index: -1;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@keyframes colorPulse {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.3;
    }
}

@media (max-width: 992px) {.gui-leadership-experience .gui-edu-feedback {
    height: auto;
    flex-direction: column;
    padding: 20px 0;
}.gui-leadership-experience .gui-image-stack {
    width: 300px;
    position: relative;
    transform: none;
    margin: 0 auto 30px;
    border-radius: 20px;
    top: auto;
    height: 300px;
    right: auto;
}.gui-leadership-experience .gui-edu-feedback:hover .gui-image-stack {
    transform: translateY(-10px);
}.gui-leadership-experience .name {
    transform: none;
    margin: 0 auto 30px;
    left: auto;
    position: relative;
    top: auto;
    text-align: center;
    width: 90%;
}.gui-leadership-experience .gui-edu-feedback:hover .name {
    transform: translateY(-5px);
}.gui-leadership-experience .gui-edu-feedback span:not(.name) {
    top: auto;
    left: auto;
    transform: none;
    width: max-content;
    text-align: center;
    margin: 0 auto 45px;
    position: relative;
    display: block;
}.gui-leadership-experience .gui-edu-feedback:hover span:not(.name) {
    transform: translateY(-5px);
}.gui-leadership-experience .gui-work-explore {
    position: relative;
    bottom: auto;
    transform: none;
}.gui-leadership-experience .gui-edu-feedback:hover .gui-work-explore {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.gui-leadership-experience {
    padding: 4rem 0;
}.gui-leadership-experience .gui-image-stack {
    width: 220px;
    margin-bottom: 35px;
    height: 220px;
}.gui-leadership-experience .name {
    font-size: 20px;
    padding: 1rem 1.5rem;
    margin-bottom: 25px;
    min-width: auto;
    width: 100%;
}.gui-leadership-experience .gui-edu-feedback span:not(.name) {
    padding: 0.5rem 1rem;
    margin-bottom: 35px;
    font-size: 15px;
}.gui-leadership-experience .gui-work-explore {
    padding: 2rem 1.5rem;
    font-size: calc(15px * 0.9);
}}.gui-homepage {
    overflow: hidden;
    width: 100%;
    position: relative;
    background: rgb(226,224,204);
}.gui-homepage::before {
    content: "";
    z-index: 1;
    background: radial-gradient(
        circle at 70% 30%,
        rgb(154,141,143,0.5) 0%,
        transparent 60%
    );
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
}.gui-homepage::after {
    background: radial-gradient(
        circle at 30% 70%,
        rgb(192,181,179,0.5) 0%,
        transparent 60%
    );
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    content: "";
}.gui-homepage .gui-expert-sessions {
    width: 100%;
    z-index: 2;
    height: 80vh;
    position: relative;
}.gui-homepage .gui-intro-head {
    height: 80vh;
    overflow: hidden;
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
}.gui-homepage .gui-intro-head input {
    display: none;
}.gui-homepage .gui-tech-master {
    display: flex;
    width: 500%;
    transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    height: 100%;
}.gui-homepage .gui-edu-entry {
    width: 20%;
    height: 100%;
    overflow: hidden;
    position: relative;
}.gui-homepage .gui-edu-entry::before {
    top: 0;
    width: 100%;
    background: linear-gradient(
        135deg,
        rgb(192,181,179,0.5) 0%,
        rgba(0,0,0,0.4) 40%,
        rgba(0,0,0,0.4) 60%,
        rgb(154,141,143,0.5) 100%
    );
    height: 100%;
    left: 0;
    z-index: 2;
    content: "";
    position: absolute;
    opacity: 0.85;
}.gui-homepage .gui-edu-entry img {
    width: 100%;
    transform: translateZ(0) scale(1.1);
    height: 100%;
    filter: brightness(0.8) contrast(1.1);
    transition: transform 2s ease;
    will-change: transform;
    object-fit: cover;
}.gui-homepage .gui-study-tools {
    position: absolute;
    display: flex;
    left: 40px;
    gap: 15px;
    z-index: 10;
    bottom: 40px;
}.gui-homepage .gui-study-tools label {
    border-radius: 50%;
    height: 15px;
    background: transparent;
    border: 2px solid #ffffff;
    position: relative;
    cursor: pointer;
    width: 15px;
    transition: all 0.4s ease;
}.gui-homepage .gui-study-tools label::before {
    inset: 2px;
    content: "";
    position: absolute;
    border-radius: 50%;
    background: #ffffff;
    transform: scale(0);
    transition: transform 0.3s ease;
}.gui-homepage .gui-study-tools label:hover::before {
    transform: scale(0.6);
}.gui-homepage .gui-paragraph-holder {
    max-width: 1000px;
    position: absolute;
    z-index: 5;
    right: 0;
    padding: 0 0 50px 0;
    bottom: 0;
    width: 95%;
}.gui-homepage .gui-paragraph-holder .container {
    clip-path: polygon(
        3% 0,
        100% 0,
        100% 100%,
        0 100%
    );
    padding: 3rem;
    position: relative;
    background: linear-gradient(
        -135deg,
        rgb(192,181,179) 0%,
        rgb(154,141,143) 100%
    );
}.gui-homepage .gui-paragraph-holder .container::before {
    z-index: -1;
    right: 5px;
    position: absolute;
    left: 5px;
    content: "";
    top: 5px;
    bottom: 5px;
    background: #ffffff;
    clip-path: polygon(
        3% 0,
        100% 0,
        100% 100%,
        0 100%
    );
}.gui-homepage .gui-paragraph-holder h1 {
    margin-bottom: 1.2rem;
    border-left: 4px solid rgb(192,181,179);
    font-weight: 700;
    color: rgb(192,181,179);
    font-size: 43px;
    padding-left: 15px;
}.gui-homepage .gui-paragraph-holder h3 {
    color: rgb(154,141,143);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 1.8rem;
}.gui-homepage .gui-paragraph-holder p {
    margin-bottom: 0.5rem;
    color: #000000;
    line-height: 1.7;
    font-size: 17px;
    max-width: 100%;
    font-weight: 400;
}.gui-homepage input:nth-of-type(1):checked ~ .gui-tech-master {
    transform: translateX(0);
}.gui-homepage input:nth-of-type(2):checked ~ .gui-tech-master {
    transform: translateX(-20%);
}.gui-homepage input:nth-of-type(3):checked ~ .gui-tech-master {
    transform: translateX(-40%);
}.gui-homepage input:nth-of-type(4):checked ~ .gui-tech-master {
    transform: translateX(-60%);
}.gui-homepage input:nth-of-type(5):checked ~ .gui-tech-master {
    transform: translateX(-80%);
}.gui-homepage input:nth-of-type(6):checked ~ .gui-tech-master {
    transform: translateX(-100%);
}.gui-homepage input:nth-of-type(7):checked ~ .gui-tech-master {
    transform: translateX(-120%);
}.gui-homepage input:nth-of-type(8):checked ~ .gui-tech-master {
    transform: translateX(-140%);
}.gui-homepage input:nth-of-type(9):checked ~ .gui-tech-master {
    transform: translateX(-160%);
}.gui-homepage input:nth-of-type(10):checked ~ .gui-tech-master {
    transform: translateX(-180%);
}.gui-homepage input:nth-of-type(1):checked ~ .gui-study-tools label:nth-child(1)::before,
.gui-homepage input:nth-of-type(2):checked ~ .gui-study-tools label:nth-child(2)::before,
.gui-homepage input:nth-of-type(3):checked ~ .gui-study-tools label:nth-child(3)::before,
.gui-homepage input:nth-of-type(4):checked ~ .gui-study-tools label:nth-child(4)::before,
.gui-homepage input:nth-of-type(5):checked ~ .gui-study-tools label:nth-child(5)::before,
.gui-homepage input:nth-of-type(6):checked ~ .gui-study-tools label:nth-child(6)::before,
.gui-homepage input:nth-of-type(7):checked ~ .gui-study-tools label:nth-child(7)::before,
.gui-homepage input:nth-of-type(8):checked ~ .gui-study-tools label:nth-child(8)::before,
.gui-homepage input:nth-of-type(9):checked ~ .gui-study-tools label:nth-child(9)::before,
.gui-homepage input:nth-of-type(10):checked ~ .gui-study-tools label:nth-child(10)::before {
    transform: scale(1);
}.gui-homepage input:nth-of-type(1):checked ~ .gui-study-tools label:nth-child(1),
.gui-homepage input:nth-of-type(2):checked ~ .gui-study-tools label:nth-child(2),
.gui-homepage input:nth-of-type(3):checked ~ .gui-study-tools label:nth-child(3),
.gui-homepage input:nth-of-type(4):checked ~ .gui-study-tools label:nth-child(4),
.gui-homepage input:nth-of-type(5):checked ~ .gui-study-tools label:nth-child(5),
.gui-homepage input:nth-of-type(6):checked ~ .gui-study-tools label:nth-child(6),
.gui-homepage input:nth-of-type(7):checked ~ .gui-study-tools label:nth-child(7),
.gui-homepage input:nth-of-type(8):checked ~ .gui-study-tools label:nth-child(8),
.gui-homepage input:nth-of-type(9):checked ~ .gui-study-tools label:nth-child(9),
.gui-homepage input:nth-of-type(10):checked ~ .gui-study-tools label:nth-child(10) {
    transform: scale(1.2);
    border-color: rgb(192,181,179);
    background: rgb(192,181,179);
}.gui-homepage input:nth-of-type(1):checked ~ .gui-tech-master .gui-edu-entry:nth-child(1) img,
.gui-homepage input:nth-of-type(2):checked ~ .gui-tech-master .gui-edu-entry:nth-child(2) img,
.gui-homepage input:nth-of-type(3):checked ~ .gui-tech-master .gui-edu-entry:nth-child(3) img,
.gui-homepage input:nth-of-type(4):checked ~ .gui-tech-master .gui-edu-entry:nth-child(4) img,
.gui-homepage input:nth-of-type(5):checked ~ .gui-tech-master .gui-edu-entry:nth-child(5) img,
.gui-homepage input:nth-of-type(6):checked ~ .gui-tech-master .gui-edu-entry:nth-child(6) img,
.gui-homepage input:nth-of-type(7):checked ~ .gui-tech-master .gui-edu-entry:nth-child(7) img,
.gui-homepage input:nth-of-type(8):checked ~ .gui-tech-master .gui-edu-entry:nth-child(8) img,
.gui-homepage input:nth-of-type(9):checked ~ .gui-tech-master .gui-edu-entry:nth-child(9) img,
.gui-homepage input:nth-of-type(10):checked ~ .gui-tech-master .gui-edu-entry:nth-child(10) img {
    transform: translateZ(0) scale(1);
}

@media (max-width: 1199px) {.gui-homepage .gui-paragraph-holder {
    width: 95%;
    padding-bottom: 70px;
    max-width: 900px;
}.gui-homepage .gui-paragraph-holder .container {
    padding: 2rem;
}
}

@media (max-width: 991px) {.gui-homepage .gui-expert-sessions {
    height: 70vh;
}.gui-homepage .gui-intro-head {
    height: 70vh;
}.gui-homepage .gui-paragraph-holder {
    padding-bottom: 40px;
    max-width: 900px;
    width: 98%;
}.gui-homepage .gui-paragraph-holder .container {
    padding: 2.2rem;
}.gui-homepage .gui-paragraph-holder h1 {
    font-size: calc(43px * 0.9);
}.gui-homepage .gui-paragraph-holder h3 {
    font-size: calc(22px * 0.9);
}.gui-homepage .gui-study-tools {
    gap: 12px;
    bottom: 25px;
    left: 30px;
}.gui-homepage .gui-study-tools label {
    height: 12px;
    width: 12px;
}
}

@media (max-width: 767px) {.gui-homepage .gui-expert-sessions {
    height: 60vh;
}.gui-homepage .gui-intro-head {
    height: 60vh;
}.gui-homepage .gui-paragraph-holder {
    max-width: 700px;
    width: 98%;
    padding-bottom: 40px;
}.gui-homepage .gui-paragraph-holder .container {
    padding: 1.8rem;
}.gui-homepage .gui-paragraph-holder h1 {
    font-size: calc(43px * 0.85);
    padding-left: 12px;
    border-left-width: 3px;
}.gui-homepage .gui-paragraph-holder h3 {
    margin-bottom: 1.2rem;
    font-size: calc(22px * 0.85);
}.gui-homepage .gui-paragraph-holder p {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}.gui-homepage .gui-study-tools {
    bottom: 20px;
    left: 25px;
    gap: 10px;
}.gui-homepage .gui-study-tools label {
    width: 10px;
    height: 10px;
}
}

@media (max-width: 575px) {.gui-homepage .gui-expert-sessions {
    flex-direction: column;
    display: flex;
    height: 90vh;
}.gui-homepage .gui-intro-head {
    height: 50%;
    position: relative;
}.gui-homepage .gui-paragraph-holder {
    padding: 0.5rem;
    max-width: 100%;
    position: relative;
    height: 50%;
    width: 100%;
}.gui-homepage .gui-paragraph-holder .container {
    flex-direction: column;
    padding: 1.5rem;
    display: flex;
    clip-path: none;
    height: 100%;
}.gui-homepage .gui-paragraph-holder .container::before {
    clip-path: none;
}.gui-homepage .gui-paragraph-holder h1 {
    margin-bottom: 0.6rem;
    font-size: calc(43px * 0.8);
}.gui-homepage .gui-paragraph-holder h3 {
    margin-bottom: 1rem;
    font-size: calc(22px * 1.1);
}.gui-homepage .gui-paragraph-holder p {
    line-height: 1.5;
    font-size: calc(17px * 0.9);
}.gui-homepage .gui-study-tools {
    left: 50%;
    flex-direction: row;
    transform: translateX(-50%);
    bottom: 15px;
    gap: 8px;
}.gui-homepage .gui-study-tools label {
    height: 8px;
    width: 8px;
}
}

@media (max-width: 480px) {.gui-homepage .gui-paragraph-holder .container {
    padding: 1rem;
}.gui-homepage .gui-paragraph-holder h1 {
    padding-left: 10px;
    border-left-width: 2px;
}
}

@media (max-height: 700px) and (min-width: 576px) {.gui-homepage .gui-expert-sessions {
    height: 85vh;
}.gui-homepage .gui-intro-head {
    height: 85vh;
}.gui-homepage .gui-paragraph-holder {
    padding-bottom: 80px;
}
}

@media (max-height: 600px) and (min-width: 576px) {.gui-homepage .gui-expert-sessions {
    height: 90vh;
}.gui-homepage .gui-intro-head {
    height: 90vh;
}.gui-homepage .gui-paragraph-holder {
    padding-bottom: 70px;
}
}

@media (orientation: landscape) and (max-height: 500px) and (min-width: 576px) {.gui-homepage .gui-expert-sessions {
    height: 100vh;
}.gui-homepage .gui-intro-head {
    height: 100vh;
}.gui-homepage .gui-paragraph-holder {
    padding-bottom: 60px;
}}.gui-locate {
    background: linear-gradient(135deg, rgb(226,224,204) 0%, rgb(192,181,179,0.5) 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.gui-locate::before {
    height: 120%;
    width: 60%;
    position: absolute;
    transform: rotate(-15deg);
    left: -10%;
    content: '';
    background: linear-gradient(45deg, rgb(192,181,179) 0%, transparent 60%);
    z-index: 0;
    opacity: 0.05;
    top: -10%;
}.gui-locate::after {
    content: '';
    transform: rotate(15deg);
    background: linear-gradient(225deg, rgb(154,141,143) 0%, transparent 60%);
    bottom: -10%;
    right: -10%;
    width: 60%;
    opacity: 0.05;
    z-index: 0;
    height: 120%;
    position: absolute;
}.gui-locate .container {
    position: relative;
    z-index: 1;
}.gui-locate .gui-get-contactus {
    display: grid;
    grid-auto-rows: auto;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    gap: 40px;
}.gui-locate .gui-contact-form {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
}.gui-locate .gui-contact-form:nth-child(1) {
    background: #ffffff;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    grid-row: 1 / 2;
    z-index: 2;
    grid-column: 1 / 3;
    padding: 50px;
}.gui-locate .gui-contact-form:nth-child(1)::before {
    height: 8px;
    width: 100%;
    background: linear-gradient(90deg, rgb(192,181,179) 0%, rgb(154,141,143) 100%);
    left: 0;
    top: 0;
    position: absolute;
    content: '';
}.gui-locate .gui-contact-form:nth-child(2) {
    overflow: hidden;
    border-radius: 28px;
    transform: translateY(0);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    grid-column: 3 / 4;
    min-height: 400px;
    grid-row: 1 / 3;
}.gui-locate .gui-contact-form:nth-child(3) {
    transform: translateY(-20px);
    border-radius: 28px;
    background: rgb(192,181,179);
    padding: 40px;
    z-index: 1;
    grid-column: 1 / 3;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    grid-row: 2 / 3;
}.gui-locate .gui-contact-form h2 {
    color: rgb(192,181,179);
    margin-bottom: 30px;
    font-weight: 700;
    position: relative;
    font-size: 34px;
}.gui-locate .gui-msg-form {
    padding-bottom: 10px;
    display: inline-block;
    color: rgb(154,141,143);
    font-weight: 600;
    border-bottom: 1px solid rgb(154,141,143,0.5);
    font-size: calc(15px * 1.2);
    margin-bottom: 20px;
}.gui-locate .gui-get-contactpanel {
    color: #000000;
    line-height: 1.7;
    margin-bottom: 30px;
    max-width: 90%;
}.gui-locate .gui-contact-form > p {
    color: #000000;
    position: relative;
    margin-bottom: 15px;
    display: flex;
    padding-left: 35px;
    align-items: center;
}.gui-locate .gui-contact-form > p svg {
    top: 50%;
    height: 22px;
    transform: translateY(-50%);
    left: 0;
    width: 22px;
    position: absolute;
}.gui-locate .gui-contact-form > p svg path {
    fill: rgb(192,181,179);
}.gui-locate .gui-contact-form > p span {
    font-weight: 600;
    color: rgb(192,181,179);
    margin-left: 5px;
}.gui-locate .gui-get-answers {
    background: rgb(226,224,204);
    margin-top: 40px;
    border-radius: 10px;
    padding: 30px;
    position: relative;
}.gui-locate .gui-get-answers h3 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    padding-left: 20px;
    position: relative;
    color: rgb(192,181,179);
}.gui-locate .gui-get-answers h3::before {
    background: rgb(154,141,143);
    border-radius: 50%;
    left: 0;
    width: 10px;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    height: 10px;
    position: absolute;
}.gui-locate .gui-contact-faq {
    flex-wrap: wrap;
    display: flex;
    gap: 15px;
}.gui-locate .gui-contact-faq span {
    color: #000000;
    padding: 12px 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    font-weight: 400;
    font-size: 15px;
    border-radius: 10px;
    border-left: 3px solid transparent;
    background: #ffffff;
    transition: all 0.3s ease;
}.gui-locate .gui-contact-faq span:hover {
    border-left: 3px solid rgb(154,141,143);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}.gui-locate .gui-contact-form .gui-image-stack {
    height: 100%;
    transition: all 0.5s ease;
    width: 100%;
    object-fit: cover;
}.gui-locate .gui-contact-form:hover .gui-image-stack {
    transform: scale(1.05);
}.gui-locate .gui-ask-team {
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    display: flex;
}.gui-locate .gui-ask-team a {
    display: flex;
    text-decoration: none;
    align-items: center;
    padding-left: 45px;
    transition: all 0.3s ease;
    position: relative;
}.gui-locate .gui-ask-team a:hover {
    transform: translateX(10px);
}.gui-locate .gui-ask-team svg {
    height: 28px;
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    top: 0px;
    width: 28px;
}.gui-locate .gui-ask-team a:hover svg {
    transform: scale(1.1) rotate(5deg);
}.gui-locate .gui-ask-team svg path {
    fill: #ffffff;
}.gui-locate .gui-ask-team a span {
    display: block;
    font-size: calc(15px * 0.85);
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
}.gui-locate .gui-ask-team a p {
    font-size: 15px;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 0;
}.gui-locate .gui-ask-team a p::after {
    background: #ffffff;
    content: '';
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -5px;
    transition: width 0.3s ease;
    width: 0;
}.gui-locate .gui-ask-team a:hover p::after {
    width: 100%;
}

@media (max-width: 1200px) {.gui-locate {
    padding: 100px 0;
}.gui-locate .gui-contact-form:nth-child(1) {
    padding: 40px;
}.gui-locate .gui-contact-form:nth-child(3) {
    padding: 30px;
}
}

@media (max-width: 992px) {.gui-locate {
    padding: 80px 0;
}.gui-locate .gui-get-contactus {
    grid-template-columns: 1fr;
}.gui-locate .gui-contact-form:nth-child(1) {
    grid-column: 1 / -1;
    transform: translateY(0);
    grid-row: 2 / 3;
}.gui-locate .gui-contact-form:nth-child(2) {
    transform: translateY(0);
    grid-column: 1 / -1;
    grid-row: 1 / 2;
    height: 300px;
}.gui-locate .gui-contact-form:nth-child(3) {
    grid-row: 3 / 4;
    grid-column: 1 / -1;
    transform: translateY(0);
}.gui-locate .gui-get-contactpanel {
    max-width: 100%;
}
}

@media (max-width: 768px) {.gui-locate {
    padding: 60px 0;
}.gui-locate .gui-contact-form:nth-child(1) {
    padding: 30px;
}.gui-locate .gui-contact-form:nth-child(3) {
    padding: 25px;
}.gui-locate .gui-get-answers {
    padding: 25px;
    margin-top: 30px;
}.gui-locate .gui-ask-team {
    gap: 25px;
}
}

@media (max-width: 576px) {.gui-locate {
    padding: 40px 0;
}.gui-locate .gui-contact-form:nth-child(1) {
    padding: 25px;
}.gui-locate .gui-contact-form h2 {
    font-size: calc(34px * 0.9);
}.gui-locate .gui-get-answers {
    padding: 20px;
}.gui-locate .gui-contact-faq {
    flex-direction: column;
}.gui-locate .gui-contact-faq span {
    width: 100%;
}.gui-locate .gui-ask-team a {
    padding-left: 40px;
}.gui-locate .gui-ask-team svg {
    height: 24px;
    width: 24px;
}}.gui-pricing-feature {
    overflow: hidden;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(226,224,204), rgba(0, 0, 0, 0.5));
    position: relative;
    padding: 5rem 1rem;
}.gui-pricing-feature::before {
    left: 0;
    content: "";
    width: 100%;
    opacity: 0.1;
    pointer-events: none;
    z-index: 1;
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(45deg, transparent 0%, rgb(192,181,179,0.5) 30%, transparent 70%);
}.gui-pricing-feature .container {
    position: relative;
    max-width: 1400px;
    z-index: 2;
    margin: 0 auto;
}.gui-pricing-feature .gui-study-costs {
    gap: 3rem;
    flex-direction: column;
    display: flex;
}.gui-pricing-feature .gui-study-sub {
    opacity: 0;
    order: -1;
    text-align: center;
    max-width: 800px;
    transform: translateY(20px);
    margin: 0 auto 2rem;
    animation: fadeUp 0.8s ease-out forwards;
}.gui-pricing-feature .gui-study-sub h2 {
    position: relative;
    color: #000000;
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 32px;
    display: inline-block;
}.gui-pricing-feature .gui-study-sub h2::after {
    bottom: -10px;
    content: "";
    background: linear-gradient(90deg, rgb(192,181,179), rgb(154,141,143));
    position: absolute;
    left: 50%;
    width: 80px;
    border-radius: 10px;
    transform: translateX(-50%);
    height: 3px;
}.gui-pricing-feature .gui-cost-summary {
    margin: 0 auto;
    color: #000000;
    max-width: 90%;
    font-size: 13px;
    line-height: 1.6;
}.gui-pricing-feature .gui-promo-plans {
    gap: 2rem;
    display: grid;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.gui-pricing-feature .gui-pricing-schemes {
    transform: translateZ(0) scale(1);
    display: block;
    color: #000000;
    border-radius: 24px;
    position: relative;
    animation: fadeIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    overflow: hidden;
    opacity: 0;
    background: #ffffff;
    text-decoration: none;
}.gui-pricing-feature .gui-pricing-schemes:nth-child(1) {
    animation-delay: 0.1s;
}.gui-pricing-feature .gui-pricing-schemes:nth-child(2) {
    animation-delay: 0.2s;
}.gui-pricing-feature .gui-pricing-schemes:nth-child(3) {
    animation-delay: 0.3s;
}.gui-pricing-feature .gui-pricing-schemes:nth-child(4) {
    animation-delay: 0.4s;
}.gui-pricing-feature .gui-pricing-schemes::before {
    height: 5px;
    position: absolute;
    content: "";
    transform-origin: left;
    background: linear-gradient(90deg, rgb(192,181,179), rgb(154,141,143));
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    left: 0;
    top: 0;
    transform: scaleX(0);
    width: 100%;
}.gui-pricing-feature .gui-pricing-schemes:hover {
    transform: translateZ(30px) scale(1.03);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.gui-pricing-feature .gui-pricing-schemes:hover::before {
    transform: scaleX(1);
}.gui-pricing-feature .gui-study-offers {
    flex-direction: column;
    display: flex;
    height: 100%;
}.gui-pricing-feature .gui-access-plans {
    display: flex;
    padding: 2rem;
    flex-grow: 1;
    flex-direction: column;
}.gui-pricing-feature .gui-access-plans h3 {
    position: relative;
    font-weight: 700;
    color: #000000;
    font-size: 24px;
    margin: 0 0 1rem;
    transition: color 0.3s ease;
}.gui-pricing-feature .gui-pricing-schemes:hover .gui-access-plans h3 {
    color: rgb(192,181,179);
}.gui-pricing-feature .gui-study-cost {
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: 2rem;
    display: inline-block;
    position: relative;
    color: rgb(192,181,179);
    transition: transform 0.3s ease, color 0.3s ease;
}.gui-pricing-feature .gui-study-cost::after {
    position: absolute;
    content: "";
    background-color: rgb(154,141,143);
    transition: width 0.3s ease;
    width: 40px;
    left: 0;
    height: 2px;
    bottom: -8px;
}.gui-pricing-feature .gui-pricing-schemes:hover .gui-study-cost {
    transform: translateY(-3px);
}.gui-pricing-feature .gui-pricing-schemes:hover .gui-study-cost::after {
    width: 80px;
}.gui-pricing-feature .gui-access-plans p {
    overflow-wrap: break-word;
    color: #000000;
    flex-grow: 1;
    line-height: 1.6;
    word-break: break-word;
    font-size: calc(13px - 2px);
    margin: 0;
}.gui-pricing-feature .gui-image-stack {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 200px;
}.gui-pricing-feature .gui-image-stack::after {
    transition: opacity 0.5s ease;
    bottom: 0;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    opacity: 0.7;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%);
}.gui-pricing-feature .gui-pricing-schemes:hover .gui-image-stack {
    transform: scale(1.05);
}.gui-pricing-feature .gui-pricing-schemes:hover .gui-image-stack::after {
    opacity: 0.4;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(5deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

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

@media (min-width: 768px) {.gui-pricing-feature {
    padding: 7rem 2rem;
}.gui-pricing-feature .gui-study-costs {
    align-items: flex-start;
    flex-direction: row;
}.gui-pricing-feature .gui-study-sub {
    flex-direction: column;
    margin: 0;
    flex: 0 0 30%;
    display: flex;
    text-align: left;
    order: 0;
    padding-right: 2rem;
    justify-content: center;
}.gui-pricing-feature .gui-study-sub h2 {
    text-align: left;
}.gui-pricing-feature .gui-study-sub h2::after {
    left: 0;
    transform: none;
}.gui-pricing-feature .gui-cost-summary {
    max-width: 100%;
    margin: 0;
}.gui-pricing-feature .gui-promo-plans {
    flex: 0 0 70%;
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 1rem), 1fr));
}
}

@media (min-width: 992px) {.gui-pricing-feature .gui-promo-plans {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.gui-pricing-feature {
    padding: 8rem 2rem;
}.gui-pricing-feature .gui-study-sub {
    flex: 0 0 25%;
}.gui-pricing-feature .gui-promo-plans {
    flex: 0 0 75%;
}.gui-pricing-feature .gui-access-plans {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.gui-pricing-feature .gui-pricing-schemes {
    max-width: 400px;
    margin: 0 auto;
}.gui-pricing-feature .gui-study-sub h2 {
    font-size: calc(32px * 0.9);
}.gui-pricing-feature .gui-cost-summary {
    font-size: calc(13px * 0.95);
}}.gui-ty-panel {
    padding: 8rem 0;
    background: linear-gradient(135deg, rgb(226,224,204) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
}.gui-ty-panel::before {
    background: 
        radial-gradient(circle at 15% 15%, rgb(192,181,179,0.5) 0%, transparent 35%),
        radial-gradient(circle at 85% 85%, rgb(154,141,143,0.5) 0%, transparent 45%);
    z-index: 0;
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
    right: 0;
    height: 100%;
}.gui-ty-panel::after {
    content: "";
    left: 10%;
    bottom: 20%;
    width: 80%;
    animation: lineExpand 1.2s ease-out 0.8s forwards;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(154,141,143) 50%, transparent);
    transform-origin: left;
    height: 1px;
    transform: scaleX(0);
}.gui-ty-panel .container {
    position: relative;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(30px);
    z-index: 1;
    padding: 0 2rem;
    max-width: 1200px;
    animation: fadeUpIn 0.8s ease-out 0.3s forwards;
}.gui-ty-panel h2 {
    margin-bottom: 2.5rem;
    transform: translateY(20px);
    font-weight: 700;
    position: relative;
    animation: fadeUpIn 0.8s ease-out 0.5s forwards;
    line-height: 1.3;
    text-shadow: 0 1px 2px rgba(0,0,0,0.05);
    color: rgb(192,181,179);
    opacity: 0;
    max-width: 90%;
    font-size: 30px;
}.gui-ty-panel h2::after {
    bottom: -12px;
    transform: scaleX(0);
    height: 4px;
    background: linear-gradient(90deg, rgb(154,141,143), transparent);
    width: 80px;
    animation: lineExpand 0.6s ease-out 1s forwards;
    transform-origin: left;
    position: absolute;
    left: 0;
    content: "";
}.gui-ty-panel .gui-expert-sessions {
    border-left: 4px solid rgb(154,141,143);
    background: linear-gradient(135deg, #ffffff 0%, rgba(255,255,255,0.9) 100%);
    transform: translateY(30px) perspective(1000px) rotateX(2deg);
    position: relative;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03);
    opacity: 0;
    animation: cardAppear 1s cubic-bezier(0.23, 1, 0.32, 1) 0.7s forwards;
    padding: 3rem;
}.gui-ty-panel .gui-expert-sessions::before {
    position: absolute;
    height: 60px;
    border-radius: 50%;
    right: 20px;
    width: 60px;
    content: "";
    background: linear-gradient(135deg, rgb(154,141,143,0.5) 0%, transparent 70%);
    animation: pulseIn 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.2s forwards;
    top: 20px;
    opacity: 0.5;
    transform: scale(0);
}.gui-ty-panel ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.gui-ty-panel li {
    animation: fadeUpIn 0.8s ease-out 0.9s forwards;
    opacity: 0;
    transform: translateY(15px);
    position: relative;
}.gui-ty-panel li::before {
    height: 0.5rem;
    position: absolute;
    left: -1.5rem;
    animation: diamondAppear 0.5s ease-out 1.2s forwards;
    width: 0.5rem;
    top: 0.5rem;
    background-color: rgb(154,141,143);
    transform: rotate(45deg) scale(0);
    content: "";
}.gui-ty-panel li span {
    position: relative;
    font-family: Arial, sans-serif;
    display: block;
    letter-spacing: 0.01em;
    color: #000000;
    line-height: 1.7;
    font-size: calc(15px * 1.1);
}

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

@keyframes cardAppear {
    from {
        opacity: 0;
        transform: translateY(30px) perspective(1000px) rotateX(2deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) perspective(1000px) rotateX(0);
    }
}

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

@keyframes diamondAppear {
    from {
        transform: rotate(45deg) scale(0);
    }
    to {
        transform: rotate(45deg) scale(1);
    }
}

@keyframes pulseIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

@media (max-width: 991px) {.gui-ty-panel {
    padding: 6rem 0;
}.gui-ty-panel h2 {
    font-size: calc(30px * 0.9);
    max-width: 100%;
}.gui-ty-panel .gui-expert-sessions {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.gui-ty-panel {
    padding: 5rem 0;
}.gui-ty-panel h2 {
    margin-bottom: 2rem;
    font-size: calc(30px * 0.8);
}.gui-ty-panel .gui-expert-sessions {
    padding: 2rem;
}.gui-ty-panel li span {
    font-size: 15px;
}.gui-ty-panel .gui-expert-sessions::before {
    right: 15px;
    top: 15px;
    height: 45px;
    width: 45px;
}
}

@media (max-width: 575px) {.gui-ty-panel {
    padding: 4rem 0;
}.gui-ty-panel .container {
    padding: 0 1.5rem;
}.gui-ty-panel h2 {
    margin-bottom: 1.75rem;
    font-size: calc(30px * 0.7);
}.gui-ty-panel .gui-expert-sessions {
    padding: 1.5rem;
}.gui-ty-panel li::before {
    left: -1.25rem;
    width: 0.4rem;
    height: 0.4rem;
}}.gui-program-details {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(226,224,204) 0%, rgb(192,181,179,0.5) 100%);
}.gui-program-details::before {
    transform: rotate(-15deg);
    height: 200%;
    position: absolute;
    left: -50%;
    content: "";
    pointer-events: none;
    top: -50%;
    width: 200%;
    opacity: 0.3;
    z-index: 0;
    background: radial-gradient(circle at 70% 30%, rgb(154,141,143,0.5) 0%, transparent 60%);
}.gui-program-details::after {
    left: 0;
    pointer-events: none;
    width: 100%;
    z-index: 0;
    content: "";
    top: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgb(192,181,179,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 20%, rgb(154,141,143,0.5) 0%, transparent 15%),
        radial-gradient(circle at 50% 50%, rgb(192,181,179,0.5) 0%, transparent 20%);
    position: absolute;
    opacity: 0.4;
    height: 100%;
}.gui-program-details .container {
    z-index: 1;
    max-width: 1280px;
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
}.gui-program-details .gui-coding-expert {
    position: relative;
    gap: 3rem;
    grid-template-columns: 1fr;
    transform: translateZ(0);
    display: grid;
}.gui-program-details .gui-image-stack {
    z-index: 2;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 380px;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
}.gui-program-details .gui-image-stack::before {
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: 0.5;
    content: "";
    z-index: 1;
    background: linear-gradient(45deg, rgb(154,141,143,0.5) 0%, transparent 100%);
    top: 0;
    left: 0;
}.gui-program-details .gui-image-stack::after {
    top: -10%;
    height: 120%;
    z-index: 2;
    opacity: 0;
    background: radial-gradient(circle at center, transparent 30%, rgba(0, 0, 0, 0.2) 100%);
    width: 120%;
    position: absolute;
    pointer-events: none;
    transition: opacity 0.5s ease-out;
    left: -10%;
    content: "";
}.gui-program-details .gui-image-stack:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.gui-program-details .gui-image-stack:hover::after {
    opacity: 1;
}.gui-program-details .gui-paragraph-holder {
    background: rgba(255, 255, 255, 0.95);
    transform: perspective(1000px) translateZ(0);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    z-index: 2;
    padding: 2.5rem;
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.gui-program-details .gui-paragraph-holder::before {
    opacity: 0.05;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(154,141,143,0.5) 0%, transparent 100%);
    left: 0;
    z-index: -1;
    position: absolute;
}.gui-program-details .gui-paragraph-holder:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    transform: perspective(1000px) translateZ(10px);
}.gui-program-details h3 {
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 600;
    line-height: 1.3;
    font-size: calc(24px * 1.1);
    color: #000000;
}.gui-program-details h3::after {
    content: "";
    position: absolute;
    height: 3px;
    bottom: -12px;
    background: linear-gradient(90deg, rgb(192,181,179) 0%, rgb(154,141,143) 100%);
    width: 60px;
    transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    left: 0;
    transform-origin: left;
}.gui-program-details .gui-paragraph-holder:hover h3::after {
    width: 90px;
}.gui-program-details .description {
    margin-bottom: 1.5rem;
    line-height: 1.7;
    color: #000000;
    font-size: 15px;
}.gui-program-details p.description {
    max-height: 300px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgb(154,141,143,0.5) transparent;
    margin-top: 0;
    padding-right: 15px;
}.gui-program-details p.description::-webkit-scrollbar {
    width: 5px;
}.gui-program-details p.description::-webkit-scrollbar-track {
    background: transparent;
}.gui-program-details p.description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(154,141,143,0.5);
}.gui-program-details span.description {
    display: none;
}.gui-program-details .gui-coding-expert > div {
    position: relative;
}

@media (min-width: 768px) {.gui-program-details {
    padding: 8rem 0;
}.gui-program-details .gui-coding-expert {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}.gui-program-details .gui-image-stack {
    height: 450px;
}.gui-program-details h3 {
    font-size: calc(24px * 1.2);
}.gui-program-details p.description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.gui-program-details .gui-coding-expert {
    gap: 6rem;
}.gui-program-details .gui-image-stack {
    transform: perspective(1200px) rotateX(3deg) rotateY(-3deg);
    height: 520px;
}.gui-program-details .gui-paragraph-holder {
    padding: 3rem;
}.gui-program-details h3 {
    margin-bottom: 2rem;
    font-size: calc(24px * 1.3);
}.gui-program-details h3::after {
    bottom: -15px;
    height: 4px;
}.gui-program-details p.description {
    line-height: 1.8;
    max-height: 400px;
}
}

@media (min-width: 1200px) {.gui-program-details .container {
    padding: 0 3rem;
}.gui-program-details .gui-image-stack {
    height: 580px;
}.gui-program-details .gui-paragraph-holder {
    padding: 3.5rem;
}.gui-program-details h3 {
    font-size: calc(24px * 1.4);
}.gui-program-details p.description {
    font-size: calc(15px * 1.05);
    max-height: 450px;
}
}

@media (max-width: 767px) {.gui-program-details {
    padding: 4rem 0;
}.gui-program-details .gui-image-stack {
    transform: perspective(800px) rotateX(1deg) rotateY(-1deg);
    height: 280px;
}.gui-program-details .gui-paragraph-holder {
    padding: 2rem;
}.gui-program-details h3 {
    margin-bottom: 1.25rem;
    font-size: 24px;
}.gui-program-details h3::after {
    width: 50px;
    bottom: -10px;
    height: 2px;
}.gui-program-details p.description {
    max-height: 250px;
    line-height: 1.6;
}}.gui-secure-depository {
    position: relative;
    padding: 5rem 2rem;
    font-family: Arial, sans-serif;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(226,224,204) 0%, rgba(245, 247, 250, 0.95) 100%);
    color: #000000;
}.gui-secure-depository::before {
    opacity: 0.05;
    right: 0;
    width: 30%;
    background: linear-gradient(90deg, transparent, rgb(192,181,179,0.5));
    height: 100%;
    top: 0;
    position: absolute;
    transform: skewX(-15deg) translateX(20%);
    content: "";
}.gui-secure-depository::after {
    position: absolute;
    bottom: 0;
    opacity: 0.7;
    height: 5px;
    background: linear-gradient(90deg, rgb(192,181,179), rgb(154,141,143), rgb(192,181,179));
    left: 0;
    content: "";
    width: 100%;
}.gui-secure-depository .container {
    max-width: 1140px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.gui-secure-depository h1 {
    font-weight: 700;
    color: #000000;
    margin-bottom: 2.5rem;
    padding-bottom: 1rem;
    font-size: 47px;
    transform: translateX(-0.5rem);
    position: relative;
}.gui-secure-depository h1::after {
    content: "";
    bottom: 0;
    left: 0;
    height: 4px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 80px;
    background: linear-gradient(90deg, rgb(192,181,179), rgb(154,141,143));
    transform-origin: left;
    position: absolute;
}.gui-secure-depository h1:hover::after {
    transform: scaleX(1.5);
}.gui-secure-depository h2 {
    position: relative;
    margin: 2.5rem 0 1.5rem;
    color: #000000;
    padding-left: 1rem;
    font-weight: 600;
    font-size: 36px;
}.gui-secure-depository h2::before {
    background: linear-gradient(to bottom, rgb(192,181,179), rgb(154,141,143));
    width: 4px;
    position: absolute;
    content: "";
    top: 0.25rem;
    bottom: 0.25rem;
    border-radius: 10px;
    left: 0;
}.gui-secure-depository h3 {
    margin: 2rem 0 1.2rem;
    font-size: calc(36px * 0.85);
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 600;
    color: #000000;
}.gui-secure-depository h4 {
    margin: 1.8rem 0 1rem;
    font-size: calc(36px * 0.75);
    font-weight: 600;
    color: #000000;
}.gui-secure-depository p {
    color: #000000;
    font-size: 14px;
    max-width: 95%;
    margin-bottom: 1.5rem;
    line-height: 1.75;
}.gui-secure-depository p strong {
    font-weight: 600;
    position: relative;
    color: #000000;
    display: inline-block;
}.gui-secure-depository p strong::after {
    background: rgb(154,141,143,0.5);
    opacity: 0.5;
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    height: 2px;
    bottom: -2px;
}.gui-secure-depository ul {
    margin: 1.5rem 0 2rem;
    list-style: none;
    padding-left: 1.5rem;
}.gui-secure-depository li {
    line-height: 1.6;
    position: relative;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}.gui-secure-depository li::before {
    left: 0;
    background: rgb(154,141,143);
    position: absolute;
    content: "";
    top: 0.75rem;
    opacity: 0.8;
    width: 8px;
    transform: rotate(45deg);
    height: 8px;
}.gui-secure-depository span {
    padding-left: 1rem;
    line-height: 1.7;
    border-left: 2px solid rgb(154,141,143,0.5);
    font-size: 14px;
    display: block;
    max-width: 95%;
    margin-bottom: 1.75rem;
}

@media screen and (min-width: 1200px) {.gui-secure-depository {
    padding: 7rem 3rem;
}.gui-secure-depository .container {
    grid-template-columns: 1fr;
    display: grid;
    gap: 0.5rem;
}.gui-secure-depository h1 {
    grid-column: 1 / -1;
    transform: translateX(-1rem);
    font-size: calc(47px * 1.2);
}.gui-secure-depository h1::after {
    width: 120px;
}.gui-secure-depository h2, 
    .gui-secure-depository h3, 
    .gui-secure-depository h4 {
    grid-column: 1 / -1;
}.gui-secure-depository p, 
    .gui-secure-depository ul,
    .gui-secure-depository span {
    max-width: 85%;
}
}

@media screen and (max-width: 991px) {.gui-secure-depository {
    padding: 4rem 1.5rem;
}.gui-secure-depository h1 {
    font-size: calc(47px * 0.9);
}.gui-secure-depository h2 {
    font-size: calc(36px * 0.9);
}.gui-secure-depository::before {
    width: 50%;
}
}

@media screen and (max-width: 767px) {.gui-secure-depository {
    padding: 3rem 1rem;
}.gui-secure-depository h1 {
    font-size: calc(47px * 0.8);
    margin-bottom: 1.5rem;
}.gui-secure-depository h2 {
    margin: 2rem 0 1rem;
    font-size: calc(36px * 0.8);
}.gui-secure-depository h3 {
    font-size: calc(36px * 0.7);
}.gui-secure-depository h4 {
    font-size: calc(36px * 0.6);
}.gui-secure-depository p,
    .gui-secure-depository span,
    .gui-secure-depository li {
    font-size: calc(14px * 0.95);
}.gui-secure-depository ul {
    padding-left: 0.5rem;
}.gui-secure-depository span {
    padding-left: 0.75rem;
}
}

@media screen and (max-width: 480px) {.gui-secure-depository {
    padding: 2.5rem 1rem;
}.gui-secure-depository h1::after {
    width: 60px;
}.gui-secure-depository h2::before {
    width: 3px;
}.gui-secure-depository li {
    padding-left: 1.25rem;
}.gui-secure-depository p,
    .gui-secure-depository span,
    .gui-secure-depository li {
    max-width: 100%;
}}.gui-contact-form-box {
    background-color: rgb(226,224,204);
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.gui-contact-form-box::before {
    width: 100%;
    background: linear-gradient(120deg, rgb(192,181,179,0.5) 0%, transparent 75%);
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.15;
    content: "";
    height: 100%;
}.gui-contact-form-box::after {
    width: 70%;
    position: absolute;
    right: 0;
    opacity: 0.1;
    height: 70%;
    background: linear-gradient(240deg, rgb(154,141,143,0.5) 0%, transparent 70%);
    bottom: 0;
    content: "";
}.gui-contact-form-box .container {
    padding: 0 30px;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
}.gui-contact-form-box h2 {
    position: relative;
    text-align: center;
    color: #000000;
    font-size: 30px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
}.gui-contact-form-box .gui-inquiry-reach {
    border-radius: 19px;
    flex-direction: row-reverse;
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    margin-top: 50px;
    background: #ffffff;
}.gui-contact-form-box .gui-image-stack {
    overflow: hidden;
    flex: 0 0 40%;
    min-height: 500px;
    position: relative;
}.gui-contact-form-box .gui-image-stack::after {
    content: "";
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.4));
    top: 0;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}.gui-contact-form-box .gui-reach-list {
    padding: 60px;
    flex: 0 0 60%;
    position: relative;
}.gui-contact-form-box .gui-reach-list::before {
    background: linear-gradient(to bottom, rgb(192,181,179), rgb(154,141,143));
    left: 0;
    top: 40px;
    position: absolute;
    width: 5px;
    content: "";
    height: calc(100% - 80px);
    border-radius: 2.5px;
}.gui-contact-form-box form {
    width: 100%;
    padding-left: 25px;
}.gui-contact-form-box form h3 {
    font-size: 20px;
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 35px;
    font-weight: 600;
}.gui-contact-form-box form input[type="text"] {
    margin-bottom: 20px;
    font-size: 12px;
    transition: all 0.3s ease;
    padding: 18px 25px;
    background: rgb(226,224,204);
    width: 100%;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    border: none;
    color: #000000;
}.gui-contact-form-box form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(192,181,179,0.5);
    background: rgba(rgb(192,181,179), 0.05);
}.gui-contact-form-box form input[type="text"]::placeholder {
    color: rgba(#000000, 0.4);
}.gui-contact-form-box .gui-inquiry-help {
    align-items: flex-start;
    margin: 10px 0 30px;
    display: flex;
}.gui-contact-form-box .gui-inquiry-help input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.gui-contact-form-box .gui-inquiry-help label {
    position: relative;
    color: #000000;
    font-size: 12px;
    line-height: 1.5;
    cursor: pointer;
    padding-left: 35px;
}.gui-contact-form-box .gui-inquiry-help label::before {
    top: 2px;
    border: 2px solid rgb(192,181,179,0.5);
    position: absolute;
    content: "";
    left: 0;
    transition: all 0.2s ease;
    border-radius: 10px;
    width: 22px;
    height: 22px;
}.gui-contact-form-box .gui-inquiry-help input[type="checkbox"]:checked + label::before {
    border-color: rgb(192,181,179);
    background-color: rgb(192,181,179);
}.gui-contact-form-box .gui-inquiry-help input[type="checkbox"]:checked + label::after {
    position: absolute;
    width: 6px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
    top: 9px;
    content: "";
    left: 8px;
    height: 11px;
}.gui-contact-form-box .gui-inquiry-help label a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(192,181,179);
}.gui-contact-form-box .gui-inquiry-help label a:hover {
    text-decoration: underline;
    color: rgb(154,141,143);
}.gui-contact-form-box form .gui-message-query {
    border-radius: 10px;
    overflow: hidden;
    font-size: 18px;
    cursor: pointer;
    font-family: Arial, sans-serif;
    padding: 15px 35px;
    display: inline-block;
    border: none;
    transition: all 0.3s ease;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    background: linear-gradient(45deg, rgb(192,181,179), rgb(154,141,143));
}.gui-contact-form-box form .gui-message-query::before {
    background: rgba(255, 255, 255, 0.2);
    width: 120%;
    position: absolute;
    transform: rotate(45deg) translateX(-200%);
    content: "";
    top: -10%;
    left: -10%;
    height: 120%;
    transition: all 0.4s ease;
}.gui-contact-form-box form .gui-message-query:hover {
    box-shadow: 0 8px 15px rgba(rgb(192,181,179), 0.3);
    transform: translateY(-2px);
}.gui-contact-form-box form .gui-message-query:hover::before {
    transform: rotate(45deg) translateX(200%);
}.gui-contact-form-box svg {
    width: 22px;
    height: 22px;
    fill: rgb(192,181,179);
}.gui-contact-form-box svg path {
    transition: fill 0.3s ease;
    fill: rgb(192,181,179);
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.1;
    }
}

@media screen and (max-width: 1024px) {.gui-contact-form-box .gui-reach-list {
    padding: 50px 40px;
}
}

@media screen and (max-width: 991px) {.gui-contact-form-box .gui-image-stack {
    min-height: 300px;
    flex: 0 0 100%;
}.gui-contact-form-box .gui-reach-list {
    flex: 0 0 100%;
}.gui-contact-form-box .gui-reach-list::before {
    height: 5px;
    left: 40px;
    width: calc(100% - 80px);
    top: 0;
    background: linear-gradient(to right, rgb(192,181,179), rgb(154,141,143));
}.gui-contact-form-box form {
    padding-top: 25px;
    padding-left: 0;
}
}

@media screen and (max-width: 767px) {.gui-contact-form-box {
    padding: 70px 0;
}.gui-contact-form-box .gui-image-stack {
    min-height: 250px;
}.gui-contact-form-box .gui-reach-list {
    padding: 40px 30px;
}.gui-contact-form-box .gui-reach-list::before {
    width: calc(100% - 60px);
    left: 30px;
}
}

@media screen and (max-width: 480px) {.gui-contact-form-box {
    padding: 50px 0;
}.gui-contact-form-box h2 {
    font-size: calc(30px * 0.8);
}.gui-contact-form-box .gui-image-stack {
    min-height: 200px;
}.gui-contact-form-box .gui-reach-list {
    padding: 30px 20px;
}.gui-contact-form-box .gui-reach-list::before {
    width: calc(100% - 40px);
    left: 20px;
}.gui-contact-form-box form h3 {
    margin-bottom: 25px;
    font-size: calc(20px * 0.9);
}.gui-contact-form-box form input[type="text"] {
    padding: 15px 20px;
}.gui-contact-form-box form .gui-message-query {
    width: 100%;
    text-align: center;
}}.gui-join-list {
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(154,141,143,0.5), rgb(192,181,179,0.5));
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0,0,0,0.05), 0 -5px 20px rgba(255,255,255,0.05);
}.gui-join-list::before {
    height: 300px;
    border-radius: 50%;
    content: "";
    width: 300px;
    background: radial-gradient(circle, rgb(154,141,143,0.5) 0%, transparent 70%);
    animation: pulse 8s infinite alternate ease-in-out;
    opacity: 0.4;
    right: -100px;
    position: absolute;
    top: -100px;
}.gui-join-list::after {
    opacity: 0.3;
    position: absolute;
    background: radial-gradient(circle, rgb(192,181,179,0.5) 0%, transparent 70%);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    animation: pulse 10s infinite alternate-reverse ease-in-out;
    bottom: -50px;
    left: -50px;
    content: "";
}.gui-join-list .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.gui-join-list .gui-expert-sessions {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 
        12px 12px 24px rgba(0, 0, 0, 0.08),
        -12px -12px 24px rgba(255, 255, 255, 0.8),
        inset 1px 1px 1px rgba(255, 255, 255, 0.7),
        inset -1px -1px 1px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(2deg);
    padding: 3rem;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    border-radius: 8px;
}.gui-join-list .gui-expert-sessions:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.7),
        inset -1px -1px 1px rgba(0, 0, 0, 0.05);
}.gui-join-list h4 {
    font-size: 21px;
    color: #000000;
    transition: transform 0.5s ease;
    position: relative;
    line-height: 1.4;
    margin-bottom: 1.5rem;
    font-weight: 600;
    transform: translateY(0);
    font-family: Arial, sans-serif;
    text-align: center;
}.gui-join-list .gui-expert-sessions:hover h4 {
    transform: translateY(-5px);
}.gui-join-list h4::after {
    left: 50%;
    transition: width 0.5s ease;
    transform: translateX(-50%);
    bottom: -10px;
    height: 3px;
    background: linear-gradient(90deg, rgb(192,181,179), rgb(154,141,143));
    content: "";
    border-radius: 2px;
    position: absolute;
    width: 80px;
}.gui-join-list .gui-expert-sessions:hover h4::after {
    width: 120px;
}.gui-join-list .input_holder {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}.gui-join-list .input_holder span {
    display: block;
    position: relative;
}.gui-join-list input[type="email"] {
    box-shadow: 
        inset 2px 2px 5px rgba(0, 0, 0, 0.05),
        inset -2px -2px 5px rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    border-radius: 10px;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    padding: 1rem 1.5rem;
    width: 100%;
    outline: none;
}.gui-join-list input[type="email"]:focus {
    transform: translateY(-2px);
    box-shadow: 
        0 0 0 3px rgb(154,141,143,0.5),
        inset 2px 2px 5px rgba(0, 0, 0, 0.05),
        inset -2px -2px 5px rgba(255, 255, 255, 0.8);
    border-color: rgb(154,141,143);
}.gui-join-list input[type="email"]::placeholder {
    transition: opacity 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}.gui-join-list input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.gui-join-list .gui-updates-item {
    cursor: pointer;
    width: 100%;
    text-transform: uppercase;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    font-size: 16px;
    border: none;
    position: relative;
    font-weight: 600;
    padding: 1rem 1.5rem;
    box-shadow: 
        5px 5px 10px rgba(0, 0, 0, 0.1),
        -5px -5px 10px rgba(255, 255, 255, 0.5),
        inset 1px 1px 0px rgba(255, 255, 255, 0.2);
    color: #ffffff;
    overflow: hidden;
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(192,181,179), rgb(154,141,143));
    letter-spacing: 1px;
}.gui-join-list .gui-updates-item:hover {
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.15),
        -8px -8px 16px rgba(255, 255, 255, 0.6),
        inset 1px 1px 0px rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}.gui-join-list .gui-updates-item:active {
    box-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.1),
        -2px -2px 4px rgba(255, 255, 255, 0.5),
        inset 1px 1px 3px rgba(0, 0, 0, 0.1),
        inset -1px -1px 3px rgba(255, 255, 255, 0.2);
    transform: translateY(0);
}.gui-join-list .gui-updates-item::before {
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    content: "";
    left: -100%;
    transition: left 0.8s ease;
    height: 100%;
    position: absolute;
}.gui-join-list .gui-updates-item:hover::before {
    left: 100%;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

@media (min-width: 768px) {.gui-join-list .gui-expert-sessions {
    padding: 3.5rem 4rem;
}.gui-join-list .input_holder {
    flex-direction: row;
    align-items: center;
}.gui-join-list input[type="email"] {
    border-radius: 10px 0 0 10px;
}.gui-join-list .input_holder span:first-child {
    flex: 2;
}.gui-join-list .input_holder span:last-child {
    flex: 1;
}.gui-join-list .gui-updates-item {
    border-radius: 0 10px 10px 0;
    height: 100%;
}.gui-join-list h4 {
    font-size: calc(21px * 1.1);
}
}

@media (min-width: 992px) {.gui-join-list {
    padding: 5rem 0;
}.gui-join-list .gui-expert-sessions {
    gap: 3rem;
    display: flex;
    padding: 4rem 5rem;
    justify-content: space-between;
    align-items: center;
}.gui-join-list .gui-expert-sessions > div {
    flex: 1;
}.gui-join-list .input_holder {
    margin-top: 0;
    flex: 1;
}.gui-join-list h4 {
    font-size: calc(21px * 1.2);
    text-align: left;
    margin-bottom: 0;
}.gui-join-list h4::after {
    left: 0;
    transform: none;
}
}

@media (max-width: 767px) {.gui-join-list {
    padding: 3rem 0;
}.gui-join-list .gui-expert-sessions {
    padding: 2rem;
}.gui-join-list h4 {
    font-size: calc(21px * 0.9);
}.gui-join-list input[type="email"],
    .gui-join-list .gui-updates-item {
    padding: 0.85rem 1.25rem;
}
}