﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.grant_infosys {
    flex: 0 0 auto;
}html,body {
    min-height: 100%;
    scroll-behavior: auto;
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
}svg {
    width: 30px;
    height: 30px;
}.wrapper-holdersys {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1230px;
}.head_infosys {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    position: relative;
    width: 100%;
    background: #ffffff;
    overflow: visible;
    z-index: 99;
}header::before {
    background: linear-gradient(to right, rgb(181,192,214), rgb(147,163,190));
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 5px;
}header .nav_trainsys {
    position: relative;
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}header .nav_trainsys::after {
    position: absolute;
    content: "";
    background-color: rgb(216,221,237);
    left: 0;
    width: 100%;
    height: 1px;
    bottom: 0;
}header .nav_trainsys .head_pagewrapsys {
    position: relative;
    z-index: 2;
}header .nav_trainsys .head_pagewrapsys .main_guidesys {
    display: block;
    overflow: hidden;
    position: relative;
}header .nav_trainsys .head_pagewrapsys .main_guidesys svg {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 40px;
    width: auto;
}header .nav_trainsys .head_pagewrapsys .main_guidesys:hover svg {
    transform: scale(1.08);
}header .nav_trainsys .site_navsys {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
}header .nav_trainsys .site_navsys .nav_beginsys {
    margin: 0 15px;
    position: relative;
}header .nav_trainsys .site_navsys .nav_beginsys:last-child {
    margin-right: 0;
}header .nav_trainsys .site_navsys .nav_beginsys a {
    transition: color 0.3s ease, letter-spacing 0.3s ease;
    color: #000000;
    font-weight: 400;
    overflow: hidden;
    letter-spacing: 0.5px;
    font-size: 13px;
    padding: 8px 0;
    font-family: Arial, sans-serif;
    position: relative;
    display: block;
    text-decoration: none;
}header .nav_trainsys .site_navsys .nav_beginsys a:hover {
    letter-spacing: 1px;
    color: rgb(181,192,214);
}header .nav_trainsys .site_navsys .nav_beginsys a::before,
header .nav_trainsys .site_navsys .nav_beginsys a::after {
    content: "";
    bottom: 0;
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    transform-origin: right center;
    background-color: rgb(181,192,214);
}header .nav_trainsys .site_navsys .nav_beginsys a::before {
    transform: scaleX(0);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}header .nav_trainsys .site_navsys .nav_beginsys a::after {
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    transform-origin: left center;
    transform: scaleX(0);
    background-color: rgb(147,163,190);
}header .nav_trainsys .site_navsys .nav_beginsys a:hover::before {
    transform-origin: left center;
    transform: scaleX(1);
}header .nav_trainsys .site_navsys .nav_beginsys a:hover::after {
    transform-origin: right center;
    transform: scaleX(1);
}header .nav_trainsys .site_navsys .nav_beginsys a::after {
    bottom: -2px;
    height: 3px;
    opacity: 0.3;
}header .nav_trainsys .site_navsys .nav_beginsys:hover {
    animation: subtle-float 2s infinite alternate ease-in-out;
}

@keyframes subtle-float {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-4px);
    }
}

@media (max-width: 992px) {header .nav_trainsys {
    flex-direction: column;
    padding: 20px 15px;
}header .nav_trainsys .head_pagewrapsys {
    margin-bottom: 20px;
}header .nav_trainsys .site_navsys {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}header .nav_trainsys .site_navsys .nav_beginsys {
    margin: 5px 12px;
}header .nav_trainsys .site_navsys .nav_beginsys a {
    padding: 5px 0;
    font-size: calc(13px - 1px);
}
    
    @keyframes subtle-float {
        0% {
            transform: translateY(0);
        }
        100% {
            transform: translateY(-2px);
        }
    }
}

@media (max-width: 767px) {header .nav_trainsys {
    padding: 15px 10px;
}header .nav_trainsys .head_pagewrapsys {
    margin-bottom: 15px;
}header .nav_trainsys .head_pagewrapsys .main_guidesys svg {
    height: 35px;
}header .nav_trainsys .site_navsys {
    gap: 5px;
}header .nav_trainsys .site_navsys .nav_beginsys {
    margin: 2px 10px;
}}.receive_updatessys {
    overflow: hidden;
    position: relative;
    padding: 4rem 2rem;
    margin: 5rem 0;
    transform: skewY(-2deg);
    background: linear-gradient(135deg, rgb(216,221,237) 0%, rgb(181,192,214,0.5) 100%);
}.receive_updatessys .container {
    z-index: 1;
    position: relative;
    transform: skewY(2deg);
}.receive_updatessys .learn_studiosys {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}.receive_updatessys .learn_studiosys::before {
    transform: rotate(-15deg);
    width: 70%;
    border-radius: 22px;
    background: linear-gradient(45deg, rgb(147,163,190) 0%, rgb(181,192,214) 100%);
    height: 130%;
    animation: pulse 8s infinite alternate;
    top: -15%;
    opacity: 0.2;
    position: absolute;
    z-index: -1;
    right: -20%;
    filter: blur(25px);
    content: "";
}.receive_updatessys .learn_studiosys::after {
    animation: float 6s infinite alternate;
    height: 60%;
    left: 10%;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    bottom: -20%;
    width: 40%;
    position: absolute;
    z-index: -1;
    background: rgb(181,192,214,0.5);
    content: "";
}.receive_updatessys p {
    font-weight: 700;
    transform: translateX(30px);
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    margin-bottom: 2rem;
    font-size: 35px;
    max-width: 70%;
    padding-left: 2rem;
}.receive_updatessys p::before {
    position: absolute;
    background: rgb(147,163,190);
    transform: translateY(-50%);
    border-radius: 10px;
    width: 5px;
    left: 0;
    height: 80%;
    top: 50%;
    content: "";
}.receive_updatessys .input_holder {
    width: 100%;
    flex-direction: row;
    overflow: hidden;
    margin-left: 3rem;
    display: flex;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    transition: all 0.3s ease;
    border-radius: 22px;
    align-items: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    max-width: 600px;
}.receive_updatessys .input_holder:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.receive_updatessys .sub_gridssys {
    color: #000000;
    background: #ffffff;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    padding: 1.2rem 1.5rem;
    border: none;
    font-size: 12px;
    flex: 1;
    outline: none;
}.receive_updatessys .sub_gridssys:focus {
    box-shadow: inset 0 0 0 2px rgb(181,192,214,0.5);
    background: #ffffff;
}.receive_updatessys .request_widgetsys {
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    font-size: 16px;
    font-family: Arial, sans-serif;
    outline: none;
    font-weight: 600;
    background: linear-gradient(135deg, rgb(147,163,190) 0%, rgb(181,192,214) 100%);
    border: none;
    padding: 1.2rem 2rem;
    color: #ffffff;
}.receive_updatessys .request_widgetsys::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.5s ease;
    position: absolute;
    height: 100%;
    top: 0;
    left: -100%;
    width: 100%;
    content: "";
}.receive_updatessys .request_widgetsys:hover::before {
    left: 100%;
}.receive_updatessys .request_widgetsys:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, rgb(181,192,214) 0%, rgb(147,163,190) 100%);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

@keyframes pulse {
    0% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(1);
    }
    50% {
        opacity: 0.2;
        transform: rotate(-10deg) scale(1.05);
    }
    100% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(1);
    }
}

@keyframes float {
    0% {
        transform: translateY(0) rotate(0);
    }
    50% {
        transform: translateY(-15px) rotate(5deg);
    }
    100% {
        transform: translateY(0) rotate(0);
    }
}

@media (max-width: 992px) {.receive_updatessys {
    padding: 3rem 1.5rem;
}.receive_updatessys p {
    max-width: 80%;
    transform: translateX(15px);
    font-size: calc(35px * 0.9);
}.receive_updatessys .input_holder {
    margin-left: 2rem;
}
}

@media (max-width: 768px) {.receive_updatessys p {
    max-width: 100%;
    padding-left: 1.5rem;
    font-size: calc(35px * 0.8);
    transform: translateX(0);
}.receive_updatessys .input_holder {
    max-width: 100%;
    flex-direction: column;
    margin-left: 0;
}.receive_updatessys .sub_gridssys {
    padding: 1rem;
    width: 100%;
}.receive_updatessys .request_widgetsys {
    padding: 1rem;
    width: 100%;
}
}

