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

* {
    scrollbar-color: rgb(113,129,125) rgb(113,129,125);
    scrollbar-width: auto;
}

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

.wrapper-border {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}

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

.first-teach {
    flex: 1 0 auto;
}

.chrome-ext {
    flex: 0 0 auto;
}

.chrome-ext {
    color: #ffffff;
    background-color: rgb(113,129,125);
    padding: 0;
    position: relative;
    font-family: Arial, sans-serif;
}

.educational-gains::before {
    opacity: 0.3;
    background-size: 30px 30px;
    left: 0;
    position: absolute;
    height: 100%;
    background-image: radial-gradient(rgb(113,129,125,0.5) 1px, transparent 1px);
    content: '';
    animation: pulse 8s infinite alternate;
    width: 100%;
    top: 0;
}

.educational-gains .img-round {
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.2),
                -20px -20px 40px rgba(255, 255, 255, 0.05);
    flex: 1;
    min-height: 500px;
    overflow: hidden;
    border-radius: 22px;
}

.educational-gains .img-round::after {
    z-index: 2;
    content: '';
    right: 0;
    width: 40%;
    height: 40%;
    bottom: 0;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    position: absolute;
    background: linear-gradient(225deg, rgb(147,163,159,0.5) 0%, transparent 100%);
}

.educational-gains h2 {
    font-size: 29px;
    padding-bottom: 15px;
    margin-bottom: 40px;
    color: #ffffff;
    position: relative;
    font-weight: 700;
}

.educational-gains .text_main_holder {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.educational-gains .text_main_holder > div {
    animation-delay: calc(var(--i, 0) * 0.1s);
    align-items: flex-start;
    gap: 20px;
    backdrop-filter: blur(5px);
    padding: 20px;
    opacity: 0;
    transform: translateX(-20px);
    animation: slideIn 0.5s forwards;
    display: flex;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: inset 5px 5px 15px rgba(0, 0, 0, 0.1),
                inset -5px -5px 15px rgba(255, 255, 255, 0.05);
}

.educational-gains .text_main_holder svg {
    width: 30px;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
    flex-shrink: 0;
    height: 30px;
}

.educational-gains .text_main_holder p {
    color: #ffffff;
    font-size: 13px;
    margin: 0;
    line-height: 1.6;
}

.data-insights::before {
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(rgb(147,163,159,0.5), 0.03) 0px,
        rgba(rgb(147,163,159,0.5), 0.03) 1px,
        transparent 1px,
        transparent 10px
    );
    pointer-events: none;
    left: 0;
    z-index: 1;
    content: "";
}

.data-insights h3 {
    font-size: 31px;
    position: relative;
    z-index: 2;
    margin-bottom: 3rem;
    color: #000000;
    font-weight: 700;
    text-align: center;
}

.data-insights .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}

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

.data-insights .knowledge-upgrade::before {
    position: absolute;
    background: linear-gradient(
        135deg,
        rgba(rgb(147,163,159,0.5), 0.08) 0%,
        rgba(rgb(113,129,125,0.5), 0.05) 100%
    );
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
}

.data-insights .knowledge-upgrade::after {
    position: absolute;
    width: 100%;
    height: 5px;
    transform: scaleX(0);
    left: 0;
    background: linear-gradient(
        90deg,
        rgb(147,163,159) 0%,
        rgb(113,129,125) 100%
    );
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    content: "";
    top: 0;
}

.data-insights .knowledge-upgrade:hover span {
    transform: translateY(-5px);
}

.data-insights .knowledge-upgrade p {
    font-size: calc(38px * 1.2);
    font-weight: 700;
    margin: 0;
    display: flex;
    transition: all 0.4s ease;
    align-items: center;
    justify-content: center;
    color: rgb(147,163,159);
    position: relative;
}

.data-insights .knowledge-upgrade:hover p {
    color: rgb(113,129,125);
    transform: scale(1.1);
}

.data-insights .knowledge-upgrade:hover p::before {
    transform: scale(1);
    opacity: 1;
}

header .nav-info {
    align-items: center;
    display: flex;
    justify-content: space-between;
    z-index: 2;
    padding: 1.2rem 2rem;
    position: relative;
}

header .nav-mainwrap {
    position: relative;
    max-width: 180px;
    flex: 0 0 auto;
    margin-right: 2rem;
}

header .nav-mainbar {
    position: relative;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: block;
}

header .nav-mainbar img {
    display: block;
    max-width: 100%;
    filter: brightness(1.03);
    height: auto;
}

header .nav-mainbar:hover::before {
    transform: scaleX(1);
    opacity: 0.7;
}

header .header-sitebar {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: nowrap;
    position: relative;
}

header .top-lead {
    position: relative;
    margin: 0;
}

header .top-lead a {
    font-size: 12px;
    color: #000000;
    display: block;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 1rem 1.2rem;
    position: relative;
    font-weight: 600;
}

header .top-lead a:hover {
    color: rgb(147,163,159);
}

header .top-lead a:hover::before {
    transform: translateX(0);
}

