* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.peer_help206 {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}.wrapper-capsule513 {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}.container {
    max-width: 100%;
    width: 1237px;
    margin: auto;
}.first_section418 {
    flex: 1 0 auto;
}html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
    min-height: 100%;
    scroll-behavior: smooth;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course_candidates059 {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background-size: 60px 60px;
    background-color: #000000;
}.course_candidates059::before {
    height: 200%;
    top: -50%;
    content: '';
    opacity: 0.4;
    animation: rotateBackground 60s linear infinite;
    width: 200%;
    background-image: 
        radial-gradient(circle at 50% 50%, rgb(212,201,198,0.5) 0%, transparent 35%),
        radial-gradient(circle at 80% 20%, rgb(179,165,161,0.5) 0%, transparent 25%);
    position: absolute;
    pointer-events: none;
    left: -50%;
}@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.course_candidates059::after {
    content: '';
    top: 0;
    pointer-events: none;
    box-shadow: inset 0 0 150px 50px rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
}.course_candidates059 .container {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    padding: 0 15px;
}.course_candidates059 .academy_track965 {
    position: relative;
    overflow: visible;
    padding: 0;
}.course_candidates059 h4 {
    text-shadow: 0 0 15px rgb(212,201,198,0.5), 0 0 30px rgb(212,201,198,0.5);
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 20px;
    margin: 0 0 70px;
    letter-spacing: 3px;
    font-size: calc(32px * 1.2);
    text-align: center;
    color: #ffffff;
}.course_candidates059 h4::before {
    position: absolute;
    transform: translateX(-50%);
    height: 3px;
    width: 120px;
    bottom: 0;
    background: rgb(212,201,198);
    left: 50%;
    box-shadow: 0 0 10px 2px rgb(212,201,198);
    content: '';
}.course_candidates059 h4::after {
    height: 1px;
    width: 200px;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
    position: absolute;
    background: rgb(179,165,161,0.5);
}.course_candidates059 div > div {
    grid-template-columns: repeat(3, 1fr);
    perspective: 1500px;
    margin: 0 -50px;
    gap: 30px;
    display: grid;
}.course_candidates059 p {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
    position: relative;
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 80%, 
        85% 100%, 
        0% 100%
    );
    font-size: calc(16px * 1.05);
    margin: 0;
    overflow: visible;
    border: 1px solid rgb(212,201,198,0.5);
    border-radius: 0;
    box-shadow: 
        0 0 20px rgb(212,201,198,0.5),
        inset 0 0 10px rgb(212,201,198,0.5);
    align-items: flex-start;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    padding: 30px 35px;
    z-index: 1;
    line-height: 1.7;
    backdrop-filter: blur(5px);
}.course_candidates059 p::before {
    width: 30px;
    background: rgb(212,201,198);
    height: 30px;
    position: absolute;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    bottom: 0;
    right: 0;
    content: '';
    transition: opacity 0.3s ease;
    opacity: 0.7;
}.course_candidates059 p::after {
    top: -15px;
    position: absolute;
    right: 25px;
    font-weight: 700;
    z-index: -1;
    font-size: calc(44px * 1.2);
    opacity: 0.15;
    transition: all 0.3s ease;
    color: rgb(179,165,161);
    content: attr(data-number);
}.course_candidates059 p:nth-child(1)::after {
    content: '01';
}.course_candidates059 p:nth-child(2)::after {
    content: '02';
}.course_candidates059 p:nth-child(3)::after {
    content: '03';
}.course_candidates059 p:nth-child(4)::after {
    content: '04';
}.course_candidates059 p:nth-child(5)::after {
    content: '05';
}.course_candidates059 p:nth-child(6)::after {
    content: '06';
}.course_candidates059 p:nth-child(7)::after {
    content: '07';
}.course_candidates059 p:nth-child(8)::after {
    content: '08';
}.course_candidates059 p:nth-child(9)::after {
    content: '09';
}.course_candidates059 p:nth-child(10)::after {
    content: '10';
}.course_candidates059 p:hover {
    border-color: rgb(212,201,198);
    transform: translateY(-15px) rotateX(5deg);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.5),
        0 0 30px rgb(212,201,198,0.5),
        inset 0 0 15px rgb(212,201,198);
    z-index: 10;
}.course_candidates059 p:hover::before {
    opacity: 1;
}.course_candidates059 p:hover::after {
    transform: translateY(-10px) scale(1.2);
    opacity: 0.3;
}.course_candidates059 p:nth-child(3n+1) {
    transform: translateX(-30px);
}.course_candidates059 p:nth-child(3n+3) {
    transform: translateX(30px);
}.course_candidates059 p:nth-child(3n+1):hover {
    transform: translateX(-30px) translateY(-15px) rotateX(5deg) rotateY(-5deg);
}.course_candidates059 p:nth-child(3n+3):hover {
    transform: translateX(30px) translateY(-15px) rotateX(5deg) rotateY(5deg);
}.course_candidates059 p svg {
    filter: drop-shadow(0 0 8px rgb(212,201,198,0.5));
    transition: transform 0.3s ease;
    width: 36px;
    flex-shrink: 0;
    margin-right: 20px;
    height: 36px;
}.course_candidates059 p:hover svg {
    transform: scale(1.2) rotate(15deg);
}.course_candidates059 p svg path {
    fill: rgb(212,201,198);
    transition: fill 0.3s ease;
}.course_candidates059 p:hover svg path {
    fill: rgb(179,165,161);
}.course_candidates059 .academy_track965::before {
    height: 200px;
    position: absolute;
    opacity: 0.2;
    width: 200px;
    left: -100px;
    border-radius: 50%;
    animation: rotateMesh 30s linear infinite;
    content: '';
    top: -70px;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(179,165,161) 49%, rgb(179,165,161) 51%, transparent 52%) 0 0/20px 20px,
        linear-gradient(-45deg, transparent 48%, rgb(179,165,161) 49%, rgb(179,165,161) 51%, transparent 52%) 0 0/20px 20px;
    filter: blur(2px);
}.course_candidates059 .academy_track965::after {
    border-radius: 50%;
    width: 150px;
    right: -70px;
    opacity: 0.2;
    height: 150px;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(212,201,198) 49%, rgb(212,201,198) 51%, transparent 52%) 0 0/15px 15px,
        linear-gradient(-45deg, transparent 48%, rgb(212,201,198) 49%, rgb(212,201,198) 51%, transparent 52%) 0 0/15px 15px;
    animation: rotateMesh 30s linear infinite reverse;
    content: '';
    position: absolute;
    filter: blur(2px);
    bottom: -70px;
}

@keyframes rotateMesh {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1199px) {.course_candidates059 div > div {
    margin: 0 -30px;
}
}

@media (max-width: 991px) {.course_candidates059 {
    padding: 80px 0;
}.course_candidates059 h4 {
    font-size: calc(32px * 1.1);
    margin-bottom: 60px;
}.course_candidates059 div > div {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin: 0 -20px;
}.course_candidates059 p {
    padding: 25px 30px;
}.course_candidates059 p svg {
    width: 32px;
    height: 32px;
    margin-right: 15px;
}.course_candidates059 p:nth-child(3n+1),
    .course_candidates059 p:nth-child(3n+3) {
    transform: none;
}.course_candidates059 p:nth-child(odd) {
    transform: translateX(-20px);
}.course_candidates059 p:nth-child(even) {
    transform: translateX(20px);
}.course_candidates059 p:nth-child(odd):hover {
    transform: translateX(-20px) translateY(-15px) rotateX(5deg);
}.course_candidates059 p:nth-child(even):hover {
    transform: translateX(20px) translateY(-15px) rotateX(5deg);
}
}

@media (max-width: 767px) {.course_candidates059 {
    padding: 70px 0;
}.course_candidates059 h4 {
    margin-bottom: 50px;
    font-size: 32px;
    letter-spacing: 2px;
}.course_candidates059 div > div {
    margin: 0;
    grid-template-columns: 1fr;
    gap: 25px;
}.course_candidates059 p {
    transform: none !important;
    padding: 25px;
}.course_candidates059 p:hover {
    transform: translateY(-10px) !important;
}.course_candidates059 .academy_track965::before {
    height: 120px;
    left: -60px;
    width: 120px;
    top: -50px;
}.course_candidates059 .academy_track965::after {
    width: 100px;
    bottom: -50px;
    height: 100px;
    right: -50px;
}
}

@media (max-width: 480px) {.course_candidates059 {
    padding: 60px 0;
}.course_candidates059 h4 {
    margin-bottom: 40px;
    letter-spacing: 1px;
    font-size: calc(32px * 0.85);
}.course_candidates059 p {
    padding: 20px;
    font-size: 16px;
}.course_candidates059 p svg {
    margin-right: 12px;
    height: 28px;
    width: 28px;
}.course_candidates059 p::after {
    font-size: 44px;
    top: -10px;
    right: 15px;
}}.sign_up_now619 {
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(179,165,161) 0%, rgb(212,201,198) 100%);
    position: relative;
    overflow: hidden;
}.sign_up_now619::before {
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    opacity: 0.1;
    left: 0;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(179,165,161,0.5) 0px,
        rgb(179,165,161,0.5) 2px,
        transparent 2px,
        transparent 12px
    );
    content: "";
}.sign_up_now619::after {
    opacity: 0.2;
    content: "";
    z-index: 1;
    position: absolute;
    border-radius: 50%;
    width: 200px;
    background: rgb(212,201,198);
    height: 200px;
    right: -50px;
    bottom: -50px;
}.sign_up_now619 .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    display: flex;
    margin: 0 auto;
}.sign_up_now619 h2 {
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 37px;
    margin-bottom: 40px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 900px;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateX(2deg);
}.sign_up_now619 h2:hover {
    transform: perspective(1000px) rotateX(0deg);
}.sign_up_now619 .academy_track965 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    padding: 30px 50px;
    justify-content: center;
    gap: 25px;
    display: flex;
    border-radius: 12px;
    background: #ffffff;
    align-items: center;
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
    position: relative;
}.sign_up_now619 .academy_track965::before {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, rgb(212,201,198), rgb(179,165,161));
    width: 5px;
    content: "";
    z-index: 1;
}.sign_up_now619 .academy_track965:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.sign_up_now619 svg {
    transition: transform 0.3s ease;
    width: 48px;
    transform: rotate(-5deg);
    height: 48px;
}.sign_up_now619 svg:hover {
    transform: rotate(0deg) scale(1.1);
}.sign_up_now619 svg path {
    transition: fill 0.3s ease;
    fill: rgb(212,201,198);
}.sign_up_now619 .academy_track965:hover svg path {
    fill: rgb(179,165,161);
}.sign_up_now619 .feedback_query375 {
    padding: 15px 35px;
    overflow: hidden;
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-weight: 600;
    color: #ffffff;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    z-index: 1;
    background: linear-gradient(135deg, rgb(212,201,198) 0%, rgb(179,165,161) 100%);
    position: relative;
    text-decoration: none;
    font-size: 19px;
}.sign_up_now619 .feedback_query375::before {
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    top: 0;
    z-index: -1;
    content: "";
    position: absolute;
    transition: left 0.7s ease;
}.sign_up_now619 .feedback_query375:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px) scale(1.02);
}.sign_up_now619 .feedback_query375:hover::before {
    left: 100%;
}.sign_up_now619 .feedback_query375:active {
    transform: translateY(1px);
}.sign_up_now619 .academy_track965 div {
    position: relative;
}.sign_up_now619 .academy_track965 div::after {
    width: 0;
    content: "";
    background: rgb(179,165,161);
    height: 2px;
    transition: width 0.3s ease;
    bottom: -10px;
    position: absolute;
    left: 0;
}.sign_up_now619 .academy_track965:hover div::after {
    width: 100%;
}

