* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}html,body {
    scroll-behavior: auto;
    min-height: 100%;
    font-family: Arial, sans-serif;
    auto
contain
touch-action: none;
    height: 100%;
    scroll-snap-type: none;
    color: #000000;
}a {
    text-decoration: none;
    color: inherit;
}.site_header_16732 {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.wrapper-capsule_57321 {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1250px;
}svg {
    width: 30px;
    height: 30px;
}.inclusion_07824 {
    flex: 0 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;
}}
.client_testimonials_08741 {
    background: rgb(202,208,180);
    position: relative;
    overflow: hidden;
    padding: 8rem 0;
}.client_testimonials_08741::before {
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(45deg, rgb(155,168,155,0.5) 25%, transparent 25%, transparent 75%, rgb(155,168,155,0.5) 75%),
    linear-gradient(45deg, rgb(155,168,155,0.5) 25%, transparent 25%, transparent 75%, rgb(155,168,155,0.5) 75%);
    left: 0;
    background-position: 0 0, 30px 30px;
    background-size: 60px 60px;
    content: "";
    position: absolute;
    opacity: 0.05;
}.client_testimonials_08741::after {
    background: rgb(155,168,155,0.5);
    position: absolute;
    height: 100%;
    content: "";
    opacity: 0.1;
    transform: skewX(-20deg) translateX(-20%);
    left: 0;
    z-index: 0;
    width: 60%;
    top: 0;
}.client_testimonials_08741 .container {
    position: relative;
    z-index: 1;
}.client_testimonials_08741 h2 {
    color: #000000;
    display: inline-block;
    margin-bottom: 5rem;
    background: linear-gradient(180deg, transparent, rgb(155,168,155,0.5));
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    position: relative;
    font-size: 34px;
    text-align: center;
    left: 50%;
    padding: 1rem 3rem;
    font-weight: 700;
    transform: translateX(-50%);
    transform: perspective(500px) rotateX(5deg);
}.client_testimonials_08741 h2::after {
    background: linear-gradient(90deg, transparent, rgb(155,168,155), transparent);
    bottom: -10px;
    content: "";
    height: 5px;
    position: absolute;
    left: 0;
    width: 100%;
}.client_testimonials_08741 .review_lounge_82715 {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    transform-style: preserve-3d;
    display: grid;
    perspective: 1000px;
}.client_testimonials_08741 .student_reviews_94178 {
    position: relative;
    transform-origin: center center;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-style: preserve-3d;
    padding: 2.5rem;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    box-shadow: 
        -5px 5px 15px rgba(0, 0, 0, 0.1),
        inset 1px 1px 0 rgba(255, 255, 255, 0.8),
        inset -1px -1px 0 rgba(0, 0, 0, 0.05);
    transform: rotateY(10deg) rotateX(5deg);
    display: flex;
}.client_testimonials_08741 .student_reviews_94178:nth-child(2n) {
    transform: rotateY(-10deg) rotateX(-5deg);
}.client_testimonials_08741 .student_reviews_94178:nth-child(3n) {
    transform: rotateY(0) rotateX(-7deg);
}.client_testimonials_08741 .student_reviews_94178::before {
    height: 100%;
    content: "";
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    top: 0;
    transform: translateZ(-10px);
    z-index: -1;
    background: #ffffff;
    position: absolute;
    opacity: 0.5;
    left: 0;
}.client_testimonials_08741 .student_reviews_94178::after {
    border-color: transparent transparent rgb(111,118,110,0.5) transparent;
    width: 0;
    border-style: solid;
    border-width: 0 0 30px 30px;
    transition: all 0.3s ease;
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    transform: translateZ(5px);
    height: 0;
}.client_testimonials_08741 .student_reviews_94178:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        inset 1px 1px 0 rgba(255, 255, 255, 1),
        inset -1px -1px 0 rgba(0, 0, 0, 0.1);
    z-index: 10;
    transform: rotateY(0) rotateX(0) translateZ(20px) scale(1.05);
}.client_testimonials_08741 .student_reviews_94178:hover::after {
    border-width: 0 0 50px 50px;
    border-color: transparent transparent rgb(111,118,110) transparent;
}.client_testimonials_08741 .student_reviews_94178 img {
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    transition: all 0.5s ease;
    transform: translateZ(15px);
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-bottom: 1.5rem;
    border-radius: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 2px solid #ffffff;
}.client_testimonials_08741 .student_reviews_94178:hover img {
    transform: translateZ(30px) rotate(360deg);
}.client_testimonials_08741 .student_reviews_94178 p {
    margin-bottom: 0.5rem;
    transform: translateZ(10px);
    text-align: center;
    transition: all 0.3s ease;
    font-size: 22px;
    color: #000000;
    font-weight: 600;
}.client_testimonials_08741 .student_reviews_94178:hover p {
    color: rgb(155,168,155);
    transform: translateZ(25px);
}.client_testimonials_08741 .student_reviews_94178 .description {
    transition: all 0.3s ease;
    font-size: 16px;
    line-height: 1.6;
    position: relative;
    text-align: center;
    transform: translateZ(5px);
    padding: 1rem;
    font-weight: 400;
    color: #000000;
}.client_testimonials_08741 .student_reviews_94178:hover .description {
    transform: translateZ(20px);
}.client_testimonials_08741 .student_reviews_94178 .description::before {
    transition: all 0.3s ease;
    border-top: 2px solid rgb(155,168,155,0.5);
    left: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    content: "";
    border-left: 2px solid rgb(155,168,155,0.5);
}.client_testimonials_08741 .student_reviews_94178:hover .description::before {
    height: 30px;
    border-color: rgb(155,168,155);
    width: 30px;
}.client_testimonials_08741 .student_reviews_94178 .description::after {
    bottom: 0;
    right: 0;
    border-bottom: 2px solid rgb(111,118,110,0.5);
    width: 20px;
    position: absolute;
    content: "";
    height: 20px;
    border-right: 2px solid rgb(111,118,110,0.5);
    transition: all 0.3s ease;
}.client_testimonials_08741 .student_reviews_94178:hover .description::after {
    height: 30px;
    border-color: rgb(111,118,110);
    width: 30px;
}.client_testimonials_08741 .student_reviews_94178:nth-child(3n+1)::before {
    background: linear-gradient(135deg, #ffffff, rgb(202,208,180));
}.client_testimonials_08741 .student_reviews_94178:nth-child(3n+2)::before {
    background: linear-gradient(45deg, #ffffff, rgb(202,208,180));
}.client_testimonials_08741 .study_guide_94850::before {
    content: "";
    background: rgb(155,168,155,0.5);
    bottom: -50px;
    height: 200px;
    position: absolute;
    left: -50px;
    opacity: 0.1;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
    z-index: -1;
    width: 200px;
}.client_testimonials_08741 .study_guide_94850::after {
    top: -50px;
    right: -50px;
    height: 200px;
    z-index: -1;
    opacity: 0.1;
    background: rgb(111,118,110,0.5);
    content: "";
    position: absolute;
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
    width: 200px;
}

@keyframes fold {
    0%, 100% { transform: rotateY(0) rotateX(0); }
    50% { transform: rotateY(5deg) rotateX(5deg); }
}

@media (max-width: 992px) {.client_testimonials_08741 .review_lounge_82715 {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.client_testimonials_08741 {
    padding: 5rem 0;
}.client_testimonials_08741 h2 {
    margin-bottom: 3rem;
    transform: none;
    font-size: calc(34px * 0.9);
    clip-path: none;
    padding: 0;
    background: none;
}.client_testimonials_08741 .review_lounge_82715 {
    gap: 3rem;
    grid-template-columns: 1fr;
}.client_testimonials_08741 .student_reviews_94178,
    .client_testimonials_08741 .student_reviews_94178:nth-child(2n),
    .client_testimonials_08741 .student_reviews_94178:nth-child(3n) {
    transform: none;
    animation: fold 10s infinite alternate ease-in-out;
}.client_testimonials_08741 .student_reviews_94178:hover {
    transform: translateY(-10px);
}.client_testimonials_08741 .student_reviews_94178:hover img {
    transform: translateZ(10px) rotate(360deg);
}.client_testimonials_08741 .student_reviews_94178 img,
    .client_testimonials_08741 .student_reviews_94178 p,
    .client_testimonials_08741 .student_reviews_94178 .description,
    .client_testimonials_08741 .student_reviews_94178:hover p,
    .client_testimonials_08741 .student_reviews_94178:hover .description {
    transform: none;
}}header {
    position: fixed;
    left: 0;
    top: 0;
    border-bottom: 2px solid rgb(202,208,180);
    transition: all 0.3s ease;
    background-color: #ffffff;
    width: 100%;
    z-index: 1000;
}header:before {
    background-size: 200% 100%;
    background: linear-gradient(90deg, rgb(155,168,155), rgb(111,118,110), rgb(155,168,155));
    position: absolute;
    animation: gradientMove 6s infinite linear;
    top: 0;
    content: '';
    width: 100%;
    left: 0;
    height: 4px;
}header .header_pagewrap_19740 {
    padding: 0;
    width: 100%;
}header .container {
    max-width: 1200px;
    padding: 20px;
    margin: 0 auto;
    position: relative;
}header .header_wrap_81547 {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
}header .top_sitebar_04236 {
    gap: 35px;
    align-items: center;
    display: flex;
}header .head_pro_10547 {
    color: #000000;
    padding: 5px 0;
    transition: all 0.3s ease;
    font-size: 18px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    position: relative;
    text-decoration: none;
}header .head_pro_10547:before {
    left: -15px;
    transition: transform 0.3s ease;
    border-radius: 10px;
    content: '';
    top: 50%;
    height: 6px;
    width: 6px;
    background-color: rgb(155,168,155);
    position: absolute;
    transform: translateY(-50%) scale(0);
}header .head_pro_10547:after {
    width: 100%;
    left: 0;
    transition: transform 0.3s ease;
    bottom: 0;
    height: 2px;
    transform-origin: center;
    position: absolute;
    transform: scaleX(0);
    content: '';
    background-color: rgb(155,168,155);
}header .head_pro_10547:hover {
    color: rgb(155,168,155);
}header .head_pro_10547:hover:before {
    transform: translateY(-50%) scale(1);
}header .head_pro_10547:hover:after {
    transform: scaleX(1);
}header .head_tutor_68095 {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}header .head_tutor_68095:before {
    width: 100%;
    opacity: 0;
    height: 100%;
    mask-composite: exclude;
    top: 0;
    border: 2px solid transparent;
    transition: opacity 0.3s ease;
    -webkit-mask-composite: xor;
    position: absolute;
    content: '';
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    left: 0;
    background: linear-gradient(to right, rgb(155,168,155), rgb(111,118,110)) border-box;
    border-radius: 10px;
}header .head_tutor_68095:hover:before {
    opacity: 1;
}header .head_tutor_68095 svg {
    width: auto;
    transition: transform 0.3s ease;
    height: 42px;
}header .head_tutor_68095:hover svg {
    transform: scale(1.05);
}

@keyframes gradientMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px;
}header .top_sitebar_04236 {
    gap: 20px;
}header .head_pro_10547:before {
    left: -10px;
}header .head_tutor_68095 svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .top_sitebar_04236 {
    padding: 0;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    left: 0;
    transition: max-height 0.4s ease;
    top: 100%;
    flex-direction: column;
    border-bottom: 3px solid rgb(155,168,155);
    gap: 0;
    background-color: #ffffff;
    max-height: 0;
    position: absolute;
    z-index: 1001;
}header .menu.active {
    max-height: 400px;
}header .head_pro_10547 {
    border-bottom: 1px solid rgb(202,208,180);
    padding: 12px 20px;
    width: 100%;
}header .head_pro_10547:last-child {
    border-bottom: none;
}header .head_pro_10547:before {
    left: 5px;
}header .header_wrap_81547 {
    padding: 5px 0;
}header .head_tutor_68095 {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 10px;
}header .head_tutor_68095 svg {
    height: 32px;
}}.inclusion_07824 {
    background: linear-gradient(45deg, #000000 0%, rgb(111,118,110,0.5) 100%);
    font-family: Arial, sans-serif;
    padding: 6rem 0 2rem;
    color: #ffffff;
    position: relative;
}.inclusion_07824::before {
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    content: '';
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(155,168,155,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(111,118,110,0.5) 0%, transparent 30%);
    opacity: 0.15;
    left: 0;
}.inclusion_07824::after {
    position: absolute;
    top: 0;
    height: 100%;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px),
        repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px);
    width: 100%;
    left: 0;
    content: '';
    z-index: 2;
}.inclusion_07824 .container {
    position: relative;
    z-index: 3;
}.inclusion_07824 .exam_prep_92763 {
    display: flex;
    position: relative;
    flex-direction: column;
}.inclusion_07824 .ask_team_42678 {
    border-radius: 22px;
    gap: 1.5rem;
    margin-bottom: 2rem;
    z-index: 10;
    flex-wrap: wrap;
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    display: flex;
    transform: translateY(-3.5rem);
    background-color: #ffffff;
    padding: 1.25rem 2rem;
}.inclusion_07824 .ask_team_42678::before {
    width: 100%;
    position: absolute;
    top: 0;
    border-radius: 22px;
    background: linear-gradient(135deg, transparent 20%, rgb(155,168,155,0.5) 140%);
    height: 100%;
    opacity: 0.08;
    content: '';
    left: 0;
    z-index: -1;
}.inclusion_07824 .info_item {
    min-width: 200px;
    max-width: 300px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    flex: 1;
}.inclusion_07824 .info_item:not(:last-child)::after {
    transform: translateY(-50%);
    background: linear-gradient(to bottom, transparent, rgb(111,118,110,0.5), transparent);
    width: 1px;
    position: absolute;
    right: -0.75rem;
    top: 50%;
    content: '';
    height: 70%;
}.inclusion_07824 .info_item p,
.inclusion_07824 .info_item a {
    border-radius: 10px;
    transition: all 0.3s ease;
    align-items: center;
    gap: 0.875rem;
    padding: 0.5rem;
    color: #000000;
    text-decoration: none;
    display: flex;
    font-size: 13px;
}.inclusion_07824 .info_item:hover {
    transform: translateY(-5px);
}.inclusion_07824 .info_item:hover p,
.inclusion_07824 .info_item:hover a {
    color: rgb(155,168,155);
}.inclusion_07824 .info_item svg {
    fill: rgb(155,168,155);
    transition: transform 0.3s ease;
    width: 22px;
    height: 22px;
}.inclusion_07824 .info_item:hover svg {
    transform: scale(1.15);
}.inclusion_07824 .text_main_holder {
    gap: 4rem;
    grid-template-columns: 1fr 1.5fr 1fr;
    display: grid;
    position: relative;
}.inclusion_07824 .main_lead_85120 {
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
}.inclusion_07824 .main_lead_85120 svg {
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease, transform 0.3s ease;
    height: auto;
    max-width: 180px;
}.inclusion_07824 .main_lead_85120:hover svg {
    filter: brightness(0) invert(1) drop-shadow(0 0 5px rgb(155,168,155,0.5));
    transform: scale(1.03);
}.inclusion_07824 .faculty_info_84320 {
    font-size: calc(15px + 1px);
    line-height: 1.6;
    opacity: 0.8;
}.inclusion_07824 .top_sitebar_04236 {
    display: flex;
    flex-direction: column;
    position: relative;
}.inclusion_07824 .top_sitebar_04236::before {
    left: -2rem;
    bottom: 0;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(111,118,110,0.5) 30%, rgb(111,118,110,0.5) 70%, transparent);
    top: 0;
    content: '';
    position: absolute;
}.inclusion_07824 .top_sitebar_04236::after {
    background: linear-gradient(to bottom, transparent, rgb(111,118,110,0.5) 30%, rgb(111,118,110,0.5) 70%, transparent);
    width: 1px;
    content: '';
    top: 0;
    position: absolute;
    bottom: 0;
    right: -2rem;
}.inclusion_07824 .top_sitebar_04236 h5 {
    margin-bottom: 1.75rem;
    font-size: 20px;
    padding-bottom: 0.875rem;
    position: relative;
    font-weight: 600;
}.inclusion_07824 .top_sitebar_04236 h5::after {
    bottom: 0;
    content: '';
    height: 2px;
    background: linear-gradient(to right, rgb(155,168,155), transparent);
    width: 60px;
    left: 0;
    position: absolute;
}.inclusion_07824 .header_edu_84062 {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 1.25rem;
}.inclusion_07824 .header_edu_84062:first-child {
    margin-bottom: 2rem;
}.inclusion_07824 .header_edu_84062 a {
    transform-origin: left;
    transition: all 0.3s ease;
    opacity: 0.85;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    position: relative;
    padding: 0.25rem 0;
}.inclusion_07824 .header_edu_84062 a::before {
    transition: width 0.3s ease;
    background-color: rgb(155,168,155);
    width: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    content: '';
    height: 1px;
}.inclusion_07824 .header_edu_84062 a:hover {
    opacity: 1;
    transform: translateX(8px);
    color: rgb(155,168,155);
}.inclusion_07824 .header_edu_84062 a:hover::before {
    width: 20px;
}.inclusion_07824 .subscribe_holder {
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    padding: 2rem;
    backdrop-filter: blur(10px);
    gap: 1.5rem;
    border-radius: 22px;
    display: flex;
    flex-direction: column;
}.inclusion_07824 .subscribe_holder::before {
    background: 
        linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05) 50%, transparent 100%),
        radial-gradient(circle at top right, rgb(155,168,155,0.5), transparent 70%);
    height: 100%;
    opacity: 0.2;
    width: 100%;
    position: absolute;
    top: 0;
    content: '';
    z-index: -1;
    left: 0;
}.inclusion_07824 .subscribe_holder::after {
    bottom: 0;
    opacity: 0.3;
    animation: pulseGlow 6s infinite alternate;
    height: 150px;
    position: absolute;
    width: 150px;
    right: 0;
    background: radial-gradient(circle, rgb(155,168,155,0.5) 0%, transparent 70%);
    content: '';
    z-index: -1;
}@keyframes pulseGlow {
    0% {
        opacity: 0.1;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.2);
    }
}

