* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.wrapper-holderzbr {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    width: 30px;
    height: 30px;
}.hackathonMad {
    flex: 0 0 auto;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1280px;
}.top_classalA {
    flex: 1 0 auto;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    color: #000000;
    height: 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;
}}
.client_experience5ws {
    background: linear-gradient(135deg, rgb(165,192,190) 0%, rgb(130,160,157,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}.client_experience5ws::before {
    left: 0;
    background: repeating-linear-gradient(45deg, rgb(94,120,119,0.5) 0px, transparent 10px, transparent 20px);
    opacity: 0.15;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    content: "";
}.client_experience5ws .container {
    position: relative;
    z-index: 2;
}.client_experience5ws h2 {
    margin-bottom: 3.5rem;
    display: inline-block;
    transform: skew(-5deg);
    color: #000000;
    font-weight: 700;
    position: relative;
    font-size: 29px;
}.client_experience5ws h2::after {
    background: linear-gradient(90deg, rgb(130,160,157) 0%, transparent 100%);
    content: "";
    transform: translateX(10%);
    bottom: -10px;
    height: 4px;
    left: 0;
    width: 80%;
    position: absolute;
}.client_experience5ws .feedback_viewsCcD {
    transform: rotate(-2deg);
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2.5rem;
}.client_experience5ws .feedback_cloudDcI {
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    transition: all 0.4s ease;
    transform: rotate(2deg);
    overflow: hidden;
    padding: 2rem;
    position: relative;
    flex-direction: column;
    border-radius: 22px;
}.client_experience5ws .feedback_cloudDcI::before {
    transform: scaleY(0);
    content: "";
    height: 100%;
    left: 0;
    transform-origin: top;
    transition: transform 0.4s ease;
    width: 5px;
    background: linear-gradient(to bottom, rgb(130,160,157), rgb(94,120,119));
    position: absolute;
    top: 0;
}.client_experience5ws .feedback_cloudDcI:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: rotate(0) translateY(-10px);
}.client_experience5ws .feedback_cloudDcI:hover::before {
    transform: scaleY(1);
}.client_experience5ws .feedback_cloudDcI:nth-child(odd) {
    transform: rotate(4deg) translateY(20px);
}.client_experience5ws .feedback_cloudDcI:nth-child(odd):hover {
    transform: rotate(0) translateY(10px);
}.client_experience5ws .feedback_cloudDcI:nth-child(3n+2) {
    transform: rotate(-3deg) translateY(-10px);
}.client_experience5ws .feedback_cloudDcI:nth-child(3n+2):hover {
    transform: rotate(0) translateY(-20px);
}.client_experience5ws .feedback_cloudDcI img {
    width: 80px;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
    transform: translateX(-10px);
    object-fit: cover;
    height: 80px;
    transition: all 0.4s ease;
    border: 3px solid #ffffff;
}.client_experience5ws .feedback_cloudDcI:hover img {
    border-color: rgb(130,160,157,0.5);
    transform: translateX(0) scale(1.05);
}.client_experience5ws .feedback_cloudDcI p {
    color: #000000;
    font-size: calc(14px * 1.1);
    font-family: Arial, sans-serif;
    font-weight: 600;
    margin: 0;
    transition: all 0.3s ease;
}.client_experience5ws .feedback_cloudDcI .description {
    position: relative;
    color: #000000;
    padding-top: 1rem;
    font-weight: 400;
    font-size: 14px;
    margin-top: 0.5rem;
}.client_experience5ws .feedback_cloudDcI .description::before {
    transition: all 0.3s ease;
    left: 0;
    content: "";
    background: rgb(94,120,119,0.5);
    top: 0;
    position: absolute;
    width: 50px;
    height: 3px;
}.client_experience5ws .feedback_cloudDcI:hover .description::before {
    width: 80px;
    background: rgb(130,160,157);
}

@media (max-width: 991px) {.client_experience5ws {
    padding: 4rem 0;
}.client_experience5ws h2 {
    width: 100%;
    text-align: center;
    transform: skew(0);
}.client_experience5ws h2::after {
    left: 20%;
    transform: none;
    width: 60%;
}.client_experience5ws .feedback_viewsCcD {
    transform: rotate(0);
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 2rem;
}
}

@media (max-width: 767px) {.client_experience5ws {
    padding: 3rem 0;
}.client_experience5ws h2 {
    margin-bottom: 2.5rem;
    font-size: calc(29px * 0.9);
}.client_experience5ws .feedback_viewsCcD {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.client_experience5ws .feedback_cloudDcI,
    .client_experience5ws .feedback_cloudDcI:nth-child(odd),
    .client_experience5ws .feedback_cloudDcI:nth-child(3n+2) {
    transform: rotate(0);
    padding: 1.5rem;
}.client_experience5ws .feedback_cloudDcI:hover,
    .client_experience5ws .feedback_cloudDcI:nth-child(odd):hover,
    .client_experience5ws .feedback_cloudDcI:nth-child(3n+2):hover {
    transform: translateY(-5px);
}.client_experience5ws .feedback_cloudDcI img {
    height: 60px;
    width: 60px;
}
}

@media (max-width: 480px) {.client_experience5ws h2 {
    font-size: calc(29px * 0.8);
}.client_experience5ws .feedback_cloudDcI {
    padding: 1.25rem;
}}.thankYouDivlik {
    display: flex;
    overflow: hidden;
    min-height: 100vh;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(165,192,190) 0%, #ffffff 100%);
    position: relative;
    align-items: center;
    justify-content: center;
}.thankYouDivlik::before {
    top: -10%;
    content: "";
    height: 120%;
    transform: rotate(-5deg) skewX(5deg);
    width: 120%;
    background: 
        linear-gradient(120deg, rgb(130,160,157,0.5) 0%, transparent 40%),
        linear-gradient(-120deg, rgb(94,120,119,0.5) 0%, transparent 40%);
    left: -5%;
    position: absolute;
    pointer-events: none;
    z-index: 0;
}.thankYouDivlik::after {
    height: 60%;
    content: "";
    background: linear-gradient(135deg, rgb(130,160,157,0.5) 0%, rgb(94,120,119,0.5) 100%);
    width: 60%;
    bottom: -20%;
    right: -20%;
    filter: blur(80px);
    opacity: 0.2;
    z-index: 0;
    transform: rotate(15deg);
    position: absolute;
}.thankYouDivlik .container {
    position: relative;
    width: 90%;
    transform-style: preserve-3d;
    z-index: 2;
    animation: container-entry 1.2s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards;
    max-width: 1200px;
}.thankYouDivlik .master_track8Le {
    transition: transform 0.5s ease;
    position: relative;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    padding: calc(2rem + 3vw);
    transform: translateZ(0) rotateX(2deg);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 30px), 
        calc(100% - 30px) 100%, 
        0 100%
    );
    background-color: #ffffff;
    transform-style: preserve-3d;
}.thankYouDivlik .master_track8Le::before {
    top: 20px;
    transform: translateZ(-10px);
    left: 20px;
    pointer-events: none;
    opacity: 0.4;
    bottom: 20px;
    right: 20px;
    position: absolute;
    border: 1px solid rgb(130,160,157,0.5);
    content: "";
}.thankYouDivlik .master_track8Le:hover {
    transform: translateZ(10px) rotateX(0deg);
}.thankYouDivlik .master_track8Le > div:first-child {
    margin-bottom: 2rem;
    position: relative;
    transform: translateZ(20px);
}.thankYouDivlik .master_track8Le > div:first-child::after {
    content: "";
    transform-origin: left center;
    transform: scaleX(1);
    position: absolute;
    background: linear-gradient(90deg, rgb(130,160,157) 0%, rgb(94,120,119) 100%);
    height: 4px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 80px;
    left: 0;
    bottom: -10px;
}.thankYouDivlik .master_track8Le:hover > div:first-child::after {
    transform: scaleX(1.5);
}.thankYouDivlik h5 {
    transform: translateZ(30px);
    font-weight: 700;
    position: relative;
    transition: transform 0.5s ease;
    margin: 0;
    color: #000000;
    font-size: 23px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    line-height: 1.4;
}.thankYouDivlik .master_track8Le:hover h5 {
    transform: translateZ(40px);
}.thankYouDivlik .master_track8Le > div:last-child {
    position: relative;
    transition: transform 0.5s ease;
    transform: translateZ(10px);
}.thankYouDivlik .master_track8Le:hover > div:last-child {
    transform: translateZ(20px);
}.thankYouDivlik p {
    position: relative;
    font-weight: 400;
    transform: translateZ(0);
    margin: 0;
    line-height: 1.8;
    color: #000000;
    transition: color 0.3s ease, transform 0.5s ease;
    font-size: 12px;
}.thankYouDivlik a {
    transition: transform 0.3s ease;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    display: block;
}.thankYouDivlik a::before {
    background: linear-gradient(135deg, 
        transparent 0%, 
        transparent 95%, 
        rgb(130,160,157,0.5) 95%, 
        rgb(130,160,157,0.5) 100%
    );
    width: 100%;
    bottom: 0;
    left: 0;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: -1;
    content: "";
    transform: translateY(10px);
    position: absolute;
}.thankYouDivlik a:hover::before {
    transform: translateY(0);
    opacity: 0.2;
}.thankYouDivlik a:hover p {
    color: rgb(130,160,157);
    transform: translateZ(5px);
}

@keyframes container-entry {
    0% {
        opacity: 0;
        transform: translateY(40px) translateZ(-100px) rotateX(10deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(0) rotateX(0);
    }
}

@media (max-width: 991px) {.thankYouDivlik {
    padding: 4rem 0;
}.thankYouDivlik .master_track8Le {
    padding: calc(1.5rem + 2vw);
    transform: translateZ(0) rotateX(1deg);
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 20px), 
            calc(100% - 20px) 100%, 
            0 100%
        );
}.thankYouDivlik h5 {
    font-size: calc(23px * 0.9);
    line-height: 1.5;
}.thankYouDivlik p {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 767px) {.thankYouDivlik {
    min-height: auto;
}.thankYouDivlik .container {
    width: 95%;
}.thankYouDivlik .master_track8Le {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 15px), 
            calc(100% - 15px) 100%, 
            0 100%
        );
    transform: none;
    padding: 1.5rem;
}.thankYouDivlik .master_track8Le::before {
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
}.thankYouDivlik .master_track8Le > div:first-child::after {
    height: 3px;
    width: 60px;
}.thankYouDivlik h5 {
    transform: none;
    font-size: calc(23px * 0.85);
}.thankYouDivlik p {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}.thankYouDivlik .master_track8Le:hover h5,
    .thankYouDivlik .master_track8Le:hover > div:last-child,
    .thankYouDivlik .master_track8Le:hover {
    transform: none;
}
}

