* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}svg {
    height: 30px;
    width: 30px;
}.edu_global {
    flex: 0 0 auto;
}.wrapper-segment {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}.main_train {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}html,body {
    color: #000000;
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
}.container {
    margin: auto;
    width: 1119px;
    max-width: 100%;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.title_page {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(207,221,221), rgb(95,130,165,0.5) 80%);
    position: relative;
    overflow: hidden;
    padding: 2rem;
}.title_page::before {
    z-index: 0;
    content: "";
    position: absolute;
    opacity: 0.1;
    top: 0;
    width: 100%;
    background-image: 
    radial-gradient(circle at 20% 30%, rgb(148,188,188,0.5) 5%, transparent 7%),
    radial-gradient(circle at 80% 70%, rgb(148,188,188,0.5) 5%, transparent 7%),
    radial-gradient(circle at 50% 50%, rgb(95,130,165,0.5) 3%, transparent 5%),
    radial-gradient(circle at 30% 80%, rgb(148,188,188,0.5) 4%, transparent 6%);
    left: 0;
    height: 100%;
}.fast_knowledge {
    position: relative;
    max-width: 1200px;
    grid-template-columns: 1fr;
    border-radius: 10px;
    background: #ffffff;
    display: grid;
    transform: perspective(1000px) rotateX(2deg);
    width: 100%;
    gap: 3rem;
    padding: 3rem;
    z-index: 1;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1), -20px -20px 60px rgb(255, 255, 255, 0.5);
}.fast_knowledge > div:first-child {
    border-left: 4px solid rgb(148,188,188);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateZ(20px);
    box-shadow: inset 5px 5px 15px rgba(255, 255, 255, 0.7), inset -5px -5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    background: linear-gradient(to right, rgb(95,130,165,0.5), #ffffff);
    padding: 1.5rem;
}.fast_knowledge > div:first-child:hover {
    transform: translateZ(30px) translateX(5px);
}.title_page h3 {
    color: #000000;
    font-weight: 600;
    margin: 0;
    line-height: 1.5;
    font-size: calc(20px * 0.9);
    position: relative;
    padding-left: 1rem;
}.title_page h3::before {
    width: 1.5rem;
    position: absolute;
    transform: translateY(-50%);
    left: -2rem;
    top: 50%;
    background: rgb(148,188,188);
    content: "";
    height: 2px;
}.fast_knowledge > div:last-child {
    z-index: 2;
    position: relative;
}.title_page .fast_learning {
    background: #ffffff;
    position: relative;
    padding: 2rem;
    transition: all 0.4s ease;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05), -10px -10px 30px #ffffff;
    overflow: hidden;
    border-radius: 2px;
}.title_page .fast_learning::before {
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, rgb(148,188,188), rgb(95,130,165));
    content: "";
    top: 0;
    left: 0;
    position: absolute;
}.title_page .fast_learning:hover {
    transform: translateY(-5px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.08), -15px -15px 40px #ffffff;
}.title_page h1 {
    transition: transform 0.3s ease;
    font-size: 38px;
    font-weight: 700;
    transform: translateX(-3px);
    padding-bottom: 1rem;
    color: #000000;
    position: relative;
    margin-bottom: 2rem;
}.title_page h1::after {
    transform-origin: left;
    transition: transform 0.4s ease-out;
    background: rgb(148,188,188);
    left: 0;
    transform: scaleX(1);
    position: absolute;
    bottom: 0;
    content: "";
    width: 80px;
    height: 4px;
}.title_page .fast_learning:hover h1::after {
    transform: scaleX(1.5);
}.title_page .fast_learning > div {
    padding: 2rem;
    box-shadow: inset 5px 5px 15px rgba(0, 0, 0, 0.05), inset -5px -5px 15px rgba(255, 255, 255, 0.7);
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    margin-top: 1.5rem;
}.title_page .fast_learning > div::before {
    width: 100%;
    z-index: 0;
    top: 0;
    background: rgb(148,188,188,0.5);
    position: absolute;
    left: 0;
    content: "";
    opacity: 0.1;
    height: 100%;
}.title_page .fast_learning > div p {
    font-size: calc(18px * 1.1);
    margin: 0;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 0.5rem 1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateZ(10px);
    line-height: 1.6;
    border-left: 3px solid rgb(148,188,188);
    color: #ffffff;
    backdrop-filter: blur(4px);
    position: relative;
    z-index: 1;
}.title_page .fast_learning > div:hover p {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateZ(20px) translateX(5px);
}

@media (min-width: 768px) {.fast_knowledge {
    transform: perspective(1200px) rotateX(3deg);
    padding: 4rem;
    grid-template-columns: 0.4fr 0.6fr;
    gap: 2rem;
}.title_page h3 {
    font-size: 20px;
}.fast_knowledge > div:first-child {
    display: flex;
    align-items: center;
    padding: 2rem;
}.title_page h1 {
    font-size: calc(38px * 1.1);
}.title_page .fast_learning > div p {
    font-size: calc(18px * 1.2);
    max-width: 90%;
}
}

@media (min-width: 992px) {.title_page {
    padding: 0;
}.fast_knowledge {
    padding: 5rem;
    gap: 3rem;
}.title_page h3 {
    font-size: calc(20px * 1.1);
}.title_page h1 {
    font-size: calc(38px * 1.2);
}.title_page .fast_learning {
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 3rem;
}.title_page .fast_learning:hover {
    transform: translateY(-10px) scale(1.02);
}.title_page .fast_learning > div {
    padding: 3rem;
}
}

@media (max-width: 767px) {.title_page {
    padding: 1rem;
}.fast_knowledge {
    transform: perspective(800px) rotateX(1deg);
    padding: 2rem;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1), -10px -10px 30px rgb(255, 255, 255, 0.5);
}.title_page h3 {
    font-size: calc(20px * 0.8);
}.title_page h1 {
    font-size: calc(38px * 0.9);
}.title_page .fast_learning {
    padding: 1.5rem;
}.title_page .fast_learning > div {
    padding: 1.5rem;
}.title_page .fast_learning > div p {
    font-size: 18px;
    padding: 0.5rem;
}}.contact_panel {
    background: rgb(207,221,221);
    overflow: hidden;
    padding: 90px 0;
    position: relative;
}.contact_panel::before {
    content: '';
    opacity: 0.05;
    background: repeating-linear-gradient(
        45deg,
        rgb(95,130,165,0.5),
        rgb(95,130,165,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}.contact_panel .img_strip {
    top: 5%;
    right: 0;
    width: 40%;
    z-index: 1;
    box-shadow: -20px 0 40px rgba(0, 0, 0, 0.2);
    position: absolute;
    border-radius: 30px 0 0 30px;
    height: 90%;
}.contact_panel .img_strip::after {
    width: 100%;
    content: '';
    background: linear-gradient(to right, rgb(148,188,188,0.5), transparent 70%);
    height: 100%;
    border-radius: 30px 0 0 30px;
    position: absolute;
    top: 0;
    left: 0;
}.contact_panel .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
}.contact_panel h3 {
    margin-bottom: 50px;
    font-family: Arial, sans-serif;
    font-size: 38px;
    font-weight: 700;
    color: rgb(148,188,188);
    text-align: center;
}.contact_panel .reach_info {
    display: flex;
    border-radius: 30px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.contact_panel .help_request {
    padding: 50px;
    flex: 1;
    position: relative;
}.contact_panel form h3 {
    text-align: left;
    font-size: 21px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #000000;
}.contact_panel input[type="text"],
.contact_panel textarea {
    border-radius: 10px;
    width: 100%;
    padding: 15px;
    transition: all 0.3s ease;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 14px;
    margin-bottom: 20px;
}.contact_panel input[type="text"]:focus,
.contact_panel textarea:focus {
    box-shadow: 0 0 0 2px rgb(148,188,188,0.5);
    border-color: rgb(148,188,188);
    outline: none;
}.contact_panel textarea {
    resize: none;
    height: 150px;
}.contact_panel .support_section {
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
}.contact_panel .support_section input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_panel .support_section label {
    cursor: pointer;
    line-height: 1.5;
    padding-left: 30px;
    color: #000000;
    font-size: 12px;
    position: relative;
}.contact_panel .support_section label::before {
    content: '';
    border-radius: 10px;
    transition: all 0.3s ease;
    width: 18px;
    border: 2px solid rgb(95,130,165);
    position: absolute;
    height: 18px;
    top: 2px;
    left: 0;
}.contact_panel .support_section input[type="checkbox"]:checked + label::before {
    background: rgb(148,188,188);
    border-color: rgb(148,188,188);
}.contact_panel .support_section input[type="checkbox"]:checked + label::after {
    width: 6px;
    position: absolute;
    height: 10px;
    top: 6px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    left: 6px;
    content: '';
}.contact_panel .support_section a {
    transition: all 0.3s ease;
    color: rgb(148,188,188);
    text-decoration: none;
}.contact_panel .support_section a:hover {
    text-decoration: underline;
}.contact_panel .query_map {
    transition: all 0.3s ease;
    font-weight: 600;
    cursor: pointer;
    border-radius: 10px;
    border: none;
    font-size: 16px;
    padding: 15px 40px;
    background: rgb(148,188,188);
    display: inline-block;
    font-family: Arial, sans-serif;
    color: #ffffff;
}.contact_panel .query_map:hover {
    background: rgb(95,130,165);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.contact_panel .inquiry_box {
    padding: 50px;
    background: rgb(148,188,188);
    position: relative;
    width: 35%;
}.contact_panel .inquiry_box::before {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    content: '';
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
}.contact_panel .inquiry_box h4 {
    color: #ffffff;
    font-weight: 600;
    position: relative;
    font-family: Arial, sans-serif;
    margin-bottom: 40px;
    font-size: 21px;
}.contact_panel .inquiry_box h4::after {
    bottom: -15px;
    height: 3px;
    left: 0;
    background: #ffffff;
    content: '';
    position: absolute;
    width: 40px;
}.contact_panel .request_message {
    margin: 0;
    padding: 0;
    list-style: none;
}.contact_panel .request_message li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}.contact_panel .request_message svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    margin-right: 15px;
}.contact_panel .request_message svg path {
    fill: #ffffff;
}.contact_panel .request_message span {
    font-size: 14px;
    color: #ffffff;
    font-family: Arial, sans-serif;
}.contact_panel .request_message a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}.contact_panel .request_message a:hover {
    opacity: 0.8;
}

