* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.discuss_cta3 {
    flex: 0 0 auto;
}.nav_info0 {
    flex: 1 0 auto;
}::-webkit-scrollbar {
    width: 14px;
}::-webkit-scrollbar-button {
    height: 10px;
    width: 15px;
}::-webkit-scrollbar-track {
    box-shadow: inset -3px 5px 12px 4px rgba(0, 0, 0, 0.1);
    border-radius: 7.9em;
    background: rgb(176,197,239);
}::-webkit-scrollbar-track:active {
    background: rgb(105,125,167,0.5);
}::-webkit-scrollbar-thumb {
    border-radius: 2%;
    transition: transform 4.1s linear;
    background: rgb(105,125,167);
}::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
    border-color: rgb(176,197,239);
    transform: scale(0.95);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset -3px -5px 10px 0px rgba(0, 0, 0, 0.2);
    background: rgb(141,161,203,0.5);
    transform: translateY(1px);
}* {
    scrollbar-color: rgb(141,161,203) #ffffff;
    scrollbar-width: thin;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.wrapper-padding0 {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}html,body {
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    color: #000000;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1199px;
}svg {
    width: 30px;
    height: 30px;
}
@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;
    padding: 0;
    margin-top: 0;
    position: relative;
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 100;
}header::before {
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    z-index: 0;
    top: 0;
    background-size: 20px 20px;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
}header::after {
    background-size: 200% auto;
    background: linear-gradient(90deg, 
        rgb(141,161,203) 0%,
        rgb(105,125,167) 50%,
        rgb(141,161,203) 100%
    );
    width: 100%;
    left: 0;
    bottom: 0;
    content: '';
    position: absolute;
    animation: gradientSlide 5s linear infinite;
    height: 4px;
}@keyframes gradientSlide {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

header .nav_pagebar0 {
    align-items: center;
    z-index: 5;
    padding: 1.3rem 2rem;
    position: relative;
    justify-content: space-between;
    display: flex;
}header .nav_prime2 {
    z-index: 5;
    position: relative;
    flex: 0 0 auto;
}header .head_guide1 {
    z-index: 2;
    transition: all 0.3s ease;
    display: flex;
    padding: 0.5rem;
    position: relative;
    text-decoration: none;
    align-items: center;
}header .head_guide1:hover {
    transform: translateY(-3px) scale(1.02);
}header .head_guide1 img {
    filter: brightness(1.2) drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
    max-height: 40px;
}header .nav_prime2::before {
    transition: all 0.3s ease;
    right: -8px;
    left: -8px;
    content: '';
    bottom: -8px;
    top: -8px;
    border: 1px solid rgb(141,161,203);
    position: absolute;
    border-radius: 10px;
    opacity: 0.3;
    transform: skew(-3deg);
}header .nav_prime2:hover::before {
    box-shadow: 0 0 15px rgb(141,161,203,0.5);
    opacity: 0.7;
    transform: skew(-5deg) scale(1.05);
}header .header_edu5 {
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 5;
    display: flex;
    margin: 0;
}header .head_lesson3 {
    position: relative;
    margin: 0 0.3rem;
    perspective: 800px;
}header .head_lesson3 a {
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 12px;
    border: 1px solid transparent;
    padding: 0.8rem 1.2rem;
    transition: all 0.4s ease;
    text-decoration: none;
    display: block;
    position: relative;
    z-index: 1;
}header .head_lesson3 a::before {
    opacity: 0.7;
    background: rgb(141,161,203);
    transition: transform 0.3s ease;
    content: '';
    left: 10%;
    transform: scaleX(0);
    position: absolute;
    height: 1px;
    bottom: 5px;
    width: 80%;
}header .head_lesson3 a:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: rgb(141,161,203);
    border-color: rgba(255, 255, 255, 0.1);
    transform: translateZ(10px);
    background: rgba(0, 0, 0, 0.2);
}header .head_lesson3 a:hover::before {
    transform: scaleX(1);
}header .head_lesson3::after {
    transition: opacity 0.3s ease;
    z-index: -1;
    background: radial-gradient(circle at center, rgb(141,161,203,0.5) 0%, transparent 70%);
    left: 0;
    width: 100%;
    opacity: 0;
    height: 100%;
    pointer-events: none;
    position: absolute;
    content: '';
    top: 0;
}header .head_lesson3:hover::after {
    opacity: 0.4;
}header .nav_pagebar0::before {
    height: 1px;
    left: 35%;
    background: linear-gradient(90deg, transparent, rgb(141,161,203), transparent);
    position: absolute;
    content: '';
    top: 0;
    width: 30%;
}header .nav_pagebar0::after {
    content: '';
    left: 20%;
    bottom: 0;
    height: 1px;
    position: absolute;
    opacity: 0.1;
    width: 60%;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
}.nav_info0 {
    z-index: 1;
    margin-top: 0;
    position: relative;
    padding-top: 2rem;
    background: rgb(176,197,239);
}