@media (max-width: 576px) {.receive_updatessys {
    transform: skewY(-1deg);
    padding: 2.5rem 1rem;
}.receive_updatessys .container {
    transform: skewY(1deg);
}.receive_updatessys p {
    font-size: 19px;
    margin-bottom: 1.5rem;
}.receive_updatessys .learn_studiosys::before {
    width: 100%;
    right: -50%;
}}.mentorship_profilesys {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(216,221,237) 0%, rgba(240, 242, 245, 0.9) 100%);
    overflow: hidden;
}.mentorship_profilesys::before {
    width: 100%;
    pointer-events: none;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    z-index: 0;
    background-size: 60px 60px;
    background-image: 
        linear-gradient(30deg, rgb(181,192,214,0.5) 1px, transparent 1px),
        linear-gradient(120deg, rgb(181,192,214,0.5) 1px, transparent 1px);
    content: "";
    opacity: 0.05;
}.mentorship_profilesys::after {
    right: -10%;
    transform: rotate(-15deg);
    opacity: 0.1;
    z-index: 0;
    position: absolute;
    filter: blur(80px);
    content: "";
    height: 70%;
    top: -20%;
    width: 50%;
    background: rgb(147,163,190,0.5);
}.mentorship_profilesys .container {
    z-index: 1;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.mentorship_profilesys .student_votessys {
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05), 
                0 5px 20px rgba(0, 0, 0, 0.02);
    padding: 40px;
    background: #ffffff;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    gap: 35px;
    display: grid;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}.mentorship_profilesys .student_votessys:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 
                0 10px 30px rgba(0, 0, 0, 0.03);
}.mentorship_profilesys .student_votessys > div:first-child {
    align-items: center;
    display: flex;
    justify-content: center;
}.mentorship_profilesys .img_spotsys {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 180px;
    width: 180px;
    border-radius: 2px;
    transform: translateZ(30px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}.mentorship_profilesys .student_votessys:hover .img_spotsys {
    transform: translateZ(40px) translateY(-10px);
}.mentorship_profilesys .img_spotsys::before {
    opacity: 0.2;
    z-index: -1;
    right: -12px;
    position: absolute;
    content: "";
    left: 12px;
    transition: all 0.4s ease;
    top: 12px;
    bottom: -12px;
    border: 2px solid rgb(181,192,214);
}.mentorship_profilesys .student_votessys:hover .img_spotsys::before {
    top: 18px;
    opacity: 0.3;
    left: 18px;
    bottom: -18px;
    right: -18px;
}.mentorship_profilesys .name {
    font-size: 22px;
    color: #000000;
    font-weight: 700;
    position: relative;
    margin-bottom: 12px;
    display: inline-block;
}.mentorship_profilesys .name::after {
    background: rgb(181,192,214);
    transform-origin: left;
    width: 40px;
    height: 3px;
    content: "";
    transform: scaleX(0.6);
    transition: transform 0.5s ease;
    left: 0;
    position: absolute;
    bottom: -6px;
}.mentorship_profilesys .student_votessys:hover .name::after {
    transform: scaleX(1);
}.mentorship_profilesys .student_votessys > div:nth-child(2) div {
    margin-top: 5px;
    transition: transform 0.4s ease, opacity 0.4s ease;
    transform: translateX(0);
    opacity: 0.85;
    color: rgb(147,163,190);
    font-weight: 600;
    font-size: calc(13px - 1px);
}.mentorship_profilesys .student_votessys:hover > div:nth-child(2) div {
    transform: translateX(5px);
    opacity: 1;
}.mentorship_profilesys .work_itemssys {
    line-height: 1.7;
    color: #000000;
    position: relative;
    padding-left: 25px;
    border-left: 3px solid rgb(181,192,214,0.5);
    margin: 0;
    font-size: 13px;
}.mentorship_profilesys .work_itemssys::before {
    position: absolute;
    color: rgb(181,192,214);
    font-family: serif;
    font-size: 120px;
    top: -40px;
    opacity: 0.08;
    left: -20px;
    z-index: -1;
    line-height: 1;
    content: "";
}

@media (min-width: 768px) {.mentorship_profilesys .student_votessys {
    grid-template-rows: auto 1fr;
    grid-template-columns: auto 1fr;
    column-gap: 40px;
    row-gap: 30px;
}.mentorship_profilesys .student_votessys > div:first-child {
    grid-row: 1 / 3;
}.mentorship_profilesys .img_spotsys {
    height: 260px;
    width: 220px;
}.mentorship_profilesys .work_itemssys {
    padding-left: 30px;
    grid-column: 2;
}
}

@media (min-width: 992px) {.mentorship_profilesys {
    padding: 150px 0;
}.mentorship_profilesys .student_votessys {
    padding: 60px;
    grid-template-columns: auto 250px 1fr;
    gap: 50px;
}.mentorship_profilesys .student_votessys > div:first-child {
    grid-row: 1;
}.mentorship_profilesys .student_votessys > div:nth-child(2) {
    grid-row: 1;
    padding-top: 20px;
}.mentorship_profilesys .work_itemssys {
    grid-column: 1 / 4;
    padding-left: 40px;
    grid-row: 2;
    font-size: calc(13px + 1px);
}.mentorship_profilesys .img_spotsys {
    height: 280px;
    width: 240px;
}
}

@media (max-width: 767px) {.mentorship_profilesys {
    padding: 80px 0;
}.mentorship_profilesys .student_votessys {
    padding: 30px;
    gap: 25px;
}.mentorship_profilesys .img_spotsys {
    height: 150px;
    width: 150px;
}.mentorship_profilesys .name {
    font-size: calc(22px - 2px);
}.mentorship_profilesys .work_itemssys {
    font-size: calc(13px - 1px);
}
}

@media (hover: none) {.mentorship_profilesys .student_votessys {
    transform: none !important;
}.mentorship_profilesys .img_spotsys,
    .mentorship_profilesys .student_votessys:hover .img_spotsys {
    transform: none;
}}

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

.mentorship_profilesys .student_votessys {
    animation: fadeInUp 0.8s ease-out forwards;
}.thxBoxsys {
    overflow: hidden;
    perspective: 1000px;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(216,221,237) 0%, rgba(rgb(181,192,214,0.5), 0.08) 100%);
    position: relative;
}.thxBoxsys::before {
    opacity: 0.8;
    background: radial-gradient(circle at center, rgba(rgb(147,163,190,0.5), 0.03) 0%, transparent 60%);
    left: -50%;
    height: 200%;
    content: "";
    pointer-events: none;
    transform: rotate(-12deg);
    width: 200%;
    top: -50%;
    animation: orbital 30s infinite linear;
    position: absolute;
}.thxBoxsys::after {
    left: 0;
    background-size: 8rem 8rem;
    opacity: 0.4;
    width: 100%;
    pointer-events: none;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(rgb(181,192,214,0.5), 0.05) 1px, transparent 2px),
        radial-gradient(circle at 30% 70%, rgba(rgb(181,192,214,0.5), 0.06) 1px, transparent 2px),
        radial-gradient(circle at 70% 40%, rgba(rgb(181,192,214,0.5), 0.05) 1px, transparent 2px),
        radial-gradient(circle at 90% 80%, rgba(rgb(181,192,214,0.5), 0.05) 1px, transparent 2px);
    top: 0;
    content: "";
    position: absolute;
    height: 100%;
}.thxBoxsys .container {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 1.5rem;
    max-width: 1200px;
    transform-style: preserve-3d;
}.thxBoxsys .learn_studiosys {
    overflow: hidden;
    background: linear-gradient(
        145deg, 
        rgba(rgb(255, 255, 255, 0.5), 0.95) 0%, 
        rgba(rgb(255, 255, 255, 0.5), 0.85) 100%
    );
    box-shadow: 
        0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    gap: 2.5rem;
    transform: translateZ(0);
    flex-direction: column;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    display: flex;
    padding: 3.5rem;
    mask-image: linear-gradient(
        to bottom right,
        transparent 0%,
        black 5%,
        black 95%,
        transparent 100%
    );
}.thxBoxsys .learn_studiosys:hover {
    transform: translateZ(20px) translateY(-5px);
}.thxBoxsys .learn_studiosys > div:first-child {
    transform: translateZ(10px);
    position: relative;
}.thxBoxsys .learn_studiosys > div:first-child::before {
    content: "";
    top: 50%;
    background: linear-gradient(90deg, transparent, rgb(181,192,214), transparent);
    width: 2.5rem;
    transform: translateY(-50%);
    position: absolute;
    height: 2px;
    left: -3.5rem;
}.thxBoxsys .learn_studiosys > div:last-child {
    position: relative;
    transform: translateZ(5px);
}.thxBoxsys .learn_studiosys > div:last-child::after {
    content: "";
    height: 2px;
    bottom: 2rem;
    background: linear-gradient(90deg, transparent, rgb(181,192,214), transparent);
    transform: translateY(-50%);
    position: absolute;
    width: 2.5rem;
    right: -3.5rem;
}.thxBoxsys h5 {
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.5s ease;
    padding-left: 1.5rem;
    font-size: 20px;
    position: relative;
    line-height: 1.4;
    color: #000000;
    font-weight: 700;
    margin: 0;
}.thxBoxsys h5::before {
    height: 0.5rem;
    content: "";
    width: 0.5rem;
    position: absolute;
    animation: pulse 3s infinite ease-in-out;
    top: 0.5rem;
    box-shadow: 0 0 10px rgba(rgb(181,192,214,0.5), 0.5);
    left: 0;
    background: rgb(181,192,214);
    border-radius: 50%;
}.thxBoxsys a {
    text-decoration: none;
    display: block;
    transition: transform 0.4s ease-out;
}.thxBoxsys a:hover {
    transform: translateX(5px);
}.thxBoxsys p {
    line-height: 1.8;
    font-weight: 400;
    color: #000000;
    margin: 0;
    font-size: 18px;
    border-left: 1px solid rgba(rgb(181,192,214,0.5), 0.2);
    position: relative;
    padding: 0 0 0 1.5rem;
}

@media (min-width: 768px) {.thxBoxsys {
    padding: 8rem 0;
}.thxBoxsys .learn_studiosys {
    padding: 4.5rem;
    gap: 3rem;
}.thxBoxsys h5 {
    padding-left: 2rem;
    font-size: calc(20px * 1.1);
}.thxBoxsys p {
    padding: 0 0 0 2rem;
    font-size: calc(18px * 1.05);
}.thxBoxsys .learn_studiosys > div:first-child::before {
    width: 4rem;
}.thxBoxsys .learn_studiosys > div:last-child::after {
    width: 4rem;
}
}

@media (min-width: 992px) {.thxBoxsys {
    padding: 10rem 0;
}.thxBoxsys .learn_studiosys {
    align-items: center;
    flex-direction: row;
    gap: 4rem;
}.thxBoxsys .learn_studiosys > div:first-child {
    flex: 0 0 40%;
}.thxBoxsys .learn_studiosys > div:last-child {
    flex: 0 0 60%;
}.thxBoxsys .learn_studiosys > div:first-child::before {
    height: 3rem;
    top: 50%;
    left: auto;
    background: linear-gradient(to bottom, transparent, rgb(181,192,214), transparent);
    width: 2px;
    right: -2rem;
}.thxBoxsys .learn_studiosys > div:last-child::after {
    background: linear-gradient(to bottom, transparent, rgb(181,192,214), transparent);
    bottom: 2rem;
    width: 2px;
    right: auto;
    height: 3rem;
    left: -2rem;
}
}

