* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}svg {
    height: 30px;
    width: 30px;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1255px;
}html,body {
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    scroll-behavior: auto;
}a {
    text-decoration: none;
    color: inherit;
}.core-containerex {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}.head_teachex {
    flex: 1 0 auto;
}.footer_careersex {
    flex: 0 0 auto;
}header,footer {
    width: 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;
}}
.thanksSpotex {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(186,123,123,0.5) 0%, rgb(232,232,240) 100%);
    overflow: hidden;
}.thanksSpotex::before {
    z-index: 0;
    width: 100%;
    position: absolute;
    opacity: 0.6;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgb(183,213,180,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(186,123,123,0.5) 0%, transparent 60%);
    height: 100%;
    left: 0;
    top: 0;
}.thanksSpotex::after {
    height: 200px;
    transform: rotate(15deg);
    border: 2px solid rgb(183,213,180,0.5);
    position: absolute;
    top: -50px;
    animation: float 8s ease-in-out infinite;
    z-index: 1;
    right: -50px;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 70% 100%, 0 100%);
    content: "";
    width: 200px;
}.thanksSpotex .container {
    z-index: 2;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
}.thanksSpotex .growth_histex {
    flex-direction: column;
    display: flex;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: perspective(1000px) rotateY(2deg);
    padding: 50px;
    position: relative;
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.95));
}.thanksSpotex .growth_histex:hover {
    transform: perspective(1000px) rotateY(0deg);
}.thanksSpotex .growth_histex::before {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, 
        rgb(183,213,180) 0%, 
        rgb(186,123,123) 50%, 
        rgb(183,213,180) 100%);
    left: 0;
    background-size: 200% auto;
    height: 5px;
    width: 100%;
    top: 0;
    animation: gradient-shift 6s linear infinite;
}.thanksSpotex .growth_histex > div:first-child {
    margin-bottom: 30px;
    padding-left: 20px;
    position: relative;
}.thanksSpotex .growth_histex > div:first-child::before {
    content: "";
    top: 50%;
    width: 4px;
    height: 70%;
    background: rgb(186,123,123);
    position: absolute;
    left: 0;
    transform: translateY(-50%);
}.thanksSpotex h5 {
    position: relative;
    color: #000000;
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    transform: translateX(0);
    transition: transform 0.3s ease;
}.thanksSpotex .growth_histex:hover h5 {
    transform: translateX(5px);
}.thanksSpotex .growth_histex > div:last-child {
    transition: all 0.4s ease;
    background: linear-gradient(120deg, rgba(255,255,255,0.7), rgba(255,255,255,0.9));
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
    position: relative;
    padding: 20px;
    border-left: 2px solid rgb(183,213,180,0.5);
}.thanksSpotex .growth_histex > div:last-child:hover {
    border-left-width: 4px;
    background: linear-gradient(120deg, rgba(255,255,255,0.9), rgba(255,255,255,1));
}.thanksSpotex p {
    margin: 0;
    font-size: 12px;
    color: #000000;
    line-height: 1.7;
    transition: transform 0.3s ease;
}.thanksSpotex a {
    overflow: hidden;
    position: relative;
    text-decoration: none;
    display: block;
}.thanksSpotex a::after {
    height: 2px;
    transition: width 0.5s ease;
    background: rgb(183,213,180);
    position: absolute;
    width: 0;
    left: 0;
    content: "";
    bottom: 0;
}.thanksSpotex a:hover::after {
    width: 100%;
}.thanksSpotex a:hover p {
    transform: translateY(-3px);
}

@keyframes gradient-shift {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

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

@media (max-width: 992px) {.thanksSpotex {
    padding: 70px 0;
}.thanksSpotex .growth_histex {
    transform: perspective(1000px) rotateY(1deg);
    padding: 40px 30px;
}.thanksSpotex h5 {
    font-size: calc(24px - 2px);
}.thanksSpotex .growth_histex > div:last-child {
    padding: 15px;
}
}

@media (max-width: 768px) {.thanksSpotex {
    padding: 50px 0;
}.thanksSpotex .growth_histex {
    transform: none;
    padding: 30px 20px;
}.thanksSpotex .growth_histex::before {
    height: 3px;
}.thanksSpotex .growth_histex > div:first-child {
    margin-bottom: 20px;
}.thanksSpotex h5 {
    font-size: calc(24px - 4px);
}.thanksSpotex p {
    font-size: calc(12px - 1px);
}.thanksSpotex .growth_histex > div:last-child {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
}
}

@media (max-width: 576px) {.thanksSpotex {
    padding: 40px 0;
}.thanksSpotex .growth_histex {
    padding: 25px 15px;
}.thanksSpotex .growth_histex > div:first-child::before {
    width: 3px;
}.thanksSpotex .growth_histex > div:last-child {
    clip-path: none;
    padding: 10px;
}.thanksSpotex p {
    line-height: 1.6;
    font-size: calc(12px - 2px);
}
}

@media (hover: none) {.thanksSpotex .growth_histex {
    transform: none;
}.thanksSpotex .growth_histex:hover h5 {
    transform: none;
}.thanksSpotex a:hover p {
    transform: none;
}}header {
    z-index: 100;
    position: relative;
    padding: 1.5rem 3%;
    background: linear-gradient(to right, rgb(183,213,180,0.5), rgb(186,123,123,0.5));
    width: 100%;
}header::before {
    z-index: 0;
    left: 0.5rem;
    bottom: 0.5rem;
    right: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    pointer-events: none;
    content: '';
    position: absolute;
    top: 0.5rem;
}header::after {
    left: 0;
    top: 0;
    content: '';
    z-index: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%);
}header .container {
    margin: 0;
    z-index: 1;
    max-width: 100%;
    position: relative;
    padding: 0;
    width: 100%;
}header .top_mainbarex {
    flex-direction: column;
    align-items: center;
    border-radius: 16px;
    display: flex;
    background: #ffffff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 1.5rem;
    overflow: hidden;
}header .top_mainbarex::before {
    content: '';
    height: 100%;
    left: 0;
    top: 0;
    width: 5px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(183,213,180), rgb(186,123,123));
}header .top_mainbarex::after {
    width: 5px;
    top: 0;
    position: absolute;
    content: '';
    height: 100%;
    background: linear-gradient(to bottom, rgb(186,123,123), rgb(183,213,180));
    right: 0;
}header .first_pagebarex {
    padding: 0 0 1rem 0;
    justify-content: center;
    display: flex;
    position: relative;
    text-decoration: none;
}header .first_pagebarex::after {
    background: rgb(183,213,180,0.5);
    transform: translateX(-50%);
    bottom: 0;
    position: absolute;
    content: '';
    width: 80px;
    left: 50%;
    height: 1px;
}header .first_pagebarex svg {
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08));
    height: auto;
    width: 170px;
}header .first_pagebarex:hover svg {
    transform: scale(1.03);
}header .nav_mainwrapex {
    gap: 0.7rem;
    flex-wrap: wrap;
    max-width: 90%;
    padding-top: 1rem;
    display: flex;
    justify-content: center;
    width: 100%;
}header .nav_teachex {
    font-family: Arial, sans-serif;
    font-size: 15px;
    border-radius: 10px;
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    font-weight: 600;
    z-index: 1;
    background: rgb(232,232,240);
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    padding: 0.7rem 1.3rem;
}header .nav_teachex::before {
    top: 0;
    border-radius: 10px 0 0 10px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(183,213,180), rgb(186,123,123));
    content: '';
    z-index: -1;
    width: 3px;
    left: 0;
    transition: width 0.3s ease;
    height: 100%;
}header .nav_teachex:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
    color: #ffffff;
}header .nav_teachex:hover::before {
    width: 100%;
}

@media (max-width: 991px) {header {
    padding: 1.2rem 2.5%;
}header .top_mainbarex {
    padding: 1.2rem;
}header .first_pagebarex {
    padding: 0 0 0.8rem 0;
}header .first_pagebarex svg {
    width: 150px;
}header .nav_mainwrapex {
    gap: 0.6rem;
    padding-top: 0.8rem;
}header .nav_teachex {
    padding: 0.6rem 1.1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 2%;
}header .top_mainbarex {
    padding: 1rem;
}header .first_pagebarex {
    padding: 0 0 0.7rem 0;
}header .first_pagebarex svg {
    width: 130px;
}header .nav_mainwrapex {
    gap: 0.5rem;
    max-width: 95%;
    padding-top: 0.7rem;
}header .nav_teachex {
    padding: 0.5rem 1rem;
    font-size: calc(15px - 1px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 1.5%;
}header .top_mainbarex {
    padding: 0.8rem 0.8rem 1rem;
}header .first_pagebarex {
    padding: 0 0 0.6rem 0;
}header .first_pagebarex svg {
    width: 120px;
}header .nav_mainwrapex {
    justify-content: flex-start;
    padding-top: 0.6rem;
    flex-wrap: nowrap;
    padding-bottom: 0.3rem;
    overflow-x: auto;
}header .nav_mainwrapex::-webkit-scrollbar {
    height: 3px;
}header .nav_mainwrapex::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(183,213,180);
}header .nav_teachex {
    margin-right: 3px;
    white-space: nowrap;
    flex-shrink: 0;
}}.learning_profitsex {
    background: linear-gradient(150deg, #ffffff 0%, rgb(232,232,240) 100%);
    overflow: hidden;
    padding: 90px 0;
    position: relative;
    font-family: Arial, sans-serif;
}.learning_profitsex::before {
    background: 
    radial-gradient(circle at 20% 30%, rgb(183,213,180,0.5) 0%, transparent 35%),
    radial-gradient(circle at 80% 60%, rgb(186,123,123,0.5) 0%, transparent 35%);
    left: 0;
    z-index: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
    width: 100%;
}.learning_profitsex::after {
    opacity: 0.1;
    height: 100%;
    background-size: 20px 20px;
    position: absolute;
    background-image: 
    linear-gradient(0deg, transparent 95%, rgb(183,213,180,0.5) 100%),
    linear-gradient(90deg, transparent 95%, rgb(186,123,123,0.5) 100%);
    animation: moveBgPattern 60s linear infinite;
    left: 0;
    width: 100%;
    content: "";
    top: 0;
}@keyframes moveBgPattern {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 20px 20px;
  }
}

