* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.head_info_14 {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
    min-height: 100%;
}.report_abuse_46 {
    flex: 0 0 auto;
}::-webkit-scrollbar {
    padding: 4px;
    width: 13px;
}::-webkit-scrollbar-track {
    background: linear-gradient(184deg, #ffffff 20%, rgb(255, 255, 255, 0.5) 0%, rgb(74,103,161) 1%, rgb(74,103,161,0.5) 68%, rgb(130,150,181) 13%, rgb(182,191,205) 37%);
    box-shadow: inset 2px 3px 0px 8px rgba(0, 0, 0, 0.3);
    border-radius: 11.3em;
}::-webkit-scrollbar-thumb {
    transition: all, background, border-radius 4.8s ease;
    min-height: 52px;
    background: #ffffff;
    border-radius: 0.4vw;
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset 5px 1px 13px 3px rgba(0, 0, 0, 0.8);
    background: rgb(74,103,161);
}::-webkit-scrollbar-corner {
    border-radius: 2px;
    background: rgb(130,150,181,0.5);
}* {
    scrollbar-width: none;
    scrollbar-color: #ffffff #ffffff;
}a {
    text-decoration: none;
    color: inherit;
}.wrapping-container_61 {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1140px;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.our_story_39 {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.our_story_39::before {
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(130,150,181,0.5), rgba(0, 0, 0, 0.5) 75%);
    z-index: 1;
    left: 0;
    top: 0;
    pointer-events: none;
    content: "";
    width: 100%;
}.our_story_39::after {
    content: "";
    top: -10%;
    width: 45%;
    height: 200%;
    position: absolute;
    right: -5%;
    opacity: 0.15;
    z-index: 0;
    background: rgb(74,103,161);
    animation: floatElement 20s infinite alternate ease-in-out;
    transform: rotate(-25deg);
}.our_story_39 .container {
    position: relative;
    padding: 0 20px;
    max-width: 1240px;
    margin: 0 auto;
    z-index: 2;
}.our_story_39 h2 {
    position: relative;
    font-size: 38px;
    font-weight: 700;
    transform: translateX(-5px);
    margin-bottom: 40px;
    display: inline-block;
    color: #ffffff;
}.our_story_39 h2::after {
    bottom: -10px;
    background: linear-gradient(90deg, rgb(74,103,161), transparent);
    position: absolute;
    left: 0;
    content: "";
    transform-origin: left;
    height: 3px;
    animation: expandWidth 0.7s ease-out forwards;
    width: 80px;
}.our_story_39 .text_details_85 {
    z-index: 3;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 40px;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    display: grid;
    transform: translateY(0);
    position: relative;
}.our_story_39 .text_details_85::before {
    width: 6px;
    top: 0;
    height: 0;
    position: absolute;
    left: 0;
    background: rgb(130,150,181);
    content: "";
    animation: growVertical 1s 0.3s ease-out forwards;
}.our_story_39 .text_details_85 > div {
    position: relative;
}.our_story_39 .text_details_85 p {
    transition: transform 0.3s ease;
    margin-bottom: 20px;
    font-weight: 600;
    padding-left: 15px;
    color: rgb(130,150,181);
    position: relative;
    font-size: calc(15px * 1.5);
    transform: translateX(0);
}.our_story_39 .text_details_85 p::before {
    height: 8px;
    background: rgb(74,103,161);
    position: absolute;
    width: 8px;
    content: "";
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    left: 0;
}.our_story_39 .text_details_85 div > div {
    line-height: 1.8;
    position: relative;
    font-size: 15px;
    column-gap: 40px;
    color: #000000;
    column-count: 1;
    padding-left: 15px;
}.our_story_39 .text_details_85:hover {
    transform: translateY(-5px);
}.our_story_39 .text_details_85:hover p {
    transform: translateX(5px);
}

@keyframes expandWidth {
    from { width: 0; }
    to { width: 80px; }
}

@keyframes growVertical {
    from { height: 0; }
    to { height: 100%; }
}

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

@media (min-width: 768px) {.our_story_39 {
    padding: 150px 0;
}.our_story_39 h2 {
    margin-bottom: 60px;
    font-size: calc(38px * 1.2);
}.our_story_39 h2::after {
    width: 120px;
}.our_story_39 .text_details_85 {
    width: calc(100% - 40px);
    padding: 60px;
    margin-left: 40px;
}.our_story_39 .text_details_85 div > div {
    column-count: 2;
}
    
    @keyframes expandWidth {
        from { width: 0; }
        to { width: 120px; }
    }
}

@media (min-width: 992px) {.our_story_39 {
    padding: 180px 0;
}.our_story_39::after {
    width: 60%;
    top: -20%;
    right: -10%;
}.our_story_39 h2 {
    transform: translateX(-10px);
}.our_story_39 .text_details_85 {
    width: calc(100% - 80px);
    margin-left: 80px;
    padding: 80px;
}.our_story_39 .text_details_85::before {
    width: 8px;
}.our_story_39 .text_details_85 div > div {
    column-count: 2;
}
}

@media (min-width: 1200px) {.our_story_39 h2 {
    margin-bottom: 80px;
}.our_story_39 .text_details_85 {
    width: calc(100% - 120px);
    margin-left: 120px;
    padding: 100px;
}.our_story_39 .text_details_85::before {
    width: 10px;
}
}

@media (max-width: 767px) {.our_story_39 {
    padding: 80px 0;
}.our_story_39 h2 {
    margin-bottom: 30px;
    font-size: calc(38px * 0.9);
}.our_story_39 .text_details_85 {
    padding: 30px 20px;
}.our_story_39 .text_details_85 p {
    margin-bottom: 15px;
    font-size: calc(15px * 1.2);
}.our_story_39 .text_details_85 div > div {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}}.thanksWeb_40 {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(182,191,205) 0%, rgba(rgb(130,150,181,0.5), 0.05) 100%);
}.thanksWeb_40::before {
    content: "";
    width: 40%;
    opacity: 0.07;
    z-index: 1;
    transform: rotate(-15deg) translateZ(0);
    top: -5%;
    left: -5%;
    height: 40%;
    background: linear-gradient(225deg, rgb(130,150,181) 0%, transparent 70%);
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 85%);
}.thanksWeb_40::after {
    height: 50%;
    bottom: -5%;
    opacity: 0.07;
    position: absolute;
    background: linear-gradient(45deg, transparent 40%, rgb(74,103,161) 100%);
    width: 50%;
    clip-path: polygon(20% 0, 100% 15%, 100% 100%, 0 100%);
    content: "";
    z-index: 1;
    right: -5%;
    transform: rotate(15deg) translateZ(0);
}.thanksWeb_40 .container {
    position: relative;
    padding: 0 15px;
    width: 100%;
    max-width: 1140px;
    z-index: 2;
    margin: 0 auto;
}.thanksWeb_40 .skill_guides_36 {
    padding: 3.5rem;
    display: flex;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), 
                box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    transform-origin: center top;
    flex-direction: column;
    background: #ffffff;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 10px 40px rgba(rgba(0, 0, 0, 0.5), 0.1), 
                0 2px 10px rgba(rgb(130,150,181,0.5), 0.05),
                0 30px 60px -10px rgba(rgb(74,103,161,0.5), 0.12);
}.thanksWeb_40 .skill_guides_36:hover {
    box-shadow: 0 15px 50px rgba(rgba(0, 0, 0, 0.5), 0.15), 
                0 5px 20px rgba(rgb(130,150,181,0.5), 0.1),
                0 40px 80px -15px rgba(rgb(74,103,161,0.5), 0.18);
    transform: perspective(1000px) rotateX(0deg);
}.thanksWeb_40 .skill_guides_36 > div:first-child {
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 1.5rem;
}.thanksWeb_40 .skill_guides_36 > div:first-child::after {
    transform-origin: left center;
    position: absolute;
    left: 0;
    height: 3px;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scaleX(1) translateZ(0);
    width: 20%;
    bottom: 0;
    background: linear-gradient(90deg, rgb(130,150,181), rgb(74,103,161));
    content: "";
}.thanksWeb_40 .skill_guides_36:hover > div:first-child::after {
    transform: scaleX(2) translateZ(0);
}.thanksWeb_40 h5 {
    font-size: 21px;
    transition: transform 0.4s ease-out;
    transform: translateZ(0);
    margin: 0;
    line-height: 1.4;
    font-weight: 700;
    color: #000000;
}.thanksWeb_40 .skill_guides_36:hover h5 {
    transform: translateY(-3px) translateZ(0);
}.thanksWeb_40 a {
    display: block;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.thanksWeb_40 a:hover {
    transform: translateY(-5px);
}.thanksWeb_40 a::before {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: linear-gradient(135deg, transparent 45%, rgb(130,150,181) 55%);
    z-index: 1;
    right: -10px;
    transform: rotate(45deg) scale(0);
    position: absolute;
    transform-origin: center;
    content: "";
    width: 50px;
    opacity: 0.1;
    height: 50px;
    top: -10px;
}.thanksWeb_40 a:hover::before {
    transform: rotate(45deg) scale(1);
}.thanksWeb_40 p {
    color: #000000;
    position: relative;
    font-size: 18px;
    background: linear-gradient(to right, rgba(rgb(74,103,161,0.5), 0.03), rgba(rgb(130,150,181,0.5), 0.03));
    border-left: 2px solid rgba(rgb(130,150,181,0.5), 0.2);
    line-height: 1.7;
    padding: 1.5rem;
    font-weight: 400;
    margin: 0;
    transition: all 0.4s ease;
}.thanksWeb_40 a:hover p {
    background: linear-gradient(to right, rgba(rgb(74,103,161,0.5), 0.07), rgba(rgb(130,150,181,0.5), 0.07));
    border-left: 2px solid rgb(130,150,181);
}

@media (min-width: 768px) {.thanksWeb_40 .skill_guides_36 {
    padding: 4rem 5rem;
}.thanksWeb_40 h5 {
    font-size: calc(21px * 1.2);
}.thanksWeb_40 p {
    font-size: calc(18px * 1.05);
    padding: 2rem;
}
}

@media (min-width: 992px) {.thanksWeb_40 {
    padding: 8rem 0;
}.thanksWeb_40 .skill_guides_36 {
    max-width: 90%;
    padding: 5rem 6rem;
    margin: 0 auto;
}.thanksWeb_40 .skill_guides_36 > div:first-child {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
}.thanksWeb_40 .skill_guides_36 > div:first-child::after {
    width: 15%;
}
}

@media (max-width: 767px) {.thanksWeb_40 {
    padding: 3rem 0;
}.thanksWeb_40 .skill_guides_36 {
    padding: 2rem;
    transform: perspective(1000px) rotateX(1deg);
}.thanksWeb_40 h5 {
    font-size: calc(21px * 0.9);
}.thanksWeb_40 p {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
    padding: 1rem;
}.thanksWeb_40 .skill_guides_36 > div:first-child {
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}
}

@media (max-width: 480px) {.thanksWeb_40 {
    padding: 2rem 0;
}.thanksWeb_40 .skill_guides_36 {
    padding: 1.5rem;
    transform: none;
}.thanksWeb_40 h5 {
    font-size: calc(21px * 0.85);
}.thanksWeb_40 p {
    line-height: 1.5;
    font-size: calc(18px * 0.9);
    padding: 0.75rem;
}}.teacher_profile_35 {
    background: linear-gradient(
        125deg,
        rgb(182,191,205) 0%,
        rgb(182,191,205) 60%,
        rgb(130,150,181,0.5) 120%
    );
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.teacher_profile_35::before {
    background-size: 60px 60px;
    opacity: 0.03;
    height: 100%;
    background-image: 
        linear-gradient(45deg, rgb(130,150,181,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(130,150,181,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(130,150,181,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(130,150,181,0.5) 75%);
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
    background-position: 0 0, 0 30px, 30px -30px, -30px 0px;
    top: 0;
}.teacher_profile_35::after {
    width: 200%;
    height: 200%;
    position: absolute;
    background: 
        radial-gradient(
            ellipse at center,
            rgb(130,150,181,0.5) 0%,
            transparent 60%
        );
    opacity: 0.2;
    content: "";
    top: -50%;
    animation: pulse-subtle 15s infinite alternate ease-in-out;
    left: -50%;
}@keyframes pulse-subtle {
    0% {
        transform: scale(1);
        opacity: 0.15;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.25;
    }
}

.teacher_profile_35 .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
}.teacher_profile_35 .client_views_36 {
    background: transparent;
    position: relative;
    flex-direction: column;
    border-radius: 13px;
    align-items: center;
    padding: 0;
    display: flex;
    overflow: visible;
}.teacher_profile_35 .thumbnail_image_31 {
    height: 260px;
    margin-bottom: 30px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    transform: rotate(-5deg);
    width: 260px;
    border-radius: 20px;
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.12),
        -25px -25px 50px rgba(255, 255, 255, 0.7),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    z-index: 3;
}.teacher_profile_35 .thumbnail_image_31::before {
    position: absolute;
    opacity: 0.3;
    transform: rotate(5deg);
    content: "";
    border-radius: 30px;
    transition: all 0.5s ease;
    inset: -10px;
    background: linear-gradient(
        135deg,
        rgb(130,150,181,0.5) 0%,
        transparent 50%,
        rgb(74,103,161,0.5) 100%
    );
    z-index: -1;
}.teacher_profile_35 .thumbnail_image_31::after {
    opacity: 0.05;
    z-index: -2;
    border-radius: 40px;
    transition: all 0.5s ease;
    transform: rotate(10deg);
    background: 
        repeating-linear-gradient(
            -45deg,
            transparent 0,
            transparent 10px,
            rgb(130,150,181,0.5) 10px,
            rgb(130,150,181,0.5) 11px
        );
    content: "";
    position: absolute;
    inset: -20px;
}.teacher_profile_35 .name {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(
        to right,
        #000000 0%,
        rgb(130,150,181) 100%
    );
    background-clip: text !important;
    font-size: 46px;
    text-align: center;
    padding: 0 20px 15px;
    text-fill-color: transparent;
    position: relative;
    z-index: 2;
    -webkit-background-clip: text !important;
    margin-bottom: 15px;
    color: #000000;
    font-weight: 700;
}.teacher_profile_35 .name::after {
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(
        to right,
        rgb(130,150,181) 0%,
        rgb(74,103,161) 100%
    );
    height: 3px;
    border-radius: 3px;
    left: 50%;
    bottom: 0;
    content: "";
    width: 80px;
}.teacher_profile_35 .client_views_36 span:not(.name) {
    color: rgb(74,103,161);
    margin-bottom: 40px;
    transition: all 0.3s ease;
    font-size: 18px;
    z-index: 2;
    font-weight: 600;
    opacity: 0.8;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
}.teacher_profile_35 .job_progress_97 {
    line-height: 1.9;
    position: relative;
    text-align: center;
    color: #000000;
    padding: 40px 50px;
    width: 80%;
    background: #ffffff;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.06),
        0 1px 1px rgba(0, 0, 0, 0.04);
    max-width: 700px;
    margin: 0;
    z-index: 1;
    border-radius: 13px;
    font-size: 17px;
}.teacher_profile_35 .job_progress_97::before {
    width: 35px;
    position: absolute;
    top: 25px;
    background: 
        linear-gradient(45deg, rgb(130,150,181,0.5) 0%, transparent 100%);
    left: 25px;
    height: 35px;
    border-radius: 0 0 10px 0;
    opacity: 0.2;
    content: "";
}.teacher_profile_35 .job_progress_97::after {
    position: absolute;
    opacity: 0.2;
    background: 
        linear-gradient(225deg, rgb(74,103,161,0.5) 0%, transparent 100%);
    content: "";
    height: 35px;
    bottom: 25px;
    border-radius: 0 0 0 10px;
    width: 35px;
    right: 25px;
}.teacher_profile_35 .client_views_36::before {
    z-index: 0;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    height: 300px;
    transform: translateX(-50%) rotate(45deg);
    background: 
        linear-gradient(
            135deg,
            rgb(130,150,181,0.5) 0%,
            transparent 100%
        );
    animation: morphing 15s infinite alternate ease-in-out;
    opacity: 0.1;
    left: 50%;
    content: "";
    top: -70px;
    width: 300px;
    position: absolute;
}@keyframes morphing {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 70% 30% 50% 50% / 40% 60% 40% 60%;
    }
    50% {
        border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
    }
    75% {
        border-radius: 60% 40% 30% 70% / 50% 50% 50% 50%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

.teacher_profile_35 .client_views_36::after {
    animation: morphing 15s infinite alternate-reverse ease-in-out;
    border-radius: 60% 40% 30% 70% / 50% 50% 50% 50%;
    position: absolute;
    left: 50%;
    opacity: 0.08;
    top: -50px;
    height: 350px;
    transform: translateX(-50%) rotate(-45deg);
    background: 
        linear-gradient(
            135deg,
            transparent 0%,
            rgb(74,103,161,0.5) 100%
        );
    content: "";
    z-index: 0;
    width: 350px;
}.teacher_profile_35 .client_views_36:hover .thumbnail_image_31 {
    box-shadow: 
        30px 30px 60px rgba(0, 0, 0, 0.15),
        -30px -30px 60px rgba(255, 255, 255, 0.8),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: rotate(0deg) translateY(-10px);
}.teacher_profile_35 .client_views_36:hover .thumbnail_image_31::before {
    transform: rotate(0deg);
    opacity: 0.5;
}.teacher_profile_35 .client_views_36:hover .thumbnail_image_31::after {
    transform: rotate(5deg);
}.teacher_profile_35 .client_views_36:hover span:not(.name) {
    opacity: 1;
    letter-spacing: 5px;
}

@media (max-width: 991px) {.teacher_profile_35 {
    padding: 80px 0;
}.teacher_profile_35 .thumbnail_image_31 {
    height: 220px;
    width: 220px;
    margin-bottom: 25px;
}.teacher_profile_35 .name {
    font-size: calc(46px * 0.9);
    margin-bottom: 12px;
}.teacher_profile_35 .job_progress_97 {
    width: 85%;
    padding: 35px 40px;
}.teacher_profile_35 .client_views_36::before,
    .teacher_profile_35 .client_views_36::after {
    width: 250px;
    height: 250px;
}
}

@media (max-width: 767px) {.teacher_profile_35 {
    padding: 60px 0;
}.teacher_profile_35 .thumbnail_image_31 {
    width: 180px;
    margin-bottom: 20px;
    height: 180px;
}.teacher_profile_35 .name {
    padding: 0 15px 12px;
    font-size: calc(46px * 0.8);
    margin-bottom: 10px;
}.teacher_profile_35 .client_views_36 span:not(.name) {
    font-size: calc(18px * 0.9);
    margin-bottom: 30px;
    letter-spacing: 2px;
}.teacher_profile_35 .job_progress_97 {
    width: 90%;
    font-size: calc(17px * 0.95);
    padding: 30px 35px;
}.teacher_profile_35 .job_progress_97::before,
    .teacher_profile_35 .job_progress_97::after {
    height: 25px;
    width: 25px;
}.teacher_profile_35 .client_views_36::before,
    .teacher_profile_35 .client_views_36::after {
    width: 200px;
    height: 200px;
}.teacher_profile_35 .client_views_36:hover span:not(.name) {
    letter-spacing: 3px;
}
}

@media (max-width: 575px) {.teacher_profile_35 {
    padding: 50px 0;
}.teacher_profile_35 .thumbnail_image_31 {
    margin-bottom: 15px;
    height: 150px;
    border-radius: 15px;
    width: 150px;
}.teacher_profile_35 .thumbnail_image_31::before {
    border-radius: 22px;
    inset: -8px;
}.teacher_profile_35 .thumbnail_image_31::after {
    border-radius: 30px;
    inset: -15px;
}.teacher_profile_35 .name {
    margin-bottom: 8px;
    padding: 0 10px 10px;
    font-size: calc(46px * 0.7);
}.teacher_profile_35 .name::after {
    height: 2px;
    width: 60px;
}.teacher_profile_35 .client_views_36 span:not(.name) {
    letter-spacing: 1px;
    font-size: calc(18px * 0.85);
    margin-bottom: 25px;
}.teacher_profile_35 .job_progress_97 {
    width: 100%;
    font-size: calc(17px * 0.9);
    border-radius: 10px;
    padding: 25px 20px;
}.teacher_profile_35 .job_progress_97::before,
    .teacher_profile_35 .job_progress_97::after {
    width: 20px;
    top: 15px;
    height: 20px;
    left: 15px;
}.teacher_profile_35 .job_progress_97::after {
    bottom: 15px;
    right: 15px;
}.teacher_profile_35 .client_views_36::before,
    .teacher_profile_35 .client_views_36::after {
    height: 150px;
    width: 150px;
}.teacher_profile_35 .client_views_36:hover span:not(.name) {
    letter-spacing: 2px;
}}.landing_page_61 {
    align-items: center;
    display: flex;
    min-height: 100vh;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 100%;
    background: linear-gradient(135deg, rgb(182,191,205) 0%, rgba(0, 0, 0, 0.5) 100%);
}.landing_page_61::before {
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    background: linear-gradient(45deg, rgb(130,150,181,0.5) 15%, transparent 35%);
    position: absolute;
    z-index: 1;
}.landing_page_61::after {
    border: 2px solid rgb(74,103,161,0.5);
    height: 300px;
    bottom: -50px;
    transform: rotate(15deg);
    right: -50px;
    animation: float 12s ease-in-out infinite;
    position: absolute;
    content: "";
    z-index: 1;
    width: 300px;
}.landing_page_61 .learn_first_07 {
    position: relative;
    transform: translateY(-2vh);
    width: 90%;
    z-index: 2;
    max-width: 1200px;
}.landing_page_61 .edu_hero_79 {
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateX(2deg);
    padding: 4rem 3rem;
}.landing_page_61 .edu_hero_79::before {
    left: 0;
    backdrop-filter: blur(3px);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    position: absolute;
    background: linear-gradient(to right, 
    rgba(0, 0, 0, 0.8) 0%, 
    rgba(0, 0, 0, 0.6) 50%, 
    rgba(0, 0, 0, 0.7) 100%);
    content: "";
}.landing_page_61 .edu_hero_79 span {
    display: block;
    margin-bottom: 1.5rem;
    position: relative;
    animation: slideIn 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards 0.2s;
    padding-left: 1.5rem;
    opacity: 0;
    transform: translateX(-5px);
}.landing_page_61 .edu_hero_79 span::before {
    content: "";
    position: absolute;
    background: rgb(74,103,161);
    height: 85%;
    width: 5px;
    left: 0;
    transform: translateY(-50%);
    top: 50%;
}.landing_page_61 .edu_hero_79 h3 {
    letter-spacing: 0.02em;
    color: #ffffff;
    max-width: 90%;
    margin: 0;
    font-size: calc(18px * 0.9);
    line-height: 1.5;
    font-weight: 400;
}.landing_page_61 .edu_hero_79 h1 {
    font-weight: 700;
    transform: translateY(10px);
    -webkit-background-clip: text !important;
    margin: 0 0 2rem;
    opacity: 0;
    line-height: 1.2;
    color: #ffffff;
    background-clip: text !important;
    animation: slideUp 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards 0.5s;
    position: relative;
    font-size: 42px;
    background: linear-gradient(90deg, #ffffff 70%, rgb(74,103,161) 100%);
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.1);
}.landing_page_61 .edu_hero_79 h1::after {
    content: "";
    bottom: -0.8rem;
    animation: stretch 1s cubic-bezier(0.2, 0.8, 0.2, 1) forwards 1s;
    left: 0;
    transform: scaleX(0);
    background: rgb(74,103,161);
    position: absolute;
    transform-origin: left;
    height: 4px;
    width: 100px;
}.landing_page_61 .edu_hero_79 div div {
    margin-top: 1rem;
    background: linear-gradient(90deg, rgb(130,150,181,0.5) 0%, transparent 100%);
    border-left: 3px solid rgb(74,103,161);
    opacity: 0;
    transform: translateY(20px);
    animation: slideUp 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards 0.8s;
    padding: 1rem 1.5rem;
}.landing_page_61 .edu_hero_79 p {
    line-height: 1.6;
    color: #ffffff;
    margin: 0;
    font-size: calc(14px * 1.1);
    max-width: 90%;
    font-weight: 300;
}

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

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

@keyframes stretch {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

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

@media (max-width: 1200px) {.landing_page_61 .edu_hero_79 h1 {
    font-size: calc(42px * 0.9);
}
}

@media (max-width: 992px) {.landing_page_61 {
    min-height: 80vh;
}.landing_page_61 .edu_hero_79 {
    padding: 3rem 2.5rem;
}.landing_page_61 .edu_hero_79 h1 {
    font-size: calc(42px * 0.8);
}.landing_page_61 .edu_hero_79 h3 {
    max-width: 100%;
    font-size: calc(18px * 0.85);
}
}

@media (max-width: 768px) {.landing_page_61 {
    min-height: auto;
    padding: 5rem 0;
}.landing_page_61 .learn_first_07 {
    width: 95%;
}.landing_page_61 .edu_hero_79 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2.5rem 2rem;
}.landing_page_61 .edu_hero_79 h1 {
    margin-bottom: 1.5rem;
    font-size: calc(42px * 0.7);
}.landing_page_61 .edu_hero_79 h3 {
    font-size: calc(18px * 0.8);
}.landing_page_61 .edu_hero_79 p {
    font-size: 14px;
}.landing_page_61::after {
    bottom: -30px;
    width: 200px;
    right: -30px;
    height: 200px;
}
}

@media (max-width: 576px) {.landing_page_61 .edu_hero_79 {
    padding: 2rem 1.5rem;
}.landing_page_61 .edu_hero_79 span {
    margin-bottom: 1rem;
}.landing_page_61 .edu_hero_79 h1 {
    font-size: calc(42px * 0.6);
    margin-bottom: 1.2rem;
}.landing_page_61 .edu_hero_79 h3 {
    font-size: calc(18px * 0.75);
}.landing_page_61 .edu_hero_79 div div {
    padding: 0.8rem 1rem;
}.landing_page_61 .edu_hero_79 p {
    font-size: calc(14px * 0.95);
}.landing_page_61::after {
    right: -20px;
    bottom: -20px;
    width: 150px;
    height: 150px;
}
}

@media (max-width: 400px) {.landing_page_61 .edu_hero_79 h1 {
    font-size: calc(42px * 0.5);
}.landing_page_61 .edu_hero_79 h3 {
    font-size: calc(18px * 0.7);
}}header {
    position: relative;
    z-index: 100;
    width: 100%;
    background: linear-gradient(to right, rgb(130,150,181,0.5), rgb(74,103,161,0.5));
    padding: 1.5rem 3%;
}header::before {
    border-radius: 10px;
    bottom: 0.5rem;
    pointer-events: none;
    z-index: 0;
    top: 0.5rem;
    left: 0.5rem;
    position: absolute;
    right: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    content: '';
}header::after {
    left: 0;
    content: '';
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%);
}header .container {
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
    z-index: 1;
    max-width: 100%;
}header .top_page_17 {
    background: #ffffff;
    align-items: center;
    display: flex;
    border-radius: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    flex-direction: column;
    padding: 1.5rem;
    position: relative;
}header .top_page_17::before {
    content: '';
    width: 5px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgb(130,150,181), rgb(74,103,161));
}header .top_page_17::after {
    top: 0;
    right: 0;
    height: 100%;
    width: 5px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(74,103,161), rgb(130,150,181));
    content: '';
}header .page_head_39 {
    padding: 0 0 1rem 0;
    position: relative;
    display: flex;
    justify-content: center;
    text-decoration: none;
}header .page_head_39::after {
    position: absolute;
    height: 1px;
    background: rgb(130,150,181,0.5);
    width: 80px;
    transform: translateX(-50%);
    bottom: 0;
    content: '';
    left: 50%;
}header .page_head_39 svg {
    height: auto;
    width: 170px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08));
    transition: all 0.3s ease;
}header .page_head_39:hover svg {
    transform: scale(1.03);
}header .header_primary_90 {
    gap: 0.7rem;
    width: 100%;
    max-width: 90%;
    display: flex;
    justify-content: center;
    padding-top: 1rem;
    flex-wrap: wrap;
}header .top_know_92 {
    font-size: 14px;
    padding: 0.7rem 1.3rem;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    background: rgb(182,191,205);
    border-radius: 10px;
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, 0.03);
    color: #000000;
    text-decoration: none;
    position: relative;
    z-index: 1;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}header .top_know_92::before {
    left: 0;
    transition: width 0.3s ease;
    height: 100%;
    content: '';
    position: absolute;
    background: linear-gradient(to bottom, rgb(130,150,181), rgb(74,103,161));
    top: 0;
    width: 3px;
    border-radius: 10px 0 0 10px;
    z-index: -1;
}header .top_know_92:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    color: #ffffff;
    transform: translateY(-2px);
}header .top_know_92:hover::before {
    width: 100%;
}