@media (max-width: 480px) {.thankYouDivlik {
    padding: 3rem 0;
}.thankYouDivlik .master_track8Le {
    padding: 1.25rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            0 100%
        );
    box-shadow: 
            0 10px 25px rgba(0, 0, 0, 0.08),
            0 3px 10px rgba(0, 0, 0, 0.04),
            0 0 0 1px rgba(0, 0, 0, 0.02);
}.thankYouDivlik h5 {
    font-size: calc(23px * 0.8);
    line-height: 1.4;
}.thankYouDivlik p {
    line-height: 1.5;
    font-size: calc(12px * 0.85);
}.thankYouDivlik .master_track8Le > div:first-child {
    margin-bottom: 1.5rem;
}.thankYouDivlik .master_track8Le > div:first-child::after {
    height: 3px;
    width: 50px;
    bottom: -8px;
}}.enroll_instantlyG9j {
    background: linear-gradient(145deg, rgb(130,160,157) 0%, rgb(94,120,119) 50%, rgb(130,160,157) 100%);
    padding: 110px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}.enroll_instantlyG9j::before {
    content: '';
    background-size: 60px 60px;
    width: 100%;
    opacity: 0.05;
    background: 
        linear-gradient(45deg, transparent 48%, #ffffff 49%, #ffffff 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, #ffffff 49%, #ffffff 51%, transparent 52%);
    height: 100%;
    position: absolute;
    animation: crystalBackground 30s linear infinite;
    top: 0;
    left: 0;
    z-index: -1;
}.enroll_instantlyG9j::after {
    left: 0;
    z-index: -1;
    opacity: 0.1;
    background: radial-gradient(
        circle at 30% 40%,
        #ffffff 0%,
        transparent 60%
    ),
    radial-gradient(
        circle at 70% 60%,
        #ffffff 0%,
        transparent 60%
    );
    top: 0;
    height: 100%;
    filter: blur(50px);
    content: '';
    position: absolute;
    width: 100%;
}.enroll_instantlyG9j .master_track8Le {
    border-radius: 18px;
    position: relative;
    justify-content: center;
    box-shadow: 
        0 25px 45px rgba(0, 0, 0, 0.1),
        0 0 30px rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.07);
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    clip-path: polygon(
        4% 0%, 
        96% 0%, 
        100% 4%, 
        100% 96%, 
        96% 100%, 
        4% 100%, 
        0% 96%, 
        0% 4%
    );
    padding: 60px;
    max-width: 1000px;
    display: flex;
}.enroll_instantlyG9j .master_track8Le::before {
    bottom: -2px;
    background: linear-gradient(
        45deg,
        rgb(130,160,157,0.5),
        rgb(94,120,119,0.5),
        rgb(130,160,157,0.5)
    );
    filter: blur(20px);
    z-index: -1;
    left: -2px;
    opacity: 0.5;
    clip-path: polygon(
        4% 0%, 
        96% 0%, 
        100% 4%, 
        100% 96%, 
        96% 100%, 
        4% 100%, 
        0% 96%, 
        0% 4%
    );
    content: '';
    animation: borderGlow 5s ease infinite;
    top: -2px;
    right: -2px;
    position: absolute;
}.enroll_instantlyG9j .master_track8Le::after {
    top: 0;
    content: '';
    opacity: 0.3;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 20px,
            rgba(255, 255, 255, 0.03) 20px,
            rgba(255, 255, 255, 0.03) 21px
        );
}.enroll_instantlyG9j h3 {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
    font-size: 32px;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    font-family: Arial, sans-serif;
    position: relative;
    letter-spacing: 4px;
    font-weight: 700;
    color: #ffffff;
}.enroll_instantlyG9j h3::before {
    height: 30px;
    position: absolute;
    border-radius: 50%;
    content: '';
    animation: orbitalSpin 10s linear infinite;
    top: -40px;
    transform: translateX(-50%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    opacity: 0.6;
    width: 30px;
    left: 50%;
}.enroll_instantlyG9j h3::after {
    content: '';
    position: absolute;
    box-shadow: 0 0 10px #ffffff;
    left: 50%;
    bottom: -15px;
    width: 50px;
    background: linear-gradient(
        to right,
        transparent,
        #ffffff,
        transparent
    );
    transform: translateX(-50%);
    height: 2px;
}.enroll_instantlyG9j .learn_talk2Ey {
    font-size: 15px;
    font-weight: 600;
    transition: all 0.4s ease;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    z-index: 1;
    border-radius: 10px;
    letter-spacing: 2px;
    overflow: hidden;
    padding: 16px 45px;
    color: #ffffff;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.1);
    font-family: Arial, sans-serif;
    position: relative;
    backdrop-filter: blur(5px);
    text-transform: uppercase;
    clip-path: polygon(
        5% 0%, 
        95% 0%, 
        100% 5%, 
        100% 95%, 
        95% 100%, 
        5% 100%, 
        0% 95%, 
        0% 5%
    );
}.enroll_instantlyG9j .learn_talk2Ey::before {
    opacity: 0;
    z-index: -1;
    top: 0;
    height: 100%;
    transition: opacity 0.4s ease;
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0.1) 100%
    );
}.enroll_instantlyG9j .learn_talk2Ey::after {
    transition: all 0.6s ease;
    position: absolute;
    transform: rotate(25deg);
    left: -100%;
    height: 200%;
    top: -50%;
    content: '';
    width: 40%;
    z-index: 1;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
}.enroll_instantlyG9j .learn_talk2Ey:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.2),
        0 0 20px rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.8);
    border-color: transparent;
    transform: translateY(-5px);
    color: rgb(130,160,157);
}.enroll_instantlyG9j .learn_talk2Ey:hover::before {
    opacity: 1;
}.enroll_instantlyG9j .learn_talk2Ey:hover::after {
    left: 150%;
}

@media screen and (max-width: 992px) {.enroll_instantlyG9j {
    padding: 90px 0;
}.enroll_instantlyG9j .master_track8Le {
    max-width: 90%;
    padding: 50px 40px;
}.enroll_instantlyG9j h3 {
    margin-bottom: 45px;
    font-size: calc(32px * 0.9);
}.enroll_instantlyG9j h3::before {
    width: 25px;
    height: 25px;
    top: -35px;
}.enroll_instantlyG9j h3::after {
    width: 45px;
}.enroll_instantlyG9j .learn_talk2Ey {
    padding: 14px 40px;
}
}

@media screen and (max-width: 768px) {.enroll_instantlyG9j {
    padding: 70px 0;
}.enroll_instantlyG9j .master_track8Le {
    padding: 40px 30px;
}.enroll_instantlyG9j h3 {
    margin-bottom: 40px;
    letter-spacing: 3px;
    font-size: calc(32px * 0.8);
}.enroll_instantlyG9j h3::before {
    top: -30px;
    height: 20px;
    width: 20px;
}.enroll_instantlyG9j h3::after {
    width: 40px;
}.enroll_instantlyG9j .learn_talk2Ey {
    font-size: calc(15px * 0.95);
    letter-spacing: 1.5px;
    padding: 12px 35px;
}
}

@media screen and (max-width: 576px) {.enroll_instantlyG9j {
    padding: 60px 0;
}.enroll_instantlyG9j .master_track8Le {
    padding: 30px 20px;
}.enroll_instantlyG9j h3 {
    margin-bottom: 35px;
    font-size: calc(32px * 0.7);
    letter-spacing: 2px;
}.enroll_instantlyG9j h3::before {
    top: -25px;
    height: 15px;
    width: 15px;
}.enroll_instantlyG9j h3::after {
    width: 35px;
}.enroll_instantlyG9j .learn_talk2Ey {
    font-size: calc(15px * 0.9);
    letter-spacing: 1px;
    padding: 10px 30px;
}}

@keyframes crystalBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

@keyframes borderGlow {
    0% {
        filter: blur(20px);
        opacity: 0.5;
    }
    50% {
        filter: blur(25px);
        opacity: 0.7;
    }
    100% {
        filter: blur(20px);
        opacity: 0.5;
    }
}

@keyframes orbitalSpin {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}.who_we_areGou {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    color: #ffffff;
}.who_we_areGou::before {
    top: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.5));
    content: "";
    height: 100%;
    left: 0;
}.who_we_areGou::after {
    background: rgb(130,160,157);
    opacity: 0.18;
    top: -50%;
    position: absolute;
    right: -50%;
    height: 200%;
    transform: rotate(-45deg);
    width: 100%;
    content: "";
    z-index: 2;
}.who_we_areGou .container {
    max-width: 1200px;
    z-index: 5;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}.who_we_areGou .paragraph_boxLEu {
    animation: slide-up 0.8s ease-out forwards;
    background: rgba(23, 23, 35, 0.85);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    padding: 50px;
    position: relative;
    border-left: 4px solid rgb(130,160,157);
    transform: translateY(20px);
}.who_we_areGou .paragraph_boxLEu::before {
    background: rgb(130,160,157);
    content: "";
    right: 0;
    top: 0;
    height: 4px;
    position: absolute;
    width: 30%;
}.who_we_areGou .paragraph_boxLEu::after {
    content: "";
    background: linear-gradient(90deg, rgb(130,160,157), transparent);
    width: 60%;
    position: absolute;
    height: 2px;
    left: 0;
    bottom: 0;
}.who_we_areGou h1 {
    display: inline-block;
    margin-bottom: 30px;
    transform: translateX(-20px);
    font-weight: 700;
    opacity: 0;
    position: relative;
    animation: slide-right 0.6s ease-out 0.3s forwards;
    font-size: 47px;
}.who_we_areGou h1::after {
    position: absolute;
    left: 0;
    animation: expand 0.6s ease-out 0.9s forwards;
    width: 80px;
    content: "";
    transform-origin: left;
    background: rgb(130,160,157);
    transform: scaleX(0);
    bottom: -10px;
    height: 3px;
}.who_we_areGou ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.who_we_areGou li {
    margin-bottom: 20px;
}.who_we_areGou li:last-child {
    margin-bottom: 0;
}.who_we_areGou h4 {
    font-size: 20px;
    opacity: 0;
    color: rgb(94,120,119);
    margin-bottom: 15px;
    font-weight: 600;
    transform: translateY(15px);
    animation: slide-up 0.6s ease-out 0.6s forwards;
}.who_we_areGou span {
    font-family: Arial, sans-serif;
    column-count: 1;
    display: block;
    font-weight: 400;
    max-width: 100%;
    transform: translateY(20px);
    column-gap: 40px;
    animation: fade-in 0.8s ease-out 0.9s forwards;
    line-height: 1.7;
    opacity: 0;
    color: rgba(255, 255, 255, 0.9);
}

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

@keyframes slide-right {
  from {
    transform: translateX(-20px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

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

@media (min-width: 768px) {.who_we_areGou {
    padding: 160px 0;
}.who_we_areGou .paragraph_boxLEu {
    padding: 60px;
    width: 90%;
    margin-left: 5%;
}.who_we_areGou h1 {
    font-size: calc(47px * 1.2);
    margin-bottom: 40px;
}.who_we_areGou h1::after {
    width: 120px;
}.who_we_areGou span {
    column-gap: 50px;
    column-count: 2;
}.who_we_areGou::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4));
}
}

@media (min-width: 1200px) {.who_we_areGou {
    padding: 180px 0;
}.who_we_areGou .paragraph_boxLEu {
    margin-left: 10%;
    padding: 70px 80px;
    transform: perspective(1000px) rotateY(-2deg);
    width: 80%;
}.who_we_areGou h1 {
    font-size: calc(47px * 1.4);
}.who_we_areGou h1::after {
    height: 4px;
    width: 150px;
}.who_we_areGou span {
    font-size: calc(17px * 1.05);
    column-count: 3;
}
}

@media (hover: hover) {.who_we_areGou .paragraph_boxLEu:hover {
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) rotateY(0);
}.who_we_areGou .paragraph_boxLEu:hover::before {
    width: 40%;
    transition: width 0.5s ease;
}
}