header .top-lead a::after {
    transform: scale(0.8);
    opacity: 0;
    border-radius: 10px;
    pointer-events: none;
    width: 100%;
    transition: all 0.3s ease;
    top: 0;
    left: 0;
    position: absolute;
    content: '';
    background: rgb(147,163,159,0.5);
    z-index: -1;
    height: 100%;
}

header .nav-info::after {
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgb(181,196,194), transparent);
    content: '';
    z-index: -1;
    position: absolute;
    width: 30%;
}

.course-demographic::before {
    background-size: 200px 200px;
    background-image: 
        linear-gradient(45deg, transparent 75%, rgb(147,163,159,0.5) 75%, transparent 76%),
        linear-gradient(135deg, transparent 75%, rgb(113,129,125,0.5) 75%, transparent 76%);
    content: '';
    z-index: 1;
    position: absolute;
    height: 100%;
    width: 100%;
    animation: moveRays 30s linear infinite;
    left: 0;
    opacity: 0.3;
    top: 0;
}

.course-demographic .training-space {
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
    z-index: 2;
    padding: 0 2rem;
}

.course-demographic h3::after {
    left: 50%;
    height: 2px;
    animation: pulseLight 3s infinite alternate;
    background: linear-gradient(90deg, transparent, rgb(147,163,159), transparent);
    position: absolute;
    width: 150px;
    bottom: -15px;
    transform: translateX(-50%);
    content: '';
}

.course-demographic li::before {
    left: 0;
    content: '';
    background: linear-gradient(90deg, rgb(147,163,159,0.5) 0%, transparent 100%);
    position: absolute;
    z-index: -1;
    top: 0;
    width: 0;
    height: 100%;
    opacity: 0.1;
    transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.course-demographic li::after {
    background: linear-gradient(90deg, rgb(147,163,159) 0%, transparent 100%);
    opacity: 0.5;
    bottom: 0;
    left: 0;
    width: 100%;
    position: absolute;
    content: '';
    box-shadow: 0 0 10px rgb(147,163,159,0.5);
    height: 1px;
}

.course-demographic li svg {
    width: 40px;
    height: 40px;
    filter: drop-shadow(0 0 8px rgb(147,163,159,0.5));
    transition: all 0.4s ease;
    flex-shrink: 0;
    fill: rgb(147,163,159);
    margin-right: 1.5rem;
}

.course-demographic li:nth-child(1) {
    animation-delay: 0s;
}

.course-demographic li:nth-child(2) {
    animation-delay: 0.1s;
}

.course-demographic li:nth-child(4) {
    animation-delay: 0.3s;
}

.privacy-stockade h1 {
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 45px;
    font-weight: 700;
    margin-top: 40px;
    border-bottom: 2px solid rgb(113,129,125);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    padding-bottom: 10px;
}

.privacy-stockade h3, .privacy-stockade h4, .privacy-stockade h5, .privacy-stockade h6 {
    color: #000000;
    margin-bottom: 15px;
    font-weight: 400;
    margin-top: 25px;
    font-size: 23px;
}

.privacy-stockade li {
    position: relative;
    line-height: 1.6;
    font-size: 13px;
    margin-bottom: 15px;
    color: #000000;
    padding-left: 20px;
}

.privacy-stockade p, .privacy-stockade span, .privacy-stockade div {
    padding: 5px 10px;
    font-weight: 300;
    border-radius: 10px;
    background-color: rgb(147,163,159,0.5);
    border-left: 3px solid rgb(147,163,159);
    margin-bottom: 10px;
    line-height: 1.8;
    color: #000000;
    font-size: 13px;
}

.follow::before {
    position: absolute;
    top: -10%;
    height: 70%;
    background: rgb(147,163,159,0.5);
    filter: blur(20px);
    transform: rotate(-15deg) translateZ(0);
    content: "";
    z-index: 0;
    right: -10%;
    width: 60%;
}

.follow .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}

.follow .training-space:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.follow h3 {
    font-family: Arial, sans-serif;
    font-size: calc(24px * 1.1);
    color: #000000;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 2rem;
    position: relative;
    transform: translateZ(0);
}

.follow h3::after {
    bottom: -10px;
    content: "";
    position: absolute;
    width: 60px;
    transition: width 0.3s ease-out;
    left: 0;
    background: linear-gradient(90deg, rgb(147,163,159), rgb(113,129,125));
    height: 3px;
}

.follow input[type="email"] {
    color: #000000;
    width: 100%;
    box-shadow: 0 4px 6px rgba(0,0,0,0.03);
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.1);
    font-family: Arial, sans-serif;
    padding: 1rem 1.5rem;
    font-size: 16px;
    background: #ffffff;
}

.follow input[type="email"]:focus::placeholder {
    opacity: 0.5;
}

.follow .updates-text {
    background: linear-gradient(135deg, rgb(147,163,159), rgb(113,129,125));
    font-size: 20px;
    transform: translateZ(0);
    border: none;
    color: #ffffff;
    font-weight: 600;
    font-family: Arial, sans-serif;
    position: relative;
    cursor: pointer;
    display: inline-block;
    z-index: 1;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 1rem 2rem;
    overflow: hidden;
}