@media (max-width: 991px) {header {
    padding: 1.2rem 2.5%;
}header .top_page_17 {
    padding: 1.2rem;
}header .page_head_39 {
    padding: 0 0 0.8rem 0;
}header .page_head_39 svg {
    width: 150px;
}header .header_primary_90 {
    padding-top: 0.8rem;
    gap: 0.6rem;
}header .top_know_92 {
    padding: 0.6rem 1.1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 2%;
}header .top_page_17 {
    padding: 1rem;
}header .page_head_39 {
    padding: 0 0 0.7rem 0;
}header .page_head_39 svg {
    width: 130px;
}header .header_primary_90 {
    padding-top: 0.7rem;
    gap: 0.5rem;
    max-width: 95%;
}header .top_know_92 {
    font-size: calc(14px - 1px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 1.5%;
}header .top_page_17 {
    padding: 0.8rem 0.8rem 1rem;
}header .page_head_39 {
    padding: 0 0 0.6rem 0;
}header .page_head_39 svg {
    width: 120px;
}header .header_primary_90 {
    padding-top: 0.6rem;
    padding-bottom: 0.3rem;
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
}header .header_primary_90::-webkit-scrollbar {
    height: 3px;
}header .header_primary_90::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(130,150,181);
}header .top_know_92 {
    margin-right: 3px;
    flex-shrink: 0;
    white-space: nowrap;
}}.report_abuse_46 {
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    z-index: 1;
    padding: 80px 0 40px;
}@keyframes pulseLine {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
}