@media (max-width: 992px) {.contact_panel .img_strip {
    display: none;
}.contact_panel .reach_info {
    flex-direction: column;
}.contact_panel .help_request {
    width: 100%;
}.contact_panel .inquiry_box {
    width: 100%;
}
}

@media (max-width: 768px) {.contact_panel {
    padding: 60px 0;
}.contact_panel h3 {
    margin-bottom: 40px;
    font-size: calc(38px * 0.9);
}.contact_panel .help_request,
    .contact_panel .inquiry_box {
    padding: 40px;
}
}

@media (max-width: 576px) {.contact_panel {
    padding: 40px 0;
}.contact_panel h3 {
    font-size: calc(38px * 0.8);
    margin-bottom: 30px;
}.contact_panel .help_request,
    .contact_panel .inquiry_box {
    padding: 30px 20px;
}.contact_panel form h3,
    .contact_panel .inquiry_box h4 {
    margin-bottom: 25px;
    font-size: calc(21px * 0.9);
}.contact_panel input[type="text"],
    .contact_panel textarea {
    padding: 12px;
    margin-bottom: 15px;
}.contact_panel textarea {
    height: 120px;
}.contact_panel .query_map {
    padding: 12px;
    width: 100%;
}.contact_panel .request_message li {
    margin-bottom: 20px;
}}.course_features {
    position: relative;
    background-color: rgb(207,221,221);
    overflow: hidden;
    padding: 6rem 0;
}.course_features::before {
    height: 65%;
    transform: rotate(-15deg);
    top: -5%;
    content: "";
    width: 65%;
    background: linear-gradient(45deg, rgb(95,130,165,0.5), rgb(95,130,165));
    z-index: 0;
    position: absolute;
    right: -10%;
    opacity: 0.05;
}.course_features::after {
    opacity: 0.05;
    left: -10%;
    width: 55%;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgb(148,188,188,0.5), rgb(148,188,188));
    z-index: 0;
    height: 55%;
    transform: rotate(15deg);
    bottom: -5%;
}.course_features .container {
    position: relative;
    padding: 0 1.5rem;
    z-index: 1;
    margin: 0 auto;
    max-width: 1400px;
}.course_features h2 {
    line-height: 1.3;
    position: relative;
    font-size: 38px;
    color: #000000;
    max-width: 85%;
    margin-bottom: 3rem;
    font-weight: 700;
}.course_features h2::after {
    content: "";
    height: 3px;
    transition: transform 0.5s ease;
    transform: scaleX(1);
    left: 0;
    background: linear-gradient(90deg, rgb(95,130,165), rgb(148,188,188));
    transform-origin: left center;
    bottom: -0.75rem;
    width: 5rem;
    position: absolute;
}.course_features .container:hover h2::after {
    transform: scaleX(1.5);
}.course_features .training_plan {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
}.course_features .img_strip {
    overflow: hidden;
    height: 400px;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.6s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-3deg);
    position: relative;
}.course_features .img_strip::before {
    height: 100%;
    top: 0;
    transition: opacity 0.6s ease;
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    opacity: 0.3;
    background: linear-gradient(45deg, rgb(95,130,165,0.5), transparent);
}.course_features .img_strip::after {
    width: 200%;
    left: -100%;
    content: "";
    top: 30%;
    transition: left 0.8s ease-out;
    transform: rotate(45deg);
    height: 200%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
}.course_features .container:hover .img_strip {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.course_features .container:hover .img_strip::before {
    opacity: 0.5;
}.course_features .container:hover .img_strip::after {
    left: 100%;
}.course_features .quote_box {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    background-color: #ffffff;
    padding: 2.5rem;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform: translateY(0);
    overflow: hidden;
}.course_features .quote_box::before {
    position: absolute;
    width: 4px;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transform-origin: center;
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, rgb(95,130,165), rgb(148,188,188));
    left: 0;
    transform: scaleY(0.3);
    top: 0;
}.course_features .container:hover .quote_box {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.course_features .container:hover .quote_box::before {
    transform: scaleY(1);
}.course_features .description {
    position: relative;
    transition: color 0.3s ease;
    line-height: 1.8;
    color: #000000;
    font-size: 14px;
    margin-bottom: 1.5rem;
}.course_features .description:last-child {
    margin-bottom: 0;
}.course_features .description::first-letter {
    font-size: 1.3em;
    color: rgb(95,130,165);
    font-weight: 600;
}.course_features .description strong {
    background-clip: text !important;
    -webkit-background-clip: text !important;
    color: #000000;
    background: linear-gradient(to right, rgb(95,130,165,0.5), transparent);
}

@media (min-width: 768px) {.course_features {
    padding: 8rem 0;
}.course_features h2 {
    margin-bottom: 3.5rem;
    max-width: 70%;
    font-size: calc(38px * 1.1);
}.course_features .training_plan {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}.course_features .img_strip {
    height: 500px;
}.course_features .quote_box {
    overflow-y: auto;
    scrollbar-width: thin;
    padding: 3rem;
    max-height: 500px;
    scrollbar-color: rgb(95,130,165,0.5) #ffffff;
}.course_features .quote_box::-webkit-scrollbar {
    width: 6px;
}.course_features .quote_box::-webkit-scrollbar-track {
    background: #ffffff;
}.course_features .quote_box::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: rgb(95,130,165,0.5);
}
}

@media (min-width: 992px) {.course_features {
    padding: 10rem 0;
}.course_features h2 {
    max-width: 60%;
    font-size: calc(38px * 1.2);
}.course_features .training_plan {
    gap: 4rem;
}.course_features .img_strip {
    transform: perspective(1000px) rotateY(-5deg) translateX(-20px);
    height: 550px;
}.course_features .container:hover .img_strip {
    transform: perspective(1000px) rotateY(0deg) translateX(0);
}.course_features .quote_box {
    padding: 3.5rem;
    max-height: 550px;
    margin-right: -2rem;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.95);
}.course_features .description {
    font-size: calc(14px * 1.05);
    line-height: 1.9;
}
}

@media (min-width: 1200px) {.course_features h2 {
    font-size: calc(38px * 1.3);
    max-width: 50%;
}.course_features .training_plan {
    gap: 5rem;
}.course_features .img_strip {
    height: 600px;
    transform: perspective(1000px) rotateY(-5deg) translateX(-30px);
}.course_features .quote_box {
    max-height: 600px;
    padding: 4rem;
    margin-right: -3rem;
}.course_features .description {
    line-height: 2;
    font-size: calc(14px * 1.1);
}
}