.inclusion_07824 .subscribe_holder h5 {
    margin-bottom: 0.5rem;
    font-size: 20px;
    padding-bottom: 0.875rem;
    position: relative;
    font-weight: 600;
}.inclusion_07824 .subscribe_holder h5::after {
    bottom: 0;
    width: 40px;
    background: rgb(155,168,155);
    position: absolute;
    content: '';
    height: 2px;
    left: 0;
}.inclusion_07824 .subscribe_holder p {
    font-size: 13px;
    opacity: 0.9;
    margin-bottom: 0.5rem;
    line-height: 1.6;
}.inclusion_07824 .input_holder {
    margin-top: 0.5rem;
    display: flex;
    position: relative;
    gap: 1rem;
    flex-direction: column;
}.inclusion_07824 .input_holder::before {
    opacity: 0.1;
    height: calc(100% + 20px);
    border-radius: calc(10px + 10px);
    content: '';
    position: absolute;
    z-index: -1;
    animation: subtleRotate 15s linear infinite;
    left: -10px;
    top: -10px;
    background: 
        radial-gradient(circle at bottom right, rgb(155,168,155,0.5) 0%, transparent 70%),
        radial-gradient(circle at top left, rgb(111,118,110,0.5) 0%, transparent 70%);
    width: calc(100% + 20px);
}@keyframes subtleRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.inclusion_07824 .input_holder input[type="email"] {
    color: #ffffff;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 13px;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 1.125rem 1.5rem;
}.inclusion_07824 .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 0 3px rgb(155,168,155,0.5);
    outline: none;
    border-color: rgb(155,168,155,0.5);
}.inclusion_07824 .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.inclusion_07824 .sub_tile_58937 {
    border-radius: 10px;
    z-index: 1;
    overflow: hidden;
    font-size: 14px;
    font-weight: 600;
    padding: 1.125rem 1.5rem;
    transition: all 0.3s ease;
    color: #ffffff;
    position: relative;
    background-color: rgb(155,168,155);
    cursor: pointer;
    border: none;
}.inclusion_07824 .sub_tile_58937::before {
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: '';
    z-index: -1;
    left: -100%;
    position: absolute;
    height: 100%;
    transition: left 0.7s ease;
    width: 100%;
}.inclusion_07824 .sub_tile_58937::after {
    background: rgb(111,118,110);
    z-index: -2;
    height: 100%;
    content: '';
    top: 0;
    width: 100%;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: absolute;
}.inclusion_07824 .sub_tile_58937:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}.inclusion_07824 .sub_tile_58937:hover::before {
    left: 100%;
}.inclusion_07824 .sub_tile_58937:hover::after {
    opacity: 1;
}.inclusion_07824 .teach_supp_38746 {
    padding-top: 2rem;
    position: relative;
    margin-top: 4rem;
    text-align: center;
}.inclusion_07824 .teach_supp_38746::before {
    height: 1px;
    top: 0;
    content: '';
    width: 60%;
    background: linear-gradient(to right, transparent, rgb(111,118,110,0.5), transparent);
    left: 20%;
    position: absolute;
}.inclusion_07824 .stats_tool_40573 {
    opacity: 0.7;
    font-size: 15px;
}

@media (max-width: 1200px) {.inclusion_07824 .text_main_holder {
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
}.inclusion_07824 .subscribe_holder {
    grid-column: 1 / -1;
    margin-top: 2rem;
}.inclusion_07824 .top_sitebar_04236::after {
    display: none;
}
}

@media (max-width: 991px) {.inclusion_07824 {
    padding: 5rem 0 2rem;
}.inclusion_07824 .ask_team_42678 {
    justify-content: center;
    flex-wrap: wrap;
}.inclusion_07824 .info_item {
    flex: 0 0 auto;
    width: calc(50% - 2rem);
    max-width: none;
}.inclusion_07824 .info_item:not(:last-child)::after {
    display: none;
}.inclusion_07824 .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1fr;
}.inclusion_07824 .top_sitebar_04236::before, 
    .inclusion_07824 .top_sitebar_04236::after {
    display: none;
}.inclusion_07824 .main_lead_85120 {
    text-align: center;
    align-items: center;
}.inclusion_07824 .top_sitebar_04236 h5, 
    .inclusion_07824 .subscribe_holder h5 {
    text-align: center;
}.inclusion_07824 .top_sitebar_04236 h5::after, 
    .inclusion_07824 .subscribe_holder h5::after {
    left: 50%;
    transform: translateX(-50%);
}.inclusion_07824 .header_edu_84062 {
    grid-template-columns: repeat(3, 1fr);
}.inclusion_07824 .input_holder {
    margin: 0 auto;
    max-width: 400px;
}
}