.report_abuse_46 .container {
    justify-content: space-between;
    display: flex;
    position: relative;
}.report_abuse_46 .company_holder {
    flex: 0 0 30%;
    position: relative;
    padding-right: 30px;
}.report_abuse_46 .company_holder::after {
    height: 80%;
    background: linear-gradient(to bottom, transparent, rgb(130,150,181), transparent);
    position: absolute;
    right: 0;
    content: '';
    top: 10%;
    width: 1px;
}.report_abuse_46 .company_holder h3 {
    color: #ffffff;
    text-shadow: 0 0 10px rgb(130,150,181,0.5);
    display: inline-block;
    font-size: calc(33px * 0.9);
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
}.report_abuse_46 .company_holder h3::after {
    content: '';
    background: rgb(130,150,181);
    transition: width 0.3s ease-in-out;
    bottom: -5px;
    left: 0;
    position: absolute;
    height: 2px;
    width: 40%;
}.report_abuse_46 .company_holder h3:hover::after {
    width: 100%;
}.report_abuse_46 .footer_milestones_98 {
    backdrop-filter: blur(5px);
    border-radius: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 15px;
    transform: translateZ(0);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    margin-top: 15px;
    line-height: 1.6;
    font-size: 15px;
}.report_abuse_46 .footer_milestones_98:hover {
    transform: translateY(-2px) translateZ(0);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.12);
}.report_abuse_46 .grant_cta_63 {
    flex: 0 0 65%;
    position: relative;
    display: flex;
    justify-content: space-between;
}.report_abuse_46 .top_teach_20 {
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
}.report_abuse_46 .header_primary_90 {
    flex: 0 0 45%;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    padding: 20px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 11px;
}.report_abuse_46 .header_primary_90::before {
    inset: 0;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    position: absolute;
    z-index: -1;
    transform: translateX(-100%);
    content: '';
    transition: transform 0.6s ease;
}.report_abuse_46 .header_primary_90:hover::before {
    transform: translateX(100%);
}.report_abuse_46 .header_primary_90 h5 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 600;
    font-size: 22px;
    color: #ffffff;
}.report_abuse_46 .header_primary_90 h5::after {
    position: absolute;
    width: 40px;
    transition: width 0.3s ease, box-shadow 0.3s ease;
    bottom: 0;
    height: 2px;
    content: '';
    background: rgb(130,150,181);
    left: 0;
}.report_abuse_46 .header_primary_90:hover h5::after {
    box-shadow: 0 0 8px rgb(130,150,181), 0 0 16px rgb(130,150,181,0.5);
    width: 70px;
}.report_abuse_46 .header_primary_90 .top_teach_20 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}.report_abuse_46 .header_primary_90 .top_teach_20 a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
    padding-left: 0;
    opacity: 0.85;
    display: inline-block;
    position: relative;
    font-size: calc(15px * 0.95);
}.report_abuse_46 .header_primary_90 .top_teach_20 a::before {
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(130,150,181), transparent);
    bottom: -2px;
    transition: width 0.3s ease, transform 0.3s ease;
    height: 1px;
    width: 0;
    content: '';
    transform-origin: left;
}.report_abuse_46 .header_primary_90 .top_teach_20 a:hover {
    color: #ffffff;
    padding-left: 5px;
    opacity: 1;
}.report_abuse_46 .header_primary_90 .top_teach_20 a:hover::before {
    box-shadow: 0 0 5px rgb(130,150,181,0.5);
    width: 100%;
}.faculty_info_82 {
    position: relative;
    backdrop-filter: blur(10px);
    padding: 15px 0;
    background: rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}.faculty_info_82::before {
    background: linear-gradient(90deg, transparent, rgb(130,150,181,0.5), transparent);
    height: 1px;
    position: absolute;
    left: 0;
    content: '';
    right: 0;
    top: 0;
}.faculty_info_82 .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.faculty_info_82 .footer_account_38 {
    color: #ffffff;
    transition: opacity 0.3s ease;
    font-size: 12px;
    opacity: 0.8;
    letter-spacing: 0.5px;
    text-align: center;
}.faculty_info_82 .footer_account_38:hover {
    opacity: 1;
}

