.forum-link-7 {
    flex: 0 0 auto;
}

.forum-link-7 {
    position: relative;
    padding: 5rem 0 2rem;
    color: #ffffff;
}

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

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


.opening-board-1 {
    min-height: 90vh;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.opening-board-1 .knowledge-hub-4 {
    border-left: 3px solid rgb(189,193,187);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    grid-template-columns: 1fr 1fr;
    max-width: 1140px;
    gap: 3rem;
    position: relative;
    z-index: 2;
    display: grid;
    padding: 4rem 2rem;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
    width: 90%;
}

.opening-board-1 .knowledge-hub-4 > div:first-child {
    transform: translateY(-15px);
}

.opening-board-1 .knowledge-hub-4:hover > div:first-child {
    transform: translateY(-10px);
}

.opening-board-1 .title_style_header::after {
    height: 3px;
    background: rgb(189,193,187);
    transition: width 0.5s ease;
    position: absolute;
    bottom: -15px;
    left: 0;
    content: "";
    width: 80px;
}

.opening-board-1 p {
    padding-left: 15px;
    font-weight: 400;
    color: #ffffff;
    font-size: 18px;
    opacity: 0.9;
    transition: transform 0.5s ease, opacity 0.5s ease;
    line-height: 1.6;
    position: relative;
}

footer::before {
    left: 0;
    z-index: -1;
    opacity: 0.92;
    top: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgb(189,193,187,0.5) 0%, rgb(149,151,147,0.5) 100%);
    position: absolute;
    right: 0;
    content: "";
}

.forum-link-7 .company_holder::after {
    position: absolute;
    right: 1.5rem;
    top: 0;
    width: 1px;
    content: "";
    opacity: 0.3;
    height: 100%;
    background: linear-gradient(to bottom, #ffffff, transparent);
}

.forum-link-7 .sustain-cta-8 {
    font-size: 12px;
    padding: 1.5rem;
    transform: skewX(-5deg);
    line-height: 1.6;
    transform-origin: left top;
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
    border-left: 3px solid rgb(189,193,187);
}

.forum-link-7 .header-start-7 .main-top-2 {
    flex-direction: column;
    gap: 0.8rem;
    display: flex;
}

.forum-link-7 .header-start-7 .main-top-2 a {
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    display: block;
    color: #ffffff;
    overflow: hidden;
    transform: skewX(-5deg);
    position: relative;
    text-decoration: none;
    padding: 0.7rem 1rem;
    font-size: 12px;
}

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

.course-demographic-1::before {
    opacity: 0.6;
    z-index: 0;
    top: 0;
    content: "";
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(189,193,187,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(149,151,147,0.5) 0%, transparent 40%);
    width: 100%;
    left: 0;
    position: absolute;
    height: 100%;
}

.course-demographic-1 .value-vision-0:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.15) inset;
    transform: translateY(-10px);
}

.course-demographic-1 .value-vision-0::after {
    opacity: 0.1;
    width: 150px;
    content: "";
    background: linear-gradient(225deg, rgb(149,151,147) 0%, rgb(189,193,187) 100%);
    height: 150px;
    animation: pulse-effect 8s infinite alternate-reverse ease-in-out;
    border-radius: 50%;
    position: absolute;
    left: -75px;
    bottom: -75px;
    filter: blur(25px);
}

.course-demographic-1 div p:last-child {
    margin-bottom: 0;
}

.course-demographic-1 div p:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.1);
}

.course-demographic-1 div p svg {
    height: 24px;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
    width: 24px;
    min-width: 24px;
    margin-right: 15px;
}

.operation-process-7 {
    background: linear-gradient(135deg, rgb(230,226,207) 0%, rgba(255,255,255,0.92) 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}

.operation-process-7:hover::after {
    opacity: 0.15;
    transform: rotate(-12deg) scale(2.05);
}

.operation-process-7 .value-vision-0 {
    z-index: 1;
    padding: 0 30px;
    position: relative;
    margin: 0 auto;
    transform-style: preserve-3d;
    perspective: 1000px;
    max-width: 1200px;
}

.operation-process-7 h2::after {
    bottom: 0;
    background: linear-gradient(90deg, rgb(189,193,187) 0%, rgb(149,151,147) 100%);
    width: 80px;
    content: "";
    position: absolute;
    height: 4px;
    transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    left: 0;
    transform-origin: left center;
}

.operation-process-7:hover .headline-wrap-9 {
    transform: translateZ(15px) translateX(5px);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03),
        0 25px 30px -5px rgba(0,0,0,0.07);
}

