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

.container {
    margin: auto;
    max-width: 100%;
    width: 1154px;
}

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

.tutor-match-LXvVm {
    flex: 0 0 auto;
}

.tutor-match-LXvVm {
    padding: 0;
    background-color: rgb(194,130,110);
    color: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
}

.start-now-AbVOF::before {
    width: 100%;
    z-index: -1;
    position: absolute;
    background: 
        linear-gradient(
            135deg,
            transparent 25%,
            rgba(255, 255, 255, 0.05) 25%,
            rgba(255, 255, 255, 0.05) 50%,
            transparent 50%,
            transparent 75%,
            rgba(255, 255, 255, 0.05) 75%
        );
    top: 0;
    animation: patternMove 15s linear infinite;
    opacity: 0.5;
    left: 0;
    content: '';
    height: 100%;
    background-size: 30px 30px;
}

.start-now-AbVOF .knowledge-growth-wxXGA {
    align-items: center;
    flex-direction: column;
    display: flex;
    z-index: 2;
    justify-content: center;
    position: relative;
    max-width: 900px;
    padding: 0;
    margin: 0 auto;
}

.start-now-AbVOF .knowledge-growth-wxXGA::after {
    border-radius: 50%;
    z-index: -1;
    right: -30px;
    position: absolute;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 70%
    );
    height: 100px;
    top: -30px;
    content: '';
    animation: floatBubble 10s ease-in-out infinite alternate;
    width: 100px;
    filter: blur(20px);
}

.start-now-AbVOF h3::before {
    left: 10%;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    position: absolute;
    height: 1px;
    top: -30px;
    content: '';
    width: 80%;
}

.start-now-AbVOF h3:hover {
    transform: rotateX(0deg);
}

.start-now-AbVOF .edu-asknow-WMzJi {
    transition: all 0.4s ease;
    position: relative;
    transform: perspective(1000px) rotateX(10deg);
    color: rgb(220,169,154);
    font-weight: 600;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    display: inline-block;
    padding: 20px 50px;
    margin-bottom: 60px;
    letter-spacing: 2px;
    overflow: hidden;
    text-decoration: none;
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    border-radius: 10px;
    text-transform: uppercase;
    transform-origin: bottom center;
    z-index: 1;
    font-family: Arial, sans-serif;
    font-size: 15px;
}

.start-now-AbVOF .edu-asknow-WMzJi:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 10px 20px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    color: #ffffff;
}

.tutor-match-LXvVm .quick-reach-vWCSd {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    grid-template-columns: repeat(4, 1fr);
    padding: 3rem 1.5rem 5rem;
    z-index: 3;
    display: grid;
    margin-bottom: -2rem;
    background-color: rgb(220,169,154);
    position: relative;
}

.tutor-match-LXvVm .info_item {
    padding: 0.5rem 1rem;
    position: relative;
    transition: transform 0.3s ease;
}

.tutor-match-LXvVm .info_item p,
.tutor-match-LXvVm .info_item a {
    display: flex;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 18px;
    color: #ffffff;
    align-items: center;
    gap: 0.75rem;
}

.tutor-match-LXvVm .header-lead-aYUkB {
    z-index: 4;
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
    background-color: rgb(194,130,110);
    flex-direction: column;
    gap: 1.5rem;
    position: relative;
    display: flex;
    padding: 4rem 2rem 3rem;
}

.tutor-match-LXvVm .header-lead-aYUkB:hover svg {
    transform: scale(1.05);
}

.tutor-match-LXvVm .top-head-HZJhL {
    display: flex;
    gap: 2rem;
    position: relative;
    flex-direction: column;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    padding: 5rem 2rem 3rem;
    z-index: 2;
    background-color: #000000;
}

.tutor-match-LXvVm .top-head-HZJhL h5 {
    display: inline-block;
    margin-bottom: 1.5rem;
    font-size: 22px;
    position: relative;
    font-weight: 600;
    color: #ffffff;
}

.tutor-match-LXvVm .nav-info-tgVWl {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
}

.tutor-match-LXvVm .nav-info-tgVWl a {
    position: relative;
    padding: 0.5rem 0;
    text-decoration: none;
    transition: all 0.3s ease;
    opacity: 0.8;
    font-size: 18px;
    color: #ffffff;
}

.tutor-match-LXvVm .nav-info-tgVWl a:hover {
    padding-left: 10px;
    opacity: 1;
}

.tutor-match-LXvVm .subscribe_holder {
    gap: 1.5rem;
    z-index: 3;
    flex-direction: column;
    background-color: rgb(194,130,110);
    padding: 4rem 2rem 3rem;
    display: flex;
    position: relative;
}

.tutor-match-LXvVm .subscribe_holder h5 {
    font-size: 22px;
    margin-bottom: 1rem;
    font-weight: 600;
    color: #ffffff;
}

.tutor-match-LXvVm .subscribe_holder p {
    opacity: 0.9;
    color: #ffffff;
    line-height: 1.6;
    font-size: 18px;
    margin-bottom: 1rem;
}

.tutor-match-LXvVm .input_holder input[type="email"]:focus {
    border-color: rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.2);
    outline: none;
}

.tutor-match-LXvVm .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.tutor-match-LXvVm .sub-tile-iDqsr::before {
    left: -100%;
    width: 100%;
    position: absolute;
    transition: left 0.5s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    top: 0;
    height: 100%;
    content: '';
}

.tutor-match-LXvVm .sub-tile-iDqsr:hover {
    background-color: rgb(220,169,154,0.5);
}

.tutor-match-LXvVm .degree-path-tGEvf {
    position: relative;
    background-color: rgb(194,130,110);
    padding: 6rem 0 2rem;
    text-align: center;
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
    margin-top: 0;
    z-index: 1;
}

.tutor-match-LXvVm .syllabus-ref-FxtHW {
    opacity: 0.7;
    font-size: 13px;
    color: #ffffff;
}

.receive-updates-WtgAf::before {
    content: "";
    background: linear-gradient(135deg, rgb(220,169,154,0.5) 0%, transparent 40%);
    position: absolute;
    height: 100%;
    z-index: 1;
    left: 0;
    width: 100%;
    top: 0;
}

.receive-updates-WtgAf .container {
    position: relative;
    padding: 0 1.5rem;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}

.receive-updates-WtgAf .knowledge-growth-wxXGA:hover {
    transform: translateY(-5px);
}