@media (max-width: 991px) {.report_abuse_46 {
    padding: 60px 0 30px;
}.report_abuse_46 .container {
    flex-direction: column;
}.report_abuse_46 .company_holder {
    padding-right: 0;
    margin-bottom: 40px;
    flex: 0 0 100%;
}.report_abuse_46 .company_holder::after {
    display: none;
}.report_abuse_46 .grant_cta_63 {
    flex: 0 0 100%;
}.report_abuse_46 .header_primary_90 {
    flex: 0 0 calc(50% - 20px);
    margin-bottom: 20px;
}
}

@media (max-width: 768px) {.report_abuse_46 {
    padding: 40px 0 20px;
}.report_abuse_46 .top_teach_20 {
    flex-direction: column;
}.report_abuse_46 .header_primary_90 {
    flex: 0 0 100%;
    margin-bottom: 20px;
}.report_abuse_46 .company_holder h3 {
    font-size: calc(33px * 0.8);
}.report_abuse_46 .header_primary_90 h5 {
    font-size: calc(22px * 0.9);
}.faculty_info_82 .footer_account_38 {
    font-size: calc(12px * 0.9);
}
}

@media (max-width: 576px) {.report_abuse_46 {
    padding: 30px 0 15px;
}.report_abuse_46 .company_holder {
    margin-bottom: 30px;
}.report_abuse_46 .company_holder h3 {
    font-size: calc(33px * 0.7);
}.report_abuse_46 .header_primary_90 h5 {
    font-size: calc(22px * 0.8);
}.faculty_info_82 {
    padding: 10px 0;
}.faculty_info_82 .footer_account_38 {
    font-size: calc(12px * 0.8);
}}


