﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}html,body {
    scroll-behavior: smooth;
    min-height: 100%;
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
}.container {
    width: 1193px;
    max-width: 100%;
    margin: auto;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}.nav-header-style {
    flex: 1 0 auto;
}.syllabus-ref-style {
    flex: 0 0 auto;
}.layer-container-style {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course-summary-style {
    overflow: hidden;
    background: rgb(217,217,231);
    padding: 120px 0;
    position: relative;
}.course-summary-style::before {
    top: 0;
    position: absolute;
    z-index: 1;
    height: 100%;
    left: 0;
    background: radial-gradient(circle at 30% 30%, rgb(180,180,207,0.5) 0%, transparent 40%);
    content: "";
    width: 100%;
}.course-summary-style::after {
    height: 100%;
    z-index: 1;
    background: radial-gradient(circle at 70% 80%, rgb(144,138,177,0.5) 0%, transparent 40%);
    right: 0;
    bottom: 0;
    width: 100%;
    content: "";
    position: absolute;
}.course-summary-style .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 30px;
}.course-summary-style .creds-block-style {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    position: relative;
    grid-template-columns: 1fr;
    overflow: hidden;
    background: #ffffff;
    gap: 50px;
    border-radius: 23px;
    display: grid;
}.course-summary-style .creds-block-style::before {
    z-index: 1;
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
    top: 0;
    height: 5px;
    background: linear-gradient(to right, rgb(180,180,207), rgb(144,138,177));
}.course-summary-style .career-challenge-style {
    padding: 60px 50px;
    display: flex;
    justify-content: center;
    position: relative;
    flex-direction: column;
}.course-summary-style .career-challenge-style::before {
    position: absolute;
    content: "";
    border-radius: 10px;
    height: 80px;
    opacity: 0.5;
    top: 40px;
    animation: float 8s ease-in-out infinite;
    left: 40px;
    border: 2px solid rgb(180,180,207,0.5);
    z-index: -1;
    width: 80px;
}.course-summary-style .career-challenge-style::after {
    animation: pulse 6s ease-in-out infinite;
    height: 60px;
    width: 60px;
    background: rgb(144,138,177,0.5);
    right: 40px;
    bottom: 40px;
    position: absolute;
    opacity: 0.3;
    border-radius: 50%;
    z-index: -1;
    content: "";
}.course-summary-style .top-study-style {
    transition: all 0.3s ease;
    margin-bottom: 35px;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.05), 
              -8px -8px 16px rgba(255, 255, 255, 0.8);
    padding: 15px;
    background: linear-gradient(145deg, rgb(217,217,231), #ffffff);
    border-radius: 10px;
    display: inline-block;
    position: relative;
}.course-summary-style .top-study-style:hover {
    box-shadow: 12px 12px 20px rgba(0, 0, 0, 0.07), 
              -12px -12px 20px rgba(255, 255, 255, 0.9);
    transform: translateY(-5px);
}.course-summary-style .top-study-style svg {
    transition: all 0.3s ease;
    max-height: 50px;
    max-width: 140px;
}.course-summary-style .top-study-style svg path {
    transition: fill 0.3s ease;
    fill: rgb(180,180,207);
}.course-summary-style .top-study-style:hover svg path {
    fill: rgb(144,138,177);
}.course-summary-style h3 {
    font-size: 34px;
    color: #000000;
    position: relative;
    margin-bottom: 25px;
    line-height: 1.3;
    font-weight: 700;
}.course-summary-style h3::after {
    position: absolute;
    bottom: -12px;
    content: "";
    background: linear-gradient(to right, rgb(180,180,207), rgb(144,138,177));
    height: 3px;
    left: 0;
    border-radius: 10px;
    width: 70px;
}.course-summary-style p {
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 400;
    line-height: 1.8;
    font-size: 18px;
    color: #000000;
}.course-summary-style .img-responsive-style {
    transition: all 0.5s ease;
    position: relative;
    height: 100%;
    min-height: 500px;
}.course-summary-style .img-responsive-style::before {
    content: "";
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(
    135deg,
    rgb(180,180,207,0.5) 0%,
    transparent 60%
  );
}.course-summary-style .img-responsive-style::after {
    position: absolute;
    z-index: 2;
    height: 20px;
    width: 20px;
    border: 2px solid #ffffff;
    top: 30px;
    content: "";
    animation: pulseCircle 3s infinite;
    right: 30px;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
}

