﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}

.nav-primary-style {
    flex: 1 0 auto;
}

.nav-primary-style {
    padding-top: 2rem;
    background: rgb(229,236,236);
    position: relative;
    z-index: 1;
}

.price-list-style::before {
    z-index: 1;
    height: 100%;
    left: 0;
    background: linear-gradient(120deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 70%);
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
}

.price-list-style .pricing-levels-style .learning-fee-style {
    font-size: 14px;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 80%;
    color: #000000;
    font-weight: 400;
}

.price-list-style .pricing-schemes-style {
    opacity: 0;
    text-decoration: none;
    animation: fadeInUp 0.8s forwards;
    transform: translateY(30px);
    display: block;
    will-change: transform, opacity;
    transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    animation-delay: calc(0.1s * var(--i, 1));
}

.price-list-style .pricing-schemes-style:hover .program-rate-style::before {
    opacity: 0.7;
    transform: translate(0, 0);
}

.price-list-style .price-opts-style {
    font-size: calc(17px + 0.8rem);
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: rgb(167,205,174);
    display: inline-block;
    position: relative;
}

.price-list-style .photo-section-style {
    position: relative;
    transition: transform 0.5s ease;
    height: 200px;
    overflow: hidden;
}

.join-now-style::before {
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(183,130,157,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(167,205,174,0.5) 0%, transparent 30%);
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0.6;
    z-index: 0;
    width: 100%;
}

.join-now-style .history-tl-style::before {
    z-index: -1;
    background: linear-gradient(45deg, transparent 48%, rgb(183,130,157,0.5) 49%, rgb(183,130,157,0.5) 51%, transparent 52%);
    content: "";
    width: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    height: 100%;
    top: 0;
    transition: opacity 0.5s ease;
}

.join-now-style .history-tl-style:hover svg path {
    fill: rgb(167,205,174);
}

.join-now-style .query-list-style:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    transform: translateY(-3px);
}

.join-now-style .query-list-style:active {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transform: translateY(-1px);
}

.developer-experience-style::before {
    filter: blur(3px);
    right: -5%;
    position: absolute;
    top: -20%;
    width: 60%;
    height: 140%;
    transform: rotate(15deg);
    background: rgb(167,205,174,0.5);
    z-index: -1;
    content: "";
}

.developer-experience-style .review-voices-style:hover .photo-section-style {
    filter: contrast(1.1);
    transform: translateX(0) scale(1.02);
}

.developer-experience-style .review-voices-style:hover .work-projects-style {
    box-shadow: 0 25px 50px -15px rgba(0, 0, 0, 0.5);
    transform: translateX(-10%) translateY(-5px);
}

.developer-experience-style .review-voices-style:hover .name::before {
    transform: rotate(45deg) scale(1);
}

.developer-experience-style .work-projects-style > div:nth-child(2) {
    opacity: 0.9;
    transform: translateX(-20px);
    color: rgb(183,130,157);
    opacity: 0;
    transition: all 0.5s ease 0.3s;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 2rem;
}



.developer-experience-style .work-projects-style::after {
    content: "";
    position: absolute;
    right: 20px;
    border-radius: 50%;
    z-index: -1;
    animation: float 4s ease-in-out infinite;
    width: 40px;
    height: 40px;
    bottom: 20px;
    background: rgb(167,205,174,0.5);
}

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

header .top-page-style:hover::before {
    opacity: 0.2;
    border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
}

header .header-lesson-style a:hover {
    color: #ffffff;
    border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px) scale(1.05);
}

header .header-lesson-style::after {
    content: '';
    height: 6px;
    opacity: 0.7;
    position: absolute;
    background: rgb(167,205,174);
    border-radius: 50%;
    width: 6px;
    transform: translateX(-50%) scale(0);
    transition: transform 0.4s ease;
    bottom: -8px;
    left: 50%;
}

.study-method-style::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(167,205,174,0.5) 0px,
        rgb(167,205,174,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    bottom: 0;
    content: "";
    z-index: -1;
    opacity: 0.05;
    transform: translateZ(0);
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
}

.study-method-style h3 {
    padding-bottom: 0.75rem;
    margin-bottom: 1.5rem;
    letter-spacing: -0.01em;
    position: relative;
    font-size: calc(22px * 1.1);
    color: #000000;
    font-weight: 600;
    line-height: 1.3;
}