.learning_profitsex .container {
    padding: 0 25px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}.learning_profitsex .growth_histex {
    position: relative;
    box-shadow: 
    0 20px 50px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.5);
    background: #ffffff;
    overflow: hidden;
    grid-template-columns: 0.9fr 1.1fr;
    display: grid;
    border-radius: 14px;
}.learning_profitsex .growth_histex::before {
    transform: translateY(-60px);
    position: absolute;
    left: 0;
    opacity: 0.2;
    height: 70px;
    width: 100%;
    transition: transform 0.4s ease;
    content: "";
    top: 0;
    background-image: linear-gradient(
    90deg, 
    rgb(183,213,180,0.5), 
    rgb(186,123,123,0.5), 
    rgb(183,213,180,0.5)
  );
}.learning_profitsex .growth_histex:hover::before {
    transform: translateY(-40px);
}.learning_profitsex .image_itemex {
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: left center;
    object-fit: cover;
    height: 100%;
    width: 100%;
    clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
}.learning_profitsex .image_itemex:hover {
    transform: scale(1.05);
}.learning_profitsex .info_wrapperex {
    padding: 40px 30px 40px 10px;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
}.learning_profitsex .info_wrapperex::before {
    top: -100px;
    height: 200px;
    filter: blur(30px);
    position: absolute;
    right: -100px;
    width: 200px;
    opacity: 0.3;
    content: "";
    background: radial-gradient(circle, rgb(183,213,180,0.5) 0%, transparent 70%);
}.learning_profitsex h3 {
    font-size: 30px;
    margin-bottom: 30px;
    position: relative;
    color: rgb(183,213,180);
    font-weight: 700;
}.learning_profitsex h3::after {
    width: 40px;
    transition: width 0.3s ease;
    height: 3px;
    content: "";
    bottom: -8px;
    left: 0;
    background: rgb(186,123,123);
    position: absolute;
}.learning_profitsex .info_wrapperex:hover h3::after {
    width: 80px;
}.learning_profitsex ul {
    gap: 12px;
    margin: 0;
    flex-direction: column;
    list-style: none;
    padding: 0;
    display: flex;
}.learning_profitsex li {
    border-radius: 15px 5px 15px 5px;
    position: relative;
    border-left: 2px solid rgb(183,213,180,0.5);
    padding: 10px 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    transform: translateX(0);
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.4));
    border-bottom: 1px solid rgb(186,123,123,0.5);
    box-shadow: 
    3px 3px 10px rgba(0, 0, 0, 0.05),
    inset 1px 1px 1px rgba(255, 255, 255, 0.8);
}.learning_profitsex li::before {
    left: 0;
    position: absolute;
    content: "";
    opacity: 0;
    width: 100%;
    top: 0;
    transition: opacity 0.3s ease;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgb(186,123,123,0.5));
}.learning_profitsex li:hover {
    border-left: 2px solid rgb(183,213,180);
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.08),
    inset 1px 1px 2px rgba(255, 255, 255, 0.9);
    transform: translateX(10px);
}.learning_profitsex li:hover::before {
    opacity: 0.2;
}.learning_profitsex li p {
    align-items: center;
    margin: 0;
    font-size: 17px;
    position: relative;
    gap: 15px;
    z-index: 1;
    display: flex;
    color: #000000;
}.learning_profitsex svg {
    padding: 7px;
    height: 18px;
    border-radius: 8px;
    flex-shrink: 0;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgb(183,213,180), rgb(186,123,123));
    width: 18px;
}.learning_profitsex svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.learning_profitsex li:hover svg {
    transform: rotate(10deg);
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.15);
}

@media (max-width: 992px) {.learning_profitsex {
    padding: 70px 0;
}.learning_profitsex .growth_histex {
    grid-template-columns: 1fr;
}.learning_profitsex .image_itemex {
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%);
    height: 300px;
}.learning_profitsex .info_wrapperex {
    padding: 35px 25px;
}
}

@media (max-width: 768px) {.learning_profitsex {
    padding: 50px 0;
}.learning_profitsex .image_itemex {
    height: 250px;
}.learning_profitsex h3 {
    font-size: calc(30px * 0.9);
}
}

@media (max-width: 576px) {.learning_profitsex {
    padding: 40px 0;
}.learning_profitsex .image_itemex {
    height: 200px;
}.learning_profitsex .info_wrapperex {
    padding: 25px 20px;
}.learning_profitsex h3 {
    margin-bottom: 25px;
    font-size: calc(30px * 0.85);
}.learning_profitsex li {
    padding: 8px 12px;
}.learning_profitsex li p {
    font-size: calc(17px * 0.9);
    gap: 10px;
}.learning_profitsex svg {
    height: 16px;
    padding: 6px;
    width: 16px;
}}.course_fit_forex {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(232,232,240) 0%, rgb(186,123,123,0.5) 100%);
}.course_fit_forex::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-size: 50px 50px;
    z-index: 1;
    opacity: 0.1;
    content: '';
    background: 
        linear-gradient(45deg, transparent 45%, rgb(183,213,180,0.5) 46%, rgb(183,213,180,0.5) 54%, transparent 55%),
        linear-gradient(135deg, transparent 45%, rgb(186,123,123,0.5) 46%, rgb(186,123,123,0.5) 54%, transparent 55%);
}.course_fit_forex::after {
    left: 0;
    opacity: 0.4;
    top: 0;
    width: 100%;
    background-image: radial-gradient(circle at 50% 50%, rgb(183,213,180,0.5) 0%, transparent 2%),
        radial-gradient(circle at 20% 20%, rgb(183,213,180,0.5) 0%, transparent 2%),
        radial-gradient(circle at 30% 70%, rgb(183,213,180,0.5) 0%, transparent 2%),
        radial-gradient(circle at 70% 40%, rgb(183,213,180,0.5) 0%, transparent 2%),
        radial-gradient(circle at 80% 30%, rgb(183,213,180,0.5) 0%, transparent 2%),
        radial-gradient(circle at 90% 80%, rgb(183,213,180,0.5) 0%, transparent 2%),
        radial-gradient(circle at 10% 90%, rgb(183,213,180,0.5) 0%, transparent 2%),
        radial-gradient(circle at 60% 10%, rgb(183,213,180,0.5) 0%, transparent 2%),
        radial-gradient(circle at 40% 60%, rgb(183,213,180,0.5) 0%, transparent 2%),
        radial-gradient(circle at 95% 40%, rgb(183,213,180,0.5) 0%, transparent 2%);
    z-index: 1;
    content: '';
    animation: pulseDots 10s infinite alternate;
    height: 100%;
    background-size: 180px 180px;
    position: absolute;
}.course_fit_forex .growth_histex {
    padding: 0 2rem;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.course_fit_forex h3 {
    color: rgb(186,123,123);
    font-size: 34px;
    text-align: left;
    margin-bottom: 3rem;
    box-shadow: -5px 0 15px rgb(183,213,180,0.5);
    border-left: 4px solid rgb(183,213,180);
    font-weight: 700;
    position: relative;
    padding-left: 1.5rem;
}.course_fit_forex ul {
    margin: 0;
    list-style-type: none;
    gap: 2rem;
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}.course_fit_forex li {
    display: flex;
    border-radius: 16px;
    align-items: center;
    overflow: hidden;
    padding: 1.8rem;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.03);
    background-color: rgba(255, 255, 255, 0.15);
}.course_fit_forex li::before {
    pointer-events: none;
    height: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, transparent 100%);
    top: 0;
    width: 100%;
    content: '';
}.course_fit_forex li::after {
    width: 5px;
    content: '';
    opacity: 0.7;
    transition: width 0.4s ease, opacity 0.4s ease;
    left: 0;
    top: 0;
    background: rgb(183,213,180);
    position: absolute;
    height: 100%;
}.course_fit_forex li:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.05),
        0 0 25px rgb(183,213,180,0.5);
    transform: translateY(-5px) scale(1.02);
    background-color: rgba(255, 255, 255, 0.2);
}.course_fit_forex li:hover::after {
    width: 8px;
    opacity: 1;
}.course_fit_forex li svg {
    filter: drop-shadow(0 0 8px rgb(183,213,180,0.5));
    width: 40px;
    fill: rgb(183,213,180);
    height: 40px;
    margin-right: 1.5rem;
    flex-shrink: 0;
    transition: all 0.4s ease;
    animation: pulseIcon 3s infinite alternate;
}.course_fit_forex li:hover svg {
    animation-duration: 1.5s;
}.course_fit_forex li svg path {
    transition: all 0.4s ease;
}.course_fit_forex li:hover svg path {
    fill: rgb(183,213,180);
}.course_fit_forex li {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 400;
}.course_fit_forex li:nth-child(1)::after {
    animation-delay: 0s;
}.course_fit_forex li:nth-child(2)::after {
    animation-delay: 0.5s;
}.course_fit_forex li:nth-child(3)::after {
    animation-delay: 1s;
}.course_fit_forex li:nth-child(4)::after {
    animation-delay: 1.5s;
}.course_fit_forex li:nth-child(1) svg {
    animation-delay: 0s;
}.course_fit_forex li:nth-child(2) svg {
    animation-delay: 1s;
}.course_fit_forex li:nth-child(3) svg {
    animation-delay: 0.5s;
}.course_fit_forex li:nth-child(4) svg {
    animation-delay: 1.5s;
}

