﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
    color: #000000;
}.wrapper-capsule3 {
    min-height: 100%;
    flex-direction: column;
    height: 100%;
    display: flex;
}.container {
    margin: auto;
    width: 1109px;
    max-width: 100%;
}.nav_teach3 {
    flex: 1 0 auto;
}.event_cal9 {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.gratSpot6 {
    background: linear-gradient(135deg, rgb(184,208,203) 0%, rgb(147,171,166,0.5) 100%);
    position: relative;
    padding: 120px 0 80px;
    overflow: hidden;
}.gratSpot6::before {
    width: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(111,133,127,0.5) 0%, transparent 60%);
    z-index: 1;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
}.gratSpot6::after {
    border: 2px solid rgb(147,171,166,0.5);
    opacity: 0.4;
    right: -50px;
    width: 200px;
    position: absolute;
    height: 200px;
    top: -50px;
    content: "";
    border-radius: 50%;
    animation: rotate 24s linear infinite;
    z-index: 1;
}.gratSpot6 .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
}.gratSpot6 h2 {
    max-width: 800px;
    opacity: 0;
    font-family: Arial, sans-serif;
    animation: slideInTitle 1s ease-out forwards 0.3s;
    line-height: 1.3;
    color: #000000;
    position: relative;
    font-size: 29px;
    font-weight: 700;
    transform: translateX(-20px);
    margin-bottom: 40px;
}.gratSpot6 h2::after {
    left: 0;
    animation: growLine 1.2s ease-out forwards 0.8s;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(147,171,166) 0%, rgb(111,133,127) 100%);
    transform-origin: left;
    width: 80px;
    height: 3px;
    position: absolute;
    content: "";
    bottom: -15px;
}.gratSpot6 .ethos_block5 {
    position: relative;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
    background: #ffffff;
    transform: perspective(1000px) rotateY(-2deg);
    padding: 40px;
    transition: transform 0.5s ease;
    transform-origin: left center;
    max-width: 900px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.03);
}.gratSpot6 .ethos_block5:hover {
    transform: perspective(1000px) rotateY(0deg);
}.gratSpot6 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.gratSpot6 li {
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease forwards 1s;
    opacity: 0;
    padding-left: 25px;
    position: relative;
}.gratSpot6 li::before {
    background: rgb(147,171,166);
    top: 8px;
    animation: pulse 2s infinite;
    height: 8px;
    width: 8px;
    position: absolute;
    left: 0;
    box-shadow: 0 0 0 rgba(rgb(147,171,166), 0.4);
    content: "";
    border-radius: 50%;
}.gratSpot6 li span {
    color: #000000;
    font-size: 14px;
    display: block;
    line-height: 1.7;
    font-family: Arial, sans-serif;
}@keyframes slideInTitle {
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes growLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

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

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb, 33, 150, 243), 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(var(--primary-color-rgb, 33, 150, 243), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb, 33, 150, 243), 0);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.gratSpot6 .container::before,
.gratSpot6 .container::after {
    height: 4px;
    width: 4px;
    content: "";
    background: rgb(147,171,166);
    position: absolute;
    border-radius: 50%;
    opacity: 0.7;
}.gratSpot6 .container::before {
    box-shadow: 
        30px 50px 0 -1px rgb(111,133,127),
        80px -20px 0 -1px rgb(147,171,166),
        120px 60px 0 -1px rgb(111,133,127),
        200px 40px 0 -1px rgb(147,171,166);
    right: 15%;
    top: 30px;
}.gratSpot6 .container::after {
    left: 10%;
    box-shadow: 
        40px -30px 0 -1px rgb(111,133,127),
        70px 20px 0 -1px rgb(147,171,166),
        120px -40px 0 -1px rgb(111,133,127),
        180px 10px 0 -1px rgb(147,171,166);
    bottom: 60px;
}

@media screen and (max-width: 992px) {.gratSpot6 {
    padding: 80px 0 60px;
}.gratSpot6 h2 {
    max-width: 100%;
    font-size: calc(29px * 0.9);
}.gratSpot6 .ethos_block5 {
    padding: 30px;
    transform: perspective(1000px) rotateY(-1deg);
}
}

@media screen and (max-width: 768px) {.gratSpot6 {
    padding: 60px 0 40px;
}.gratSpot6 h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 30px;
}.gratSpot6 .ethos_block5 {
    clip-path: none;
    padding: 25px;
    transform: none;
}.gratSpot6 li {
    padding-left: 20px;
}.gratSpot6 li::before {
    width: 6px;
    height: 6px;
    top: 7px;
}.gratSpot6 li span {
    font-size: calc(14px * 0.95);
}
}

@media screen and (max-width: 576px) {.gratSpot6 {
    padding: 50px 0 30px;
}.gratSpot6 h2 {
    font-size: calc(29px * 0.7);
    margin-bottom: 25px;
}.gratSpot6 .ethos_block5 {
    padding: 20px;
}.gratSpot6 li span {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}.gratSpot6 h2::after {
    height: 2px;
    bottom: -10px;
    width: 60px;
}}.future_learners4 {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(120deg, rgb(184,208,203) 0%, #ffffff 100%);
}.future_learners4::before {
    background-position: 0 0;
    bottom: 0;
    background-image: radial-gradient(rgb(147,171,166,0.5) 20%, transparent 20%);
    height: 60%;
    z-index: 1;
    width: 60%;
    opacity: 0.3;
    position: absolute;
    content: "";
    right: 0;
    background-size: 20px 20px;
}.future_learners4 .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 15px;
}.future_learners4 .ethos_block5 {
    position: relative;
}.future_learners4 h4 {
    color: rgb(147,171,166);
    margin-bottom: 50px;
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.5s ease;
    text-align: center;
    font-weight: 700;
    font-size: 46px;
    position: relative;
}.future_learners4 h4:hover {
    transform: perspective(1000px) rotateX(5deg);
}.future_learners4 h4::after {
    bottom: -15px;
    height: 5px;
    position: absolute;
    left: 50%;
    content: "";
    background: linear-gradient(90deg, rgb(147,171,166), rgb(111,133,127));
    border-radius: 5px;
    width: 100px;
    transform: translateX(-50%);
}.future_learners4 div > div {
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}.future_learners4 p {
    color: #000000;
    height: 200px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    background: #ffffff;
    position: relative;
    transition: all 0.3s ease;
    font-size: 13px;
    align-items: center;
    margin: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    z-index: 1;
    padding: 40px 30px;
    display: flex;
    text-align: center;
}.future_learners4 p:nth-child(even) {
    transform: translateY(100px);
}.future_learners4 p::before {
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, #ffffff, rgb(184,208,203));
    opacity: 0;
    transition: opacity 0.3s ease;
    content: "";
    top: 0;
    height: 100%;
    z-index: -1;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    width: 100%;
}.future_learners4 p:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    color: #000000;
}.future_learners4 p:hover::before {
    opacity: 1;
}.future_learners4 p svg {
    position: absolute;
    transform: translateX(-50%);
    width: 32px;
    height: 32px;
    transition: all 0.3s ease;
    left: 50%;
    top: 30px;
}.future_learners4 p svg path {
    transition: fill 0.3s ease;
    fill: rgb(147,171,166);
}.future_learners4 p span {
    margin-top: 50px;
    width: 100%;
    display: block;
}.future_learners4 p:hover svg {
    transform: translateX(-50%) scale(1.2);
}.future_learners4 p:hover svg path {
    fill: rgb(111,133,127);
}@keyframes hexSpin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.future_learners4::after {
    top: 10%;
    z-index: 1;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    height: 200px;
    animation: hexSpin 30s linear infinite;
    left: 5%;
    border: 2px dashed rgb(111,133,127,0.5);
    opacity: 0.5;
    content: "";
    position: absolute;
    width: 200px;
}@keyframes fadeScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.future_learners4 .ethos_block5 > div p {
    opacity: 0;
    animation: fadeScale 0.5s ease forwards;
}.future_learners4 .ethos_block5 > div p:nth-child(1) {
    animation-delay: 0.1s;
}.future_learners4 .ethos_block5 > div p:nth-child(2) {
    animation-delay: 0.2s;
}.future_learners4 .ethos_block5 > div p:nth-child(3) {
    animation-delay: 0.3s;
}.future_learners4 .ethos_block5 > div p:nth-child(4) {
    animation-delay: 0.4s;
}.future_learners4 .ethos_block5 > div p:nth-child(5) {
    animation-delay: 0.5s;
}.future_learners4 .ethos_block5 > div p:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 991px) {.future_learners4 {
    padding: 80px 0;
}.future_learners4 h4 {
    margin-bottom: 70px;
    font-size: calc(46px * 0.85);
}.future_learners4 div > div {
    grid-template-columns: repeat(2, 1fr);
    gap: 100px 20px;
    padding: 0;
}.future_learners4 p {
    height: 180px;
    padding: 35px 25px;
}.future_learners4 p:nth-child(3n+2) {
    transform: translateY(0);
}.future_learners4 p:nth-child(even) {
    transform: translateY(90px);
}.future_learners4 p svg {
    top: 25px;
}.future_learners4 p span {
    margin-top: 45px;
}.future_learners4::after {
    height: 150px;
    width: 150px;
}
}

@media (max-width: 768px) {.future_learners4 {
    padding: 70px 0;
}.future_learners4 h4 {
    font-size: calc(46px * 0.7);
    margin-bottom: 60px;
}.future_learners4 h4::after {
    width: 80px;
    bottom: -12px;
}.future_learners4 div > div {
    grid-template-columns: 1fr;
    gap: 20px;
}.future_learners4 p {
    clip-path: none;
    height: auto;
    padding: 20px;
    border-radius: 29px;
    aspect-ratio: 1.73 / 1;
}.future_learners4 p::before {
    clip-path: none;
    border-radius: 29px;
}.future_learners4 p:nth-child(even) {
    transform: translateY(0);
}.future_learners4 p svg {
    width: 28px;
    margin-right: 15px;
    position: static;
    transform: none;
    height: 28px;
}.future_learners4 p span {
    display: inline;
    margin-top: 0;
}.future_learners4 p:hover {
    transform: translateY(0) scale(1.03);
}.future_learners4 p:hover svg {
    transform: scale(1.2);
}.future_learners4::after {
    display: none;
}
}