@media (min-width: 1400px) {header .nav_pagebar0 {
    max-width: 1300px;
    margin: 0 auto;
}header .head_lesson3 {
    margin: 0 0.5rem;
}header .head_lesson3 a {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 991px) {header {
    padding: 0;
}header .nav_pagebar0 {
    flex-direction: row;
    padding: 1rem 1.5rem;
    justify-content: space-between;
    flex-wrap: wrap;
}header .nav_prime2 {
    margin-bottom: 0;
}header .header_edu5 {
    justify-content: center;
    margin-top: 1rem;
    flex: 1 0 100%;
}header .head_lesson3 {
    margin: 0 0.2rem;
}header .head_lesson3 a {
    font-size: calc(12px - 1px);
    padding: 0.6rem 0.8rem;
}header .nav_prime2::before {
    bottom: -5px;
    right: -5px;
    top: -5px;
    left: -5px;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .nav_pagebar0 {
    padding: 0.8rem 1.2rem;
}header .nav_prime2 {
    max-width: 130px;
}header .nav_prime2::before {
    display: none;
}header .header_edu5 {
    justify-content: flex-start;
    padding-bottom: 0.5rem;
    margin-top: 0.8rem;
    overflow-x: auto;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}header .header_edu5::-webkit-scrollbar {
    height: 2px;
}header .header_edu5::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(141,161,203);
}header .head_lesson3 {
    margin: 0 0.1rem;
    flex: 0 0 auto;
}header .head_lesson3 a {
    white-space: nowrap;
    font-size: calc(12px - 2px);
    padding: 0.5rem 0.7rem;
    letter-spacing: 0;
}header .head_lesson3 a::before {
    bottom: 3px;
}header::after {
    height: 2px;
}
}

@media (max-width: 479px) {header .nav_pagebar0 {
    padding: 0.7rem 1rem;
}header .nav_prime2 {
    max-width: 110px;
}header .head_lesson3 a {
    font-size: calc(12px - 3px);
    padding: 0.4rem 0.6rem;
}}.metrics_summary7 {
    background: rgb(176,197,239);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.metrics_summary7::before {
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgb(141,161,203,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(105,125,167,0.5) 0%, transparent 30%);
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.7;
    position: absolute;
    left: 0;
    top: 0;
}.metrics_summary7 .container {
    display: flex;
    padding: 0 20px;
    flex-direction: column;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
}.metrics_summary7 h2 {
    margin-bottom: 80px;
    color: #000000;
    position: relative;
    align-self: flex-start;
    font-size: 34px;
    font-weight: 700;
}.metrics_summary7 h2::before {
    bottom: -15px;
    border-radius: 10px;
    content: "";
    left: 0;
    width: 50px;
    height: 3px;
    position: absolute;
    background: rgb(141,161,203);
}.metrics_summary7 ul {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    list-style: none;
    position: relative;
    width: 100%;
    margin: 0;
}.metrics_summary7 .fast_gain1 {
    display: flex;
    border-left: 3px solid rgb(141,161,203);
    padding: 40px 50px;
    background: transparent;
    flex: 1 0 calc(50% - 40px);
    flex-direction: column;
    position: relative;
    align-items: flex-start;
    transition: all 0.3s ease;
    margin: 20px;
}.metrics_summary7 .fast_gain1:nth-child(even) {
    margin-top: 80px;
}.metrics_summary7 .fast_gain1::before {
    z-index: 1;
    background: rgb(105,125,167);
    width: 3px;
    left: -3px;
    content: "";
    position: absolute;
    height: 0%;
    top: 0;
    transition: height 0.6s ease;
}.metrics_summary7 .fast_gain1:hover::before {
    height: 100%;
}.metrics_summary7 .fast_gain1::after {
    background: #ffffff;
    width: 100%;
    content: "";
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    top: 0;
    z-index: -1;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border-radius: 21px;
    position: absolute;
    transform: scale(0.98);
    left: 0;
}.metrics_summary7 .fast_gain1:hover::after {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: scale(1);
}.metrics_summary7 .fast_gain1 p {
    margin: 0 0 10px 0;
    font-weight: 700;
    line-height: 1;
    font-size: calc(39px * 1.5);
    position: relative;
    color: rgb(141,161,203);
}.metrics_summary7 .fast_gain1:nth-child(even) p {
    color: rgb(105,125,167);
}.metrics_summary7 .fast_gain1 span {
    color: #000000;
    font-size: 16px;
    position: relative;
    padding-right: 70px;
    font-weight: 400;
}.metrics_summary7 .fast_gain1 span::after {
    right: 0;
    content: "";
    width: 50px;
    position: absolute;
    height: 1px;
    background: rgba(0, 0, 0, 0.5);
    top: 50%;
}@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.metrics_summary7 .fast_gain1:nth-child(odd) {
    animation: slideInLeft 0.7s forwards;
}.metrics_summary7 .fast_gain1:nth-child(even) {
    animation: slideInRight 0.7s forwards;
}.metrics_summary7 .fast_gain1:nth-child(1) {
    animation-delay: 0.1s;
}.metrics_summary7 .fast_gain1:nth-child(2) {
    animation-delay: 0.3s;
}.metrics_summary7 .fast_gain1:nth-child(3) {
    animation-delay: 0.5s;
}.metrics_summary7 .fast_gain1:nth-child(4) {
    animation-delay: 0.7s;
}

@media (max-width: 1024px) {.metrics_summary7 {
    padding: 80px 0;
}.metrics_summary7 h2 {
    align-self: center;
    margin-bottom: 60px;
    text-align: center;
}.metrics_summary7 h2::before {
    transform: translateX(-50%);
    left: 50%;
}.metrics_summary7 .fast_gain1 {
    flex: 1 0 calc(50% - 30px);
    padding: 30px 40px;
    margin: 15px;
}.metrics_summary7 .fast_gain1:nth-child(even) {
    margin-top: 50px;
}
}

@media (max-width: 767px) {.metrics_summary7 {
    padding: 60px 0;
}.metrics_summary7 .container {
    padding: 0 15px;
}.metrics_summary7 h2 {
    margin-bottom: 40px;
    font-size: calc(34px * 0.9);
}.metrics_summary7 ul {
    flex-direction: column;
}.metrics_summary7 .fast_gain1 {
    flex: 1 0 100%;
    margin: 10px 0;
    padding: 25px 30px;
}.metrics_summary7 .fast_gain1:nth-child(even) {
    margin-top: 10px;
}.metrics_summary7 .fast_gain1 p {
    font-size: calc(39px * 1.2);
}.metrics_summary7 .fast_gain1 span {
    padding-right: 40px;
}.metrics_summary7 .fast_gain1 span::after {
    width: 30px;
}.metrics_summary7 .fast_gain1:nth-child(odd),
    .metrics_summary7 .fast_gain1:nth-child(even) {
    animation: slideInLeft 0.5s forwards;
}
}

@media (min-width: 768px) and (max-width: 1023px) {.metrics_summary7 .fast_gain1 {
    padding: 35px 40px;
}.metrics_summary7 .fast_gain1 p {
    font-size: calc(39px * 1.3);
}.metrics_summary7 .fast_gain1 span {
    font-size: calc(16px * 0.95);
}
}

@media (min-width: 1200px) {.metrics_summary7 ul::before {
    z-index: -1;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    left: 50%;
    transform: translateX(-50%);
    top: 10%;
    position: absolute;
    opacity: 0.1;
    height: 80%;
    width: 2px;
}.metrics_summary7 ul::after {
    top: 50%;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgb(141,161,203,0.5);
    content: "";
}
}

@media (prefers-reduced-motion: reduce) {.metrics_summary7 .fast_gain1,
    .metrics_summary7 .fast_gain1:nth-child(odd),
    .metrics_summary7 .fast_gain1:nth-child(even) {
    animation: none;
}}.tyField5 {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(176,197,239) 0%, rgba(rgb(141,161,203,0.5), 0.1) 100%);
    z-index: 1;
}.tyField5::before {
    background-size: 20px 20px;
    width: 100%;
    transform: perspective(1000px) rotateX(5deg);
    background-image: 
        linear-gradient(90deg, rgba(rgb(141,161,203,0.5), 0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(rgb(141,161,203,0.5), 0.05) 1px, transparent 1px);
    z-index: -1;
    top: 0;
    position: absolute;
    opacity: 0.6;
    left: 0;
    content: "";
    height: 100%;
}.tyField5::after {
    top: -10%;
    right: -5%;
    height: 70%;
    opacity: 0.15;
    position: absolute;
    background: linear-gradient(45deg, rgb(141,161,203) 0%, rgba(rgb(105,125,167,0.5), 0.8) 100%);
    filter: blur(80px);
    width: 40%;
    z-index: -1;
    transform: rotate(-15deg) translateZ(-10px);
    content: "";
    animation: float 15s ease-in-out infinite;
}.tyField5 .container {
    max-width: 1200px;
    padding: 0 1.5rem;
    margin: 0 auto;
    position: relative;
}.tyField5 .edu_ethos3 {
    background: rgba(rgb(255, 255, 255, 0.5), 0.9);
    position: relative;
    padding: 3.5rem;
    box-shadow: 
        0 10px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.12),
        0 0 0 1px rgba(rgb(141,161,203,0.5), 0.08);
    display: grid;
    gap: 2.5rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(10px);
    grid-template-columns: 1fr;
    transform: translateY(0);
}.tyField5 .edu_ethos3:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 40px -20px rgba(rgba(0, 0, 0, 0.5), 0.16),
        0 0 0 1px rgba(rgb(141,161,203,0.5), 0.12);
}.tyField5 .edu_ethos3::before {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-origin: top;
    transform: scaleY(0);
    content: "";
    background: linear-gradient(to bottom, rgb(141,161,203), rgb(105,125,167));
    width: 4px;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
}.tyField5 .edu_ethos3:hover::before {
    transform: scaleY(1);
}.tyField5 h5 {
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 0.5rem;
    padding-bottom: 1rem;
    position: relative;
    overflow: hidden;
    font-size: calc(23px * 1.1);
    color: #000000;
}.tyField5 h5::after {
    transform: translateX(0);
    left: 0;
    bottom: 0;
    position: absolute;
    background: rgb(141,161,203);
    height: 3px;
    width: 4rem;
    transition: width 0.6s ease, transform 0.6s ease;
    content: "";
}.tyField5 .edu_ethos3:hover h5::after {
    width: 7rem;
    transform: translateX(10px);
}.tyField5 p {
    color: #000000;
    font-size: 16px;
    transform: translateZ(0);
    transition: color 0.3s ease;
    line-height: 1.7;
    opacity: 0.9;
    position: relative;
    margin: 0;
    font-weight: 400;
}.tyField5 a {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    text-decoration: none;
    position: relative;
    display: block;
}.tyField5 a::before {
    transform-origin: right;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    background: rgba(rgb(141,161,203,0.5), 0.3);
    width: 100%;
    position: absolute;
    content: "";
    height: 1px;
    bottom: 0;
    z-index: 1;
    transform: scaleX(0);
}.tyField5 a:hover {
    transform: translateY(-2px);
}.tyField5 a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.tyField5 a:hover p {
    color: rgb(141,161,203);
}

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

@media (min-width: 768px) {.tyField5 {
    padding: 8rem 0;
}.tyField5 .edu_ethos3 {
    gap: 3rem;
    padding: 4rem;
    grid-template-columns: 1fr 1.5fr;
    align-items: start;
}.tyField5 h5 {
    font-size: calc(23px * 1.2);
    padding-bottom: 1.5rem;
}.tyField5 p {
    line-height: 1.8;
    font-size: calc(16px * 1.05);
}.tyField5::before {
    background-size: 30px 30px;
}
}

@media (min-width: 1024px) {.tyField5 .edu_ethos3 {
    gap: 4rem;
    padding: 5rem;
}.tyField5 h5 {
    font-size: calc(23px * 1.3);
}.tyField5::after {
    right: -10%;
    width: 50%;
}
}

@media (max-width: 767px) {.tyField5 {
    padding: 4rem 0;
}.tyField5 .edu_ethos3 {
    padding: 2.5rem;
}.tyField5 h5 {
    font-size: 23px;
}.tyField5::before {
    background-size: 15px 15px;
}.tyField5::after {
    opacity: 0.1;
}
}