.receive-updates-WtgAf .knowledge-growth-wxXGA::before {
    content: "";
    position: absolute;
    opacity: 0.05;
    left: 0;
    width: 100%;
    z-index: -1;
    top: 0;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(194,130,110,0.5) 0,
        rgb(194,130,110,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
}

.receive-updates-WtgAf h3::after {
    content: "";
    transform: scaleX(1);
    left: 0;
    background: rgb(220,169,154);
    bottom: -10px;
    transition: transform 0.4s ease;
    transform-origin: left;
    position: absolute;
    width: 60px;
    height: 3px;
}

.receive-updates-WtgAf .input_holder div {
    position: relative;
    flex: 1 1 250px;
}

.receive-updates-WtgAf .input_holder input[type="email"] {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
    background: #ffffff;
    font-size: calc(17px * 0.95);
    padding: 0.75rem 1rem;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    height: 50px;
    color: #000000;
    transition: all 0.3s ease;
}

.receive-updates-WtgAf .input_holder .sub-tile-iDqsr {
    z-index: 1;
    overflow: hidden;
    min-height: 50px;
    font-weight: 600;
    border: none;
    color: #ffffff;
    font-size: 16px;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 0.75rem 1.5rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    background: rgb(220,169,154);
    border-radius: 10px;
    flex: 0 0 auto;
}

.receive-updates-WtgAf .input_holder .sub-tile-iDqsr:hover::before {
    left: 100%;
}



.receive-updates-WtgAf .input_holder .sub-tile-iDqsr:focus {
    outline: none;
    animation: pulse 1.5s infinite;
}

.customer-experience-GhiRB {
    position: relative;
    background: linear-gradient(180deg, rgb(243,217,208) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 90px 0;
}

.customer-experience-GhiRB .knowledge-growth-wxXGA {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
}

.customer-experience-GhiRB h4 {
    text-align: center;
    transform: translateY(0);
    animation: fadeInDown 1s ease-out;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 60px;
    font-weight: 700;
    color: #000000;
    opacity: 1;
    font-size: 30px;
}

.customer-experience-GhiRB .user-praise-gvUSV {
    max-width: 900px;
    position: relative;
    margin: 0 auto;
}

.customer-experience-GhiRB .rating-insights-PDxcQ {
    clear: both;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    position: relative;
    background: #ffffff;
    padding: 30px;
    width: 45%;
    margin-bottom: 60px;
    border-radius: 22px;
    transition: all 0.4s ease;
}

.customer-experience-GhiRB .rating-insights-PDxcQ:nth-child(even) {
    animation-delay: calc(0.2s * var(--i, 0));
    float: right;
    animation: slideInRight 0.8s ease-out both;
}

.customer-experience-GhiRB .rating-insights-PDxcQ:nth-child(odd)::before {
    right: -60px;
}

.customer-experience-GhiRB .rating-insights-PDxcQ:nth-child(even)::before {
    left: -60px;
}

.customer-experience-GhiRB .rating-insights-PDxcQ:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.customer-experience-GhiRB .rating-insights-PDxcQ::after {
    border-style: solid;
    top: 32px;
    border-width: 10px;
    height: 15px;
    transition: all 0.4s ease;
    width: 15px;
    position: absolute;
    content: "";
}

.customer-experience-GhiRB .rating-insights-PDxcQ:nth-child(even)::after {
    border-color: transparent #ffffff transparent transparent;
    left: -20px;
}

.customer-experience-GhiRB .rating-insights-PDxcQ:hover .pic-frame-wbvcI {
    border-color: rgb(220,169,154);
    transform: scale(1.05);
}

.customer-experience-GhiRB .rating-insights-PDxcQ span {
    color: #000000;
    margin-bottom: 5px;
    font-size: 19px;
    margin-top: 10px;
    transition: all 0.3s ease;
    font-weight: 600;
    display: block;
}

.customer-experience-GhiRB .rating-insights-PDxcQ:hover p::before {
    background: rgb(220,169,154);
    width: 60px;
}

.data-analysis-McdzA {
    background: linear-gradient(135deg, rgb(243,217,208) 0%, rgba(245, 245, 252, 0.9) 100%);
    position: relative;
    padding: 4rem 0;
    overflow: hidden;
}

.data-analysis-McdzA::after {
    filter: blur(25px);
    background: linear-gradient(45deg, rgb(194,130,110,0.5) 0%, transparent 80%);
    transform: rotate(10deg);
    content: "";
    left: -2%;
    z-index: 1;
    position: absolute;
    width: 30%;
    height: 60%;
    bottom: -5%;
}

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

.data-analysis-McdzA .statistics-boosters-xXzfJ::before {
    content: "";
    left: 0;
    width: 5px;
    background: linear-gradient(to bottom, rgb(220,169,154), rgb(194,130,110));
    position: absolute;
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    top: 0;
    transform: scaleY(0);
    transform-origin: top;
}

.data-analysis-McdzA .statistics-boosters-xXzfJ:hover::before {
    transform: scaleY(1);
}

.data-analysis-McdzA .statistics-boosters-xXzfJ p {
    margin: 0 0 0.5rem;
    color: transparent;
    transform-origin: left;
    background: linear-gradient(120deg, rgb(220,169,154), rgb(194,130,110));
    background-clip: text;
    display: inline-block;
    font-size: calc(30px * 1.2);
    -webkit-background-clip: text;
    font-weight: 700;
    transition: transform 0.3s ease-out;
}

.data-analysis-McdzA .statistics-boosters-xXzfJ:nth-child(odd)::after {
    transform: scale(0);
    background: linear-gradient(135deg, rgb(194,130,110,0.5), transparent);
    width: 60px;
    content: "";
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    opacity: 0;
    right: -15px;
    position: absolute;
    height: 60px;
    z-index: 1;
    border-radius: 50%;
    bottom: -15px;
}

.data-analysis-McdzA .statistics-boosters-xXzfJ:hover::after {
    opacity: 1;
    transform: scale(1);
}

.data-analysis-McdzA h4::after {
    background: linear-gradient(90deg, rgb(220,169,154), rgb(194,130,110));
    width: 80px;
    bottom: 0;
    content: "";
    left: 50%;
    height: 3px;
    position: absolute;
    transform: translateX(-50%);
}

.training-results-KIfMG::before {
    top: 0;
    left: 0;
    background-image: radial-gradient(circle at 10% 20%, rgba(rgb(220,169,154,0.5), 0.05) 0%, transparent 60%);
    width: 100%;
    position: absolute;
    z-index: 0;
    height: 100%;
    content: "";
}

.training-results-KIfMG .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

.training-results-KIfMG .knowledge-growth-wxXGA {
    flex-direction: column-reverse;
    display: flex;
    position: relative;
    gap: 40px;
}

.training-results-KIfMG .knowledge-growth-wxXGA {
    gap: 80px;
}

.training-results-KIfMG .text-block-wrap-VNuhi:hover {
    transform: translateY(-5px);
}

.training-results-KIfMG .text-block-wrap-VNuhi h4 {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    padding-bottom: 15px;
    margin-bottom: 30px;
    position: relative;
}

.training-results-KIfMG .text-block-wrap-VNuhi:hover h4::after {
    width: 80px;
}

.training-results-KIfMG .text-block-wrap-VNuhi > div {
    gap: 20px;
    flex-direction: column;
    display: flex;
}

.training-results-KIfMG li {
    transition: all 0.3s ease-out;
    transform: translateX(0);
    opacity: 0.95;
    margin-bottom: 15px;
}

.training-results-KIfMG li {
    transform: translateY(30px);
    animation: fadeInUp 0.6s forwards;
    opacity: 0;
}

.training-results-KIfMG li p span:first-child {
    justify-content: center;
    flex-shrink: 0;
    align-items: center;
    display: flex;
    margin-top: 3px;
}

.training-results-KIfMG li:hover svg {
    transform: scale(1);
}

.training-results-KIfMG svg path {
    transition: fill 0.3s ease;
    fill: rgb(220,169,154);
}

.training-results-KIfMG .pic-frame-wbvcI:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(3deg) translateZ(20px);
}

.training-results-KIfMG .pic-frame-wbvcI:hover {
    transform: perspective(1200px) rotateY(0deg) translateZ(40px);
}

.training-results-KIfMG h4 {
    font-size: calc(20px * 1.1);
}

.training-results-KIfMG li:nth-child(2) {
    animation-delay: 0.2s;
}

.training-results-KIfMG li:nth-child(3) {
    animation-delay: 0.4s;
}

.find-support-NTZYv::before {
    content: "";
    top: -10%;
    pointer-events: none;
    height: 70%;
    right: -5%;
    position: absolute;
    background: linear-gradient(225deg, rgb(194,130,110) 10%, transparent 70%);
    z-index: 1;
    opacity: 0.07;
    width: 45%;
    transform: rotate(-15deg) skewX(15deg);
}

.find-support-NTZYv .container {
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}

.find-support-NTZYv .assist-support-meUbi {
    transform: perspective(1000px) rotateX(1deg);
    transition: transform 0.5s ease-out;
    gap: 2.5rem;
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
}

.find-support-NTZYv h3::before {
    width: 4px;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    height: 70%;
    left: 0;
    background: rgb(220,169,154);
    position: absolute;
}

.find-support-NTZYv h5 {
    align-items: center;
    display: flex;
    font-size: 22px;
    color: #000000;
    margin-bottom: 0.5rem;
    gap: 0.75rem;
    transition: transform 0.3s ease;
    font-weight: 600;
    transform: translateX(0);
}

.find-support-NTZYv svg:hover {
    transform: scale(1);
}

.find-support-NTZYv svg path {
    transition: fill 0.3s ease;
    fill: rgb(220,169,154);
}

.find-support-NTZYv .ask-for-help-YHXjC li {
    transition: transform 0.3s ease;
    position: relative;
}

.find-support-NTZYv .ask-for-help-YHXjC li:hover {
    transform: translateX(10px);
}

.find-support-NTZYv .edu-asknow-WMzJi::before {
    content: "";
    transition: transform 0.3s ease;
    left: 0;
    height: 1px;
    background: rgb(220,169,154);
    position: absolute;
    transform: translateX(-100%);
    width: 100%;
    bottom: 0;
}

.find-support-NTZYv .edu-asknow-WMzJi:hover::before {
    transform: translateX(0);
}



.find-support-NTZYv .assist-support-meUbi > div,
.find-support-NTZYv .ask-for-help-YHXjC li {
    opacity: 0;
    animation: fadeInUp 0.5s ease forwards;
}

.find-support-NTZYv .assist-support-meUbi > div:nth-child(3) {
    animation-delay: 0.2s;
}

.find-support-NTZYv .ask-for-help-YHXjC li:nth-child(3) {
    animation-delay: 0.5s;
}

.course-overview-PwFYe::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    z-index: 0;
    background: linear-gradient(210deg, rgb(220,169,154), rgb(194,130,110));
    right: -100px;
    width: 300px;
    opacity: 0.05;
    height: 300px;
    transform: skew(-15deg, -15deg);
    top: -100px;
}