@keyframes pulseCircle {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@media screen and (max-width: 1024px) {.course-summary-style {
    padding: 90px 0;
}.course-summary-style .career-challenge-style {
    padding: 50px 40px;
}
}

@media screen and (max-width: 992px) {.course-summary-style .creds-block-style {
    grid-template-columns: 1fr;
}.course-summary-style .img-responsive-style {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    order: -1;
    min-height: 400px;
}.course-summary-style .career-challenge-style {
    padding: 40px;
}.course-summary-style .career-challenge-style::before,
  .course-summary-style .career-challenge-style::after {
    display: none;
}.course-summary-style .top-study-style {
    margin-bottom: 25px;
}
}

@media screen and (max-width: 768px) {.course-summary-style {
    padding: 70px 0;
}.course-summary-style .career-challenge-style {
    padding: 30px;
}.course-summary-style h3 {
    font-size: calc(34px - 4px);
}.course-summary-style .img-responsive-style {
    min-height: 350px;
}.course-summary-style .top-study-style {
    padding: 12px;
}.course-summary-style .top-study-style svg {
    max-width: 120px;
}
}

@media screen and (max-width: 576px) {.course-summary-style {
    padding: 50px 0;
}.course-summary-style .container {
    padding: 0 20px;
}.course-summary-style .creds-block-style {
    border-radius: 10px;
}.course-summary-style .career-challenge-style {
    padding: 25px 20px;
}.course-summary-style h3 {
    margin-bottom: 20px;
    font-size: calc(34px - 6px);
}.course-summary-style p {
    font-size: calc(18px - 1px);
}.course-summary-style .top-study-style {
    padding: 10px;
    margin-bottom: 20px;
}.course-summary-style .top-study-style svg {
    max-width: 100px;
}.course-summary-style .img-responsive-style {
    min-height: 280px;
}.course-summary-style .img-responsive-style::after {
    width: 15px;
    height: 15px;
    top: 20px;
    right: 20px;
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    content: "";
    position: absolute;
    background: rgb(180,180,207);
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2;
    top: 0;
    opacity: 0.95;
}footer::after {
    bottom: 0;
    z-index: -1;
    top: 0;
    background-image: 
        radial-gradient(circle at 25% 25%, rgb(144,138,177) 1px, transparent 1px),
        radial-gradient(circle at 75% 75%, rgb(144,138,177) 1px, transparent 1px),
        radial-gradient(circle at 25% 75%, rgb(144,138,177) 1px, transparent 1px),
        radial-gradient(circle at 75% 25%, rgb(144,138,177) 1px, transparent 1px);
    left: 0;
    background-size: 50px 50px;
    content: "";
    position: absolute;
    right: 0;
    opacity: 0.1;
}.syllabus-ref-style {
    position: relative;
    color: #ffffff;
    padding: 4rem 0 2rem;
}.syllabus-ref-style::before {
    position: absolute;
    left: 0;
    background: rgb(144,138,177);
    height: 3px;
    width: 100%;
    content: "";
    top: 0;
}.syllabus-ref-style::after {
    background-repeat: repeat-x;
    content: "";
    width: 100%;
    left: 0;
    background-image: 
        linear-gradient(90deg, 
            rgb(144,138,177) 0px, rgb(144,138,177) 10px,
            transparent 10px, transparent 15px,
            rgb(144,138,177) 15px, rgb(144,138,177) 30px,
            transparent 30px, transparent 35px,
            rgb(144,138,177) 35px, rgb(144,138,177) 40px,
            transparent 40px, transparent 60px,
            rgb(144,138,177) 60px, rgb(144,138,177) 70px,
            transparent 70px, transparent 80px,
            rgb(144,138,177) 80px, rgb(144,138,177) 90px,
            transparent 90px, transparent 110px,
            rgb(144,138,177) 110px, rgb(144,138,177) 120px,
            transparent 120px, transparent 140px
        );
    position: absolute;
    opacity: 0.5;
    top: 3px;
    height: 8px;
}.syllabus-ref-style .container {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    position: relative;
}.syllabus-ref-style .company_holder {
    padding: 0;
    border-radius: 10px;
    flex: 1 1 400px;
    position: relative;
}.syllabus-ref-style .company_holder::before {
    background-size: 50px 50px;
    border-radius: 10px;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background-image:
        linear-gradient(0deg, transparent 24px, rgb(144,138,177) 25px, rgb(144,138,177) 26px, transparent 27px, transparent 49px),
        linear-gradient(90deg, transparent 24px, rgb(144,138,177) 25px, rgb(144,138,177) 26px, transparent 27px, transparent 49px);
    position: absolute;
    opacity: 0.1;
    content: "";
}.syllabus-ref-style .company_holder h3 {
    font-weight: 700;
    border-top-right-radius: 10px;
    position: relative;
    padding: 1.5rem 2rem;
    border-top-left-radius: 10px;
    background: rgb(144,138,177);
    font-size: 33px;
    margin: 0;
    color: #ffffff;
}.syllabus-ref-style .company_holder h3::after {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
    width: 10px;
    content: "";
    transform: translateY(-50%);
    background: #ffffff;
    top: 50%;
    right: 15px;
    border-radius: 50%;
    position: absolute;
    height: 10px;
}.syllabus-ref-style .access-help-style {
    line-height: 1.6;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    border-bottom-right-radius: 10px;
    color: #ffffff;
    font-size: 18px;
    border-bottom-left-radius: 10px;
    padding: 2rem;
}.syllabus-ref-style .access-help-style::before {
    background: rgb(144,138,177);
    content: "";
    left: -10px;
    top: 2rem;
    width: 20px;
    opacity: 0.6;
    border-radius: 50%;
    position: absolute;
    height: 20px;
}.syllabus-ref-style .access-help-style::after {
    content: "";
    right: -10px;
    background: rgb(144,138,177);
    height: 20px;
    border-radius: 50%;
    width: 20px;
    opacity: 0.6;
    bottom: 2rem;
    position: absolute;
}.syllabus-ref-style .about-learn-style {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}.syllabus-ref-style .top-info-style {
    flex-wrap: wrap;
    display: flex;
    gap: 3rem;
}.syllabus-ref-style .nav-pro-style {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    min-width: 200px;
    flex: 1 1 calc(50% - 1.5rem);
}.syllabus-ref-style .nav-pro-style::before {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;
    content: "";
    bottom: 0;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
    right: 0;
    z-index: -1;
}.syllabus-ref-style .nav-pro-style h5 {
    align-items: center;
    font-weight: 600;
    background: rgb(144,138,177);
    margin: 0;
    position: relative;
    font-size: 22px;
    display: flex;
    padding: 1rem 1.5rem;
    color: #ffffff;
}.syllabus-ref-style .nav-pro-style h5::before {
    background: #ffffff;
    margin-right: 10px;
    display: inline-block;
    content: "";
    height: 8px;
    border-radius: 50%;
    width: 8px;
}.syllabus-ref-style .nav-pro-style h5::after {
    border-radius: 50%;
    position: absolute;
    height: 6px;
    top: 50%;
    background: #ffffff;
    right: 15px;
    content: "";
    width: 6px;
    transform: translateY(-50%);
}.syllabus-ref-style .nav-pro-style .top-info-style {
    gap: 2px;
    flex-direction: column;
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    padding: 1.5rem;
}.syllabus-ref-style .nav-pro-style .top-info-style a {
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s ease;
    display: block;
    color: #ffffff;
    font-size: 18px;
    position: relative;
    padding: 0.8rem 1rem 0.8rem 2rem;
}.syllabus-ref-style .nav-pro-style .top-info-style a::before {
    background: rgb(144,138,177);
    width: 6px;
    position: absolute;
    transition: all 0.3s ease;
    border-radius: 50%;
    height: 6px;
    transform: translateY(-50%);
    content: "";
    top: 50%;
    left: 0.7rem;
}.syllabus-ref-style .nav-pro-style .top-info-style a:hover {
    background: rgba(255, 255, 255, 0.1);
}.syllabus-ref-style .nav-pro-style .top-info-style a:hover::before {
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
}.event-cal-style {
    background: rgb(144,138,177);
    position: relative;
    margin-top: 2.5rem;
    padding: 2rem 0;
}.event-cal-style::before {
    left: 0;
    top: -5px;
    background-image: 
        linear-gradient(90deg, 
            transparent 0px, transparent 20px,
            rgb(180,180,207) 20px, rgb(180,180,207) 40px,
            transparent 40px, transparent 60px,
            rgb(180,180,207) 60px, rgb(180,180,207) 80px,
            transparent 80px, transparent 100px,
            rgb(180,180,207) 100px, rgb(180,180,207) 120px
        );
    content: "";
    position: absolute;
    background-repeat: repeat-x;
    height: 5px;
    width: 100%;
}.event-cal-style .container {
    align-items: center;
    position: relative;
    justify-content: center;
    display: flex;
}.event-cal-style .container::before,
.event-cal-style .container::after {
    background: rgb(180,180,207);
    width: 15px;
    transform: translateY(-50%);
    content: "";
    top: 50%;
    position: absolute;
    border-radius: 50%;
    height: 15px;
}.event-cal-style .container::before {
    left: 15%;
}.event-cal-style .container::after {
    right: 15%;
}.event-cal-style .quiz-links-style {
    font-size: 12px;
    text-align: center;
    display: inline-block;
    background: rgb(180,180,207);
    color: #ffffff;
    padding: 0.5rem 2rem;
    position: relative;
    border-radius: 30px;
}.event-cal-style .quiz-links-style::before,
.event-cal-style .quiz-links-style::after {
    content: "";
    background: rgb(180,180,207);
    transform: translateY(-50%);
    top: 50%;
    width: 50px;
    position: absolute;
    height: 1px;
}.event-cal-style .quiz-links-style::before {
    margin-right: 15px;
    right: 100%;
}.event-cal-style .quiz-links-style::after {
    margin-left: 15px;
    left: 100%;
}

@media (max-width: 1200px) {.syllabus-ref-style .container {
    gap: 2rem;
}.syllabus-ref-style .company_holder {
    flex: 1 1 350px;
}.syllabus-ref-style .about-learn-style {
    min-width: 350px;
    flex: 1 1 calc(100% - 400px);
}.syllabus-ref-style .top-info-style {
    gap: 2rem;
}.event-cal-style .container::before {
    left: 5%;
}.event-cal-style .container::after {
    right: 5%;
}
}

@media (max-width: 992px) {.syllabus-ref-style {
    padding: 3.5rem 0 1.5rem;
}.syllabus-ref-style .container {
    gap: 2.5rem;
    flex-direction: column;
}.syllabus-ref-style .company_holder,
    .syllabus-ref-style .about-learn-style {
    flex: 1 1 100%;
    min-width: 100%;
}.syllabus-ref-style .nav-pro-style {
    min-width: 200px;
    flex: 1 1 calc(50% - 1.5rem);
}.event-cal-style .container::before,
    .event-cal-style .container::after {
    display: none;
}
}

@media (max-width: 768px) {.syllabus-ref-style {
    padding: 3rem 0 1rem;
}.syllabus-ref-style .top-info-style {
    gap: 1.5rem;
}.syllabus-ref-style .company_holder h3 {
    font-size: calc(33px - 2px);
    padding: 1.2rem 1.5rem;
}.syllabus-ref-style .access-help-style {
    padding: 1.5rem;
}.syllabus-ref-style .access-help-style::before,
    .syllabus-ref-style .access-help-style::after {
    display: none;
}.event-cal-style {
    margin-top: 2rem;
}.event-cal-style .quiz-links-style::before,
    .event-cal-style .quiz-links-style::after {
    width: 30px;
}
}

@media (max-width: 576px) {.syllabus-ref-style {
    padding: 2.5rem 0 0.8rem;
}.syllabus-ref-style .nav-pro-style {
    flex: 1 1 100%;
    min-width: 100%;
}.syllabus-ref-style .top-info-style {
    gap: 1rem;
}.syllabus-ref-style .nav-pro-style .top-info-style a {
    padding: 0.7rem 1rem 0.7rem 1.8rem;
}.syllabus-ref-style .nav-pro-style .top-info-style a::before {
    left: 0.6rem;
}.event-cal-style {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.event-cal-style .quiz-links-style::before,
    .event-cal-style .quiz-links-style::after {
    display: none;
}
}

@media (max-width: 420px) {.syllabus-ref-style::after {
    height: 5px;
    background-size: 100px 5px;
}.syllabus-ref-style .company_holder h3::after,
    .syllabus-ref-style .nav-pro-style h5::before,
    .syllabus-ref-style .nav-pro-style h5::after {
    display: none;
}.syllabus-ref-style .nav-pro-style h5 {
    padding: 0.8rem 1rem;
}.syllabus-ref-style .nav-pro-style .top-info-style {
    padding: 1rem;
}.event-cal-style .quiz-links-style {
    width: 90%;
    padding: 0.4rem 1.5rem;
}}header {
    background: linear-gradient(135deg, rgb(180,180,207,0.5) 0%, rgb(144,138,177) 100%);
    position: relative;
    overflow: visible;
    width: 100%;
    z-index: 99;
}header::before {
    z-index: -1;
    top: 0;
    content: "";
    position: absolute;
    height: 100%;
    background: linear-gradient(145deg, rgb(144,138,177,0.5) 0%, transparent 70%);
    left: 0;
    width: 100%;
}header .page-nav-style {
    display: flex;
    flex-direction: row;
    transform: none;
    align-items: center;
    z-index: 5;
    justify-content: space-between;
    padding: 20px 15px;
    position: relative;
}header .page-nav-style .top-study-style {
    transform: translateX(0);
    margin-right: 10px;
    transition: transform 0.4s ease;
}header .page-nav-style .top-study-style:hover {
    transform: scale(1.05);
}header .page-nav-style .top-study-style .header-lesson-style {
    display: inline-block;
}header .page-nav-style .top-study-style .header-lesson-style svg {
    height: 50px;
    width: auto;
}header .page-nav-style .nav-pro-style {
    border-radius: 25px;
    margin: 0;
    position: relative;
    list-style: none;
    flex-wrap: wrap;
    transform: none;
    padding: 20px 30px;
    padding: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
}header .page-nav-style .nav-pro-style::before {
    height: 100%;
    left: 0;
    transform: rotate(-2deg) scale(1.03);
    width: 100%;
    content: "";
    position: absolute;
    border-radius: 25px;
    top: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: -1;
}header .page-nav-style .nav-pro-style .head-study-style {
    margin: 0 12px;
    position: relative;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}header .page-nav-style .nav-pro-style .head-study-style:hover {
    transform: translateY(-3px) scale(1.05);
}header .page-nav-style .nav-pro-style .head-study-style a {
    color: #ffffff;
    font-weight: 600;
    position: relative;
    font-size: 14px;
    overflow: hidden;
    display: block;
    font-family: Arial, sans-serif;
    padding: 8px 5px;
    text-decoration: none;
}header .page-nav-style .nav-pro-style .head-study-style a::after {
    content: "";
    transform: translateX(-100%);
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    transition: transform 0.4s ease;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(144,138,177), transparent);
}header .page-nav-style .nav-pro-style .head-study-style:hover a::after {
    transform: translateX(0);
}

@media (max-width: 992px) {header .page-nav-style {
    flex-direction: column;
    align-items: center;
}header .page-nav-style .top-study-style {
    margin-bottom: 15px;
    margin-right: 0;
}header .page-nav-style .nav-pro-style {
    justify-content: center;
    width: 100%;
    padding: 15px;
}header .page-nav-style .nav-pro-style .head-study-style {
    margin: 5px 15px 5px 0;
}header .page-nav-style .nav-pro-style .head-study-style a {
    font-size: calc(14px - 2px);
    padding: 5px;
}}.about-this-style {
    position: relative;
    background-color: rgb(217,217,231);
    overflow: hidden;
    padding: 100px 0;
}.about-this-style::before {
    width: 100%;
    position: absolute;
    background: 
        linear-gradient(90deg, rgb(217,217,231) 10px, transparent 10px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.5) 10px, transparent 10px),
        linear-gradient(90deg, transparent 9px, rgba(0, 0, 0, 0.5) 1px, transparent 10px);
    height: 100%;
    content: "";
    background-size: 20px 100%, 20px 100%, 20px 100%;
    z-index: 1;
    left: 0;
    opacity: 0.05;
    top: 0;
}.about-this-style::after {
    content: "";
    left: 0;
    background-size: 100% 20px, 100% 20px, 100% 20px;
    width: 100%;
    opacity: 0.05;
    top: 0;
    background:
        linear-gradient(0deg, rgb(217,217,231) 10px, transparent 10px),
        linear-gradient(0deg, rgba(0, 0, 0, 0.5) 10px, transparent 10px),
        linear-gradient(0deg, transparent 9px, rgba(0, 0, 0, 0.5) 1px, transparent 10px);
    position: absolute;
    z-index: 1;
    height: 100%;
}.about-this-style .container {
    z-index: 5;
    position: relative;
}.about-this-style h2 {
    position: relative;
    font-weight: 700;
    text-align: center;
    font-size: 33px;
    margin-bottom: 60px;
    color: #000000;
}.about-this-style h2::before {
    background-color: rgb(180,180,207);
    position: absolute;
    transform: translateX(-50%);
    width: 50px;
    content: "";
    height: 2px;
    bottom: -10px;
    left: 50%;
}.about-this-style .knowledge-learn-style {
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    display: grid;
    gap: 30px;
}.about-this-style .mastery-zone-style {
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-top: 3px solid transparent;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 2;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 40px;
}.about-this-style .mastery-zone-style:first-child {
    border-top-color: rgb(180,180,207);
}.about-this-style .mastery-zone-style:last-child {
    border-top-color: rgb(144,138,177);
}.about-this-style .mastery-zone-style:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.about-this-style .mastery-zone-style h3 {
    display: inline-block;
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 20px;
    position: relative;
    color: #000000;
}.about-this-style .mastery-zone-style:first-child h3 {
    color: rgb(180,180,207);
}.about-this-style .mastery-zone-style:last-child h3 {
    color: rgb(144,138,177);
}.about-this-style .mastery-zone-style h3::after {
    content: "";
    position: absolute;
    background-color: currentColor;
    transition: width 0.3s ease;
    width: 0;
    left: 0;
    bottom: -5px;
    height: 2px;
}.about-this-style .mastery-zone-style:hover h3::after {
    width: 100%;
}.about-this-style .mastery-zone-style p {
    font-size: 14px;
    line-height: 1.8;
    color: #000000;
    margin: 0;
}.about-this-style .mastery-zone-style::before {
    content: "";
    position: absolute;
    height: 10px;
    border-left: 2px solid rgb(180,180,207);
    left: -5px;
    opacity: 0;
    border-top: 2px solid rgb(180,180,207);
    top: -5px;
    transition: all 0.3s ease;
    width: 10px;
}.about-this-style .mastery-zone-style::after {
    border-right: 2px solid rgb(180,180,207);
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    opacity: 0;
    bottom: -5px;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid rgb(180,180,207);
    right: -5px;
}.about-this-style .mastery-zone-style:last-child::before,
.about-this-style .mastery-zone-style:last-child::after {
    border-color: rgb(144,138,177);
}.about-this-style .mastery-zone-style:hover::before,
.about-this-style .mastery-zone-style:hover::after {
    height: 25px;
    width: 25px;
    opacity: 1;
}.about-this-style .container::before {
    border-radius: 50%;
    opacity: 0.2;
    top: -50px;
    content: "";
    left: -50px;
    position: absolute;
    border: 15px solid rgb(180,180,207,0.5);
    height: 100px;
    width: 100px;
    z-index: 0;
}.about-this-style .container::after {
    height: 140px;
    width: 140px;
    content: "";
    right: -70px;
    bottom: -70px;
    border-radius: 50%;
    position: absolute;
    border: 15px solid rgb(144,138,177,0.5);
    opacity: 0.2;
    z-index: 0;
}

@media screen and (max-width: 992px) {.about-this-style {
    padding: 80px 0;
}.about-this-style .knowledge-learn-style {
    gap: 30px;
    grid-template-columns: 1fr;
}.about-this-style h2 {
    margin-bottom: 40px;
}.about-this-style .container::before {
    width: 60px;
    top: -30px;
    height: 60px;
    left: -30px;
    border-width: 10px;
}.about-this-style .container::after {
    width: 100px;
    height: 100px;
    right: -50px;
    bottom: -50px;
    border-width: 10px;
}
}

@media screen and (max-width: 768px) {.about-this-style {
    padding: 60px 0;
}.about-this-style h2 {
    font-size: calc(33px * 0.9);
}.about-this-style .mastery-zone-style {
    padding: 30px;
}.about-this-style .mastery-zone-style h3 {
    margin-bottom: 15px;
    font-size: calc(23px * 0.9);
}
}

@media screen and (max-width: 576px) {.about-this-style {
    padding: 50px 0;
}.about-this-style h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 30px;
}.about-this-style h2::before {
    width: 40px;
}.about-this-style .mastery-zone-style {
    padding: 25px;
}.about-this-style .mastery-zone-style h3 {
    font-size: calc(23px * 0.85);
    margin-bottom: 12px;
}.about-this-style .mastery-zone-style p {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}.about-this-style .mastery-zone-style:hover::before,
    .about-this-style .mastery-zone-style:hover::after {
    height: 20px;
    width: 20px;
}.about-this-style .container::before,
    .about-this-style .container::after {
    display: none;
}}.academic-expertise-style {
    background: linear-gradient(135deg, rgb(217,217,231) 0%, rgb(180,180,207,0.5) 100%);
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
}.academic-expertise-style::before {
    content: "";
    transform: scale(1.5) rotate(-5deg);
    left: 0;
    top: 0;
    background: linear-gradient(45deg, transparent 45%, rgb(144,138,177,0.5) 45%, rgb(144,138,177,0.5) 55%, transparent 55%);
    width: 100%;
    height: 100%;
    position: absolute;
}.academic-expertise-style .feedback-stories-style {
    gap: 2rem;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
    transform: rotate(-2deg);
    flex-direction: row;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}.academic-expertise-style .img-responsive-style {
    height: 400px;
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    box-shadow: 20px 20px 0 rgb(180,180,207,0.5);
    width: 350px;
    border-radius: 28px;
    transform: perspective(1000px) rotateY(-15deg);
    transition: all 0.5s ease;
}.academic-expertise-style .job-box-style {
    z-index: 2;
    max-width: 450px;
    position: relative;
    transition: all 0.5s ease;
    padding: 2.5rem;
    border-radius: 28px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    transform: perspective(1000px) rotateY(5deg) translateX(-30px);
}.academic-expertise-style .job-box-style::before {
    position: absolute;
    content: "";
    top: -15px;
    right: -15px;
    background: rgb(144,138,177,0.5);
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 28px;
    transform: rotate(3deg);
}.academic-expertise-style .name {
    font-size: 29px;
    margin-bottom: 0.5rem;
    transform: skewX(-5deg);
    color: rgb(180,180,207);
    font-weight: 700;
}.academic-expertise-style .job-box-style div:nth-child(2) {
    color: rgb(144,138,177);
    margin-bottom: 1.5rem;
    font-size: 18px;
    transform: skewX(-5deg);
    font-weight: 600;
}.academic-expertise-style .emp-summary-style {
    position: relative;
    font-style: italic;
    line-height: 1.6;
    padding-left: 1.5rem;
    font-size: 15px;
    color: #000000;
}.academic-expertise-style .emp-summary-style::before {
    top: 0;
    background: linear-gradient(to bottom, rgb(180,180,207), rgb(144,138,177));
    height: 100%;
    position: absolute;
    border-radius: 10px;
    width: 4px;
    content: "";
    left: 0;
}.academic-expertise-style .feedback-stories-style:hover .img-responsive-style {
    transform: perspective(1000px) rotateY(-5deg);
    box-shadow: 30px 30px 0 rgb(180,180,207,0.5);
}.academic-expertise-style .feedback-stories-style:hover .job-box-style {
    transform: perspective(1000px) rotateY(0) translateX(-20px);
}

