﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}html,body {
    height: 100%;
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    auto
contain
touch-action: none;
    scroll-behavior: smooth;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.top-nav-824 {
    flex: 1 0 auto;
}.container-wrap-364 {
    display: flex;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1132px;
}.assign-help-281 {
    flex: 0 0 auto;
}::-webkit-scrollbar {
    width: 3px;
    height: 4px;
}::-webkit-scrollbar-track {
    border-radius: 18.1em;
    margin: 5px 0;
}::-webkit-scrollbar-thumb {
    border: 1px ridge rgb(190,187,187);
    background: linear-gradient(208deg, #ffffff 99%, rgb(255, 255, 255, 0.5) 53%, rgb(127,121,122) 29%, rgb(158,153,153,0.5) 36%);
    transition: all, transform 2.2s cubic-bezier(0.42, 0, 0.58, 1);
}::-webkit-scrollbar-thumb:active {
    background: rgb(190,187,187);
    box-shadow: inset 2px 4px 12px -2px rgba(0, 0, 0, 0.4);
}::-webkit-scrollbar-corner {
    background: rgb(255, 255, 255, 0.5);
    border-radius: 1px;
}* {
    scrollbar-width: thin;
    scrollbar-color: rgb(127,121,122) #ffffff;
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.learning-profits-861 {
    background: linear-gradient(135deg, rgb(190,187,187) 0%, rgb(158,153,153,0.5) 100%);
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.learning-profits-861::before {
    position: absolute;
    background: radial-gradient(circle at 20% 30%, rgb(127,121,122,0.5) 0%, transparent 40%);
    top: 0;
    height: 100%;
    opacity: 0.7;
    content: "";
    width: 100%;
    left: 0;
}.learning-profits-861::after {
    top: -200px;
    background: rgb(158,153,153,0.5);
    right: -200px;
    position: absolute;
    animation: rotate 30s linear infinite;
    border-radius: 50%;
    filter: blur(80px);
    width: 400px;
    content: "";
    opacity: 0.5;
    height: 400px;
}.learning-profits-861 .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.learning-profits-861 .growth-hist-569 {
    gap: 40px;
    justify-content: space-between;
    align-items: center;
    display: flex;
}.learning-profits-861 .img-text-overlay-275 {
    flex: 0 0 42%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    transition: all 0.5s ease;
    max-width: 42%;
    position: relative;
    z-index: 1;
}.learning-profits-861 .img-text-overlay-275:hover {
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.learning-profits-861 .text-holder-653 {
    position: relative;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.08),
        inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    padding: 40px;
    flex: 0 0 52%;
}.learning-profits-861 .text-holder-653::before {
    z-index: -1;
    content: "";
    width: 80px;
    transform: rotate(45deg);
    right: 30px;
    position: absolute;
    background: linear-gradient(135deg, rgb(158,153,153,0.5), rgb(127,121,122,0.5));
    height: 80px;
    top: -20px;
    opacity: 0.7;
    border-radius: 20px;
}.learning-profits-861 h3 {
    font-size: 30px;
    color: #000000;
    margin-bottom: 35px;
    position: relative;
    font-weight: 700;
}.learning-profits-861 h3::after {
    border-radius: 10px;
    position: absolute;
    background: linear-gradient(to right, rgb(158,153,153), rgb(127,121,122));
    left: 0;
    height: 3px;
    width: 50px;
    bottom: -12px;
    content: "";
}.learning-profits-861 ul {
    display: flex;
    gap: 16px;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
}.learning-profits-861 li {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}.learning-profits-861 li::before {
    left: 0;
    height: 100%;
    background: linear-gradient(90deg, rgb(158,153,153,0.5), transparent);
    position: absolute;
    transition: opacity 0.3s ease;
    width: 100%;
    content: "";
    z-index: 0;
    top: 0;
    opacity: 0;
}.learning-profits-861 li:hover {
    transform: translateX(10px);
}.learning-profits-861 li:hover::before {
    opacity: 0.3;
}.learning-profits-861 li p {
    color: #000000;
    backdrop-filter: blur(5px);
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    align-items: center;
    transition: all 0.3s ease;
    border-radius: 12px;
    font-size: 16px;
    position: relative;
    font-weight: 400;
    display: flex;
    background: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
    gap: 16px;
    margin: 0;
    padding: 16px 20px;
    z-index: 1;
}.learning-profits-861 li:hover p {
    box-shadow: 
        0 8px 20px rgba(0, 0, 0, 0.08),
        inset 0 0 0 1px rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.9);
}.learning-profits-861 svg {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    transition: all 0.3s ease;
    display: flex;
    height: 24px;
    flex-shrink: 0;
    padding: 5px;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ffffff, rgb(190,187,187));
    width: 24px;
}.learning-profits-861 svg path {
    fill: rgb(158,153,153);
    transition: fill 0.3s ease;
}.learning-profits-861 li:hover svg {
    background: #ffffff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: scale(1.1) rotate(10deg);
}.learning-profits-861 li:hover svg path {
    fill: rgb(127,121,122);
}

@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media (max-width: 992px) {.learning-profits-861 {
    padding: 70px 0;
}.learning-profits-861 .growth-hist-569 {
    gap: 40px;
    flex-direction: column;
}.learning-profits-861 .img-text-overlay-275 {
    flex: none;
    margin: 0 auto;
    max-width: 60%;
}.learning-profits-861 .text-holder-653 {
    width: 90%;
    flex: none;
    margin: 0 auto;
}
}

@media (max-width: 576px) {.learning-profits-861 {
    padding: 50px 0;
}.learning-profits-861 .img-text-overlay-275 {
    max-width: 85%;
}.learning-profits-861 .text-holder-653 {
    width: 100%;
    padding: 30px 25px;
}.learning-profits-861 .text-holder-653::before {
    right: 20px;
    width: 60px;
    height: 60px;
    top: -15px;
}.learning-profits-861 h3 {
    font-size: 23px;
    margin-bottom: 25px;
}.learning-profits-861 li p {
    padding: 12px 15px;
}.learning-profits-861 svg {
    padding: 4px;
    height: 22px;
    width: 22px;
}}.teaching-process-645 {
    perspective: 1000px;
    padding: 7rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(190,187,187) 0%, rgb(127,121,122,0.5) 100%);
}.teaching-process-645::before {
    right: -5%;
    animation: patternShift 20s infinite linear;
    transform: rotateX(45deg) rotateZ(-2deg);
    left: -5%;
    pointer-events: none;
    z-index: 1;
    content: "";
    position: absolute;
    bottom: -5%;
    background: repeating-linear-gradient(
        45deg,
        rgb(158,153,153,0.5) 0px,
        transparent 2px,
        transparent 10px,
        rgb(158,153,153,0.5) 12px
    );
    top: -5%;
    opacity: 0.05;
}.teaching-process-645::after {
    height: 100%;
    width: 100%;
    opacity: 0.2;
    background: radial-gradient(
        circle at 75% 25%,
        rgb(158,153,153,0.5) 0%,
        transparent 60%
    );
    position: absolute;
    z-index: 0;
    content: "";
    top: 0;
    left: 0;
}.teaching-process-645 .container.growth-hist-569 {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    max-width: 1140px;
    transform-style: preserve-3d;
    background: #ffffff;
    border-left: 3px solid rgb(158,153,153);
}.teaching-process-645 .container.growth-hist-569:hover {
    transform: translateY(-5px) rotateX(2deg);
}.teaching-process-645 .container.growth-hist-569 > div {
    padding: 3.5rem;
    position: relative;
    overflow: hidden;
}.teaching-process-645 .container.growth-hist-569 > div::before {
    background: linear-gradient(
        90deg,
        rgb(158,153,153) 0%,
        rgb(127,121,122) 100%
    );
    left: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    content: "";
    height: 5px;
}.teaching-process-645 h3 {
    color: #000000;
    line-height: 1.2;
    margin-bottom: 2rem;
    display: inline-block;
    position: relative;
    transform: translateZ(10px);
    font-weight: 700;
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    letter-spacing: -0.01em;
}.teaching-process-645 h3::after {
    left: 0;
    width: 0;
    bottom: -10px;
    position: absolute;
    content: "";
    height: 3px;
    background: rgb(127,121,122);
    transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.teaching-process-645 .container.growth-hist-569:hover h3::after {
    width: 100%;
}.teaching-process-645 p {
    position: relative;
    z-index: 2;
    line-height: 1.8;
    font-size: 15px;
    margin-bottom: 0;
    max-width: 90%;
    color: #000000;
}.teaching-process-645 p span {
    transform: translateY(20px);
    opacity: 0;
    position: relative;
    display: inline-block;
    padding-left: 1rem;
    animation: textFadeIn 1s ease-out forwards;
    border-left: 2px solid rgb(158,153,153,0.5);
}

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

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

@media (min-width: 992px) {.teaching-process-645 .container.growth-hist-569 > div {
    padding: 4.5rem;
}.teaching-process-645 h3 {
    margin-left: -20px;
    padding-left: 20px;
}.teaching-process-645 p {
    line-height: 1.9;
    margin-left: 2rem;
    max-width: 80%;
    font-size: calc(15px + 0.1rem);
}.teaching-process-645 p span {
    border-left-width: 3px;
    padding-left: 1.5rem;
}.teaching-process-645 .container.growth-hist-569 {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.6s ease;
}.teaching-process-645 .container.growth-hist-569:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1), 0 10px 25px rgba(0, 0, 0, 0.05);
    transform: translateY(-10px) rotateX(3deg);
}
}

@media (max-width: 991.98px) {.teaching-process-645 {
    padding: 5rem 0;
}.teaching-process-645 .container.growth-hist-569 > div {
    padding: 3rem 2.5rem;
}.teaching-process-645 h3 {
    margin-bottom: 1.5rem;
    font-size: 1.75rem;
}.teaching-process-645 p {
    max-width: 100%;
}
}

@media (max-width: 767.98px) {.teaching-process-645 {
    padding: 4rem 0;
}.teaching-process-645 .container.growth-hist-569 {
    margin: 0 15px;
}.teaching-process-645 .container.growth-hist-569 > div {
    padding: 2.5rem 1.5rem;
}.teaching-process-645 h3 {
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
}.teaching-process-645 p span {
    border-left-width: 1px;
    padding-left: 0.75rem;
}
}

@media (max-width: 575.98px) {.teaching-process-645 {
    padding: 3rem 0;
}.teaching-process-645 .container.growth-hist-569 > div {
    padding: 2rem 1.25rem;
}.teaching-process-645 h3 {
    font-size: 1.35rem;
    margin-bottom: 1rem;
    line-height: 1.3;
}.teaching-process-645 p {
    line-height: 1.7;
    font-size: calc(15px - 0.05rem);
}
}

@media (hover: hover) {.teaching-process-645 .container.growth-hist-569 {
    cursor: default;
}.teaching-process-645 .container.growth-hist-569::after {
    inset: 0;
    opacity: 0;
    position: absolute;
    content: "";
    background: linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.1) 0%,
            rgba(255, 255, 255, 0.03) 100%
        );
    transition: opacity 0.4s ease;
}.teaching-process-645 .container.growth-hist-569:hover::after {
    opacity: 1;
}
}

@media (prefers-reduced-motion: reduce) {.teaching-process-645 .container.growth-hist-569:hover {
    transform: translateY(-5px);
}.teaching-process-645::before {
    animation: none;
}.teaching-process-645 p span {
    opacity: 1;
    animation: none;
    transform: none;
}}.tyNote-089 {
    background: linear-gradient(135deg, rgb(190,187,187) 0%, rgb(158,153,153,0.5) 100%);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.tyNote-089::before {
    filter: blur(60px);
    transform: rotate(-15deg) skewX(10deg);
    content: "";
    z-index: 1;
    height: 70%;
    top: -10%;
    width: 40%;
    right: -5%;
    position: absolute;
    background: linear-gradient(220deg, rgb(127,121,122,0.5) 20%, transparent 80%);
    animation: floatElement 15s ease-in-out infinite;
}.tyNote-089::after {
    animation: floatElement 15s ease-in-out infinite reverse;
    transform: rotate(15deg) skewX(-10deg);
    left: -5%;
    content: "";
    height: 70%;
    position: absolute;
    background: linear-gradient(220deg, rgb(158,153,153,0.5) 20%, transparent 80%);
    bottom: -10%;
    z-index: 1;
    width: 40%;
    filter: blur(60px);
}.tyNote-089 .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}.tyNote-089 h2 {
    margin-bottom: 40px;
    line-height: 1.4;
    opacity: 0;
    max-width: 800px;
    text-align: center;
    transform: translateY(20px);
    margin-right: auto;
    position: relative;
    margin-left: auto;
    letter-spacing: -0.01em;
    color: #000000;
    font-weight: 700;
    animation: slideUp 0.8s forwards 0.2s ease-out;
    font-size: 32px;
}.tyNote-089 h2::after {
    content: "";
    bottom: -15px;
    left: 50%;
    background: rgb(158,153,153);
    position: absolute;
    transform: translateX(-50%);
    width: 80px;
    border-radius: 10px;
    height: 3px;
}.tyNote-089 .growth-hist-569 {
    overflow: hidden;
    transform: translateY(30px);
    animation: slideUp 0.8s forwards 0.5s ease-out;
    border-radius: 22px;
    position: relative;
    opacity: 0;
    padding: 50px;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 0 5px 10px rgba(0, 0, 0, 0.05);
}.tyNote-089 .growth-hist-569::before {
    left: 0;
    background: linear-gradient(90deg, rgb(158,153,153) 0%, rgb(127,121,122) 100%);
    content: "";
    position: absolute;
    top: 0;
    height: 6px;
    width: 100%;
}.tyNote-089 .growth-hist-569::after {
    width: 160px;
    background: linear-gradient(135deg, rgb(158,153,153,0.5) 0%, transparent 70%);
    top: 20px;
    content: "";
    height: 160px;
    transform: translateY(-10px);
    border-radius: 50%;
    position: absolute;
    opacity: 0.2;
    right: 20px;
}.tyNote-089 ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}.tyNote-089 li {
    position: relative;
    gap: 20px;
    grid-template-columns: 1fr;
    display: grid;
}.tyNote-089 li::before {
    height: 12px;
    border-radius: 50%;
    background: rgb(158,153,153);
    top: 8px;
    width: 12px;
    left: -30px;
    position: absolute;
    content: "";
    animation: pulse 2s infinite;
}.tyNote-089 span {
    padding-left: 15px;
    border-left: 3px solid rgb(158,153,153,0.5);
    text-align: left;
    line-height: 1.8;
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: calc(15px * 1.1);
}

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

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(rgb(158,153,153), 0.5);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(rgb(158,153,153), 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(rgb(158,153,153), 0);
  }
}