.course-overview-PwFYe .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 1;
    position: relative;
}

.course-overview-PwFYe h2 {
    font-weight: 700;
    transform: perspective(1000px) translateZ(0);
    font-size: 33px;
    padding-bottom: 1.5rem;
    position: relative;
    max-width: 85%;
    margin-bottom: 3rem;
    color: #000000;
}

.course-overview-PwFYe .lesson-route-SxbFj {
    gap: 3rem;
    position: relative;
    display: grid;
    perspective: 1000px;
    grid-template-columns: 1fr;
}

.course-overview-PwFYe .pic-frame-wbvcI::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(rgb(220,169,154,0.5), 0.2), transparent);
    content: "";
}

.course-overview-PwFYe .pic-frame-wbvcI:hover {
    transform: perspective(1000px) rotateY(-1deg) translateZ(5px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15), 0 8px 25px rgba(0, 0, 0, 0.08);
}

.course-overview-PwFYe .description {
    position: relative;
    font-size: 18px;
    color: #000000;
    margin: 0;
    transition: opacity 0.3s ease;
    opacity: 0.95;
    line-height: 1.7;
    padding-left: 1.5rem;
}

.course-overview-PwFYe .description:first-of-type {
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
}

.course-overview-PwFYe .description:hover {
    opacity: 1;
}

.reach-out-ufQrH::before {
    z-index: 1;
    content: '';
    left: 0;
    bottom: 0;
    position: absolute;
    top: 0;
    pointer-events: none;
    background: 
        repeating-linear-gradient(
            0deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        ),
        repeating-linear-gradient(
            90deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        );
    right: 0;
}

.reach-out-ufQrH h2 {
    text-align: center;
    position: relative;
    color: #ffffff;
    letter-spacing: 0.1em;
    margin-bottom: 3rem;
    font-weight: 700;
    font-size: 44px;
    text-transform: uppercase;
}

.reach-out-ufQrH h2::after {
    width: 30%;
    right: 0;
}

.reach-out-ufQrH .message-feedback-qoPbS {
    align-items: stretch;
    display: flex;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.1);
    border-radius: 10px;
    background: rgb(194,130,110,0.5);
    transition: transform 0.3s ease;
    border: 1px solid rgb(220,169,154,0.5);
    transform: rotateX(5deg) scale(0.98);
}

.reach-out-ufQrH .pic-frame-wbvcI::before {
    top: 0;
    opacity: 0.7;
    mix-blend-mode: color-dodge;
    background: linear-gradient(
        135deg, 
        rgb(220,169,154,0.5) 0%, 
        rgb(194,130,110,0.5) 100%
    );
    height: 100%;
    width: 100%;
    left: 0;
    content: '';
    position: absolute;
}

.reach-out-ufQrH .request-inquiry-MTJfY form {
    position: relative;
    max-width: 500px;
    z-index: 3;
    margin: 0 auto;
    width: 100%;
}

.reach-out-ufQrH .request-inquiry-MTJfY h3 {
    text-align: center;
    color: #ffffff;
    margin-bottom: 2rem;
    letter-spacing: 0.05em;
    font-weight: 600;
    font-size: 33px;
}

.reach-out-ufQrH .request-inquiry-MTJfY input:not([type="checkbox"]):not([type="submit"])::before {
    opacity: 0;
    left: 0;
    width: 100%;
    transition: opacity 0.3s ease;
    height: 100%;
    content: '';
    z-index: 1;
    background: linear-gradient(
        45deg, 
        transparent 0%, 
        rgb(220,169,154,0.5) 100%
    );
    position: absolute;
    top: 0;
}

.reach-out-ufQrH .request-inquiry-MTJfY input:not([type="checkbox"]):not([type="submit"]):focus::before {
    opacity: 1;
}

.reach-out-ufQrH .request-inquiry-MTJfY .reach-feedback-JQmjA input[type="checkbox"] {
    appearance: none;
    height: 22px;
    transition: all 0.3s ease;
    border-radius: 10px;
    position: relative;
    width: 22px;
    margin-right: 1rem;
    cursor: pointer;
    border: 2px solid rgb(220,169,154,0.5);
    background: rgb(194,130,110,0.5);
}

.reach-out-ufQrH .request-inquiry-MTJfY .reach-feedback-JQmjA label {
    font-size: 17px;
    align-items: center;
    color: #ffffff;
    display: flex;
}