.follow .updates-text:active {
    transform: translateY(1px);
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

header .top_plank .nav-slice div span {
    color: #ffffff;
}

header .top_plank .nav-slice {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    line-height: 21px;
    width: 100%;
    font-size: 12px;
    padding: 15px 0 10px 0;
}

.company-info {
    z-index: 1;
    position: relative;
    padding: 0;
    color: #ffffff;
    overflow: hidden;
}

.company-info::after {
    width: 100%;
    height: 10px;
    z-index: 0;
    animation: shimmer 8s infinite linear;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(113,129,125) 0%, rgb(147,163,159) 50%, rgb(113,129,125) 100%);
    position: absolute;
    bottom: -5px;
}

.company-info .text-box-wrapper {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
    padding: 3rem;
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.5s ease-out;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    border-left: 4px solid rgb(113,129,125);
}

.company-info h1::after {
    width: 60px;
    transform: scaleX(0);
    bottom: 0;
    height: 4px;
    content: "";
    position: absolute;
    animation: growLine 0.6s 0.8s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    left: 0;
    transform-origin: left;
    background: rgb(113,129,125);
}

.company-info h4 {
    color: rgb(113,129,125);
    margin: 0 0 1rem;
    transform: translateY(10px);
    font-weight: 600;
    padding-left: 1.5rem;
    font-size: calc(18px * 1.15);
    position: relative;
    align-items: center;
    animation: slideUp 0.6s 1s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    display: inline-flex;
    opacity: 0;
}

.enroll-instantly {
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(181,196,194) 0%, #ffffff 70%, rgb(147,163,159,0.5) 100%);
    transform-style: preserve-3d;
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
}

.enroll-instantly::before {
    pointer-events: none;
    z-index: 0;
    width: 120%;
    transform: rotateZ(-5deg) translateZ(-10px);
    position: absolute;
    background: linear-gradient(45deg, rgb(147,163,159,0.5) 0%, transparent 60%);
    height: 110%;
    left: -10%;
    content: "";
    top: -5%;
}

.enroll-instantly .container {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 2rem;
    max-width: 1200px;
    backdrop-filter: blur(5px);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    transform: translateZ(0);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.enroll-instantly .training-space {
    align-items: center;
    margin-top: 2rem;
    position: relative;
    gap: 2.5rem;
    transform: translateZ(20px);
    display: flex;
}

.enroll-instantly .training-space::before {
    left: -2rem;
    transform: translateZ(-5px);
    position: absolute;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: calc(100% + 4rem);
    z-index: -1;
    content: "";
    background: linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    height: calc(100% + 2rem);
    top: -1rem;
}

.enroll-instantly svg:hover path {
    fill: rgb(113,129,125);
}

.enroll-instantly .training-space div {
    transform: translateZ(5px);
    flex-grow: 1;
    position: relative;
}

.enroll-instantly .query-card::before {
    transition: left 0.7s ease;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
    width: 100%;
}

.enroll-instantly .query-card:hover {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15), 0 5px 10px rgba(0, 0, 0, 0.05);
    transform: translateZ(10px) scale(1.05);
}

.enroll-instantly .query-card:hover::before {
    left: 100%;
}

.enroll-instantly .query-card::after {
    transition: all 0.4s ease;
    border-radius: 50%;
    left: 50%;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    transform: translateX(-50%) scaleX(0.9);
    height: 10px;
    width: 90%;
    content: "";
    filter: blur(5px);
    z-index: -1;
    bottom: 0;
}

.course-program-details::before {
    content: "";
    z-index: 1;
    width: 100%;
    opacity: 0.6;
    left: 0;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(147,163,159,0.5) 5%, transparent 10%),
        radial-gradient(circle at 70% 65%, rgb(113,129,125,0.5) 5%, transparent 10%),
        radial-gradient(circle at 40% 80%, rgb(147,163,159,0.5) 4%, transparent 8%),
        radial-gradient(circle at 80% 10%, rgb(113,129,125,0.5) 4%, transparent 8%);
    top: 0;
    position: absolute;
    animation: backgroundPulse 15s infinite alternate;
    height: 100%;
}

.course-program-details .training-space::before {
    background: linear-gradient(135deg, rgb(147,163,159,0.5) 0%, transparent 100%);
    width: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    opacity: 0.1;
    height: 100%;
    content: "";
}

.course-program-details .job-skillsWMH {
    padding: 40px 50px;
    z-index: 2;
    position: relative;
    flex: 1 1 55%;
}

.course-program-details .nav-mainwrap:hover {
    transform: perspective(1000px) rotateY(10deg);
}

.course-program-details .nav-mainwrap svg {
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.5));
    width: 120px;
    height: auto;
}

.course-program-details .nav-mainwrap:hover svg path {
    fill: rgb(113,129,125);
}

.course-program-details .job-skillsWMH h3::after {
    bottom: -12px;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, rgb(147,163,159) 0%, rgb(113,129,125) 100%);
    left: 0;
    filter: blur(1px);
    position: absolute;
    content: "";
    transform: translateZ(-5px);
    border-radius: 10px;
}

.course-program-details .img-round {
    position: relative;
    transform-style: preserve-3d;
    flex: 1 1 45%;
    perspective: 1000px;
    min-height: 450px;
    transition: all 0.5s ease;
}