@media (max-width: 768px) {.inclusion_07824 {
    padding: 4rem 0 2rem;
}.inclusion_07824 .ask_team_42678 {
    transform: translateY(-2.5rem);
    padding: 1rem 1.5rem;
}.inclusion_07824 .info_item {
    width: 100%;
    max-width: none;
}.inclusion_07824 .header_edu_84062 {
    grid-template-columns: repeat(2, 1fr);
}.inclusion_07824 .teach_supp_38746 {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.inclusion_07824 {
    padding: 3rem 0 1.5rem;
}.inclusion_07824 .ask_team_42678 {
    transform: translateY(-1.5rem);
    padding: 1rem;
}.inclusion_07824 .info_item p,
    .inclusion_07824 .info_item a {
    font-size: calc(13px - 1px);
}.inclusion_07824 .header_edu_84062 {
    grid-template-columns: 1fr;
    text-align: center;
}.inclusion_07824 .header_edu_84062 a:hover {
    transform: none;
}.inclusion_07824 .header_edu_84062 a::before {
    left: 50%;
    transform: translateX(-50%);
}.inclusion_07824 .header_edu_84062 a:hover::before {
    width: 30px;
}.inclusion_07824 .input_holder {
    width: 100%;
}}.homepage_45267 {
    width: 100%;
    overflow: hidden;
    height: 100vh;
    min-height: 650px;
    position: relative;
    background-color: rgb(202,208,180);
}.homepage_45267 .study_guide_94850 {
    width: 100%;
    display: grid;
    grid-template-rows: 1fr;
    position: relative;
    height: 100%;
    grid-template-columns: 1fr 1fr;
}.homepage_45267 .page_lead_95160 {
    position: relative;
    height: 100%;
    grid-row: 1;
    z-index: 1;
    grid-column: 2;
    width: 100%;
    overflow: hidden;
}.homepage_45267 .page_lead_95160::before {
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 2;
    background: linear-gradient(
        90deg,
        #000000 0%,
        transparent 30%,
        transparent 70%,
        rgb(155,168,155,0.5) 100%
    );
    opacity: 0.7;
    content: '';
}.homepage_45267 .page_lead_95160::after {
    left: 0;
    height: 40%;
    background: linear-gradient(
        to top,
        rgb(202,208,180) 0%,
        transparent 100%
    );
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 0;
    content: '';
}.homepage_45267 .learn_home_16274 {
    flex-direction: column;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    animation: vertical-slide 30s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}.homepage_45267 .learn_lead_65043 {
    flex: 0 0 calc(100% / var(--slide-count, 2));
    position: relative;
    overflow: hidden;
    width: 100%;
}.homepage_45267 .learn_lead_65043 img {
    transform: scale(1);
    object-fit: cover;
    object-position: center;
    height: 100%;
    transition: transform 0.7s ease;
    width: 100%;
}.homepage_45267 .learn_lead_65043:hover img {
    transform: scale(1.03);
}.homepage_45267 .learn_home_16274:hover {
    animation-play-state: paused;
}.homepage_45267 .text_block_06491 {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    grid-row: 1;
    flex-direction: column;
    align-items: flex-start;
    background: linear-gradient(
        90deg,
        rgb(202,208,180) 70%,
        transparent 100%
    );
    padding: 0 10% 0 10%;
    grid-column: 1;
}.homepage_45267 .text_block_06491::before {
    background: linear-gradient(
        to bottom,
        rgb(155,168,155) 0%,
        rgb(111,118,110) 100%
    );
    content: '';
    position: absolute;
    width: 5px;
    height: 60%;
    z-index: 1;
    right: 0;
    top: 20%;
    box-shadow: 0 0 15px rgb(155,168,155,0.5);
}.homepage_45267 .text_block_06491 h1 {
    opacity: 0;
    font-weight: 700;
    text-shadow: 0 2px 10px #000000;
    transform: translateX(-30px);
    letter-spacing: 1px;
    font-size: 48px;
    margin-bottom: 1.5rem;
    animation: text-slide-in 0.8s ease-out forwards;
    text-align: left;
    max-width: 90%;
    position: relative;
    color: #ffffff;
}.homepage_45267 .text_block_06491 p {
    text-shadow: 0 1px 8px #000000;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.7;
    animation: text-slide-in 0.8s ease-out 0.2s forwards;
    backdrop-filter: blur(2px);
    margin-bottom: 2rem;
    opacity: 0;
    border-radius: 10px;
    font-size: 17px;
    max-width: 85%;
    transform: translateX(-30px);
    text-align: left;
    background: linear-gradient(90deg, rgb(155,168,155,0.5) 0%, transparent 100%);
    padding: 1rem;
}.homepage_45267 .text_block_06491 .inquiry_grid_24179 {
    border: none;
    padding: 0.9rem 2.2rem;
    opacity: 0;
    background-color: rgb(155,168,155);
    display: inline-block;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgb(155,168,155,0.5);
    text-decoration: none;
    transform: translateY(30px);
    transition: all 0.3s ease;
    animation: button-slide-up 0.8s ease-out 0.4s forwards;
}.homepage_45267 .text_block_06491 .inquiry_grid_24179:hover {
    transform: translateY(-3px);
    background-color: rgb(111,118,110);
    box-shadow: 0 6px 18px rgb(111,118,110,0.5);
}.homepage_45267 .background-decoration {
    position: absolute;
    left: 0;
    z-index: 0;
    pointer-events: none;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}.homepage_45267 .background-decoration::before {
    left: -150px;
    border-radius: 50%;
    filter: blur(80px);
    content: '';
    animation: blob-move 15s infinite alternate;
    width: 300px;
    top: -150px;
    opacity: 0.2;
    background: rgb(155,168,155,0.5);
    height: 300px;
    position: absolute;
}.homepage_45267 .background-decoration::after {
    animation: blob-move 15s infinite alternate-reverse;
    position: absolute;
    filter: blur(100px);
    background: rgb(111,118,110,0.5);
    opacity: 0.15;
    height: 350px;
    right: 30%;
    bottom: -150px;
    content: '';
    border-radius: 50%;
    width: 350px;
}

@keyframes vertical-slide {
    0%, 18% {
        transform: translateY(0);
    }
    22%, 38% {
        transform: translateY(calc(-100% / var(--slide-count, 4)));
    }
    42%, 58% {
        transform: translateY(calc(-200% / var(--slide-count, 4)));
    }
    62%, 78% {
        transform: translateY(calc(-300% / var(--slide-count, 4)));
    }
    82%, 98% {
        transform: translateY(calc(-400% / var(--slide-count, 4)));
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes text-slide-in {
    0% {
        transform: translateX(-30px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes button-slide-up {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes blob-move {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(50px, 20px) scale(1.1);
    }
    100% {
        transform: translate(10px, 40px) scale(0.9);
    }
}

@media (max-width: 1200px) {.homepage_45267 .text_block_06491 {
    padding: 0 8% 0 8%;
}.homepage_45267 .text_block_06491 h1 {
    font-size: calc(48px * 0.9);
    max-width: 95%;
}.homepage_45267 .text_block_06491 p {
    max-width: 90%;
}
}

@media (max-width: 992px) {.homepage_45267 .study_guide_94850 {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
}.homepage_45267 .page_lead_95160 {
    grid-column: 1;
    grid-row: 1;
    height: 50vh;
    clip-path: none;
}.homepage_45267 .page_lead_95160::before {
    background: linear-gradient(
            0deg,
            #000000 0%,
            transparent 70%
        );
}.homepage_45267 .text_block_06491 {
    grid-row: 2;
    align-items: center;
    padding: 2rem 10%;
    grid-column: 1;
    background: rgb(202,208,180);
}.homepage_45267 .text_block_06491::before {
    width: 60%;
    left: 20%;
    top: 0;
    right: auto;
    height: 3px;
}.homepage_45267 .text_block_06491 h1 {
    max-width: 100%;
    text-align: center;
}.homepage_45267 .text_block_06491 p {
    background: linear-gradient(180deg, rgb(155,168,155,0.5) 0%, transparent 100%);
    text-align: center;
    max-width: 100%;
}.homepage_45267 {
    height: auto;
    min-height: unset;
}
}

@media (max-width: 768px) {.homepage_45267 .page_lead_95160 {
    height: 40vh;
}.homepage_45267 .text_block_06491 {
    padding: 2rem 8%;
}.homepage_45267 .text_block_06491 h1 {
    font-size: 48px;
    margin-bottom: 1.2rem;
}.homepage_45267 .text_block_06491 p {
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: calc(17px * 0.95);
}.homepage_45267 .text_block_06491 .inquiry_grid_24179 {
    padding: 0.8rem 2rem;
}
}

@media (max-width: 576px) {.homepage_45267 .page_lead_95160 {
    height: 35vh;
}.homepage_45267 .text_block_06491 {
    padding: 1.5rem 5%;
}.homepage_45267 .text_block_06491 h1 {
    font-size: calc(48px * 0.9);
    margin-bottom: 1rem;
}.homepage_45267 .text_block_06491 p {
    font-size: calc(17px * 0.9);
    margin-bottom: 1.2rem;
}.homepage_45267 .text_block_06491 .inquiry_grid_24179 {
    padding: 0.7rem 1.8rem;
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 420px) {.homepage_45267 .page_lead_95160 {
    height: 30vh;
}.homepage_45267 .text_block_06491 {
    padding: 1.2rem 5%;
}.homepage_45267 .text_block_06491 h1 {
    font-size: calc(48px * 0.8);
}.homepage_45267 .text_block_06491 p {
    font-size: calc(17px * 0.85);
    margin-bottom: 1rem;
    line-height: 1.5;
}.homepage_45267 .text_block_06491 .inquiry_grid_24179 {
    padding: 0.6rem 1.5rem;
    font-size: calc(15px * 0.9);
}
}

@media (max-height: 700px) and (min-width: 993px) {.homepage_45267 .text_block_06491 h1 {
    margin-bottom: 1rem;
}.homepage_45267 .text_block_06491 p {
    line-height: 1.5;
    margin-bottom: 1.2rem;
}}

.homepage_45267 .learn_home_16274 {
    height: calc(100% * var(--slide-count, 2));
    flex-wrap: wrap;
    --slide-count: 2;
}.homepage_45267:has(.learn_lead_65043:nth-child(3)) .learn_home_16274 {
    --slide-count: 3;
}.homepage_45267:has(.learn_lead_65043:nth-child(4)) .learn_home_16274 {
    --slide-count: 4;
}.homepage_45267:has(.learn_lead_65043:nth-child(5)) .learn_home_16274 {
    --slide-count: 5;
}.homepage_45267:has(.learn_lead_65043:nth-child(n+6)) .learn_home_16274 {
    --slide-count: 5;
}.education_framework_23510 {
    align-items: center;
    overflow: hidden;
    position: relative;
    display: flex;
    padding: 6rem 2rem;
    background: rgb(202,208,180);
    min-height: 70vh;
}.education_framework_23510::before {
    content: '';
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(155,168,155,0.5) 0%, transparent 25%),
        radial-gradient(circle at 90% 80%, rgb(111,118,110,0.5) 0%, transparent 25%);
    width: 100%;
    top: 0;
    position: absolute;
    filter: blur(40px);
    height: 100%;
}.education_framework_23510::after {
    width: 100%;
    position: absolute;
    height: 100%;
    content: '';
    left: 0;
    opacity: 0.1;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(155,168,155,0.5) 49%, rgb(155,168,155,0.5) 51%, transparent 52%) 0 0 / 30px 30px,
        linear-gradient(135deg, transparent 48%, rgb(111,118,110,0.5) 49%, rgb(111,118,110,0.5) 51%, transparent 52%) 0 0 / 30px 30px;
    top: 0;
}.education_framework_23510 .study_guide_94850 {
    margin: 0 auto;
    position: relative;
    display: flex;
    z-index: 2;
    justify-content: center;
    max-width: 1200px;
    width: 100%;
}.education_framework_23510 .text_block_06491 {
    max-width: 800px;
    border-radius: 20px;
    background: rgb(202,208,180);
    width: 80%;
    box-shadow: 
        12px 12px 24px rgba(0, 0, 0, 0.15),
        -12px -12px 24px rgba(255, 255, 255, 0.8);
    padding: 3.5rem;
    transition: all 0.4s ease;
    position: relative;
}.education_framework_23510 .text_block_06491:hover {
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.2),
        -15px -15px 30px rgba(255, 255, 255, 0.9);
}.education_framework_23510 .text_block_06491::before {
    content: '';
    right: 20px;
    position: absolute;
    border-radius: 50%;
    width: 60px;
    animation: pulse 5s infinite alternate;
    top: 20px;
    z-index: -1;
    background: linear-gradient(135deg, rgb(155,168,155,0.5), rgb(111,118,110,0.5));
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.1),
        -4px -4px 8px rgba(255, 255, 255, 0.9);
    height: 60px;
}@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.1);
        opacity: 0.9;
    }
}

.education_framework_23510 .text_block_06491::after {
    height: 40px;
    content: '';
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.1),
        -4px -4px 8px rgba(255, 255, 255, 0.9);
    z-index: -1;
    border-radius: 50%;
    bottom: 20px;
    animation: pulse 5s infinite alternate-reverse;
    background: linear-gradient(135deg, rgb(111,118,110,0.5), rgb(155,168,155,0.5));
    left: 20px;
    width: 40px;
    position: absolute;
}.education_framework_23510 h2 {
    display: inline-block;
    -webkit-background-clip: text !important;
    margin-bottom: 2rem;
    font-weight: 700;
    font-size: 30px;
    background-clip: text !important;
    text-align: center;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    position: relative;
    background: linear-gradient(135deg, rgb(155,168,155), rgb(111,118,110));
    color: #000000;
}.education_framework_23510 h2::before {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    content: '';
    position: absolute;
    height: 5px;
    left: 0;
    border-radius: 10px;
    width: 100%;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(155,168,155,0.5) 0%, rgb(111,118,110) 50%, rgb(155,168,155,0.5) 100%);
}.education_framework_23510 p {
    background: rgb(202,208,180);
    box-shadow: 
        inset 3px 3px 6px rgba(0, 0, 0, 0.1),
        inset -3px -3px 6px rgba(255, 255, 255, 0.7);
    margin-top: 1.5rem;
    font-size: 17px;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 10px;
    color: #000000;
    padding: 1rem;
    line-height: 1.8;
}.education_framework_23510 .text_block_06491:hover p {
    box-shadow: 
        inset 4px 4px 8px rgba(0, 0, 0, 0.12),
        inset -4px -4px 8px rgba(255, 255, 255, 0.8);
}.education_framework_23510 .text_block_06491::before,
.education_framework_23510 .text_block_06491::after {
    transition: all 0.5s ease;
}.education_framework_23510 .text_block_06491:hover::before {
    transform: scale(1.15) translateY(-5px);
}.education_framework_23510 .text_block_06491:hover::after {
    transform: scale(1.15) translateY(5px);
}

@media (max-width: 992px) {.education_framework_23510 {
    padding: 4rem 1.5rem;
}.education_framework_23510 .text_block_06491 {
    width: 90%;
    padding: 2.5rem;
}.education_framework_23510 h2 {
    font-size: calc(30px * 0.9);
}.education_framework_23510 p {
    padding: 0.8rem;
}
}

@media (max-width: 768px) {.education_framework_23510 {
    min-height: auto;
    padding: 3rem 1rem;
}.education_framework_23510 .text_block_06491 {
    padding: 2rem;
    width: 100%;
}.education_framework_23510 h2 {
    font-size: calc(30px * 0.8);
    margin-bottom: 1.5rem;
}.education_framework_23510 p {
    padding: 0.6rem;
    font-size: calc(17px * 0.95);
}.education_framework_23510 .text_block_06491::before {
    top: 15px;
    width: 40px;
    height: 40px;
    right: 15px;
}.education_framework_23510 .text_block_06491::after {
    left: 15px;
    width: 30px;
    height: 30px;
    bottom: 15px;
}
}