@media (min-width: 1200px) {.thxBoxsys .learn_studiosys {
    gap: 5rem;
    padding: 5rem;
}.thxBoxsys h5 {
    font-size: calc(20px * 1.2);
}.thxBoxsys p {
    font-size: calc(18px * 1.1);
}
}

@media (max-width: 767px) {.thxBoxsys {
    padding: 4rem 0;
}.thxBoxsys .learn_studiosys {
    padding: 2.5rem;
    gap: 2rem;
}.thxBoxsys h5 {
    font-size: calc(20px * 0.95);
}.thxBoxsys .learn_studiosys > div:first-child::before,
    .thxBoxsys .learn_studiosys > div:last-child::after {
    display: none;
}}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.5); opacity: 0.7; }
}

@keyframes orbital {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}header .top_plank {
    background: rgb(181,192,214);
    color:  #ffffff;
}header .top_plank .best_studysys div svg, header .top_plank .best_studysys div svg path {
    fill: #ffffff;
}header .top_plank .best_studysys div span {
    color: #ffffff;
}header .top_plank .best_studysys {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    line-height: 21px;
    font-size: 12px;
    width: 100%;
    align-items: center;
    padding: 15px 0 10px 0;
}header .top_plank .best_studysys div {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    margin-right: 24px;
}header .top_plank .best_studysys div img, header .top_plank .best_studysys div svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}.contact_ussys {
    z-index: 1;
    padding: 120px 0;
    background: rgb(216,221,237);
    position: relative;
    overflow: hidden;
}.contact_ussys::before {
    top: 0;
    position: absolute;
    left: 0;
    background-blend-mode: multiply;
    opacity: 0.5;
    background: 
        repeating-radial-gradient(
            circle at 0% 0%,
            transparent 0,
            transparent 40px,
            rgba(0, 0, 0, 0.03) 40px,
            rgba(0, 0, 0, 0.03) 80px
        ),
        repeating-radial-gradient(
            circle at 100% 100%,
            transparent 0,
            transparent 40px,
            rgba(0, 0, 0, 0.03) 40px,
            rgba(0, 0, 0, 0.03) 80px
        );
    height: 100%;
    width: 100%;
    content: '';
    z-index: 0;
}.contact_ussys .img_spotsys {
    position: absolute;
    filter: contrast(1.2) saturate(0.8);
    top: 0;
    left: 0;
    opacity: 0.07;
    width: 100%;
    height: 100%;
    z-index: 0;
}.contact_ussys .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.contact_ussys h3 {
    position: relative;
    margin-bottom: 70px;
    text-align: center;
    font-weight: 300;
    color: #000000;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    font-size: 34px;
}.contact_ussys .reach_listsys {
    flex-wrap: wrap;
    border-radius: 30px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    display: flex;
    position: relative;
}.contact_ussys .support_panelsys {
    display: flex;
    justify-content: center;
    padding: 80px;
    position: relative;
    flex-direction: column;
    z-index: 1;
    flex: 1 1 55%;
    background: #ffffff;
}.contact_ussys .support_panelsys::before {
    left: 0;
    position: absolute;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(0, 0, 0, 0.01) 0, transparent 100px),
        radial-gradient(circle at 70% 65%, rgba(0, 0, 0, 0.01) 0, transparent 100px);
    content: '';
    z-index: -1;
    top: 0;
    height: 100%;
}.contact_ussys .support_panelsys #contact {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}.contact_ussys .support_panelsys h3 {
    color: #000000;
    font-weight: 300;
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px;
}.contact_ussys .support_panelsys input[type="text"],
.contact_ussys .support_panelsys textarea {
    font-family: Arial, sans-serif;
    margin-bottom: 30px;
    width: 100%;
    border: none;
    border-radius: 50px;
    color: #000000;
    transition: all 0.3s ease;
    background-color: rgba(0, 0, 0, 0.03);
    font-size: 14px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    padding: 20px 25px;
}.contact_ussys .support_panelsys textarea {
    border-radius: 25px;
    resize: vertical;
    padding-top: 25px;
    height: 150px;
}.contact_ussys .support_panelsys input[type="text"]:focus,
.contact_ussys .support_panelsys textarea:focus {
    background-color: rgba(0, 0, 0, 0.015);
    outline: none;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 0 0 3px rgb(181,192,214,0.5);
}.contact_ussys .support_panelsys .inquiry_blocksys {
    justify-content: center;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}.contact_ussys .support_panelsys .inquiry_blocksys input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_ussys .support_panelsys .inquiry_blocksys label {
    line-height: 1.5;
    padding-left: 35px;
    cursor: pointer;
    position: relative;
    color: #000000;
    font-size: calc(14px - 2px);
}.contact_ussys .support_panelsys .inquiry_blocksys label::before {
    transition: all 0.3s ease;
    height: 22px;
    position: absolute;
    top: 2px;
    width: 22px;
    content: '';
    border: 1px solid rgba(0, 0, 0, 0.15);
    left: 0;
    border-radius: 50%;
    background-color: transparent;
}.contact_ussys .support_panelsys .inquiry_blocksys input[type="checkbox"]:checked + label::before {
    background-color: rgb(181,192,214);
    border-color: rgb(181,192,214);
}.contact_ussys .support_panelsys .inquiry_blocksys input[type="checkbox"]:checked + label::after {
    content: '';
    width: 8px;
    top: 10px;
    transform: rotate(-45deg);
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    position: absolute;
    height: 5px;
    left: 7px;
}.contact_ussys .support_panelsys .inquiry_blocksys a {
    color: rgb(181,192,214);
    font-weight: 600;
    transition: color 0.3s ease;
    text-decoration: none;
}.contact_ussys .support_panelsys .inquiry_blocksys a:hover {
    color: rgb(147,163,190);
}.contact_ussys .support_panelsys .request_widgetsys {
    display: block;
    color: #ffffff;
    border: none;
    font-size: 18px;
    padding: 18px;
    position: relative;
    font-weight: 400;
    margin: 0 auto;
    background: rgb(181,192,214);
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
}.contact_ussys .support_panelsys .request_widgetsys::before {
    position: absolute;
    content: '';
    height: 100%;
    transition: all 0.6s ease;
    top: 0;
    background: linear-gradient(
        90deg, 
        rgba(255, 255, 255, 0), 
        rgba(255, 255, 255, 0.2), 
        rgba(255, 255, 255, 0)
    );
    width: 100%;
    left: -100%;
}.contact_ussys .support_panelsys .request_widgetsys:hover {
    box-shadow: 0 5px 15px rgb(181,192,214,0.5);
    transform: translateY(-2px);
    background: rgb(147,163,190);
}.contact_ussys .support_panelsys .request_widgetsys:hover::before {
    left: 100%;
}.contact_ussys .support_infosys {
    padding: 80px 60px;
    overflow: hidden;
    justify-content: center;
    flex: 1 1 45%;
    background: linear-gradient(135deg, rgb(181,192,214) 0%, rgb(147,163,190) 100%);
    display: flex;
    position: relative;
    flex-direction: column;
}.contact_ussys .support_infosys::before {
    top: -50%;
    width: 200%;
    content: '';
    position: absolute;
    height: 200%;
    opacity: 0.7;
    background-size: 250px 250px;
    left: -50%;
    z-index: 0;
    background: 
        radial-gradient(
            circle at center,
            transparent 0,
            transparent 100px,
            rgba(255, 255, 255, 0.03) 100px,
            rgba(255, 255, 255, 0.03) 150px,
            transparent 150px,
            transparent
        );
}.contact_ussys .support_infosys h4 {
    font-size: 18px;
    margin-bottom: 50px;
    z-index: 1;
    font-weight: 300;
    text-align: center;
    color: #ffffff;
    position: relative;
}.contact_ussys .support_infosys .feedback_inquirysys {
    position: relative;
    list-style: none;
    z-index: 1;
    padding: 0;
    max-width: 300px;
    margin: 0 auto;
}.contact_ussys .support_infosys .feedback_inquirysys li {
    position: relative;
    display: flex;
    transition: transform 0.3s ease;
    margin-bottom: 35px;
    align-items: center;
}.contact_ussys .support_infosys .feedback_inquirysys li:last-child {
    margin-bottom: 0;
}.contact_ussys .support_infosys .feedback_inquirysys li:hover {
    transform: translateX(5px);
}.contact_ussys .support_infosys .feedback_inquirysys li svg {
    flex-shrink: 0;
    width: 22px;
    margin-right: 20px;
    opacity: 0.9;
    height: 22px;
}.contact_ussys .support_infosys .feedback_inquirysys li svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.contact_ussys .support_infosys .feedback_inquirysys li span {
    line-height: 1.5;
    font-size: 14px;
    position: relative;
    color: #ffffff;
}.contact_ussys .support_infosys .feedback_inquirysys li span::after {
    content: '';
    width: 0;
    bottom: -8px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    left: 0;
    transition: width 0.3s ease;
    height: 1px;
}.contact_ussys .support_infosys .feedback_inquirysys li:hover span::after {
    width: 100%;
}.contact_ussys .support_infosys .feedback_inquirysys li a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}.contact_ussys .support_infosys .feedback_inquirysys li a:hover {
    opacity: 0.8;
}

@media (max-width: 992px) {.contact_ussys {
    padding: 80px 0;
}.contact_ussys .reach_listsys {
    flex-direction: column;
}.contact_ussys .support_panelsys,
    .contact_ussys .support_infosys {
    padding: 60px 40px;
    flex: 1 1 100%;
}
}

@media (max-width: 768px) {.contact_ussys {
    padding: 60px 0;
}.contact_ussys h3 {
    margin-bottom: 50px;
    font-size: calc(34px - 4px);
}.contact_ussys .support_panelsys h3,
    .contact_ussys .support_infosys h4 {
    margin-bottom: 30px;
    font-size: calc(18px - 2px);
}.contact_ussys .support_panelsys input[type="text"],
    .contact_ussys .support_panelsys textarea {
    padding: 16px 20px;
    margin-bottom: 20px;
}.contact_ussys .support_panelsys textarea {
    height: 120px;
}.contact_ussys .support_panelsys .request_widgetsys {
    padding: 16px;
}.contact_ussys .support_infosys .feedback_inquirysys li {
    margin-bottom: 25px;
}
}