@media (max-width: 480px) {.tyField5 {
    padding: 3rem 0;
}.tyField5 .edu_ethos3 {
    padding: 2rem 1.5rem;
}.tyField5 h5 {
    font-size: calc(23px * 0.9);
}.tyField5 p {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}}.our_background6 {
    overflow: hidden;
    position: relative;
    background-color: rgb(176,197,239);
    padding: 100px 0;
}.our_background6::before {
    left: 0;
    top: 0;
    background: 
        linear-gradient(90deg, rgb(176,197,239) 10px, transparent 10px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.5) 10px, transparent 10px),
        linear-gradient(90deg, transparent 9px, rgba(0, 0, 0, 0.5) 1px, transparent 10px);
    z-index: 1;
    background-size: 20px 100%, 20px 100%, 20px 100%;
    opacity: 0.05;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
}.our_background6::after {
    background:
        linear-gradient(0deg, rgb(176,197,239) 10px, transparent 10px),
        linear-gradient(0deg, rgba(0, 0, 0, 0.5) 10px, transparent 10px),
        linear-gradient(0deg, transparent 9px, rgba(0, 0, 0, 0.5) 1px, transparent 10px);
    z-index: 1;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.05;
    content: "";
    background-size: 100% 20px, 100% 20px, 100% 20px;
    width: 100%;
    left: 0;
}.our_background6 .container {
    z-index: 5;
    position: relative;
}.our_background6 h2 {
    font-size: 29px;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 700;
    color: #000000;
    position: relative;
}.our_background6 h2::before {
    width: 50px;
    transform: translateX(-50%);
    background-color: rgb(141,161,203);
    position: absolute;
    height: 2px;
    content: "";
    left: 50%;
    bottom: -10px;
}.our_background6 .pro_sessions6 {
    position: relative;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}.our_background6 .skill_space0 {
    background-color: #ffffff;
    overflow: hidden;
    border-top: 3px solid transparent;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 40px;
    border-radius: 29px;
    z-index: 2;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}.our_background6 .skill_space0:first-child {
    border-top-color: rgb(141,161,203);
}.our_background6 .skill_space0:last-child {
    border-top-color: rgb(105,125,167);
}.our_background6 .skill_space0:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.our_background6 .skill_space0 h3 {
    display: inline-block;
    font-weight: 600;
    color: #000000;
    position: relative;
    margin-bottom: 20px;
    font-size: 19px;
}.our_background6 .skill_space0:first-child h3 {
    color: rgb(141,161,203);
}.our_background6 .skill_space0:last-child h3 {
    color: rgb(105,125,167);
}.our_background6 .skill_space0 h3::after {
    bottom: -5px;
    transition: width 0.3s ease;
    content: "";
    left: 0;
    width: 0;
    position: absolute;
    height: 2px;
    background-color: currentColor;
}.our_background6 .skill_space0:hover h3::after {
    width: 100%;
}.our_background6 .skill_space0 p {
    margin: 0;
    line-height: 1.8;
    font-size: 15px;
    color: #000000;
}.our_background6 .skill_space0::before {
    height: 10px;
    transition: all 0.3s ease;
    left: -5px;
    border-top: 2px solid rgb(141,161,203);
    opacity: 0;
    border-left: 2px solid rgb(141,161,203);
    position: absolute;
    top: -5px;
    content: "";
    width: 10px;
}.our_background6 .skill_space0::after {
    width: 10px;
    content: "";
    height: 10px;
    transition: all 0.3s ease;
    position: absolute;
    right: -5px;
    border-bottom: 2px solid rgb(141,161,203);
    border-right: 2px solid rgb(141,161,203);
    bottom: -5px;
    opacity: 0;
}.our_background6 .skill_space0:last-child::before,
.our_background6 .skill_space0:last-child::after {
    border-color: rgb(105,125,167);
}.our_background6 .skill_space0:hover::before,
.our_background6 .skill_space0:hover::after {
    width: 25px;
    opacity: 1;
    height: 25px;
}.our_background6 .container::before {
    height: 100px;
    border-radius: 50%;
    z-index: 0;
    border: 15px solid rgb(141,161,203,0.5);
    opacity: 0.2;
    top: -50px;
    width: 100px;
    content: "";
    position: absolute;
    left: -50px;
}.our_background6 .container::after {
    bottom: -70px;
    height: 140px;
    border-radius: 50%;
    width: 140px;
    z-index: 0;
    opacity: 0.2;
    right: -70px;
    border: 15px solid rgb(105,125,167,0.5);
    position: absolute;
    content: "";
}

@media screen and (max-width: 992px) {.our_background6 {
    padding: 80px 0;
}.our_background6 .pro_sessions6 {
    gap: 30px;
    grid-template-columns: 1fr;
}.our_background6 h2 {
    margin-bottom: 40px;
}.our_background6 .container::before {
    width: 60px;
    height: 60px;
    top: -30px;
    left: -30px;
    border-width: 10px;
}.our_background6 .container::after {
    height: 100px;
    bottom: -50px;
    width: 100px;
    border-width: 10px;
    right: -50px;
}
}

@media screen and (max-width: 768px) {.our_background6 {
    padding: 60px 0;
}.our_background6 h2 {
    font-size: calc(29px * 0.9);
}.our_background6 .skill_space0 {
    padding: 30px;
}.our_background6 .skill_space0 h3 {
    font-size: calc(19px * 0.9);
    margin-bottom: 15px;
}
}

@media screen and (max-width: 576px) {.our_background6 {
    padding: 50px 0;
}.our_background6 h2 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.8);
}.our_background6 h2::before {
    width: 40px;
}.our_background6 .skill_space0 {
    padding: 25px;
}.our_background6 .skill_space0 h3 {
    font-size: calc(19px * 0.85);
    margin-bottom: 12px;
}.our_background6 .skill_space0 p {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}.our_background6 .skill_space0:hover::before,
    .our_background6 .skill_space0:hover::after {
    height: 20px;
    width: 20px;
}.our_background6 .container::before,
    .our_background6 .container::after {
    display: none;
}}.join_now0 {
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    z-index: 1;
    background: linear-gradient(135deg, rgb(141,161,203) 0%, rgb(105,125,167) 100%);
    padding: 4rem 2rem;
    position: relative;
    overflow: hidden;
}.join_now0::before {
    animation: shiftLight 12s ease-in-out infinite alternate;
    right: -50%;
    transform: rotate(30deg);
    position: absolute;
    top: -50%;
    width: 100%;
    height: 200%;
    z-index: -1;
    content: "";
    background: linear-gradient(45deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.1) 50%, rgba(255,255,255,0.05) 100%);
}.join_now0::after {
    position: absolute;
    height: 100%;
    content: "";
    left: 0;
    z-index: -1;
    width: 100%;
    top: 0;
    background: radial-gradient(circle at 30% 70%, rgb(141,161,203,0.5) 0%, transparent 60%);
}.join_now0 .container {
    align-items: flex-start;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    flex-direction: column;
    max-width: 1140px;
    display: flex;
    transform: perspective(1000px) rotateX(2deg);
}.join_now0 h6 {
    color: #ffffff;
    position: relative;
    max-width: 80%;
    font-size: calc(20px * 1.1);
    margin-bottom: 2.5rem;
    font-weight: 600;
    line-height: 1.6;
    transform: translateX(20px);
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    animation: slideInText 0.6s ease-out forwards;
}.join_now0 h6::before {
    width: 4px;
    position: absolute;
    transform: translateY(-50%);
    background: #ffffff;
    left: -20px;
    height: 70%;
    top: 50%;
    content: "";
}.join_now0 div div {
    transform: translateY(10px);
    justify-content: flex-start;
    opacity: 0;
    animation: slideUpButton 0.8s ease-out forwards 0.3s;
    display: flex;
}.join_now0 span {
    position: relative;
    overflow: hidden;
    display: inline-block;
}.join_now0 .feedback_widget8 {
    background: #ffffff;
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    position: relative;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    border: none;
    padding: 0.8rem 2.2rem;
    text-decoration: none;
    color: rgb(141,161,203);
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    align-items: center;
    transform: skewX(-5deg);
    overflow: hidden;
    letter-spacing: 0.5px;
    display: inline-flex;
    transition: all 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}.join_now0 .feedback_widget8 span {
    z-index: 2;
    position: relative;
    transform: skewX(5deg);
    display: inline-block;
    transition: transform 0.3s ease, color 0.3s ease;
}.join_now0 .feedback_widget8::before {
    transform: translateX(0) skewX(-10deg);
    content: "";
    left: -100%;
    z-index: 1;
    width: 100%;
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    height: 100%;
    position: absolute;
    background: rgb(105,125,167);
    top: 0;
}.join_now0 .feedback_widget8:hover {
    box-shadow: 0 12px 25px rgba(0,0,0,0.2);
    transform: skewX(-5deg) translateY(-3px);
}.join_now0 .feedback_widget8:hover::before {
    transform: translateX(100%) skewX(-10deg);
}.join_now0 .feedback_widget8:hover span {
    transform: skewX(5deg) translateX(3px);
    color: rgb(141,161,203);
}.join_now0 .feedback_widget8:active {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transform: skewX(-5deg) translateY(1px);
    transition: all 0.1s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

@keyframes shiftLight {
    0% {
        transform: rotate(30deg) translateX(0);
    }
    100% {
        transform: rotate(30deg) translateX(5%);
    }
}

@keyframes slideInText {
    0% {
        transform: translateX(50px);
        opacity: 0;
    }
    100% {
        transform: translateX(20px);
        opacity: 1;
    }
}

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

@media screen and (max-width: 991px) {.join_now0 {
    padding: 3.5rem 1.5rem;
}.join_now0 h6 {
    font-size: 20px;
    max-width: 90%;
}.join_now0 .feedback_widget8 {
    padding: 0.7rem 1.8rem;
}
}

@media screen and (max-width: 768px) {.join_now0 {
    padding: 3rem 1.2rem;
}.join_now0 .container {
    align-items: center;
    transform: perspective(1000px) rotateX(1deg);
}.join_now0 h6 {
    text-align: center;
    transform: translateX(0);
    max-width: 100%;
    margin-bottom: 2rem;
}.join_now0 h6::before {
    left: -10px;
    height: 60%;
}.join_now0 div div {
    justify-content: center;
}.join_now0 .feedback_widget8 {
    padding: 0.7rem 1.6rem;
}
}

@media screen and (max-width: 576px) {.join_now0 {
    padding: 2.5rem 1rem;
}.join_now0 h6 {
    margin-bottom: 1.8rem;
    font-size: calc(20px * 0.9);
}.join_now0 h6::before {
    width: 3px;
    left: -8px;
}.join_now0 .feedback_widget8 {
    font-size: calc(15px * 0.9);
    padding: 0.6rem 1.4rem;
}}.price_card_deck1 {
    padding: 120px 0;
    overflow: hidden;
    color: #ffffff;
    position: relative;
}.price_card_deck1::before {
    height: 100%;
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, rgba(22, 28, 36, 0.9) 0%, rgba(22, 28, 36, 0.7) 50%, rgba(22, 28, 36, 0.85) 100%);
    left: 0;
    position: absolute;
    z-index: 1;
    content: "";
}.price_card_deck1 .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.payment_deals7 {
    position: relative;
}.price_card_deck1 h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 35px;
    background: linear-gradient(90deg, rgb(105,125,167) 0%, rgb(141,161,203) 100%);
    left: 50%;
    position: relative;
    font-weight: 700;
    transform: translateX(-50%);
    color: transparent;
    display: inline-block;
    background-clip: text !important;
    -webkit-background-clip: text !important;
}.price_card_deck1 h2::after {
    height: 3px;
    bottom: -10px;
    content: "";
    background: linear-gradient(90deg, rgb(105,125,167), rgb(141,161,203));
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    width: 80px;
}.price_card_deck1 .cost_breakdown9 {
    margin: 0 auto 50px;
    line-height: 1.6;
    text-align: center;
    max-width: 700px;
    color: #ffffff;
    opacity: 0.9;
    font-size: calc(16px + 2px);
}.price_card_deck1 .fee_offers7 {
    perspective: 1000px;
    list-style: none;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
    padding: 0;
}.price_card_deck1 .fee_offers7 li {
    transition: transform 0.3s ease-out;
    transform-style: preserve-3d;
}.price_card_deck1 .fee_offers7 li:hover {
    transform: translateY(-10px) scale(1.02);
}.price_card_deck1 .study_packages6 {
    color: #ffffff;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    backdrop-filter: blur(10px);
    z-index: 1;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    display: block;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
}.price_card_deck1 .study_packages6::before {
    left: 0;
    position: absolute;
    opacity: 0;
    transition: opacity 0.4s ease;
    width: 100%;
    top: 0;
    content: "";
    height: 100%;
    z-index: -1;
    background: linear-gradient(135deg, rgb(105,125,167,0.5), rgb(141,161,203,0.5));
}.price_card_deck1 .study_packages6:hover::before {
    opacity: 0.15;
}.price_card_deck1 .study_packages6::after {
    opacity: 0;
    content: "";
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform: scale(0.5);
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    pointer-events: none;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
}.price_card_deck1 .study_packages6:hover::after {
    transform: scale(1);
    opacity: 1;
}.price_card_deck1 .cost_schemes2 {
    height: 100%;
    display: flex;
    padding: 40px 30px;
    justify-content: space-between;
    flex-direction: column;
    box-sizing: border-box;
    overflow: hidden;
    min-height: 500px;
    position: relative;
}.price_card_deck1 .package_pricing5 {
    position: relative;
    z-index: 2;
}.price_card_deck1 .package_pricing5 h4 {
    position: relative;
    transition: transform 0.3s ease;
    font-weight: 700;
    transform-origin: left center;
    font-size: calc(18px + 2px);
    display: inline-block;
    margin-bottom: 20px;
}.price_card_deck1 .study_packages6:hover .package_pricing5 h4 {
    transform: translateX(5px);
    color: rgb(105,125,167);
}.price_card_deck1 .package_pricing5 h4::after {
    background: rgb(105,125,167);
    left: 0;
    bottom: -8px;
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: width 0.3s ease;
}.price_card_deck1 .study_packages6:hover .package_pricing5 h4::after {
    width: 50px;
}.price_card_deck1 .package_pricing5 p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    max-height: 250px;
    font-size: 16px;
    scrollbar-color: rgb(105,125,167) rgba(255, 255, 255, 0.1);
    scrollbar-width: thin;
    word-wrap: break-word;
    margin-bottom: 25px;
    hyphens: auto;
    overflow: auto;
    overflow-wrap: break-word;
}.price_card_deck1 .package_pricing5 p::-webkit-scrollbar {
    width: 4px;
}.price_card_deck1 .package_pricing5 p::-webkit-scrollbar-track {
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.1);
}.price_card_deck1 .package_pricing5 p::-webkit-scrollbar-thumb {
    background-color: rgb(105,125,167);
    border-radius: 4px;
}.price_card_deck1 .cost_matrix2 {
    font-size: calc(18px + 6px);
    -webkit-background-clip: text !important;
    font-weight: 700;
    background: linear-gradient(135deg, rgb(105,125,167) 0%, rgb(141,161,203) 100%);
    color: transparent;
    display: inline-block;
    position: relative;
    color: #ffffff;
    background-clip: text !important;
    transition: transform 0.3s ease;
    margin-top: 15px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}.price_card_deck1 .study_packages6:hover .cost_matrix2 {
    transform: scale(1.05);
}.price_card_deck1 .cost_matrix2::before {
    background: linear-gradient(90deg, rgb(105,125,167), transparent);
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    bottom: -8px;
}