@keyframes floatElement {
  0% {
    transform: rotate(-15deg) skewX(10deg) translateY(0);
  }
  50% {
    transform: rotate(-15deg) skewX(10deg) translateY(-20px);
  }
  100% {
    transform: rotate(-15deg) skewX(10deg) translateY(0);
  }
}

@media (max-width: 991px) {.tyNote-089 {
    padding: 80px 0;
}.tyNote-089 h2 {
    font-size: calc(32px * 0.85);
}.tyNote-089 .growth-hist-569 {
    padding: 40px 30px;
}.tyNote-089 li::before {
    left: -20px;
}
}

@media (max-width: 767px) {.tyNote-089 {
    padding: 60px 0;
}.tyNote-089 h2 {
    margin-bottom: 30px;
    font-size: calc(32px * 0.7);
}.tyNote-089 h2::after {
    bottom: -10px;
    width: 60px;
}.tyNote-089 .growth-hist-569 {
    padding: 30px 20px;
}.tyNote-089 li::before {
    display: none;
}.tyNote-089 span {
    font-size: 15px;
    line-height: 1.6;
}
}

@media (max-width: 480px) {.tyNote-089 {
    padding: 40px 0;
}.tyNote-089 h2 {
    margin-bottom: 25px;
    font-size: calc(32px * 0.6);
}.tyNote-089 .growth-hist-569 {
    padding: 25px 15px;
}.tyNote-089 span {
    padding-left: 10px;
    border-left: 2px solid rgb(158,153,153,0.5);
}}.opening-page-193 {
    position: relative;
    overflow: hidden;
    align-items: center;
    background: linear-gradient(135deg, rgb(190,187,187) 0%, rgba(0, 0, 0, 0.5) 100%);
    min-height: 100vh;
    display: flex;
    padding: 2rem;
    justify-content: center;
}.opening-page-193::before {
    position: absolute;
    z-index: 1;
    height: 100%;
    background: 
    radial-gradient(circle at 20% 30%, rgb(158,153,153,0.5) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgb(127,121,122,0.5) 0%, transparent 30%);
    left: 0;
    width: 100%;
    content: "";
    top: 0;
}.opening-page-193::after {
    content: "";
    background-image: 
    repeating-linear-gradient(45deg, rgb(158,153,153,0.5) 0, rgb(158,153,153,0.5) 1px, transparent 1px, transparent 16px),
    repeating-linear-gradient(135deg, rgb(127,121,122,0.5) 0, rgb(127,121,122,0.5) 1px, transparent 1px, transparent 16px);
    left: -10%;
    pointer-events: none;
    height: 120%;
    z-index: 1;
    width: 120%;
    top: -10%;
    opacity: 0.1;
    position: absolute;
}.opening-page-193 .page-begin-865 {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(2deg);
    width: 100%;
}.opening-page-193 .page-begin-865 > div:first-child {
    padding: 2.5rem;
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.05);
    animation: float 8s ease-in-out infinite;
    position: relative;
    background: linear-gradient(120deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
}.opening-page-193 .page-begin-865 > div:first-child::before {
    height: 100%;
    transform: translateX(-3px);
    background: linear-gradient(to bottom, rgb(158,153,153), rgb(127,121,122));
    left: 0;
    width: 6px;
    content: "";
    position: absolute;
    top: 0;
}.opening-page-193 .page-begin-865 > div:first-child h3 {
    margin: 0;
    font-weight: 600;
    line-height: 1.6;
    font-size: 18px;
    color: #000000;
    letter-spacing: 0.02em;
}.opening-page-193 .skill-sessions-368 {
    color: #ffffff;
    background: linear-gradient(145deg, rgb(158,153,153) 0%, rgb(127,121,122) 100%);
    padding: 3rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15), 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-5deg);
    position: relative;
}.opening-page-193 .skill-sessions-368:hover {
    transform: perspective(1000px) rotateY(-2deg) translateZ(20px);
}.opening-page-193 .skill-sessions-368 h1 {
    color: transparent;
    transform: translateX(-5px);
    -webkit-background-clip: text !important;
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.85) 100%);
    font-size: 41px;
    font-weight: 700;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    line-height: 1.2;
    margin: 0 0 1.5rem;
    background-clip: text !important;
}.opening-page-193 .skill-sessions-368 > div {
    justify-content: center;
    position: relative;
    display: flex;
    height: 200px;
    align-items: center;
    overflow: hidden;
    transition: all 0.4s ease;
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 5% 95%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    margin-top: 2rem;
}.opening-page-193 .skill-sessions-368 > div::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(45deg, rgb(158,153,153,0.5) 0%, rgb(127,121,122,0.5) 100%);
    opacity: 0.7;
    transition: opacity 0.4s ease;
    mix-blend-mode: multiply;
    height: 100%;
    width: 100%;
    z-index: 1;
}.opening-page-193 .skill-sessions-368 > div:hover::before {
    opacity: 0.5;
}.opening-page-193 .skill-sessions-368 > div p {
    padding: 1.5rem;
    backdrop-filter: blur(5px);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(5px);
    border-left: 3px solid rgb(158,153,153);
    max-width: 80%;
    font-weight: 600;
    font-size: calc(15px * 1.2);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    z-index: 2;
}.opening-page-193 .skill-sessions-368 > div:hover p {
    transform: translateY(0);
}

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

@media (min-width: 768px) {.opening-page-193 .page-begin-865 {
    align-items: center;
    grid-template-columns: 1fr 1.5fr;
}.opening-page-193 .skill-sessions-368 {
    padding: 4rem;
}.opening-page-193 .skill-sessions-368 > div {
    height: 300px;
}.opening-page-193 .skill-sessions-368 h1 {
    font-size: calc(41px * 1.2);
}
}

@media (max-width: 767px) {.opening-page-193 {
    padding: 1rem;
}.opening-page-193 .page-begin-865 {
    transform: perspective(1000px) rotateX(0);
}.opening-page-193 .page-begin-865 > div:first-child {
    padding: 1.5rem;
}.opening-page-193 .page-begin-865 > div:first-child h3 {
    font-size: calc(18px * 0.9);
}.opening-page-193 .skill-sessions-368 {
    transform: perspective(1000px) rotateY(0);
    padding: 2rem;
}.opening-page-193 .skill-sessions-368 h1 {
    margin-bottom: 1rem;
    font-size: calc(41px * 0.8);
}.opening-page-193 .skill-sessions-368 > div {
    height: 150px;
}.opening-page-193 .skill-sessions-368 > div p {
    font-size: 15px;
    padding: 1rem;
}
}

@media (max-width: 480px) {.opening-page-193 .page-begin-865 > div:first-child h3 {
    font-size: calc(18px * 0.8);
}.opening-page-193 .skill-sessions-368 {
    padding: 1.5rem;
}.opening-page-193 .skill-sessions-368 h1 {
    font-size: calc(41px * 0.7);
}.opening-page-193 .skill-sessions-368 > div {
    height: 120px;
}.opening-page-193 .skill-sessions-368 > div p {
    font-size: calc(15px * 0.9);
    padding: 0.75rem;
}}.program-structure-037 {
    padding: 7rem 0;
    background: rgb(190,187,187);
    overflow: hidden;
    position: relative;
}.program-structure-037::before {
    top: 0;
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 45%, rgb(158,153,153,0.5) 100%),
        linear-gradient(135deg, transparent 45%, rgb(127,121,122,0.5) 100%);
    opacity: 0.15;
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
}.program-structure-037::after {
    background: 
        repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 20px);
    z-index: 0;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0.05;
    position: absolute;
    top: 0;
    left: 0;
}.program-structure-037 .skill-track-326 {
    flex-direction: column;
    align-items: center;
    display: flex;
}.program-structure-037 .text-holder-653 {
    text-align: center;
    clip-path: polygon(
        0% 5%, 
        5% 0%, 
        95% 0%, 
        100% 5%, 
        100% 95%, 
        95% 100%, 
        5% 100%, 
        0% 95%
    );
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    z-index: 3;
    padding: 4rem 3rem;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    transform: translateZ(0);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
    width: 100%;
}.program-structure-037 .text-holder-653:hover {
    box-shadow: 0 40px 70px rgba(0, 0, 0, 0.18);
    transform: translateY(-8px);
}.program-structure-037 h2 {
    font-weight: 700;
    font-size: calc(32px * 1.2);
    color: #000000;
    display: inline-block;
    position: relative;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.8rem;
}.program-structure-037 h2::before {
    top: -15px;
    border-top: 3px solid rgb(158,153,153);
    transition: all 0.5s ease;
    height: 45px;
    content: "";
    left: -15px;
    opacity: 0.7;
    width: 45px;
    position: absolute;
    border-left: 3px solid rgb(158,153,153);
}.program-structure-037 h2::after {
    border-right: 3px solid rgb(127,121,122);
    bottom: -15px;
    transition: all 0.5s ease;
    border-bottom: 3px solid rgb(127,121,122);
    right: -15px;
    position: absolute;
    opacity: 0.7;
    width: 45px;
    content: "";
    height: 45px;
}.program-structure-037 .text-holder-653:hover h2::before {
    left: -20px;
    width: 55px;
    top: -20px;
    height: 55px;
}.program-structure-037 .text-holder-653:hover h2::after {
    bottom: -20px;
    height: 55px;
    right: -20px;
    width: 55px;
}.program-structure-037 .description {
    max-width: 85%;
    margin-left: auto;
    line-height: 1.9;
    margin-right: auto;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    font-size: 17px;
    margin-bottom: 1.8rem;
    color: #000000;
}.program-structure-037 .description:last-of-type {
    font-weight: 600;
    padding: 1.2rem 1.8rem;
    border-right: 3px solid rgb(127,121,122);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    transition: all 0.5s ease;
    border-left: 3px solid rgb(158,153,153);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(2deg);
    max-width: 90%;
    border-radius: 10px;
}.program-structure-037 .text-holder-653:hover .description:last-of-type {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateX(0deg);
}.program-structure-037 .img-text-overlay-275 {
    top: -10%;
    position: absolute;
    z-index: 0;
    width: 120%;
    filter: brightness(0.95) contrast(1.05);
    height: 120%;
    border-radius: 0;
    transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    left: -10%;
    transform: none;
}.program-structure-037 .img-text-overlay-275::before {
    height: 100%;
    width: 100%;
    left: 0;
    content: "";
    background: 
        radial-gradient(circle at center, transparent 30%, rgba(0, 0, 0, 0.5) 100%),
        linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 70%);
    position: absolute;
    top: 0;
    opacity: 0.85;
    z-index: 1;
}.program-structure-037 .img-text-overlay-275::after {
    height: 150%;
    width: 150%;
    left: -25%;
    opacity: 0.3;
    animation: rotateGradient 20s infinite linear;
    content: "";
    position: absolute;
    z-index: 2;
    top: -25%;
    background: 
        radial-gradient(
            ellipse at center, 
            transparent 30%, 
            rgb(158,153,153,0.5) 70%, 
            rgb(127,121,122,0.5) 100%
        );
}@keyframes rotateGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.program-structure-037 .text-holder-653::before {
    position: absolute;
    top: -5%;
    right: -5%;
    animation: morph 15s linear infinite alternate;
    content: "";
    height: 70%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    z-index: -1;
    width: 70%;
    opacity: 0.15;
    background: rgb(158,153,153,0.5);
}.program-structure-037 .text-holder-653::after {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    width: 70%;
    left: -5%;
    height: 70%;
    animation: morph 15s linear infinite alternate-reverse;
    content: "";
    opacity: 0.15;
    background: rgb(127,121,122,0.5);
    position: absolute;
    z-index: -1;
    bottom: -5%;
}

@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    25% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    50% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    75% {
        border-radius: 40% 60% 30% 70% / 60% 40% 30% 70%;
    }
    100% {
        border-radius: 60% 40% 60% 40% / 50% 60% 40% 50%;
    }
}

@media (max-width: 1200px) {.program-structure-037 .text-holder-653 {
    max-width: 800px;
    padding: 3.5rem 2.5rem;
}.program-structure-037 .img-text-overlay-275 {
    height: 130%;
    width: 130%;
}
}

@media (max-width: 992px) {.program-structure-037 {
    padding: 5rem 0;
}.program-structure-037 .text-holder-653 {
    max-width: 700px;
    padding: 3rem 2rem;
}.program-structure-037 h2 {
    font-size: 32px;
}.program-structure-037 .description {
    max-width: 90%;
    line-height: 1.8;
}.program-structure-037 .img-text-overlay-275 {
    left: -20%;
    top: -20%;
    width: 140%;
    height: 140%;
}
}