@media (max-width: 991px) {.sign_up_now619 {
    padding: 80px 0;
}.sign_up_now619 h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 30px;
}.sign_up_now619 .academy_track965 {
    padding: 25px 40px;
}
}

@media (max-width: 767px) {.sign_up_now619 {
    padding: 60px 0;
}.sign_up_now619 h2 {
    transform: none;
    font-size: calc(37px * 0.8);
    margin-bottom: 25px;
}.sign_up_now619 .academy_track965 {
    flex-direction: column;
    gap: 20px;
    padding: 25px;
}.sign_up_now619 .academy_track965::before {
    height: 5px;
    width: 100%;
}.sign_up_now619 svg {
    width: 40px;
    height: 40px;
}.sign_up_now619 .feedback_query375 {
    padding: 12px 30px;
    font-size: calc(19px * 0.9);
}
}

@media (max-width: 479px) {.sign_up_now619 {
    padding: 50px 0;
}.sign_up_now619 h2 {
    margin-bottom: 20px;
    font-size: calc(37px * 0.7);
}.sign_up_now619 .academy_track965 {
    padding: 20px;
}.sign_up_now619 svg {
    width: 32px;
    height: 32px;
}.sign_up_now619 .feedback_query375 {
    padding: 10px 25px;
    font-size: calc(19px * 0.85);
}}.our_background236 {
    padding: 150px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(212,201,198) 0%, #000000 100%);
    position: relative;
    color: #ffffff;
}.our_background236::before {
    height: 200%;
    width: 200%;
    opacity: 0.1;
    background: repeating-conic-gradient(
        #000000 0deg 10deg,
        rgba(0, 0, 0, 0.5) 10deg 15deg
    );
    animation: rotate-slow 120s linear infinite;
    position: absolute;
    z-index: 1;
    content: "";
    left: -50%;
    top: -50%;
}.our_background236::after {
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    position: absolute;
    z-index: 2;
    background: radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, 0.8) 70%);
    height: 100%;
}@keyframes rotate-slow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.our_background236 .container {
    z-index: 5;
    position: relative;
}.our_background236 h2 {
    font-weight: 700;
    margin-bottom: 80px;
    letter-spacing: 5px;
    text-align: center;
    font-size: 43px;
    text-transform: uppercase;
    position: relative;
    color: rgb(212,201,198);
}.our_background236 h2::before {
    content: "";
    transform: translateX(-50%);
    width: 100px;
    bottom: -20px;
    background-color: rgb(212,201,198);
    left: 50%;
    position: absolute;
    height: 1px;
}.our_background236 .mentor_team680 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    position: relative;
    display: flex;
}.our_background236 .legacy_story859 {
    overflow: hidden;
    perspective: 1000px;
    flex: 0 0 50%;
    padding: 20px;
    position: relative;
}.our_background236 .legacy_story859:first-child {
    animation: card-in-left 1s ease-out forwards;
    transform-origin: right center;
}.our_background236 .legacy_story859:last-child {
    transform-origin: left center;
    animation: card-in-right 1s ease-out forwards;
}@keyframes card-in-left {
    0% {
        transform: translateX(-100%) rotateY(90deg);
        opacity: 0;
    }
    100% {
        transform: translateX(0) rotateY(0);
        opacity: 1;
    }
}

@keyframes card-in-right {
    0% {
        transform: translateX(100%) rotateY(-90deg);
        opacity: 0;
    }
    100% {
        transform: translateX(0) rotateY(0);
        opacity: 1;
    }
}

.our_background236 .legacy_story859 h3 {
    margin: 0 0 20px 0;
    color: #ffffff;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 2px;
    text-align: center;
}.our_background236 .legacy_story859 p {
    padding: 0 40px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
    position: relative;
    text-align: center;
    opacity: 1;
    color: #ffffff;
}.our_background236 .legacy_story859::before {
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    content: "";
    left: 0;
    width: 100%;
    transition: transform 0.5s ease;
    position: absolute;
    transform: skewY(0deg);
    z-index: -1;
}.our_background236 .legacy_story859:hover::before {
    transform: skewY(-2deg);
}.our_background236 .legacy_story859::after {
    transition: opacity 0.5s ease;
    content: "";
    z-index: -1;
    opacity: 0.1;
    left: 0;
    background: linear-gradient(135deg, rgb(212,201,198,0.5) 0%, transparent 100%);
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
}.our_background236 .legacy_story859:hover::after {
    opacity: 0.2;
}.our_background236 .legacy_story859 h3::before {
    left: 50%;
    bottom: -10px;
    height: 1px;
    width: 30px;
    content: "";
    transform: translateX(-50%);
    position: absolute;
    background-color: rgb(179,165,161);
}.our_background236 .legacy_story859:first-child::before {
    border-right: 1px solid rgb(212,201,198,0.5);
}.our_background236 .legacy_story859:last-child::before {
    border-left: 1px solid rgb(179,165,161,0.5);
}.our_background236 .mentor_team680::before {
    background-color: rgb(212,201,198);
    position: absolute;
    box-shadow: 0 0 20px rgb(212,201,198,0.5);
    height: 40px;
    left: 50%;
    top: 50%;
    content: "";
    border-radius: 50%;
    width: 40px;
    animation: pulse-circle 2s infinite;
    transform: translate(-50%, -50%);
    z-index: 10;
}.our_background236 .mentor_team680::after {
    background-color: rgb(179,165,161);
    border-radius: 50%;
    position: absolute;
    height: 20px;
    left: 50%;
    width: 20px;
    content: "";
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: 11;
}@keyframes pulse-circle {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0.7;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

.our_background236 .container::before {
    animation: float-element 10s ease-in-out infinite;
    opacity: 0.2;
    content: "";
    border: 1px solid rgb(212,201,198,0.5);
    top: -100px;
    position: absolute;
    border-radius: 20px;
    height: 200px;
    left: -100px;
    width: 200px;
    transform: rotate(45deg);
}.our_background236 .container::after {
    border: 1px solid rgb(179,165,161,0.5);
    animation: float-element 10s ease-in-out infinite reverse;
    content: "";
    transform: rotate(45deg);
    height: 200px;
    position: absolute;
    opacity: 0.2;
    border-radius: 20px;
    right: -100px;
    bottom: -100px;
    width: 200px;
}

@keyframes float-element {
    0%, 100% {
        transform: rotate(45deg) translate(0, 0);
    }
    50% {
        transform: rotate(60deg) translate(20px, 20px);
    }
}

@media screen and (max-width: 992px) {.our_background236 {
    padding: 100px 0;
}.our_background236 .legacy_story859 {
    padding: 40px 0;
    flex: 0 0 100%;
}.our_background236 .legacy_story859:first-child {
    animation: card-in-top 1s ease-out forwards;
}.our_background236 .legacy_story859:last-child {
    animation: card-in-bottom 1s ease-out forwards;
}@keyframes card-in-top {
        0% {
            transform: translateY(-100%);
            opacity: 0;
        }
        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }
    
    @keyframes card-in-bottom {
        0% {
            transform: translateY(100%);
            opacity: 0;
        }
        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }
    
    .our_background236 .mentor_team680::before,
    .our_background236 .mentor_team680::after {
    display: none;
}.our_background236 .legacy_story859:first-child::before {
    border-bottom: 1px solid rgb(212,201,198,0.5);
    border-right: none;
}.our_background236 .legacy_story859:last-child::before {
    border-left: none;
    border-top: 1px solid rgb(179,165,161,0.5);
}
}

@media screen and (max-width: 768px) {.our_background236 {
    padding: 80px 0;
}.our_background236 h2 {
    margin-bottom: 60px;
    font-size: calc(43px * 0.8);
    letter-spacing: 3px;
}.our_background236 .legacy_story859 h3 {
    letter-spacing: 1px;
    font-size: calc(18px * 0.9);
}.our_background236 .legacy_story859 p {
    padding: 0 30px;
}.our_background236 .container::before,
    .our_background236 .container::after {
    height: 150px;
    width: 150px;
}
}

@media screen and (max-width: 576px) {.our_background236 {
    padding: 60px 0;
}.our_background236 h2 {
    font-size: calc(43px * 0.7);
    margin-bottom: 40px;
    letter-spacing: 2px;
}.our_background236 h2::before {
    width: 80px;
    bottom: -15px;
}.our_background236 .legacy_story859 {
    padding: 30px 0;
}.our_background236 .legacy_story859 h3 {
    font-size: calc(18px * 0.85);
    margin-bottom: 15px;
}.our_background236 .legacy_story859 h3::before {
    width: 25px;
    bottom: -8px;
}.our_background236 .legacy_story859 p {
    padding: 0 20px;
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}.our_background236 .container::before,
    .our_background236 .container::after {
    width: 100px;
    height: 100px;
}}.course_summary521 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    position: relative;
    align-items: center;
    background-color: rgb(239,237,234);
    min-height: 100vh;
}.course_summary521 .lesson_track475 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    top: 0;
    left: 0;
}.course_summary521 .training258 {
    height: 100%;
    display: flex;
    will-change: transform;
    animation: carousel-slide 40s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
    width: 500%;
}.course_summary521 .lesson_track475:hover .training258 {
    animation-play-state: paused;
}.course_summary521 .lesson_plan710 {
    position: relative;
    min-width: 20%;
    overflow: hidden;
    flex: 1;
    height: 100%;
}.course_summary521 .lesson_plan710 img {
    filter: saturate(0.8) contrast(1.2);
    object-fit: cover;
    width: 100%;
    transition: transform 1.5s ease;
    height: 100%;
    transform: scale(1.05);
}.course_summary521 .lesson_track475:hover .lesson_plan710 img {
    transform: scale(1.15);
}.course_summary521 .container {
    justify-content: center;
    padding: 2rem;
    width: 100%;
    align-items: center;
    max-width: 1200px;
    display: flex;
    position: relative;
    z-index: 4;
    margin: auto;
}.course_summary521 .academy_track965 {
    padding: 0.5rem;
    width: 100%;
    border-radius: 30px;
    backdrop-filter: blur(8px);
    animation: glow-pulse 8s ease-in-out infinite alternate;
    max-width: 800px;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.6) 0%,
        rgba(0, 0, 0, 0.8) 100%
    );
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5),
                0 0 60px rgb(212,201,198,0.5),
                0 0 90px rgb(179,165,161,0.5);
}.course_summary521 .learn_business319 {
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.4) 0%,
        rgba(0, 0, 0, 0.6) 100%
    );
    padding: 3rem;
    border-radius: 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.course_summary521 .learn_business319::before {
    width: 200%;
    height: 200%;
    content: '';
    animation: rotate 30s linear infinite;
    top: -50%;
    position: absolute;
    left: -50%;
    z-index: -1;
    background: radial-gradient(
        circle at center,
        rgb(212,201,198,0.5) 0%,
        transparent 50%
    );
    opacity: 0.1;
}.course_summary521 .learn_business319 h3 {
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: 37px;
    position: relative;
    display: inline-block;
}.course_summary521 .learn_business319 h3::before,
.course_summary521 .learn_business319 h3::after {
    border-radius: 10px;
    height: 3px;
    position: absolute;
    bottom: -10px;
    content: '';
}.course_summary521 .learn_business319 h3::before {
    transition: all 0.6s ease;
    left: 50%;
    right: 50%;
    background: rgb(212,201,198);
}.course_summary521 .learn_business319 h3::after {
    right: 50%;
    transition-delay: 0.2s;
    background: rgb(179,165,161);
    transition: all 0.6s ease;
    left: 50%;
}.course_summary521 .learn_business319:hover h3::before {
    left: 0;
    right: 50%;
}.course_summary521 .learn_business319:hover h3::after {
    left: 50%;
    right: 0;
}.course_summary521 .learn_business319 p {
    margin-left: auto;
    opacity: 0.85;
    margin-right: auto;
    line-height: 1.8;
    font-size: 17px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 2.5rem;
    max-width: 85%;
}.course_summary521 .learn_business319 .feedback_query375 {
    transition: all 0.4s ease;
    display: inline-block;
    position: relative;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 17px;
    padding: 1rem 2rem;
    color: #ffffff;
    background: linear-gradient(
        45deg,
        rgb(212,201,198) 0%,
        rgb(179,165,161) 100%
    );
    font-weight: 700;
    letter-spacing: 2px;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    z-index: 1;
}.course_summary521 .learn_business319 .feedback_query375::before {
    height: 100%;
    width: 100%;
    left: -100%;
    top: 0;
    content: '';
    position: absolute;
    transition: all 0.6s ease;
    background: linear-gradient(
        45deg,
        rgb(179,165,161) 0%,
        rgb(212,201,198) 100%
    );
    z-index: -1;
}.course_summary521 .learn_business319 .feedback_query375:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
    transform: translateY(-5px);
}.course_summary521 .learn_business319 .feedback_query375:hover::before {
    left: 0;
}