@media (max-width: 576px) {.contact_ussys {
    padding: 50px 0;
}.contact_ussys .support_panelsys,
    .contact_ussys .support_infosys {
    padding: 40px 25px;
}.contact_ussys h3 {
    font-size: calc(34px - 6px);
}.contact_ussys .support_panelsys .inquiry_blocksys label {
    font-size: calc(14px - 3px);
}.contact_ussys .reach_listsys {
    border-radius: 20px;
}.contact_ussys .support_panelsys input[type="text"],
    .contact_ussys .support_panelsys textarea {
    border-radius: 25px;
}.contact_ussys .support_panelsys textarea {
    border-radius: 20px;
}}.secure_safehousesys {
    position: relative;
    padding: 50px 30px;
    color: #ffffff;
    background: linear-gradient(135deg, #000000 0%, rgb(147,163,190,0.5) 100%);
    overflow: hidden;
    font-family: Arial, sans-serif;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    line-height: 1.8;
}.secure_safehousesys::before {
    transform: rotate(45deg);
    opacity: 0.5;
    z-index: 0;
    width: 150px;
    height: 150px;
    right: -10px;
    top: -10px;
    position: absolute;
    content: '';
    background: radial-gradient(circle at center, rgb(181,192,214), transparent);
}.secure_safehousesys::after {
    width: 150px;
    z-index: 0;
    height: 150px;
    opacity: 0.5;
    transform: rotate(-45deg);
    background: radial-gradient(circle at center, rgb(147,163,190), transparent);
    bottom: -10px;
    position: absolute;
    left: -10px;
    content: '';
}.secure_safehousesys h1, .secure_safehousesys h2, .secure_safehousesys h3, .secure_safehousesys h4, .secure_safehousesys h5, .secure_safehousesys h6 {
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgb(181,192,214);
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
}.secure_safehousesys h1 {
    font-size: 41px;
    border-bottom: 1px solid rgb(181,192,214);
    font-weight: 700;
    padding-bottom: 10px;
}.secure_safehousesys h2 {
    font-size: 35px;
    border-bottom: 1px solid rgb(147,163,190);
    font-weight: 600;
    padding-bottom: 8px;
}.secure_safehousesys ul, .secure_safehousesys ol {
    margin-bottom: 20px;
    position: relative;
    list-style: none;
    padding-left: 20px;
    z-index: 1;
}.secure_safehousesys li {
    position: relative;
    padding-left: 20px;
    color: #ffffff;
    font-size: 17px;
    margin-bottom: 10px;
}.secure_safehousesys ul li:before, .secure_safehousesys ol li:before {
    top: 0.5em;
    content: '';
    box-shadow: 0 0 10px rgb(181,192,214);
    left: 0;
    border-radius: 50%;
    position: absolute;
    background-color: rgb(181,192,214);
    width: 8px;
    height: 8px;
}.secure_safehousesys ol {
    counter-reset: item;
}.secure_safehousesys ol li {
    list-style-type: none;
}.secure_safehousesys ol li:before {
    top: 0;
    border-radius: 50%;
    left: 0;
    color: #000000;
    background-color: rgb(147,163,190);
    line-height: 20px;
    text-align: center;
    font-size: 20px;
    width: 20px;
    height: 20px;
    counter-increment: item;
    position: absolute;
    content: counter(item);
}.secure_safehousesys p, .secure_safehousesys span {
    margin-bottom: 20px;
    text-align: justify;
    position: relative;
    font-size: 17px;
    z-index: 1;
}.secure_safehousesys div {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 800px) {.secure_safehousesys {
    padding: 30px 20px;
}.secure_safehousesys h1 {
    font-size: calc(20px - 5px);
}.secure_safehousesys h2 {
    font-size: calc(20px - 5px);
}.secure_safehousesys p, .secure_safehousesys li {
    font-size: calc(17px - 2px);
}.secure_safehousesys::before, .secure_safehousesys::after {
    height: 100px;
    width: 100px;
}}.welcome_pagesys {
    background: linear-gradient(135deg, rgb(216,221,237) 0%, rgba(94,170,168,0.1) 100%);
    overflow: hidden;
    position: relative;
    min-height: 100vh;
}.welcome_pagesys .learn_studiosys {
    padding: 2rem;
    grid-template-rows: auto auto;
    height: 100%;
    grid-template-columns: 1fr;
    max-width: 1400px;
    position: relative;
    display: grid;
    margin: 0 auto;
}.welcome_pagesys .text_box_wrapsys {
    box-shadow: 0 15px 35px rgba(0,0,0,0.1), 0 3px 10px rgba(0,0,0,0.05);
    transform: translateZ(0);
    position: relative;
    padding: 3rem 1.5rem;
    animation: slideInText 0.8s cubic-bezier(0.215, 0.610, 0.355, 1) forwards;
    z-index: 2;
    backdrop-filter: blur(10px);
    background: linear-gradient(165deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.8) 100%);
}.welcome_pagesys h1 {
    position: relative;
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: rgb(181,192,214);
    transform: translateX(-5px);
    line-height: 1.2;
    font-size: clamp(1.75rem, 4vw, 30px);
    animation: fadeInTitle 0.6s ease-out 0.3s forwards;
    opacity: 0;
    font-family: Arial, sans-serif;
}.welcome_pagesys h1::after {
    bottom: -8px;
    height: 3px;
    left: 0;
    animation: expandLine 0.5s ease-out 0.8s forwards;
    transform: scaleX(0);
    content: "";
    transform-origin: left center;
    width: 60px;
    background: linear-gradient(90deg, rgb(181,192,214) 0%, rgb(147,163,190) 100%);
    position: absolute;
}.welcome_pagesys .learn_leadsys {
    flex-direction: column;
    margin-bottom: 2rem;
    align-items: flex-start;
    transform: translateY(20px);
    display: flex;
    animation: fadeUpInfo 0.7s ease-out 0.5s forwards;
    opacity: 0;
}.welcome_pagesys .learn_leadsys svg {
    animation: rotateSvg 15s ease-in-out infinite alternate;
    height: 80px;
    transform-origin: center;
    width: 80px;
    margin-bottom: 1.5rem;
    transform: rotate(-5deg);
    filter: drop-shadow(0px 2px 4px rgba(0,0,0,0.1));
}.welcome_pagesys .learn_leadsys svg path {
    animation: drawPath 2s ease-out 0.7s forwards;
    stroke-dashoffset: 1000;
    stroke-width: 0.5;
    fill: rgb(181,192,214);
    stroke: rgb(147,163,190);
    opacity: 0;
    stroke-dasharray: 1000;
}.welcome_pagesys .learn_leadsys svg text {
    fill: rgb(181,192,214);
    animation: fadeInText 1s ease-out 1.5s forwards;
    opacity: 0;
}.welcome_pagesys .learn_leadsys p {
    padding-left: 12px;
    margin-bottom: 2rem;
    font-size: clamp(1rem, 2vw, 16px);
    line-height: 1.6;
    color: #000000;
    max-width: 550px;
    position: relative;
}.welcome_pagesys .learn_leadsys p::before {
    width: 3px;
    background: linear-gradient(to bottom, rgb(181,192,214), rgba(94,170,168,0.3));
    position: absolute;
    transform-origin: top;
    animation: expandVerticalLine 0.5s ease-out 1.2s forwards;
    transform: scaleY(0);
    top: 0;
    left: 0;
    content: "";
    bottom: 0;
}.welcome_pagesys ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}.welcome_pagesys ul li {
    opacity: 0;
    transform: translateY(20px);
    margin-right: 1rem;
    animation: fadeUpButton 0.6s ease-out 0.9s forwards;
}.welcome_pagesys .request_widgetsys {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-weight: 600;
    text-decoration: none;
    padding: 0.9rem 2rem;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(94,170,168,0.3);
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgb(181,192,214) 0%, rgb(147,163,190) 100%);
    font-size: 14px;
    transform: translateZ(0);
    color: #ffffff;
    border: none;
}.welcome_pagesys .request_widgetsys:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(94,170,168,0.4);
}.welcome_pagesys .request_widgetsys::before {
    transition: all 0.75s ease;
    top: 0;
    width: 100%;
    left: -100%;
    transform: skewX(-25deg);
    content: "";
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 100%);
    position: absolute;
    height: 100%;
}.welcome_pagesys .request_widgetsys:hover::before {
    left: 100%;
}.welcome_pagesys .img_spotsys {
    position: relative;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    height: 50vh;
    opacity: 0;
    overflow: hidden;
    transform: translateY(20px);
    width: 100%;
    animation: fadeInPhoto 0.8s ease-out 0.7s forwards;
    border-radius: 5px;
}.welcome_pagesys .img_spotsys::before {
    background: linear-gradient(135deg, rgba(94,170,168,0.4) 0%, rgba(94,170,168,0) 50%);
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    clip-path: polygon(0 0, 100% 0, 65% 100%, 0 100%);
    z-index: 1;
}.welcome_pagesys .img_spotsys::after {
    top: -10%;
    content: "";
    background: rgb(181,192,214);
    opacity: 0.15;
    height: 100px;
    filter: blur(40px);
    width: 100px;
    animation: floatGlow 8s ease-in-out infinite alternate;
    position: absolute;
    border-radius: 50%;
    right: -10%;
}

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

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

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

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

@keyframes rotateSvg {
    0%, 100% {
        transform: rotate(-5deg);
    }
    50% {
        transform: rotate(5deg);
    }
}

@keyframes drawPath {
    from {
        stroke-dashoffset: 1000;
        opacity: 0;
    }
    to {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

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

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

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

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

@keyframes floatGlow {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-30px, 30px);
    }
    100% {
        transform: translate(10px, -20px);
    }
}

