﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}a {
    text-decoration: none;
    color: inherit;
}.equity_info0 {
    flex: 0 0 auto;
}.wrapper-structure7 {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}.nav_expert3 {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.container {
    max-width: 100%;
    width: 1222px;
    margin: auto;
}@keyframes glow_scrollbar { 0% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } 50% { box-shadow: 0 0 15px rgba(0,0,0,0.5); } 100% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } }

::-webkit-scrollbar {
    height: 11px;
    width: 5px;
}::-webkit-scrollbar-button {
    height: 0px;
    background: rgb(233,236,222);
}::-webkit-scrollbar-track {
    border: 1px solid rgb(255, 255, 255, 0.5);
    background: repeating-radial-gradient(circle at center, rgb(198,203,183), rgb(198,203,183) 8px, rgb(163,169,144) 8px, rgb(163,169,144) 13px);
    border-radius: 1%;
}::-webkit-scrollbar-thumb {
    border: 2px ridge rgb(233,236,222);
    box-shadow: -2px -1px 7px 1px rgba(0, 0, 0, 0.5);
    background: rgb(233,236,222);
}::-webkit-scrollbar-thumb:hover {
    background: radial-gradient(ellipse at bottom left, #ffffff 8%, rgb(163,169,144) 20%, rgb(163,169,144,0.5) 36%, rgb(198,203,183,0.5) 33%, rgb(233,236,222) 84%);
}* {
    scrollbar-width: thin;
    scrollbar-color: #ffffff rgb(163,169,144,0.5);
}header,footer {
    width: 100%;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
    auto
contain
    scroll-behavior: auto;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    overflow: visible;
    position: relative;
    background: linear-gradient(to right, rgb(163,169,144,0.5), rgb(198,203,183));
    padding: 1.5rem 0;
    z-index: 1000;
}header::before {
    top: 0;
    height: 100%;
    opacity: 0.1;
    position: absolute;
    background: 
        radial-gradient(circle at 10% 20%, #ffffff 0%, transparent 15%),
        radial-gradient(circle at 90% 80%, #ffffff 0%, transparent 15%);
    width: 100%;
    left: 0;
    z-index: -1;
    content: '';
}header .container {
    max-width: 1200px;
    position: relative;
    padding: 0 1.5rem;
    margin: 0 auto;
}header .header_navbar6 {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    display: flex;
    gap: 1.5rem;
}header .nav_begin8 {
    display: flex;
    text-decoration: none;
    justify-content: center;
    position: relative;
    z-index: 2;
    padding: 1rem;
    align-items: center;
}header .nav_begin8::after {
    background: #ffffff;
    height: 2px;
    content: '';
    position: absolute;
    left: 50%;
    opacity: 0.6;
    transform: translateX(-50%);
    transition: width 0.3s ease, opacity 0.3s ease;
    width: 50%;
    bottom: 0;
}header .nav_begin8:hover::after {
    opacity: 1;
    width: 80%;
}header .nav_begin8 svg {
    width: 220px;
    transition: all 0.3s ease;
    filter: drop-shadow(0 4px 8px rgb(198,203,183,0.5));
    height: auto;
}header .nav_begin8:hover svg {
    transform: translateY(-5px);
}header .top_guide9 {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    justify-content: center;
    padding: 0.6rem 1rem;
    gap: 0.8rem;
    display: flex;
    width: 100%;
    max-width: 800px;
    position: relative;
    flex-wrap: wrap;
}header .top_guide9::before {
    left: 0;
    top: 0;
    box-shadow: 
        0 4px 30px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
    content: '';
    border-radius: 10px;
    height: 100%;
    z-index: -1;
    width: 100%;
    position: absolute;
}header .main_mentor5 {
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
    border-radius: 10px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0.7rem 1.2rem;
    overflow: hidden;
    font-size: 17px;
}header .main_mentor5::before {
    background: #ffffff;
    z-index: -1;
    top: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    content: '';
    border-radius: 10px;
    height: 100%;
    left: 0;
    position: absolute;
    transform: translateY(100%) scale(0.8);
    opacity: 0;
}header .main_mentor5:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    color: rgb(198,203,183);
}header .main_mentor5:hover::before {
    opacity: 1;
    transform: translateY(0) scale(1);
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .header_navbar6 {
    gap: 1.2rem;
}header .nav_begin8 svg {
    width: 180px;
}header .top_guide9 {
    gap: 0.6rem;
    padding: 0.5rem;
}header .main_mentor5 {
    font-size: calc(17px - 1px);
    padding: 0.6rem 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .header_navbar6 {
    gap: 1rem;
}header .nav_begin8 svg {
    width: 150px;
}header .top_guide9 {
    gap: 0.4rem;
    padding: 0.4rem;
}header .main_mentor5 {
    font-size: calc(17px - 2px);
    padding: 0.5rem 0.8rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .header_navbar6 {
    gap: 0.8rem;
}header .nav_begin8 svg {
    width: 140px;
}header .top_guide9 {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0.4rem 0.6rem;
}header .top_guide9::-webkit-scrollbar {
    height: 3px;
}header .top_guide9::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ffffff;
}header .main_mentor5 {
    padding: 0.4rem 0.7rem;
    font-size: calc(17px - 3px);
    white-space: nowrap;
}}.our_story9 {
    position: relative;
    padding: 120px 0;
    z-index: 1;
    background: rgb(233,236,222);
    overflow: hidden;
}.our_story9::before {
    background: 
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 10px,
            rgb(198,203,183,0.5) 10px,
            rgb(198,203,183,0.5) 11px
        ),
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgb(163,169,144,0.5) 10px,
            rgb(163,169,144,0.5) 11px
        );
    left: 0;
    bottom: 0;
    z-index: -1;
    top: 0;
    content: "";
    right: 0;
    position: absolute;
    opacity: 0.05;
}.our_story9 .container {
    max-width: 1200px;
    position: relative;
    padding: 0 25px;
    margin: 0 auto;
    z-index: 2;
}.our_story9 h2 {
    position: relative;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    margin-bottom: 70px;
    text-align: center;
    letter-spacing: 2px;
    padding-bottom: 20px;
    font-size: 30px;
}.our_story9 h2::before {
    width: 60px;
    bottom: 0;
    transform: translateX(-50%);
    content: "";
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
    background: rgb(198,203,183);
    height: 5px;
    position: absolute;
    left: 50%;
}.our_story9 h2::after {
    content: "";
    position: absolute;
    height: 10px;
    bottom: -3px;
    background: rgb(163,169,144);
    left: 50%;
    animation: float 3s ease-in-out infinite;
    width: 10px;
    transform: translateX(-50%) rotate(45deg);
}@keyframes float {
    0%, 100% {
        transform: translateX(-50%) rotate(45deg) translateY(0);
    }
    50% {
        transform: translateX(-50%) rotate(45deg) translateY(-5px);
    }
}

.our_story9 .learning_track5 {
    display: flex;
    flex-direction: column;
    gap: 40px;
}.our_story9 .team_culture8 {
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    padding: 40px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 14px;
    background: #ffffff;
    border-top: 4px solid transparent;
    position: relative;
}.our_story9 .team_culture8:nth-child(1) {
    border-top-color: rgb(198,203,183);
}.our_story9 .team_culture8:nth-child(2) {
    border-top-color: rgb(163,169,144);
}.our_story9 .team_culture8::before {
    width: 200px;
    position: absolute;
    height: 200px;
    content: "";
    border-radius: 50%;
    transition: all 0.5s ease;
    background: linear-gradient(45deg, rgb(198,203,183,0.5), transparent);
    opacity: 0.1;
    top: -100px;
    right: -100px;
}.our_story9 .team_culture8:nth-child(2)::before {
    top: -100px;
    background: linear-gradient(45deg, rgb(163,169,144,0.5), transparent);
    left: -100px;
}.our_story9 .team_culture8:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.our_story9 .team_culture8:hover::before {
    transform: scale(1.5);
}.our_story9 .team_culture8::after {
    height: 5px;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5), transparent);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.1;
    content: "";
}.our_story9 .team_culture8 h3 {
    position: relative;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    display: inline-block;
}.our_story9 .team_culture8:nth-child(1) h3 {
    color: rgb(198,203,183);
}.our_story9 .team_culture8:nth-child(2) h3 {
    color: rgb(163,169,144);
}.our_story9 .team_culture8 h3::after {
    left: 0;
    bottom: -5px;
    position: absolute;
    content: "";
    height: 2px;
    transition: width 0.4s ease;
    background: currentColor;
    width: 0;
}.our_story9 .team_culture8:hover h3::after {
    width: 100%;
}.our_story9 .team_culture8 p {
    color: #000000;
    position: relative;
    line-height: 1.8;
    z-index: 2;
    margin-bottom: 0;
    font-size: 12px;
}.our_story9::after {
    z-index: -1;
    width: 100%;
    opacity: 0.2;
    left: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(198,203,183,0.5) 1px, transparent 1px),
        radial-gradient(circle at 80% 70%, rgb(163,169,144,0.5) 1px, transparent 1px);
    position: absolute;
    content: "";
    background-size: 60px 60px;
    height: 100%;
    animation: moveDots 100s linear infinite;
    top: 0;
}@keyframes moveDots {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 1000px 500px;
    }
}

