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

header,footer {
    width: 100%;
}

header {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    background: linear-gradient(135deg, rgb(217,150,203,0.5) 0%, rgb(233,205,223) 100%);
    overflow: visible;
    margin-top: 0;
    z-index: 100;
    position: relative;
    padding: 0;
}

svg {
    height: 30px;
    width: 30px;
}


.title-screen-326 {
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(233,205,223), rgba(0, 0, 0, 0.5));
    padding: 4rem 1rem;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
    justify-content: center;
}

.title-screen-326 .edu-open-542 {
    font-weight: 700;
    line-height: 1.2;
    color: #000000;
    margin: 0;
    z-index: 2;
    font-size: 46px;
    letter-spacing: -0.5px;
    position: relative;
}

.title-screen-326 .learn-front-983 > div {
    position: relative;
    display: grid;
    gap: 2rem;
    z-index: 2;
    grid-template-columns: 1fr;
}

.title-screen-326 .learn-front-983 p {
    position: relative;
    font-size: calc(12px * 1.2);
    padding-left: 20px;
    margin: 0;
    line-height: 1.6;
    color: #000000;
    font-weight: 600;
}

.price-plan-item-620 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,205,223) 0%, rgba(245, 247, 252, 1) 100%);
    position: relative;
    padding: 100px 0;
}

.price-plan-item-620 .lesson-rates-295 {
    display: flex;
    flex-direction: column-reverse;
}

.price-plan-item-620 .payment-plan-076 h2 {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 34px;
    position: relative;
    font-weight: 700;
    color: #000000;
}

.price-plan-item-620 .cert-plans-670 {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
}

.price-plan-item-620 .learning-deals-051 {
    display: block;
    position: relative;
    color: #000000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    border-radius: 8px;
}

.price-plan-item-620 .learning-deals-051:hover .pricing-rates-219 h3 {
    transform: translateX(5px);
}

.price-plan-item-620 .deal-grid-804 {
    display: inline-block;
    color: rgb(217,150,203);
    margin: 15px 0;
    font-size: calc(20px + 4px);
    position: relative;
    font-weight: 700;
}

.price-plan-item-620 .pricing-rates-219 p {
    color: #000000;
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.6;
    white-space: normal;
    flex: 1;
    overflow-wrap: break-word;
    word-break: break-word;
}

.price-plan-item-620 .learning-deals-051:nth-child(odd) .pricing-deals-760 {
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 247, 252, 1) 100%);
}

.price-plan-item-620 .learning-deals-051:nth-child(2) {
    animation: fadeInUp 0.6s 0.2s both;
}

.who-we-are-164 {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: rgb(233,205,223);
}

.who-we-are-164 h2 {
    margin-bottom: 80px;
    position: relative;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    color: #000000;
}

.who-we-are-164 .skill-mastery-810 {
    grid-template-columns: 1fr;
    display: grid;
    gap: 0;
}

.who-we-are-164 .learning-track-642:not(:last-child)::after {
    height: 1px;
    left: 50%;
    content: "";
    transform: translateX(-50%);
    bottom: 0;
    width: 70%;
    position: absolute;
    background: linear-gradient(to right, 
        transparent, 
        rgb(217,150,203,0.5), 
        rgb(217,150,203,0.5), 
        transparent
    );
}

.who-we-are-164 .learning-track-642 h3::after {
    width: 40px;
    content: "";
    height: 2px;
    bottom: 0;
    background: currentColor;
    left: 0;
    position: absolute;
}

.who-we-are-164 .learning-track-642:first-child h3,
.who-we-are-164 .learning-track-642:first-child p {
    grid-column: 7 / -1;
}

.who-we-are-164 .learning-track-642::after {
    transition: width 0.5s ease;
}

.who-we-are-164 .learning-track-642:hover::after {
    width: 85%;
}

.newsletter-subscription-296 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(233,205,223) 0%, rgb(217,150,203,0.5) 100%);
    z-index: 1;
    padding: 4rem 2rem;
}

.newsletter-subscription-296 .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.newsletter-subscription-296 .expert-sessions-374 {
    backdrop-filter: blur(5px);
    grid-template-columns: 1fr;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    position: relative;
    padding: 2rem;
    display: grid;
    gap: 2rem;
    transform: translateZ(0);
}