@media (max-width: 767px) {.who_we_areGou {
    padding: 80px 0;
}.who_we_areGou .paragraph_boxLEu {
    padding: 30px 25px;
}.who_we_areGou h1 {
    margin-bottom: 25px;
    font-size: calc(47px * 0.9);
}.who_we_areGou h4 {
    font-size: calc(20px * 0.9);
}.who_we_areGou span {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}}.privacy_garrison7T0 {
    font-family: Arial, sans-serif;
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #f9f9f9, #f1f1f1);
}.privacy_garrison7T0::before {
    top: 0;
    z-index: 0;
    width: 100%;
    pointer-events: none;
    background: linear-gradient(to right, rgb(130,160,157,0.5) 0%, transparent 10%);
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
}.privacy_garrison7T0::after {
    pointer-events: none;
    height: 100%;
    top: 0;
    background: linear-gradient(to bottom, rgb(94,120,119,0.5) 0%, transparent 50%);
    right: 0;
    width: 40%;
    position: absolute;
    z-index: 0;
    content: "";
}.privacy_garrison7T0 .container {
    max-width: 1140px;
    background-color: #ffffff;
    padding: 2rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    margin: 0 auto;
    transform: perspective(1000px) rotateY(0.5deg);
    transform-origin: left center;
    z-index: 1;
    position: relative;
    transition: transform 0.5s ease-out;
}.privacy_garrison7T0 .container:hover {
    transform: perspective(1000px) rotateY(0deg);
}.privacy_garrison7T0 h1 {
    font-size: 48px;
    animation: slideInTitle 0.8s 0.2s forwards;
    transform: translateX(-5px);
    padding-bottom: 0.75rem;
    position: relative;
    opacity: 0;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #000000;
}.privacy_garrison7T0 h1::after {
    width: 0;
    background: linear-gradient(to right, rgb(130,160,157), rgb(94,120,119));
    bottom: 0;
    position: absolute;
    animation: expandUnderline 1.2s 0.8s forwards;
    content: "";
    height: 3px;
    left: 0;
}.privacy_garrison7T0 h2 {
    margin: 2.5rem 0 1rem;
    color: #000000;
    animation: slideInUp 0.6s 0.4s forwards;
    font-size: 28px;
    position: relative;
    opacity: 0;
    transform: translateY(10px);
    font-weight: 600;
    padding-left: 1rem;
}.privacy_garrison7T0 h2::before {
    width: 4px;
    transform-origin: top;
    transform: scaleY(0);
    height: 100%;
    top: 0;
    position: absolute;
    content: "";
    background-color: rgb(130,160,157);
    left: 0;
    animation: scaleVertical 0.4s 0.8s forwards;
}.privacy_garrison7T0 h3 {
    opacity: 0;
    font-size: calc(28px * 0.85);
    margin: 2rem 0 1rem;
    font-weight: 600;
    transform: translateY(8px);
    padding-left: 1.5rem;
    position: relative;
    animation: slideInUp 0.6s 0.5s forwards;
    color: #000000;
}.privacy_garrison7T0 h3::before {
    width: 10px;
    content: "";
    background-color: rgb(94,120,119);
    height: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}.privacy_garrison7T0 h4 {
    animation: slideInUp 0.6s 0.6s forwards;
    opacity: 0;
    position: relative;
    padding-left: 1.75rem;
    margin: 1.5rem 0 0.75rem;
    color: #000000;
    font-weight: 400;
    transform: translateY(5px);
    font-size: calc(28px * 0.75);
}.privacy_garrison7T0 h4::before {
    top: 50%;
    left: 0;
    width: 6px;
    border-radius: 50%;
    height: 6px;
    content: "";
    border: 2px solid rgb(130,160,157);
    transform: translateY(-50%);
    position: absolute;
}.privacy_garrison7T0 p {
    transform: translateY(10px);
    opacity: 0;
    color: #000000;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: 14px;
    animation: slideInUp 0.6s 0.5s forwards;
    line-height: 1.7;
}.privacy_garrison7T0 p strong {
    font-weight: 600;
    position: relative;
    color: #000000;
    display: inline-block;
}.privacy_garrison7T0 p strong::after {
    height: 1px;
    position: absolute;
    bottom: -2px;
    background-color: rgb(130,160,157,0.5);
    left: 0;
    content: "";
    width: 100%;
}.privacy_garrison7T0 ul {
    position: relative;
    transform: translateX(10px);
    padding-left: 1.5rem;
    animation: slideInRight 0.7s 0.7s forwards;
    margin: 1.5rem 0 2rem 1rem;
    opacity: 0;
}.privacy_garrison7T0 ul::before {
    left: 0;
    background: linear-gradient(to bottom, rgb(130,160,157), transparent);
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    width: 1px;
}.privacy_garrison7T0 li {
    position: relative;
    font-size: 14px;
    margin-bottom: 0.75rem;
    padding-left: 0.25rem;
    line-height: 1.6;
    color: #000000;
}.privacy_garrison7T0 li::before {
    top: 0.7rem;
    height: 6px;
    border-radius: 50%;
    left: -1.5rem;
    content: "";
    background-color: rgb(130,160,157);
    position: absolute;
    animation: scaleIn 0.3s 1s forwards;
    transform: scale(0);
    width: 6px;
}.privacy_garrison7T0 span {
    display: block;
    color: #000000;
    font-size: 14px;
    opacity: 0;
    transform: translateY(10px);
    margin: 0.75rem 0 1.5rem;
    padding-left: 1rem;
    line-height: 1.7;
    border-left: 2px solid rgb(94,120,119,0.5);
    animation: slideInUp 0.6s 0.6s forwards;
}

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

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

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

@keyframes expandUnderline {
    from {
        width: 0;
    }
    to {
        width: 80px;
    }
}

@keyframes scaleVertical {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(1);
    }
}

@keyframes scaleIn {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

@media (max-width: 991px) {.privacy_garrison7T0 {
    padding: 3rem 1rem;
}.privacy_garrison7T0 .container {
    padding: 1.5rem;
    transform: perspective(1000px) rotateY(0.2deg);
}.privacy_garrison7T0 h1 {
    font-size: calc(48px * 0.9);
}.privacy_garrison7T0 h2 {
    margin: 2rem 0 1rem;
    font-size: calc(28px * 0.9);
}.privacy_garrison7T0 h3 {
    font-size: calc(28px * 0.8);
}.privacy_garrison7T0 h4 {
    font-size: calc(28px * 0.7);
}
}

@media (max-width: 767px) {.privacy_garrison7T0 {
    padding: 2rem 0.75rem;
}.privacy_garrison7T0 .container {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04), 0 3px 10px rgba(0, 0, 0, 0.02);
    padding: 1.25rem;
    transform: none;
}.privacy_garrison7T0 h1 {
    font-size: calc(48px * 0.8);
    margin-bottom: 1.5rem;
}.privacy_garrison7T0 h2 {
    font-size: calc(28px * 0.8);
    margin: 1.75rem 0 0.75rem;
}.privacy_garrison7T0 h3 {
    margin: 1.5rem 0 0.75rem;
    font-size: calc(28px * 0.75);
}.privacy_garrison7T0 h4 {
    font-size: calc(28px * 0.65);
    margin: 1.25rem 0 0.5rem;
}.privacy_garrison7T0 p, .privacy_garrison7T0 li, .privacy_garrison7T0 span {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}.privacy_garrison7T0 ul {
    margin: 1rem 0 1.5rem 0.5rem;
}
}

@media (max-width: 575px) {.privacy_garrison7T0 {
    padding: 1.5rem 0.5rem;
}.privacy_garrison7T0 .container {
    padding: 1rem;
}.privacy_garrison7T0 h1 {
    margin-bottom: 1.25rem;
    font-size: calc(48px * 0.7);
}.privacy_garrison7T0 h2 {
    font-size: calc(28px * 0.7);
    padding-left: 0.75rem;
}.privacy_garrison7T0 h2::before {
    width: 3px;
}.privacy_garrison7T0 h3 {
    padding-left: 1.25rem;
    font-size: calc(28px * 0.65);
}.privacy_garrison7T0 h3::before {
    width: 8px;
    height: 8px;
}.privacy_garrison7T0 h4 {
    padding-left: 1.5rem;
    font-size: calc(28px * 0.6);
}.privacy_garrison7T0 p, .privacy_garrison7T0 li, .privacy_garrison7T0 span {
    line-height: 1.5;
    font-size: calc(14px * 0.9);
}.privacy_garrison7T0 span {
    padding-left: 0.75rem;
}}.course_offeringFMB {
    padding: 120px 0;
    overflow: hidden;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.15) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.15) 0%, transparent 20%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08) 0%, transparent 30%),
        repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 15px),
        repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 15px);
    background: rgb(165,192,190);
    position: relative;
}.course_offeringFMB::before {
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    animation: backgroundShift 15s infinite alternate;
    background: linear-gradient(135deg, rgb(130,160,157,0.5) 0%, transparent 50%, rgb(94,120,119,0.5) 100%);
    opacity: 0.7;
    z-index: 1;
}.course_offeringFMB::after {
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 2;
    content: "";
    top: 0;
    background: 
        repeating-conic-gradient(rgba(255, 255, 255, 0.03) 0%, transparent 0.5%, transparent 1%, rgba(255, 255, 255, 0.03) 1.5%) 50% 50% / 30px 30px,
        radial-gradient(circle at 70% 30%, rgb(130,160,157,0.5) 0%, transparent 70%);
    animation: pulse 8s infinite alternate;
}.course_offeringFMB .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 5;
    position: relative;
}.course_offeringFMB .learn_development5VT {
    gap: 40px;
    position: relative;
    grid-template-columns: 1.5fr 1fr;
    perspective: 1000px;
    display: grid;
}.course_offeringFMB .learn_development5VT::before {
    top: -30px;
    border-radius: 10px;
    left: -30px;
    transform: rotateY(5deg) rotateX(2deg);
    transform-style: preserve-3d;
    content: "";
    animation: borderPulse 4s infinite alternate;
    height: calc(100% + 60px);
    width: calc(100% + 60px);
    border: 1px solid rgb(130,160,157,0.5);
    position: absolute;
    z-index: -1;
}.course_offeringFMB .paragraph_boxLEu {
    gap: 30px;
    border-radius: 10px;
    transform: translateZ(0);
    padding: 35px;
    backdrop-filter: blur(8px);
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    display: flex;
    width: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 20px rgba(255, 255, 255, 0.05);
    animation: floatPanel 8s ease-in-out infinite;
    border: 1px solid rgba(255, 255, 255, 0.1);
    flex-direction: column;
}.course_offeringFMB .paragraph_boxLEu h2 {
    position: relative;
    border-bottom: 2px solid rgb(130,160,157);
    margin-bottom: 25px;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 0 10px rgb(130,160,157,0.5);
    font-size: 35px;
    font-weight: 700;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 15px 20px;
    transform: translateY(-10px);
    background-clip: text !important;
    display: inline-block;
    background: linear-gradient(to right, rgb(130,160,157) 0%, rgb(94,120,119) 100%);
    letter-spacing: 1.5px;
    border-radius: 8px 0 8px 0;
    color: #ffffff;
    border-left: 2px solid rgb(94,120,119);
    -webkit-background-clip: text !important;
    max-width: fit-content;
}.course_offeringFMB .paragraph_boxLEu .description {
    border-left: 3px solid rgb(130,160,157,0.5);
    backdrop-filter: blur(4px);
    color: #000000;
    transform: translateZ(0);
    letter-spacing: 0.5px;
    padding: 18px;
    font-weight: 400;
    text-align: justify;
    border-radius: 10px;
    transition: all 0.5s ease;
    line-height: 1.9;
    margin-bottom: 25px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    position: relative;
    background: rgba(255, 255, 255, 0.07);
    font-size: 18px;
    z-index: 2;
}.course_offeringFMB .paragraph_boxLEu .description:first-of-type {
    border-left-color: rgb(130,160,157);
}.course_offeringFMB .paragraph_boxLEu .description:last-of-type {
    margin-bottom: 0;
    border-left-color: rgb(94,120,119);
}.course_offeringFMB .paragraph_boxLEu .description::before {
    border-radius: 10px;
    top: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), transparent);
    z-index: -1;
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
}.course_offeringFMB .paragraph_boxLEu .description:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.course_offeringFMB .pic_holder3IT {
    height: 450px;
    transform-style: preserve-3d;
    overflow: hidden;
    background-size: cover;
    z-index: 4;
    transform: translateZ(0) rotateY(-5deg);
    background-position: center;
    transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
    position: relative;
    border-radius: 10px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.1);
    align-self: flex-start;
    animation: floatImage 6s ease-in-out infinite alternate;
}.course_offeringFMB .pic_holder3IT:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3), 0 0 0 2px rgb(130,160,157,0.5);
    transform: scale(1.02) translateY(-5px) rotateY(0deg);
}