footer {
    position: relative;
}footer::after {
    opacity: 0.3;
    bottom: 0;
    content: '';
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent);
    position: absolute;
    right: 0;
    left: 0;
    z-index: 0;
    top: 0;
    background-size: 50px 50px;
}.report_abuse_46 .company_holder h3 {
    overflow: hidden;
    position: relative;
}.report_abuse_46 .company_holder h3::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    content: '';
    left: -100%;
    transition: 0.5s;
    position: absolute;
}.report_abuse_46 .company_holder h3:hover::before {
    left: 100%;
}.connect_form_61 {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.connect_form_61::before {
    content: '';
    backdrop-filter: blur(8px);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
}.connect_form_61::after {
    left: 0;
    background: linear-gradient(135deg, rgb(130,150,181,0.5) 0%, transparent 50%, rgb(74,103,161,0.5) 100%);
    position: absolute;
    animation: gradientShift 15s ease infinite;
    width: 100%;
    height: 100%;
    top: 0;
    content: '';
    z-index: 2;
}@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.connect_form_61 .container {
    z-index: 3;
    padding: 0 15px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.connect_form_61 .connect_grid_37 {
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    border-radius: 13px;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}.connect_form_61 .connect_grid_37::before {
    top: -50%;
    pointer-events: none;
    animation: rotate 30s linear infinite;
    background: radial-gradient(circle, rgb(130,150,181,0.5) 0%, transparent 30%);
    width: 200%;
    left: -50%;
    opacity: 0.1;
    height: 200%;
    content: '';
    position: absolute;
}@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.connect_form_61 .request_section_23 {
    position: relative;
    padding: 50px;
    overflow: hidden;
    flex: 1;
    background: linear-gradient(145deg, rgb(130,150,181,0.5) 0%, rgb(74,103,161,0.5) 100%);
}.connect_form_61 .request_section_23::after {
    right: 0;
    content: '';
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    height: 100%;
    width: 100px;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1));
    position: absolute;
}.connect_form_61 .request_section_23 h3 {
    margin-bottom: 40px;
    font-size: 31px;
    position: relative;
    font-weight: 700;
    color: #ffffff;
    padding-bottom: 15px;
}.connect_form_61 .request_section_23 h3::after {
    border-radius: 10px;
    bottom: 0;
    width: 80px;
    position: absolute;
    content: '';
    background: #ffffff;
    height: 3px;
    left: 0;
}.connect_form_61 .request_section_23 div {
    padding-left: 15px;
    transform: translateX(0);
    transition: transform 0.3s ease;
    align-items: center;
    margin-bottom: 25px;
    position: relative;
    display: flex;
}.connect_form_61 .request_section_23 div:hover {
    transform: translateX(10px);
}.connect_form_61 .request_section_23 div::before {
    transition: height 0.3s ease, top 0.3s ease;
    border-radius: 10px;
    left: 0;
    background: #ffffff;
    content: '';
    position: absolute;
    top: 50%;
    width: 5px;
    height: 0;
}.connect_form_61 .request_section_23 div:hover::before {
    height: 80%;
    top: 10%;
}.connect_form_61 .request_section_23 svg {
    fill: #ffffff;
    height: 24px;
    width: 24px;
    margin-right: 15px;
}.connect_form_61 .request_section_23 svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.connect_form_61 .request_section_23 div:hover svg path {
    fill: rgb(74,103,161);
}.connect_form_61 .request_section_23 span {
    font-weight: 400;
    color: #ffffff;
    font-size: 17px;
}.connect_form_61 .request_section_23 span a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}.connect_form_61 .request_section_23 span a:hover {
    color: rgb(74,103,161);
}.connect_form_61 .request_map_56 {
    backdrop-filter: blur(10px);
    padding: 50px;
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    position: relative;
    flex: 1.2;
}.connect_form_61 .request_map_56::before {
    position: absolute;
    right: -100px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(74,103,161,0.5) 0%, transparent 70%);
    animation: pulse 4s ease-in-out infinite alternate;
    content: '';
    top: -100px;
    width: 200px;
}@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

.connect_form_61 .request_map_56 h3 {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    font-size: 31px;
    font-weight: 600;
    color: #ffffff;
}.connect_form_61 .request_map_56 h3::after {
    background: rgb(74,103,161);
    border-radius: 10px;
    height: 2px;
    width: 50px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: -15px;
    content: '';
}.connect_form_61 .request_map_56 form {
    display: flex;
    flex-direction: column;
}.connect_form_61 .request_map_56 input[type="text"],
.connect_form_61 .request_map_56 input[type="email"] {
    font-size: 17px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding: 15px 20px;
    backdrop-filter: blur(5px);
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 13px;
}.connect_form_61 .request_map_56 input[type="text"]:focus,
.connect_form_61 .request_map_56 input[type="email"]:focus {
    outline: none;
    border-color: rgb(74,103,161);
    box-shadow: 0 0 0 2px rgb(74,103,161,0.5);
}.connect_form_61 .request_map_56 input[type="text"]::placeholder,
.connect_form_61 .request_map_56 input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
}.connect_form_61 .request_map_56 .query_inquiry_76 {
    align-items: flex-start;
    display: flex;
    position: relative;
    margin-bottom: 25px;
}.connect_form_61 .request_map_56 .query_inquiry_76 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.connect_form_61 .request_map_56 .query_inquiry_76 label {
    position: relative;
    cursor: pointer;
    line-height: 1.5;
    color: #ffffff;
    font-size: 15px;
    padding-left: 30px;
}.connect_form_61 .request_map_56 .query_inquiry_76 label::before {
    position: absolute;
    transition: all 0.3s ease;
    height: 18px;
    background: rgba(255, 255, 255, 0.05);
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    width: 18px;
    left: 0;
    top: 2px;
}.connect_form_61 .request_map_56 .query_inquiry_76 label::after {
    left: 5px;
    border-bottom: 2px solid #ffffff;
    transition: all 0.2s ease;
    width: 8px;
    border-left: 2px solid #ffffff;
    height: 4px;
    content: '';
    opacity: 0;
    top: 9px;
    position: absolute;
    transform: rotate(-45deg) scale(0);
}.connect_form_61 .request_map_56 .query_inquiry_76 input[type="checkbox"]:checked + label::before {
    border-color: rgb(74,103,161);
    background: rgb(74,103,161,0.5);
}.connect_form_61 .request_map_56 .query_inquiry_76 input[type="checkbox"]:checked + label::after {
    opacity: 1;
    transform: rotate(-45deg) scale(1);
}.connect_form_61 .request_map_56 .query_inquiry_76 label a {
    color: rgb(74,103,161);
    transition: color 0.3s ease;
    text-decoration: none;
}.connect_form_61 .request_map_56 .query_inquiry_76 label a:hover {
    text-decoration: underline;
    color: #ffffff;
}.connect_form_61 .request_map_56 .support_block_80 {
    overflow: hidden;
    font-family: Arial, sans-serif;
    border: none;
    font-weight: 600;
    z-index: 1;
    position: relative;
    font-size: 19px;
    border-radius: 13px;
    transition: all 0.3s ease;
    cursor: pointer;
    color: #ffffff;
    background: linear-gradient(90deg, rgb(130,150,181) 0%, rgb(74,103,161) 100%);
    padding: 15px 30px;
}.connect_form_61 .request_map_56 .support_block_80::before {
    transition: all 0.6s ease;
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    z-index: -1;
    left: -100%;
    width: 100%;
    height: 100%;
    position: absolute;
}.connect_form_61 .request_map_56 .support_block_80:hover::before {
    left: 100%;
}.connect_form_61 .request_map_56 .support_block_80:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}

@media (max-width: 992px) {.connect_form_61 {
    padding: 80px 0;
}.connect_form_61 .connect_grid_37 {
    flex-direction: column;
}.connect_form_61 .request_section_23,
    .connect_form_61 .request_map_56 {
    padding: 40px;
}.connect_form_61 .request_section_23 {
    text-align: center;
}.connect_form_61 .request_section_23 h3::after {
    left: 50%;
    transform: translateX(-50%);
}.connect_form_61 .request_section_23 div {
    padding-left: 0;
    justify-content: center;
}.connect_form_61 .request_section_23 div::before {
    display: none;
}
}

@media (max-width: 768px) {.connect_form_61 {
    padding: 60px 0;
}.connect_form_61 .request_section_23,
    .connect_form_61 .request_map_56 {
    padding: 30px;
}.connect_form_61 .request_section_23 h3,
    .connect_form_61 .request_map_56 h3 {
    margin-bottom: 30px;
    font-size: calc(31px * 0.8);
}.connect_form_61 .request_section_23 div {
    margin-bottom: 20px;
}.connect_form_61 .request_map_56 input[type="text"],
    .connect_form_61 .request_map_56 input[type="email"] {
    padding: 12px 15px;
}.connect_form_61 .request_map_56 .support_block_80 {
    padding: 12px 20px;
}
}

