* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}svg {
    height: 30px;
    width: 30px;
}.nav_learn {
    flex: 1 0 auto;
}.intern_opp {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
    scroll-behavior: smooth;
    height: 100%;
}.wrapper-capsule {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}.container {
    width: 1164px;
    max-width: 100%;
    margin: auto;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header .top_class {
    left: 0;
    display: flex;
    z-index: 100;
    border-bottom-right-radius: 0;
    padding: 1.5rem 2rem;
    align-items: center;
    justify-content: space-between;
    border-bottom-left-radius: 20px;
    width: 100%;
    position: relative;
    background: linear-gradient(135deg, rgb(174,175,203,0.5) 0%, rgb(135,133,168) 100%);
    overflow: visible;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}header .top_class .header_tutor {
    z-index: 2;
    transform: skewX(5deg);
    position: relative;
}header .top_class .header_tutor .top_tutor {
    display: block;
    transition: transform 0.3s ease-in-out;
}header .top_class .header_tutor .top_tutor:hover {
    transform: translateY(-8px) rotate(0deg);
}header .top_class .header_tutor svg {
    width: 80px;
    height: auto;
}header .top_class .site_header {
    margin: 0;
    position: relative;
    list-style: none;
    gap: 1rem;
    display: flex;
    padding: 0;
}header .top_class .site_header::before {
    left: -20px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    width: calc(100% + 40px);
    top: -10px;
    background: linear-gradient(45deg, transparent 0%, rgb(174,175,203,0.5) 100%);
    z-index: -1;
    height: calc(100% + 20px);
    opacity: 0;
    border-radius: 10px;
    content: "";
    position: absolute;
}header .top_class .head_edu {
    transition: transform 0.3s ease;
    position: relative;
}header .top_class .head_edu a {
    padding: 0.5rem 1rem;
    position: relative;
    transition: color 0.3s ease;
    font-size: 18px;
    display: block;
    font-weight: 600;
    font-family: Arial, sans-serif;
    text-decoration: none;
    color: #ffffff;
}header .top_class .head_edu a::before {
    content: "";
    position: absolute;
    transform-origin: right;
    transition: transform 0.3s ease;
    height: 2px;
    background: rgb(135,133,168);
    bottom: 0;
    width: 100%;
    transform: scaleX(0) rotate(-2deg);
    left: 0;
}header .top_class .head_edu a:hover {
    color: rgb(135,133,168);
}header .top_class .head_edu a:hover::before {
    transform-origin: left;
    transform: scaleX(1) rotate(-2deg);
}

@media (max-width: 992px) {header .top_class {
    margin-left: calc(-50vw + 50%);
    padding: 1rem;
    flex-direction: column;
    width: 100vw;
    transform: skewX(0);
    box-sizing: border-box;
}header .top_class .header_tutor {
    margin-bottom: 1rem;
    transform: skewX(0);
}header .top_class .site_header {
    flex-wrap: wrap;
    width: 100%;
    transform: skewX(0);
    justify-content: center;
}header .top_class .site_header::before {
    transform: skewX(0);
}header .top_class .site_header:hover::before {
    transform: skewX(0);
}header .top_class .head_edu {
    margin: 0.25rem;
}header .top_class .head_edu:nth-child(odd),
  header .top_class .head_edu:nth-child(even) {
    transform: translateY(0);
}
}

@media (max-width: 576px) {header .top_class {
    padding: 0.75rem;
}header .top_class .site_header {
    align-items: center;
    flex-direction: column;
}header .top_class .head_edu {
    text-align: center;
    width: 100%;
}header .top_class .header_tutor svg {
    width: 100px;
}}.price_offering {
    background-color: rgb(214,214,228);
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}.price_offering::before {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(135deg, rgb(174,175,203,0.5) 0%, transparent 70%);
    content: "";
    left: 0;
    pointer-events: none;
    top: 0;
}.price_offering::after {
    bottom: -5rem;
    opacity: 0.15;
    height: 20rem;
    transform: rotate(-15deg);
    width: 20rem;
    pointer-events: none;
    z-index: 1;
    right: -5rem;
    content: "";
    background: linear-gradient(225deg, rgb(135,133,168) 0%, transparent 80%);
    position: absolute;
}.price_offering .container {
    position: relative;
    padding: 0 2rem;
    z-index: 2;
    margin: 0 auto;
    max-width: 1400px;
}.price_offering .monthly_plan {
    position: relative;
    grid-template-columns: 1fr;
    gap: 3rem;
    display: grid;
}.price_offering .learning_cost {
    padding: 2rem;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateZ(0);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-left: 4px solid rgb(174,175,203);
    background-color: #ffffff;
}.price_offering .learning_cost::before {
    left: -20px;
    z-index: -1;
    height: 40px;
    background-color: rgb(174,175,203);
    top: 20px;
    content: "";
    position: absolute;
    transform: rotate(45deg);
    width: 40px;
}.price_offering .learning_cost h2 {
    transform: perspective(800px) translateZ(30px);
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: 30px;
    position: relative;
    font-weight: 700;
}.price_offering .learning_cost h2::after {
    height: 3px;
    position: absolute;
    left: 0;
    width: 80px;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(174,175,203), rgb(135,133,168));
    content: "";
}.price_offering .learning_cost .fee_plan {
    line-height: 1.6;
    font-size: 16px;
    color: #000000;
    max-width: 80%;
}.price_offering .value_deals {
    perspective: 1000px;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.price_offering .discount_price {
    color: inherit;
    transform-style: preserve-3d;
    position: relative;
    text-decoration: none;
    display: block;
    transition: all 0.4s ease;
}.price_offering .discount_price:hover {
    transform: translateY(-10px);
}.price_offering .fee_pricing {
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    transform: translateZ(0);
    display: flex;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    position: relative;
}.price_offering .discount_price:hover .fee_pricing {
    transform: translateZ(20px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 0 0 1px rgb(174,175,203,0.5);
}.price_offering .discount_price:nth-child(odd) .fee_pricing {
    transform: rotate(-1deg);
}.price_offering .discount_price:nth-child(even) .fee_pricing {
    transform: rotate(1deg);
}.price_offering .discount_price:hover .fee_pricing {
    transform: rotate(0) translateZ(20px);
}.price_offering .price_view {
    padding: 2rem;
    z-index: 2;
    flex-direction: column;
    word-break: break-word;
    overflow-wrap: break-word;
    flex: 1;
    position: relative;
    display: flex;
}.price_offering .price_view::before {
    top: 0;
    content: "";
    width: 100%;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    left: 0;
    position: absolute;
    height: 100%;
    z-index: -1;
}.price_offering .price_view h3 {
    font-weight: 600;
    font-size: calc(21px * 1.2);
    position: relative;
    margin-bottom: 1rem;
    transform: translateZ(10px);
    transition: transform 0.3s ease;
    color: #000000;
}.price_offering .discount_price:hover .price_view h3 {
    transform: translateZ(25px);
}.price_offering .price_view h3::after {
    background: rgb(174,175,203);
    width: 40px;
    transition: width 0.3s ease;
    left: 0;
    bottom: -8px;
    height: 3px;
    position: absolute;
    content: "";
}.price_offering .discount_price:hover .price_view h3::after {
    width: 60px;
}.price_offering .pricing_list {
    font-weight: 700;
    position: relative;
    color: rgb(174,175,203);
    transform: translateZ(15px);
    font-size: calc(21px * 1.8);
    display: block;
    margin: 0.5rem 0 1.5rem;
}.price_offering .pricing_list::before {
    bottom: -8px;
    width: 80px;
    position: absolute;
    content: "";
    height: 2px;
    background: linear-gradient(90deg, rgb(174,175,203,0.5), transparent);
    left: 0;
}.price_offering .price_view p {
    color: #000000;
    font-size: 16px;
    line-height: 1.6;
    overflow-wrap: break-word;
    word-break: break-word;
    margin-top: 1rem;
    flex: 1;
}.price_offering .img_wrapper {
    overflow: hidden;
    transition: transform 0.5s ease;
    position: relative;
    height: 200px;
    transform: translateZ(0);
    width: 100%;
}.price_offering .discount_price:hover .img_wrapper {
    transform: scale(1.05) translateZ(0);
}.price_offering .img_wrapper::after {
    z-index: 1;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    bottom: 0;
    height: 50%;
    position: absolute;
    width: 100%;
    content: "";
}.price_offering .img_wrapper::before {
    height: 100%;
    z-index: 1;
    background: rgb(174,175,203);
    opacity: 0.15;
    position: absolute;
    transition: opacity 0.3s ease;
    width: 100%;
    left: 0;
    content: "";
    top: 0;
}.price_offering .discount_price:hover .img_wrapper::before {
    opacity: 0.05;
}

@media (min-width: 992px) {.price_offering .monthly_plan {
    gap: 4rem;
    grid-template-columns: 2fr 1fr;
}.price_offering .learning_cost {
    padding: 3rem;
}.price_offering .value_deals {
    grid-row: 1;
    grid-column: 1;
}.price_offering .learning_cost {
    grid-column: 2;
    top: 2rem;
    align-self: start;
    grid-row: 1;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    position: sticky;
}.price_offering .learning_cost:hover {
    transform: perspective(1000px) rotateY(0) translateZ(30px);
}
}

@media (min-width: 1200px) {.price_offering .value_deals {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.price_offering .price_view {
    min-height: 300px;
}
}

@media (max-width: 991px) {.price_offering {
    padding: 4rem 0;
}.price_offering .learning_cost {
    order: -1;
}.price_offering .learning_cost h2 {
    font-size: calc(30px * 0.9);
}.price_offering .learning_cost .fee_plan {
    max-width: 100%;
}
}

@media (max-width: 767px) {.price_offering {
    padding: 3rem 0;
}.price_offering .container {
    padding: 0 1.5rem;
}.price_offering .value_deals {
    grid-template-columns: 1fr;
}.price_offering .learning_cost h2 {
    font-size: calc(30px * 0.8);
}.price_offering .price_view {
    padding: 1.5rem;
}.price_offering .pricing_list {
    font-size: calc(21px * 1.5);
}.price_offering .img_wrapper {
    height: 180px;
}
}

@media (max-width: 480px) {.price_offering .price_view p {
    font-size: calc(16px * 0.9);
}.price_offering .price_view h3 {
    font-size: 21px;
}.price_offering .pricing_list {
    font-size: calc(21px * 1.3);
}.price_offering .img_wrapper {
    height: 160px;
}}.newsletter {
    position: relative;
    background: linear-gradient(135deg, rgb(214,214,228), rgba(0, 0, 0, 0.5));
    overflow: hidden;
    z-index: 1;
    padding: 4rem 0;
}.newsletter::before {
    top: 0;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(174,175,203,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(135,133,168,0.5) 0%, transparent 40%);
    left: 0;
    height: 100%;
    content: "";
    z-index: -1;
    transform: translateZ(0);
    width: 100%;
    opacity: 0.15;
    position: absolute;
}.newsletter::after {
    height: 40px;
    position: absolute;
    background: rgb(174,175,203,0.5);
    filter: blur(15px);
    bottom: -20px;
    content: "";
    opacity: 0.1;
    width: 120%;
    transform: rotate(-1deg);
    left: -10%;
}.newsletter .container {
    z-index: 2;
    padding: 0 2rem;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.newsletter .fast_study {
    background: linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.02));
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1), 
                0 1px 2px rgba(255,255,255,0.1),
                0 -1px 2px rgba(0,0,0,0.05);
    transform: translateZ(0);
    border: 1px solid rgba(255,255,255,0.1);
    -webkit-backdrop-filter: blur(8px);
    position: relative;
    padding: 3rem;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 23px;
}.newsletter .fast_study:hover {
    transform: translateY(-5px) scale(1.01);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15), 
                0 1px 2px rgba(255,255,255,0.15),
                0 -1px 2px rgba(0,0,0,0.08);
}.newsletter h3 {
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    font-weight: 600;
    max-width: 90%;
    color: #ffffff;
    position: relative;
    line-height: 1.4;
    font-size: calc(21px * 1.1);
    margin-bottom: 2rem;
    font-family: Arial, sans-serif;
}.newsletter h3::after {
    height: 3px;
    position: absolute;
    content: "";
    transition: width 0.3s ease-out;
    left: 0;
    background: linear-gradient(90deg, rgb(174,175,203), rgb(174,175,203,0.5));
    width: 60px;
    transform-origin: left center;
    bottom: -12px;
}.newsletter .fast_study:hover h3::after {
    width: 80px;
}.newsletter .input_holder {
    display: flex;
    margin-top: 1.5rem;
    flex-direction: row;
    position: relative;
    gap: 1rem;
    align-items: center;
}.newsletter .input_holder div {
    position: relative;
    flex: 1;
    overflow: hidden;
}.newsletter input[type="email"] {
    border: none;
    border-radius: 10px;
    color: #000000;
    font-size: 14px;
    background-color: #ffffff;
    outline: none;
    width: 100%;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    padding: 1rem 1.5rem;
}.newsletter input[type="email"]:focus {
    box-shadow: 0 4px 20px rgba(0,0,0,0.1), 0 0 0 2px rgb(174,175,203,0.5);
    transform: translateY(-2px);
}.newsletter input[type="email"]::placeholder {
    color: rgba(0,0,0,0.35);
    transition: all 0.3s ease;
}.newsletter input[type="email"]:focus::placeholder {
    opacity: 0.5;
    transform: translateX(5px);
}.newsletter .mail_section {
    padding: 1rem 1.8rem;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    color: #ffffff;
    border: none;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transform: translateZ(0);
    font-weight: 600;
    background: linear-gradient(135deg, rgb(174,175,203), rgb(135,133,168));
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.newsletter .mail_section:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(rgb(174,175,203,0.5), 0.3);
}.newsletter .mail_section:active {
    box-shadow: 0 2px 10px rgba(rgb(174,175,203,0.5), 0.2);
    transform: translateY(1px);
}.newsletter .mail_section::before {
    height: 100%;
    width: 100%;
    left: -100%;
    position: absolute;
    content: "";
    transition: all 0.5s ease;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    top: 0;
}.newsletter .mail_section:hover::before {
    left: 100%;
}