@media (max-width: 767px) {.course_features {
    padding: 4rem 0;
}.course_features h2 {
    max-width: 100%;
    margin-bottom: 2rem;
    font-size: calc(38px * 0.9);
}.course_features .img_strip {
    height: 300px;
    transform: perspective(1000px) rotateY(0deg);
}.course_features .quote_box {
    padding: 2rem;
}.course_features .description {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}}.data_statistics {
    background: linear-gradient(135deg, rgb(207,221,221) 0%, rgba(245, 247, 250, 0.92) 100%);
    padding: 5rem 1.5rem;
    overflow: hidden;
    position: relative;
}.data_statistics::before {
    opacity: 0.07;
    content: "";
    height: 100%;
    z-index: 1;
    width: 100%;
    left: 0;
    background: linear-gradient(45deg, rgb(148,188,188,0.5) 0%, transparent 40%);
    transform: skewY(-3deg) translateY(-5%);
    position: absolute;
    top: 0;
}.data_statistics::after {
    z-index: 1;
    position: absolute;
    transform: rotate(15deg);
    right: -5%;
    background: linear-gradient(135deg, rgb(95,130,165,0.5) 0%, transparent 85%);
    opacity: 0.12;
    height: 50%;
    width: 30%;
    top: -10%;
    content: "";
}.data_statistics h3 {
    margin-bottom: 3.5rem;
    position: relative;
    opacity: 0;
    animation: fadeInDown 0.8s forwards 0.2s;
    z-index: 2;
    font-weight: 700;
    transform: translateY(0);
    text-align: center;
    color: #000000;
    font-size: calc(34px * 0.9);
}.data_statistics h3::after {
    bottom: -15px;
    animation: scaleIn 0.6s forwards 0.8s;
    position: absolute;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    height: 3px;
    left: 50%;
    content: "";
    width: 80px;
    background: linear-gradient(90deg, rgb(148,188,188), rgb(95,130,165));
}.data_statistics .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.data_statistics ul {
    gap: 2rem;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    display: grid;
    list-style: none;
}.data_statistics .extra_experts {
    position: relative;
    padding: 1.5rem;
    text-align: center;
    flex-direction: column;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.1);
    animation: fadeInUp 0.7s forwards;
    opacity: 0;
    animation-delay: calc(0.15s * var(--i, 0));
    align-items: center;
    border-left: 3px solid rgb(148,188,188);
    transform: translateY(30px);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                opacity 0.4s ease, 
                box-shadow 0.3s ease;
    display: flex;
    backdrop-filter: blur(5px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.7));
}.data_statistics .extra_experts:nth-child(1) {
    --i: 1;
}.data_statistics .extra_experts:nth-child(2) {
    --i: 2;
}.data_statistics .extra_experts:nth-child(3) {
    --i: 3;
}.data_statistics .extra_experts:nth-child(4) {
    --i: 4;
}.data_statistics .extra_experts:nth-child(5) {
    --i: 5;
}.data_statistics .extra_experts:nth-child(6) {
    --i: 6;
}.data_statistics .extra_experts:nth-child(7) {
    --i: 7;
}.data_statistics .extra_experts:hover {
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) scale(1.02);
    border-left: 3px solid rgb(95,130,165);
}.data_statistics .extra_experts::before {
    content: "";
    transform-origin: right;
    width: 40%;
    height: 2px;
    transition: transform 0.4s ease;
    transform: scaleX(0);
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(148,188,188,0.5));
    right: 0;
    top: 0;
}.data_statistics .extra_experts:hover::before {
    transform: scaleX(1);
}.data_statistics .extra_experts::after {
    transform: scaleX(0);
    height: 2px;
    transition: transform 0.4s ease;
    bottom: 0;
    width: 40%;
    content: "";
    transform-origin: left;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(95,130,165,0.5), transparent);
}.data_statistics .extra_experts:hover::after {
    transform: scaleX(1);
}.data_statistics .extra_experts span {
    font-weight: 600;
    color: #000000;
    padding-bottom: 0.8rem;
    position: relative;
    display: block;
    transition: color 0.3s ease;
    font-size: calc(17px * 0.95);
    letter-spacing: 0.02em;
    margin-bottom: 1rem;
}.data_statistics .extra_experts:hover span {
    color: rgb(148,188,188);
}.data_statistics .extra_experts span::after {
    background: linear-gradient(90deg, rgb(148,188,188,0.5), rgb(95,130,165,0.5));
    content: "";
    transform: translateX(-50%);
    width: 40px;
    position: absolute;
    opacity: 0.7;
    transition: width 0.3s ease, opacity 0.3s ease;
    left: 50%;
    bottom: 0;
    height: 2px;
}.data_statistics .extra_experts:hover span::after {
    width: 60px;
    opacity: 1;
}.data_statistics .extra_experts p {
    position: relative;
    margin: 0;
    font-size: calc(21px * 1.2);
    transition: transform 0.3s ease, color 0.3s ease;
    display: inline-block;
    font-weight: 700;
    color: rgb(95,130,165);
}.data_statistics .extra_experts:hover p {
    color: rgb(148,188,188);
    transform: scale(1.1);
}.data_statistics .extra_experts p::before {
    position: absolute;
    font-size: 0.6em;
    transform: translateY(5px);
    color: rgb(148,188,188);
    top: 0;
    right: -12px;
    content: "+";
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}.data_statistics .extra_experts:hover p::before {
    opacity: 1;
    transform: translateY(0);
}

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

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

@keyframes scaleIn {
    from {
        transform: translateX(-50%) scaleX(0);
    }
    to {
        transform: translateX(-50%) scaleX(1);
    }
}

@media (max-width: 992px) {.data_statistics {
    padding: 4rem 1rem;
}.data_statistics h3 {
    margin-bottom: 3rem;
    font-size: calc(34px * 0.85);
}.data_statistics ul {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1.5rem;
}
}

@media (max-width: 768px) {.data_statistics {
    padding: 3.5rem 1rem;
}.data_statistics h3 {
    font-size: calc(34px * 0.8);
    margin-bottom: 2.5rem;
}.data_statistics ul {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.data_statistics .extra_experts {
    padding: 1.25rem;
}.data_statistics .extra_experts span {
    font-size: calc(17px * 0.9);
}.data_statistics .extra_experts p {
    font-size: calc(21px * 1.1);
}
}

@media (max-width: 576px) {.data_statistics {
    padding: 3rem 0.75rem;
}.data_statistics h3 {
    font-size: calc(34px * 0.75);
    margin-bottom: 2rem;
}.data_statistics ul {
    grid-template-columns: 1fr;
    gap: 1rem;
}.data_statistics .extra_experts {
    padding: 1.1rem;
}.data_statistics .extra_experts span {
    margin-bottom: 0.75rem;
    font-size: calc(17px * 0.85);
}.data_statistics .extra_experts p {
    font-size: 21px;
}}.our_background {
    background: rgb(207,221,221);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.our_background::before {
    width: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgb(148,188,188,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 80%, rgb(95,130,165,0.5) 0%, transparent 60%);
    z-index: 0;
    height: 100%;
    left: 0;
    animation: pulse 15s infinite alternate;
    position: absolute;
    content: "";
}.our_background::after {
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(148,188,188,0.5) 49.5%, rgb(148,188,188,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(95,130,165,0.5) 49.5%, rgb(95,130,165,0.5) 50.5%, transparent 50.5%);
    z-index: 1;
    background-size: 60px 60px;
    left: 0;
    opacity: 0.1;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    animation: slide 20s linear infinite;
    position: absolute;
}.our_background .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
}.our_background .learn_pro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    grid-gap: 60px;
}.our_background h3 {
    color: #000000;
    font-size: 31px;
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
    grid-column: 1 / -1;
    font-weight: 700;
}.our_background h3::after {
    width: 80px;
    height: 4px;
    position: absolute;
    border-radius: 10px;
    transition: width 0.5s ease;
    left: 0;
    bottom: -10px;
    background: rgb(148,188,188);
    content: "";
}.our_background h3:hover::after {
    width: 100%;
}.our_background .study_space {
    overflow: hidden;
    padding: 30px;
    position: relative;
    border-radius: 23px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.our_background .study_space::before {
    background: linear-gradient(90deg, rgb(148,188,188), rgb(95,130,165));
    content: "";
    border-radius: 10px 10px 0 0;
    height: 5px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}.our_background .study_space:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.15);
}.our_background .study_space span {
    position: relative;
    display: block;
    font-weight: 600;
    margin-bottom: 20px;
    color: rgb(148,188,188);
    font-size: 18px;
    padding-left: 20px;
}.our_background .study_space span::before {
    transform: translateY(-50%);
    background: rgb(148,188,188);
    border-radius: 50%;
    position: absolute;
    width: 10px;
    content: "";
    top: 50%;
    left: 0;
    height: 10px;
}.our_background .study_space p {
    font-weight: 400;
    line-height: 1.6;
    color: #000000;
    font-size: 13px;
    margin-bottom: 30px;
}.our_background .study_space .img_strip {
    height: 280px;
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: transform 0.5s ease;
    border-radius: 23px;
}.our_background .study_space .img_strip::after {
    left: -100%;
    height: 100%;
    width: 50%;
    content: "";
    animation: shine 3s infinite;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    top: 0;
}.our_background .learning_creators {
    border-radius: 23px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    padding: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    position: relative;
}.our_background .learning_creators::before {
    width: 100%;
    background: linear-gradient(90deg, rgb(95,130,165), rgb(148,188,188));
    top: 0;
    content: "";
    border-radius: 10px 10px 0 0;
    height: 5px;
    position: absolute;
    right: 0;
}.our_background .learning_creators:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.15);
}.our_background .learning_creators p {
    position: relative;
    line-height: 1.6;
    border-left: 3px solid rgb(95,130,165);
    font-weight: 400;
    color: #000000;
    font-size: 13px;
    margin-bottom: 30px;
    padding-left: 20px;
}.our_background .learning_creators .fast_trackKHTM {
    margin: 0 auto;
    border-radius: 50%;
    border: 5px solid #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    height: 180px;
    transition: transform 0.5s ease;
    width: 180px;
    position: relative;
}.our_background .learning_creators .fast_trackKHTM::before {
    border-radius: 50%;
    border: 2px dashed rgb(95,130,165,0.5);
    animation: rotate 30s linear infinite;
    content: "";
    top: -15px;
    left: -15px;
    position: absolute;
    height: calc(100% + 30px);
    width: calc(100% + 30px);
}.our_background .learning_creators .fast_trackKHTM::after {
    width: calc(100% + 10px);
    top: -5px;
    content: "";
    position: absolute;
    animation: rotate 20s linear infinite reverse;
    border: 1px solid rgb(148,188,188,0.5);
    left: -5px;
    border-radius: 50%;
    height: calc(100% + 10px);
}