@media (max-width: 480px) {.connect_form_61 {
    padding: 40px 0;
}.connect_form_61 .container {
    padding: 0 10px;
}.connect_form_61 .request_section_23,
    .connect_form_61 .request_map_56 {
    padding: 20px;
}.connect_form_61 .request_section_23 h3,
    .connect_form_61 .request_map_56 h3 {
    font-size: calc(31px * 0.7);
    margin-bottom: 25px;
}.connect_form_61 .request_section_23 svg {
    width: 20px;
    height: 20px;
}.connect_form_61 .request_map_56 .query_inquiry_76 label {
    font-size: calc(15px * 0.9);
}.connect_form_61 .request_map_56 .support_block_80 {
    width: 100%;
}}.teaching_process_28 {
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(145deg, rgb(182,191,205), rgb(74,103,161,0.5));
    padding: 6rem 2rem;
    position: relative;
}.teaching_process_28::before {
    left: 0;
    top: 0;
    height: 100%;
    mix-blend-mode: overlay;
    position: absolute;
    content: "";
    width: 100%;
    background: radial-gradient(circle at 75% 25%, rgb(130,150,181,0.5) 0%, transparent 50%);
    z-index: -1;
}.teaching_process_28::after {
    transform: rotate(-15deg) skew(20deg);
    width: 40%;
    transition: transform 0.8s ease-out;
    background: linear-gradient(210deg, rgb(74,103,161) 0%, transparent 70%);
    filter: blur(20px);
    content: "";
    right: -5%;
    position: absolute;
    z-index: -1;
    height: 70%;
    opacity: 0.1;
    bottom: -10%;
}.teaching_process_28:hover::after {
    transform: rotate(-5deg) skew(10deg) translateY(-10px);
}.teaching_process_28 .skill_guides_36 {
    margin: 0 auto;
    padding: 2rem;
    max-width: 1200px;
    backdrop-filter: blur(10px);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.2));
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.05);
    z-index: 1;
}.teaching_process_28 .skill_guides_36::before {
    top: 0;
    content: "";
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-origin: left center;
    left: 0;
    background: linear-gradient(to bottom, rgb(130,150,181), rgb(74,103,161));
    position: absolute;
    width: 5px;
    height: 100%;
}.teaching_process_28 .skill_guides_36:hover::before {
    transform: scaleY(1.05) scaleX(1.5);
}.teaching_process_28 h2 {
    letter-spacing: 0.02em;
    font-size: 38px;
    display: inline-block;
    margin-bottom: 2rem;
    transform: translateZ(0);
    color: #000000;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
}.teaching_process_28 h2::after {
    width: 80%;
    left: 0;
    bottom: -10px;
    content: "";
    transition: transform 0.5s ease-out;
    background: linear-gradient(90deg, rgb(130,150,181), transparent);
    position: absolute;
    transform: scaleX(0.9);
    transform-origin: left;
    height: 3px;
}.teaching_process_28 .skill_guides_36:hover h2::after {
    transform: scaleX(1);
}.teaching_process_28 .text_details_85 {
    margin-top: 1.5rem;
    padding: 1.5rem;
    border-left: 1px solid rgb(130,150,181,0.5);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    position: relative;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    transform: translateY(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.teaching_process_28 .text_details_85:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.teaching_process_28 .text_details_85::before {
    right: 0;
    opacity: 0.15;
    width: 30%;
    position: absolute;
    transition: transform 0.6s ease;
    z-index: -1;
    top: 0;
    height: 30%;
    background: linear-gradient(135deg, transparent, rgb(74,103,161,0.5));
    transform: translate(5%, -5%);
    content: "";
}.teaching_process_28 .text_details_85:hover::before {
    transform: translate(2%, -2%) scale(1.1);
}.teaching_process_28 p {
    line-height: 1.7;
    position: relative;
    font-size: 17px;
    color: #000000;
    transition: color 0.3s ease;
    z-index: 1;
    font-weight: 400;
}.teaching_process_28 .text_details_85:hover p {
    color: #000000;
}

@media (max-width: 991px) {.teaching_process_28 {
    padding: 4rem 1.5rem;
}.teaching_process_28 .skill_guides_36 {
    padding: 1.5rem;
    transform: perspective(800px) rotateX(1deg);
}.teaching_process_28 h2 {
    font-size: calc(38px * 0.9);
}.teaching_process_28 .text_details_85 {
    padding: 1.25rem;
}
}

@media (max-width: 767px) {.teaching_process_28 {
    padding: 3rem 1rem;
}.teaching_process_28 .skill_guides_36 {
    padding: 1.25rem;
    transform: none;
}.teaching_process_28 h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 1.5rem;
}.teaching_process_28 .text_details_85 {
    margin-top: 1rem;
    padding: 1rem;
}.teaching_process_28 p {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 480px) {.teaching_process_28 {
    padding: 2.5rem 0.75rem;
}.teaching_process_28 .skill_guides_36 {
    padding: 1rem;
}.teaching_process_28 h2 {
    font-size: calc(38px * 0.7);
    margin-bottom: 1.25rem;
}.teaching_process_28 .text_details_85 {
    padding: 0.75rem;
}.teaching_process_28 p {
    line-height: 1.5;
    font-size: calc(17px * 0.9);
}
}

@media (min-width: 1200px) {.teaching_process_28 .skill_guides_36 {
    transform: perspective(1200px) rotateX(2deg);
    padding: 3rem;
}.teaching_process_28 h2 {
    font-size: calc(38px * 1.1);
}.teaching_process_28 .text_details_85 {
    padding: 2rem;
}
}

@media (prefers-reduced-motion: reduce) {.teaching_process_28 .skill_guides_36,
    .teaching_process_28 .text_details_85,
    .teaching_process_28 h2::after,
    .teaching_process_28 .skill_guides_36::before,
    .teaching_process_28::after {
    transform: none;
    transition: none;
}.teaching_process_28 .skill_guides_36:hover::before,
    .teaching_process_28 .text_details_85:hover,
    .teaching_process_28 .skill_guides_36:hover h2::after,
    .teaching_process_28:hover::after,
    .teaching_process_28 .text_details_85:hover::before {
    transform: none;
}}.course_structure_96 {
    background-color: rgb(182,191,205);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.course_structure_96::before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgb(130,150,181,0.5) 0%, transparent 50%, rgb(74,103,161,0.5) 100%);
}.course_structure_96::after {
    z-index: 0;
    height: 200px;
    position: absolute;
    animation: floatAnimation 15s infinite alternate ease-in-out;
    filter: blur(80px);
    background-color: rgb(130,150,181,0.5);
    top: -50px;
    border-radius: 50%;
    right: -50px;
    width: 200px;
    content: "";
}.course_structure_96 .tech_training_07 {
    display: flex;
    z-index: 2;
    flex-direction: column;
}.course_structure_96 .text_details_85 {
    width: 80%;
    margin: 0 auto 60px;
    position: relative;
}.course_structure_96 .text_details_85::before {
    top: -20px;
    width: 80px;
    left: 0;
    background: linear-gradient(90deg, rgb(130,150,181), rgb(74,103,161));
    content: "";
    height: 4px;
    position: absolute;
    border-radius: 10px;
}.course_structure_96 .text_details_85 h2 {
    background-image: repeating-linear-gradient(45deg, rgb(130,150,181,0.5) 0px, rgb(130,150,181,0.5) 2px, transparent 2px, transparent 8px);
    margin-bottom: 30px;
    position: relative;
    color: #000000;
    transition: transform 0.5s ease;
    font-weight: 700;
    transform: translateX(0);
    border-radius: 10px;
    padding: 15px;
    font-size: 38px;
}.course_structure_96 .text_details_85 h2:hover {
    transform: translateX(10px);
}.course_structure_96 .text_details_85 .description {
    position: relative;
    margin-bottom: 20px;
    color: #000000;
    line-height: 1.7;
    border-left: 2px solid rgb(130,150,181);
    padding-left: 20px;
    font-size: 12px;
}.course_structure_96 .text_details_85 .description:last-child {
    padding: 30px 40px;
    margin-top: 30px;
    color: #ffffff;
    border-left: none;
    z-index: 2;
    font-weight: 600;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border-radius: 27px;
    position: relative;
    backdrop-filter: blur(5px);
    background: rgba(0, 0, 0, 0.5);
}.course_structure_96 .thumbnail_image_31 {
    position: absolute;
    left: 0;
    z-index: 1;
    transition: opacity 0.5s ease, transform 0.5s ease;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}.course_structure_96 .tech_training_07:hover .thumbnail_image_31 {
    opacity: 0.3;
    transform: scale(1.05);
}.course_structure_96 .thumbnail_image_31::before {
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(130,150,181,0.5) 0%, transparent 80%);
    content: "";
    left: 0;
    position: absolute;
}.course_structure_96 .thumbnail_image_31::after {
    height: 40%;
    right: 0;
    z-index: 1;
    position: absolute;
    width: 80%;
    content: "";
    bottom: 0;
    background: linear-gradient(225deg, rgb(74,103,161,0.5) 0%, transparent 100%);
}@keyframes floatAnimation {
    0% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(50px, 20px) scale(1.2);
    }
    50% {
        transform: translate(0, 40px) scale(0.8);
    }
    75% {
        transform: translate(-30px, 20px) scale(1.1);
    }
    100% {
        transform: translate(0, 0) scale(1);
    }
}

@keyframes pulseAnimation {
    0% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.4;
    }
}

