* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1196px;
}header,footer {
    width: 100%;
}html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
    height: 100%;
}.gui-intern-opp {
    flex: 0 0 auto;
}.gui-header-edu {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.gui-core-container {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.gui-thanksBlock {
    background: linear-gradient(135deg, rgb(222,231,217) 0%, rgb(154,176,140,0.5) 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.gui-thanksBlock::before {
    opacity: 0.6;
    position: absolute;
    background: radial-gradient(circle, rgb(189,207,180,0.5) 0%, transparent 70%);
    right: -5%;
    content: "";
    top: -10%;
    animation: float 15s infinite ease-in-out;
    height: 300px;
    filter: blur(40px);
    width: 300px;
}.gui-thanksBlock::after {
    left: -5%;
    content: "";
    background: radial-gradient(circle, rgb(154,176,140,0.5) 0%, transparent 70%);
    position: absolute;
    filter: blur(30px);
    animation: float 12s infinite ease-in-out reverse;
    height: 250px;
    width: 250px;
    bottom: -5%;
    opacity: 0.6;
}.gui-thanksBlock .container {
    padding: 0 20px;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.gui-thanksBlock h2 {
    font-family: Arial, sans-serif;
    font-size: clamp(28px, 5vw, 29px);
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 40px;
    position: relative;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) translateZ(0);
    color: rgb(189,207,180);
}.gui-thanksBlock h2::before {
    width: 80px;
    position: absolute;
    height: 3px;
    content: "";
    animation: expand 1.5s ease-out forwards;
    background: linear-gradient(90deg, rgb(189,207,180) 0%, rgb(154,176,140) 100%);
    left: 0;
    bottom: -12px;
    transform-origin: left;
}.gui-thanksBlock .gui-growth-hist {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    position: relative;
    padding: 40px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6));
    transform: perspective(1000px) rotateX(2deg);
}.gui-thanksBlock .gui-growth-hist:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.gui-thanksBlock .gui-growth-hist::before {
    content: "";
    right: -5px;
    opacity: 0.5;
    filter: blur(15px);
    left: -5px;
    top: -5px;
    animation: pulse 4s infinite alternate;
    z-index: -1;
    background: linear-gradient(135deg, rgb(189,207,180,0.5), transparent, rgb(154,176,140,0.5));
    bottom: -5px;
    position: absolute;
}.gui-thanksBlock ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.gui-thanksBlock li {
    padding-left: 25px;
    margin-bottom: 10px;
    position: relative;
}.gui-thanksBlock li::before {
    transform: rotate(45deg);
    width: 8px;
    content: "";
    left: 0;
    background: rgb(189,207,180);
    top: 12px;
    height: 8px;
    position: absolute;
    animation: pulse 4s infinite alternate;
}.gui-thanksBlock span {
    line-height: 1.8;
    font-size: 16px;
    display: block;
    color: #000000;
    position: relative;
    animation: fadeIn 1s ease-out forwards;
    font-family: Arial, sans-serif;
    overflow: hidden;
}

@keyframes expand {
    0% { width: 0; }
    100% { width: 80px; }
}

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

@keyframes pulse {
    0% { opacity: 0.5; }
    100% { opacity: 0.9; }
}

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

@media (max-width: 991px) {.gui-thanksBlock {
    padding: 90px 0;
}.gui-thanksBlock .gui-growth-hist {
    transform: perspective(1000px) rotateX(1deg);
    padding: 30px;
}
}

@media (max-width: 767px) {.gui-thanksBlock {
    padding: 70px 0;
}.gui-thanksBlock h2 {
    margin-bottom: 30px;
}.gui-thanksBlock .gui-growth-hist {
    padding: 25px;
    transform: none;
}.gui-thanksBlock .gui-growth-hist:hover {
    transform: translateY(-3px);
}.gui-thanksBlock h2::before {
    bottom: -10px;
    width: 60px;
}
}

@media (max-width: 575px) {.gui-thanksBlock {
    padding: 50px 0;
}.gui-thanksBlock h2 {
    margin-bottom: 25px;
    font-size: 24px;
}.gui-thanksBlock .gui-growth-hist {
    padding: 20px;
}.gui-thanksBlock li {
    padding-left: 20px;
}.gui-thanksBlock span {
    line-height: 1.6;
    font-size: calc(16px - 1px);
}.gui-thanksBlock h2::before {
    height: 2px;
    width: 50px;
}}.gui-prospective-students {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: rgb(222,231,217);
}.gui-prospective-students::before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(189,207,180,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(154,176,140,0.5) 0%, transparent 40%);
    width: 100%;
    opacity: 0.2;
}.gui-prospective-students .container {
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}.gui-prospective-students .gui-growth-hist {
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.8);
    border-radius: 25px;
    padding: 50px;
    background: rgb(222,231,217);
    position: relative;
}.gui-prospective-students h4 {
    margin-bottom: 50px;
    text-align: center;
    color: #000000;
    font-weight: 700;
    position: relative;
    font-size: 36px;
}.gui-prospective-students h4::after {
    bottom: -15px;
    position: absolute;
    height: 4px;
    content: "";
    transform: translateX(-50%);
    border-radius: 2px;
    width: 80px;
    left: 50%;
    background: linear-gradient(90deg, rgb(189,207,180), rgb(154,176,140));
}.gui-prospective-students div {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}.gui-prospective-students div p {
    min-width: 250px;
    display: flex;
    overflow: hidden;
    line-height: 1.6;
    background: rgb(222,231,217);
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.05),
        -8px -8px 16px rgba(255, 255, 255, 0.8),
        inset 1px 1px 1px rgba(255, 255, 255, 0.3);
    margin: 0;
    position: relative;
    flex: 1 1 calc(33.333% - 20px);
    font-size: 12px;
    padding: 25px;
    color: #000000;
    border-radius: 25px;
    transition: all 0.3s ease;
    align-items: center;
}.gui-prospective-students div p:hover {
    transform: translateY(-5px);
    box-shadow: 
        12px 12px 24px rgba(0, 0, 0, 0.08),
        -12px -12px 24px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4);
}.gui-prospective-students div p::before {
    width: 5px;
    opacity: 0.7;
    content: "";
    top: 0;
    position: absolute;
    border-radius: 5px 0 0 5px;
    left: 0;
    background: linear-gradient(180deg, rgb(189,207,180), rgb(154,176,140));
    height: 100%;
}.gui-prospective-students div p svg {
    min-width: 40px;
    border-radius: 50%;
    background: rgb(222,231,217);
    transition: all 0.3s ease;
    width: 40px;
    height: 40px;
    padding: 8px;
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.1),
        -4px -4px 8px rgba(255, 255, 255, 0.8);
    margin-right: 20px;
}.gui-prospective-students div p:hover svg {
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.15),
        -6px -6px 12px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4);
    transform: rotate(10deg);
}.gui-prospective-students div p svg path {
    fill: rgb(189,207,180);
    transition: fill 0.3s ease;
}.gui-prospective-students div p:hover svg path {
    fill: rgb(154,176,140);
}

@media (max-width: 1100px) {.gui-prospective-students div p {
    flex: 1 1 calc(50% - 15px);
}
}

@media (max-width: 991px) {.gui-prospective-students {
    padding: 80px 0;
}.gui-prospective-students .gui-growth-hist {
    padding: 40px 30px;
}.gui-prospective-students h4 {
    margin-bottom: 40px;
    font-size: calc(36px - 2px);
}.gui-prospective-students div {
    gap: 20px;
}.gui-prospective-students div p {
    padding: 20px;
}.gui-prospective-students div p svg {
    min-width: 35px;
    width: 35px;
    margin-right: 15px;
    height: 35px;
}
}

@media (max-width: 767px) {.gui-prospective-students {
    padding: 60px 0;
}.gui-prospective-students .gui-growth-hist {
    padding: 30px 20px;
}.gui-prospective-students h4 {
    font-size: calc(36px - 4px);
    margin-bottom: 35px;
}.gui-prospective-students div p {
    padding: 18px;
    flex: 1 1 100%;
}.gui-prospective-students div p svg {
    margin-right: 15px;
    min-width: 30px;
    height: 30px;
    width: 30px;
    padding: 6px;
}
}