@media screen and (max-width: 991px) {.academic-expertise-style .feedback-stories-style {
    transform: rotate(0);
    gap: 3rem;
    flex-direction: column;
}.academic-expertise-style .img-responsive-style {
    margin: 0 auto;
    transform: perspective(1000px) rotateY(0);
    width: 280px;
    height: 320px;
}.academic-expertise-style .job-box-style {
    transform: translateY(-30px) perspective(1000px) rotateY(0);
}.academic-expertise-style .feedback-stories-style:hover .img-responsive-style {
    transform: perspective(1000px) rotateY(0);
}.academic-expertise-style .feedback-stories-style:hover .job-box-style {
    transform: translateY(-40px) perspective(1000px) rotateY(0);
}}.contact-us-style {
    overflow: hidden;
    background: linear-gradient(120deg, rgb(217,217,231) 0%, #1a1e2e 100%);
    position: relative;
    padding: 90px 0;
}.contact-us-style::before {
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 40%),
        linear-gradient(0deg, transparent 80%, rgba(rgb(180,180,207), 0.05) 100%);
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
}.contact-us-style::after {
    background: 
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px);
    content: "";
    width: 100%;
    z-index: 1;
    height: 100px;
    bottom: 0;
    left: 0;
    position: absolute;
}.contact-us-style .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.contact-us-style h2 {
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin-bottom: 70px;
    font-size: 37px;
    letter-spacing: 2px;
}.contact-us-style h2::before {
    background: rgb(180,180,207);
    content: "";
    position: absolute;
    bottom: -20px;
    width: 30px;
    left: calc(50% - 50px);
    height: 2px;
}.contact-us-style h2::after {
    content: "";
    position: absolute;
    bottom: -20px;
    height: 2px;
    width: 70px;
    background: rgb(180,180,207);
    left: calc(50% - 10px);
}.contact-us-style .request-card-style {
    border-radius: 19px;
    display: grid;
    grid-template-columns: 6fr 4fr;
    backdrop-filter: blur(10px);
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(0, 0, 0, 0.2);
}.contact-us-style .img-responsive-style {
    position: relative;
    min-height: 100%;
}.contact-us-style .img-responsive-style::before {
    width: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    height: 100%;
    left: 0;
    z-index: 1;
    top: 0;
}.contact-us-style .img-responsive-style::after {
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(rgb(180,180,207), 0.1) 10px, rgba(rgb(180,180,207), 0.1) 11px);
    z-index: 2;
    animation: scanLines 5s linear infinite;
}@keyframes scanLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.contact-us-style .message-feedback-style {
    position: relative;
    padding: 50px;
}.contact-us-style .message-feedback-style::before {
    background: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    z-index: -1;
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    top: 0;
}.contact-us-style #contact {
    flex-direction: column;
    display: flex;
    gap: 25px;
}.contact-us-style h3 {
    position: relative;
    color: #ffffff;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 19px;
}.contact-us-style h3::after {
    content: "";
    background: rgb(180,180,207);
    bottom: -10px;
    width: 50px;
    left: 0;
    position: absolute;
    height: 2px;
}.contact-us-style input[type="text"] {
    padding: 16px 20px;
    transition: all 0.3s ease;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    font-size: 12px;
    position: relative;
    color: #ffffff;
}.contact-us-style input[type="text"]:focus {
    background: rgba(0, 0, 0, 0.3);
    border-color: rgb(180,180,207);
    outline: none;
    box-shadow: 0 0 15px rgba(rgb(180,180,207), 0.2);
}.contact-us-style input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}.contact-us-style .reach-card-style {
    align-items: flex-start;
    display: flex;
    gap: 12px;
    margin-top: 5px;
}.contact-us-style .reach-card-style input[type="checkbox"] {
    height: 24px;
    margin-top: 2px;
    width: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    background: rgba(0, 0, 0, 0.2);
    appearance: none;
    position: relative;
    border-radius: 3px;
}.contact-us-style .reach-card-style input[type="checkbox"]:checked {
    border-color: rgb(180,180,207);
    background: rgb(180,180,207);
}.contact-us-style .reach-card-style input[type="checkbox"]:checked::after {
    height: 10px;
    top: 6px;
    border-width: 0 2px 2px 0;
    width: 6px;
    transform: rotate(45deg);
    border: solid #ffffff;
    position: absolute;
    content: "";
    left: 9px;
}.contact-us-style .reach-card-style label {
    font-size: calc(12px - 2px);
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
}.contact-us-style .reach-card-style a {
    color: rgb(180,180,207);
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}.contact-us-style .reach-card-style a:hover {
    color: #ffffff;
}.contact-us-style .reach-card-style a::after {
    position: absolute;
    height: 1px;
    width: 100%;
    background: rgb(180,180,207);
    bottom: -2px;
    content: "";
    left: 0;
    transition: all 0.3s ease;
}.contact-us-style .reach-card-style a:hover::after {
    background: #ffffff;
}.contact-us-style .feedback-card-style {
    border: none;
    letter-spacing: 1px;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    align-self: flex-start;
    margin-top: 10px;
    border-radius: 10px;
    color: #ffffff;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-weight: 600;
    overflow: hidden;
    font-size: 20px;
    padding: 16px 35px;
    background: rgb(180,180,207);
    position: relative;
}.contact-us-style .feedback-card-style::before {
    position: absolute;
    content: "";
    width: 100%;
    transition: all 0.5s ease;
    left: -100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
}.contact-us-style .feedback-card-style:hover {
    background: rgb(144,138,177);
    transform: translateY(-3px);
}.contact-us-style .feedback-card-style:hover::before {
    left: 100%;
}.contact-us-style svg {
    fill: rgb(180,180,207);
    transition: all 0.3s ease;
    height: 22px;
    width: 22px;
    filter: drop-shadow(0 0 5px rgba(rgb(180,180,207), 0.5));
}.contact-us-style svg path {
    transition: all 0.3s ease;
    fill: rgb(180,180,207);
}.contact-us-style svg:hover {
    transform: scale(1.1);
    fill: #ffffff;
}.contact-us-style svg:hover path {
    fill: #ffffff;
}