.operation-process-7 p::first-letter {
    color: rgb(189,193,187);
    font-weight: 600;
    font-size: 1.3em;
}

.join-our-mailing-list-0::after {
    position: absolute;
    content: "";
    left: -5%;
    opacity: 0.15;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 0%, transparent 70%);
    z-index: 0;
    bottom: -8%;
}

.join-our-mailing-list-0 h4 {
    color: #ffffff;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    margin: 0;
    max-width: 700px;
    font-size: calc(18px * 1.1);
    letter-spacing: 0.015em;
    transform: translateY(0);
    text-shadow: 0 2px 4px rgba(0,0,0,0.15);
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
}

.join-our-mailing-list-0 .input_holder span {
    width: 100%;
    position: relative;
}

.join-our-mailing-list-0 input[type="email"] {
    outline: none;
    width: 100%;
    transition: all 0.3s ease;
    background: rgba(255,255,255,0.1);
    padding: 1rem 1.5rem;
    border: 1px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(5px);
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 13px;
}

.join-our-mailing-list-0 .updates-header-9::before {
    content: "";
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    transition: all 0.6s ease;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    position: absolute;
}

.course-instructor-4::before {
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(189,193,187,0.5) 0px,
        rgb(189,193,187,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    opacity: 0.05;
    z-index: 1;
    left: 0;
}

.course-instructor-4 .student-reviews-7:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.course-instructor-4 .student-reviews-7:hover::before {
    transform: scaleY(1);
}

.course-instructor-4 .portfolio-image-3 {
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    margin: 0 auto;
    transform: translateY(0);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    width: 120px;
    border-radius: 5px;
    height: 120px;
}

.course-instructor-4 .student-reviews-7:hover .portfolio-image-3::before {
    transform: scale(1);
    opacity: 0.5;
}

.course-instructor-4 .name {
    text-align: center;
    margin-bottom: 0.5rem;
    transform: translateY(0);
    font-weight: 700;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 20px;
    color: #000000;
    position: relative;
}

.course-instructor-4 .student-reviews-7 > div:nth-child(2) > div {
    font-style: italic;
    font-size: calc(13px * 0.95);
    color: rgb(149,151,147);
    text-align: center;
    transition: color 0.3s ease;
    opacity: 0.9;
}

.course-instructor-4 .work-record-0::after {
    transform: rotate(180deg);
    right: -5px;
    bottom: -20px;
}

.offer-list-8 {
    overflow: hidden;
    background: rgb(230,226,207);
    position: relative;
    padding: 120px 0;
}

.offer-list-8::before {
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(135deg, rgb(189,193,187,0.5) 0%, transparent 70%);
    position: absolute;
}

.offer-list-8 .monthly-plan-9 h2::after {
    bottom: -10px;
    width: 80px;
    background: rgb(189,193,187);
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    height: 3px;
}

.offer-list-8 .access-cost-5 {
    animation-delay: calc(var(--index, 0) * 0.1s);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 100%;
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    overflow: hidden;
    border-radius: 10px;
    display: block;
    text-decoration: none;
    animation: fadeInUp 0.8s ease-out forwards;
    transform: translateY(20px);
}

.offer-list-8 .package-pricing-7 h3 {
    font-size: 19px;
    word-break: break-word;
    margin-bottom: 15px;
    margin-top: 0;
    position: relative;
    color: #000000;
    overflow-wrap: break-word;
    font-weight: 700;
}

.offer-list-8 .package-pricing-7 p {
    overflow-wrap: break-word;
    color: #000000;
    margin-bottom: 0;
    flex-grow: 1;
    word-break: break-word;
    white-space: normal;
    line-height: 1.7;
    font-size: 15px;
}

.privacy-silo-4 {
    padding: 60px;
    height: auto;
    width: 100%;
    color: #ffffff;
}

.privacy-silo-4 h1 {
    font-size: 46px;
    padding-bottom: 15px;
    color: rgb(189,193,187);
    font-weight: 700;
    grid-column: span 2;
    border-bottom: 3px solid rgb(149,151,147);
    margin-bottom: 40px;
    text-align: center;
}

.privacy-silo-4 p, .privacy-silo-4 span, .privacy-silo-4 div {
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #000000;
}

.company-info-8::after {
    background: linear-gradient(45deg, rgb(189,193,187,0.5), transparent);
    position: absolute;
    height: 100%;
    content: "";
    mix-blend-mode: overlay;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.company-info-8 .headline-wrap-9 {
    animation: slideIn 1s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    opacity: 0;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 40px;
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    transform-origin: top center;
    border-left: 4px solid rgb(149,151,147);
    transform: translateZ(0) rotateX(2deg);
    background: rgba(255, 255, 255, 0.07);
}

.company-info-8 span {
    column-count: 1;
    position: relative;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px;
    opacity: 0;
    font-size: 13px;
    line-height: 1.8;
    display: block;
    animation: fadeInParagraph 1.2s 1s forwards;
}

.connect-form-9 .connect-query-0 {
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateX(0deg);
    display: flex;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    flex-direction: row;
    overflow: hidden;
}

.connect-form-9 .reach-info-3 h3::after {
    left: 0;
    background: rgb(149,151,147);
    content: '';
    bottom: -15px;
    position: absolute;
    height: 4px;
    width: 60px;
}

.connect-form-9 .reach-info-3 div svg {
    height: 24px;
    margin-right: 15px;
    width: 24px;
}

.connect-form-9 .reach-info-3 div span {
    color: #000000;
    font-weight: 400;
    font-size: 18px;
}

.connect-form-9 .reach-info-3 div span a:hover {
    color: rgb(189,193,187);
}

.connect-form-9 .request-links-3 h3 {
    margin-bottom: 30px;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}

.connect-form-9 form input[type="text"],
.connect-form-9 form input[type="email"] {
    font-size: 18px;
    color: #000000;
    padding: 18px 20px;
    transition: all 0.3s ease;
    border: none;
    border-radius: 10px;
    background-color: rgb(230,226,207);
}

.connect-form-9 .help-map-6 label {
    font-size: 13px;
    cursor: pointer;
    padding-left: 35px;
    line-height: 1.5;
    color: #000000;
    position: relative;
}

.connect-form-9 .help-map-6 input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    width: 6px;
    border: solid #ffffff;
    position: absolute;
    border-width: 0 2px 2px 0;
    height: 12px;
    top: 3px;
    content: '';
    left: 7px;
}

.connect-form-9 form .request-block-1:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgb(149,151,147);
}