.our_story9 .container::before,
.our_story9 .container::after {
    background: linear-gradient(to bottom, rgb(198,203,183,0.5), transparent);
    z-index: -1;
    width: 2px;
    position: absolute;
    animation: scanline 3s linear infinite;
    bottom: 0;
    top: 0;
    content: "";
}.our_story9 .container::before {
    animation-delay: 1s;
    height: 50%;
    left: 10%;
}.our_story9 .container::after {
    background: linear-gradient(to bottom, rgb(163,169,144,0.5), transparent);
    height: 70%;
    right: 10%;
}@keyframes scanline {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        transform: translateY(100%);
        opacity: 0;
    }
}

.our_story9 .team_culture8:nth-child(1) {
    animation: fadeInUp 0.7s ease-out forwards;
}.our_story9 .team_culture8:nth-child(2) {
    opacity: 0;
    animation: fadeInUp 0.7s ease-out 0.2s forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 992px) {.our_story9 {
    padding: 90px 0;
}.our_story9 h2 {
    margin-bottom: 50px;
}.our_story9 .team_culture8 {
    padding: 30px;
}
}

@media (max-width: 768px) {.our_story9 {
    padding: 70px 0;
}.our_story9 h2 {
    font-size: calc(30px * 0.9);
    margin-bottom: 40px;
}.our_story9 .team_culture8 {
    padding: 25px;
}.our_story9 .team_culture8 h3 {
    font-size: calc(20px * 0.9);
}
}

@media (max-width: 576px) {.our_story9 {
    padding: 50px 0;
}.our_story9 h2 {
    font-size: calc(30px * 0.8);
    margin-bottom: 35px;
    letter-spacing: 1px;
}.our_story9 h2::before {
    width: 40px;
    height: 4px;
}.our_story9 .team_culture8 {
    padding: 20px;
}.our_story9 .team_culture8 p {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}.our_story9 .container::before,
    .our_story9 .container::after {
    display: none;
}}.welcome_board7 {
    width: 100%;
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
}.welcome_board7 .fast_studypro9 {
    align-items: center;
    padding: 100px 20px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    min-height: 100vh;
    justify-content: center;
}.welcome_board7 .fast_studypro9::before {
    position: absolute;
    background: linear-gradient(135deg, rgb(198,203,183,0.5), rgba(0, 0, 0, 0.5) 80%);
    left: 0;
    z-index: 1;
    right: 0;
    content: "";
    bottom: 0;
    top: 0;
}.welcome_board7 .academy_track7 {
    padding: 40px;
    border-left: 4px solid rgb(198,203,183);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.1);
    max-width: 1200px;
    backdrop-filter: blur(10px);
    width: 100%;
    z-index: 2;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    position: relative;
    transform: perspective(1000px) rotateY(2deg);
}.welcome_board7 .academy_track7:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateY(0deg);
}.welcome_board7 .academy_track7 > div {
    margin-bottom: 30px;
    transition: transform 0.4s ease-out;
    transform: translateX(0);
}.welcome_board7 .academy_track7 > div:hover {
    transform: translateX(10px);
}.welcome_board7 .academy_track7 > div:last-child {
    margin-bottom: 0;
}.welcome_board7 p {
    line-height: 1.5;
    position: relative;
    letter-spacing: 0.5px;
    font-size: calc(18px * 1.1);
    padding-left: 20px;
    margin: 0;
    color: #ffffff;
}.welcome_board7 p::before {
    left: 0;
    width: 10px;
    transform: translateY(-50%);
    background-color: rgb(163,169,144);
    top: 50%;
    height: 10px;
    position: absolute;
    content: "";
}.welcome_board7 .title_style_header {
    display: inline-block;
    color: #ffffff;
    padding-bottom: 10px;
    margin: 0;
    position: relative;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
}.welcome_board7 .title_style_header::after {
    height: 3px;
    content: "";
    background: linear-gradient(90deg, rgb(198,203,183), transparent);
    bottom: 0;
    transition: width 0.4s ease;
    position: absolute;
    left: 0;
    width: 80%;
}.welcome_board7 .title_style_header:hover::after {
    width: 100%;
}.welcome_board7 h3 {
    margin: 0;
    color: #ffffff;
    opacity: 0.9;
    font-weight: 600;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    font-size: calc(21px * 1.1);
    line-height: 1.4;
}

@media (max-width: 1200px) {.welcome_board7 .academy_track7 {
    max-width: 900px;
    padding: 30px;
}.welcome_board7 .title_style_header {
    font-size: calc(48px * 0.9);
}.welcome_board7 h3 {
    font-size: calc(21px * 1);
}
}

@media (max-width: 992px) {.welcome_board7 .academy_track7 {
    transform: perspective(1000px) rotateY(1deg);
    padding: 25px;
    max-width: 700px;
}.welcome_board7 .title_style_header {
    font-size: calc(48px * 0.8);
}
}

@media (max-width: 768px) {.welcome_board7 .fast_studypro9 {
    padding: 80px 15px;
}.welcome_board7 .academy_track7 {
    transform: none;
    padding: 20px;
    border-left-width: 3px;
}.welcome_board7 p {
    font-size: 18px;
}.welcome_board7 .title_style_header {
    font-size: calc(48px * 0.7);
}.welcome_board7 h3 {
    font-size: 21px;
}
}

@media (max-width: 576px) {.welcome_board7 .fast_studypro9 {
    padding: 60px 10px;
}.welcome_board7 .academy_track7 {
    padding: 15px;
    border-left-width: 2px;
}.welcome_board7 p {
    font-size: calc(18px * 0.9);
    padding-left: 15px;
}.welcome_board7 p::before {
    height: 8px;
    width: 8px;
}.welcome_board7 .title_style_header {
    font-size: calc(48px * 0.6);
}.welcome_board7 h3 {
    font-size: calc(21px * 0.9);
}
}

@media (max-width: 400px) {.welcome_board7 .academy_track7 {
    padding: 12px;
}.welcome_board7 p {
    font-size: calc(18px * 0.8);
}.welcome_board7 .title_style_header {
    font-size: calc(48px * 0.5);
}.welcome_board7 h3 {
    font-size: calc(21px * 0.8);
}}.thanksNexus9 {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,236,222) 0%, rgb(198,203,183,0.5) 100%);
}.thanksNexus9::before {
    background: linear-gradient(220deg, rgb(163,169,144,0.5) 20%, transparent 80%);
    height: 70%;
    content: "";
    width: 40%;
    position: absolute;
    top: -10%;
    animation: floatElement 15s ease-in-out infinite;
    filter: blur(60px);
    right: -5%;
    transform: rotate(-15deg) skewX(10deg);
    z-index: 1;
}.thanksNexus9::after {
    width: 40%;
    left: -5%;
    z-index: 1;
    bottom: -10%;
    animation: floatElement 15s ease-in-out infinite reverse;
    background: linear-gradient(220deg, rgb(198,203,183,0.5) 20%, transparent 80%);
    filter: blur(60px);
    content: "";
    height: 70%;
    transform: rotate(15deg) skewX(-10deg);
    position: absolute;
}.thanksNexus9 .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.thanksNexus9 h2 {
    color: #000000;
    margin-right: auto;
    animation: slideUp 0.8s forwards 0.2s ease-out;
    font-size: 33px;
    opacity: 0;
    letter-spacing: -0.01em;
    line-height: 1.4;
    text-align: center;
    position: relative;
    transform: translateY(20px);
    font-weight: 700;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
}.thanksNexus9 h2::after {
    background: rgb(198,203,183);
    position: absolute;
    border-radius: 10px;
    bottom: -15px;
    transform: translateX(-50%);
    width: 80px;
    left: 50%;
    content: "";
    height: 3px;
}.thanksNexus9 .how_grow9 {
    overflow: hidden;
    animation: slideUp 0.8s forwards 0.5s ease-out;
    opacity: 0;
    border-radius: 27px;
    transform: translateY(30px);
    position: relative;
    padding: 50px;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 0 5px 10px rgba(0, 0, 0, 0.05);
}.thanksNexus9 .how_grow9::before {
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(198,203,183) 0%, rgb(163,169,144) 100%);
    height: 6px;
    content: "";
    width: 100%;
}.thanksNexus9 .how_grow9::after {
    border-radius: 50%;
    height: 160px;
    width: 160px;
    transform: translateY(-10px);
    content: "";
    background: linear-gradient(135deg, rgb(198,203,183,0.5) 0%, transparent 70%);
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 0.2;
}.thanksNexus9 ul {
    list-style: none;
    position: relative;
    padding: 0;
    margin: 0;
}.thanksNexus9 li {
    display: grid;
    gap: 20px;
    position: relative;
    grid-template-columns: 1fr;
}.thanksNexus9 li::before {
    border-radius: 50%;
    background: rgb(198,203,183);
    animation: pulse 2s infinite;
    width: 12px;
    left: -30px;
    content: "";
    height: 12px;
    position: absolute;
    top: 8px;
}.thanksNexus9 span {
    font-family: Arial, sans-serif;
    font-size: calc(14px * 1.1);
    position: relative;
    line-height: 1.8;
    text-align: left;
    padding-left: 15px;
    color: #000000;
    border-left: 3px solid rgb(198,203,183,0.5);
}

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

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(rgb(198,203,183), 0.5);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(rgb(198,203,183), 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(rgb(198,203,183), 0);
  }
}