@media (max-width: 479px) {.gui-prospective-students {
    padding: 40px 0;
}.gui-prospective-students .gui-growth-hist {
    padding: 25px 15px;
}.gui-prospective-students h4 {
    margin-bottom: 30px;
    font-size: calc(36px - 6px);
}.gui-prospective-students div {
    gap: 15px;
}.gui-prospective-students div p {
    font-size: calc(12px - 1px);
    padding: 15px;
}.gui-prospective-students div p svg {
    height: 26px;
    margin-right: 12px;
    width: 26px;
    min-width: 26px;
    padding: 5px;
}}header {
    width: 100%;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    left: 0;
    -webkit-backdrop-filter: blur(10px);
    position: fixed;
    z-index: 1000;
    background: linear-gradient(180deg, 
        rgb(189,207,180) 0%, 
        rgba(20, 20, 30, 0.95) 100%
    );
    top: 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgb(189,207,180,0.5);
}header:before {
    width: 100%;
    left: 0;
    background: 
        radial-gradient(circle at 15% 15%, rgb(189,207,180,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(154,176,140,0.5) 0%, transparent 25%);
    position: absolute;
    pointer-events: none;
    content: '';
    opacity: 0.1;
    top: 0;
    height: 100%;
}header:after {
    opacity: 0.02;
    mix-blend-mode: overlay;
    left: 0;
    width: 100%;
    pointer-events: none;
    top: 0;
    content: '';
    height: 100%;
    position: absolute;
}header .gui-nav-learn {
    overflow: hidden;
    position: relative;
}header .gui-nav-learn:before {
    bottom: 0;
    width: 200%;
    opacity: 0.7;
    box-shadow: 0 0 15px rgb(189,207,180), 0 0 35px rgb(189,207,180);
    content: '';
    left: -50%;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(189,207,180) 25%,
        #ffffff 50%,
        rgb(189,207,180) 75%,
        transparent 100%
    );
    animation: scanlineGlow 4s linear infinite;
    position: absolute;
    height: 1px;
}header .container {
    max-width: 1200px;
    padding: 18px 25px;
    position: relative;
    margin: 0 auto;
}header .container:before {
    opacity: 0.5;
    width: 100%;
    content: '';
    pointer-events: none;
    position: absolute;
    height: 100%;
    mix-blend-mode: overlay;
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 2px,
            rgba(255, 255, 255, 0.015) 2px,
            rgba(255, 255, 255, 0.015) 3px
        );
}header .gui-nav-teach {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
}header .gui-nav-teach:before {
    animation: breathe 5s infinite alternate;
    content: '';
    top: 50%;
    width: 20px;
    transform: translateY(-50%);
    filter: blur(15px);
    height: 20px;
    background: rgb(189,207,180);
    border-radius: 50%;
    position: absolute;
    left: -10px;
    opacity: 0.3;
}header .gui-nav-teach:after {
    transform: translateY(-50%);
    right: -10px;
    animation: breathe 5s infinite alternate-reverse;
    height: 20px;
    opacity: 0.3;
    border-radius: 50%;
    top: 50%;
    position: absolute;
    filter: blur(15px);
    background: rgb(154,176,140);
    width: 20px;
    content: '';
}header .gui-main-head {
    gap: 30px;
    position: relative;
    align-items: center;
    display: flex;
}header .gui-main-head:before {
    content: '';
    transform: translateX(-100%);
    top: -5%;
    position: absolute;
    height: 110%;
    filter: blur(5px);
    background: linear-gradient(90deg, 
        transparent, 
        rgb(189,207,180,0.5), 
        transparent
    );
    width: 110%;
    opacity: 0.15;
    animation: menuGlow 10s infinite ease-in-out;
    left: -5%;
}header .gui-main-master {
    font-family: Arial, sans-serif;
    padding: 8px 2px;
    color: #ffffff;
    letter-spacing: 1px;
    text-shadow: 0 0 1px #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
    font-size: 18px;
    position: relative;
    transition: all 0.3s ease;
}header .gui-main-master:before {
    width: 100%;
    content: '';
    position: absolute;
    left: 0;
    transition: all 0.4s ease;
    top: 0;
    z-index: -1;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(189,207,180,0.5), 
        transparent
    );
    opacity: 0;
    transform: skewX(-20deg) scale(0.8, 1);
    height: 100%;
}header .gui-main-master:after {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateX(-50%);
    filter: blur(0.5px);
    bottom: -2px;
    left: 50%;
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(189,207,180),
        #ffffff 50%,
        rgb(189,207,180)
    );
    height: 2px;
    width: 0;
    content: '';
    opacity: 0.8;
}header .gui-main-master:hover {
    transform: translateY(-2px);
    color: #ffffff;
    text-shadow: 
        0 0 5px #ffffff,
        0 0 10px rgb(189,207,180);
}header .gui-main-master:hover:before {
    opacity: 0.15;
    transform: skewX(-20deg) scale(1.05, 1);
}header .gui-main-master:hover:after {
    box-shadow: 
        0 0 5px rgb(189,207,180),
        0 0 10px rgb(189,207,180);
    width: 100%;
}header .gui-nav-mentor {
    padding: 5px;
    align-items: center;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    position: relative;
    justify-content: center;
}header .gui-nav-mentor:before {
    left: 50%;
    position: absolute;
    content: '';
    transition: opacity 0.5s ease;
    width: 150%;
    opacity: 0;
    background: radial-gradient(circle, 
        rgb(189,207,180,0.5) 0%, 
        transparent 70%
    );
    top: 50%;
    height: 150%;
    transform: translate(-50%, -50%);
}header .gui-nav-mentor:after {
    opacity: 0;
    position: absolute;
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    border: 1px solid transparent;
    left: -5px;
    content: '';
    transition: all 0.5s ease;
    border-image: linear-gradient(45deg, rgb(189,207,180), rgb(154,176,140), rgb(189,207,180)) 1;
    top: -5px;
}header .gui-nav-mentor:hover:before {
    opacity: 0.3;
}header .gui-nav-mentor:hover:after {
    opacity: 0.7;
    animation: borderRotate 4s linear infinite;
}header .gui-nav-mentor svg {
    filter: drop-shadow(0 0 2px rgb(189,207,180,0.5));
    height: 45px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    width: auto;
}header .gui-nav-mentor:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 5px rgb(189,207,180));
}header .gui-nav-mentor:hover svg path {
    animation: logoGlow 2s infinite alternate;
}

@keyframes scanlineGlow {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    10%, 90% {
        opacity: 0.7;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes breathe {
    0%, 100% {
        opacity: 0.3;
        filter: blur(15px);
    }
    50% {
        opacity: 0.5;
        filter: blur(20px);
    }
}

@keyframes menuGlow {
    0%, 100% {
        transform: translateX(-100%);
        opacity: 0.15;
    }
    50% {
        transform: translateX(100%);
        opacity: 0.25;
    }
}

@keyframes borderRotate {
    0% {
        border-image: linear-gradient(45deg, rgb(189,207,180), rgb(154,176,140), rgb(189,207,180)) 1;
    }
    50% {
        border-image: linear-gradient(225deg, rgb(189,207,180), rgb(154,176,140), rgb(189,207,180)) 1;
    }
    100% {
        border-image: linear-gradient(405deg, rgb(189,207,180), rgb(154,176,140), rgb(189,207,180)) 1;
    }
}

@keyframes logoGlow {
    0% {
        filter: brightness(1);
    }
    100% {
        filter: brightness(1.3);
    }
}

@keyframes glitchEffect {
    0%, 100% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-2px);
    }
    40% {
        transform: translateX(2px);
    }
    60% {
        transform: skewX(2deg);
    }
    80% {
        transform: skewX(-2deg);
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .gui-main-head {
    gap: 20px;
}header .gui-nav-mentor svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .gui-main-head {
    gap: 25px;
    width: 85%;
    overflow-y: auto;
    right: -100%;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 85px 30px 30px;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.5);
    max-width: 330px;
    background: linear-gradient(135deg, 
            rgba(20, 20, 30, 0.97) 0%, 
            rgba(10, 10, 20, 0.98) 100%
        );
    backdrop-filter: blur(15px);
    position: fixed;
    height: 100vh;
    z-index: 1001;
    top: 0;
    flex-direction: column;
    -webkit-backdrop-filter: blur(15px);
}header .gui-main-head:before {
    left: 10%;
    top: 70px;
    height: 1px;
    animation: none;
    width: 80%;
    opacity: 0.3;
}header .gui-main-head:after {
    position: absolute;
    border: 1px solid rgb(189,207,180,0.5);
    width: 30px;
    content: '';
    background: transparent;
    right: 20px;
    opacity: 0.6;
    height: 30px;
    top: 20px;
}header .menu.active {
    right: 0;
}header .gui-main-master {
    border-bottom: 1px solid rgb(189,207,180,0.5);
    opacity: 0.8;
    width: 100%;
    text-align: left;
    padding: 12px 5px;
}header .gui-main-master:last-child {
    border-bottom: none;
}header .gui-main-master:hover {
    transform: translateY(0);
    opacity: 1;
}header .gui-nav-mentor {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .gui-nav-mentor svg {
    height: 35px;
}header .gui-main-head {
    max-width: 100%;
    width: 100%;
}}.gui-course-program-details {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(154,176,140,0.5), rgb(222,231,217));
}.gui-course-program-details::before {
    z-index: 1;
    left: 0;
    top: 0;
    opacity: 0.07;
    height: 100%;
    background: repeating-linear-gradient(
    45deg,
    rgb(189,207,180,0.5) 0px,
    transparent 1px,
    transparent 10px,
    rgb(189,207,180,0.5) 11px
  );
    position: absolute;
    width: 100%;
    content: "";
}.gui-course-program-details .container {
    padding: 0 2rem;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.gui-course-program-details .gui-skill-master {
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex;
    flex-direction: column;
    transform: perspective(1000px) rotateY(-1deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}.gui-course-program-details .gui-skill-master:hover {
    transform: perspective(1000px) rotateY(0);
}.gui-course-program-details .gui-icon-image {
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    height: 350px;
}.gui-course-program-details .gui-icon-image::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, 
    transparent 50%, 
    rgb(189,207,180,0.5) 100%
  );
    content: "";
}.gui-course-program-details .gui-announcement-box {
    position: relative;
    padding: 2.5rem 2.5rem 3rem;
    background: linear-gradient(
    135deg,
    #ffffff 0%,
    rgba(245, 248, 255, 0.9) 100%
  );
}.gui-course-program-details h3 {
    font-size: calc(18px * 1.1);
    transform: translateY(0);
    font-family: Arial, sans-serif;
    transition: transform 0.3s ease;
    color: #000000;
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
}.gui-course-program-details h3::after {
    transform-origin: left;
    height: 3px;
    left: 0;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    content: "";
    position: absolute;
    width: 60px;
    background: rgb(189,207,180);
    transform: scaleX(0.7);
    bottom: -0.5rem;
}.gui-course-program-details .gui-skill-master:hover h3::after {
    transform: scaleX(1);
}.gui-course-program-details p.description {
    max-height: 250px;
    font-size: 15px;
    margin-bottom: 1.5rem;
    line-height: 1.7;
    color: #000000;
    padding-right: 1rem;
    display: block;
    overflow-y: auto;
    font-family: Arial, sans-serif;
}.gui-course-program-details p.description::-webkit-scrollbar {
    width: 4px;
}.gui-course-program-details p.description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}.gui-course-program-details p.description::-webkit-scrollbar-thumb {
    background: rgb(189,207,180,0.5);
    border-radius: 10px;
}.gui-course-program-details span.description {
    display: none;
}.gui-course-program-details .gui-announcement-box::before {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: absolute;
    content: "";
    z-index: 3;
    top: -30px;
    height: 60px;
    width: 60px;
    opacity: 0.9;
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    background: rgb(189,207,180);
    right: 30px;
    transform: rotate(45deg);
}.gui-course-program-details .gui-skill-master:hover .gui-announcement-box::before {
    transform: rotate(225deg);
}