@media (max-width: 576px) {.education_framework_23510 {
    padding: 2.5rem 0.8rem;
}.education_framework_23510 .text_block_06491 {
    padding: 1.5rem;
    box-shadow: 
            8px 8px 16px rgba(0, 0, 0, 0.15),
            -8px -8px 16px rgba(255, 255, 255, 0.8);
}.education_framework_23510 h2 {
    font-size: calc(30px * 0.7);
    margin-bottom: 1.2rem;
}.education_framework_23510 h2::before {
    height: 3px;
    bottom: -8px;
}.education_framework_23510 p {
    margin-top: 1rem;
    padding: 0.5rem;
    font-size: calc(17px * 0.9);
}}.register_now_90823 {
    overflow: hidden;
    padding: 5rem 0;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgb(202,208,180) 0%, rgb(155,168,155,0.5) 100%);
    position: relative;
}.register_now_90823::before {
    right: 0;
    position: absolute;
    content: '';
    top: 0;
    z-index: 1;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 20px,
        rgba(255, 255, 255, 0.03) 20px,
        rgba(255, 255, 255, 0.03) 40px
    );
    bottom: 0;
    left: 0;
}.register_now_90823::after {
    opacity: 0.6;
    width: 300px;
    filter: blur(30px);
    height: 300px;
    z-index: 0;
    right: -100px;
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(155,168,155,0.5) 0%, transparent 70%);
    content: '';
    top: -150px;
}.register_now_90823 .container {
    margin: 0 auto;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: rgba(255, 255, 255, 0.9);
    max-width: 1140px;
    z-index: 2;
    padding: 3rem;
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.05),
        -20px -20px 40px rgba(255, 255, 255, 0.8),
        inset 5px 5px 10px rgba(255, 255, 255, 0.8),
        inset -5px -5px 10px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
}.register_now_90823 .container:hover {
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.08),
        -25px -25px 50px rgba(255, 255, 255, 0.9),
        inset 5px 5px 10px rgba(255, 255, 255, 0.9),
        inset -5px -5px 10px rgba(0, 0, 0, 0.03);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.register_now_90823 h6 {
    transform: translateY(0);
    line-height: 1.5;
    opacity: 1;
    letter-spacing: 0.5px;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 2.5rem;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
}.register_now_90823 .container:hover h6 {
    transform: translateY(-5px);
}.register_now_90823 div div {
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}.register_now_90823 div span {
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: inline-block;
    z-index: 2;
    transform: translateY(0);
    position: relative;
}.register_now_90823 div span:hover {
    transform: translateY(-5px);
}.register_now_90823 .inquiry_grid_24179 {
    border-radius: 10px;
    position: relative;
    color: #ffffff;
    cursor: pointer;
    justify-content: center;
    display: inline-flex;
    font-size: 14px;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    text-decoration: none;
    box-shadow: 
        0 10px 20px rgba(rgb(155,168,155,0.5), 0.2),
        0 5px 10px rgba(rgb(155,168,155,0.5), 0.1),
        inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    border: none;
    font-weight: 600;
    align-items: center;
    background: linear-gradient(135deg, rgb(155,168,155) 0%, rgb(111,118,110) 100%);
    overflow: hidden;
    padding: 15px 32px;
}.register_now_90823 .inquiry_grid_24179::before {
    position: absolute;
    transition: left 0.7s ease;
    top: 0;
    width: 100%;
    background: linear-gradient(
        90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent
    );
    content: '';
    height: 100%;
    left: -100%;
}.register_now_90823 .inquiry_grid_24179:hover {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 
        0 15px 25px rgba(rgb(155,168,155,0.5), 0.3),
        0 10px 15px rgba(rgb(155,168,155,0.5), 0.2),
        inset 0 -2px 0 rgba(0, 0, 0, 0.1);
}.register_now_90823 .inquiry_grid_24179:hover::before {
    left: 100%;
}.register_now_90823 .inquiry_grid_24179:active {
    box-shadow: 
        0 5px 10px rgba(rgb(155,168,155,0.5), 0.2),
        0 2px 5px rgba(rgb(155,168,155,0.5), 0.1),
        inset 0 2px 3px rgba(0, 0, 0, 0.1);
    transform: translateY(1px) scale(0.98);
}.register_now_90823 .inquiry_grid_24179 span {
    transition: transform 0.3s ease;
    z-index: 1;
    position: relative;
}.register_now_90823 .inquiry_grid_24179:hover span {
    transform: scale(1.05);
}


@media (max-width: 1200px) {.register_now_90823 .container {
    max-width: 960px;
    padding: 2.5rem;
}
}

@media (max-width: 992px) {.register_now_90823 {
    padding: 4rem 0;
}.register_now_90823 .container {
    padding: 2rem;
    max-width: 720px;
    transform: perspective(1000px) rotateX(1deg);
}.register_now_90823 h6 {
    font-size: calc(20px * 0.95);
    margin-bottom: 2rem;
}
}

@media (max-width: 768px) {.register_now_90823 {
    padding: 3.5rem 0;
}.register_now_90823 .container {
    max-width: 540px;
    padding: 1.75rem;
    transform: perspective(1000px) rotateX(0.5deg);
}.register_now_90823 h6 {
    margin-bottom: 1.75rem;
    font-size: calc(20px * 0.9);
}.register_now_90823 .inquiry_grid_24179 {
    padding: 12px 28px;
}
}

@media (max-width: 576px) {.register_now_90823 {
    padding: 3rem 0;
}.register_now_90823 .container {
    padding: 1.5rem;
    transform: none;
    width: 90%;
}.register_now_90823 h6 {
    margin-bottom: 1.5rem;
    font-size: calc(20px * 0.85);
    line-height: 1.4;
}.register_now_90823 .inquiry_grid_24179 {
    font-size: calc(14px * 0.9);
    padding: 10px 24px;
}
}

@media (max-width: 400px) {.register_now_90823 {
    padding: 2.5rem 0;
}.register_now_90823 .container {
    padding: 1.25rem;
    width: 95%;
}.register_now_90823 h6 {
    margin-bottom: 1.25rem;
    font-size: calc(20px * 0.8);
}.register_now_90823 .inquiry_grid_24179 {
    padding: 8px 20px;
    font-size: calc(14px * 0.85);
}}.education_history_25618 {
    background: linear-gradient(150deg, rgb(202,208,180) 0%, #000000 100%);
    position: relative;
    overflow: hidden;
    padding: 8rem 0;
    min-height: 700px;
}.education_history_25618::before {
    background: 
        linear-gradient(90deg, transparent 85%, rgb(155,168,155,0.5) 85%, rgb(155,168,155,0.5) 88%, transparent 88%),
        linear-gradient(180deg, transparent 85%, rgb(111,118,110,0.5) 85%, rgb(111,118,110,0.5) 88%, transparent 88%);
    animation: gridFlow 20s linear infinite;
    width: 100%;
    left: 0;
    opacity: 0.1;
    top: 0;
    height: 100%;
    content: "";
    background-size: 150px 150px;
    position: absolute;
    z-index: 1;
}.education_history_25618 .container {
    padding: 0 2rem;
    max-width: 1300px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.education_history_25618 .student_reviews_94178 {
    grid-template-rows: auto auto 1fr;
    position: relative;
    background: transparent;
    min-height: 580px;
    gap: 20px 30px;
    display: grid;
    grid-template-areas:
        "photo name"
        "photo job"
        "photo quote";
    grid-template-columns: 45% 1fr;
}.education_history_25618 .student_reviews_94178::before {
    border-radius: 20px;
    content: "";
    right: 0;
    opacity: 0.3;
    z-index: -1;
    left: 0;
    filter: blur(40px);
    position: absolute;
    height: 90%;
    background: linear-gradient(90deg, rgb(155,168,155,0.5) 0%, transparent 50%);
    animation: horizontalBreathing 8s ease-in-out infinite alternate;
    transform: translateY(-50%);
    top: 50%;
}.education_history_25618 .student_reviews_94178::after {
    position: absolute;
    top: 0;
    z-index: -2;
    width: 100%;
    content: "";
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(15px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.2) 100%);
    left: 0;
    border-radius: 20px;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.education_history_25618 .image_slider_70926 {
    height: 100%;
    border-radius: 20px 0 0 20px;
    grid-area: photo;
    overflow: hidden;
    position: relative;
    z-index: 2;
    transform: scale(1);
    filter: contrast(1.1) brightness(1.05);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}.education_history_25618 .student_reviews_94178:hover .image_slider_70926 {
    transform: scale(1.02);
    filter: contrast(1.2) brightness(1.1);
}.education_history_25618 .image_slider_70926::before {
    width: 10px;
    content: "";
    animation: pulseOpacity 3s ease-in-out infinite;
    opacity: 0.7;
    background: rgb(155,168,155);
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    z-index: 3;
}.education_history_25618 .name {
    color: #ffffff;
    font-weight: 700;
    transform: translateX(0);
    z-index: 3;
    align-self: end;
    padding-bottom: 10px;
    grid-area: name;
    margin-top: 80px;
    font-size: 29px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    position: relative;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}.education_history_25618 .student_reviews_94178:hover .name {
    transform: translateX(15px);
}.education_history_25618 .name::after {
    transition: width 0.5s ease;
    bottom: 0;
    background: rgb(155,168,155);
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 2px;
}.education_history_25618 .student_reviews_94178:hover .name::after {
    width: 60%;
}.education_history_25618 .student_reviews_94178 span:not(.name) {
    grid-area: job;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
    padding: 0.6rem 1.2rem;
    color: rgb(111,118,110);
    display: inline-block;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    align-self: start;
    border-radius: 10px;
    position: relative;
    font-size: 18px;
    transform: translateX(0);
    font-weight: 600;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(5px);
    z-index: 3;
}.education_history_25618 .student_reviews_94178:hover span:not(.name) {
    transform: translateX(15px);
    background: rgba(0, 0, 0, 0.3);
}.education_history_25618 .career_insights_16527 {
    position: relative;
    border-left: 4px solid rgb(111,118,110);
    padding: 2rem;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    z-index: 2;
    border-radius: 20px;
    transform: translateY(0);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    width: 95%;
    backdrop-filter: blur(10px);
    align-self: start;
    grid-area: quote;
    line-height: 1.8;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    font-size: 16px;
    margin-right: 0;
}.education_history_25618 .student_reviews_94178:hover .career_insights_16527 {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
    transform: translateX(15px) translateY(-5px);
}.education_history_25618 .container::after {
    filter: blur(70px);
    width: 300px;
    opacity: 0.3;
    right: -150px;
    position: absolute;
    background: radial-gradient(circle, rgb(111,118,110,0.5) 0%, transparent 70%);
    animation: pulseGlow 10s ease-in-out infinite alternate;
    content: "";
    bottom: -150px;
    height: 300px;
    z-index: -1;
}

@keyframes gridFlow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 150px 150px;
    }
}

@keyframes horizontalBreathing {
    0%, 100% {
        opacity: 0.2;
        transform: translateY(-50%) scaleX(0.9);
    }
    50% {
        opacity: 0.4;
        transform: translateY(-50%) scaleX(1.1);
    }
}