.study-method-style p span {
    display: block;
    position: relative;
}

.study-method-style p span::before {
    content: "";
    font-size: 5rem;
    position: absolute;
    font-family: Georgia, serif;
    top: -20px;
    opacity: 0.08;
    left: -15px;
    color: rgb(167,205,174);
    z-index: -1;
}

.welcome-board-style .edu-front-style {
    box-shadow: 
    20px 20px 60px rgba(0, 0, 0, 0.1),
    -20px -20px 60px rgba(255, 255, 255, 0.05),
    inset 2px 2px 4px rgba(255, 255, 255, 0.05),
    inset -2px -2px 4px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    width: 90%;
    z-index: 2;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: rgba(255, 255, 255, 0.03);
    max-width: 1200px;
    padding: 2rem;
    position: relative;
}

.welcome-board-style .title_style_header {
    transform: translateY(20px);
    margin-top: 1rem;
    opacity: 0;
    line-height: 1.2;
    animation: fadeUp 0.6s 0.5s forwards ease-out;
    font-weight: 700;
    font-size: 47px;
    color: #ffffff;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

.educational-rewards-style {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, 
        rgb(229,236,236) 0%, 
        rgb(183,130,157,0.5) 50%, 
        rgb(229,236,236) 100%);
}

.educational-rewards-style .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}