@media (min-width: 768px) {.gui-course-program-details .gui-skill-master {
    align-items: stretch;
    flex-direction: row;
    height: 550px;
}.gui-course-program-details .gui-icon-image {
    width: 50%;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
    height: auto;
}.gui-course-program-details .gui-announcement-box {
    width: 50%;
    flex-direction: column;
    justify-content: center;
    display: flex;
    padding: 3rem;
}.gui-course-program-details h3 {
    font-size: calc(18px * 1.2);
    margin-bottom: 2rem;
}.gui-course-program-details p.description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.gui-course-program-details .gui-skill-master {
    height: 600px;
}.gui-course-program-details h3 {
    font-size: calc(32px * 0.75);
}.gui-course-program-details .gui-announcement-box {
    padding: 4rem;
}.gui-course-program-details p.description {
    max-height: 380px;
    line-height: 1.75;
    font-size: calc(15px * 1.05);
}
}

@media (max-width: 767px) {.gui-course-program-details {
    padding: 4rem 0;
}.gui-course-program-details .container {
    padding: 0 1.5rem;
}.gui-course-program-details .gui-skill-master {
    transform: none;
}.gui-course-program-details .gui-icon-image {
    height: 250px;
}.gui-course-program-details .gui-announcement-box {
    padding: 2rem;
}.gui-course-program-details h3 {
    margin-bottom: 1rem;
    font-size: calc(18px * 0.95);
}.gui-course-program-details p.description {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
    max-height: 300px;
}
}

@media (hover: none) {.gui-course-program-details .gui-skill-master,
  .gui-course-program-details .gui-skill-master:hover {
    transform: none;
}.gui-course-program-details h3::after {
    transform: scaleX(1);
}.gui-course-program-details .gui-announcement-box::before,
  .gui-course-program-details .gui-skill-master:hover .gui-announcement-box::before {
    transform: rotate(45deg);
}
}

@media (prefers-reduced-motion) {.gui-course-program-details .gui-skill-master,
  .gui-course-program-details h3::after,
  .gui-course-program-details .gui-announcement-box::before {
    transition: none;
}}.gui-title-board {
    overflow: hidden;
    min-height: 100vh;
    align-items: center;
    padding: 2rem;
    background: linear-gradient(135deg, rgb(222,231,217), rgba(0, 0, 0, 0.5));
    position: relative;
    justify-content: center;
    display: flex;
}.gui-title-board::before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background: 
    linear-gradient(45deg, rgb(189,207,180,0.5) 0%, transparent 40%),
    linear-gradient(225deg, rgb(154,176,140,0.5) 10%, transparent 70%);
    width: 100%;
    content: "";
    opacity: 0.85;
    height: 100%;
    pointer-events: none;
}.gui-title-board::after {
    width: 35%;
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.2));
    clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
    top: -10%;
    animation: float 12s ease-in-out infinite;
    position: absolute;
    height: 35%;
    transform: rotate(-15deg) translateZ(0);
    background: rgb(189,207,180);
    right: -10%;
    z-index: 0;
    content: "";
}.gui-title-board .gui-start-front {
    grid-template-columns: 1fr;
    max-width: 1200px;
    gap: 3rem;
    transform: translateZ(0);
    position: relative;
    display: grid;
    width: 100%;
    z-index: 2;
}.gui-title-board .gui-start-front > div:first-child {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    transform: perspective(1000px) rotateX(2deg) translateZ(0);
    position: relative;
    padding: 2rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}.gui-title-board .gui-start-front > div:first-child:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px) translateZ(0);
}.gui-title-board .gui-start-front > div:first-child::before {
    transform: scaleY(0.95);
    height: 100%;
    left: 0;
    width: 4px;
    transform-origin: top;
    background: linear-gradient(to bottom, rgb(189,207,180), rgb(154,176,140));
    transition: transform 0.4s ease;
    top: 0;
    content: "";
    position: absolute;
}.gui-title-board .gui-start-front > div:first-child:hover::before {
    transform: scaleY(1);
}.gui-title-board .gui-start-front p {
    line-height: 1.6;
    margin: 0;
    transition: transform 0.3s ease;
    position: relative;
    font-weight: 600;
    font-size: calc(17px * 1.2);
    letter-spacing: 0.02em;
    color: #000000;
}.gui-title-board .gui-learning-track {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    transform: translateZ(0);
    transition: box-shadow 0.4s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.1);
}.gui-title-board .gui-learning-track:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25), 0 15px 25px rgba(0, 0, 0, 0.15);
}.gui-title-board .gui-learning-track > div {
    padding: 3rem 2rem;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    position: relative;
    min-height: 400px;
}.gui-title-board .gui-learning-track > div::before {
    content: "";
    position: absolute;
    background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
    transition: background 0.4s ease;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
}.gui-title-board .gui-learning-track:hover > div::before {
    background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
}.gui-title-board .gui-learning-track h3 {
    line-height: 1.5;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s ease;
    transform: translateY(0);
    position: relative;
    z-index: 2;
    font-weight: 600;
    font-size: calc(19px * 1.1);
    margin: 0 0 1.5rem;
    color: #ffffff;
    opacity: 0.95;
    max-width: 90%;
}.gui-title-board .gui-learning-track:hover h3 {
    transform: translateY(-5px);
    opacity: 1;
}.gui-title-board .gui-learning-track div div {
    z-index: 2;
    margin-top: 1.5rem;
    position: relative;
}.gui-title-board .gui-learning-track div div div {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), clip-path 0.5s ease;
    backdrop-filter: blur(8px);
    background: linear-gradient(120deg, rgb(189,207,180,0.5), rgb(189,207,180));
    transform: translateZ(0);
    padding: 1.5rem;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
}.gui-title-board .gui-learning-track:hover div div div {
    transform: translateY(-5px) translateZ(0);
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
}.gui-title-board .title_style_header {
    letter-spacing: 0.02em;
    line-height: 1.2;
    font-weight: 700;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: letter-spacing 0.4s ease, text-shadow 0.4s ease;
    font-size: 42px;
    transform: translateZ(0);
    color: #ffffff;
}.gui-title-board .gui-learning-track:hover .title_style_header {
    letter-spacing: 0.03em;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}

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

@media (min-width: 768px) {.gui-title-board .gui-start-front {
    grid-template-columns: 0.5fr 1fr;
    gap: 2rem;
}.gui-title-board .gui-start-front > div:first-child {
    transform: perspective(1000px) rotateX(2deg) rotateY(-4deg) translateZ(0);
    align-self: center;
}.gui-title-board .gui-start-front > div:first-child:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(-2deg) translateY(-5px) translateZ(0);
}.gui-title-board .gui-learning-track {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.4s ease;
    transform: perspective(1000px) rotateY(2deg) translateZ(0);
}.gui-title-board .gui-learning-track:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0);
}.gui-title-board .gui-learning-track > div {
    padding: 4rem 3rem;
    min-height: 500px;
}
}

@media (min-width: 992px) {.gui-title-board {
    padding: 3rem;
}.gui-title-board .gui-start-front > div:first-child {
    padding: 3rem;
}.gui-title-board .gui-start-front > div:first-child::after {
    background: rgb(154,176,140);
    z-index: -1;
    position: absolute;
    right: -20px;
    bottom: 50%;
    height: 40px;
    content: "";
    transition: transform 0.4s ease;
    transform: rotate(45deg) translateY(50%);
    width: 40px;
}.gui-title-board .gui-start-front > div:first-child:hover::after {
    transform: rotate(45deg) translateY(50%) scale(1.1);
}.gui-title-board .gui-learning-track > div {
    min-height: 550px;
}.gui-title-board .title_style_header {
    font-size: calc(42px * 1.2);
}.gui-title-board .gui-learning-track h3 {
    font-size: calc(19px * 1.2);
}
}