@keyframes carousel-slide {
    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%);
    }
}

@keyframes pattern-shift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes gradient-pulse {
    0% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.6;
        transform: scale(1);
    }
}

@keyframes glow-pulse {
    0% {
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.5),
                    0 0 40px rgb(212,201,198,0.5);
    }
    50% {
        box-shadow: 0 0 40px rgba(0, 0, 0, 0.5),
                    0 0 70px rgb(179,165,161,0.5);
    }
    100% {
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.5),
                    0 0 40px rgb(212,201,198,0.5);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {.course_summary521 {
    min-height: auto;
    padding: 6rem 0;
}.course_summary521 .lesson_track475 {
    position: relative;
    height: 350px;
    margin-bottom: 0;
}.course_summary521 .container {
    padding: 1.5rem;
    margin-top: -100px;
}.course_summary521 .academy_track965 {
    max-width: 90%;
}.course_summary521 .learn_business319 {
    padding: 2.5rem;
}.course_summary521 .learn_business319 p {
    max-width: 95%;
}
}

@media (max-width: 767px) {.course_summary521 {
    padding: 5rem 0;
}.course_summary521 .lesson_track475 {
    height: 280px;
}.course_summary521 .training258 {
    animation-duration: 30s;
}.course_summary521 .container {
    padding: 1rem;
    margin-top: -50px;
}.course_summary521 .academy_track965 {
    max-width: 100%;
    padding: 0.3rem;
}.course_summary521 .learn_business319 {
    padding: 2rem 1.5rem;
}.course_summary521 .learn_business319 h3 {
    margin-bottom: 1.2rem;
    font-size: calc(37px * 0.9);
}.course_summary521 .learn_business319 p {
    font-size: calc(17px * 0.9);
    margin-bottom: 2rem;
    line-height: 1.6;
}.course_summary521 .learn_business319 .feedback_query375 {
    font-size: calc(17px * 0.9);
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 480px) {.course_summary521 {
    padding: 4rem 0;
}.course_summary521 .lesson_track475 {
    height: 230px;
}.course_summary521 .training258 {
    animation-duration: 25s;
}.course_summary521 .container {
    margin-top: -30px;
}.course_summary521 .learn_business319 {
    padding: 1.5rem 1rem;
}.course_summary521 .learn_business319 h3 {
    margin-bottom: 1rem;
    font-size: calc(37px * 0.8);
}.course_summary521 .learn_business319 p {
    margin-bottom: 1.8rem;
    font-size: calc(17px * 0.8);
    max-width: 100%;
}.course_summary521 .learn_business319 .feedback_query375 {
    padding: 0.7rem 1.3rem;
    width: 90%;
    margin: 0 auto;
}
}

@media (min-width: 1400px) {.course_summary521 .container {
    max-width: 1320px;
}.course_summary521 .academy_track965 {
    max-width: 900px;
}.course_summary521 .learn_business319 {
    padding: 4rem;
}
}

@media (prefers-reduced-motion) {.course_summary521 .training258,
    .course_summary521 .academy_track965,
    .course_summary521 .learn_business319::before {
    animation: none;
}.course_summary521 .lesson_plan710 {
    transition: opacity 0.5s ease;
    opacity: 0.5;
}.course_summary521 .lesson_plan710:nth-child(1) {
    opacity: 1;
}}.contact_form_section783 {
    padding: 120px 0 80px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(239,237,234) 0%, rgb(212,201,198,0.5) 100%);
}.contact_form_section783::before {
    opacity: 0.05;
    position: absolute;
    animation: gradientMove 20s linear infinite;
    height: 100%;
    background-size: 60px 60px;
    content: "";
    left: 0;
    width: 100%;
    background: linear-gradient(45deg, 
        rgb(212,201,198,0.5) 25%, 
        transparent 25%, 
        transparent 50%, 
        rgb(212,201,198,0.5) 50%, 
        rgb(212,201,198,0.5) 75%, 
        transparent 75%, 
        transparent);
    top: 0;
}@keyframes gradientMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