.connect-form-9 form .request-block-1:hover::before {
    transform: translateX(100%);
}

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

.analysis-summary-8 {
    position: relative;
    background: linear-gradient(135deg, rgb(230,226,207) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 120px 0;
    overflow: hidden;
}

.analysis-summary-8 h3 {
    z-index: 5;
    position: relative;
    transform: translateZ(0);
    text-align: center;
    margin-bottom: 60px;
    font-weight: 700;
    font-size: 38px;
    color: #000000;
}

.analysis-summary-8 .container {
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1400px;
}

.analysis-summary-8 ul {
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    display: grid;
    margin: 0;
    gap: 30px;
}

.analysis-summary-8 .statistics-growth-3:nth-child(2) {
    --i: 2;
}

.analysis-summary-8 .statistics-growth-3:nth-child(4) {
    --i: 4;
}

.analysis-summary-8 .statistics-growth-3:nth-child(6) {
    --i: 6;
}

.analysis-summary-8 .statistics-growth-3::before {
    left: 0;
    content: "";
    top: 0;
    height: 4px;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(to right, rgb(189,193,187), rgb(149,151,147));
}

.analysis-summary-8 .statistics-growth-3:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
    transform: translateY(-5px) scale(1.02);
}

.analysis-summary-8 .statistics-growth-3 p::after {
    position: absolute;
    content: "+";
    top: 5px;
    right: -15px;
    font-size: calc(24px);
    color: rgb(149,151,147);
}

.cookies-tech-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.user-safety-3 {
    margin-right: 10px;
    flex-shrink: 0;
}

.cookie-warning-notice-0 p a {
    text-decoration: none;
    color: rgb(189,193,187);
}

#cookie-alert-dialog-8 {
    display: none;
}


.segment-wrapper-8 .cookies-tech-1 {
    justify-content: flex-end;
}