.newsletter-subscription-296 .expert-sessions-374:hover h4 {
    transform: translateY(-5px);
}

.newsletter-subscription-296 .expert-sessions-374:hover h4::after {
    width: 100px;
}

.newsletter-subscription-296 .input_holder {
    flex-direction: column;
    gap: 1rem;
    display: flex;
    position: relative;
}

.newsletter-subscription-296 .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(217,150,203,0.5);
    border-color: rgb(217,150,203);
}

.newsletter-subscription-296 .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.3;
}

.newsletter-subscription-296 .input_holder input[type="submit"]::before {
    left: -100%;
    top: 0;
    width: 100%;
    transition: left 0.6s ease;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    content: "";
    position: absolute;
    height: 100%;
}

.newsletter-subscription-296 .input_holder span:last-child {
    align-self: flex-start;
}

.user-reviews-167::after {
    animation: floatBlur 18s infinite alternate-reverse ease-in-out;
    position: absolute;
    height: 20rem;
    bottom: -10%;
    transform: rotate(25deg);
    left: -5%;
    content: "";
    filter: blur(70px);
    z-index: 0;
    width: 20rem;
    opacity: 0.1;
    background: rgb(198,98,119,0.5);
}

.user-reviews-167 h2::after {
    transform-origin: left;
    transform: scaleX(0.8);
    left: 0;
    content: "";
    height: 0.25rem;
    background: rgb(198,98,119);
    bottom: -1rem;
    position: absolute;
    width: 6rem;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.user-reviews-167 .review-voices-652::before {
    position: absolute;
    transition: transform 0.5s ease, opacity 0.5s ease;
    height: 0.35rem;
    z-index: 1;
    right: 0;
    top: 0;
    background: linear-gradient(90deg, rgb(217,150,203) 0%, rgb(198,98,119) 100%);
    content: "";
    left: 0;
    opacity: 0.85;
    transform: scaleX(0.95);
}

.user-reviews-167 .review-voices-652 img {
    position: relative;
    border: 3px solid #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    margin-right: 1.25rem;
    object-fit: cover;
    border-radius: 50%;
    width: 4.5rem;
    transition: transform 0.5s ease;
    height: 4.5rem;
}

.user-reviews-167 .review-voices-652 .description {
    color: #000000;
    line-height: 1.7;
    position: relative;
    font-size: 13px;
    z-index: 2;
    margin: 0;
}

.user-reviews-167 a {
    text-decoration: none;
    padding: 1rem 2.5rem;
    overflow: hidden;
    border-radius: 10px;
    transform: translateX(2rem);
    display: inline-block;
    margin-top: 3rem;
    box-shadow: 0 10px 20px rgb(217,150,203,0.5);
    position: relative;
    transition: all 0.3s ease;
    z-index: 1;
    font-weight: 600;
    font-size: 20px;
    background: linear-gradient(135deg, rgb(217,150,203) 0%, rgb(198,98,119) 100%);
    color: #ffffff;
}

#userPrivacyWindow-839 {
    display: none;
}

#userPrivacyWindow-839:checked ~ .cookie-dialog-banner-945 {
    opacity: 0;
    visibility: hidden;
}

.user-safety-784 {
    margin-right: 20px;
    flex-shrink: 0;
}

.user-safety-784 svg, .user-safety-784 svg path {
    fill: rgb(217,150,203);
    height: 80px;
    width: 80px;
}

.cookie_button.data-policy-578 {
    background: rgb(198,98,119);
}

.cookie-dialog-banner-945 p a {
    text-decoration: underline;
    color: rgb(217,150,203);
    font-weight: 700;
}

.grid-container-326 .track-settings-459 {
    color: #ffffff;
    font-weight: 600;
    margin-left: 0;
    border-radius: 10px;
    font-size: 15px;
    background: rgb(217,150,203);
    border: none;
}

header .head-pagebar-065 {
    position: relative;
    justify-content: space-between;
    padding: 1.3rem 3rem;
    display: flex;
    align-items: center;
    z-index: 5;
}

header .nav-begin-638 {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50% 30% 60% 40% / 40% 50% 30% 50%;
    overflow: hidden;
    transition: all 0.6s ease;
    margin-right: 2rem;
    position: relative;
    flex: 0 0 auto;
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5);
    padding: 1rem;
}