@media (min-width: 768px) {.welcome_pagesys .learn_studiosys {
    gap: 2rem;
    grid-template-rows: auto;
    align-items: center;
    height: 100vh;
    grid-template-columns: 1fr 1fr;
    padding: 3rem;
}.welcome_pagesys .text_box_wrapsys {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    padding: 3rem;
}.welcome_pagesys .learn_leadsys svg {
    width: 100px;
    height: 100px;
}.welcome_pagesys .img_spotsys {
    transform-origin: left center;
    transform: perspective(1000px) rotateY(-5deg);
    height: 80vh;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
    animation: fadeInPhotoDesktop 1s ease-out 0.7s forwards;
}
    
    @keyframes fadeInPhotoDesktop {
        from {
            transform: perspective(1000px) rotateY(-10deg) translateX(50px);
            opacity: 0;
        }
        to {
            transform: perspective(1000px) rotateY(-5deg) translateX(0);
            opacity: 1;
        }
    }
}

@media (min-width: 992px) {.welcome_pagesys .learn_studiosys {
    gap: 4rem;
    max-height: 90vh;
}.welcome_pagesys .text_box_wrapsys {
    padding: 4rem;
}.welcome_pagesys h1 {
    font-size: 30px;
}.welcome_pagesys .learn_leadsys p {
    font-size: 16px;
}.welcome_pagesys .img_spotsys {
    transform: perspective(1500px) rotateY(-8deg);
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    box-shadow: 25px 25px 50px rgba(0,0,0,0.2);
}
}

@media (min-width: 1200px) {.welcome_pagesys .learn_studiosys {
    padding: 0 5rem;
}.welcome_pagesys .text_box_wrapsys {
    transform: translateZ(0) translateX(-2rem);
}.welcome_pagesys .learn_leadsys svg {
    width: 120px;
    height: 120px;
}.welcome_pagesys .img_spotsys {
    transform: perspective(2000px) rotateY(-12deg);
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 5% 100%);
}
}

@media (max-width: 767px) {.welcome_pagesys {
    padding-top: 60px;
}.welcome_pagesys .learn_studiosys {
    padding: 1.5rem;
}.welcome_pagesys .text_box_wrapsys {
    margin-bottom: 2rem;
    padding: 2rem 1.5rem;
}.welcome_pagesys h1 {
    font-size: 1.75rem;
}.welcome_pagesys .learn_leadsys p {
    font-size: 0.95rem;
}.welcome_pagesys .request_widgetsys {
    padding: 0.8rem 1.8rem;
}
}

@media (max-width: 480px) {.welcome_pagesys .text_box_wrapsys {
    padding: 1.5rem 1rem;
}.welcome_pagesys h1 {
    font-size: 1.5rem;
}.welcome_pagesys .learn_leadsys svg {
    height: 70px;
    width: 70px;
}.welcome_pagesys .img_spotsys {
    height: 40vh;
}.welcome_pagesys .request_widgetsys {
    width: 100%;
    text-align: center;
}}footer {
    width: 100%;
    position: relative;
}footer .grant_infosys {
    background-color: rgb(147,163,190);
    padding: 80px 0 30px;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    font-family: Arial, sans-serif;
}footer .grant_infosys::before {
    left: 0;
    z-index: 0;
    position: absolute;
    transform: skewY(-3deg);
    background-color: rgb(147,163,190);
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
    right: 0;
    content: "";
    height: 100px;
    top: -50px;
}footer .contest_infosys {
    position: relative;
    z-index: 1;
}footer .talk_formsys {
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}footer .info_item {
    background-color: rgb(147,163,190,0.5);
    position: relative;
    overflow: hidden;
    border-radius: 0 5px 5px 0;
    padding: 15px 20px 15px 25px;
    max-width: 300px;
    flex: 1 1 200px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .info_item::before {
    content: "";
    top: 0;
    background-color: rgb(181,192,214);
    height: 100%;
    width: 5px;
    left: 0;
    position: absolute;
}footer .info_item::after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    height: 100%;
}footer .info_item:nth-child(even) {
    background-color: rgb(181,192,214,0.5);
}footer .info_item:hover {
    transform: translateY(-5px) translateX(5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}footer .info_item svg {
    margin-right: 12px;
    width: 20px;
    fill: rgb(181,192,214);
    height: 20px;
    vertical-align: middle;
    top: -1px;
    position: relative;
}footer .info_item p,
footer .info_item a {
    transition: color 0.3s ease;
    color: #ffffff;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    font-size: 14px;
}footer .info_item a:hover {
    color: rgb(181,192,214);
}footer .text_main_holder {
    gap: 30px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
}footer .head_pagewrapsys {
    position: relative;
    padding: 30px;
    background-color: rgb(147,163,190,0.5);
    border-radius: 18px;
}footer .head_pagewrapsys::before {
    position: absolute;
    bottom: 15px;
    content: "";
    border-radius: calc(18px - 8px);
    left: 15px;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    top: 15px;
    right: 15px;
    pointer-events: none;
}footer .head_pagewrapsys svg {
    height: 45px;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
    width: auto;
    display: block;
}footer .tutor_matchsys {
    line-height: 1.6;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}footer .site_navsys {
    position: relative;
}footer .site_navsys h5 {
    padding-left: 15px;
    margin-bottom: 25px;
    font-size: 21px;
    position: relative;
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
}footer .site_navsys h5::before {
    left: 0;
    width: 3px;
    height: 100%;
    top: 0;
    background-color: rgb(181,192,214);
    content: "";
    position: absolute;
}footer .top_mentorsys {
    margin-bottom: 25px;
    position: relative;
}footer .top_mentorsys a {
    margin: 0 10px 10px 0;
    font-size: 14px;
    text-decoration: none;
    padding: 10px 15px;
    color: rgba(255, 255, 255, 0.8);
    border-radius: 0 5px 5px 0;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease;
    background-color: rgb(147,163,190,0.5);
}footer .top_mentorsys a::before {
    width: 3px;
    left: 0;
    position: absolute;
    background-color: rgb(181,192,214);
    content: "";
    transition: width 0.3s ease;
    height: 100%;
    top: 0;
}footer .top_mentorsys a:hover {
    background-color: rgb(181,192,214,0.5);
    transform: translateX(5px);
    color: #ffffff;
}footer .top_mentorsys a:hover::before {
    width: 5px;
}footer .subscribe_holder {
    background-color: rgb(147,163,190,0.5);
    padding: 30px;
    border-radius: 18px;
    position: relative;
}footer .subscribe_holder::before {
    top: 15px;
    border-radius: calc(18px - 8px);
    left: 15px;
    content: "";
    border: 1px dashed rgba(255, 255, 255, 0.1);
    position: absolute;
    pointer-events: none;
    bottom: 15px;
    right: 15px;
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    padding-left: 15px;
    font-size: 21px;
    font-weight: 600;
    position: relative;
    color: #ffffff;
}footer .subscribe_holder h5::before {
    height: 100%;
    content: "";
    width: 3px;
    top: 0;
    background-color: rgb(181,192,214);
    left: 0;
    position: absolute;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}footer .input_holder {
    flex-direction: column;
    gap: 15px;
    display: flex;
}footer .input_holder input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 14px;
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 14px 16px;
    background-color: rgba(255, 255, 255, 0.05);
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgb(181,192,214);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .sub_signupsys {
    cursor: pointer;
    background-color: rgb(181,192,214);
    overflow: hidden;
    font-size: 16px;
    border: none;
    font-weight: 600;
    border-radius: 10px;
    position: relative;
    padding: 14px 20px;
    transition: all 0.3s ease;
    color: #ffffff;
}footer .sub_signupsys::after {
    position: absolute;
    transition: all 0.5s ease;
    left: -100%;
    height: 200%;
    content: "";
    width: 200%;
    background: rgba(255, 255, 255, 0.1);
    top: -50%;
    transform: rotate(30deg);
}footer .sub_signupsys:hover {
    background-color: rgb(147,163,190);
}footer .sub_signupsys:hover::after {
    left: 100%;
}footer .debate_clubsys {
    margin-top: 50px;
    text-align: center;
    position: relative;
}footer .debate_clubsys::before {
    height: 1px;
    top: -25px;
    width: 50px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    position: absolute;
    content: "";
    transform: translateX(-50%);
    left: 50%;
}footer .honor_ctasys {
    color: rgba(255, 255, 255, 0.6);
    display: inline-block;
    font-size: 13px;
    position: relative;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .sub_signupsys {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .grant_infosys {
    padding: 60px 0 30px;
}footer .talk_formsys {
    margin-bottom: 40px;
}footer .head_pagewrapsys, footer .subscribe_holder {
    padding: 25px 20px;
}footer .top_mentorsys a {
    margin: 0 5px 8px 0;
    padding: 8px 12px;
}footer .debate_clubsys {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .grant_infosys {
    padding: 50px 0 20px;
}footer .site_navsys h5, footer .subscribe_holder h5 {
    font-size: calc(21px - 2px);
    margin-bottom: 20px;
}footer .head_pagewrapsys::before, footer .subscribe_holder::before {
    left: 10px;
    bottom: 10px;
    top: 10px;
    right: 10px;
}footer .input_holder input[type="email"],
    footer .sub_signupsys {
    padding: 12px;
}}.cookieSettingsWindowsys {
    border-top: 2px solid rgb(181,192,214);
    position: fixed;
    z-index: 90;
    background: rgb(216,221,237);
    bottom: 0;
    width: 100%;
}.cookie_screensys {
    align-items: center;
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
}.cookieSettingsWindowsys h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookieSettingsWindowsys p {
    font-size: 18px;
}.cookie_protectsys {
    margin-right: 10px;
    flex-shrink: 0;
}.cookie_protectsys svg, .cookie_protectsys svg path, .cookie_protectsys img {
    width: 100px;
    fill: rgb(181,192,214);
    height: 100px;
}.track_cookiessys {
    cursor: pointer;
    border-bottom: 2px solid rgb(181,192,214);
    text-decoration: none;
    min-width: 120px;
    white-space: nowrap;
    color: rgb(181,192,214);
    line-height: 35px;
    text-align: center;
    margin-left: 10px;
    flex-shrink: 0;
    font-size: 24px;
}.cookieSettingsWindowsys p a {
    color: rgb(181,192,214);
    text-decoration: none;
}#cookie_alert_windowsys {
    display: none;
}#cookie_alert_windowsys:checked ~ .cookieSettingsWindowsys {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.cookieSettingsWindowsys {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookie_protectsys {
    display: none;
}.cookie_screensys {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.cookieSettingsWindowsys h5 {
    text-align: center;
}.cookieSettingsWindowsys p {
    text-align: center;
}.cookie_controlssys {
    margin-bottom: 20px;
}body .wrapper-holdersys .track_cookiessys {
    margin-left: 0;
}}
.wrapper-holdersys .cookie_screensys {
    justify-content: flex-end;
}.wrapper-holdersys .track_cookiessys {
    background: rgb(181,192,214);
    margin-left: 30px;
    color: #ffffff;
    font-size: 20px;
    padding: 10px;
}.wrapper-holdersys .cookie_controlssys {
    text-align: right;
}
@media only screen and (max-width: 800px)  {.wrapper-holdersys .track_cookiessys {
    margin-left: 0;
    margin-bottom: 10px;
}}.interested_learnerssys {
    overflow: hidden;
    padding: 120px 0;
    background: rgb(216,221,237);
    position: relative;
}.interested_learnerssys::before {
    background: rgb(181,192,214,0.5);
    height: 200%;
    transform: rotate(-30deg);
    position: absolute;
    top: -50%;
    width: 80%;
    opacity: 0.08;
    z-index: 1;
    content: "";
    left: -30%;
}.interested_learnerssys::after {
    z-index: 1;
    content: "";
    height: 200%;
    transform: rotate(-30deg);
    right: -30%;
    opacity: 0.08;
    bottom: -50%;
    position: absolute;
    width: 80%;
    background: rgb(147,163,190,0.5);
}.interested_learnerssys .container {
    z-index: 2;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1140px;
}.interested_learnerssys .learn_studiosys {
    position: relative;
}.interested_learnerssys h4 {
    font-size: 38px;
    overflow: hidden;
    margin-bottom: 50px;
    color: #000000;
    text-align: center;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
}.interested_learnerssys h4::before {
    animation: shimmer 3s infinite;
    left: -100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(181,192,214,0.5), transparent);
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
    height: 100%;
}.interested_learnerssys h4::after {
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, rgb(181,192,214), rgb(147,163,190));
    position: absolute;
    content: "";
    transform: translateX(-50%);
    border-radius: 3px;
    left: 50%;
    bottom: 0;
}@keyframes shimmer {
    100% {
        left: 100%;
    }
}

