header,footer {
    width: 100%;
}

header {
    position: relative;
    overflow: visible;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    background: linear-gradient(135deg, rgb(189,193,187,0.5) 0%, rgb(230,226,207) 100%);
    margin-top: 0;
    padding: 0;
    z-index: 100;
}

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

.opening-board-1 .start-welcome-4 {
    display: flex;
    min-height: 90vh;
    justify-content: center;
    height: 100%;
    width: 100%;
    align-items: center;
    position: relative;
}

.opening-board-1 .knowledge-hub-4::before {
    top: -15px;
    background: rgb(189,193,187);
    transform: translateX(10px);
    left: 20px;
    position: absolute;
    width: 40%;
    content: "";
    height: 5px;
    transition: width 0.6s ease-out;
}

.opening-board-1 .knowledge-hub-4:hover::before,
.opening-board-1 .knowledge-hub-4:hover::after {
    width: 60%;
}

.opening-board-1 .knowledge-hub-4 > div {
    position: relative;
    display: flex;
    flex-direction: column;
    transition: transform 0.4s ease;
    justify-content: center;
}

.opening-board-1 .title_style_header {
    font-weight: 700;
    transform: translateZ(50px);
    font-size: calc(42px * 1.2);
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    letter-spacing: -0.5px;
    line-height: 1.2;
    transition: transform 0.5s ease;
    color: #ffffff;
}

.opening-board-1 p::before {
    top: 0;
    opacity: 0.7;
    background: rgb(149,151,147);
    width: 3px;
    left: 0;
    height: 100%;
    content: "";
    position: absolute;
}

.forum-link-7::before {
    top: 0;
    width: 100%;
    background: rgb(189,193,187);
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    left: 0;
    height: 15px;
    content: "";
}

.forum-link-7 .company_holder h3 {
    transform: skewX(-10deg);
    position: relative;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
    margin: 0 0 1.5rem;
    font-size: 30px;
    padding-bottom: 1rem;
    text-transform: uppercase;
}

.forum-link-7 .collab-space-8 {
    flex: 0 0 60%;
    display: flex;
    gap: 0;
    flex-wrap: wrap;
}

.forum-link-7 .header-start-7 {
    padding: 0 1rem 2rem 1rem;
    position: relative;
    flex: 0 0 50%;
}

.forum-link-7 .header-start-7 h5::before {
    position: absolute;
    width: 3px;
    content: "";
    transform: skewX(5deg);
    background: rgb(189,193,187);
    top: 0;
    bottom: 0;
    left: 0;
}

.forum-link-7 .header-start-7 .main-top-2 a:hover {
    padding-left: 1.5rem;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    transform: skewX(-5deg) translateX(5px);
}

.forum-link-7 .header-start-7 .main-top-2 a:hover::before {
    left: 100%;
}

.footer-disclaimer-6 .terms-legal-7 {
    color: #ffffff;
    transform: skewX(-5deg);
    width: 100%;
    text-align: center;
    font-size: 16px;
}