header .top-skill-164 img {
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
    max-height: 38px;
}

header .header-wrap-423:hover::before {
    border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
    opacity: 0.2;
}

header .page-header-720 a {
    z-index: 1;
    text-decoration: none;
    font-size: 17px;
    justify-content: center;
    padding: 0.8rem 1.3rem;
    align-items: center;
    position: relative;
    display: flex;
    border-radius: 60% 40% 40% 60% / 40% 50% 50% 60%;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.1);
    color: #000000;
    transition: all 0.4s ease;
    overflow: hidden;
}

header .page-header-720:hover::after {
    transform: translateX(-50%) scale(1);
}

header .head-pagebar-065::after {
    background: radial-gradient(circle, rgb(198,98,119,0.5) 0%, transparent 70%);
    position: absolute;
    left: -75px;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    filter: blur(30px);
    bottom: -75px;
    content: '';
    opacity: 0.1;
}

.contact-form-box-206 .message-map-518 {
    display: flex;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
    overflow: hidden;
}

.contact-form-box-206 .feedback-links-936::after {
    opacity: 0.3;
    bottom: -10%;
    background: rgb(198,98,119);
    width: 200px;
    border-radius: 50%;
    position: absolute;
    left: -10%;
    height: 200px;
    content: "";
}

.contact-form-box-206 .feedback-links-936 div svg {
    width: 24px;
    height: 24px;
    margin-right: 15px;
}

.contact-form-box-206 .feedback-links-936 div svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.contact-form-box-206 .feedback-links-936 div span a {
    transition: color 0.3s ease;
    color: #ffffff;
    text-decoration: none;
}

.contact-form-box-206 .help-feedback-458 h3 {
    margin-bottom: 30px;
    color: #000000;
    font-size: 19px;
    font-weight: 600;
}

.contact-form-box-206 form input::placeholder {
    color: #BBBBBB;
}

.contact-form-box-206 .connect-reach-927 {
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
}

.contact-form-box-206 .connect-reach-927 label::before {
    position: absolute;
    height: 20px;
    border-radius: 10px;
    left: 0;
    content: "";
    border: 2px solid #EFEFEF;
    top: 2px;
    width: 20px;
    transition: all 0.3s ease;
}

.contact-form-box-206 .connect-reach-927 label a:hover {
    text-decoration: underline;
}

.contact-form-box-206 form .feedback-request-306 {
    align-self: flex-start;
    padding: 15px 30px;
    border-radius: 10px;
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 14px;
    border: none;
    overflow: hidden;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    background-color: rgb(217,150,203);
}

.contact-form-box-206 .feedback-links-936 div:nth-child(3) {
    animation-delay: 0.2s;
}

.program-overview-280 {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background: linear-gradient(215deg, rgb(233,205,223) 0%, rgba(0, 0, 0, 0.5) 50%, rgb(217,150,203,0.5) 90%);
}

.program-overview-280 .container {
    z-index: 3;
    position: relative;
}

.program-overview-280 .expert-sessions-374 {
    justify-content: center;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 500px;
}

.program-overview-280 .img-round-967::before {
    position: absolute;
    right: 0;
    left: 0;
    mix-blend-mode: multiply;
    content: "";
    background: linear-gradient(
        145deg,
        transparent 0%,
        rgb(217,150,203,0.5) 100%
    );
    top: 0;
    opacity: 0.85;
    z-index: 2;
    bottom: 0;
    transition: opacity 0.5s ease;
}

.program-overview-280 .nav-begin-638 {
    z-index: 5;
    animation: floatLogo 6s ease-in-out infinite;
    transform-style: preserve-3d;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 0 15px rgb(198,98,119,0.5);
    right: 10%;
    display: flex;
    border-radius: 43% 57% 63% 37% / 41% 65% 35% 59%;
    perspective: 1000px;
    position: absolute;
    justify-content: center;
    height: 110px;
    background: #ffffff;
    top: -30px;
    width: 110px;
    align-items: center;
}

.program-overview-280 .education-801 h3 {
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.5),
        inset 0 0 0 1px rgb(217,150,203,0.5);
    transform: translateZ(0);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 38px;
    border-left: 4px solid rgb(217,150,203);
    margin-bottom: 30px;
    backdrop-filter: blur(10px);
    display: inline-block;
    font-weight: 700;
    position: relative;
    border-radius: 10px;
    color: #ffffff;
    padding: 15px 25px;
    background: linear-gradient(
        135deg,
        rgb(217,150,203,0.5) 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
}