@media (max-width: 576px) {.future_learners4 {
    padding: 60px 0;
}.future_learners4 h4 {
    font-size: calc(46px * 0.6);
    margin-bottom: 40px;
}.future_learners4 h4::after {
    bottom: -10px;
    height: 4px;
    width: 60px;
}.future_learners4 p {
    padding: 15px;
    font-size: calc(13px * 0.9);
}.future_learners4 p svg {
    margin-right: 10px;
    height: 24px;
    width: 24px;
}}.event_cal9 {
    position: relative;
    padding: 0;
    background-color: rgb(111,133,127);
    color: #ffffff;
    font-family: Arial, sans-serif;
}.event_cal9 .container {
    position: relative;
    z-index: 2;
}.event_cal9 .sponsor_logo5 {
    flex-direction: column;
    display: flex;
}.event_cal9 .message_form2 {
    margin-bottom: -2rem;
    z-index: 3;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    padding: 3rem 1.5rem 5rem;
    background-color: rgb(147,171,166);
    display: grid;
}.event_cal9 .message_form2::before {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
}.event_cal9 .info_item {
    position: relative;
    transition: transform 0.3s ease;
    padding: 0.5rem 1rem;
}.event_cal9 .info_item:hover {
    transform: translateX(10px);
}.event_cal9 .info_item p,
.event_cal9 .info_item a {
    gap: 0.75rem;
    font-size: 16px;
    color: #ffffff;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
}.event_cal9 .info_item svg {
    width: 20px;
    transition: transform 0.3s ease;
    height: 20px;
    fill: #ffffff;
}.event_cal9 .info_item:hover svg {
    transform: scale(1.2);
}.event_cal9 .text_main_holder {
    grid-template-columns: 1fr 1.5fr 1fr;
    position: relative;
    z-index: 2;
    display: grid;
    gap: 0;
}.event_cal9 .main_info7 {
    position: relative;
    display: flex;
    z-index: 4;
    background-color: rgb(111,133,127);
    flex-direction: column;
    padding: 4rem 2rem 3rem;
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
    gap: 1.5rem;
}.event_cal9 .main_info7 svg {
    transition: all 0.3s ease;
    height: auto;
    max-width: 150px;
    filter: brightness(0) invert(1);
}.event_cal9 .main_info7:hover svg {
    transform: scale(1.05);
}.event_cal9 .qna_board3 {
    line-height: 1.6;
    font-size: 13px;
    color: #ffffff;
    opacity: 0.9;
}.event_cal9 .head_section2 {
    padding: 5rem 2rem 3rem;
    display: flex;
    flex-direction: column;
    position: relative;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    gap: 2rem;
    background-color: #000000;
    z-index: 2;
}.event_cal9 .head_section2::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    z-index: -1;
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    content: '';
    position: absolute;
}.event_cal9 .head_section2 h5 {
    color: #ffffff;
    font-size: 21px;
    display: inline-block;
    font-weight: 600;
    position: relative;
    margin-bottom: 1.5rem;
}.event_cal9 .head_section2 h5::after {
    bottom: -0.5rem;
    left: 0;
    width: 40px;
    background-color: rgb(147,171,166);
    height: 3px;
    content: '';
    position: absolute;
}.event_cal9 .main_class5 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    display: grid;
}.event_cal9 .main_class5:not(:last-child) {
    margin-bottom: 1rem;
}.event_cal9 .main_class5 a {
    opacity: 0.8;
    position: relative;
    padding: 0.5rem 0;
    font-size: 16px;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}.event_cal9 .main_class5 a::before {
    transition: width 0.3s ease;
    bottom: 0;
    position: absolute;
    height: 2px;
    content: '';
    width: 0;
    left: 0;
    background-color: rgb(147,171,166);
}.event_cal9 .main_class5 a:hover {
    opacity: 1;
    padding-left: 10px;
}.event_cal9 .main_class5 a:hover::before {
    width: 30px;
}.event_cal9 .subscribe_holder {
    background-color: rgb(111,133,127);
    display: flex;
    z-index: 3;
    flex-direction: column;
    padding: 4rem 2rem 3rem;
    gap: 1.5rem;
    position: relative;
}.event_cal9 .subscribe_holder::before {
    width: 100%;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(0, 0, 0, 0.05) 10px,
        rgba(0, 0, 0, 0.05) 20px
    );
    left: 0;
    content: '';
    height: 100%;
    z-index: -1;
    top: 0;
}.event_cal9 .subscribe_holder h5 {
    font-size: 21px;
    color: #ffffff;
    margin-bottom: 1rem;
    font-weight: 600;
}.event_cal9 .subscribe_holder p {
    font-size: 16px;
    margin-bottom: 1rem;
    opacity: 0.9;
    color: #ffffff;
    line-height: 1.6;
}.event_cal9 .input_holder {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}.event_cal9 .input_holder input[type="email"] {
    color: #ffffff;
    border-radius: 10px;
    padding: 1rem 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
    font-size: 16px;
}.event_cal9 .input_holder input[type="email"]:focus {
    border-color: rgba(255, 255, 255, 0.3);
    outline: none;
    background-color: rgba(255, 255, 255, 0.2);
}.event_cal9 .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.event_cal9 .updates_widget2 {
    color: #ffffff;
    font-weight: 600;
    padding: 1rem 1.25rem;
    font-size: 19px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 10px;
    border: none;
    overflow: hidden;
    background-color: rgb(147,171,166);
}.event_cal9 .updates_widget2::before {
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    position: absolute;
    transition: left 0.5s ease;
    width: 100%;
    top: 0;
    left: -100%;
    height: 100%;
}.event_cal9 .updates_widget2:hover {
    background-color: rgb(147,171,166,0.5);
}.event_cal9 .updates_widget2:hover::before {
    left: 100%;
}.event_cal9 .class_guide2 {
    background-color: rgb(111,133,127);
    margin-top: 0;
    text-align: center;
    z-index: 1;
    padding: 6rem 0 2rem;
    position: relative;
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
}.event_cal9 .class_guide2::before {
    z-index: -1;
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, transparent 70%);
    left: 0;
}.event_cal9 .webinar_cta1 {
    opacity: 0.7;
    color: #ffffff;
    font-size: 13px;
}

@media (max-width: 1200px) {.event_cal9 .message_form2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}.event_cal9 .text_main_holder {
    grid-template-columns: 1fr 1.5fr;
}.event_cal9 .subscribe_holder {
    grid-column: 1 / -1;
}
}

@media (max-width: 991px) {.event_cal9 .text_main_holder {
    grid-template-columns: 1fr;
}.event_cal9 .main_info7,
    .event_cal9 .head_section2,
    .event_cal9 .subscribe_holder {
    clip-path: none;
}.event_cal9 .head_section2 {
    padding: 3rem 2rem;
}.event_cal9 .main_info7 {
    padding: 3rem 2rem;
    text-align: center;
    align-items: center;
}.event_cal9 .subscribe_holder {
    padding: 3rem 2rem;
}.event_cal9 .class_guide2 {
    clip-path: none;
    padding: 3rem 0 2rem;
}
}

@media (max-width: 768px) {.event_cal9 .message_form2 {
    padding: 2.5rem 1.5rem 3rem;
    grid-template-columns: 1fr;
    clip-path: none;
    margin-bottom: 0;
}.event_cal9 .main_class5 {
    grid-template-columns: 1fr;
}.event_cal9 .head_section2 h5,
    .event_cal9 .subscribe_holder h5 {
    text-align: center;
    display: block;
}.event_cal9 .head_section2 h5::after {
    left: 50%;
    transform: translateX(-50%);
}.event_cal9 .subscribe_holder p {
    text-align: center;
}
}