.educational-rewards-style .photo-section-style {
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(-5deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    height: auto;
    filter: brightness(1.02) contrast(1.05);
    max-width: 500px;
    border-radius: 10px;
}

.educational-rewards-style .subtext-wrap-style ul {
    margin: 0;
    padding: 0;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    display: grid;
    list-style: none;
}

.educational-rewards-style .subtext-wrap-style li:hover {
    transform: translateX(5px);
}

.educational-rewards-style .subtext-wrap-style p {
    font-size: 13px;
    line-height: 1.6;
    color: #000000;
    position: relative;
    margin: 0;
    display: flex;
    align-items: flex-start;
}

.educational-rewards-style .subtext-wrap-style li:hover svg path {
    fill: rgb(183,130,157);
}

.thanksSpot-style::after {
    animation: float 15s ease-in-out infinite reverse;
    position: absolute;
    width: 280px;
    background: rgb(167,205,174,0.5);
    z-index: 0;
    content: "";
    right: -80px;
    filter: blur(70px);
    height: 280px;
    bottom: -80px;
}

.thanksSpot-style .history-tl-style > div:first-child::after {
    background: linear-gradient(90deg, rgb(167,205,174) 0%, rgb(183,130,157) 100%);
    width: 80px;
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    bottom: -1rem;
    height: 4px;
    transform-origin: left center;
    transform: scaleX(1);
    content: "";
}

.thanksSpot-style a:hover {
    transform: translateY(-5px);
}

.thanksSpot-style p {
    font-size: 13px;
    margin: 0;
    font-weight: 400;
    line-height: 1.7;
    color: #000000;
    font-family: Arial, sans-serif;
}

.course-offering-style::after {
    height: 40%;
    z-index: 0;
    background: linear-gradient(120deg, rgb(167,205,174) 0%, rgb(183,130,157) 100%);
    position: absolute;
    transform: rotate(-15deg);
    width: 40%;
    opacity: 0.05;
    right: -5%;
    top: -5%;
    content: "";
    filter: blur(50px);
}

.course-offering-style .photo-section-style {
    height: 350px;
    transform: translateY(20px);
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    overflow: hidden;
    width: 100%;
    position: relative;
}

.course-offering-style .subtext-wrap-style::before {
    width: 5px;
    position: absolute;
    top: 0;
    content: "";
    transition: height 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    background: rgb(167,205,174);
    left: 0;
    height: 0;
}

.contact-box-style {
    overflow: hidden;
    background-color: rgb(229,236,236);
    padding: 100px 0;
    position: relative;
}

.contact-box-style h2 {
    font-size: 30px;
    font-weight: 700;
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
    text-align: center;
}

.contact-box-style .reach-inquiry-style {
    flex: 0 0 60%;
    position: relative;
    padding: 60px;
}

.contact-box-style form {
    padding-left: 25px;
    width: 100%;
}

.contact-box-style form input[type="text"]:focus {
    background: rgba(rgb(167,205,174), 0.05);
    outline: none;
    box-shadow: 0 0 0 2px rgb(167,205,174,0.5);
}

.contact-box-style .support-list-style input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.contact-box-style .support-list-style input[type="checkbox"]:checked + label::before {
    background-color: rgb(167,205,174);
    border-color: rgb(167,205,174);
}

.contact-box-style .support-list-style label a:hover {
    text-decoration: underline;
    color: rgb(183,130,157);
}

.contact-box-style form .query-list-style:hover {
    box-shadow: 0 8px 15px rgba(rgb(167,205,174), 0.3);
    transform: translateY(-2px);
}

.contact-box-style svg {
    fill: rgb(167,205,174);
    width: 22px;
    height: 22px;
}

.privacy-lair-style {
    background-color: rgb(229,236,236);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    color: #000000;
    padding: 40px;
}

.privacy-lair-style h3,
.privacy-lair-style h4,
.privacy-lair-style h5,
.privacy-lair-style h6 {
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
    font-weight: 400;
}

.privacy-lair-style div {
    margin-bottom: 20px;
}

.privacy-lair-style a {
    color: rgb(167,205,174);
    text-decoration: none;
    border-bottom: 1px solid rgb(167,205,174,0.5);
    transition: color 0.3s, border-color 0.3s;
}

.customer-support-style::before {
    width: 100%;
    left: 0;
    z-index: -1;
    content: '';
    background: linear-gradient(135deg, rgb(167,205,174,0.5) 0%, rgb(183,130,157,0.5) 100%);
    position: absolute;
    top: 0;
    height: 100%;
}


.customer-support-style::before,
.customer-support-style::after,
.customer-support-style .get-contactpanel-style::before,
.customer-support-style .get-contactpanel-style::after,
.customer-support-style .submit-feedback-style::before {
    animation: gridPulse 10s infinite alternate;
}

.support-now-style::after {
    position: absolute;
    content: '';
    z-index: 3;
    height: 100%;
    background-size: 20px 20px;
    left: 0;
    top: 0;
    pointer-events: none;
    background-image: 
        linear-gradient(to right, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    width: 100%;
}

.customer-support-style .photo-section-style::after {
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 30%;
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    z-index: 1;
}

.customer-support-style .submit-feedback-style p svg {
    stroke-linecap: round;
    stroke-linejoin: round;
    border-radius: 10px;
    stroke-width: 2;
    height: 20px;
    transition: all 0.3s ease;
    box-sizing: content-box;
    background: rgb(167,205,174,0.5);
    position: absolute;
    transform: rotate(45deg);
    padding: 3px;
    fill: none;
    left: 0;
    top: 3px;
    stroke: rgb(167,205,174);
    width: 20px;
}

.customer-support-style .submit-feedback-style p:nth-child(4) svg path {
    animation-delay: 0.4s;
}

.customer-support-style .submit-feedback-style p a::after {
    content: '';
    transition: width 0.3s ease;
    width: 0;
    left: 0;
    position: absolute;
    bottom: -2px;
    background: rgb(167,205,174);
    height: 1px;
}

.customer-support-style .quick-contact-style:hover svg {
    transform: rotate(0deg);
}

.customer-support-style .write-feedback-style {
    background: rgb(229,236,236);
    position: relative;
    display: flex;
    transition: all 0.3s ease;
    align-items: center;
    color: #000000;
    overflow: hidden;
    padding: 10px 15px 10px 30px;
    font-size: calc(13px - 2px);
    border-radius: 10px;
}

.our-mission-style {
    z-index: 1;
    padding: 140px 0;
    overflow: hidden;
    position: relative;
    background: rgb(229,236,236);
}



.our-mission-style .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}

.our-mission-style .container::before {
    width: 200px;
    right: -100px;
    filter: blur(80px);
    top: -100px;
    content: "";
    animation: float 15s ease-in-out infinite alternate;
    border-radius: 50%;
    background: rgb(167,205,174,0.5);
    position: absolute;
    height: 200px;
    opacity: 0.1;
}

.our-mission-style .training-classes-style::before {
    inset: 0;
    position: absolute;
    transition: opacity 0.4s ease;
    z-index: -1;
    opacity: 0.07;
    background: linear-gradient(135deg, transparent 0%, rgb(167,205,174,0.5) 100%);
    content: "";
    border-radius: 15px;
}

.our-mission-style .photo-section-style {
    border: 5px solid rgba(255, 255, 255, 0.8);
    width: 220px;
    z-index: 2;
    transition: all 0.5s ease;
    margin-bottom: 30px;
    height: 220px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    position: relative;
    border-radius: 50%;
}

.our-mission-style .learning-space-style::before {
    left: 50%;
    opacity: 0.8;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(167,205,174), transparent);
    width: 70px;
    top: 0;
    position: absolute;
    content: "";
    transform: translateX(-50%);
}