.interested_learnerssys div > div {
    display: flex;
    perspective: 1000px;
    gap: 20px;
    flex-wrap: wrap;
}.interested_learnerssys p {
    transition: all 0.4s ease;
    background: #ffffff;
    transform-style: preserve-3d;
    z-index: 1;
    display: flex;
    width: calc(33.333% - 20px);
    min-height: 100px;
    padding: 0;
    border-radius: 10px;
    margin: 0;
    align-items: center;
    color: #000000;
    font-size: 18px;
    position: relative;
    overflow: hidden;
}.interested_learnerssys p::before {
    content: "";
    width: 100%;
    opacity: 0;
    z-index: -1;
    background: linear-gradient(135deg, #ffffff 0%, rgb(216,221,237) 100%);
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    transition: opacity 0.3s ease;
}.interested_learnerssys p::after {
    position: absolute;
    top: 0;
    width: 4px;
    background: rgb(181,192,214);
    left: 0;
    content: "";
    height: 100%;
    transition: width 0.3s ease;
}.interested_learnerssys p:hover {
    transform: translateY(-5px) rotateX(5deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.interested_learnerssys p:hover::before {
    opacity: 1;
}.interested_learnerssys p:hover::after {
    width: 8px;
}.interested_learnerssys p svg {
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    z-index: 2;
    margin: 0 15px;
    position: relative;
    padding: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    transition: all 0.3s ease;
    width: 40px;
}.interested_learnerssys p svg path {
    transition: fill 0.3s ease;
    fill: rgb(181,192,214);
}.interested_learnerssys p:hover svg {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: rotate(10deg);
}.interested_learnerssys p:hover svg path {
    fill: rgb(147,163,190);
}.interested_learnerssys p span {
    flex: 1;
    padding: 20px 20px 20px 0;
}.interested_learnerssys p:nth-child(odd) {
    transform: translateZ(10px);
}.interested_learnerssys p:nth-child(even) {
    transform: translateZ(20px);
}.interested_learnerssys p:nth-child(odd):hover {
    transform: translateY(-5px) rotateX(5deg) translateZ(10px);
}.interested_learnerssys p:nth-child(even):hover {
    transform: translateY(-5px) rotateX(5deg) translateZ(20px);
}.interested_learnerssys p:nth-child(3n+1)::after {
    background: rgb(181,192,214);
}.interested_learnerssys p:nth-child(3n+2)::after {
    background: rgb(147,163,190);
}.interested_learnerssys p:nth-child(3n)::after {
    background: linear-gradient(to bottom, rgb(181,192,214), rgb(147,163,190));
}@keyframes fadeInStagger {
    from {
        opacity: 0;
        transform: translateY(30px) translateZ(0);
    }
    to {
        opacity: 1;
        transform: translateY(0) translateZ(0);
    }
}

.interested_learnerssys .learn_studiosys > div p {
    animation: fadeInStagger 0.6s ease forwards;
    opacity: 0;
}.interested_learnerssys .learn_studiosys > div p:nth-child(1) {
    animation-delay: 0.1s;
}.interested_learnerssys .learn_studiosys > div p:nth-child(2) {
    animation-delay: 0.2s;
}.interested_learnerssys .learn_studiosys > div p:nth-child(3) {
    animation-delay: 0.3s;
}.interested_learnerssys .learn_studiosys > div p:nth-child(4) {
    animation-delay: 0.4s;
}.interested_learnerssys .learn_studiosys > div p:nth-child(5) {
    animation-delay: 0.5s;
}.interested_learnerssys .learn_studiosys > div p:nth-child(6) {
    animation-delay: 0.6s;
}.interested_learnerssys p:nth-child(odd) {
    box-shadow: 8px 8px 0 rgb(181,192,214,0.5);
}.interested_learnerssys p:nth-child(even) {
    box-shadow: 8px 8px 0 rgb(147,163,190,0.5);
}.interested_learnerssys p:hover:nth-child(odd) {
    box-shadow: 10px 10px 0 rgb(181,192,214,0.5);
}.interested_learnerssys p:hover:nth-child(even) {
    box-shadow: 10px 10px 0 rgb(147,163,190,0.5);
}

@media (max-width: 991px) {.interested_learnerssys {
    padding: 100px 0;
}.interested_learnerssys h4 {
    font-size: calc(38px * 0.9);
    margin-bottom: 40px;
}.interested_learnerssys div > div {
    gap: 15px;
}.interested_learnerssys p {
    width: calc(50% - 15px);
    min-height: 90px;
}.interested_learnerssys p svg {
    height: 36px;
    margin: 0 12px;
    padding: 7px;
    width: 36px;
}.interested_learnerssys p span {
    padding: 18px 18px 18px 0;
}.interested_learnerssys p:nth-child(odd) {
    box-shadow: 6px 6px 0 rgb(181,192,214,0.5);
}.interested_learnerssys p:nth-child(even) {
    box-shadow: 6px 6px 0 rgb(147,163,190,0.5);
}.interested_learnerssys p:hover:nth-child(odd) {
    box-shadow: 8px 8px 0 rgb(181,192,214,0.5);
}.interested_learnerssys p:hover:nth-child(even) {
    box-shadow: 8px 8px 0 rgb(147,163,190,0.5);
}
}

@media (max-width: 768px) {.interested_learnerssys {
    padding: 80px 0;
}.interested_learnerssys h4 {
    margin-bottom: 35px;
    font-size: calc(38px * 0.8);
}.interested_learnerssys div > div {
    gap: 20px;
}.interested_learnerssys p {
    width: 100%;
    min-height: 80px;
}.interested_learnerssys p svg {
    width: 32px;
    margin: 0 10px;
    height: 32px;
    padding: 6px;
}.interested_learnerssys p span {
    padding: 15px 15px 15px 0;
}
}

@media (max-width: 576px) {.interested_learnerssys {
    padding: 60px 0;
}.interested_learnerssys h4 {
    margin-bottom: 30px;
    font-size: calc(38px * 0.7);
}.interested_learnerssys h4::after {
    height: 2px;
    width: 60px;
}.interested_learnerssys div > div {
    gap: 15px;
}.interested_learnerssys p {
    min-height: 70px;
    font-size: calc(18px * 0.9);
}.interested_learnerssys p svg {
    padding: 5px;
    width: 28px;
    margin: 0 8px;
    height: 28px;
}.interested_learnerssys p:nth-child(odd) {
    box-shadow: 4px 4px 0 rgb(181,192,214,0.5);
}.interested_learnerssys p:nth-child(even) {
    box-shadow: 4px 4px 0 rgb(147,163,190,0.5);
}.interested_learnerssys p:hover:nth-child(odd) {
    box-shadow: 6px 6px 0 rgb(181,192,214,0.5);
}.interested_learnerssys p:hover:nth-child(even) {
    box-shadow: 6px 6px 0 rgb(147,163,190,0.5);
}}.our_missionsys {
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, rgb(216,221,237) 100%);
    overflow: hidden;
    padding: 120px 0;
}.our_missionsys::before {
    content: "";
    z-index: 1;
    width: 50%;
    right: 0;
    opacity: 0.05;
    height: 100%;
    top: 0;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgb(181,192,214,0.5) 0,
        rgb(181,192,214,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
}.our_missionsys::after {
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(147,163,190,0.5) 0,
        rgb(147,163,190,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    content: "";
    width: 50%;
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.05;
}.our_missionsys .container {
    margin: 0 auto;
    padding: 0;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.our_missionsys h2 {
    margin-bottom: 70px;
    padding-left: 20px;
    font-weight: 700;
    color: #000000;
    display: inline-block;
    font-size: 40px;
    position: relative;
    padding-right: 20px;
}.our_missionsys h2::before {
    content: "";
    position: absolute;
    width: 60px;
    left: 20px;
    height: 4px;
    background: rgb(181,192,214);
    bottom: -15px;
}.our_missionsys h2::after {
    background: rgb(181,192,214,0.5);
    content: "";
    z-index: -1;
    position: absolute;
    height: 4px;
    width: 120px;
    left: 20px;
    bottom: -15px;
}.our_missionsys .pedagogy_infosys {
    gap: 0;
    grid-template-rows: auto;
    grid-template-columns: repeat(4, 1fr);
    display: grid;
}.our_missionsys .learn_labsys:nth-child(1) {
    display: flex;
    z-index: 3;
    overflow: hidden;
    grid-row: 1;
    padding: 60px 40px 60px 20px;
    background: #ffffff;
    flex-direction: column;
    position: relative;
    justify-content: center;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    grid-column: 1 / 3;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    position: relative;
}.our_missionsys .learn_labsys:nth-child(2) {
    position: relative;
    flex-direction: column;
    justify-content: center;
    grid-row: 1;
    padding: 60px 20px 60px 60px;
    z-index: 2;
    background: rgb(181,192,214);
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
    color: #ffffff;
    grid-column: 3 / 5;
    display: flex;
    margin-left: -20px;
}.our_missionsys .learn_labsys:nth-child(1)::before {
    position: absolute;
    content: "";
    height: 100%;
    right: 0;
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.03));
    top: 0;
    width: 40px;
}.our_missionsys .learn_labsys:nth-child(2)::before {
    background: linear-gradient(270deg, transparent, rgba(0, 0, 0, 0.1));
    width: 60px;
    left: 0;
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    height: 100%;
}.our_missionsys .learn_labsys:nth-child(1)::after {
    transition: all 0.5s ease;
    z-index: -1;
    height: 80px;
    position: absolute;
    opacity: 0.1;
    content: "";
    border-radius: 50%;
    left: -100%;
    background: rgb(181,192,214,0.5);
    width: 80px;
    top: -100%;
}.our_missionsys .learn_labsys:nth-child(1):hover::after {
    width: 150px;
    height: 150px;
    left: -10%;
    top: -10%;
}.our_missionsys .learn_labsys h3 {
    font-size: 19px;
    margin-bottom: 25px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding-bottom: 15px;
}.our_missionsys .learn_labsys:nth-child(1) h3 {
    color: #000000;
}.our_missionsys .learn_labsys:nth-child(2) h3 {
    color: #ffffff;
}.our_missionsys .learn_labsys h3::after {
    left: 0;
    content: "";
    width: 40px;
    position: absolute;
    height: 3px;
    bottom: 0;
}.our_missionsys .learn_labsys:nth-child(1) h3::after {
    background: rgb(181,192,214);
}.our_missionsys .learn_labsys:nth-child(2) h3::after {
    background: #ffffff;
}.our_missionsys .learn_labsys p {
    line-height: 1.8;
    position: relative;
    font-size: 15px;
    margin-bottom: 0;
}.our_missionsys .learn_labsys:nth-child(1) p {
    color: #000000;
}.our_missionsys .learn_labsys:nth-child(2) p {
    color: rgba(255, 255, 255, 0.9);
}.our_missionsys .learn_labsys:nth-child(2)::after {
    content: "";
    position: absolute;
    border: 3px solid rgba(255, 255, 255, 0.1);
    transition: all 0.5s ease;
    width: 80px;
    border-radius: 10px;
    transform: rotate(45deg);
    bottom: 30px;
    height: 80px;
    z-index: -1;
    right: 30px;
}.our_missionsys .learn_labsys:nth-child(2):hover::after {
    width: 100px;
    transform: rotate(315deg);
    height: 100px;
}.our_missionsys .container::before {
    top: -50px;
    right: -50px;
    filter: blur(50px);
    content: "";
    background: rgb(147,163,190,0.5);
    position: absolute;
    border-radius: 50%;
    z-index: 0;
    height: 200px;
    opacity: 0.05;
    width: 200px;
}.our_missionsys .container::after {
    height: 250px;
    filter: blur(60px);
    bottom: -80px;
    z-index: 0;
    left: -80px;
    background: rgb(181,192,214,0.5);
    content: "";
    opacity: 0.05;
    width: 250px;
    position: absolute;
    border-radius: 50%;
}

@media screen and (max-width: 991px) {.our_missionsys {
    padding: 90px 0;
}.our_missionsys h2 {
    margin-bottom: 60px;
}.our_missionsys .learn_labsys:nth-child(1) {
    padding: 50px 30px 50px 20px;
}.our_missionsys .learn_labsys:nth-child(2) {
    padding: 50px 20px 50px 50px;
}
}

@media screen and (max-width: 768px) {.our_missionsys {
    padding: 70px 0;
}.our_missionsys h2 {
    margin-bottom: 50px;
    font-size: calc(29px + 0.1rem);
}.our_missionsys .pedagogy_infosys {
    display: flex;
    padding: 0 20px;
    flex-direction: column;
    gap: 20px;
}.our_missionsys .learn_labsys:nth-child(1),
    .our_missionsys .learn_labsys:nth-child(2) {
    padding: 40px 30px;
    clip-path: none;
    margin-left: 0;
}.our_missionsys .learn_labsys:nth-child(2)::before {
    display: none;
}
}

@media screen and (max-width: 576px) {.our_missionsys {
    padding: 60px 0;
}.our_missionsys h2 {
    font-size: 29px;
    margin-bottom: 40px;
}.our_missionsys .learn_labsys:nth-child(1),
    .our_missionsys .learn_labsys:nth-child(2) {
    padding: 30px 20px;
}.our_missionsys .learn_labsys h3 {
    font-size: calc(20px + 0.1rem);
    margin-bottom: 15px;
}.our_missionsys .learn_labsys p {
    font-size: calc(15px - 0.05rem);
}}.course_program_descriptionsys {
    padding: 120px 0 80px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgba(rgb(181,192,214,0.5), 0.05), rgba(rgb(147,163,190,0.5), 0.1));
}.course_program_descriptionsys::before {
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(181,192,214,0.5), 0.15) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(rgb(147,163,190,0.5), 0.12) 0%, transparent 45%);
    z-index: 0;
    content: "";
    top: 0;
}.course_program_descriptionsys::after {
    transform: rotate(-15deg) skew(15deg);
    right: -5%;
    position: absolute;
    height: 45%;
    width: 45%;
    top: -10%;
    content: "";
    background: linear-gradient(225deg, rgba(rgb(181,192,214,0.5), 0.08), transparent);
    z-index: 0;
}.course_program_descriptionsys .container {
    max-width: 1200px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
}.course_program_descriptionsys h2 {
    position: relative;
    font-size: 38px;
    margin-bottom: 50px;
    color: #000000;
    transform: translateX(-5%);
    font-weight: 700;
    line-height: 1.3;
    max-width: 85%;
}.course_program_descriptionsys h2::after {
    content: "";
    transform-origin: left center;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, rgb(181,192,214), rgb(147,163,190));
    left: 0;
    position: absolute;
    transform: scaleX(1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    bottom: -15px;
}.course_program_descriptionsys h2:hover::after {
    transform: scaleX(1.5);
}.course_program_descriptionsys .future_classsys {
    display: grid;
    grid-gap: 40px;
    position: relative;
    grid-template-columns: 1fr;
}.course_program_descriptionsys .img_spotsys {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 400px;
    position: relative;
    border-radius: 0;
    overflow: hidden;
    transform: perspective(1000px) rotateY(-3deg) rotateX(2deg);
    box-shadow: 
        -15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.1),
        5px -5px 30px rgba(rgb(255, 255, 255, 0.5), 0.1);
}.course_program_descriptionsys .img_spotsys::before {
    position: absolute;
    mix-blend-mode: overlay;
    content: "";
    width: 100%;
    z-index: 1;
    height: 100%;
    top: 0;
    background: linear-gradient(
        135deg,
        rgba(rgb(181,192,214,0.5), 0.1),
        rgba(rgb(147,163,190,0.5), 0.15)
    );
    left: 0;
}.course_program_descriptionsys .img_spotsys::after {
    z-index: 2;
    left: -50%;
    width: 200%;
    content: "";
    pointer-events: none;
    opacity: 0;
    position: absolute;
    height: 200%;
    top: -50%;
    background: radial-gradient(
        ellipse at center,
        rgba(rgb(255, 255, 255, 0.5), 0.1) 0%,
        transparent 70%
    );
    mix-blend-mode: overlay;
    transition: opacity 1.2s ease;
}.course_program_descriptionsys .img_spotsys:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
    box-shadow: 
        -20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.15),
        10px -10px 30px rgba(rgb(255, 255, 255, 0.5), 0.05);
}.course_program_descriptionsys .img_spotsys:hover::after {
    opacity: 1;
}.course_program_descriptionsys .text_box_wrapsys {
    padding: 20px 0 0;
    position: relative;
}.course_program_descriptionsys .description {
    max-height: 350px;
    overflow-y: auto;
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.5s ease, opacity 0.5s ease;
    position: relative;
    color: #000000;
    padding-right: 15px;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 25px;
}.course_program_descriptionsys .description::-webkit-scrollbar {
    width: 4px;
}.course_program_descriptionsys .description::-webkit-scrollbar-track {
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
}.course_program_descriptionsys .description::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: linear-gradient(to bottom, rgb(181,192,214), rgb(147,163,190));
}.course_program_descriptionsys .description:first-of-type {
    z-index: 1;
    position: relative;
}.course_program_descriptionsys .description:first-of-type::first-letter {
    margin-right: 1px;
    font-weight: 700;
    font-size: 1.5em;
    color: rgb(181,192,214);
}.course_program_descriptionsys .description:last-of-type {
    border-left: 1px solid rgba(rgb(181,192,214,0.5), 0.2);
    padding-left: 20px;
    position: relative;
}.course_program_descriptionsys .description:last-of-type::before {
    border-radius: 50%;
    height: 10px;
    content: "";
    background: rgb(181,192,214);
    width: 10px;
    position: absolute;
    left: -5px;
    top: 0;
}