@media (max-width: 1200px) {.price_card_deck1 {
    padding: 100px 0;
}.price_card_deck1 .fee_offers7 {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 25px;
}.price_card_deck1 .cost_schemes2 {
    min-height: 450px;
    padding: 30px 25px;
}.price_card_deck1 .cost_matrix2 {
    font-size: calc(18px + 4px);
}
}

@media (max-width: 991px) {.price_card_deck1 {
    padding: 80px 0;
}.price_card_deck1 h2 {
    font-size: calc(35px - 4px);
}.price_card_deck1 .cost_breakdown9 {
    margin-bottom: 40px;
    font-size: 16px;
}.price_card_deck1 .fee_offers7 {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
}

@media (max-width: 767px) {.price_card_deck1 {
    padding: 60px 0;
}.price_card_deck1 h2 {
    font-size: calc(35px - 6px);
}.price_card_deck1 .fee_offers7 {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.price_card_deck1 .cost_schemes2 {
    padding: 25px 20px;
    min-height: auto;
}.price_card_deck1 .package_pricing5 p {
    max-height: 150px;
}
}

@media (max-width: 480px) {.price_card_deck1 {
    padding: 50px 0;
}.price_card_deck1 h2 {
    font-size: calc(35px - 8px);
}.price_card_deck1 .cost_breakdown9 {
    font-size: calc(16px - 1px);
    margin-bottom: 30px;
}.price_card_deck1 .package_pricing5 h4 {
    font-size: 18px;
}.price_card_deck1 .package_pricing5 p {
    font-size: calc(16px - 1px);
}.price_card_deck1 .cost_matrix2 {
    font-size: calc(18px + 2px);
}}.welcome_page8 {
    font-family: Arial, sans-serif;
    min-height: 100vh;
    position: relative;
    background-color: rgb(176,197,239);
    overflow: hidden;
}.welcome_page8 .edu_lead8 {
    min-height: 100vh;
    display: flex;
    justify-content: flex-start;
    position: relative;
    align-items: center;
}.welcome_page8 .edu_lead8::before {
    bottom: 0;
    background: linear-gradient(135deg, rgb(141,161,203) 0%, rgba(0,0,0,0.7) 100%);
    content: "";
    left: 0;
    right: 0;
    opacity: 0.85;
    position: absolute;
    top: 0;
    z-index: 1;
}.welcome_page8 .edu_lead8::after {
    background-size: 20px 20px;
    position: absolute;
    content: "";
    background-position: 0 0, 0 10px, 10px -10px, -10px 0;
    background-image: 
    linear-gradient(45deg, rgb(141,161,203,0.5) 25%, transparent 25%),
    linear-gradient(-45deg, rgb(141,161,203,0.5) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgb(141,161,203,0.5) 75%),
    linear-gradient(-45deg, transparent 75%, rgb(141,161,203,0.5) 75%);
    bottom: 0;
    left: 0;
    z-index: 2;
    top: 0;
    opacity: 0.05;
    right: 0;
}.welcome_page8 .study_programs9 {
    animation: fadeInUp 1.2s ease-out forwards;
    gap: 2rem;
    display: grid;
    z-index: 3;
    padding: 4rem 0;
    margin-left: 10%;
    grid-template-columns: 1fr;
    position: relative;
    max-width: 80%;
    transform: translateY(-2%);
}.welcome_page8 .study_programs9 > div:first-child {
    position: relative;
}.welcome_page8 .study_programs9 > div:first-child::before {
    position: absolute;
    width: 5px;
    transform: translateY(-50%);
    height: 70%;
    content: "";
    top: 50%;
    left: -20px;
    background: linear-gradient(to bottom, rgb(105,125,167), transparent);
}.welcome_page8 .title_style_header {
    transform: translateX(0);
    margin-bottom: 1rem;
    line-height: 1.2;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    color: #ffffff;
    font-size: calc(48px * 1.2);
    font-weight: 700;
    position: relative;
    transition: transform 0.5s ease;
}.welcome_page8 .title_style_header::after {
    content: "";
    background: rgb(105,125,167);
    height: 3px;
    animation-delay: 0.8s;
    animation: lineGrow 1.5s ease-out forwards;
    width: 0;
    left: 0;
    bottom: -10px;
    position: absolute;
}.welcome_page8 .study_programs9 > div:nth-child(2) {
    border-left: 1px solid rgba(255,255,255,0.1);
    transition: transform 0.5s ease;
    transform: translateX(0);
    padding-left: 1.5rem;
}.welcome_page8 h3 {
    animation-delay: 0.3s;
    font-weight: 600;
    font-size: 21px;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    opacity: 0;
    color: #ffffff;
    animation: fadeIn 1s ease-out forwards;
}.welcome_page8 p {
    animation: fadeIn 1s ease-out forwards;
    font-size: 13px;
    position: relative;
    line-height: 1.7;
    opacity: 0;
    animation-delay: 0.6s;
    color: rgb(255, 255, 255, 0.5);
    margin-bottom: 2rem;
    padding-left: 1rem;
}.welcome_page8 p::before {
    top: 0.5rem;
    border-radius: 10px;
    width: 4px;
    content: "";
    left: 0;
    height: 4px;
    background-color: rgb(105,125,167);
    position: absolute;
}@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10%);
  }
  to {
    opacity: 1;
    transform: translateY(-2%);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes lineGrow {
  from {
    width: 0;
  }
  to {
    width: 60px;
  }
}

.welcome_page8:hover .study_programs9 > div:first-child {
    transition: transform 0.5s ease;
    transform: translateY(-5px);
}.welcome_page8:hover .study_programs9 > div:nth-child(2) {
    transition: transform 0.5s ease;
    transform: translateX(5px);
}

@media (min-width: 992px) {.welcome_page8 .study_programs9 {
    gap: 3rem;
    max-width: 90%;
    margin-left: 5%;
    grid-template-columns: 1fr 1fr;
}.welcome_page8 .title_style_header {
    font-size: calc(48px * 1.4);
}.welcome_page8 h3 {
    font-size: calc(21px * 1.1);
}.welcome_page8 .study_programs9 > div:nth-child(2) {
    padding-top: 2rem;
}
}

@media (max-width: 991px) {.welcome_page8 .study_programs9 {
    margin-left: 5%;
    max-width: 90%;
}.welcome_page8 .title_style_header {
    font-size: calc(48px * 1.1);
}
}

@media (max-width: 768px) {.welcome_page8 {
    min-height: 80vh;
}.welcome_page8 .edu_lead8 {
    min-height: 80vh;
}.welcome_page8 .study_programs9 {
    margin-left: 2.5%;
    padding: 3rem 0;
    max-width: 95%;
}.welcome_page8 h3 {
    font-size: 21px;
    line-height: 1.5;
}
}

@media (max-width: 576px) {.welcome_page8 .study_programs9 {
    padding: 2rem 0;
}.welcome_page8 .title_style_header {
    font-size: 48px;
}.welcome_page8 .study_programs9 > div:first-child::before {
    left: -15px;
    height: 50%;
}.welcome_page8 h3 {
    font-size: calc(21px * 0.9);
}.welcome_page8 p {
    font-size: calc(13px * 0.9);
}}.educational_gains0 {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(176,197,239) 0%, rgba(0, 0, 0, 0.5) 20%);
}.educational_gains0::before {
    position: absolute;
    background-size: 30px 30px;
    opacity: 0.3;
    top: 0;
    background-image: radial-gradient(rgb(105,125,167,0.5) 1px, transparent 1px);
    width: 100%;
    height: 100%;
    animation: pulse 8s infinite alternate;
    left: 0;
    content: '';
}.educational_gains0::after {
    transform: rotate(-30deg);
    top: -50%;
    position: absolute;
    background: linear-gradient(45deg, rgb(141,161,203,0.5) 0%, transparent 70%);
    right: -50%;
    filter: blur(60px);
    content: '';
    z-index: 0;
    height: 200%;
    width: 80%;
}.educational_gains0 .edu_ethos3 {
    padding: 0 20px;
    z-index: 1;
    position: relative;
    display: flex;
    margin: 0 auto;
    max-width: 1280px;
    gap: 60px;
}.educational_gains0 .img_lightbox1 {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    overflow: hidden;
    flex: 1;
    border-radius: 20px;
    min-height: 500px;
    position: relative;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.2),
                -20px -20px 40px rgba(255, 255, 255, 0.05);
}.educational_gains0 .img_lightbox1::before {
    content: '';
    top: 0;
    height: 100%;
    z-index: 1;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
}.educational_gains0 .img_lightbox1::after {
    bottom: 0;
    width: 40%;
    content: '';
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    background: linear-gradient(225deg, rgb(141,161,203,0.5) 0%, transparent 100%);
    position: absolute;
    height: 40%;
    z-index: 2;
    right: 0;
}.educational_gains0 .img_lightbox1:hover {
    transform: translateY(-10px);
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.25),
                -25px -25px 50px rgba(255, 255, 255, 0.07);
}.educational_gains0 .tag_content7 {
    justify-content: center;
    flex-direction: column;
    flex: 1;
    display: flex;
}.educational_gains0 h2 {
    padding-bottom: 15px;
    color: #ffffff;
    position: relative;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 28px;
}.educational_gains0 h2::after {
    height: 4px;
    bottom: 0;
    border-radius: 10px;
    width: 80px;
    left: 0;
    background: linear-gradient(90deg, rgb(141,161,203) 0%, rgb(105,125,167) 100%);
    position: absolute;
    content: '';
}.educational_gains0 .text_main_holder {
    display: flex;
    gap: 25px;
    flex-direction: column;
}.educational_gains0 .text_main_holder > div {
    animation-delay: calc(var(--i, 0) * 0.1s);
    opacity: 0;
    background: rgba(255, 255, 255, 0.03);
    display: flex;
    animation: slideIn 0.5s forwards;
    box-shadow: inset 5px 5px 15px rgba(0, 0, 0, 0.1),
                inset -5px -5px 15px rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    align-items: flex-start;
    border-radius: 20px;
    padding: 20px;
    transform: translateX(-20px);
    gap: 20px;
}.educational_gains0 .text_main_holder > div:nth-child(1) {
    --i: 1;
}.educational_gains0 .text_main_holder > div:nth-child(2) {
    --i: 2;
}.educational_gains0 .text_main_holder > div:nth-child(3) {
    --i: 3;
}.educational_gains0 .text_main_holder > div:nth-child(4) {
    --i: 4;
}.educational_gains0 .text_main_holder > div:nth-child(5) {
    --i: 5;
}.educational_gains0 .text_main_holder > div:nth-child(6) {
    --i: 6;
}.educational_gains0 .text_main_holder svg {
    flex-shrink: 0;
    width: 30px;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
    height: 30px;
}.educational_gains0 .text_main_holder svg path {
    fill: rgb(141,161,203);
    transition: fill 0.3s ease;
}.educational_gains0 .text_main_holder > div:hover svg path {
    fill: rgb(105,125,167);
}.educational_gains0 .text_main_holder p {
    color: #ffffff;
    line-height: 1.6;
    margin: 0;
    font-size: 16px;
}