.reach-out-ufQrH .request-inquiry-MTJfY .reach-feedback-JQmjA a:hover {
    text-decoration: underline;
}

.reach-out-ufQrH .request-inquiry-MTJfY .feedback-block-cnGZV {
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    background: rgb(220,169,154);
    border-radius: 10px;
    font-weight: 600;
    overflow: hidden;
    letter-spacing: 0.1em;
    transition: all 0.3s ease;
    text-transform: uppercase;
    border: none;
    position: relative;
    width: 100%;
    padding: 1rem;
}

.reach-out-ufQrH .request-inquiry-MTJfY .feedback-block-cnGZV:hover {
    box-shadow: 0 10px 20px rgb(220,169,154,0.5);
    transform: translateY(-3px);
}

header .top-teach-nQJHV {
    padding: 25px 30px;
    justify-content: space-between;
    position: relative;
    align-items: center;
    display: flex;
}

header .top-teach-nQJHV::before {
    filter: blur(5px);
    position: absolute;
    background: linear-gradient(90deg, rgb(220,169,154), transparent);
    width: 30%;
    height: 5px;
    left: 10%;
    content: "";
    top: -10px;
}

header .top-teach-nQJHV .header-lead-aYUkB {
    padding: 5px;
    z-index: 2;
    position: relative;
}

header .top-teach-nQJHV .header-lead-aYUkB:hover::before {
    opacity: 0.7;
}

header .top-teach-nQJHV .header-lead-aYUkB .site-nav-hmZpK {
    display: block;
    transition: transform 0.3s ease;
    position: relative;
}

header .top-teach-nQJHV .header-lead-aYUkB:hover .site-nav-hmZpK {
    transform: scale(1.05);
}

header .top-teach-nQJHV .top-head-HZJhL {
    border-radius: 23px;
    position: relative;
    margin: 0;
    display: flex;
    padding: 10px;
    list-style: none;
}

header .top-teach-nQJHV .top-head-HZJhL .head-guide-qNtdm {
    position: relative;
    margin: 0 3px;
}

header .top-teach-nQJHV .top-head-HZJhL .head-guide-qNtdm a {
    font-size: 12px;
    overflow: hidden;
    text-decoration: none;
    position: relative;
    padding: 8px 15px;
    font-weight: 600;
    display: block;
    z-index: 1;
    color: #000000;
    border-radius: 10px;
    font-family: Arial, sans-serif;
}