@media (max-width: 992px) {.contact-us-style {
    padding: 70px 0;
}.contact-us-style .request-card-style {
    grid-template-columns: 1fr;
}.contact-us-style .img-responsive-style {
    min-height: 300px;
}.contact-us-style .message-feedback-style {
    padding: 40px 30px 50px;
}
}

@media (max-width: 768px) {.contact-us-style {
    padding: 50px 0;
}.contact-us-style h2 {
    font-size: calc(37px - 4px);
    margin-bottom: 50px;
}.contact-us-style .img-responsive-style {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact-us-style {
    padding: 40px 0;
}.contact-us-style .container {
    padding: 0 15px;
}.contact-us-style h2 {
    margin-bottom: 40px;
    font-size: calc(37px - 6px);
}.contact-us-style h2::before {
    width: 20px;
    left: calc(50% - 35px);
}.contact-us-style h2::after {
    width: 50px;
}.contact-us-style .message-feedback-style {
    padding: 30px 20px 40px;
}.contact-us-style #contact {
    gap: 20px;
}.contact-us-style .feedback-card-style {
    width: 100%;
}.contact-us-style .img-responsive-style {
    min-height: 200px;
}}.plan-list-style {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.plan-list-style::before {
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 1;
}.plan-list-style .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}.plan-list-style .plan-deals-style {
    position: relative;
}.plan-list-style h2 {
    text-align: center;
    color: #ffffff;
    transform: translateY(20px);
    font-size: calc(34px * 1.1);
    letter-spacing: 0.5px;
    animation: fadeSlideUp 0.8s ease-out forwards;
    font-weight: 700;
    opacity: 0;
    margin-bottom: 25px;
    position: relative;
}.plan-list-style .lesson-plans-style {
    animation: fadeSlideUp 0.8s ease-out 0.2s forwards;
    position: relative;
    font-size: 14px;
    text-align: center;
    transform: translateY(20px);
    max-width: 700px;
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.6;
    opacity: 0;
    word-break: break-word;
    overflow-wrap: break-word;
    margin: 0 auto 50px;
}.plan-list-style .plan-table-style {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    list-style: none;
    display: grid;
    padding: 0;
    perspective: 1000px;
}.plan-list-style .plan-table-style li {
    transform: translateZ(0) rotateY(5deg);
    transform-style: preserve-3d;
    opacity: 0;
    animation: fadeIn 0.8s ease-out forwards, rotateCard 0.8s ease-out forwards;
    animation-delay: calc(0.2s * var(--li-index, 1));
}.plan-list-style .plan-table-style li:nth-child(1) {
    --li-index: 1;
}.plan-list-style .plan-table-style li:nth-child(2) {
    --li-index: 2;
}.plan-list-style .plan-table-style li:nth-child(3) {
    --li-index: 3;
}.plan-list-style .plan-table-style li:nth-child(4) {
    --li-index: 4;
}.plan-list-style .pricing-list-style {
    display: block;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    text-decoration: none;
    height: 100%;
}.plan-list-style .pricing-list-style:hover {
    transform: translateY(-10px) scale(1.02);
}.plan-list-style .premium-cost-style {
    height: 100%;
    border: 1px solid rgba(255,255,255,0.1);
    padding: 30px;
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.07) 0%, 
        rgba(255,255,255,0.03) 100%);
    transition: all 0.4s ease;
    overflow: hidden;
    -webkit-backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2), 
                0 5px 15px rgba(0,0,0,0.1),
                inset 0 1px 1px rgba(255,255,255,0.1);
}.plan-list-style .pricing-list-style:hover .premium-cost-style {
    box-shadow: 0 20px 40px rgba(0,0,0,0.25), 
                0 10px 20px rgba(0,0,0,0.15),
                inset 0 1px 2px rgba(255,255,255,0.15);
    background: linear-gradient(145deg, 
        rgba(rgb(180,180,207), 0.15) 0%, 
        rgba(rgb(180,180,207), 0.05) 100%);
}.plan-list-style .premium-cost-style::before {
    transition: opacity 0.6s ease;
    top: -50%;
    opacity: 0;
    pointer-events: none;
    height: 200%;
    position: absolute;
    transform: rotate(30deg);
    background: radial-gradient(
        ellipse at center,
        rgba(255,255,255,0.1) 0%,
        rgba(255,255,255,0) 70%
    );
    width: 200%;
    left: -50%;
    content: "";
}.plan-list-style .pricing-list-style:hover .premium-cost-style::before {
    opacity: 1;
}.plan-list-style .learn-offers-style {
    flex-direction: column;
    display: flex;
    height: 100%;
}.plan-list-style .learn-offers-style h4 {
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    margin-top: 0;
    color: #ffffff;
    font-weight: 600;
    font-size: calc(22px * 1.1);
    position: relative;
}.plan-list-style .pricing-list-style:hover .learn-offers-style h4 {
    transform: translateY(-2px);
    color: rgb(180,180,207);
}.plan-list-style .learn-offers-style h4::after {
    transform-origin: left;
    bottom: -10px;
    transform: scaleX(0.7);
    background: rgb(180,180,207);
    position: absolute;
    width: 50px;
    transition: transform 0.4s ease;
    content: "";
    left: 0;
    height: 2px;
}.plan-list-style .pricing-list-style:hover .learn-offers-style h4::after {
    transform: scaleX(1);
}.plan-list-style .learn-offers-style p {
    white-space: normal;
    font-size: calc(14px * 0.9);
    color: rgb(255, 255, 255, 0.5);
    overflow-wrap: break-word;
    line-height: 1.7;
    margin-bottom: 25px;
    word-break: break-word;
    flex-grow: 1;
}.plan-list-style .cost-breakdown-style {
    position: relative;
    transition: transform 0.3s ease, color 0.3s ease;
    display: inline-block;
    font-size: calc(22px * 1.4);
    font-weight: 700;
    color: #ffffff;
    padding: 10px 0;
    margin-top: auto;
}.plan-list-style .pricing-list-style:hover .cost-breakdown-style {
    color: rgb(180,180,207);
    transform: scale(1.05);
}.plan-list-style .cost-breakdown-style::before {
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(to right, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.3) 50%,
        rgba(255,255,255,0.1) 100%);
    width: 100%;
    top: 0;
    height: 1px;
}