@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(0.98);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.02);
    }
}

@keyframes borderPulse {
    0% {
        border-color: rgb(130,160,157,0.5);
        transform: rotateY(5deg) rotateX(2deg);
    }
    100% {
        border-color: rgb(94,120,119,0.5);
        transform: rotateY(3deg) rotateX(0deg);
    }
}

@keyframes glowPulse {
    0% {
        opacity: 0.7;
        box-shadow: 0 0 10px rgb(130,160,157,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(130,160,157);
    }
}

@keyframes floatPanel {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes floatImage {
    0%, 100% {
        transform: translateZ(0) rotateY(-5deg) translateY(0);
    }
    50% {
        transform: translateZ(50px) rotateY(-3deg) translateY(-10px);
    }
}

@keyframes shine {
    0% {
        left: -100px;
    }
    20%, 100% {
        left: 120%;
    }
}

@keyframes expand {
    0% {
        width: 20px;
    }
    100% {
        width: 100%;
    }
}

@keyframes glow {
    0% {
        opacity: 0.5;
        box-shadow: 0 0 10px rgb(130,160,157,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(130,160,157);
    }
}

@keyframes backgroundShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media screen and (max-width: 1200px) {.course_offeringFMB {
    padding: 100px 0;
}.course_offeringFMB .learn_development5VT {
    gap: 30px;
}.course_offeringFMB .paragraph_boxLEu {
    padding: 30px;
}.course_offeringFMB .paragraph_boxLEu h2 {
    font-size: calc(35px * 0.9);
    padding: 12px 18px;
}.course_offeringFMB .paragraph_boxLEu .description {
    padding: 15px;
}
}

@media screen and (max-width: 991px) {.course_offeringFMB {
    padding: 80px 0;
}.course_offeringFMB .learn_development5VT {
    gap: 40px;
    grid-template-columns: 1fr;
}.course_offeringFMB .learn_development5VT::before {
    transform: none;
    left: -20px;
    height: calc(100% + 40px);
    width: calc(100% + 40px);
    top: -20px;
}.course_offeringFMB .paragraph_boxLEu {
    order: 2;
    transform: none;
    animation: none;
}.course_offeringFMB .pic_holder3IT {
    animation: pulse 8s infinite alternate;
    transform: none;
    min-height: 400px;
    order: 1;
}.course_offeringFMB .pic_holder3IT:hover {
    transform: scale(1.02) translateY(-5px);
}.course_offeringFMB .paragraph_boxLEu h2 {
    margin-left: auto;
    display: block;
    max-width: 100%;
    margin-right: auto;
    text-align: center;
}.course_offeringFMB .paragraph_boxLEu .description {
    text-align: left;
}
}

@media screen and (max-width: 767px) {.course_offeringFMB {
    padding: 60px 0;
}.course_offeringFMB .learn_development5VT {
    gap: 30px;
}.course_offeringFMB .paragraph_boxLEu {
    padding: 25px;
    gap: 20px;
}.course_offeringFMB .paragraph_boxLEu h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 15px;
    padding: 10px 15px;
}.course_offeringFMB .paragraph_boxLEu .description {
    font-size: calc(18px * 0.95);
    padding: 12px;
    line-height: 1.7;
    margin-bottom: 15px;
}.course_offeringFMB .pic_holder3IT {
    min-height: 350px;
}.course_offeringFMB .learn_development5VT::before {
    display: none;
}
}

@media screen and (max-width: 480px) {.course_offeringFMB {
    padding: 40px 0;
}.course_offeringFMB .paragraph_boxLEu {
    padding: 20px;
    gap: 15px;
}.course_offeringFMB .paragraph_boxLEu h2 {
    font-size: calc(35px * 0.7);
    letter-spacing: 1px;
    padding: 8px 12px;
}.course_offeringFMB .paragraph_boxLEu .description {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
    padding: 10px;
}.course_offeringFMB .pic_holder3IT {
    min-height: 280px;
}}.get_updatescwk {
    padding: 5rem 2rem;
    overflow: hidden;
    position: relative;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgb(165,192,190) 100%);
    font-family: Arial, sans-serif;
}.get_updatescwk::before {
    background: linear-gradient(90deg, transparent, rgb(130,160,157), transparent);
    top: 0;
    right: 0;
    position: absolute;
    left: 0;
    animation: scanLine 4s infinite linear;
    content: "";
    height: 1px;
    box-shadow: 0 0 15px 2px rgb(130,160,157);
}.get_updatescwk::after {
    width: 100%;
    content: "";
    left: 0;
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(130,160,157,0.5) 0%, transparent 20%),
        radial-gradient(circle at 80% 70%, rgb(94,120,119,0.5) 0%, transparent 20%);
    filter: blur(30px);
    height: 100%;
    position: absolute;
    bottom: 0;
}.get_updatescwk .master_track8Le {
    position: relative;
    perspective: 1000px;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
}.get_updatescwk .query_form9xy {
    position: relative;
    transform-style: preserve-3d;
    width: 90%;
    transform: rotateY(-5deg);
    max-width: 600px;
    backdrop-filter: blur(10px);
    padding: 3rem;
    transition: transform 0.5s ease;
    margin: 0 auto;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.5);
}.get_updatescwk .query_form9xy:hover {
    transform: rotateY(0deg);
}.get_updatescwk .query_form9xy::before,
.get_updatescwk .query_form9xy::after {
    z-index: -1;
    inset: 0;
    border-radius: 15px;
    position: absolute;
    content: "";
}.get_updatescwk .query_form9xy::before {
    background: linear-gradient(45deg, rgb(130,160,157), transparent 60%);
    opacity: 0.5;
    animation: glowPulse 3s infinite alternate;
    filter: blur(20px);
}.get_updatescwk .query_form9xy::after {
    border: 1px solid rgb(130,160,157);
    animation: borderFlash 4s infinite alternate;
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 70%, 
        85% 100%, 
        0% 100%
    );
    box-shadow: 0 0 20px rgb(130,160,157,0.5);
}.get_updatescwk h3 {
    color: #ffffff;
    display: inline-block;
    margin-bottom: 2.5rem;
    font-size: 36px;
    position: relative;
    font-weight: 700;
    text-shadow: 0 0 10px rgb(130,160,157), 0 0 20px rgb(130,160,157,0.5);
}.get_updatescwk h3::after {
    height: 2px;
    content: "";
    animation: widthPulse 3s infinite alternate;
    background: linear-gradient(90deg, rgb(130,160,157), transparent);
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
}.get_updatescwk .input_holder {
    display: grid;
    gap: 1.5rem;
    width: 100%;
}.get_updatescwk input[type="email"] {
    width: 100%;
    border: 1px solid rgb(94,120,119,0.5);
    transition: all 0.3s ease;
    padding: 1.2rem 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    font-size: 17px;
    color: #ffffff;
}.get_updatescwk input[type="email"]:focus {
    box-shadow: 0 0 15px rgb(130,160,157,0.5);
    border-color: rgb(130,160,157);
    outline: none;
}.get_updatescwk input[type="email"]::placeholder {
    color: #ffffff;
    opacity: 0.6;
}.get_updatescwk .subscribe_alertMhG {
    border-radius: 10px;
    background: transparent;
    position: relative;
    color: #ffffff;
    box-shadow: 0 0 15px rgb(130,160,157,0.5);
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    overflow: hidden;
    text-shadow: 0 0 10px rgb(130,160,157);
    border: 1px solid rgb(130,160,157);
}.get_updatescwk .subscribe_alertMhG::before {
    opacity: 0;
    position: absolute;
    content: "";
    background: linear-gradient(45deg, rgb(130,160,157), rgb(94,120,119));
    transition: opacity 0.3s ease;
    z-index: -1;
    inset: 0;
}.get_updatescwk .subscribe_alertMhG:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 20px rgb(130,160,157);
}.get_updatescwk .subscribe_alertMhG:hover::before {
    opacity: 1;
}

@keyframes scanLine {
    0% {
        transform: translateY(-100vh);
    }
    100% {
        transform: translateY(100vh);
    }
}

@keyframes glowPulse {
    0% {
        opacity: 0.3;
        filter: blur(20px);
    }
    100% {
        opacity: 0.7;
        filter: blur(15px);
    }
}

@keyframes borderFlash {
    0%, 90% {
        border-color: rgb(130,160,157);
        box-shadow: 0 0 20px rgb(130,160,157,0.5);
    }
    91%, 100% {
        border-color: rgb(94,120,119);
        box-shadow: 0 0 25px rgb(94,120,119);
    }
}

@keyframes widthPulse {
    0% {
        width: 30%;
    }
    100% {
        width: 100%;
    }
}

@media (min-width: 768px) {.get_updatescwk {
    padding: 7rem 3rem;
}.get_updatescwk .query_form9xy {
    padding: 4rem;
    width: 80%;
}.get_updatescwk .input_holder {
    grid-template-columns: 2fr 1fr;
}
}