.course-demographic-1::after {
    top: 0;
    position: absolute;
    height: 100%;
    background-size: 120px 120px;
    z-index: 0;
    opacity: 0.03;
    background-image: 
        linear-gradient(45deg, #000000 25%, transparent 25%),
        linear-gradient(-45deg, #000000 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, #000000 25%),
        linear-gradient(-45deg, transparent 75%, #000000 25%);
    width: 100%;
    background-position: 0 0, 0 60px, 60px -60px, -60px 0px;
    left: 0;
    content: "";
}

.course-demographic-1 .value-vision-0::before {
    opacity: 0.1;
    right: -100px;
    position: absolute;
    border-radius: 50%;
    animation: pulse-effect 8s infinite alternate ease-in-out;
    filter: blur(30px);
    background: linear-gradient(45deg, rgb(189,193,187) 0%, rgb(149,151,147) 100%);
    height: 200px;
    content: "";
    width: 200px;
    top: -100px;
}

.course-demographic-1 h4::after {
    left: 50%;
    width: 80px;
    transform: translateX(-50%);
    border-radius: 10px;
    height: 4px;
    background: linear-gradient(90deg, rgb(189,193,187) 0%, rgb(149,151,147) 100%);
    bottom: 0;
    content: "";
    position: absolute;
}

.course-demographic-1 div p:hover svg {
    transform: scale(1.2) rotate(5deg);
}

.course-demographic-1 div p svg path {
    fill: rgb(189,193,187);
}

.course-demographic-1 div p:hover::after {
    width: 100%;
}

.operation-process-7::before {
    top: 0;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(149,151,147,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(189,193,187,0.5) 0%, transparent 40%);
    position: absolute;
    opacity: 0.15;
    content: "";
    height: 100%;
    width: 100%;
    z-index: 0;
    left: 0;
}

.operation-process-7 h2 {
    margin-bottom: 40px;
    color: #000000;
    transition: transform 0.5s ease-out;
    padding-bottom: 20px;
    text-align: left;
    font-size: 37px;
    transform: translateZ(20px);
    position: relative;
    font-weight: 700;
}

.operation-process-7 .headline-wrap-9::before {
    top: -15px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.05);
    position: absolute;
    background: #ffffff;
    width: 30px;
    z-index: -1;
    content: "";
    height: 30px;
    transform: rotate(45deg);
    left: 25px;
}

.operation-process-7 p {
    color: #000000;
    margin: 0;
    line-height: 1.7;
    font-size: 16px;
    z-index: 2;
    position: relative;
}

.join-our-mailing-list-0 {
    overflow: hidden;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(149,151,147,0.5), rgb(189,193,187));
    position: relative;
}

.join-our-mailing-list-0 .container {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
}

.join-our-mailing-list-0 .value-vision-0 {
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
    justify-content: center;
    gap: 2rem;
    padding: 3rem 2rem;
    flex-direction: column;
    align-items: center;
    display: flex;
    position: relative;
    background: linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));
}

.join-our-mailing-list-0 .input_holder::after {
    width: 90%;
    left: 50%;
    background: linear-gradient(90deg, transparent, rgb(255, 255, 255, 0.5), transparent);
    position: absolute;
    bottom: -15px;
    transform: translateX(-50%);
    height: 1px;
    content: "";
}

.join-our-mailing-list-0 .updates-header-9 {
    position: relative;
    cursor: pointer;
    letter-spacing: 0.05em;
    color: #ffffff;
    padding: 1rem;
    border: none;
    font-size: 18px;
    width: 100%;
    overflow: hidden;
    transform: translateZ(0);
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    font-weight: 600;
    background: rgb(189,193,187);
    font-family: Arial, sans-serif;
}

.course-instructor-4 {
    position: relative;
    background: linear-gradient(135deg, rgb(230,226,207) 0%, #ffffff 100%);
    padding: 5rem 0;
    overflow: hidden;
}

.course-instructor-4 .container {
    padding: 0 1.5rem;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}

.course-instructor-4 .student-reviews-7 {
    padding: 2.5rem;
    gap: 2rem;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.07), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateY(-1deg);
    position: relative;
    display: grid;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.course-instructor-4 .student-reviews-7:hover .portfolio-image-3 {
    transform: translateY(-5px);
}

.course-instructor-4 .portfolio-image-3::before {
    background: linear-gradient(135deg, rgb(189,193,187,0.5) 0%, rgb(149,151,147,0.5) 100%);
    height: calc(100% + 20px);
    transform: scale(0.95);
    z-index: -1;
    width: calc(100% + 20px);
    position: absolute;
    left: -10px;
    opacity: 0;
    content: "";
    border-radius: 5px;
    top: -10px;
    transition: all 0.3s ease;
}

.course-instructor-4 .student-reviews-7:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}

.course-instructor-4 .student-reviews-7:hover > div:nth-child(2) > div {
    color: rgb(189,193,187);
}