.course-program-details .img-round::after {
    z-index: 2;
    top: 20px;
    box-shadow: 0 0 30px rgb(147,163,159,0.5);
    content: "";
    left: 20px;
    bottom: 20px;
    position: absolute;
    opacity: 0.2;
    border: 1px solid #ffffff;
    transform: translateZ(20px);
    right: 20px;
}

.plan-option::before {
    filter: blur(80px);
    background: linear-gradient(135deg, rgb(147,163,159,0.5), rgb(113,129,125,0.5));
    z-index: 0;
    content: "";
    right: -10%;
    width: 600px;
    height: 600px;
    top: -15%;
    position: absolute;
    opacity: 0.15;
}

.plan-option .container {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    max-width: 1400px;
    padding: 0 20px;
}

.plan-option .discount-deals h2 {
    background: linear-gradient(90deg, #000000, rgb(147,163,159));
    transition: transform 0.5s ease;
    -webkit-background-clip: text !important;
    color: transparent;
    background-clip: text !important;
    transform: perspective(1000px) rotateX(0deg);
    font-size: 31px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
}

.plan-option .discount-deals:hover .fee-offers {
    transform: translateY(3px);
}

.plan-option .cost-card {
    transform: translateZ(0) scale(1);
    overflow: hidden;
    height: 100%;
    text-decoration: none;
    transform-style: preserve-3d;
    display: block;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
}

.plan-option .cost-card:hover .access-rates {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 0 0 1px rgb(147,163,159,0.5);
}

.plan-option .access-rates::before {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    background: linear-gradient(90deg, rgb(147,163,159), rgb(113,129,125));
    content: "";
    left: 0;
    height: 5px;
    right: 0;
    transform: scaleX(0);
    transform-origin: left;
    top: 0;
}

.plan-option .value-pricing h3 {
    transform: translateY(0);
    color: #000000;
    overflow-wrap: break-word;
    font-weight: 600;
    transition: transform 0.4s ease, color 0.3s ease;
    position: relative;
    word-break: break-word;
    margin-bottom: 15px;
    font-size: calc(21px + 2px);
}

.plan-option .cost-card:hover .value-pricing .pricing-catalog {
    transform: scale(1.05);
}

.plan-option .value-pricing .pricing-catalog::after {
    content: "";
    background: rgb(113,129,125,0.5);
    position: absolute;
    width: 50px;
    left: 0;
    height: 2px;
    transition: width 0.4s ease;
    bottom: -10px;
}

.plan-option .cost-card:hover .value-pricing p {
    opacity: 1;
}

.plan-option .cost-card .img-round {
    position: relative;
    overflow: hidden;
    height: 220px;
    width: 100%;
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.plan-option .cost-card:hover .img-round::after {
    opacity: 1;
}

.plan-option .cost-card:nth-child(odd) .access-rates {
    flex-direction: column-reverse;
}

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

.connect-form::before {
    left: 0;
    content: '';
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(147,163,159,0.5) 0%, rgb(113,129,125,0.5) 100%);
    position: absolute;
    width: 100%;
}

.connect-form .inquiry-box {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    grid-gap: 20px;
    display: grid;
    padding: 40px;
    border-radius: 11px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.connect-form .inquiry-box div {
    background: rgb(181,196,194);
    flex-direction: column;
    padding: 30px 20px;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease;
    border-radius: 10px;
    display: flex;
}

.connect-form .inquiry-box svg {
    width: 40px;
    margin-bottom: 15px;
    height: 40px;
}

.connect-form .inquiry-box svg path {
    fill: rgb(147,163,159);
}

.connect-form .inquiry-box a {
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
    color: rgb(147,163,159);
}

.connect-form form h3 {
    text-align: center;
    font-weight: 700;
    position: relative;
    font-size: 29px;
    margin-bottom: 40px;
    color: #000000;
}

.connect-form form h3 {
    grid-column: 1 / -1;
}

.connect-form form {
    display: grid;
    grid-gap: 25px;
    grid-template-columns: repeat(2, 1fr);
}

.connect-form form input[type="text"]:focus,
.connect-form form input[type="email"]:focus {
    border-color: rgb(147,163,159);
    box-shadow: 0 0 0 3px rgb(147,163,159,0.5);
    outline: none;
}

.connect-form form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.connect-form .feedback-card {
    margin: 10px 0;
    grid-column: 1 / -1;
    align-items: flex-start;
    display: flex;
}

.connect-form .feedback-card input[type="checkbox"]:checked {
    background-color: rgb(147,163,159);
    border-color: rgb(147,163,159);
}

.connect-form .feedback-card input[type="checkbox"]:checked::before {
    transform: rotate(45deg);
    top: 4px;
    height: 10px;
    border-width: 0 2px 2px 0;
    width: 6px;
    position: absolute;
    left: 7px;
    border: solid #ffffff;
    content: "";
}

.connect-form .feedback-card a:hover {
    color: rgb(113,129,125);
}

.connect-form .query-card:hover {
    background: rgb(113,129,125);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.cookieWarningMessage {
    width: 100%;
    padding: 20px 0;
    background: rgb(113,129,125);
    transition: all 0.3s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    position: fixed;
    z-index: 90;
    border-top: 2px solid rgb(147,163,159);
    bottom: 0;
}

.cookieWarningMessage h5 {
    margin-bottom: 6px;
    transition: color 0.3s ease-in-out;
    font-weight: 700;
    color: #ffffff;
    font-size: 20px;
}

.consent-panel svg, .consent-panel svg path {
    height: 80px;
    width: 80px;
    fill: rgb(147,163,159);
    transition: transform 0.3s ease-in-out;
}

.cookie_button.track-cookies {
    background: rgb(147,163,159);
}

.cookie_button.cookie-expand {
    background: rgb(113,129,125);
}

.cookie-compl:hover {
    box-shadow: rgb(147,163,159,0.5) 0px 6px 15px 0px;
    transform: scale(1.05);
}

.cookieWarningMessage p a {
    transition: color 0.3s ease-in-out;
    color: rgb(147,163,159);
    font-weight: 600;
    text-decoration: none;
}

.wrapper-border .cookieWarningMessage {
    border: none;
    background: rgb(113,129,125);
    padding: 40px 0;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
}

.wrapper-border .data-guard h5, .wrapper-border .data-guard p {
    color: #ffffff;
}


#cookiePolicyAlert {
    display: none;
}

.gratSection {
    overflow: hidden;
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(147,163,159,0.5), rgb(113,129,125) 120%);
    position: relative;
}

.gratSection::after {
    left: -5%;
    background: radial-gradient(circle, rgb(113,129,125) 10%, transparent 70%);
    content: "";
    opacity: 0.15;
    position: absolute;
    transform: rotate(15deg);
    height: 250px;
    bottom: -5%;
    animation: float 9s ease-in-out infinite reverse;
    width: 250px;
}

.gratSection .training-space {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 95% 100%, 0 100%);
    background: rgba(255, 255, 255, 0.92);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    padding: 3.5rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(1deg);
}