@media (max-width: 576px) {.event_cal9 .main_info7,
    .event_cal9 .head_section2,
    .event_cal9 .subscribe_holder {
    padding: 2.5rem 1.5rem;
}.event_cal9 .class_guide2 {
    padding: 2.5rem 0 1.5rem;
}.event_cal9 .info_item {
    padding: 0.5rem 0;
}.event_cal9 .info_item p,
    .event_cal9 .info_item a {
    justify-content: center;
}}.data_statistics7 {
    overflow: hidden;
    background: rgb(184,208,203);
    position: relative;
    padding: 7rem 0;
}.data_statistics7::before {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    content: "";
    opacity: 0.05;
    background: linear-gradient(120deg, rgb(147,171,166,0.5) 0%, transparent 70%);
    position: absolute;
}.data_statistics7 .container {
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1200px;
}.data_statistics7 h2 {
    font-weight: 700;
    color: #000000;
    align-items: center;
    text-transform: uppercase;
    font-size: 30px;
    top: 0;
    letter-spacing: 2px;
    display: flex;
    transform: rotate(180deg);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
    left: 0;
    padding-right: 1.5rem;
    border-right: 3px solid rgb(147,171,166);
    height: 100%;
    margin: 0;
    position: absolute;
    writing-mode: vertical-rl;
}.data_statistics7 ul {
    margin: 0 0 0 5rem;
    position: relative;
    flex-direction: column;
    display: flex;
    list-style: none;
    padding: 0;
}.data_statistics7 .statistics_extras0 {
    display: flex;
    width: 80%;
    margin-bottom: 3.5rem;
    z-index: 2;
    position: relative;
}.data_statistics7 .statistics_extras0:nth-child(even) {
    margin-left: auto;
    flex-direction: row-reverse;
}.data_statistics7 .statistics_extras0:last-child {
    margin-bottom: 0;
}.data_statistics7 .statistics_extras0 p {
    font-weight: 700;
    z-index: 2;
    font-size: calc(38px * 1.4);
    justify-content: center;
    display: flex;
    width: 120px;
    align-items: center;
    height: 120px;
    border-radius: 50%;
    background: #ffffff;
    margin: 0;
    box-shadow: 0 10px 25px -10px rgba(0, 0, 0, 0.1);
    color: rgb(147,171,166);
    position: relative;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
    transition: all 0.4s ease;
}.data_statistics7 .statistics_extras0:nth-child(even) p {
    color: rgb(111,133,127);
}.data_statistics7 .statistics_extras0 span {
    border-radius: 10px;
    max-width: 60%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    color: #000000;
    z-index: 1;
    font-weight: 600;
    position: relative;
    line-height: 1.6;
    font-size: 17px;
    transition: all 0.3s ease;
    padding: 8px 12px;
    margin: 0 2rem;
    align-self: center;
    background: rgba(255, 255, 255, 0.75);
}.data_statistics7 .statistics_extras0 span::before {
    z-index: -1;
    top: 0;
    left: -10%;
    background: linear-gradient(90deg, transparent, rgb(147,171,166,0.5), transparent);
    content: "";
    height: 1px;
    position: absolute;
    width: 120%;
}.data_statistics7 .statistics_extras0 span::after {
    z-index: -1;
    width: 120%;
    bottom: 0;
    position: absolute;
    content: "";
    height: 1px;
    left: -10%;
    background: linear-gradient(90deg, transparent, rgb(147,171,166,0.5), transparent);
}.data_statistics7 .statistics_extras0:nth-child(even) span::before,
.data_statistics7 .statistics_extras0:nth-child(even) span::after {
    background: linear-gradient(90deg, transparent, rgb(111,133,127,0.5), transparent);
}.data_statistics7 .statistics_extras0:nth-child(odd)::before {
    background: linear-gradient(90deg, rgb(147,171,166) 0%, transparent 100%);
    width: calc(100% - 60px);
    height: 1px;
    content: "";
    z-index: 1;
    position: absolute;
    left: 60px;
    top: 60px;
}.data_statistics7 .statistics_extras0:nth-child(even)::before {
    position: absolute;
    width: calc(100% - 60px);
    content: "";
    z-index: 1;
    background: linear-gradient(90deg, transparent 0%, rgb(111,133,127) 100%);
    top: 60px;
    right: 60px;
    height: 1px;
}.data_statistics7 svg {
    position: absolute;
    fill: rgb(147,171,166);
    right: 0;
    height: 30px;
    opacity: 0.2;
    top: 0;
    transition: all 0.3s ease;
    width: 30px;
}.data_statistics7 svg path {
    fill: inherit;
}.data_statistics7 .statistics_extras0:hover p {
    transform: scale(1.1);
    box-shadow: 0 15px 35px -15px rgba(0, 0, 0, 0.2);
}.data_statistics7 .statistics_extras0:hover span {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}.data_statistics7 .statistics_extras0:hover svg {
    transform: rotate(360deg);
    opacity: 0.5;
}.data_statistics7 .container::after {
    top: 0;
    opacity: 0.05;
    z-index: -1;
    width: 80%;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(147,171,166,0.5) 0px,
        rgb(147,171,166,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    right: 0;
    position: absolute;
    height: 100%;
}

@media screen and (max-width: 1024px) {.data_statistics7 h2 {
    font-size: calc(30px * 0.9);
}.data_statistics7 .statistics_extras0 {
    width: 90%;
}.data_statistics7 .statistics_extras0 p {
    font-size: calc(38px * 1.2);
    height: 110px;
    width: 110px;
}
}

@media screen and (max-width: 768px) {.data_statistics7 {
    padding: 5rem 0;
}.data_statistics7 h2 {
    transform: none;
    height: auto;
    text-align: center;
    left: auto;
    border-right: none;
    position: relative;
    writing-mode: horizontal-tb;
    top: auto;
    padding-bottom: 1rem;
    padding-right: 0;
    border-bottom: 3px solid rgb(147,171,166);
    margin-bottom: 4rem;
}.data_statistics7 ul {
    margin: 0;
}.data_statistics7 .statistics_extras0, 
    .data_statistics7 .statistics_extras0:nth-child(even) {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 3rem;
    margin-left: 0;
}.data_statistics7 .statistics_extras0 p {
    margin-bottom: 1.5rem;
}.data_statistics7 .statistics_extras0 span {
    margin: 0;
    max-width: 80%;
    text-align: center;
}.data_statistics7 .statistics_extras0:nth-child(odd)::before,
    .data_statistics7 .statistics_extras0:nth-child(even)::before {
    display: none;
}.data_statistics7 .statistics_extras0 span::before,
    .data_statistics7 .statistics_extras0 span::after {
    width: 80%;
    left: 10%;
}
}

@media screen and (max-width: 480px) {.data_statistics7 {
    padding: 4rem 0;
}.data_statistics7 h2 {
    font-size: calc(30px * 0.8);
    margin-bottom: 3rem;
}.data_statistics7 .statistics_extras0 p {
    height: 100px;
    width: 100px;
    font-size: calc(38px * 1.1);
}.data_statistics7 .statistics_extras0 span {
    padding: 6px 10px;
    max-width: 90%;
    font-size: calc(17px * 0.9);
}}

.data_statistics7::after {
    height: 100%;
    content: "";
    top: 0;
    position: absolute;
    width: 100%;
    opacity: 0.1;
    background: 
        radial-gradient(circle at 20% 80%, rgb(147,171,166,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 20%, rgb(111,133,127,0.5) 0%, transparent 30%);
    left: 0;
    z-index: -2;
}.data_statistics7 .statistics_extras0:nth-child(1) p::before,
.data_statistics7 .statistics_extras0:nth-child(2) p::before,
.data_statistics7 .statistics_extras0:nth-child(3) p::before,
.data_statistics7 .statistics_extras0:nth-child(4) p::before {
    content: "";
    width: 120%;
    transition: all 0.4s ease;
    border-radius: 50%;
    background: #ffffff;
    z-index: -1;
    height: 120%;
    left: -10%;
    opacity: 0.5;
    top: -10%;
    position: absolute;
}.data_statistics7 .statistics_extras0:hover p::before {
    opacity: 0;
    transform: scale(1.1);
}.data_statistics7 .statistics_extras0 span {
    position: relative;
}.data_statistics7 .statistics_extras0 span::after {
    position: absolute;
    background: repeating-linear-gradient(
        90deg,
        transparent,
        transparent 7px,
        rgba(0, 0, 0, 0.04) 7px,
        rgba(0, 0, 0, 0.04) 8px
    );
    height: 1px;
    width: 100%;
    content: "";
    bottom: 0;
    left: 0;
    z-index: -1;
}@keyframes timeline {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.data_statistics7 .statistics_extras0:nth-child(1) {
    animation: timeline 8s infinite ease 0s;
}.data_statistics7 .statistics_extras0:nth-child(2) {
    animation: timeline 8s infinite ease 2s;
}.data_statistics7 .statistics_extras0:nth-child(3) {
    animation: timeline 8s infinite ease 4s;
}.data_statistics7 .statistics_extras0:nth-child(4) {
    animation: timeline 8s infinite ease 6s;
}.pricing_package3 {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    background: rgb(184,208,203);
}.pricing_package3::before {
    background: linear-gradient(135deg, rgb(111,133,127,0.5), rgb(147,171,166,0.5));
    height: 300px;
    content: "";
    position: absolute;
    z-index: 0;
    border-radius: 50%;
    filter: blur(60px);
    width: 300px;
    right: -50px;
    top: -50px;
}.pricing_package3::after {
    bottom: -50px;
    width: 250px;
    left: -50px;
    border-radius: 50%;
    height: 250px;
    background: linear-gradient(225deg, rgb(147,171,166,0.5), rgb(111,133,127,0.5));
    content: "";
    filter: blur(50px);
    z-index: 0;
    position: absolute;
}.pricing_package3 .container {
    z-index: 1;
    position: relative;
}.pricing_package3 .program_price3 {
    gap: 3rem;
    flex-direction: column-reverse;
    display: flex;
}.pricing_package3 .deal_opts0 {
    padding: 0 1rem;
    position: relative;
    margin: 0 auto;
    text-align: center;
    max-width: 800px;
}.pricing_package3 .deal_opts0 h2 {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: calc(36px * 1.1);
    position: relative;
}.pricing_package3 .deal_opts0 h2::after {
    width: 80px;
    content: "";
    left: 50%;
    bottom: -10px;
    position: absolute;
    background: linear-gradient(90deg, rgb(147,171,166), rgb(111,133,127));
    height: 3px;
    transform: translateX(-50%);
}.pricing_package3 .study_offers5 {
    margin-bottom: 1rem;
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
}.pricing_package3 .learning_cost5 {
    grid-template-columns: 1fr;
    perspective: 1000px;
    display: grid;
    gap: 2rem;
}.pricing_package3 .pricing_tiers7 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    text-decoration: none;
    position: relative;
    transform-style: preserve-3d;
    display: block;
}.pricing_package3 .pricing_tiers7:hover {
    transform: translateY(-10px);
}.pricing_package3 .price_options2 {
    flex-direction: column;
    position: relative;
    display: flex;
    overflow: hidden;
    transition: all 0.4s ease;
    border-radius: 10px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    min-height: 430px;
    background: #ffffff;
    z-index: 1;
    justify-content: space-between;
}.pricing_package3 .pricing_tiers7:hover .price_options2 {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}.pricing_package3 .fee_offers5 {
    flex: 1;
    padding: 2rem;
    z-index: 2;
    position: relative;
}.pricing_package3 .pricing_tiers7 h3 {
    font-weight: 700;
    position: relative;
    font-size: calc(20px * 1.1);
    color: #000000;
    display: inline-block;
    margin-bottom: 1rem;
}.pricing_package3 .pricing_tiers7 h3::before {
    width: 40px;
    background: rgb(147,171,166);
    content: "";
    bottom: -5px;
    height: 2px;
    left: 0;
    transition: width 0.3s ease;
    position: absolute;
}.pricing_package3 .pricing_tiers7:hover h3::before {
    width: 100%;
}.pricing_package3 .edu_rates3 {
    color: rgb(111,133,127);
    font-weight: 700;
    font-size: calc(20px * 1.4);
    margin: 1.5rem 0;
    position: relative;
    display: block;
}.pricing_package3 .edu_rates3::after {
    height: 20px;
    position: absolute;
    top: 50%;
    content: "";
    background: rgb(147,171,166);
    width: 3px;
    left: -10px;
    transform: translateY(-50%);
    border-radius: 3px;
}.pricing_package3 .pricing_tiers7 p {
    line-height: 1.6;
    word-wrap: break-word;
    overflow-wrap: break-word;
    color: #000000;
    margin-bottom: 1rem;
    hyphens: auto;
    font-size: 15px;
}.pricing_package3 .img_expand6 {
    height: 180px;
    position: relative;
}.pricing_package3 .img_expand6::before {
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    inset: 0;
    position: absolute;
    z-index: 1;
}.pricing_package3 .pricing_tiers7:nth-child(1) .price_options2 {
    border-top: 4px solid rgb(147,171,166);
}.pricing_package3 .pricing_tiers7:nth-child(2) .price_options2 {
    border-top: 4px solid rgb(111,133,127);
}.pricing_package3 .pricing_tiers7:nth-child(3) .price_options2 {
    border-top: 4px solid #6c5ce7;
}.pricing_package3 .pricing_tiers7:nth-child(4) .price_options2 {
    border-top: 4px solid #00b894;
}

@media (min-width: 768px) {.pricing_package3 .learning_cost5 {
    grid-template-columns: repeat(2, 1fr);
}.pricing_package3 .price_options2 {
    min-height: 480px;
}.pricing_package3 .deal_opts0 {
    padding: 0 2rem;
}.pricing_package3 .deal_opts0 h2 {
    font-size: calc(36px * 1.2);
}
}

@media (min-width: 992px) {.pricing_package3 .program_price3 {
    gap: 4rem;
    align-items: center;
    flex-direction: row;
}.pricing_package3 .learning_cost5 {
    flex: 2;
    grid-template-columns: repeat(2, 1fr);
}.pricing_package3 .deal_opts0 {
    flex: 1;
    padding-right: 3rem;
    text-align: left;
}.pricing_package3 .deal_opts0 h2::after {
    transform: none;
    left: 0;
}.pricing_package3 .price_options2 {
    min-height: 500px;
}
}

@media (min-width: 1200px) {.pricing_package3 .learning_cost5 {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.pricing_package3 .pricing_tiers7 {
    transform: perspective(1000px) rotateY(0);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.pricing_package3 .pricing_tiers7:hover {
    transform: perspective(1000px) translateY(-15px) rotateY(2deg);
}.pricing_package3 .price_options2 {
    backface-visibility: hidden;
    min-height: 520px;
    transform-style: preserve-3d;
}.pricing_package3 .img_expand6 {
    height: 200px;
}.pricing_package3 .edu_rates3 {
    font-size: calc(20px * 1.6);
}.pricing_package3 .deal_opts0 h2 {
    font-size: calc(36px * 1.3);
}}.cookie_notice_message6 {
    width: 100%;
    position: fixed;
    background: rgb(184,208,203);
    border-top: 2px solid rgb(147,171,166);
    bottom: 0;
    z-index: 90;
}.consent_learn5 {
    display: flex;
    padding: 20px 0;
    align-items: center;
    justify-content: space-between;
}.cookie_notice_message6 h5 {
    margin-bottom: 6px;
    font-size: 22px;
}#popupCookieConsent9 {
    display: none;
}#popupCookieConsent9:checked ~ .cookie_notice_message6 {
    visibility: hidden;
    opacity: 0;
}.cookie_notice_message6 p {
    font-size: 18px;
}.learn_agree4 {
    margin-right: 10px;
    flex-shrink: 0;
}.learn_agree4 svg, .learn_agree4 svg path, .learn_agree4 img {
    height: 100px;
    fill: rgb(147,171,166);
    width: 100px;
}.digital_consent5 {
    margin-left: 10px;
    flex-shrink: 0;
    line-height: 35px;
    white-space: nowrap;
    color: rgb(147,171,166);
    border-bottom: 2px solid rgb(147,171,166);
    font-size: 24px;
    cursor: pointer;
    text-decoration: none;
    min-width: 120px;
    text-align: center;
}.cookie_notice_message6 p a {
    color: rgb(147,171,166);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookie_notice_message6 {
    padding: 20px;
}}

.wrapper-capsule3 .cookie_notice_message6 {
    box-shadow: rgb(111,133,127,0.5) 0px 0px 40px 39px;
    border: none;
    padding: 40px 0;
    background: rgb(111,133,127);
}.wrapper-capsule3 .digital_consent5 {
    font-weight: 400;
    background: rgb(147,171,166);
    margin-left: 30px;
    color: #ffffff;
    font-size: 20px;
    padding: 10px;
    border: none;
}.wrapper-capsule3 .cookie_eductrl3 h5, .wrapper-capsule3 .cookie_eductrl3 p {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.learn_agree4 {
    display: none;
}.consent_learn5 {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.cookie_notice_message6 h5 {
    text-align: center;
}.cookie_notice_message6 p {
    text-align: center;
}.cookie_eductrl3 {
    margin-bottom: 20px;
}body .wrapper-capsule3 .digital_consent5 {
    margin-bottom: 10px;
    margin-left: 0;
}}.secure_cache5 {
    padding: 40px;
    overflow: hidden;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    color: #000000;
}.secure_cache5 h1 {
    margin-top: 40px;
    border-bottom: 3px solid rgb(147,171,166);
    color: rgb(147,171,166);
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-size: 47px;
    font-weight: 700;
}.secure_cache5 h2 {
    border-bottom: 2px solid rgb(111,133,127);
    padding-bottom: 10px;
    color: rgb(111,133,127);
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 35px;
}.secure_cache5 ul, .secure_cache5 ol {
    list-style-type: none;
    margin: 25px 0;
    padding-left: 0;
}.secure_cache5 ul li, .secure_cache5 ol li {
    font-size: 16px;
    padding-left: 25px;
    line-height: 1.8;
    position: relative;
    margin-bottom: 15px;
    color: #000000;
    font-weight: 400;
}.secure_cache5 ul li::before, .secure_cache5 ol li::before {
    width: 10px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    height: 10px;
    border-radius: 50%;
    content: '';
    background: rgb(147,171,166);
    left: 0;
}.secure_cache5 p, .secure_cache5 span, .secure_cache5 div {
    font-size: 16px;
    margin-bottom: 15px;
    color: #000000;
    line-height: 1.8;
}

@media only screen and (max-width: 800px) {.secure_cache5 {
    padding: 25px;
}.secure_cache5 h1 {
    margin-bottom: 20px;
    font-size: 35px;
}.secure_cache5 h2 {
    font-size: 18px;
    margin-bottom: 15px;
}.secure_cache5 ul li, .secure_cache5 ol li {
    font-size: 16px;
}}

.secure_cache5 h3, .secure_cache5 h4, .secure_cache5 h5, .secure_cache5 h6 {
    color: #000000;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    font-size: 18px;
    margin-top: 30px;
    font-weight: 600;
    padding-bottom: 5px;
}.secure_cache5 section {
    background: rgb(184,208,203);
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 25px;
}.secure_cache5 a {
    transition: color 0.3s ease, border-bottom-color 0.3s ease;
    padding-bottom: 2px;
    color: rgb(147,171,166);
    border-bottom: 2px solid rgb(147,171,166,0.5);
    text-decoration: none;
}.secure_cache5 a:hover {
    border-bottom-color: rgb(111,133,127,0.5);
    color: rgb(111,133,127);
}.contact_information2 {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: rgb(184,208,203);
}.contact_information2::before {
    background-image: linear-gradient(30deg, rgb(111,133,127,0.5) 12%, transparent 12.5%, transparent 87%, rgb(111,133,127,0.5) 87.5%, rgb(111,133,127,0.5)),
                      linear-gradient(150deg, rgb(111,133,127,0.5) 12%, transparent 12.5%, transparent 87%, rgb(111,133,127,0.5) 87.5%, rgb(111,133,127,0.5)),
                      linear-gradient(30deg, rgb(111,133,127,0.5) 12%, transparent 12.5%, transparent 87%, rgb(111,133,127,0.5) 87.5%, rgb(111,133,127,0.5)),
                      linear-gradient(150deg, rgb(111,133,127,0.5) 12%, transparent 12.5%, transparent 87%, rgb(111,133,127,0.5) 87.5%, rgb(111,133,127,0.5)),
                      linear-gradient(60deg, rgb(147,171,166,0.5) 25%, transparent 25.5%, transparent 75%, rgb(147,171,166,0.5) 75%, rgb(147,171,166,0.5)),
                      linear-gradient(60deg, rgb(147,171,166,0.5) 25%, transparent 25.5%, transparent 75%, rgb(147,171,166,0.5) 75%, rgb(147,171,166,0.5));
    content: '';
    left: 0;
    background-size: 80px 140px;
    position: absolute;
    opacity: 0.05;
    height: 100%;
    top: 0;
    width: 100%;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
}.contact_information2 .img_expand6 {
    position: absolute;
    top: 5%;
    left: 0;
    height: 90%;
    width: 45%;
    border-radius: 0 22px 22px 0;
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.2);
}.contact_information2 .img_expand6::after {
    position: absolute;
    top: 0;
    height: 100%;
    content: '';
    border-radius: 0 22px 22px 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}.contact_information2 .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 20px;
}.contact_information2 h3 {
    text-align: center;
    display: inline-block;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    font-weight: 700;
    padding: 10px 30px;
    background: #ffffff;
    margin-bottom: 50px;
    font-family: Arial, sans-serif;
    color: rgb(147,171,166);
    border-radius: 10px;
    position: relative;
    font-size: 36px;
}.contact_information2 .reach_feedback2 {
    float: right;
    overflow: hidden;
    width: 60%;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 22px;
    flex-direction: column;
    display: flex;
    background: #ffffff;
}.contact_information2 .reach_feedback2::before {
    left: 0;
    content: '';
    top: 0;
    background: linear-gradient(to right, rgb(147,171,166), rgb(111,133,127));
    height: 5px;
    position: absolute;
    width: 100%;
}.contact_information2 .help_inquiry9 {
    padding: 40px;
}.contact_information2 form h3 {
    color: #000000;
    padding: 0;
    display: block;
    background: transparent;
    padding-bottom: 10px;
    box-shadow: none;
    margin-bottom: 30px;
    border-bottom: 2px solid rgb(111,133,127,0.5);
    font-size: 22px;
    width: 100%;
    text-align: left;
    border-radius: 0;
}.contact_information2 input[type="text"],
.contact_information2 textarea {
    margin-bottom: 20px;
    width: 100%;
    font-size: 14px;
    border: none;
    background: rgb(184,208,203);
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 15px;
    color: #000000;
}.contact_information2 input[type="text"]:focus,
.contact_information2 textarea:focus {
    outline: none;
    background: #ffffff;
    box-shadow: 0 0 0 2px rgb(147,171,166);
}.contact_information2 textarea {
    resize: none;
    height: 130px;
}.contact_information2 .message_reach9 {
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
}.contact_information2 .message_reach9 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_information2 .message_reach9 label {
    color: #000000;
    line-height: 1.5;
    padding-left: 30px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}.contact_information2 .message_reach9 label::before {
    height: 18px;
    left: 0;
    position: absolute;
    transition: all 0.3s ease;
    top: 2px;
    content: '';
    border-radius: 10px;
    border: 1px solid rgb(147,171,166);
    width: 18px;
}.contact_information2 .message_reach9 input[type="checkbox"]:checked + label::before {
    background: rgb(147,171,166);
}.contact_information2 .message_reach9 input[type="checkbox"]:checked + label::after {
    height: 9px;
    left: 6px;
    top: 6px;
    width: 6px;
    transform: rotate(45deg);
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    position: absolute;
    content: '';
}.contact_information2 .message_reach9 a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(147,171,166);
    font-weight: 600;
}.contact_information2 .message_reach9 a:hover {
    text-decoration: underline;
    color: rgb(111,133,127);
}.contact_information2 .contact_reach3 {
    font-weight: 600;
    transition: all 0.5s ease;
    font-size: 20px;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    border: none;
    background: linear-gradient(to right, rgb(147,171,166), rgb(147,171,166));
    padding: 14px 30px;
    background-size: 200% auto;
    cursor: pointer;
    color: #ffffff;
}.contact_information2 .contact_reach3:hover {
    background-position: right center;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgb(147,171,166,0.5);
}.contact_information2 .request_query2 {
    background: linear-gradient(135deg, rgb(147,171,166), rgb(111,133,127));
    padding: 40px;
    color: #ffffff;
}.contact_information2 .request_query2 h4 {
    font-family: Arial, sans-serif;
    font-size: 22px;
    margin-bottom: 25px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
}.contact_information2 .request_query2 h4::after {
    position: absolute;
    height: 2px;
    left: 0;
    background: #ffffff;
    width: 40px;
    bottom: -8px;
    content: '';
}.contact_information2 .help_links9 {
    padding: 0;
    margin: 0;
    list-style: none;
}.contact_information2 .help_links9 li {
    display: flex;
    align-items: flex-start;
    transition: transform 0.3s ease;
    margin-bottom: 20px;
}.contact_information2 .help_links9 li:hover {
    transform: translateX(5px);
}.contact_information2 .help_links9 svg {
    width: 22px;
    margin-right: 15px;
    margin-top: 3px;
    flex-shrink: 0;
    height: 22px;
}.contact_information2 .help_links9 svg path {
    fill: #ffffff;
}.contact_information2 .help_links9 span {
    color: #ffffff;
    font-family: Arial, sans-serif;
    line-height: 1.5;
    font-size: 14px;
}.contact_information2 .help_links9 a {
    transition: all 0.3s ease;
    color: #ffffff;
    text-decoration: none;
}.contact_information2 .help_links9 a:hover {
    text-decoration: underline;
    opacity: 0.8;
}