@media (max-width: 768px) {.program-structure-037 {
    padding: 4rem 0;
}.program-structure-037 .text-holder-653 {
    max-width: 90%;
    padding: 2.5rem 1.5rem;
    clip-path: polygon(
            0% 3%, 
            3% 0%, 
            97% 0%, 
            100% 3%, 
            100% 97%, 
            97% 100%, 
            3% 100%, 
            0% 97%
        );
}.program-structure-037 h2 {
    font-size: calc(32px * 0.95);
}.program-structure-037 h2::before,
    .program-structure-037 h2::after {
    left: -10px;
    height: 35px;
    top: -10px;
    width: 35px;
}.program-structure-037 h2::after {
    right: -10px;
    bottom: -10px;
}.program-structure-037 .text-holder-653:hover h2::before,
    .program-structure-037 .text-holder-653:hover h2::after {
    width: 40px;
    height: 40px;
}.program-structure-037 .description {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
    max-width: 95%;
}.program-structure-037 .description:last-of-type {
    padding: 1rem 1.5rem;
    max-width: 95%;
}.program-structure-037 .img-text-overlay-275 {
    width: 150%;
    height: 150%;
}
}

@media (max-width: 576px) {.program-structure-037 {
    padding: 3rem 0;
}.program-structure-037 .text-holder-653 {
    clip-path: polygon(
            0% 2%, 
            2% 0%, 
            98% 0%, 
            100% 2%, 
            100% 98%, 
            98% 100%, 
            2% 100%, 
            0% 98%
        );
    max-width: 95%;
    padding: 2rem 1.2rem;
}.program-structure-037 h2 {
    margin-bottom: 1.2rem;
    font-size: calc(32px * 0.85);
}.program-structure-037 h2::before,
    .program-structure-037 h2::after {
    width: 25px;
    left: -8px;
    height: 25px;
    border-width: 2px;
    top: -8px;
}.program-structure-037 h2::after {
    right: -8px;
    bottom: -8px;
    border-width: 2px;
}.program-structure-037 .text-holder-653:hover h2::before,
    .program-structure-037 .text-holder-653:hover h2::after {
    height: 30px;
    width: 30px;
}.program-structure-037 .description {
    margin-bottom: 1.2rem;
    font-size: calc(17px * 0.9);
    line-height: 1.6;
    max-width: 100%;
}.program-structure-037 .description:last-of-type {
    padding: 0.8rem 1.2rem;
    max-width: 100%;
    transform: none;
    border-width: 2px;
}.program-structure-037 .text-holder-653:hover {
    transform: translateY(-5px);
}.program-structure-037 .text-holder-653:hover .description:last-of-type {
    transform: none;
}.program-structure-037 .img-text-overlay-275 {
    left: -30%;
    height: 160%;
    width: 160%;
    top: -30%;
}.program-structure-037 .text-holder-653::before,
    .program-structure-037 .text-holder-653::after {
    width: 80%;
    height: 80%;
}}.service-plan-127 {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.service-plan-127::before {
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    top: 0;
    right: 0;
    z-index: 1;
}.service-plan-127 .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}.service-plan-127 .annual-plan-316 {
    position: relative;
}.service-plan-127 h2 {
    position: relative;
    overflow: hidden;
    text-align: center;
    transform: perspective(1000px) translateZ(0);
    font-size: 36px;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 700;
}.service-plan-127 h2::after {
    position: absolute;
    left: 50%;
    content: "";
    height: 3px;
    background: rgb(158,153,153);
    transform: translateX(-50%);
    width: 80px;
    bottom: -10px;
}.service-plan-127 .learning-plan-631 {
    text-align: center;
    font-size: 17px;
    margin: 0 auto 50px;
    line-height: 1.6;
    max-width: 700px;
    color: rgb(255, 255, 255, 0.5);
}.service-plan-127 .pricing-offers-753 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    padding: 0;
    gap: 30px;
    display: grid;
    margin: 0;
}.service-plan-127 .pricing-offers-753 li {
    perspective: 1000px;
    transform-style: preserve-3d;
}.service-plan-127 .enroll-cost-894 {
    text-decoration: none;
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    backdrop-filter: blur(10px);
    display: block;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.03) 100%);
    border: 1px solid rgba(255,255,255,0.1);
    overflow: hidden;
    border-left: 3px solid rgb(158,153,153);
}.service-plan-127 .enroll-cost-894:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}.service-plan-127 .enroll-cost-894::before {
    position: absolute;
    background: linear-gradient(45deg, transparent 0%, rgba(rgb(158,153,153), 0.05) 100%);
    z-index: -1;
    left: 0;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
}.service-plan-127 .price-view-538 {
    height: 100%;
    padding: 35px 25px;
}.service-plan-127 .plan-details-364 {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    z-index: 2;
}.service-plan-127 .plan-details-364 h4 {
    font-size: calc(22px * 1.2);
    margin: 0 0 20px;
    color: #ffffff;
    word-break: break-word;
    overflow-wrap: break-word;
    padding-bottom: 15px;
    position: relative;
    font-weight: 700;
}.service-plan-127 .plan-details-364 h4::after {
    position: absolute;
    height: 2px;
    transition: width 0.3s ease;
    content: "";
    bottom: 0;
    left: 0;
    width: 40px;
    background: rgb(158,153,153);
}.service-plan-127 .enroll-cost-894:hover .plan-details-364 h4::after {
    width: 60px;
}.service-plan-127 .plan-details-364 p {
    overflow-wrap: break-word;
    flex-grow: 1;
    line-height: 1.6;
    max-height: 250px;
    margin: 0 0 25px;
    overflow-y: auto;
    scrollbar-width: thin;
    font-size: 17px;
    word-break: break-word;
    scrollbar-color: rgb(158,153,153) transparent;
    color: rgb(255, 255, 255, 0.5);
}.service-plan-127 .plan-details-364 p::-webkit-scrollbar {
    width: 4px;
}.service-plan-127 .plan-details-364 p::-webkit-scrollbar-thumb {
    background-color: rgb(158,153,153);
    border-radius: 10px;
}.service-plan-127 .lesson-plans-701 {
    transform: translateZ(10px);
    font-weight: 700;
    display: inline-block;
    font-size: calc(22px * 1.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    align-self: flex-start;
    border-radius: 4px;
    background: linear-gradient(135deg, rgb(158,153,153) 0%, rgb(127,121,122) 100%);
    padding: 10px 25px;
    margin-top: auto;
}.service-plan-127 .enroll-cost-894:hover .lesson-plans-701 {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transform: translateZ(20px) scale(1.05);
}

@media (max-width: 991px) {.service-plan-127 {
    padding: 80px 0;
}.service-plan-127 .pricing-offers-753 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.service-plan-127 .price-view-538 {
    padding: 25px 20px;
}.service-plan-127 .plan-details-364 h4 {
    font-size: 22px;
}.service-plan-127 .lesson-plans-701 {
    font-size: 22px;
    padding: 8px 20px;
}
}

@media (max-width: 767px) {.service-plan-127 {
    padding: 60px 0;
}.service-plan-127 h2 {
    font-size: calc(36px * 0.85);
}.service-plan-127 .learning-plan-631 {
    font-size: calc(17px * 0.95);
    margin-bottom: 40px;
}.service-plan-127 .pricing-offers-753 {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.service-plan-127 .plan-details-364 p {
    max-height: 180px;
}
}

@media (max-width: 480px) {.service-plan-127 {
    padding: 50px 0;
}.service-plan-127 h2 {
    font-size: calc(36px * 0.75);
}.service-plan-127 .price-view-538 {
    padding: 20px 15px;
}.service-plan-127 .plan-details-364 h4 {
    font-size: calc(22px * 0.9);
    padding-bottom: 10px;
    margin-bottom: 15px;
}.service-plan-127 .plan-details-364 p {
    max-height: 150px;
    font-size: calc(17px * 0.9);
    margin-bottom: 20px;
}.service-plan-127 .lesson-plans-701 {
    padding: 8px 15px;
    font-size: calc(22px * 0.9);
}}footer {
    position: relative;
    z-index: 1;
    perspective: 1000px;
}footer::before {
    position: absolute;
    background: linear-gradient(135deg, rgb(127,121,122,0.5) 0%, rgb(158,153,153,0.5) 100%);
    z-index: -2;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0.9;
    right: 0;
    content: "";
}footer::after {
    bottom: 0;
    right: 0;
    top: 0;
    content: "";
    z-index: -1;
    background: 
        radial-gradient(circle at 20% 20%, transparent 0, transparent 80px, rgba(255, 255, 255, 0.03) 81px),
        radial-gradient(circle at 80% 40%, transparent 0, transparent 120px, rgba(255, 255, 255, 0.03) 121px),
        radial-gradient(circle at 40% 70%, transparent 0, transparent 100px, rgba(255, 255, 255, 0.03) 101px);
    left: 0;
    position: absolute;
}.assign-help-281 {
    position: relative;
    color: #ffffff;
    padding: 5rem 0 2.5rem;
}.assign-help-281::before {
    background: repeating-linear-gradient(
        90deg,
        rgb(158,153,153) 0px,
        rgb(158,153,153) 40px,
        rgb(127,121,122) 40px,
        rgb(127,121,122) 80px
    );
    position: absolute;
    left: 0;
    width: 100%;
    height: 20px;
    content: "";
    top: 0;
}.assign-help-281 .container {
    position: relative;
    gap: 4rem;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
}.assign-help-281 .company_holder {
    transform-style: preserve-3d;
    border-radius: 0;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    border-bottom: 6px solid rgb(158,153,153);
    flex: 1 1 380px;
    transform: rotateX(5deg);
    position: relative;
    transition: all 0.4s ease;
    background: rgb(158,153,153,0.5);
    padding: 2rem;
}.assign-help-281 .company_holder:hover {
    transform: rotateX(0deg);
}.assign-help-281 .company_holder h3 {
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 34px;
    margin: 0 0 1.5rem;
    transform: translateZ(20px);
    display: inline-block;
    position: relative;
}.assign-help-281 .company_holder h3::before {
    content: "";
    top: -10px;
    border-left: 3px solid #ffffff;
    left: -10px;
    width: 30px;
    height: 30px;
    position: absolute;
    border-top: 3px solid #ffffff;
}.assign-help-281 .company_holder h3::after {
    border-right: 3px solid #ffffff;
    content: "";
    position: absolute;
    border-bottom: 3px solid #ffffff;
    bottom: -10px;
    width: 30px;
    height: 30px;
    right: -10px;
}.assign-help-281 .patent-info-859 {
    padding: 1.5rem;
    line-height: 1.6;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    transform: translateZ(10px);
    font-size: 18px;
    border-radius: 10px;
}.assign-help-281 .alumni-net-493 {
    min-width: 400px;
    flex: 1 1 calc(100% - 480px);
}.assign-help-281 .header-navbar-350 {
    gap: 3rem;
    display: flex;
    flex-wrap: wrap;
}.assign-help-281 .main-start-496 {
    position: relative;
    transition: all 0.4s ease;
    transform-style: preserve-3d;
    transform: rotateX(-5deg);
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 220px;
}.assign-help-281 .main-start-496:hover {
    transform: rotateX(0deg);
}.assign-help-281 .main-start-496 h5 {
    font-size: 19px;
    font-weight: 600;
    position: relative;
    color: #ffffff;
    background: rgb(127,121,122,0.5);
    transform: translateZ(15px);
    margin: 0 0 1.5rem;
    min-width: 200px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    display: inline-block;
    padding: 1rem 1.5rem;
}.assign-help-281 .main-start-496 h5::after {
    position: absolute;
    left: 0;
    content: "";
    height: 5px;
    background: rgb(127,121,122);
    right: 0;
    bottom: -5px;
}.assign-help-281 .main-start-496 .header-navbar-350 {
    background: rgba(255, 255, 255, 0.1);
    transform: translateZ(5px);
    gap: 1rem;
    flex-direction: column;
    padding: 1rem;
    border-radius: 10px;
    display: flex;
}.assign-help-281 .main-start-496 .header-navbar-350 a {
    padding: 0.7rem 1rem;
    position: relative;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    display: block;
    font-size: 18px;
    text-decoration: none;
    overflow: hidden;
    color: #ffffff;
    transform: translateZ(10px);
    transition: all 0.3s ease;
}.assign-help-281 .main-start-496 .header-navbar-350 a::before {
    position: absolute;
    transition: all 0.5s ease;
    width: 100%;
    height: 100%;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    content: "";
}.assign-help-281 .main-start-496 .header-navbar-350 a:hover {
    color: #ffffff;
    background: rgb(127,121,122,0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.assign-help-281 .main-start-496 .header-navbar-350 a:hover::before {
    left: 100%;
}.footer-disclaimer-857 {
    transform-style: preserve-3d;
    padding: 2rem 0;
    position: relative;
    background: rgb(127,121,122,0.5);
    margin-top: 3rem;
    perspective: 1000px;
}.footer-disclaimer-857::before {
    transform: rotateX(45deg);
    left: 0;
    top: -20px;
    content: "";
    transform-origin: bottom;
    background: rgb(127,121,122);
    position: absolute;
    height: 20px;
    width: 100%;
}.footer-disclaimer-857 .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.footer-disclaimer-857 .equity-info-291 {
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    padding: 0.8rem 2rem;
    color: #ffffff;
    transform: translateZ(5px);
    font-size: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1200px) {.assign-help-281 .container {
    gap: 3rem;
}.assign-help-281 .company_holder {
    flex: 1 1 350px;
}.assign-help-281 .alumni-net-493 {
    min-width: 350px;
    flex: 1 1 calc(100% - 430px);
}.assign-help-281 .header-navbar-350 {
    gap: 2rem;
}
}

@media (max-width: 992px) {.assign-help-281 {
    padding: 4rem 0 2rem;
}.assign-help-281 .container {
    gap: 3rem;
    flex-direction: column;
}.assign-help-281 .company_holder,
    .assign-help-281 .alumni-net-493 {
    min-width: 100%;
    flex: 1 1 100%;
}.assign-help-281 .main-start-496 {
    min-width: 220px;
    flex: 1 1 calc(50% - 1.5rem);
}.assign-help-281 .company_holder,
    .assign-help-281 .main-start-496 {
    transform: none;
}
}

@media (max-width: 768px) {.assign-help-281 {
    padding: 3.5rem 0 1.5rem;
}.assign-help-281 .header-navbar-350 {
    gap: 1.5rem;
}.assign-help-281 .company_holder h3 {
    font-size: calc(34px - 2px);
}.assign-help-281 .company_holder h3::before,
    .assign-help-281 .company_holder h3::after {
    width: 20px;
    height: 20px;
}.footer-disclaimer-857 {
    margin-top: 2rem;
}.footer-disclaimer-857::before {
    height: 15px;
    top: -15px;
}
}

@media (max-width: 576px) {.assign-help-281 {
    padding: 3rem 0 1rem;
}.assign-help-281 .main-start-496 {
    flex: 1 1 100%;
    min-width: 100%;
}.assign-help-281 .header-navbar-350 {
    gap: 0.7rem;
}.assign-help-281 .main-start-496 .header-navbar-350 a {
    padding: 0.6rem 0.8rem;
}.footer-disclaimer-857 {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.footer-disclaimer-857::before {
    display: none;
}
}

@media (max-width: 420px) {.assign-help-281::before {
    height: 10px;
}.assign-help-281 .company_holder h3::before,
    .assign-help-281 .company_holder h3::after {
    display: none;
}.assign-help-281 .main-start-496 h5 {
    width: 100%;
    min-width: auto;
}.footer-disclaimer-857 .equity-info-291 {
    padding: 0.7rem 1.5rem;
    width: 90%;
}}.statistical-data-238 {
    overflow: hidden;
    z-index: 1;
    padding: 8rem 0;
    position: relative;
    background: rgb(190,187,187);
}.statistical-data-238::before {
    height: 100%;
    position: absolute;
    top: 0;
    background-size: 100% 100%, 200% 100%;
    left: 0;
    background: 
        linear-gradient(135deg, transparent, rgb(158,153,153,0.5), transparent) 0 0,
        linear-gradient(to right, transparent, transparent, rgba(255,255,255,0.05), transparent, transparent) 0 0;
    z-index: -1;
    animation: backgroundSweep 8s infinite ease-in-out;
    opacity: 1;
    content: "";
    width: 100%;
}@keyframes backgroundSweep {
    0% {
        background-position: 0 0, -100% 0;
    }
    50% {
        background-position: 0 0, 100% 0;
    }
    100% {
        background-position: 0 0, -100% 0;
    }
}

.statistical-data-238 .container {
    display: flex;
    padding: 0;
    flex-direction: column;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.statistical-data-238 .container::before {
    content: "";
    animation: lineShift 30s infinite linear;
    height: 100%;
    background-size: 100% 50px, 100% 100px;
    left: 0;
    top: 0;
    width: 100%;
    background-image: 
        linear-gradient(0deg, rgb(158,153,153,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(127,121,122,0.5) 1px, transparent 1px);
    position: absolute;
    opacity: 0.03;
    z-index: -1;
}@keyframes lineShift {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 0 50px, 0 100px;
    }
}

.statistical-data-238 h2 {
    font-size: 37px;
    width: max-content;
    align-self: center;
    font-weight: 700;
    position: relative;
    margin: 0 0 6rem;
    color: #000000;
    text-align: center;
}.statistical-data-238 h2::after {
    border-radius: 10px;
    bottom: -20px;
    background: linear-gradient(90deg, transparent, rgb(158,153,153), transparent);
    left: -10%;
    content: "";
    height: 8px;
    width: 120%;
    opacity: 0.3;
    position: absolute;
}.statistical-data-238 ul {
    padding: 0;
    min-height: 300px;
    flex-wrap: wrap;
    list-style: none;
    display: flex;
    position: relative;
    margin: 0;
}.statistical-data-238 ul::before {
    background-size: 200% 1px;
    content: "";
    bottom: 0;
    animation: gradientMove 6s infinite linear;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(158,153,153,0.5), rgb(127,121,122,0.5), rgb(158,153,153,0.5), transparent);
    width: 100%;
    position: absolute;
}.statistical-data-238 ul::after {
    animation: gradientMove 6s infinite linear reverse;
    content: "";
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(127,121,122,0.5), rgb(158,153,153,0.5), rgb(127,121,122,0.5), transparent);
    background-size: 200% 1px;
    left: 0;
    height: 1px;
    width: 100%;
}@keyframes gradientMove {
    0% {
        background-position: 0% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

.statistical-data-238 .knowledge-boosters-345 {
    transition: all 0.4s ease;
    position: relative;
    padding: 2rem 1rem;
    height: 0;
    flex-direction: column;
    transform: translateY(100%);
    animation: slideIn 0.5s forwards;
    background: linear-gradient(to bottom, transparent, rgba(rgb(158,153,153), 0.02), transparent);
    display: flex;
    flex: 0 0 20%;
    justify-content: center;
    opacity: 0;
    align-items: center;
}@keyframes slideIn {
    to {
        height: auto;
        transform: translateY(0);
        opacity: 1;
    }
}


.statistical-data-238 .knowledge-boosters-345:nth-child(1) {
    animation-delay: 0.1s;
}.statistical-data-238 .knowledge-boosters-345:nth-child(2) {
    animation-delay: 0.2s;
}.statistical-data-238 .knowledge-boosters-345:nth-child(3) {
    animation-delay: 0.3s;
}.statistical-data-238 .knowledge-boosters-345:nth-child(4) {
    animation-delay: 0.4s;
}.statistical-data-238 .knowledge-boosters-345:nth-child(5) {
    animation-delay: 0.5s;
}.statistical-data-238 .knowledge-boosters-345:nth-child(6) {
    animation-delay: 0.6s;
}.statistical-data-238 .knowledge-boosters-345:nth-child(7) {
    animation-delay: 0.7s;
}.statistical-data-238 .knowledge-boosters-345:nth-child(8) {
    animation-delay: 0.8s;
}.statistical-data-238 .knowledge-boosters-345:nth-child(9) {
    animation-delay: 0.9s;
}.statistical-data-238 .knowledge-boosters-345:nth-child(10) {
    animation-delay: 1s;
}.statistical-data-238 .knowledge-boosters-345::before {
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgb(158,153,153,0.5), transparent);
}.statistical-data-238 .knowledge-boosters-345:nth-child(5n)::before {
    display: none;
}.statistical-data-238 .knowledge-boosters-345::after {
    opacity: 0.1;
    bottom: -5px;
    width: 80%;
    content: "";
    left: 10%;
    background: linear-gradient(90deg, transparent, rgb(158,153,153,0.5), transparent);
    height: 2px;
    position: absolute;
    z-index: -1;
    transition: all 0.3s ease;
}.statistical-data-238 .knowledge-boosters-345:hover::after {
    left: 5%;
    height: 3px;
    opacity: 0.5;
    width: 90%;
}.statistical-data-238 .knowledge-boosters-345 p {
    font-size: calc(48px * 1.3);
    text-align: center;
    position: relative;
    margin: 0 0 1.5rem;
    font-weight: 700;
    transition: all 0.3s ease;
    color: rgb(158,153,153);
}.statistical-data-238 .knowledge-boosters-345 span {
    margin-top: auto;
    position: relative;
    color: #000000;
    text-align: center;
    font-weight: 400;
    transition: all 0.3s ease;
    font-size: 18px;
    max-width: 100%;
}.statistical-data-238 .knowledge-boosters-345:nth-child(odd) p {
    color: rgb(158,153,153);
}.statistical-data-238 .knowledge-boosters-345:nth-child(even) p {
    color: rgb(127,121,122);
}.statistical-data-238 svg {
    position: absolute;
    fill: rgb(158,153,153);
    opacity: 0.1;
    transition: all 0.3s ease;
    height: 50px;
    transform: translateX(-50%);
    left: 50%;
    width: 50px;
    bottom: -25px;
}.statistical-data-238 svg path {
    fill: inherit;
}.statistical-data-238 .knowledge-boosters-345:hover p {
    transform: translateY(-5px);
}.statistical-data-238 .knowledge-boosters-345:hover svg {
    transform: translateX(-50%) scale(1.1);
    opacity: 0.2;
}.statistical-data-238::after {
    animation: lineSweep 10s infinite linear;
    width: 100%;
    background-repeat: repeat-x;
    background-position: 0% 100%, 100% 85%;
    bottom: 0;
    background-size: 200% 1px, 200% 1px;
    position: absolute;
    height: 40%;
    background-image: 
        linear-gradient(90deg, transparent, rgb(158,153,153,0.5) 50%, transparent 100%),
        linear-gradient(90deg, transparent, rgb(127,121,122,0.5) 50%, transparent 100%);
    left: 0;
    opacity: 0.15;
    content: "";
    z-index: -1;
}@keyframes lineSweep {
    0% {
        background-position: 0% 100%, 100% 85%;
    }
    50% {
        background-position: 100% 100%, 0% 85%;
    }
    100% {
        background-position: 0% 100%, 100% 85%;
    }
}

.statistical-data-238 .knowledge-boosters-345 p::before {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    height: 30px;
    top: -15px;
    transition: all 0.3s ease;
    border-radius: 50%;
    width: 30px;
    transform: scale(0);
    justify-content: center;
    right: -15px;
    content: attr(data-count);
    display: flex;
    align-items: center;
    opacity: 0;
    background: rgb(158,153,153);
    position: absolute;
}.statistical-data-238 .knowledge-boosters-345:hover p::before {
    opacity: 1;
    transform: scale(1);
}.statistical-data-238 .knowledge-boosters-345:nth-child(1) p::before {
    content: "01";
}.statistical-data-238 .knowledge-boosters-345:nth-child(2) p::before {
    content: "02";
    background: rgb(127,121,122);
}.statistical-data-238 .knowledge-boosters-345:nth-child(3) p::before {
    background: rgb(158,153,153);
    content: "03";
}.statistical-data-238 .knowledge-boosters-345:nth-child(4) p::before {
    content: "04";
    background: rgb(127,121,122);
}.statistical-data-238 .knowledge-boosters-345:nth-child(5) p::before {
    background: rgb(158,153,153);
    content: "05";
}.statistical-data-238 .knowledge-boosters-345:nth-child(6) p::before {
    content: "06";
    background: rgb(127,121,122);
}.statistical-data-238 .knowledge-boosters-345:nth-child(7) p::before {
    content: "07";
    background: rgb(158,153,153);
}.statistical-data-238 .knowledge-boosters-345:nth-child(8) p::before {
    background: rgb(127,121,122);
    content: "08";
}.statistical-data-238 .knowledge-boosters-345:nth-child(9) p::before {
    content: "09";
    background: rgb(158,153,153);
}.statistical-data-238 .knowledge-boosters-345:nth-child(10) p::before {
    background: rgb(127,121,122);
    content: "10";
}


@media screen and (max-width: 1024px) {.statistical-data-238 {
    padding: 6rem 0;
}.statistical-data-238 ul {
    height: 350px;
}.statistical-data-238 .knowledge-boosters-345 p {
    font-size: calc(48px * 1.2);
}
}

@media screen and (max-width: 768px) {.statistical-data-238 {
    padding: 5rem 0;
}.statistical-data-238 h2 {
    margin-bottom: 4rem;
    font-size: calc(37px * 0.9);
}.statistical-data-238 ul {
    flex-wrap: wrap;
    height: auto;
}.statistical-data-238 .knowledge-boosters-345 {
    padding: 0 1.5rem;
    flex: 0 0 33.33%;
    margin-bottom: 3rem;
}.statistical-data-238 .knowledge-boosters-345:nth-child(5n)::before {
    display: block;
}.statistical-data-238 .knowledge-boosters-345:nth-child(3n)::before {
    display: none;
}.statistical-data-238 .knowledge-boosters-345:nth-child(3n+1) {
    animation-delay: 0.1s;
}.statistical-data-238 .knowledge-boosters-345:nth-child(3n+2) {
    animation-delay: 0.2s;
}.statistical-data-238 .knowledge-boosters-345:nth-child(3n) {
    animation-delay: 0.3s;
}
}

@media screen and (max-width: 480px) {.statistical-data-238 {
    padding: 4rem 0;
}.statistical-data-238 h2 {
    margin-bottom: 3rem;
    font-size: calc(37px * 0.8);
}.statistical-data-238 ul {
    flex-wrap: wrap;
    display: flex;
}.statistical-data-238 .knowledge-boosters-345 {
    flex: 0 0 100%;
    padding: 0;
    margin-bottom: 2.5rem;
}.statistical-data-238 .knowledge-boosters-345::before {
    display: none;
}.statistical-data-238 .knowledge-boosters-345:last-child {
    margin-bottom: 0;
}.statistical-data-238 .knowledge-boosters-345 p {
    font-size: calc(48px * 1.1);
}.statistical-data-238 .knowledge-boosters-345:nth-child(n) {
    animation-delay: calc(0.1s * var(--n));
}}header {
    padding: 1.2rem 0;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 97% 100%, 3% 100%, 0 85%);
    background-color: rgb(190,187,187);
    z-index: 1000;
}header::before {
    position: absolute;
    opacity: 0.15;
    content: '';
    z-index: -1;
    width: 100%;
    background: 
        linear-gradient(90deg, transparent 49.5%, rgb(158,153,153,0.5) 49.5%, rgb(158,153,153,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 49.5%, rgb(127,121,122,0.5) 49.5%, rgb(127,121,122,0.5) 50.5%, transparent 50.5%) 0 0 / 100% 20px;
    left: 0;
    animation: gridMove 40s linear infinite;
    top: 0;
    height: 100%;
}header::after {
    background: linear-gradient(90deg, 
        rgb(158,153,153) 0%, 
        rgb(127,121,122) 50%, 
        rgb(158,153,153) 100%);
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    content: '';
    bottom: 0;
    height: 4px;
}header .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1.5rem;
}header .main-info-913 {
    justify-content: space-between;
    align-items: center;
    position: relative;
    display: flex;
}header .main-start-496 {
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    padding: 5px;
    border-radius: 18px;
    position: relative;
    display: flex;
    gap: 0.5rem;
}header .nav-study-265 {
    color: #ffffff;
    padding: 0.7rem 1.2rem;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    font-family: Arial, sans-serif;
    text-decoration: none;
    position: relative;
    font-weight: 400;
    font-size: 13px;
    border-radius: 10px;
}header .nav-study-265::before {
    content: '';
    bottom: -2px;
    left: -2px;
    border-radius: calc(10px + 2px);
    background: linear-gradient(45deg, rgb(158,153,153), rgb(127,121,122));
    right: -2px;
    top: -2px;
    position: absolute;
    z-index: -1;
    transform: scale(0.95);
    opacity: 0;
    transition: all 0.3s ease;
}header .nav-study-265::after {
    bottom: 0;
    content: '';
    left: 0;
    background: rgb(158,153,153);
    z-index: -1;
    top: 0;
    position: absolute;
    border-radius: 10px;
    right: 0;
}header .nav-study-265:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}header .nav-study-265:hover::before {
    transform: scale(1);
    opacity: 1;
}header .top-mainbar-728 {
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
    border-radius: 10px;
    text-decoration: none;
    display: flex;
    transition: all 0.3s ease;
    align-items: center;
    padding: 0.5rem 1rem;
    position: relative;
}header .top-mainbar-728::before {
    content: '';
    position: absolute;
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    transition: 0.5s;
    top: 0;
    height: 100%;
    left: -100%;
}header .top-mainbar-728:hover::before {
    left: 100%;
}header .top-mainbar-728 svg {
    width: 160px;
    z-index: 2;
    height: auto;
    position: relative;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

@media (max-width: 991px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 5% 100%, 0 90%);
}header .main-start-496 {
    gap: 0.3rem;
}header .nav-study-265 {
    font-size: calc(13px - 1px);
    padding: 0.6rem 0.8rem;
}header .top-mainbar-728 svg {
    width: 140px;
}
}

@media (max-width: 767px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 10% 100%, 0 95%);
    padding: 1rem 0 1.5rem;
}header .main-info-913 {
    flex-direction: column;
}header .main-start-496 {
    flex-wrap: wrap;
    gap: 0.5rem;
    order: 2;
    width: 100%;
    justify-content: center;
    margin-top: 1rem;
    padding: 10px;
}header .nav-study-265 {
    padding: 0.5rem 0.7rem;
    font-size: calc(13px - 2px);
}header .top-mainbar-728 {
    margin-bottom: 0.5rem;
    order: 1;
}header .top-mainbar-728 svg {
    width: 130px;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0 1.2rem;
}header .main-start-496 {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
}header .main-start-496::-webkit-scrollbar {
    height: 3px;
}header .main-start-496::-webkit-scrollbar-thumb {
    background: rgb(158,153,153);
    border-radius: 10px;
}header .nav-study-265 {
    white-space: nowrap;
}header .top-mainbar-728 svg {
    width: 110px;
}}.teacher-profile-329 {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(
        125deg,
        rgb(190,187,187) 0%,
        rgb(190,187,187) 60%,
        rgb(158,153,153,0.5) 120%
    );
}.teacher-profile-329::before {
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    opacity: 0.03;
    position: absolute;
    background-size: 60px 60px;
    background-position: 0 0, 0 30px, 30px -30px, -30px 0px;
    background-image: 
        linear-gradient(45deg, rgb(158,153,153,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(158,153,153,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(158,153,153,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(158,153,153,0.5) 75%);
}.teacher-profile-329::after {
    content: "";
    background: 
        radial-gradient(
            ellipse at center,
            rgb(158,153,153,0.5) 0%,
            transparent 60%
        );
    height: 200%;
    position: absolute;
    opacity: 0.2;
    top: -50%;
    animation: pulse-subtle 15s infinite alternate ease-in-out;
    width: 200%;
    left: -50%;
}@keyframes pulse-subtle {
    0% {
        transform: scale(1);
        opacity: 0.15;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.25;
    }
}

.teacher-profile-329 .container {
    padding: 0 15px;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.teacher-profile-329 .rating-showcase-201 {
    align-items: center;
    background: transparent;
    display: flex;
    flex-direction: column;
    padding: 0;
    position: relative;
    border-radius: 17px;
    overflow: visible;
}.teacher-profile-329 .img-text-overlay-275 {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 20px;
    width: 260px;
    z-index: 3;
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.12),
        -25px -25px 50px rgba(255, 255, 255, 0.7),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    transform: rotate(-5deg);
    height: 260px;
    margin-bottom: 30px;
    position: relative;
}.teacher-profile-329 .img-text-overlay-275::before {
    content: "";
    position: absolute;
    background: linear-gradient(
        135deg,
        rgb(158,153,153,0.5) 0%,
        transparent 50%,
        rgb(127,121,122,0.5) 100%
    );
    border-radius: 30px;
    z-index: -1;
    inset: -10px;
    opacity: 0.3;
    transform: rotate(5deg);
    transition: all 0.5s ease;
}.teacher-profile-329 .img-text-overlay-275::after {
    z-index: -2;
    background: 
        repeating-linear-gradient(
            -45deg,
            transparent 0,
            transparent 10px,
            rgb(158,153,153,0.5) 10px,
            rgb(158,153,153,0.5) 11px
        );
    transform: rotate(10deg);
    border-radius: 40px;
    content: "";
    opacity: 0.05;
    position: absolute;
    inset: -20px;
    transition: all 0.5s ease;
}.teacher-profile-329 .name {
    margin-bottom: 15px;
    background: linear-gradient(
        to right,
        #000000 0%,
        rgb(158,153,153) 100%
    );
    background-clip: text !important;
    font-size: 40px;
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    z-index: 2;
    position: relative;
    -webkit-background-clip: text !important;
    text-align: center;
    color: #000000;
    text-fill-color: transparent;
    padding: 0 20px 15px;
}.teacher-profile-329 .name::after {
    background: linear-gradient(
        to right,
        rgb(158,153,153) 0%,
        rgb(127,121,122) 100%
    );
    width: 80px;
    left: 50%;
    content: "";
    height: 3px;
    bottom: 0;
    position: absolute;
    transform: translateX(-50%);
    border-radius: 3px;
}.teacher-profile-329 .rating-showcase-201 span:not(.name) {
    text-transform: uppercase;
    opacity: 0.8;
    font-size: 18px;
    letter-spacing: 3px;
    z-index: 2;
    position: relative;
    color: rgb(127,121,122);
    margin-bottom: 40px;
    text-align: center;
    font-weight: 600;
    transition: all 0.3s ease;
}.teacher-profile-329 .experience-path-479 {
    padding: 40px 50px;
    margin: 0;
    text-align: center;
    background: #ffffff;
    color: #000000;
    z-index: 1;
    border-radius: 17px;
    line-height: 1.9;
    width: 80%;
    max-width: 700px;
    position: relative;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.06),
        0 1px 1px rgba(0, 0, 0, 0.04);
    font-size: 13px;
}.teacher-profile-329 .experience-path-479::before {
    height: 35px;
    top: 25px;
    content: "";
    left: 25px;
    border-radius: 0 0 10px 0;
    position: absolute;
    background: 
        linear-gradient(45deg, rgb(158,153,153,0.5) 0%, transparent 100%);
    width: 35px;
    opacity: 0.2;
}.teacher-profile-329 .experience-path-479::after {
    right: 25px;
    border-radius: 0 0 0 10px;
    content: "";
    position: absolute;
    bottom: 25px;
    height: 35px;
    opacity: 0.2;
    background: 
        linear-gradient(225deg, rgb(127,121,122,0.5) 0%, transparent 100%);
    width: 35px;
}.teacher-profile-329 .rating-showcase-201::before {
    width: 300px;
    transform: translateX(-50%) rotate(45deg);
    content: "";
    top: -70px;
    height: 300px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    left: 50%;
    opacity: 0.1;
    animation: morphing 15s infinite alternate ease-in-out;
    background: 
        linear-gradient(
            135deg,
            rgb(158,153,153,0.5) 0%,
            transparent 100%
        );
    position: absolute;
    z-index: 0;
}@keyframes morphing {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 70% 30% 50% 50% / 40% 60% 40% 60%;
    }
    50% {
        border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
    }
    75% {
        border-radius: 60% 40% 30% 70% / 50% 50% 50% 50%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

.teacher-profile-329 .rating-showcase-201::after {
    z-index: 0;
    position: absolute;
    width: 350px;
    transform: translateX(-50%) rotate(-45deg);
    animation: morphing 15s infinite alternate-reverse ease-in-out;
    opacity: 0.08;
    content: "";
    top: -50px;
    background: 
        linear-gradient(
            135deg,
            transparent 0%,
            rgb(127,121,122,0.5) 100%
        );
    left: 50%;
    border-radius: 60% 40% 30% 70% / 50% 50% 50% 50%;
    height: 350px;
}.teacher-profile-329 .rating-showcase-201:hover .img-text-overlay-275 {
    box-shadow: 
        30px 30px 60px rgba(0, 0, 0, 0.15),
        -30px -30px 60px rgba(255, 255, 255, 0.8),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: rotate(0deg) translateY(-10px);
}.teacher-profile-329 .rating-showcase-201:hover .img-text-overlay-275::before {
    opacity: 0.5;
    transform: rotate(0deg);
}.teacher-profile-329 .rating-showcase-201:hover .img-text-overlay-275::after {
    transform: rotate(5deg);
}.teacher-profile-329 .rating-showcase-201:hover span:not(.name) {
    opacity: 1;
    letter-spacing: 5px;
}

@media (max-width: 991px) {.teacher-profile-329 {
    padding: 80px 0;
}.teacher-profile-329 .img-text-overlay-275 {
    margin-bottom: 25px;
    height: 220px;
    width: 220px;
}.teacher-profile-329 .name {
    font-size: calc(40px * 0.9);
    margin-bottom: 12px;
}.teacher-profile-329 .experience-path-479 {
    padding: 35px 40px;
    width: 85%;
}.teacher-profile-329 .rating-showcase-201::before,
    .teacher-profile-329 .rating-showcase-201::after {
    width: 250px;
    height: 250px;
}
}

@media (max-width: 767px) {.teacher-profile-329 {
    padding: 60px 0;
}.teacher-profile-329 .img-text-overlay-275 {
    margin-bottom: 20px;
    width: 180px;
    height: 180px;
}.teacher-profile-329 .name {
    margin-bottom: 10px;
    font-size: calc(40px * 0.8);
    padding: 0 15px 12px;
}.teacher-profile-329 .rating-showcase-201 span:not(.name) {
    margin-bottom: 30px;
    letter-spacing: 2px;
    font-size: calc(18px * 0.9);
}.teacher-profile-329 .experience-path-479 {
    padding: 30px 35px;
    width: 90%;
    font-size: calc(13px * 0.95);
}.teacher-profile-329 .experience-path-479::before,
    .teacher-profile-329 .experience-path-479::after {
    width: 25px;
    height: 25px;
}.teacher-profile-329 .rating-showcase-201::before,
    .teacher-profile-329 .rating-showcase-201::after {
    height: 200px;
    width: 200px;
}.teacher-profile-329 .rating-showcase-201:hover span:not(.name) {
    letter-spacing: 3px;
}
}

@media (max-width: 575px) {.teacher-profile-329 {
    padding: 50px 0;
}.teacher-profile-329 .img-text-overlay-275 {
    border-radius: 15px;
    height: 150px;
    width: 150px;
    margin-bottom: 15px;
}.teacher-profile-329 .img-text-overlay-275::before {
    inset: -8px;
    border-radius: 22px;
}.teacher-profile-329 .img-text-overlay-275::after {
    inset: -15px;
    border-radius: 30px;
}.teacher-profile-329 .name {
    margin-bottom: 8px;
    padding: 0 10px 10px;
    font-size: calc(40px * 0.7);
}.teacher-profile-329 .name::after {
    height: 2px;
    width: 60px;
}.teacher-profile-329 .rating-showcase-201 span:not(.name) {
    letter-spacing: 1px;
    font-size: calc(18px * 0.85);
    margin-bottom: 25px;
}.teacher-profile-329 .experience-path-479 {
    width: 100%;
    border-radius: 10px;
    font-size: calc(13px * 0.9);
    padding: 25px 20px;
}.teacher-profile-329 .experience-path-479::before,
    .teacher-profile-329 .experience-path-479::after {
    left: 15px;
    width: 20px;
    height: 20px;
    top: 15px;
}.teacher-profile-329 .experience-path-479::after {
    right: 15px;
    bottom: 15px;
}.teacher-profile-329 .rating-showcase-201::before,
    .teacher-profile-329 .rating-showcase-201::after {
    height: 150px;
    width: 150px;
}.teacher-profile-329 .rating-showcase-201:hover span:not(.name) {
    letter-spacing: 2px;
}}.company-overview-873 {
    padding: 6rem 0;
    color: #000000;
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
}.company-overview-873::before {
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.85) 50%, rgba(255,255,255,0.75) 100%);
    top: 0;
    z-index: 1;
    content: "";
}.company-overview-873::after {
    content: "";
    z-index: 0;
    right: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(158,153,153,0.5), rgb(158,153,153));
    width: 35%;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
    height: 100%;
}.company-overview-873 .container {
    padding: 0 2rem;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.company-overview-873 .text-holder-653 {
    transform: translateX(0);
    position: relative;
    margin-left: 0;
    max-width: 90%;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}.company-overview-873:hover .text-holder-653 {
    transform: translateX(10px);
}.company-overview-873 h1 {
    font-size: 40px;
    margin-bottom: 2.5rem;
    font-weight: 700;
    transform: perspective(1000px) rotateX(0deg);
    display: inline-block;
    position: relative;
    color: rgb(158,153,153);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}.company-overview-873 h1::before {
    transform-origin: left center;
    left: 0;
    width: 60%;
    background: rgb(127,121,122);
    height: 4px;
    content: "";
    transform: scaleX(1);
    bottom: -15px;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}.company-overview-873:hover h1 {
    transform: perspective(1000px) rotateX(5deg);
}.company-overview-873:hover h1::before {
    transform: scaleX(1.3);
}.company-overview-873 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.company-overview-873 li {
    margin-bottom: 1.5rem;
    position: relative;
}.company-overview-873 li:last-child {
    margin-bottom: 0;
}.company-overview-873 h4 {
    font-weight: 600;
    font-size: calc(24px + 0.15rem);
    color: rgb(127,121,122);
    margin: 0 0 1.25rem;
    padding-left: 1.5rem;
    transition: transform 0.4s ease;
    position: relative;
}.company-overview-873 h4::before {
    background-color: rgb(158,153,153);
    content: "";
    height: 10px;
    width: 10px;
    top: 50%;
    left: 0;
    transition: transform 0.3s ease, background-color 0.3s ease;
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
}.company-overview-873:hover h4::before {
    transform: translateY(-50%) rotate(135deg);
    background-color: rgb(127,121,122);
}.company-overview-873 span {
    padding: 2rem;
    border-left: 3px solid rgb(158,153,153);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s ease;
    transform: translateY(0);
    display: block;
    background: linear-gradient(to right, rgba(255,255,255,0.85), rgba(255,255,255,0.95));
    font-size: 13px;
    color: #000000;
    line-height: 1.8;
}.company-overview-873:hover span {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}


@media (min-width: 992px) {.company-overview-873 {
    padding: 8rem 0;
}.company-overview-873 .text-holder-653 {
    margin-left: 5%;
    max-width: 80%;
}.company-overview-873 h1 {
    margin-bottom: 3.5rem;
    font-size: calc(40px + 0.5rem);
}.company-overview-873 h1::before {
    height: 5px;
    width: 70%;
}.company-overview-873 span {
    column-gap: 2.5rem;
    column-count: 2;
    padding: 2.5rem;
}
}

@media (min-width: 1200px) {.company-overview-873 .text-holder-653 {
    max-width: 75%;
    margin-left: 8%;
}.company-overview-873 h1 {
    font-size: calc(40px + 0.75rem);
}.company-overview-873 span {
    padding: 3rem;
    column-gap: 3rem;
    column-count: 2;
}
}

@media (max-width: 991px) {.company-overview-873 {
    padding: 5rem 0;
}.company-overview-873::after {
    width: 25%;
}.company-overview-873 h1 {
    font-size: calc(40px - 0.25rem);
    margin-bottom: 2rem;
}.company-overview-873 span {
    padding: 1.5rem;
}
}

@media (max-width: 767px) {.company-overview-873 {
    padding: 4rem 0;
}.company-overview-873::after {
    display: none;
}.company-overview-873 .text-holder-653 {
    max-width: 100%;
}.company-overview-873 h1 {
    font-size: calc(40px - 0.5rem);
    margin-bottom: 1.75rem;
}.company-overview-873 h1::before {
    height: 3px;
    bottom: -10px;
}.company-overview-873 h4 {
    padding-left: 1.25rem;
    font-size: 24px;
}.company-overview-873 span {
    font-size: calc(13px - 0.1rem);
    line-height: 1.7;
    padding: 1.25rem;
}
}

@media (max-width: 480px) {.company-overview-873 {
    padding: 3rem 0;
}.company-overview-873 .container {
    padding: 0 1.5rem;
}.company-overview-873 h1 {
    font-size: calc(40px - 0.75rem);
    margin-bottom: 1.5rem;
}.company-overview-873 h4 {
    font-size: calc(24px - 0.1rem);
    padding-left: 1rem;
}.company-overview-873 h4::before {
    width: 8px;
    height: 8px;
}.company-overview-873 span {
    font-size: calc(13px - 0.15rem);
    padding: 1rem;
    line-height: 1.6;
}
}

@media (prefers-reduced-motion: reduce) {.company-overview-873 .text-holder-653,
    .company-overview-873 h1,
    .company-overview-873 h1::before,
    .company-overview-873 h4::before,
    .company-overview-873 span {
    transition: none;
}.company-overview-873:hover .text-holder-653,
    .company-overview-873:hover h1,
    .company-overview-873:hover h1::before,
    .company-overview-873:hover h4::before,
    .company-overview-873:hover span {
    transform: none;
}}.connect-261 {
    background: linear-gradient(135deg, rgb(190,187,187) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 120px 0 80px;
    position: relative;
}.connect-261::before {
    width: 300px;
    background: linear-gradient(45deg, rgb(158,153,153,0.5) 0%, rgb(127,121,122,0.5) 100%);
    top: -10%;
    opacity: 0.1;
    z-index: 0;
    animation: float 15s ease-in-out infinite alternate;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    height: 300px;
    position: absolute;
    content: "";
    right: -5%;
}.connect-261::after {
    opacity: 0.1;
    height: 250px;
    background: linear-gradient(225deg, rgb(127,121,122,0.5) 0%, rgb(158,153,153,0.5) 100%);
    bottom: -5%;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    animation: float 18s ease-in-out infinite alternate-reverse;
    content: "";
    position: absolute;
    left: -5%;
    width: 250px;
    z-index: 0;
}.connect-261 h1 {
    transform: translateY(10px);
    font-weight: 700;
    font-size: 42px;
    text-align: center;
    color: #000000;
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
}.connect-261 h1::after {
    position: absolute;
    height: 3px;
    content: "";
    bottom: -15px;
    background: linear-gradient(90deg, rgb(158,153,153) 0%, rgb(127,121,122) 100%);
    left: 50%;
    width: 80px;
    transform: translateX(-50%);
}.connect-261 .container {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
}.connect-261 .edu-chat-265 {
    gap: 40px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    animation: fadeInUp 1s ease-out 0.3s forwards;
    background: #ffffff;
    display: grid;
    transform: translateY(20px);
    position: relative;
    overflow: hidden;
    grid-template-columns: 1fr;
    padding: 40px;
    opacity: 0;
    border-radius: 25px;
}.connect-261 .edu-chat-265::before {
    background: linear-gradient(180deg, rgb(158,153,153) 0%, rgb(127,121,122) 100%);
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
    top: 0;
    width: 5px;
}.connect-261 .edu-chat-265 > div {
    opacity: 0;
    animation: fadeInRight 0.6s ease-out forwards;
    animation-delay: calc(0.4s + var(--animation-order, 0) * 0.2s);
    padding: 15px 0;
    position: relative;
    transform: translateX(-10px);
}.connect-261 .edu-chat-265 > div:nth-child(1) {
    --animation-order: 1;
}.connect-261 .edu-chat-265 > div:nth-child(2) {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    --animation-order: 2;
}.connect-261 .edu-chat-265 > div:nth-child(3) {
    --animation-order: 3;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}.connect-261 .edu-chat-265 > div > div {
    max-width: 90%;
    font-size: calc(13px + 1px);
    color: #000000;
    line-height: 1.6;
}.connect-261 h6 {
    align-items: center;
    color: #000000;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 12px;
    display: flex;
    text-transform: capitalize;
}.connect-261 span {
    font-size: 13px;
    display: block;
    color: #000000;
    padding-left: 25px;
    transition: color 0.3s ease;
}.connect-261 .form-learn-645 {
    flex-direction: column;
    display: flex;
    gap: 20px;
}.connect-261 .contact-us-605 {
    padding-bottom: 5px;
    text-decoration: none;
    color: #000000;
    transition: all 0.3s ease;
    align-items: center;
    display: flex;
    font-size: 13px;
    position: relative;
}.connect-261 .contact-us-605::after {
    height: 2px;
    position: absolute;
    bottom: 0;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(158,153,153) 0%, rgb(127,121,122) 100%);
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    width: 0;
}.connect-261 .contact-us-605:hover {
    color: rgb(158,153,153);
    transform: translateX(5px);
}.connect-261 .contact-us-605:hover::after {
    width: 100%;
}.connect-261 svg {
    margin-left: 8px;
    width: 20px;
    transition: transform 0.3s ease;
    height: 20px;
}.connect-261 svg path {
    fill: #000000;
    transition: fill 0.3s ease;
}.connect-261 .contact-us-605:hover svg {
    transform: scale(1.1);
}.connect-261 .contact-us-605:hover svg path {
    fill: rgb(158,153,153);
}

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

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

@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(15px, 15px) rotate(5deg);
    }
    100% {
        transform: translate(-15px, 5px) rotate(-5deg);
    }
}