@media (max-width: 992px) {.newsletter {
    padding: 3rem 0;
}.newsletter .fast_study {
    padding: 2.5rem;
}.newsletter h3 {
    max-width: 100%;
    font-size: 21px;
}
}

@media (max-width: 768px) {.newsletter .fast_study {
    padding: 2rem;
}.newsletter h3 {
    margin-bottom: 1.5rem;
    font-size: calc(18px * 1.1);
}.newsletter .input_holder {
    flex-direction: column;
    gap: 1rem;
}.newsletter input[type="email"],
    .newsletter .mail_section {
    width: 100%;
}.newsletter .mail_section {
    margin-top: 0.5rem;
}
}

@media (max-width: 576px) {.newsletter {
    padding: 2.5rem 0;
}.newsletter .container {
    padding: 0 1rem;
}.newsletter .fast_study {
    padding: 1.5rem;
}.newsletter h3 {
    font-size: 18px;
}.newsletter h3::after {
    height: 2px;
    width: 40px;
}.newsletter input[type="email"] {
    padding: 0.9rem 1.2rem;
}.newsletter .mail_section {
    padding: 0.9rem 1.2rem;
}
}

@media (prefers-reduced-motion: reduce) {.newsletter .fast_study,
    .newsletter .mail_section,
    .newsletter input[type="email"],
    .newsletter .mail_section::before {
    transition: none;
}
}

@media (hover: none) {.newsletter .fast_study:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transform: none;
}.newsletter .mail_section:hover {
    transform: none;
}}.course_beneficiaries {
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    background-color: rgb(214,214,228);
}.course_beneficiaries::before {
    left: 0;
    position: absolute;
    content: '';
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(135,133,168,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(174,175,203,0.5) 0%, transparent 30%);
    z-index: 1;
    top: 0;
    opacity: 0.4;
    width: 100%;
}.course_beneficiaries::after {
    z-index: 1;
    height: 200%;
    background: linear-gradient(45deg, transparent 48%, rgb(135,133,168,0.5) 49%, rgb(135,133,168,0.5) 51%, transparent 52%);
    opacity: 0.05;
    top: -50%;
    content: '';
    background-size: 100px 100px;
    animation: moveGradient 120s linear infinite;
    position: absolute;
    width: 200%;
    left: -50%;
}.course_beneficiaries .fast_study {
    background: rgba(255, 255, 255, 0.08);
    max-width: 1100px;
    z-index: 2;
    padding: 3rem;
    border-radius: 16px;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    position: relative;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 80px rgb(135,133,168,0.5);
}.course_beneficiaries h3 {
    font-weight: 600;
    font-size: 29px;
    margin-bottom: 3.5rem;
    text-align: center;
    position: relative;
    letter-spacing: 1px;
    color: #000000;
}.course_beneficiaries h3::before {
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 60px;
    border-radius: 50px;
    top: -30px;
    position: absolute;
    height: 5px;
    background: rgb(135,133,168);
}.course_beneficiaries h3::after {
    height: 1px;
    width: 40%;
    bottom: -15px;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, transparent, rgb(135,133,168), transparent);
    left: 50%;
    transform: translateX(-50%);
}.course_beneficiaries ul {
    margin: 0;
    flex-direction: column;
    display: flex;
    padding: 0;
    gap: 2rem;
    list-style: none;
}.course_beneficiaries li {
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 3px rgba(0, 0, 0, 0.02),
        inset 0 0 0 1px rgba(255, 255, 255, 0.4);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 2.5rem 2rem;
    align-items: center;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    flex-direction: column;
    display: flex;
    text-align: center;
}.course_beneficiaries li::before {
    position: absolute;
    top: 0;
    width: 100%;
    content: '';
    height: 5px;
    opacity: 0.3;
    left: 0;
    transition: opacity 0.4s ease;
    background: linear-gradient(90deg, rgb(135,133,168,0.5), rgb(174,175,203,0.5));
}.course_beneficiaries li::after {
    left: 0;
    transition: opacity 0.5s ease;
    opacity: 0;
    width: 100%;
    background: radial-gradient(circle at center bottom, rgb(135,133,168,0.5) 0%, transparent 70%);
    z-index: -1;
    height: 100%;
    content: '';
    position: absolute;
    bottom: 0;
}.course_beneficiaries li:hover {
    transform: translateY(-8px);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}.course_beneficiaries li:hover::before {
    opacity: 1;
}.course_beneficiaries li:hover::after {
    opacity: 0.15;
}.course_beneficiaries li svg {
    width: 60px;
    filter: drop-shadow(0 3px 6px rgb(135,133,168,0.5));
    display: block;
    margin-bottom: 1.5rem;
    height: 60px;
    fill: rgb(135,133,168);
    transition: all 0.4s ease;
}.course_beneficiaries li:hover svg {
    fill: rgb(174,175,203);
    filter: drop-shadow(0 5px 10px rgb(174,175,203,0.5));
    transform: scale(1.05);
}.course_beneficiaries li svg path {
    transition: all 0.4s ease;
}.course_beneficiaries li:hover svg path {
    fill: rgb(174,175,203);
}.course_beneficiaries li {
    line-height: 1.6;
    font-weight: 300;
    color: #000000;
    font-size: 13px;
    padding-bottom: 1rem;
    position: relative;
}.course_beneficiaries li:nth-child(1) {
    background-color: rgba(255, 255, 255, 0.75);
}.course_beneficiaries li:nth-child(2) {
    background-color: rgba(255, 255, 255, 0.8);
}.course_beneficiaries li:nth-child(3) {
    background-color: rgba(255, 255, 255, 0.85);
}.course_beneficiaries li:nth-child(4) {
    background-color: rgba(255, 255, 255, 0.9);
}

@keyframes moveGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@media (min-width: 992px) {.course_beneficiaries ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}.course_beneficiaries li:nth-child(even) {
    transform: translateY(20px);
}.course_beneficiaries li:nth-child(even):hover {
    transform: translateY(12px);
}.course_beneficiaries li:nth-child(1),
    .course_beneficiaries li:nth-child(4) {
    animation: float 8s ease-in-out infinite;
}.course_beneficiaries li:nth-child(2),
    .course_beneficiaries li:nth-child(3) {
    animation: float 8s ease-in-out infinite reverse;
}
}

@media (max-width: 991px) {.course_beneficiaries .fast_study {
    padding: 2rem;
}.course_beneficiaries h3 {
    margin-bottom: 2.5rem;
    font-size: calc(29px * 0.9);
}.course_beneficiaries li {
    padding: 2rem 1.5rem;
}.course_beneficiaries li svg {
    height: 50px;
    width: 50px;
    margin-bottom: 1rem;
}
}