@keyframes pulseOpacity {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.9;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 992px) {.education_history_25618 .student_reviews_94178 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    grid-template-areas:
            "image_slider_70926"
            "name"
            "job_achievements_82367"
            "career_insights_16527";
    gap: 20px;
}.education_history_25618 .image_slider_70926 {
    border-radius: 20px 20px 0 0;
    height: 350px;
}.education_history_25618 .image_slider_70926::before {
    width: 100%;
    height: 10px;
}.education_history_25618 .name {
    margin-top: 0;
    text-align: center;
}.education_history_25618 .name::after {
    left: 50%;
    transform: translateX(-50%);
}.education_history_25618 .student_reviews_94178:hover .name {
    transform: translateY(-5px);
}.education_history_25618 .student_reviews_94178 span:not(.name) {
    margin: 0 auto;
}.education_history_25618 .student_reviews_94178:hover span:not(.name) {
    transform: translateY(-5px);
}.education_history_25618 .career_insights_16527 {
    border-top: 4px solid rgb(111,118,110);
    border-left: none;
    width: 90%;
    margin: 0 auto;
}.education_history_25618 .student_reviews_94178:hover .career_insights_16527 {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.education_history_25618 {
    padding: 5rem 0;
}.education_history_25618 .image_slider_70926 {
    height: 250px;
}.education_history_25618 .name {
    font-size: 18px;
}.education_history_25618 .student_reviews_94178 span:not(.name) {
    font-size: 16px;
    padding: 0.5rem 1rem;
}.education_history_25618 .career_insights_16527 {
    font-size: calc(16px * 0.9);
    width: 95%;
    padding: 1.5rem;
    line-height: 1.6;
}}.privacy_bastion_62193 {
    color: #000000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    background-color: rgb(202,208,180);
    font-family: Arial, sans-serif;
    padding: 40px;
}.privacy_bastion_62193 h1 {
    border-bottom: 3px solid rgb(155,168,155);
    margin-bottom: 20px;
    font-weight: 700;
    color: rgb(155,168,155);
    font-size: 41px;
    padding-bottom: 10px;
}.privacy_bastion_62193 h2 {
    font-weight: 600;
    color: rgb(111,118,110);
    margin-top: 30px;
    font-size: 34px;
    margin-bottom: 15px;
}.privacy_bastion_62193 h3, .privacy_bastion_62193 h4, .privacy_bastion_62193 h5, .privacy_bastion_62193 h6 {
    color: rgb(155,168,155);
    margin: 20px 0;
}.privacy_bastion_62193 h3 {
    font-size: calc(18px - 4px);
    font-weight: 700;
}.privacy_bastion_62193 h4 {
    font-weight: 600;
    font-size: calc(18px + 2px);
}.privacy_bastion_62193 h5 {
    font-size: 18px;
    font-weight: 400;
}.privacy_bastion_62193 h6 {
    font-size: 21px;
    font-weight: 300;
}.privacy_bastion_62193 ul, .privacy_bastion_62193 ol {
    margin: 15px 0;
    padding-left: 20px;
}.privacy_bastion_62193 li {
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 10px;
}.privacy_bastion_62193 section {
    margin-top: 40px;
}.privacy_bastion_62193 p {
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 18px;
}.privacy_bastion_62193 span {
    font-weight: 600;
    color: rgb(111,118,110);
}.privacy_bastion_62193 div {
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {.privacy_bastion_62193 {
    padding: 20px;
    border-radius: 10px;
}.privacy_bastion_62193 h1 {
    font-size: calc(18px - 10px);
}.privacy_bastion_62193 h2 {
    font-size: calc(18px - 8px);
}.privacy_bastion_62193 ul, .privacy_bastion_62193 ol {
    padding-left: 15px;
}.privacy_bastion_62193 li {
    font-size: calc(18px - 2px);
}}.educational_gains_45267 {
    overflow: hidden;
    padding: 80px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(202,208,180) 0%, rgba(245, 245, 250, 0.95) 100%);
}.educational_gains_45267::before {
    filter: blur(40px);
    top: -10%;
    width: 300px;
    content: '';
    z-index: 0;
    right: -5%;
    height: 300px;
    position: absolute;
    background: radial-gradient(circle, rgb(111,118,110,0.5) 0%, transparent 70%);
}.educational_gains_45267::after {
    height: 250px;
    bottom: -10%;
    z-index: 0;
    background: radial-gradient(circle, rgb(155,168,155,0.5) 0%, transparent 70%);
    content: '';
    position: absolute;
    filter: blur(30px);
    width: 250px;
    left: -5%;
}.educational_gains_45267 .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    position: relative;
    padding: 0 20px;
}.educational_gains_45267 .study_guide_94850 {
    flex-direction: column-reverse;
    padding: 30px;
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(248, 248, 252, 0.8));
    transform: perspective(1000px) rotateX(2deg);
    gap: 40px;
    display: flex;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.8);
}.educational_gains_45267 .study_guide_94850:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.03),
                -15px -15px 30px rgba(255, 255, 255, 0.9);
}.educational_gains_45267 .text_block_06491 {
    position: relative;
    z-index: 2;
}.educational_gains_45267 h4 {
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    display: inline-block;
    transform: translateZ(10px);
    position: relative;
}.educational_gains_45267 h4::after {
    content: '';
    transform-origin: left;
    width: 60px;
    transform: scaleX(0);
    bottom: -8px;
    position: absolute;
    background: rgb(111,118,110);
    transition: transform 0.5s ease-out;
    height: 3px;
    left: 0;
}.educational_gains_45267 .study_guide_94850:hover h4::after {
    transform: scaleX(1);
}.educational_gains_45267 .text_block_06491 > div {
    gap: 20px;
    flex-direction: column;
    display: flex;
}.educational_gains_45267 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.educational_gains_45267 li {
    animation-delay: calc(var(--i, 0) * 0.1s);
    margin-bottom: 15px;
    animation: slideIn 0.5s forwards;
    opacity: 0;
    transform: translateX(-10px);
}.educational_gains_45267 li:nth-child(1) {
    --i: 1;
}.educational_gains_45267 li:nth-child(2) {
    --i: 2;
}.educational_gains_45267 li:nth-child(3) {
    --i: 3;
}.educational_gains_45267 li:nth-child(4) {
    --i: 4;
}.educational_gains_45267 li:nth-child(5) {
    --i: 5;
}.educational_gains_45267 li p {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.03),
                -5px -5px 10px rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    gap: 15px;
    background: linear-gradient(145deg, #ffffff, #f0f0f5);
    color: #000000;
    align-items: flex-start;
    padding: 12px 15px;
    display: flex;
    transition: all 0.3s ease;
    font-size: 12px;
}.educational_gains_45267 li p:hover {
    transform: translateY(-3px);
    box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.05),
                -8px -8px 15px rgba(255, 255, 255, 0.9);
}.educational_gains_45267 li p span:first-child {
    justify-content: center;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}.educational_gains_45267 li p span:last-child {
    line-height: 1.5;
}.educational_gains_45267 svg {
    transition: transform 0.3s ease;
    width: 24px;
    height: 24px;
    transform-origin: center;
}.educational_gains_45267 li:hover svg {
    transform: scale(1.1) rotate(5deg);
}.educational_gains_45267 svg path {
    transition: fill 0.3s ease;
    fill: rgb(111,118,110);
}.educational_gains_45267 li:hover svg path {
    fill: rgb(155,168,155);
}.educational_gains_45267 .image_slider_70926 {
    height: auto;
    transform: perspective(1000px) rotateY(-5deg);
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 10px;
    object-fit: cover;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
    filter: saturate(1.1) contrast(1.05);
}.educational_gains_45267 .study_guide_94850:hover .image_slider_70926 {
    transform: perspective(1000px) rotateY(0deg);
}

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

@media (min-width: 768px) {.educational_gains_45267 {
    padding: 100px 0;
}.educational_gains_45267 .study_guide_94850 {
    align-items: center;
    flex-direction: row;
    gap: 60px;
    padding: 50px;
}.educational_gains_45267 .text_block_06491 {
    flex: 1;
}.educational_gains_45267 .text_block_06491 > div {
    gap: 30px;
    flex-wrap: wrap;
    flex-direction: row;
}.educational_gains_45267 .text_block_06491 > div > div {
    min-width: 280px;
    flex: 1;
}.educational_gains_45267 h4 {
    font-size: 32px;
    margin-bottom: 35px;
}.educational_gains_45267 .image_slider_70926 {
    object-position: center;
    width: 40%;
    height: 400px;
    transform: perspective(1000px) rotateY(-8deg) translateZ(20px);
}
}

@media (min-width: 992px) {.educational_gains_45267 .study_guide_94850 {
    padding: 60px;
}.educational_gains_45267 .image_slider_70926 {
    height: 450px;
    width: 45%;
}.educational_gains_45267 li p {
    padding: 16px 20px;
}
}

@media (min-width: 1200px) {.educational_gains_45267 .study_guide_94850 {
    padding: 70px;
    gap: 80px;
}.educational_gains_45267 h4 {
    margin-bottom: 45px;
}.educational_gains_45267 .image_slider_70926 {
    height: 500px;
}
}

@media (hover: none) {.educational_gains_45267 .study_guide_94850,
    .educational_gains_45267 .study_guide_94850:hover,
    .educational_gains_45267 .image_slider_70926,
    .educational_gains_45267 .study_guide_94850:hover .image_slider_70926 {
    transform: none;
}}.subscribe_to_newsletter_51043 {
    position: relative;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    transform-origin: center bottom;
    padding: 6rem 2rem;
    background: linear-gradient(135deg, #ffffff 0%, rgb(202,208,180) 100%);
    transform: perspective(1000px) rotateX(5deg);
}.subscribe_to_newsletter_51043::before {
    animation: gridMove 30s linear infinite;
    width: 200%;
    content: "";
    z-index: 0;
    left: -50%;
    position: absolute;
    height: 200%;
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5) 0,
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.03;
    top: -50%;
}.subscribe_to_newsletter_51043::after {
    right: 0;
    bottom: 0;
    background: rgb(155,168,155,0.5);
    height: 50%;
    content: "";
    z-index: 0;
    position: absolute;
    opacity: 0.05;
    transform: translate(30%, 30%) rotate(30deg) skewX(-30deg) scale(1, 0.866);
    width: 50%;
}.subscribe_to_newsletter_51043 .container {
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
    z-index: 2;
}.subscribe_to_newsletter_51043 .study_guide_94850 {
    display: grid;
    position: relative;
    grid-template-columns: 1fr 1fr;
    transform-style: preserve-3d;
    gap: 4rem;
}.subscribe_to_newsletter_51043 .study_guide_94850::before {
    width: 50%;
    opacity: 0.1;
    transform: skewY(30deg) rotate(10deg) translateZ(-50px);
    background: rgb(111,118,110);
    content: "";
    top: 20%;
    height: 100%;
    position: absolute;
    filter: blur(20px);
    left: -10%;
}.subscribe_to_newsletter_51043 .study_guide_94850::after {
    position: absolute;
    content: "";
    height: 40%;
    opacity: 0.1;
    filter: blur(15px);
    width: 40%;
    transform: skewY(-20deg) rotate(-10deg) translateZ(-30px);
    top: -20%;
    background: rgb(155,168,155);
    right: 10%;
}.subscribe_to_newsletter_51043 p {
    margin: 0;
    color: #000000;
    position: relative;
    font-weight: 700;
    transform-style: preserve-3d;
    font-size: 35px;
    font-family: Arial, sans-serif;
    transform: translateZ(20px);
    line-height: 1.3;
}.subscribe_to_newsletter_51043 p::before {
    content: "";
    width: 80px;
    background: rgb(155,168,155);
    position: absolute;
    top: -30px;
    opacity: 0.1;
    z-index: -1;
    height: 80px;
    left: -30px;
    transform: translateZ(-10px) rotate(45deg);
}.subscribe_to_newsletter_51043 p::after {
    bottom: -15px;
    background: linear-gradient(90deg, rgb(155,168,155) 0%, transparent 100%);
    content: "";
    position: absolute;
    left: 0;
    width: 60%;
    height: 2px;
}.subscribe_to_newsletter_51043 .input_holder {
    transform: translateZ(40px) translateX(20px) rotate(-2deg);
    gap: 0;
    flex-direction: column;
    display: flex;
    transform-style: preserve-3d;
    position: relative;
}.subscribe_to_newsletter_51043 .input_holder::before {
    position: absolute;
    opacity: 0.03;
    top: 10px;
    z-index: -1;
    transform: translateZ(-10px);
    content: "";
    height: 100%;
    background: #000000;
    width: 100%;
    left: -10px;
}.subscribe_to_newsletter_51043 .upgrade_skills_29438 {
    padding: 1.5rem;
    transition: all 0.3s ease;
    background: #ffffff;
    border-bottom: none;
    outline: none;
    font-size: 16px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    color: #000000;
    transform: translateZ(10px);
    position: relative;
    font-family: Arial, sans-serif;
}.subscribe_to_newsletter_51043 .upgrade_skills_29438:focus {
    box-shadow: 0 0 0 2px rgb(155,168,155,0.5);
    border-color: rgb(155,168,155);
}.subscribe_to_newsletter_51043 .inquiry_grid_24179 {
    background: #000000;
    transition: all 0.3s ease;
    font-size: 15px;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    overflow: hidden;
    font-family: Arial, sans-serif;
    padding: 1.5rem;
    transform: translateZ(20px);
    border: none;
    cursor: pointer;
}.subscribe_to_newsletter_51043 .inquiry_grid_24179::before {
    width: 100%;
    transform: translateY(100%);
    top: 0;
    transition: transform 0.3s ease;
    z-index: -1;
    content: "";
    height: 100%;
    left: 0;
    background: rgb(155,168,155);
    position: absolute;
}.subscribe_to_newsletter_51043 .inquiry_grid_24179:hover {
    color: #ffffff;
}.subscribe_to_newsletter_51043 .inquiry_grid_24179:hover::before {
    transform: translateY(0);
}.subscribe_to_newsletter_51043 .input_holder:hover {
    transform: translateZ(40px) translateX(20px) rotate(0deg);
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@media (max-width: 992px) {.subscribe_to_newsletter_51043 {
    padding: 5rem 1.5rem;
    transform: perspective(1000px) rotateX(3deg);
}.subscribe_to_newsletter_51043 .study_guide_94850 {
    gap: 3rem;
    grid-template-columns: 1fr;
}.subscribe_to_newsletter_51043 .input_holder {
    transform: translateZ(30px) translateX(0) rotate(-2deg);
}.subscribe_to_newsletter_51043 .input_holder:hover {
    transform: translateZ(30px) translateX(0) rotate(0deg);
}.subscribe_to_newsletter_51043 p::before {
    top: -20px;
    left: -20px;
    width: 60px;
    height: 60px;
}
}

@media (max-width: 768px) {.subscribe_to_newsletter_51043 {
    transform: perspective(1000px) rotateX(2deg);
    padding: 4rem 1.5rem;
}.subscribe_to_newsletter_51043 p {
    font-size: calc(35px * 0.8);
}.subscribe_to_newsletter_51043 .input_holder {
    transform: translateZ(20px) translateX(0) rotate(-1deg);
}.subscribe_to_newsletter_51043 .input_holder:hover {
    transform: translateZ(20px) translateX(0) rotate(0deg);
}
}

@media (max-width: 576px) {.subscribe_to_newsletter_51043 {
    padding: 3rem 1rem;
    transform: none;
    margin: 4rem 0;
}.subscribe_to_newsletter_51043 p {
    font-size: 22px;
    transform: none;
}.subscribe_to_newsletter_51043 .input_holder {
    transform: none;
}.subscribe_to_newsletter_51043 .input_holder:hover {
    transform: none;
}.subscribe_to_newsletter_51043 .upgrade_skills_29438,
    .subscribe_to_newsletter_51043 .inquiry_grid_24179 {
    padding: 1.2rem 1rem;
    transform: none;
}.subscribe_to_newsletter_51043 p::before,
    .subscribe_to_newsletter_51043 .study_guide_94850::before,
    .subscribe_to_newsletter_51043 .study_guide_94850::after {
    display: none;
}}.company_info_58043 {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(202,208,180) 0%, #ffffff 100%);
}.company_info_58043::before {
    height: 100%;
    opacity: 0.4;
    left: 0;
    content: "";
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgb(155,168,155,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(111,118,110,0.5) 0%, transparent 25%);
    width: 100%;
    top: 0;
    z-index: 1;
}.company_info_58043 .container {
    z-index: 5;
    position: relative;
}.company_info_58043 h2 {
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 32px;
}.company_info_58043 h2::after {
    width: 80px;
    left: 50%;
    position: absolute;
    bottom: 0;
    content: "";
    background: rgb(155,168,155);
    transform: translateX(-50%);
    height: 3px;
}.company_info_58043 .edu_beliefs_34752 {
    flex-wrap: wrap;
    position: relative;
    display: flex;
    margin-top: 60px;
}.company_info_58043 .value_prop_80243 {
    z-index: 2;
    padding: 40px;
    border-radius: 18px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    margin: 0 10px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    flex: 1 1 calc(50% - 20px);
}.company_info_58043 .value_prop_80243::before {
    height: 0;
    background: rgb(155,168,155);
    top: 0;
    content: "";
    left: 0;
    transition: all 0.5s ease;
    width: 5px;
    position: absolute;
}.company_info_58043 .value_prop_80243:hover::before {
    height: 100%;
}.company_info_58043 .value_prop_80243::after {
    transform: scaleX(0);
    z-index: -1;
    transform-origin: right;
    width: 100%;
    transition: transform 0.5s ease;
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
    background: rgb(202,208,180);
    left: 0;
}.company_info_58043 .value_prop_80243:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}.company_info_58043 .value_prop_80243:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.company_info_58043 .value_prop_80243 h3 {
    color: #000000;
    font-size: 18px;
    margin-bottom: 20px;
    z-index: 2;
    transition: all 0.3s ease;
    position: relative;
    font-weight: 600;
}.company_info_58043 .value_prop_80243:hover h3 {
    color: rgb(155,168,155);
    transform: translateX(10px);
}.company_info_58043 .value_prop_80243 p {
    line-height: 1.8;
    z-index: 2;
    position: relative;
    transition: all 0.3s ease;
    font-size: 18px;
    color: #000000;
}.company_info_58043 .value_prop_80243:hover p {
    transform: translateX(10px);
}.company_info_58043 .value_prop_80243:first-child {
    border-top: 3px solid rgb(155,168,155);
}.company_info_58043 .value_prop_80243:last-child {
    border-top: 3px solid rgb(111,118,110);
}.company_info_58043 .container::before {
    left: -10%;
    border-radius: 10px;
    opacity: 0.2;
    width: 20%;
    height: 20%;
    top: -10%;
    border: 2px solid rgb(155,168,155,0.5);
    position: absolute;
    animation: rotate-element 20s linear infinite;
    content: "";
}.company_info_58043 .container::after {
    position: absolute;
    right: -5%;
    border-radius: 10px;
    animation: rotate-element 15s linear infinite reverse;
    opacity: 0.2;
    height: 15%;
    content: "";
    border: 2px solid rgb(111,118,110,0.5);
    bottom: -5%;
    width: 15%;
}@keyframes rotate-element {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.company_info_58043 .edu_beliefs_34752::before {
    opacity: 0.5;
    content: "";
    bottom: 0;
    background: linear-gradient(to bottom, transparent, rgb(155,168,155,0.5), transparent);
    width: 1px;
    left: 50%;
    top: 0;
    z-index: 1;
    position: absolute;
}.company_info_58043 .edu_beliefs_34752::after {
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    height: 100%;
    background-image: 
        linear-gradient(45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%);
    z-index: 0;
    top: 0;
    background-size: 20px 20px;
    opacity: 0.02;
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
}

@media screen and (max-width: 992px) {.company_info_58043 {
    padding: 80px 0;
}.company_info_58043 .edu_beliefs_34752 {
    flex-direction: column;
    margin-top: 40px;
}.company_info_58043 .value_prop_80243 {
    flex: 1 1 100%;
    margin: 10px 0;
}.company_info_58043 .edu_beliefs_34752::before {
    display: none;
}.company_info_58043 .container::before,
    .company_info_58043 .container::after {
    display: none;
}
}

@media screen and (max-width: 768px) {.company_info_58043 {
    padding: 60px 0;
}.company_info_58043 h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 20px;
    padding-bottom: 15px;
}.company_info_58043 h2::after {
    width: 60px;
}.company_info_58043 .value_prop_80243 {
    padding: 30px;
}.company_info_58043 .value_prop_80243 h3 {
    font-size: calc(18px * 0.9);
    margin-bottom: 15px;
}
}