@media (min-width: 768px) {.connect-261 {
    padding: 150px 0 100px;
}.connect-261 .edu-chat-265 {
    grid-template-columns: 1fr 1fr;
    padding: 60px;
}.connect-261 .edu-chat-265 > div:first-child {
    grid-column: 1 / -1;
}.connect-261 h1 {
    margin-bottom: 60px;
    font-size: calc(42px + 0.5rem);
}.connect-261 h1::after {
    width: 100px;
}
}

@media (min-width: 992px) {.connect-261 {
    padding: 180px 0 120px;
}.connect-261 .edu-chat-265 {
    grid-template-columns: 2fr 1fr 1fr;
    gap: 30px;
}.connect-261 .edu-chat-265 > div:first-child {
    grid-column: auto;
}.connect-261 .edu-chat-265 > div {
    padding-left: 30px;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-top: none !important;
}.connect-261 .edu-chat-265 > div:first-child {
    padding-left: 0;
    border-left: none;
}.connect-261 h6 {
    margin-bottom: 20px;
}
}

@media (max-width: 576px) {.connect-261 {
    padding: 80px 0 60px;
}.connect-261 .edu-chat-265 {
    padding: 30px 20px;
}.connect-261 h1 {
    margin-bottom: 40px;
    font-size: calc(42px - 0.5rem);
}.connect-261 .edu-chat-265 > div > div {
    max-width: 100%;
}.connect-261 .form-learn-645 {
    gap: 15px;
}}.user-comments-436 {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(127,121,122,0.5) 100%);
    overflow: hidden;
}.user-comments-436::before {
    top: 0;
    background: radial-gradient(circle at 30% 50%, rgba(255,255,255,0.05) 0%, transparent 60%);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
}.user-comments-436::after {
    position: absolute;
    opacity: 0.3;
    height: 100%;
    left: 0;
    background-image: 
        radial-gradient(circle at 20% 20%, rgb(158,153,153,0.5) 0%, transparent 8%),
        radial-gradient(circle at 80% 80%, rgb(127,121,122,0.5) 0%, transparent 8%),
        radial-gradient(circle at 50% 50%, rgb(158,153,153,0.5) 0%, transparent 6%);
    width: 100%;
    z-index: 0;
    top: 0;
    content: "";
}.user-comments-436 h2 {
    margin-bottom: 3.5rem;
    color: #ffffff;
    transition: transform 0.5s ease-out;
    position: relative;
    z-index: 2;
    transform: perspective(1000px) rotateX(5deg);
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    text-shadow: 0 2px 15px rgba(0,0,0,0.1);
}.user-comments-436 h2:hover {
    transform: perspective(1000px) rotateX(0deg);
}.user-comments-436 .container {
    padding: 0 1.5rem;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.user-comments-436 .growth-hist-569 {
    position: relative;
}.user-comments-436 .student-feedback-816 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2.5rem;
    position: relative;
    display: grid;
}.user-comments-436 .rating-showcase-201 {
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    z-index: 2;
    position: relative;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform-origin: center bottom;
    padding: 2rem;
}.user-comments-436 .rating-showcase-201::before {
    z-index: -1;
    position: absolute;
    transition: opacity 0.3s ease;
    opacity: 0.1;
    left: 0;
    background: linear-gradient(to bottom right, transparent 49.5%, rgb(158,153,153,0.5) 50%, transparent 50.5%);
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
}.user-comments-436 .rating-showcase-201:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}.user-comments-436 .rating-showcase-201:hover::before {
    opacity: 0.2;
}.user-comments-436 .rating-showcase-201::after {
    opacity: 0.15;
    z-index: -1;
    content: '"';
    color: rgb(158,153,153,0.5);
    right: 20px;
    top: 10px;
    font-family: Arial, sans-serif;
    position: absolute;
    font-size: 6rem;
    line-height: 1;
}.user-comments-436 .rating-showcase-201 h3 {
    font-size: calc(18px * 1.1);
    color: rgb(158,153,153);
    display: inline-block;
    margin-bottom: 0.8rem;
    font-weight: 600;
    position: relative;
}.user-comments-436 .rating-showcase-201 h3::after {
    height: 2px;
    position: absolute;
    transition: width 0.3s ease;
    left: 0;
    background: rgb(127,121,122);
    content: "";
    bottom: -5px;
    width: 0;
}.user-comments-436 .rating-showcase-201:hover h3::after {
    width: 100%;
}.user-comments-436 .rating-showcase-201 .description {
    color: #000000;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
    font-size: 12px;
}.user-comments-436 .rating-showcase-201 div {
    z-index: 2;
    width: 60px;
    transform: rotate(-5deg);
    overflow: hidden;
    transition: all 0.3s ease;
    border: 2px solid rgb(158,153,153,0.5);
    position: relative;
    height: 60px;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
}.user-comments-436 .rating-showcase-201:hover div {
    transform: rotate(0deg) scale(1.1);
}.user-comments-436 .rating-showcase-201 img {
    height: 100%;
    transition: transform 0.4s ease;
    object-fit: cover;
    width: 100%;
}.user-comments-436 .rating-showcase-201:hover img {
    transform: scale(1.1);
}@keyframes floatAnimation {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0);
    }
}