.course_structure_96 .tech_training_07::before {
    width: 200px;
    content: "";
    background-color: rgb(74,103,161,0.5);
    height: 200px;
    bottom: -100px;
    animation: pulseAnimation 10s infinite ease-in-out;
    z-index: -1;
    border-radius: 50%;
    filter: blur(100px);
    left: -50px;
    position: absolute;
}.course_structure_96 .tech_training_07::after {
    z-index: -1;
    width: 40px;
    right: -20px;
    top: 40px;
    height: 40px;
    content: "";
    position: absolute;
    border: 4px solid rgb(130,150,181,0.5);
    animation: rotateAnimation 20s infinite linear;
    border-radius: 10px;
}@keyframes rotateAnimation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.course_structure_96 .text_details_85::after {
    top: -40px;
    width: 100px;
    content: "";
    border-radius: 50%;
    position: absolute;
    right: -60px;
    border: 2px dashed rgb(130,150,181,0.5);
    z-index: -1;
    animation: rotateAnimation 30s infinite linear reverse;
    height: 100px;
}.course_structure_96 .text_details_85 .description:first-of-type {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    border-left: none;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(182,191,205) 10px,
        rgb(182,191,205) 12px
    );
    padding: 20px;
}.course_structure_96 .text_details_85 .description:first-of-type::after {
    background: linear-gradient(90deg, rgb(130,150,181), transparent);
    position: absolute;
    height: 2px;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
}.course_structure_96 .text_details_85 .description:last-child::before {
    position: absolute;
    width: 100%;
    background-size: cover;
    border-radius: 27px;
    content: "";
    left: 0;
    filter: brightness(0.5) contrast(1.2);
    height: 100%;
    top: 0;
    z-index: -1;
    background-position: center;
}

@media (max-width: 1024px) {.course_structure_96 {
    padding: 80px 0;
}.course_structure_96 .text_details_85 {
    width: 90%;
}
}

@media (max-width: 768px) {.course_structure_96 {
    padding: 60px 0;
}.course_structure_96 .text_details_85 {
    margin-bottom: 40px;
    width: 100%;
}.course_structure_96 .text_details_85 h2 {
    font-size: calc(38px * 0.9);
    margin-bottom: 20px;
}.course_structure_96 .text_details_85 .description:last-child {
    padding: 25px 30px;
}
}

@media (max-width: 576px) {.course_structure_96 {
    padding: 40px 0;
}.course_structure_96 .text_details_85 h2 {
    font-size: calc(38px * 0.8);
}.course_structure_96 .text_details_85 .description {
    font-size: calc(12px * 0.95);
}.course_structure_96 .text_details_85 .description:last-child {
    padding: 20px;
}.course_structure_96::after,
    .course_structure_96 .tech_training_07::before,
    .course_structure_96 .text_details_85::after {
    display: none;
}.course_structure_96 .text_details_85::before {
    width: 60px;
}}

.course_structure_96 .tech_training_07 .text_details_85 .description strong {
    font-weight: 600;
    color: rgb(74,103,161);
}.course_structure_96 .container::before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(130,150,181,0.5), transparent);
    width: 150%;
    left: -25%;
    height: 1px;
    bottom: -40px;
}.course_structure_96 .text_details_85 h2::after {
    top: -15px;
    height: 30px;
    content: "";
    background-color: rgb(130,150,181,0.5);
    border-radius: 50%;
    left: -15px;
    z-index: -1;
    position: absolute;
    width: 30px;
    filter: blur(15px);
}.experience_trial_72 {
    position: relative;
    overflow: hidden;
    padding: 140px 0;
    background: linear-gradient(120deg, #ffffff 0%, rgb(182,191,205) 100%);
}.experience_trial_72::before {
    background-size: 60px 60px;
    opacity: 0.05;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgb(130,150,181,0.5) 25%, transparent 25%, transparent 75%, rgb(130,150,181,0.5) 75%, rgb(130,150,181,0.5));
    background-position: 0 0, 30px 30px;
    z-index: 1;
    content: '';
}.experience_trial_72 .skill_guides_36 {
    padding: 80px 0;
    max-width: 1000px;
    z-index: 10;
    position: relative;
    margin: 0 auto;
    border: 1px solid rgb(130,150,181);
}.experience_trial_72 .skill_guides_36::before {
    height: calc(100% + 60px);
    top: -30px;
    position: absolute;
    opacity: 0.5;
    z-index: -1;
    content: '';
    left: -30px;
    border: 1px solid rgb(130,150,181,0.5);
    width: calc(100% + 60px);
}.experience_trial_72 .skill_guides_36::after {
    opacity: 0.2;
    border: 1px solid rgb(130,150,181,0.5);
    content: '';
    position: absolute;
    height: calc(100% + 120px);
    z-index: -2;
    width: calc(100% + 120px);
    left: -60px;
    top: -60px;
}.experience_trial_72 .container {
    text-align: center;
    flex-direction: column;
    display: flex;
    align-items: center;
}.experience_trial_72 .container p {
    line-height: 1.4;
    color: #000000;
    margin: 0 0 50px 0;
    font-weight: 700;
    position: relative;
    z-index: 5;
    max-width: 700px;
    padding: 0;
    font-size: 34px;
}.experience_trial_72 .support_block_80 {
    z-index: 5;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid rgb(130,150,181);
    padding: 16px 40px;
    transition: all 0.4s ease;
    background: transparent;
    display: inline-block;
    color: rgb(130,150,181);
    text-decoration: none;
    position: relative;
}.experience_trial_72 .support_block_80::before {
    transition: width 0.4s ease;
    width: 0;
    content: '';
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    background: rgb(130,150,181);
    position: absolute;
}.experience_trial_72 .support_block_80:hover {
    color: #ffffff;
}.experience_trial_72 .support_block_80:hover::before {
    width: 100%;
}.experience_trial_72 .container p::before {
    content: '';
    width: 40px;
    height: 1px;
    left: 50%;
    background: rgb(130,150,181);
    bottom: -25px;
    transform: translateX(-50%);
    position: absolute;
}.experience_trial_72::after {
    border-radius: 50%;
    z-index: 1;
    background: linear-gradient(135deg, rgb(130,150,181,0.5) 0%, rgb(74,103,161,0.5) 100%);
    filter: blur(50px);
    width: 300px;
    content: '';
    position: absolute;
    top: -150px;
    opacity: 0.1;
    height: 300px;
    right: -150px;
}

@media (max-width: 991px) {.experience_trial_72 {
    padding: 120px 0;
}.experience_trial_72 .skill_guides_36 {
    padding: 60px 0;
}.experience_trial_72 .container p {
    font-size: calc(20px * 1.2);
    margin-bottom: 40px;
}
}

@media (max-width: 767px) {.experience_trial_72 {
    padding: 100px 0;
}.experience_trial_72 .skill_guides_36 {
    padding: 50px 0;
}.experience_trial_72 .skill_guides_36::before {
    width: calc(100% + 40px);
    left: -20px;
    height: calc(100% + 40px);
    top: -20px;
}.experience_trial_72 .skill_guides_36::after {
    top: -40px;
    left: -40px;
    width: calc(100% + 80px);
    height: calc(100% + 80px);
}.experience_trial_72 .container p {
    margin-bottom: 35px;
    font-size: 20px;
}.experience_trial_72 .support_block_80 {
    padding: 14px 35px;
}
}