@media (max-width: 767px) {.course_beneficiaries {
    padding: 3rem 0;
}.course_beneficiaries .fast_study {
    padding: 1.5rem;
}.course_beneficiaries h3 {
    font-size: calc(29px * 0.8);
    margin-bottom: 2rem;
}.course_beneficiaries h3::before {
    top: -20px;
    width: 50px;
}.course_beneficiaries h3::after {
    width: 70%;
}.course_beneficiaries ul {
    gap: 1.5rem;
}.course_beneficiaries li {
    padding: 1.5rem 1rem;
}.course_beneficiaries li svg {
    height: 45px;
    width: 45px;
}}footer {
    position: relative;
}footer::before {
    background: linear-gradient(210deg, #000000 0%, rgb(174,175,203) 100%);
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    content: '';
    right: 0;
    top: 0;
    opacity: 0.92;
}.intern_opp {
    z-index: 2;
    padding: 90px 0 50px;
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
}.intern_opp::before {
    position: absolute;
    top: 0;
    content: '';
    opacity: 0.1;
    background: linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    left: 0;
    width: 100%;
    height: 1px;
}.intern_opp .container {
    flex-direction: column;
    display: flex;
}.intern_opp .company_holder {
    padding: 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 23px;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.01) 100%
    );
    margin-top: 70px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    background-size: 200% 200%;
    animation: shiftGradient 15s ease infinite;
    order: 2;
    transform: perspective(1000px) rotateX(2deg);
}.intern_opp .company_holder h3 {
    font-weight: 700;
    letter-spacing: 3px;
    position: relative;
    font-size: 33px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: center;
}.intern_opp .company_holder h3::after {
    content: '';
    border-radius: 3px;
    width: 60px;
    margin: 15px auto 0;
    background: rgb(174,175,203);
    display: block;
    height: 3px;
}.intern_opp .blog_ref {
    margin: 0 auto;
    font-size: 17px;
    position: relative;
    line-height: 1.6;
    max-width: 80%;
    padding-top: 15px;
    text-align: center;
}.intern_opp .collab_space {
    position: relative;
    order: 1;
}.intern_opp .head_master {
    margin-bottom: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    display: flex;
    gap: 60px;
}.intern_opp .site_header {
    transform: translateZ(0);
    flex: 1;
    border-radius: 10px;
    min-width: 250px;
    max-width: calc(50% - 30px);
    padding: 20px;
    overflow: hidden;
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    transition: transform 0.3s ease;
}.intern_opp .site_header:nth-child(odd) {
    transform: perspective(1000px) rotateY(2deg);
}.intern_opp .site_header:nth-child(even) {
    transform: perspective(1000px) rotateY(-2deg);
}.intern_opp .site_header:hover {
    transform: perspective(1000px) rotateY(0);
}.intern_opp .site_header::before {
    position: absolute;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    z-index: -1;
    border-radius: 10px;
    content: '';
    inset: 0;
}.intern_opp .site_header h5 {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    font-weight: 600;
    color: #ffffff;
    font-size: 18px;
    position: relative;
    padding-bottom: 15px;
    word-wrap: break-word;
    margin-bottom: 30px;
}.intern_opp .site_header h5::before {
    background: rgb(135,133,168);
    height: 1px;
    content: '';
    position: absolute;
    width: 50px;
    bottom: -1px;
    left: 0;
}.intern_opp .site_header .head_master {
    gap: 12px;
    flex-direction: column;
    margin: 0;
    display: flex;
    padding: 0 10px;
}.intern_opp .site_header .head_master a {
    white-space: normal;
    word-break: break-word;
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    opacity: 0.8;
    align-items: center;
    font-size: 17px;
}.intern_opp .site_header .head_master a::before {
    margin-right: 10px;
    flex-shrink: 0;
    content: '';
    transform: scale(0);
    transition: all 0.3s ease;
    opacity: 0;
    border-radius: 50%;
    min-width: 6px;
    background: rgb(135,133,168);
    height: 6px;
}.intern_opp .site_header .head_master a:hover {
    opacity: 1;
    transform: translateX(5px);
    color: #ffffff;
}.intern_opp .site_header .head_master a:hover::before {
    opacity: 1;
    transform: scale(1);
}.donate_btn {
    padding: 25px 0;
    margin-top: 40px;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    z-index: 2;
}.donate_btn::before {
    left: 0;
    top: 0;
    height: 1px;
    content: '';
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(135,133,168,0.5), transparent);
    position: absolute;
}.donate_btn .container {
    text-align: center;
}.donate_btn .study_bottom {
    color: #ffffff;
    font-size: 12px;
    opacity: 0.7;
}@keyframes floatUp {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
}

@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.intern_opp .collab_space::before {
    filter: blur(100px);
    left: -5%;
    background: rgb(135,133,168);
    animation: pulse 10s infinite ease-in-out reverse;
    position: absolute;
    bottom: -10%;
    content: '';
    z-index: -1;
    opacity: 0.1;
    border-radius: 50%;
    height: 250px;
    width: 250px;
}footer::after {
    z-index: 1;
    left: 0;
    background-image: repeating-linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 1px,
        transparent 1px,
        transparent 20px
    );
    pointer-events: none;
    right: 0;
    position: absolute;
    bottom: 0;
    content: '';
    top: 0;
}

@media (max-width: 992px) {.intern_opp {
    padding: 70px 0 40px;
}.intern_opp .head_master {
    gap: 40px;
}.intern_opp .company_holder {
    margin-top: 50px;
}
}

@media (max-width: 768px) {.intern_opp {
    padding: 50px 0 30px;
}.intern_opp .head_master {
    flex-direction: column;
    gap: 30px;
}.intern_opp .site_header {
    min-width: 100%;
    max-width: 100%;
}.intern_opp .company_holder {
    padding: 20px;
}.intern_opp .blog_ref {
    max-width: 100%;
}
}

@media (max-width: 576px) {.intern_opp {
    padding: 40px 0 20px;
}.intern_opp .company_holder h3 {
    font-size: calc(33px * 0.8);
}.intern_opp .site_header h5 {
    font-size: calc(18px * 0.9);
}}.mentorship_experience {
    background: linear-gradient(135deg, rgb(214,214,228) 0%, rgb(174,175,203,0.5) 100%);
    position: relative;
    padding: 6rem 2rem;
    overflow: hidden;
}.mentorship_experience::before {
    height: 30%;
    z-index: 0;
    filter: blur(20px);
    content: "";
    top: -5%;
    right: -5%;
    transform: rotate(-15deg) translateZ(0);
    position: absolute;
    width: 30%;
    background: rgb(135,133,168,0.5);
}.mentorship_experience::after {
    left: -5%;
    width: 25%;
    transform: rotate(15deg) translateZ(0);
    filter: blur(15px);
    content: "";
    bottom: -5%;
    background: rgb(174,175,203,0.5);
    height: 25%;
    position: absolute;
    z-index: 0;
}.mentorship_experience .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    position: relative;
}.mentorship_experience .feedback_testimonials {
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    background: #ffffff;
    gap: 2.5rem;
    grid-template-columns: 1fr;
    display: grid;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
                0 30px 60px rgba(0, 0, 0, 0.05);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 3rem;
}.mentorship_experience .feedback_testimonials:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12), 
                0 40px 80px rgba(0, 0, 0, 0.08);
}.mentorship_experience .feedback_testimonials > div:first-child {
    overflow: hidden;
    position: relative;
}.mentorship_experience .img_wrapper {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    width: 100%;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    height: 300px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transform: scale(1.05);
}.mentorship_experience .feedback_testimonials:hover .img_wrapper {
    transform: scale(1);
}.mentorship_experience .feedback_testimonials > div:nth-child(2) {
    flex-direction: column;
    padding-left: 2rem;
    display: flex;
    gap: 0.5rem;
    position: relative;
}.mentorship_experience .feedback_testimonials > div:nth-child(2)::before {
    transform: translateY(-50%);
    background: linear-gradient(to bottom, rgb(174,175,203), rgb(135,133,168));
    content: "";
    width: 4px;
    position: absolute;
    top: 50%;
    left: 0;
    height: 70%;
}.mentorship_experience .name {
    font-weight: 700;
    display: inline-block;
    color: #000000;
    position: relative;
    font-size: 22px;
    margin: 0;
}.mentorship_experience .name::after {
    width: 0;
    position: absolute;
    bottom: -5px;
    height: 2px;
    content: "";
    transition: width 0.4s ease-out;
    left: 0;
    background: rgb(174,175,203);
}.mentorship_experience .feedback_testimonials:hover .name::after {
    width: 100%;
}.mentorship_experience .feedback_testimonials > div:nth-child(2) > div {
    font-weight: 600;
    letter-spacing: 0.5px;
    opacity: 0.9;
    font-size: calc(12px - 2px);
    color: rgb(135,133,168);
}.mentorship_experience .feedback_testimonials > div:nth-child(3) {
    position: relative;
}.mentorship_experience .experience_profile {
    position: relative;
    margin: 0;
    font-size: 12px;
    background: linear-gradient(to right, rgba(rgb(214,214,228), 0.05), rgba(rgb(214,214,228), 0.02));
    line-height: 1.7;
    color: #000000;
    padding: 1.5rem;
    border-left: 3px solid rgb(174,175,203,0.5);
}.mentorship_experience .experience_profile::before {
    opacity: 0.2;
    line-height: 1;
    color: rgb(174,175,203,0.5);
    font-size: 5rem;
    position: absolute;
    content: "";
    top: -0.5rem;
    left: 0.5rem;
    font-family: serif;
}

@media (min-width: 768px) {.mentorship_experience {
    padding: 8rem 3rem;
}.mentorship_experience .feedback_testimonials {
    grid-template-columns: minmax(200px, 300px) 1fr;
    gap: 3rem 4rem;
    grid-template-rows: auto 1fr;
    padding: 4rem;
}.mentorship_experience .feedback_testimonials > div:first-child {
    grid-row: span 2;
}.mentorship_experience .img_wrapper {
    height: 100%;
}.mentorship_experience .feedback_testimonials > div:nth-child(2) {
    padding-left: 3rem;
}.mentorship_experience .experience_profile {
    font-size: calc(12px + 1px);
    padding: 2rem;
}
}

@media (min-width: 1024px) {.mentorship_experience {
    padding: 10rem 4rem;
}.mentorship_experience .feedback_testimonials {
    padding: 5rem;
    grid-template-columns: minmax(300px, 400px) 1fr;
    gap: 4rem 5rem;
}.mentorship_experience .name {
    font-size: calc(22px + 2px);
}.mentorship_experience .feedback_testimonials > div:nth-child(2) > div {
    font-size: 12px;
}.mentorship_experience .experience_profile {
    line-height: 1.8;
}.mentorship_experience .feedback_testimonials::after {
    height: 150px;
    position: absolute;
    background: linear-gradient(135deg, transparent 50%, rgb(174,175,203,0.5) 50%);
    content: "";
    width: 150px;
    top: 0;
    transition: opacity 0.3s ease;
    right: 0;
    opacity: 0.1;
}.mentorship_experience .feedback_testimonials:hover::after {
    opacity: 0.2;
}
}

@media (max-width: 767px) {.mentorship_experience {
    padding: 4rem 1.5rem;
}.mentorship_experience .feedback_testimonials {
    gap: 2rem;
    padding: 2rem;
}.mentorship_experience .img_wrapper {
    height: 250px;
}.mentorship_experience .name {
    font-size: calc(22px - 1px);
}.mentorship_experience .feedback_testimonials > div:nth-child(2) > div {
    font-size: calc(12px - 3px);
}.mentorship_experience .experience_profile {
    padding: 1rem;
    font-size: calc(12px - 1px);
}}.gratZone {
    background: linear-gradient(135deg, rgb(174,175,203,0.5), rgb(135,133,168,0.5));
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.gratZone::before {
    content: "";
    pointer-events: none;
    width: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.1) 0%, transparent 40%);
    position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
    left: 0;
}.gratZone::after {
    content: "";
    animation: shimmer 8s infinite linear;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: -50%;
    transform: rotate(35deg) scale(2);
    pointer-events: none;
    right: -50%;
    background: linear-gradient(45deg, transparent, rgb(174,175,203,0.5), transparent);
}.gratZone .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.gratZone .fast_study {
    display: flex;
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
    flex-direction: column;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.1),
        0 0 0 1px rgba(255,255,255,0.15),
        inset 0 0 20px rgba(rgb(174,175,203),0.05);
    background: rgba(255, 255, 255, 0.92);
    gap: 40px;
    padding: 60px 50px;
    position: relative;
}.gratZone .fast_study:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        0 25px 50px rgba(0,0,0,0.15),
        0 0 0 1px rgba(255,255,255,0.2),
        inset 0 0 30px rgba(rgb(174,175,203),0.08);
}.gratZone .fast_study::before {
    z-index: -1;
    top: -10px;
    opacity: 0.4;
    position: absolute;
    height: 10px;
    content: "";
    filter: blur(10px);
    background: rgb(174,175,203);
    left: 20px;
    right: 20px;
}.gratZone .fast_study > div:first-child {
    position: relative;
    padding-bottom: 30px;
}.gratZone .fast_study > div:first-child::after {
    transform-origin: left center;
    bottom: 0;
    content: "";
    left: 0;
    width: 80px;
    background: linear-gradient(90deg, rgb(174,175,203), rgb(135,133,168));
    position: absolute;
    height: 3px;
    transition: transform 0.4s ease;
}.gratZone .fast_study:hover > div:first-child::after {
    transform: scaleX(1.5);
}.gratZone h5 {
    margin: 0 0 15px;
    position: relative;
    color: #000000;
    letter-spacing: -0.01em;
    line-height: 1.4;
    font-size: 18px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    z-index: 2;
}.gratZone h5::before {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    content: "";
    width: 10px;
    height: 10px;
    left: -20px;
    opacity: 0.8;
    position: absolute;
    background: rgb(174,175,203);
    transition: transform 0.3s ease;
}.gratZone .fast_study:hover h5::before {
    transform: translateY(-50%) rotate(135deg);
}.gratZone a {
    transition: transform 0.3s ease;
    text-decoration: none;
    display: block;
}.gratZone a:hover {
    transform: translateX(5px);
}.gratZone p {
    font-family: Arial, sans-serif;
    margin: 0;
    line-height: 1.8;
    font-size: 12px;
    position: relative;
    transition: color 0.3s ease;
    font-weight: 400;
    z-index: 2;
    color: #000000;
}.gratZone a:hover p {
    color: rgb(174,175,203);
}