.course-instructor-4 .work-record-0::before,
.course-instructor-4 .work-record-0::after {
    font-size: 3rem;
    content: "";
    line-height: 1;
    color: rgb(189,193,187,0.5);
    transition: all 0.3s ease;
    position: absolute;
    opacity: 0.3;
}

.course-instructor-4 .work-record-0::before {
    left: -5px;
    top: -10px;
}

.offer-list-8 .pricing-rates-6 {
    display: flex;
    gap: 60px;
    flex-direction: column-reverse;
}

.offer-list-8 .monthly-plan-9 h2 {
    font-weight: 700;
    color: #000000;
    display: inline-block;
    font-size: 36px;
    position: relative;
    margin-bottom: 20px;
}

.offer-list-8 .fee-pricing-6 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    width: 100%;
}

.offer-list-8 .access-cost-5:nth-child(1) {
    --index: 1;
}

.offer-list-8 .access-cost-5:nth-child(2) {
    --index: 2;
}

.offer-list-8 .access-cost-5:nth-child(4) {
    --index: 4;
}

.offer-list-8 .basic-rates-2 {
    box-sizing: border-box;
    background: linear-gradient(145deg, #ffffff, #f5f8ff);
    height: 100%;
    position: relative;
    flex-direction: column;
    overflow: hidden;
    display: flex;
}

.offer-list-8 .package-pricing-7 {
    flex-direction: column;
    display: flex;
    flex: 1;
    padding: 40px 30px;
    box-sizing: border-box;
}

.offer-list-8 .access-cost-5:hover .package-pricing-7 h3::after {
    width: 70px;
}

.offer-list-8 .premium-grid-6 {
    position: relative;
    color: rgb(189,193,187);
    font-size: calc(19px * 1.2);
    overflow-wrap: break-word;
    font-weight: 700;
    word-break: break-word;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), rgba(var(--primary-color-rgb), 0.05));
    display: inline-block;
    border-radius: 10px;
    padding: 8px 16px;
    margin: 10px 0 20px;
}

.privacy-silo-4 ul, .privacy-silo-4 ol {
    margin: 0;
    list-style: none;
    padding-left: 0;
}

.privacy-silo-4 li {
    font-weight: 400;
    background: rgb(189,193,187,0.5);
    padding: 10px 20px;
    color: #000000;
    font-size: 12px;
    border-left: 4px solid rgb(189,193,187);
    margin-bottom: 15px;
    border-radius: 10px;
}

.company-info-8::before {
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.6));
    width: 100%;
    content: "";
    top: 0;
    z-index: 1;
    position: absolute;
    height: 100%;
}

.company-info-8 .container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1200px;
    perspective: 1000px;
    position: relative;
    z-index: 5;
}

.company-info-8 .headline-wrap-9::before {
    content: "";
    position: absolute;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    z-index: -1;
    top: 0;
    width: 100px;
    right: 0;
    height: 100px;
    background: rgb(189,193,187,0.5);
}

.company-info-8 h6 {
    display: inline-block;
    position: relative;
    font-size: calc(19px + 2px);
    color: rgb(149,151,147);
    margin-bottom: 25px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    padding-bottom: 12px;
    opacity: 0;
    animation: fadeIn 0.6s 0.8s forwards;
    font-weight: 700;
}

.connect-form-9 {
    padding: 120px 0;
    position: relative;
}

.connect-form-9 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 5;
}

.connect-form-9 .connect-query-0:hover {
    transform: perspective(1000px) rotateX(2deg);
}

.connect-form-9 .reach-info-3::before {
    top: -150px;
    right: -150px;
    width: 300px;
    content: '';
    background: radial-gradient(circle, rgb(149,151,147) 0%, transparent 70%);
    position: absolute;
    opacity: 0.2;
    height: 300px;
    border-radius: 50%;
}

.connect-form-9 .reach-info-3 div {
    margin-bottom: 25px;
    padding: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateX(0);
    border-radius: 10px;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    background: #ffffff;
}