@keyframes floatElement {
  0% {
    transform: rotate(-15deg) skewX(10deg) translateY(0);
  }
  50% {
    transform: rotate(-15deg) skewX(10deg) translateY(-20px);
  }
  100% {
    transform: rotate(-15deg) skewX(10deg) translateY(0);
  }
}

@media (max-width: 991px) {.thanksNexus9 {
    padding: 80px 0;
}.thanksNexus9 h2 {
    font-size: calc(33px * 0.85);
}.thanksNexus9 .how_grow9 {
    padding: 40px 30px;
}.thanksNexus9 li::before {
    left: -20px;
}
}

@media (max-width: 767px) {.thanksNexus9 {
    padding: 60px 0;
}.thanksNexus9 h2 {
    font-size: calc(33px * 0.7);
    margin-bottom: 30px;
}.thanksNexus9 h2::after {
    width: 60px;
    bottom: -10px;
}.thanksNexus9 .how_grow9 {
    padding: 30px 20px;
}.thanksNexus9 li::before {
    display: none;
}.thanksNexus9 span {
    font-size: 14px;
    line-height: 1.6;
}
}

@media (max-width: 480px) {.thanksNexus9 {
    padding: 40px 0;
}.thanksNexus9 h2 {
    font-size: calc(33px * 0.6);
    margin-bottom: 25px;
}.thanksNexus9 .how_grow9 {
    padding: 25px 15px;
}.thanksNexus9 span {
    border-left: 2px solid rgb(198,203,183,0.5);
    padding-left: 10px;
}}.payment_plan0 {
    overflow: hidden;
    color: #ffffff;
    position: relative;
    padding: 120px 0;
}.payment_plan0::before {
    content: "";
    top: 0;
    position: absolute;
    right: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    bottom: 0;
    z-index: 1;
    left: 0;
}.payment_plan0 .container {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.payment_plan0 .study_offers6 {
    position: relative;
}.payment_plan0 .study_offers6::before {
    left: -150px;
    border-radius: 50%;
    height: 300px;
    opacity: 0.2;
    background: radial-gradient(circle, rgb(198,203,183,0.5) 0%, transparent 70%);
    width: 300px;
    position: absolute;
    top: -50px;
    pointer-events: none;
    content: "";
}.payment_plan0 .study_offers6::after {
    right: -120px;
    opacity: 0.15;
    background: radial-gradient(circle, rgb(163,169,144,0.5) 0%, transparent 70%);
    content: "";
    position: absolute;
    pointer-events: none;
    bottom: -80px;
    border-radius: 50%;
    height: 250px;
    width: 250px;
}.payment_plan0 h2 {
    font-size: 31px;
    transform: translateX(-5%);
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
}.payment_plan0 h2::after {
    background: linear-gradient(90deg, rgb(198,203,183) 0%, rgb(163,169,144) 100%);
    content: "";
    left: 0;
    height: 3px;
    bottom: -8px;
    position: absolute;
    width: 60%;
}.payment_plan0 .enroll_cost3 {
    line-height: 1.6;
    opacity: 0.9;
    max-width: 80%;
    margin-bottom: 50px;
    transform: translateX(-3%);
    font-size: calc(13px * 1.1);
}.payment_plan0 .class_cost0 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    padding: 0;
    gap: 30px;
    list-style: none;
    display: grid;
}.payment_plan0 .class_cost0 li {
    perspective: 1000px;
    transition: transform 0.4s ease;
    transform-style: preserve-3d;
}.payment_plan0 .fee_plan3 {
    height: 100%;
    overflow: hidden;
    text-decoration: none;
    color: #ffffff;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    display: block;
}.payment_plan0 .fee_plan3:hover {
    transform: translateY(-8px) scale(1.02);
}.payment_plan0 .learning_deals4 {
    box-shadow: 0 15px 25px rgba(0,0,0,0.2), 
                0 5px 10px rgba(0,0,0,0.1), 
                inset 0 1px 1px rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    position: relative;
    border: 1px solid rgba(255,255,255,0.1);
    overflow: hidden;
    padding: 5px;
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.12) 0%, 
        rgba(255,255,255,0.05) 100%);
    border-radius: 8px;
    height: 100%;
    transition: all 0.3s ease;
}.payment_plan0 .learning_deals4::before {
    width: 100%;
    opacity: 0;
    background: linear-gradient(45deg, 
        rgb(198,203,183,0.5) 0%, 
        transparent 50%, 
        rgb(163,169,144,0.5) 100%);
    z-index: 0;
    position: absolute;
    transition: opacity 0.4s ease;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
}.payment_plan0 .fee_plan3:hover .learning_deals4::before {
    opacity: 0.15;
}.payment_plan0 .package_rates5 {
    height: 100%;
    padding: 35px 30px;
    z-index: 1;
    position: relative;
    flex-direction: column;
    display: flex;
}.payment_plan0 .package_rates5 h4 {
    margin: 0 0 20px;
    color: #ffffff;
    position: relative;
    transition: color 0.3s ease;
    font-weight: 700;
    font-size: calc(22px * 1.2);
}.payment_plan0 .package_rates5 h4::after {
    opacity: 0.8;
    top: 50%;
    width: 5px;
    transition: all 0.3s ease;
    left: -15px;
    content: "";
    background: linear-gradient(to bottom, rgb(198,203,183), rgb(163,169,144));
    position: absolute;
    height: 70%;
    transform: translateY(-50%);
}.payment_plan0 .fee_plan3:hover .package_rates5 h4::after {
    opacity: 1;
    height: 100%;
}.payment_plan0 .package_rates5 p {
    max-height: 200px;
    scrollbar-width: thin;
    overflow-wrap: break-word;
    scrollbar-color: rgb(198,203,183) rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.8);
    line-height: 1.6;
    margin-bottom: 25px;
    flex-grow: 1;
    overflow-y: auto;
    word-break: break-word;
    font-size: 13px;
}.payment_plan0 .package_rates5 p::-webkit-scrollbar {
    width: 5px;
}.payment_plan0 .package_rates5 p::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255,255,255,0.1);
}.payment_plan0 .package_rates5 p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(198,203,183);
}.payment_plan0 .trial_pricing1 {
    background: linear-gradient(135deg, 
        rgb(198,203,183,0.5) 0%, 
        rgb(163,169,144,0.5) 100%);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    position: relative;
    padding: 5px 10px;
    color: #ffffff;
    transition: all 0.3s ease;
    display: inline-block;
    align-self: flex-start;
    font-size: calc(22px * 1.3);
    font-weight: 700;
    margin-top: auto;
    border-radius: 4px;
}.payment_plan0 .fee_plan3:hover .trial_pricing1 {
    transform: scale(1.05);
    box-shadow: 0 6px 15px rgba(0,0,0,0.25);
}

@media (max-width: 1200px) {.payment_plan0 {
    padding: 100px 0;
}.payment_plan0 .class_cost0 {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}.payment_plan0 h2 {
    transform: translateX(0);
}.payment_plan0 .enroll_cost3 {
    max-width: 90%;
    transform: translateX(0);
}
}