@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.5;
    }
}

@keyframes slide {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

@keyframes shine {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {.our_background {
    padding: 90px 0;
}.our_background .learn_pro {
    grid-template-columns: 1fr;
    grid-gap: 40px;
}.our_background .study_space,
    .our_background .learning_creators {
    margin: 0 auto;
    max-width: 600px;
}.our_background .study_space .img_strip {
    height: 240px;
}.our_background .learning_creators .fast_trackKHTM {
    width: 160px;
    height: 160px;
}
}

@media (max-width: 768px) {.our_background {
    padding: 70px 0;
}.our_background h3 {
    display: block;
    font-size: calc(31px * 0.9);
    text-align: center;
}.our_background h3::after {
    left: 50%;
    transform: translateX(-50%);
}.our_background .study_space,
    .our_background .learning_creators {
    padding: 25px;
}.our_background .study_space span {
    font-size: calc(18px * 0.9);
}.our_background .study_space .img_strip {
    height: 200px;
}.our_background .learning_creators .fast_trackKHTM {
    width: 140px;
    height: 140px;
}
}

@media (max-width: 576px) {.our_background {
    padding: 50px 0;
}.our_background .container {
    padding: 0 15px;
}.our_background h3 {
    margin-bottom: 20px;
    font-size: calc(31px * 0.8);
}.our_background .learn_pro {
    grid-gap: 30px;
}.our_background .study_space,
    .our_background .learning_creators {
    padding: 20px;
}.our_background .study_space p,
    .our_background .learning_creators p {
    margin-bottom: 20px;
}.our_background .study_space .img_strip {
    height: 180px;
}.our_background .learning_creators .fast_trackKHTM {
    width: 120px;
    height: 120px;
}.our_background .learning_creators .fast_trackKHTM::before {
    width: calc(100% + 20px);
    top: -10px;
    left: -10px;
    height: calc(100% + 20px);
}}.ideal_participants {
    position: relative;
    background-color: rgb(207,221,221);
    padding: 5rem 0;
    overflow: hidden;
}.ideal_participants::before {
    left: 0;
    animation: moveRays 30s linear infinite;
    height: 100%;
    position: absolute;
    background-size: 200px 200px;
    z-index: 1;
    content: '';
    opacity: 0.3;
    top: 0;
    background-image: 
        linear-gradient(45deg, transparent 75%, rgb(148,188,188,0.5) 75%, transparent 76%),
        linear-gradient(135deg, transparent 75%, rgb(95,130,165,0.5) 75%, transparent 76%);
    width: 100%;
}.ideal_participants::after {
    animation: moveRaysVertical 20s linear infinite;
    background-size: 120px 120px;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    background-image: 
        linear-gradient(90deg, transparent 90%, rgb(148,188,188,0.5) 90%, rgb(148,188,188,0.5) 91%, transparent 91%),
        linear-gradient(0deg, transparent 95%, rgb(95,130,165,0.5) 95%, rgb(95,130,165,0.5) 96%, transparent 96%);
    opacity: 0.2;
}.ideal_participants .learn_pro {
    padding: 0 2rem;
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.ideal_participants h3 {
    font-weight: 600;
    margin-bottom: 3.5rem;
    text-align: center;
    color: rgb(148,188,188);
    font-size: 38px;
    position: relative;
}.ideal_participants h3::after {
    position: absolute;
    height: 2px;
    bottom: -15px;
    width: 150px;
    background: linear-gradient(90deg, transparent, rgb(148,188,188), transparent);
    transform: translateX(-50%);
    left: 50%;
    animation: pulseLight 3s infinite alternate;
    content: '';
}.ideal_participants ul {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    margin: 0;
    gap: 1.5rem;
    padding: 0;
}.ideal_participants li {
    display: flex;
    border-radius: 26px;
    overflow: hidden;
    border-left: 3px solid rgb(148,188,188,0.5);
    position: relative;
    background-color: rgba(255, 255, 255, 0.08);
    align-items: center;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    padding: 1.5rem 2rem;
}.ideal_participants li::before {
    opacity: 0.1;
    height: 100%;
    z-index: -1;
    background: linear-gradient(90deg, rgb(148,188,188,0.5) 0%, transparent 100%);
    width: 0;
    content: '';
    position: absolute;
    transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    left: 0;
    top: 0;
}.ideal_participants li::after {
    height: 1px;
    opacity: 0.5;
    position: absolute;
    bottom: 0;
    left: 0;
    box-shadow: 0 0 10px rgb(148,188,188,0.5);
    content: '';
    background: linear-gradient(90deg, rgb(148,188,188) 0%, transparent 100%);
    width: 100%;
}.ideal_participants li:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border-left-color: rgb(148,188,188);
}.ideal_participants li:hover::before {
    width: 100%;
}.ideal_participants li svg {
    height: 40px;
    flex-shrink: 0;
    width: 40px;
    filter: drop-shadow(0 0 8px rgb(148,188,188,0.5));
    fill: rgb(148,188,188);
    margin-right: 1.5rem;
    transition: all 0.4s ease;
}.ideal_participants li:hover svg {
    transform: scale(1.1);
    animation: flashLight 1s ease;
}.ideal_participants li svg path {
    transition: all 0.4s ease;
    fill: rgb(148,188,188);
}.ideal_participants li:hover svg path {
    fill: rgb(95,130,165);
}.ideal_participants li {
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    font-size: 13px;
}.ideal_participants li:nth-child(1) {
    animation-delay: 0s;
}.ideal_participants li:nth-child(2) {
    animation-delay: 0.1s;
}.ideal_participants li:nth-child(3) {
    animation-delay: 0.2s;
}.ideal_participants li:nth-child(4) {
    animation-delay: 0.3s;
}

@keyframes moveRays {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 200px 200px;
    }
}

@keyframes moveRaysVertical {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 120px 120px;
    }
}