@media (max-width: 767px) {.gui-title-board {
    padding: 4rem 1rem;
    min-height: auto;
}.gui-title-board .gui-start-front {
    gap: 2rem;
}.gui-title-board .gui-start-front > div:first-child {
    padding: 1.5rem;
}.gui-title-board .gui-start-front p {
    font-size: 17px;
}.gui-title-board .gui-learning-track > div {
    padding: 2rem 1.5rem;
    min-height: 350px;
}.gui-title-board .gui-learning-track h3 {
    max-width: 100%;
    font-size: 19px;
}.gui-title-board .title_style_header {
    font-size: calc(28px * 0.9);
}.gui-title-board .gui-learning-track div div div {
    padding: 1rem;
}}.gui-contact-section {
    padding: 100px 0;
    overflow: hidden;
    background: #000000;
    position: relative;
}.gui-contact-section::before {
    opacity: 0.2;
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(189,207,180,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(154,176,140,0.5) 0%, transparent 40%);
    top: 0;
    z-index: 1;
    height: 100%;
    content: '';
    position: absolute;
    width: 100%;
}.gui-contact-section::after {
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: 
        linear-gradient(90deg, transparent 95%, rgb(189,207,180,0.5) 95.5%, transparent 96%),
        linear-gradient(0deg, transparent 95%, rgb(154,176,140,0.5) 95.5%, transparent 96%);
    background-size: 20px 20px;
    z-index: 1;
    left: 0;
    opacity: 0.1;
    content: '';
}.gui-contact-section .gui-icon-image {
    z-index: 1;
    top: 0;
    position: absolute;
    opacity: 0.7;
    height: 100%;
    width: 50%;
    left: 0;
}.gui-contact-section .gui-icon-image::before {
    background: linear-gradient(to right, #000000 0%, transparent 50%, #000000 100%);
    height: 100%;
    width: 100%;
    top: 0;
    content: '';
    position: absolute;
    right: 0;
}.gui-contact-section .gui-icon-image::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
}.gui-contact-section .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.gui-contact-section h3 {
    font-size: 35px;
    margin-bottom: 60px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    text-align: center;
    color: #ffffff;
    text-shadow: 
        0 0 5px rgb(189,207,180),
        0 0 10px rgb(189,207,180),
        0 0 15px rgb(189,207,180);
    text-transform: uppercase;
    letter-spacing: 3px;
}.gui-contact-section .gui-query-message {
    background: rgba(30, 30, 30, 0.7);
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 1100px;
    border-radius: 19px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 
        0 0 0 1px rgba(255, 255, 255, 0.1),
        0 0 30px rgba(0, 0, 0, 0.5),
        0 0 10px rgb(189,207,180,0.5),
        0 0 20px rgb(154,176,140,0.5);
    display: flex;
    overflow: hidden;
    backdrop-filter: blur(10px);
}.gui-contact-section .gui-inquiry-inquiry {
    padding: 50px;
    flex: 3;
    position: relative;
}.gui-contact-section form h3 {
    margin-bottom: 30px;
    text-shadow: 0 0 5px rgb(189,207,180);
    font-size: 22px;
    text-align: left;
}.gui-contact-section input[type="text"],
.gui-contact-section textarea {
    font-family: Arial, sans-serif;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(rgb(189,207,180,0.5), 0.3);
    font-size: 17px;
    color: #ffffff;
    padding: 15px;
    transition: all 0.3s ease;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
    background: rgba(0, 0, 0, 0.3);
}.gui-contact-section input[type="text"]:focus,
.gui-contact-section textarea:focus {
    box-shadow: 
        inset 0 0 5px rgba(0, 0, 0, 0.5),
        0 0 5px rgb(189,207,180,0.5);
    outline: none;
    border-color: rgb(189,207,180);
}.gui-contact-section input[type="text"]::placeholder,
.gui-contact-section textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.gui-contact-section textarea {
    height: 140px;
    resize: none;
}.gui-contact-section .gui-inquiry-section {
    align-items: flex-start;
    position: relative;
    display: flex;
    margin-bottom: 25px;
}.gui-contact-section .gui-inquiry-section input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.gui-contact-section .gui-inquiry-section label {
    cursor: pointer;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    padding-left: 35px;
    line-height: 1.5;
}.gui-contact-section .gui-inquiry-section label::before {
    width: 20px;
    top: 2px;
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    border: 1px solid rgb(189,207,180);
    height: 20px;
    left: 0;
    border-radius: 10px;
    box-shadow: 0 0 5px rgb(189,207,180,0.5);
}.gui-contact-section .gui-inquiry-section input[type="checkbox"]:checked + label::before {
    box-shadow: 0 0 8px rgb(189,207,180);
    background: rgb(189,207,180);
}.gui-contact-section .gui-inquiry-section input[type="checkbox"]:checked + label::after {
    border-width: 0 2px 2px 0;
    height: 12px;
    content: '';
    left: 7px;
    transform: rotate(45deg);
    border: solid #ffffff;
    top: 5px;
    width: 6px;
    position: absolute;
}.gui-contact-section .gui-inquiry-section a {
    transition: all 0.3s ease;
    text-shadow: 0 0 3px rgb(189,207,180);
    text-decoration: none;
    color: rgb(189,207,180);
}.gui-contact-section .gui-inquiry-section a:hover {
    color: rgb(154,176,140);
    text-shadow: 0 0 5px rgb(154,176,140);
}.gui-contact-section .gui-reach-widget {
    overflow: hidden;
    color: #ffffff;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    padding: 15px 35px;
    border: none;
    font-size: 14px;
    background: rgb(189,207,180);
    box-shadow: 0 0 15px rgb(189,207,180,0.5);
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}.gui-contact-section .gui-reach-widget::before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: -100%;
    content: '';
    top: 0;
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.gui-contact-section .gui-reach-widget:hover {
    box-shadow: 0 0 20px rgb(154,176,140);
    background: rgb(154,176,140);
    transform: translateY(-3px);
}.gui-contact-section .gui-reach-widget:hover::before {
    left: 100%;
}.gui-contact-section .gui-connect-panel {
    flex: 2;
    flex-direction: column;
    padding: 50px;
    display: flex;
    backdrop-filter: blur(5px);
    justify-content: center;
    position: relative;
    background: rgba(0, 0, 0, 0.4);
}.gui-contact-section .gui-connect-panel::before {
    opacity: 0.1;
    content: '';
    top: 0;
    background: linear-gradient(135deg, rgb(189,207,180,0.5) 0%, transparent 100%);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}.gui-contact-section .gui-connect-panel h4 {
    margin-bottom: 30px;
    font-size: 22px;
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 2px;
    text-shadow: 0 0 5px rgb(189,207,180);
}.gui-contact-section .gui-connect-panel h4::after {
    left: 0;
    position: absolute;
    box-shadow: 0 0 5px rgb(189,207,180);
    content: '';
    width: 50px;
    background: rgb(189,207,180);
    height: 2px;
    bottom: -10px;
}.gui-contact-section .gui-request-map {
    padding: 0;
    list-style: none;
    margin: 0;
}.gui-contact-section .gui-request-map li {
    align-items: flex-start;
    display: flex;
    margin-bottom: 25px;
    transition: transform 0.3s ease;
}.gui-contact-section .gui-request-map li:hover {
    transform: translateX(5px);
}.gui-contact-section .gui-request-map svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-top: 2px;
    margin-right: 15px;
}.gui-contact-section .gui-request-map svg path {
    filter: drop-shadow(0 0 3px rgb(189,207,180));
    fill: rgb(189,207,180);
    transition: fill 0.3s ease;
}.gui-contact-section .gui-request-map li:hover svg path {
    filter: drop-shadow(0 0 5px rgb(154,176,140));
    fill: rgb(154,176,140);
}.gui-contact-section .gui-request-map span {
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 17px;
    line-height: 1.6;
}.gui-contact-section .gui-request-map a {
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
}.gui-contact-section .gui-request-map a:hover {
    color: rgb(189,207,180);
    text-shadow: 0 0 5px rgb(189,207,180,0.5);
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(189,207,180,0.5);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

@media (max-width: 992px) {.gui-contact-section .gui-icon-image {
    opacity: 0.3;
    width: 100%;
    height: 40%;
}.gui-contact-section .gui-query-message {
    max-width: 700px;
    flex-direction: column;
}.gui-contact-section .gui-inquiry-inquiry,
    .gui-contact-section .gui-connect-panel {
    padding: 40px;
    width: 100%;
}
}

@media (max-width: 768px) {.gui-contact-section {
    padding: 80px 0;
}.gui-contact-section h3 {
    margin-bottom: 40px;
    font-size: calc(35px * 0.9);
}.gui-contact-section .gui-inquiry-inquiry,
    .gui-contact-section .gui-connect-panel {
    padding: 30px;
}.gui-contact-section form h3,
    .gui-contact-section .gui-connect-panel h4 {
    font-size: calc(22px * 0.9);
    margin-bottom: 25px;
}
}

@media (max-width: 576px) {.gui-contact-section {
    padding: 60px 0;
}.gui-contact-section h3 {
    font-size: calc(35px * 0.8);
    margin-bottom: 30px;
}.gui-contact-section .gui-inquiry-inquiry,
    .gui-contact-section .gui-connect-panel {
    padding: 25px 20px;
}.gui-contact-section input[type="text"],
    .gui-contact-section textarea {
    margin-bottom: 15px;
    padding: 12px;
}.gui-contact-section .gui-reach-widget {
    width: 100%;
    padding: 12px;
}}.gui-cookie-popup-overlay {
    animation: slideUp 0.5s forwards;
    transition: transform 0.3s ease-in-out;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 20px 0;
    border-top: 3px solid rgb(154,176,140);
    transform: translateY(100%);
    z-index: 90;
    position: fixed;
    bottom: 0;
    background: rgb(154,176,140);
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
#gui-cookie-info-window {
    display: none;
}#gui-cookie-info-window:checked ~ .gui-cookie-popup-overlay {
    opacity: 0;
    visibility: hidden;
}.gui-track-ack {
    justify-content: space-between;
    padding: 20px 5%;
    align-items: center;
    display: flex;
    gap: 20px;
}.gui-cookie-popup-overlay h5 {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: 23px;
    color: #ffffff;
}.gui-cookie-popup-overlay p {
    font-size: 14px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    line-height: 1.5;
}.gui-edu-cookie {
    flex-shrink: 0;
    margin-right: 15px;
    display: flex;
    align-items: center;
    filter: drop-shadow(0 0 10px rgb(189,207,180));
    justify-content: center;
}.gui-edu-cookie svg {
    transition: transform 0.3s ease-in-out;
    fill: rgb(189,207,180);
    width: 80px;
    height: 80px;
}.gui-edu-cookie:hover svg {
    transform: scale(1.1);
}.gui-user-choices {
    font-size: 14px;
    background: linear-gradient(90deg, rgb(189,207,180), rgb(154,176,140));
    min-width: 140px;
    flex-shrink: 0;
    box-shadow: 0 0 15px rgb(189,207,180);
    text-align: center;
    white-space: nowrap;
    padding: 10px 20px;
    color: #000000;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    line-height: 40px;
    border-radius: 25px;
    margin-left: 10px;
}.gui-user-choices:hover {
    box-shadow: 0 0 20px rgb(154,176,140);
}.cookie_button.gui-cookies-consent {
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    border: 2px solid rgb(154,176,140);
}.cookie_button.gui-cookies-consent:hover {
    box-shadow: 0 0 15px rgb(154,176,140);
    background: rgba(0, 0, 0, 0.5);
}.gui-cookie-popup-overlay p a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(189,207,180);
}.gui-cookie-popup-overlay p a:hover {
    color: rgb(154,176,140);
}
@media only screen and (max-width: 1200px) {.gui-cookie-popup-overlay {
    padding: 15px 0;
}.gui-track-ack {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.gui-edu-cookie {
    display: none;
}.gui-track-ack {
    flex-direction: column;
    align-items: center;
    text-align: center;
}.gui-cookie-popup-overlay h5 {
    margin-bottom: 5px;
    font-size: 19px;
}.gui-track-prefs {
    margin-bottom: 15px;
}.gui-user-choices {
    min-width: 100%;
    margin: 10px 0;
}}
footer {
    width: 100%;
    position: relative;
}footer .gui-intern-opp {
    font-family: Arial, sans-serif;
    padding: 80px 0 30px;
    position: relative;
    background-color: rgb(154,176,140);
    color: #ffffff;
}footer .gui-intern-opp::before {
    position: absolute;
    pointer-events: none;
    opacity: 0.05;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background-size: 80px 140px;
    height: 100%;
    background-image: 
        linear-gradient(30deg, rgb(154,176,140) 12%, transparent 12.5%, transparent 87%, rgb(154,176,140) 87.5%, rgb(154,176,140)),
        linear-gradient(150deg, rgb(154,176,140) 12%, transparent 12.5%, transparent 87%, rgb(154,176,140) 87.5%, rgb(154,176,140)),
        linear-gradient(30deg, rgb(154,176,140) 12%, transparent 12.5%, transparent 87%, rgb(154,176,140) 87.5%, rgb(154,176,140)),
        linear-gradient(150deg, rgb(154,176,140) 12%, transparent 12.5%, transparent 87%, rgb(154,176,140) 87.5%, rgb(154,176,140)),
        linear-gradient(60deg, rgb(189,207,180,0.5) 25%, transparent 25.5%, transparent 75%, rgb(189,207,180,0.5) 75%, rgb(189,207,180,0.5)),
        linear-gradient(60deg, rgb(189,207,180,0.5) 25%, transparent 25.5%, transparent 75%, rgb(189,207,180,0.5) 75%, rgb(189,207,180,0.5));
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
}footer .gui-intern-opp::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(189,207,180), rgb(154,176,140));
    content: "";
    left: 0;
    height: 5px;
    width: 100%;
    top: 0;
    pointer-events: none;
}footer .gui-eco-foot {
    position: relative;
    z-index: 1;
}footer .gui-learn-form {
    justify-content: center;
    margin-bottom: 60px;
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
}footer .info_item {
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.03);
    max-width: 300px;
    align-items: center;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    flex: 0 1 auto;
    padding: 20px 25px;
    min-width: 200px;
    display: flex;
    position: relative;
    transition: all 0.4s ease;
    min-height: 60px;
    cursor: pointer;
}footer .info_item::before {
    position: absolute;
    left: 3px;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    pointer-events: none;
    top: 3px;
    z-index: -1;
    content: "";
    background-color: rgb(154,176,140);
    right: 3px;
    bottom: 3px;
}footer .info_item:hover {
    background-color: rgb(189,207,180);
    transform: translateY(-5px);
}footer .info_item svg {
    height: 20px;
    width: 20px;
    transition: fill 0.3s ease;
    fill: rgb(189,207,180);
    flex-shrink: 0;
    margin-right: 12px;
}footer .info_item:hover svg {
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    width: 100%;
    align-items: center;
    color: #ffffff;
    height: 100%;
    display: flex;
    cursor: pointer;
    z-index: 1;
    white-space: nowrap;
    transition: all 0.3s ease;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
}footer .text_main_holder {
    position: relative;
    grid-template-columns: 1fr;
    padding-top: 40px;
    gap: 50px;
    display: grid;
}footer .text_main_holder::before {
    pointer-events: none;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    width: 80%;
    left: 10%;
    top: 0;
    content: "";
    position: absolute;
}footer .gui-nav-skill {
    padding: 20px;
    text-align: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    justify-content: center;
    display: flex;
    max-width: 350px;
    position: relative;
    align-items: center;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    flex-direction: column;
    margin: 0 auto;
}footer .gui-nav-skill::before {
    background-color: rgb(154,176,140);
    pointer-events: none;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    right: 3px;
    position: absolute;
    top: 3px;
    content: "";
    z-index: -1;
    bottom: 3px;
    left: 3px;
}footer .gui-nav-skill svg {
    height: 45px;
    filter: brightness(0) invert(1);
    width: auto;
    margin-bottom: 20px;
}footer .gui-peer-help {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 1.6;
}footer .gui-main-head {
    padding: 30px;
    border-radius: 21px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.03);
}footer .gui-main-head h5 {
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    color: #ffffff;
    padding-bottom: 10px;
    font-size: 24px;
}footer .gui-main-head h5::after {
    pointer-events: none;
    bottom: 0;
    background-color: rgb(189,207,180);
    position: absolute;
    left: 0;
    height: 2px;
    content: "";
    width: 50px;
}footer .gui-top-train {
    gap: 5px;
    margin-bottom: 20px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}footer .gui-top-train a {
    display: flex;
    font-size: 14px;
    text-decoration: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 12px 15px;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.03);
    position: relative;
    color: rgba(255, 255, 255, 0.7);
}footer .gui-top-train a::before {
    width: 0;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    border-top: 4px solid transparent;
    height: 0;
    pointer-events: none;
    border-bottom: 4px solid transparent;
    left: 5px;
    top: 50%;
    border-left: 4px solid rgb(189,207,180);
    opacity: 0;
    content: "";
    position: absolute;
}footer .gui-top-train a:hover {
    background-color: rgba(255, 255, 255, 0.05);
    padding-left: 25px;
    color: #ffffff;
}footer .gui-top-train a:hover::before {
    opacity: 1;
}footer .subscribe_holder {
    border-radius: 21px;
    padding: 30px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.05);
}footer .subscribe_holder::before {
    height: 100%;
    content: "";
    left: 0;
    opacity: 0.05;
    pointer-events: none;
    width: 100%;
    border-radius: 21px;
    background-size: 20px 20px;
    top: 0;
    position: absolute;
    background-image: 
        linear-gradient(-45deg, transparent 48%, rgb(189,207,180,0.5) 49%, rgb(189,207,180,0.5) 51%, transparent 52%),
        linear-gradient(45deg, transparent 48%, rgb(189,207,180,0.5) 49%, rgb(189,207,180,0.5) 51%, transparent 52%);
}footer .subscribe_holder h5 {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    line-height: 1.6;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}footer .input_holder {
    display: flex;
    width: 100%;
    gap: 15px;
    z-index: 5;
    flex-direction: column;
    position: relative;
}footer .input_holder input[type="email"] {
    position: relative;
    color: #ffffff;
    appearance: none;
    z-index: 5;
    -webkit-appearance: none;
    cursor: text;
    padding: 14px 16px;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    width: 100%;
    border-radius: 10px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.08);
    border-color: rgb(189,207,180);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}footer .gui-enroll-today {
    background-color: rgb(189,207,180);
    border-radius: 10px;
    padding: 14px 20px;
    cursor: pointer;
    font-weight: 600;
    color: #ffffff;
    z-index: 5;
    position: relative;
    transition: all 0.3s ease;
    width: 100%;
    font-size: 19px;
    border: none;
    text-align: center;
}footer .gui-enroll-today:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background-color: rgb(154,176,140);
    transform: translateY(-3px);
}footer .gui-pitch-comp {
    text-align: center;
    margin-top: 50px;
    position: relative;
}footer .gui-zoom-meet {
    display: inline-block;
    font-size: 14px;
    padding: 0 20px;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
}footer .gui-zoom-meet::before,
footer .gui-zoom-meet::after {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    width: 20px;
    position: absolute;
    pointer-events: none;
    top: 50%;
    content: "";
}footer .gui-zoom-meet::before {
    transform: rotate(-45deg);
    left: -10px;
}footer .gui-zoom-meet::after {
    transform: rotate(45deg);
    right: -10px;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .gui-enroll-today {
    flex-shrink: 0;
    width: auto;
    min-width: 150px;
}footer .input_holder input[type="email"] {
    flex: 1;
    min-width: 0;
}
}