@media (max-width: 992px) {.payment_plan0 {
    padding: 80px 0;
}.payment_plan0 .class_cost0 {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.payment_plan0 .package_rates5 {
    padding: 25px 20px;
}.payment_plan0 .package_rates5 p {
    max-height: 180px;
    font-size: calc(13px * 0.95);
}.payment_plan0 .trial_pricing1 {
    font-size: calc(22px * 1.2);
}
}

@media (max-width: 768px) {.payment_plan0 {
    padding: 70px 0;
}.payment_plan0 .class_cost0 {
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}.payment_plan0 h2 {
    font-size: calc(31px * 0.9);
}.payment_plan0 .enroll_cost3 {
    max-width: 100%;
    font-size: 13px;
    margin-bottom: 40px;
}
}

@media (max-width: 576px) {.payment_plan0 {
    padding: 60px 0;
}.payment_plan0 .class_cost0 {
    grid-template-columns: 1fr;
}.payment_plan0 h2 {
    font-size: calc(31px * 0.8);
    display: block;
    text-align: center;
}.payment_plan0 h2::after {
    left: 20%;
    width: 60%;
}.payment_plan0 .enroll_cost3 {
    text-align: center;
    margin-bottom: 30px;
}.payment_plan0 .package_rates5 h4 {
    font-size: calc(22px * 1.1);
}.payment_plan0 .package_rates5 p {
    max-height: 150px;
}.payment_plan0 .trial_pricing1 {
    font-size: calc(22px * 1.1);
}}.education_experience7 {
    background: rgb(233,236,222);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.education_experience7::before {
    opacity: 0.3;
    position: absolute;
    animation: gradientSlide 30s linear infinite;
    left: 0;
    background: linear-gradient(90deg, 
        transparent 9%, 
        rgb(198,203,183,0.5) 10%, 
        transparent 11%);
    width: 100%;
    background-size: 150px 100%;
    top: 0;
    content: "";
    height: 100%;
}.education_experience7 .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 800px;
}.education_experience7 .student_voices3 {
    flex-direction: column;
    position: relative;
    border-radius: 2px;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    padding: 60px 40px 40px;
    background: #ffffff;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    display: flex;
}.education_experience7 .student_voices3:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.education_experience7 .picture_gallery6 {
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    border-radius: 2px;
    height: 120px;
    width: 120px;
    box-shadow: 10px 10px 0 #ffffff, 12px 12px 0 rgb(198,203,183);
    transform: rotate(0deg);
    top: -60px;
    transition: all 0.5s ease;
    left: 40px;
}.education_experience7 .student_voices3:hover .picture_gallery6 {
    transform: rotate(-5deg);
}.education_experience7 .name {
    font-weight: 700;
    margin-left: 0;
    color: #000000;
    transform: translateX(0);
    font-size: calc(21px * 1.2);
    margin-top: 40px;
    transition: transform 0.5s ease;
    letter-spacing: -0.5px;
}.education_experience7 .student_voices3:hover .name {
    transform: translateX(10px);
}.education_experience7 .student_voices3 span:not(.name) {
    font-weight: 300;
    transform: translateX(0);
    font-size: 18px;
    margin-top: 5px;
    color: #000000;
    text-transform: uppercase;
    transition: transform 0.5s ease;
    letter-spacing: 1px;
}.education_experience7 .student_voices3:hover span:not(.name) {
    color: rgb(198,203,183);
    transform: translateX(10px);
}.education_experience7 .exp_container0 {
    color: #000000;
    font-weight: 400;
    margin-top: 40px;
    position: relative;
    padding-left: 0;
    line-height: 1.8;
    font-size: 18px;
    transition: padding 0.5s ease;
}.education_experience7 .exp_container0::before {
    top: 15px;
    left: -40px;
    position: absolute;
    transform-origin: right;
    height: 2px;
    width: 30px;
    transition: transform 0.5s ease;
    background: rgb(198,203,183);
    transform: scaleX(0);
    content: "";
}.education_experience7 .student_voices3:hover .exp_container0 {
    padding-left: 20px;
}.education_experience7 .student_voices3:hover .exp_container0::before {
    transform: scaleX(1);
}

@keyframes gradientSlide {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 0%;
    }
}

@media (max-width: 768px) {.education_experience7 {
    padding: 80px 0;
}.education_experience7 .student_voices3 {
    padding: 80px 25px 30px;
    margin: 0 15px;
}.education_experience7 .picture_gallery6 {
    height: 100px;
    left: 25px;
    width: 100px;
}.education_experience7 .name {
    font-size: 21px;
}.education_experience7 .exp_container0 {
    font-size: calc(18px * 0.95);
}.education_experience7 .exp_container0::before {
    left: -25px;
    width: 20px;
}}footer {
    width: 100%;
    position: relative;
}footer .equity_info0 {
    background-color: rgb(163,169,144);
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 80px 0 30px;
    position: relative;
}footer .equity_info0::before {
    height: 100%;
    width: 100%;
    opacity: 0.05;
    position: absolute;
    background-size: 80px 140px;
    content: "";
    background-image: 
        linear-gradient(30deg, rgb(163,169,144) 12%, transparent 12.5%, transparent 87%, rgb(163,169,144) 87.5%, rgb(163,169,144)),
        linear-gradient(150deg, rgb(163,169,144) 12%, transparent 12.5%, transparent 87%, rgb(163,169,144) 87.5%, rgb(163,169,144)),
        linear-gradient(30deg, rgb(163,169,144) 12%, transparent 12.5%, transparent 87%, rgb(163,169,144) 87.5%, rgb(163,169,144)),
        linear-gradient(150deg, rgb(163,169,144) 12%, transparent 12.5%, transparent 87%, rgb(163,169,144) 87.5%, rgb(163,169,144)),
        linear-gradient(60deg, rgb(198,203,183,0.5) 25%, transparent 25.5%, transparent 75%, rgb(198,203,183,0.5) 75%, rgb(198,203,183,0.5)),
        linear-gradient(60deg, rgb(198,203,183,0.5) 25%, transparent 25.5%, transparent 75%, rgb(198,203,183,0.5) 75%, rgb(198,203,183,0.5));
    top: 0;
    pointer-events: none;
    left: 0;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
}footer .equity_info0::after {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(198,203,183), rgb(163,169,144));
    pointer-events: none;
    left: 0;
    height: 5px;
    top: 0;
    width: 100%;
}footer .support_cta3 {
    z-index: 1;
    position: relative;
}footer .get_in_touch1 {
    flex-wrap: wrap;
    display: flex;
    gap: 20px;
    margin-bottom: 60px;
    justify-content: center;
}footer .info_item {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.03);
    max-width: 300px;
    position: relative;
    padding: 20px 25px;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    flex: 0 1 auto;
    display: flex;
    transition: all 0.4s ease;
    justify-content: center;
    align-items: center;
    min-width: 200px;
    min-height: 60px;
}footer .info_item::before {
    z-index: -1;
    position: absolute;
    background-color: rgb(163,169,144);
    content: "";
    pointer-events: none;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    bottom: 3px;
    right: 3px;
    left: 3px;
    top: 3px;
}footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgb(198,203,183);
}footer .info_item svg {
    flex-shrink: 0;
    margin-right: 12px;
    transition: fill 0.3s ease;
    width: 20px;
    fill: rgb(198,203,183);
    height: 20px;
}footer .info_item:hover svg {
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    overflow: hidden;
    display: flex;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-size: 15px;
    text-decoration: none;
    z-index: 1;
    height: 100%;
    width: 100%;
    align-items: center;
    cursor: pointer;
    text-overflow: ellipsis;
    color: #ffffff;
}footer .text_main_holder {
    padding-top: 40px;
    display: grid;
    position: relative;
    gap: 50px;
    grid-template-columns: 1fr;
}footer .text_main_holder::before {
    height: 1px;
    position: absolute;
    left: 10%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    content: "";
    top: 0;
    width: 80%;
    pointer-events: none;
}footer .nav_info9 {
    display: flex;
    max-width: 350px;
    text-align: center;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    flex-direction: column;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    padding: 20px;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    align-items: center;
}footer .nav_info9::before {
    bottom: 3px;
    left: 3px;
    right: 3px;
    top: 3px;
    content: "";
    position: absolute;
    background-color: rgb(163,169,144);
    pointer-events: none;
    z-index: -1;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}footer .nav_info9 svg {
    height: 45px;
    filter: brightness(0) invert(1);
    width: auto;
    margin-bottom: 20px;
}footer .syllabus_ref5 {
    line-height: 1.6;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
}footer .top_guide9 {
    position: relative;
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    padding: 30px;
}footer .top_guide9 h5 {
    padding-bottom: 10px;
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
    font-size: 21px;
    margin-bottom: 25px;
    position: relative;
}footer .top_guide9 h5::after {
    height: 2px;
    left: 0;
    width: 50px;
    bottom: 0;
    position: absolute;
    content: "";
    pointer-events: none;
    background-color: rgb(198,203,183);
}footer .main_head7 {
    margin-bottom: 20px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 5px;
}footer .main_head7 a {
    border-radius: 10px;
    padding: 12px 15px;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.03);
    align-items: center;
    display: flex;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
}footer .main_head7 a::before {
    border-left: 4px solid rgb(198,203,183);
    pointer-events: none;
    position: absolute;
    height: 0;
    transition: all 0.3s ease;
    content: "";
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    width: 0;
    opacity: 0;
    left: 5px;
    transform: translateY(-50%);
    top: 50%;
}footer .main_head7 a:hover {
    padding-left: 25px;
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
}footer .main_head7 a:hover::before {
    opacity: 1;
}footer .subscribe_holder {
    padding: 30px;
    border-radius: 10px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.05);
}footer .subscribe_holder::before {
    pointer-events: none;
    position: absolute;
    background-size: 20px 20px;
    left: 0;
    opacity: 0.05;
    content: "";
    background-image: 
        linear-gradient(-45deg, transparent 48%, rgb(198,203,183,0.5) 49%, rgb(198,203,183,0.5) 51%, transparent 52%),
        linear-gradient(45deg, transparent 48%, rgb(198,203,183,0.5) 49%, rgb(198,203,183,0.5) 51%, transparent 52%);
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}footer .subscribe_holder h5 {
    font-weight: 700;
    color: #ffffff;
    font-size: 21px;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 25px;
    line-height: 1.6;
}footer .input_holder {
    gap: 15px;
    position: relative;
    width: 100%;
    flex-direction: column;
    z-index: 5;
    display: flex;
}footer .input_holder input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    background-color: rgba(255, 255, 255, 0.05);
    -webkit-appearance: none;
    z-index: 5;
    position: relative;
    transition: all 0.3s ease;
    padding: 14px 16px;
    border-radius: 10px;
    appearance: none;
    color: #ffffff;
    font-size: 15px;
    cursor: text;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.08);
    border-color: rgb(198,203,183);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}footer .start_classes2 {
    font-size: 18px;
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease;
    font-weight: 600;
    padding: 14px 20px;
    border: none;
    z-index: 5;
    cursor: pointer;
    width: 100%;
    background-color: rgb(198,203,183);
    color: #ffffff;
    text-align: center;
}footer .start_classes2:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background-color: rgb(163,169,144);
    transform: translateY(-3px);
}footer .ranking_bar9 {
    margin-top: 50px;
    text-align: center;
    position: relative;
}footer .play_market8 {
    padding: 0 20px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    display: inline-block;
    position: relative;
}footer .play_market8::before,
footer .play_market8::after {
    background-color: rgba(255, 255, 255, 0.2);
    content: "";
    pointer-events: none;
    top: 50%;
    height: 1px;
    position: absolute;
    width: 20px;
}footer .play_market8::before {
    transform: rotate(-45deg);
    left: -10px;
}footer .play_market8::after {
    right: -10px;
    transform: rotate(45deg);
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .start_classes2 {
    min-width: 150px;
    flex-shrink: 0;
    width: auto;
}footer .input_holder input[type="email"] {
    min-width: 0;
    flex: 1;
}
}