@keyframes pulseDots {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes pulseIcon {
    0%, 100% {
        transform: scale(1);
        filter: drop-shadow(0 0 5px rgb(183,213,180,0.5));
    }
    50% {
        transform: scale(1.05);
        filter: drop-shadow(0 0 12px rgb(183,213,180));
    }
}

@keyframes glowLine {
    0%, 100% {
        box-shadow: 0 0 5px rgb(183,213,180,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(183,213,180);
    }
}

@media (max-width: 991px) {.course_fit_forex {
    padding: 4rem 0;
}.course_fit_forex h3 {
    font-size: calc(34px * 0.9);
    padding-left: 1.2rem;
}.course_fit_forex li {
    padding: 1.5rem;
}.course_fit_forex li svg {
    margin-right: 1.2rem;
    width: 35px;
    height: 35px;
}
}

@media (max-width: 767px) {.course_fit_forex {
    padding: 3rem 0;
}.course_fit_forex ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.course_fit_forex h3 {
    margin-bottom: 2.5rem;
    border-bottom: 4px solid rgb(183,213,180);
    padding-bottom: 1rem;
    border-left: none;
    font-size: calc(34px * 0.8);
    box-shadow: 0 5px 15px rgb(183,213,180,0.5);
    padding-left: 0;
    text-align: center;
}.course_fit_forex li {
    padding: 1.2rem;
}.course_fit_forex li svg {
    height: 30px;
    width: 30px;
    margin-right: 1rem;
}}.who_we_areex {
    background: rgb(232,232,240);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.who_we_areex::before {
    left: 0;
    background: 
        radial-gradient(
            ellipse at top left,
            rgb(183,213,180,0.5) 0%,
            transparent 50%
        ),
        radial-gradient(
            ellipse at bottom right,
            rgb(186,123,123,0.5) 0%,
            transparent 50%
        );
    position: absolute;
    width: 100%;
    z-index: 0;
    content: "";
    top: 0;
    height: 100%;
}.who_we_areex::after {
    background-size: 60px 60px;
    opacity: 0.05;
    z-index: 1;
    content: "";
    top: 0;
    background-image: 
        linear-gradient(45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%), 
        linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%);
    position: absolute;
    left: 0;
    height: 100%;
    animation: movePattern 20s linear infinite;
    width: 100%;
    background-position: 0 0, 0 30px, 30px -30px, -30px 0px;
}.who_we_areex .container {
    padding: 0 25px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.who_we_areex .growth_histex {
    flex-wrap: wrap;
    gap: 50px;
    position: relative;
    display: flex;
}.who_we_areex h3 {
    font-weight: 700;
    position: relative;
    text-align: left;
    width: 100%;
    color: #000000;
    margin-bottom: 60px;
    overflow: hidden;
    font-size: 45px;
}.who_we_areex h3::after {
    animation: lineExpand 1.5s forwards;
    content: "";
    bottom: -5px;
    width: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(183,213,180), rgb(186,123,123));
    position: absolute;
    height: 3px;
}.who_we_areex .learning_growthex {
    display: flex;
    flex: 1;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    transition: all 0.4s ease;
    min-width: 300px;
    padding: 40px;
    flex-direction: column;
    z-index: 2;
}.who_we_areex .learning_growthex::before {
    height: 20px;
    width: 20px;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    background: rgb(183,213,180);
    opacity: 0.8;
    z-index: 1;
    right: 10px;
    top: 10px;
    position: absolute;
    content: "";
}.who_we_areex .learning_growthex::after {
    height: 20px;
    width: 20px;
    z-index: 1;
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    left: 10px;
    background: rgb(186,123,123);
    content: "";
    position: absolute;
    bottom: 10px;
    opacity: 0.8;
}.who_we_areex .learning_growthex span {
    display: inline-block;
    font-size: 22px;
    color: rgb(183,213,180);
    padding: 5px 15px;
    font-weight: 600;
    margin-bottom: 15px;
    background: linear-gradient(to right, rgb(183,213,180,0.5), transparent);
    transform: translateX(-15px);
    position: relative;
}.who_we_areex .learning_growthex p {
    line-height: 1.7;
    color: #000000;
    margin-bottom: 30px;
    font-size: 16px;
}.who_we_areex .learning_growthex .image_itemex {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 280px;
}.who_we_areex .learning_growthex .image_itemex::before {
    background: rgb(183,213,180,0.5);
    height: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
    content: "";
    transition: opacity 0.5s ease;
}.who_we_areex .learning_growthex:hover .image_itemex {
    transform: scale(1.03);
}.who_we_areex .learning_growthex:hover .image_itemex::before {
    opacity: 0.2;
}.who_we_areex .why_missionex {
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    min-width: 300px;
    padding: 40px;
    flex: 1;
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
}.who_we_areex .why_missionex::before {
    height: 20px;
    background: rgb(186,123,123);
    position: absolute;
    z-index: 1;
    left: 10px;
    content: "";
    opacity: 0.8;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    width: 20px;
    top: 10px;
}.who_we_areex .why_missionex::after {
    content: "";
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    right: 10px;
    z-index: 1;
    width: 20px;
    opacity: 0.8;
    height: 20px;
    position: absolute;
    bottom: 10px;
    background: rgb(183,213,180);
}.who_we_areex .why_missionex p {
    line-height: 1.7;
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(186,123,123,0.5), transparent);
    color: #000000;
    margin-bottom: 40px;
    padding: 20px;
    font-size: 16px;
    position: relative;
}.who_we_areex .why_missionex .skill_spaceex {
    margin: 0 auto;
    clip-path: polygon(
        20% 0%, 
        80% 0%, 
        100% 20%, 
        100% 80%, 
        80% 100%, 
        20% 100%, 
        0% 80%, 
        0% 20%
    );
    overflow: hidden;
    height: 180px;
    border-radius: 0;
    width: 180px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
    position: relative;
    transition: all 0.5s ease;
}.who_we_areex .why_missionex .skill_spaceex::before {
    transition: opacity 0.5s ease;
    position: absolute;
    opacity: 0.6;
    inset: 0;
    background: 
        linear-gradient(
            -45deg,
            rgb(186,123,123,0.5),
            transparent 60%
        );
    z-index: 1;
    content: "";
}.who_we_areex .why_missionex .skill_spaceex::after {
    transition: all 0.5s ease;
    z-index: 2;
    inset: 0;
    opacity: 0.5;
    box-shadow: inset 0 0 0 2px rgb(186,123,123);
    content: "";
    position: absolute;
    clip-path: polygon(
        25% 5%, 
        75% 5%, 
        95% 25%, 
        95% 75%, 
        75% 95%, 
        25% 95%, 
        5% 75%, 
        5% 25%
    );
}.who_we_areex .why_missionex:hover .skill_spaceex::after {
    clip-path: polygon(
        20% 0%, 
        80% 0%, 
        100% 20%, 
        100% 80%, 
        80% 100%, 
        20% 100%, 
        0% 80%, 
        0% 20%
    );
    opacity: 1;
}.who_we_areex .learning_growthex:hover,
.who_we_areex .why_missionex:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}

@keyframes lineExpand {
    from {
        width: 0;
    }
    to {
        width: 100px;
    }
}

@keyframes movePattern {
    0% {
        background-position: 0 0, 0 30px, 30px -30px, -30px 0px;
    }
    100% {
        background-position: 60px 60px, 60px 90px, 90px 30px, 30px 60px;
    }
}

@media (max-width: 1100px) {.who_we_areex {
    padding: 90px 0;
}.who_we_areex .growth_histex {
    flex-direction: column;
    align-items: center;
}.who_we_areex h3 {
    font-size: calc(45px * 0.9);
    text-align: center;
}.who_we_areex h3::after {
    transform: translateX(-50%);
    left: 50%;
}.who_we_areex .learning_growthex,
    .who_we_areex .why_missionex {
    max-width: 600px;
    width: 100%;
}
}

