a {
    text-decoration: none;
    color: inherit;
}

html,body {
    color: #000000;
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
}

.newsletter-signup-2405::after {
    z-index: -1;
    bottom: 0;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background: linear-gradient(135deg, transparent, rgb(198,209,212,0.5));
    animation: shift 10s infinite alternate;
    content: "";
    height: 70%;
    position: absolute;
    width: 40%;
    right: 0;
}

.newsletter-signup-2405 p::after {
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(198,209,212,0.5), transparent);
    position: absolute;
    right: 0;
    content: "";
    top: 0;
    height: 100%;
}

.newsletter-signup-2405 .email-form-5281:focus {
    outline: none;
    border-color: rgb(198,209,212,0.5);
}

.newsletter-signup-2405 .email-form-5281:focus::placeholder {
    opacity: 0.3;
    transform: translateY(-10px);
}

.newsletter-signup-2405 .sub-tile-7806:hover::before {
    transform: translateX(0);
}

.our-story-6023 {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
}



.our-story-6023 .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}

.our-story-6023 h2::after {
    position: absolute;
    content: "";
    width: 100px;
    background: linear-gradient(90deg, transparent, rgb(198,209,212), transparent);
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
}

.our-story-6023 .learn-training-4512::before {
    z-index: -1;
    top: 0;
    content: "";
    background-size: 60px 60px;
    left: 0;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%),
        linear-gradient(-45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%);
    width: 100%;
    height: 100%;
}

.our-story-6023 .learn-training-4512 h3::after {
    transition: width 0.3s ease;
    width: 40px;
    bottom: 0;
    height: 2px;
    position: absolute;
    left: 0;
    background: rgb(198,209,212);
    content: "";
}

.program-assets-1479::before {
    top: 0;
    width: 100%;
    z-index: 1;
    background: linear-gradient(135deg, rgb(198,209,212,0.5) 0%, transparent 60%);
    height: 100%;
    position: absolute;
    left: 0;
    content: "";
}

.program-assets-1479 h5::after {
    position: absolute;
    left: 50%;
    bottom: -15px;
    content: "";
    width: 80px;
    transform: translateX(-50%);
    height: 4px;
    background: linear-gradient(90deg, rgb(198,209,212), rgb(161,172,179));
    border-radius: 10px;
}

.program-assets-1479 .pro-classes-8395:hover .photo-wrap-item-9048 {
    box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.program-assets-1479 .pro-classes-8395:hover .photo-wrap-item-9048 {
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
}

.program-assets-1479 li {
    border-radius: 10px;
    position: relative;
    padding: 16px 20px;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.03),
                -8px -8px 16px rgba(255, 255, 255, 0.7),
                inset 1px 1px 2px rgba(255, 255, 255, 0.9);
    background: linear-gradient(145deg, #ffffff, #f5f5f5);
    transform: translateZ(0);
    transition: all 0.3s ease;
}

.program-assets-1479 li svg path {
    transition: fill 0.3s ease;
    fill: rgb(198,209,212);
}

.program-assets-1479 li:hover svg path:last-child {
    fill: rgb(161,172,179);
}

.program-assets-1479 li:nth-child(4) {
    animation: fadeInUp 0.5s 0.4s backwards;
}

.appSpotlight-8264::after {
    z-index: 1;
    transform: rotate(10deg) skewY(-5deg);
    height: 60%;
    opacity: 0.4;
    background: linear-gradient(220deg, rgb(198,209,212,0.5) 0%, transparent 80%);
    left: -2%;
    content: "";
    width: 30%;
    position: absolute;
    bottom: -5%;
}

.appSpotlight-8264 .pro-classes-8395::before {
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 95% 100%, 0 100%);
    top: 0;
    z-index: -1;
    content: "";
    position: absolute;
}

.appSpotlight-8264 li::before {
    top: 10px;
    height: 6px;
    position: absolute;
    left: 0;
    background: rgb(161,172,179);
    transform: translateY(-50%);
    border-radius: 50%;
    width: 6px;
    content: "";
}

.welcome-page-4175 .learn-base-7039::after {
    bottom: 0;
    width: 100%;
    transform: translateZ(0);
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    height: 40%;
    background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.75) 0%,
    transparent 100%
  );
}