@keyframes pulse {
    0% {
        opacity: 0.2;
    }
    100% {
        opacity: 0.5;
    }
}

@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@media (max-width: 992px) {.educational_gains0 .edu_ethos3 {
    gap: 40px;
    flex-direction: column;
}.educational_gains0 .img_lightbox1 {
    min-height: 400px;
}.educational_gains0 h2 {
    text-align: center;
    margin-bottom: 30px;
}.educational_gains0 h2::after {
    left: 50%;
    transform: translateX(-50%);
}
}

@media (max-width: 768px) {.educational_gains0 {
    padding: 80px 0;
}.educational_gains0 .edu_ethos3 {
    gap: 30px;
}.educational_gains0 .img_lightbox1 {
    min-height: 300px;
}.educational_gains0 .text_main_holder > div {
    padding: 15px;
    gap: 15px;
}.educational_gains0 .text_main_holder svg {
    width: 24px;
    height: 24px;
}
}

@media (max-width: 576px) {.educational_gains0 {
    padding: 60px 0;
}.educational_gains0 .img_lightbox1 {
    min-height: 250px;
}.educational_gains0 h2 {
    font-size: calc(28px * 0.85);
}.educational_gains0 .text_main_holder > div {
    gap: 12px;
    padding: 12px;
}.educational_gains0 .text_main_holder svg {
    width: 20px;
    height: 20px;
}}.privacy_cove9 {
    color: #ffffff;
    font-family: Arial, sans-serif;
    height: auto;
    overflow: hidden;
    box-shadow: 0 0 15px rgb(141,161,203,0.5), 0 0 30px rgb(105,125,167,0.5);
    width: 100%;
    padding: 40px;
}.privacy_cove9 h1 {
    color: rgb(141,161,203);
    text-shadow: 0 0 10px rgb(141,161,203,0.5);
    text-transform: uppercase;
    padding-bottom: 10px;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 39px;
    margin-top: 40px;
    border-bottom: 2px solid rgb(141,161,203);
}.privacy_cove9 h2 {
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(105,125,167);
    padding-bottom: 5px;
    margin-top: 30px;
    color: rgb(105,125,167);
    font-size: 36px;
    text-shadow: 0 0 10px rgb(105,125,167,0.5);
}.privacy_cove9 h3, .privacy_cove9 h4, .privacy_cove9 h5, .privacy_cove9 h6 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 25px;
    text-shadow: 0 0 5px rgb(141,161,203,0.5);
    margin-bottom: 15px;
    color: rgb(141,161,203);
}.privacy_cove9 ul, .privacy_cove9 ol {
    list-style-position: inside;
    padding-left: 20px;
    padding: 15px 0;
}.privacy_cove9 li {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: #000000;
    margin-bottom: 15px;
    text-shadow: 0 0 5px rgb(141,161,203,0.5);
}.privacy_cove9 section {
    box-shadow: 0 0 15px rgb(141,161,203,0.5);
    padding: 20px;
    background: rgb(176,197,239);
    border-radius: 10px;
    margin-top: 20px;
}.privacy_cove9 p, .privacy_cove9 span, .privacy_cove9 div {
    font-weight: 300;
    text-shadow: 0 0 5px rgb(141,161,203,0.5);
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 10px;
    color: #000000;
}