@media screen and (max-width: 576px) {.company_info_58043 {
    padding: 50px 0;
}.company_info_58043 h2 {
    margin-bottom: 15px;
    font-size: calc(32px * 0.8);
    padding-bottom: 12px;
}.company_info_58043 h2::after {
    width: 50px;
    height: 2px;
}.company_info_58043 .edu_beliefs_34752 {
    margin-top: 30px;
}.company_info_58043 .value_prop_80243 {
    padding: 25px;
}.company_info_58043 .value_prop_80243 h3 {
    font-size: calc(18px * 0.85);
    margin-bottom: 12px;
}.company_info_58043 .value_prop_80243 p {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}.company_info_58043 .value_prop_80243:hover h3,
    .company_info_58043 .value_prop_80243:hover p {
    transform: translateX(5px);
}}.connect_form_20584 {
    position: relative;
    background: rgb(202,208,180);
    overflow: hidden;
    padding: 100px 0;
}.connect_form_20584::before {
    position: absolute;
    height: 100%;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(155,168,155,0.5) 0%, transparent 50%, rgb(111,118,110,0.5) 100%);
    z-index: 1;
}.connect_form_20584::after {
    top: 0;
    animation: pulse 15s infinite alternate;
    z-index: 1;
    height: 100%;
    left: 0;
    background: radial-gradient(circle at 30% 70%, rgb(155,168,155,0.5) 0%, transparent 30%);
    width: 100%;
    content: "";
    position: absolute;
}.connect_form_20584 .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 5;
    margin: 0 auto;
}.connect_form_20584 h3 {
    text-align: center;
    font-weight: 700;
    color: #000000;
    position: relative;
    margin-bottom: 40px;
    font-size: 36px;
}.connect_form_20584 h3::after {
    border-radius: 10px;
    bottom: -15px;
    content: "";
    height: 3px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(155,168,155);
    width: 80px;
}.connect_form_20584 .image_slider_70926 {
    z-index: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.1;
    left: 0;
    filter: grayscale(40%) contrast(120%);
    position: absolute;
}.connect_form_20584 .image_slider_70926::after {
    content: "";
    top: 0;
    width: 100%;
    background: linear-gradient(to right, rgb(155,168,155,0.5) 0%, transparent 100%);
    height: 100%;
    position: absolute;
    left: 0;
}.connect_support_97215 {
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    display: flex;
    position: relative;
    z-index: 10;
    overflow: hidden;
    justify-content: space-between;
}.connect_support_97215::before {
    position: absolute;
    left: 0;
    background: rgb(155,168,155);
    height: 100%;
    z-index: 1;
    width: 10px;
    content: "";
    top: 0;
}.connect_support_97215 .request_query_62830 {
    position: relative;
    flex: 0 0 60%;
    padding: 50px;
}.connect_support_97215 .request_query_62830::before {
    top: 0;
    height: 100%;
    right: 0;
    width: 1px;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, transparent, rgb(111,118,110,0.5), transparent);
}.connect_support_97215 .request_query_62830 h3 {
    font-size: 22px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: left;
}.connect_support_97215 .request_query_62830 h3::after {
    transform: none;
    width: 60px;
    left: 0;
}.connect_support_97215 .request_query_62830 form {
    display: flex;
    flex-direction: column;
}.connect_support_97215 .request_query_62830 input[type="text"],
.connect_support_97215 .request_query_62830 textarea {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    font-size: 15px;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    width: 100%;
    padding: 15px 20px;
}.connect_support_97215 .request_query_62830 input[type="text"]:focus,
.connect_support_97215 .request_query_62830 textarea:focus {
    box-shadow: 0 0 0 3px rgb(155,168,155,0.5);
    outline: none;
    border-color: rgb(155,168,155);
}.connect_support_97215 .request_query_62830 textarea {
    resize: vertical;
    min-height: 150px;
}.connect_support_97215 .request_query_62830 .reach_message_92064 {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    position: relative;
}.connect_support_97215 .request_query_62830 .reach_message_92064 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.connect_support_97215 .request_query_62830 .reach_message_92064 label {
    position: relative;
    cursor: pointer;
    line-height: 1.5;
    color: #000000;
    padding-left: 30px;
    font-size: calc(15px - 2px);
}.connect_support_97215 .request_query_62830 .reach_message_92064 label::before {
    top: 2px;
    left: 0;
    height: 20px;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 20px;
    border-radius: 10px;
}.connect_support_97215 .request_query_62830 .reach_message_92064 input[type="checkbox"]:checked + label::before {
    border-color: rgb(155,168,155);
    background: rgb(155,168,155);
}.connect_support_97215 .request_query_62830 .reach_message_92064 input[type="checkbox"]:checked + label::after {
    left: 7px;
    width: 6px;
    border-width: 0 2px 2px 0;
    top: 4px;
    border: solid #ffffff;
    height: 12px;
    content: "";
    transform: rotate(45deg);
    position: absolute;
}.connect_support_97215 .request_query_62830 .reach_message_92064 a {
    text-decoration: none;
    font-weight: 600;
    color: rgb(155,168,155);
    transition: all 0.3s ease;
}.connect_support_97215 .request_query_62830 .reach_message_92064 a:hover {
    text-decoration: underline;
}.connect_support_97215 .request_query_62830 .inquiry_grid_24179 {
    display: inline-block;
    transition: all 0.3s ease;
    color: #ffffff;
    cursor: pointer;
    border-radius: 10px;
    font-weight: 600;
    border: none;
    position: relative;
    background: rgb(155,168,155);
    z-index: 1;
    padding: 15px 30px;
    align-self: flex-start;
    font-size: 19px;
    overflow: hidden;
}.connect_support_97215 .request_query_62830 .inquiry_grid_24179::before {
    transition: all 0.5s ease;
    z-index: -1;
    content: "";
    width: 100%;
    height: 100%;
    left: -100%;
    background: rgb(111,118,110);
    position: absolute;
    top: 0;
}.connect_support_97215 .request_query_62830 .inquiry_grid_24179:hover::before {
    left: 0;
}.connect_support_97215 .request_query_62830 .inquiry_grid_24179:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgb(155,168,155,0.5);
}.connect_support_97215 .message_map_23571 {
    overflow: hidden;
    padding: 50px;
    flex: 0 0 40%;
    position: relative;
    background: linear-gradient(135deg, rgb(155,168,155,0.5) 0%, rgb(202,208,180) 100%);
}.connect_support_97215 .message_map_23571::before {
    background: radial-gradient(circle, rgb(155,168,155,0.5) 0%, transparent 70%);
    content: "";
    animation: rotate 30s linear infinite;
    top: -50%;
    position: absolute;
    right: -50%;
    height: 100%;
    width: 100%;
}.connect_support_97215 .message_map_23571 h4 {
    font-weight: 600;
    color: #000000;
    font-size: 22px;
    margin-bottom: 30px;
    position: relative;
}.connect_support_97215 .message_map_23571 h4::after {
    left: 0;
    bottom: -15px;
    position: absolute;
    content: "";
    background: rgb(155,168,155);
    border-radius: 10px;
    width: 60px;
    height: 3px;
}.connect_support_97215 .message_map_23571 .reach_inquiry_53207 {
    padding: 0;
    list-style: none;
    margin: 0;
}.connect_support_97215 .message_map_23571 .reach_inquiry_53207 li {
    position: relative;
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
    z-index: 1;
}.connect_support_97215 .message_map_23571 .reach_inquiry_53207 li:last-child {
    margin-bottom: 0;
}.connect_support_97215 .message_map_23571 .reach_inquiry_53207 li svg {
    flex-shrink: 0;
    height: 24px;
    width: 24px;
    margin-right: 15px;
}.connect_support_97215 .message_map_23571 .reach_inquiry_53207 li svg path {
    transition: all 0.3s ease;
    fill: rgb(155,168,155);
}.connect_support_97215 .message_map_23571 .reach_inquiry_53207 li:hover svg path {
    fill: rgb(111,118,110);
}.connect_support_97215 .message_map_23571 .reach_inquiry_53207 li span {
    color: #000000;
    line-height: 1.5;
    font-size: 15px;
}.connect_support_97215 .message_map_23571 .reach_inquiry_53207 li a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #000000;
}.connect_support_97215 .message_map_23571 .reach_inquiry_53207 li a:hover {
    color: rgb(155,168,155);
}

@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.5;
        transform: scale(1);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 992px) {.connect_form_20584 {
    padding: 80px 0;
}.connect_support_97215 {
    flex-direction: column;
}.connect_support_97215 .request_query_62830,
    .connect_support_97215 .message_map_23571 {
    width: 100%;
    flex: 0 0 100%;
}.connect_support_97215 .request_query_62830::before {
    width: 100%;
    top: auto;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, rgb(111,118,110,0.5), transparent);
}
}

@media screen and (max-width: 768px) {.connect_form_20584 {
    padding: 60px 0;
}.connect_form_20584 h3 {
    font-size: calc(36px - 4px);
}.connect_support_97215 .request_query_62830,
    .connect_support_97215 .message_map_23571 {
    padding: 30px;
}.connect_support_97215 .request_query_62830 h3,
    .connect_support_97215 .message_map_23571 h4 {
    font-size: calc(22px - 2px);
}.connect_support_97215 .request_query_62830 input[type="text"],
    .connect_support_97215 .request_query_62830 textarea {
    padding: 12px 15px;
}.connect_support_97215 .request_query_62830 .inquiry_grid_24179 {
    text-align: center;
    width: 100%;
}
}