.contact_form_section783 .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
}.contact_form_section783 h2 {
    text-align: center;
    color: rgb(212,201,198);
    position: relative;
    font-size: 36px;
    font-family: Arial, sans-serif;
    margin-bottom: 60px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
}.contact_form_section783 h2::after {
    position: absolute;
    height: 4px;
    left: 50%;
    content: "";
    width: 60px;
    bottom: -15px;
    transform: translateX(-50%);
    background: rgb(212,201,198);
}.contact_form_section783 .inquiry_panel093 {
    position: relative;
    grid-template-columns: 1fr 1fr;
    border-radius: 27px;
    gap: 0;
    display: grid;
    overflow: hidden;
    max-width: 1000px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
}.contact_form_section783 .header_image568 {
    position: relative;
    order: 2;
    height: 100%;
    min-height: 600px;
}.contact_form_section783 .request_block841 {
    justify-content: center;
    display: flex;
    flex-direction: column;
    position: relative;
    order: 1;
    padding: 60px;
    background: #ffffff;
}.contact_form_section783 .request_block841::before {
    right: 0;
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, rgb(212,201,198), rgb(179,165,161));
    height: 100%;
    width: 10px;
}.contact_form_section783 form {
    width: 100%;
    position: relative;
}.contact_form_section783 form h3 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
    color: #000000;
    font-family: Arial, sans-serif;
    border-bottom: 2px solid rgb(179,165,161,0.5);
}.contact_form_section783 form input[type="text"] {
    font-size: 13px;
    background: rgb(239,237,234);
    border: none;
    transition: all 0.3s ease;
    width: 100%;
    margin-bottom: 25px;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    padding: 16px 20px 16px 50px;
    color: #000000;
    position: relative;
}.contact_form_section783 form input[type="text"]:focus {
    outline: none;
    background: #ffffff;
    box-shadow: 0 0 0 2px rgb(212,201,198);
}.contact_form_section783 form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.contact_form_section783 form input#name {
    position: relative;
}.contact_form_section783 form input#name::before {
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    left: 20px;
    background: rgb(212,201,198);
    width: 20px;
    border-radius: 50%;
}.contact_form_section783 .query_request287 {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}.contact_form_section783 .query_request287 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_form_section783 .query_request287 label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5;
    color: #000000;
}.contact_form_section783 .query_request287 label::before {
    width: 24px;
    transition: all 0.3s ease;
    top: 0;
    border-radius: 10px;
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    background: rgb(239,237,234);
}.contact_form_section783 .query_request287 input[type="checkbox"]:checked + label::before {
    background: rgb(212,201,198);
}.contact_form_section783 .query_request287 input[type="checkbox"]:checked + label::after {
    border-bottom: 2px solid #ffffff;
    width: 8px;
    top: 4px;
    left: 8px;
    position: absolute;
    content: "";
    transform: rotate(45deg);
    border-right: 2px solid #ffffff;
    height: 14px;
}.contact_form_section783 .query_request287 label a {
    color: rgb(212,201,198);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}.contact_form_section783 .query_request287 label a::after {
    content: "";
    bottom: -2px;
    background: rgb(212,201,198);
    position: absolute;
    left: 0;
    transition: width 0.3s ease;
    width: 0;
    height: 1px;
}.contact_form_section783 .query_request287 label a:hover::after {
    width: 100%;
}.contact_form_section783 form .feedback_query375 {
    cursor: pointer;
    font-weight: 700;
    overflow: hidden;
    display: inline-block;
    border-radius: 50px;
    position: relative;
    padding: 16px 40px;
    background: rgb(212,201,198);
    font-size: 15px;
    border: none;
    z-index: 1;
    font-family: Arial, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    transition: all 0.3s ease;
    letter-spacing: 1px;
}.contact_form_section783 form .feedback_query375::before {
    width: 0;
    z-index: -1;
    position: absolute;
    content: "";
    height: 100%;
    transition: width 0.3s ease;
    left: 0;
    background: rgb(179,165,161);
    top: 0;
}.contact_form_section783 form .feedback_query375:hover::before {
    width: 100%;
}.contact_form_section783 form .feedback_query375:hover {
    box-shadow: 0 10px 20px -10px rgb(212,201,198);
    transform: translateY(-3px);
}.contact_form_section783 svg {
    width: 20px;
    height: 20px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    fill: rgb(212,201,198);
    position: absolute;
}.contact_form_section783 svg path {
    fill: rgb(212,201,198);
    transition: fill 0.3s ease;
}.contact_form_section783 form #name,
.contact_form_section783 form #phone {
    position: relative;
}

@media screen and (max-width: 1024px) {.contact_form_section783 .inquiry_panel093 {
    max-width: 800px;
}.contact_form_section783 .request_block841 {
    padding: 40px;
}
}

@media screen and (max-width: 768px) {.contact_form_section783 {
    padding: 80px 0 60px;
}.contact_form_section783 .inquiry_panel093 {
    grid-template-columns: 1fr;
}.contact_form_section783 .header_image568 {
    order: 1;
    min-height: 300px;
    clip-path: none;
}.contact_form_section783 .request_block841 {
    order: 2;
    padding: 40px 30px;
}.contact_form_section783 .request_block841::before {
    width: 100%;
    right: 0;
    top: 0;
    height: 6px;
    background: linear-gradient(to right, rgb(212,201,198), rgb(179,165,161));
}.contact_form_section783 h2 {
    margin-bottom: 40px;
}
}

@media screen and (max-width: 480px) {.contact_form_section783 {
    padding: 60px 0 40px;
}.contact_form_section783 h2 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.8);
}.contact_form_section783 .header_image568 {
    min-height: 200px;
}.contact_form_section783 .request_block841 {
    padding: 30px 20px;
}.contact_form_section783 form h3 {
    font-size: calc(20px * 0.9);
    margin-bottom: 30px;
}.contact_form_section783 form .feedback_query375 {
    width: 100%;
    padding: 14px 20px;
}}.teaching_experience657 {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(239,237,234) 0%, #ffffff 100%);
    overflow: hidden;
}.teaching_experience657::before {
    position: absolute;
    z-index: 0;
    height: 400px;
    right: -100px;
    width: 400px;
    top: -100px;
    background: rgb(212,201,198,0.5);
    content: "";
    filter: blur(120px);
}.teaching_experience657::after {
    bottom: -50px;
    left: -50px;
    height: 300px;
    position: absolute;
    width: 300px;
    filter: blur(100px);
    background: rgb(179,165,161,0.5);
    content: "";
    z-index: 0;
}.teaching_experience657 .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
}.teaching_experience657 .success_quotes061 {
    transform-style: preserve-3d;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    gap: 30px;
    transform: perspective(1000px) rotateY(2deg);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    display: grid;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
              0 4px 8px rgba(0, 0, 0, 0.04);
    padding: 40px;
    grid-template-columns: 1fr;
}.teaching_experience657 .success_quotes061:hover {
    transform: perspective(1000px) rotateY(0deg);
}.teaching_experience657 .success_quotes061 > div:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
}.teaching_experience657 .success_quotes061 .header_image568 {
    height: 180px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    position: relative;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 180px;
}.teaching_experience657 .success_quotes061:hover .header_image568 {
    transform: translateZ(20px) scale(1.05);
}.teaching_experience657 .success_quotes061 .header_image568::before {
    inset: 0;
    position: absolute;
    content: "";
    background: linear-gradient(
    45deg,
    transparent 60%,
    rgb(212,201,198,0.5) 100%
  );
    z-index: 1;
}.teaching_experience657 .success_quotes061 > div:nth-child(2) {
    text-align: center;
    transform: translateZ(10px);
}.teaching_experience657 .success_quotes061 .name {
    font-size: calc(18px * 1.1);
    color: rgb(212,201,198);
    position: relative;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 10px;
}.teaching_experience657 .success_quotes061 .name::after {
    height: 2px;
    bottom: -8px;
    left: 50%;
    width: 80px;
    content: "";
    background: rgb(179,165,161);
    position: absolute;
    transform: translateX(-50%);
}.teaching_experience657 .success_quotes061 > div:nth-child(2) > div {
    color: #000000;
    font-size: calc(17px * 0.95);
    margin-top: 15px;
    font-weight: 600;
    font-style: italic;
}.teaching_experience657 .success_quotes061 > div:nth-child(3) {
    position: relative;
}.teaching_experience657 .success_quotes061 .exp_progress750 {
    line-height: 1.7;
    color: #000000;
    position: relative;
    font-size: 17px;
    padding: 20px 0;
    margin: 0;
    transform: translateZ(5px);
}.teaching_experience657 .success_quotes061 .exp_progress750::before,
.teaching_experience657 .success_quotes061 .exp_progress750::after {
    color: rgb(212,201,198,0.5);
    line-height: 1;
    content: "";
    position: absolute;
    font-size: 80px;
    font-family: Georgia, serif;
}.teaching_experience657 .success_quotes061 .exp_progress750::before {
    left: -15px;
    top: -20px;
}.teaching_experience657 .success_quotes061 .exp_progress750::after {
    content: "";
    right: -15px;
    bottom: -60px;
}

@media (min-width: 768px) {.teaching_experience657 .success_quotes061 {
    grid-template-rows: auto 1fr;
    padding: 50px;
    grid-template-columns: 220px 1fr;
    gap: 30px 40px;
}.teaching_experience657 .success_quotes061 > div:first-child {
    grid-row: span 2;
}.teaching_experience657 .success_quotes061 > div:nth-child(2) {
    text-align: left;
    align-self: end;
}.teaching_experience657 .success_quotes061 .name::after {
    transform: none;
    left: 0;
}.teaching_experience657 .success_quotes061 .exp_progress750 {
    border-left: 3px solid rgb(179,165,161,0.5);
    padding: 10px 0 10px 30px;
}
}

@media (min-width: 992px) {.teaching_experience657 {
    padding: 140px 0;
}.teaching_experience657 .success_quotes061 {
    gap: 40px 60px;
    grid-template-columns: 260px 1fr;
    padding: 60px;
}.teaching_experience657 .success_quotes061 .header_image568 {
    height: 220px;
    width: 220px;
}.teaching_experience657 .success_quotes061 .name {
    font-size: calc(18px * 1.2);
}.teaching_experience657 .success_quotes061 .exp_progress750 {
    line-height: 1.8;
    font-size: calc(17px * 1.05);
}
}

@media (max-width: 767px) {.teaching_experience657 {
    padding: 80px 0;
}.teaching_experience657 .success_quotes061 {
    padding: 30px 25px;
}.teaching_experience657 .success_quotes061 .header_image568 {
    width: 150px;
    height: 150px;
}.teaching_experience657 .success_quotes061 .exp_progress750 {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}.teaching_experience657 .success_quotes061 .exp_progress750::before,
  .teaching_experience657 .success_quotes061 .exp_progress750::after {
    font-size: 60px;
}
}