header .top-teach-nQJHV .top-head-HZJhL .head-guide-qNtdm a::after {
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0;
    background: radial-gradient(circle, #ffffff 0%, transparent 70%);
    width: 150%;
    content: "";
    left: 50%;
    position: absolute;
    z-index: -1;
    height: 150%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
}

header .top-teach-nQJHV .top-head-HZJhL .head-guide-qNtdm:nth-child(odd) a::before {
    background: linear-gradient(to right, rgb(220,169,154), rgb(194,130,110));
}

.privacy-vault-ihxqm {
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
    background: linear-gradient(135deg, rgb(243,217,208) 0%, #ffffff 100%);
    padding: 4rem 0;
}

.privacy-vault-ihxqm::after {
    background-image: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 40px,
        rgba(rgba(0, 0, 0, 0.5), 0.02) 40px,
        rgba(rgba(0, 0, 0, 0.5), 0.02) 41px
    );
    width: 100%;
    z-index: 1;
    content: "";
    top: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    height: 100%;
}

.privacy-vault-ihxqm .container:hover {
    transform: translateY(-5px);
}

.privacy-vault-ihxqm h1::after {
    background: rgb(194,130,110);
    animation: scaleIn 1s forwards 1s;
    height: 4px;
    position: absolute;
    content: "";
    width: 80px;
    transform: scaleX(0);
    bottom: -10px;
    left: 0;
    transform-origin: left;
}

.privacy-vault-ihxqm h3 {
    opacity: 0;
    margin: 2rem 0 1.2rem;
    color: #000000;
    font-size: calc(29px * 0.85);
    position: relative;
    animation: fadeSlideUp 0.8s forwards 0.5s;
    font-weight: 600;
}

.privacy-vault-ihxqm p {
    line-height: 1.8;
    animation: fadeSlideUp 0.8s forwards 0.6s;
    opacity: 0;
    font-size: 14px;
    color: #000000;
    margin-bottom: 1.5rem;
}

.privacy-vault-ihxqm p strong::after {
    position: absolute;
    left: 0;
    background: rgb(194,130,110,0.5);
    bottom: -2px;
    height: 2px;
    width: 100%;
    content: "";
}

.privacy-vault-ihxqm li {
    position: relative;
    padding-left: 1.5rem;
    line-height: 1.7;
    font-size: 14px;
    margin-bottom: 1rem;
    color: #000000;
}

.privacy-vault-ihxqm span {
    border-left: 2px solid rgb(194,130,110,0.5);
    font-size: 14px;
    position: relative;
    line-height: 1.8;
    padding-left: 1rem;
    display: block;
    margin-bottom: 1.5rem;
    animation: fadeSlideUp 0.8s forwards 0.8s;
    color: #000000;
    opacity: 0;
}

.company-info-JrlGZ::after {
    background-image: 
        linear-gradient(90deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
    height: 100%;
    content: "";
    opacity: 0.03;
    background-size: 20px 20px;
    width: 100%;
    z-index: -1;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
}

.company-info-JrlGZ .container {
    position: relative;
    z-index: 1;
    padding: 0 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.company-info-JrlGZ .container::before {
    position: absolute;
    content: "";
    opacity: 0.3;
    top: -120px;
    height: 200px;
    width: 200px;
    right: -100px;
    animation: pulseCircles 8s infinite alternate ease-in-out;
    background: 
        radial-gradient(circle, transparent 30%, rgb(220,169,154,0.5) 30%, rgb(220,169,154,0.5) 32%, transparent 32%),
        radial-gradient(circle, transparent 36%, rgb(220,169,154,0.5) 36%, rgb(220,169,154,0.5) 38%, transparent 38%),
        radial-gradient(circle, transparent 43%, rgb(220,169,154,0.5) 43%, rgb(220,169,154,0.5) 45%, transparent 45%);
    background-size: 200px 200px;
    background-repeat: no-repeat;
    z-index: -1;
}



.company-info-JrlGZ .knowledge-growth-wxXGA {
    position: relative;
    box-shadow: 
        0 20px 80px -20px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(255, 255, 255, 0.05),
        inset 0 0 20px rgba(0, 0, 0, 0.02);
    display: flex;
    border-radius: 29px;
    backdrop-filter: blur(10px);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.01);
}

.company-info-JrlGZ .knowledge-growth-wxXGA::after {
    filter: blur(5px);
    animation: rotateConic 40s linear infinite reverse;
    opacity: 0.03;
}



.company-info-JrlGZ .academy-learnings-mFOtl {
    justify-content: center;
    width: 35%;
    flex-direction: column;
    padding: 60px 0;
    z-index: 2;
    align-items: center;
    display: flex;
    position: relative;
    background: linear-gradient(
        -45deg, 
        transparent, 
        rgba(255, 255, 255, 0.02) 30%, 
        rgba(255, 255, 255, 0.03) 50%, 
        rgba(255, 255, 255, 0.02) 70%, 
        transparent
    );
}

.company-info-JrlGZ .academy-learnings-mFOtl::before {
    height: 60px;
    opacity: 0.6;
    content: "";
    top: 30px;
    left: 30px;
    position: absolute;
    z-index: 1;
    width: 60px;
    border-left: 2px solid rgb(220,169,154,0.5);
    border-top: 2px solid rgb(220,169,154,0.5);
}

.company-info-JrlGZ .academy-learnings-mFOtl .pic-frame-wbvcI {
    border-radius: 29px;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: perspective(1000px) rotateY(5deg);
    z-index: 2;
    width: 240px;
    position: relative;
    height: 320px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
}



.company-info-JrlGZ .academy-learnings-mFOtl:hover .pic-frame-wbvcI {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}

.company-info-JrlGZ .expert-sessions-YgvcT {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    z-index: 3;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: rgb(220,169,154);
    border-radius: 10px;
    transform: translateY(-30px) translateX(40px);
    padding: 20px 30px;
    position: relative;
    color: #ffffff;
}

.company-info-JrlGZ .academy-learnings-mFOtl:hover .expert-sessions-YgvcT {
    transform: translateY(-35px) translateX(30px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1);
}

.company-info-JrlGZ .class-pro-rCRVU {
    margin: 0 0 8px 0;
    position: relative;
    font-weight: 700;
    font-size: 21px;
}

.company-info-JrlGZ .text-block-wrap-VNuhi::before {
    width: 1px;
    opacity: 0.4;
    position: absolute;
    left: 0;
    background: linear-gradient(
        to bottom,
        transparent,
        rgb(220,169,154,0.5),
        rgb(194,130,110,0.5),
        transparent
    );
    height: 100%;
    content: "";
    top: 0;
}

.company-info-JrlGZ .study-space-zVnAS {
    margin-bottom: 25px;
    display: flex;
    position: relative;
    align-items: center;
}

.company-info-JrlGZ .study-space-zVnAS::before {
    content: "";
    bottom: -12px;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0.3;
    background: linear-gradient(
        to right,
        rgb(220,169,154,0.5),
        transparent 80%
    );
}

.company-info-JrlGZ .study-space-zVnAS svg::before {
    transform: scale(0.8);
    position: absolute;
    transition: all 0.3s ease;
    border: 1px dashed rgb(220,169,154,0.5);
    inset: -5px;
    border-radius: 50%;
    content: "";
    opacity: 0;
}

.company-info-JrlGZ .study-space-zVnAS:hover svg path {
    fill: rgb(194,130,110);
}

.company-info-JrlGZ h2::before {
    bottom: 0;
    position: absolute;
    height: 1px;
    background: linear-gradient(
        to right,
        rgb(220,169,154,0.5) 0%,
        transparent 80%
    );
    width: 100%;
    left: 0;
    content: "";
    opacity: 0.2;
}

.company-info-JrlGZ .text-block-wrap-VNuhi:hover h2::after {
    width: 100px;
}

.company-info-JrlGZ p {
    padding-left: 20px;
    color: #000000;
    position: relative;
    font-size: 18px;
    line-height: 1.8;
    margin: 0;
}

.company-info-JrlGZ p::after {
    right: 0;
    background: linear-gradient(
        to right,
        transparent,
        rgb(194,130,110,0.5)
    );
    opacity: 0.1;
    bottom: 10px;
    height: 1px;
    position: absolute;
    content: "";
    width: 30%;
}

.instructor-profile-znEsc::before {
    width: 100%;
    background: conic-gradient(from 225deg at 50% 50%, rgb(194,130,110,0.5) 0%, transparent 25%, rgb(220,169,154,0.5) 50%, transparent 75%, rgb(194,130,110,0.5) 100%);
    content: "";
    opacity: 0.4;
    position: absolute;
    height: 100%;
    left: 0;
    animation: rotateBackground 15s linear infinite;
    top: 0;
}

.instructor-profile-znEsc .rating-insights-PDxcQ:hover {
    transform: rotateY(0);
}

.instructor-profile-znEsc .pic-frame-wbvcI {
    transition: all 0.4s ease;
    border: 5px solid #ffffff;
    width: 220px;
    transform: translateZ(30px);
    grid-area: photo;
    height: 220px;
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(220,169,154,0.5);
}

.instructor-profile-znEsc .rating-insights-PDxcQ:hover .pic-frame-wbvcI {
    transform: translateZ(50px) scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(220,169,154);
}

.instructor-profile-znEsc .rating-insights-PDxcQ span:not(.name) {
    margin-top: 3.5rem;
    font-size: 17px;
    font-weight: 600;
    transform: translateZ(15px);
    display: block;
    grid-area: info;
    color: rgb(220,169,154);
}

.instructor-profile-znEsc .job-timeline-LmCca::before {
    mix-blend-mode: overlay;
    background-size: 200% 200%;
    position: absolute;
    content: "";
    opacity: 0.2;
    animation: shimmer 3s infinite linear;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent 40%, rgb(194,130,110,0.5) 40%, rgb(194,130,110,0.5) 60%, transparent 60%);
    left: 0;
    top: 0;
}

.title-page-wGnOs .knowledge-growth-wxXGA {
    width: 100%;
    position: relative;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}

.title-page-wGnOs .study-tools-FgAdh::before {
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 2;
    backdrop-filter: blur(5px);
    width: 100%;
    height: 100%;
    top: 0;
    content: '';
}

.title-page-wGnOs .intro-head-XjJDq {
    animation: carousel-slide 25s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    width: calc(100% * var(--slide-count, 5));
    display: flex;
    height: 100%;
}



.title-page-wGnOs .intro-head-XjJDq {
    --slide-count: 2;
}

.title-page-wGnOs .text-block-wrap-VNuhi {
    max-width: 800px;
    animation: text-fade 1.5s ease-in-out forwards;
    background: radial-gradient(circle at center, rgba(0, 0, 0, 0.5) 0%, transparent 70%);
    text-align: center;
    padding: 2rem;
    transform: translateY(20px);
    z-index: 3;
    width: 90%;
    position: relative;
}

.title-page-wGnOs .text-block-wrap-VNuhi h1::after {
    content: '';
    position: absolute;
    bottom: -10px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(220,169,154), transparent);
    left: 50%;
    width: 80px;
    height: 3px;
}

.title-page-wGnOs .text-block-wrap-VNuhi .feedback-block-cnGZV {
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 18px;
    text-decoration: none;
    position: relative;
    padding: 0.8rem 2rem;
    background: linear-gradient(135deg, rgb(220,169,154) 0%, rgb(194,130,110) 100%);
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    display: inline-block;
    animation: button-pulse 2s infinite;
    color: #ffffff;
}

.title-page-wGnOs .text-block-wrap-VNuhi .feedback-block-cnGZV:hover::before {
    left: 100%;
}

.title-page-wGnOs:has(.learn-head-NnyTz:nth-child(3)) .intro-head-XjJDq {
    --slide-count: 3;
}

.title-page-wGnOs:has(.learn-head-NnyTz:nth-child(4)) .intro-head-XjJDq {
    --slide-count: 4;
}

.title-page-wGnOs:has(.learn-head-NnyTz:nth-child(5)) .intro-head-XjJDq {
    --slide-count: 5;
}