.connect-form-9 .request-links-3 {
    position: relative;
    background: #ffffff;
    width: 60%;
    padding: 60px 40px;
}

.connect-form-9 form {
    flex-direction: column;
    display: flex;
    gap: 20px;
}

.connect-form-9 form input[type="text"]:focus,
.connect-form-9 form input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(189,193,187);
    transform: translateY(-2px);
}

.connect-form-9 .help-map-6 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.connect-form-9 .help-map-6 input[type="checkbox"]:checked + label::before {
    background: rgb(189,193,187);
}

.connect-form-9 .help-map-6 label a {
    transition: color 0.3s ease;
    font-weight: 600;
    text-decoration: none;
    color: rgb(189,193,187);
}

.connect-form-9 form .request-block-1 {
    margin-top: 15px;
    color: #ffffff;
    background: rgb(189,193,187);
    transition: all 0.3s ease;
    font-size: 15px;
    position: relative;
    overflow: hidden;
    padding: 18px 35px;
    border: none;
    align-self: flex-start;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
}



.connect-form-9 .reach-info-3 div:nth-child(2) {
    animation: bounce 5s infinite ease-in-out;
    animation-delay: 0.1s;
}

.connect-form-9 .reach-info-3 div:nth-child(5) {
    animation: bounce 5s infinite ease-in-out;
    animation-delay: 0.7s;
}

.analysis-summary-8::after {
    top: -50%;
    left: -50%;
    position: absolute;
    background-size: 30px 30px;
    background-image: 
        linear-gradient(to right, rgb(189,193,187,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(189,193,187,0.5) 1px, transparent 1px);
    height: 200%;
    pointer-events: none;
    transform: perspective(1000px) rotateX(60deg);
    opacity: 0.05;
    width: 200%;
    content: "";
}

.analysis-summary-8 .statistics-growth-3 {
    display: flex;
    overflow: hidden;
    position: relative;
    animation: stat-appear 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    flex-direction: column;
    transform: translateY(30px);
    justify-content: center;
    align-items: center;
    background: linear-gradient(145deg, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
    backdrop-filter: blur(10px);
    animation-delay: calc(var(--i, 0) * 0.1s);
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 30px;
    opacity: 0;
}

.analysis-summary-8 .statistics-growth-3:hover::after {
    opacity: 0.2;
    transform: scale(1.5);
}

.analysis-summary-8 .statistics-growth-3 p {
    position: relative;
    color: rgb(189,193,187);
    transition: all 0.3s ease;
    font-size: calc(38px * 1.5);
    z-index: 2;
    line-height: 1;
    font-weight: 700;
    margin: 0;
}

.cookie-warning-notice-0 h5 {
    margin-bottom: 6px;
    font-size: 22px;
}

.cookie-warning-notice-0 p {
    font-size: 18px;
}

.user-safety-3 svg, .user-safety-3 svg path, .user-safety-3 img {
    fill: rgb(189,193,187);
    width: 100px;
    height: 100px;
}

#cookie-alert-dialog-8:checked ~ .cookie-warning-notice-0 {
    opacity: 0;
    visibility: hidden;
}

.segment-wrapper-8 .learn-prefs-0 {
    text-align: right;
}

header::before {
    width: 100%;
    position: absolute;
    opacity: 0.4;
    top: 0;
    content: '';
    background-image: 
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.3) 0%, transparent 8%),
        radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.3) 0%, transparent 12%),
        radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.3) 0%, transparent 10%),
        radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 15%),
        radial-gradient(circle at 10% 70%, rgba(255, 255, 255, 0.3) 0%, transparent 8%);
    left: 0;
    height: 100%;
    z-index: 0;
}

header .header-start-7::before {
    width: 110%;
    opacity: 0.1;
    z-index: -1;
    border-radius: 70% 30% 50% 40% / 40% 60% 30% 50%;
    background: linear-gradient(135deg, rgb(189,193,187,0.5) 0%, transparent 100%);
    height: 110%;
    transition: all 0.6s ease;
    left: -5%;
    position: absolute;
    top: -5%;
    content: '';
}