@media (max-width: 768px) {.who_we_areex {
    padding: 70px 0;
}.who_we_areex h3 {
    margin-bottom: 40px;
    font-size: calc(45px * 0.8);
}.who_we_areex .learning_growthex,
    .who_we_areex .why_missionex {
    padding: 30px;
}.who_we_areex .learning_growthex .image_itemex {
    height: 240px;
}.who_we_areex .learning_growthex span {
    font-size: calc(22px * 0.9);
}.who_we_areex .why_missionex .skill_spaceex {
    width: 160px;
    height: 160px;
}
}

@media (max-width: 576px) {.who_we_areex {
    padding: 50px 0;
}.who_we_areex .container {
    padding: 0 20px;
}.who_we_areex h3 {
    font-size: calc(45px * 0.7);
    margin-bottom: 30px;
}.who_we_areex .learning_growthex,
    .who_we_areex .why_missionex {
    clip-path: none;
    padding: 25px;
}.who_we_areex .learning_growthex .image_itemex {
    height: 200px;
}.who_we_areex .why_missionex p {
    padding: 15px;
}.who_we_areex .why_missionex .skill_spaceex {
    height: 140px;
    width: 140px;
}}.title_introex {
    overflow: hidden;
    position: relative;
    background: rgb(232,232,240);
    font-family: Arial, sans-serif;
    padding: 120px 0;
}.title_introex::before {
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(186,123,123,0.5) 0%, transparent 50%);
}.title_introex::after {
    position: absolute;
    z-index: 0;
    content: "";
    right: 15%;
    background: rgb(183,213,180,0.5);
    height: 200px;
    filter: blur(40px);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 70%;
    width: 200px;
    top: 20%;
}.title_introex > div {
    padding: 0 20px;
    z-index: 2;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    max-width: 1200px;
    display: grid;
    gap: 40px;
    position: relative;
}.title_introex .skill_plusex {
    animation: titleFloat 6s ease-in-out infinite;
    font-weight: 700;
    transform: translateY(0);
    color: #000000;
    margin-bottom: 24px;
    position: relative;
    font-size: 46px;
}.title_introex .skill_plusex::after {
    box-shadow: 0 4px 12px rgb(183,213,180,0.5);
    width: 80px;
    bottom: -10px;
    background: rgb(183,213,180);
    border-radius: 10px;
    height: 4px;
    content: "";
    position: absolute;
    left: 0;
}.title_introex p {
    animation: fadeInUp 0.8s 0.2s both;
    color: #000000;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 30px;
    position: relative;
    max-width: 500px;
}.intro_headex {
    position: relative;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100%;
}.title_introex .study_labex {
    height: 360px;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.5), 
              -12px -12px 24px #ffffff,
              inset 3px 3px 8px rgb(255, 255, 255, 0.5),
              inset -3px -3px 8px rgba(0, 0, 0, 0.5);
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    transform: perspective(800px) rotateY(-5deg);
    width: 100%;
    transition: transform 0.5s, box-shadow 0.5s;
}.title_introex .study_labex:hover {
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.5), 
              -15px -15px 30px #ffffff,
              inset 3px 3px 8px rgb(255, 255, 255, 0.5),
              inset -3px -3px 8px rgba(0, 0, 0, 0.5);
    transform: perspective(800px) rotateY(0);
}.title_introex .study_labex::before {
    z-index: 1;
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(to bottom, 
              rgba(0,0,0,0) 0%, 
              rgba(0, 0, 0, 0.5) 100%);
}.title_introex .study_labex span {
    left: 20px;
    z-index: 2;
    bottom: 20px;
    transform: translateY(0);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.4s ease;
    padding: 15px;
    right: 20px;
    backdrop-filter: blur(4px);
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    border-radius: 8px;
}.title_introex .study_labex:hover span {
    transform: translateY(-10px);
}.title_introex .study_labex h3 {
    font-weight: 600;
    line-height: 1.4;
    font-size: 18px;
    color: #000000;
    margin: 0;
}

@keyframes titleFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

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

@media (max-width: 992px) {.title_introex {
    padding: 80px 0;
}.title_introex > div {
    gap: 30px;
    grid-template-columns: 1fr;
}.title_introex .skill_plusex {
    font-size: calc(46px * 0.85);
}.title_introex .study_labex {
    transform: perspective(800px) rotateY(0);
    height: 320px;
}
}

@media (max-width: 768px) {.title_introex {
    padding: 60px 0;
}.title_introex .skill_plusex {
    font-size: calc(46px * 0.7);
}.title_introex p {
    font-size: calc(14px * 0.95);
}.title_introex .study_labex {
    height: 280px;
}.title_introex .study_labex h3 {
    font-size: calc(18px * 0.9);
}
}