@keyframes pulseLight {
    0%, 100% {
        opacity: 0.5;
        box-shadow: 0 0 5px rgb(148,188,188,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 15px rgb(148,188,188);
    }
}

@keyframes flashLight {
    0% {
        filter: drop-shadow(0 0 8px rgb(148,188,188,0.5));
    }
    50% {
        filter: drop-shadow(0 0 25px rgb(148,188,188));
    }
    100% {
        filter: drop-shadow(0 0 8px rgb(148,188,188,0.5));
    }
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (min-width: 992px) {.ideal_participants li {
    opacity: 0;
    animation: slideIn 0.5s forwards;
}
}

@media (max-width: 991px) {.ideal_participants {
    padding: 4rem 0;
}.ideal_participants h3 {
    font-size: calc(38px * 0.9);
}.ideal_participants li {
    padding: 1.2rem 1.8rem;
}.ideal_participants li svg {
    width: 35px;
    height: 35px;
    margin-right: 1.2rem;
}
}

@media (max-width: 767px) {.ideal_participants {
    padding: 3rem 0;
}.ideal_participants h3 {
    font-size: calc(38px * 0.8);
    margin-bottom: 2.5rem;
}.ideal_participants h3::after {
    width: 120px;
}.ideal_participants li {
    padding: 1rem 1.5rem;
}.ideal_participants li svg {
    height: 30px;
    margin-right: 1rem;
    width: 30px;
}}.cookie_window_dialog {
    background: rgb(207,221,221);
    z-index: 90;
    bottom: 0;
    border-top: 2px solid rgb(148,188,188);
    width: 100%;
    position: fixed;
}.digital_tracking {
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
    display: flex;
}#cookieNoticeOverlay {
    display: none;
}#cookieNoticeOverlay:checked ~ .cookie_window_dialog {
    visibility: hidden;
    opacity: 0;
}.cookie_window_dialog h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookie_window_dialog p {
    font-size: 18px;
}.digital_consent {
    flex-shrink: 0;
    margin-right: 10px;
}.digital_consent svg, .digital_consent svg path, .digital_consent img {
    height: 100px;
    fill: rgb(148,188,188);
    width: 100px;
}.cookie_guide {
    font-size: 24px;
    text-align: center;
    color: rgb(148,188,188);
    white-space: nowrap;
    min-width: 120px;
    line-height: 35px;
    margin-left: 10px;
    text-decoration: none;
    border-bottom: 2px solid rgb(148,188,188);
    cursor: pointer;
    flex-shrink: 0;
}.cookie_window_dialog p a {
    color: rgb(148,188,188);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookie_window_dialog {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.digital_consent {
    display: none;
}.digital_tracking {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.cookie_window_dialog h5 {
    text-align: center;
}.cookie_window_dialog p {
    text-align: center;
}.secure_cookies {
    margin-bottom: 20px;
}body .wrapper-segment .cookie_guide {
    margin-bottom: 10px;
    margin-left: 0;
}}
.wrapper-segment .cookie_window_dialog {
    box-shadow: rgb(148,188,188,0.5) 0px 0px 40px 39px;
    background: #ffffff;
    border: none;
}.wrapper-segment .cookie_guide {
    background: rgb(148,188,188);
    font-weight: 400;
    border: none;
    font-size: 20px;
    padding: 10px;
    color: #ffffff;
    margin-left: 30px;
}.wrapper-segment .digital_consent {
    width: 80px;
    align-items: center;
    border-radius: 50%;
    background:rgb(148,188,188);
    height: 80px;
    display: flex;
    justify-content: center;
}.wrapper-segment .digital_consent svg, .wrapper-segment .digital_consent svg path, .wrapper-segment .digital_consent img {
    width: 40px;
    height: 40px;
    fill:#000000;
}.wrapper-segment .secure_cookies h5, .wrapper-segment .secure_cookies p {
    color: #000000;
}
@media only screen and (max-width: 800px){.wrapper-segment .digital_consent {
    margin-bottom: 14px;
    margin: 0;
}}header {
    width: 100%;
    position: fixed;
    z-index: 100;
    left: 0;
    background: linear-gradient(to bottom, 
        rgb(148,188,188,0.5) 0%,
        #000000 100%);
    top: 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
}header::before {
    height: 100%;
    z-index: 1;
    animation: pulse-bg 8s infinite alternate;
    width: 100%;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgb(95,130,165,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(148,188,188,0.5) 0%, transparent 15%);
    opacity: 0.3;
    top: 0;
    position: absolute;
    left: 0;
}header::after {
    height: 100%;
    content: "";
    background-size: 20px 20px;
    position: absolute;
    opacity: 0.1;
    background-image: 
        linear-gradient(0deg, transparent 95%, rgb(95,130,165,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(95,130,165,0.5) 100%);
    width: 100%;
    left: 0;
    z-index: 1;
    top: 0;
}header .container {
    position: relative;
    align-items: center;
    padding: 0;
    flex-direction: column;
    display: flex;
    z-index: 2;
}header .main_page {
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
}header .main_top {
    margin: 1rem 0 1.5rem;
    position: relative;
    justify-content: center;
    align-items: center;
    z-index: 3;
    text-decoration: none;
    display: flex;
}header .main_top::before {
    animation: rotate 10s linear infinite;
    border-radius: 50%;
    position: absolute;
    height: 120px;
    background: 
        conic-gradient(
            transparent 0deg,
            rgb(95,130,165,0.5) 120deg,
            transparent 180deg,
            rgb(148,188,188,0.5) 240deg,
            transparent 360deg
        );
    opacity: 0.2;
    z-index: -1;
    width: 120px;
    content: "";
}header .main_top::after {
    height: 70px;
    width: 70px;
    z-index: -2;
    background: rgb(95,130,165,0.5);
    position: absolute;
    opacity: 0.3;
    border-radius: 50%;
    content: "";
    animation: pulse-opacity 4s ease infinite alternate;
    filter: blur(20px);
}header .main_top svg {
    height: 45px;
    width: auto;
    filter: drop-shadow(0 0 8px rgb(148,188,188,0.5));
    transition: all 0.4s ease;
}header .main_top:hover svg {
    filter: drop-shadow(0 0 12px rgb(95,130,165));
    transform: scale(1.08);
}header .page_head {
    gap: 0.8rem;
    justify-content: center;
    overflow-x: auto;
    border-top: 1px solid rgb(148,188,188,0.5);
    scrollbar-width: none;
    position: relative;
    border-bottom: 1px solid rgb(148,188,188,0.5);
    width: 100vw;
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        #000000 100%);
    padding: 1rem 0;
    display: flex;
}header .page_head::-webkit-scrollbar {
    display: none;
}header .page_head::before {
    left: 0;
    height: 100%;
    content: "";
    background: 
        linear-gradient(90deg, 
            #000000 0%,
            transparent 10%,
            transparent 90%,
            #000000 100%);
    position: absolute;
    top: 0;
    z-index: 3;
    width: 100%;
    pointer-events: none;
}header .first_class {
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.6rem 1.5rem;
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 1px;
    perspective: 800px;
    white-space: nowrap;
    text-decoration: none;
    font-family: Arial, sans-serif;
    z-index: 2;
    position: relative;
    transition: all 0.3s ease;
}header .first_class::before {
    height: 100%;
    left: 0;
    border: 1px solid transparent;
    border-radius: 10px;
    width: 100%;
    transition: all 0.3s ease;
    z-index: -1;
    transform: translateZ(-10px);
    top: 0;
    content: "";
    position: absolute;
}header .first_class::after {
    content: "";
    width: 0%;
    transition: all 0.3s ease;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
    background: rgb(95,130,165);
    position: absolute;
    height: 2px;
}header .first_class:hover {
    color: rgb(95,130,165);
    transform: translateY(-2px) translateZ(0);
    text-shadow: 0 0 5px rgb(95,130,165,0.5);
}header .first_class:hover::before {
    transform: translateZ(0);
    box-shadow: 0 0 15px rgb(148,188,188,0.5);
    border-color: rgb(95,130,165,0.5);
}header .first_class:hover::after {
    width: 80%;
}

@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse-opacity {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 991px) {header .main_top {
    margin: 0.8rem 0 1.2rem;
}header .main_top svg {
    height: 40px;
}header .first_class {
    font-size: calc(15px - 1px);
    padding: 0.5rem 1.2rem;
}
}

@media (max-width: 767px) {header .main_top {
    margin: 0.6rem 0 1rem;
}header .main_top svg {
    height: 35px;
}header .main_top::before {
    width: 90px;
    height: 90px;
}header .main_top::after {
    width: 50px;
    height: 50px;
}header .page_head {
    justify-content: flex-start;
    padding: 0.8rem 0;
}header .first_class {
    padding: 0.4rem 1rem;
    font-size: calc(15px - 2px);
}header .first_class:first-child {
    margin-left: 2rem;
}header .first_class:last-child {
    margin-right: 2rem;
}}.client_opinions {
    background: rgb(207,221,221);
    position: relative;
    padding: 8rem 2rem;
    overflow: hidden;
}.client_opinions::before {
    position: absolute;
    z-index: 0;
    width: 100%;
    background: linear-gradient(135deg, transparent 49.5%, rgb(148,188,188,0.5) 49.5%, rgb(148,188,188,0.5) 50.5%, transparent 50.5%);
    left: 0;
    content: "";
    top: 0;
    height: 100%;
}.client_opinions::after {
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, rgb(95,130,165,0.5) 0%, transparent 100%);
    left: 0;
    opacity: 0.1;
    position: absolute;
    content: "";
}.client_opinions .learn_pro {
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1400px;
}.client_opinions h4 {
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5rem;
    text-align: center;
    font-size: 37px;
    position: relative;
    color: #000000;
}.client_opinions h4::before {
    bottom: -15px;
    height: 3px;
    width: 60px;
    transform: translateX(-50%);
    left: 50%;
    background: rgb(148,188,188);
    content: "";
    position: absolute;
}.client_opinions h4::after {
    bottom: -25px;
    background: rgb(95,130,165);
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 30px;
    height: 3px;
    content: "";
}.client_opinions .success_feedback {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    display: grid;
}.client_opinions .learning_testimonials {
    transition: all 0.5s ease;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    padding: 3rem;
    display: flex;
    position: relative;
}.client_opinions .learning_testimonials:nth-child(odd) {
    border-right: 1px solid rgb(95,130,165,0.5);
    background: linear-gradient(45deg, rgb(207,221,221) 0%, #ffffff 100%);
    transform: translateX(0);
}.client_opinions .learning_testimonials:nth-child(even) {
    transform: translateX(0);
    border-left: 1px solid rgb(95,130,165,0.5);
    background: linear-gradient(135deg, #ffffff 0%, rgb(207,221,221) 100%);
}.client_opinions .learning_testimonials:nth-child(odd):hover {
    transform: translateX(20px);
}.client_opinions .learning_testimonials:nth-child(even):hover {
    transform: translateX(-20px);
}.client_opinions .learning_testimonials::before {
    width: 80%;
    background: linear-gradient(to right, transparent, rgb(148,188,188,0.5), transparent);
    height: 1px;
    left: 10%;
    bottom: 0;
    position: absolute;
    content: "";
}.client_opinions .learning_testimonials:last-child::before,
.client_opinions .learning_testimonials:nth-last-child(2):last-child::before {
    display: none;
}.client_opinions .learning_testimonials .img_strip {
    position: relative;
    height: 120px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
    transition: all 0.5s ease;
    width: 120px;
    border-radius: 0;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}.client_opinions .learning_testimonials:hover .img_strip {
    transform: rotate(15deg);
}.client_opinions .learning_testimonials .img_strip::before {
    right: 0;
    top: 0;
    position: absolute;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    background: linear-gradient(45deg, rgb(148,188,188,0.5), transparent 70%);
    content: "";
    transition: all 0.3s ease;
    left: 0;
}.client_opinions .learning_testimonials:hover .img_strip::before {
    opacity: 0.5;
}.client_opinions .learning_testimonials span {
    padding: 0 1rem;
    color: #000000;
    font-weight: 600;
    transition: all 0.4s ease;
    font-size: 17px;
    text-align: center;
    position: relative;
    margin-bottom: 1rem;
}.client_opinions .learning_testimonials:hover span {
    color: rgb(148,188,188);
}.client_opinions .learning_testimonials span::after {
    position: absolute;
    width: 40px;
    height: 2px;
    background: rgb(95,130,165);
    bottom: -8px;
    transition: all 0.4s ease;
    content: "";
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}.client_opinions .learning_testimonials:hover span::after {
    transform: translateX(-50%) scaleX(1);
}.client_opinions .learning_testimonials p {
    line-height: 1.7;
    margin-top: 1rem;
    font-size: 17px;
    position: relative;
    transition: all 0.4s ease;
    max-width: 100%;
    padding: 0 1rem;
    text-align: center;
    color: #000000;
}.client_opinions .learning_testimonials:hover p {
    transform: scale(1.02);
}.client_opinions .learning_testimonials:nth-child(4n+1),
.client_opinions .learning_testimonials:nth-child(4n+4) {
    background: linear-gradient(45deg, rgb(207,221,221) 0%, #ffffff 100%);
}.client_opinions .learning_testimonials:nth-child(4n+2),
.client_opinions .learning_testimonials:nth-child(4n+3) {
    background: linear-gradient(135deg, #ffffff 0%, rgb(207,221,221) 100%);
}

@media (max-width: 1200px) {.client_opinions .learning_testimonials {
    padding: 2.5rem;
}.client_opinions .learning_testimonials .img_strip {
    width: 100px;
    height: 100px;
}
}

@media (max-width: 992px) {.client_opinions {
    padding: 6rem 1.5rem;
}.client_opinions h4 {
    font-size: calc(37px * 0.9);
    margin-bottom: 4rem;
}.client_opinions .success_feedback {
    grid-template-columns: 1fr;
}.client_opinions .learning_testimonials {
    padding: 3rem 2rem;
}.client_opinions .learning_testimonials:nth-child(n) {
    border: none;
    border-bottom: 1px solid rgb(95,130,165,0.5);
    transform: translateX(0);
}.client_opinions .learning_testimonials:nth-child(odd):hover,
    .client_opinions .learning_testimonials:nth-child(even):hover {
    transform: translateY(-10px);
}.client_opinions .learning_testimonials::before {
    display: none;
}
}

@media (max-width: 768px) {.client_opinions {
    padding: 5rem 1rem;
}.client_opinions h4 {
    font-size: calc(37px * 0.8);
    margin-bottom: 3rem;
}.client_opinions .learning_testimonials {
    padding: 2.5rem 1.5rem;
}.client_opinions .learning_testimonials .img_strip {
    width: 90px;
    height: 90px;
}}.mentorship_experience {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(207,221,221) 0%, rgb(95,130,165,0.5) 100%);
}.mentorship_experience::before {
    top: -5%;
    position: absolute;
    width: 40%;
    transform-origin: center;
    z-index: 0;
    animation: floating 15s ease-in-out infinite;
    content: "";
    filter: blur(60px);
    right: -5%;
    background: rgb(148,188,188,0.5);
    height: 40%;
    opacity: 0.3;
}.mentorship_experience::after {
    bottom: -5%;
    z-index: 0;
    opacity: 0.2;
    width: 30%;
    content: "";
    transform-origin: center;
    background: rgb(95,130,165,0.5);
    animation: floating 18s ease-in-out infinite reverse;
    height: 30%;
    left: -5%;
    filter: blur(50px);
    position: absolute;
}.mentorship_experience .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    position: relative;
}.mentorship_experience .learning_testimonials {
    animation: fadeInUp 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    opacity: 0;
    display: grid;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.15) inset;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.85);
    transform-style: preserve-3d;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
    gap: 2rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 2.5rem;
}.mentorship_experience .learning_testimonials:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 8px 20px rgba(0, 0, 0, 0.08),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transform: perspective(1000px) rotateX(0deg);
}.mentorship_experience .learning_testimonials > div:first-child {
    width: 100%;
    margin: 0 auto;
    max-width: 280px;
    position: relative;
}.mentorship_experience .learning_testimonials .img_strip {
    overflow: hidden;
    animation: fadeInLeft 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0.2s forwards;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 3px;
    transform: translateZ(30px);
    opacity: 0;
    width: 100%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 
                0 5px 15px rgba(0, 0, 0, 0.1);
    height: 280px;
    position: relative;
}.mentorship_experience .learning_testimonials .img_strip::before {
    height: 100%;
    background: linear-gradient(
        to bottom,
        transparent 65%,
        rgba(rgb(148,188,188), 0.2) 100%
    );
    z-index: 1;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    position: absolute;
}.mentorship_experience .learning_testimonials .img_strip::after {
    top: -10%;
    content: "";
    transition: opacity 0.5s ease;
    width: 120%;
    height: 120%;
    position: absolute;
    opacity: 0;
    z-index: 2;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.25) 0%,
        transparent 80%
    );
    left: -10%;
}.mentorship_experience .learning_testimonials .img_strip:hover::after {
    opacity: 1;
}.mentorship_experience .learning_testimonials > div:nth-child(2) {
    opacity: 0;
    text-align: center;
    animation: fadeInUp 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s forwards;
}.mentorship_experience .learning_testimonials .name {
    color: #000000;
    margin-bottom: 0.5rem;
    font-weight: 700;
    position: relative;
    font-size: 18px;
    display: inline-block;
}.mentorship_experience .learning_testimonials .name::after {
    border-radius: 1px;
    bottom: -8px;
    left: 50%;
    background: rgb(148,188,188);
    transform: translateX(-50%);
    position: absolute;
    content: "";
    height: 3px;
    width: 40px;
}.mentorship_experience .learning_testimonials > div:nth-child(2) > div {
    margin-top: 1rem;
    font-size: calc(12px - 0.1rem);
    color: rgb(95,130,165);
    font-weight: 600;
}.mentorship_experience .learning_testimonials > div:nth-child(3) {
    opacity: 0;
    animation: fadeInUp 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s forwards;
}.mentorship_experience .learning_testimonials .work_expertise {
    color: #000000;
    border-left: 3px solid rgb(148,188,188,0.5);
    margin: 0;
    line-height: 1.7;
    font-size: 12px;
    position: relative;
    padding-left: 1.5rem;
}.mentorship_experience .learning_testimonials .work_expertise::before {
    top: -20px;
    left: -15px;
    content: "";
    opacity: 0.2;
    position: absolute;
    font-family: Georgia, serif;
    font-size: 5rem;
    color: rgb(148,188,188,0.5);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 40px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-40px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes floating {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(5%, 5%) rotate(2deg);
    }
    50% {
        transform: translate(0, 8%) rotate(0deg);
    }
    75% {
        transform: translate(-5%, 3%) rotate(-2deg);
    }
    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}

@media (min-width: 768px) {.mentorship_experience {
    padding: 7rem 0;
}.mentorship_experience .learning_testimonials {
    padding: 3rem;
    column-gap: 3rem;
    grid-template-rows: auto 1fr;
    row-gap: 1.5rem;
    grid-template-columns: 280px 1fr;
}.mentorship_experience .learning_testimonials > div:first-child {
    grid-row: 1 / span 2;
}.mentorship_experience .learning_testimonials > div:nth-child(2) {
    text-align: left;
    align-self: flex-end;
}.mentorship_experience .learning_testimonials .name::after {
    transform: none;
    left: 0;
}
}

@media (min-width: 992px) {.mentorship_experience .learning_testimonials {
    grid-template-columns: 320px 1fr;
    padding: 3.5rem;
}.mentorship_experience .learning_testimonials > div:first-child {
    max-width: 320px;
}.mentorship_experience .learning_testimonials .img_strip {
    height: 350px;
}.mentorship_experience .learning_testimonials .work_expertise {
    font-size: calc(12px + 0.05rem);
    line-height: 1.8;
}
}

@media (max-width: 767px) {.mentorship_experience {
    padding: 4rem 0;
}.mentorship_experience .container {
    padding: 0 1rem;
}.mentorship_experience .learning_testimonials {
    padding: 2rem;
}.mentorship_experience .learning_testimonials .img_strip {
    height: 240px;
}}.edu_global {
    color: #ffffff;
    padding: 5rem 0 1rem;
    position: relative;
    font-family: Arial, sans-serif;
    z-index: 1;
    background: linear-gradient(135deg, #000000 0%, rgb(148,188,188,0.5) 100%);
}.edu_global::before {
    content: '';
    right: 0;
    z-index: -1;
    background: radial-gradient(circle at 30% 50%, rgb(148,188,188,0.5) 0%, transparent 50%);
    bottom: 0;
    top: 0;
    left: 0;
    position: absolute;
}.edu_global::after {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(148,188,188), transparent);
    animation: glowLine 3s infinite alternate;
    top: 0;
    z-index: 2;
    left: 0;
    height: 3px;
    right: 0;
    content: '';
}@keyframes glowLine {
    0% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
    50% {
        opacity: 1;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
}

.edu_global .container {
    z-index: 2;
    position: relative;
}.edu_global .lang_learn {
    flex-direction: column;
    display: flex;
    gap: 3rem;
}.edu_global .instant_request {
    position: relative;
    border-radius: 14px;
    border: 1px solid rgb(95,130,165,0.5);
    flex-wrap: wrap;
    background: rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
    justify-content: center;
    gap: 2rem;
    padding: 1.5rem;
    display: flex;
    backdrop-filter: blur(8px);
}.edu_global .instant_request::before {
    position: absolute;
    transform: translateX(-50%);
    content: '';
    height: 2px;
    top: -2px;
    left: 50%;
    background: linear-gradient(90deg, transparent, rgb(95,130,165), transparent);
    width: 50%;
    animation: scanLine 4s infinite linear;
}@keyframes scanLine {
    0% {
        left: 0;
        width: 0;
    }
    50% {
        left: 50%;
        width: 100%;
    }
    100% {
        left: 100%;
        width: 0;
    }
}

.edu_global .info_item {
    min-width: 200px;
    text-align: center;
    transition: transform 0.3s ease;
    flex: 1;
    max-width: 300px;
}.edu_global .info_item:hover {
    transform: translateY(-5px);
}.edu_global .info_item p, 
.edu_global .info_item a {
    transition: all 0.3s ease;
    justify-content: center;
    padding: 0.75rem;
    align-items: center;
    text-decoration: none;
    gap: 0.5rem;
    border: 1px solid transparent;
    display: flex;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    border-radius: 10px;
    font-size: calc(13px - 2px);
    color: #ffffff;
}.edu_global .info_item svg {
    height: 1.25rem;
    transition: fill 0.3s ease;
    fill: rgb(95,130,165);
    width: 1.25rem;
}.edu_global .info_item a:hover {
    border-color: rgb(148,188,188,0.5);
    box-shadow: 0 0 15px rgb(148,188,188,0.5);
    background: #000000;
}.edu_global .info_item a:hover svg {
    fill: rgb(148,188,188);
}.edu_global .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    display: grid;
}.edu_global .nav_base {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    display: flex;
}.edu_global .nav_base svg {
    height: auto;
    transition: filter 0.3s ease;
    filter: drop-shadow(0 0 5px rgb(148,188,188,0.5));
    max-width: 180px;
}.edu_global .nav_base svg:hover {
    filter: drop-shadow(0 0 10px rgb(148,188,188));
}.edu_global .grant_cta {
    opacity: 0.7;
    font-size: calc(13px - 1px);
    max-width: 280px;
    line-height: 1.5;
    color: #ffffff;
}.edu_global .page_head {
    flex-direction: column;
    display: flex;
    gap: 1.25rem;
}.edu_global .page_head h5 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    padding-bottom: 0.75rem;
    position: relative;
    margin-bottom: 0.5rem;
}.edu_global .page_head h5::after {
    bottom: 0;
    height: 2px;
    background: rgb(95,130,165);
    transition: width 0.3s ease;
    left: 0;
    content: '';
    width: 40px;
    position: absolute;
}.edu_global .page_head:hover h5::after {
    width: 80px;
}.edu_global .head_pro {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}.edu_global .head_pro a {
    position: relative;
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: 13px;
    opacity: 0.8;
    text-decoration: none;
    padding-left: 1rem;
}.edu_global .head_pro a::before {
    transition: all 0.3s ease;
    left: 0;
    content: '';
    height: 5px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 5px;
    border-radius: 50%;
    background: rgb(95,130,165);
}.edu_global .head_pro a:hover {
    opacity: 1;
    transform: translateX(5px);
    color: rgb(148,188,188);
}.edu_global .head_pro a:hover::before {
    box-shadow: 0 0 8px rgb(148,188,188);
    width: 7px;
    height: 7px;
    background: rgb(148,188,188);
}.edu_global .subscribe_holder {
    overflow: hidden;
    position: relative;
    flex-direction: column;
    border: 1px solid rgb(95,130,165,0.5);
    display: flex;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
    padding: 1.5rem;
    gap: 1.25rem;
    border-radius: 14px;
}.edu_global .subscribe_holder::before {
    left: 0;
    z-index: -1;
    opacity: 0.1;
    content: '';
    position: absolute;
    right: 0;
    background: radial-gradient(circle at top right, rgb(148,188,188,0.5) 0%, transparent 70%);
    bottom: 0;
    top: 0;
}.edu_global .subscribe_holder h5 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
}.edu_global .subscribe_holder p {
    font-size: calc(13px - 1px);
    opacity: 0.9;
    color: #ffffff;
    line-height: 1.6;
}.edu_global .input_holder {
    flex-direction: column;
    display: flex;
    gap: 0.75rem;
    position: relative;
}.edu_global .input_holder input[type="email"] {
    border-radius: 10px;
    border: 1px solid rgb(95,130,165,0.5);
    color: #ffffff;
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.2);
    font-size: 13px;
    padding: 0.875rem 1rem;
    width: 100%;
    flex: 1;
}.edu_global .input_holder input[type="email"]:focus {
    box-shadow: 0 0 10px rgb(148,188,188,0.5);
    outline: none;
    border-color: rgb(148,188,188);
}.edu_global .input_holder input[type="email"]::placeholder {
    color: #ffffff;
    opacity: 0.5;
}.edu_global .sub_cta {
    border: none;
    background: rgb(148,188,188);
    border-radius: 10px;
    transition: all 0.3s ease;
    width: 100%;
    padding: 0.875rem 1.5rem;
    font-size: 16px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    color: #ffffff;
    font-weight: 600;
}.edu_global .sub_cta::before {
    left: -100%;
    height: 100%;
    content: '';
    top: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
}.edu_global .sub_cta:hover {
    background: rgb(95,130,165);
    box-shadow: 0 0 15px rgb(95,130,165,0.5);
    transform: translateY(-2px);
}.edu_global .sub_cta:hover::before {
    left: 100%;
}.edu_global .math_tools {
    border-top: 1px solid rgb(95,130,165,0.5);
    text-align: center;
    margin-top: 3rem;
    padding-top: 1.5rem;
    position: relative;
}.edu_global .math_tools::before {
    width: 100%;
    position: absolute;
    content: '';
    left: 0;
    height: 1px;
    top: -1px;
    background: linear-gradient(90deg, transparent, rgb(95,130,165,0.5), transparent);
}.edu_global .converter {
    font-size: 13px;
    color: #ffffff;
    opacity: 0.7;
}