@media (max-width: 991px) {footer .gui-top-train {
    grid-template-columns: 1fr;
}
}

@media (max-width: 767px) {footer .gui-intern-opp {
    padding: 60px 0 30px;
}footer .gui-learn-form {
    margin-bottom: 40px;
}footer .info_item {
    padding: 15px 20px;
    min-width: 150px;
}footer .gui-main-head, footer .subscribe_holder {
    padding: 25px 20px;
}footer .gui-nav-skill {
    padding: 15px;
    margin-bottom: 20px;
}footer .gui-pitch-comp {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .gui-intern-opp {
    padding: 50px 0 20px;
}footer .info_item {
    min-width: 100%;
}footer .gui-main-head h5, footer .subscribe_holder h5 {
    font-size: calc(24px - 2px);
    margin-bottom: 20px;
}footer .gui-main-head, footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .gui-enroll-today {
    padding: 12px;
}}.gui-study-process {
    position: relative;
    background: linear-gradient(140deg, rgb(222,231,217) 0%, rgb(189,207,180,0.5) 100%);
    z-index: 1;
    overflow: hidden;
    padding: 7rem 0;
}.gui-study-process::before {
    z-index: -1;
    height: 250px;
    opacity: 0.1;
    transform: rotate(45deg);
    animation: float 12s infinite ease-in-out;
    width: 250px;
    position: absolute;
    right: -50px;
    content: "";
    background: rgb(189,207,180);
    top: -50px;
}.gui-study-process::after {
    animation: morph 15s infinite alternate ease-in-out;
    width: 300px;
    content: "";
    left: -80px;
    position: absolute;
    bottom: -80px;
    height: 300px;
    opacity: 0.05;
    z-index: -1;
    background: rgb(154,176,140);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}.gui-study-process .container {
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
    z-index: 2;
    margin: 0 auto;
}.gui-study-process .gui-growth-hist {
    position: relative;
    transform: perspective(1000px) rotateY(2deg);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    flex-direction: column;
    display: flex;
}.gui-study-process .gui-growth-hist:hover {
    transform: perspective(1000px) rotateY(0deg);
}.gui-study-process .gui-growth-hist > div {
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03),
        0 1px 0 rgba(255,255,255,0.8) inset;
    border-left: 5px solid rgb(189,207,180);
    transform: translateX(0);
    padding: 3.5rem 3rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
}.gui-study-process .gui-growth-hist > div:hover {
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.08),
        0 10px 20px rgba(0,0,0,0.05),
        0 1px 0 rgba(255,255,255,0.9) inset;
    transform: translateX(5px) translateY(-5px);
}.gui-study-process .gui-growth-hist > div::before {
    opacity: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(189,207,180,0.5) 0%, transparent 100%);
    height: 100%;
    mix-blend-mode: overlay;
    width: 100%;
    left: 0;
    content: "";
    transition: opacity 0.5s ease;
    top: 0;
    z-index: -1;
}.gui-study-process .gui-growth-hist > div:hover::before {
    opacity: 0.3;
}.gui-study-process h3 {
    color: rgb(189,207,180);
    position: relative;
    margin-bottom: 2rem;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    font-family: Arial, sans-serif;
    font-size: calc(34px * 0.8);
    transform: translateX(0);
    font-weight: 700;
}.gui-study-process .gui-growth-hist > div:hover h3 {
    transform: translateX(5px);
}.gui-study-process h3::after {
    transition: width 0.4s ease-out;
    height: 3px;
    position: absolute;
    left: 0;
    background: rgb(189,207,180);
    content: "";
    bottom: -10px;
    width: 60px;
}.gui-study-process .gui-growth-hist > div:hover h3::after {
    width: 100px;
}.gui-study-process p {
    font-size: 14px;
    margin: 0;
    position: relative;
    font-family: Arial, sans-serif;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    line-height: 1.7;
    transform: translateY(0);
    color: #000000;
}.gui-study-process .gui-growth-hist > div:hover p {
    transform: translateY(3px);
}.gui-study-process p span {
    position: relative;
    display: block;
    border-left: 2px solid rgba(rgb(189,207,180,0.5), 0.2);
    padding-left: 1rem;
}

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

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