@media (max-width: 991px) {footer .main_head7 {
    grid-template-columns: 1fr;
}
}

@media (max-width: 767px) {footer .equity_info0 {
    padding: 60px 0 30px;
}footer .get_in_touch1 {
    margin-bottom: 40px;
}footer .info_item {
    min-width: 150px;
    padding: 15px 20px;
}footer .top_guide9, footer .subscribe_holder {
    padding: 25px 20px;
}footer .nav_info9 {
    padding: 15px;
    margin-bottom: 20px;
}footer .ranking_bar9 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .equity_info0 {
    padding: 50px 0 20px;
}footer .info_item {
    min-width: 100%;
}footer .top_guide9 h5, footer .subscribe_holder h5 {
    font-size: calc(21px - 2px);
    margin-bottom: 20px;
}footer .top_guide9, footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .start_classes2 {
    padding: 12px;
}}.privacy_widget8 {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(233,236,222) 0%, rgba(245, 245, 250, 0.97) 100%);
}.privacy_widget8::before {
    pointer-events: none;
    content: "";
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(198,203,183,0.5), 0.03) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(rgb(163,169,144,0.5), 0.04) 0%, transparent 50%);
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
}.privacy_widget8 .container {
    max-width: 1140px;
    animation: fadeIn 0.8s ease-out forwards;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 2rem;
    transform: translateZ(0);
}.privacy_widget8 h1 {
    position: relative;
    letter-spacing: -0.01em;
    color: #000000;
    font-weight: 700;
    font-size: 41px;
    margin-bottom: 2.5rem;
    transform: translateX(-5px);
    line-height: 1.2;
}.privacy_widget8 h1::after {
    background: linear-gradient(90deg, rgb(198,203,183) 0%, rgb(163,169,144) 100%);
    animation-delay: 0.2s;
    animation: scaleIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    width: 80px;
    bottom: -12px;
    content: "";
    transform-origin: left;
    position: absolute;
    height: 3px;
    opacity: 0;
    left: 0;
}.privacy_widget8 h2 {
    border-left: 3px solid rgb(198,203,183);
    color: #000000;
    font-weight: 600;
    font-size: 31px;
    margin: 3rem 0 1.5rem;
    position: relative;
    padding-left: 1rem;
}.privacy_widget8 h3 {
    position: relative;
    padding-left: 1rem;
    margin: 2.5rem 0 1.25rem;
    color: #000000;
    font-weight: 600;
    border-left: 2px solid rgb(163,169,144);
    font-size: calc(31px * 0.85);
}.privacy_widget8 h4 {
    position: relative;
    color: #000000;
    font-size: calc(31px * 0.75);
    margin: 2rem 0 1rem;
    border-left: 1px solid rgb(163,169,144);
    font-weight: 600;
    padding-left: 1rem;
}.privacy_widget8 p {
    font-family: Arial, sans-serif;
    line-height: 1.8;
    color: #000000;
    max-width: 90ch;
    position: relative;
    transform: translateZ(0);
    margin-bottom: 1.5rem;
    font-size: 18px;
}.privacy_widget8 p strong {
    font-weight: 600;
    display: inline-block;
    color: #000000;
    position: relative;
}.privacy_widget8 span {
    font-size: 18px;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    color: #000000;
    max-width: 90ch;
    display: block;
    margin-bottom: 1.5rem;
}.privacy_widget8 ul {
    list-style-type: none;
    margin: 1.5rem 0 2rem 1.5rem;
    padding: 0;
}.privacy_widget8 li {
    font-size: 18px;
    color: #000000;
    margin-bottom: 1rem;
    line-height: 1.7;
    position: relative;
    padding-left: 1.8rem;
}.privacy_widget8 li::before {
    border-radius: 50%;
    content: "";
    top: 0.8rem;
    left: 0;
    height: 6px;
    position: absolute;
    width: 6px;
    transform: translateY(-50%);
    background-color: rgb(198,203,183);
}.privacy_widget8 li:nth-child(2n)::before {
    background-color: rgb(163,169,144);
}@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

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


.privacy_widget8 h2:hover,
.privacy_widget8 h3:hover,
.privacy_widget8 h4:hover {
    transition: transform 0.3s ease-out;
    transform: translateX(5px);
}


@media (max-width: 992px) {.privacy_widget8 {
    padding: 4rem 0;
}.privacy_widget8 h1 {
    font-size: calc(41px * 0.9);
}.privacy_widget8 h2 {
    font-size: calc(31px * 0.9);
}.privacy_widget8 h3 {
    font-size: calc(31px * 0.8);
}.privacy_widget8 h4 {
    font-size: calc(31px * 0.7);
}
}

@media (max-width: 768px) {.privacy_widget8 {
    padding: 3rem 0;
}.privacy_widget8 .container {
    padding: 0 1.5rem;
}.privacy_widget8 h1 {
    margin-bottom: 2rem;
    font-size: calc(41px * 0.85);
}.privacy_widget8 h1::after {
    width: 60px;
}.privacy_widget8 h2 {
    margin: 2.5rem 0 1.25rem;
}.privacy_widget8 h3 {
    margin: 2rem 0 1rem;
}.privacy_widget8 li {
    padding-left: 1.5rem;
}
}