@media screen and (max-width: 480px) {.connect_form_20584 {
    padding: 40px 0;
}.connect_support_97215 .request_query_62830,
    .connect_support_97215 .message_map_23571 {
    padding: 20px;
}.connect_support_97215 .message_map_23571 .reach_inquiry_53207 li {
    flex-direction: column;
}.connect_support_97215 .message_map_23571 .reach_inquiry_53207 li svg {
    margin-bottom: 10px;
}}.course_summary_52794 {
    overflow: hidden;
    padding: 7rem 0;
    position: relative;
    background: rgb(202,208,180);
}.course_summary_52794::before {
    width: 100%;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    background: 
        linear-gradient(45deg, transparent 45%, rgb(155,168,155,0.5) 100%),
        linear-gradient(135deg, transparent 45%, rgb(111,118,110,0.5) 100%);
    height: 100%;
    opacity: 0.15;
}.course_summary_52794::after {
    background: 
        repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 20px);
    position: absolute;
    z-index: 0;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.05;
    height: 100%;
}.course_summary_52794 .learn_now_36984 {
    display: flex;
    align-items: center;
    flex-direction: column;
}.course_summary_52794 .text_block_06491 {
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 3;
    position: relative;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
    transform: translateZ(0);
    width: 100%;
    border-radius: 17px;
    padding: 4rem 3rem;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    clip-path: polygon(
        0% 5%, 
        5% 0%, 
        95% 0%, 
        100% 5%, 
        100% 95%, 
        95% 100%, 
        5% 100%, 
        0% 95%
    );
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
}.course_summary_52794 .text_block_06491:hover {
    transform: translateY(-8px);
    box-shadow: 0 40px 70px rgba(0, 0, 0, 0.18);
}.course_summary_52794 h2 {
    margin-bottom: 1.8rem;
    position: relative;
    font-weight: 700;
    color: #000000;
    font-size: calc(38px * 1.2);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    display: inline-block;
}.course_summary_52794 h2::before {
    border-top: 3px solid rgb(155,168,155);
    top: -15px;
    transition: all 0.5s ease;
    border-left: 3px solid rgb(155,168,155);
    position: absolute;
    left: -15px;
    content: "";
    width: 45px;
    opacity: 0.7;
    height: 45px;
}.course_summary_52794 h2::after {
    height: 45px;
    border-right: 3px solid rgb(111,118,110);
    position: absolute;
    opacity: 0.7;
    border-bottom: 3px solid rgb(111,118,110);
    width: 45px;
    bottom: -15px;
    content: "";
    right: -15px;
    transition: all 0.5s ease;
}.course_summary_52794 .text_block_06491:hover h2::before {
    left: -20px;
    height: 55px;
    width: 55px;
    top: -20px;
}.course_summary_52794 .text_block_06491:hover h2::after {
    width: 55px;
    bottom: -20px;
    right: -20px;
    height: 55px;
}.course_summary_52794 .description {
    line-height: 1.9;
    margin-bottom: 1.8rem;
    margin-right: auto;
    color: #000000;
    max-width: 85%;
    font-size: 16px;
    margin-left: auto;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}.course_summary_52794 .description:last-of-type {
    transform: perspective(1000px) rotateX(2deg);
    padding: 1.2rem 1.8rem;
    border-right: 3px solid rgb(111,118,110);
    font-weight: 600;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    border-left: 3px solid rgb(155,168,155);
    border-radius: 10px;
    max-width: 90%;
}.course_summary_52794 .text_block_06491:hover .description:last-of-type {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateX(0deg);
}.course_summary_52794 .image_slider_70926 {
    left: -10%;
    border-radius: 0;
    z-index: 0;
    transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    filter: brightness(0.95) contrast(1.05);
    height: 120%;
    transform: none;
    top: -10%;
    width: 120%;
    position: absolute;
}.course_summary_52794 .image_slider_70926::before {
    background: 
        radial-gradient(circle at center, transparent 30%, rgba(0, 0, 0, 0.5) 100%),
        linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 70%);
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 100%;
    top: 0;
    opacity: 0.85;
    content: "";
    left: 0;
}.course_summary_52794 .image_slider_70926::after {
    content: "";
    animation: rotateGradient 20s infinite linear;
    background: 
        radial-gradient(
            ellipse at center, 
            transparent 30%, 
            rgb(155,168,155,0.5) 70%, 
            rgb(111,118,110,0.5) 100%
        );
    opacity: 0.3;
    z-index: 2;
    position: absolute;
    top: -25%;
    width: 150%;
    height: 150%;
    left: -25%;
}@keyframes rotateGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.course_summary_52794 .text_block_06491::before {
    z-index: -1;
    right: -5%;
    position: absolute;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    opacity: 0.15;
    width: 70%;
    top: -5%;
    background: rgb(155,168,155,0.5);
    height: 70%;
    content: "";
    animation: morph 15s linear infinite alternate;
}.course_summary_52794 .text_block_06491::after {
    z-index: -1;
    left: -5%;
    width: 70%;
    animation: morph 15s linear infinite alternate-reverse;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    bottom: -5%;
    content: "";
    position: absolute;
    background: rgb(111,118,110,0.5);
    height: 70%;
    opacity: 0.15;
}

@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    25% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    50% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    75% {
        border-radius: 40% 60% 30% 70% / 60% 40% 30% 70%;
    }
    100% {
        border-radius: 60% 40% 60% 40% / 50% 60% 40% 50%;
    }
}

@media (max-width: 1200px) {.course_summary_52794 .text_block_06491 {
    max-width: 800px;
    padding: 3.5rem 2.5rem;
}.course_summary_52794 .image_slider_70926 {
    height: 130%;
    width: 130%;
}
}

@media (max-width: 992px) {.course_summary_52794 {
    padding: 5rem 0;
}.course_summary_52794 .text_block_06491 {
    max-width: 700px;
    padding: 3rem 2rem;
}.course_summary_52794 h2 {
    font-size: 38px;
}.course_summary_52794 .description {
    line-height: 1.8;
    max-width: 90%;
}.course_summary_52794 .image_slider_70926 {
    width: 140%;
    height: 140%;
    top: -20%;
    left: -20%;
}
}

@media (max-width: 768px) {.course_summary_52794 {
    padding: 4rem 0;
}.course_summary_52794 .text_block_06491 {
    padding: 2.5rem 1.5rem;
    max-width: 90%;
    clip-path: polygon(
            0% 3%, 
            3% 0%, 
            97% 0%, 
            100% 3%, 
            100% 97%, 
            97% 100%, 
            3% 100%, 
            0% 97%
        );
}.course_summary_52794 h2 {
    font-size: calc(38px * 0.95);
}.course_summary_52794 h2::before,
    .course_summary_52794 h2::after {
    left: -10px;
    height: 35px;
    width: 35px;
    top: -10px;
}.course_summary_52794 h2::after {
    bottom: -10px;
    right: -10px;
}.course_summary_52794 .text_block_06491:hover h2::before,
    .course_summary_52794 .text_block_06491:hover h2::after {
    height: 40px;
    width: 40px;
}.course_summary_52794 .description {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
    max-width: 95%;
}.course_summary_52794 .description:last-of-type {
    max-width: 95%;
    padding: 1rem 1.5rem;
}.course_summary_52794 .image_slider_70926 {
    height: 150%;
    width: 150%;
}
}

@media (max-width: 576px) {.course_summary_52794 {
    padding: 3rem 0;
}.course_summary_52794 .text_block_06491 {
    clip-path: polygon(
            0% 2%, 
            2% 0%, 
            98% 0%, 
            100% 2%, 
            100% 98%, 
            98% 100%, 
            2% 100%, 
            0% 98%
        );
    max-width: 95%;
    padding: 2rem 1.2rem;
}.course_summary_52794 h2 {
    font-size: calc(38px * 0.85);
    margin-bottom: 1.2rem;
}.course_summary_52794 h2::before,
    .course_summary_52794 h2::after {
    border-width: 2px;
    height: 25px;
    width: 25px;
    left: -8px;
    top: -8px;
}.course_summary_52794 h2::after {
    bottom: -8px;
    border-width: 2px;
    right: -8px;
}.course_summary_52794 .text_block_06491:hover h2::before,
    .course_summary_52794 .text_block_06491:hover h2::after {
    height: 30px;
    width: 30px;
}.course_summary_52794 .description {
    margin-bottom: 1.2rem;
    font-size: calc(16px * 0.9);
    line-height: 1.6;
    max-width: 100%;
}.course_summary_52794 .description:last-of-type {
    border-width: 2px;
    transform: none;
    max-width: 100%;
    padding: 0.8rem 1.2rem;
}.course_summary_52794 .text_block_06491:hover {
    transform: translateY(-5px);
}.course_summary_52794 .text_block_06491:hover .description:last-of-type {
    transform: none;
}.course_summary_52794 .image_slider_70926 {
    height: 160%;
    width: 160%;
    left: -30%;
    top: -30%;
}.course_summary_52794 .text_block_06491::before,
    .course_summary_52794 .text_block_06491::after {
    height: 80%;
    width: 80%;
}}.pricing_offer_53891 {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.pricing_offer_53891::before {
    content: "";
    opacity: 0.85;
    top: 0;
    background: #000000;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
    bottom: 0;
}.pricing_offer_53891 .container {
    max-width: 1200px;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 2;
}.pricing_offer_53891 .learning_fees_58749 {
    text-align: center;
}.pricing_offer_53891 h2 {
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-weight: 700;
    position: relative;
    font-size: 37px;
    display: inline-block;
}.pricing_offer_53891 h2::after {
    position: absolute;
    transform: translateX(-50%);
    bottom: -10px;
    content: "";
    left: 50%;
    background: linear-gradient(90deg, rgb(155,168,155), rgb(111,118,110));
    height: 3px;
    width: 80px;
}.pricing_offer_53891 .fee_options_91478 {
    opacity: 0.9;
    font-size: calc(18px * 1.1);
    color: #ffffff;
    margin: 0 auto 3rem;
    max-width: 800px;
    line-height: 1.6;
}.pricing_offer_53891 .monthly_plan_57689 {
    list-style: none;
    perspective: 1000px;
    gap: 1.5rem;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    display: grid;
}.pricing_offer_53891 .monthly_plan_57689 li {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform-style: preserve-3d;
}.pricing_offer_53891 .cost_matrix_51408 {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    text-decoration: none;
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    overflow: hidden;
    display: block;
    position: relative;
    height: 100%;
    border: 1px solid rgba(255,255,255,0.1);
}.pricing_offer_53891 .cost_matrix_51408::before {
    transform: scaleX(0);
    top: 0;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(90deg, rgb(155,168,155), rgb(111,118,110));
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    height: 5px;
    transform-origin: left;
}.pricing_offer_53891 .cost_matrix_51408:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
}.pricing_offer_53891 .cost_matrix_51408:hover::before {
    transform: scaleX(1);
}.pricing_offer_53891 .indv_sub_62049 {
    padding: 2.5rem 1.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}.pricing_offer_53891 .access_plans_26043 {
    color: #ffffff;
    justify-content: space-between;
    height: 100%;
    flex-direction: column;
    display: flex;
}.pricing_offer_53891 .access_plans_26043 h4 {
    color: #ffffff;
    font-size: calc(24px * 1.1);
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 1.5rem;
    margin-top: 0;
}.pricing_offer_53891 .access_plans_26043 h4::after {
    height: 2px;
    bottom: -8px;
    position: absolute;
    background: rgb(155,168,155);
    width: 40px;
    left: 0;
    content: "";
}.pricing_offer_53891 .access_plans_26043 p {
    font-size: 18px;
    scrollbar-width: thin;
    white-space: normal;
    opacity: 0.85;
    scrollbar-color: rgb(155,168,155) rgba(255,255,255,0.1);
    overflow-wrap: break-word;
    margin-bottom: 2rem;
    max-height: 200px;
    color: #ffffff;
    word-wrap: break-word;
    line-height: 1.6;
    text-align: left;
    overflow-y: auto;
}.pricing_offer_53891 .access_plans_26043 p::-webkit-scrollbar {
    width: 4px;
}.pricing_offer_53891 .access_plans_26043 p::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.1);
}.pricing_offer_53891 .access_plans_26043 p::-webkit-scrollbar-thumb {
    background: rgb(155,168,155);
}.pricing_offer_53891 .payment_deals_74210 {
    color: #ffffff;
    padding: 0.75rem 1.5rem;
    font-size: calc(24px * 1.2);
    margin-top: auto;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    background: linear-gradient(135deg, rgb(155,168,155), rgb(111,118,110));
    position: relative;
    align-self: flex-start;
    border-radius: 10px;
    display: inline-block;
    overflow: hidden;
    font-weight: 700;
    transition: all 0.3s ease;
}.pricing_offer_53891 .payment_deals_74210::before {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    content: "";
    height: 100%;
    left: -100%;
    width: 100%;
    top: 0;
    transition: all 0.8s ease;
    position: absolute;
}.pricing_offer_53891 .cost_matrix_51408:hover .payment_deals_74210::before {
    left: 100%;
}

@media (max-width: 992px) {.pricing_offer_53891 {
    padding: 80px 0;
}.pricing_offer_53891 .monthly_plan_57689 {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.25rem;
}.pricing_offer_53891 .indv_sub_62049 {
    padding: 2rem 1.25rem;
}
}