@media (min-width: 768px) {.gui-study-process {
    padding: 8rem 0;
}.gui-study-process .gui-growth-hist > div {
    transform: translateX(0) skewX(-2deg);
    padding: 4rem 5rem;
}.gui-study-process .gui-growth-hist > div:hover {
    transform: translateX(8px) translateY(-8px) skewX(-2deg);
}.gui-study-process h3 {
    font-size: 34px;
}.gui-study-process p span {
    padding-left: 2rem;
}
}

@media (min-width: 992px) {.gui-study-process {
    padding: 10rem 0;
}.gui-study-process .gui-growth-hist {
    transform: perspective(1000px) rotateY(3deg);
}.gui-study-process .gui-growth-hist > div {
    padding: 5rem 6rem;
}.gui-study-process h3 {
    margin-bottom: 2.5rem;
}.gui-study-process p {
    font-size: calc(14px * 1.05);
    line-height: 1.8;
}
}

@media (max-width: 767px) {.gui-study-process {
    padding: 5rem 0;
}.gui-study-process .gui-growth-hist > div {
    padding: 2.5rem 1.5rem;
}.gui-study-process h3 {
    font-size: calc(34px * 0.7);
    margin-bottom: 1.5rem;
}.gui-study-process p {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}.gui-study-process p span {
    padding-left: 0.75rem;
}}.gui-pricing-grid {
    padding: 7rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(222,231,217) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
}.gui-pricing-grid::before {
    width: 40%;
    transform: rotate(-15deg);
    z-index: 0;
    position: absolute;
    height: 70%;
    border-radius: 10px;
    opacity: 0.1;
    right: -5%;
    content: "";
    top: -10%;
    background: linear-gradient(120deg, rgb(189,207,180,0.5) 20%, rgb(154,176,140,0.5) 80%);
}.gui-pricing-grid::after {
    z-index: 0;
    transform: rotate(10deg);
    opacity: 0.08;
    position: absolute;
    width: 35%;
    border-radius: 10px;
    height: 50%;
    bottom: -5%;
    content: "";
    left: -3%;
    background: linear-gradient(45deg, rgb(154,176,140,0.5) 30%, rgb(189,207,180,0.5) 70%);
}.gui-pricing-grid .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 2rem;
    max-width: 1400px;
}.gui-pricing-grid .gui-bundle-rate {
    flex-direction: column;
    display: flex;
}.gui-pricing-grid .gui-learning-packages {
    order: 1;
    margin-bottom: 3.5rem;
    text-align: center;
    position: relative;
}.gui-pricing-grid .gui-learning-packages h2 {
    font-size: 32px;
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: #000000;
    position: relative;
    display: inline-block;
}.gui-pricing-grid .gui-learning-packages h2::after {
    content: "";
    background: linear-gradient(90deg, transparent, rgb(189,207,180), transparent);
    width: 70%;
    left: 50%;
    position: absolute;
    height: 3px;
    transform: translateX(-50%);
    bottom: -0.75rem;
}.gui-pricing-grid .gui-price-schemes {
    font-size: 13px;
    margin: 0 auto;
    max-width: 800px;
    line-height: 1.6;
    color: #000000;
}.gui-pricing-grid .gui-skill-offers {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    width: 100%;
    display: grid;
    gap: 2rem;
    order: 2;
}.gui-pricing-grid .gui-basic-rates {
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: block;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    text-decoration: none;
    color: #000000;
    position: relative;
    height: 100%;
    background: #ffffff;
}.gui-pricing-grid .gui-basic-rates:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-8px);
}.gui-pricing-grid .gui-basic-rates::before {
    width: 100%;
    content: "";
    background: linear-gradient(90deg, rgb(189,207,180), rgb(154,176,140));
    left: 0;
    top: 0;
    transform: translateY(-5px);
    height: 5px;
    transition: transform 0.3s ease;
    position: absolute;
}.gui-pricing-grid .gui-basic-rates:hover::before {
    transform: translateY(0);
}.gui-pricing-grid .gui-fee-offers {
    flex-direction: column;
    height: 100%;
    display: flex;
    box-sizing: border-box;
}.gui-pricing-grid .gui-fee-schemes {
    flex-direction: column;
    position: relative;
    display: flex;
    flex: 1;
    padding: 2rem 1.75rem;
}.gui-pricing-grid .gui-fee-schemes h3 {
    display: inline-block;
    margin-bottom: 1rem;
    color: #000000;
    font-weight: 700;
    position: relative;
    font-size: calc(19px * 1.1);
}.gui-pricing-grid .gui-fee-schemes .gui-cost-plan {
    font-weight: 700;
    color: rgb(189,207,180);
    margin-bottom: 1.5rem;
    position: relative;
    font-size: calc(19px * 1.3);
}.gui-pricing-grid .gui-fee-schemes .gui-cost-plan::after {
    content: "";
    width: 40px;
    bottom: -0.75rem;
    position: absolute;
    height: 2px;
    background: rgb(189,207,180,0.5);
    left: 0;
}.gui-pricing-grid .gui-fee-schemes p {
    margin-bottom: 1.5rem;
    flex-grow: 1;
    word-wrap: break-word;
    line-height: 1.65;
    overflow-wrap: break-word;
    font-size: 13px;
    color: #000000;
    word-break: break-word;
}.gui-pricing-grid .gui-icon-image {
    transition: transform 0.5s ease;
    position: relative;
    overflow: hidden;
    height: 180px;
    width: 100%;
}.gui-pricing-grid .gui-icon-image::after {
    content: "";
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
}.gui-pricing-grid .gui-basic-rates:hover .gui-icon-image {
    transform: scale(1.05);
}.gui-pricing-grid .gui-basic-rates:nth-child(odd) .gui-fee-schemes::before {
    height: 2.5rem;
    z-index: -1;
    opacity: 0.1;
    right: 1rem;
    top: 1rem;
    width: 2.5rem;
    content: "";
    background: rgb(189,207,180,0.5);
    position: absolute;
    border-radius: 50%;
}.gui-pricing-grid .gui-basic-rates:nth-child(even) .gui-fee-schemes::before {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 50%;
    background: rgb(154,176,140,0.5);
    left: 1rem;
    position: absolute;
    opacity: 0.1;
    content: "";
    z-index: -1;
    bottom: 1rem;
}

@media (min-width: 992px) {.gui-pricing-grid .gui-bundle-rate {
    flex-direction: row;
}.gui-pricing-grid .gui-learning-packages {
    flex-direction: column;
    display: flex;
    order: 2;
    padding-left: 3rem;
    margin-bottom: 0;
    justify-content: center;
    text-align: left;
    flex: 0 0 30%;
}.gui-pricing-grid .gui-learning-packages h2 {
    margin-bottom: 2rem;
    text-align: left;
}.gui-pricing-grid .gui-learning-packages h2::after {
    left: 0;
    width: 40%;
    transform: none;
}.gui-pricing-grid .gui-price-schemes {
    margin: 0;
    text-align: left;
}.gui-pricing-grid .gui-skill-offers {
    order: 1;
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
}
}

@media (max-width: 991px) {.gui-pricing-grid {
    padding: 5rem 0;
}.gui-pricing-grid .gui-basic-rates {
    margin-bottom: 1.5rem;
}.gui-pricing-grid .gui-learning-packages {
    padding: 0 1rem;
}
}