.our-mission-style .training-classes-style:hover .knowledge-growth-style {
    opacity: 1;
    transform: translateY(2px);
    color: rgb(183,130,157);
}

.our-mission-style .subtext-wrap-style::before,
.our-mission-style .subtext-wrap-style::after {
    background: rgb(167,205,174,0.5);
    opacity: 0.03;
    animation: blobAnimation 25s infinite alternate;
    z-index: -1;
    height: 500px;
    transition: all 0.8s ease;
    position: absolute;
    border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
    filter: blur(60px);
    content: "";
    width: 500px;
}



.our-mission-style .subtext-wrap-style::before {
    right: -250px;
    top: -250px;
}

.our-mission-style .subtext-wrap-style::before,
.our-mission-style .subtext-wrap-style::after,
.our-mission-style .training-classes-style::before,
.our-mission-style .training-classes-style::after,
.our-mission-style .photo-section-style::before,
.our-mission-style .photo-section-style::after {
    pointer-events: none;
}

.user-comments-style::before {
    height: 100%;
    z-index: 0;
    top: 0;
    width: 100%;
    background-image: radial-gradient(circle at 20% 30%, rgb(183,130,157,0.5) 0%, transparent 60%),
                     radial-gradient(circle at 80% 70%, rgb(167,205,174,0.5) 0%, transparent 60%);
    content: "";
    opacity: 0.6;
    position: absolute;
    left: 0;
}

.user-comments-style .history-tl-style {
    position: relative;
}

.user-comments-style .review-voices-style {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06), 
                0 1px 3px rgba(0, 0, 0, 0.03);
    padding: 2rem;
    animation-delay: calc(0.1s * var(--i, 0));
    animation: fadeSlideUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    opacity: 0;
    flex-direction: column;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
                box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    position: relative;
    background: #ffffff;
}

.user-comments-style .review-voices-style div img {
    width: 50px;
    transition: transform 0.3s ease;
    height: 50px;
    border-radius: 50%;
    border: 2px solid rgb(183,130,157,0.5);
    object-fit: cover;
}

.secure-cookies-style svg:hover {
    fill: rgb(183,130,157);
}

.edu-consent-style {
    flex-grow: 1;
    margin-right: 15px;
    color: #000000;
}

.track-alert-style {
    text-align: center;
    margin-left: 10px;
    line-height: 35px;
    padding: 10px 20px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    font-size: 17px;
    border-radius: 23px;
    background: rgb(167,205,174);
    text-decoration: none;
    color: #ffffff;
}

.collab-space-style::before {
    width: 100%;
    left: 0;
    background: rgb(167,205,174);
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    position: absolute;
    top: 0;
    content: "";
    height: 15px;
}

.collab-space-style .telegram-ref-style {
    border-left: 3px solid rgb(167,205,174);
    padding: 1.5rem;
    line-height: 1.6;
    color: #ffffff;
    transform: skewX(-5deg);
    transform-origin: left top;
    font-size: 15px;
    background: rgba(0, 0, 0, 0.2);
}

.collab-space-style .top-page-style h5::before {
    top: 0;
    transform: skewX(5deg);
    background: rgb(167,205,174);
    left: 0;
    content: "";
    position: absolute;
    bottom: 0;
    width: 3px;
}

.collab-space-style .top-page-style .top-know-style a:hover::before {
    left: 100%;
}

.report-abuse-style {
    padding: 1.5rem 0;
    margin-top: 2rem;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    position: relative;
    background: rgba(0, 0, 0, 0.15);
}

.receive-updates-style::before {
    content: "";
    position: absolute;
    height: 100%;
    background: 
        radial-gradient(circle at 70% 20%, rgb(183,130,157,0.5) 0%, transparent 30%),
        radial-gradient(circle at 30% 70%, rgb(167,205,174,0.5) 0%, transparent 25%);
    width: 100%;
    z-index: 0;
    left: 0;
    top: 0;
    filter: blur(40px);
}