@media (max-width: 768px) {.pricing_offer_53891 {
    padding: 60px 0;
}.pricing_offer_53891 .monthly_plan_57689 {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.pricing_offer_53891 h2 {
    font-size: calc(37px * 0.9);
}.pricing_offer_53891 .fee_options_91478 {
    font-size: 18px;
    margin-bottom: 2rem;
}.pricing_offer_53891 .access_plans_26043 p {
    max-height: 150px;
}
}

@media (max-width: 576px) {.pricing_offer_53891 {
    padding: 50px 0;
}.pricing_offer_53891 h2 {
    font-size: calc(37px * 0.8);
}.pricing_offer_53891 .indv_sub_62049 {
    padding: 1.5rem 1rem;
}.pricing_offer_53891 .payment_deals_74210 {
    font-size: 24px;
    padding: 0.5rem 1rem;
}
}

@media (hover: none) {.pricing_offer_53891 .cost_matrix_51408:hover {
    transform: none;
}}.gratMessage_32708 {
    background: linear-gradient(145deg, rgb(202,208,180), #f8f9fd);
    box-shadow: 
        inset 12px 12px 24px rgba(255, 255, 255, 0.8),
        inset -12px -12px 24px rgba(70, 70, 80, 0.05);
    overflow: hidden;
    padding: 4rem 2rem;
    position: relative;
}.gratMessage_32708::before {
    z-index: 0;
    content: "";
    right: -5%;
    height: 70%;
    background: linear-gradient(120deg, rgb(155,168,155,0.5), rgb(111,118,110,0.5));
    transform: rotate(-15deg);
    filter: blur(80px);
    pointer-events: none;
    position: absolute;
    top: -10%;
    width: 40%;
    opacity: 0.2;
}.gratMessage_32708::after {
    height: 60%;
    opacity: 0.15;
    content: "";
    transform: rotate(20deg);
    position: absolute;
    left: -5%;
    z-index: 0;
    filter: blur(70px);
    background: linear-gradient(220deg, rgb(111,118,110,0.5), rgb(155,168,155,0.5));
    width: 30%;
    bottom: -10%;
    pointer-events: none;
}.gratMessage_32708 .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.gratMessage_32708 h2 {
    animation: fadeInDown 0.8s ease-out forwards;
    font-weight: 700;
    text-align: center;
    font-size: 30px;
    position: relative;
    transform: translateY(0);
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: #000000;
    margin-bottom: 2.5rem;
    opacity: 1;
}.gratMessage_32708 h2::after {
    height: 3px;
    border-radius: 10px;
    transform: translateX(-50%);
    left: 50%;
    content: "";
    position: absolute;
    bottom: -0.8rem;
    width: 80px;
    background: linear-gradient(90deg, rgb(155,168,155), rgb(111,118,110));
}.gratMessage_32708 .study_guide_94850 {
    position: relative;
    padding: 2.5rem;
    background: #ffffff;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    border-radius: 14px;
    transform: translateY(0);
    opacity: 0;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.05),
        -20px -20px 60px rgba(255, 255, 255, 0.9),
        inset 4px 4px 20px rgba(255, 255, 255, 0.9),
        inset -4px -4px 10px rgba(0, 0, 0, 0.03);
}.gratMessage_32708 .study_guide_94850::before {
    top: 0;
    content: "";
    z-index: -1;
    border-radius: inherit;
    left: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(155,168,155,0.5), 0.03) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(rgb(111,118,110,0.5), 0.03) 0%, transparent 30%);
    width: 100%;
    position: absolute;
}.gratMessage_32708 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.gratMessage_32708 li {
    margin-bottom: 0.5rem;
    position: relative;
    padding-left: 1.5rem;
}.gratMessage_32708 li:last-child {
    margin-bottom: 0;
}.gratMessage_32708 li::before {
    width: 8px;
    border-radius: 50%;
    height: 8px;
    background: linear-gradient(135deg, rgb(155,168,155), rgb(111,118,110));
    animation: scaleIn 0.4s ease-out 0.8s forwards;
    top: 0.6rem;
    left: 0;
    transform: scale(0);
    content: "";
    position: absolute;
}.gratMessage_32708 li span {
    transform: translateX(0);
    opacity: 0;
    animation: fadeInRight 0.7s ease-out 0.6s forwards;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    font-size: 13px;
    display: block;
    font-weight: 400;
}

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

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

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

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

@media (max-width: 991px) {.gratMessage_32708 {
    padding: 3rem 1.5rem;
}.gratMessage_32708 h2 {
    font-size: calc(30px * 0.9);
    margin-bottom: 2rem;
}.gratMessage_32708 .study_guide_94850 {
    padding: 2rem;
}
}

@media (max-width: 767px) {.gratMessage_32708 {
    padding: 2.5rem 1.25rem;
}.gratMessage_32708 h2 {
    line-height: 1.4;
    margin-bottom: 1.8rem;
    font-size: calc(30px * 0.8);
}.gratMessage_32708 h2::after {
    width: 60px;
}.gratMessage_32708 .study_guide_94850 {
    padding: 1.5rem;
}.gratMessage_32708 li span {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 480px) {.gratMessage_32708 {
    padding: 2rem 1rem;
}.gratMessage_32708 h2 {
    text-align: left;
    font-size: calc(30px * 0.7);
}.gratMessage_32708 h2::after {
    transform: none;
    width: 50px;
    left: 0;
}.gratMessage_32708 .study_guide_94850 {
    padding: 1.25rem;
}.gratMessage_32708 li {
    padding-left: 1.25rem;
}.gratMessage_32708 li::before {
    top: 0.5rem;
    height: 6px;
    width: 6px;
}}.cookie_overlay_window_48705 {
    bottom: 20px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    background: rgb(202,208,180);
    border-radius: 27px;
    left: 50%;
    overflow: hidden;
    transform: translateX(-50%);
    display: flex;
    position: fixed;
    z-index: 1050;
    flex-direction: column;
    max-width: 600px;
    padding: 20px;
    width: 90%;
    font-family: Arial, sans-serif;
    align-items: center;
}.cookie_panel_56408 {
    z-index: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
}.cookies_tech_37896 {
    margin-bottom: 20px;
    animation: bounce 2s infinite;
}.cookies_tech_37896 svg, .cookies_tech_37896 svg path, .cookies_tech_37896 img {
    height: 80px;
    width: 80px;
    fill: rgb(155,168,155);
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.cookie_overlay_window_48705 h5 {
    font-weight: 700;
    font-size: 18px;
    color: rgb(155,168,155);
    margin-bottom: 10px;
}.cookie_overlay_window_48705 p {
    color: #000000;
    font-size: 12px;
    margin-bottom: 20px;
}.track_ack_06235 {
    font-size: 20px;
    width: calc(50% - 10px);
    text-align: center;
    text-decoration: none;
    margin: 5px;
    background: rgb(155,168,155);
    display: inline-block;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    color: #ffffff;
    padding: 10px 20px;
    cursor: pointer;
}.track_ack_06235:hover {
    background: rgb(111,118,110);
    transform: translateY(-3px);
}.cookie_button.secure_cookies_15940 {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.secure_cookies_15940:hover {
    background: rgb(111,118,110,0.5);
}.cookie_overlay_window_48705 p a {
    transition: color 0.3s ease-in-out;
    color: rgb(155,168,155);
    text-decoration: underline;
}.cookie_overlay_window_48705 p a:hover {
    color: rgb(111,118,110);
}
@media only screen and (max-width: 600px) {.cookie_overlay_window_48705 {
    width: 100%;
    transform: none;
    bottom: 0;
    border-radius: 0;
    left: 0;
}.cookie_panel_56408 {
    padding: 15px;
}.cookies_tech_37896 svg {
    height: 50px;
    width: 50px;
}.cookie_overlay_window_48705 h5 {
    font-size: calc(18px - 2px);
}.cookie_overlay_window_48705 p {
    font-size: calc(12px - 2px);
}.track_ack_06235 {
    padding: 8px 16px;
    width: calc(100% - 10px);
    font-size: calc(20px - 2px);
}}
#cookie_info_alert_41307 {
    display: none;
}#cookie_info_alert_41307:checked ~ .cookie_overlay_window_48705 {
    visibility: hidden;
    opacity: 0;
}.course_fit_for_92610 {
    position: relative;
    background-color: rgb(202,208,180);
    overflow: hidden;
    padding: 6rem 0;
}.course_fit_for_92610::before {
    position: absolute;
    background: 
        radial-gradient(circle at 20% 20%, #ffffff 0%, transparent 25%),
        radial-gradient(circle at 80% 80%, rgb(111,118,110,0.5) 0%, transparent 30%),
        radial-gradient(circle at 50% 50%, rgb(155,168,155,0.5) 0%, transparent 40%);
    opacity: 0.2;
    content: '';
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
}.course_fit_for_92610::after {
    position: absolute;
    opacity: 0.1;
    top: 0;
    z-index: 1;
    background: linear-gradient(135deg, #ffffff 0%, transparent 100%);
    left: 0;
    content: '';
    height: 100%;
    width: 100%;
}.course_fit_for_92610 .study_guide_94850 {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}.course_fit_for_92610 h3 {
    letter-spacing: 2px;
    color: rgb(155,168,155);
    font-weight: 300;
    position: relative;
    font-size: 44px;
    margin-bottom: 4rem;
    text-align: center;
}.course_fit_for_92610 h3::after {
    transform: translateX(-50%);
    content: '';
    left: 50%;
    opacity: 0.8;
    bottom: -15px;
    height: 3px;
    width: 80px;
    background: linear-gradient(90deg, transparent, rgb(155,168,155), transparent);
    position: absolute;
    border-radius: 50px;
}.course_fit_for_92610 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
    padding: 0;
    gap: 2.5rem;
    list-style-type: none;
}.course_fit_for_92610 li {
    border: 1px solid rgba(255, 255, 255, 0.2);
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 2.5rem 2rem;
    backdrop-filter: blur(10px);
    overflow: hidden;
    align-items: center;
    text-align: center;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 28px;
    display: flex;
    position: relative;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.02);
}.course_fit_for_92610 li::before {
    transition: opacity 0.5s ease;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: 
        radial-gradient(circle at 90% 10%, rgb(155,168,155,0.5) 0%, transparent 30%),
        radial-gradient(circle at 10% 90%, rgb(111,118,110,0.5) 0%, transparent 30%);
    height: 100%;
    width: 100%;
    opacity: 0.1;
    z-index: -1;
}.course_fit_for_92610 li::after {
    z-index: -1;
    opacity: 0;
    transform: scale(0.8);
    width: 200%;
    position: absolute;
    top: -50%;
    height: 200%;
    transition: all 0.5s ease;
    content: '';
    left: -50%;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.8) 0%, transparent 60%);
}.course_fit_for_92610 li:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.1),
        0 10px 25px rgba(0, 0, 0, 0.05);
    transform: translateY(-10px);
    border-color: rgb(155,168,155,0.5);
}.course_fit_for_92610 li:hover::before {
    opacity: 0.2;
}.course_fit_for_92610 li:hover::after {
    transform: scale(1);
    opacity: 0.1;
}.course_fit_for_92610 li svg {
    height: 70px;
    fill: rgb(111,118,110);
    margin-bottom: 1.5rem;
    animation: float 8s ease-in-out infinite;
    transition: all 0.5s ease;
    width: 70px;
    filter: drop-shadow(0 3px 6px rgb(111,118,110,0.5));
}.course_fit_for_92610 li:hover svg {
    fill: rgb(155,168,155);
    filter: drop-shadow(0 8px 15px rgb(155,168,155,0.5));
    transform: translateY(-5px);
}.course_fit_for_92610 li svg path {
    transition: all 0.5s ease;
}.course_fit_for_92610 li:hover svg path {
    fill: rgb(155,168,155);
}.course_fit_for_92610 li {
    margin-top: 1rem;
    font-weight: 300;
    color: #000000;
    font-size: calc(18px * 1.1);
    line-height: 1.7;
}.course_fit_for_92610 li:nth-child(1) {
    animation-delay: 0s;
}.course_fit_for_92610 li:nth-child(2) {
    animation-delay: 0.3s;
}.course_fit_for_92610 li:nth-child(3) {
    animation-delay: 0.6s;
}.course_fit_for_92610 li:nth-child(4) {
    animation-delay: 0.9s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991px) {.course_fit_for_92610 {
    padding: 5rem 0;
}.course_fit_for_92610 h3 {
    margin-bottom: 3rem;
    font-size: calc(44px * 0.8);
}.course_fit_for_92610 ul {
    gap: 2rem;
}.course_fit_for_92610 li {
    padding: 2rem 1.5rem;
}.course_fit_for_92610 li svg {
    height: 60px;
    margin-bottom: 1.2rem;
    width: 60px;
}
}

@media (max-width: 767px) {.course_fit_for_92610 {
    padding: 4rem 0;
}.course_fit_for_92610 h3 {
    margin-bottom: 2.5rem;
    font-size: calc(44px * 0.7);
    letter-spacing: 1px;
}.course_fit_for_92610 ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.course_fit_for_92610 li {
    padding: 1.8rem 1.2rem;
}.course_fit_for_92610 li svg {
    margin-bottom: 1rem;
    width: 50px;
    height: 50px;
}
}