@media (max-width: 767px) {.gui-pricing-grid {
    padding: 4rem 0;
}.gui-pricing-grid .gui-learning-packages h2 {
    font-size: calc(32px * 0.9);
}.gui-pricing-grid .gui-fee-schemes h3 {
    font-size: 19px;
}.gui-pricing-grid .gui-fee-schemes .gui-cost-plan {
    font-size: calc(19px * 1.15);
}.gui-pricing-grid .gui-icon-image {
    height: 160px;
}
}

@media (max-width: 575px) {.gui-pricing-grid {
    padding: 3rem 0;
}.gui-pricing-grid .container {
    padding: 0 1.5rem;
}.gui-pricing-grid .gui-skill-offers {
    gap: 1.5rem;
}.gui-pricing-grid .gui-fee-schemes {
    padding: 1.5rem;
}.gui-pricing-grid .gui-icon-image {
    height: 140px;
}
}

@media (hover: none) {.gui-pricing-grid .gui-basic-rates:hover {
    transform: none;
}.gui-pricing-grid .gui-basic-rates:hover .gui-icon-image {
    transform: none;
}}.gui-privacy-fence {
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    color: #000000;
    background: rgb(222,231,217);
    font-family: Arial, sans-serif;
    height: auto;
    overflow: hidden;
    padding: 40px;
}.gui-privacy-fence h1 {
    font-weight: 700;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    color: rgb(189,207,180);
    margin-top: 40px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 40px;
}.gui-privacy-fence h2 {
    font-weight: 600;
    margin-bottom: 20px;
    color: rgb(154,176,140);
    font-size: 28px;
    margin-top: 35px;
}.gui-privacy-fence h3, .gui-privacy-fence h4, .gui-privacy-fence h5, .gui-privacy-fence h6 {
    font-size: 19px;
    color: #000000;
    text-transform: capitalize;
    margin-bottom: 15px;
    margin-top: 30px;
    font-weight: 400;
}.gui-privacy-fence ul, .gui-privacy-fence ol {
    margin: 20px 0;
    padding: 15px;
    background: rgb(154,176,140,0.5);
    list-style-position: inside;
    list-style: none;
    border-radius: 10px;
    padding-left: 20px;
}.gui-privacy-fence li {
    color: #000000;
    margin-bottom: 15px;
    padding-left: 25px;
    line-height: 1.5;
    position: relative;
    font-size: 17px;
}.gui-privacy-fence li::before {
    top: 0;
    color: rgb(189,207,180);
    font-size: 1.5em;
    content: '•';
    position: absolute;
    left: 0;
    line-height: 1.2;
}.gui-privacy-fence section {
    border-radius: 17px;
    background: #ffffff;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}.gui-privacy-fence p, .gui-privacy-fence span, .gui-privacy-fence div {
    color: #000000;
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 1.6;
}

@media only screen and (max-width: 800px) {.gui-privacy-fence {
    padding: 20px;
}.gui-privacy-fence h1 {
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: calc(19px - 10px);
}.gui-privacy-fence h2 {
    font-size: calc(19px - 5px);
    margin-top: 25px;
    margin-bottom: 15px;
}.gui-privacy-fence ul, .gui-privacy-fence ol {
    margin: 10px 0;
    padding: 10px;
}.gui-privacy-fence li {
    font-size: calc(17px - 2px);
    margin-bottom: 10px;
}.gui-privacy-fence p, .gui-privacy-fence span, .gui-privacy-fence div {
    font-size: calc(17px - 2px);
    margin-bottom: 8px;
}}.gui-follow {
    overflow: hidden;
    background: rgb(222,231,217);
    padding: 5rem 2rem;
    z-index: 1;
    position: relative;
}.gui-follow::before {
    opacity: 0.08;
    right: 0;
    z-index: -1;
    height: 100%;
    background: rgb(189,207,180,0.5);
    content: "";
    width: 61.8%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 38.2% 100%);
    top: 0;
    position: absolute;
}.gui-follow::after {
    height: 61.8%;
    left: 0;
    bottom: 0;
    background: rgb(154,176,140,0.5);
    content: "";
    clip-path: polygon(0 38.2%, 100% 0, 100% 100%, 0 100%);
    z-index: -1;
    position: absolute;
    opacity: 0.08;
    width: 38.2%;
}.gui-follow .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1140px;
    position: relative;
}.gui-follow .gui-growth-hist {
    grid-template-columns: 38.2% 61.8%;
    position: relative;
    display: grid;
    gap: 0;
}.gui-follow .gui-growth-hist::before {
    content: "";
    width: 200px;
    height: 200px;
    right: -100px;
    opacity: 0.05;
    border-radius: 50%;
    top: -100px;
    z-index: -1;
    border: 15px solid rgb(154,176,140);
    position: absolute;
}.gui-follow .gui-growth-hist::after {
    content: "";
    bottom: -60px;
    left: 38.2%;
    z-index: -1;
    width: 120px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    height: 120px;
    position: absolute;
    opacity: 0.05;
    animation: rotateDiamond 15s linear infinite;
    background: rgb(189,207,180);
}.gui-follow p {
    font-family: Arial, sans-serif;
    display: flex;
    padding-right: 2rem;
    color: #000000;
    line-height: 1.3;
    margin: 0;
    font-size: 28px;
    height: 100%;
    position: relative;
    font-weight: 700;
    align-items: center;
}.gui-follow p::before {
    background: rgb(189,207,180);
    content: "";
    position: absolute;
    width: 3px;
    animation: extendHeight 1.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards;
    left: -20px;
    height: 61.8%;
}.gui-follow p::after {
    position: absolute;
    bottom: -20px;
    transform-origin: right;
    right: 0;
    background: rgb(154,176,140);
    height: 3px;
    width: 38.2%;
    content: "";
    animation: extendWidth 1.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards;
}.gui-follow .input_holder {
    align-items: center;
    position: relative;
    display: flex;
    padding-left: 2rem;
}.gui-follow .input_holder::before {
    opacity: 0.05;
    width: 100%;
    position: absolute;
    top: -8px;
    background: transparent;
    z-index: -1;
    pointer-events: none;
    transition: all 0.3s ease;
    left: 8px;
    border: 1px solid #000000;
    height: 100%;
    content: "";
}.gui-follow .input_holder:hover::before {
    transform: translate(4px, -4px);
}.gui-follow .gui-subscribe-title {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    color: #000000;
    padding: 1.2rem 1.5rem;
    width: 61.8%;
    font-size: 15px;
    outline: none;
    transition: all 0.3s ease;
    border-right: none;
}.gui-follow .gui-subscribe-title:focus {
    border-color: rgb(189,207,180);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.gui-follow .gui-reach-widget {
    position: relative;
    width: 38.2%;
    background: #000000;
    cursor: pointer;
    font-weight: 600;
    overflow: hidden;
    color: #ffffff;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    padding: 1.2rem 0;
    border: 1px solid #000000;
    font-size: 15px;
}.gui-follow .gui-reach-widget::before {
    z-index: -1;
    content: "";
    width: 100%;
    top: 0;
    transition: all 0.3s ease;
    position: absolute;
    height: 100%;
    background: rgb(189,207,180);
    left: -100%;
}.gui-follow .gui-reach-widget:hover {
    color: #ffffff;
    border-color: rgb(189,207,180);
}.gui-follow .gui-reach-widget:hover::before {
    left: 0;
}

@keyframes extendWidth {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes extendHeight {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

@keyframes rotateDiamond {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {.gui-follow {
    padding: 4rem 1.5rem;
}.gui-follow .gui-growth-hist {
    gap: 2rem;
    grid-template-columns: 1fr;
}.gui-follow p {
    padding-left: 1.5rem;
    padding-right: 0;
    font-size: calc(28px * 0.9);
}.gui-follow p::before {
    height: 80%;
    left: 0;
}.gui-follow p::after {
    left: 0;
    width: 50%;
    right: auto;
}.gui-follow .input_holder {
    padding-left: 0;
}
}

@media (max-width: 768px) {.gui-follow {
    padding: 3.5rem 1.5rem;
}.gui-follow p {
    font-size: 22px;
}.gui-follow .input_holder {
    align-items: stretch;
    flex-direction: column;
}.gui-follow .gui-subscribe-title {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.5);
    margin-bottom: 1rem;
}.gui-follow .gui-reach-widget {
    width: 100%;
}.gui-follow::before,
    .gui-follow::after {
    opacity: 0.05;
}
}

@media (max-width: 576px) {.gui-follow {
    padding: 3rem 1rem;
    margin: 4rem 0;
}.gui-follow p {
    padding-left: 1rem;
}.gui-follow p::before {
    width: 2px;
}.gui-follow p::after {
    height: 2px;
}.gui-follow .gui-subscribe-title,
    .gui-follow .gui-reach-widget {
    padding: 1rem;
}.gui-follow .gui-growth-hist::before,
    .gui-follow .gui-growth-hist::after {
    display: none;
}}.gui-education-experience {
    overflow: hidden;
    position: relative;
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(222,231,217), rgba(245, 247, 250, 0.92));
}.gui-education-experience::before {
    height: 40%;
    position: absolute;
    opacity: 0.15;
    z-index: 0;
    top: -5%;
    width: 40%;
    left: -5%;
    background: linear-gradient(225deg, rgb(189,207,180,0.5), transparent);
    transform: rotate(-15deg);
    content: "";
}.gui-education-experience::after {
    right: -5%;
    background: linear-gradient(45deg, rgb(154,176,140,0.5), transparent);
    transform: rotate(10deg);
    position: absolute;
    width: 30%;
    height: 50%;
    z-index: 0;
    bottom: -5%;
    content: "";
    opacity: 0.1;
}.gui-education-experience .container {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 1.5rem;
    position: relative;
    z-index: 1;
}.gui-education-experience .gui-rating-praise {
    grid-template-columns: 1fr;
    background: #ffffff;
    gap: 2.5rem;
    padding: 3rem 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.02);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateY(0);
    position: relative;
    display: grid;
}.gui-education-experience .gui-rating-praise:hover {
    transform: translateY(-5px);
}.gui-education-experience .gui-rating-praise > div:first-child {
    position: relative;
    width: 100%;
}.gui-education-experience .gui-rating-praise .gui-icon-image {
    height: 0;
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    padding-bottom: 85%;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.08);
}.gui-education-experience .gui-rating-praise:hover .gui-icon-image {
    transform: scale(1.02);
}.gui-education-experience .gui-rating-praise .gui-icon-image::after {
    left: 0;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.2));
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
}.gui-education-experience .gui-rating-praise > div:nth-child(2) {
    position: relative;
    text-align: left;
}.gui-education-experience .gui-rating-praise .name {
    font-size: calc(21px * 1.1);
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: #000000;
    margin: 0 0 0.5rem;
}.gui-education-experience .gui-rating-praise .name::after {
    background: rgb(189,207,180);
    width: 2.5rem;
    position: absolute;
    bottom: -0.35rem;
    height: 2px;
    transform: scaleX(1);
    transition: transform 0.4s ease-out;
    transform-origin: left;
    left: 0;
    content: "";
}.gui-education-experience .gui-rating-praise:hover .name::after {
    transform: scaleX(1.5);
}.gui-education-experience .gui-rating-praise > div:nth-child(2) > div {
    margin-top: 0.75rem;
    color: rgb(189,207,180);
    letter-spacing: 0.02em;
    font-size: calc(18px * 0.95);
    font-weight: 600;
}.gui-education-experience .gui-rating-praise > div:nth-child(3) {
    position: relative;
}.gui-education-experience .gui-rating-praise .gui-experience-summary {
    font-size: 18px;
    margin: 0;
    position: relative;
    line-height: 1.7;
    padding-left: 1.25rem;
    border-left: 3px solid rgb(154,176,140,0.5);
    color: #000000;
}.gui-education-experience .gui-rating-praise .gui-experience-summary::before {
    height: 25px;
    transition: all 0.4s ease-out 0.2s;
    box-shadow: 0 0 0 3px rgb(154,176,140,0.5);
    z-index: 1;
    left: -8px;
    top: -15px;
    opacity: 0;
    transform: scale(0);
    width: 25px;
    background: #ffffff;
    content: "";
    border-radius: 50%;
    position: absolute;
}.gui-education-experience .gui-rating-praise:hover .gui-experience-summary::before {
    opacity: 1;
    transform: scale(1);
}