@media (max-width: 576px) {.title_introex {
    padding: 40px 0;
}.title_introex .skill_plusex {
    font-size: calc(46px * 0.6);
}.title_introex .study_labex {
    height: 240px;
}.title_introex .study_labex span {
    padding: 10px;
}.title_introex .study_labex h3 {
    font-size: calc(18px * 0.8);
}.title_introex::after {
    height: 120px;
    width: 120px;
}}.course_program_detailsex {
    background: linear-gradient(120deg, rgb(232,232,240) 0%, rgba(0, 0, 0, 0.5) 60%, rgb(183,213,180,0.5) 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.course_program_detailsex::before {
    width: 100%;
    animation: pulseGlow 12s infinite alternate;
    opacity: 0.6;
    position: absolute;
    height: 100%;
    background: 
        radial-gradient(ellipse at 75% 40%, rgb(186,123,123,0.5) 0%, transparent 50%),
        radial-gradient(circle at 25% 80%, rgb(183,213,180,0.5) 0%, transparent 40%);
    left: 0;
    z-index: 1;
    content: "";
    top: 0;
}.course_program_detailsex::after {
    animation: gridShift 30s linear infinite;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    background-image: 
        repeating-linear-gradient(45deg, #ffffff 0, #ffffff 1px, transparent 1px, transparent 60px),
        repeating-linear-gradient(135deg, #ffffff 0, #ffffff 1px, transparent 1px, transparent 60px);
    opacity: 0.05;
    position: absolute;
}.course_program_detailsex .container {
    z-index: 3;
    position: relative;
}.course_program_detailsex .growth_histex {
    position: relative;
    overflow: visible;
    display: flex;
    background: transparent;
    border-radius: 22px;
    flex-direction: column;
}.course_program_detailsex .job_classesex {
    background: #ffffff;
    margin-right: auto;
    transform: translateY(80px);
    padding: 60px;
    backdrop-filter: blur(10px);
    width: 75%;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(183,213,180,0.5),
        0 0 40px rgb(186,123,123,0.5);
    margin-left: auto;
    z-index: 3;
    position: relative;
    border-radius: 22px;
}.course_program_detailsex .job_classesex::before {
    width: 200px;
    content: "";
    right: -15px;
    top: -15px;
    position: absolute;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    height: 200px;
    background: linear-gradient(135deg, rgb(183,213,180,0.5), rgb(186,123,123,0.5));
    z-index: -1;
    animation: morphShape 15s infinite alternate ease-in-out;
}.course_program_detailsex .top_primeex {
    align-items: center;
    display: flex;
    animation: floatAndRotate 8s ease-in-out infinite;
    top: -60px;
    justify-content: center;
    background: #ffffff;
    box-shadow: 
        0 15px 35px -10px rgba(0, 0, 0, 0.5),
        0 0 0 8px #ffffff,
        0 0 0 12px rgb(183,213,180,0.5);
    width: 120px;
    position: absolute;
    transform-origin: center center;
    height: 120px;
    left: 60px;
    border-radius: 30% 70% 50% 50% / 40% 40% 60% 60%;
}.course_program_detailsex .top_primeex svg {
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 60%;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
    fill: rgb(183,213,180);
    width: 60%;
}.course_program_detailsex .top_primeex:hover svg {
    transform: scale(1.2) rotate(-10deg);
    fill: rgb(186,123,123);
}.course_program_detailsex .top_primeex svg path {
    stroke-width: 0.5;
    stroke: #000000;
    transition: stroke 0.4s ease;
}.course_program_detailsex .top_primeex:hover svg path {
    animation: drawPath 2s forwards;
    stroke: rgb(183,213,180);
    stroke-dashoffset: 50;
    stroke-dasharray: 50;
}.course_program_detailsex .job_classesex h3 {
    transform: translateZ(0);
    color: #000000;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
}.course_program_detailsex .job_classesex h3::before {
    width: 8px;
    bottom: 0;
    background: rgb(183,213,180);
    position: absolute;
    border-radius: 50%;
    left: 0;
    content: "";
    height: 8px;
}.course_program_detailsex .job_classesex h3::after {
    position: absolute;
    content: "";
    bottom: 2.5px;
    height: 3px;
    left: 15px;
    width: 80px;
    background: linear-gradient(90deg, rgb(183,213,180), transparent);
}.course_program_detailsex .job_classesex p {
    font-size: 15px;
    color: #000000;
    font-weight: 400;
    position: relative;
    text-shadow: 0 0 1px rgba(0,0,0,0.01);
    margin-bottom: 0;
    line-height: 1.8;
}.course_program_detailsex .job_classesex p::first-letter {
    font-size: 2em;
    line-height: 0.8;
    margin-top: 8px;
    color: rgb(183,213,180);
    font-weight: 700;
    margin-right: 8px;
    float: left;
}.course_program_detailsex .image_itemex {
    width: 85%;
    transform: perspective(1200px) rotateY(-5deg) rotateX(3deg);
    margin-left: auto;
    height: 400px;
    position: relative;
    overflow: hidden;
    transition: transform 0.6s ease;
    border-radius: 
        22px 22px 
        calc(22px * 3) 22px;
    z-index: 2;
    box-shadow: 
        0 15px 35px -5px rgba(0, 0, 0, 0.5),
        0 0 0 5px #ffffff;
}.course_program_detailsex .growth_histex:hover .image_itemex {
    transform: perspective(1200px) rotateY(-2deg) rotateX(1deg) translateZ(30px);
}.course_program_detailsex .image_itemex::before {
    z-index: 2;
    height: 100%;
    opacity: 0.7;
    position: absolute;
    background: 
        linear-gradient(
            to right,
            rgb(183,213,180,0.5) 0%,
            transparent 40%,
            rgb(186,123,123,0.5) 100%
        );
    width: 100%;
    mix-blend-mode: multiply;
    content: "";
    transition: opacity 0.5s ease;
    left: 0;
    top: 0;
}.course_program_detailsex .growth_histex:hover .image_itemex::before {
    opacity: 0.5;
}.course_program_detailsex .image_itemex::after {
    top: 0;
    left: 0;
    height: 100%;
    content: "";
    position: absolute;
    mix-blend-mode: overlay;
    opacity: 0.1;
    background: 
        repeating-linear-gradient(
            -45deg,
            rgba(0, 0, 0, 0.5) 0,
            rgba(0, 0, 0, 0.5) 1px,
            transparent 1px,
            transparent 10px
        );
    z-index: 2;
    width: 100%;
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
}

@keyframes gridShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

@keyframes morphShape {
    0%, 100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
    }
    50% {
        border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    }
    75% {
        border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
    }
}

@keyframes floatAndRotate {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-5px) rotate(-3deg);
    }
    75% {
        transform: translateY(5px) rotate(3deg);
    }
}

@keyframes drawPath {
    to {
        stroke-dashoffset: 0;
    }
}

@media screen and (max-width: 1200px) {.course_program_detailsex {
    padding: 100px 0;
}.course_program_detailsex .job_classesex {
    padding: 50px;
    width: 85%;
    transform: translateY(70px);
}.course_program_detailsex .image_itemex {
    height: 350px;
    width: 90%;
}
}

@media screen and (max-width: 992px) {.course_program_detailsex {
    padding: 80px 0;
}.course_program_detailsex .growth_histex {
    flex-direction: column-reverse;
}.course_program_detailsex .job_classesex {
    width: 90%;
    padding: 40px;
    transform: translateY(-70px);
    margin-right: auto;
    margin-left: auto;
}.course_program_detailsex .top_primeex {
    top: -50px;
    width: 100px;
    left: 40px;
    height: 100px;
}.course_program_detailsex .image_itemex {
    border-radius: 22px;
    transform: perspective(800px) rotateY(0) rotateX(0);
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: 320px;
}.course_program_detailsex .growth_histex:hover .image_itemex {
    transform: perspective(800px) rotateY(0) rotateX(0);
}
}

@media screen and (max-width: 768px) {.course_program_detailsex {
    padding: 60px 0;
}.course_program_detailsex .job_classesex {
    transform: translateY(-60px);
    width: 100%;
    padding: 30px;
}.course_program_detailsex .top_primeex {
    width: 80px;
    top: -40px;
    height: 80px;
    left: 30px;
}.course_program_detailsex .job_classesex h3 {
    margin-bottom: 20px;
    font-size: calc(35px * 0.85);
}.course_program_detailsex .job_classesex p {
    font-size: calc(15px * 0.95);
}.course_program_detailsex .image_itemex {
    height: 280px;
}.course_program_detailsex .job_classesex::before {
    width: 150px;
    height: 150px;
    top: -10px;
    right: -10px;
}
}

@media screen and (max-width: 576px) {.course_program_detailsex {
    padding: 50px 0;
}.course_program_detailsex .job_classesex {
    padding: 25px 20px;
    transform: translateY(-40px);
}.course_program_detailsex .top_primeex {
    left: 20px;
    width: 70px;
    top: -35px;
    height: 70px;
}.course_program_detailsex .job_classesex h3 {
    margin-bottom: 15px;
    font-size: calc(35px * 0.75);
    padding-bottom: 12px;
}.course_program_detailsex .job_classesex h3::after {
    width: 60px;
}.course_program_detailsex .job_classesex p {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}.course_program_detailsex .image_itemex {
    height: 220px;
}.course_program_detailsex .job_classesex::before {
    height: 100px;
    width: 100px;
}}.instructor_historyex {
    position: relative;
    overflow: hidden;
    padding: 5rem 2rem;
    background: rgb(232,232,240);
}.instructor_historyex::before {
    content: "";
    position: absolute;
    background: linear-gradient(120deg, transparent 30%, rgb(183,213,180,0.5) 100%);
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}.instructor_historyex::after {
    right: 0;
    width: 40%;
    bottom: 0;
    background: rgb(186,123,123,0.5);
    content: "";
    opacity: 0.5;
    z-index: 1;
    position: absolute;
    height: 70%;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}.instructor_historyex .opinion_cornerex {
    display: grid;
    z-index: 2;
    gap: 3rem;
    margin: 0 auto;
    grid-template-columns: 1fr 1.5fr;
    max-width: 1200px;
    position: relative;
}.instructor_historyex .image_itemex {
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    aspect-ratio: 3/4;
    filter: grayscale(100%);
    border-radius: 0;
    width: 100%;
    position: relative;
}.instructor_historyex .image_itemex::before {
    width: 100%;
    background: linear-gradient(180deg, 
        transparent 0%, 
        transparent 70%, 
        rgb(183,213,180,0.5) 100%);
    content: "";
    z-index: 1;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}.instructor_historyex .image_itemex:hover {
    transform: scale(1.03);
    filter: grayscale(0%);
}.instructor_historyex .career_summaryex {
    position: relative;
    padding: 2rem;
    justify-content: center;
    display: flex;
    flex-direction: column;
}.instructor_historyex .career_summaryex::before {
    height: 0;
    background: rgb(183,213,180);
    transition: height 0.8s ease-out;
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    width: 2px;
}.instructor_historyex .opinion_cornerex:hover .career_summaryex::before {
    height: 100%;
}.instructor_historyex .name {
    position: relative;
    overflow: hidden;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0.5rem;
    font-size: 42px;
}.instructor_historyex .name::after {
    transition: transform 0.6s ease-out 0.2s;
    height: 1px;
    width: 100%;
    position: absolute;
    content: "";
    bottom: 0;
    background: rgb(186,123,123);
    left: 0;
    transform: translateX(-101%);
}.instructor_historyex .opinion_cornerex:hover .name::after {
    transform: translateX(0);
}.instructor_historyex .career_summaryex > div:nth-child(2) {
    transform: translateY(20px);
    font-size: 24px;
    color: rgb(186,123,123);
    font-weight: 400;
    opacity: 0;
    transition: all 0.5s ease-out 0.4s;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 2.5rem;
}.instructor_historyex .opinion_cornerex:hover .career_summaryex > div:nth-child(2) {
    transform: translateY(0);
    opacity: 1;
}.instructor_historyex .past_experienceex {
    font-weight: 300;
    color: #000000;
    line-height: 1.8;
    position: relative;
    transition: all 0.5s ease-out 0.6s;
    font-size: 13px;
    opacity: 0;
    padding: 0 0 0 20px;
    transform: translateY(20px);
}.instructor_historyex .opinion_cornerex:hover .past_experienceex {
    transform: translateY(0);
    opacity: 1;
}.instructor_historyex .past_experienceex::first-letter {
    font-weight: 700;
    color: rgb(183,213,180);
    font-size: 1.5em;
}@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}

@keyframes blink {
    50% { border-color: transparent }
}

.instructor_historyex:hover .name {
    white-space: nowrap;
    overflow: hidden;
    animation: 
        typing 2.5s steps(40, end),
        blink .75s step-end infinite;
}