@keyframes shimmer {
    0% { transform: rotate(35deg) translateX(-30%) scale(2); }
    100% { transform: rotate(35deg) translateX(30%) scale(2); }
}

@media (min-width: 992px) {.gratZone .fast_study {
    align-items: center;
    flex-direction: row;
    padding: 80px 70px;
}.gratZone .fast_study > div:first-child {
    padding-bottom: 0;
    padding-right: 50px;
    flex: 0 0 40%;
}.gratZone .fast_study > div:first-child::after {
    bottom: auto;
    transform-origin: center top;
    left: auto;
    height: 80px;
    right: 0;
    width: 3px;
    top: 50%;
}.gratZone .fast_study:hover > div:first-child::after {
    transform: scaleY(1.5);
}.gratZone h5 {
    margin-bottom: 0;
    font-size: calc(18px * 1.1);
}.gratZone h5::before {
    height: 15px;
    width: 15px;
    left: -30px;
}.gratZone a:hover {
    transform: translateX(10px);
}
}

@media (max-width: 991px) {.gratZone {
    padding: 80px 0;
}.gratZone .fast_study {
    padding: 50px 35px;
}.gratZone h5 {
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 767px) {.gratZone {
    padding: 60px 0;
}.gratZone .fast_study {
    gap: 30px;
    padding: 40px 25px;
}.gratZone h5 {
    font-size: calc(18px * 0.9);
}.gratZone p {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}.gratZone .fast_study > div:first-child {
    padding-bottom: 20px;
}
}

@media (max-width: 480px) {.gratZone {
    padding: 50px 0;
}.gratZone .fast_study {
    padding: 30px 20px;
    gap: 25px;
}.gratZone h5 {
    font-size: calc(18px * 0.85);
}.gratZone p {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}.gratZone .fast_study > div:first-child {
    padding-bottom: 15px;
}.gratZone .fast_study > div:first-child::after {
    width: 60px;
}}.welcome {
    perspective: 1200px;
    background-color: rgb(214,214,228);
    overflow: hidden;
    height: 100vh;
    width: 100%;
    position: relative;
    min-height: 600px;
}.welcome::before {
    position: absolute;
    left: 0;
    width: 100%;
    animation: gridMove 30s infinite linear;
    content: "";
    z-index: 1;
    background-size: 20px 20px;
    height: 100%;
    top: 0;
    background-image: 
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
}.welcome::after {
    width: 100%;
    mix-blend-mode: soft-light;
    z-index: 1;
    background: 
        linear-gradient(135deg, rgb(174,175,203,0.5) 0%, transparent 70%),
        linear-gradient(225deg, rgb(135,133,168,0.5) 0%, transparent 70%);
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
}.welcome .fast_study {
    align-items: center;
    display: grid;
    width: 100%;
    position: relative;
    grid-template-columns: 1fr 1fr;
    z-index: 3;
    height: 100%;
}.welcome .skill_plus {
    width: 100%;
    z-index: 1;
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    overflow: hidden;
}.welcome .main_welcome {
    animation: carouselSlide 25s cubic-bezier(0.33, 1, 0.68, 1) infinite;
    width: fit-content;
    height: 100%;
    display: flex;
}.welcome .course_hero {
    transform-style: preserve-3d;
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 100%;
}.welcome .course_hero::before {
    top: 0;
    left: 0;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0.4) 50%,
        rgba(0, 0, 0, 0.5) 100%
    );
    content: "";
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
}.welcome .course_hero img {
    animation: zoomPan 20s infinite alternate ease-in-out;
    transform-origin: center;
    object-fit: cover;
    width: 100%;
    filter: brightness(0.9) contrast(1.1) saturate(1.1);
    height: 100%;
}.welcome .text_widget {
    border-radius: 10px;
    padding: 2.5rem 3rem;
    animation: textReveal 1.2s ease-out forwards;
    background: rgba(255, 255, 255, 0.1);
    margin-left: auto;
    margin-right: 10%;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.2),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    max-width: 550px;
    position: relative;
    z-index: 4;
    backdrop-filter: blur(10px);
}.welcome .text_widget::before {
    opacity: 0.8;
    animation: blinkPulse 2s infinite alternate;
    height: 8px;
    content: "";
    position: absolute;
    top: 15px;
    background-color: rgb(174,175,203);
    width: 8px;
    border-radius: 50%;
    right: 15px;
}.welcome .text_widget::after {
    background-color: rgb(135,133,168);
    opacity: 0.8;
    width: 6px;
    top: 30px;
    border-radius: 50%;
    position: absolute;
    height: 6px;
    animation: blinkPulse 3s infinite alternate;
    right: 15px;
    content: "";
}.welcome .text_widget h1 {
    letter-spacing: 1px;
    color: #ffffff;
    padding-bottom: 15px;
    position: relative;
    font-size: 40px;
    margin-bottom: 1.5rem;
    font-weight: 700;
}.welcome .text_widget h1::before {
    height: 3px;
    background: linear-gradient(90deg, rgb(174,175,203), transparent);
    width: 50px;
    bottom: 0;
    position: absolute;
    left: 0;
    content: "";
}.welcome .text_widget h1::after {
    width: 20px;
    position: absolute;
    content: "";
    background-color: rgb(174,175,203);
    bottom: 0;
    height: 3px;
    left: 55px;
    animation: pulseWidth 2s infinite alternate;
}.welcome .text_widget p {
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    margin-bottom: 2.5rem;
    letter-spacing: 0.3px;
    font-size: 18px;
    line-height: 1.7;
    color: #ffffff;
}.welcome .text_widget .query_map {
    clip-path: polygon(
        0 0,
        90% 0,
        100% 50%,
        90% 100%,
        0 100%
    );
    justify-content: center;
    text-decoration: none;
    padding: 1rem 2.5rem;
    position: relative;
    transition: all 0.3s ease;
    font-size: 18px;
    color: #ffffff;
    display: inline-flex;
    border: none;
    overflow: hidden;
    background: linear-gradient(
        90deg,
        rgb(174,175,203) 0%,
        rgb(135,133,168) 100%
    );
    font-weight: 600;
    border-radius: 0;
    z-index: 1;
    align-items: center;
}.welcome .text_widget .query_map::before {
    content: "";
    width: 100%;
    height: 100%;
    left: -100%;
    animation: buttonScan 3s infinite;
    z-index: -1;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    top: 0;
}.welcome .text_widget .query_map:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    filter: brightness(1.1);
}.welcome .fast_study::before {
    width: 150px;
    position: absolute;
    animation: rotate 20s linear infinite;
    height: 150px;
    content: "";
    top: 30%;
    border-radius: 50%;
    z-index: 2;
    left: 5%;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.welcome .fast_study::after {
    top: 30%;
    border: 1px dashed rgb(174,175,203,0.5);
    border-radius: 50%;
    width: 150px;
    content: "";
    position: absolute;
    z-index: 2;
    animation: rotate 30s linear infinite reverse;
    height: 150px;
    left: 5%;
}

@keyframes carouselSlide {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-100vw);
    }
    40%, 56% {
        transform: translateX(-200vw);
    }
    60%, 76% {
        transform: translateX(-300vw);
    }
    80%, 96% {
        transform: translateX(-400vw);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes zoomPan {
    0% {
        transform: scale(1) translate(0, 0);
    }
    25% {
        transform: scale(1.05) translate(-1%, -1%);
    }
    50% {
        transform: scale(1.08) translate(1%, 0);
    }
    75% {
        transform: scale(1.05) translate(0, 1%);
    }
    100% {
        transform: scale(1) translate(0, 0);
    }
}

@keyframes textReveal {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes buttonScan {
    0% {
        left: -100%;
    }
    50% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes blinkPulse {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}

@keyframes pulseWidth {
    0% {
        width: 20px;
    }
    100% {
        width: 40px;
    }
}

@media screen and (max-width: 1200px) {.welcome .text_widget {
    max-width: 500px;
    margin-right: 5%;
}.welcome .fast_study::before,
    .welcome .fast_study::after {
    height: 120px;
    width: 120px;
}
}

@media screen and (max-width: 992px) {.welcome .fast_study {
    grid-template-columns: 1fr;
}.welcome .text_widget {
    padding: 2rem;
    margin: 0 auto;
    max-width: 80%;
}.welcome .text_widget h1 {
    font-size: calc(40px * 0.9);
}.welcome .fast_study::before,
    .welcome .fast_study::after {
    width: 100px;
    height: 100px;
    left: 10%;
}
}

@media screen and (max-width: 768px) {.welcome {
    height: 100vh;
}.welcome .text_widget {
    padding: 1.8rem;
    margin-top: 20%;
    max-width: 90%;
}.welcome .text_widget h1 {
    font-size: calc(40px * 0.8);
}.welcome .text_widget p {
    font-size: calc(18px * 0.95);
}.welcome .fast_study::before,
    .welcome .fast_study::after {
    display: none;
}
}

@media screen and (max-width: 576px) {.welcome .text_widget {
    padding: 1.5rem;
    margin-top: 25%;
    max-width: 92%;
}.welcome .text_widget h1 {
    font-size: calc(40px * 0.7);
    margin-bottom: 1rem;
}.welcome .text_widget p {
    font-size: calc(18px * 0.9);
    margin-bottom: 1.5rem;
}.welcome .text_widget .query_map {
    padding: 0.8rem 2rem;
    font-size: calc(18px * 0.9);
}}.our_team {
    background: rgb(214,214,228);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.our_team::before {
    content: "";
    z-index: 1;
    background: linear-gradient(135deg, rgb(174,175,203,0.5) 0%, transparent 50%);
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    opacity: 0.35;
}.our_team::after {
    height: 100%;
    width: 60%;
    content: "";
    background: radial-gradient(circle at 70% 30%, rgb(135,133,168,0.5) 0%, transparent 70%);
    z-index: 1;
    top: 0;
    position: absolute;
    right: 0;
}.our_team .container {
    z-index: 2;
    padding: 0 15px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.our_team .fast_study {
    flex-direction: row-reverse;
    position: relative;
    display: flex;
    align-items: center;
    gap: 60px;
}.our_team .fast_study::before {
    top: -80px;
    background: rgb(174,175,203,0.5);
    border-radius: 50%;
    position: absolute;
    filter: blur(80px);
    animation: pulse 8s infinite alternate;
    z-index: -1;
    content: "";
    height: 200px;
    right: -100px;
    width: 200px;
}.our_team .fast_study::after {
    background: rgb(135,133,168,0.5);
    left: -70px;
    border-radius: 50%;
    z-index: -1;
    bottom: -50px;
    position: absolute;
    filter: blur(60px);
    animation: pulse 6s infinite alternate-reverse;
    width: 150px;
    height: 150px;
    content: "";
}@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.6;
    }
}

.our_team .knowledge_track {
    border-radius: 12px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(5deg);
    flex: 0 0 35%;
    overflow: hidden;
    position: relative;
    transition: transform 0.6s ease;
}.our_team .knowledge_track:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.our_team .knowledge_track::before {
    right: -10px;
    left: -10px;
    border-radius: 12px;
    z-index: -1;
    bottom: -10px;
    top: -10px;
    content: "";
    border: 1px solid rgb(135,133,168,0.5);
    animation: border-pulse 4s infinite alternate;
    position: absolute;
}@keyframes border-pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.7;
    }
}

.our_team .img_wrapper {
    position: relative;
    overflow: hidden;
    height: 380px;
}.our_team .img_wrapper::after {
    left: 0;
    content: "";
    height: 50%;
    position: absolute;
    z-index: 1;
    width: 100%;
    background: linear-gradient(to top, #000000, transparent);
    bottom: 0;
}.our_team .learning_track {
    padding: 20px 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}.our_team .knowledge_sessions {
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-size: calc(22px - 2px);
    margin: 0 0 8px;
}.our_team .knowledge_study {
    opacity: 0.9;
    margin: 0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    font-weight: 300;
    color: #ffffff;
    font-size: 13px;
}.our_team .text_widget {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    backdrop-filter: blur(5px);
    padding: 40px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    flex: 1;
}.our_team .text_widget::before {
    height: 100%;
    z-index: -1;
    content: "";
    background: linear-gradient(135deg, rgb(174,175,203,0.5) 0%, transparent 100%);
    left: 0;
    width: 100%;
    top: 0;
    opacity: 0.15;
    position: absolute;
}.our_team .text_widget::after {
    opacity: 0.8;
    background: radial-gradient(circle, rgb(135,133,168,0.5) 0%, transparent 70%);
    height: 200px;
    width: 200px;
    position: absolute;
    animation: float 15s infinite linear;
    z-index: -1;
    top: -50%;
    right: -50%;
    content: "";
}@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(-30px, 30px) rotate(180deg);
    }
    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}