.receive-updates-style h3::before {
    bottom: -10px;
    left: 0;
    transform: translateZ(35px);
    position: absolute;
    height: 3px;
    width: 50%;
    background: linear-gradient(90deg, rgb(167,205,174), transparent);
    content: "";
}

.receive-updates-style .updates-cta-style {
    color: #ffffff;
    font-weight: 600;
    background: rgb(167,205,174);
    border-radius: 10px;
    transition: all 0.3s ease;
    transform: translateZ(20px) translateX(0);
    align-self: flex-start;
    position: relative;
    overflow: hidden;
    border: none;
    font-size: 15px;
    padding: 1.2rem 2.5rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}



@media (min-width: 768px) {.price-list-style .plan-fee-style {
    grid-template-columns: repeat(2, 1fr);
}.price-list-style .pricing-levels-style {
    padding: 3rem;
}.price-list-style .program-rate-style {
    padding: 2.8rem 2.2rem;
}
}



@media (max-width: 992px) {.join-now-style {
    padding: 4rem 0;
}.join-now-style h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 2rem;
}.join-now-style .history-tl-style {
    padding: 1.5rem 2.5rem;
}
}



@media (max-width: 576px) {.join-now-style {
    padding: 3rem 0;
}.join-now-style h2 {
    line-height: 1.5;
    margin-bottom: 1.5rem;
    font-size: calc(33px * 0.7);
}.join-now-style .history-tl-style {
    width: 100%;
    padding: 1.2rem 1.5rem;
}.join-now-style .query-list-style {
    padding: 0.8rem 1.5rem;
    text-align: center;
    width: 100%;
}
}