.user-comments-436 .rating-showcase-201:nth-child(odd) {
    animation: floatAnimation 6s ease-in-out infinite;
}.user-comments-436 .rating-showcase-201:nth-child(even) {
    animation: floatAnimation 7s ease-in-out infinite 1s;
}

@media screen and (max-width: 991px) {.user-comments-436 {
    padding: 4rem 0;
}.user-comments-436 .student-feedback-816 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 2rem;
}.user-comments-436 h2 {
    font-size: calc(38px * 0.9);
    margin-bottom: 2.5rem;
}
}

@media screen and (max-width: 767px) {.user-comments-436 {
    padding: 3rem 0;
}.user-comments-436 .student-feedback-816 {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.user-comments-436 .rating-showcase-201 {
    padding: 1.5rem;
}.user-comments-436 h2 {
    margin-bottom: 2rem;
    transform: perspective(1000px) rotateX(2deg);
    font-size: calc(38px * 0.8);
}.user-comments-436 .rating-showcase-201 div {
    height: 50px;
    width: 50px;
}.user-comments-436 .rating-showcase-201::after {
    font-size: 4rem;
    top: 5px;
    right: 15px;
}
}

@media screen and (max-width: 480px) {.user-comments-436 {
    padding: 2.5rem 0;
}.user-comments-436 h2 {
    margin-bottom: 1.5rem;
    transform: none;
    font-size: calc(38px * 0.7);
}.user-comments-436 .rating-showcase-201 {
    padding: 1.25rem;
}.user-comments-436 .rating-showcase-201 .description {
    font-size: calc(12px * 0.95);
    margin-bottom: 1rem;
}.user-comments-436 .rating-showcase-201 h3 {
    font-size: 18px;
}}.target-audience-138 {
    overflow: hidden;
    background-color: #ffffff;
    position: relative;
    padding: 90px 0;
}.target-audience-138::before {
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(158,153,153,0.5) 0,
        rgb(158,153,153,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    width: 100%;
    opacity: 0.03;
    z-index: 1;
    content: '';
}.target-audience-138 .growth-hist-569 {
    max-width: 1100px;
    z-index: 10;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    text-align: center;
}.target-audience-138 h3 {
    display: inline-block;
    font-weight: 700;
    font-size: 35px;
    color: #000000;
    margin-bottom: 50px;
    position: relative;
    padding: 0 30px;
}.target-audience-138 h3::before,
.target-audience-138 h3::after {
    position: absolute;
    height: 15px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    background-color: rgb(158,153,153,0.5);
    content: '';
}.target-audience-138 h3::before {
    left: 0;
}.target-audience-138 h3::after {
    right: 0;
}.target-audience-138 ul {
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    list-style: none;
    gap: 25px;
}.target-audience-138 ul li {
    background-color: #ffffff;
    width: calc(33.333% - 17px);
    min-width: 280px;
    align-items: center;
    transition: all 0.4s ease;
    text-align: left;
    border-radius: 17px;
    padding: 35px 25px;
    position: relative;
    gap: 20px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    z-index: 1;
    display: flex;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}.target-audience-138 ul li::before {
    height: 100%;
    border-radius: 17px;
    content: '';
    transition: opacity 0.4s ease;
    top: 0;
    z-index: -1;
    position: absolute;
    opacity: 0;
    width: 100%;
    background: linear-gradient(135deg, 
                #ffffff 0%, 
                #ffffff 60%, 
                rgb(190,187,187) 100%);
    left: 0;
}.target-audience-138 ul li:hover {
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-7px) scale(1.03);
}.target-audience-138 ul li:hover::before {
    opacity: 1;
}.target-audience-138 ul li svg {
    width: 45px;
    position: relative;
    height: 45px;
    transition: all 0.4s ease;
    flex-shrink: 0;
}.target-audience-138 ul li:hover svg {
    transform: scale(1.1);
}.target-audience-138 ul li svg path {
    fill: rgb(158,153,153);
    transition: fill 0.4s ease;
}.target-audience-138 ul li:hover svg path {
    fill: rgb(127,121,122);
}.target-audience-138 ul li::after {
    opacity: 0.5;
    content: '';
    background-color: rgb(158,153,153,0.5);
    border-radius: 50%;
    width: 10px;
    right: 15px;
    height: 10px;
    transition: all 0.4s ease;
    bottom: 15px;
    position: absolute;
}.target-audience-138 ul li:hover::after {
    background-color: rgb(127,121,122,0.5);
    transform: scale(1.5);
}@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.target-audience-138 ul li {
    opacity: 0;
    animation: slideUp 0.5s ease forwards;
}.target-audience-138 ul li:nth-child(1) {
    animation-delay: 0.1s;
}.target-audience-138 ul li:nth-child(2) {
    animation-delay: 0.2s;
}.target-audience-138 ul li:nth-child(3) {
    animation-delay: 0.3s;
}.target-audience-138 ul li:nth-child(4) {
    animation-delay: 0.4s;
}.target-audience-138 ul li:nth-child(5) {
    animation-delay: 0.5s;
}.target-audience-138 ul li:nth-child(6) {
    animation-delay: 0.6s;
}.target-audience-138 ul li:nth-child(3n+1) {
    box-shadow: 0 5px 20px rgba(rgb(158,153,153,0.5), 0.1);
}.target-audience-138 ul li:nth-child(3n+2) {
    box-shadow: 0 5px 20px rgba(rgb(127,121,122,0.5), 0.1);
}

@media (max-width: 992px) {.target-audience-138 {
    padding: 70px 0;
}.target-audience-138 h3 {
    margin-bottom: 40px;
}.target-audience-138 ul li {
    width: calc(50% - 13px);
    padding: 30px 20px;
}
}

@media (max-width: 768px) {.target-audience-138 ul {
    gap: 20px;
}.target-audience-138 ul li {
    width: 100%;
    padding: 25px 20px;
}
}

@media (max-width: 576px) {.target-audience-138 {
    padding: 50px 0;
}.target-audience-138 h3 {
    font-size: calc(35px * 0.85);
    padding: 0 20px;
    margin-bottom: 30px;
}.target-audience-138 h3::before,
    .target-audience-138 h3::after {
    width: 10px;
    height: 10px;
}.target-audience-138 ul li {
    gap: 15px;
    padding: 20px 15px;
}.target-audience-138 ul li svg {
    width: 35px;
    height: 35px;
}
}

@media (prefers-reduced-motion: reduce) {.target-audience-138 ul li {
    opacity: 1;
    animation: none;
}.target-audience-138 ul li:hover {
    transform: none;
}.target-audience-138 ul li:hover svg {
    transform: none;
}}.newsletter-subscription-803 {
    padding: 4rem 2rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(158,153,153,0.5), rgb(127,121,122,0.5));
}.newsletter-subscription-803::before {
    height: 120%;
    top: -10%;
    left: -5%;
    content: "";
    position: absolute;
    background: 
        radial-gradient(circle at 75% 25%, rgba(255,255,255,0.15) 5%, transparent 50%),
        radial-gradient(circle at 25% 75%, rgba(255,255,255,0.1) 5%, transparent 50%);
    width: 120%;
    z-index: 0;
    transform: rotate(-3deg);
}.newsletter-subscription-803 .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}.newsletter-subscription-803 .growth-hist-569 {
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.1),
        0 3px 10px rgba(0,0,0,0.05),
        0 1px 0 rgba(255,255,255,0.5) inset;
    border-left: 4px solid rgb(158,153,153);
    position: relative;
    gap: 2rem;
    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(8px);
    padding: 3rem 2rem;
    transform: perspective(1000px) rotateX(1deg);
    display: grid;
    grid-template-columns: 1fr;
}.newsletter-subscription-803 .growth-hist-569::after {
    bottom: 0;
    right: 0;
    background: linear-gradient(90deg, transparent, rgb(127,121,122));
    content: "";
    position: absolute;
    width: 40%;
    height: 4px;
}.newsletter-subscription-803 h3 {
    color: #000000;
    font-weight: 600;
    letter-spacing: 0.01em;
    margin: 0 0 1rem;
    position: relative;
    font-size: calc(23px * 0.9);
    text-shadow: 0 1px 1px rgba(255,255,255,0.8);
    font-family: Arial, sans-serif;
    line-height: 1.5;
}.newsletter-subscription-803 h3::after {
    background: linear-gradient(90deg, rgb(158,153,153), rgb(127,121,122));
    bottom: -10px;
    content: "";
    width: 60px;
    left: 0;
    height: 3px;
    position: absolute;
}.newsletter-subscription-803 .input_holder {
    flex-direction: column;
    gap: 1rem;
    position: relative;
    display: flex;
    width: 100%;
}.newsletter-subscription-803 .input_holder div {
    flex-grow: 1;
    position: relative;
}.newsletter-subscription-803 input[type="email"] {
    padding: 1rem 1.5rem;
    color: #000000;
    width: 100%;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    transition: all 0.3s ease-out;
    background-color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 14px;
}.newsletter-subscription-803 input[type="email"]:focus {
    box-shadow: 
        0 0 0 3px rgb(158,153,153,0.5),
        0 5px 15px rgba(0,0,0,0.05);
    transform: translateY(-1px);
    border-color: rgb(158,153,153);
    outline: none;
}.newsletter-subscription-803 input[type="email"]::placeholder {
    transition: opacity 0.3s ease;
    color: rgba(0,0,0,0.4);
}.newsletter-subscription-803 input[type="email"]:focus::placeholder {
    opacity: 0.6;
}.newsletter-subscription-803 .mail-join-475 {
    box-shadow: 
        0 4px 12px rgba(0,0,0,0.15),
        0 2px 4px rgba(0,0,0,0.1);
    display: inline-block;
    overflow: hidden;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(158,153,153), rgb(127,121,122));
    font-size: 18px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    cursor: pointer;
    position: relative;
    border: none;
    padding: 1rem 2rem;
    transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    text-align: center;
}.newsletter-subscription-803 .mail-join-475:hover {
    transform: translateY(-2px);
    box-shadow: 
        0 6px 16px rgba(0,0,0,0.15),
        0 3px 6px rgba(0,0,0,0.1);
}.newsletter-subscription-803 .mail-join-475:active {
    box-shadow: 
        0 2px 8px rgba(0,0,0,0.15),
        0 1px 3px rgba(0,0,0,0.1);
    transform: translateY(1px);
}.newsletter-subscription-803 .mail-join-475::before {
    width: 100%;
    top: 0;
    height: 100%;
    left: -100%;
    transition: all 0.6s ease;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.2),
        transparent
    );
    position: absolute;
    content: "";
}.newsletter-subscription-803 .mail-join-475:hover::before {
    left: 100%;
}