@media (max-width: 992px) {.instructor_historyex .opinion_cornerex {
    gap: 2rem;
    grid-template-columns: 1fr;
}.instructor_historyex .image_itemex {
    max-height: 300px;
    aspect-ratio: 16/9;
}.instructor_historyex .career_summaryex {
    padding: 1rem 0;
}.instructor_historyex .career_summaryex::before {
    height: 2px;
    transition: width 0.8s ease-out;
    width: 0;
}.instructor_historyex .opinion_cornerex:hover .career_summaryex::before {
    height: 2px;
    width: 100%;
}}footer {
    width: 100%;
    position: relative;
    z-index: 1;
}.footer_careersex {
    background: linear-gradient(135deg, #000000, rgb(186,123,123));
    color: #ffffff;
    position: relative;
    padding: 80px 0 30px;
    font-family: Arial, sans-serif;
}.footer_careersex::before {
    pointer-events: none;
    position: absolute;
    right: 0;
    background: radial-gradient(circle at 10% 20%, rgb(186,123,123,0.5) 0%, transparent 50%);
    top: 0;
    bottom: 0;
    content: "";
    left: 0;
}.footer_careersex::after {
    right: 0;
    background: linear-gradient(45deg, transparent 40%, rgb(183,213,180,0.5) 70%, transparent 100%);
    top: 0;
    pointer-events: none;
    left: 0;
    bottom: 0;
    content: "";
    position: absolute;
    animation: shiftGradient 15s infinite linear;
}@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.footer_careersex .container {
    position: relative;
    z-index: 2;
}footer .enroll_infoex {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
}footer .get_contactboxex {
    padding: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(0);
    flex-wrap: wrap;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px);
    gap: 20px;
    background: rgba(255, 255, 255, 0.05);
}footer .get_contactboxex:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}footer .info_item {
    display: flex;
    flex: 1 1 220px;
    align-items: center;
}footer .info_item svg {
    transition: transform 0.3s ease;
    filter: drop-shadow(0 0 3px rgb(183,213,180,0.5));
    height: 20px;
    fill: rgb(183,213,180);
    width: 20px;
    margin-right: 12px;
}footer .info_item:hover svg {
    transform: scale(1.1);
}footer .info_item p, footer .info_item a {
    text-decoration: none;
    align-items: center;
    color: #ffffff;
    display: flex;
    transition: color 0.3s ease;
    font-size: 15px;
    font-weight: 400;
}footer .info_item a:hover {
    text-shadow: 0 0 8px rgb(183,213,180,0.5);
    color: rgb(183,213,180);
}footer .text_main_holder {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 20px;
    gap: 40px;
}footer .top_primeex {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
    display: flex;
}footer .top_primeex svg {
    transition: filter 0.3s ease;
    filter: drop-shadow(0 0 5px rgb(183,213,180,0.5));
    height: 50px;
    width: auto;
    margin-bottom: 10px;
}footer .top_primeex:hover svg {
    filter: drop-shadow(0 0 8px rgb(183,213,180));
}footer .encrypt_ctaex {
    color: #ffffff;
    opacity: 0.8;
    font-size: 12px;
    line-height: 1.5;
    max-width: 300px;
}footer .nav_mainwrapex {
    position: relative;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: box-shadow 0.3s ease;
    backdrop-filter: blur(5px);
    padding: 25px;
}footer .nav_mainwrapex:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .nav_mainwrapex::before {
    transition: opacity 0.5s ease;
    z-index: -1;
    background: linear-gradient(45deg, rgb(183,213,180), transparent, rgb(186,123,123), transparent);
    top: -2px;
    right: -2px;
    border-radius: calc(22px + 2px);
    bottom: -2px;
    opacity: 0;
    position: absolute;
    content: "";
    left: -2px;
}footer .nav_mainwrapex:hover::before {
    opacity: 0.7;
    animation: borderRotate 6s linear infinite;
}@keyframes borderRotate {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

footer .nav_mainwrapex h5 {
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 23px;
    font-weight: 600;
    position: relative;
}footer .nav_mainwrapex h5::after {
    left: 0;
    bottom: -1px;
    background: rgb(183,213,180);
    width: 50px;
    position: absolute;
    transition: width 0.3s ease;
    height: 2px;
    content: "";
}footer .nav_mainwrapex:hover h5::after {
    width: 100px;
}footer .main_learningex {
    margin-bottom: 25px;
    flex-direction: column;
    gap: 10px;
    display: flex;
}footer .main_learningex a {
    padding-left: 15px;
    font-size: calc(15px - 1px);
    font-weight: 400;
    color: #ffffff;
    transition: color 0.3s ease, padding-left 0.3s ease;
    position: relative;
    text-decoration: none;
}footer .main_learningex a::before {
    content: "";
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    background-color: rgb(183,213,180);
    transform: translateY(-50%) scale(0.8);
    height: 6px;
    position: absolute;
    left: 0;
    border-radius: 50%;
    width: 6px;
    top: 50%;
    opacity: 0.7;
}footer .main_learningex a:hover {
    color: rgb(183,213,180);
    padding-left: 20px;
}footer .main_learningex a:hover::before {
    box-shadow: 0 0 5px rgb(183,213,180), 0 0 10px rgb(183,213,180,0.5);
    opacity: 1;
    transform: translateY(-50%) scale(1);
    background-color: rgb(183,213,180);
}footer .subscribe_holder {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border-radius: 22px;
    background: linear-gradient(135deg, rgb(186,123,123,0.5), #000000);
    padding: 30px;
    overflow: hidden;
    position: relative;
}footer .subscribe_holder::before {
    top: -50%;
    z-index: -1;
    background: radial-gradient(circle, transparent 20%, #000000 70%);
    left: -50%;
    animation: pulseBackground 10s infinite ease-in-out;
    content: "";
    height: 200%;
    width: 200%;
    position: absolute;
}@keyframes pulseBackground {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

footer .subscribe_holder h5 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    font-size: 23px;
}footer .subscribe_holder h5::after {
    background: linear-gradient(90deg, rgb(183,213,180), transparent);
    left: 0;
    position: absolute;
    content: "";
    height: 2px;
    bottom: -5px;
    width: 100%;
}footer .subscribe_holder p {
    font-size: 15px;
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.9;
    margin-bottom: 20px;
}footer .input_holder {
    flex-direction: column;
    display: flex;
    gap: 15px;
    position: relative;
}footer .input_holder input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    padding: 14px 16px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 15px;
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(183,213,180);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 10px rgb(183,213,180,0.5);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .mail_containerex {
    background: rgb(183,213,180);
    font-weight: 600;
    overflow: hidden;
    border: none;
    padding: 14px 24px;
    border-radius: 10px;
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: center;
}footer .mail_containerex::before {
    left: -100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    width: 100%;
    transition: left 0.7s ease;
    content: "";
    position: absolute;
}footer .mail_containerex:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background: rgb(186,123,123);
}footer .mail_containerex:hover::before {
    left: 100%;
}footer .footer_benefitex {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}footer .case_studyex {
    font-size: 12px;
    opacity: 0.7;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
}

@media (min-width: 768px) {footer .info_item {
    flex: 1 1 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .mail_containerex {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .enroll_infoex {
    grid-template-columns: 1fr;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .get_contactboxex {
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
}footer .info_item {
    flex: 0 1 auto;
}
}

@media (max-width: 767px) {footer .footer_careersex {
    padding: 60px 0 30px;
}footer .get_contactboxex {
    gap: 15px;
    padding: 20px;
    flex-direction: column;
}footer .info_item {
    width: 100%;
}footer .nav_mainwrapex, footer .subscribe_holder {
    padding: 20px;
}footer .subscribe_holder h5, footer .nav_mainwrapex h5 {
    font-size: calc(23px - 2px);
}footer .subscribe_holder p, footer .main_learningex a {
    font-size: calc(15px - 2px);
}footer .footer_benefitex {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .footer_careersex {
    padding: 40px 0 20px;
}footer .get_contactboxex, footer .nav_mainwrapex, footer .subscribe_holder {
    padding: 15px;
}footer .input_holder input[type="email"], footer .mail_containerex {
    padding: 12px;
}footer .top_primeex svg {
    height: 40px;
}footer .encrypt_ctaex {
    font-size: calc(12px - 1px);
}}.get_in_touchex {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}.get_in_touchex::before {
    width: 100%;
    content: '';
    left: 0;
    background-color: rgb(183,213,180,0.5);
    top: 0;
    z-index: -1;
    position: absolute;
    height: 100%;
}.get_in_touchex .container {
    max-width: 1280px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}.get_in_touchex .support_cardex {
    position: relative;
    margin: 0 auto;
    border-radius: 15px;
    display: flex;
    overflow: hidden;
    flex-direction: column;
}.get_in_touchex .connect_queryex {
    background-color: #ffffff;
    order: 1;
    z-index: 2;
    border-radius: 15px 15px 0 0;
    position: relative;
    padding: 50px 30px;
    width: 100%;
}.get_in_touchex .connect_queryex h3 {
    margin-bottom: 30px;
    color: #000000;
    font-size: 22px;
    display: inline-block;
    font-weight: 700;
    position: relative;
}.get_in_touchex .connect_queryex h3::after {
    height: 3px;
    background-color: rgb(186,123,123);
    bottom: -8px;
    width: 50%;
    position: absolute;
    content: '';
    left: 0;
}.get_in_touchex .connect_queryex form {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}.get_in_touchex .connect_queryex input[type="text"],
.get_in_touchex .connect_queryex input[type="email"] {
    height: 60px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    font-size: 16px;
    border-radius: 10px;
    background-color: rgb(232,232,240);
    padding: 0 20px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
    border: none;
    flex: 1 0 100%;
    color: #000000;
}.get_in_touchex .connect_queryex input[type="text"]:focus,
.get_in_touchex .connect_queryex input[type="email"]:focus {
    outline: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5), 0 0 0 3px rgb(186,123,123,0.5);
    transform: translateY(-2px);
}.get_in_touchex .connect_queryex input::placeholder {
    opacity: 0.6;
    color: #000000;
}.get_in_touchex .connect_queryex .support_linksex {
    align-items: flex-start;
    display: flex;
    margin-top: 10px;
    flex: 1 0 100%;
}.get_in_touchex .connect_queryex .support_linksex input[type="checkbox"] {
    flex-shrink: 0;
    transition: background-color 0.3s ease;
    border-radius: 10px;
    margin-right: 10px;
    height: 24px;
    cursor: pointer;
    -webkit-appearance: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
    width: 24px;
    appearance: none;
    background-color: rgb(232,232,240);
    position: relative;
    margin-top: 2px;
}.get_in_touchex .connect_queryex .support_linksex input[type="checkbox"]:checked {
    background-color: rgb(186,123,123);
}.get_in_touchex .connect_queryex .support_linksex input[type="checkbox"]:checked::before {
    content: '';
    height: 10px;
    border: solid #ffffff;
    left: 9px;
    transform: rotate(45deg);
    top: 6px;
    position: absolute;
    border-width: 0 2px 2px 0;
    width: 6px;
}.get_in_touchex .connect_queryex .support_linksex label {
    line-height: 1.6;
    font-size: 13px;
    color: #000000;
}.get_in_touchex .connect_queryex .support_linksex label a {
    font-weight: 600;
    text-decoration: none;
    color: rgb(183,213,180);
    position: relative;
}.get_in_touchex .connect_queryex .support_linksex label a::after {
    transform-origin: right;
    content: '';
    background-color: rgb(183,213,180);
    bottom: -2px;
    height: 1px;
    transform: scaleX(0);
    left: 0;
    position: absolute;
    width: 100%;
    transition: transform 0.3s ease;
}.get_in_touchex .connect_queryex .support_linksex label a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}.get_in_touchex .connect_queryex .message_linksex {
    font-size: 20px;
    height: 60px;
    font-weight: 600;
    overflow: hidden;
    flex: 1 0 100%;
    border-radius: 10px;
    z-index: 1;
    cursor: pointer;
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 15px;
    border: none;
    box-shadow: 0 4px 10px rgb(186,123,123,0.5);
    transition: all 0.3s ease;
    background-color: rgb(186,123,123);
}.get_in_touchex .connect_queryex .message_linksex::before {
    transform: scaleX(0);
    position: absolute;
    transition: transform 0.5s ease;
    transform-origin: right;
    height: 100%;
    left: 0;
    content: '';
    top: 0;
    background: rgb(183,213,180);
    border-radius: 10px;
    z-index: -1;
    width: 100%;
}.get_in_touchex .connect_queryex .message_linksex:hover {
    box-shadow: 0 6px 15px rgb(183,213,180,0.5);
}.get_in_touchex .connect_queryex .message_linksex:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.get_in_touchex .reach_feedbackex {
    flex-direction: column;
    padding: 50px 30px;
    position: relative;
    align-items: center;
    background-color: rgb(183,213,180);
    color: #ffffff;
    order: 2;
    border-radius: 0 0 15px 15px;
    width: 100%;
    display: flex;
}.get_in_touchex .reach_feedbackex::before {
    position: absolute;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    height: 30px;
    width: 100%;
    background: rgb(183,213,180);
    transform: translateY(-15px);
    content: '';
    top: 0;
    left: 0;
}.get_in_touchex .reach_feedbackex h3 {
    text-align: center;
    margin-bottom: 40px;
    color: #ffffff;
    width: 100%;
    position: relative;
    font-size: 34px;
    font-weight: 700;
}.get_in_touchex .reach_feedbackex h3::after {
    position: absolute;
    content: '';
    height: 3px;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    background-color: rgb(186,123,123);
    width: 60px;
}.get_in_touchex .reach_feedbackex div {
    padding: 0;
    max-width: 400px;
    display: flex;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    align-items: center;
}.get_in_touchex .reach_feedbackex div::before {
    width: 100%;
    background: linear-gradient(to right, transparent, #ffffff, transparent);
    height: 1px;
    left: 0;
    content: '';
    bottom: -10px;
    opacity: 0.2;
    position: absolute;
}.get_in_touchex .reach_feedbackex div:last-child::before {
    display: none;
}.get_in_touchex .reach_feedbackex div svg {
    background-color: rgb(186,123,123);
    padding: 6px;
    margin-right: 20px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgb(186,123,123,0.5);
    height: 32px;
    width: 32px;
}.get_in_touchex .reach_feedbackex div svg path {
    fill: #ffffff;
}.get_in_touchex .reach_feedbackex div span {
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
}.get_in_touchex .reach_feedbackex div span a {
    position: relative;
    text-decoration: none;
    transition: color 0.3s ease;
    color: #ffffff;
}.get_in_touchex .reach_feedbackex div span a::after {
    transition: transform 0.3s ease;
    bottom: -2px;
    width: 100%;
    transform-origin: right;
    position: absolute;
    left: 0;
    transform: scaleX(0);
    height: 1px;
    background-color: #ffffff;
    content: '';
}.get_in_touchex .reach_feedbackex div span a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

@media screen and (min-width: 992px) {.get_in_touchex .support_cardex {
    flex-direction: row;
    align-items: stretch;
}.get_in_touchex .connect_queryex {
    padding: 60px;
    border-radius: 15px 0 0 15px;
    width: 60%;
    order: 1;
}.get_in_touchex .reach_feedbackex {
    padding: 60px 40px;
    order: 2;
    width: 40%;
    border-radius: 0 15px 15px 0;
    justify-content: center;
}.get_in_touchex .reach_feedbackex::before {
    width: 30px;
    transform: translateX(-15px);
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
    height: 100%;
}.get_in_touchex .connect_queryex input#email {
    flex: 1 0 100%;
}
}

@media screen and (max-width: 991px) {.get_in_touchex {
    padding: 80px 0;
}.get_in_touchex .reach_feedbackex div {
    max-width: 100%;
}
}

@media screen and (max-width: 767px) {.get_in_touchex {
    padding: 60px 0;
}.get_in_touchex .connect_queryex,
    .get_in_touchex .reach_feedbackex {
    padding: 40px 25px;
}.get_in_touchex .connect_queryex h3,
    .get_in_touchex .reach_feedbackex h3 {
    font-size: calc(22px + 2px);
}.get_in_touchex .connect_queryex input[type="text"],
    .get_in_touchex .connect_queryex input[type="email"],
    .get_in_touchex .connect_queryex .message_linksex {
    height: 55px;
}
}

@media screen and (max-width: 480px) {.get_in_touchex {
    padding: 40px 0;
}.get_in_touchex .connect_queryex,
    .get_in_touchex .reach_feedbackex {
    padding: 30px 20px;
}.get_in_touchex .reach_feedbackex div svg {
    margin-right: 15px;
    height: 28px;
    width: 28px;
}}.confidential_nestex {
    font-family: Arial, sans-serif;
    color: #000000;
    padding: 60px 40px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    position: relative;
    line-height: 1.7;
    background-color: rgb(232,232,240);
}.confidential_nestex::before {
    width: 200px;
    position: absolute;
    content: '';
    z-index: 0;
    border-radius: 50%;
    height: 200px;
    top: -50px;
    left: -50px;
    background-color: rgb(183,213,180,0.5);
}.confidential_nestex::after {
    height: 200px;
    z-index: 0;
    background-color: rgb(186,123,123,0.5);
    width: 200px;
    right: -50px;
    border-radius: 50%;
    position: absolute;
    content: '';
    bottom: -50px;
}.confidential_nestex h1, .confidential_nestex h2, .confidential_nestex h3, .confidential_nestex h4, .confidential_nestex h5, .confidential_nestex h6 {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    color: rgb(183,213,180);
}.confidential_nestex h1 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 3px solid rgb(186,123,123);
    font-size: 39px;
    padding-bottom: 12px;
}.confidential_nestex h2 {
    border-bottom: 2px solid rgb(186,123,123);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 36px;
    padding-bottom: 10px;
    letter-spacing: 0.5px;
}.confidential_nestex h3 {
    padding-bottom: 8px;
    font-size: 36px;
    font-weight: 600;
}.confidential_nestex ul, .confidential_nestex ol {
    padding-left: 25px;
    margin-bottom: 25px;
    list-style: none;
    position: relative;
    z-index: 1;
}.confidential_nestex li {
    line-height: 1.6;
    margin-bottom: 12px;
    color: #000000;
    padding-left: 25px;
    position: relative;
    font-size: 18px;
}.confidential_nestex ul li:before, .confidential_nestex ol li:before {
    position: absolute;
    width: 12px;
    content: '';
    border-radius: 50%;
    box-shadow: 0 0 5px rgb(186,123,123,0.5);
    left: 0;
    height: 12px;
    top: 0.6em;
    background-color: rgb(186,123,123);
}.confidential_nestex ol {
    counter-reset: item;
}.confidential_nestex ol li {
    list-style-type: none;
}.confidential_nestex ol li:before {
    text-align: center;
    box-shadow: 0 0 5px rgb(183,213,180,0.5);
    counter-increment: item;
    border-radius: 50%;
    height: 20px;
    color: #ffffff;
    width: 20px;
    left: 0;
    line-height: 20px;
    font-size: 17px;
    background-color: rgb(183,213,180);
    content: counter(item);
    position: absolute;
    top: 0;
}.confidential_nestex p, .confidential_nestex span {
    font-size: 18px;
    position: relative;
    text-align: justify;
    z-index: 1;
    margin-bottom: 25px;
}.confidential_nestex p {
    padding-left: 10px;
    border-left: 3px solid rgb(183,213,180);
}.confidential_nestex div {
    z-index: 1;
    position: relative;
    margin-bottom: 30px;
}.confidential_nestex div::before {
    left: -20px;
    border-radius: 50%;
    content: '';
    position: absolute;
    background-color: rgb(186,123,123);
    height: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
}
@media only screen and (max-width: 800px) {.confidential_nestex {
    padding: 40px 20px;
}.confidential_nestex h1 {
    font-size: calc(18px - 10px);
}.confidential_nestex h2 {
    font-size: calc(18px - 8px);
}.confidential_nestex p, .confidential_nestex li {
    font-size: calc(18px - 2px);
}.confidential_nestex::before, .confidential_nestex::after {
    height: 150px;
    width: 150px;
}}.plan_boxex {
    background: linear-gradient(135deg, rgb(232,232,240), rgba(240, 240, 255, 0.95));
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.plan_boxex::before {
    background: linear-gradient(145deg, rgb(183,213,180,0.5), rgb(186,123,123,0.5));
    content: "";
    filter: blur(60px);
    height: 70%;
    position: absolute;
    width: 40%;
    transform: rotate(-15deg) skewX(15deg);
    right: -5%;
    top: -10%;
    z-index: 0;
    opacity: 0.4;
}.plan_boxex::after {
    transform: rotate(12deg) skewX(-10deg);
    position: absolute;
    left: -5%;
    z-index: 0;
    height: 60%;
    content: "";
    bottom: -10%;
    width: 35%;
    opacity: 0.3;
    background: linear-gradient(215deg, rgb(186,123,123,0.5), rgb(183,213,180,0.5));
    filter: blur(50px);
}.plan_boxex .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1320px;
    z-index: 1;
}.plan_boxex .payment_optionex {
    gap: 60px;
    display: grid;
    grid-template-columns: 1fr;
}.plan_boxex .rate_cardex {
    text-align: center;
    transform: translateY(30px);
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards 0.3s;
}.plan_boxex .rate_cardex h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #000000;
    font-weight: 700;
    position: relative;
    display: inline-block;
}.plan_boxex .rate_cardex h2::after {
    bottom: -12px;
    left: 50%;
    position: absolute;
    background: linear-gradient(90deg, rgb(183,213,180), rgb(186,123,123));
    border-radius: 10px;
    width: 80px;
    height: 4px;
    content: "";
    transform: translateX(-50%);
}.plan_boxex .fee_plansex {
    font-size: 17px;
    max-width: 680px;
    color: #000000;
    margin: 20px auto 0;
    line-height: 1.6;
}.plan_boxex .plan_ratesex {
    gap: 30px;
    display: grid;
    transform: translateY(40px);
    opacity: 0;
    grid-template-columns: 1fr;
    animation: fadeInUp 0.8s ease-out forwards 0.5s;
}.plan_boxex .fee_structureex {
    text-decoration: none;
    display: block;
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.6s ease;
    backface-visibility: hidden;
}.plan_boxex .group_plansex {
    height: 100%;
    display: flex;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    position: relative;
    will-change: transform, box-shadow;
    border-radius: 8px;
    overflow: hidden;
    flex-direction: column;
    background: #ffffff;
}.plan_boxex .fee_structureex:hover .group_plansex {
    transform: translateY(-8px);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(var(--primary-color-rgb), 0.1);
}.plan_boxex .annual_planex {
    flex-grow: 1;
    flex-direction: column;
    display: flex;
    padding: 35px 30px;
}.plan_boxex .annual_planex h3 {
    white-space: normal;
    position: relative;
    font-weight: 700;
    padding-left: 15px;
    margin-bottom: 15px;
    word-break: break-word;
    overflow-wrap: break-word;
    color: #000000;
    font-size: calc(24px + 2px);
}.plan_boxex .annual_planex h3::before {
    top: 5px;
    left: 0;
    height: calc(100% - 10px);
    border-radius: 10px;
    width: 4px;
    content: "";
    background: linear-gradient(to bottom, rgb(183,213,180), rgb(186,123,123));
    position: absolute;
}.plan_boxex .learn_offersex {
    position: relative;
    font-size: calc(24px + 4px);
    background: linear-gradient(120deg, rgba(var(--primary-color-rgb), 0.08), rgba(var(--secondary-color-rgb), 0.08));
    margin: 5px 0 20px;
    padding: 8px 15px;
    border-radius: 6px;
    display: inline-block;
    font-weight: 700;
    color: rgb(183,213,180);
}.plan_boxex .annual_planex p {
    color: #000000;
    white-space: normal;
    flex-grow: 1;
    overflow-wrap: break-word;
    margin-top: 5px;
    line-height: 1.6;
    word-break: break-word;
    font-size: 17px;
    margin-bottom: 10px;
}.plan_boxex .image_itemex {
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    position: relative;
    height: 220px;
}.plan_boxex .image_itemex::after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    z-index: 1;
    content: "";
    position: absolute;
}.plan_boxex .fee_structureex:hover .image_itemex {
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.plan_boxex .plan_ratesex {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}.plan_boxex .payment_optionex {
    grid-template-columns: 1fr;
}
}

@media (min-width: 992px) {.plan_boxex .payment_optionex {
    grid-template-columns: 2fr 1fr;
    gap: 40px;
}.plan_boxex .rate_cardex {
    grid-row: 1;
    text-align: left;
    grid-column: 2;
    align-self: center;
}.plan_boxex .rate_cardex h2 {
    display: inline-block;
}.plan_boxex .rate_cardex h2::after {
    left: 0;
    transform: none;
}.plan_boxex .fee_plansex {
    margin: 25px 0 0;
}.plan_boxex .plan_ratesex {
    grid-column: 1;
    grid-row: 1;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.plan_boxex .plan_ratesex {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}.plan_boxex .annual_planex {
    padding: 40px 35px;
}.plan_boxex .image_itemex {
    height: 240px;
}
}

@media (max-width: 767px) {.plan_boxex {
    padding: 80px 0;
}.plan_boxex .rate_cardex {
    margin-bottom: 20px;
}.plan_boxex .group_plansex {
    max-width: 100%;
}.plan_boxex .annual_planex {
    padding: 30px 25px;
}.plan_boxex .annual_planex h3 {
    font-size: calc(24px + 1px);
}.plan_boxex .learn_offersex {
    margin: 0 0 15px;
    font-size: 24px;
}.plan_boxex .image_itemex {
    height: 200px;
}
}

@media (max-width: 480px) {.plan_boxex {
    padding: 60px 0;
}.plan_boxex .annual_planex {
    padding: 25px 20px;
}.plan_boxex .image_itemex {
    height: 180px;
}}.trackingPolicyPanelex {
    overflow: hidden;
    padding: 20px;
    font-family: Arial, sans-serif;
    border-top: 3px solid rgb(183,213,180);
    bottom: 0;
    z-index: 1050;
    position: fixed;
    width: 100%;
    background: rgb(232,232,240);
}.privacy_switchex {
    align-items: center;
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}.cookie_eduex {
    margin-right: 20px;
    flex-shrink: 0;
}#consentNotificationex {
    display: none;
}#consentNotificationex:checked ~ .trackingPolicyPanelex {
    visibility: hidden;
    opacity: 0;
}.cookie_eduex svg {
    transition: fill 0.3s ease-in-out;
    fill: rgb(183,213,180);
    width: 60px;
    height: 60px;
}.user_safetyex {
    margin-right: 20px;
    flex-grow: 1;
}.user_safetyex h5 {
    color: rgb(183,213,180);
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: 700;
}.user_safetyex p {
    color: #000000;
    font-size: 17px;
    margin-bottom: 0;
}.cookies_trackingex {
    font-size: 20px;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
    margin-left: 10px;
    text-decoration: none;
    border-radius: 10px;
}.cookies_trackingex {
    background-color: rgb(183,213,180);
    color: #ffffff;
    border: 1px solid rgb(183,213,180);
}.cookies_trackingex:hover {
    border-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
}.trackingPolicyPanelex p a {
    text-decoration: underline;
    color: rgb(183,213,180);
}.trackingPolicyPanelex p a:hover {
    color: #000000;
}
@media (max-width: 1200px) {.user_safetyex h5 {
    font-size: calc(24px - 2px);
}.user_safetyex p {
    font-size: calc(17px - 2px);
}.cookies_trackingex {
    padding: 8px 16px;
    font-size: calc(20px - 2px);
}
}
@media (max-width: 800px) {.privacy_switchex {
    align-items: center;
    flex-direction: column;
}.cookie_eduex {
    margin-bottom: 15px;
}.user_safetyex {
    text-align: center;
    margin-bottom: 20px;
}.cookies_trackingex {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
}
}