@media (max-width: 991px) {header .top-train-style {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .nav-site-style {
    padding: 0.7rem;
    margin-right: 0;
    margin-bottom: 0;
}header .top-page-style {
    margin-top: 1rem;
    flex-basis: 100%;
    justify-content: flex-end;
}header .header-lesson-style a {
    padding: 0.6rem 1rem;
    font-size: calc(18px - 1px);
}header .top-page-style::before {
    display: none;
}
}



@media (min-width: 768px) {.study-method-style {
    padding: 8rem 0;
}.study-method-style .history-tl-style > div {
    padding: 4rem;
    border-left-width: 5px;
}.study-method-style h3 {
    margin-bottom: 2rem;
    font-size: calc(38px * 0.7);
}.study-method-style h3::after {
    width: 80px;
}.study-method-style p {
    max-width: 95%;
    font-size: calc(14px * 1.05);
}
}



@media (max-width: 767px) {.study-method-style {
    padding: 4rem 0;
}.study-method-style .history-tl-style > div {
    padding: 2rem;
}.study-method-style h3 {
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    font-size: calc(22px * 0.95);
}.study-method-style h3::after {
    width: 50px;
    height: 2px;
}.study-method-style p {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}}



@media (min-width: 768px) {.educational-rewards-style {
    padding: 8rem 0;
}.educational-rewards-style h5 {
    margin-bottom: 4rem;
}.educational-rewards-style .history-tl-style {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}.educational-rewards-style .history-tl-style > div:first-child {
    flex: 0 0 45%;
}.educational-rewards-style .subtext-wrap-style {
    flex: 0 0 50%;
}.educational-rewards-style .subtext-wrap-style ul {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (min-width: 768px) {.thanksSpot-style {
    padding: 150px 0;
}.thanksSpot-style .history-tl-style {
    gap: 3rem;
    padding: 4rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.thanksSpot-style h5 {
    font-size: calc(20px * 1.1);
    margin-bottom: 0;
}.thanksSpot-style p {
    font-size: calc(13px * 1.05);
}
}




@media (min-width: 768px) {.course-offering-style {
    padding: 6rem 0;
}.course-offering-style h2 {
    font-size: calc(36px * 1.1);
    max-width: 80%;
}.course-offering-style .learn-explore-style {
    flex-direction: row;
    align-items: flex-start;
}.course-offering-style .photo-section-style {
    flex-shrink: 0;
    height: 450px;
    width: 45%;
}.course-offering-style .subtext-wrap-style {
    padding: 2.5rem;
    margin-top: 3rem;
    margin-left: -3rem;
    width: 55%;
    z-index: 2;
}.course-offering-style .subtext-wrap-style:hover {
    transform: translateX(10px);
}.course-offering-style .description {
    max-height: 350px;
}
}



@media screen and (max-width: 991px) {.contact-box-style .photo-section-style {
    flex: 0 0 100%;
    min-height: 300px;
}.contact-box-style .reach-inquiry-style {
    flex: 0 0 100%;
}.contact-box-style .reach-inquiry-style::before {
    background: linear-gradient(to right, rgb(167,205,174), rgb(183,130,157));
    top: 0;
    left: 40px;
    height: 5px;
    width: calc(100% - 80px);
}.contact-box-style form {
    padding-top: 25px;
    padding-left: 0;
}
}


@media screen and (max-width: 767px) {.customer-support-style {
    padding: 40px 0;
}.customer-support-style .get-contactpanel-style {
    padding: 20px 25px;
    font-size: calc(21px - 2px);
}.customer-support-style .get-contactpanel-style svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}.customer-support-style .photo-section-style {
    height: 200px;
}.customer-support-style .submit-feedback-style {
    padding: 25px;
}.customer-support-style .submit-feedback-style p {
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: calc(13px - 1px);
}.customer-support-style .submit-feedback-style p svg {
    height: 16px;
    width: 16px;
    top: 3px;
}.customer-support-style .assist-team-style {
    padding-top: 20px;
    margin-top: 20px;
}.customer-support-style .quick-contact-style {
    font-size: calc(22px - 1px);
    padding-left: 28px;
}.customer-support-style .quick-contact-style svg {
    height: 16px;
    top: 2px;
    width: 16px;
}.customer-support-style .start-chat-style {
    grid-template-columns: 1fr;
}.customer-support-style .write-feedback-style {
    padding: 8px 12px 8px 28px;
}.customer-support-style .write-feedback-style svg {
    width: 12px;
    left: 8px;
    height: 12px;
}}



@media (min-width: 1025px) and (max-width: 1200px) {.user-comments-style .user-experience-style {
    grid-template-columns: repeat(3, 1fr);
}
}


@media only screen and (max-width: 1200px) {.visitor-controls-style {
    flex-direction: column;
    align-items: center;
}.secure-cookies-style {
    margin-bottom: 15px;
}.edu-consent-style {
    margin-bottom: 15px;
    text-align: center;
    margin-right: 0;
}.track-alert-style {
    width: 100%;
    max-width: 200px;
    margin-bottom: 10px;
    margin-left: 0;
}
}



@media (max-width: 992px) {.collab-space-style {
    padding: 4rem 0 2rem;
}.collab-space-style .container {
    flex-direction: column;
}.collab-space-style .company_holder {
    flex: 0 0 100%;
    padding-right: 0;
    margin-bottom: 3rem;
}.collab-space-style .company_holder::after {
    display: none;
}.collab-space-style .comm-guide-style {
    flex: 0 0 100%;
}.collab-space-style .top-page-style {
    padding-bottom: 1.5rem;
}
}



@media (min-width: 768px) {.receive-updates-style {
    padding: 7rem 3rem;
}.receive-updates-style .help-inquiry-style {
    padding: 4rem;
}.receive-updates-style .input_holder {
    align-items: center;
    gap: 1.5rem;
    flex-direction: row;
}.receive-updates-style input[type="email"] {
    margin-bottom: 0;
    flex: 1;
}.receive-updates-style .updates-cta-style {
    align-self: center;
}
}



@keyframes morphing {
    0%, 100% { border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%; }
    33% { border-radius: 40% 60% 70% 30% / 30% 40% 30% 70%; }
    66% { border-radius: 30% 60% 70% 40% / 60% 30% 70% 40%; }
}



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

@keyframes pulseBackground {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.3;
        transform: scale(1);
    }
}

@keyframes scanline {
    0% {
        opacity: 0;
        transform: scaleX(0.5);
    }
    50% {
        opacity: 0.4;
        transform: scaleX(1);
    }
    100% {
        opacity: 0;
        transform: scaleX(0.5);
    }
}

@keyframes blobAnimation {
    0% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(0deg) scale(1);
    }
    33% {
        border-radius: 60% 40% 55% 45% / 45% 65% 35% 55%;
        transform: translate(-20px, 10px) rotate(60deg) scale(1.05);
    }
    66% {
        border-radius: 50% 50% 35% 65% / 50% 50% 65% 35%;
        transform: translate(20px, -10px) rotate(120deg) scale(0.95);
    }
    100% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(180deg) scale(1);
    }
}