@media only screen and (max-width: 800px) {.privacy_cove9 {
    padding: 20px 10px;
}.privacy_cove9 h1 {
    font-size: calc(20px * 0.8);
}.privacy_cove9 h2 {
    font-size: calc(20px * 0.8);
}.privacy_cove9 h3, .privacy_cove9 h4, .privacy_cove9 h5, .privacy_cove9 h6 {
    font-size: calc(20px * 0.8);
}.privacy_cove9 p, .privacy_cove9 span, .privacy_cove9 div {
    font-size: calc(16px * 0.9);
}}.cookieNotificationAlert6 {
    position: fixed;
    justify-content: center;
    width: 100%;
    background: rgb(176,197,239);
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    display: flex;
    z-index: 100;
    bottom: 0;
    padding: 20px 0;
    border-top: 3px solid rgb(141,161,203);
}.cookie_panel0 {
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    max-width: 1200px;
    display: flex;
    width: 90%;
    border: 2px solid rgb(141,161,203);
    padding: 20px;
    margin: auto;
    justify-content: space-between;
}.user_status5 {
    flex-shrink: 0;
    margin-right: 20px;
}.user_status5 svg {
    height: 50px;
    fill: rgb(141,161,203);
    width: 50px;
}.cookie_tips9 {
    color: #ffffff;
    text-align: left;
    flex-grow: 1;
}.cookie_tips9 h5 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgb(141,161,203);
}.cookie_tips9 p {
    margin: 0;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.5;
}.cookie_tips9 p a {
    color: rgb(141,161,203);
    text-decoration: underline;
}.cookie_guard6 {
    border: none;
    min-width: 120px;
    cursor: pointer;
    flex-shrink: 0;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    background: rgb(141,161,203);
    text-align: center;
    font-size: 15px;
    color: #ffffff;
}.cookie_button.cookie_confirm6 {
    margin-right: 10px;
}#cookieNotification3 {
    display: none;
}#cookieNotification3:checked ~ .cookieNotificationAlert6 {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.cookie_panel0 {
    text-align: center;
    align-items: center;
    flex-direction: column;
}.user_status5 {
    margin-bottom: 20px;
    margin-right: 0;
}.cookie_guard6 {
    max-width: 250px;
    width: 100%;
    margin: 10px 0;
}}
footer {
    position: relative;
    width: 100%;
}footer .discuss_cta3 {
    background-color: rgb(105,125,167);
    color: #ffffff;
    padding: 80px 0 30px;
    font-family: Arial, sans-serif;
    position: relative;
}footer .discuss_cta3::before {
    background-image: 
        linear-gradient(30deg, rgb(105,125,167) 12%, transparent 12.5%, transparent 87%, rgb(105,125,167) 87.5%, rgb(105,125,167)),
        linear-gradient(150deg, rgb(105,125,167) 12%, transparent 12.5%, transparent 87%, rgb(105,125,167) 87.5%, rgb(105,125,167)),
        linear-gradient(30deg, rgb(105,125,167) 12%, transparent 12.5%, transparent 87%, rgb(105,125,167) 87.5%, rgb(105,125,167)),
        linear-gradient(150deg, rgb(105,125,167) 12%, transparent 12.5%, transparent 87%, rgb(105,125,167) 87.5%, rgb(105,125,167)),
        linear-gradient(60deg, rgb(141,161,203,0.5) 25%, transparent 25.5%, transparent 75%, rgb(141,161,203,0.5) 75%, rgb(141,161,203,0.5)),
        linear-gradient(60deg, rgb(141,161,203,0.5) 25%, transparent 25.5%, transparent 75%, rgb(141,161,203,0.5) 75%, rgb(141,161,203,0.5));
    left: 0;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    position: absolute;
    opacity: 0.05;
    width: 100%;
    height: 100%;
    content: "";
    pointer-events: none;
    background-size: 80px 140px;
    top: 0;
}footer .discuss_cta3::after {
    width: 100%;
    background: linear-gradient(90deg, rgb(141,161,203), rgb(105,125,167));
    height: 5px;
    content: "";
    position: absolute;
    top: 0;
    pointer-events: none;
    left: 0;
}footer .footer_workshops4 {
    z-index: 1;
    position: relative;
}footer .team_contact2 {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
    gap: 20px;
}footer .info_item {
    min-height: 60px;
    transition: all 0.4s ease;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    cursor: pointer;
    max-width: 300px;
    background-color: rgba(255, 255, 255, 0.03);
    padding: 20px 25px;
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    flex: 0 1 auto;
    min-width: 200px;
}footer .info_item::before {
    background-color: rgb(105,125,167);
    left: 3px;
    top: 3px;
    content: "";
    pointer-events: none;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    z-index: -1;
    right: 3px;
    bottom: 3px;
    position: absolute;
}footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgb(141,161,203);
}footer .info_item svg {
    height: 20px;
    margin-right: 12px;
    flex-shrink: 0;
    width: 20px;
    transition: fill 0.3s ease;
    fill: rgb(141,161,203);
}footer .info_item:hover svg {
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    font-size: 14px;
    text-overflow: ellipsis;
    color: #ffffff;
    height: 100%;
    z-index: 1;
    width: 100%;
    transition: all 0.3s ease;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    text-decoration: none;
}footer .text_main_holder {
    padding-top: 40px;
    grid-template-columns: 1fr;
    gap: 50px;
    position: relative;
    display: grid;
}footer .text_main_holder::before {
    top: 0;
    left: 10%;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    position: absolute;
    content: "";
    height: 1px;
    width: 80%;
}footer .nav_prime2 {
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    display: flex;
    margin: 0 auto;
    padding: 20px;
    justify-content: center;
    position: relative;
    align-items: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    max-width: 350px;
    text-align: center;
    flex-direction: column;
}footer .nav_prime2::before {
    background-color: rgb(105,125,167);
    content: "";
    left: 3px;
    right: 3px;
    top: 3px;
    position: absolute;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    bottom: 3px;
    z-index: -1;
    pointer-events: none;
}footer .nav_prime2 svg {
    width: auto;
    filter: brightness(0) invert(1);
    height: 45px;
    margin-bottom: 20px;
}footer .award_show6 {
    line-height: 1.6;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}footer .header_edu5 {
    border-radius: 18px;
    padding: 30px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.03);
}footer .header_edu5 h5 {
    padding-bottom: 10px;
    color: #ffffff;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 25px;
    display: inline-block;
    position: relative;
}footer .header_edu5 h5::after {
    left: 0;
    height: 2px;
    background-color: rgb(141,161,203);
    pointer-events: none;
    position: absolute;
    bottom: 0;
    width: 50px;
    content: "";
}footer .main_edu8 {
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
}footer .main_edu8 a {
    cursor: pointer;
    padding: 12px 15px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(255, 255, 255, 0.03);
    display: flex;
    text-decoration: none;
    align-items: center;
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease;
}footer .main_edu8 a::before {
    pointer-events: none;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-bottom: 4px solid transparent;
    content: "";
    opacity: 0;
    border-top: 4px solid transparent;
    transition: all 0.3s ease;
    top: 50%;
    border-left: 4px solid rgb(141,161,203);
    position: absolute;
    left: 5px;
}footer .main_edu8 a:hover {
    background-color: rgba(255, 255, 255, 0.05);
    padding-left: 25px;
    color: #ffffff;
}footer .main_edu8 a:hover::before {
    opacity: 1;
}footer .subscribe_holder {
    border-radius: 18px;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.05);
    position: relative;
}footer .subscribe_holder::before {
    width: 100%;
    opacity: 0.05;
    left: 0;
    border-radius: 18px;
    height: 100%;
    background-size: 20px 20px;
    position: absolute;
    top: 0;
    background-image: 
        linear-gradient(-45deg, transparent 48%, rgb(141,161,203,0.5) 49%, rgb(141,161,203,0.5) 51%, transparent 52%),
        linear-gradient(45deg, transparent 48%, rgb(141,161,203,0.5) 49%, rgb(141,161,203,0.5) 51%, transparent 52%);
    content: "";
    pointer-events: none;
}footer .subscribe_holder h5 {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 25px;
}footer .input_holder {
    position: relative;
    gap: 15px;
    flex-direction: column;
    display: flex;
    width: 100%;
    z-index: 5;
}footer .input_holder input[type="email"] {
    padding: 14px 16px;
    cursor: text;
    color: #ffffff;
    border-radius: 10px;
    transition: all 0.3s ease;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 5;
    appearance: none;
    font-size: 14px;
    position: relative;
    -webkit-appearance: none;
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.08);
    border-color: rgb(141,161,203);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}footer .mail_sub9 {
    z-index: 5;
    border: none;
    background-color: rgb(141,161,203);
    transition: all 0.3s ease;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    color: #ffffff;
    width: 100%;
    cursor: pointer;
    border-radius: 10px;
    padding: 14px 20px;
}footer .mail_sub9:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background-color: rgb(105,125,167);
}footer .progress_bar2 {
    margin-top: 50px;
    position: relative;
    text-align: center;
}footer .ssl_info0 {
    position: relative;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    display: inline-block;
    padding: 0 20px;
}footer .ssl_info0::before,
footer .ssl_info0::after {
    width: 20px;
    content: "";
    pointer-events: none;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    top: 50%;
    position: absolute;
}footer .ssl_info0::before {
    transform: rotate(-45deg);
    left: -10px;
}footer .ssl_info0::after {
    transform: rotate(45deg);
    right: -10px;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .mail_sub9 {
    flex-shrink: 0;
    width: auto;
    min-width: 150px;
}footer .input_holder input[type="email"] {
    flex: 1;
    min-width: 0;
}
}

@media (max-width: 991px) {footer .main_edu8 {
    grid-template-columns: 1fr;
}
}