.segment-wrapper-8 .user-tracker-9 {
    background: rgb(189,193,187);
    font-size: 20px;
    margin-left: 30px;
    color: #ffffff;
    padding: 10px;
}

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

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

header .nav-sitewrap-6 img {
    max-height: 38px;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
}

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

header .head-primary-7 a::before {
    height: 100%;
    content: '';
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, rgb(189,193,187,0.5) 0%, rgb(149,151,147,0.5) 100%);
    top: 0;
    border-radius: inherit;
    left: 0;
    z-index: -1;
    position: absolute;
    width: 100%;
    opacity: 0;
    transform: scale(1.1);
}

header .head-primary-7 a:hover::before {
    transform: scale(1);
    opacity: 1;
}

header .header-tutor-7::before {
    border-radius: 50%;
    top: -100px;
    position: absolute;
    filter: blur(30px);
    opacity: 0.1;
    content: '';
    width: 200px;
    background: radial-gradient(circle, rgb(189,193,187,0.5) 0%, transparent 70%);
    right: -100px;
    height: 200px;
}

.course-program-info-7 .training-route-6 {
    width: 100%;
    overflow: hidden;
    left: 0;
    position: absolute;
    height: 100%;
    z-index: 1;
    top: 0;
}

.course-program-info-7 .skill-path-8 {
    height: 100%;
    width: calc(100% / var(--slide-count, 5));
    overflow: hidden;
    position: relative;
}

.course-program-info-7 .skill-path-8 img {
    transition: transform 0.7s ease-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.05);
    filter: brightness(0.85) contrast(1.1);
}

.course-program-info-7 .value-vision-0 {
    position: relative;
    max-width: 600px;
    margin-right: 5%;
    width: 100%;
}

.course-program-info-7 .education-flow-9::before {
    top: 0;
    width: 100%;
    content: "";
    height: 3px;
    background: linear-gradient(
        90deg,
        rgb(189,193,187) 0%,
        rgb(149,151,147) 100%
    );
    position: absolute;
    left: 0;
}

.course-program-info-7 .education-flow-9:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3), 
                0 2px 5px rgba(0, 0, 0, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.08) inset;
    transform: translateY(-5px);
}

.course-program-info-7 .education-flow-9:hover h3::after {
    width: 60%;
}

.course-program-info-7 .education-flow-9 p {
    margin-bottom: 2rem;
    color: #ffffff;
    font-weight: 300;
    opacity: 0.8;
    font-size: 13px;
    line-height: 1.6;
}

.course-program-info-7 .education-flow-9 p {
    margin-bottom: 1.5rem;
}

.course-program-info-7 .education-flow-9 .request-block-1:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgb(189,193,187,0.5);
}

.course-program-info-7 .education-flow-9 .request-block-1:hover::before {
    opacity: 1;
}



.course-program-info-7 .career-classes-8::before {
    animation: set-slide-count 0.1s forwards;
    content: "";
    position: fixed;
    height: 1px;
    width: 1px;
}



.course-program-info-7 .skill-path-8:nth-child(1) {
    --slide-color: rgb(189,193,187);
}

.course-program-info-7 .skill-path-8:nth-child(3) {
    --slide-color: rgb(189,193,187);
}

.course-program-info-7 .skill-path-8::after {
    top: 0;
    background: linear-gradient(
        135deg,
        transparent 0%,
        transparent 40%,
        var(--slide-color, rgb(189,193,187)) 150%
    );
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
    height: 100%;
    opacity: 0.3;
    transition: opacity 0.5s ease;
    mix-blend-mode: soft-light;
}

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

.thanksFrame-6 .value-vision-0 > div:first-child {
    margin-bottom: 2rem;
    position: relative;
}

.thanksFrame-6 .value-vision-0 > div:first-child::after {
    content: "";
    height: 3px;
    width: 100px;
    bottom: -1rem;
    background: linear-gradient(90deg, rgb(189,193,187) 0%, rgb(149,151,147) 100%);
    animation: lineExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    left: 0;
    transform-origin: left;
    position: absolute;
}

.thanksFrame-6 a {
    transition: transform 0.4s ease;
    overflow: hidden;
    text-decoration: none;
    position: relative;
    display: block;
}