@media (max-width: 576px) {.privacy_widget8 {
    padding: 2.5rem 0;
}.privacy_widget8 .container {
    padding: 0 1.25rem;
}.privacy_widget8 h1 {
    font-size: calc(41px * 0.75);
    transform: translateX(0);
}.privacy_widget8 h2 {
    font-size: calc(31px * 0.8);
    padding-left: 0.75rem;
}.privacy_widget8 h3 {
    font-size: calc(31px * 0.7);
    padding-left: 0.75rem;
}.privacy_widget8 h4 {
    padding-left: 0.75rem;
    font-size: calc(31px * 0.6);
}.privacy_widget8 p,
    .privacy_widget8 span {
    font-size: calc(18px * 0.95);
}.privacy_widget8 ul {
    margin-left: 0.5rem;
}.privacy_widget8 li {
    margin-bottom: 0.8rem;
    padding-left: 1.25rem;
    font-size: calc(18px * 0.95);
}}.connect_with_us6 {
    position: relative;
    padding: 120px 0;
}.connect_with_us6::before {
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 1;
    height: 100%;
    top: 0;
    background: linear-gradient(45deg, rgb(163,169,144,0.5), rgb(198,203,183,0.5));
    content: "";
}.connect_with_us6 .container {
    z-index: 5;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.connect_with_us6 .support_request8 {
    flex-direction: row;
    overflow: hidden;
    border-radius: 20px;
    display: flex;
    background: #ffffff;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.5s ease;
}.connect_with_us6 .support_request8:hover {
    transform: perspective(1000px) rotateX(2deg);
}.connect_with_us6 .support_list2 {
    background-color: rgb(233,236,222);
    position: relative;
    width: 40%;
    overflow: hidden;
    padding: 60px 40px;
}.connect_with_us6 .support_list2::before {
    position: absolute;
    width: 300px;
    content: '';
    opacity: 0.2;
    background: radial-gradient(circle, rgb(163,169,144) 0%, transparent 70%);
    height: 300px;
    top: -150px;
    right: -150px;
    border-radius: 50%;
}.connect_with_us6 .support_list2 h3 {
    color: #000000;
    font-size: 34px;
    font-weight: 700;
    position: relative;
    margin-bottom: 40px;
}.connect_with_us6 .support_list2 h3::after {
    left: 0;
    height: 4px;
    width: 60px;
    position: absolute;
    bottom: -15px;
    background: rgb(163,169,144);
    content: '';
}.connect_with_us6 .support_list2 div {
    align-items: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateX(0);
    display: flex;
    margin-bottom: 25px;
    padding: 15px;
    background: #ffffff;
    border-radius: 10px;
}.connect_with_us6 .support_list2 div:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transform: translateX(10px);
}.connect_with_us6 .support_list2 div svg {
    height: 24px;
    margin-right: 15px;
    width: 24px;
}.connect_with_us6 .support_list2 div svg path {
    fill: rgb(198,203,183);
}.connect_with_us6 .support_list2 div span {
    color: #000000;
    font-weight: 400;
    font-size: 16px;
}.connect_with_us6 .support_list2 div span a {
    color: #000000;
    transition: color 0.3s ease;
    text-decoration: none;
}.connect_with_us6 .support_list2 div span a:hover {
    color: rgb(198,203,183);
}.connect_with_us6 .contact_request2 {
    padding: 60px 40px;
    width: 60%;
    position: relative;
    background: #ffffff;
}.connect_with_us6 .contact_request2::before {
    content: '';
    bottom: 0;
    width: 200px;
    right: 0;
    background: radial-gradient(circle, rgb(198,203,183,0.5) 0%, transparent 70%);
    position: absolute;
    opacity: 0.3;
    height: 200px;
}.connect_with_us6 .contact_request2 h3 {
    margin-bottom: 30px;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
}.connect_with_us6 form {
    flex-direction: column;
    display: flex;
    gap: 20px;
}.connect_with_us6 form input[type="text"],
.connect_with_us6 form input[type="email"] {
    color: #000000;
    padding: 18px 20px;
    transition: all 0.3s ease;
    border: none;
    font-size: 16px;
    border-radius: 10px;
    background-color: rgb(233,236,222);
}.connect_with_us6 form input[type="text"]:focus,
.connect_with_us6 form input[type="email"]:focus {
    transform: translateY(-2px);
    outline: none;
    box-shadow: 0 0 0 2px rgb(198,203,183);
}.connect_with_us6 form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.connect_with_us6 .connect_grid8 {
    display: flex;
    align-items: flex-start;
    position: relative;
    margin-top: 10px;
}.connect_with_us6 .connect_grid8 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.connect_with_us6 .connect_grid8 label {
    color: #000000;
    line-height: 1.5;
    padding-left: 35px;
    font-size: 12px;
    cursor: pointer;
    position: relative;
}.connect_with_us6 .connect_grid8 label::before {
    top: 0;
    left: 0;
    background: transparent;
    content: '';
    transition: all 0.3s ease;
    position: absolute;
    height: 20px;
    border: 2px solid rgb(198,203,183);
    border-radius: 6px;
    width: 20px;
}.connect_with_us6 .connect_grid8 input[type="checkbox"]:checked + label::before {
    background: rgb(198,203,183);
}.connect_with_us6 .connect_grid8 input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    height: 12px;
    border-width: 0 2px 2px 0;
    position: absolute;
    border: solid #ffffff;
    left: 7px;
    top: 3px;
    width: 6px;
    content: '';
}.connect_with_us6 .connect_grid8 label a {
    transition: color 0.3s ease;
    color: rgb(198,203,183);
    font-weight: 600;
    text-decoration: none;
}.connect_with_us6 .connect_grid8 label a:hover {
    text-decoration: underline;
}.connect_with_us6 form .help_inquiry2 {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    font-weight: 600;
    border-radius: 10px;
    font-size: 14px;
    border: none;
    color: #ffffff;
    transition: all 0.3s ease;
    margin-top: 15px;
    padding: 18px 35px;
    background: rgb(198,203,183);
    align-self: flex-start;
}.connect_with_us6 form .help_inquiry2::before {
    width: 100%;
    transform: translateX(-100%);
    height: 100%;
    transition: transform 0.6s ease;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    left: 0;
    content: '';
}.connect_with_us6 form .help_inquiry2:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgb(163,169,144);
}.connect_with_us6 form .help_inquiry2:hover::before {
    transform: translateX(100%);
}@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.connect_with_us6 .support_list2 div:nth-child(2) {
    animation: bounce 5s infinite ease-in-out;
    animation-delay: 0.1s;
}.connect_with_us6 .support_list2 div:nth-child(3) {
    animation: bounce 5s infinite ease-in-out;
    animation-delay: 0.3s;
}.connect_with_us6 .support_list2 div:nth-child(4) {
    animation: bounce 5s infinite ease-in-out;
    animation-delay: 0.5s;
}.connect_with_us6 .support_list2 div:nth-child(5) {
    animation: bounce 5s infinite ease-in-out;
    animation-delay: 0.7s;
}

@media screen and (max-width: 992px) {.connect_with_us6 .support_request8 {
    flex-direction: column;
}.connect_with_us6 .support_list2,
    .connect_with_us6 .contact_request2 {
    padding: 40px 30px;
    width: 100%;
}.connect_with_us6 .support_list2 div {
    animation: none;
}
}

@media screen and (max-width: 576px) {.connect_with_us6 {
    padding: 60px 0;
}.connect_with_us6 .container {
    width: 90%;
}.connect_with_us6 .support_list2,
    .connect_with_us6 .contact_request2 {
    padding: 30px 20px;
}.connect_with_us6 .support_list2 h3 {
    font-size: calc(34px * 0.8);
}.connect_with_us6 form input[type="text"],
    .connect_with_us6 form input[type="email"] {
    padding: 15px;
}.connect_with_us6 form .help_inquiry2 {
    width: 100%;
    padding: 15px;
}}.sign_up_now4 {
    background: linear-gradient(110deg, rgb(198,203,183) 0%, rgb(163,169,144) 100%);
    position: relative;
    z-index: 1;
    padding: 140px 0;
    overflow: hidden;
}.sign_up_now4::before {
    width: 100%;
    z-index: -1;
    opacity: 0.5;
    top: 0;
    animation: patternMove 15s linear infinite;
    height: 100%;
    background-size: 30px 30px;
    left: 0;
    content: '';
    position: absolute;
    background: 
        linear-gradient(
            135deg,
            transparent 25%,
            rgba(255, 255, 255, 0.05) 25%,
            rgba(255, 255, 255, 0.05) 50%,
            transparent 50%,
            transparent 75%,
            rgba(255, 255, 255, 0.05) 75%
        );
}.sign_up_now4::after {
    width: 200%;
    position: absolute;
    content: '';
    top: -50%;
    z-index: -1;
    background: conic-gradient(
        from 0deg at 50% 50%,
        rgba(255, 255, 255, 0) 0deg,
        rgba(255, 255, 255, 0.03) 90deg,
        rgba(255, 255, 255, 0) 180deg,
        rgba(255, 255, 255, 0.03) 270deg,
        rgba(255, 255, 255, 0) 360deg
    );
    left: -50%;
    height: 200%;
    animation: rotateConic 30s linear infinite;
}.sign_up_now4 .how_grow9 {
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
    max-width: 900px;
    z-index: 2;
    padding: 0;
    position: relative;
    flex-direction: column;
}.sign_up_now4 .how_grow9::before {
    z-index: -1;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    content: '';
    left: -20%;
    backdrop-filter: blur(10px);
    width: 140%;
    border-radius: 20px;
    height: 100%;
    position: absolute;
    transform: skewX(-15deg);
    background: rgba(255, 255, 255, 0.05);
    top: 0;
}.sign_up_now4 .how_grow9::after {
    top: -30px;
    height: 100px;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 70%
    );
    position: absolute;
    border-radius: 50%;
    right: -30px;
    animation: floatBubble 10s ease-in-out infinite alternate;
    filter: blur(20px);
    content: '';
    z-index: -1;
    width: 100px;
}.sign_up_now4 h3 {
    text-transform: uppercase;
    margin: 60px 0;
    font-size: 37px;
    font-weight: 700;
    padding: 0 20px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    text-align: center;
    letter-spacing: 2px;
    transform: rotateX(5deg);
    transform-style: preserve-3d;
    transition: all 0.5s ease;
    perspective: 1000px;
}.sign_up_now4 h3::before {
    width: 80%;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    content: '';
    height: 1px;
    left: 10%;
    position: absolute;
    top: -30px;
}.sign_up_now4 h3::after {
    position: absolute;
    bottom: -30px;
    width: 60%;
    left: 20%;
    content: '';
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    height: 1px;
}.sign_up_now4 h3:hover {
    transform: rotateX(0deg);
}.sign_up_now4 .online_form3 {
    color: rgb(198,203,183);
    position: relative;
    display: inline-block;
    border-radius: 10px;
    padding: 20px 50px;
    text-decoration: none;
    margin-bottom: 60px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    transform-origin: bottom center;
    font-size: 17px;
    font-weight: 600;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    z-index: 1;
    transform: perspective(1000px) rotateX(10deg);
    transition: all 0.4s ease;
}.sign_up_now4 .online_form3::before {
    height: 100%;
    position: absolute;
    transition: opacity 0.4s ease;
    opacity: 0;
    top: 0;
    background: linear-gradient(
        145deg,
        rgb(198,203,183) 0%,
        rgb(163,169,144) 100%
    );
    z-index: -1;
    width: 100%;
    left: 0;
    content: '';
}.sign_up_now4 .online_form3::after {
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.05),
        transparent
    );
    height: 20px;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: -1;
}.sign_up_now4 .online_form3:hover {
    color: #ffffff;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 10px 20px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.sign_up_now4 .online_form3:hover::before {
    opacity: 1;
}