@keyframes fadeSlideUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes rotateCard {
    0% {
        transform: translateZ(0) rotateY(5deg);
    }
    100% {
        transform: translateZ(0) rotateY(0);
    }
}

@media (max-width: 1024px) {.plan-list-style {
    padding: 100px 0;
}.plan-list-style .plan-table-style {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}.plan-list-style .premium-cost-style {
    padding: 25px;
}
}

@media (max-width: 768px) {.plan-list-style {
    padding: 80px 0;
}.plan-list-style h2 {
    margin-bottom: 20px;
    font-size: 34px;
}.plan-list-style .lesson-plans-style {
    margin-bottom: 40px;
    font-size: calc(14px * 0.95);
}.plan-list-style .plan-table-style {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.plan-list-style .premium-cost-style {
    padding: 25px 20px;
}.plan-list-style .learn-offers-style h4 {
    font-size: 22px;
}.plan-list-style .learn-offers-style p {
    font-size: calc(14px * 0.85);
}.plan-list-style .cost-breakdown-style {
    font-size: calc(22px * 1.2);
}
}

@media (max-width: 480px) {.plan-list-style {
    padding: 60px 0;
}.plan-list-style h2 {
    font-size: calc(34px * 0.9);
}.plan-list-style .lesson-plans-style {
    font-size: calc(14px * 0.9);
}.plan-list-style .premium-cost-style {
    padding: 20px 15px;
}.plan-list-style .learn-offers-style h4 {
    font-size: calc(22px * 0.95);
}.plan-list-style .learn-offers-style p {
    line-height: 1.6;
    margin-bottom: 20px;
}.plan-list-style .cost-breakdown-style {
    font-size: calc(22px * 1.1);
}}.cookieNotificationBar-style {
    width: 100%;
    animation: fadeInUp 0.5s ease-out;
    background-color: rgb(217,217,231);
    border-top: 1px solid rgb(180,180,207);
    z-index: 1000;
    position: fixed;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
    bottom: 0;
}.cookieNotificationBar-style .cookie-eductrl-style {
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    flex-shrink: 0;
    margin-right: 20px;
    transform-origin: center;
}.cookieNotificationBar-style .cookie-eductrl-style svg {
    height: 60px;
    width: 60px;
    fill: rgb(180,180,207);
}@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.cookieNotificationBar-style .cookie-explained-style {
    flex-grow: 1;
}.cookieNotificationBar-style .cookie-explained-style h5 {
    color: rgb(180,180,207);
    margin-bottom: 6px;
    font-size: 22px;
}.cookieNotificationBar-style .cookie-explained-style p {
    line-height: 1.5;
    margin: 0;
    font-size: 17px;
    color: #000000;
}.cookieNotificationBar-style .web-cookies-style {
    margin-top: 20px;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: rgb(180,180,207);
    text-decoration: none;
    margin-right: 15px;
    display: inline-block;
    color: #ffffff;
    transition: transform 0.3s, box-shadow 0.3s;
}.cookieNotificationBar-style .web-cookies-style:hover {
    transform: translateY(-3px);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}.cookieNotificationBar-style .web-cookies-style:active {
    transform: translateY(1px);
    box-shadow: none;
}
@media (max-width: 768px) {.cookieNotificationBar-style .cookie-eductrl-style {
    margin-right: 0;
    margin-bottom: 15px;
}.cookieNotificationBar-style .web-cookies-style {
    text-align: center;
    width: 48%;
    margin-left: 0;
}}
#cookie-popupwindow-style {
    display: none;
}#cookie-popupwindow-style:checked ~ .cookieNotificationBar-style {
    opacity: 0;
    visibility: hidden;
}.thxSection-style {
    position: relative;
    isolation: isolate;
    padding: 6rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(180,180,207,0.5), rgb(144,138,177), rgb(180,180,207));
}.thxSection-style::before {
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 2px, transparent 3px),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.1) 2px, transparent 3px);
    content: "";
    left: 0;
    background-size: 60px 60px, 40px 40px;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    animation: shimmer 15s infinite linear;
    top: 0;
    position: absolute;
}.thxSection-style::after {
    position: absolute;
    width: 40%;
    transform: rotate(-15deg) skew(20deg);
    background: linear-gradient(160deg, rgb(144,138,177,0.5), transparent);
    z-index: -1;
    top: -10%;
    height: 70%;
    right: -5%;
    content: "";
    filter: blur(40px);
}.thxSection-style .container {
    position: relative;
    max-width: 1140px;
    z-index: 1;
    margin: 0 auto;
}.thxSection-style .creds-block-style {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transform-origin: center bottom;
    background: rgba(255, 255, 255, 0.95);
    padding: 3.5rem;
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
}.thxSection-style .creds-block-style::before {
    animation: shimmerBorder 3s infinite linear;
    opacity: 0.9;
    left: 0;
    height: 6px;
    background: linear-gradient(90deg, rgb(180,180,207), rgb(144,138,177), rgb(180,180,207));
    position: absolute;
    width: 100%;
    transform-origin: left center;
    top: 0;
    content: "";
}.thxSection-style .creds-block-style::after {
    border-radius: 50%;
    left: 5%;
    position: absolute;
    z-index: -1;
    background: rgba(0, 0, 0, 0.07);
    content: "";
    width: 90%;
    filter: blur(15px);
    height: 20px;
    bottom: -20px;
}.thxSection-style .creds-block-style > div:first-child {
    margin-bottom: 2rem;
    position: relative;
}.thxSection-style .creds-block-style > div:first-child::after {
    animation: expandLine 1.5s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    height: 3px;
    transform: scaleX(0);
    background: rgb(144,138,177);
    bottom: -0.75rem;
    left: 0;
    width: 60px;
    content: "";
    transform-origin: left center;
    position: absolute;
}.thxSection-style h5 {
    font-size: 18px;
    transform: translateY(20px);
    color: #000000;
    margin: 0;
    animation: fadeSlideUp 1s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    line-height: 1.4;
    font-weight: 700;
}.thxSection-style p {
    color: #000000;
    font-size: 18px;
    font-family: Arial, sans-serif;
    animation: fadeSlideUp 1s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(20px);
    opacity: 0;
    margin: 0;
    line-height: 1.8;
}.thxSection-style a {
    display: block;
    color: inherit;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
}.thxSection-style a::before {
    transform-origin: right center;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    content: "";
    background: rgb(180,180,207,0.5);
    right: 0;
    bottom: -10px;
    position: absolute;
    width: 30%;
    height: 2px;
    transform: scaleX(0);
}.thxSection-style a:hover {
    transform: translateX(5px);
}.thxSection-style a:hover::before {
    transform: scaleX(1);
}

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

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