@media (min-width: 768px) {.newsletter-subscription-803 {
    padding: 5rem 3rem;
}.newsletter-subscription-803 .growth-hist-569 {
    align-items: center;
    padding: 3.5rem 3rem;
    grid-template-columns: 1fr 1fr;
}.newsletter-subscription-803 h3 {
    margin-bottom: 0;
    font-size: 23px;
}.newsletter-subscription-803 h3::after {
    bottom: -15px;
    width: 80px;
}.newsletter-subscription-803 .input_holder {
    flex-direction: row;
}.newsletter-subscription-803 .mail-join-475 {
    min-width: 180px;
}
}

@media (min-width: 992px) {.newsletter-subscription-803 {
    padding: 6rem 4rem;
}.newsletter-subscription-803 .growth-hist-569 {
    padding: 4rem;
    gap: 3rem;
}.newsletter-subscription-803 h3 {
    font-size: calc(23px * 1.1);
}.newsletter-subscription-803 input[type="email"] {
    padding: 1.15rem 1.75rem;
}.newsletter-subscription-803 .mail-join-475 {
    padding: 1.15rem 2.5rem;
}
}

@media (max-width: 767px) {.newsletter-subscription-803 .growth-hist-569 {
    transform: none;
}.newsletter-subscription-803 h3 {
    text-align: center;
}.newsletter-subscription-803 h3::after {
    transform: translateX(-50%);
    left: 50%;
}
}