@media (max-width: 767px) {.get_updatescwk {
    padding: 4rem 1.5rem;
}.get_updatescwk h3 {
    font-size: 23px;
}.get_updatescwk .query_form9xy {
    padding: 2rem;
    transform: rotateY(0deg);
    width: 100%;
}.get_updatescwk .input_holder {
    grid-template-columns: 1fr;
}.get_updatescwk .subscribe_alertMhG {
    width: 100%;
}}.tariff_optionhYN {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(165,192,190) 0%, rgb(130,160,157,0.5) 100%);
    padding: 100px 0;
}.tariff_optionhYN::before {
    content: "";
    background: radial-gradient(circle at 30% 70%, rgb(94,120,119,0.5) 0%, transparent 60%);
    z-index: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}.tariff_optionhYN .container {
    z-index: 1;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    max-width: 1320px;
}.tariff_optionhYN .cost_schemesj4L {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    gap: 60px;
}.tariff_optionhYN .edu_ratesgWn {
    transform: perspective(1000px) rotateX(0deg);
    border-left: 3px solid rgb(130,160,157);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    padding: 30px;
    max-width: 100%;
    position: relative;
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 90%);
}.tariff_optionhYN .edu_ratesgWn:hover {
    transform: perspective(1000px) rotateX(2deg);
}.tariff_optionhYN .edu_ratesgWn h2 {
    -webkit-background-clip: text !important;
    margin-bottom: 20px;
    background-clip: text !important;
    color: transparent;
    line-height: 1.3;
    transform: translateZ(0);
    font-size: 35px;
    background: linear-gradient(90deg, rgb(130,160,157), rgb(94,120,119));
    font-weight: 700;
    letter-spacing: -0.02em;
}.tariff_optionhYN .edu_ratesgWn .plan_costKe2 {
    overflow-wrap: break-word;
    margin-bottom: 0;
    line-height: 1.6;
    max-width: 700px;
    color: #000000;
    word-break: break-word;
    font-size: 14px;
}.tariff_optionhYN .bundle_offer2oR {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}.tariff_optionhYN .class_costNt1 {
    border-radius: 4px;
    text-decoration: none;
    display: block;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: hidden;
    position: relative;
}.tariff_optionhYN .class_costNt1:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    z-index: 5;
}.tariff_optionhYN .study_costswlF {
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
    flex-direction: column;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.06);
    overflow: hidden;
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
}.tariff_optionhYN .study_costswlF::before {
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(130,160,157), rgb(94,120,119));
    transition: transform 0.4s ease-out;
    transform-origin: left;
    transform: scaleX(0.8);
    height: 5px;
    left: 0;
}.tariff_optionhYN .class_costNt1:hover .study_costswlF::before {
    transform: scaleX(1);
}.tariff_optionhYN .qtr_costQt9 {
    padding: 30px;
    flex-direction: column;
    z-index: 1;
    flex: 1;
    display: flex;
    position: relative;
}.tariff_optionhYN .qtr_costQt9 h3 {
    color: #000000;
    font-size: calc(20px + 2px);
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 15px;
    white-space: nowrap;
    transition: transform 0.3s ease;
    transform-origin: left;
    font-weight: 700;
    position: relative;
}.tariff_optionhYN .class_costNt1:hover .qtr_costQt9 h3 {
    transform: translateX(5px) scale(1.03);
    color: rgb(130,160,157);
}.tariff_optionhYN .rate_plansJu6 {
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    color: rgb(94,120,119);
    font-weight: 700;
    font-size: calc(20px + 4px);
}.tariff_optionhYN .rate_plansJu6::after {
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    content: "";
    background: rgb(130,160,157);
    transform: scaleX(0.5);
    bottom: -5px;
    transform-origin: left;
    left: 0;
    height: 3px;
    position: absolute;
    width: 50px;
}.tariff_optionhYN .class_costNt1:hover .rate_plansJu6::after {
    transform: scaleX(1);
}.tariff_optionhYN .qtr_costQt9 p {
    -webkit-line-clamp: 5;
    margin-bottom: 0;
    flex: 1;
    line-height: 1.6;
    display: -webkit-box;
    overflow: hidden;
    color: #000000;
    font-size: 14px;
    word-break: break-word;
    -webkit-box-orient: vertical;
    overflow-wrap: break-word;
}.tariff_optionhYN .pic_holder3IT {
    overflow: hidden;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 200px;
}.tariff_optionhYN .pic_holder3IT::after {
    pointer-events: none;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3) 100%);
}.tariff_optionhYN .class_costNt1:hover .pic_holder3IT {
    transform: scale(1.05);
}

@media (min-width: 768px) {.tariff_optionhYN .bundle_offer2oR {
    grid-template-columns: repeat(2, 1fr);
}.tariff_optionhYN .edu_ratesgWn {
    padding: 40px;
}.tariff_optionhYN .qtr_costQt9 {
    padding: 30px 35px;
}.tariff_optionhYN .pic_holder3IT {
    height: 240px;
}
}

@media (min-width: 992px) {.tariff_optionhYN .cost_schemesj4L {
    flex-direction: row;
    align-items: stretch;
    gap: 40px;
}.tariff_optionhYN .edu_ratesgWn {
    justify-content: center;
    padding: 50px 40px;
    display: flex;
    width: 30%;
    flex-direction: column;
}.tariff_optionhYN .bundle_offer2oR {
    grid-template-columns: repeat(2, 1fr);
    width: 70%;
}.tariff_optionhYN .qtr_costQt9 {
    padding: 30px;
}.tariff_optionhYN .qtr_costQt9 p {
    -webkit-line-clamp: 6;
}
}

@media (min-width: 1200px) {.tariff_optionhYN {
    padding: 120px 0;
}.tariff_optionhYN .bundle_offer2oR {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.tariff_optionhYN .edu_ratesgWn h2 {
    font-size: calc(35px + 4px);
}.tariff_optionhYN .qtr_costQt9 h3 {
    font-size: calc(20px + 4px);
}.tariff_optionhYN .rate_plansJu6 {
    font-size: calc(20px + 8px);
}.tariff_optionhYN .pic_holder3IT {
    height: 280px;
}
}

@media (min-width: 1400px) {.tariff_optionhYN .bundle_offer2oR {
    grid-template-columns: repeat(2, 1fr);
}.tariff_optionhYN .qtr_costQt9 p {
    -webkit-line-clamp: 7;
}
}

@media (hover: hover) {.tariff_optionhYN .class_costNt1 {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.tariff_optionhYN .class_costNt1:hover {
    transform: translateY(-10px) scale(1.02);
}}.study_methodtUR {
    overflow: hidden;
    position: relative;
    background: rgb(165,192,190);
    padding: 8rem 2rem;
}.study_methodtUR::before {
    background: rgb(130,160,157,0.5);
    opacity: 0.25;
    width: 100%;
    content: "";
    border-radius: 50%;
    z-index: 0;
    animation: floatCircle 15s infinite alternate ease-in-out;
    top: -30%;
    height: 100%;
    filter: blur(120px);
    left: -30%;
    position: absolute;
}.study_methodtUR::after {
    border-radius: 50%;
    z-index: 0;
    animation: floatCircle 15s infinite alternate-reverse ease-in-out;
    content: "";
    width: 100%;
    opacity: 0.25;
    height: 100%;
    filter: blur(120px);
    background: rgb(94,120,119,0.5);
    bottom: -30%;
    right: -30%;
    position: absolute;
}.study_methodtUR .master_track8Le {
    align-items: center;
    gap: 3rem;
    max-width: 1200px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}.study_methodtUR h3 {
    animation: slideInLeft 0.8s ease-out forwards;
    color: #000000;
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 36px;
    font-weight: 700;
}.study_methodtUR h3::before {
    height: 4px;
    content: "";
    background: linear-gradient(90deg, rgb(130,160,157), rgb(94,120,119));
    animation: expandLine 1s 0.4s forwards ease-out;
    position: absolute;
    top: -1rem;
    width: 4rem;
    transform: scaleX(0);
    border-radius: 10px;
    left: 0;
    transform-origin: left;
}.study_methodtUR h3::after {
    height: 4px;
    transform: scaleX(0);
    left: 0;
    transform-origin: left;
    position: absolute;
    border-radius: 10px;
    bottom: -1rem;
    width: 2rem;
    content: "";
    animation: expandLine 1s 0.6s forwards ease-out;
    background: rgb(130,160,157,0.5);
}.study_methodtUR span {
    position: relative;
    color: #000000;
    font-size: 18px;
    border-left: 2px solid rgb(94,120,119,0.5);
    line-height: 1.8;
    padding: 2rem;
    animation: slideInRight 0.8s ease-out forwards;
}.study_methodtUR span::before {
    position: absolute;
    animation: pulse 3s infinite;
    background: rgb(94,120,119);
    width: 8px;
    top: 0;
    content: "";
    border-radius: 50%;
    height: 8px;
    left: -5px;
}.study_methodtUR span::after {
    height: 8px;
    content: "";
    left: -5px;
    border-radius: 50%;
    background: rgb(130,160,157);
    bottom: 0;
    animation: pulse 3s 1.5s infinite;
    width: 8px;
    position: absolute;
}

@keyframes floatCircle {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(15%, 15%);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.7;
    }
}

@media (max-width: 992px) {.study_methodtUR {
    padding: 6rem 2rem;
}.study_methodtUR .master_track8Le {
    gap: 2rem;
}.study_methodtUR h3 {
    font-size: calc(36px * 0.9);
}.study_methodtUR span {
    padding: 1.5rem;
}
}

@media (max-width: 768px) {.study_methodtUR {
    padding: 5rem 1.5rem;
}.study_methodtUR .master_track8Le {
    gap: 2rem;
    grid-template-columns: 1fr;
}.study_methodtUR h3 {
    text-align: center;
    font-size: calc(36px * 0.8);
}.study_methodtUR h3::before,
    .study_methodtUR h3::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}.study_methodtUR span {
    font-size: calc(18px * 0.95);
    padding: 1.5rem;
    border-top: 2px solid rgb(94,120,119,0.5);
    border-left: none;
}.study_methodtUR span::before,
    .study_methodtUR span::after {
    left: 50%;
    transform: translateX(-50%);
}.study_methodtUR span::before {
    left: 50%;
    top: -5px;
}.study_methodtUR span::after {
    left: calc(50% + 15px);
    bottom: auto;
    top: -5px;
}@keyframes expandLine {
        to {
            transform: translateX(-50%) scaleX(1);
        }
    }
    
    @keyframes pulse {
        0%, 100% {
            transform: translateX(-50%) scale(1);
            opacity: 1;
        }
        50% {
            transform: translateX(-50%) scale(1.5);
            opacity: 0.7;
        }
    }
}.hackathonMad {
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, #000000 0%, rgb(130,160,157,0.5) 100%);
    padding: 5rem 0 1rem;
    color: #ffffff;
    font-family: Arial, sans-serif;
}.hackathonMad::before {
    bottom: 0;
    right: 0;
    background: radial-gradient(circle at 30% 50%, rgb(130,160,157,0.5) 0%, transparent 50%);
    z-index: -1;
    content: '';
    left: 0;
    top: 0;
    position: absolute;
}.hackathonMad::after {
    left: 0;
    height: 3px;
    right: 0;
    z-index: 2;
    animation: glowLine 3s infinite alternate;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(130,160,157), transparent);
    content: '';
    top: 0;
}@keyframes glowLine {
    0% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
    50% {
        opacity: 1;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
}

.hackathonMad .container {
    z-index: 2;
    position: relative;
}.hackathonMad .qna_boardZDu {
    display: flex;
    gap: 3rem;
    flex-direction: column;
}.hackathonMad .get_connectedy6p {
    margin-bottom: 1rem;
    border: 1px solid rgb(94,120,119,0.5);
    gap: 2rem;
    display: flex;
    backdrop-filter: blur(8px);
    flex-wrap: wrap;
    justify-content: center;
    background: rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 1.5rem;
    border-radius: 30px;
}.hackathonMad .get_connectedy6p::before {
    top: -2px;
    transform: translateX(-50%);
    content: '';
    left: 50%;
    height: 2px;
    animation: scanLine 4s infinite linear;
    background: linear-gradient(90deg, transparent, rgb(94,120,119), transparent);
    width: 50%;
    position: absolute;
}@keyframes scanLine {
    0% {
        left: 0;
        width: 0;
    }
    50% {
        left: 50%;
        width: 100%;
    }
    100% {
        left: 100%;
        width: 0;
    }
}

.hackathonMad .info_item {
    min-width: 200px;
    flex: 1;
    max-width: 300px;
    text-align: center;
    transition: transform 0.3s ease;
}.hackathonMad .info_item:hover {
    transform: translateY(-5px);
}.hackathonMad .info_item p, 
.hackathonMad .info_item a {
    align-items: center;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    gap: 0.5rem;
    padding: 0.75rem;
    font-size: calc(12px - 2px);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    color: #ffffff;
    justify-content: center;
    text-decoration: none;
    display: flex;
}.hackathonMad .info_item svg {
    fill: rgb(94,120,119);
    height: 1.25rem;
    width: 1.25rem;
    transition: fill 0.3s ease;
}.hackathonMad .info_item a:hover {
    background: #000000;
    border-color: rgb(130,160,157,0.5);
    box-shadow: 0 0 15px rgb(130,160,157,0.5);
}.hackathonMad .info_item a:hover svg {
    fill: rgb(130,160,157);
}.hackathonMad .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    display: grid;
}.hackathonMad .head_infoCMf {
    align-items: flex-start;
    flex-direction: column;
    display: flex;
    gap: 1rem;
}.hackathonMad .head_infoCMf svg {
    max-width: 180px;
    filter: drop-shadow(0 0 5px rgb(130,160,157,0.5));
    height: auto;
    transition: filter 0.3s ease;
}.hackathonMad .head_infoCMf svg:hover {
    filter: drop-shadow(0 0 10px rgb(130,160,157));
}.hackathonMad .ssl_infouFp {
    opacity: 0.7;
    font-size: calc(12px - 1px);
    color: #ffffff;
    line-height: 1.5;
    max-width: 280px;
}.hackathonMad .site_studyvJ2 {
    display: flex;
    gap: 1.25rem;
    flex-direction: column;
}.hackathonMad .site_studyvJ2 h5 {
    font-weight: 600;
    padding-bottom: 0.75rem;
    font-size: 19px;
    position: relative;
    color: #ffffff;
    margin-bottom: 0.5rem;
}.hackathonMad .site_studyvJ2 h5::after {
    left: 0;
    width: 40px;
    transition: width 0.3s ease;
    position: absolute;
    content: '';
    background: rgb(94,120,119);
    height: 2px;
    bottom: 0;
}.hackathonMad .site_studyvJ2:hover h5::after {
    width: 80px;
}.hackathonMad .nav_lessonAsW {
    gap: 0.75rem;
    flex-direction: column;
    display: flex;
}.hackathonMad .nav_lessonAsW a {
    padding-left: 1rem;
    position: relative;
    color: #ffffff;
    font-size: 12px;
    opacity: 0.8;
    transition: all 0.3s ease;
    text-decoration: none;
}.hackathonMad .nav_lessonAsW a::before {
    content: '';
    border-radius: 50%;
    width: 5px;
    top: 50%;
    transition: all 0.3s ease;
    left: 0;
    transform: translateY(-50%);
    position: absolute;
    height: 5px;
    background: rgb(94,120,119);
}.hackathonMad .nav_lessonAsW a:hover {
    transform: translateX(5px);
    color: rgb(130,160,157);
    opacity: 1;
}.hackathonMad .nav_lessonAsW a:hover::before {
    height: 7px;
    width: 7px;
    box-shadow: 0 0 8px rgb(130,160,157);
    background: rgb(130,160,157);
}.hackathonMad .subscribe_holder {
    flex-direction: column;
    position: relative;
    border-radius: 30px;
    padding: 1.5rem;
    display: flex;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
    border: 1px solid rgb(94,120,119,0.5);
    overflow: hidden;
    gap: 1.25rem;
}.hackathonMad .subscribe_holder::before {
    bottom: 0;
    background: radial-gradient(circle at top right, rgb(130,160,157,0.5) 0%, transparent 70%);
    right: 0;
    z-index: -1;
    content: '';
    opacity: 0.1;
    top: 0;
    left: 0;
    position: absolute;
}.hackathonMad .subscribe_holder h5 {
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
}.hackathonMad .subscribe_holder p {
    font-size: calc(12px - 1px);
    opacity: 0.9;
    line-height: 1.6;
    color: #ffffff;
}.hackathonMad .input_holder {
    flex-direction: column;
    display: flex;
    position: relative;
    gap: 0.75rem;
}.hackathonMad .input_holder input[type="email"] {
    flex: 1;
    transition: all 0.3s ease;
    color: #ffffff;
    padding: 0.875rem 1rem;
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgb(94,120,119,0.5);
    background: rgba(0, 0, 0, 0.2);
    font-size: 12px;
}.hackathonMad .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 10px rgb(130,160,157,0.5);
    border-color: rgb(130,160,157);
}.hackathonMad .input_holder input[type="email"]::placeholder {
    color: #ffffff;
    opacity: 0.5;
}.hackathonMad .subscribe_alertMhG {
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
    border: none;
    font-weight: 600;
    padding: 0.875rem 1.5rem;
    color: #ffffff;
    width: 100%;
    font-size: 16px;
    background: rgb(130,160,157);
}.hackathonMad .subscribe_alertMhG::before {
    transition: left 0.7s ease;
    top: 0;
    height: 100%;
    left: -100%;
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    width: 100%;
}.hackathonMad .subscribe_alertMhG:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 15px rgb(94,120,119,0.5);
    background: rgb(94,120,119);
}.hackathonMad .subscribe_alertMhG:hover::before {
    left: 100%;
}.hackathonMad .brainstorm94n {
    border-top: 1px solid rgb(94,120,119,0.5);
    margin-top: 3rem;
    text-align: center;
    padding-top: 1.5rem;
    position: relative;
}.hackathonMad .brainstorm94n::before {
    top: -1px;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(94,120,119,0.5), transparent);
    position: absolute;
    content: '';
    height: 1px;
}.hackathonMad .blog_refiMk {
    color: #ffffff;
    font-size: 12px;
    opacity: 0.7;
}