@media (max-width: 480px) {.teaching_experience657 {
    padding: 60px 0;
}.teaching_experience657 .success_quotes061 {
    gap: 20px;
    padding: 25px 20px;
}.teaching_experience657 .success_quotes061 .header_image568 {
    width: 120px;
    height: 120px;
}.teaching_experience657 .success_quotes061 .name {
    font-size: 18px;
}.teaching_experience657 .success_quotes061 > div:nth-child(2) > div {
    font-size: calc(17px * 0.9);
}}.title_welcome415 {
    overflow: hidden;
    min-height: 600px;
    height: 100vh;
    position: relative;
    width: 100%;
    background-color: #000000;
}.title_welcome415 .academy_track965 {
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}.title_welcome415 .start_page619 {
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    overflow: hidden;
    height: 100%;
}.title_welcome415 .start_page619::before {
    z-index: 2;
    position: absolute;
    left: 0;
    backdrop-filter: blur(5px);
    width: 100%;
    top: 0;
    content: '';
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.5) 100%);
}.title_welcome415 .start_page619::after {
    bottom: 0;
    content: '';
    height: 40%;
    position: absolute;
    background: linear-gradient(to top, #000000 10%, transparent 100%);
    z-index: 2;
    width: 100%;
    left: 0;
}.title_welcome415 .learning_main369 {
    display: flex;
    animation: carousel-slide 25s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    width: calc(100% * var(--slide-count, 5));
    height: 100%;
}.title_welcome415 .page_title581 {
    overflow: hidden;
    position: relative;
    width: calc(100% / var(--slide-count, 5));
    height: 100%;
}.title_welcome415 .page_title581 img {
    filter: saturate(1.2) contrast(1.1);
    object-fit: cover;
    height: 100%;
    transform: scale(1.1);
    animation: scale-pulse 15s ease-in-out infinite alternate;
    width: 100%;
    transition: transform 0.5s ease-out;
}.title_welcome415 .section_content479 {
    text-align: center;
    position: relative;
    max-width: 800px;
    background: radial-gradient(circle at center, rgba(0, 0, 0, 0.5) 0%, transparent 70%);
    width: 90%;
    z-index: 3;
    animation: text-fade 1.5s ease-in-out forwards;
    transform: translateY(20px);
    padding: 2rem;
}.title_welcome415 .section_content479 h1 {
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    margin-bottom: 1.5rem;
    font-size: 38px;
}.title_welcome415 .section_content479 h1::after {
    left: 50%;
    position: absolute;
    content: '';
    bottom: -10px;
    height: 3px;
    width: 80px;
    background: linear-gradient(90deg, transparent, rgb(212,201,198), transparent);
    transform: translateX(-50%);
}.title_welcome415 .section_content479 p {
    margin-bottom: 2.5rem;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    line-height: 1.7;
    font-size: 16px;
    color: #ffffff;
    opacity: 0.9;
}.title_welcome415 .section_content479 .feedback_query375 {
    display: inline-block;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, rgb(212,201,198) 0%, rgb(179,165,161) 100%);
    transition: all 0.3s ease;
    padding: 0.8rem 2rem;
    font-size: 16px;
    overflow: hidden;
    animation: button-pulse 2s infinite;
    border-radius: 14px;
    color: #ffffff;
    text-decoration: none;
    position: relative;
}.title_welcome415 .section_content479 .feedback_query375::before {
    content: '';
    transition: left 0.7s ease;
    width: 100%;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    position: absolute;
    height: 100%;
}.title_welcome415 .section_content479 .feedback_query375:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    background: linear-gradient(135deg, rgb(179,165,161) 0%, rgb(212,201,198) 100%);
}.title_welcome415 .section_content479 .feedback_query375:hover::before {
    left: 100%;
}

@keyframes carousel-slide {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(calc(-100% / var(--slide-count, 5)));
    }
    40%, 56% {
        transform: translateX(calc(-200% / var(--slide-count, 5)));
    }
    60%, 76% {
        transform: translateX(calc(-300% / var(--slide-count, 5)));
    }
    80%, 96% {
        transform: translateX(calc(-400% / var(--slide-count, 5)));
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes scale-pulse {
    0% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1.1);
    }
}

@keyframes text-fade {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes button-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(rgb(212,201,198,0.5), 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(rgb(212,201,198,0.5), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(212,201,198,0.5), 0);
    }
}

@media (max-width: 1200px) {.title_welcome415 {
    height: 90vh;
}.title_welcome415 .section_content479 {
    max-width: 700px;
}.title_welcome415 .section_content479 h1 {
    font-size: calc(38px * 0.9);
}
}

@media (max-width: 992px) {.title_welcome415 {
    height: 80vh;
}.title_welcome415 .section_content479 {
    max-width: 600px;
    padding: 1.5rem;
}.title_welcome415 .section_content479 h1 {
    margin-bottom: 1.2rem;
    font-size: 38px;
}.title_welcome415 .section_content479 h1::after {
    width: 60px;
}.title_welcome415 .section_content479 p {
    margin-bottom: 2rem;
}
}

@media (max-width: 768px) {.title_welcome415 {
    height: 70vh;
}.title_welcome415 .start_page619::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0.6) 100%);
}.title_welcome415 .section_content479 {
    max-width: 90%;
    padding: 1.2rem;
}.title_welcome415 .section_content479 h1 {
    margin-bottom: 1rem;
}.title_welcome415 .section_content479 p {
    margin-bottom: 1.8rem;
    font-size: calc(16px * 0.95);
}.title_welcome415 .section_content479 .feedback_query375 {
    padding: 0.7rem 1.8rem;
}
}

@media (max-width: 576px) {.title_welcome415 {
    min-height: 500px;
    height: 60vh;
}.title_welcome415 .start_page619::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.7) 100%);
}.title_welcome415 .learning_main369 {
    animation: carousel-slide 20s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}.title_welcome415 .section_content479 {
    padding: 1rem;
}.title_welcome415 .section_content479 h1 {
    font-size: calc(38px * 0.9);
}.title_welcome415 .section_content479 h1::after {
    height: 2px;
    width: 50px;
}.title_welcome415 .section_content479 p {
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: calc(16px * 0.9);
}.title_welcome415 .section_content479 .feedback_query375 {
    font-size: calc(16px * 0.95);
    padding: 0.6rem 1.5rem;
}
}

@media (max-width: 420px) {.title_welcome415 {
    min-height: 450px;
    height: 50vh;
}.title_welcome415 .section_content479 h1 {
    font-size: calc(38px * 0.8);
}.title_welcome415 .section_content479 p {
    margin-bottom: 1.2rem;
    font-size: calc(16px * 0.85);
}
}

@media (max-height: 600px) {.title_welcome415 {
    height: auto;
    min-height: 450px;
}.title_welcome415 .section_content479 {
    padding: 2rem 1rem;
}
}

@supports ((-webkit-backdrop-filter: blur(5px)) or (backdrop-filter: blur(5px))) {.title_welcome415 .start_page619::before {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}}