@keyframes shimmer {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 100px 100px, -100px -100px;
    }
}

@keyframes shimmerBorder {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}

@media (hover: hover) {.thxSection-style .creds-block-style:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
            0 25px 50px rgba(0, 0, 0, 0.12),
            0 5px 15px rgba(0, 0, 0, 0.06),
            0 0 0 1px rgba(255, 255, 255, 0.25) inset;
}
}

@media screen and (max-width: 992px) {.thxSection-style {
    padding: 5rem 2rem;
}.thxSection-style .creds-block-style {
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.thxSection-style h5 {
    font-size: calc(18px * 0.9);
}
}

@media screen and (max-width: 768px) {.thxSection-style {
    padding: 4rem 1.5rem;
}.thxSection-style .creds-block-style {
    transform: none;
    padding: 2rem;
}.thxSection-style .creds-block-style::before {
    height: 4px;
}.thxSection-style h5 {
    font-size: calc(18px * 0.85);
}.thxSection-style p {
    font-size: calc(18px * 0.95);
}
}

@media screen and (max-width: 576px) {.thxSection-style {
    padding: 3rem 1rem;
}.thxSection-style .creds-block-style {
    padding: 1.75rem;
}.thxSection-style .creds-block-style::before {
    height: 3px;
}.thxSection-style h5 {
    font-size: calc(18px * 0.8);
}.thxSection-style p {
    font-size: calc(18px * 0.9);
    line-height: 1.7;
}.thxSection-style .creds-block-style > div:first-child {
    margin-bottom: 1.5rem;
}}.support-style {
    overflow: hidden;
    padding: 6rem 0;
    background: rgb(217,217,231);
    position: relative;
}.support-style::before {
    position: absolute;
    background: 
        radial-gradient(circle at 20% 20%, rgb(180,180,207,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(144,138,177,0.5) 0%, transparent 40%);
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 0;
    top: 0;
    content: "";
}.support-style .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    position: relative;
    padding: 0 1.5rem;
}.support-style .edu-tutor-style {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}.support-style .get-assistance-style {
    position: relative;
    z-index: 1;
}.support-style .get-assistance-style:nth-child(1) {
    display: flex;
    justify-content: center;
    background: linear-gradient(225deg, rgb(180,180,207) 0%, #000000 100%);
    width: 35%;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    border-radius: 18px 0 0 18px;
    flex-direction: column;
    padding: 3rem;
}.support-style .get-assistance-style:nth-child(2) {
    overflow: hidden;
    z-index: 0;
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
    width: 30%;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}.support-style .get-assistance-style:nth-child(3) {
    justify-content: center;
    display: flex;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    width: 35%;
    flex-direction: column;
    padding: 3rem;
    border-radius: 0 18px 18px 0;
    background: linear-gradient(225deg, rgb(144,138,177,0.5) 0%, #000000 100%);
}.support-style .get-assistance-style h2 {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    font-size: 31px;
    padding-left: 1rem;
    position: relative;
    margin-bottom: 2rem;
}.support-style .get-assistance-style h2::before {
    background: rgb(144,138,177);
    left: 0;
    content: "";
    width: 4px;
    border-radius: 2px;
    top: 0;
    height: 100%;
    position: absolute;
}.support-style .get-contactpanel-style {
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
    font-size: calc(16px * 1.2);
}.support-style .edu-faq-style {
    margin-bottom: 2rem;
    line-height: 1.7;
    color: #ffffff;
    opacity: 0.9;
}.support-style .get-assistance-style p {
    color: #ffffff;
    gap: 1rem;
    margin-bottom: 1rem;
    align-items: center;
    display: flex;
}.support-style .get-assistance-style p span {
    font-weight: 600;
}.support-style .message-panel-style {
    margin-top: 2rem;
    position: relative;
}.support-style .message-panel-style::before {
    background: linear-gradient(90deg, rgb(144,138,177), transparent);
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    height: 1px;
    content: "";
}.support-style .message-panel-style h3 {
    font-weight: 600;
    margin: 1rem 0;
    font-size: 18px;
    color: #ffffff;
}.support-style .learn-faq-style {
    flex-direction: column;
    display: flex;
    gap: 0.5rem;
}.support-style .learn-faq-style span {
    padding: 0.5rem 0;
    transition: all 0.3s ease;
    position: relative;
    align-items: center;
    color: #ffffff;
    display: flex;
    padding-left: 1.5rem;
    font-size: calc(16px * 0.9);
}.support-style .learn-faq-style span::before {
    width: 8px;
    top: 50%;
    content: "";
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    height: 8px;
    background: rgb(144,138,177);
}.support-style .learn-faq-style span:hover {
    transform: translateX(5px);
}.support-style .get-assistance-style .img-responsive-style {
    min-height: 400px;
    position: relative;
    height: 100%;
    transition: all 0.5s ease;
    filter: saturate(0.8) contrast(1.1);
}.support-style .get-assistance-style .img-responsive-style:hover {
    filter: saturate(1) contrast(1);
}.support-style .get-assistance-style .img-responsive-style::before {
    z-index: 1;
    height: 100%;
    content: '';
    background: linear-gradient(135deg, rgb(180,180,207,0.5) 0%, transparent 50%);
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
}.support-style .edu-reach-style {
    gap: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}.support-style .edu-reach-style a {
    padding: 1.25rem;
    gap: 1.5rem;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
    border-right: 3px solid rgb(144,138,177);
    display: flex;
    position: relative;
    align-items: center;
}.support-style .edu-reach-style a::before {
    background: rgb(144,138,177,0.5);
    height: 100%;
    position: absolute;
    content: '';
    transition: all 0.3s ease;
    left: 0;
    top: 0;
    z-index: -1;
    width: 0;
}.support-style .edu-reach-style a:hover::before {
    width: 100%;
}.support-style .edu-reach-style a:hover {
    transform: translateX(-5px);
}.support-style .edu-reach-style a span {
    flex: 0 0 auto;
    align-items: center;
    display: flex;
    font-size: calc(16px * 0.9);
    opacity: 0.7;
    gap: 0.5rem;
    color: #ffffff;
}.support-style .edu-reach-style a p {
    font-size: 16px;
    text-align: right;
    font-weight: 600;
    margin: 0;
    color: #ffffff;
    flex: 1;
}.support-style svg {
    fill: none;
    width: 20px;
    height: 20px;
}.support-style svg path {
    transition: fill 0.3s ease;
    fill: rgb(144,138,177);
}.support-style .edu-reach-style a:hover svg path {
    fill: #ffffff;
}

@media (max-width: 1200px) {.support-style .get-assistance-style:nth-child(1) {
    width: 40%;
}.support-style .get-assistance-style:nth-child(2) {
    width: 25%;
}.support-style .get-assistance-style:nth-child(3) {
    width: 35%;
}
}

@media (max-width: 992px) {.support-style .edu-tutor-style {
    flex-direction: column;
}.support-style .get-assistance-style:nth-child(1),
    .support-style .get-assistance-style:nth-child(2),
    .support-style .get-assistance-style:nth-child(3) {
    width: 100%;
    clip-path: none;
    border-radius: 18px;
    margin-bottom: 1.5rem;
}.support-style .get-assistance-style .img-responsive-style {
    min-height: 300px;
}.support-style .edu-reach-style {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
}.support-style .edu-reach-style a {
    min-width: 250px;
    flex: 1 1 calc(50% - 0.5rem);
}
}

@media (max-width: 768px) {.support-style {
    padding: 4rem 0;
}.support-style .get-assistance-style:nth-child(1),
    .support-style .get-assistance-style:nth-child(3) {
    padding: 2rem;
}.support-style .edu-reach-style {
    flex-direction: column;
}.support-style .edu-reach-style a {
    width: 100%;
}.support-style .get-assistance-style .img-responsive-style {
    min-height: 250px;
}.support-style .get-assistance-style h2 {
    margin-bottom: 1.5rem;
    font-size: calc(31px * 0.9);
}
}

@media (max-width: 480px) {.support-style {
    padding: 3rem 0;
}.support-style .get-assistance-style:nth-child(1),
    .support-style .get-assistance-style:nth-child(3) {
    padding: 1.5rem;
}.support-style .get-assistance-style .img-responsive-style {
    min-height: 200px;
}.support-style .message-panel-style {
    margin-top: 1.5rem;
}.support-style .message-panel-style h3 {
    font-size: calc(18px * 0.9);
}.support-style .edu-reach-style a {
    padding: 1rem;
}}.privacy-nook-style {
    color: #000000;
    overflow: hidden;
    position: relative;
    padding: 5rem 2rem;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(217,217,231) 0%, rgba(245, 247, 250, 0.95) 100%);
}.privacy-nook-style::before {
    top: 0;
    transform: skewX(-15deg) translateX(20%);
    opacity: 0.05;
    width: 30%;
    position: absolute;
    content: "";
    height: 100%;
    right: 0;
    background: linear-gradient(90deg, transparent, rgb(180,180,207,0.5));
}.privacy-nook-style::after {
    bottom: 0;
    height: 5px;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(180,180,207), rgb(144,138,177), rgb(180,180,207));
    width: 100%;
    opacity: 0.7;
}.privacy-nook-style .container {
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
    z-index: 2;
}.privacy-nook-style h1 {
    position: relative;
    transform: translateX(-0.5rem);
    font-size: 40px;
    color: #000000;
    padding-bottom: 1rem;
    margin-bottom: 2.5rem;
    font-weight: 700;
}.privacy-nook-style h1::after {
    width: 80px;
    left: 0;
    background: linear-gradient(90deg, rgb(180,180,207), rgb(144,138,177));
    content: "";
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: absolute;
    bottom: 0;
    transform-origin: left;
    height: 4px;
}.privacy-nook-style h1:hover::after {
    transform: scaleX(1.5);
}.privacy-nook-style h2 {
    padding-left: 1rem;
    font-weight: 600;
    margin: 2.5rem 0 1.5rem;
    color: #000000;
    position: relative;
    font-size: 32px;
}.privacy-nook-style h2::before {
    content: "";
    background: linear-gradient(to bottom, rgb(180,180,207), rgb(144,138,177));
    border-radius: 10px;
    top: 0.25rem;
    bottom: 0.25rem;
    width: 4px;
    left: 0;
    position: absolute;
}.privacy-nook-style h3 {
    color: #000000;
    font-size: calc(32px * 0.85);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 2rem 0 1.2rem;
    padding-bottom: 0.75rem;
    font-weight: 600;
}.privacy-nook-style h4 {
    font-weight: 600;
    font-size: calc(32px * 0.75);
    margin: 1.8rem 0 1rem;
    color: #000000;
}.privacy-nook-style p {
    margin-bottom: 1.5rem;
    line-height: 1.75;
    max-width: 95%;
    font-size: 12px;
    color: #000000;
}.privacy-nook-style p strong {
    position: relative;
    display: inline-block;
    color: #000000;
    font-weight: 600;
}.privacy-nook-style p strong::after {
    background: rgb(144,138,177,0.5);
    width: 100%;
    opacity: 0.5;
    bottom: -2px;
    position: absolute;
    height: 2px;
    content: "";
    left: 0;
}.privacy-nook-style ul {
    list-style: none;
    padding-left: 1.5rem;
    margin: 1.5rem 0 2rem;
}.privacy-nook-style li {
    line-height: 1.6;
    position: relative;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}.privacy-nook-style li::before {
    content: "";
    top: 0.75rem;
    width: 8px;
    height: 8px;
    left: 0;
    transform: rotate(45deg);
    position: absolute;
    background: rgb(144,138,177);
    opacity: 0.8;
}.privacy-nook-style span {
    font-size: 12px;
    margin-bottom: 1.75rem;
    display: block;
    padding-left: 1rem;
    border-left: 2px solid rgb(144,138,177,0.5);
    max-width: 95%;
    line-height: 1.7;
}

@media screen and (min-width: 1200px) {.privacy-nook-style {
    padding: 7rem 3rem;
}.privacy-nook-style .container {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    display: grid;
}.privacy-nook-style h1 {
    transform: translateX(-1rem);
    grid-column: 1 / -1;
    font-size: calc(40px * 1.2);
}.privacy-nook-style h1::after {
    width: 120px;
}.privacy-nook-style h2, 
    .privacy-nook-style h3, 
    .privacy-nook-style h4 {
    grid-column: 1 / -1;
}.privacy-nook-style p, 
    .privacy-nook-style ul,
    .privacy-nook-style span {
    max-width: 85%;
}
}

@media screen and (max-width: 991px) {.privacy-nook-style {
    padding: 4rem 1.5rem;
}.privacy-nook-style h1 {
    font-size: calc(40px * 0.9);
}.privacy-nook-style h2 {
    font-size: calc(32px * 0.9);
}.privacy-nook-style::before {
    width: 50%;
}
}

@media screen and (max-width: 767px) {.privacy-nook-style {
    padding: 3rem 1rem;
}.privacy-nook-style h1 {
    margin-bottom: 1.5rem;
    font-size: calc(40px * 0.8);
}.privacy-nook-style h2 {
    margin: 2rem 0 1rem;
    font-size: calc(32px * 0.8);
}.privacy-nook-style h3 {
    font-size: calc(32px * 0.7);
}.privacy-nook-style h4 {
    font-size: calc(32px * 0.6);
}.privacy-nook-style p,
    .privacy-nook-style span,
    .privacy-nook-style li {
    font-size: calc(12px * 0.95);
}.privacy-nook-style ul {
    padding-left: 0.5rem;
}.privacy-nook-style span {
    padding-left: 0.75rem;
}
}

@media screen and (max-width: 480px) {.privacy-nook-style {
    padding: 2.5rem 1rem;
}.privacy-nook-style h1::after {
    width: 60px;
}.privacy-nook-style h2::before {
    width: 3px;
}.privacy-nook-style li {
    padding-left: 1.25rem;
}.privacy-nook-style p,
    .privacy-nook-style span,
    .privacy-nook-style li {
    max-width: 100%;
}}.welcome-board-style {
    justify-content: center;
    overflow: hidden;
    align-items: center;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(217,217,231) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    display: flex;
}.welcome-board-style::before {
    position: absolute;
    z-index: 1;
    height: 100%;
    left: 0;
    opacity: 0.3;
    background: 
    radial-gradient(circle at 20% 30%, rgb(180,180,207,0.5) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgb(144,138,177,0.5) 0%, transparent 40%);
    content: "";
    width: 100%;
    top: 0;
}.welcome-board-style::after {
    width: 50%;
    right: -10%;
    animation: floatGlow 12s infinite alternate ease-in-out;
    filter: blur(80px);
    z-index: 0;
    height: 50%;
    top: -10%;
    background: linear-gradient(45deg, rgb(180,180,207,0.5) 0%, rgb(144,138,177) 100%);
    position: absolute;
    transform: rotate(15deg);
    content: "";
}.welcome-board-style .edu-head-style {
    max-width: 1200px;
    width: 90%;
    grid-gap: 2rem;
    transform: translateY(-2%);
    grid-template-columns: 1fr;
    z-index: 2;
    display: grid;
    position: relative;
}.welcome-board-style .edu-head-style > div:first-child {
    position: relative;
    animation: slideInLeft 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    padding: 2rem;
    transform: translateX(-5%);
}.welcome-board-style .edu-head-style > div:first-child::before {
    width: 3px;
    position: absolute;
    height: 0;
    content: "";
    top: 0;
    background: rgb(180,180,207);
    left: 0;
    animation: lineGrow 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.5s;
}.welcome-board-style .edu-head-style p {
    line-height: 1.6;
    transform: translateY(20px);
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-size: calc(14px * 1.2);
    margin: 0;
    animation: fadeUp 1s ease forwards 0.8s;
    color: #ffffff;
    opacity: 0;
    position: relative;
    max-width: 90%;
}.welcome-board-style .learn-skill-style {
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    animation: fadeScale 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}.welcome-board-style .learn-skill-style:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-5px);
}.welcome-board-style .learn-skill-style > div {
    position: relative;
    min-height: 450px;
    justify-content: space-between;
    flex-direction: column;
    padding: 2.5rem;
    display: flex;
}.welcome-board-style .learn-skill-style > div::before {
    width: 100%;
    height: 100%;
    left: 0;
    background: linear-gradient(to bottom, 
    rgba(0, 0, 0, 0.3) 0%, 
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.8) 100%);
    position: absolute;
    z-index: 1;
    top: 0;
    content: "";
}.welcome-board-style .learn-skill-style h3 {
    position: relative;
    margin-bottom: 2rem;
    transform: translateY(20px);
    z-index: 2;
    opacity: 0;
    line-height: 1.4;
    animation: fadeUp 1s ease forwards 1.2s;
    font-weight: 400;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    max-width: 90%;
    font-size: calc(19px * 1.1);
}.welcome-board-style .learn-skill-style > div > div {
    z-index: 2;
    margin-top: auto;
    position: relative;
}.welcome-board-style .title_style_header {
    background: linear-gradient(90deg, #ffffff, rgb(180,180,207));
    color: transparent;
    animation: fadeUp 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1.5s;
    opacity: 0;
    display: inline-block;
    position: relative;
    line-height: 1.2;
    transform: translateY(30px);
    margin: 0;
    font-weight: 700;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    background-clip: text !important;
    font-size: 48px;
    -webkit-background-clip: text !important;
    color: #ffffff;
}.welcome-board-style .title_style_header::after {
    left: 0;
    content: "";
    height: 3px;
    bottom: -10px;
    animation: lineGrowWidth 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 2s;
    width: 0;
    position: absolute;
    background: rgb(180,180,207);
}

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

@keyframes lineGrow {
  0% {
    height: 0;
  }
  100% {
    height: 80%;
  }
}

@keyframes lineGrowWidth {
  0% {
    width: 0;
  }
  100% {
    width: 60%;
  }
}

@keyframes fadeScale {
  0% {
    opacity: 0;
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg) scale(1);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-15%);
  }
  100% {
    opacity: 1;
    transform: translateX(-5%);
  }
}