@media (max-width: 1024px) {.hackathonMad {
    padding: 4rem 0 1rem;
}.hackathonMad .text_main_holder {
    grid-template-columns: 1fr 1fr;
}.hackathonMad .subscribe_holder {
    grid-column: span 2;
}
}

@media (min-width: 769px) {.hackathonMad .input_holder {
    flex-direction: row;
}.hackathonMad .subscribe_alertMhG {
    width: auto;
}
}

@media (max-width: 768px) {.hackathonMad {
    padding: 3rem 0 1rem;
}.hackathonMad .get_connectedy6p {
    align-items: center;
    flex-direction: column;
    gap: 1rem;
}.hackathonMad .info_item {
    min-width: 100%;
}.hackathonMad .text_main_holder {
    gap: 2.5rem;
    grid-template-columns: 1fr;
}.hackathonMad .subscribe_holder {
    grid-column: auto;
}.hackathonMad .head_infoCMf {
    align-items: center;
    text-align: center;
}.hackathonMad .ssl_infouFp {
    text-align: center;
    max-width: 100%;
}.hackathonMad .site_studyvJ2 h5 {
    text-align: center;
}.hackathonMad .site_studyvJ2 h5::after {
    transform: translateX(-50%);
    left: 50%;
}.hackathonMad .nav_lessonAsW {
    align-items: center;
}.hackathonMad .nav_lessonAsW a {
    text-align: center;
}.hackathonMad .nav_lessonAsW a:hover {
    transform: translateY(-2px);
}.hackathonMad .input_holder {
    flex-direction: column;
}.hackathonMad .subscribe_alertMhG {
    width: 100%;
}
}

@media (max-width: 480px) {.hackathonMad {
    padding: 2.5rem 0 1rem;
}.hackathonMad .info_item p, 
    .hackathonMad .info_item a {
    font-size: calc(12px - 3px);
}.hackathonMad .site_studyvJ2 h5, 
    .hackathonMad .subscribe_holder h5 {
    font-size: calc(19px - 2px);
}.hackathonMad .nav_lessonAsW a, 
    .hackathonMad .subscribe_holder p {
    font-size: calc(12px - 2px);
}.hackathonMad .blog_refiMk {
    font-size: calc(12px - 2px);
}}header {
    position: relative;
    padding: 1.2rem 0;
    background: rgb(165,192,190);
    z-index: 100;
}header::before {
    width: 100%;
    opacity: 0.5;
    left: 0;
    height: 100%;
    position: absolute;
    content: '';
    top: 0;
    background: linear-gradient(135deg, 
        rgb(130,160,157,0.5) 0%, 
        transparent 50%, 
        rgb(94,120,119,0.5) 100%);
}header .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 1.5rem;
}header .head_leadlF9 {
    gap: 1rem;
    align-items: center;
    display: flex;
    padding: 1rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    border-radius: 26px;
    background: #ffffff;
}header .site_coreBPr {
    text-decoration: none;
    display: flex;
    margin-bottom: 0.5rem;
    justify-content: center;
    padding: 0.5rem 1rem;
    position: relative;
}header .site_coreBPr::before {
    content: '';
    height: 1px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(to right, 
        transparent, 
        rgb(130,160,157,0.5), 
        rgb(94,120,119,0.5), 
        rgb(130,160,157,0.5), 
        transparent);
}header .site_coreBPr svg {
    transition: all 0.3s ease;
    height: auto;
    width: 160px;
}header .site_coreBPr:hover svg {
    filter: drop-shadow(0 2px 4px rgb(130,160,157,0.5));
    transform: translateY(-2px);
}header .site_studyvJ2 {
    gap: 0.4rem;
    width: 100%;
    padding: 0.6rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: rgb(165,192,190);
    border-radius: 10px;
}header .nav_mainFNi {
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    color: #000000;
    font-weight: 400;
    font-size: 12px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
    font-family: Arial, sans-serif;
    text-decoration: none;
    position: relative;
}header .nav_mainFNi::before {
    position: absolute;
    height: 100%;
    left: 0;
    z-index: -1;
    background: linear-gradient(135deg, rgb(130,160,157), rgb(94,120,119));
    top: 0;
    width: 100%;
    content: '';
    transition: opacity 0.3s ease;
    opacity: 0;
}header .nav_mainFNi:hover {
    color: #ffffff;
}header .nav_mainFNi:hover::before {
    opacity: 1;
}header .nav_mainFNi::after {
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, rgb(130,160,157), rgb(94,120,119));
    width: 100%;
    position: absolute;
    transform: scaleX(0);
    content: '';
    transition: transform 0.3s ease;
    height: 2px;
    transform-origin: left;
}header .nav_mainFNi:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .head_leadlF9 {
    gap: 0.8rem;
    padding: 0.8rem;
}header .site_coreBPr svg {
    width: 140px;
}header .site_studyvJ2 {
    padding: 0.5rem;
}header .nav_mainFNi {
    padding: 0.4rem 0.8rem;
    font-size: calc(12px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 0.8rem 0;
}header .head_leadlF9 {
    padding: 0.7rem;
    gap: 0.7rem;
}header .site_coreBPr svg {
    width: 120px;
}header .site_studyvJ2 {
    gap: 0.3rem;
    padding: 0.4rem;
}header .nav_mainFNi {
    padding: 0.3rem 0.7rem;
    font-size: calc(12px - 2px);
}
}

@media (max-width: 480px) {header {
    padding: 0.7rem 0;
}header .head_leadlF9 {
    padding: 0.6rem;
    gap: 0.6rem;
}header .site_coreBPr svg {
    width: 110px;
}header .site_studyvJ2 {
    justify-content: flex-start;
    padding: 0.4rem;
    overflow-x: auto;
    flex-wrap: nowrap;
}header .site_studyvJ2::-webkit-scrollbar {
    height: 2px;
}header .site_studyvJ2::-webkit-scrollbar-thumb {
    background: rgb(130,160,157);
    border-radius: 10px;
}header .nav_mainFNi {
    white-space: nowrap;
    flex-shrink: 0;
}}.academic_expertisefIj {
    position: relative;
    overflow: hidden;
    background: rgb(165,192,190);
    isolation: isolate;
    padding: 5rem 2rem;
}.academic_expertisefIj::before {
    filter: blur(3px);
    transform: rotate(15deg);
    background: rgb(130,160,157,0.5);
    content: "";
    right: -5%;
    z-index: -1;
    height: 140%;
    top: -20%;
    width: 60%;
    position: absolute;
}.academic_expertisefIj::after {
    height: 30%;
    content: "";
    animation: morph 15s linear infinite alternate;
    bottom: -5%;
    z-index: -1;
    width: 30%;
    background: rgb(94,120,119,0.5);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    position: absolute;
    left: -5%;
}@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