.thanksFrame-6 p {
    line-height: 1.8;
    color: #000000;
    position: relative;
    font-weight: 400;
    z-index: 1;
    margin: 0;
    font-size: 12px;
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 991px) {.opening-board-1 .knowledge-hub-4 {
    padding: 3rem 1.5rem;
    grid-template-columns: 1fr;
    gap: 2rem;
}.opening-board-1 .title_style_header {
    font-size: calc(42px * 1.1);
}.opening-board-1 h3 {
    font-size: 22px;
}
}



@media (max-width: 1200px) {.forum-link-7 .company_holder {
    flex: 0 0 35%;
    padding-right: 2rem;
}.forum-link-7 .collab-space-8 {
    flex: 0 0 65%;
}
}



@media (max-width: 992px) {.forum-link-7 {
    padding: 4rem 0 2rem;
}.forum-link-7 .container {
    flex-direction: column;
}.forum-link-7 .company_holder {
    padding-right: 0;
    flex: 0 0 100%;
    margin-bottom: 3rem;
}.forum-link-7 .company_holder::after {
    display: none;
}.forum-link-7 .collab-space-8 {
    flex: 0 0 100%;
}.forum-link-7 .header-start-7 {
    padding-bottom: 1.5rem;
}
}



@media (max-width: 420px) {.forum-link-7 .company_holder h3 {
    transform: skewX(-5deg);
}.forum-link-7 .company_holder h3::after {
    width: 60px;
}.forum-link-7 .sustain-cta-8 {
    transform: none;
}.forum-link-7 .header-start-7 h5 {
    transform: none;
}.forum-link-7 .header-start-7 h5::before {
    transform: none;
}.forum-link-7 .header-start-7 .main-top-2 a,
    .forum-link-7 .header-start-7 .main-top-2 a:hover,
    .footer-disclaimer-6 .terms-legal-7 {
    transform: none;
}}



@media (max-width: 479px) {.course-demographic-1 {
    padding: 40px 0;
}.course-demographic-1 .value-vision-0 {
    padding: 25px 15px;
}.course-demographic-1 h4 {
    font-size: calc(37px - 6px);
}.course-demographic-1 div p {
    padding: 8px 10px;
    font-size: calc(12px - 2px);
}.course-demographic-1 div p svg {
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-right: 8px;
}}



@media (max-width: 767px) {.operation-process-7 {
    padding: 70px 0;
}.operation-process-7::after {
    opacity: 0.05;
}.operation-process-7 .value-vision-0 {
    padding: 0 20px;
}.operation-process-7 h2 {
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-size: calc(37px * 0.85);
}.operation-process-7 h2::after {
    height: 3px;
    width: 60px;
}.operation-process-7:hover h2::after {
    width: 90px;
}.operation-process-7 .headline-wrap-9 {
    padding: 30px 25px;
    transform: translateZ(5px) translateX(0);
}.operation-process-7:hover .headline-wrap-9 {
    transform: translateZ(7px) translateX(3px);
}.operation-process-7 p {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}
}



@media (prefers-reduced-motion: reduce) {.join-our-mailing-list-0 .value-vision-0::before {
    animation: none;
}.join-our-mailing-list-0 input[type="email"]:focus,
    .join-our-mailing-list-0 .updates-header-9:hover,
    .join-our-mailing-list-0 .updates-header-9:active {
    transform: none;
}}



@media (min-width: 1200px) {.course-instructor-4 .container {
    padding: 0 2rem;
}.course-instructor-4 .student-reviews-7 {
    padding: 4rem 5rem;
    grid-template-columns: auto 1fr 3fr;
}.course-instructor-4 .portfolio-image-3 {
    width: 200px;
    height: 200px;
}.course-instructor-4 .work-record-0 {
    padding-right: 1rem;
}.course-instructor-4 .student-reviews-7 > div:nth-child(2) {
    padding-right: 1rem;
}
}



@media (min-width: 992px) {.offer-list-8 .pricing-rates-6 {
    gap: 50px;
    flex-direction: row;
    align-items: center;
}.offer-list-8 .fee-pricing-6 {
    width: 65%;
    grid-template-columns: repeat(2, 1fr);
}.offer-list-8 .monthly-plan-9 {
    text-align: left;
    width: 35%;
    margin: 0;
}.offer-list-8 .monthly-plan-9 h2::after {
    left: 0;
    transform: none;
}.offer-list-8 .fee-options-5 {
    margin: 0;
}
}