.welcome-page-4175 .learn-academy-3215 h1::after {
    height: 4px;
    animation-delay: 1s;
    width: 80px;
    background: rgb(198,209,212);
    transform: scaleX(0);
    transform-origin: left;
    left: 0;
    position: absolute;
    bottom: -0.75rem;
    content: "";
    animation: lineExpand 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.welcome-page-4175 .learn-academy-3215 p {
    animation: textFlyIn 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    animation-delay: 0.6s;
    opacity: 0;
    line-height: 1.6;
    font-size: calc(12px * 1.15);
    transform: translateZ(20px);
    max-width: 85%;
    padding-left: 1.5rem;
    position: relative;
    color: #ffffff;
}

.music-edu-9354 .info_item {
    padding: 0.5rem 1rem;
    position: relative;
    transition: transform 0.3s ease;
}

.music-edu-9354 .info_item p,
.music-edu-9354 .info_item a {
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 0.75rem;
    font-size: 15px;
    color: #ffffff;
}

.music-edu-9354 .top-nav-8197:hover svg {
    transform: scale(1.05);
}

.music-edu-9354 .nav-sitewrap-0135 {
    padding: 5rem 2rem 3rem;
    display: flex;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    gap: 2rem;
    z-index: 2;
    position: relative;
    flex-direction: column;
    background-color: #000000;
}

.music-edu-9354 .main-learn-9261 {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 1rem;
}

.music-edu-9354 .main-learn-9261 a:hover::before {
    width: 30px;
}

.music-edu-9354 .subscribe_holder {
    flex-direction: column;
    padding: 4rem 2rem 3rem;
    display: flex;
    background-color: rgb(161,172,179);
    z-index: 3;
    gap: 1.5rem;
    position: relative;
}

.music-edu-9354 .input_holder input[type="email"] {
    padding: 1rem 1.25rem;
    background-color: rgba(255, 255, 255, 0.15);
    font-size: 15px;
    transition: all 0.3s ease;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
}

.music-edu-9354 .sub-tile-7806:hover::before {
    left: 100%;
}

.music-edu-9354 .skill-links-0918::before {
    width: 100%;
    content: '';
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, transparent 70%);
    height: 100%;
    top: 0;
    position: absolute;
    z-index: -1;
}

.join-now-1678 .container {
    padding: 3rem;
    z-index: 2;
    max-width: 1140px;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    margin: 0 auto;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.05),
        -20px -20px 40px rgba(255, 255, 255, 0.8),
        inset 5px 5px 10px rgba(255, 255, 255, 0.8),
        inset -5px -5px 10px rgba(0, 0, 0, 0.05);
}

.join-now-1678 .support-feedback-8419 {
    box-shadow: 
        0 10px 20px rgba(rgb(198,209,212,0.5), 0.2),
        0 5px 10px rgba(rgb(198,209,212,0.5), 0.1),
        inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgb(198,209,212) 0%, rgb(161,172,179) 100%);
    display: inline-flex;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    padding: 15px 32px;
    border: none;
    justify-content: center;
    align-items: center;
}

.course-offering-5427 .pro-classes-8395 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    position: relative;
}

.course-offering-5427 .skill-master-9748::before {
    width: 60px;
    z-index: 1;
    content: "";
    border-right: 2px solid rgb(161,172,179,0.5);
    height: 60px;
    border-top: 2px solid rgb(161,172,179,0.5);
    position: absolute;
    top: 20px;
    right: 20px;
}

.course-offering-5427 .top-nav-8197::before {
    left: -20px;
    transform: translateY(-50%);
    top: 50%;
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    background-color: rgb(198,209,212);
}

.course-offering-5427 h3 {
    margin-bottom: 20px;
    position: relative;
    letter-spacing: 1px;
    color: #000000;
    font-weight: 700;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 36px;
}