@media (max-width: 992px) {.contact_information2 {
    padding: 80px 0;
}.contact_information2 .img_expand6 {
    display: none;
}.contact_information2 .reach_feedback2 {
    float: none;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
}
}

@media (max-width: 768px) {.contact_information2 {
    padding: 60px 0;
}.contact_information2 h3 {
    font-size: calc(36px * 0.9);
    margin-bottom: 40px;
}.contact_information2 .help_inquiry9,
    .contact_information2 .request_query2 {
    padding: 30px;
}.contact_information2 form h3,
    .contact_information2 .request_query2 h4 {
    margin-bottom: 20px;
    font-size: calc(22px * 0.9);
}
}

@media (max-width: 576px) {.contact_information2 {
    padding: 40px 0;
}.contact_information2 h3 {
    font-size: calc(36px * 0.8);
    margin-bottom: 30px;
}.contact_information2 .help_inquiry9,
    .contact_information2 .request_query2 {
    padding: 25px 20px;
}.contact_information2 input[type="text"],
    .contact_information2 textarea {
    margin-bottom: 15px;
    padding: 12px;
}.contact_information2 textarea {
    height: 110px;
}.contact_information2 .contact_reach3 {
    width: 100%;
}}header {
    overflow: hidden;
    background: 
        linear-gradient(170deg, 
            #000000 0%,
            rgb(147,171,166,0.5) 100%);
    position: fixed;
    left: 0;
    z-index: 1000;
    background: #000000;
    width: 100%;
    top: 0;
}header::before {
    width: 100%;
    z-index: 1;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgb(111,133,127,0.5) 10px,
            rgb(111,133,127,0.5) 11px
        );
    content: "";
    opacity: 0.03;
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
}header::after {
    animation: gradient-shift 8s linear infinite;
    height: 5px;
    position: absolute;
    background-size: 200% 100%;
    background: linear-gradient(90deg, 
        rgb(147,171,166),
        rgb(111,133,127),
        rgb(147,171,166));
    z-index: 5;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
}header .container {
    padding: 0;
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: column;
}header .head_nav1 {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    flex-direction: column;
    padding-top: 1.5rem;
    z-index: 2;
}header .head_base8 {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
    padding: 0.5rem 2rem;
    position: relative;
    z-index: 3;
    text-decoration: none;
}header .head_base8::before {
    position: absolute;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(111,133,127,0.5) 20%,
        rgb(111,133,127) 50%,
        rgb(111,133,127,0.5) 80%,
        transparent 100%);
    left: -30%;
    height: 1px;
    width: 160%;
    content: "";
    bottom: -10px;
}header .head_base8::after {
    z-index: -1;
    background: rgb(147,171,166,0.5);
    opacity: 0.5;
    animation: orb-float 5s ease-in-out infinite alternate;
    border-radius: 50%;
    height: 40px;
    content: "";
    filter: blur(20px);
    position: absolute;
    width: 40px;
}header .head_base8 svg {
    z-index: 2;
    height: 48px;
    width: auto;
    filter: drop-shadow(0 0 8px rgb(147,171,166,0.5));
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}header .head_base8:hover svg {
    filter: drop-shadow(0 0 12px rgb(147,171,166));
    transform: scale(1.08);
}header .head_section2 {
    width: 100vw;
    gap: 1rem;
    scrollbar-width: none;
    padding: 1rem 0;
    display: flex;
    justify-content: center;
    background: linear-gradient(to bottom, 
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    mask-image: linear-gradient(90deg, 
        transparent 0%,
        #000 5%,
        #000 95%,
        transparent 100%);
    position: relative;
    overflow-x: auto;
}header .head_section2::-webkit-scrollbar {
    display: none;
}header .head_section2::before {
    content: "";
    top: 0;
    height: 1px;
    width: 100%;
    left: 0;
    position: absolute;
    background: rgb(147,171,166,0.5);
}header .nav_site6 {
    padding: 0.6rem 1.8rem;
    overflow: hidden;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    background: linear-gradient(135deg,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    font-weight: 400;
    white-space: nowrap;
    position: relative;
    color: #ffffff;
    border-radius: 28px;
    font-family: Arial, sans-serif;
    border: 1px solid rgb(147,171,166,0.5);
}header .nav_site6::before {
    background: linear-gradient(90deg,
        transparent,
        rgb(111,133,127,0.5),
        transparent);
    height: 100%;
    opacity: 0.5;
    transition: left 0.5s ease;
    position: absolute;
    top: 0;
    content: "";
    left: -100%;
    width: 100%;
}header .nav_site6::after {
    top: 50%;
    transition: transform 0.3s ease;
    background: rgb(111,133,127);
    transform: translateY(-50%) scale(0);
    right: 12px;
    position: absolute;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    content: "";
    box-shadow: 0 0 10px rgb(111,133,127);
}header .nav_site6:hover {
    border-color: rgb(111,133,127);
    box-shadow: 0 0 15px rgb(147,171,166,0.5),
                inset 0 0 10px rgb(147,171,166,0.5);
    color: rgb(111,133,127);
    transform: translateY(-2px);
}header .nav_site6:hover::before {
    left: 100%;
}header .nav_site6:hover::after {
    transform: translateY(-50%) scale(1);
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}

@keyframes orb-float {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(30px, 10px);
    }
}

@media (max-width: 991px) {header .head_base8 {
    margin-bottom: 1.5rem;
}header .head_base8 svg {
    height: 42px;
}header .nav_site6 {
    font-size: calc(18px - 1px);
    padding: 0.5rem 1.5rem;
}
}

@media (max-width: 767px) {header .head_nav1 {
    padding-top: 1rem;
}header .head_base8 {
    margin-bottom: 1rem;
}header .head_base8 svg {
    height: 36px;
}header .head_section2 {
    justify-content: flex-start;
    padding: 0.8rem 0;
}header .nav_site6 {
    font-size: calc(18px - 2px);
    margin: 0 0.2rem;
    padding: 0.4rem 1.2rem;
}header .nav_site6:first-child {
    margin-left: 1rem;
}header .nav_site6:last-child {
    margin-right: 1rem;
}header .nav_site6::after {
    width: 6px;
    right: 8px;
    height: 6px;
}}.user_feedback6 {
    overflow: hidden;
    background: linear-gradient(180deg, rgb(184,208,203) 0%, #ffffff 100%);
    position: relative;
    padding: 120px 0;
}.user_feedback6::before {
    z-index: 1;
    background: 
        linear-gradient(90deg, rgb(147,171,166,0.5) 0.5px, transparent 1px),
        linear-gradient(0deg, rgb(147,171,166,0.5) 0.5px, transparent 1px);
    opacity: 0.2;
    position: absolute;
    content: "";
    transform: perspective(500px) rotateX(30deg) scale(1.5);
    width: 100%;
    background-size: 20px 20px;
    left: 0;
    transform-origin: center top;
    height: 100%;
    top: 0;
}.user_feedback6 .ethos_block5 {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
}.user_feedback6 h4 {
    font-weight: 700;
    margin-bottom: 80px;
    font-size: 28px;
    letter-spacing: 2px;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}.user_feedback6 h4::after {
    height: 3px;
    border-radius: 10px;
    width: 100px;
    position: absolute;
    content: "";
    left: 50%;
    background: linear-gradient(90deg, rgb(147,171,166), rgb(111,133,127));
    transform: translateX(-50%);
    bottom: -15px;
}.user_feedback6 .edu_quotes1 {
    perspective: 1000px;
    grid-template-columns: repeat(3, 1fr);
    transform-style: preserve-3d;
    display: grid;
    gap: 50px 30px;
}.user_feedback6 .review_grid6 {
    transform-style: preserve-3d;
    background: #ffffff;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 13px;
    position: relative;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    z-index: 2;
    transform: rotateX(10deg) rotateY(-10deg);
}.user_feedback6 .review_grid6::before {
    background: linear-gradient(135deg, rgb(111,133,127,0.5), rgb(147,171,166,0.5));
    z-index: -1;
    transition: opacity 0.5s ease;
    inset: 0;
    content: "";
    opacity: 0;
    position: absolute;
    border-radius: 13px;
}.user_feedback6 .review_grid6:hover::before {
    opacity: 0.7;
}.user_feedback6 .review_grid6::after {
    z-index: -1;
    left: 5px;
    border-radius: calc(13px - 5px);
    transform: scale(0.9) translateZ(10px);
    right: 5px;
    position: absolute;
    opacity: 0;
    transition: all 0.5s ease;
    top: 5px;
    border: 1px solid #ffffff;
    content: "";
    bottom: 5px;
}.user_feedback6 .review_grid6:hover::after {
    opacity: 0.3;
    transform: scale(1) translateZ(10px);
}.user_feedback6 .review_grid6:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    z-index: 3;
    transform: rotateX(0) rotateY(0) translateZ(30px);
}.user_feedback6 .img_expand6 {
    margin: 0 auto 20px;
    transform: translateZ(20px);
    border-radius: 13px;
    border: 3px solid #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    width: 90px;
    height: 90px;
    transition: all 0.5s ease;
}.user_feedback6 .review_grid6:hover .img_expand6 {
    transform: translateZ(40px);
    border-color: rgb(147,171,166,0.5);
    border-radius: 50%;
}.user_feedback6 .review_grid6 span {
    text-align: center;
    transform: translateZ(15px);
    margin-bottom: 15px;
    transition: all 0.5s ease;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    display: block;
}.user_feedback6 .review_grid6:hover span {
    color: #ffffff;
    transform: translateZ(30px);
}.user_feedback6 .review_grid6 p {
    color: #000000;
    transition: all 0.5s ease;
    padding-top: 15px;
    position: relative;
    font-size: 16px;
    transform: translateZ(10px);
    line-height: 1.7;
    text-align: center;
}.user_feedback6 .review_grid6 p::before {
    content: "";
    top: 0;
    transition: all 0.5s ease;
    height: 2px;
    width: 30px;
    left: 50%;
    background: rgb(147,171,166,0.5);
    transform: translateX(-50%);
    position: absolute;
}.user_feedback6 .review_grid6:hover p {
    transform: translateZ(20px);
    color: #ffffff;
}.user_feedback6 .review_grid6:hover p::before {
    background: #ffffff;
    width: 50px;
}.user_feedback6 .review_grid6:nth-child(3n+1) {
    animation: floatIn 0.7s ease-out both;
    animation-delay: 0.1s;
}.user_feedback6 .review_grid6:nth-child(3n+2) {
    animation-delay: 0.3s;
    animation: floatIn 0.7s ease-out both;
}.user_feedback6 .review_grid6:nth-child(3n) {
    animation-delay: 0.5s;
    animation: floatIn 0.7s ease-out both;
}

@keyframes floatIn {
    from {
        opacity: 0;
        transform: rotateX(20deg) rotateY(-20deg) translateY(50px);
    }
    to {
        opacity: 1;
        transform: rotateX(10deg) rotateY(-10deg) translateY(0);
    }
}

@media (max-width: 1024px) {.user_feedback6 {
    padding: 90px 0;
}.user_feedback6 .edu_quotes1 {
    gap: 40px 30px;
    grid-template-columns: repeat(2, 1fr);
}.user_feedback6 h4 {
    font-size: calc(28px * 0.9);
    margin-bottom: 60px;
}.user_feedback6 .review_grid6 {
    padding: 25px;
}.user_feedback6 .img_expand6 {
    height: 80px;
    width: 80px;
}
}

@media (max-width: 768px) {.user_feedback6 {
    padding: 70px 0;
}.user_feedback6::before {
    transform: perspective(500px) rotateX(20deg) scale(2);
}.user_feedback6 h4 {
    margin-bottom: 50px;
    font-size: calc(28px * 0.8);
}.user_feedback6 .edu_quotes1 {
    grid-template-columns: 1fr;
    gap: 40px;
}.user_feedback6 .review_grid6 {
    margin: 0 auto;
    transform: rotateX(5deg) rotateY(-5deg);
    padding: 20px;
    max-width: 350px;
}.user_feedback6 .review_grid6:hover {
    transform: rotateX(0) rotateY(0) translateZ(20px);
}.user_feedback6 .img_expand6 {
    width: 70px;
    height: 70px;
}.user_feedback6 .review_grid6 span {
    font-size: calc(20px * 0.9);
}.user_feedback6 .review_grid6 p {
    font-size: calc(16px * 0.95);
}}.about_this1 {
    padding: 120px 0 100px;
    color: #ffffff;
    overflow: hidden;
    position: relative;
}.about_this1::before {
    position: absolute;
    z-index: 1;
    top: 0;
    background: linear-gradient(135deg, rgba(30, 45, 60, 0.92), rgba(20, 30, 45, 0.86));
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
}.about_this1::after {
    background: 
        radial-gradient(circle at 15% 25%, rgb(147,171,166,0.5) 0%, transparent 35%),
        radial-gradient(circle at 85% 75%, rgb(111,133,127,0.5) 0%, transparent 40%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
    pointer-events: none;
    content: "";
    z-index: 2;
    position: absolute;
}.about_this1 h4 {
    text-transform: uppercase;
    z-index: 3;
    color: #ffffff;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
    transform: translateY(0);
    position: relative;
    letter-spacing: 3px;
    opacity: 1;
    transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    font-size: calc(22px * 1.2);
}.about_this1 h4::before {
    width: 60px;
    position: absolute;
    left: 50%;
    border-radius: 1px;
    height: 3px;
    background: linear-gradient(90deg, rgb(147,171,166), rgb(111,133,127));
    bottom: -12px;
    box-shadow: 0 0 15px rgba(rgb(147,171,166), 0.2);
    content: "";
    transform: translateX(-50%);
}.about_this1 .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 3;
    margin: 0 auto;
    position: relative;
}.about_this1 .text_column_wrap7 {
    opacity: 1;
    backdrop-filter: blur(12px);
    padding: 40px;
    border-radius: 4px;
    transform: translateY(0);
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 
        0 10px 25px -5px rgba(0, 0, 0, 0.1),
        0 15px 10px -10px rgba(0, 0, 0, 0.04),
        inset 0 1px 1px rgba(255, 255, 255, 0.15),
        inset 0 -1px 1px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.08);
}.about_this1 .text_column_wrap7::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    width: 100%;
    pointer-events: none;
    top: 0;
    height: 100%;
    content: "";
    border-radius: 4px;
    position: absolute;
    left: 0;
}.about_this1 .text_column_wrap7 h6 {
    font-size: calc(22px * 1.4);
    display: inline-block;
    font-weight: 700;
    color: rgb(147,171,166);
    position: relative;
    margin-bottom: 25px;
}.about_this1 .text_column_wrap7 h6::after {
    bottom: -8px;
    content: "";
    background: rgb(111,133,127);
    position: absolute;
    transform-origin: left;
    height: 2px;
    transform: scaleX(1);
    width: 40px;
    left: 0;
    transition: transform 0.4s ease;
}.about_this1 .text_column_wrap7:hover h6::after {
    transform: scaleX(1.5);
}.about_this1 .text_column_wrap7 div {
    position: relative;
}.about_this1 .text_column_wrap7 span {
    font-weight: 400;
    column-count: 1;
    margin-bottom: 15px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
    column-gap: 30px;
    letter-spacing: 0.3px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    line-height: 1.8;
    display: block;
}