@media (max-width: 1024px) {.edu_global {
    padding: 4rem 0 1rem;
}.edu_global .text_main_holder {
    grid-template-columns: 1fr 1fr;
}.edu_global .subscribe_holder {
    grid-column: span 2;
}
}

@media (min-width: 769px) {.edu_global .input_holder {
    flex-direction: row;
}.edu_global .sub_cta {
    width: auto;
}
}

@media (max-width: 768px) {.edu_global {
    padding: 3rem 0 1rem;
}.edu_global .instant_request {
    gap: 1rem;
    align-items: center;
    flex-direction: column;
}.edu_global .info_item {
    min-width: 100%;
}.edu_global .text_main_holder {
    gap: 2.5rem;
    grid-template-columns: 1fr;
}.edu_global .subscribe_holder {
    grid-column: auto;
}.edu_global .nav_base {
    text-align: center;
    align-items: center;
}.edu_global .grant_cta {
    max-width: 100%;
    text-align: center;
}.edu_global .page_head h5 {
    text-align: center;
}.edu_global .page_head h5::after {
    left: 50%;
    transform: translateX(-50%);
}.edu_global .head_pro {
    align-items: center;
}.edu_global .head_pro a {
    text-align: center;
}.edu_global .head_pro a:hover {
    transform: translateY(-2px);
}.edu_global .input_holder {
    flex-direction: column;
}.edu_global .sub_cta {
    width: 100%;
}
}