.gratSection h5 {
    transform: translateX(0);
    padding-bottom: 0.5rem;
    font-weight: 700;
    color: #000000;
    position: relative;
    line-height: 1.4;
    margin: 0;
    font-size: 22px;
    transition: transform 0.4s ease;
}

.gratSection h5::after {
    background: linear-gradient(to right, rgb(147,163,159), transparent);
    content: "";
    bottom: 0;
    width: 80px;
    transition: width 0.4s ease;
    height: 3px;
    left: 0;
    position: absolute;
}

.gratSection a {
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 0.5rem 0;
    position: relative;
    display: block;
    transform: translateY(0);
}

.gratSection a:hover {
    transform: translateY(-3px);
}

.gratSection a:hover::before {
    width: 100%;
}

.gratSection a:hover p {
    color: rgb(147,163,159);
}

.leadership-profile {
    overflow: hidden;
    background: rgb(181,196,194);
    position: relative;
    padding: 6rem 2rem;
}

.leadership-profile::after {
    width: 40%;
    position: absolute;
    content: "";
    background: linear-gradient(to left, transparent, rgb(113,129,125,0.5), transparent);
    animation: lineExpand 5s ease-in-out infinite alternate 2.5s;
    transform-origin: right center;
    right: 0;
    height: 1px;
    bottom: 40%;
}

.leadership-profile .img-round {
    clip-path: polygon(0 10%, 100% 0%, 85% 100%, 0% 90%);
    filter: grayscale(100%);
    overflow: hidden;
    height: 400px;
    width: 100%;
    position: relative;
    transform: scale(1);
    border-radius: 0;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}

.leadership-profile .exp-grid {
    flex-direction: column;
    transition: all 0.7s ease;
    opacity: 0.9;
    justify-content: center;
    display: flex;
    position: relative;
}

.leadership-profile .name {
    transform: translateX(0);
    color: #000000;
    font-weight: 700;
    margin-bottom: 1rem;
    position: relative;
    font-size: calc(41px * 1.2);
    transition: all 0.5s ease;
}

.leadership-profile .exp-grid div:nth-child(2) {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgb(113,129,125);
    font-size: 17px;
    transition: all 0.5s ease 0.1s;
    font-weight: 300;
    margin-bottom: 3rem;
    transform: translateX(0);
}

.leadership-profile .job-skillsEXqgh::before {
    line-height: 1;
    font-size: 4rem;
    content: "";
    font-family: serif;
    left: 0;
    position: absolute;
    top: -1rem;
    color: rgb(147,163,159,0.5);
}

.leadership-profile .testimonial-corner:hover .img-round::after {
    opacity: 0.3;
}

.leadership-profile .testimonial-corner:hover .name {
    transform: translateX(10px);
}

.leadership-profile .testimonial-corner:hover .exp-grid div:nth-child(2) {
    transform: translateX(20px);
}

.chrome-ext .container {
    z-index: 2;
    position: relative;
}

.chrome-ext .help-form {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    display: grid;
    background-color: rgb(147,163,159);
    margin-bottom: -2rem;
    z-index: 3;
    position: relative;
    grid-template-columns: repeat(4, 1fr);
    padding: 3rem 1.5rem 5rem;
}

.chrome-ext .info_item {
    padding: 0.5rem 1rem;
    transition: transform 0.3s ease;
    position: relative;
}

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