@media (min-width: 768px) {.about_this1 {
    padding: 140px 0 120px;
}.about_this1 h4 {
    margin-bottom: 60px;
    font-size: calc(22px * 1.4);
}.about_this1 h4::before {
    width: 80px;
}.about_this1 .text_column_wrap7 {
    padding: 60px;
    border-radius: 4px;
}.about_this1 .text_column_wrap7 span {
    column-count: 2;
}
}

@media (min-width: 992px) {.about_this1 {
    padding: 160px 0 140px;
}.about_this1 .container {
    padding: 0 50px;
}.about_this1 h4 {
    font-size: calc(22px * 1.5);
}.about_this1 .text_column_wrap7 {
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 70px;
}.about_this1 .text_column_wrap7:hover {
    transform: translateY(-5px);
}.about_this1 .text_column_wrap7 h6 {
    margin-bottom: 30px;
    font-size: calc(22px * 1.6);
}.about_this1 .text_column_wrap7 span {
    font-size: calc(12px * 1.05);
    line-height: 1.9;
    column-count: 2;
    column-gap: 50px;
}
}

@media (min-width: 1200px) {.about_this1 {
    padding: 180px 0 160px;
}.about_this1 .container {
    max-width: 1400px;
}.about_this1 .text_column_wrap7 {
    padding: 80px;
}.about_this1 .text_column_wrap7 span {
    column-gap: 60px;
    column-count: 2;
}
}