.mentorship-profile-247::before {
    opacity: 0.4;
    background: radial-gradient(circle at 30% 50%, rgb(217,150,203,0.5) 0%, transparent 40%);
    left: 0;
    top: 0;
    z-index: 0;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
}

.mentorship-profile-247 .img-round-967 {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 2;
    transform: rotateX(10deg);
    height: 300px;
    transform-origin: bottom;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.mentorship-profile-247 .name {
    color: rgb(217,150,203);
    transition: transform 0.4s ease;
    transform: translateZ(0);
    font-size: 37px;
    position: relative;
    margin-bottom: 10px;
    font-weight: 700;
    display: inline-block;
}

.mentorship-profile-247 .review-voices-652:hover .name {
    transform: translateZ(10px);
}

.mentorship-profile-247 .work-area-617 {
    color: #000000;
    font-size: 18px;
    position: relative;
    line-height: 1.7;
    transition: transform 0.4s ease 0.2s;
    border-top: 1px solid rgb(233,205,223);
    padding: 20px 0 0 0;
    transform: translateZ(0);
}

.appField-978::before {
    content: "";
    height: 100%;
    opacity: 0.07;
    position: absolute;
    z-index: 0;
    transform: translateZ(-10px);
    width: 100%;
    top: 0;
    left: 0;
    background-image: repeating-linear-gradient(
        45deg,
        rgb(198,98,119,0.5) 0px,
        rgb(198,98,119,0.5) 1px,
        transparent 1px,
        transparent 12px
    );
}

.appField-978 h2::after {
    transform-origin: left;
    background: linear-gradient(90deg, rgb(217,150,203) 0%, rgb(198,98,119) 100%);
    transform: scaleX(0);
    left: 0;
    content: "";
    height: 4px;
    animation: lineExpand 1.2s 0.4s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    width: 120px;
    position: absolute;
    bottom: -12px;
}

.appField-978 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.appField-978 span {
    color: #000000;
    display: block;
    transition: all 0.3s;
    line-height: 1.8;
    font-size: 13px;
    font-family: Arial, sans-serif;
}

footer {
    position: relative;
    z-index: 1;
}

footer::before {
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 0%, rgb(217,150,203,0.5) 35%, rgb(198,98,119,0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
    content: "";
    position: absolute;
    bottom: 0;
    animation: gradientFlow 20s ease infinite;
    opacity: 0.75;
    left: 0;
    background-size: 300% 300%;
    right: 0;
    top: 0;
    z-index: -1;
}

.progress-bar-750 .container {
    position: relative;
    justify-content: space-between;
    gap: 3rem;
    flex-wrap: wrap;
    display: flex;
}

.progress-bar-750 .company_holder::before {
    height: 1px;
    width: 200%;
    transform: translateY(-1px);
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(217,150,203), transparent);
    top: 0;
    content: "";
    left: -50%;
}

.progress-bar-750 .company_holder:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(217,150,203,0.5);
    transform: translateY(-5px);
}

.progress-bar-750 .company_holder:hover h3::after {
    width: 100%;
}

.progress-bar-750 .guide-section-047 {
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.85;
    text-shadow: 0 0 10px #000000;
    font-size: 12px;
    max-width: 100%;
}

.progress-bar-750 .head-tutor-037 {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}

.progress-bar-750 .header-wrap-423::after {
    background: linear-gradient(90deg, transparent, rgb(217,150,203), transparent);
    height: 1px;
    left: 0;
    position: absolute;
    bottom: 0;
    content: "";
    width: 100%;
    transform: translateY(1px);
}

.progress-bar-750 .header-wrap-423 h5 {
    letter-spacing: 0.5px;
    margin: 0 0 1.5rem;
    font-size: 21px;
    display: inline-block;
    text-shadow: 0 0 15px rgb(198,98,119,0.5);
    color: #ffffff;
    font-weight: 600;
    position: relative;
}

.progress-bar-750 .header-wrap-423 .head-tutor-037 a {
    text-decoration: none;
    color: #ffffff;
    opacity: 0.8;
    position: relative;
    font-size: 12px;
    text-shadow: 0 0 5px #000000;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    z-index: 1;
    transition: all 0.3s ease;
    display: block;
}