.chrome-ext .text_main_holder {
    grid-template-columns: 1fr 1.5fr 1fr;
    gap: 0;
    position: relative;
    z-index: 2;
    display: grid;
}

.chrome-ext .nav-mainwrap svg {
    transition: all 0.3s ease;
    filter: brightness(0) invert(1);
    max-width: 150px;
    height: auto;
}

.chrome-ext .flag-content {
    opacity: 0.9;
    color: #ffffff;
    line-height: 1.6;
    font-size: 14px;
}

.chrome-ext .header-sitebar::before {
    z-index: -1;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    height: 100%;
    position: absolute;
    top: 0;
    content: '';
}

.chrome-ext .header-sitebar h5::after {
    content: '';
    height: 3px;
    position: absolute;
    background-color: rgb(147,163,159);
    bottom: -0.5rem;
    width: 40px;
    left: 0;
}

.chrome-ext .nav-mentor:not(:last-child) {
    margin-bottom: 1rem;
}

.chrome-ext .nav-mentor a::before {
    width: 0;
    content: '';
    left: 0;
    transition: width 0.3s ease;
    background-color: rgb(147,163,159);
    bottom: 0;
    height: 2px;
    position: absolute;
}

.chrome-ext .nav-mentor a:hover::before {
    width: 30px;
}

.chrome-ext .subscribe_holder::before {
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    z-index: -1;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(0, 0, 0, 0.05) 10px,
        rgba(0, 0, 0, 0.05) 20px
    );
    height: 100%;
}

.chrome-ext .input_holder {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}

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

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

.chrome-ext .updates-text {
    background-color: rgb(147,163,159);
    border: none;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    padding: 1rem 1.25rem;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 18px;
    border-radius: 10px;
    color: #ffffff;
}

.chrome-ext .updates-text:hover::before {
    left: 100%;
}

.chrome-ext .eng-center::before {
    z-index: -1;
    left: 0;
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, transparent 70%);
    width: 100%;
}

.opening-board {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    padding: 80px 20px;
    justify-content: center;
    display: flex;
    background: linear-gradient(135deg, rgb(181,196,194) 0%, rgba(0, 0, 0, 0.5) 100%);
    align-items: center;
}

.opening-board::after {
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    background-image: repeating-linear-gradient(
    45deg,
    rgb(147,163,159) 0,
    rgb(147,163,159) 1px,
    transparent 1px,
    transparent 20px
  );
    left: 0;
    opacity: 0.03;
    z-index: 1;
}

.opening-board > div:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.opening-board > div > div:first-child {
    animation: slideIn 0.8s ease-out forwards;
    text-align: left;
    padding-left: 5%;
}

.opening-board .course-first::after {
    transform-origin: left;
    animation: expandLine 0.6s 0.8s forwards ease-out;
    transform: scaleX(0);
    bottom: -10px;
    content: "";
    left: 0;
    width: 80px;
    position: absolute;
    height: 4px;
    background: linear-gradient(90deg, rgb(147,163,159) 0%, rgb(113,129,125) 100%);
}

.opening-board .start-home {
    width: 100%;
    position: relative;
    transform: translateY(30px);
    opacity: 0;
    animation: riseUp 0.8s 0.6s forwards ease-out;
    margin-top: 20px;
}

.opening-board .learn-learn::before {
    height: 100%;
    position: absolute;
    content: "";
    opacity: 0.8;
    z-index: 1;
    transition: opacity 0.4s ease;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, transparent 40%, #000000 100%);
    width: 100%;
}

.opening-board .learn-learn:hover::before {
    opacity: 0.7;
}

.opening-board .learn-learn h3 {
    margin: 0;
    transform: translateY(10px);
    position: relative;
    line-height: 1.5;
    transition: transform 0.4s ease;
    color: #ffffff;
    font-weight: 600;
    font-size: calc(19px * 1.1);
}


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


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



@media (max-width: 992px) {.educational-gains .training-space {
    flex-direction: column;
    gap: 40px;
}.educational-gains .img-round {
    min-height: 400px;
}.educational-gains h2 {
    text-align: center;
    margin-bottom: 30px;
}.educational-gains h2::after {
    left: 50%;
    transform: translateX(-50%);
}
}



@media (max-width: 768px) {.educational-gains {
    padding: 80px 0;
}.educational-gains .training-space {
    gap: 30px;
}.educational-gains .img-round {
    min-height: 300px;
}.educational-gains .text_main_holder > div {
    padding: 15px;
    gap: 15px;
}.educational-gains .text_main_holder svg {
    height: 24px;
    width: 24px;
}
}



@media (max-width: 991px) {.data-insights {
    padding: 4rem 1.5rem;
}.data-insights h3 {
    font-size: calc(31px * 0.9);
    margin-bottom: 2.5rem;
}.data-insights ul {
    grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
    gap: 1.5rem;
}.data-insights .knowledge-upgrade {
    padding: 2rem 1.2rem;
}.data-insights .knowledge-upgrade p {
    font-size: calc(38px * 1.1);
}
}