.our_team .study_hub {
    gap: 15px;
    align-items: center;
    display: flex;
    margin-bottom: 25px;
}.our_team .study_hub svg {
    width: 48px;
    filter: drop-shadow(0 2px 10px rgb(174,175,203,0.5));
    transition: transform 0.4s ease, filter 0.4s ease;
    height: 48px;
    fill: rgb(174,175,203);
}.our_team .study_hub:hover svg {
    transform: scale(1.1) rotate(5deg);
    filter: drop-shadow(0 5px 15px rgb(174,175,203));
}.our_team .study_hub svg path {
    transition: fill 0.3s ease;
}.our_team .study_hub:hover svg path {
    fill: rgb(135,133,168);
}.our_team .study_hub {
    color: rgb(174,175,203);
    text-transform: uppercase;
    font-size: calc(21px - 1px);
    letter-spacing: 1px;
    font-weight: 600;
}.our_team h2 {
    margin: 0 0 25px;
    padding-bottom: 15px;
    font-weight: 700;
    position: relative;
    color: #000000;
    font-size: 32px;
}.our_team h2::after {
    left: 0;
    border-radius: 10px;
    bottom: 0;
    content: "";
    background: rgb(174,175,203);
    height: 3px;
    width: 80px;
    position: absolute;
}.our_team p {
    color: #000000;
    line-height: 1.8;
    position: relative;
    margin: 0;
    z-index: 2;
    font-size: 13px;
}

@media (max-width: 1024px) {.our_team {
    padding: 90px 0;
}.our_team .fast_study {
    gap: 40px;
}.our_team .knowledge_track {
    flex: 0 0 40%;
}.our_team .img_wrapper {
    height: 350px;
}.our_team .text_widget {
    padding: 30px;
}
}

@media (max-width: 768px) {.our_team {
    padding: 70px 0;
}.our_team .fast_study {
    gap: 50px;
    flex-direction: column;
}.our_team .knowledge_track {
    transform: perspective(1000px) rotateY(0);
    max-width: 350px;
    margin: 0 auto;
    width: 80%;
}.our_team .knowledge_track:hover {
    transform: perspective(1000px) rotateY(0) translateY(-5px);
}.our_team .img_wrapper {
    height: 320px;
}.our_team .text_widget {
    width: 100%;
    padding: 30px 25px;
}.our_team h2 {
    font-size: calc(32px - 4px);
}
}

@media (max-width: 576px) {.our_team {
    padding: 60px 0;
}.our_team::before,
    .our_team::after {
    opacity: 0.25;
}.our_team .knowledge_track {
    width: 100%;
}.our_team .img_wrapper {
    height: 280px;
}.our_team .learning_track {
    padding: 15px 20px;
}.our_team .knowledge_sessions {
    font-size: calc(21px + 1px);
}.our_team .text_widget {
    padding: 25px 20px;
}.our_team .study_hub svg {
    width: 40px;
    height: 40px;
}.our_team .study_hub {
    margin-bottom: 20px;
    font-size: 13px;
}.our_team h2 {
    font-size: calc(32px - 6px);
    padding-bottom: 12px;
    margin-bottom: 20px;
}.our_team h2::after {
    width: 60px;
    height: 2px;
}.our_team p {
    line-height: 1.7;
    font-size: calc(13px - 1px);
}}.privacy_garrison {
    position: relative;
    border: 2px solid rgba(0, 0, 0, 0.5);
    background-color: rgb(214,214,228);
    color: #000000;
    margin: 2rem;
    font-family: Arial, sans-serif;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    padding: 2rem;
}.privacy_garrison::before {
    left: -10px;
    top: -10px;
    content: '';
    right: -10px;
    border-radius: 21px;
    border: 1px dashed rgb(174,175,203);
    position: absolute;
    pointer-events: none;
    bottom: -10px;
}.privacy_garrison::after {
    height: 50px;
    width: 50px;
    content: '';
    position: absolute;
    top: 10px;
    border-radius: 50%;
    z-index: -1;
    background-color: rgb(174,175,203,0.5);
    right: 10px;
}.privacy_garrison h1 {
    color: rgb(174,175,203);
    margin-bottom: 1.5rem;
    border-left: 5px solid rgb(174,175,203);
    position: relative;
    padding-left: 1rem;
    font-size: 40px;
    font-weight: 700;
}.privacy_garrison h2 {
    padding-left: 1rem;
    position: relative;
    font-weight: 600;
    margin-top: 2rem;
    color: rgb(135,133,168);
    font-size: 35px;
    margin-bottom: 1rem;
    border-left: 4px solid rgb(135,133,168);
}.privacy_garrison h3, .privacy_garrison h4, .privacy_garrison h5, .privacy_garrison h6 {
    margin: 1rem 0;
    font-size: 19px;
}.privacy_garrison ul,
.privacy_garrison ol {
    margin: 1.5rem 0;
    padding-left: 2rem;
    list-style-position: inside;
}.privacy_garrison ul {
    list-style-type: square;
}.privacy_garrison ol {
    list-style-type: decimal;
}.privacy_garrison li {
    font-size: 18px;
    position: relative;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}.privacy_garrison li::before {
    height: 0.5rem;
    border-radius: 50%;
    content: '';
    background-color: rgb(174,175,203);
    position: absolute;
    top: 0.5rem;
    left: -1.5rem;
    width: 0.5rem;
}.privacy_garrison p {
    border-left: 4px solid rgba(0, 0, 0, 0.5);
    margin-bottom: 1rem;
    font-size: 18px;
    line-height: 1.8;
    padding-left: 1rem;
}.privacy_garrison span {
    padding: 0.2rem 0.4rem;
    font-weight: 700;
    border-radius: 10px;
    background-color: rgb(174,175,203,0.5);
    color: rgb(135,133,168);
}.privacy_garrison > div {
    border-radius: 10px;
    padding: 1rem;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    margin-bottom: 1.5rem;
    position: relative;
}.privacy_garrison > div::before {
    left: -5px;
    position: absolute;
    bottom: -5px;
    pointer-events: none;
    border-radius: 10px;
    right: -5px;
    border: 1px dotted rgb(174,175,203);
    top: -5px;
    content: '';
}
@media only screen and (max-width: 800px) {.privacy_garrison {
    padding: 1rem;
    margin: 1rem auto;
}.privacy_garrison h1 {
    font-size: calc(19px - 0.5rem);
    border-left-width: 3px;
    padding-left: 0.5rem;
}.privacy_garrison h1::before {
    width: 5px;
    height: 5px;
    top: -5px;
}.privacy_garrison h2 {
    border-left-width: 3px;
    font-size: calc(19px - 0.5rem);
    padding-left: 0.5rem;
}.privacy_garrison h2::before {
    height: 4px;
    top: -4px;
    width: 4px;
}.privacy_garrison p,
    .privacy_garrison li {
    font-size: calc(18px - 0.2rem);
}.privacy_garrison > div {
    padding: 0.5rem;
}.privacy_garrison > div::before {
    bottom: -2px;
    left: -2px;
    right: -2px;
    top: -2px;
}}.program_information {
    padding: 4rem 2rem;
    min-height: 100vh;
    position: relative;
    background: rgb(214,214,228);
    align-items: center;
    overflow: hidden;
    display: flex;
    justify-content: center;
}.program_information .learn_path {
    width: 45%;
    height: 70vh;
    top: 50%;
    border-bottom-left-radius: 150px;
    right: 0;
    transform: translateY(-50%);
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border-top-left-radius: 150px;
    position: absolute;
    z-index: 1;
}.program_information .learn_path::before {
    height: 100%;
    content: "";
    z-index: 2;
    pointer-events: none;
    top: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(214,214,228), transparent);
    width: 100px;
}.program_information .pro_skills {
    height: 500%;
    animation: carousel-vertical 25s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    display: flex;
    width: 100%;
    flex-direction: column;
}.program_information .learn_path:hover .pro_skills {
    animation-play-state: paused;
}.program_information .career_progress {
    width: 100%;
    height: 20%;
    position: relative;
    flex-shrink: 0;
}.program_information .career_progress img {
    transition: transform 0.7s ease;
    object-position: center;
    object-fit: cover;
    filter: brightness(1.05) contrast(1.08);
    width: 100%;
    height: 100%;
}.program_information .career_progress:hover img {
    transform: scale(1.05);
}.program_information .container {
    display: flex;
    max-width: 1200px;
    position: relative;
    justify-content: flex-start;
    z-index: 2;
    margin: 0 auto;
    width: 100%;
}.program_information .fast_study {
    width: 60%;
    padding-right: 10%;
}.program_information .study_map {
    position: relative;
    background: #ffffff;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.06);
    border-radius: 15px;
    padding: 3.5rem;
}.program_information .study_map::before {
    position: absolute;
    opacity: 0.3;
    border: 1px solid rgb(174,175,203,0.5);
    content: "";
    border-radius: 10px;
    left: 1.5rem;
    pointer-events: none;
    top: 1.5rem;
    height: calc(100% - 3rem);
    width: calc(100% - 3rem);
}.program_information .study_map h3 {
    color: rgb(174,175,203);
    font-weight: 700;
    margin-bottom: 1.25rem;
    font-size: 33px;
}.program_information .study_map p {
    color: #000000;
    margin-bottom: 2rem;
    font-size: 12px;
    line-height: 1.7;
}.program_information .study_map .query_map {
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    background: rgb(174,175,203);
    overflow: hidden;
    color: #ffffff;
    position: relative;
    font-size: 17px;
    padding: 0.9rem 2.25rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    font-weight: 600;
    z-index: 1;
}.program_information .study_map .query_map::before {
    height: 100%;
    transform: translateX(-100%);
    transition: transform 0.6s ease;
    top: 0;
    left: 0;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    width: 100%;
    position: absolute;
    z-index: -1;
}.program_information .study_map .query_map:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}.program_information .study_map .query_map:hover::before {
    transform: translateX(100%);
}