.academic_expertisefIj .feedback_cloudDcI {
    grid-template-columns: 1fr 1fr;
    gap: 0;
    position: relative;
    margin: 0 auto;
    display: grid;
    max-width: 1100px;
}.academic_expertisefIj .pic_holder3IT {
    grid-row: 1 / 2;
    position: relative;
    width: 100%;
    z-index: 2;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    transform: translateX(-5%);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    grid-column: 1 / 2;
    border-radius: 0;
    height: 450px;
}.academic_expertisefIj .pic_holder3IT::after {
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 50%
    );
    position: absolute;
    left: 0;
    height: 100%;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    width: 100%;
    content: "";
    top: 0;
}.academic_expertisefIj .feedback_cloudDcI:hover .pic_holder3IT {
    transform: translateX(0) scale(1.02);
    filter: contrast(1.1);
}.academic_expertisefIj .exp_sectionXM5 {
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    grid-row: 1 / 2;
    flex-direction: column;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    padding: 3rem 3rem 3rem 5rem;
    justify-content: center;
    z-index: 1;
    background: #ffffff;
    display: flex;
    transform: translateX(-15%);
    grid-column: 2 / 3;
}.academic_expertisefIj .feedback_cloudDcI:hover .exp_sectionXM5 {
    box-shadow: 0 25px 50px -15px rgba(0, 0, 0, 0.5);
    transform: translateX(-10%) translateY(-5px);
}.academic_expertisefIj .name {
    position: relative;
    color: rgb(130,160,157);
    display: inline-block;
    margin-bottom: 0.7rem;
    font-weight: 700;
    font-size: 35px;
}.academic_expertisefIj .name::before {
    top: -10px;
    border-radius: 10px;
    width: 30px;
    z-index: -1;
    transition: transform 0.4s ease 0.2s;
    content: "";
    background: rgb(94,120,119,0.5);
    height: 30px;
    transform: rotate(45deg) scale(0);
    position: absolute;
    left: -20px;
}.academic_expertisefIj .feedback_cloudDcI:hover .name::before {
    transform: rotate(45deg) scale(1);
}.academic_expertisefIj .exp_sectionXM5 > div:nth-child(2) {
    font-size: 18px;
    transition: all 0.5s ease 0.3s;
    font-weight: 600;
    margin-bottom: 2rem;
    color: rgb(94,120,119);
    opacity: 0.9;
    transform: translateX(-20px);
    opacity: 0;
}.academic_expertisefIj .feedback_cloudDcI:hover .exp_sectionXM5 > div:nth-child(2) {
    transform: translateX(0);
    opacity: 1;
}.academic_expertisefIj .experience_summaryw4I {
    transition: all 0.5s ease 0.5s;
    opacity: 0;
    color: #000000;
    font-weight: 400;
    line-height: 1.7;
    padding-top: 20px;
    transform: translateY(20px);
    font-size: 13px;
    font-style: italic;
    position: relative;
}.academic_expertisefIj .feedback_cloudDcI:hover .experience_summaryw4I {
    transform: translateY(0);
    opacity: 1;
}.academic_expertisefIj .experience_summaryw4I::before {
    content: "";
    width: 60px;
    left: 0;
    top: 0;
    height: 3px;
    position: absolute;
    background: linear-gradient(to right, rgb(130,160,157), transparent);
}@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.academic_expertisefIj .exp_sectionXM5::after {
    width: 40px;
    position: absolute;
    bottom: 20px;
    height: 40px;
    border-radius: 50%;
    content: "";
    animation: float 4s ease-in-out infinite;
    z-index: -1;
    right: 20px;
    background: rgb(130,160,157,0.5);
}

@media (max-width: 992px) {.academic_expertisefIj .feedback_cloudDcI {
    gap: 2rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
}.academic_expertisefIj .pic_holder3IT {
    grid-row: 1 / 2;
    height: 300px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    transform: none;
    grid-column: 1 / 2;
}.academic_expertisefIj .pic_holder3IT::after {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.academic_expertisefIj .exp_sectionXM5 {
    clip-path: none;
    padding: 2rem;
    grid-row: 2 / 3;
    transform: none;
    grid-column: 1 / 2;
}.academic_expertisefIj .feedback_cloudDcI:hover .exp_sectionXM5 {
    transform: translateY(-5px);
}}.future_attendeeszfr {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(165,192,190) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 100px 0;
}.future_attendeeszfr::before {
    top: 0;
    opacity: 0.6;
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(130,160,157,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(94,120,119,0.5) 0%, transparent 40%);
    left: 0;
    z-index: 0;
}.future_attendeeszfr::after {
    position: absolute;
    background-image: 
        linear-gradient(45deg, #000000 25%, transparent 25%),
        linear-gradient(-45deg, #000000 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, #000000 25%),
        linear-gradient(-45deg, transparent 75%, #000000 25%);
    z-index: 0;
    left: 0;
    height: 100%;
    opacity: 0.03;
    content: "";
    background-size: 120px 120px;
    width: 100%;
    background-position: 0 0, 0 60px, 60px -60px, -60px 0px;
    top: 0;
}.future_attendeeszfr .container {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}.future_attendeeszfr .master_track8Le {
    background: rgba(255, 255, 255, 0.08);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    backdrop-filter: blur(12px);
    padding: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 19px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    transform: translateY(0);
    overflow: hidden;
}.future_attendeeszfr .master_track8Le:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.15) inset;
    transform: translateY(-10px);
}.future_attendeeszfr .master_track8Le::before {
    top: -100px;
    border-radius: 50%;
    content: "";
    width: 200px;
    background: linear-gradient(45deg, rgb(130,160,157) 0%, rgb(94,120,119) 100%);
    right: -100px;
    filter: blur(30px);
    animation: pulse-effect 8s infinite alternate ease-in-out;
    position: absolute;
    height: 200px;
    opacity: 0.1;
}.future_attendeeszfr .master_track8Le::after {
    filter: blur(25px);
    animation: pulse-effect 8s infinite alternate-reverse ease-in-out;
    position: absolute;
    opacity: 0.1;
    border-radius: 50%;
    content: "";
    height: 150px;
    bottom: -75px;
    width: 150px;
    background: linear-gradient(225deg, rgb(94,120,119) 0%, rgb(130,160,157) 100%);
    left: -75px;
}@keyframes pulse-effect {
    0% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.2;
    }
    100% {
        transform: scale(1);
        opacity: 0.1;
    }
}

.future_attendeeszfr h4 {
    text-align: center;
    position: relative;
    font-size: 32px;
    padding-bottom: 15px;
    margin-bottom: 40px;
    color: #ffffff;
    font-weight: 700;
}.future_attendeeszfr h4::after {
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    content: "";
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(130,160,157) 0%, rgb(94,120,119) 100%);
    position: absolute;
    left: 50%;
    bottom: 0;
}.future_attendeeszfr div p {
    margin-bottom: 25px;
    color: #ffffff;
    backdrop-filter: blur(5px);
    padding: 15px 20px;
    align-items: center;
    border-left: 3px solid rgb(130,160,157);
    position: relative;
    display: flex;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    font-size: calc(15px + 2px);
    transition: all 0.3s ease;
}.future_attendeeszfr div p:last-child {
    margin-bottom: 0;
}.future_attendeeszfr div p:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.1);
}.future_attendeeszfr div p svg {
    min-width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
    margin-right: 15px;
    width: 24px;
}.future_attendeeszfr div p:hover svg {
    transform: scale(1.2) rotate(5deg);
}.future_attendeeszfr div p svg path {
    fill: rgb(130,160,157);
}.future_attendeeszfr div p::after {
    background: linear-gradient(90deg, rgb(130,160,157) 0%, transparent 100%);
    left: 0;
    bottom: 0;
    position: absolute;
    content: "";
    height: 1px;
    transition: width 0.5s ease;
    width: 0;
}.future_attendeeszfr div p:hover::after {
    width: 100%;
}

@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 991px) {.future_attendeeszfr {
    padding: 80px 0;
}.future_attendeeszfr .master_track8Le {
    padding: 40px 30px;
}.future_attendeeszfr h4 {
    font-size: calc(32px - 2px);
    margin-bottom: 30px;
}.future_attendeeszfr div p {
    margin-bottom: 20px;
    padding: 12px 15px;
    font-size: 15px;
}
}

@media (max-width: 767px) {.future_attendeeszfr {
    padding: 60px 0;
}.future_attendeeszfr .master_track8Le {
    padding: 30px 20px;
}.future_attendeeszfr h4 {
    padding-bottom: 12px;
    font-size: calc(32px - 4px);
    margin-bottom: 25px;
}.future_attendeeszfr h4::after {
    width: 60px;
    height: 3px;
}.future_attendeeszfr div p {
    padding: 10px 12px;
    margin-bottom: 15px;
    font-size: calc(15px - 1px);
}.future_attendeeszfr div p svg {
    min-width: 20px;
    margin-right: 10px;
    width: 20px;
    height: 20px;
}.future_attendeeszfr::before,
    .future_attendeeszfr::after {
    opacity: 0.05;
}
}