@media (max-width: 480px) {.data-insights {
    padding: 3rem 0.8rem;
}.data-insights h3 {
    font-size: calc(31px * 0.75);
    margin-bottom: 1.8rem;
}.data-insights ul {
    grid-template-columns: 1fr;
    gap: 1rem;
}.data-insights .knowledge-upgrade {
    padding: 1.5rem 0.8rem;
}.data-insights .knowledge-upgrade span {
    font-size: calc(16px * 0.95);
}.data-insights .knowledge-upgrade p {
    font-size: calc(38px * 0.9);
}.data-insights .knowledge-upgrade:hover {
    transform: translateY(-5px);
}
}



@media (min-width: 1400px) {header .nav-info {
    margin: 0 auto;
    max-width: 1300px;
}header .top-lead a {
    padding: 1rem 1.5rem;
}
}



@media (max-width: 991px) {header .nav-info {
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    padding: 1rem;
}header .nav-mainwrap {
    margin-right: 0;
    margin-bottom: 0;
}header .header-sitebar {
    flex-basis: 100%;
    padding-top: 1rem;
    margin-top: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
}header .top-lead {
    margin-bottom: 0.5rem;
}header .top-lead a {
    font-size: calc(12px - 1px);
    padding: 0.7rem 1rem;
}
}



@media (min-width: 992px) {.course-demographic li {
    animation: slideIn 0.5s forwards;
    opacity: 0;
}
}



@media (max-width: 991px) {.course-demographic {
    padding: 4rem 0;
}.course-demographic h3 {
    font-size: calc(29px * 0.9);
}.course-demographic li {
    padding: 1.2rem 1.8rem;
}.course-demographic li svg {
    height: 35px;
    margin-right: 1.2rem;
    width: 35px;
}
}



@media (max-width: 767px) {.course-demographic {
    padding: 3rem 0;
}.course-demographic h3 {
    margin-bottom: 2.5rem;
    font-size: calc(29px * 0.8);
}.course-demographic h3::after {
    width: 120px;
}.course-demographic li {
    padding: 1rem 1.5rem;
}.course-demographic li svg {
    width: 30px;
    height: 30px;
    margin-right: 1rem;
}}



@media (min-width: 768px) {.follow {
    padding: 6rem 3rem;
}.follow .training-space {
    padding: 4rem;
    transform: perspective(1200px) rotateY(-3deg);
}.follow h3 {
    font-size: 30px;
    max-width: 80%;
}.follow .input_holder {
    flex-direction: row;
    margin-top: 2.5rem;
}.follow input[type="email"] {
    padding: 1.2rem 1.5rem;
    font-size: calc(16px * 1.05);
}.follow .updates-text {
    align-self: flex-start;
    padding: 1.2rem 2.5rem;
}
}



@media (max-width: 480px) {.follow {
    padding: 2.5rem 1rem;
}.follow .training-space {
    transform: none;
    padding: 1.5rem;
}.follow h3 {
    font-size: 21px;
}}



@media (max-width: 992px) {.company-info h1 {
    font-size: calc(45px * 1.1);
}.company-info .text-box-wrapper {
    transform: perspective(1000px) rotateY(-1deg);
}
}



@media (max-width: 576px) {.company-info .container {
    padding: 15% 5%;
}.company-info .text-box-wrapper {
    padding: 1.5rem;
    border-left-width: 3px;
}.company-info h1 {
    font-size: calc(45px * 0.9);
}.company-info h4 {
    font-size: 18px;
}.company-info span {
    margin-left: 0.5rem;
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}
}



@media (max-width: 992px) {.enroll-instantly {
    padding: 4rem 0;
}.enroll-instantly .container {
    padding: 1.5rem;
}.enroll-instantly h2 {
    font-size: calc(38px * 0.9);
    max-width: 100%;
}.enroll-instantly .training-space {
    gap: 2rem;
}.enroll-instantly svg {
    width: 3.5rem;
    height: 3.5rem;
}
}



@media (max-width: 768px) {.enroll-instantly {
    padding: 3rem 0;
}.enroll-instantly .container {
    padding: 1.25rem;
}.enroll-instantly h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 2rem;
}.enroll-instantly h2::after {
    width: 6rem;
}.enroll-instantly .training-space {
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-start;
}.enroll-instantly svg {
    height: 3rem;
    width: 3rem;
}.enroll-instantly .query-card {
    padding: 0.8rem 1.8rem;
    width: 100%;
}
}



@media (hover: none) {.enroll-instantly .query-card:active {
    transform: translateZ(5px) scale(0.95);
}.enroll-instantly svg:active {
    transform: translateZ(15px) scale(1.1);
}
}



@media (hover: hover) {.course-program-details .training-space:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                    0 12px 20px rgba(0, 0, 0, 0.5), 
                    0 0 0 1px rgb(147,163,159);
}.course-program-details .img-round:hover {
    transform: rotateY(-5deg) translateZ(10px);
}
}