.thankYouHub-amNTE {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(220,169,154,0.5) 0%, rgb(243,217,208) 100%);
    position: relative;
    overflow: hidden;
}

.thankYouHub-amNTE {
    padding: 70px 0;
}

.thankYouHub-amNTE {
    padding: 50px 0;
}

.thankYouHub-amNTE::after {
    background: radial-gradient(ellipse at center, #ffffff 0%, transparent 70%);
    top: -50%;
    transform: translateZ(0);
    height: 200%;
    left: -50%;
    z-index: 0;
    width: 200%;
    opacity: 0.15;
    animation: lightPulse 10s infinite ease-in-out;
    position: absolute;
    content: "";
}

.thankYouHub-amNTE .knowledge-growth-wxXGA::before {
    left: -5px;
    background: linear-gradient(45deg, 
        rgb(220,169,154) 0%, 
        transparent 30%, 
        transparent 70%, 
        rgb(194,130,110) 100%);
    border-radius: calc(10px + 5px);
    filter: blur(8px);
    z-index: -1;
    transition: opacity 0.6s ease, filter 0.6s ease;
    bottom: -5px;
    content: "";
    position: absolute;
    top: -5px;
    right: -5px;
    opacity: 0.6;
}

.thankYouHub-amNTE .knowledge-growth-wxXGA:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.12),
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 -1px 0 rgba(0, 0, 0, 0.08) inset;
}

.thankYouHub-amNTE .knowledge-growth-wxXGA > div:first-child {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.thankYouHub-amNTE .knowledge-growth-wxXGA > div:first-child {
    margin-bottom: 25px;
}

.thankYouHub-amNTE h5 {
    color: #000000;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
    opacity: 0;
    font-family: Arial, sans-serif;
    line-height: 1.4;
    transform: translateX(0);
    animation: slideIn 0.8s 0.2s ease-out forwards;
    padding: 0;
    font-size: 18px;
    margin: 0;
    font-weight: 700;
}

.thankYouHub-amNTE h5 {
    font-size: calc(18px - 0.2rem);
}

.thankYouHub-amNTE h5 {
    font-size: calc(18px - 0.3rem);
}

.thankYouHub-amNTE a {
    display: block;
    text-decoration: none;
    transition: transform 0.4s ease;
}

.pricing-container-QMuiW {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(243,217,208), rgba(0, 0, 0, 0.5));
    position: relative;
    overflow: hidden;
    padding: 5rem 1rem;
}

.pricing-container-QMuiW::before {
    height: 100%;
    z-index: 1;
    top: 0;
    pointer-events: none;
    content: "";
    opacity: 0.1;
    background: linear-gradient(45deg, transparent 0%, rgb(220,169,154,0.5) 30%, transparent 70%);
    position: absolute;
    width: 100%;
    left: 0;
}

.pricing-container-QMuiW .payment-plans-lcxfw {
    margin: 0 auto 2rem;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    order: -1;
    animation: fadeUp 0.8s ease-out forwards;
    max-width: 800px;
}

.pricing-container-QMuiW .payment-plans-lcxfw h2::after {
    height: 3px;
    position: absolute;
    width: 80px;
    background: linear-gradient(90deg, rgb(220,169,154), rgb(194,130,110));
    bottom: -10px;
    border-radius: 10px;
    left: 50%;
    content: "";
    transform: translateX(-50%);
}