@media (max-width: 480px) {.offer-list-8 {
    padding: 60px 0;
}.offer-list-8 .monthly-plan-9 h2 {
    font-size: calc(36px * 0.85);
}.offer-list-8 .package-pricing-7 h3 {
    font-size: calc(19px * 0.95);
}.offer-list-8 .portfolio-image-3 {
    height: 160px;
}}



@media (min-width: 992px) {.company-info-8 {
    padding: 180px 0;
}.company-info-8 h4 {
    margin-left: 80px;
}.company-info-8 .headline-wrap-9 {
    margin-left: 80px;
    width: 80%;
    padding: 70px;
    transform: translateZ(0) rotateX(2deg) rotateY(-1deg);
}.company-info-8 .headline-wrap-9:hover {
    transform: translateZ(50px) rotateX(0) rotateY(0);
}.company-info-8 span {
    column-gap: 50px;
    column-count: 3;
}
}



@media screen and (max-width: 576px) {.connect-form-9 {
    padding: 60px 0;
}.connect-form-9 .container {
    width: 90%;
}.connect-form-9 .reach-info-3,
    .connect-form-9 .request-links-3 {
    padding: 30px 20px;
}.connect-form-9 .reach-info-3 h3 {
    font-size: calc(34px * 0.8);
}.connect-form-9 form input[type="text"],
    .connect-form-9 form input[type="email"] {
    padding: 15px;
}.connect-form-9 form .request-block-1 {
    width: 100%;
    padding: 15px;
}}



@media (max-width: 480px) {.analysis-summary-8 {
    padding: 50px 0;
}.analysis-summary-8 ul {
    grid-template-columns: 1fr;
    gap: 15px;
}.analysis-summary-8 .statistics-growth-3 {
    padding: 20px 15px;
}}


@media only screen and (max-width: 800px)  {.segment-wrapper-8 .user-tracker-9 {
    margin-left: 0;
    margin-bottom: 10px;
}}



@media (max-width: 991px) {header .header-tutor-7 {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .head-sitewrap-1 {
    margin-right: 0;
    padding: 0.7rem;
    margin-bottom: 0;
}header .header-start-7 {
    flex-basis: 100%;
    margin-top: 1rem;
    justify-content: flex-end;
}header .head-primary-7 a {
    padding: 0.6rem 1rem;
    font-size: calc(13px - 1px);
}header .header-start-7::before {
    display: none;
}
}



@media (max-width: 576px) {.course-program-info-7 .career-classes-8 {
    animation-duration: 20s;
}.course-program-info-7 .container {
    padding: 3rem 1rem;
}.course-program-info-7 .education-flow-9 {
    padding: 1.5rem;
}.course-program-info-7 .education-flow-9 h3 {
    font-size: calc(36px * 0.7);
    margin-bottom: 1rem;
}.course-program-info-7 .education-flow-9 p {
    font-size: calc(13px * 0.9);
    margin-bottom: 1.25rem;
}.course-program-info-7 .education-flow-9 .request-block-1 {
    padding: 0.65rem 1.5rem;
    font-size: calc(16px * 0.9);
}}



@media (max-width: 768px) {.thanksFrame-6 {
    padding: 4rem 0;
}.thanksFrame-6 .value-vision-0 {
    transform: none;
    padding: 2rem;
}.thanksFrame-6 h5 {
    font-size: calc(21px * 0.95);
}.thanksFrame-6 p {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}.thanksFrame-6 .value-vision-0 > div:first-child::after {
    width: 80px;
}
}

@keyframes pulse-effect {
    0% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.2;
    }
    100% {
        transform: scale(1);
        opacity: 0.1;
    }
}



@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}



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



@keyframes expandWidth {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}



@keyframes stat-appear {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


    
    @keyframes carousel-slide {
        0% {
            transform: translateX(0);
        }
        20% {
            transform: translateX(0);
        }
        25% {
            transform: translateX(calc(-100% / var(--slide-count, 5)));
        }
        45% {
            transform: translateX(calc(-100% / var(--slide-count, 5)));
        }
        50% {
            transform: translateX(calc(-200% / var(--slide-count, 5)));
        }
        70% {
            transform: translateX(calc(-200% / var(--slide-count, 5)));
        }
        75% {
            transform: translateX(calc(-300% / var(--slide-count, 5)));
        }
        95% {
            transform: translateX(calc(-300% / var(--slide-count, 5)));
        }
        100% {
            transform: translateX(0);
        }
    }