@keyframes carousel-vertical {
    0%, 16% {
        transform: translateY(0);
    }
    20%, 36% {
        transform: translateY(-20%);
    }
    40%, 56% {
        transform: translateY(-40%);
    }
    60%, 76% {
        transform: translateY(-60%);
    }
    80%, 96% {
        transform: translateY(-80%);
    }
    100% {
        transform: translateY(0);
    }
}

@media (min-width: 768px) and (max-width: 991px) {.program_information {
    padding: 3rem 2rem;
}.program_information .learn_path {
    width: 40%;
    height: 60vh;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}.program_information .fast_study {
    width: 65%;
    padding-right: 5%;
}.program_information .study_map {
    padding: 2.5rem;
}.program_information .study_map::before {
    left: 1rem;
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    top: 1rem;
}.program_information .study_map h3 {
    font-size: calc(33px * 0.9);
}

}

@media (max-width: 767px) {.program_information {
    min-height: auto;
    display: block;
    padding: 3rem 1.5rem;
}.program_information .learn_path {
    border-radius: 0;
    border-bottom-right-radius: 50px;
    height: 40vh;
    margin-bottom: 2rem;
    position: relative;
    width: 100%;
    right: auto;
    top: auto;
    transform: none;
    border-bottom-left-radius: 50px;
}.program_information .learn_path::before {
    width: 100%;
    bottom: 0;
    background: linear-gradient(0deg, rgb(214,214,228), transparent);
    top: auto;
    height: 100px;
}.program_information .pro_skills {
    width: 500%;
    height: 100%;
    flex-direction: row;
    animation: carousel-horizontal-mobile 20s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}.program_information .career_progress {
    height: 100%;
    width: 20%;
}.program_information .container {
    width: 100%;
    justify-content: center;
}.program_information .fast_study {
    padding-right: 0;
    max-width: 500px;
    width: 100%;
}.program_information .study_map {
    padding: 2rem 1.5rem;
}.program_information .study_map::before {
    top: 0.75rem;
    left: 0.75rem;
    width: calc(100% - 1.5rem);
    height: calc(100% - 1.5rem);
}.program_information .study_map h3 {
    font-size: 22px;
}.program_information .study_map p {
    font-size: calc(12px * 0.9);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}.program_information .study_map .query_map {
    width: 100%;
    text-align: center;
    padding: 0.8rem 1.5rem;
}@keyframes carousel-horizontal-mobile {
        0%, 16% {
            transform: translateX(0);
        }
        20%, 36% {
            transform: translateX(-20%);
        }
        40%, 56% {
            transform: translateX(-40%);
        }
        60%, 76% {
            transform: translateX(-60%);
        }
        80%, 96% {
            transform: translateX(-80%);
        }
        100% {
            transform: translateX(0);
        }
    }
}.statistical_overview {
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, rgb(214,214,228) 0%, rgb(174,175,203,0.5) 100%);
    overflow: hidden;
    padding: 120px 0;
}.statistical_overview::before {
    position: absolute;
    top: 0;
    background: linear-gradient(to right, rgb(214,214,228) 0%, transparent 70%);
    z-index: -1;
    content: "";
    width: 100%;
    left: 0;
    height: 100%;
}.statistical_overview::after {
    content: "";
    position: absolute;
    background-size: cover;
    z-index: -2;
    opacity: 0.4;
    top: 0;
    background-image: radial-gradient(circle at 70% 30%, rgb(174,175,203,0.5) 0%, transparent 50%),
                      radial-gradient(circle at 30% 70%, rgb(135,133,168,0.5) 0%, transparent 50%);
    background-position: center;
    right: 0;
    height: 100%;
    width: 70%;
}.statistical_overview .container {
    display: flex;
    position: relative;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    align-items: stretch;
    padding: 0;
    flex-direction: row;
}.statistical_overview .key_pros {
    justify-content: center;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(135deg, rgb(174,175,203,0.5) 0%, transparent 100%);
    z-index: 2;
    flex-direction: column;
    flex: 0 0 30%;
    padding: 60px;
    display: flex;
}.statistical_overview .key_pros::before {
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgb(174,175,203), rgb(135,133,168));
    top: 0;
    width: 10px;
    height: 100%;
}.statistical_overview .extra_gain {
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 1.2;
    position: relative;
    padding-bottom: 20px;
    color: #000000;
    font-weight: 700;
}.statistical_overview .extra_gain::after {
    left: 0;
    background: rgb(135,133,168);
    content: "";
    bottom: 0;
    height: 3px;
    width: 80px;
    position: absolute;
}.statistical_overview .knowledge_boosters {
    max-width: 500px;
    font-size: 17px;
    color: #000000;
    margin: 0;
    line-height: 1.8;
}.statistical_overview .boost_growth {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 70%;
    padding: 0;
}.statistical_overview .mentor_statistics {
    align-items: center;
    overflow: hidden;
    z-index: 1;
    justify-content: center;
    display: flex;
    transition: all 0.4s ease;
    flex: 0 0 calc(100% / 3);
    flex-direction: column;
    padding: 25px 20px;
    text-align: center;
    height: 33.333%;
    position: relative;
}.statistical_overview .mentor_statistics:nth-child(1) {
    background: rgba(255, 255, 255, 0.1);
}.statistical_overview .mentor_statistics:nth-child(2) {
    background: rgba(255, 255, 255, 0.15);
}.statistical_overview .mentor_statistics:nth-child(3) {
    background: rgba(255, 255, 255, 0.2);
}.statistical_overview .mentor_statistics:nth-child(4) {
    background: rgba(255, 255, 255, 0.15);
}.statistical_overview .mentor_statistics:nth-child(5) {
    background: rgba(255, 255, 255, 0.1);
}.statistical_overview .mentor_statistics:nth-child(6) {
    background: rgba(255, 255, 255, 0.05);
}.statistical_overview .mentor_statistics:nth-child(7) {
    background: rgba(255, 255, 255, 0.1);
}.statistical_overview .mentor_statistics:nth-child(8) {
    background: rgba(255, 255, 255, 0.15);
}.statistical_overview .mentor_statistics:nth-child(9) {
    background: rgba(255, 255, 255, 0.2);
}.statistical_overview .mentor_statistics::before {
    z-index: -1;
    height: 0;
    transition: all 0.4s ease;
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(to right, rgb(174,175,203,0.5), rgb(135,133,168,0.5));
    bottom: 0;
}.statistical_overview .mentor_statistics:hover::before {
    height: 100%;
}.statistical_overview .mentor_statistics::after {
    background: rgb(174,175,203);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    width: 0;
    height: 3px;
}.statistical_overview .mentor_statistics:hover::after {
    width: 100%;
}.statistical_overview .mentor_statistics h4 {
    position: relative;
    font-size: 2.8rem;
    line-height: 1;
    color: rgb(174,175,203);
    margin: 0 0 12px;
    transition: all 0.4s ease;
    font-weight: 700;
}.statistical_overview .mentor_statistics:hover h4 {
    transform: translateY(-5px);
    color: #000000;
}.statistical_overview .mentor_statistics span {
    color: #000000;
    position: relative;
    font-size: calc(17px * 0.9);
    padding: 0 5px;
    transition: all 0.4s ease;
}.statistical_overview .mentor_statistics:hover span {
    color: #000000;
}.statistical_overview svg {
    width: 24px;
    opacity: 0.6;
    right: 15px;
    transition: all 0.4s ease;
    top: 15px;
    position: absolute;
    height: 24px;
    fill: rgb(174,175,203);
}.statistical_overview svg path {
    fill: rgb(174,175,203);
    transition: all 0.4s ease;
}.statistical_overview .mentor_statistics:hover svg {
    transform: rotate(15deg) scale(1.2);
    opacity: 1;
}.statistical_overview .mentor_statistics:hover svg path {
    fill: rgb(135,133,168);
}

@media (max-width: 1400px) {.statistical_overview .mentor_statistics h4 {
    font-size: 2.5rem;
}.statistical_overview .mentor_statistics {
    padding: 20px 15px;
}
}

@media (max-width: 1200px) {.statistical_overview .container {
    max-width: 100%;
}.statistical_overview .key_pros {
    padding: 40px;
}.statistical_overview .mentor_statistics {
    height: 25%;
    flex: 0 0 50%;
}.statistical_overview .mentor_statistics h4 {
    font-size: 2.3rem;
}
}

@media (max-width: 992px) {.statistical_overview {
    padding: 80px 0;
}.statistical_overview .container {
    flex-direction: column;
}.statistical_overview .key_pros {
    flex: 0 0 auto;
    border-right: none;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 40px 30px;
}.statistical_overview .key_pros::before {
    bottom: 0;
    width: 100%;
    height: 5px;
    top: auto;
}.statistical_overview .boost_growth {
    width: 100%;
    flex: 0 0 auto;
}.statistical_overview .mentor_statistics {
    height: 160px;
    flex: 0 0 33.333%;
}.statistical_overview .extra_gain {
    margin-bottom: 20px;
    font-size: calc(36px * 0.9);
}
}

@media (max-width: 768px) {.statistical_overview {
    padding: 60px 0;
}.statistical_overview .boost_growth {
    flex-wrap: wrap;
    height: auto;
}.statistical_overview .mentor_statistics {
    flex: 0 0 50%;
    min-height: 140px;
    height: auto;
}.statistical_overview .mentor_statistics h4 {
    margin-bottom: 10px;
    font-size: 2.2rem;
}.statistical_overview .extra_gain {
    padding-bottom: 15px;
    font-size: calc(36px * 0.8);
}.statistical_overview .knowledge_boosters {
    font-size: calc(17px * 0.95);
}.statistical_overview svg {
    right: 12px;
    height: 20px;
    top: 12px;
    width: 20px;
}
}