@media (max-width: 479px) {.future_attendeeszfr {
    padding: 40px 0;
}.future_attendeeszfr .master_track8Le {
    padding: 25px 15px;
}.future_attendeeszfr h4 {
    font-size: calc(32px - 6px);
}.future_attendeeszfr div p {
    font-size: calc(15px - 2px);
    padding: 8px 10px;
}.future_attendeeszfr div p svg {
    width: 18px;
    margin-right: 8px;
    min-width: 18px;
    height: 18px;
}}.cookieNotificationPanelEJV {
    font-family: Arial, sans-serif;
    width: 100%;
    background: rgb(165,192,190);
    border-top: 3px solid rgb(130,160,157);
    bottom: 0;
    padding: 20px;
    position: fixed;
    z-index: 1050;
    overflow: hidden;
}.visitor_controls0Sg {
    flex-wrap: nowrap;
    align-items: center;
    z-index: 1;
    justify-content: space-between;
    display: flex;
}.cookie_controlsGe2 {
    flex-shrink: 0;
    margin-right: 20px;
}#cookieWarningNoticeoFR {
    display: none;
}#cookieWarningNoticeoFR:checked ~ .cookieNotificationPanelEJV {
    visibility: hidden;
    opacity: 0;
}.cookie_controlsGe2 svg {
    fill: rgb(130,160,157);
    width: 60px;
    height: 60px;
    transition: fill 0.3s ease-in-out;
}.cookie_confirmeWo {
    flex-grow: 1;
    margin-right: 20px;
}.cookie_confirmeWo h5 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 5px;
    color: rgb(130,160,157);
}.cookie_confirmeWo p {
    color: #000000;
    font-size: 14px;
    margin-bottom: 0;
}.user_alertxXd {
    border-radius: 10px;
    margin-left: 10px;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    padding: 10px 20px;
    text-decoration: none;
}.user_alertxXd {
    background-color: rgb(130,160,157);
    color: #ffffff;
    border: 1px solid rgb(130,160,157);
}.user_alertxXd:hover {
    border-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
}.cookieNotificationPanelEJV p a {
    color: rgb(130,160,157);
    text-decoration: underline;
}.cookieNotificationPanelEJV p a:hover {
    color: #000000;
}
@media (max-width: 1200px) {.cookie_confirmeWo h5 {
    font-size: calc(23px - 2px);
}.cookie_confirmeWo p {
    font-size: calc(14px - 2px);
}.user_alertxXd {
    font-size: calc(18px - 2px);
    padding: 8px 16px;
}
}
@media (max-width: 800px) {.visitor_controls0Sg {
    flex-direction: column;
    align-items: center;
}.cookie_controlsGe2 {
    margin-bottom: 15px;
}.cookie_confirmeWo {
    margin-bottom: 20px;
    text-align: center;
}.user_alertxXd {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
}}
.contact_informationMVZ {
    position: relative;
    padding: 0;
}.contact_informationMVZ::before {
    left: 0;
    opacity: 0.85;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    background: rgb(165,192,190);
    top: 0;
}.contact_informationMVZ .container {
    max-width: 1400px;
    padding: 0;
    margin: 0 auto;
    position: relative;
}.contact_informationMVZ .query_form9xy {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto auto auto;
}.contact_informationMVZ .support_boxgiN {
    border-radius: 19px;
    grid-row: 1 / 2;
    position: relative;
    z-index: 10;
    grid-column: 3 / 11;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    margin-top: 80px;
    background: #ffffff;
}.contact_informationMVZ .support_boxgiN h3 {
    color: #ffffff;
    padding: 40px;
    text-align: center;
    font-size: 28px;
    margin: 0;
    background: rgb(130,160,157);
    font-weight: 700;
}.contact_informationMVZ .support_boxgiN div {
    text-align: center;
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: center;
}.contact_informationMVZ .support_boxgiN svg {
    border-radius: 50%;
    background: rgb(165,192,190);
    height: 50px;
    padding: 10px;
    margin-bottom: 15px;
    width: 50px;
}.contact_informationMVZ .support_boxgiN svg path {
    fill: rgb(130,160,157);
}.contact_informationMVZ .support_boxgiN span {
    color: #000000;
    font-size: 15px;
}.contact_informationMVZ .support_boxgiN a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(130,160,157);
}.contact_informationMVZ .support_boxgiN a:hover {
    color: rgb(94,120,119);
}.contact_informationMVZ .query_request5uc {
    background: rgb(130,160,157);
    padding: 170px 0 100px;
    grid-column: 1 / 13;
    grid-row: 2 / 4;
    margin-top: -100px;
}.contact_informationMVZ form {
    width: 60%;
    margin: 0 auto;
    padding: 60px;
    max-width: 700px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    border-radius: 19px;
}.contact_informationMVZ form h3 {
    margin-bottom: 40px;
    font-weight: 700;
    position: relative;
    color: #000000;
    font-size: 28px;
    text-align: center;
}.contact_informationMVZ form h3::after {
    background: rgb(130,160,157);
    width: 70px;
    content: '';
    bottom: -15px;
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
}.contact_informationMVZ form input[type="text"],
.contact_informationMVZ form input[type="email"] {
    border: 1px solid rgb(165,192,190);
    border-radius: 10px;
    padding: 18px 20px;
    transition: all 0.3s ease;
    margin-bottom: 25px;
    background: #ffffff;
    color: #000000;
    font-size: 15px;
    width: 100%;
}.contact_informationMVZ form input[type="text"]:focus,
.contact_informationMVZ form input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(130,160,157,0.5);
    border-color: rgb(130,160,157);
    outline: none;
}.contact_informationMVZ form input::placeholder {
    color: #000000;
}.contact_informationMVZ .support_feedbacki10 {
    display: flex;
    align-items: flex-start;
    margin: 25px 0;
}.contact_informationMVZ .support_feedbacki10 input[type="checkbox"] {
    transition: all 0.3s ease;
    appearance: none;
    border-radius: 10px;
    width: 22px;
    flex-shrink: 0;
    margin-right: 15px;
    height: 22px;
    cursor: pointer;
    border: 2px solid rgb(165,192,190);
    -webkit-appearance: none;
    position: relative;
}.contact_informationMVZ .support_feedbacki10 input[type="checkbox"]:checked {
    border-color: rgb(130,160,157);
    background-color: rgb(130,160,157);
}.contact_informationMVZ .support_feedbacki10 input[type="checkbox"]:checked::before {
    height: 10px;
    content: '';
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    top: 4px;
    transform: rotate(45deg);
    position: absolute;
    left: 7px;
    width: 6px;
}.contact_informationMVZ .support_feedbacki10 label {
    line-height: 1.6;
    font-size: 15px;
    color: #000000;
}.contact_informationMVZ .support_feedbacki10 a {
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(130,160,157);
}.contact_informationMVZ .support_feedbacki10 a:hover {
    color: rgb(94,120,119);
}.contact_informationMVZ .message_inquiryIO1 {
    transition: all 0.3s ease;
    background: rgb(130,160,157);
    padding: 18px 20px;
    cursor: pointer;
    border: none;
    font-size: 15px;
    color: #ffffff;
    width: 100%;
    font-weight: 700;
    border-radius: 10px;
}.contact_informationMVZ .message_inquiryIO1:hover {
    background: rgb(94,120,119);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    transform: translateY(-3px);
}

@media (max-width: 1200px) {.contact_informationMVZ .support_boxgiN {
    grid-column: 2 / 12;
}.contact_informationMVZ form {
    width: 70%;
}
}

@media (max-width: 992px) {.contact_informationMVZ .support_boxgiN {
    margin: 60px 20px 0;
    grid-column: 1 / 13;
}.contact_informationMVZ form {
    padding: 50px 40px;
    width: 80%;
}
}

@media (max-width: 768px) {.contact_informationMVZ .support_boxgiN h3 {
    padding: 30px;
    font-size: calc(28px * 0.9);
}.contact_informationMVZ .query_request5uc {
    padding: 150px 20px 80px;
}.contact_informationMVZ form {
    padding: 40px 30px;
    width: 100%;
}.contact_informationMVZ form h3 {
    margin-bottom: 35px;
    font-size: calc(28px * 0.9);
}
}

@media (max-width: 576px) {.contact_informationMVZ .support_boxgiN {
    margin: 40px 15px 0;
}.contact_informationMVZ .support_boxgiN h3 {
    padding: 25px 20px;
    font-size: calc(28px * 0.85);
}.contact_informationMVZ .query_request5uc {
    padding: 130px 15px 60px;
}.contact_informationMVZ form {
    padding: 30px 20px;
}.contact_informationMVZ form input[type="text"],
    .contact_informationMVZ form input[type="email"] {
    margin-bottom: 20px;
    padding: 15px;
}}.title_welcomegjt {
    overflow: hidden;
    width: 100%;
    position: relative;
}.title_welcomegjt .edu_basegv1 {
    position: relative;
    height: 100vh;
    align-items: center;
    display: flex;
    justify-content: center;
}.title_welcomegjt .edu_basegv1::before {
    height: 100%;
    position: absolute;
    z-index: 1;
    animation: gradientFlow 15s infinite alternate;
    top: 0;
    content: "";
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, 
    rgb(130,160,157,0.5) 0%, 
    rgba(0,0,0,0.5) 50%, 
    rgb(94,120,119,0.5) 100%);
}.title_welcomegjt .edu_basegv1::after {
    bottom: 0;
    content: "";
    background: linear-gradient(to top, 
    rgba(0,0,0,0.85) 0%, 
    rgba(0,0,0,0) 100%);
    z-index: 2;
    left: 0;
    height: 35%;
    position: absolute;
    width: 100%;
}.title_welcomegjt .virtual_studycTq {
    animation: fadeSlideUp 1.2s ease-out forwards;
    max-width: 90%;
    position: relative;
    transform: translateY(-2rem);
    padding: 3rem;
    z-index: 3;
    width: 900px;
}.title_welcomegjt .virtual_studycTq::before {
    width: 60%;
    animation: lineReveal 1s ease-out 0.5s forwards;
    transform: scaleX(0);
    transform-origin: left;
    top: -20px;
    height: 5px;
    left: 0;
    position: absolute;
    content: "";
    background: rgb(130,160,157);
}.title_welcomegjt .virtual_studycTq::after {
    right: 0;
    height: 5px;
    content: "";
    background: rgb(94,120,119);
    animation: lineReveal 1s ease-out 0.8s forwards;
    bottom: -20px;
    transform: scaleX(0);
    position: absolute;
    width: 40%;
    transform-origin: right;
}.title_welcomegjt h1 {
    text-shadow: 0 2px 15px rgba(0,0,0,0.3);
    line-height: 1.2;
    margin-bottom: 1.5rem;
    font-weight: 700;
    opacity: 0;
    position: relative;
    transform: translateY(20px);
    animation: textReveal 0.8s ease-out 0.3s forwards;
    font-size: clamp(2.5rem, 5vw, 46px);
    color: #ffffff;
}.title_welcomegjt h1::after {
    transform: scaleX(0);
    height: 3px;
    transform-origin: left;
    position: absolute;
    content: "";
    width: 80px;
    background: rgb(94,120,119);
    left: 0;
    animation: lineReveal 1s ease-out 1s forwards;
    bottom: -10px;
}.title_welcomegjt h3 {
    color: #ffffff;
    font-weight: 600;
    opacity: 0;
    font-size: clamp(1.25rem, 3vw, 21px);
    margin-bottom: 2rem;
    text-shadow: 0 1px 10px rgba(0,0,0,0.3);
    max-width: 90%;
    line-height: 1.5;
    animation: textReveal 0.8s ease-out 0.6s forwards;
    transform: translateY(20px);
}.title_welcomegjt p {
    font-weight: 400;
    padding-left: 1.5rem;
    position: relative;
    font-size: clamp(1rem, 2vw, 13px);
    animation: textReveal 0.8s ease-out 0.9s forwards;
    transform: translateY(20px);
    line-height: 1.6;
    color: #ffffff;
    max-width: 80%;
    opacity: 0;
}.title_welcomegjt p::before {
    left: 0;
    background: rgb(94,120,119);
    position: absolute;
    width: 3px;
    animation: verticalLineGrow 0.8s ease-out 1.2s forwards;
    top: 0.5rem;
    height: 0;
    content: "";
}

@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(-2rem);
  }
}

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

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

@keyframes verticalLineGrow {
  from {
    height: 0;
  }
  to {
    height: 80%;
  }
}

@keyframes gradientFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@media screen and (max-width: 992px) {.title_welcomegjt .edu_basegv1 {
    height: 90vh;
}.title_welcomegjt .virtual_studycTq {
    padding: 2.5rem 2rem;
    transform: translateY(0);
}
}

@media screen and (max-width: 768px) {.title_welcomegjt .edu_basegv1 {
    height: 80vh;
}.title_welcomegjt h3, 
  .title_welcomegjt p {
    max-width: 100%;
}.title_welcomegjt .virtual_studycTq {
    width: 100%;
    padding: 2rem 1.5rem;
}
}

@media screen and (max-width: 576px) {.title_welcomegjt .edu_basegv1 {
    align-items: flex-end;
    height: 100vh;
    padding-bottom: 2rem;
}.title_welcomegjt .virtual_studycTq {
    padding: 1.5rem 1rem;
}.title_welcomegjt p {
    padding-left: 1rem;
}.title_welcomegjt h1::after {
    width: 60px;
}
}

@media (hover: hover) {.title_welcomegjt .edu_basegv1:hover::before {
    transition: background 0.8s ease;
    background: linear-gradient(135deg, 
      rgb(130,160,157,0.5) 10%, 
      rgba(0,0,0,0.5) 60%, 
      rgb(94,120,119,0.5) 90%);
}
}