@keyframes floatGlow {
  0% {
    transform: rotate(15deg) translateY(0);
    filter: blur(80px);
  }
  50% {
    filter: blur(100px);
  }
  100% {
    transform: rotate(12deg) translateY(-20px);
    filter: blur(70px);
  }
}

@media (min-width: 768px) {.welcome-board-style .edu-head-style {
    grid-gap: 3rem;
    grid-template-columns: 0.4fr 0.6fr;
}.welcome-board-style .edu-head-style > div:first-child {
    display: flex;
    align-items: center;
}.welcome-board-style .edu-head-style p {
    font-size: calc(14px * 1.3);
}.welcome-board-style .learn-skill-style > div {
    min-height: 500px;
}.welcome-board-style .title_style_header {
    font-size: calc(48px * 1.2);
}.welcome-board-style .learn-skill-style h3 {
    max-width: 80%;
    font-size: calc(19px * 1.2);
}
}

@media (min-width: 992px) {.welcome-board-style .edu-head-style {
    grid-template-columns: 0.35fr 0.65fr;
}.welcome-board-style .learn-skill-style {
    transform: perspective(1500px) rotateY(-3deg) rotateX(1deg);
}.welcome-board-style .learn-skill-style:hover {
    transform: perspective(1500px) rotateY(0deg) rotateX(0deg) translateY(-10px);
}.welcome-board-style .learn-skill-style > div {
    padding: 3rem;
    min-height: 550px;
}.welcome-board-style .title_style_header {
    font-size: calc(48px * 1.4);
}
}