@media (max-width: 767px) {.about_this1 {
    padding: 80px 0 60px;
}.about_this1 h4 {
    font-size: 22px;
    margin-bottom: 30px;
}.about_this1 .text_column_wrap7 {
    padding: 30px;
}.about_this1 .text_column_wrap7 h6 {
    font-size: 22px;
    margin-bottom: 20px;
}.about_this1 .text_column_wrap7 span {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}
}

@media (hover: hover) {.about_this1 .text_column_wrap7 {
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}.about_this1 .text_column_wrap7:hover {
    box-shadow: 
            0 15px 35px -5px rgba(0, 0, 0, 0.15),
            0 20px 15px -15px rgba(0, 0, 0, 0.07),
            inset 0 1px 1px rgba(255, 255, 255, 0.2),
            inset 0 -1px 1px rgba(0, 0, 0, 0.15);
}}.program_results3 {
    padding: 90px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(184,208,203) 0%, rgb(147,171,166,0.5) 100%);
    position: relative;
}.program_results3::before {
    height: 100%;
    opacity: 0.4;
    content: "";
    position: absolute;
    background: radial-gradient(circle at 75% 25%, rgb(111,133,127,0.5) 0%, transparent 50%);
    left: 0;
    width: 100%;
    top: 0;
}.program_results3 .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}.program_results3 .ethos_block5 {
    align-items: center;
    gap: 50px;
    display: flex;
}.program_results3 .img_expand6 {
    flex: 0 0 38%;
    position: relative;
    z-index: 1;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    max-width: 38%;
    transition: all 0.5s ease;
    transform: translateY(-10px);
    border-radius: 16px;
}.program_results3 .img_expand6::after {
    right: -15px;
    left: 15px;
    content: "";
    bottom: -15px;
    border: 2px solid rgb(147,171,166,0.5);
    opacity: 0.5;
    top: 15px;
    position: absolute;
    border-radius: 16px;
    z-index: -1;
    transition: all 0.5s ease;
}.program_results3 .img_expand6:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(0);
}.program_results3 .img_expand6:hover::after {
    left: 10px;
    opacity: 0.7;
    top: 10px;
    bottom: -10px;
    right: -10px;
}.program_results3 .text_column_wrap7 {
    flex: 0 0 55%;
    border-radius: 16px;
    padding: 40px 35px;
    z-index: 1;
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    position: relative;
}.program_results3 .text_column_wrap7::before {
    content: "";
    width: 6px;
    height: 100%;
    border-radius: 10px;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(147,171,166), rgb(111,133,127));
    position: absolute;
}.program_results3 h3 {
    position: relative;
    font-weight: 700;
    margin-bottom: 30px;
    padding-left: 15px;
    font-size: 36px;
    color: #000000;
}.program_results3 h3::after {
    width: 80px;
    bottom: -12px;
    position: absolute;
    background: rgb(147,171,166);
    border-radius: 10px;
    height: 3px;
    left: 15px;
    content: "";
}.program_results3 ul {
    gap: 15px;
    flex-direction: column;
    padding: 0 0 0 15px;
    margin: 0;
    list-style: none;
    display: flex;
}.program_results3 li {
    padding: 15px;
    border-radius: 8px;
    background: linear-gradient(90deg, #ffffff, rgb(184,208,203) 180%);
    transition: all 0.3s ease;
    position: relative;
}.program_results3 li:hover {
    background: linear-gradient(90deg, #ffffff, rgb(111,133,127,0.5) 180%);
    transform: translateX(10px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.program_results3 li p {
    gap: 16px;
    align-items: center;
    color: #000000;
    line-height: 1.5;
    display: flex;
    font-size: 17px;
    margin: 0;
    font-weight: 400;
}.program_results3 svg {
    align-items: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
    height: 24px;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 5px;
    justify-content: center;
    background: #ffffff;
    width: 24px;
    display: flex;
}.program_results3 svg path {
    fill: rgb(147,171,166);
    transition: fill 0.3s ease;
}.program_results3 li:hover svg {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: scale(1.1);
}.program_results3 li:hover svg path {
    fill: rgb(111,133,127);
}

@media (max-width: 992px) {.program_results3 {
    padding: 70px 0;
}.program_results3 .ethos_block5 {
    gap: 40px;
    flex-direction: column;
}.program_results3 .img_expand6 {
    max-width: 60%;
    margin: 0 auto;
    flex: none;
}.program_results3 .text_column_wrap7 {
    flex: none;
    width: 90%;
    margin: 0 auto;
}.program_results3 .text_column_wrap7::before {
    height: 6px;
    width: 100%;
    top: 0;
    left: 0;
}
}

@media (max-width: 576px) {.program_results3 {
    padding: 50px 0;
}.program_results3 .img_expand6 {
    max-width: 80%;
}.program_results3 .img_expand6::after {
    display: none;
}.program_results3 .text_column_wrap7 {
    padding: 30px 20px;
    width: 100%;
}.program_results3 h3 {
    font-size: 18px;
    margin-bottom: 25px;
}.program_results3 ul {
    gap: 12px;
}.program_results3 li {
    padding: 12px;
}.program_results3 svg {
    height: 22px;
    width: 22px;
}}.title_section3 {
    overflow: hidden;
    position: relative;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    display: flex;
    background: linear-gradient(135deg, rgb(147,171,166) 0%, rgba(30, 40, 90, 0.9) 100%);
}.title_section3::before {
    left: 0;
    width: 100%;
    z-index: 1;
    content: "";
    position: absolute;
    background: 
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.05) 0%, transparent 30%);
    pointer-events: none;
    height: 100%;
    top: 0;
}.title_section3::after {
    position: absolute;
    content: "";
    height: 200%;
    top: -50%;
    z-index: 0;
    animation: subtle-movement 60s linear infinite;
    left: -50%;
    width: 200%;
    background: repeating-linear-gradient(
    45deg,
    rgb(147,171,166,0.5) 0%,
    transparent 1px,
    transparent 10px
  );
    opacity: 0.05;
}.title_section3 .fast_school1 {
    width: 100%;
    grid-template-columns: 1fr;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    gap: 3rem;
    transform: perspective(1000px) rotateX(2deg);
    display: grid;
}.title_section3 .fast_school1 > div:first-child {
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.2),
    0 5px 15px rgba(0, 0, 0, 0.1),
    inset 0 1px 1px rgba(255, 255, 255, 0.1);
    padding: 2rem;
    position: relative;
    transform: translateZ(20px);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
}.title_section3 .fast_school1 > div:first-child::before {
    background: linear-gradient(90deg, transparent 0%, rgb(255, 255, 255, 0.5) 50%, transparent 100%);
    position: absolute;
    right: 0;
    content: "";
    height: 1px;
    left: 0;
    top: 0;
}.title_section3 .fast_school1 > div:last-child {
    position: relative;
}.title_section3 h3 {
    text-align: center;
    font-size: clamp(1rem, 2.5vw, 1.6rem);
    margin: 0;
    position: relative;
    color: #ffffff;
    letter-spacing: 0.5px;
    line-height: 1.5;
    transition: transform 0.5s ease-out;
    font-weight: 600;
}.title_section3 h3:hover {
    transform: translateY(-5px);
}.title_section3 h3::after {
    bottom: -10px;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    transition: width 0.3s ease;
    left: 50%;
    background: rgb(111,133,127);
    height: 2px;
    width: 60px;
}.title_section3 h3:hover::after {
    width: 120px;
}.title_section3 .learning_zone6 {
    flex-direction: column;
    border-left: 4px solid rgb(111,133,127);
    position: relative;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    gap: 1.5rem;
    background: linear-gradient(
    145deg,
    rgba(rgb(111,133,127,0.5), 0.3) 0%,
    rgba(rgba(0, 0, 0, 0.5), 0.6) 100%
  );
    transform: translateZ(30px);
    box-shadow: 
    0 20px 50px rgba(0, 0, 0, 0.3),
    0 10px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 3rem;
    display: flex;
}.title_section3 .learning_zone6:hover {
    transform: translateZ(40px) translateY(-10px);
}.title_section3 h1 {
    font-weight: 700;
    line-height: 1.2;
    font-size: clamp(2rem, 5vw, 42px);
    margin: 0;
    color: #ffffff;
    transition: transform 0.4s ease-out;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transform: translateX(-5%);
    position: relative;
}.title_section3 h1:hover {
    transform: translateX(0);
}.title_section3 h1::before {
    left: -30px;
    position: absolute;
    transition: opacity 0.3s ease, width 0.3s ease;
    height: 3px;
    transform: translateY(-50%);
    width: 20px;
    background: rgb(111,133,127);
    top: 50%;
    opacity: 0;
    content: "";
}.title_section3 h1:hover::before {
    opacity: 1;
    width: 40px;
}.title_section3 .learning_zone6 > div {
    justify-content: center;
    min-height: 150px;
    overflow: hidden;
    transform: perspective(800px) rotateY(-2deg);
    height: 100%;
    box-shadow: 
    0 15px 25px rgba(0, 0, 0, 0.2),
    0 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    transition: transform 0.5s ease;
    align-items: center;
    position: relative;
    display: flex;
}.title_section3 .learning_zone6 > div:hover {
    transform: perspective(800px) rotateY(0deg);
}.title_section3 .learning_zone6 > div::before {
    z-index: 1;
    content: "";
    left: 0;
    height: 100%;
    background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
    width: 100%;
    top: 0;
    position: absolute;
}.title_section3 .learning_zone6 > div::after {
    pointer-events: none;
    position: absolute;
    content: "";
    mix-blend-mode: overlay;
    background: radial-gradient(
    circle at center,
    rgba(rgb(111,133,127), 0.3) 0%,
    transparent 70%
  );
    z-index: 2;
    width: 200%;
    top: -50%;
    transition: opacity 0.5s ease;
    opacity: 0;
    height: 200%;
    left: -50%;
}.title_section3 .learning_zone6 > div:hover::after {
    opacity: 1;
}.title_section3 p {
    transform: translateY(5px);
    padding: 1.5rem;
    font-size: clamp(1rem, 2vw, 12px);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #ffffff;
    position: relative;
    font-weight: 400;
    margin: 0;
    text-align: center;
    z-index: 3;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    letter-spacing: 0.5px;
    line-height: 1.6;
}.title_section3 .learning_zone6 > div:hover p {
    transform: translateY(0);
}

@keyframes subtle-movement {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(1%, 1%) rotate(0.5deg);
  }
  50% {
    transform: translate(0%, 2%) rotate(0deg);
  }
  75% {
    transform: translate(-1%, 1%) rotate(-0.5deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

@media (min-width: 768px) {.title_section3 {
    padding: 6rem 3rem;
}.title_section3 .fast_school1 {
    transform: perspective(1200px) rotateX(3deg);
    align-items: center;
    grid-template-columns: 1fr 1.5fr;
    gap: 4rem;
}.title_section3 .fast_school1 > div:first-child {
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
}.title_section3 .learning_zone6 {
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    padding: 4rem;
}.title_section3 h3 {
    text-align: left;
}.title_section3 h3::after {
    transform: none;
    left: 0;
}.title_section3 .learning_zone6 > div {
    min-height: 200px;
}
}

@media (min-width: 1200px) {.title_section3 {
    padding: 8rem 4rem;
}.title_section3 .fast_school1 {
    gap: 6rem;
}.title_section3 .learning_zone6 {
    padding: 5rem;
}.title_section3 .learning_zone6 > div {
    min-height: 250px;
}
}

@media (max-width: 767px) {.title_section3 .fast_school1 {
    transform: perspective(800px) rotateX(1deg);
}.title_section3 h1 {
    transform: none;
}.title_section3 .learning_zone6 {
    padding: 2rem;
}
}

@media (prefers-reduced-motion: reduce) {.title_section3::after {
    animation: none;
}.title_section3 .learning_zone6,
  .title_section3 h3,
  .title_section3 h1,
  .title_section3 p {
    transition: none;
}}.training_method7 {
    padding: 180px 0 150px;
    overflow: visible;
    background: linear-gradient(160deg, rgb(184,208,203) 0%, rgb(147,171,166,0.5) 140%);
    position: relative;
}.training_method7::before {
    background: linear-gradient(45deg, transparent 60%, rgb(147,171,166,0.5) 100%);
    height: 100%;
    top: 0;
    opacity: 0.2;
    position: absolute;
    width: 100%;
    content: '';
    z-index: 1;
    left: 0;
}.training_method7 .ethos_block5 {
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.training_method7 .text_column_wrap7 {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
}.training_method7 .text_column_wrap7 h2 {
    font-weight: 700;
    border-radius: 17px;
    align-self: flex-start;
    position: relative;
    font-size: 28px;
    backdrop-filter: blur(10px);
    margin-bottom: 0;
    background: rgb(147,171,166,0.5);
    z-index: 4;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateX(-80px);
    padding: 30px 40px;
    color: #ffffff;
}.training_method7 .text_column_wrap7 p {
    background: rgba(255, 255, 255, 0.08);
    position: relative;
    box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.2);
    padding: 50px 60px;
    z-index: 3;
    margin-top: -15px;
    border-radius: 17px;
    color: #ffffff;
    backdrop-filter: blur(15px);
    line-height: 1.8;
    font-size: 13px;
    width: 70%;
    align-self: flex-end;
}.training_method7 .text_column_wrap7::before {
    position: absolute;
    content: '';
    background: rgb(147,171,166);
    top: -150px;
    z-index: 1;
    opacity: 0.05;
    height: 300px;
    filter: blur(60px);
    right: -150px;
    width: 300px;
    animation: morph 15s infinite alternate;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}.training_method7 .text_column_wrap7::after {
    width: 400px;
    left: -150px;
    opacity: 0.05;
    height: 400px;
    content: '';
    bottom: -200px;
    background: rgb(111,133,127);
    border-radius: 60% 40% 30% 70% / 50% 60% 30% 60%;
    animation: morph 20s infinite alternate-reverse;
    position: absolute;
    z-index: 0;
    filter: blur(70px);
}.training_method7 .text_column_wrap7 h2::before {
    background: rgb(147,171,166);
    transform: rotate(45deg);
    position: absolute;
    width: 40px;
    top: -20px;
    z-index: -1;
    border-radius: 10px;
    height: 40px;
    content: '';
    left: -20px;
}.training_method7 .text_column_wrap7 h2::after {
    position: absolute;
    height: 2px;
    z-index: 5;
    width: 120px;
    background: rgb(147,171,166);
    content: '';
    left: 40px;
    bottom: -30px;
}.training_method7 .text_column_wrap7 p::before {
    animation: float-rotate 10s infinite alternate;
    right: 60px;
    height: 80px;
    top: -40px;
    position: absolute;
    z-index: -1;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    background: rgb(147,171,166,0.5);
    content: '';
    opacity: 0.1;
    width: 80px;
}.training_method7 .text_column_wrap7 p::after {
    opacity: 0.1;
    height: 60px;
    border-radius: 30% 70% 50% 50% / 50% 50% 70% 30%;
    z-index: -1;
    position: absolute;
    background: rgb(111,133,127,0.5);
    bottom: -30px;
    animation: float-rotate 12s infinite alternate-reverse;
    width: 60px;
    left: 40px;
    content: '';
}.training_method7::after {
    content: '';
    left: 0;
    opacity: 0.6;
    bottom: 0;
    z-index: 1;
    height: 3px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(147,171,166,0.5) 20%, 
        rgb(147,171,166) 50%, 
        rgb(111,133,127,0.5) 80%, 
        transparent 100%
    );
    position: absolute;
    width: 100%;
}.training_method7 .ethos_block5::before {
    background: rgb(147,171,166,0.5);
    transform: rotate(60deg);
    width: 200px;
    content: '';
    height: 2px;
    left: -100px;
    animation: glow 5s infinite alternate;
    top: 35%;
    position: absolute;
}.training_method7 .ethos_block5::after {
    background: rgb(111,133,127,0.5);
    position: absolute;
    right: -100px;
    transform: rotate(-60deg);
    content: '';
    height: 2px;
    bottom: 25%;
    animation: glow 6s infinite alternate-reverse;
    width: 200px;
}@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    100% {
        border-radius: 70% 30% 40% 60% / 50% 60% 30% 60%;
    }
}

@keyframes float-rotate {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    100% {
        transform: translateY(-20px) rotate(45deg);
    }
}

@keyframes glow {
    0%, 100% {
        opacity: 0.3;
        box-shadow: 0 0 5px rgb(147,171,166,0.5);
    }
    50% {
        opacity: 0.7;
        box-shadow: 0 0 15px rgb(147,171,166);
    }
}

.training_method7 .text_column_wrap7 h2 span {
    position: relative;
    z-index: 2;
}.training_method7 .text_column_wrap7 p span {
    color: rgb(147,171,166);
    position: relative;
    font-weight: 600;
}.training_method7 .floating-element {
    border: 2px solid rgb(147,171,166,0.5);
    animation: float 20s infinite ease-in-out;
    z-index: 0;
    width: 150px;
    position: absolute;
    height: 150px;
    opacity: 0.2;
    right: 10%;
    top: 20%;
}.training_method7 .floating-element::before {
    width: 20px;
    background: rgb(147,171,166);
    opacity: 0.3;
    content: '';
    position: absolute;
    left: 50%;
    height: 20px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-30px) rotate(5deg);
    }
    50% {
        transform: translateY(0) rotate(10deg);
    }
    75% {
        transform: translateY(30px) rotate(5deg);
    }
}