@media (min-width: 768px) {.course_program_descriptionsys {
    padding: 150px 0 100px;
}.course_program_descriptionsys h2 {
    font-size: calc(38px * 1.2);
    max-width: 80%;
    margin-bottom: 60px;
}.course_program_descriptionsys .future_classsys {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px;
}.course_program_descriptionsys .img_spotsys {
    height: 500px;
    transform: perspective(1500px) rotateY(-5deg) rotateX(3deg) translateX(-20px);
}.course_program_descriptionsys .img_spotsys:hover {
    transform: perspective(1500px) rotateY(-2deg) rotateX(1deg) translateX(0);
}.course_program_descriptionsys .text_box_wrapsys {
    padding: 0 0 0 20px;
}.course_program_descriptionsys .description {
    max-height: 300px;
}
}

@media (min-width: 992px) {.course_program_descriptionsys .container {
    padding: 0 40px;
}.course_program_descriptionsys h2 {
    font-size: calc(38px * 1.4);
    transform: translateX(-8%);
    max-width: 70%;
}.course_program_descriptionsys h2::after {
    height: 4px;
    width: 120px;
}.course_program_descriptionsys .future_classsys {
    grid-gap: 80px;
}.course_program_descriptionsys .img_spotsys {
    height: 550px;
    transform: perspective(2000px) rotateY(-7deg) rotateX(3deg) translateX(-30px);
}.course_program_descriptionsys .img_spotsys:hover {
    transform: perspective(2000px) rotateY(-3deg) rotateX(1deg) translateX(-10px);
}.course_program_descriptionsys .text_box_wrapsys {
    padding: 0 0 0 40px;
}.course_program_descriptionsys .description {
    line-height: 1.8;
    max-height: 400px;
    font-size: calc(16px * 1.05);
}
}