@media (max-width: 767px) {.welcome-board-style {
    padding: 4rem 1rem;
}.welcome-board-style .edu-head-style > div:first-child {
    padding: 1.5rem;
}.welcome-board-style .learn-skill-style > div {
    padding: 2rem;
    min-height: 400px;
}.welcome-board-style .title_style_header {
    font-size: calc(48px * 0.9);
}.welcome-board-style .learn-skill-style h3 {
    margin-bottom: 1.5rem;
    font-size: 19px;
}
}

@media (max-width: 480px) {.welcome-board-style {
    padding: 3rem 1rem;
}.welcome-board-style .edu-head-style {
    width: 95%;
}.welcome-board-style .edu-head-style > div:first-child {
    padding: 1rem;
}.welcome-board-style .edu-head-style p {
    max-width: 100%;
    font-size: 14px;
}.welcome-board-style .learn-skill-style > div {
    padding: 1.5rem;
    min-height: 350px;
}.welcome-board-style .title_style_header {
    font-size: calc(38px * 0.9);
}.welcome-board-style .learn-skill-style h3 {
    font-size: calc(16px * 1.1);
    max-width: 100%;
}}.attempt-now-style {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: linear-gradient(120deg, rgb(180,180,207) 0%, rgb(144,138,177) 100%);
    padding: 7rem 0;
    position: relative;
    overflow: hidden;
    perspective: 1000px;
    transform-style: preserve-3d;
}.attempt-now-style::before {
    background: radial-gradient(circle at 30% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 60%);
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
}.attempt-now-style::after {
    left: -50%;
    z-index: 0;
    height: 200%;
    animation: constellation 60s linear infinite;
    top: -50%;
    content: "";
    opacity: 0.4;
    position: absolute;
    width: 200%;
}.attempt-now-style .container {
    position: relative;
    flex-direction: column;
    z-index: 2;
    margin: 0 auto;
    display: flex;
    max-width: 1200px;
    padding: 0 2rem;
    align-items: center;
    transform: translateZ(30px);
}.attempt-now-style h6 {
    animation: slideUpFade 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    line-height: 1.6;
    transform: translateY(-10px);
    color: #ffffff;
    max-width: 800px;
    text-align: center;
    letter-spacing: 0.015em;
    opacity: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    font-size: calc(16px * 1.25);
    font-weight: 700;
    margin-bottom: 3rem;
}.attempt-now-style div > span {
    transform: perspective(1000px) rotateX(10deg);
    display: inline-block;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform-origin: center bottom;
}.attempt-now-style div > span:hover {
    transform: perspective(1000px) rotateX(0deg) scale(1.05);
}.attempt-now-style .feedback-card-style {
    padding: 1rem 2.5rem;
    position: relative;
    text-decoration: none;
    color: rgb(180,180,207);
    letter-spacing: 0.05em;
    animation: buttonAppear 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    opacity: 0;
    border: none;
    font-weight: 600;
    display: inline-block;
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    border-radius: 10px;
    font-size: 19px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.attempt-now-style .feedback-card-style::before {
    position: absolute;
    transform: translateX(-100%);
    content: "";
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.6), transparent);
    transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    top: -10%;
    height: 120%;
    left: -10%;
    width: 120%;
}.attempt-now-style .feedback-card-style:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
    transform: translateY(-2px);
    color: rgb(144,138,177);
}.attempt-now-style .feedback-card-style:hover::before {
    transform: translateX(100%);
}.attempt-now-style .feedback-card-style span {
    z-index: 1;
    position: relative;
    display: inline-block;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.attempt-now-style .feedback-card-style:hover span {
    transform: scale(1.05);
}.attempt-now-style div {
    align-items: center;
    display: flex;
    justify-content: center;
}

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

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

@keyframes buttonAppear {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 1200px) {.attempt-now-style {
    padding: 6rem 0;
}.attempt-now-style h6 {
    font-size: calc(16px * 1.15);
    max-width: 700px;
}
}

@media (max-width: 992px) {.attempt-now-style {
    padding: 5rem 0;
}.attempt-now-style h6 {
    max-width: 600px;
    margin-bottom: 2.5rem;
    font-size: 16px;
}
}

@media (max-width: 768px) {.attempt-now-style {
    padding: 4rem 0;
}.attempt-now-style .container {
    padding: 0 1.5rem;
}.attempt-now-style h6 {
    max-width: 100%;
    font-size: calc(16px * 0.95);
    margin-bottom: 2rem;
}.attempt-now-style .feedback-card-style {
    padding: 0.9rem 2rem;
}
}

@media (max-width: 576px) {.attempt-now-style {
    padding: 3.5rem 0;
}.attempt-now-style .container {
    padding: 0 1rem;
}.attempt-now-style h6 {
    margin-bottom: 1.75rem;
    font-size: calc(16px * 0.9);
    line-height: 1.5;
}.attempt-now-style .feedback-card-style {
    font-size: calc(19px * 0.95);
    padding: 0.8rem 1.8rem;
}
}

@media (max-width: 375px) {.attempt-now-style {
    padding: 3rem 0;
}.attempt-now-style h6 {
    margin-bottom: 1.5rem;
    font-size: calc(16px * 0.85);
}.attempt-now-style .feedback-card-style {
    padding: 0.75rem 1.6rem;
    font-size: calc(19px * 0.9);
}
}

@media (hover: none) {.attempt-now-style div > span {
    transform: none !important;
}.attempt-now-style .feedback-card-style:hover {
    transform: none;
}.attempt-now-style .feedback-card-style:hover span {
    transform: none;
}}header .top_plank {
    background: rgb(180,180,207);
    color:  #ffffff;
}header .top_plank .master-elite-style div svg, header .top_plank .master-elite-style div svg path {
    fill: #ffffff;
}header .top_plank .master-elite-style div span {
    color: #ffffff;
}header .top_plank .master-elite-style {
    align-items: center;
    font-size: 16px;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0 10px 0;
    line-height: 21px;
    width: 100%;
    display: flex;
}header .top_plank .master-elite-style div {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin-right: 24px;
}header .top_plank .master-elite-style div img, header .top_plank .master-elite-style div svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}