.title_welcome415 .learning_main369 {
    --slide-count: 2;
}.title_welcome415:has(.page_title581:nth-child(3)) .learning_main369 {
    --slide-count: 3;
}.title_welcome415:has(.page_title581:nth-child(4)) .learning_main369 {
    --slide-count: 4;
}.title_welcome415:has(.page_title581:nth-child(5)) .learning_main369 {
    --slide-count: 5;
}.title_welcome415:has(.page_title581:nth-child(n+6)) .learning_main369 {
    --slide-count: 5;
}header {
    backdrop-filter: blur(8px);
    z-index: 1000;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(8px);
    background: linear-gradient(135deg, #000000 0%, rgb(212,201,198) 100%);
    border-bottom: 1px solid rgb(212,201,198,0.5);
    left: 0;
    transition: all 0.4s ease;
    position: fixed;
    top: 0;
    width: 100%;
}header:before {
    background-size: 200% 100%;
    height: 100%;
    left: 0;
    animation: shine 8s infinite linear;
    background: linear-gradient(90deg, transparent, rgb(212,201,198,0.5), transparent);
    top: 0;
    content: '';
    pointer-events: none;
    width: 100%;
    opacity: 0.4;
    position: absolute;
}header .top_tutor247 {
    width: 100%;
}header .container {
    margin: 0 auto;
    padding: 15px 20px;
    max-width: 1200px;
}header .head_tutor918 {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}header .main_learn023 {
    gap: 25px;
    position: relative;
    display: flex;
}header .main_learn023:before {
    height: 1px;
    bottom: -8px;
    transform-origin: left;
    transform: scaleX(0);
    background: linear-gradient(90deg, transparent, rgb(212,201,198), transparent);
    content: '';
    transition: transform 0.6s ease;
    position: absolute;
    width: 100%;
    left: 0;
}header .main_learn023:hover:before {
    transform: scaleX(1);
}header .head_expert860 {
    text-decoration: none;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    transition: all 0.4s ease;
    padding: 8px 0;
    position: relative;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: #ffffff;
    font-size: 17px;
}header .head_expert860:after {
    width: 100%;
    transition: transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    transform-origin: right;
    height: 2px;
    left: 0;
    transform: scaleX(0);
    content: '';
    background: rgb(212,201,198);
    position: absolute;
    bottom: 0;
}header .head_expert860:before {
    content: '';
    height: 4px;
    transform: translateX(-50%);
    transition: all 0.3s ease;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 50%;
    background: rgb(212,201,198);
    border-radius: 50%;
    width: 4px;
}header .head_expert860:hover {
    text-shadow: 0 0 8px rgb(212,201,198,0.5);
    color: rgb(212,201,198);
}header .head_expert860:hover:after {
    transform: scaleX(1);
    transform-origin: left;
}header .head_expert860:hover:before {
    opacity: 1;
}header .header_site013 {
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    position: relative;
    text-decoration: none;
}header .header_site013 svg {
    filter: drop-shadow(0 0 4px rgb(212,201,198,0.5));
    transition: transform 0.5s ease;
    height: 40px;
    width: auto;
}header .header_site013:hover svg {
    transform: scale(1.05);
}header .header_site013:after {
    position: absolute;
    transition: width 0.4s ease;
    background: rgb(212,201,198);
    transform: translateX(-50%);
    content: '';
    bottom: -8px;
    height: 1px;
    width: 0;
    left: 50%;
}header .header_site013:hover:after {
    width: 100%;
}

@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 15px;
}header .main_learn023 {
    gap: 15px;
}header .head_expert860 {
    font-size: calc(17px - 1px);
}header .header_site013 svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .main_learn023 {
    flex-direction: column;
    overflow-y: auto;
    transition: right 0.4s ease;
    top: 0;
    position: fixed;
    max-width: 300px;
    height: 100vh;
    z-index: 1001;
    right: -100%;
    width: 80%;
    padding: 80px 30px 30px;
    background: #000000;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    gap: 20px;
}header .menu.active {
    right: 0;
}header .head_expert860 {
    width: 100%;
    border-bottom: 1px solid rgb(212,201,198,0.5);
    padding: 10px 5px;
}header .main_learn023:before {
    display: none;
}header .header_site013 {
    margin-right: auto;
    margin-left: auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px;
}header .header_site013 svg {
    height: 30px;
}}.help_desk_info174 {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background-color: rgb(212,201,198);
}.help_desk_info174::before {
    right: -50%;
    top: -50%;
    position: absolute;
    height: 100%;
    content: "";
    border-radius: 50%;
    opacity: 0.1;
    z-index: 1;
    width: 100%;
    background: radial-gradient(ellipse at center, rgb(179,165,161) 0%, transparent 70%);
}.help_desk_info174::after {
    border-radius: 50%;
    z-index: 1;
    content: "";
    bottom: -30%;
    opacity: 0.1;
    width: 80%;
    position: absolute;
    height: 80%;
    left: -20%;
    background: radial-gradient(ellipse at center, rgb(179,165,161) 0%, transparent 70%);
}.help_desk_info174 .container {
    z-index: 10;
    position: relative;
}.help_desk_info174 .reach_block860 {
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    border-radius: 26px;
    padding: 3rem;
}.help_desk_info174 .reach_block860 h2 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 1.5rem;
}.help_desk_info174 .reach_block860 p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 2rem;
    line-height: 1.7;
}.help_desk_info174 .reach_block860 p:last-of-type {
    margin-bottom: 2.5rem;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    align-items: center;
    padding: 1rem 1.5rem;
    color: #ffffff;
    display: flex;
}.help_desk_info174 .reach_block860 p:last-of-type svg {
    width: 20px;
    fill: rgb(179,165,161);
    margin-right: 15px;
    height: 20px;
}.help_desk_info174 .reach_block860 p:last-of-type svg path {
    fill: rgb(179,165,161);
}.help_desk_info174 .quick_support421 {
    gap: 1rem;
    display: flex;
    justify-content: center;
}.help_desk_info174 .get_assistance953 {
    position: relative;
    align-items: center;
    border-radius: 50%;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    overflow: hidden;
    font-size: 0;
    color: transparent;
    width: 60px;
    display: flex;
}.help_desk_info174 .get_assistance953::before {
    bottom: 0;
    z-index: -1;
    top: 0;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 50%;
    background: rgb(179,165,161);
    content: "";
    transform: scale(0);
    left: 0;
    position: absolute;
    right: 0;
}.help_desk_info174 .get_assistance953::after {
    transform: translateX(-50%);
    content: attr(title);
    color: #ffffff;
    font-size: 13px;
    transition: opacity 0.3s ease;
    top: 70px;
    position: absolute;
    opacity: 0;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
}.help_desk_info174 .get_assistance953:hover::after {
    opacity: 1;
}.help_desk_info174 .get_assistance953:hover {
    border-color: transparent;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.help_desk_info174 .get_assistance953:hover::before {
    transform: scale(1);
}.help_desk_info174 .get_assistance953 svg {
    position: relative;
    z-index: 2;
    height: 22px;
    fill: #ffffff;
    width: 22px;
    transition: transform 0.3s ease;
}.help_desk_info174 .get_assistance953:hover svg {
    transform: scale(1.2);
}.help_desk_info174 .get_assistance953 svg path {
    fill: #ffffff;
}

@media (max-width: 991px) {.help_desk_info174 {
    padding: 4rem 0;
}.help_desk_info174 .reach_block860 {
    padding: 2.5rem;
}.help_desk_info174 .reach_block860 h2 {
    font-size: calc(30px * 0.9);
}
}

@media (max-width: 767px) {.help_desk_info174 {
    padding: 3rem 0;
}.help_desk_info174 .reach_block860 {
    padding: 2rem 1.5rem;
}.help_desk_info174 .quick_support421 {
    justify-content: center;
    flex-wrap: wrap;
}.help_desk_info174 .get_assistance953 {
    margin-bottom: 2rem;
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    z-index: -2;
    bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.9;
    right: 0;
    background: linear-gradient(145deg, rgb(239,237,234) 0%, rgb(212,201,198,0.5) 100%);
    content: "";
}footer::after {
    opacity: 0.1;
    z-index: -1;
    left: 0;
    bottom: 0;
    content: "";
    top: 0;
    background-image: 
        repeating-linear-gradient(0deg, rgb(212,201,198,0.5), rgb(212,201,198,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgb(212,201,198,0.5), rgb(212,201,198,0.5) 1px, transparent 1px, transparent 20px);
    right: 0;
    position: absolute;
}.peer_help206 {
    position: relative;
    padding: 4rem 0 2rem;
    color: #000000;
}.peer_help206::after {
    content: "";
    position: absolute;
    height: 6px;
    background: linear-gradient(90deg, rgb(212,201,198), rgb(179,165,161));
    left: 0;
    width: 100%;
    top: 0;
}.peer_help206 .container {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    position: relative;
}.peer_help206 .company_holder {
    padding: 2rem 2.5rem;
    border-radius: 24px;
    background: #ffffff;
    position: relative;
    flex: 1 1 400px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.peer_help206 .company_holder::before {
    background: rgb(212,201,198);
    content: "";
    height: 5px;
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
}.peer_help206 .company_holder h3 {
    font-weight: 700;
    font-size: 29px;
    color: rgb(212,201,198);
    margin: 0 0 1.5rem;
    position: relative;
    letter-spacing: 0.5px;
}.peer_help206 .company_holder h3::after {
    left: 0;
    bottom: -0.5rem;
    background: rgb(179,165,161);
    height: 3px;
    content: "";
    position: absolute;
    width: 80px;
}.peer_help206 .eco_foot627 {
    line-height: 1.7;
    border-left: 3px solid rgb(179,165,161);
    border-radius: 10px;
    font-size: 13px;
    background: rgb(239,237,234);
    position: relative;
    padding: 1.5rem;
    color: #000000;
}.peer_help206 .ssl_info791 {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}.peer_help206 .main_teach063 {
    flex-wrap: wrap;
    gap: 2.5rem;
    display: flex;
}.peer_help206 .main_learn023 {
    min-width: 200px;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    flex: 1 1 calc(50% - 1.25rem);
}.peer_help206 .main_learn023 h5 {
    margin: 0;
    font-size: 22px;
    position: relative;
    padding: 1rem 1.5rem;
    font-weight: 600;
    background: rgb(179,165,161);
    color: #ffffff;
}.peer_help206 .main_learn023 .main_teach063 {
    padding: 1rem 0;
    flex-direction: column;
    gap: 0;
    display: flex;
}.peer_help206 .main_learn023 .main_teach063 a {
    padding: 0.8rem 1.5rem;
    position: relative;
    align-items: center;
    display: flex;
    font-size: 13px;
    color: #000000;
    transition: all 0.3s ease;
    text-decoration: none;
}.peer_help206 .main_learn023 .main_teach063 a::before {
    height: 100%;
    transition: all 0.3s ease;
    left: 0;
    position: absolute;
    top: 0;
    background: rgb(239,237,234);
    content: "";
    z-index: -1;
    width: 0;
}.peer_help206 .main_learn023 .main_teach063 a::after {
    height: 5px;
    border-radius: 50%;
    top: 50%;
    position: absolute;
    left: 1.5rem;
    transform: translateY(-50%);
    content: "";
    opacity: 0;
    transition: all 0.3s ease;
    background: rgb(179,165,161);
    width: 5px;
}.peer_help206 .main_learn023 .main_teach063 a:hover {
    padding-left: 2.2rem;
    color: rgb(212,201,198);
}.peer_help206 .main_learn023 .main_teach063 a:hover::before {
    width: 100%;
}.peer_help206 .main_learn023 .main_teach063 a:hover::after {
    opacity: 1;
}.support_cta492 {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 3rem;
    background: rgb(239,237,234);
    padding: 2rem 0;
    position: relative;
}.support_cta492::before {
    left: 10%;
    right: 10%;
    height: 1px;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(212,201,198,0.5), transparent);
    content: "";
}.support_cta492 .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.support_cta492 .pledge_block684 {
    font-size: 12px;
    font-weight: 400;
    background: #ffffff;
    border-radius: 50px;
    color: #000000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    padding: 0.8rem 2rem;
}

@media (max-width: 1200px) {.peer_help206 .container {
    gap: 2rem;
}.peer_help206 .company_holder {
    flex: 1 1 360px;
}.peer_help206 .ssl_info791 {
    flex: 1 1 calc(100% - 400px);
    min-width: 360px;
}.peer_help206 .main_teach063 {
    gap: 2rem;
}
}

@media (max-width: 992px) {.peer_help206 {
    padding: 3.5rem 0 2rem;
}.peer_help206 .container {
    flex-direction: column;
    gap: 2.5rem;
}.peer_help206 .company_holder,
    .peer_help206 .ssl_info791 {
    min-width: 100%;
    flex: 1 1 100%;
}.peer_help206 .main_learn023 {
    min-width: 200px;
    flex: 1 1 calc(50% - 1rem);
}
}

@media (max-width: 768px) {.peer_help206 {
    padding: 3rem 0 1.5rem;
}.peer_help206 .main_teach063 {
    gap: 1.5rem;
}.peer_help206 .company_holder {
    padding: 2rem;
}.peer_help206 .company_holder h3 {
    font-size: calc(29px - 2px);
}.support_cta492 {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.peer_help206 {
    padding: 2.5rem 0 1rem;
}.peer_help206 .container {
    gap: 1.5rem;
}.peer_help206 .main_learn023 {
    flex: 1 1 100%;
    min-width: 100%;
}.peer_help206 .main_teach063 {
    gap: 1rem;
}.peer_help206 .company_holder {
    padding: 1.5rem;
}.peer_help206 .eco_foot627 {
    padding: 1.2rem;
}.support_cta492 {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}
}

@media (max-width: 420px) {.peer_help206 .company_holder h3::after {
    width: 50px;
}.peer_help206 .main_learn023 .main_teach063 a:hover {
    padding-left: 2rem;
}.support_cta492 .pledge_block684 {
    padding: 0.7rem 1.5rem;
    width: 90%;
}}.cookie_message_window874 {
    z-index: 90;
    background: rgb(239,237,234);
    width: 100%;
    bottom: 0;
    position: fixed;
    border-top: 2px solid rgb(212,201,198);
}.accept_cookies604 {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}.cookie_message_window874 h5 {
    font-size: 22px;
    margin-bottom: 6px;
}#cookieNoticeModal876 {
    display: none;
}#cookieNoticeModal876:checked ~ .cookie_message_window874 {
    opacity: 0;
    visibility: hidden;
}.cookie_message_window874 p {
    font-size: 18px;
}.policy_ack394 {
    flex-shrink: 0;
    margin-right: 10px;
}.policy_ack394 svg, .policy_ack394 svg path, .policy_ack394 img {
    fill: rgb(212,201,198);
    height: 100px;
    width: 100px;
}.cookie_option962 {
    min-width: 120px;
    color: rgb(212,201,198);
    text-align: center;
    text-decoration: none;
    border-bottom: 2px solid rgb(212,201,198);
    font-size: 24px;
    white-space: nowrap;
    margin-left: 10px;
    line-height: 35px;
    cursor: pointer;
    flex-shrink: 0;
}.cookie_message_window874 p a {
    color: rgb(212,201,198);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookie_message_window874 {
    padding: 20px;
}}

.wrapper-capsule513 .cookie_message_window874 {
    background: rgb(179,165,161);
    padding: 40px 0;
    border: none;
    box-shadow: rgb(179,165,161,0.5) 0px 0px 40px 39px;
}.wrapper-capsule513 .cookie_option962 {
    border: none;
    color: #ffffff;
    margin-left: 30px;
    background: rgb(212,201,198);
    font-weight: 400;
    font-size: 20px;
    padding: 10px;
}.wrapper-capsule513 .edu_settings064 h5, .wrapper-capsule513 .edu_settings064 p {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.policy_ack394 {
    display: none;
}.accept_cookies604 {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookie_message_window874 h5 {
    text-align: center;
}.cookie_message_window874 p {
    text-align: center;
}.edu_settings064 {
    margin-bottom: 20px;
}body .wrapper-capsule513 .cookie_option962 {
    margin-left: 0;
    margin-bottom: 10px;
}}.secure_archive489 {
    background-color: rgb(239,237,234);
    overflow: hidden;
    color: #000000;
    line-height: 1.8;
    position: relative;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
    padding: 50px;
    font-family: Arial, sans-serif;
}.secure_archive489::before, .secure_archive489::after {
    position: absolute;
    content: '';
    opacity: 0.3;
    border-radius: 50%;
}.secure_archive489::before {
    right: -50px;
    width: 150px;
    top: -50px;
    height: 150px;
    background: rgb(212,201,198);
}.secure_archive489::after {
    width: 100px;
    background: rgb(179,165,161);
    bottom: -30px;
    left: -30px;
    height: 100px;
}.secure_archive489 h1 {
    position: relative;
    font-size: 44px;
    z-index: 1;
    padding-bottom: 15px;
    font-weight: 700;
    color: rgb(212,201,198);
    margin-bottom: 30px;
    border-bottom: 3px solid rgb(212,201,198);
}.secure_archive489 h2 {
    margin-bottom: 20px;
    font-size: 28px;
    position: relative;
    margin-top: 35px;
    font-weight: 600;
    color: rgb(179,165,161);
    z-index: 1;
}.secure_archive489 h3,
.secure_archive489 h4,
.secure_archive489 h5,
.secure_archive489 h6 {
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 15px;
    color: rgb(212,201,198);
    position: relative;
    z-index: 1;
}.secure_archive489 h3 {
    font-size: calc(22px - 0.2rem);
}.secure_archive489 h4 {
    font-size: 22px;
}.secure_archive489 h5 {
    font-size: calc(22px - 0.2rem);
}.secure_archive489 h6 {
    font-size: 21px;
}.secure_archive489 ul {
    list-style-type: disc;
    padding-left: 25px;
    z-index: 1;
    position: relative;
    margin-top: 15px;
}.secure_archive489 ol {
    list-style-type: decimal;
    position: relative;
    margin-top: 15px;
    padding-left: 25px;
    z-index: 1;
}.secure_archive489 li {
    z-index: 1;
    position: relative;
    padding-left: 10px;
    line-height: 1.7;
    margin-bottom: 15px;
    border-left: 3px solid rgb(179,165,161);
}.secure_archive489 li::marker {
    font-weight: 600;
    color: rgb(212,201,198);
}.secure_archive489 div {
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}.secure_archive489 p {
    margin-bottom: 25px;
    z-index: 1;
    font-size: 16px;
    position: relative;
}.secure_archive489 span {
    font-weight: 600;
    color: rgb(212,201,198);
}
@media only screen and (max-width: 800px) {.secure_archive489 {
    padding: 25px;
    border-radius: 10px;
}.secure_archive489 h1 {
    font-size: calc(22px - 0.5rem);
}.secure_archive489 h2 {
    font-size: calc(22px - 0.4rem);
}.secure_archive489 p {
    font-size: calc(16px - 0.2rem);
}}
.secure_archive489::before {
    height: 6px;
    border-radius: 10px;
    content: '';
    margin-bottom: 25px;
    background-color: rgb(212,201,198);
    display: block;
    width: 60px;
}.secure_archive489 ul li::marker,
.secure_archive489 ol li::marker {
    color: rgb(179,165,161);
    font-weight: 700;
}.secure_archive489 h2 {
    -webkit-background-clip: text !important;
    background: linear-gradient(to right, rgb(212,201,198), rgb(179,165,161));
    -webkit-text-fill-color: transparent;
}.secure_archive489 section {
    border-top: 2px solid rgba(0, 0, 0, 0.5);
    margin: 50px 0;
    padding-top: 25px;
}.secure_archive489 hr {
    height: 1px;
    border: none;
    background: rgba(0, 0, 0, 0.5);
    margin: 40px 0;
}.thanksUnit386 {
    padding: 7rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(212,201,198,0.5), rgb(179,165,161) 120%);
    position: relative;
}.thanksUnit386::before {
    content: "";
    position: absolute;
    height: 300px;
    width: 300px;
    right: -5%;
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 10%, transparent 70%);
    opacity: 0.2;
    animation: float 8s ease-in-out infinite;
    top: -10%;
    transform: rotate(-15deg);
}.thanksUnit386::after {
    transform: rotate(15deg);
    content: "";
    background: radial-gradient(circle, rgb(179,165,161) 10%, transparent 70%);
    bottom: -5%;
    height: 250px;
    opacity: 0.15;
    animation: float 9s ease-in-out infinite reverse;
    position: absolute;
    left: -5%;
    width: 250px;
}.thanksUnit386 .container {
    padding: 0 1.5rem;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.thanksUnit386 .academy_track965 {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(1deg);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.92);
    position: relative;
    padding: 3.5rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    clip-path: polygon(0 0, 100% 0, 100% 95%, 95% 100%, 0 100%);
}.thanksUnit386 .academy_track965:hover {
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12), 0 15px 25px rgba(0, 0, 0, 0.06);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.thanksUnit386 .academy_track965 > div:first-child {
    margin-bottom: 2rem;
    position: relative;
}.thanksUnit386 .academy_track965 > div:first-child::before {
    left: -2rem;
    transform: translateY(-50%);
    width: 0.5rem;
    height: 70%;
    background: linear-gradient(to bottom, rgb(212,201,198), rgb(179,165,161));
    content: "";
    top: 50%;
    position: absolute;
}.thanksUnit386 h5 {
    margin: 0;
    position: relative;
    transition: transform 0.4s ease;
    font-weight: 700;
    line-height: 1.4;
    color: #000000;
    font-size: 18px;
    transform: translateX(0);
    padding-bottom: 0.5rem;
}.thanksUnit386 .academy_track965:hover h5 {
    transform: translateX(10px);
}.thanksUnit386 h5::after {
    transition: width 0.4s ease;
    content: "";
    width: 80px;
    bottom: 0;
    background: linear-gradient(to right, rgb(212,201,198), transparent);
    position: absolute;
    height: 3px;
    left: 0;
}.thanksUnit386 .academy_track965:hover h5::after {
    width: 120px;
}.thanksUnit386 .academy_track965 > div:last-child {
    position: relative;
    overflow: hidden;
}.thanksUnit386 p {
    line-height: 1.7;
    transition: color 0.3s ease;
    margin: 0;
    position: relative;
    font-size: 17px;
    color: #000000;
}.thanksUnit386 a {
    padding: 0.5rem 0;
    transform: translateY(0);
    display: block;
    text-decoration: none;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.thanksUnit386 a::before {
    height: 1px;
    position: absolute;
    bottom: 0;
    width: 0;
    content: "";
    background: rgb(212,201,198);
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
}.thanksUnit386 a:hover {
    transform: translateY(-3px);
}.thanksUnit386 a:hover::before {
    width: 100%;
}.thanksUnit386 a:hover p {
    color: rgb(212,201,198);
}.thanksUnit386 a:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(212,201,198,0.5);
}

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

@media screen and (max-width: 992px) {.thanksUnit386 {
    padding: 5rem 0;
}.thanksUnit386 .academy_track965 {
    padding: 2.5rem;
}.thanksUnit386 h5 {
    font-size: calc(18px * 0.95);
}
}

@media screen and (max-width: 768px) {.thanksUnit386 {
    padding: 4rem 0;
}.thanksUnit386 .academy_track965 {
    clip-path: polygon(0 0, 100% 0, 100% 97%, 97% 100%, 0 100%);
    padding: 2rem;
}.thanksUnit386 .academy_track965 > div:first-child::before {
    width: 0.3rem;
    left: -1.5rem;
}.thanksUnit386 h5 {
    font-size: calc(18px * 0.9);
}
}

@media screen and (max-width: 576px) {.thanksUnit386 {
    padding: 3rem 0;
}.thanksUnit386 .academy_track965 {
    padding: 1.75rem;
    clip-path: polygon(0 0, 100% 0, 100% 98%, 98% 100%, 0 100%);
}.thanksUnit386 .academy_track965 > div:first-child {
    margin-bottom: 1.5rem;
}.thanksUnit386 .academy_track965 > div:first-child::before {
    left: -1.2rem;
    height: 60%;
}.thanksUnit386 h5 {
    font-size: calc(18px * 0.85);
}.thanksUnit386 p {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}}.cost_plan320 {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.cost_plan320::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    right: 0;
    left: 0;
    z-index: 1;
}.cost_plan320 .container {
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.cost_plan320 .plan_matrix273 {
    position: relative;
}.cost_plan320 h2 {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 20px;
    color: #ffffff;
    transform: translateZ(0);
    text-align: center;
    letter-spacing: 0.5px;
    position: relative;
}.cost_plan320 h2::after {
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(212,201,198) 0%, rgb(179,165,161) 100%);
    bottom: -15px;
    position: absolute;
    left: 50%;
    content: "";
    height: 3px;
    width: 80px;
}.cost_plan320 .learn_sub072 {
    margin: 0 auto 60px;
    max-width: 700px;
    font-size: 15px;
    opacity: 0.9;
    text-align: center;
    color: #ffffff;
    line-height: 1.6;
}.cost_plan320 .cost_levels924 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    padding: 0;
    display: grid;
    gap: 30px;
    list-style: none;
}.cost_plan320 .cost_levels924 li {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.cost_plan320 .cost_levels924 li:hover {
    transform: translateY(-10px);
    z-index: 3;
}.cost_plan320 .cost_fee915 {
    text-decoration: none;
    position: relative;
    display: block;
    transition: all 0.3s ease;
    height: 100%;
}.cost_plan320 .price_schemes245 {
    box-shadow: 0 15px 25px rgba(0,0,0,0.2);
    backdrop-filter: blur(10px);
    padding: 40px 25px;
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.03) 100%);
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.3s ease;
    border-top: 3px solid rgb(212,201,198);
    position: relative;
    height: 100%;
    overflow: hidden;
}.cost_plan320 .cost_fee915:hover .price_schemes245 {
    border-top-color: rgb(179,165,161);
    background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.05) 100%);
    box-shadow: 0 20px 30px rgba(0,0,0,0.3);
}.cost_plan320 .price_schemes245::before {
    pointer-events: none;
    top: -50%;
    content: "";
    transform: rotate(45deg);
    transition: opacity 0.5s ease;
    position: absolute;
    left: -50%;
    width: 200%;
    height: 200%;
    opacity: 0;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%);
}.cost_plan320 .cost_fee915:hover .price_schemes245::before {
    opacity: 1;
}.cost_plan320 .value_fees674 {
    z-index: 2;
    position: relative;
    flex-direction: column;
    height: 100%;
    display: flex;
}.cost_plan320 .value_fees674 h4 {
    margin: 0 0 15px;
    color: #ffffff;
    font-size: 24px;
    position: relative;
    font-weight: 600;
    display: inline-block;
}.cost_plan320 .value_fees674 h4::after {
    position: absolute;
    height: 2px;
    transition: width 0.3s ease;
    content: "";
    background: rgb(212,201,198);
    left: 0;
    bottom: -8px;
    width: 40px;
}.cost_plan320 .cost_fee915:hover .value_fees674 h4::after {
    background: rgb(179,165,161);
    width: 60px;
}.cost_plan320 .value_fees674 p {
    word-wrap: break-word;
    margin: 0 0 30px;
    hyphens: auto;
    white-space: normal;
    font-size: calc(15px - 2px);
    overflow-wrap: break-word;
    flex-grow: 1;
    line-height: 1.7;
    opacity: 0.8;
    color: #ffffff;
}.cost_plan320 .lesson_rates126 {
    display: inline-block;
    color: #ffffff;
    padding: 10px 15px;
    margin-top: auto;
    transform: translateZ(0);
    font-size: calc(24px + 2px);
    position: relative;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgb(212,201,198) 0%, rgb(179,165,161) 100%);
    align-self: flex-start;
    font-weight: 700;
}.cost_plan320 .lesson_rates126::before {
    background: linear-gradient(135deg, rgb(212,201,198,0.5) 0%, rgb(179,165,161,0.5) 100%);
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity 0.3s ease;
    top: 0;
    content: "";
    opacity: 0;
}.cost_plan320 .cost_fee915:hover .lesson_rates126::before {
    opacity: 1;
}