.pricing-container-QMuiW .cert-cost-iZtwj {
    background: #ffffff;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    position: relative;
    color: #000000;
    animation: fadeIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    transform: translateZ(0) scale(1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    opacity: 0;
    border-radius: 26px;
    display: block;
    text-decoration: none;
}

.pricing-container-QMuiW .cert-cost-iZtwj:hover {
    transform: translateZ(30px) scale(1.03);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.pricing-container-QMuiW .cert-cost-iZtwj:hover::before {
    transform: scaleX(1);
}

.pricing-container-QMuiW .payment-deals-zTqEs {
    flex-direction: column;
    display: flex;
    height: 100%;
}

.pricing-container-QMuiW .lesson-rates-wyMBh h3 {
    position: relative;
    margin: 0 0 1rem;
    color: #000000;
    font-weight: 700;
    transition: color 0.3s ease;
    font-size: 21px;
}

.pricing-container-QMuiW .bundle-rate-xAagJ {
    display: inline-block;
    font-weight: 700;
    position: relative;
    font-size: 2rem;
    transition: transform 0.3s ease, color 0.3s ease;
    color: rgb(220,169,154);
    margin-bottom: 1.5rem;
}

.pricing-container-QMuiW .cert-cost-iZtwj:hover .bundle-rate-xAagJ::after {
    width: 80px;
}

.pricing-container-QMuiW .pic-frame-wbvcI {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 200px;
}

.pricing-container-QMuiW .pic-frame-wbvcI::after {
    top: 0;
    left: 0;
    content: "";
    bottom: 0;
    right: 0;
    opacity: 0.7;
    transition: opacity 0.5s ease;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%);
    position: absolute;
}


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



@media screen and (max-width: 768px) {.start-now-AbVOF {
    padding: 100px 0;
}.start-now-AbVOF .knowledge-growth-wxXGA::before {
    transform: skewX(-10deg);
    left: -10%;
    width: 120%;
}.start-now-AbVOF h3 {
    transform: none;
    margin: 40px 0;
    font-size: calc(34px * 0.8);
}.start-now-AbVOF h3::before {
    top: -25px;
}.start-now-AbVOF h3::after {
    bottom: -25px;
}.start-now-AbVOF .edu-asknow-WMzJi {
    font-size: calc(15px * 0.9);
    padding: 15px 40px;
    margin-bottom: 40px;
    transform: none;
}.start-now-AbVOF .edu-asknow-WMzJi:hover {
    transform: translateY(-5px);
}
}



@media (max-width: 1200px) {.tutor-match-LXvVm .quick-reach-vWCSd {
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
}.tutor-match-LXvVm .text_main_holder {
    grid-template-columns: 1fr 1.5fr;
}.tutor-match-LXvVm .subscribe_holder {
    grid-column: 1 / -1;
}
}



@media (max-width: 768px) {.tutor-match-LXvVm .quick-reach-vWCSd {
    grid-template-columns: 1fr;
    margin-bottom: 0;
    clip-path: none;
    padding: 2.5rem 1.5rem 3rem;
}.tutor-match-LXvVm .nav-info-tgVWl {
    grid-template-columns: 1fr;
}.tutor-match-LXvVm .top-head-HZJhL h5,
    .tutor-match-LXvVm .subscribe_holder h5 {
    display: block;
    text-align: center;
}.tutor-match-LXvVm .top-head-HZJhL h5::after {
    transform: translateX(-50%);
    left: 50%;
}.tutor-match-LXvVm .subscribe_holder p {
    text-align: center;
}
}



@media (max-width: 576px) {.tutor-match-LXvVm .header-lead-aYUkB,
    .tutor-match-LXvVm .top-head-HZJhL,
    .tutor-match-LXvVm .subscribe_holder {
    padding: 2.5rem 1.5rem;
}.tutor-match-LXvVm .degree-path-tGEvf {
    padding: 2.5rem 0 1.5rem;
}.tutor-match-LXvVm .info_item {
    padding: 0.5rem 0;
}.tutor-match-LXvVm .info_item p,
    .tutor-match-LXvVm .info_item a {
    justify-content: center;
}}



@media (max-width: 480px) {.receive-updates-WtgAf {
    padding: 2.5rem 0;
}.receive-updates-WtgAf .knowledge-growth-wxXGA {
    padding: 1.5rem;
}.receive-updates-WtgAf h3 {
    font-size: calc(19px * 0.8);
    margin-bottom: 1rem;
}.receive-updates-WtgAf h3::after {
    width: 40px;
}.receive-updates-WtgAf .input_holder {
    margin-top: 1.5rem;
}.receive-updates-WtgAf .input_holder input[type="email"] {
    height: 45px;
}.receive-updates-WtgAf .input_holder .sub-tile-iDqsr {
    min-height: 45px;
    padding: 0.6rem 1.2rem;
}}



@media (max-width: 768px) {.customer-experience-GhiRB {
    padding: 60px 0;
}.customer-experience-GhiRB h4 {
    margin-bottom: 50px;
    font-size: calc(30px * 0.85);
}.customer-experience-GhiRB .user-praise-gvUSV::before {
    left: 20px;
}.customer-experience-GhiRB .rating-insights-PDxcQ {
    margin-bottom: 40px;
    float: right;
    width: calc(100% - 60px);
}.customer-experience-GhiRB .rating-insights-PDxcQ:nth-child(odd),
    .customer-experience-GhiRB .rating-insights-PDxcQ:nth-child(even) {
    float: right;
    animation: slideInRight 0.8s ease-out both;
}.customer-experience-GhiRB .rating-insights-PDxcQ:nth-child(odd)::before,
    .customer-experience-GhiRB .rating-insights-PDxcQ:nth-child(even)::before {
    left: -40px;
}.customer-experience-GhiRB .rating-insights-PDxcQ:nth-child(odd)::after,
    .customer-experience-GhiRB .rating-insights-PDxcQ:nth-child(even)::after {
    left: -20px;
    border-color: transparent #ffffff transparent transparent;
}.customer-experience-GhiRB .pic-frame-wbvcI {
    height: 50px;
    margin-right: 15px;
    width: 50px;
}.customer-experience-GhiRB .rating-insights-PDxcQ span {
    font-size: calc(19px * 0.9);
}}



@media (prefers-reduced-motion: reduce) {.data-analysis-McdzA .statistics-boosters-xXzfJ,
    .data-analysis-McdzA .statistics-boosters-xXzfJ::before,
    .data-analysis-McdzA .statistics-boosters-xXzfJ::after,
    .data-analysis-McdzA .statistics-boosters-xXzfJ p,
    .data-analysis-McdzA .statistics-boosters-xXzfJ span {
    transform: none !important;
    transition: none;
    animation: none;
}.data-analysis-McdzA h4 {
    opacity: 1;
    animation: none;
    transform: none;
}}



@media (min-width: 1200px) {.training-results-KIfMG .container {
    padding: 0 40px;
}.training-results-KIfMG .knowledge-growth-wxXGA {
    gap: 100px;
}.training-results-KIfMG .text-block-wrap-VNuhi {
    padding: 60px;
}.training-results-KIfMG h4 {
    margin-bottom: 40px;
    font-size: calc(20px * 1.2);
}.training-results-KIfMG li p {
    font-size: calc(13px * 1.05);
}
}



@media (min-width: 768px) {.find-support-NTZYv .assist-support-meUbi {
    gap: 3rem 4rem;
    grid-template-columns: 1fr 1fr;
    backdrop-filter: blur(10px);
    border-radius: 11px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03), 0 1px 8px rgba(0, 0, 0, 0.02);
    padding: 2rem;
    background: rgba(rgb(255, 255, 255, 0.5), 0.7);
}.find-support-NTZYv h3 {
    font-size: calc(37px * 1.1);
    transform: translateX(0);
    grid-column: 1 / -1;
}.find-support-NTZYv .ask-for-help-YHXjC {
    grid-column: 1 / -1;
    flex-wrap: wrap;
    gap: 2rem;
    flex-direction: row;
}.find-support-NTZYv p {
    max-width: 95%;
}
}



@media (min-width: 768px) {.course-overview-PwFYe {
    padding: 8rem 0;
}.course-overview-PwFYe h2 {
    max-width: 70%;
    font-size: calc(33px * 1.1);
}.course-overview-PwFYe .lesson-route-SxbFj {
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
    align-items: start;
}.course-overview-PwFYe .pic-frame-wbvcI {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    height: 500px;
}.course-overview-PwFYe h2::after {
    width: 120px;
}
}



@media (min-width: 1200px) {.course-overview-PwFYe .container {
    padding: 0 4rem;
}.course-overview-PwFYe h2 {
    max-width: 60%;
}.course-overview-PwFYe .lesson-route-SxbFj {
    gap: 6rem;
}.course-overview-PwFYe .pic-frame-wbvcI {
    transform: perspective(1500px) rotateY(-4deg) translateZ(0);
}.course-overview-PwFYe .description {
    padding-left: 2rem;
}.course-overview-PwFYe .description::before {
    width: 4px;
}
}



@media (max-width: 767px) {.course-overview-PwFYe {
    padding: 4rem 0;
}.course-overview-PwFYe h2 {
    padding-bottom: 1rem;
    font-size: calc(33px * 0.9);
    margin-bottom: 2rem;
}.course-overview-PwFYe .description {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}.course-overview-PwFYe .pic-frame-wbvcI {
    height: 300px;
}}



@media screen and (max-width: 768px) {.reach-out-ufQrH {
    padding: 3rem 0;
}.reach-out-ufQrH h2 {
    font-size: calc(44px * 0.8);
    margin-bottom: 2rem;
}.reach-out-ufQrH .request-inquiry-MTJfY h3 {
    font-size: calc(33px * 0.9);
}.reach-out-ufQrH .request-inquiry-MTJfY input:not([type="checkbox"]):not([type="submit"]) {
    margin-bottom: 1rem;
    padding: 0.8rem 1.2rem;
}.reach-out-ufQrH .request-inquiry-MTJfY .reach-feedback-JQmjA {
    align-items: flex-start;
}.reach-out-ufQrH .request-inquiry-MTJfY .reach-feedback-JQmjA input[type="checkbox"] {
    margin-top: 0.2rem;
}
}



@media (max-width: 767px) {header .top-teach-nQJHV {
    padding: 15px 10px;
}header .top-teach-nQJHV .header-lead-aYUkB .site-nav-hmZpK svg {
    height: 40px;
}header .top-teach-nQJHV .top-head-HZJhL {
    padding: 5px;
}header .top-teach-nQJHV .top-head-HZJhL .head-guide-qNtdm a {
    font-size: calc(12px - 2px);
    padding: 5px 10px;
}}



@media (max-width: 767px) {.privacy-vault-ihxqm {
    padding: 2rem 0;
}.privacy-vault-ihxqm .container {
    padding: 1.5rem;
}.privacy-vault-ihxqm h1 {
    margin-bottom: 1.5rem;
    font-size: calc(43px * 0.8);
}.privacy-vault-ihxqm h1::after {
    height: 3px;
    width: 60px;
}.privacy-vault-ihxqm h2 {
    font-size: calc(29px * 0.8);
    margin: 1.8rem 0 1rem;
}.privacy-vault-ihxqm h3 {
    font-size: calc(29px * 0.7);
}.privacy-vault-ihxqm h4 {
    font-size: calc(29px * 0.6);
}.privacy-vault-ihxqm ul {
    padding-left: 0.5rem;
}.privacy-vault-ihxqm li {
    padding-left: 1.2rem;
}
}