header .head-primary-7 a:hover {
    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);
    color: #ffffff;
}

header .head-primary-7::after {
    transition: transform 0.4s ease;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    background: rgb(189,193,187);
    width: 6px;
    content: '';
    bottom: -8px;
    transform: translateX(-50%) scale(0);
    left: 50%;
    opacity: 0.7;
}

.course-program-info-7 {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: rgb(230,226,207);
    min-height: 100vh;
}

.course-program-info-7 .training-route-6:hover .career-classes-8 {
    animation-play-state: paused;
}

.course-program-info-7 .skill-path-8::before {
    opacity: 0.8;
    position: absolute;
    z-index: 1;
    content: "";
    top: 0;
    right: 0;
    transition: opacity 0.5s ease;
    left: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgb(189,193,187,0.5) 0%,
        transparent 30%,
        transparent 70%,
        rgb(149,151,147,0.5) 100%
    );
}

.course-program-info-7 .education-flow-9 {
    border-radius: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 
                0 1px 3px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    padding: 3rem;
    backdrop-filter: blur(8px);
    transform: translateY(0);
    overflow: hidden;
    background: rgba(var(--dark-color, 21, 20, 26), 0.75);
}

.course-program-info-7 .education-flow-9 {
    padding: 2rem;
}

.course-program-info-7 .education-flow-9 h3::after {
    position: absolute;
    background-color: rgb(189,193,187);
    bottom: -8px;
    width: 40%;
    transition: width 0.3s ease;
    height: 2px;
    left: 0;
    content: "";
}

.course-program-info-7 .education-flow-9 .request-block-1::before {
    background: linear-gradient(
        45deg,
        rgb(149,151,147) 0%,
        rgb(189,193,187) 100%
    );
    opacity: 0;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    z-index: -1;
    top: 0;
}