@media screen and (max-width: 992px) {.sign_up_now4 {
    padding: 120px 0;
}.sign_up_now4 .how_grow9::before {
    width: 130%;
    left: -15%;
}.sign_up_now4 h3 {
    font-size: calc(37px * 0.9);
    margin: 50px 0;
}.sign_up_now4 .online_form3 {
    padding: 18px 45px;
    margin-bottom: 50px;
    font-size: calc(17px * 0.95);
}
}

@media screen and (max-width: 768px) {.sign_up_now4 {
    padding: 100px 0;
}.sign_up_now4 .how_grow9::before {
    transform: skewX(-10deg);
    left: -10%;
    width: 120%;
}.sign_up_now4 h3 {
    font-size: calc(37px * 0.8);
    margin: 40px 0;
    transform: none;
}.sign_up_now4 h3::before {
    top: -25px;
}.sign_up_now4 h3::after {
    bottom: -25px;
}.sign_up_now4 .online_form3 {
    margin-bottom: 40px;
    padding: 15px 40px;
    font-size: calc(17px * 0.9);
    transform: none;
}.sign_up_now4 .online_form3:hover {
    transform: translateY(-5px);
}
}

@media screen and (max-width: 576px) {.sign_up_now4 {
    padding: 80px 0;
}.sign_up_now4 .how_grow9::before {
    width: 110%;
    transform: skewX(-5deg);
    left: -5%;
}.sign_up_now4 h3 {
    margin: 35px 0;
    letter-spacing: 1px;
    font-size: calc(37px * 0.7);
}.sign_up_now4 h3::before {
    top: -20px;
}.sign_up_now4 h3::after {
    bottom: -20px;
}.sign_up_now4 .online_form3 {
    padding: 12px 35px;
    letter-spacing: 1px;
    font-size: calc(17px * 0.85);
    margin-bottom: 35px;
}}

@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

@keyframes rotateConic {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes floatBubble {
    0% {
        transform: translate(0, 0);
        opacity: 0.5;
    }
    50% {
        transform: translate(-20px, 20px);
        opacity: 0.7;
    }
    100% {
        transform: translate(0, 0);
        opacity: 0.5;
    }
}.customer_experience6 {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,236,222) 0%, rgba(rgb(198,203,183,0.5), 0.05) 100%);
    position: relative;
}.customer_experience6::before {
    top: -50px;
    width: 300px;
    z-index: 0;
    right: -50px;
    position: absolute;
    content: "";
    height: 300px;
    background: radial-gradient(circle, rgb(198,203,183) 0%, transparent 70%);
    border-radius: 50%;
    opacity: 0.05;
}.customer_experience6::after {
    content: "";
    position: absolute;
    width: 400px;
    background: radial-gradient(circle, rgb(163,169,144) 0%, transparent 70%);
    border-radius: 50%;
    bottom: -100px;
    height: 400px;
    opacity: 0.05;
    z-index: 0;
    left: -100px;
}.customer_experience6 .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}.customer_experience6 h2 {
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) translateZ(0);
    font-size: 33px;
    position: relative;
    color: #000000;
}.customer_experience6 h2::after {
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, rgb(198,203,183), rgb(163,169,144));
    transform: translateX(-50%) scaleX(0.7);
    width: 80px;
    content: "";
    bottom: -15px;
    left: 50%;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.customer_experience6 h2:hover::after {
    transform: translateX(-50%) scaleX(1);
}.customer_experience6 .rating_reviews9 {
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    list-style: none;
    display: grid;
}.customer_experience6 .student_voices3 {
    position: relative;
    background: #ffffff;
    box-shadow: 0 8px 30px rgba(rgba(0, 0, 0, 0.5), 0.08);
    border-radius: 10px;
    padding: 30px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translateY(0);
}.customer_experience6 .student_voices3::before {
    top: -30px;
    right: 20px;
    color: rgba(rgb(198,203,183,0.5), 0.05);
    line-height: 1;
    z-index: 0;
    font-size: 150px;
    position: absolute;
    content: "";
    font-family: serif;
}.customer_experience6 .student_voices3:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.12);
}.customer_experience6 .student_voices3 div {
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
    align-items: center;
    display: flex;
}.customer_experience6 .student_voices3 img {
    transition: transform 0.3s ease-out;
    object-fit: cover;
    margin-right: 15px;
    box-shadow: 0 4px 10px rgba(rgba(0, 0, 0, 0.5), 0.1);
    width: 60px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    height: 60px;
}.customer_experience6 .student_voices3:hover img {
    transform: scale(1.05);
}.customer_experience6 .student_voices3 h4 {
    margin: 0;
    font-size: calc(24px * 0.9);
    color: #000000;
    font-weight: 600;
    position: relative;
}.customer_experience6 .student_voices3 h4::after {
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    content: "";
    transition: width 0.4s ease;
    background: linear-gradient(90deg, rgb(198,203,183), transparent);
    height: 2px;
}.customer_experience6 .student_voices3:hover h4::after {
    width: 100%;
}.customer_experience6 .student_voices3 .description {
    line-height: 1.6;
    margin: 0;
    color: #000000;
    font-size: 16px;
    z-index: 2;
    position: relative;
}.customer_experience6 .student_voices3:nth-child(odd) {
    background: linear-gradient(to bottom right, #ffffff, rgba(rgb(198,203,183,0.5), 0.03));
}.customer_experience6 .student_voices3:nth-child(even) {
    background: linear-gradient(to bottom left, #ffffff, rgba(rgb(163,169,144,0.5), 0.03));
}.customer_experience6 a {
    transition: all 0.3s ease;
    margin-top: 50px;
    letter-spacing: 0.5px;
    border-radius: 10px;
    padding: 12px 30px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    position: relative;
    text-decoration: none;
    background: linear-gradient(135deg, rgb(198,203,183) 0%, rgb(163,169,144) 100%);
    transform: translateZ(0);
    overflow: hidden;
    font-size: 16px;
    display: inline-block;
}.customer_experience6 a::before {
    width: 100%;
    top: 0;
    z-index: 0;
    opacity: 0;
    left: 0;
    content: "";
    background: linear-gradient(135deg, rgb(163,169,144) 0%, rgb(198,203,183) 100%);
    transition: opacity 0.4s ease;
    position: absolute;
    height: 100%;
}.customer_experience6 a:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {.customer_experience6 {
    padding: 80px 0;
}.customer_experience6 h2 {
    margin-bottom: 40px;
    font-size: calc(33px * 0.9);
}.customer_experience6 .rating_reviews9 {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 767px) {.customer_experience6 {
    padding: 60px 0;
}.customer_experience6 h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 30px;
}.customer_experience6 .rating_reviews9 {
    grid-template-columns: 1fr;
    gap: 20px;
}.customer_experience6 .student_voices3 {
    padding: 25px;
}.customer_experience6 .student_voices3 img {
    width: 50px;
    height: 50px;
}
}

@media (max-width: 480px) {.customer_experience6 {
    padding: 40px 0;
}.customer_experience6 h2 {
    font-size: calc(33px * 0.7);
    margin-bottom: 25px;
}.customer_experience6 .student_voices3 {
    padding: 20px;
}.customer_experience6 .student_voices3 img {
    height: 45px;
    width: 45px;
}.customer_experience6 .student_voices3 .description {
    font-size: calc(16px * 0.95);
}
}

@media (min-width: 1200px) {.customer_experience6 .rating_reviews9 {
    grid-template-columns: repeat(4, 1fr);
}.customer_experience6 .student_voices3:hover {
    transform: translateY(-12px) scale(1.03);
}
}

@media (hover: none) {.customer_experience6 .student_voices3:hover {
    box-shadow: 0 8px 30px rgba(rgba(0, 0, 0, 0.5), 0.08);
    transform: none;
}.customer_experience6 .student_voices3:hover img {
    transform: none;
}.customer_experience6 .student_voices3:hover h4::after {
    width: 0;
}
}

@media (prefers-reduced-motion: reduce) {.customer_experience6 .student_voices3,
    .customer_experience6 .student_voices3 img,
    .customer_experience6 h2::after,
    .customer_experience6 .student_voices3 h4::after,
    .customer_experience6 a,
    .customer_experience6 a::before {
    transition: none;
}}.course_summary3 {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(233,236,222) 0%, rgb(198,203,183,0.5) 100%);
    overflow: hidden;
    position: relative;
    perspective: 1000px;
}.course_summary3::before {
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(163,169,144,0.5) 0px,
        transparent 2px,
        transparent 10px,
        rgb(163,169,144,0.5) 12px
    );
    width: 120%;
    left: -5%;
    transform: rotate(-5deg);
    opacity: 0.05;
    top: -10%;
    height: 120%;
    z-index: 1;
    content: "";
}.course_summary3 .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 2rem;
}.course_summary3 .learn_map5 {
    flex-direction: column;
    transform-style: preserve-3d;
    display: flex;
    gap: 3rem;
    animation: fadeInUp 0.8s ease-out forwards;
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.course_summary3 .picture_gallery6 {
    height: 350px;
    transform: perspective(1000px) rotateX(2deg) rotateY(-3deg);
    z-index: 3;
    border: none;
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
    mask-image: linear-gradient(to bottom right, 
        transparent 0%, 
        black 2%, 
        black 98%, 
        transparent 100%);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
}.course_summary3 .picture_gallery6:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(10px);
}.course_summary3 .picture_gallery6::after {
    position: absolute;
    transition: opacity 0.3s ease;
    z-index: 2;
    opacity: 0.6;
    inset: 0;
    content: "";
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgb(198,203,183,0.5) 100%
    );
}.course_summary3 .picture_gallery6:hover::after {
    opacity: 0.4;
}.course_summary3 .text_wrap1 {
    transform: translateZ(20px);
    border-left: 4px solid rgb(198,203,183);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 2.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
}.course_summary3 .text_wrap1::before {
    background: rgb(198,203,183);
    z-index: -1;
    top: -20px;
    content: "";
    width: 40px;
    left: 20px;
    height: 40px;
    position: absolute;
    transform: rotate(45deg);
}.course_summary3 h3 {
    display: inline-block;
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: calc(21px * 1.2);
    color: #000000;
    position: relative;
}.course_summary3 h3::after {
    bottom: -8px;
    position: absolute;
    height: 3px;
    transition: transform 0.3s ease;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(198,203,183) 0%, transparent 100%);
    content: "";
    left: 0;
    width: 60%;
}.course_summary3 .text_wrap1:hover h3::after {
    transform: scaleX(1.2);
}.course_summary3 .description {
    color: #000000;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: 12px;
    line-height: 1.7;
    font-family: Arial, sans-serif;
}.course_summary3 p.description {
    display: block;
}.course_summary3 span.description {
    display: none;
}.course_summary3 .description::first-letter {
    color: rgb(198,203,183);
    background: rgb(198,203,183,0.5);
    font-weight: 700;
    line-height: 1;
    padding: 6px;
    float: left;
    margin-right: 8px;
    font-size: 1.5em;
}