@media (max-width: 767px) {footer .discuss_cta3 {
    padding: 60px 0 30px;
}footer .team_contact2 {
    margin-bottom: 40px;
}footer .info_item {
    padding: 15px 20px;
    min-width: 150px;
}footer .header_edu5, footer .subscribe_holder {
    padding: 25px 20px;
}footer .nav_prime2 {
    margin-bottom: 20px;
    padding: 15px;
}footer .progress_bar2 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .discuss_cta3 {
    padding: 50px 0 20px;
}footer .info_item {
    min-width: 100%;
}footer .header_edu5 h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(24px - 2px);
}footer .header_edu5, footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .mail_sub9 {
    padding: 12px;
}}.course_highlights8 {
    background: rgb(176,197,239);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.course_highlights8::before {
    width: 300px;
    height: 300px;
    transform: rotate(-15deg);
    opacity: 0.7;
    position: absolute;
    top: -100px;
    z-index: 1;
    content: "";
    right: -100px;
    background: linear-gradient(135deg, rgb(141,161,203,0.5) 0%, transparent 70%);
}.course_highlights8::after {
    position: absolute;
    background: linear-gradient(225deg, rgb(105,125,167,0.5) 0%, transparent 70%);
    width: 200px;
    left: -50px;
    opacity: 0.5;
    bottom: -50px;
    content: "";
    transform: rotate(15deg);
    z-index: 1;
    height: 200px;
}.course_highlights8 .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
}.course_highlights8 .training_path0 {
    grid-template-columns: 1fr;
    gap: 40px;
    position: relative;
    display: grid;
}.course_highlights8 .img_lightbox1 {
    transform: perspective(1000px) rotateY(2deg);
    height: 320px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}.course_highlights8 .img_lightbox1::before {
    opacity: 0.4;
    inset: 0;
    background: linear-gradient(
        to right,
        rgb(141,161,203,0.5) 0%,
        transparent 20%,
        transparent 80%,
        rgb(105,125,167,0.5) 100%
    );
    position: absolute;
    content: "";
    transition: opacity 0.5s ease;
}.course_highlights8 .img_lightbox1:hover {
    transform: perspective(1000px) rotateY(0deg);
}.course_highlights8 .img_lightbox1:hover::before {
    opacity: 0.2;
}.course_highlights8 .tag_content7 {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    padding: 30px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateY(0);
}.course_highlights8 .tag_content7:hover {
    transform: translateY(-5px);
}.course_highlights8 .tag_content7::before {
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    left: 0;
    height: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(141,161,203), rgb(105,125,167));
    width: 4px;
    position: absolute;
}.course_highlights8 .tag_content7:hover::before {
    height: 100%;
}.course_highlights8 h3 {
    color: #000000;
    transform: translateX(0);
    font-family: Arial, sans-serif;
    transition: transform 0.4s ease;
    padding-bottom: 15px;
    position: relative;
    font-weight: 600;
    font-size: calc(19px * 1.1);
    margin-bottom: 25px;
}.course_highlights8 .tag_content7:hover h3 {
    transform: translateX(10px);
}.course_highlights8 h3::after {
    position: absolute;
    width: 60px;
    transition: width 0.4s ease;
    left: 0;
    background: rgb(141,161,203);
    bottom: 0;
    height: 2px;
    content: "";
}.course_highlights8 .tag_content7:hover h3::after {
    width: 100px;
}.course_highlights8 .description {
    color: #000000;
    line-height: 1.7;
    font-size: 13px;
    font-family: Arial, sans-serif;
    transition: opacity 0.3s ease;
    margin-bottom: 20px;
    opacity: 0.9;
}.course_highlights8 .tag_content7:hover .description {
    opacity: 1;
}.course_highlights8 p.description {
    display: block;
    scrollbar-width: thin;
    max-height: 300px;
    overflow-y: auto;
    scrollbar-color: rgb(141,161,203,0.5) #ffffff;
    padding-right: 15px;
}.course_highlights8 p.description::-webkit-scrollbar {
    width: 6px;
}.course_highlights8 p.description::-webkit-scrollbar-track {
    background: #ffffff;
}.course_highlights8 p.description::-webkit-scrollbar-thumb {
    background-color: rgb(141,161,203,0.5);
    border-radius: 10px;
}.course_highlights8 span.description {
    display: none;
}

@media (min-width: 768px) {.course_highlights8 {
    padding: 150px 0;
}.course_highlights8 .training_path0 {
    gap: 60px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.course_highlights8 .img_lightbox1 {
    transform: perspective(1000px) rotateY(3deg) translateX(-20px);
    height: 450px;
}.course_highlights8 .img_lightbox1:hover {
    transform: perspective(1000px) rotateY(0deg) translateX(0);
}.course_highlights8 .tag_content7 {
    padding: 40px;
}.course_highlights8 h3 {
    margin-bottom: 30px;
    font-size: 19px;
}.course_highlights8 p.description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.course_highlights8 .training_path0 {
    gap: 80px;
}.course_highlights8 .img_lightbox1 {
    height: 500px;
}.course_highlights8 .tag_content7 {
    padding: 50px;
}.course_highlights8 h3 {
    font-size: calc(19px * 1.2);
}.course_highlights8 p.description {
    line-height: 1.75;
    font-size: calc(13px * 1.05);
    max-height: 400px;
}
}

@media (min-width: 1200px) {.course_highlights8 .training_path0 {
    gap: 100px;
}.course_highlights8 .img_lightbox1 {
    transform: perspective(1200px) rotateY(5deg) translateX(-30px);
    height: 550px;
}.course_highlights8 .img_lightbox1:hover {
    transform: perspective(1200px) rotateY(0deg) translateX(0);
}.course_highlights8 .tag_content7 {
    padding: 60px 70px 60px 60px;
}.course_highlights8 h3 {
    font-size: calc(19px * 1.3);
    margin-bottom: 35px;
    padding-bottom: 20px;
}.course_highlights8 p.description {
    max-height: 450px;
}
}

@media (max-width: 767px) {.course_highlights8 {
    padding: 80px 0;
}.course_highlights8 .tag_content7 {
    padding: 25px 20px;
}.course_highlights8 h3 {
    font-size: calc(20px * 1.1);
    margin-bottom: 20px;
    padding-bottom: 12px;
}.course_highlights8 p.description {
    line-height: 1.6;
    max-height: 250px;
    font-size: calc(13px * 0.95);
}}.mentorship_profile4 {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(176,197,239) 0%, #ffffff 100%);
}.mentorship_profile4::before {
    opacity: 0.1;
    height: 100%;
    background-size: 120px 120px;
    position: absolute;
    content: "";
    width: 100%;
    transform: perspective(1000px) rotateX(5deg);
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(141,161,203,0.5) 49.5%, rgb(141,161,203,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(105,125,167,0.5) 49.5%, rgb(105,125,167,0.5) 50.5%, transparent 50.5%);
    left: 0;
    z-index: 0;
    top: 0;
}.mentorship_profile4 .container {
    position: relative;
    max-width: 1200px;
    transform-style: preserve-3d;
    margin: 0 auto;
    perspective: 1000px;
    z-index: 1;
}.mentorship_profile4 .client_views9 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: grid;
    padding: 3rem;
    grid-gap: 2rem;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    transform: perspective(1000px) rotateY(-2deg);
    position: relative;
    grid-template-columns: 1fr;
}.mentorship_profile4 .client_views9:hover {
    transform: perspective(1000px) rotateY(0deg);
}.mentorship_profile4 .client_views9::before {
    filter: blur(8px);
    content: "";
    opacity: 0;
    background: linear-gradient(135deg, rgb(141,161,203,0.5) 0%, rgb(105,125,167,0.5) 100%);
    position: absolute;
    right: -10px;
    left: -10px;
    top: -10px;
    z-index: -1;
    bottom: -10px;
    transition: opacity 0.5s ease;
}.mentorship_profile4 .client_views9:hover::before {
    opacity: 0.7;
}.mentorship_profile4 .client_views9 > div:nth-child(1) {
    grid-area: photo;
}.mentorship_profile4 .client_views9 > div:nth-child(2) {
    grid-area: info;
}.mentorship_profile4 .client_views9 > div:nth-child(3) {
    grid-area: quote;
}.mentorship_profile4 .img_lightbox1 {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: relative;
    transform: translateZ(30px);
    width: 240px;
    overflow: hidden;
    height: 240px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    clip-path: polygon(0% 15%, 15% 0%, 85% 0%, 100% 15%, 100% 85%, 85% 100%, 15% 100%, 0% 85%);
}.mentorship_profile4 .client_views9:hover .img_lightbox1 {
    transform: translateZ(50px) scale(1.05);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}.mentorship_profile4 .img_lightbox1::after {
    transition: opacity 0.4s ease;
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgb(141,161,203,0.5) 0%, transparent 100%);
    opacity: 0.3;
    left: 0;
}.mentorship_profile4 .client_views9:hover .img_lightbox1::after {
    opacity: 0.5;
}.mentorship_profile4 .name {
    transition: transform 0.3s ease;
    margin: 0 0 0.5rem;
    position: relative;
    color: rgb(141,161,203);
    font-weight: 700;
    font-size: calc(22px * 1.2);
    transform: translateZ(15px);
}.mentorship_profile4 .name::after {
    transform-origin: left;
    width: 60px;
    bottom: -10px;
    transition: transform 0.4s ease-out;
    content: "";
    transform: scaleX(0.7);
    background: rgb(105,125,167);
    height: 3px;
    left: 0;
    position: absolute;
}.mentorship_profile4 .client_views9:hover .name::after {
    transform: scaleX(1);
}.mentorship_profile4 .client_views9 > div:nth-child(2) > div {
    font-family: Arial, sans-serif;
    font-size: calc(18px * 1.1);
    position: relative;
    margin-top: 1.5rem;
    transform: translateZ(10px);
    color: rgb(105,125,167);
    font-weight: 600;
}.mentorship_profile4 .past_jobs5 {
    font-family: Arial, sans-serif;
    text-align: justify;
    font-size: 18px;
    line-height: 1.8;
    color: #000000;
    position: relative;
    transform: translateZ(5px);
}.mentorship_profile4 .past_jobs5::before {
    color: rgb(141,161,203,0.5);
    content: "";
    left: -1.5rem;
    position: absolute;
    font-size: 6rem;
    transform: translateZ(5px);
    top: -3.5rem;
    transition: all 0.4s ease;
    opacity: 0.2;
    font-family: Georgia, serif;
}.mentorship_profile4 .client_views9:hover .past_jobs5::before {
    opacity: 0.4;
    transform: translateZ(15px) translateY(-10px);
}