.course-program-info-7::before {
    content: "";
    background: radial-gradient(circle at 75% 25%, 
                transparent 0%,
                rgba(0, 0, 0, 0.5) 70%);
    z-index: 1;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.course-program-info-7 .skill-path-8:nth-child(4) {
    --slide-color: rgb(149,151,147);
}

.course-program-info-7 .skill-path-8:hover::after {
    opacity: 0.5;
}

.thanksFrame-6::before {
    animation: gradientShift 15s infinite alternate ease-in-out;
    top: -50%;
    width: 80%;
    left: -20%;
    height: 200%;
    background: linear-gradient(45deg, rgb(189,193,187,0.5) 0%, transparent 70%);
    transform: rotate(30deg);
    content: "";
    opacity: 0.7;
    z-index: 1;
    position: absolute;
}

.thanksFrame-6 .value-vision-0 {
    position: relative;
    padding: 3.5rem;
    background: #ffffff;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.08), 
                -12px -12px 24px rgba(255, 255, 255, 0.8), 
                inset 2px 2px 5px rgba(255, 255, 255, 0.4), 
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
}

.thanksFrame-6 h5::before {
    animation: bubbleAppear 1s ease 0.5s forwards;
    left: -2rem;
    width: 80px;
    opacity: 0.1;
    height: 80px;
    background: rgb(149,151,147,0.5);
    content: "";
    position: absolute;
    top: -1.5rem;
    transform: scale(0);
    border-radius: 50%;
    z-index: -1;
}


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



@media (min-width: 992px) {.opening-board-1 .knowledge-hub-4 {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.opening-board-1 .knowledge-hub-4:hover {
    transform: perspective(1000px) rotateX(1deg) scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}
}



@media (max-width: 576px) {.opening-board-1 {
    min-height: 70vh;
}.opening-board-1 .start-welcome-4 {
    min-height: 70vh;
}.opening-board-1 .knowledge-hub-4 {
    padding: 2rem 1.25rem;
    border-left-width: 2px;
}.opening-board-1 .title_style_header {
    font-size: calc(30px * 0.9);
}.opening-board-1 h3 {
    font-size: calc(21px * 1.1);
}.opening-board-1 p {
    font-size: calc(18px * 0.9);
}.opening-board-1 .knowledge-hub-4::before,
  .opening-board-1 .knowledge-hub-4::after {
    height: 3px;
}}



@media (max-width: 576px) {.forum-link-7 {
    padding: 3rem 0 1rem;
}.forum-link-7::before {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.forum-link-7 .header-start-7 {
    padding: 0 0 2rem 0;
    flex: 0 0 100%;
}.forum-link-7 .company_holder {
    margin-bottom: 2rem;
}.forum-link-7 .header-start-7 .main-top-2 a {
    padding: 0.6rem 0.8rem;
}.forum-link-7 .header-start-7 .main-top-2 a:hover {
    padding-left: 1.2rem;
}.footer-disclaimer-6 {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    margin-top: 1rem;
}
}



@media (max-width: 767px) {.course-demographic-1 {
    padding: 60px 0;
}.course-demographic-1 .value-vision-0 {
    padding: 30px 20px;
}.course-demographic-1 h4 {
    font-size: calc(37px - 4px);
    padding-bottom: 12px;
    margin-bottom: 25px;
}.course-demographic-1 h4::after {
    height: 3px;
    width: 60px;
}.course-demographic-1 div p {
    padding: 10px 12px;
    margin-bottom: 15px;
    font-size: calc(12px - 1px);
}.course-demographic-1 div p svg {
    margin-right: 10px;
    width: 20px;
    min-width: 20px;
    height: 20px;
}.course-demographic-1::before,
    .course-demographic-1::after {
    opacity: 0.05;
}
}



@media (min-width: 768px) {.join-our-mailing-list-0 {
    padding: 5rem 3rem;
}.join-our-mailing-list-0 .value-vision-0 {
    flex-direction: row;
    gap: 3rem;
    padding: 3.5rem 3rem;
    transform: perspective(1000px) rotateX(1deg);
}.join-our-mailing-list-0 h4 {
    flex: 1;
    text-align: left;
}.join-our-mailing-list-0 .input_holder {
    flex: 1;
    max-width: none;
}.join-our-mailing-list-0 .input_holder::after {
    display: none;
}
}



@media (hover: none) {.join-our-mailing-list-0 .updates-header-9:hover {
    transform: none;
    box-shadow: none;
}
}



@media (min-width: 768px) {.course-instructor-4 {
    padding: 7rem 0;
}.course-instructor-4 .student-reviews-7 {
    grid-template-columns: auto 1fr 2fr;
    gap: 2.5rem;
    padding: 3rem;
    align-items: center;
}.course-instructor-4 .portfolio-image-3 {
    width: 150px;
    margin: 0;
    height: 150px;
}.course-instructor-4 .name,
    .course-instructor-4 .student-reviews-7 > div:nth-child(2) > div {
    text-align: left;
}.course-instructor-4 .name::after {
    transform: translateX(0) scaleX(0.7);
    left: 0;
}.course-instructor-4 .student-reviews-7:hover .name::after {
    transform: translateX(0) scaleX(1);
}.course-instructor-4 .work-record-0 {
    text-align: left;
    padding: 0;
}.course-instructor-4 .student-reviews-7::before {
    width: 8px;
}.course-instructor-4::after {
    top: -30%;
    right: -10%;
    width: 50%;
}
}



@media (min-width: 1200px) {.offer-list-8 .fee-pricing-6 {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.offer-list-8 .package-pricing-7 h3 {
    font-size: calc(19px * 1.1);
}.offer-list-8 .premium-grid-6 {
    font-size: calc(19px * 1.3);
}.offer-list-8 .portfolio-image-3 {
    height: 240px;
}
}



@media (min-width: 768px) {.company-info-8 {
    padding: 150px 0;
}.company-info-8 h4 {
    text-align: left;
    margin-left: 50px;
    font-size: calc(38px + 4px);
}.company-info-8 .headline-wrap-9 {
    padding: 60px;
    margin-left: 50px;
    border-left: 6px solid rgb(149,151,147);
    width: 90%;
}.company-info-8 span {
    column-gap: 40px;
    column-count: 2;
}.company-info-8 h6 {
    font-size: calc(19px + 6px);
    margin-bottom: 35px;
}.company-info-8 h6::after {
    width: 100px;
}
}



@media screen and (max-width: 992px) {.connect-form-9 .connect-query-0 {
    flex-direction: column;
}.connect-form-9 .reach-info-3,
    .connect-form-9 .request-links-3 {
    width: 100%;
    padding: 40px 30px;
}.connect-form-9 .reach-info-3 div {
    animation: none;
}
}



@media (max-width: 767px) {.analysis-summary-8 {
    padding: 60px 0;
}.analysis-summary-8 h3 {
    margin-bottom: 30px;
    font-size: calc(38px * 0.8);
}.analysis-summary-8 ul {
    gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.analysis-summary-8 .statistics-growth-3 {
    padding: 20px 15px;
}.analysis-summary-8 .statistics-growth-3 span {
    margin-bottom: 10px;
    font-size: 14px;
}.analysis-summary-8 .statistics-growth-3 p {
    font-size: calc(38px * 1.2);
}.analysis-summary-8 .statistics-growth-3 p::after {
    top: 3px;
    right: -12px;
    font-size: 17px;
}
}



@media (min-width: 1400px) {header .header-tutor-7 {
    max-width: 1320px;
    margin: 0 auto;
}header .head-primary-7 {
    margin: 0 0.7rem;
}header .head-primary-7 a {
    padding: 0.8rem 1.6rem;
}
}



@media (max-width: 767px) {header {
    padding: 0;
}header .header-tutor-7 {
    padding: 0.8rem 1.5rem;
}header .head-sitewrap-1 {
    padding: 0.6rem;
    border-radius: 40% 60% 50% 50% / 40% 50% 50% 40%;
    max-width: 140px;
}header .nav-sitewrap-6 img {
    max-height: 35px;
}header .header-start-7 {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
    justify-content: flex-start;
}header .header-start-7::-webkit-scrollbar {
    height: 3px;
}header .header-start-7::-webkit-scrollbar-thumb {
    background: rgb(189,193,187,0.5);
    border-radius: 10px;
}header .head-primary-7 {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .head-primary-7 a {
    white-space: nowrap;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    font-size: calc(13px - 2px);
    padding: 0.5rem 0.8rem;
}header .head-primary-7::after {
    display: none;
}header::after {
    height: 5px;
}
}



@media (max-width: 576px) {.thanksFrame-6 {
    padding: 3rem 0;
}.thanksFrame-6 .value-vision-0 {
    padding: 1.5rem;
}.thanksFrame-6 h5 {
    line-height: 1.3;
    font-size: calc(21px * 0.9);
}.thanksFrame-6 p {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}.thanksFrame-6 h5::before {
    display: none;
}.thanksFrame-6 .value-vision-0 > div:first-child {
    margin-bottom: 1.5rem;
}.thanksFrame-6 .value-vision-0 > div:first-child::after {
    width: 60px;
    height: 2px;
    bottom: -0.75rem;
}
}



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



@keyframes slideIn {
    from {
        transform: translateZ(-50px) rotateX(5deg);
        opacity: 0;
    }
    to {
        transform: translateZ(0) rotateX(2deg);
        opacity: 1;
    }
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}



@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 set-slide-count {
    to {
        --slide-count: attr(data-slides integer);
    }
}



@keyframes lineExpand {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 100px;
        opacity: 1;
    }
}



@keyframes bubbleAppear {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 0.1;
    }
}



@keyframes lightSweep {
    0% {
        left: -100%;
    }
    48% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}



@keyframes gradientShift {
    0% {
        transform: rotate(30deg) translateX(0);
    }
    100% {
        transform: rotate(30deg) translateX(5%);
    }
}