@media (max-width: 480px) {.experience_trial_72 {
    padding: 80px 0;
}.experience_trial_72 .skill_guides_36 {
    padding: 40px 0;
}.experience_trial_72 .skill_guides_36::before {
    left: -10px;
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    top: -10px;
}.experience_trial_72 .skill_guides_36::after {
    left: -20px;
    width: calc(100% + 40px);
    top: -20px;
    height: calc(100% + 40px);
}.experience_trial_72 .container p {
    font-size: calc(13px * 1.2);
    margin-bottom: 30px;
}.experience_trial_72 .support_block_80 {
    padding: 12px 30px;
    font-size: calc(16px * 0.9);
}.experience_trial_72 .container p::before {
    bottom: -20px;
    width: 30px;
}}.consentWarningDialog_95 {
    bottom: 0;
    width: 100%;
    padding: 20px 0;
    justify-content: center;
    z-index: 100;
    background: rgb(182,191,205);
    border-top: 3px solid rgb(130,150,181);
    position: fixed;
    display: flex;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
}.web_tracking_59 {
    border: 2px solid rgb(130,150,181);
    width: 90%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    max-width: 1200px;
    padding: 20px;
    border-radius: 22px;
    margin: auto;
    justify-content: space-between;
    align-items: center;
}.privacy_cookies_62 {
    margin-right: 20px;
    flex-shrink: 0;
}.privacy_cookies_62 svg {
    height: 50px;
    fill: rgb(130,150,181);
    width: 50px;
}.track_ack_37 {
    color: #ffffff;
    text-align: left;
    flex-grow: 1;
}.track_ack_37 h5 {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(130,150,181);
    margin-bottom: 10px;
    letter-spacing: 1px;
}.track_ack_37 p {
    font-size: 15px;
    color: #ffffff;
    margin: 0;
    line-height: 1.5;
}.track_ack_37 p a {
    color: rgb(130,150,181);
    text-decoration: underline;
}.cookie_menu_81 {
    min-width: 120px;
    border: none;
    border-radius: 10px;
    flex-shrink: 0;
    font-size: 17px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    background: rgb(130,150,181);
    padding: 10px 20px;
    color: #ffffff;
}.cookie_button.consent_comply_15 {
    margin-right: 10px;
}#cookieDialogNotice_01 {
    display: none;
}#cookieDialogNotice_01:checked ~ .consentWarningDialog_95 {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.web_tracking_59 {
    align-items: center;
    flex-direction: column;
    text-align: center;
}.privacy_cookies_62 {
    margin-right: 0;
    margin-bottom: 20px;
}.cookie_menu_81 {
    width: 100%;
    max-width: 250px;
    margin: 10px 0;
}}
.secure_bunker_41 {
    flex-direction: column;
    height: auto;
    width: 100%;
    box-shadow: 0 0 10px rgb(130,150,181,0.5), inset 0 0 15px rgba(0, 0, 0, 0.5);
    padding: 40px;
    background: rgb(74,103,161);
    color: #ffffff;
    display: flex;
    border: 2px solid rgb(130,150,181);
    gap: 25px;
}.secure_bunker_41 h1 {
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px;
    border-bottom: 2px solid rgb(74,103,161);
    text-transform: uppercase;
    margin: 0;
    color: rgb(130,150,181);
    font-size: 38px;
    padding-bottom: 10px;
    font-family: Arial, sans-serif;
}.secure_bunker_41 h2 {
    color: rgb(74,103,161);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: left;
    padding-left: 15px;
    font-family: Arial, sans-serif;
    border-left: 4px solid rgb(130,150,181);
    margin: 0;
    font-size: 32px;
}.secure_bunker_41 h3, .secure_bunker_41 h4, .secure_bunker_41 h5 {
    color: #ffffff;
    font-size: 22px;
}.secure_bunker_41 ul {
    padding-left: 20px;
    margin: 0;
    list-style-type: disc;
}.secure_bunker_41 li {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 14px;
    padding: 10px;
    background: rgb(74,103,161,0.5);
    border: 1px solid rgb(130,150,181);
    border-radius: 10px;
}.secure_bunker_41 div {
    font-family: Arial, sans-serif;
    padding: 20px;
    border: 1px solid rgb(74,103,161);
    background: rgb(130,150,181,0.5);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    color: #000000;
    line-height: 1.8;
    border-radius: 27px;
    font-size: 14px;
}.secure_bunker_41 p, .secure_bunker_41 span {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.8;
    font-family: Arial, sans-serif;
}
@media only screen and (max-width: 800px) {.secure_bunker_41 {
    padding: 20px;
}.secure_bunker_41 h1 {
    font-size: calc(22px - 4px);
    margin-bottom: 15px;
}.secure_bunker_41 h2 {
    font-size: calc(22px - 2px);
    margin-bottom: 10px;
}.secure_bunker_41 ul {
    padding-left: 15px;
}.secure_bunker_41 li {
    margin-bottom: 8px;
    padding: 8px;
}.secure_bunker_41 div {
    padding: 15px;
}}.future_learners_87 {
    background-color: rgb(182,191,205);
    padding: 5rem 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}.future_learners_87::before,
.future_learners_87::after {
    z-index: -1;
    animation: beamScan 8s infinite ease-out;
    width: 1px;
    position: absolute;
    opacity: 0;
    top: 0;
    background: linear-gradient(to bottom, 
        transparent 20%, 
        rgb(130,150,181) 50%, 
        transparent 80%);
    content: '';
    height: 100%;
}.future_learners_87::before {
    animation-delay: 0s;
    left: 25%;
}.future_learners_87::after {
    animation-delay: 4s;
    right: 25%;
}.future_learners_87 .skill_guides_36 {
    padding: 0 2rem;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.future_learners_87 .skill_guides_36::before,
.future_learners_87 .skill_guides_36::after {
    z-index: -1;
    opacity: 0;
    background: linear-gradient(to right, 
        transparent 10%, 
        rgb(74,103,161) 50%, 
        transparent 90%);
    content: '';
    position: absolute;
    animation: horizontalBeam 10s infinite ease-out;
    left: 0;
    height: 1px;
    width: 100%;
}.future_learners_87 .skill_guides_36::before {
    animation-delay: 2s;
    top: 30%;
}.future_learners_87 .skill_guides_36::after {
    animation-delay: 6s;
    bottom: 30%;
}.future_learners_87 h3 {
    color: rgb(130,150,181);
    font-size: 34px;
    position: relative;
    text-align: center;
    font-weight: 600;
    margin-bottom: 3.5rem;
    letter-spacing: 1px;
}.future_learners_87 h3::after {
    background: rgb(130,150,181);
    height: 2px;
    position: absolute;
    transform: translateX(-50%) scaleX(0.3);
    bottom: -15px;
    content: '';
    opacity: 0.7;
    width: 100px;
    left: 50%;
    animation: pulseLine 4s infinite ease-in-out;
}.future_learners_87 ul {
    gap: 1.2rem;
    margin: 0;
    display: flex;
    padding: 0;
    flex-direction: column;
    list-style: none;
}.future_learners_87 ul li {
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    display: flex;
    font-weight: 400;
    align-items: center;
    color: #000000;
    padding: 1.3rem 1.5rem;
    font-size: 17px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}.future_learners_87 ul li::before {
    height: 100%;
    width: 3px;
    top: 0;
    transition: transform 0.4s ease;
    left: 0;
    transform: scaleY(0);
    background: linear-gradient(to bottom, 
        rgb(74,103,161,0.5), 
        rgb(130,150,181,0.5));
    opacity: 0.5;
    position: absolute;
    transform-origin: top;
    content: '';
}.future_learners_87 ul li::after {
    width: 100%;
    content: '';
    top: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(130,150,181,0.5) 20%, 
        transparent 80%);
    height: 100%;
    transform: translateX(-100%);
    position: absolute;
    transition: transform 0.5s ease;
    z-index: -1;
    left: 0;
    opacity: 0;
}.future_learners_87 ul li:hover {
    background-color: rgba(255, 255, 255, 0.05);
    color: #000000;
}.future_learners_87 ul li:hover::before {
    transform: scaleY(1);
}.future_learners_87 ul li:hover::after {
    opacity: 0.15;
    transform: translateX(100%);
}.future_learners_87 ul li svg {
    flex-shrink: 0;
    margin-right: 1.5rem;
    position: relative;
    z-index: 1;
    width: 28px;
    transition: all 0.4s ease;
    height: 28px;
}.future_learners_87 ul li:hover svg {
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    transform: translateY(-2px);
}.future_learners_87 ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(130,150,181);
}.future_learners_87 ul li:hover svg path {
    fill: rgb(74,103,161);
    animation: flashIcon 1s ease;
}@keyframes beamScan {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    20%, 35% {
        opacity: 0.8;
    }
    80%, 100% {
        opacity: 0;
        transform: translateY(100%);
    }
}

@keyframes horizontalBeam {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    20%, 35% {
        opacity: 0.5;
    }
    80%, 100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

@keyframes pulseLine {
    0%, 100% {
        opacity: 0.5;
        transform: translateX(-50%) scaleX(0.3);
    }
    50% {
        opacity: 1;
        transform: translateX(-50%) scaleX(1);
    }
}

@keyframes flashIcon {
    0% {
        filter: brightness(1);
    }
    25% {
        filter: brightness(1.5);
    }
    100% {
        filter: brightness(1);
    }
}

.future_learners_87::before :nth-child(1) {
    animation-delay: 1s;
}.future_learners_87::before :nth-child(2) {
    animation-delay: 3s;
}.future_learners_87::before :nth-child(3) {
    animation-delay: 5s;
}.future_learners_87 ul::before {
    position: absolute;
    height: 50px;
    border-radius: 50%;
    opacity: 0.2;
    border: 1px solid rgb(130,150,181,0.5);
    content: '';
    width: 50px;
    top: 20px;
    right: 20px;
}.future_learners_87 ul::after {
    left: 20px;
    opacity: 0.2;
    border-radius: 50%;
    border: 1px solid rgb(74,103,161,0.5);
    width: 30px;
    bottom: 20px;
    content: '';
    position: absolute;
    height: 30px;
}

@media (max-width: 992px) {.future_learners_87 {
    padding: 4rem 0;
}.future_learners_87 h3 {
    font-size: calc(34px * 0.9);
}.future_learners_87 ul {
    gap: 1rem;
}.future_learners_87 ul li {
    padding: 1.1rem 1.3rem;
}
}

@media (max-width: 576px) {.future_learners_87 {
    padding: 3rem 0;
}.future_learners_87 .skill_guides_36 {
    padding: 0 1.5rem;
}.future_learners_87 h3 {
    margin-bottom: 2.5rem;
    font-size: calc(34px * 0.8);
}.future_learners_87 ul {
    gap: 0.8rem;
}.future_learners_87 ul li {
    padding: 1rem;
}.future_learners_87 ul li svg {
    margin-right: 1rem;
    width: 24px;
    height: 24px;
}
}