@media (min-width: 768px) {.mentorship_profile4 .client_views9 {
    grid-template-columns: auto 1fr;
    align-items: center;
    grid-template-areas:
            "photo info"
            "quote quote";
    padding: 4rem;
}.mentorship_profile4 .client_views9 > div:nth-child(2) {
    padding-left: 2rem;
}.mentorship_profile4 .past_jobs5 {
    margin-top: 2rem;
}
}

@media (min-width: 992px) {.mentorship_profile4 {
    padding: 8rem 0;
}.mentorship_profile4 .client_views9 {
    grid-template-columns: auto 1fr;
    padding: 5rem;
    grid-template-rows: auto 1fr;
    grid-template-areas:
            "photo info"
            "photo quote";
}.mentorship_profile4 .past_jobs5 {
    padding-left: 2rem;
    margin-top: 0;
}.mentorship_profile4 .img_lightbox1 {
    width: 280px;
    height: 280px;
}
}

@media (max-width: 767px) {.mentorship_profile4 .client_views9 {
    grid-template-areas:
            "img_lightbox1"
            "message_query7"
            "past_jobs5";
    padding: 2rem;
    transform: perspective(1000px) rotateY(0deg);
}.mentorship_profile4 .img_lightbox1 {
    width: 180px;
    margin: 0 auto;
    height: 180px;
}.mentorship_profile4 .name {
    text-align: center;
    margin-top: 1.5rem;
}.mentorship_profile4 .name::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0.7);
}.mentorship_profile4 .client_views9:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.mentorship_profile4 .client_views9 > div:nth-child(2) > div {
    margin-top: 1rem;
    text-align: center;
}.mentorship_profile4 .past_jobs5 {
    text-align: left;
    margin-top: 1.5rem;
}}.connect_form6 {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: rgb(176,197,239);
}.connect_form6::before {
    width: 100%;
    left: 0;
    z-index: 1;
    height: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgb(141,161,203,0.5) 0%, transparent 50%, rgb(105,125,167,0.5) 100%);
    top: 0;
}.connect_form6::after {
    content: "";
    height: 100%;
    position: absolute;
    background: radial-gradient(circle at 30% 70%, rgb(141,161,203,0.5) 0%, transparent 30%);
    top: 0;
    animation: pulse 15s infinite alternate;
    left: 0;
    z-index: 1;
    width: 100%;
}.connect_form6 .container {
    position: relative;
    max-width: 1200px;
    z-index: 5;
    padding: 0 20px;
    margin: 0 auto;
}.connect_form6 h3 {
    text-align: center;
    color: #000000;
    font-size: 36px;
    font-weight: 700;
    position: relative;
    margin-bottom: 40px;
}.connect_form6 h3::after {
    background: rgb(141,161,203);
    bottom: -15px;
    width: 80px;
    transform: translateX(-50%);
    left: 50%;
    border-radius: 10px;
    content: "";
    height: 3px;
    position: absolute;
}.connect_form6 .img_lightbox1 {
    top: 0;
    z-index: 0;
    position: absolute;
    filter: grayscale(40%) contrast(120%);
    width: 100%;
    left: 0;
    height: 100%;
    opacity: 0.1;
}.connect_form6 .img_lightbox1::after {
    background: linear-gradient(to right, rgb(141,161,203,0.5) 0%, transparent 100%);
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    height: 100%;
}.query_form0 {
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    justify-content: space-between;
    display: flex;
    background: #ffffff;
    z-index: 10;
    border-radius: 24px;
}.query_form0::before {
    content: "";
    z-index: 1;
    height: 100%;
    width: 10px;
    background: rgb(141,161,203);
    top: 0;
    left: 0;
    position: absolute;
}.query_form0 .help_support3 {
    flex: 0 0 60%;
    position: relative;
    padding: 50px;
}.query_form0 .help_support3::before {
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgb(105,125,167,0.5), transparent);
    right: 0;
    width: 1px;
    height: 100%;
    top: 0;
    content: "";
}.query_form0 .help_support3 h3 {
    color: #000000;
    text-align: left;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 21px;
}.query_form0 .help_support3 h3::after {
    left: 0;
    transform: none;
    width: 60px;
}.query_form0 .help_support3 form {
    flex-direction: column;
    display: flex;
}.query_form0 .help_support3 input[type="text"],
.query_form0 .help_support3 textarea {
    background: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
    width: 100%;
    border-radius: 10px;
    font-size: 16px;
    font-family: Arial, sans-serif;
}.query_form0 .help_support3 input[type="text"]:focus,
.query_form0 .help_support3 textarea:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(141,161,203,0.5);
    border-color: rgb(141,161,203);
}.query_form0 .help_support3 textarea {
    min-height: 150px;
    resize: vertical;
}.query_form0 .help_support3 .reach_panel0 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    position: relative;
}.query_form0 .help_support3 .reach_panel0 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.query_form0 .help_support3 .reach_panel0 label {
    cursor: pointer;
    color: #000000;
    line-height: 1.5;
    position: relative;
    padding-left: 30px;
    font-size: calc(16px - 2px);
}.query_form0 .help_support3 .reach_panel0 label::before {
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 20px;
    transition: all 0.3s ease;
    top: 2px;
    content: "";
    height: 20px;
    border-radius: 10px;
    left: 0;
    position: absolute;
}.query_form0 .help_support3 .reach_panel0 input[type="checkbox"]:checked + label::before {
    border-color: rgb(141,161,203);
    background: rgb(141,161,203);
}.query_form0 .help_support3 .reach_panel0 input[type="checkbox"]:checked + label::after {
    left: 7px;
    position: absolute;
    content: "";
    border: solid #ffffff;
    top: 4px;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    width: 6px;
    height: 12px;
}.query_form0 .help_support3 .reach_panel0 a {
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 600;
    color: rgb(141,161,203);
}.query_form0 .help_support3 .reach_panel0 a:hover {
    text-decoration: underline;
}.query_form0 .help_support3 .feedback_widget8 {
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    font-size: 17px;
    overflow: hidden;
    background: rgb(141,161,203);
    border: none;
    align-self: flex-start;
    z-index: 1;
    color: #ffffff;
    padding: 15px 30px;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
}.query_form0 .help_support3 .feedback_widget8::before {
    left: -100%;
    content: "";
    z-index: -1;
    height: 100%;
    width: 100%;
    background: rgb(105,125,167);
    position: absolute;
    transition: all 0.5s ease;
    top: 0;
}.query_form0 .help_support3 .feedback_widget8:hover::before {
    left: 0;
}.query_form0 .help_support3 .feedback_widget8:hover {
    box-shadow: 0 10px 20px rgb(141,161,203,0.5);
    transform: translateY(-2px);
}.query_form0 .message_query7 {
    padding: 50px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(141,161,203,0.5) 0%, rgb(176,197,239) 100%);
    flex: 0 0 40%;
}.query_form0 .message_query7::before {
    width: 100%;
    background: radial-gradient(circle, rgb(141,161,203,0.5) 0%, transparent 70%);
    height: 100%;
    content: "";
    animation: rotate 30s linear infinite;
    top: -50%;
    right: -50%;
    position: absolute;
}.query_form0 .message_query7 h4 {
    color: #000000;
    position: relative;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 600;
}.query_form0 .message_query7 h4::after {
    position: absolute;
    border-radius: 10px;
    left: 0;
    bottom: -15px;
    content: "";
    width: 60px;
    height: 3px;
    background: rgb(141,161,203);
}.query_form0 .message_query7 .feedback_section6 {
    margin: 0;
    padding: 0;
    list-style: none;
}.query_form0 .message_query7 .feedback_section6 li {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}.query_form0 .message_query7 .feedback_section6 li:last-child {
    margin-bottom: 0;
}.query_form0 .message_query7 .feedback_section6 li svg {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    flex-shrink: 0;
}.query_form0 .message_query7 .feedback_section6 li svg path {
    fill: rgb(141,161,203);
    transition: all 0.3s ease;
}.query_form0 .message_query7 .feedback_section6 li:hover svg path {
    fill: rgb(105,125,167);
}.query_form0 .message_query7 .feedback_section6 li span {
    line-height: 1.5;
    font-size: 16px;
    color: #000000;
}.query_form0 .message_query7 .feedback_section6 li a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: #000000;
}.query_form0 .message_query7 .feedback_section6 li a:hover {
    color: rgb(141,161,203);
}

@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.5;
        transform: scale(1);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 992px) {.connect_form6 {
    padding: 80px 0;
}.query_form0 {
    flex-direction: column;
}.query_form0 .help_support3,
    .query_form0 .message_query7 {
    flex: 0 0 100%;
    width: 100%;
}.query_form0 .help_support3::before {
    width: 100%;
    background: linear-gradient(to right, transparent, rgb(105,125,167,0.5), transparent);
    height: 1px;
    bottom: 0;
    right: 0;
    top: auto;
}
}

@media screen and (max-width: 768px) {.connect_form6 {
    padding: 60px 0;
}.connect_form6 h3 {
    font-size: calc(36px - 4px);
}.query_form0 .help_support3,
    .query_form0 .message_query7 {
    padding: 30px;
}.query_form0 .help_support3 h3,
    .query_form0 .message_query7 h4 {
    font-size: calc(21px - 2px);
}.query_form0 .help_support3 input[type="text"],
    .query_form0 .help_support3 textarea {
    padding: 12px 15px;
}.query_form0 .help_support3 .feedback_widget8 {
    text-align: center;
    width: 100%;
}
}

@media screen and (max-width: 480px) {.connect_form6 {
    padding: 40px 0;
}.query_form0 .help_support3,
    .query_form0 .message_query7 {
    padding: 20px;
}.query_form0 .message_query7 .feedback_section6 li {
    flex-direction: column;
}.query_form0 .message_query7 .feedback_section6 li svg {
    margin-bottom: 10px;
}
}