@media screen and (max-width: 1200px) {.training_method7 .text_column_wrap7 h2 {
    transform: translateX(-60px);
}.training_method7 .text_column_wrap7 p {
    width: 75%;
}.training_method7 .text_column_wrap7::before {
    width: 250px;
    height: 250px;
    top: -125px;
    right: -125px;
}.training_method7 .text_column_wrap7::after {
    height: 350px;
    width: 350px;
    bottom: -175px;
    left: -120px;
}.training_method7 .floating-element {
    right: 8%;
    width: 120px;
    height: 120px;
}
}

@media screen and (max-width: 992px) {.training_method7 {
    padding: 150px 0 120px;
}.training_method7 .text_column_wrap7 h2 {
    transform: translateX(-40px);
    padding: 25px 35px;
}.training_method7 .text_column_wrap7 p {
    width: 80%;
    padding: 40px 50px;
}.training_method7 .text_column_wrap7::before {
    width: 200px;
    right: -100px;
    top: -100px;
    height: 200px;
}.training_method7 .text_column_wrap7::after {
    height: 280px;
    width: 280px;
    bottom: -140px;
    left: -100px;
}.training_method7 .ethos_block5::before,
    .training_method7 .ethos_block5::after {
    width: 150px;
}.training_method7 .floating-element {
    height: 100px;
    width: 100px;
}
}

@media screen and (max-width: 768px) {.training_method7 {
    padding: 120px 0 100px;
    overflow: hidden;
}.training_method7 .text_column_wrap7 h2 {
    align-self: center;
    padding: 20px 30px;
    transform: translateX(0);
    margin-bottom: 30px;
    font-size: calc(28px * 0.9);
}.training_method7 .text_column_wrap7 p {
    align-self: center;
    width: 100%;
    margin-top: 0;
    padding: 30px 40px;
}.training_method7 .text_column_wrap7 h2::after {
    transform: translateX(-50%);
    width: 80px;
    left: 50%;
    bottom: -20px;
}.training_method7 .text_column_wrap7::before,
    .training_method7 .text_column_wrap7::after,
    .training_method7 .ethos_block5::before,
    .training_method7 .ethos_block5::after,
    .training_method7 .floating-element {
    display: none;
}
}

@media screen and (max-width: 480px) {.training_method7 {
    padding: 100px 0 80px;
}.training_method7 .text_column_wrap7 h2 {
    font-size: calc(28px * 0.8);
    padding: 15px 25px;
}.training_method7 .text_column_wrap7 p {
    font-size: calc(13px * 0.9);
    padding: 25px 30px;
}.training_method7 .text_column_wrap7 h2::before {
    top: -15px;
    height: 30px;
    width: 30px;
    left: -15px;
}.training_method7 .text_column_wrap7 h2::after {
    height: 1px;
    bottom: -15px;
    width: 60px;
}}.course_program_details4 {
    background: linear-gradient(120deg, #000000 20%, rgb(111,133,127,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 7rem 0;
}.course_program_details4::before {
    filter: blur(30px);
    position: absolute;
    right: -10%;
    top: -20%;
    z-index: 1;
    transform: rotate(-15deg);
    content: "";
    animation: floatGradient 20s ease-in-out infinite alternate;
    background: radial-gradient(ellipse at center, rgb(147,171,166,0.5) 0%, transparent 70%);
    height: 140%;
    width: 70%;
}.course_program_details4::after {
    opacity: 0.8;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.02) 5px,
            rgba(255, 255, 255, 0.02) 10px
        ),
        radial-gradient(circle at 10% 90%, rgb(111,133,127,0.5) 0%, transparent 40%);
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    z-index: 1;
    top: 0;
    content: "";
}.course_program_details4 .container {
    position: relative;
    z-index: 2;
}.course_program_details4 .ethos_block5 {
    min-height: 500px;
    grid-template-areas: 
        "photo info"
        "photo info";
    position: relative;
    display: grid;
    grid-template-columns: 45% 55%;
    gap: 0;
}.course_program_details4 .practical_study8 {
    backdrop-filter: blur(8px);
    padding: 3.5rem 3rem 3.5rem 5rem;
    overflow: hidden;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 255, 255, 0.02) 100%
    );
    z-index: 3;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 0 25px 25px 0;
    grid-area: info;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        5px 5px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    transform: translateX(-40px);
}.course_program_details4 .practical_study8::before {
    left: 0;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(147,171,166,0.5) 49.5%, rgb(147,171,166,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(147,171,166,0.5) 49.5%, rgb(147,171,166,0.5) 50.5%, transparent 50.5%);
    width: 100%;
    top: 0;
    opacity: 0.1;
    background-size: 30px 30px;
    z-index: -1;
    content: "";
    position: absolute;
    height: 100%;
}.course_program_details4 .practical_study8::after {
    position: absolute;
    animation: rotateRadial 30s linear infinite;
    height: 200%;
    width: 200%;
    z-index: -1;
    opacity: 0.1;
    background: radial-gradient(
        circle at center,
        rgb(147,171,166,0.5) 0%,
        transparent 60%
    );
    transform-origin: center;
    top: -50%;
    content: "";
    left: -50%;
}.course_program_details4 .main_info7 {
    width: 90px;
    height: 90px;
    position: relative;
    margin-bottom: 2rem;
    transform: rotate(-5deg) skew(-5deg);
}.course_program_details4 .main_info7::before {
    background: linear-gradient(
        135deg,
        rgb(147,171,166) 0%,
        rgb(111,133,127) 100%
    );
    position: absolute;
    inset: -5px;
    content: "";
    z-index: -1;
    transform: rotate(5deg);
    border-radius: 12px;
    filter: blur(5px);
    animation: pulseLogo 4s ease-in-out infinite alternate;
}.course_program_details4 .main_info7::after {
    position: absolute;
    border-radius: 8px;
    z-index: -1;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    inset: 0;
}.course_program_details4 .main_info7 svg {
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    filter: drop-shadow(0 0 8px rgb(147,171,166,0.5));
    height: 50px;
    top: 50%;
    width: 50px;
    animation: floatLogo 6s ease-in-out infinite;
}.course_program_details4 .main_info7 svg path {
    fill: rgb(147,171,166);
    transition: fill 0.3s ease;
}.course_program_details4 h3 {
    color: #ffffff;
    margin-bottom: 1.8rem;
    transform: skew(-2deg);
    position: relative;
    font-weight: 700;
    font-size: 38px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    line-height: 1.3;
}.course_program_details4 h3::before {
    height: 3px;
    content: "";
    left: 0;
    background: linear-gradient(to right, rgb(147,171,166), transparent);
    width: 40px;
    bottom: -10px;
    position: absolute;
}.course_program_details4 h3::after {
    position: absolute;
    bottom: -15px;
    background: linear-gradient(to right, rgb(147,171,166), transparent);
    left: 0;
    height: 1px;
    width: 80px;
    content: "";
}.course_program_details4 p {
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 2rem;
    font-size: 15px;
    position: relative;
    line-height: 1.8;
    max-width: 600px;
}.course_program_details4 .img_expand6 {
    grid-area: photo;
    z-index: 2;
    position: relative;
    transform: perspective(1000px) rotateY(5deg);
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 460px;
    border-radius: 25px 0 0 25px;
    box-shadow: 
        -15px 15px 30px rgba(0, 0, 0, 0.3),
        -5px 5px 15px rgba(0, 0, 0, 0.2),
        inset 0 0 20px rgba(0, 0, 0, 0.4);
}.course_program_details4 .img_expand6::before {
    mix-blend-mode: multiply;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    z-index: 2;
    left: 0;
    top: 0;
    opacity: 0.6;
}.course_program_details4 .img_expand6::after {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    opacity: 0.7;
    bottom: 0;
    background: linear-gradient(
        to top,
        #000000 0%,
        transparent 100%
    );
    z-index: 2;
    height: 50%;
}.course_program_details4 .ethos_block5:hover .img_expand6 {
    box-shadow: 
        -20px 20px 40px rgba(0, 0, 0, 0.4),
        -10px 10px 20px rgba(0, 0, 0, 0.3),
        inset 0 0 25px rgba(0, 0, 0, 0.5);
    transform: perspective(1000px) rotateY(8deg) translateX(-10px);
}.course_program_details4 .ethos_block5:hover .practical_study8 {
    transform: translateX(-20px);
    box-shadow: 
        5px 15px 45px rgba(0, 0, 0, 0.35),
        10px 10px 25px rgba(0, 0, 0, 0.25);
}.course_program_details4 .main_info7:hover svg path {
    fill: rgb(111,133,127);
}