.course-offering-5427 .photo-wrap-item-9048::after {
    z-index: 3;
    border-radius: 22px;
    content: "";
    inset: 0;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.package-deal-2847::after {
    content: "";
    bottom: -15%;
    left: -10%;
    opacity: 0.1;
    width: 500px;
    z-index: 0;
    filter: blur(100px);
    position: absolute;
    background: linear-gradient(225deg, rgb(161,172,179,0.5), rgb(198,209,212,0.5));
    height: 500px;
}

.package-deal-2847 .member-plans-4879:hover h2 {
    transform: perspective(1000px) rotateX(5deg);
}

.package-deal-2847 .cost-deals-3086 {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    perspective: 1000px;
    display: grid;
    gap: 30px;
}

.package-deal-2847 .indv-cost-0768 {
    height: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: box-shadow 0.5s ease;
    position: relative;
    background: #ffffff;
}

.package-deal-2847 .pricing-rates-5428 h3 {
    transform: translateY(0);
    position: relative;
    word-break: break-word;
    margin-bottom: 15px;
    font-weight: 600;
    color: #000000;
    overflow-wrap: break-word;
    transition: transform 0.4s ease, color 0.3s ease;
    font-size: calc(24px + 2px);
}

.package-deal-2847 .pricing-rates-5428 p {
    flex-grow: 1;
    overflow-wrap: break-word;
    white-space: normal;
    margin-top: 10px;
    line-height: 1.7;
    transition: opacity 0.3s ease;
    color: #000000;
    word-break: break-word;
    opacity: 0.85;
    font-size: 18px;
}

.secure-bolt-3716 {
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
    height: auto;
    margin: 0 auto;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    padding: 40px;
    z-index: 1;
    width: 100%;
}

.secure-bolt-3716 ul, .secure-bolt-3716 ol {
    color: #ffffff;
    padding: 15px 0;
    font-size: 12px;
    margin: 0;
    padding-left: 0;
    list-style: none;
    font-family: Arial, sans-serif;
}

.cookie-notice-message-2894 {
    z-index: 90;
    width: 100%;
    border-top: 2px solid rgb(198,209,212);
    position: fixed;
    bottom: 0;
    background: rgb(234,238,239);
}

.cookie-notice-message-2894 p {
    font-size: 18px;
}

.cookie-guard-5960 svg, .cookie-guard-5960 svg path, .cookie-guard-5960 img {
    width: 100px;
    height: 100px;
    fill: rgb(198,209,212);
}

.warp-container-6108 .gdpr-banner-1275 {
    margin-left: 30px;
    font-size: 20px;
    color: #ffffff;
    padding: 10px;
    background: rgb(198,209,212);
}

.contact-form-box-2103 .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1280px;
}

.contact-form-box-2103 .reach-info-5187 h3::after {
    background: rgb(161,172,179);
    height: 2px;
    content: '';
    left: 0;
    position: absolute;
    width: 100%;
    bottom: -10px;
}

.contact-form-box-2103 .reach-info-5187 div span {
    vertical-align: middle;
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
}

.contact-form-box-2103 .help-block-1846 form {
    grid-column: span 3;
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.contact-form-box-2103 .help-block-1846 input#email {
    grid-column: span 1;
}

.contact-form-box-2103 .help-block-1846 .inquiry-feedback-0215 {
    display: flex;
    grid-column: span 2;
    align-items: center;
}

.contact-form-box-2103 .help-block-1846 .inquiry-feedback-0215 input[type="checkbox"]:checked {
    border-color: rgb(161,172,179);
    background-color: rgb(161,172,179);
}

.contact-form-box-2103 .help-block-1846 .inquiry-feedback-0215 label a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(161,172,179);
}

header .header-top-0715 {
    z-index: 99;
    position: relative;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(120deg, rgb(198,209,212) 0%, rgb(161,172,179,0.5) 100%);
    overflow: visible;
    padding: 1.5rem 0;
}

header .header-top-0715 .top-nav-8197 .head-guide-8752 svg {
    width: auto;
    filter: drop-shadow(0 0 8px #ffffff);
    height: 2.8rem;
}

header .header-top-0715 .nav-sitewrap-0135 .nav-expert-7283 {
    transform-style: preserve-3d;
    margin: 0;
    perspective: 1000px;
    position: relative;
}

header .header-top-0715 .nav-sitewrap-0135 .nav-expert-7283 a::after {
    left: 1.5rem;
    width: 0;
    content: "";
    height: 2px;
    background: rgb(161,172,179);
    transition: width 0.3s ease;
    position: absolute;
    bottom: 0.8rem;
}

.study-method-2863::before {
    opacity: 0.2;
    position: absolute;
    width: 100%;
    content: '';
    top: 0;
    height: 100%;
    z-index: 1;
    background: 
        radial-gradient(circle at 20% 50%, rgb(198,209,212,0.5) 0%, transparent 40%),
        radial-gradient(circle at 85% 30%, rgb(161,172,179,0.5) 0%, transparent 40%);
    left: 0;
}

.study-method-2863 .text-frame-item-9310 h2 {
    font-size: 36px;
    display: inline-block;
    position: relative;
    font-weight: 700;
    margin-bottom: 35px;
    color: #ffffff;
}

.study-method-2863::after {
    content: '';
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgb(234,238,239));
    width: 100%;
    z-index: 1;
    bottom: 0;
    opacity: 0.8;
    height: 100px;
}