.progress-bar-750 .header-wrap-423 .head-tutor-037 a:hover {
    text-shadow: 0 0 10px rgb(198,98,119,0.5);
    opacity: 1;
    padding-left: 1.5rem;
    color: #ffffff;
}

.price-table-972 {
    padding: 2rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(0, 0, 0, 0.5);
    margin-top: 2rem;
    position: relative;
}

.price-table-972 .med-guides-846 {
    text-align: center;
    font-size: 12px;
    transition: all 0.3s ease;
    text-shadow: 0 0 5px #000000;
    letter-spacing: 0.5px;
    opacity: 0.7;
    color: #ffffff;
    position: relative;
}

.privacy-hub-253 h2 {
    color: rgb(198,98,119);
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 31px;
}

.privacy-hub-253 h3, .privacy-hub-253 h4, .privacy-hub-253 h5, .privacy-hub-253 h6 {
    margin: 1rem 0;
    font-weight: 400;
    color: rgb(217,150,203);
}

.privacy-hub-253 ol {
    list-style-type: decimal;
}

.privacy-hub-253 p {
    font-size: 14px;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.6;
}


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}



@media (min-width: 768px) {.title-screen-326 {
    padding: 6rem 2rem;
}.title-screen-326 .learning-classes-650 {
    transform: translateX(-30px);
}.title-screen-326 .edu-open-542 {
    font-size: calc(46px * 1.2);
}.title-screen-326 .learn-front-983 {
    border-left-width: 8px;
    padding: 4rem;
}.title-screen-326 .learn-front-983 > div {
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.title-screen-326 .learn-front-983 h3 {
    border-top: none;
    padding-top: 0;
    padding-left: 2rem;
    margin: 0;
    border-left: 1px solid rgb(198,98,119,0.5);
}
}



@media (max-width: 480px) {.title-screen-326 {
    padding: 3rem 1rem;
}.title-screen-326 .edu-open-542 {
    font-size: calc(35px);
}.title-screen-326 .learn-front-983 {
    padding: 2rem;
}.title-screen-326 .learn-front-983 p {
    font-size: 12px;
}.title-screen-326 .learn-front-983 h3 {
    padding-top: 1rem;
    font-size: 18px;
}}



@media (min-width: 1200px) {.price-plan-item-620 .cert-plans-670 {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.price-plan-item-620 .pricing-deals-760 {
    min-height: 500px;
}.price-plan-item-620 .img-round-967 {
    height: 220px;
}.price-plan-item-620 .pricing-rates-219 h3 {
    font-size: calc(20px + 2px);
}.price-plan-item-620 .deal-grid-804 {
    font-size: calc(20px + 6px);
}}



@media (prefers-reduced-motion: reduce) {.who-we-are-164 .learning-track-642::after {
    transition: none;
}.who-we-are-164 .learning-track-642 h3,
    .who-we-are-164 .learning-track-642 p,
    .who-we-are-164 .learning-track-642::before,
    .who-we-are-164 .learning-track-642:nth-child(2) h3,
    .who-we-are-164 .learning-track-642:nth-child(2) p,
    .who-we-are-164 .learning-track-642:nth-child(2)::before {
    transform: none;
    opacity: 1;
    animation: none;
}}



@media (min-width: 768px) {.newsletter-subscription-296 {
    padding: 5rem 3rem;
}.newsletter-subscription-296 .expert-sessions-374 {
    align-items: center;
    padding: 3rem;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}.newsletter-subscription-296 h4 {
    margin: 0;
    font-size: 18px;
}.newsletter-subscription-296 .input_holder {
    flex-direction: row;
    align-items: stretch;
}.newsletter-subscription-296 .input_holder span:first-child {
    flex: 1;
}
}



@media (max-width: 480px) {.newsletter-subscription-296 {
    padding: 3rem 1rem;
}.newsletter-subscription-296 .expert-sessions-374 {
    padding: 1.25rem;
}.newsletter-subscription-296 h4 {
    font-size: calc(18px * 0.8);
}}



@media (max-width: 768px) {.user-reviews-167 {
    padding: 4rem 0;
}.user-reviews-167 h2 {
    margin-bottom: 2.5rem;
    font-size: calc(38px * 0.8);
    transform: translateX(1.25rem);
}.user-reviews-167 h2::before {
    left: -1.25rem;
}.user-reviews-167 .user-experience-082 {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.user-reviews-167 .review-voices-652 {
    padding: 2rem 1.5rem;
}.user-reviews-167 a {
    margin-top: 2rem;
    padding: 0.875rem 2rem;
    transform: translateX(1.25rem);
}.user-reviews-167 a:hover {
    transform: translateX(1.25rem) translateY(-3px);
}
}



@media (min-width: 1400px) {header .head-pagebar-065 {
    margin: 0 auto;
    max-width: 1320px;
}header .page-header-720 {
    margin: 0 0.7rem;
}header .page-header-720 a {
    padding: 0.8rem 1.6rem;
}
}



@media (max-width: 767px) {header {
    padding: 0;
}header .head-pagebar-065 {
    padding: 0.8rem 1.5rem;
}header .nav-begin-638 {
    border-radius: 40% 60% 50% 50% / 40% 50% 50% 40%;
    max-width: 140px;
    padding: 0.6rem;
}header .top-skill-164 img {
    max-height: 35px;
}header .header-wrap-423 {
    padding-bottom: 0.5rem;
    overflow-x: auto;
    margin-top: 0.8rem;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    scrollbar-width: thin;
}header .header-wrap-423::-webkit-scrollbar {
    height: 3px;
}header .header-wrap-423::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(217,150,203,0.5);
}header .page-header-720 {
    margin: 0 0.2rem;
    flex: 0 0 auto;
}header .page-header-720 a {
    white-space: nowrap;
    padding: 0.5rem 0.8rem;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    font-size: calc(17px - 2px);
}header .page-header-720::after {
    display: none;
}header::after {
    height: 5px;
}
}



@media screen and (max-width: 576px) {.program-overview-280 {
    padding: 40px 0;
}.program-overview-280 .img-round-967 {
    margin-bottom: -30px;
    height: 250px;
}.program-overview-280 .nav-begin-638 {
    left: 15px;
    width: 70px;
    top: -25px;
    height: 70px;
}.program-overview-280 .education-801 h3 {
    font-size: calc(38px * 0.7);
    padding: 10px 15px;
    margin-top: 15px;
}.program-overview-280 .education-801 p {
    margin-top: 20px;
    padding: 15px 20px;
    font-size: calc(12px * 0.9);
}.program-overview-280 .education-801 h3::after {
    left: 15px;
    height: 3px;
    width: 30px;
    bottom: -8px;
}}



@media (max-width: 991px) {.appField-978 {
    padding: 80px 0 60px;
}.appField-978 h2 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.9);
}.appField-978 .expert-sessions-374 {
    padding: 30px;
}.appField-978 h2::after {
    width: 100px;
}
}