@keyframes floatGradient {
    0% {
        opacity: 0.5;
        transform: rotate(-15deg) translateY(-5%);
    }
    50% {
        opacity: 0.7;
        transform: rotate(-12deg) translateY(0);
    }
    100% {
        opacity: 0.5;
        transform: rotate(-18deg) translateY(5%);
    }
}

@keyframes rotateRadial {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseLogo {
    0% {
        filter: blur(5px) brightness(1);
    }
    50% {
        filter: blur(8px) brightness(1.2);
    }
    100% {
        filter: blur(5px) brightness(1);
    }
}

@keyframes floatLogo {
    0%, 100% {
        transform: translate(-50%, -50%);
    }
    50% {
        transform: translate(-50%, -45%);
    }
}

@media screen and (max-width: 1200px) {.course_program_details4 .ethos_block5 {
    min-height: 450px;
    grid-template-columns: 42% 58%;
}.course_program_details4 .practical_study8 {
    padding: 3rem 2.5rem 3rem 4.5rem;
}.course_program_details4 h3 {
    font-size: calc(38px * 0.9);
}
}

@media screen and (max-width: 992px) {.course_program_details4 {
    padding: 5rem 0;
}.course_program_details4 .ethos_block5 {
    grid-template-columns: 1fr;
    grid-template-areas:
            "img_expand6"
            "request_query2";
    min-height: auto;
}.course_program_details4 .img_expand6 {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    transform: perspective(1000px) rotateX(5deg);
    border-radius: 25px 25px 0 0;
    height: 350px;
}.course_program_details4 .practical_study8 {
    transform: translateY(-40px);
    border-radius: 0 0 25px 25px;
    padding: 3rem 2.5rem;
}.course_program_details4 .ethos_block5:hover .img_expand6 {
    transform: perspective(1000px) rotateX(8deg);
}.course_program_details4 .ethos_block5:hover .practical_study8 {
    transform: translateY(-50px);
}
}

@media screen and (max-width: 768px) {.course_program_details4 {
    padding: 4rem 0;
}.course_program_details4 .img_expand6 {
    height: 300px;
}.course_program_details4 .practical_study8 {
    padding: 2.5rem 2rem;
}.course_program_details4 .main_info7 {
    margin-bottom: 1.5rem;
    height: 80px;
    width: 80px;
}.course_program_details4 .main_info7 svg {
    width: 45px;
    height: 45px;
}.course_program_details4 h3 {
    margin-bottom: 1.5rem;
    font-size: calc(38px * 0.8);
}.course_program_details4 p {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}
}

@media screen and (max-width: 576px) {.course_program_details4 {
    padding: 3rem 0;
}.course_program_details4 .img_expand6 {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
    height: 250px;
}.course_program_details4 .practical_study8 {
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
    transform: translateY(-30px);
    padding: 2rem 1.5rem;
}.course_program_details4 .main_info7 {
    margin-bottom: 1.2rem;
    height: 70px;
    width: 70px;
}.course_program_details4 .main_info7 svg {
    width: 40px;
    height: 40px;
}.course_program_details4 h3 {
    font-size: calc(38px * 0.7);
    margin-bottom: 1.2rem;
}.course_program_details4 h3::before {
    bottom: -8px;
    height: 2px;
    width: 30px;
}.course_program_details4 h3::after {
    height: 1px;
    width: 60px;
    bottom: -12px;
}.course_program_details4 p {
    font-size: calc(15px * 0.9);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}.course_program_details4 .ethos_block5:hover .practical_study8 {
    transform: translateY(-35px);
}}header .top_plank {
    background: rgb(147,171,166);
    color:  #ffffff;
}header .top_plank .elite_studypro7 div svg, header .top_plank .elite_studypro7 div svg path {
    fill: #ffffff;
}header .top_plank .elite_studypro7 div span {
    color: #ffffff;
}header .top_plank .elite_studypro7 {
    width: 100%;
    justify-content: flex-start;
    font-size: 14px;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
    padding: 15px 0 10px 0;
    line-height: 21px;
}header .top_plank .elite_studypro7 div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 24px;
}header .top_plank .elite_studypro7 div img, header .top_plank .elite_studypro7 div svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}.academic_expertise8 {
    padding: 5rem 0;
    position: relative;
    background-color: rgb(184,208,203);
    overflow: hidden;
}.academic_expertise8::before {
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
    background: 
        linear-gradient(135deg, rgb(147,171,166,0.5) 0%, transparent 40%),
        repeating-linear-gradient(45deg, rgb(111,133,127,0.5) 0px, rgb(111,133,127,0.5) 1px, transparent 1px, transparent 10px);
    z-index: 1;
    opacity: 0.12;
    left: 0;
    top: 0;
}.academic_expertise8 .container {
    margin: 0 auto;
    transform: perspective(1000px) rotateY(2deg);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    max-width: 1140px;
    z-index: 2;
    padding: 0 1.5rem;
}.academic_expertise8 .container:hover {
    transform: perspective(1000px) rotateY(0deg);
}.academic_expertise8 .review_grid6 {
    display: grid;
    gap: 2rem;
    padding: 2.5rem;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03),
        0 1px 5px rgba(0,0,0,0.02);
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    backdrop-filter: blur(10px);
    position: relative;
    background: linear-gradient(160deg, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.98) 100%);
    grid-template-columns: 1fr;
    border-left: 5px solid rgb(147,171,166);
}.academic_expertise8 .review_grid6:hover {
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.08),
        0 8px 20px rgba(0,0,0,0.05),
        0 2px 8px rgba(0,0,0,0.03);
    transform: translateY(-5px);
}.academic_expertise8 .review_grid6::after {
    background: 
        linear-gradient(45deg, transparent 48%, rgb(147,171,166) 48%, rgb(147,171,166) 52%, transparent 52%);
    top: 25px;
    opacity: 0.1;
    position: absolute;
    height: 80px;
    transform: rotate(15deg);
    transition: all 0.5s ease;
    width: 80px;
    content: "";
    right: 25px;
}.academic_expertise8 .review_grid6:hover::after {
    transform: rotate(30deg) scale(1.2);
    opacity: 0.15;
}.academic_expertise8 .img_expand6 {
    z-index: 2;
    overflow: hidden;
    position: relative;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 10% 30% 50% 70%;
    height: 120px;
    width: 120px;
    box-shadow: 
        0 10px 25px rgba(0,0,0,0.1),
        0 5px 10px rgba(0,0,0,0.05);
}.academic_expertise8 .img_expand6::before {
    transition: opacity 0.4s ease;
    opacity: 0.5;
    inset: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(to top right, rgb(147,171,166,0.5), transparent 70%);
    content: "";
}.academic_expertise8 .review_grid6:hover .img_expand6 {
    border-radius: 30% 50% 70% 90%;
    transform: scale(1.05) rotate(-2deg);
}.academic_expertise8 .review_grid6:hover .img_expand6::before {
    opacity: 0.7;
}.academic_expertise8 .name {
    margin: 0 0 0.5rem;
    display: inline-block;
    position: relative;
    font-size: calc(18px * 1.1);
    color: #000000;
    transition: transform 0.4s ease;
    font-weight: 700;
}.academic_expertise8 .name::after {
    width: 0;
    background: rgb(147,171,166);
    content: "";
    transition: width 0.4s ease;
    height: 2px;
    left: 0;
    bottom: -5px;
    position: absolute;
}.academic_expertise8 .review_grid6:hover .name::after {
    width: 100%;
}.academic_expertise8 .review_grid6 > div:nth-child(2) div {
    transition: transform 0.4s ease;
    margin-bottom: 0.8rem;
    position: relative;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-size: calc(18px * 0.95);
    transform: translateX(0);
    color: rgb(111,133,127);
}.academic_expertise8 .review_grid6:hover > div:nth-child(2) div {
    transform: translateX(5px);
}.academic_expertise8 .exp_highlights6 {
    margin: 0;
    color: #000000;
    padding-left: 1.5rem;
    position: relative;
    transition: all 0.4s ease;
    line-height: 1.75;
    border-left: 1px solid rgb(111,133,127,0.5);
    font-size: 18px;
}.academic_expertise8 .exp_highlights6::before {
    opacity: 0.3;
    transition: transform 0.5s ease;
    position: absolute;
    left: 0.3rem;
    content: "";
    color: rgb(147,171,166);
    top: -0.5rem;
    font-size: 2.5rem;
}.academic_expertise8 .review_grid6:hover .exp_highlights6::before {
    transform: translateY(-5px) rotate(-10deg);
    opacity: 0.5;
}

@media (min-width: 768px) {.academic_expertise8 {
    padding: 7rem 0;
}.academic_expertise8 .review_grid6 {
    row-gap: 1.5rem;
    grid-template-rows: auto 1fr;
    padding: 3rem;
    column-gap: 2.5rem;
    grid-template-columns: auto 1fr;
}.academic_expertise8 .review_grid6 > div:first-child {
    align-items: flex-start;
    display: flex;
    justify-content: center;
    grid-row: 1 / 3;
}.academic_expertise8 .review_grid6 > div:nth-child(2) {
    align-self: end;
}.academic_expertise8 .img_expand6 {
    height: 180px;
    width: 180px;
}.academic_expertise8 .name {
    font-size: calc(18px * 1.3);
    margin-bottom: 0.8rem;
}.academic_expertise8 .exp_highlights6 {
    font-size: calc(18px * 1.05);
    line-height: 1.8;
    padding-left: 2rem;
}
}

@media (min-width: 992px) {.academic_expertise8 .container {
    transform: perspective(1500px) rotateY(3deg);
}.academic_expertise8 .review_grid6 {
    gap: 3rem;
    padding: 4rem;
}.academic_expertise8 .img_expand6 {
    width: 220px;
    height: 220px;
}.academic_expertise8 .exp_highlights6 {
    column-count: 2;
    border-left: none;
    column-gap: 2.5rem;
    padding-left: 0;
}.academic_expertise8 .exp_highlights6::before {
    left: -1rem;
    font-size: 4rem;
}
}

@media (max-width: 767px) {.academic_expertise8 {
    padding: 4rem 0;
}.academic_expertise8 .container {
    transform: none;
}.academic_expertise8 .review_grid6 {
    padding: 2rem;
}.academic_expertise8 .review_grid6 > div:first-child {
    display: flex;
    margin-bottom: 1rem;
    justify-content: center;
}.academic_expertise8 .review_grid6 > div:nth-child(2) {
    text-align: center;
}.academic_expertise8 .name::after {
    transform: translateX(-50%);
    left: 50%;
}.academic_expertise8 .exp_highlights6 {
    text-align: left;
    padding-left: 1rem;
}
}