@media (min-width: 1200px) {.course_program_descriptionsys {
    padding: 180px 0 120px;
}.course_program_descriptionsys h2 {
    font-size: calc(38px * 1.5);
    max-width: 60%;
}.course_program_descriptionsys .future_classsys {
    grid-gap: 100px;
}.course_program_descriptionsys .img_spotsys {
    height: 600px;
}.course_program_descriptionsys .description {
    max-height: 450px;
    font-size: calc(16px * 1.1);
}
}

@media (max-width: 767px) {.course_program_descriptionsys {
    padding: 80px 0 60px;
}.course_program_descriptionsys h2 {
    font-size: calc(38px * 0.9);
    margin-bottom: 40px;
    max-width: 100%;
    transform: translateX(0);
}.course_program_descriptionsys .img_spotsys {
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg);
    height: 300px;
}.course_program_descriptionsys .text_box_wrapsys {
    padding: 20px 0 0;
}.course_program_descriptionsys .description {
    line-height: 1.6;
    max-height: 250px;
    font-size: calc(16px * 0.95);
}}.pricing_bundlesys {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.pricing_bundlesys::before {
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.7));
    content: "";
    position: absolute;
    left: 0;
}.pricing_bundlesys .container {
    max-width: 1320px;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.pricing_bundlesys .package_dealssys {
    position: relative;
}.pricing_bundlesys h2 {
    font-size: 28px;
    transform: translateY(0);
    position: relative;
    font-weight: 700;
    text-align: center;
    animation: fadeInUp 0.8s ease-out forwards;
    color: #ffffff;
    margin-bottom: 20px;
}.pricing_bundlesys .package_ratessys {
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    line-height: 1.6;
    color: rgb(255, 255, 255, 0.5);
    position: relative;
    font-size: 16px;
    margin: 0 auto 50px;
    text-align: center;
    max-width: 800px;
    opacity: 0;
    transform: translateY(20px);
}.pricing_bundlesys .enroll_costsys {
    margin: 0;
    padding: 0;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    list-style: none;
}.pricing_bundlesys .enroll_costsys li {
    perspective: 1000px;
    transition: transform 0.4s ease;
    transform-style: preserve-3d;
}.pricing_bundlesys .learning_packagesys {
    height: 100%;
    transform: translateZ(0);
    will-change: transform;
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    display: block;
}.pricing_bundlesys .cert_planssys {
    display: flex;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    flex-direction: column;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(10px);
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    min-height: 420px;
    justify-content: space-between;
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1), 
        rgba(255, 255, 255, 0.03));
    position: relative;
    overflow: hidden;
}.pricing_bundlesys .cert_planssys::before {
    top: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, 
        rgb(181,192,214), 
        rgb(147,163,190));
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    content: "";
    transform-origin: left;
}.pricing_bundlesys .promo_costsys {
    position: relative;
    color: #ffffff;
    flex-direction: column;
    display: flex;
    z-index: 1;
    height: 100%;
}.pricing_bundlesys .promo_costsys h4 {
    color: #ffffff;
    font-size: calc(18px * 1.1);
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
    transition: color 0.3s ease;
    padding-bottom: 15px;
}.pricing_bundlesys .promo_costsys h4::after {
    width: 50px;
    background-color: rgb(181,192,214);
    transition: width 0.4s ease;
    height: 2px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}.pricing_bundlesys .promo_costsys p {
    overflow-wrap: break-word;
    font-size: 16px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.85);
    scrollbar-color: rgb(181,192,214) rgba(255, 255, 255, 0.1);
    overflow-y: auto;
    max-height: 200px;
    line-height: 1.6;
    scrollbar-width: thin;
    word-break: break-word;
    flex-grow: 1;
}.pricing_bundlesys .promo_costsys p::-webkit-scrollbar {
    width: 4px;
}.pricing_bundlesys .promo_costsys p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}.pricing_bundlesys .promo_costsys p::-webkit-scrollbar-thumb {
    background-color: rgb(181,192,214);
}.pricing_bundlesys .program_ratesys {
    display: inline-block;
    background-clip: text !important;
    font-size: calc(18px * 1.3);
    align-self: flex-start;
    position: relative;
    margin-top: auto;
    background: linear-gradient(135deg, rgb(181,192,214), rgb(147,163,190));
    -webkit-background-clip: text !important;
    color: #ffffff;
    color: transparent;
    font-weight: 700;
    padding: 10px 0;
}.pricing_bundlesys .program_ratesys::before {
    height: 1px;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, 
        rgb(181,192,214), 
        transparent);
    position: absolute;
    left: 0;
    bottom: 0;
}.pricing_bundlesys .enroll_costsys li:hover {
    transform: translateY(-5px);
}.pricing_bundlesys .enroll_costsys li:hover .cert_planssys {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}.pricing_bundlesys .enroll_costsys li:hover .cert_planssys::before {
    transform: scaleX(1);
}.pricing_bundlesys .enroll_costsys li:hover .promo_costsys h4::after {
    width: 80px;
}.pricing_bundlesys .enroll_costsys li:nth-child(1) {
    animation: fadeInUp 0.8s ease-out 0.3s both;
}.pricing_bundlesys .enroll_costsys li:nth-child(2) {
    animation: fadeInUp 0.8s ease-out 0.4s both;
}.pricing_bundlesys .enroll_costsys li:nth-child(3) {
    animation: fadeInUp 0.8s ease-out 0.5s both;
}.pricing_bundlesys .enroll_costsys li:nth-child(4) {
    animation: fadeInUp 0.8s ease-out 0.6s both;
}

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

@media (max-width: 1200px) {.pricing_bundlesys {
    padding: 80px 0;
}.pricing_bundlesys .enroll_costsys {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}.pricing_bundlesys .cert_planssys {
    min-height: 400px;
    padding: 25px;
}
}

@media (max-width: 992px) {.pricing_bundlesys {
    padding: 70px 0;
}.pricing_bundlesys h2 {
    font-size: calc(28px * 0.9);
}.pricing_bundlesys .package_ratessys {
    font-size: calc(16px * 0.95);
    margin-bottom: 40px;
}.pricing_bundlesys .enroll_costsys {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.pricing_bundlesys .cert_planssys {
    padding: 20px;
    min-height: 380px;
}.pricing_bundlesys .promo_costsys h4 {
    font-size: 18px;
}.pricing_bundlesys .program_ratesys {
    font-size: calc(18px * 1.2);
}
}

@media (max-width: 768px) {.pricing_bundlesys {
    padding: 60px 0;
}.pricing_bundlesys h2 {
    margin-bottom: 15px;
    font-size: calc(28px * 0.85);
}.pricing_bundlesys .package_ratessys {
    margin-bottom: 30px;
    font-size: calc(16px * 0.9);
}.pricing_bundlesys .enroll_costsys {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 450px;
}.pricing_bundlesys .cert_planssys {
    min-height: auto;
}.pricing_bundlesys .promo_costsys p {
    max-height: 150px;
}
}

@media (max-width: 576px) {.pricing_bundlesys {
    padding: 50px 0;
}.pricing_bundlesys h2 {
    font-size: calc(28px * 0.8);
}.pricing_bundlesys .package_ratessys {
    font-size: calc(16px * 0.85);
}.pricing_bundlesys .cert_planssys {
    padding: 20px 15px;
}.pricing_bundlesys .promo_costsys h4 {
    margin-bottom: 15px;
    font-size: calc(18px * 0.95);
    padding-bottom: 10px;
}.pricing_bundlesys .promo_costsys p {
    margin-bottom: 20px;
    font-size: calc(16px * 0.9);
}.pricing_bundlesys .program_ratesys {
    font-size: calc(18px * 1.1);
}
}