@media (hover: none) {.newsletter-subscription-803 .mail-join-475:hover {
    box-shadow: 
            0 4px 12px rgba(0,0,0,0.15),
            0 2px 4px rgba(0,0,0,0.1);
    transform: none;
}.newsletter-subscription-803 .mail-join-475::before {
    display: none;
}.newsletter-subscription-803 input[type="email"]:focus {
    transform: none;
}}.cookie-popup-overlay-012 {
    background: rgb(190,187,187);
    bottom: 0;
    overflow: hidden;
    position: fixed;
    padding: 20px;
    font-family: Arial, sans-serif;
    z-index: 1050;
    border-top: 3px solid rgb(158,153,153);
    width: 100%;
}.data-comply-769 {
    flex-wrap: nowrap;
    align-items: center;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}.edu-cookie-289 {
    margin-right: 20px;
    flex-shrink: 0;
}#panelPrivacyNotice-731 {
    display: none;
}#panelPrivacyNotice-731:checked ~ .cookie-popup-overlay-012 {
    visibility: hidden;
    opacity: 0;
}.edu-cookie-289 svg {
    transition: fill 0.3s ease-in-out;
    height: 60px;
    fill: rgb(158,153,153);
    width: 60px;
}.track-cookies-240 {
    flex-grow: 1;
    margin-right: 20px;
}.track-cookies-240 h5 {
    font-size: 20px;
    margin-bottom: 5px;
    color: rgb(158,153,153);
    font-weight: 700;
}.track-cookies-240 p {
    margin-bottom: 0;
    font-size: 18px;
    color: #000000;
}.consent-ack-703 {
    font-size: 17px;
    border-radius: 10px;
    padding: 10px 20px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    margin-left: 10px;
}.consent-ack-703 {
    color: #ffffff;
    background-color: rgb(158,153,153);
    border: 1px solid rgb(158,153,153);
}.consent-ack-703:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #000000;
}.cookie-popup-overlay-012 p a {
    color: rgb(158,153,153);
    text-decoration: underline;
}.cookie-popup-overlay-012 p a:hover {
    color: #000000;
}
@media (max-width: 1200px) {.track-cookies-240 h5 {
    font-size: calc(20px - 2px);
}.track-cookies-240 p {
    font-size: calc(18px - 2px);
}.consent-ack-703 {
    padding: 8px 16px;
    font-size: calc(17px - 2px);
}
}
@media (max-width: 800px) {.data-comply-769 {
    flex-direction: column;
    align-items: center;
}.edu-cookie-289 {
    margin-bottom: 15px;
}.track-cookies-240 {
    text-align: center;
    margin-bottom: 20px;
}.consent-ack-703 {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
}}
.contact-box-364 {
    overflow: hidden;
    background-color: rgb(190,187,187);
    position: relative;
    padding: 100px 0;
}.contact-box-364::before {
    background: linear-gradient(120deg, rgb(158,153,153,0.5) 0%, transparent 75%);
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    content: "";
    opacity: 0.15;
    width: 100%;
}.contact-box-364::after {
    width: 70%;
    background: linear-gradient(240deg, rgb(127,121,122,0.5) 0%, transparent 70%);
    content: "";
    right: 0;
    position: absolute;
    opacity: 0.1;
    height: 70%;
    bottom: 0;
}.contact-box-364 .container {
    max-width: 1200px;
    z-index: 1;
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
}.contact-box-364 h2 {
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 37px;
    text-align: center;
    position: relative;
}.contact-box-364 .support-help-537 {
    flex-wrap: wrap;
    background: #ffffff;
    flex-direction: row-reverse;
    margin-top: 50px;
    display: flex;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}.contact-box-364 .img-text-overlay-275 {
    overflow: hidden;
    flex: 0 0 40%;
    min-height: 500px;
    position: relative;
}.contact-box-364 .img-text-overlay-275::after {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.4));
    content: "";
}.contact-box-364 .inquiry-message-175 {
    position: relative;
    padding: 60px;
    flex: 0 0 60%;
}.contact-box-364 .inquiry-message-175::before {
    height: calc(100% - 80px);
    top: 40px;
    width: 5px;
    border-radius: 2.5px;
    content: "";
    left: 0;
    background: linear-gradient(to bottom, rgb(158,153,153), rgb(127,121,122));
    position: absolute;
}.contact-box-364 form {
    width: 100%;
    padding-left: 25px;
}.contact-box-364 form h3 {
    font-size: 18px;
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 35px;
}.contact-box-364 form input[type="text"] {
    border: none;
    transition: all 0.3s ease;
    font-size: 13px;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    padding: 18px 25px;
    margin-bottom: 20px;
    width: 100%;
    color: #000000;
    background: rgb(190,187,187);
}.contact-box-364 form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(158,153,153,0.5);
    background: rgba(rgb(158,153,153), 0.05);
    outline: none;
}.contact-box-364 form input[type="text"]::placeholder {
    color: rgba(#000000, 0.4);
}.contact-box-364 .contact-feedback-846 {
    display: flex;
    align-items: flex-start;
    margin: 10px 0 30px;
}.contact-box-364 .contact-feedback-846 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact-box-364 .contact-feedback-846 label {
    color: #000000;
    line-height: 1.5;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 14px;
}.contact-box-364 .contact-feedback-846 label::before {
    border: 2px solid rgb(158,153,153,0.5);
    left: 0;
    position: absolute;
    content: "";
    top: 2px;
    border-radius: 10px;
    transition: all 0.2s ease;
    width: 22px;
    height: 22px;
}.contact-box-364 .contact-feedback-846 input[type="checkbox"]:checked + label::before {
    background-color: rgb(158,153,153);
    border-color: rgb(158,153,153);
}.contact-box-364 .contact-feedback-846 input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    content: "";
    border-right: 2px solid #ffffff;
    top: 9px;
    border-bottom: 2px solid #ffffff;
    width: 6px;
    left: 8px;
    height: 11px;
    position: absolute;
}.contact-box-364 .contact-feedback-846 label a {
    text-decoration: none;
    color: rgb(158,153,153);
    transition: all 0.3s ease;
}.contact-box-364 .contact-feedback-846 label a:hover {
    text-decoration: underline;
    color: rgb(127,121,122);
}.contact-box-364 form .inquiry-feedback-413 {
    cursor: pointer;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    background: linear-gradient(45deg, rgb(158,153,153), rgb(127,121,122));
    border: none;
    font-family: Arial, sans-serif;
    overflow: hidden;
    position: relative;
    color: #ffffff;
    display: inline-block;
    transition: all 0.3s ease;
    padding: 15px 35px;
}.contact-box-364 form .inquiry-feedback-413::before {
    top: -10%;
    position: absolute;
    transform: rotate(45deg) translateX(-200%);
    width: 120%;
    content: "";
    height: 120%;
    background: rgba(255, 255, 255, 0.2);
    left: -10%;
    transition: all 0.4s ease;
}.contact-box-364 form .inquiry-feedback-413:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(rgb(158,153,153), 0.3);
}.contact-box-364 form .inquiry-feedback-413:hover::before {
    transform: rotate(45deg) translateX(200%);
}.contact-box-364 svg {
    fill: rgb(158,153,153);
    width: 22px;
    height: 22px;
}.contact-box-364 svg path {
    transition: fill 0.3s ease;
    fill: rgb(158,153,153);
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.1;
    }
}