@media (max-width: 767px) {.appField-978 {
    padding: 60px 0 40px;
}.appField-978 h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 25px;
}.appField-978 .expert-sessions-374 {
    transform: translateZ(5px) rotateX(1deg);
    padding: 25px 20px;
}.appField-978 .expert-sessions-374:hover {
    transform: translateZ(8px) rotateX(0deg);
}.appField-978 li {
    padding-left: 25px;
}.appField-978 span {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}.appField-978 .expert-sessions-374::after {
    top: -5px;
    right: 20px;
    height: 40px;
    width: 40px;
}
}



@media (max-width: 768px) {.progress-bar-750 {
    padding: 3rem 0 1.5rem;
}.progress-bar-750 .company_holder,
    .progress-bar-750 .header-wrap-423 {
    padding: 1.5rem;
}.progress-bar-750 .head-tutor-037 {
    gap: 1.5rem;
}.progress-bar-750 .company_holder h3 {
    font-size: calc(35px - 2px);
}.progress-bar-750 .header-wrap-423 h5 {
    font-size: calc(21px - 1px);
}.progress-bar-750 .company_holder:hover,
    .progress-bar-750 .header-wrap-423:hover {
    transform: translateY(-3px);
}
}



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



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



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



@keyframes gridFlow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}



@keyframes rotateBorderGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateZ(10px) rotateX(5deg) translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateZ(10px) rotateX(2deg) translateY(0);
    }
}



@keyframes floating {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}