.study-method-2863 .text-frame-item-9310 p::first-line {
    font-weight: 600;
    color: rgb(198,209,212);
}

.study-method-2863 .text-frame-item-9310 h2::after {
    content: '';
    bottom: -15px;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(198,209,212,0.5), 
        transparent
    );
    height: 1px;
    position: absolute;
    left: 0;
}

.teaching-history-0498 {
    background: linear-gradient(135deg, rgb(234,238,239) 0%, rgb(198,209,212,0.5) 50%, rgb(234,238,239) 100%);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

.teaching-history-0498 .learner-stories-6741 {
    align-items: center;
    backdrop-filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    flex-direction: column;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    overflow: hidden;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    position: relative;
    padding: 60px 40px;
}



.teaching-history-0498 .name {
    font-size: 35px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    z-index: 2;
    margin-bottom: 10px;
    position: relative;
}

.teaching-history-0498 .emp-milestones-0961 {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 25px 30px;
    border-left: 3px solid rgb(198,209,212);
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
    margin: 0;
    max-width: 85%;
    position: relative;
    border-right: 3px solid rgb(161,172,179);
    font-size: 16px;
    color: #000000;
    backdrop-filter: blur(5px);
    border-radius: 10px;
    line-height: 1.8;
    z-index: 2;
}

::-webkit-scrollbar {
    padding: 5px;
    width: 17px;
}

::-webkit-scrollbar-button {
    height: 4px;
    width: 3px;
    background: rgb(161,172,179);
    border-radius: 5px;
}

::-webkit-scrollbar-track {
    background: linear-gradient(45deg, rgb(234,238,239) 25%, transparent 25%), linear-gradient(-45deg, rgb(234,238,239) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgb(234,238,239) 75%), linear-gradient(-45deg, transparent 75%, rgb(234,238,239) 75%);
    margin: 3px 0;
    box-shadow: inset -2px 0px 9px 0px rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb {
    box-shadow: -1px -4px 12px 7px rgba(0, 0, 0, 0.7);
    transition: all, background, transform 2.3s linear;
    border-radius: 3.2vw;
    background: rgb(255, 255, 255, 0.5);
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(161,172,179);
    border-color: rgb(198,209,212);
}

::-webkit-scrollbar-thumb:active {
    box-shadow: inset -2px 1px 9px 5px rgba(0, 0, 0, 0.7);
    background: rgb(198,209,212);
}



@media (max-width: 767px) {.program-assets-1479 {
    padding: 80px 0 60px;
}.program-assets-1479 h5 {
    line-height: 1.4;
    padding: 0 20px;
}.program-assets-1479 .pro-classes-8395 {
    padding: 25px 20px;
}.program-assets-1479 li {
    padding: 15px;
}.program-assets-1479 li p {
    font-size: calc(17px * 0.95);
}.program-assets-1479 li svg {
    height: 20px;
    width: 20px;
}
}



@media (max-width: 767px) {.appSpotlight-8264 {
    padding: 80px 0;
}.appSpotlight-8264 h2 {
    margin-bottom: 40px;
    font-size: calc(29px * 0.9);
}.appSpotlight-8264 .pro-classes-8395 {
    padding: 30px 25px;
}.appSpotlight-8264 span {
    font-size: 16px;
    line-height: 1.7;
}.appSpotlight-8264 h2::after {
    width: 60px;
}
}



@media (max-width: 768px) {.welcome-page-4175 {
    height: 85vh;
}.welcome-page-4175 .learn-academy-3215 {
    padding: 1.75rem;
    transform: translateZ(0) rotateX(0deg);
    clip-path: polygon(
      0 0,
      100% 0,
      100% calc(100% - 1.5rem),
      calc(100% - 1.5rem) 100%,
      0 100%
    );
    max-width: 95%;
}.welcome-page-4175 .learn-academy-3215 h1 {
    font-size: calc(38px * 0.9);
    margin-bottom: 1.25rem;
}.welcome-page-4175 .learn-academy-3215 h1::after {
    height: 3px;
    width: 60px;
}.welcome-page-4175 .learn-academy-3215 h3 {
    font-size: calc(22px * 0.9);
    margin-bottom: 1.25rem;
}.welcome-page-4175 .learn-academy-3215 p {
    font-size: calc(12px * 0.95);
    padding-left: 1.25rem;
    max-width: 100%;
}
}



@media (max-width: 576px) {.music-edu-9354 .top-nav-8197,
    .music-edu-9354 .nav-sitewrap-0135,
    .music-edu-9354 .subscribe_holder {
    padding: 2.5rem 1.5rem;
}.music-edu-9354 .skill-links-0918 {
    padding: 2.5rem 0 1.5rem;
}.music-edu-9354 .info_item {
    padding: 0.5rem 0;
}.music-edu-9354 .info_item p,
    .music-edu-9354 .info_item a {
    justify-content: center;
}}



@media (max-width: 400px) {.join-now-1678 {
    padding: 2.5rem 0;
}.join-now-1678 .container {
    width: 95%;
    padding: 1.25rem;
}.join-now-1678 h6 {
    margin-bottom: 1.25rem;
    font-size: calc(21px * 0.8);
}.join-now-1678 .support-feedback-8419 {
    padding: 8px 20px;
    font-size: calc(15px * 0.85);
}}



@media (min-width: 1400px) {.course-offering-5427 .container {
    max-width: 1320px;
}.course-offering-5427 .photo-wrap-item-9048 {
    min-height: 550px;
}}



@media (min-width: 992px) {.package-deal-2847 {
    padding: 140px 0;
}.package-deal-2847 .package-price-1804 {
    align-items: flex-start;
    flex-direction: row;
}.package-deal-2847 .member-plans-4879 {
    margin-right: 70px;
    order: 0;
    transform: translateX(0);
    position: sticky;
    width: 30%;
    align-self: flex-start;
    top: 100px;
}.package-deal-2847 .cost-deals-3086 {
    width: 70%;
    grid-template-columns: repeat(2, 1fr);
}
}



@media only screen and (max-width: 800px) {.secure-bolt-3716 {
    padding: 20px;
    width: 95%;
}.secure-bolt-3716 h1 {
    margin-bottom: 15px;
    font-size: calc(24px - 6px);
    margin-top: 20px;
}.secure-bolt-3716 h2 {
    font-size: calc(24px - 6px);
    margin-bottom: 10px;
    margin-top: 20px;
}.secure-bolt-3716 ul, .secure-bolt-3716 ol {
    padding-left: 15px;
}.secure-bolt-3716 li {
    padding-left: 20px;
}.secure-bolt-3716 p, .secure-bolt-3716 span, .secure-bolt-3716 div {
    margin-bottom: 15px;
    padding-left: 10px;
}}



@media screen and (max-width: 767px) {.contact-form-box-2103 {
    padding: 60px 0;
}.contact-form-box-2103 .reach-info-5187 {
    margin-bottom: 30px;
}.contact-form-box-2103 .reach-info-5187 h3 {
    font-size: calc(19px + 2px);
}.contact-form-box-2103 .help-block-1846 {
    padding: 30px 20px;
}.contact-form-box-2103 .help-block-1846 form {
    gap: 15px;
}
}



@media screen and (max-width: 768px) {.study-method-2863 {
    padding: 80px 0;
}.study-method-2863 .text-frame-item-9310 {
    padding: 40px 30px;
}.study-method-2863 .text-frame-item-9310 h2 {
    margin-bottom: 25px;
    font-size: calc(36px * 0.9);
}.study-method-2863 .pro-classes-8395::before,
    .study-method-2863 .pro-classes-8395::after {
    width: 50%;
}
}



@media (max-width: 767px) {.teaching-history-0498 {
    padding: 60px 0;
}.teaching-history-0498 .learner-stories-6741 {
    padding: 40px 25px;
}.teaching-history-0498 .photo-wrap-item-9048 {
    margin-bottom: 25px;
    height: 140px;
    width: 140px;
}.teaching-history-0498 .name {
    font-size: calc(35px * 0.9);
}.teaching-history-0498 .learner-stories-6741 span:not(.name) {
    font-size: calc(20px * 0.95);
    margin-bottom: 20px;
}.teaching-history-0498 .emp-milestones-0961 {
    font-size: calc(16px * 0.95);
    padding: 18px 20px;
}
}



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



@keyframes lineExpand {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}



@keyframes lineGrow {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}



@keyframes wave-motion {
    0% {
        transform: rotate(-35deg) translateY(0);
    }
    50% {
        transform: rotate(-30deg) translateY(20px);
    }
    100% {
        transform: rotate(-35deg) translateY(0);
    }
}