@media (max-width: 480px) {.edu_global {
    padding: 2.5rem 0 1rem;
}.edu_global .info_item p, 
    .edu_global .info_item a {
    font-size: calc(13px - 3px);
}.edu_global .page_head h5, 
    .edu_global .subscribe_holder h5 {
    font-size: calc(18px - 2px);
}.edu_global .head_pro a, 
    .edu_global .subscribe_holder p {
    font-size: calc(13px - 2px);
}.edu_global .converter {
    font-size: calc(13px - 2px);
}}.secure_protection {
    height: auto;
    overflow: hidden;
    background: rgb(95,130,165);
    border: 2px solid rgb(148,188,188);
    color: #ffffff;
    padding: 50px;
    flex-direction: column;
    display: flex;
    width: 100%;
    align-items: center;
}.secure_protection h1 {
    padding-bottom: 10px;
    color: rgb(148,188,188);
    font-size: 43px;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    border-bottom: 4px solid rgb(95,130,165);
    margin-bottom: 30px;
    font-weight: 700;
}.secure_protection h2 {
    padding-bottom: 5px;
    color: #ffffff;
    font-weight: 600;
    font-size: 29px;
    margin-top: 25px;
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
    border-bottom: 2px solid rgb(148,188,188);
}.secure_protection ul, .secure_protection ol {
    list-style-type: none;
    margin: 20px 0;
    width: 100%;
    padding-left: 0;
}.secure_protection li {
    font-weight: 400;
    border-radius: 10px;
    border-left: 4px solid rgb(95,130,165);
    font-size: 15px;
    color: #ffffff;
    background: rgb(148,188,188,0.5);
    margin-bottom: 15px;
    padding: 10px 20px;
}.secure_protection section {
    background: rgb(95,130,165,0.5);
    width: 100%;
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 19px;
}.secure_protection p, .secure_protection span, .secure_protection div {
    font-size: 15px;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    color: #ffffff;
}