@media screen and (max-width: 768px) {.course-program-details {
    padding: 50px 0;
}.course-program-details .training-space {
    flex-direction: column-reverse;
}.course-program-details .job-skillsWMH {
    padding: 30px 25px;
    flex: 1 1 100%;
}.course-program-details .img-round {
    flex: 1 1 100%;
    width: 100%;
    min-height: 300px;
}.course-program-details .job-skillsWMH h3 {
    margin-bottom: 20px;
    font-size: calc(36px * 0.8);
}.course-program-details .job-skillsWMH p {
    margin-bottom: 20px;
}.course-program-details .nav-mainwrap {
    margin-bottom: 15px;
}.course-program-details .nav-mainwrap svg {
    width: 90px;
}.course-program-details .job-skillsWMH h3::after {
    width: 60px;
    height: 2px;
    bottom: -10px;
}
}



@media (min-width: 1200px) {.plan-option .tuition-plans {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.plan-option .discount-deals h2 {
    font-size: calc(31px + 5px);
}
}



@media (max-width: 767px) {.plan-option {
    padding: 60px 0;
}.plan-option .tuition-plans {
    grid-template-columns: 1fr;
}.plan-option .value-pricing {
    padding: 25px 20px;
}.plan-option .cost-card .img-round {
    height: 180px;
}.plan-option .discount-deals h2 {
    font-size: calc(31px - 2px);
}
}



@media (max-width: 992px) {.connect-form {
    padding: 80px 0;
}.connect-form .inquiry-box {
    padding: 35px;
}.connect-form .request-box {
    padding: 35px;
}
}



@media (max-width: 576px) {.connect-form {
    padding: 50px 0;
}.connect-form .inquiry-box {
    grid-template-columns: 1fr;
    padding: 25px;
}.connect-form .request-box {
    padding: 25px;
}.connect-form .inquiry-box h3,
    .connect-form form h3 {
    font-size: calc(29px * 0.8);
    margin-bottom: 25px;
}.connect-form .inquiry-box div {
    padding: 25px 15px;
}}


@media only screen and (max-width: 800px) {.consent-panel {
    display: none;
}.cookie-screen {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.cookieWarningMessage h5 {
    text-align: center;
}.cookieWarningMessage p {
    text-align: center;
}.data-guard {
    text-align: center;
    margin-bottom: 20px;
}.cookie-compl {
    max-width: 300px;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
}}



@media screen and (max-width: 576px) {.gratSection {
    padding: 3rem 0;
}.gratSection .training-space {
    padding: 1.75rem;
    clip-path: polygon(0 0, 100% 0, 100% 98%, 98% 100%, 0 100%);
}.gratSection .training-space > div:first-child {
    margin-bottom: 1.5rem;
}.gratSection .training-space > div:first-child::before {
    height: 60%;
    left: -1.2rem;
}.gratSection h5 {
    font-size: calc(22px * 0.85);
}.gratSection p {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}}



@media (max-width: 1200px) {.chrome-ext .help-form {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}.chrome-ext .text_main_holder {
    grid-template-columns: 1fr 1.5fr;
}.chrome-ext .subscribe_holder {
    grid-column: 1 / -1;
}
}



@media (max-width: 991px) {.chrome-ext .text_main_holder {
    grid-template-columns: 1fr;
}.chrome-ext .nav-mainwrap,
    .chrome-ext .header-sitebar,
    .chrome-ext .subscribe_holder {
    clip-path: none;
}.chrome-ext .header-sitebar {
    padding: 3rem 2rem;
}.chrome-ext .nav-mainwrap {
    align-items: center;
    text-align: center;
    padding: 3rem 2rem;
}.chrome-ext .subscribe_holder {
    padding: 3rem 2rem;
}.chrome-ext .eng-center {
    clip-path: none;
    padding: 3rem 0 2rem;
}
}



@media (max-width: 576px) {.chrome-ext .nav-mainwrap,
    .chrome-ext .header-sitebar,
    .chrome-ext .subscribe_holder {
    padding: 2.5rem 1.5rem;
}.chrome-ext .eng-center {
    padding: 2.5rem 0 1.5rem;
}.chrome-ext .info_item {
    padding: 0.5rem 0;
}.chrome-ext .info_item p,
    .chrome-ext .info_item a {
    justify-content: center;
}}



@media (max-width: 767px) {.opening-board {
    padding: 60px 15px;
}.opening-board > div {
    gap: 40px;
}.opening-board .course-first {
    font-size: calc(38px * 1.1);
}.opening-board p {
    font-size: 13px;
    max-width: 100%;
}.opening-board .learn-learn h3 {
    font-size: 19px;
}
}

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



@keyframes pulse {
    0% {
        opacity: 0.2;
    }
    100% {
        opacity: 0.5;
    }
}



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



@keyframes flashLight {
    0% {
        filter: drop-shadow(0 0 8px rgb(147,163,159,0.5));
    }
    50% {
        filter: drop-shadow(0 0 25px rgb(147,163,159));
    }
    100% {
        filter: drop-shadow(0 0 8px rgb(147,163,159,0.5));
    }
}



@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(147,163,159,0.5);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0,0,0,0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0,0,0,0);
    }
}



@keyframes fadeIn {
    to {
        opacity: 1;
    }
}



@keyframes slideUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}



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



@keyframes overlayPulse {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.3;
    }
}



@keyframes lineExpand {
    0% {
        transform: scaleX(0.3);
        opacity: 0.3;
    }
    100% {
        transform: scaleX(1);
        opacity: 1;
    }
}



@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}



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