@media (max-width: 991px) {.cost_plan320 {
    padding: 80px 0;
}.cost_plan320 .cost_levels924 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.cost_plan320 .price_schemes245 {
    padding: 30px 20px;
}
}

@media (max-width: 767px) {.cost_plan320 {
    padding: 60px 0;
}.cost_plan320 h2 {
    font-size: calc(36px - 4px);
}.cost_plan320 .learn_sub072 {
    margin-bottom: 40px;
    font-size: calc(15px - 1px);
}.cost_plan320 .cost_levels924 {
    max-width: 400px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.cost_plan320 .value_fees674 h4 {
    font-size: calc(24px - 1px);
}.cost_plan320 .value_fees674 p {
    font-size: calc(15px - 3px);
}.cost_plan320 .lesson_rates126 {
    font-size: calc(24px);
}
}

@media (max-width: 480px) {.cost_plan320 {
    padding: 50px 0;
}.cost_plan320 h2 {
    font-size: calc(36px - 6px);
}.cost_plan320 .price_schemes245 {
    padding: 25px 15px;
}.cost_plan320 .cost_levels924 li:hover {
    transform: translateY(-5px);
}}.join_list372 {
    position: relative;
    font-family: Arial, sans-serif;
    padding: 4rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(212,201,198,0.5), rgb(179,165,161));
}.join_list372::before {
    opacity: 0.07;
    width: 35%;
    right: -5%;
    background: linear-gradient(165deg, rgb(212,201,198), transparent);
    top: -10%;
    z-index: 1;
    transform: rotate(-15deg);
    height: 120%;
    position: absolute;
    content: "";
}.join_list372::after {
    opacity: 0.05;
    width: 25%;
    left: -5%;
    position: absolute;
    content: "";
    transform: rotate(15deg);
    bottom: -10%;
    z-index: 1;
    background: linear-gradient(-165deg, rgb(179,165,161), transparent);
    height: 120%;
}.join_list372 .container {
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.join_list372 .academy_track965 {
    transform: perspective(1000px) rotateY(-1deg);
    display: flex;
    padding: 3rem;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    flex-direction: column;
    align-items: center;
    border-left: 3px solid rgb(212,201,198);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.join_list372 .academy_track965:hover {
    transform: perspective(1000px) rotateY(0deg);
}.join_list372 h4 {
    font-size: calc(21px * 0.95);
    color: #000000;
    line-height: 1.4;
    font-weight: 600;
    position: relative;
    margin: 0 0 2rem;
    max-width: 90%;
    text-align: center;
    letter-spacing: 0.01em;
}.join_list372 h4::after {
    bottom: -0.75rem;
    width: 3rem;
    height: 2px;
    content: "";
    background: rgb(212,201,198);
    position: absolute;
    transition: width 0.3s ease;
    transform: translateX(-50%);
    left: 50%;
}.join_list372 .academy_track965:hover h4::after {
    width: 5rem;
}.join_list372 .input_holder {
    gap: 1rem;
    margin-top: 1rem;
    justify-content: center;
    width: 100%;
    max-width: 600px;
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
}.join_list372 .input_holder span {
    position: relative;
    flex: 1 1 250px;
}.join_list372 input[type="email"] {
    background: rgba(245, 245, 245, 0.7);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #000000;
    width: 100%;
    padding: 0.9rem 1.2rem;
    font-size: 12px;
    outline: none;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}.join_list372 input[type="email"]:focus {
    box-shadow: 0 2px 10px rgba(rgb(212,201,198,0.5), 0.15);
    border-color: rgb(212,201,198,0.5);
    transform: translateY(-2px);
    background: white;
}.join_list372 input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
    transition: opacity 0.3s ease;
}.join_list372 input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.join_list372 .online_lessons803 {
    color: white;
    background: linear-gradient(135deg, rgb(212,201,198), rgb(212,201,198,0.5));
    min-width: 180px;
    font-weight: 600;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 0.9rem 1.5rem;
    font-size: 17px;
    z-index: 1;
    border: none;
}.join_list372 .online_lessons803::before {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: -100%;
    position: absolute;
    content: "";
    z-index: -1;
    background: linear-gradient(135deg, rgb(179,165,161), rgb(212,201,198));
    height: 100%;
    top: 0;
    width: 100%;
}.join_list372 .online_lessons803:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.15), 0 5px 5px rgba(0, 0, 0, 0.1);
}.join_list372 .online_lessons803:hover::before {
    transform: translateX(100%);
}.join_list372 .online_lessons803:active {
    transform: translateY(0);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 768px) {.join_list372 .academy_track965 {
    flex-direction: row;
    justify-content: space-between;
    padding: 2.5rem 3.5rem;
}.join_list372 h4 {
    text-align: left;
    max-width: 50%;
    margin: 0;
}.join_list372 h4::after {
    transform: none;
    left: 0;
}.join_list372 .input_holder {
    margin-top: 0;
    width: auto;
    flex: 0 0 50%;
    justify-content: flex-end;
}
}

@media screen and (max-width: 767px) {.join_list372 {
    padding: 3rem 0;
}.join_list372 .academy_track965 {
    padding: 2rem 1.5rem;
}.join_list372 h4 {
    margin-bottom: 1.5rem;
    font-size: calc(17px * 1.1);
}.join_list372 .input_holder {
    gap: 0.75rem;
    flex-direction: column;
}.join_list372 .input_holder span {
    width: 100%;
    flex: 1 1 auto;
}.join_list372 input[type="email"],
    .join_list372 .online_lessons803 {
    width: 100%;
    padding: 0.8rem 1rem;
}
}

@media screen and (max-width: 480px) {.join_list372 {
    padding: 2.5rem 0;
}.join_list372 .academy_track965 {
    padding: 1.5rem;
}.join_list372 h4 {
    font-size: 12px;
    line-height: 1.5;
}.join_list372 input[type="email"],
    .join_list372 .online_lessons803 {
    padding: 0.7rem 0.9rem;
    font-size: calc(12px * 0.9);
}
}

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