@media (max-width: 480px) {.statistical_overview {
    padding: 50px 0;
}.statistical_overview .key_pros {
    padding: 30px 20px;
}.statistical_overview .mentor_statistics {
    flex: 0 0 100%;
    padding: 15px;
    min-height: 120px;
}.statistical_overview .mentor_statistics h4 {
    font-size: 2rem;
}.statistical_overview .mentor_statistics span {
    font-size: calc(17px * 0.85);
}.statistical_overview .extra_gain {
    padding-bottom: 10px;
    font-size: calc(36px * 0.7);
    margin-bottom: 15px;
}.statistical_overview .extra_gain::after {
    width: 60px;
    height: 2px;
}}.study_process {
    background: linear-gradient(130deg, rgb(214,214,228) 0%, rgb(135,133,168,0.5) 150%);
    position: relative;
    padding: 170px 0 140px;
    overflow: visible;
}.study_process::before {
    left: 0;
    height: 100%;
    position: absolute;
    background-size: 100% 40px;
    content: '';
    opacity: 0.05;
    background-image: linear-gradient(rgb(174,175,203,0.5) 1px, transparent 1px);
    top: 0;
    width: 100%;
    z-index: 1;
}.study_process .fast_study {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}.study_process .text_widget {
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    padding: 0;
    display: flex;
}.study_process .text_widget h2 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    font-size: 35px;
    align-self: flex-start;
    z-index: 4;
    padding: 35px 40px;
    width: 40%;
    margin: 0;
    font-weight: 700;
    border-radius: 25px;
    position: relative;
    color: #ffffff;
    transform: translate(-60px, -40px);
    background: linear-gradient(120deg, rgb(174,175,203,0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
    backdrop-filter: blur(10px);
}.study_process .text_widget p {
    position: relative;
    width: 60%;
    z-index: 3;
    border-radius: 25px;
    line-height: 1.8;
    transform: translate(30px, 40px);
    margin: 0;
    align-self: flex-end;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    color: #ffffff;
    font-size: 14px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    padding: 40px 50px;
}.study_process .text_widget::before {
    content: '';
    height: 65%;
    position: absolute;
    left: 10%;
    top: 15%;
    z-index: 1;
    background: linear-gradient(140deg, rgb(174,175,203,0.5) 0%, transparent 70%);
    border-radius: 25px;
    opacity: 0.15;
    filter: blur(40px);
    width: 80%;
}.study_process .text_widget::after {
    z-index: 2;
    width: 90%;
    height: 80%;
    border-radius: 25px;
    border: 1px solid rgb(174,175,203,0.5);
    top: 10%;
    position: absolute;
    opacity: 0.1;
    content: '';
    left: 5%;
}.study_process .text_widget h2::before {
    right: -60px;
    height: 120px;
    z-index: -1;
    border-radius: 50%;
    opacity: 0.05;
    position: absolute;
    width: 120px;
    background: rgb(174,175,203);
    content: '';
    filter: blur(30px);
    bottom: -60px;
}.study_process .text_widget h2::after {
    width: 3px;
    content: '';
    z-index: 5;
    height: 80px;
    right: 40px;
    opacity: 0.6;
    bottom: -90px;
    position: absolute;
    background: rgb(174,175,203);
}.study_process .text_widget p::before {
    top: 30px;
    width: 80%;
    left: 10%;
    position: absolute;
    content: '';
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(174,175,203,0.5), transparent);
    opacity: 0.3;
}.study_process .text_widget p::after {
    height: 1px;
    position: absolute;
    width: 60%;
    content: '';
    left: 20%;
    bottom: 30px;
    opacity: 0.3;
    background: linear-gradient(90deg, transparent, rgb(135,133,168,0.5), transparent);
}.study_process::after {
    z-index: 1;
    opacity: 0.05;
    content: '';
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    background: rgb(174,175,203,0.5);
    height: 250px;
    animation: float-morph 20s infinite alternate;
    bottom: -100px;
    width: 250px;
    right: 10%;
    filter: blur(80px);
    position: absolute;
}.study_process .fast_study::before {
    content: '';
    left: 12%;
    top: -100px;
    height: 200px;
    position: absolute;
    animation: rotate-scale 25s infinite linear;
    opacity: 0.2;
    width: 200px;
    transform-origin: center;
    border: 1px solid rgb(135,133,168,0.5);
}.study_process .fast_study::after {
    position: absolute;
    opacity: 0.15;
    width: 180px;
    height: 180px;
    left: 40%;
    content: '';
    transform-origin: center;
    border: 1px dashed rgb(174,175,203,0.5);
    animation: rotate-scale 20s infinite linear reverse;
    bottom: -90px;
}@keyframes float-morph {
    0% {
        border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
        transform: translate(0, 0);
    }
    50% {
        border-radius: 50% 50% 70% 30% / 60% 40% 30% 70%;
        transform: translate(-30px, -20px);
    }
    100% {
        border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
        transform: translate(0, 0);
    }
}

@keyframes rotate-scale {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

.study_process .fast_study::before {
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}.study_process .fast_study::after {
    clip-path: polygon(50% 0, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
}

@media screen and (max-width: 1200px) {.study_process .text_widget h2 {
    width: 45%;
    transform: translate(-40px, -30px);
}.study_process .text_widget p {
    transform: translate(20px, 30px);
    width: 65%;
}.study_process .fast_study::before,
    .study_process .fast_study::after {
    width: 160px;
    height: 160px;
}
}

@media screen and (max-width: 992px) {.study_process {
    padding: 140px 0 120px;
}.study_process .text_widget h2 {
    padding: 30px 35px;
    width: 50%;
    transform: translate(-30px, -25px);
}.study_process .text_widget p {
    transform: translate(15px, 25px);
    width: 70%;
    padding: 35px 40px;
}.study_process .text_widget h2::after {
    bottom: -70px;
    height: 60px;
}.study_process .fast_study::before {
    top: -70px;
    height: 140px;
    width: 140px;
}.study_process .fast_study::after {
    width: 140px;
    bottom: -70px;
    height: 140px;
}
}

@media screen and (max-width: 768px) {.study_process {
    overflow: hidden;
    padding: 120px 0 100px;
}.study_process .text_widget {
    flex-direction: column;
}.study_process .text_widget h2 {
    transform: none;
    margin-bottom: 40px;
    width: 100%;
    font-size: calc(35px * 0.9);
    padding: 25px 30px;
}.study_process .text_widget p {
    width: 100%;
    transform: none;
}.study_process .text_widget::before,
    .study_process .text_widget::after {
    display: none;
}.study_process .text_widget h2::after {
    right: 50%;
    height: 40px;
    bottom: -50px;
}.study_process .fast_study::before,
    .study_process .fast_study::after,
    .study_process::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.study_process {
    padding: 100px 0 80px;
}.study_process .text_widget h2 {
    margin-bottom: 30px;
    font-size: calc(35px * 0.8);
    padding: 20px 25px;
}.study_process .text_widget p {
    padding: 25px 30px;
    font-size: calc(14px * 0.9);
}.study_process .text_widget h2::after {
    bottom: -40px;
    height: 30px;
}}.service_contact {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(to right, rgb(214,214,228) 60%, rgb(174,175,203) 60%);
    overflow: hidden;
}.service_contact::before {
    content: '';
    z-index: 0;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.15;
    background: radial-gradient(circle at 25% 25%, rgb(174,175,203,0.5) 0%, transparent 50%);
    position: absolute;
}.service_contact::after {
    height: 100%;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, transparent 0%, rgb(135,133,168,0.5) 100%);
    width: 100%;
    content: '';
    opacity: 0.1;
    z-index: 0;
    position: absolute;
}.service_contact .container {
    z-index: 1;
    position: relative;
}.service_contact .reach_experts {
    position: relative;
    gap: 0;
    grid-template-columns: 2fr 1fr;
    display: grid;
}.service_contact .query_form {
    position: relative;
}.service_contact .query_form:nth-child(1) {
    padding: 0 4rem 0 0;
    background: transparent;
}.service_contact .query_form:nth-child(1) h2 {
    position: relative;
    letter-spacing: -1px;
    font-size: calc(46px * 1.2);
    text-transform: uppercase;
    line-height: 1.1;
    color: rgb(174,175,203);
    font-weight: 700;
    margin-bottom: 2rem;
}.service_contact .query_form:nth-child(1) h2::before {
    content: '';
    background: rgb(135,133,168);
    left: 0;
    height: 8px;
    width: 60px;
    top: -20px;
    position: absolute;
}.service_contact .message_section {
    position: relative;
    display: inline-block;
    font-size: calc(22px * 1.1);
    margin-bottom: 1.5rem;
    color: rgb(135,133,168);
    font-weight: 600;
}.service_contact .message_section::after {
    height: 1px;
    position: absolute;
    bottom: -10px;
    width: 100%;
    left: 0;
    content: '';
    background: rgb(135,133,168,0.5);
}.service_contact .edu_reach {
    margin-bottom: 2.5rem;
    max-width: 90%;
    line-height: 1.8;
    color: #000000;
    font-size: calc(16px * 1.1);
}.service_contact .query_form > p {
    align-items: center;
    margin-bottom: 1rem;
    display: flex;
    padding-left: 30px;
    color: #000000;
    font-size: 16px;
    position: relative;
}.service_contact .query_form > p svg {
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    left: 0;
}.service_contact .query_form > p svg path {
    fill: rgb(174,175,203);
}.service_contact .query_form > p span {
    font-weight: 600;
    margin-left: 0.25rem;
}.service_contact .msg_info {
    position: relative;
    padding: 2rem;
    margin-top: 3rem;
    border-radius: 10px;
    background: linear-gradient(to right, rgb(214,214,228), transparent);
}.service_contact .msg_info h3 {
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    color: rgb(174,175,203);
    text-transform: uppercase;
    font-weight: 700;
}.service_contact .edu_coach {
    flex-wrap: wrap;
    display: flex;
    gap: 1rem;
}.service_contact .edu_coach span {
    color: #000000;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    border-left: 3px solid rgb(135,133,168);
    border-radius: 10px;
    font-size: 16px;
    background: #ffffff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    font-weight: 600;
}.service_contact .edu_coach span:hover {
    color: #ffffff;
    transform: translateY(-3px);
    background: rgb(135,133,168);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.service_contact .query_form:nth-child(2) {
    position: relative;
    grid-row: span 2;
    grid-column: 2;
}.service_contact .query_form .img_wrapper {
    overflow: hidden;
    border-radius: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
}.service_contact .contact_tile.ask_feedback {
    grid-column: 2;
    position: relative;
    background: transparent;
    padding: 2rem;
    z-index: 1;
}.service_contact .ask_feedback a {
    transition: all 0.3s ease;
    padding-left: 40px;
    position: relative;
    text-decoration: none;
    margin-bottom: 2rem;
    flex-direction: column;
    display: flex;
}.service_contact .ask_feedback a:last-child {
    margin-bottom: 0;
}.service_contact .ask_feedback a:hover {
    transform: translateX(10px);
}.service_contact .ask_feedback svg {
    left: 0;
    height: 24px;
    width: 24px;
    top: 5px;
    position: absolute;
    transition: all 0.3s ease;
}.service_contact .ask_feedback a:hover svg {
    transform: scale(1.2);
}.service_contact .ask_feedback svg path {
    fill: #ffffff;
}.service_contact .ask_feedback a span {
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.7);
    font-size: calc(16px * 0.85);
}.service_contact .ask_feedback a p {
    position: relative;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0;
    font-size: calc(16px * 1.2);
}.service_contact .ask_feedback a p::after {
    width: 0;
    height: 2px;
    left: 0;
    bottom: -5px;
    position: absolute;
    transition: width 0.3s ease;
    background: #ffffff;
    content: '';
}.service_contact .ask_feedback a:hover p::after {
    width: 100%;
}

@media (max-width: 1200px) {.service_contact {
    background: linear-gradient(to right, rgb(214,214,228) 50%, rgb(174,175,203) 50%);
}.service_contact .query_form:nth-child(1) {
    padding-right: 2rem;
}.service_contact .edu_reach {
    max-width: 100%;
}
}

@media (max-width: 992px) {.service_contact {
    padding: 80px 0 350px;
    background: linear-gradient(to bottom, rgb(214,214,228) 65%, rgb(174,175,203) 65%);
}.service_contact .reach_experts {
    grid-template-columns: 1fr;
}.service_contact .query_form:nth-child(1) {
    padding-right: 0;
    margin-bottom: 3rem;
}.service_contact .query_form:nth-child(2) {
    top: auto;
    grid-column: auto;
    right: 0;
    grid-row: auto;
    left: 0;
    position: static;
    bottom: 200px;
    height: 300px;
}.service_contact .contact_tile.ask_feedback {
    grid-column: auto;
    margin-top: 250px;
}
}

@media (max-width: 768px) {.service_contact {
    padding: 60px 0 100px;
    background: linear-gradient(to bottom, rgb(214,214,228) 60%, rgb(174,175,203) 60%);
}.service_contact .query_form:nth-child(1) h2 {
    font-size: 46px;
}.service_contact .query_form:nth-child(2) {
    bottom: 180px;
    height: 200px;
}.service_contact .contact_tile.ask_feedback {
    margin-top: 150px;
}
}

@media (max-width: 576px) {.service_contact {
    padding: 50px 0 350px;
    background: linear-gradient(to bottom, rgb(214,214,228) 55%, rgb(174,175,203) 55%);
}.service_contact .query_form:nth-child(1) h2 {
    font-size: calc(46px * 0.8);
}.service_contact .query_form:nth-child(1) h2::before {
    width: 40px;
    height: 6px;
}.service_contact .msg_info {
    padding: 1.5rem;
}.service_contact .edu_coach {
    flex-direction: column;
}.service_contact .query_form:nth-child(2) {
    height: 180px;
    bottom: 200px;
}.service_contact .contact_tile.ask_feedback {
    padding: 1.5rem;
}}.reach_outQUcwb {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: linear-gradient(120deg, rgb(214,214,228), rgba(rgb(174,175,203), 0.03));
}.reach_outQUcwb::before {
    top: 0;
    z-index: 1;
    position: absolute;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(174,175,203), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(135,133,168), 0.05) 0%, transparent 50%);
    height: 100%;
    width: 100%;
    left: 0;
}.reach_outQUcwb::after {
    left: 0;
    animation: backgroundShift 30s linear infinite;
    background-image: 
        linear-gradient(90deg, rgba(rgb(174,175,203), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(174,175,203), 0.03) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, rgba(rgb(135,133,168), 0.05) 0%, transparent 25%),
        radial-gradient(circle at 80% 20%, rgba(rgb(174,175,203), 0.04) 0%, transparent 30%),
        radial-gradient(circle at 20% 80%, rgba(rgb(135,133,168), 0.04) 0%, transparent 30%);
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 100%;
    top: 0;
    background-position: center center;
    content: "";
    background-size: 30px 30px, 30px 30px, 600px 600px, 400px 400px, 300px 300px;
}@keyframes backgroundShift {
    0% {
        background-position: 0px 0px, 0px 0px, center center, 80% 20%, 20% 80%;
    }
    100% {
        background-position: 30px 30px, 30px 30px, center center, 85% 15%, 15% 85%;
    }
}