@media screen and (max-width: 1024px) {.contact-box-364 .inquiry-message-175 {
    padding: 50px 40px;
}
}

@media screen and (max-width: 991px) {.contact-box-364 .img-text-overlay-275 {
    flex: 0 0 100%;
    min-height: 300px;
}.contact-box-364 .inquiry-message-175 {
    flex: 0 0 100%;
}.contact-box-364 .inquiry-message-175::before {
    width: calc(100% - 80px);
    height: 5px;
    left: 40px;
    background: linear-gradient(to right, rgb(158,153,153), rgb(127,121,122));
    top: 0;
}.contact-box-364 form {
    padding-left: 0;
    padding-top: 25px;
}
}

@media screen and (max-width: 767px) {.contact-box-364 {
    padding: 70px 0;
}.contact-box-364 .img-text-overlay-275 {
    min-height: 250px;
}.contact-box-364 .inquiry-message-175 {
    padding: 40px 30px;
}.contact-box-364 .inquiry-message-175::before {
    width: calc(100% - 60px);
    left: 30px;
}
}

@media screen and (max-width: 480px) {.contact-box-364 {
    padding: 50px 0;
}.contact-box-364 h2 {
    font-size: calc(37px * 0.8);
}.contact-box-364 .img-text-overlay-275 {
    min-height: 200px;
}.contact-box-364 .inquiry-message-175 {
    padding: 30px 20px;
}.contact-box-364 .inquiry-message-175::before {
    width: calc(100% - 40px);
    left: 20px;
}.contact-box-364 form h3 {
    font-size: calc(18px * 0.9);
    margin-bottom: 25px;
}.contact-box-364 form input[type="text"] {
    padding: 15px 20px;
}.contact-box-364 form .inquiry-feedback-413 {
    width: 100%;
    text-align: center;
}}.secure-guard-825 {
    position: relative;
    font-family: Arial, sans-serif;
    padding: 4rem 2rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    overflow: hidden;
    background: linear-gradient(145deg, rgb(190,187,187), #ffffff);
}.secure-guard-825::before {
    position: absolute;
    height: 5px;
    background: linear-gradient(90deg, rgb(158,153,153), rgb(127,121,122), rgb(158,153,153));
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
    content: "";
}.secure-guard-825::after {
    bottom: 0;
    width: 100%;
    z-index: -1;
    height: 300px;
    content: "";
    transform: skewY(-3deg) translateY(50%);
    left: 0;
    opacity: 0.07;
    background: linear-gradient(180deg, transparent 0%, rgb(190,187,187) 100%);
    position: absolute;
}.secure-guard-825 .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1140px;
}.secure-guard-825 h1 {
    position: relative;
    border-left: 4px solid rgb(127,121,122);
    letter-spacing: -0.02em;
    font-size: 45px;
    font-weight: 700;
    transform-origin: left center;
    margin-bottom: 2rem;
    padding-left: 1.5rem;
    color: rgb(158,153,153);
}.secure-guard-825 h1::after {
    width: 60px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    bottom: -10px;
    transform: scaleX(1);
    position: absolute;
    background: rgb(127,121,122);
    left: 1.5rem;
    transform-origin: left center;
    height: 3px;
    content: "";
}.secure-guard-825 h1:hover::after {
    transform: scaleX(1.5);
}.secure-guard-825 h2 {
    margin: 2.5rem 0 1.25rem;
    position: relative;
    padding-bottom: 0.75rem;
    font-weight: 600;
    color: #000000;
    font-size: 35px;
}.secure-guard-825 h2::before {
    position: absolute;
    transition: width 0.3s ease-out;
    background-color: rgb(158,153,153);
    left: 0;
    height: 2px;
    width: 40px;
    bottom: 0;
    content: "";
}.secure-guard-825 h2:hover::before {
    width: 80px;
}.secure-guard-825 h3 {
    color: #000000;
    position: relative;
    font-weight: 600;
    padding-left: 1rem;
    margin: 2rem 0 1rem;
    font-size: calc(35px * 0.85);
}.secure-guard-825 h3::before {
    background-color: rgb(127,121,122);
    width: 3px;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    transform: scaleY(0.7);
    position: absolute;
}.secure-guard-825 h4 {
    opacity: 0.95;
    font-weight: 600;
    color: #000000;
    font-size: calc(35px * 0.7);
    margin: 1.75rem 0 0.875rem;
}.secure-guard-825 p {
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #000000;
    max-width: 100%;
    font-size: 13px;
    letter-spacing: 0.01em;
}.secure-guard-825 p strong {
    color: #000000;
    margin: 0 -0.3em;
    transition: background 0.3s ease;
    background: linear-gradient(120deg, transparent 0%, rgb(127,121,122,0.5) 30%, transparent 100%);
    padding: 0.15em 0.3em;
    font-weight: 600;
}.secure-guard-825 p strong:hover {
    background: linear-gradient(120deg, transparent 0%, rgb(127,121,122,0.5) 50%, transparent 100%);
}.secure-guard-825 ul {
    margin: 1.5rem 0 2rem;
    list-style-type: none;
    padding-left: 1.5rem;
}.secure-guard-825 li {
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 0.875rem;
    line-height: 1.7;
    font-size: 13px;
    color: #000000;
}.secure-guard-825 li::before {
    width: 8px;
    transition: transform 0.2s ease, background 0.2s ease;
    transform: translateY(-50%);
    content: "";
    left: 0;
    position: absolute;
    border: 2px solid rgb(158,153,153);
    height: 8px;
    border-radius: 50%;
    background: #ffffff;
    top: 0.7em;
}.secure-guard-825 li:hover::before {
    background: rgb(158,153,153);
    transform: translateY(-50%) scale(1.2);
}.secure-guard-825 span {
    border-left: 1px solid rgb(127,121,122,0.5);
    background: linear-gradient(90deg, rgb(255, 255, 255, 0.5) 0%, transparent 100%);
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: 13px;
    line-height: 1.7;
    display: block;
    padding: 0.5rem 0 0.5rem 1rem;
}

@media (min-width: 768px) {.secure-guard-825 {
    padding: 5rem 3rem;
}.secure-guard-825 h1 {
    padding-left: 2rem;
    font-size: calc(45px * 1.1);
    margin-bottom: 2.5rem;
}.secure-guard-825 h1::after {
    left: 2rem;
    width: 80px;
}.secure-guard-825 .container {
    padding: 0 2rem;
}.secure-guard-825 p {
    max-width: 90%;
}.secure-guard-825 ul {
    max-width: 90%;
    padding-left: 2rem;
}
}

@media (min-width: 992px) {.secure-guard-825 {
    padding: 6rem 4rem;
}.secure-guard-825::after {
    transform: skewY(-5deg) translateY(50%);
}.secure-guard-825 .container {
    padding: 0 3rem;
}.secure-guard-825 h1 {
    font-size: calc(45px * 1.2);
}.secure-guard-825 h2 {
    font-size: calc(35px * 1.1);
}.secure-guard-825 p {
    font-size: calc(13px * 1.05);
    max-width: 80%;
}.secure-guard-825 ul {
    margin: 2rem 0 2.5rem;
}.secure-guard-825 li {
    font-size: calc(13px * 1.05);
    margin-bottom: 1rem;
}
}

@media (max-width: 767px) {.secure-guard-825 {
    padding: 3rem 1.5rem;
}.secure-guard-825 h1 {
    font-size: calc(45px * 0.9);
    padding-left: 1rem;
}.secure-guard-825 h1::after {
    left: 1rem;
    width: 50px;
}.secure-guard-825 h2 {
    font-size: calc(35px * 0.9);
}.secure-guard-825 h3 {
    font-size: calc(35px * 0.75);
}.secure-guard-825 h4 {
    font-size: calc(35px * 0.65);
}.secure-guard-825 p, 
    .secure-guard-825 li,
    .secure-guard-825 span {
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 480px) {.secure-guard-825 {
    padding: 2.5rem 1rem;
}.secure-guard-825 h1 {
    font-size: calc(45px * 0.85);
}.secure-guard-825 h2 {
    font-size: calc(35px * 0.85);
    margin: 2rem 0 1rem;
}.secure-guard-825 ul {
    padding-left: 0.75rem;
}.secure-guard-825 li {
    padding-left: 1.25rem;
}
}