@media (max-width: 1024px) {.company-info-JrlGZ {
    padding: 100px 0;
}.company-info-JrlGZ .knowledge-growth-wxXGA {
    flex-direction: column;
}.company-info-JrlGZ .academy-learnings-mFOtl,
    .company-info-JrlGZ .text-block-wrap-VNuhi {
    width: 100%;
    padding: 40px;
}.company-info-JrlGZ .academy-learnings-mFOtl {
    flex-direction: row;
    padding-bottom: 60px;
    gap: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}.company-info-JrlGZ .academy-learnings-mFOtl .pic-frame-wbvcI {
    margin-bottom: 0;
    width: 180px;
    height: 240px;
}.company-info-JrlGZ .expert-sessions-YgvcT {
    flex: 1;
    transform: translateY(0) translateX(0);
}.company-info-JrlGZ .academy-learnings-mFOtl:hover .expert-sessions-YgvcT {
    transform: translateY(0) translateX(0);
}.company-info-JrlGZ .text-block-wrap-VNuhi::before {
    width: 100%;
    background: linear-gradient(
            to right,
            transparent,
            rgb(220,169,154,0.5),
            rgb(194,130,110,0.5),
            transparent
        );
    height: 1px;
}
}



@media (max-width: 480px) {.company-info-JrlGZ {
    padding: 60px 0;
}.company-info-JrlGZ .container {
    padding: 0 20px;
}.company-info-JrlGZ .academy-learnings-mFOtl {
    padding-bottom: 50px;
    padding: 25px;
}.company-info-JrlGZ .academy-learnings-mFOtl .pic-frame-wbvcI {
    width: 160px;
    height: 220px;
}.company-info-JrlGZ .expert-sessions-YgvcT {
    padding: 15px 20px;
    width: 100%;
}.company-info-JrlGZ .text-block-wrap-VNuhi {
    padding: 25px 20px;
}.company-info-JrlGZ h2 {
    font-size: calc(31px * 0.85);
    margin-bottom: 20px;
}.company-info-JrlGZ .study-space-zVnAS {
    align-items: center;
    margin-bottom: 20px;
    flex-direction: column;
}.company-info-JrlGZ .study-space-zVnAS svg {
    margin-right: 0;
    margin-bottom: 10px;
}}



@media (max-width: 1200px) {.title-page-wGnOs {
    height: 90vh;
}.title-page-wGnOs .text-block-wrap-VNuhi {
    max-width: 700px;
}.title-page-wGnOs .text-block-wrap-VNuhi h1 {
    font-size: calc(45px * 0.9);
}
}



@media (max-width: 992px) {.title-page-wGnOs {
    height: 80vh;
}.title-page-wGnOs .text-block-wrap-VNuhi {
    max-width: 600px;
    padding: 1.5rem;
}.title-page-wGnOs .text-block-wrap-VNuhi h1 {
    margin-bottom: 1.2rem;
    font-size: 45px;
}.title-page-wGnOs .text-block-wrap-VNuhi h1::after {
    width: 60px;
}.title-page-wGnOs .text-block-wrap-VNuhi p {
    margin-bottom: 2rem;
}
}



@media (max-width: 576px) {.title-page-wGnOs {
    min-height: 500px;
    height: 60vh;
}.title-page-wGnOs .study-tools-FgAdh::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.7) 100%);
}.title-page-wGnOs .intro-head-XjJDq {
    animation: carousel-slide 20s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}.title-page-wGnOs .text-block-wrap-VNuhi {
    padding: 1rem;
}.title-page-wGnOs .text-block-wrap-VNuhi h1 {
    font-size: calc(45px * 0.9);
}.title-page-wGnOs .text-block-wrap-VNuhi h1::after {
    height: 2px;
    width: 50px;
}.title-page-wGnOs .text-block-wrap-VNuhi p {
    font-size: calc(18px * 0.9);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}.title-page-wGnOs .text-block-wrap-VNuhi .feedback-block-cnGZV {
    padding: 0.6rem 1.5rem;
    font-size: calc(18px * 0.95);
}
}



@media (hover: none) {.thankYouHub-amNTE .knowledge-growth-wxXGA:hover {
    transform: none;
    box-shadow: 
            0 10px 30px rgba(0, 0, 0, 0.08),
            0 1px 0 rgba(255, 255, 255, 0.8) inset,
            0 -1px 0 rgba(0, 0, 0, 0.05) inset;
}.thankYouHub-amNTE .knowledge-growth-wxXGA:hover::before {
    opacity: 0.6;
    filter: blur(8px);
}.thankYouHub-amNTE a:hover {
    transform: none;
}}



@media (min-width: 992px) {.pricing-container-QMuiW .learning-packages-pgVtJ {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (min-width: 1200px) {.pricing-container-QMuiW {
    padding: 8rem 2rem;
}.pricing-container-QMuiW .payment-plans-lcxfw {
    flex: 0 0 25%;
}.pricing-container-QMuiW .learning-packages-pgVtJ {
    flex: 0 0 75%;
}.pricing-container-QMuiW .lesson-rates-wyMBh {
    padding: 2.5rem;
}
}



@media (max-width: 767px) {.pricing-container-QMuiW .cert-cost-iZtwj {
    max-width: 400px;
    margin: 0 auto;
}.pricing-container-QMuiW .payment-plans-lcxfw h2 {
    font-size: calc(30px * 0.9);
}.pricing-container-QMuiW .program-fees-oAsvB {
    font-size: calc(15px * 0.95);
}
}



@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(220,169,154,0.5);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

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



@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}



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



@keyframes signal-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.5);
        opacity: 1;
    }
}



@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(rgb(220,169,154), 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(rgb(220,169,154), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(220,169,154), 0);
    }
}

@keyframes pulseCircles {
    0% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1);
        opacity: 0.2;
    }
}

@keyframes reflectionSweep {
    0% {
        transform: rotate(30deg) translateX(-100%);
    }
    100% {
        transform: rotate(30deg) translateX(500%);
    }
}



@keyframes carousel-slide {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(calc(-100% / var(--slide-count, 5)));
    }
    40%, 56% {
        transform: translateX(calc(-200% / var(--slide-count, 5)));
    }
    60%, 76% {
        transform: translateX(calc(-300% / var(--slide-count, 5)));
    }
    80%, 96% {
        transform: translateX(calc(-400% / var(--slide-count, 5)));
    }
    100% {
        transform: translateX(0);
    }
}



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



@keyframes slideIn {
    0% { 
        transform: translateX(-30px); 
        opacity: 0;
    }
    100% { 
        transform: translateX(0); 
        opacity: 1;
    }
}



@keyframes lightPulse {
    0%, 100% { 
        opacity: 0.15; 
        transform: translate(-50%, -50%) scale(1); 
    }
    50% { 
        opacity: 0.2; 
        transform: translate(-50%, -50%) scale(1.1); 
    }
}



@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(5deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