.reach_outQUcwb .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
}.reach_outQUcwb h2 {
    perspective: 1000px;
    display: inline-block;
    color: #000000;
    text-align: center;
    margin-bottom: 15px;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    letter-spacing: 1px;
    font-size: 36px;
    font-weight: 700;
}.reach_outQUcwb h2::before {
    left: 0;
    height: 2px;
    position: absolute;
    bottom: -10px;
    background: linear-gradient(90deg, transparent, rgb(174,175,203), transparent);
    content: "";
    width: 100%;
}.reach_outQUcwb .message_query {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    margin-top: 60px;
    display: flex;
    perspective: 1000px;
    background: #ffffff;
    transform-style: preserve-3d;
}.reach_outQUcwb .message_query::before {
    height: 5px;
    background: linear-gradient(90deg, rgb(174,175,203), rgb(135,133,168));
    left: 0;
    width: 100%;
    z-index: 3;
    top: 0;
    position: absolute;
    content: "";
}.reach_outQUcwb .img_wrapper {
    flex: 0 0 45%;
    overflow: hidden;
    position: relative;
    transform: translateZ(0);
    min-height: 500px;
}.reach_outQUcwb .img_wrapper::before {
    z-index: 1;
    background: linear-gradient(210deg, rgba(rgb(174,175,203), 0.5), rgba(rgb(135,133,168), 0.5));
    position: absolute;
    content: "";
    mix-blend-mode: multiply;
    inset: 0;
}.reach_outQUcwb .img_wrapper::after {
    background: linear-gradient(45deg, transparent 45%, rgba(255, 255, 255, 0.1) 50%, transparent 55%);
    top: -100%;
    left: -100%;
    animation: shine 6s infinite ease-in-out;
    height: 300%;
    position: absolute;
    z-index: 2;
    content: "";
    width: 300%;
}@keyframes shine {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    30%, 100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.reach_outQUcwb .message_map {
    flex: 0 0 55%;
    backdrop-filter: blur(10px);
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    padding: 60px 50px;
}.reach_outQUcwb .message_map::before {
    background: 
        radial-gradient(circle, rgba(rgb(174,175,203), 0.03) 0%, transparent 70%);
    border-radius: 50%;
    right: 0;
    height: 500px;
    z-index: 0;
    opacity: 0.5;
    content: "";
    position: absolute;
    top: 0;
    width: 500px;
}.reach_outQUcwb form {
    z-index: 3;
    position: relative;
}.reach_outQUcwb form h3 {
    position: relative;
    margin-bottom: 35px;
    letter-spacing: 0.5px;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}.reach_outQUcwb form h3::after {
    position: absolute;
    background: rgb(174,175,203);
    width: 30px;
    bottom: -15px;
    left: 0;
    content: "";
    height: 2px;
}.reach_outQUcwb form input[type="text"] {
    font-size: 13px;
    border: 1px solid rgba(rgb(174,175,203), 0.1);
    background: rgba(rgb(214,214,228), 0.5);
    border-radius: 8px;
    margin-bottom: 25px;
    padding: 18px 25px;
    width: 100%;
    color: #000000;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
}.reach_outQUcwb form input[type="text"]:focus {
    background: rgba(#ffffff, 0.9);
    border-color: rgb(174,175,203);
    outline: none;
    box-shadow: 0 0 0 4px rgba(rgb(174,175,203), 0.1);
}.reach_outQUcwb form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.reach_outQUcwb form input[type="text"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.7;
}.reach_outQUcwb .message_links {
    position: relative;
    margin-bottom: 30px;
    display: flex;
}.reach_outQUcwb .message_links input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.reach_outQUcwb .message_links label {
    color: #000000;
    position: relative;
    cursor: pointer;
    padding-left: 35px;
    font-size: 13px;
    line-height: 1.5;
}.reach_outQUcwb .message_links label::before {
    background: rgba(#ffffff, 0.6);
    border: 1px solid rgba(rgb(174,175,203), 0.3);
    height: 22px;
    position: absolute;
    width: 22px;
    transition: all 0.3s ease;
    border-radius: 4px;
    left: 0;
    content: "";
    top: 0;
}.reach_outQUcwb .message_links input[type="checkbox"]:checked + label::before {
    border-color: rgb(174,175,203);
    background: rgb(174,175,203);
}.reach_outQUcwb .message_links input[type="checkbox"]:checked + label::after {
    top: 4px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    border: solid #ffffff;
    width: 6px;
    content: "";
    height: 12px;
    left: 8px;
    position: absolute;
}.reach_outQUcwb .message_links label a {
    transition: all 0.3s ease;
    color: rgb(174,175,203);
    font-weight: 600;
    position: relative;
    text-decoration: none;
}.reach_outQUcwb .message_links label a::after {
    transform-origin: right;
    bottom: -2px;
    left: 0;
    background: rgb(174,175,203);
    width: 100%;
    content: "";
    transition: transform 0.3s ease;
    height: 1px;
    transform: scaleX(0);
    position: absolute;
}.reach_outQUcwb .message_links label a:hover {
    color: rgb(135,133,168);
}.reach_outQUcwb .message_links label a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
    background: rgb(135,133,168);
}.reach_outQUcwb .query_map {
    border-radius: 8px;
    transition: all 0.3s ease;
    padding: 16px 40px;
    position: relative;
    cursor: pointer;
    font-weight: 600;
    overflow: hidden;
    z-index: 1;
    font-size: 19px;
    color: #ffffff;
    border: none;
    letter-spacing: 0.5px;
    background: rgb(174,175,203);
}.reach_outQUcwb .query_map::before {
    height: 100%;
    left: 0;
    background: linear-gradient(45deg, rgb(174,175,203), rgb(135,133,168));
    transition: opacity 0.3s ease;
    position: absolute;
    opacity: 0;
    content: "";
    z-index: -1;
    width: 100%;
    top: 0;
}.reach_outQUcwb .query_map:hover::before {
    opacity: 1;
}.reach_outQUcwb .query_map::after {
    position: absolute;
    left: -10px;
    transition: all 0.5s ease;
    content: "";
    width: 50px;
    background: rgba(255, 255, 255, 0.3);
    z-index: -1;
    height: 50px;
    transform: scale(0);
    top: -50%;
    border-radius: 50%;
}.reach_outQUcwb .query_map:hover::after {
    opacity: 0;
    transform: scale(4);
}.reach_outQUcwb svg {
    transition: all 0.3s ease;
    fill: none;
    width: 22px;
    filter: drop-shadow(0 2px 2px rgba(rgb(174,175,203), 0.3));
    stroke: rgb(174,175,203);
    stroke-width: 2;
    height: 22px;
}.reach_outQUcwb svg path {
    stroke-width: 2;
    stroke: rgb(174,175,203);
    transition: all 0.3s ease;
}.reach_outQUcwb svg:hover,
.reach_outQUcwb svg:hover path {
    transform: translateY(-2px);
    stroke: rgb(135,133,168);
}.reach_outQUcwb form input {
    border: 1px solid rgb(174,175,203);
}

@media (max-width: 1024px) {.reach_outQUcwb {
    padding: 80px 0;
}.reach_outQUcwb .message_query {
    margin-top: 50px;
}.reach_outQUcwb .img_wrapper {
    min-height: 450px;
}.reach_outQUcwb .message_map {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.reach_outQUcwb {
    padding: 60px 0;
}.reach_outQUcwb .message_query {
    margin-top: 40px;
    flex-direction: column;
}.reach_outQUcwb .img_wrapper {
    min-height: 300px;
    width: 100%;
}.reach_outQUcwb .message_map {
    width: 100%;
    padding: 40px 30px;
}.reach_outQUcwb form h3 {
    margin-bottom: 30px;
}.reach_outQUcwb form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.reach_outQUcwb .message_links {
    margin-bottom: 25px;
}.reach_outQUcwb .query_map {
    width: 100%;
    padding: 14px 30px;
}
}

@media (max-width: 480px) {.reach_outQUcwb {
    padding: 50px 0;
}.reach_outQUcwb h2 {
    font-size: calc(36px * 0.85);
}.reach_outQUcwb .message_query {
    border-radius: 12px;
    margin-top: 30px;
}.reach_outQUcwb .img_wrapper {
    min-height: 220px;
}.reach_outQUcwb .message_map {
    padding: 30px 20px;
}.reach_outQUcwb form h3 {
    margin-bottom: 25px;
    font-size: calc(20px * 0.9);
}.reach_outQUcwb form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.reach_outQUcwb .message_links {
    margin-bottom: 20px;
}.reach_outQUcwb .message_links label {
    font-size: calc(13px * 0.9);
}.reach_outQUcwb .query_map {
    padding: 12px 20px;
}
}