@media (min-width: 768px) {.gui-education-experience {
    padding: 8rem 0;
}.gui-education-experience .gui-rating-praise {
    gap: 2rem 3.5rem;
    padding: 3.5rem;
    grid-template-rows: auto 1fr;
    grid-template-columns: 280px 1fr;
}.gui-education-experience .gui-rating-praise > div:first-child {
    grid-row: span 2;
}.gui-education-experience .gui-rating-praise .gui-icon-image {
    padding-bottom: 130%;
}.gui-education-experience .gui-rating-praise > div:nth-child(2) {
    align-self: end;
}.gui-education-experience .gui-rating-praise .name {
    font-size: calc(21px * 1.2);
}.gui-education-experience .gui-rating-praise > div:nth-child(3) {
    grid-column: 2;
}.gui-education-experience .gui-rating-praise .gui-experience-summary {
    font-size: calc(18px * 1.05);
    padding-left: 1.5rem;
}
}

@media (min-width: 1024px) {.gui-education-experience {
    padding: 10rem 0;
}.gui-education-experience .gui-rating-praise {
    padding: 4rem;
    grid-template-columns: 320px 1fr;
    gap: 2.5rem 4rem;
}.gui-education-experience .gui-rating-praise .name {
    font-size: calc(21px * 1.3);
}.gui-education-experience .gui-rating-praise > div:nth-child(2) > div {
    font-size: 18px;
}.gui-education-experience .gui-rating-praise .gui-experience-summary {
    line-height: 1.8;
    font-size: calc(18px * 1.1);
}.gui-education-experience .gui-rating-praise::before {
    position: absolute;
    transition: all 0.5s ease-out;
    right: 3.5rem;
    height: 80px;
    z-index: 0;
    width: 80px;
    content: "";
    top: 3.5rem;
    border-radius: 0 10px 0 100px;
    background: linear-gradient(135deg, rgb(189,207,180,0.5), transparent 70%);
    transform: rotate(45deg);
    opacity: 0.1;
}.gui-education-experience .gui-rating-praise:hover::before {
    opacity: 0.15;
    transform: rotate(55deg) scale(1.2);
}
}

@media (min-width: 1280px) {.gui-education-experience .gui-rating-praise {
    gap: 3rem 5rem;
    padding: 5rem;
    grid-template-columns: 380px 1fr;
}.gui-education-experience .gui-rating-praise .gui-experience-summary {
    padding-left: 2rem;
    border-left: 4px solid rgb(154,176,140,0.5);
}}.gui-company-info {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.gui-company-info::before {
    left: 0;
    backdrop-filter: blur(5px);
    width: 100%;
    position: absolute;
    z-index: 1;
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(189,207,180,0.5), rgba(0, 0, 0, 0.5));
    content: "";
}.gui-company-info::after {
    content: "";
    animation: floatBackground 30s infinite alternate ease-in-out;
    height: 100%;
    position: absolute;
    transform: rotate(35deg) skewX(-15deg);
    width: 100%;
    right: -50%;
    z-index: 0;
    top: -50%;
    opacity: 0.08;
    background: rgb(154,176,140);
}.gui-company-info .container {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    transform-origin: center top;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    transform: perspective(1000px) rotateX(3deg);
    margin: 0 auto;
}.gui-company-info .container:hover {
    transform: perspective(1000px) rotateX(0deg);
}.gui-company-info .gui-announcement-box {
    transform: translateZ(0);
    animation: slideUp 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.07);
    border-left: 5px solid rgb(189,207,180);
    position: relative;
    padding: 3.5rem;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.9);
}.gui-company-info .gui-announcement-box::before {
    bottom: 20px;
    transform: scale(0.95);
    pointer-events: none;
    position: absolute;
    z-index: -1;
    opacity: 0;
    border: 1px solid rgb(154,176,140,0.5);
    content: "";
    transition: opacity 0.6s ease, transform 0.6s ease;
    left: 20px;
    top: 20px;
    right: 20px;
}.gui-company-info .gui-announcement-box:hover::before {
    opacity: 1;
    transform: scale(1);
}.gui-company-info h1 {
    margin-bottom: 2rem;
    transform: translateX(-10px);
    padding-bottom: 0.75rem;
    color: rgb(189,207,180);
    opacity: 0;
    position: relative;
    font-weight: 700;
    font-size: 43px;
    animation: slideRight 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
}.gui-company-info h1::after {
    background: linear-gradient(to right, rgb(189,207,180), rgb(154,176,140));
    height: 4px;
    animation: expandWidth 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.8s forwards;
    transform-origin: left;
    content: "";
    bottom: 0;
    position: absolute;
    left: 0;
    transform: scaleX(0);
    width: 80px;
}.gui-company-info ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.gui-company-info li {
    opacity: 0;
    margin-bottom: 0.75rem;
    transform: translateY(20px);
    animation: fadeUp 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.6s forwards;
}.gui-company-info li:first-child {
    animation-delay: 0.5s;
}.gui-company-info li:last-child {
    animation-delay: 0.7s;
}.gui-company-info h4 {
    position: relative;
    margin-bottom: 1rem;
    font-size: calc(19px * 1.2);
    display: inline-block;
    color: #000000;
    font-weight: 600;
}.gui-company-info h4::before {
    transform: scaleX(0);
    position: absolute;
    background: rgb(154,176,140);
    animation: expandWidth 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1s forwards;
    height: 3px;
    bottom: -8px;
    width: 40px;
    transform-origin: left;
    content: "";
    left: 0;
}.gui-company-info span {
    color: #000000;
    hyphens: auto;
    line-height: 1.8;
    display: block;
    column-gap: 3rem;
    font-size: 17px;
    max-width: 100%;
    text-align: justify;
    font-family: Arial, sans-serif;
    column-count: 1;
}

@media (min-width: 992px) {.gui-company-info span {
    column-count: 2;
}.gui-company-info .gui-announcement-box {
    padding: 5rem;
    margin: 0 8%;
}
}

@media (min-width: 1200px) {.gui-company-info .gui-announcement-box {
    margin: 0;
    transform: translateX(50px) translateZ(0);
}.gui-company-info span {
    column-count: 2;
}
}

@media (max-width: 991px) {.gui-company-info {
    padding: 80px 0;
}.gui-company-info .gui-announcement-box {
    padding: 2.5rem;
}.gui-company-info h1 {
    font-size: calc(38px * 1.1);
}
}

@media (max-width: 767px) {.gui-company-info {
    padding: 60px 0;
}.gui-company-info .gui-announcement-box {
    padding: 2rem;
}.gui-company-info h1 {
    font-size: 38px;
}.gui-company-info h1::after {
    width: 60px;
}.gui-company-info h4 {
    font-size: 19px;
}
}

@media (max-width: 575px) {.gui-company-info {
    padding: 40px 0;
}.gui-company-info .gui-announcement-box {
    padding: 1.5rem;
}.gui-company-info .container {
    transform: perspective(800px) rotateX(1deg);
}
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(40px) translateZ(0);
    }
    to {
        opacity: 1;
        transform: translateY(0) translateZ(0);
    }
}

@keyframes slideRight {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

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

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

@keyframes floatBackground {
    0% {
        transform: rotate(35deg) skewX(-15deg) translate(0, 0);
    }
    50% {
        transform: rotate(38deg) skewX(-12deg) translate(-5%, 5%);
    }
    100% {
        transform: rotate(35deg) skewX(-15deg) translate(0, 0);
    }
}