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

svg {
    height: 30px;
    width: 30px;
}

.instructor-history-903::before {
    z-index: 1;
    background: repeating-linear-gradient(
        45deg,
        rgb(209,190,169,0.5) 0,
        rgb(209,190,169,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
    opacity: 0.05;
    top: 0;
    width: 100%;
}

.instructor-history-903 .image-carousel-863:hover::after {
    opacity: 0;
}

.instructor-history-903 .name {
    bottom: 60px;
    left: 30px;
    position: absolute;
    margin: 0;
    z-index: 2;
    font-weight: 700;
    font-size: 22px;
    padding-bottom: 0;
    font-family: Arial, sans-serif;
    transition: transform 0.3s ease;
    color: #ffffff;
}

.instructor-history-903 .job-overview-946::after {
    right: 40px;
    background: linear-gradient(to left top, 
        rgb(179,158,135) 0%, 
        rgb(179,158,135) 50%, 
        transparent 50%, 
        transparent 100%);
    bottom: 40px;
    opacity: 0.2;
    position: absolute;
    content: "";
    width: 40px;
    height: 30px;
}

.learning-outcomes-186 .text-article-756:hover {
    transform: translateZ(50px) translateY(-5px);
}

.learning-outcomes-186 h4::after {
    transition: width 0.4s ease-in-out;
    position: absolute;
    height: 3px;
    width: 60px;
    content: "";
    left: 0;
    bottom: 0;
    background: rgb(209,190,169);
}

.learning-outcomes-186 li:hover {
    opacity: 1;
    transform: translateX(8px);
}

.learning-outcomes-186 li p span:last-child {
    z-index: 1;
    position: relative;
}

.learning-outcomes-186 svg {
    fill: none;
    height: 24px;
    width: 24px;
    transition: transform 0.3s ease;
}

.learning-outcomes-186 .image-carousel-863 {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.5s ease;
    transform: translateZ(20px) rotate(-1deg);
    object-fit: cover;
    width: 100%;
    border-radius: 13px;
    filter: saturate(1.1) contrast(1.05);
    height: auto;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.tariff-option-193 .value-rates-819 {
    grid-template-columns: 1fr;
    display: grid;
    gap: 60px;
}

.tariff-option-193 .basic-rates-614 h2::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 4px;
    left: 50%;
    background: linear-gradient(90deg, rgb(209,190,169), rgb(179,158,135));
    bottom: -12px;
    transform: translateX(-50%);
    border-radius: 10px;
}

.tariff-option-193 .plan-matrix-314 {
    flex-grow: 1;
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
}

.tariff-option-193 .plan-matrix-314 h3::before {
    height: calc(100% - 10px);
    border-radius: 10px;
    top: 5px;
    background: linear-gradient(to bottom, rgb(209,190,169), rgb(179,158,135));
    content: "";
    position: absolute;
    left: 0;
    width: 4px;
}

.tariff-option-193 .image-carousel-863::after {
    left: 0;
    z-index: 1;
    bottom: 0;
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    position: absolute;
    content: "";
    right: 0;
}

.customer-opinions-286 h2 {
    transition: transform 0.5s ease;
    font-size: 33px;
    color: #000000;
    transform: translateX(5px);
    margin-bottom: 60px;
    position: relative;
    font-weight: 700;
    text-align: left;
}

.customer-opinions-286 h2 {
    font-size: calc(33px - 6px);
    margin-bottom: 30px;
}

.customer-opinions-286 .alumni-testimonials-426 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    gap: 30px;
    position: relative;
}

.customer-opinions-286 .alumni-testimonials-426 {
    gap: 25px;
    grid-template-columns: 1fr;
}

.customer-opinions-286 .success-stories-024:hover::before {
    opacity: 1;
}

.customer-opinions-286 .success-stories-024 h3 {
    margin-bottom: 15px;
    position: relative;
    font-size: calc(23px - 2px);
    font-weight: 700;
    color: rgb(209,190,169);
    display: inline-block;
}

.customer-opinions-286 .success-stories-024 h3 {
    font-size: 23px;
}

.customer-opinions-286 .success-stories-024:hover .description::before {
    transform: translate(5px, 5px) rotate(5deg);
}

.customer-opinions-286 .success-stories-024 img {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.privacy-harbor-249 {
    background-color: rgb(232,222,203);
    padding: 2rem;
    transition: background-color 0.3s ease, color 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    color: #000000;
}

.privacy-harbor-249 li {
    position: relative;
    font-size: 13px;
    margin-bottom: 0.5rem;
    padding-left: 1.2rem;
    line-height: 1.6;
}

header .header-navbar-178 {
    overflow: hidden;
    background: rgb(232,222,203);
    z-index: 100;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

header .top-section-389 {
    z-index: 2;
    position: relative;
}

header .main-header-128::before,
header .main-header-128::after {
    position: absolute;
    border-radius: 50%;
    content: "";
    transition: all 0.5s ease;
    background: rgb(209,190,169,0.5);
    opacity: 0;
    z-index: -1;
}

header .main-header-128::before {
    height: 50px;
    width: 50px;
    top: -15px;
    left: -15px;
}

header .site-start-105::before {
    position: absolute;
    height: 0;
    width: 0;
    transition: all 0.3s ease;
    border-bottom: 5px solid transparent;
    top: 50%;
    content: "";
    border-top: 5px solid transparent;
    opacity: 0;
    left: -10px;
    transform: translateY(-50%) scale(0);
    border-left: 5px solid rgb(209,190,169);
}

header .site-start-105 a::after {
    height: 2px;
    background: rgb(209,190,169);
    content: "";
    width: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: width 0.3s ease;
    bottom: 0;
    position: absolute;
}

.gratSection-728::after {
    background: linear-gradient(45deg, transparent, rgb(209,190,169,0.5), transparent);
    content: "";
    width: 100%;
    animation: shimmer 8s infinite linear;
    right: -50%;
    transform: rotate(35deg) scale(2);
    top: -50%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

.gratSection-728 .learning-classes-495::before {
    content: "";
    top: -10px;
    right: 20px;
    z-index: -1;
    left: 20px;
    height: 10px;
    opacity: 0.4;
    filter: blur(10px);
    position: absolute;
    background: rgb(209,190,169);
}

.gratSection-728 .learning-classes-495:hover h5::before {
    transform: translateY(-50%) rotate(135deg);
}

.gratSection-728 a {
    transition: transform 0.3s ease;
    text-decoration: none;
    display: block;
}

.potential-enrollees-963 {
    background: rgb(232,222,203);
    padding: 140px 0;
    position: relative;
    overflow: hidden;
}

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

.potential-enrollees-963 h4::before {
    left: 50%;
    top: 0;
    border-radius: 2px;
    width: 100px;
    content: "";
    transform: translateX(-50%);
    background: rgb(209,190,169,0.5);
    height: 3px;
    position: absolute;
}

.potential-enrollees-963 div::before {
    opacity: 0.5;
    left: 50%;
    position: absolute;
    top: 0;
    content: "";
    width: 2px;
    background: linear-gradient(180deg, rgb(209,190,169,0.5), rgb(179,158,135,0.5), transparent);
    z-index: 0;
    height: 100%;
}

.potential-enrollees-963 div p::before {
    width: 30px;
    border-radius: 50%;
    background: #ffffff;
    content: "";
    z-index: 2;
    height: 30px;
    position: absolute;
}

.potential-enrollees-963 div p:hover::after {
    transform: scale(1.3);
    box-shadow: 0 0 10px rgb(209,190,169,0.5);
}

.potential-enrollees-963 div p:hover svg path {
    fill: rgb(179,158,135);
}

.our-mission-483::after {
    width: 35%;
    top: 0;
    z-index: 0;
    height: 100%;
    position: absolute;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
    content: "";
    background: linear-gradient(90deg, transparent, rgb(209,190,169,0.5), rgb(209,190,169));
    right: 0;
}

.our-mission-483:hover h1 {
    transform: perspective(1000px) rotateX(5deg);
}

.our-mission-483 li {
    position: relative;
    margin-bottom: 1.5rem;
}

.our-mission-483 h4 {
    transition: transform 0.4s ease;
    font-size: calc(21px + 0.15rem);
    color: rgb(179,158,135);
    font-weight: 600;
    margin: 0 0 1.25rem;
    position: relative;
    padding-left: 1.5rem;
}

.find-contact-498 {
    padding: 100px 0;
    position: relative;
    background: rgb(232,222,203);
    overflow: hidden;
}

.find-contact-498 .container {
    position: relative;
    z-index: 2;
}

.find-contact-498 .get-in-touch-351 {
    box-shadow: 0 20px 70px -10px rgba(0, 0, 0, 0.1),
              0 5px 20px -5px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 60px 50px;
    perspective: 1000px;
    transform-style: preserve-3d;
    border-radius: 19px;
    overflow: hidden;
}

.find-contact-498 h2 {
    padding-left: 20px;
    position: relative;
    margin-bottom: 35px;
    letter-spacing: 0.5px;
    font-size: 28px;
    color: #000000;
    font-weight: 700;
}

.find-contact-498 p:last-of-type {
    padding: 15px 20px;
    background: rgba(0, 0, 0, 0.02);
    display: flex;
    border-left: 3px solid rgb(209,190,169);
    margin-bottom: 50px;
    align-items: center;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.find-contact-498 .msg-block-064 {
    width: 70px;
    height: 70px;
    overflow: hidden;
    background: #ffffff;
    border-radius: 15px;
    align-items: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    z-index: 1;
    display: flex;
    justify-content: center;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.find-contact-498 .msg-block-064:hover {
    transform: translateY(-10px) scale(1.05);
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.cookieNotificationAlert-320 {
    background: rgb(232,222,203);
    position: fixed;
    z-index: 90;
    border-top: 2px solid rgb(209,190,169);
    bottom: 0;
    width: 100%;
}

.cookie-compl-486 svg, .cookie-compl-486 svg path, .cookie-compl-486 img {
    height: 100px;
    fill: rgb(209,190,169);
    width: 100px;
}

.core-container-625 .data-opt-081 {
    background: rgb(209,190,169);
    color: #ffffff;
    font-size: 20px;
    margin-left: 30px;
    padding: 10px;
}

.course-program-584::after {
    width: 100%;
    background: 
        radial-gradient(circle at 20% 80%, rgb(209,190,169,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 20%, rgb(179,158,135,0.5) 0%, transparent 15%),
        radial-gradient(circle at 50% 50%, rgb(209,190,169,0.5) 0%, transparent 20%);
    opacity: 0.4;
    position: absolute;
    z-index: 0;
    left: 0;
    pointer-events: none;
    height: 100%;
    content: "";
    top: 0;
}

.course-program-584 .image-carousel-863:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}

.course-program-584 .text-article-756:hover {
    transform: perspective(1000px) translateZ(10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.course-program-584 h3::after {
    transform-origin: left;
    bottom: -12px;
    content: "";
    position: absolute;
    width: 60px;
    left: 0;
    background: linear-gradient(90deg, rgb(209,190,169) 0%, rgb(179,158,135) 100%);
    height: 3px;
    transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.connect-with-us-402::after {
    z-index: 1;
    left: 0;
    position: absolute;
    height: 100px;
    width: 100%;
    bottom: 0;
    content: "";
    background: 
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px);
}

.connect-with-us-402 .image-carousel-863 {
    position: relative;
    min-height: 100%;
}

.connect-with-us-402 .image-carousel-863::after {
    height: 100%;
    z-index: 2;
    animation: scanLines 5s linear infinite;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(rgb(209,190,169), 0.1) 10px, rgba(rgb(209,190,169), 0.1) 11px);
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
}

.connect-with-us-402 input[type="text"] {
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    position: relative;
    width: 100%;
    font-size: 16px;
    padding: 16px 20px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.2);
}

.connect-with-us-402 .support-request-247 label {
    font-size: calc(16px - 2px);
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
}

.connect-with-us-402 .support-request-247 a:hover {
    color: #ffffff;
}

.connect-with-us-402 .support-request-247 a:hover::after {
    background: #ffffff;
}

.connect-with-us-402 .message-list-615:hover {
    transform: translateY(-3px);
    background: rgb(179,158,135);
}

.connect-with-us-402 svg {
    transition: all 0.3s ease;
    filter: drop-shadow(0 0 5px rgba(rgb(209,190,169), 0.5));
    height: 22px;
    width: 22px;
    fill: rgb(209,190,169);
}

footer .footer-address-621 {
    color: #000000;
    position: relative;
    background-color: rgb(232,222,203);
    padding: 100px 0 30px;
    font-family: Arial, sans-serif;
}

footer .info_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
}

footer .info_item svg {
    margin-right: 12px;
    height: 22px;
    transition: transform 0.3s ease;
    width: 22px;
    fill: rgb(209,190,169);
}

footer .top-section-389:hover {
    transform: translateZ(30px) scale(1.02);
}

footer .subscribe_holder {
    margin-top: -20px;
    color: #ffffff;
    margin-left: 40px;
    margin-right: 40px;
    transform: translateZ(-20px) scale(0.96);
    z-index: 0;
    background-color: rgb(209,190,169);
}

footer .top-section-389 svg {
    margin-bottom: 20px;
    width: auto;
    display: block;
    height: 45px;
}

footer .head-top-403 h5::after {
    bottom: -8px;
    transition: width 0.3s ease;
    content: "";
    left: 0;
    height: 2px;
    background: linear-gradient(90deg, rgb(209,190,169), transparent);
    position: absolute;
    width: 40px;
}

footer .main-site-908 a:hover {
    color: #ffffff;
    transform: translateX(5px);
}

footer .subscribe_holder h5 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 15px;
}

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

footer .enroll-today-951:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    transform: translateY(-3px);
    background-color: rgb(179,158,135);
}

.homepage-263 .tech-master-534 {
    align-items: center;
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
}

.homepage-263 .learning-space-067::after {
    height: 15px;
    left: 50px;
    transform: skewX(20deg);
    bottom: -15px;
    content: "";
    width: 80px;
    background: rgb(179,158,135);
    position: absolute;
}

.homepage-263 .learning-space-067 > div:nth-child(2) {
    animation-delay: 0.6s;
}

.homepage-263 p {
    font-weight: 400;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    margin: 0;
    padding-left: 1.2rem;
    border-left: 3px solid rgb(179,158,135);
    letter-spacing: 0.5px;
    color: #ffffff;
    font-size: calc(16px * 1.1);
}

.course-program-584 p.description::-webkit-scrollbar {
    width: 5px;
}

.course-program-584 p.description::-webkit-scrollbar-track {
    background: transparent;
}

.course-program-584 p.description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(179,158,135,0.5);
}



@media (min-width: 768px) {.learning-outcomes-186 {
    padding: 8rem 0;
}.learning-outcomes-186 .learning-classes-495 {
    align-items: center;
    gap: 4rem;
    grid-template-columns: 3fr 2fr;
}.learning-outcomes-186 .text-article-756 > div {
    gap: 2rem;
    flex-direction: row;
}.learning-outcomes-186 h4 {
    font-size: calc(24px * 1.1);
}.learning-outcomes-186 li p {
    font-size: calc(18px * 1.05);
}.learning-outcomes-186 .image-carousel-863 {
    max-height: 500px;
    height: 100%;
}
}



@media (max-width: 480px) {.learning-outcomes-186 {
    padding: 3rem 0;
}.learning-outcomes-186 .learning-classes-495 {
    transform: none;
}.learning-outcomes-186 .text-article-756 {
    padding: 1.5rem;
}.learning-outcomes-186 h4 {
    padding-bottom: 0.8rem;
    font-size: calc(24px * 0.9);
}.learning-outcomes-186 li p {
    line-height: 1.4;
    font-size: calc(18px * 0.9);
}.learning-outcomes-186 svg {
    height: 18px;
    width: 18px;
}}



@media (max-width: 767px) {.tariff-option-193 {
    padding: 80px 0;
}.tariff-option-193 .basic-rates-614 {
    margin-bottom: 20px;
}.tariff-option-193 .fee-pricing-108 {
    max-width: 100%;
}.tariff-option-193 .plan-matrix-314 {
    padding: 30px 25px;
}.tariff-option-193 .plan-matrix-314 h3 {
    font-size: calc(22px + 1px);
}.tariff-option-193 .study-rates-760 {
    margin: 0 0 15px;
    font-size: 22px;
}.tariff-option-193 .image-carousel-863 {
    height: 200px;
}
}



@media (max-width: 767px) {header .container {
    padding: 1.5rem 1rem;
}header .site-start-105 {
    margin: 3px 5px;
}header .site-start-105 a {
    font-size: calc(17px - 1px);
    padding: 8px 15px;
}
}



@media (max-width: 480px) {header .head-top-403 {
    padding: 15px;
    flex-direction: column;
    align-items: center;
}header .site-start-105 {
    margin: 3px 0;
    width: 100%;
}header .site-start-105 a {
    text-align: center;
    width: 100%;
}header .site-start-105::before {
    display: none;
}header .main-header-128 svg {
    height: 40px;
}}



@media (max-width: 991px) {.potential-enrollees-963 {
    padding: 120px 0;
}.potential-enrollees-963 h4 {
    margin-bottom: 70px;
    font-size: calc(28px - 2px);
}.potential-enrollees-963 div p {
    width: 80%;
    padding: 22px 25px;
    margin-bottom: 50px;
}.potential-enrollees-963 div p svg {
    width: 28px;
    margin-right: 15px;
    min-width: 28px;
    height: 28px;
}
}




@media (min-width: 992px) {.our-mission-483 {
    padding: 8rem 0;
}.our-mission-483 .text-article-756 {
    margin-left: 5%;
    max-width: 80%;
}.our-mission-483 h1 {
    margin-bottom: 3.5rem;
    font-size: calc(42px + 0.5rem);
}.our-mission-483 h1::before {
    height: 5px;
    width: 70%;
}.our-mission-483 span {
    padding: 2.5rem;
    column-gap: 2.5rem;
    column-count: 2;
}
}



@media (max-width: 767px) {.our-mission-483 {
    padding: 4rem 0;
}.our-mission-483::after {
    display: none;
}.our-mission-483 .text-article-756 {
    max-width: 100%;
}.our-mission-483 h1 {
    margin-bottom: 1.75rem;
    font-size: calc(42px - 0.5rem);
}.our-mission-483 h1::before {
    bottom: -10px;
    height: 3px;
}.our-mission-483 h4 {
    padding-left: 1.25rem;
    font-size: 21px;
}.our-mission-483 span {
    font-size: calc(17px - 0.1rem);
    line-height: 1.7;
    padding: 1.25rem;
}
}


@media only screen and (max-width: 1200px) {.cookieNotificationAlert-320 {
    padding: 20px;
}
}


@media only screen and (max-width: 800px)  {.core-container-625 .data-opt-081 {
    margin-bottom: 10px;
    margin-left: 0;
}}



@media (min-width: 768px) {.course-program-584 {
    padding: 8rem 0;
}.course-program-584 .ready-skills-620 {
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.course-program-584 .image-carousel-863 {
    height: 450px;
}.course-program-584 h3 {
    font-size: calc(18px * 1.2);
}.course-program-584 p.description {
    max-height: 350px;
}
}



@media (min-width: 1200px) {.course-program-584 .container {
    padding: 0 3rem;
}.course-program-584 .image-carousel-863 {
    height: 580px;
}.course-program-584 .text-article-756 {
    padding: 3.5rem;
}.course-program-584 h3 {
    font-size: calc(18px * 1.4);
}.course-program-584 p.description {
    font-size: calc(15px * 1.05);
    max-height: 450px;
}
}



@media (max-width: 768px) {.connect-with-us-402 {
    padding: 50px 0;
}.connect-with-us-402 h2 {
    margin-bottom: 50px;
    font-size: calc(28px - 4px);
}.connect-with-us-402 .image-carousel-863 {
    min-height: 250px;
}
}



@media (max-width: 991px) {footer .message-card-852 {
    padding: 20px;
    width: 90%;
}footer .text_main_holder {
    margin-top: 80px;
}
}



@media (max-width: 576px) {footer .footer-address-621 {
    padding: 70px 0 20px;
}footer .message-card-852 {
    padding: 10px;
}footer .info_item {
    padding: 10px;
}footer .text_main_holder {
    margin-top: 60px;
}footer .top-section-389, footer .head-top-403, footer .subscribe_holder {
    padding: 20px 15px;
}footer .head-top-403 h5, footer .subscribe_holder h5 {
    font-size: calc(24px - 2px);
}footer .main-site-908 {
    grid-template-columns: 1fr;
}footer .input_holder input[type="email"],
    footer .enroll-today-951 {
    padding: 12px;
}}



@keyframes floatUp {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-8px);
    }
}



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



@keyframes ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0.5;
  }
  100% {
    width: 200px;
    height: 200px;
    opacity: 0;
  }
}

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



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