@media screen and (min-width: 768px) {.course_summary3 .learn_map5 {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
}.course_summary3 .picture_gallery6 {
    flex: 1;
    height: 450px;
    transform: perspective(1000px) rotateX(2deg) rotateY(-5deg);
}.course_summary3 .text_wrap1 {
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    transform: perspective(1000px) rotateX(-1deg) rotateY(2deg) translateZ(30px);
    flex: 1.2;
}.course_summary3 .text_wrap1:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(40px);
}.course_summary3 h3 {
    font-size: 36px;
}
}

@media screen and (min-width: 992px) {.course_summary3 {
    padding: 8rem 0;
}.course_summary3 .picture_gallery6 {
    height: 550px;
    flex: 1.2;
}.course_summary3 .text_wrap1 {
    padding: 3rem;
    flex: 1;
}.course_summary3 h3 {
    margin-bottom: 2rem;
}.course_summary3 .description {
    font-size: calc(12px * 1.05);
    line-height: 1.8;
}
}

@media screen and (max-width: 767px) {.course_summary3 {
    padding: 3rem 0;
}.course_summary3 .container {
    padding: 0 1.5rem;
}.course_summary3 .picture_gallery6 {
    height: 250px;
    margin-bottom: -20px;
}.course_summary3 .text_wrap1 {
    padding: 1.8rem;
    transform: translateY(-30px);
    z-index: 4;
}.course_summary3 h3 {
    margin-bottom: 1rem;
    font-size: calc(19px * 1.2);
}.course_summary3 .description {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}
}

@media (hover: hover) {.course_summary3 .picture_gallery6::before {
    background: linear-gradient(
            45deg,
            rgb(198,203,183,0.5) 0%,
            transparent 50%,
            rgb(163,169,144,0.5) 100%
        );
    position: absolute;
    inset: 0;
    opacity: 0;
    z-index: 2;
    content: "";
    transition: opacity 0.5s ease;
}.course_summary3 .picture_gallery6:hover::before {
    opacity: 0.2;
}}#cookieConsentAlert6 {
    display: none;
}#cookieConsentAlert6:checked ~ .privacyPolicyOverlay9 {
    visibility: hidden;
    opacity: 0;
}.privacyPolicyOverlay9 {
    position: fixed;
    z-index: 90;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgb(198,203,183);
    padding: 20px 0;
    font-family: Arial, sans-serif;
    width: 100%;
    background: rgb(163,169,144);
    bottom: 0;
}.edu_cookie5 {
    border: 2px dashed rgb(198,203,183);
    align-items: center;
    gap: 20px;
    background: rgba(0, 0, 0, 0.5);
    justify-content: space-between;
    padding: 20px 5%;
    border-radius: 21px;
    display: flex;
}.privacyPolicyOverlay9 h5 {
    color: rgb(198,203,183);
    font-weight: 700;
    margin: 0;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 22px;
}.privacyPolicyOverlay9 p {
    line-height: 1.5;
    margin: 0;
    position: relative;
    color: #ffffff;
    font-size: 16px;
}.data_approval7 {
    padding: 10px;
    display: flex;
    border-radius: 21px;
    background: rgb(198,203,183,0.5);
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    flex-shrink: 0;
}.data_approval7 svg {
    height: 60px;
    fill: rgb(198,203,183);
    width: 60px;
}.cookie_tab2 {
    line-height: 40px;
    border-radius: 10px;
    flex-shrink: 0;
    color: #000000;
    margin-left: 10px;
    min-width: 140px;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    text-align: center;
    border: 2px solid rgb(198,203,183);
    padding: 10px 20px;
    background: rgb(198,203,183);
    font-size: 20px;
}.cookie_tab2:hover {
    background-color: rgb(163,169,144);
    box-shadow: 0 0 10px rgb(163,169,144);
}.cookie_button.cookie_confirm7 {
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(163,169,144);
    color: #ffffff;
}.cookie_button.cookie_confirm7:hover {
    box-shadow: 0 0 10px rgb(163,169,144);
}.privacyPolicyOverlay9 p a {
    border-bottom: 1px dashed rgb(198,203,183);
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(198,203,183);
}.privacyPolicyOverlay9 p a:hover {
    color: rgb(163,169,144);
}
@media only screen and (max-width: 1200px) {.privacyPolicyOverlay9 {
    padding: 15px 0;
}.edu_cookie5 {
    padding: 15px 5%;
}.data_approval7 {
    display: none;
}.edu_cookie5 {
    flex-direction: column;
    align-items: center;
    text-align: center;
}.privacyPolicyOverlay9 h5 {
    margin-bottom: 10px;
    font-size: 18px;
}.visitor_acceptance4 {
    margin-bottom: 15px;
}.cookie_tab2 {
    margin: 10px 0;
    min-width: 100%;
}
}