@media only screen and (max-width: 800px) {.secure_protection {
    padding: 30px 15px;
}.secure_protection h1 {
    font-size: calc(18px - 10px);
}.secure_protection h2 {
    font-size: calc(18px - 8px);
}.secure_protection li {
    padding: 8px 15px;
    font-size: calc(15px - 2px);
}}.ty_banner {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(207,221,221) 0%, rgb(207,221,221) 60%, rgba(rgb(148,188,188,0.5), 0.05) 100%);
    perspective: 1000px;
    position: relative;
    padding: 6rem 0;
}.ty_banner::before,
.ty_banner::after {
    position: absolute;
    content: '';
    pointer-events: none;
}.ty_banner::before {
    height: 70%;
    opacity: 0.03;
    left: -10%;
    transform: rotate(-15deg) translateZ(-10px);
    filter: blur(20px);
    top: -5%;
    width: 40%;
    background: linear-gradient(45deg, rgb(148,188,188,0.5) 10%, transparent 70%);
}.ty_banner::after {
    width: 30%;
    opacity: 0.04;
    transform: rotate(10deg) translateZ(-5px);
    bottom: -10%;
    background: linear-gradient(135deg, rgb(95,130,165,0.5) 10%, transparent 70%);
    height: 60%;
    filter: blur(15px);
    right: -5%;
}.ty_banner .container {
    z-index: 1;
    transform-style: preserve-3d;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}.ty_banner h2 {
    text-shadow: 0 2px 4px rgba(0,0,0,0.05);
    font-weight: 700;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 3rem;
    position: relative;
    max-width: 90%;
    font-size: 38px;
    transform: translateZ(10px);
}.ty_banner h2::after {
    bottom: -0.8rem;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform-origin: left;
    content: '';
    background: linear-gradient(90deg, rgb(148,188,188) 0%, rgb(148,188,188,0.5) 100%);
    transform: translateZ(15px) scaleX(1);
    position: absolute;
    width: 80px;
    left: 0;
    height: 3px;
}.ty_banner .learn_pro {
    padding: 2.5rem 3rem;
    box-shadow: 
        0 20px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 10px 20px -10px rgba(rgba(0, 0, 0, 0.5), 0.07);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    margin: 1rem 0;
    transform: translateZ(20px) rotateY(-2deg);
    background: linear-gradient(145deg, #ffffff 0%, rgba(rgb(255, 255, 255, 0.5), 0.95) 100%);
    border-radius: 24px;
    position: relative;
}.ty_banner .learn_pro::before {
    position: absolute;
    border-radius: 100px;
    content: '';
    border: 1px solid rgb(148,188,188,0.5);
    opacity: 0.1;
    pointer-events: none;
    top: -10px;
    right: -10px;
    left: -10px;
    bottom: -10px;
    transform: translateZ(5px);
}.ty_banner .learn_pro:hover {
    transform: translateZ(25px) rotateY(0deg);
    box-shadow: 
        0 25px 35px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 15px 25px -10px rgba(rgba(0, 0, 0, 0.5), 0.1);
}.ty_banner ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.ty_banner li {
    padding-left: 0;
    position: relative;
}.ty_banner li::before {
    width: 60px;
    transform: translateZ(15px) scale(0.95);
    opacity: 0.2;
    left: -30px;
    position: absolute;
    top: -20px;
    content: '';
    height: 60px;
    transition: all 0.4s ease-out;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(148,188,188,0.5) 0%, transparent 80%);
}.ty_banner li span {
    font-size: 17px;
    transform: translateZ(5px);
    font-family: Arial, sans-serif;
    line-height: 1.7;
    display: block;
    color: #000000;
    text-shadow: 0 1px 1px rgba(255,255,255,0.8);
    position: relative;
}

@media (min-width: 992px) {.ty_banner {
    padding: 8rem 0;
}.ty_banner h2 {
    max-width: 80%;
    font-size: calc(38px * 1.1);
    transform: translateZ(15px);
}.ty_banner h2::after {
    width: 100px;
}.ty_banner .learn_pro {
    margin: 2rem 0;
    padding: 3.5rem 4rem;
}.ty_banner li span {
    line-height: 1.8;
    font-size: calc(17px * 1.05);
}.ty_banner li::before {
    height: 80px;
    width: 80px;
}
}

@media (max-width: 991px) {.ty_banner {
    padding: 5rem 0;
}.ty_banner h2 {
    max-width: 100%;
    font-size: calc(38px * 0.9);
}.ty_banner .learn_pro {
    transform: translateZ(10px) rotateY(-1deg);
    padding: 2rem 2.5rem;
}
}

@media (max-width: 767px) {.ty_banner {
    padding: 4rem 0;
}.ty_banner h2 {
    margin-bottom: 2rem;
    font-size: calc(38px * 0.8);
}.ty_banner h2::after {
    width: 60px;
    height: 2px;
}.ty_banner .learn_pro {
    transform: translateZ(5px) rotateY(0deg);
    padding: 1.5rem 2rem;
}.ty_banner li::before {
    top: -15px;
    height: 40px;
    left: -20px;
    width: 40px;
}
}

@media (max-width: 480px) {.ty_banner {
    padding: 3rem 0;
}.ty_banner .container {
    padding: 0 1.5rem;
}.ty_banner h2 {
    font-size: calc(38px * 0.7);
    margin-bottom: 1.5rem;
}.ty_banner .learn_pro {
    padding: 1.25rem 1.5rem;
    margin: 0.5rem 0;
}.ty_banner li span {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}}

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

.ty_banner .learn_pro {
    animation: floatIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}