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

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

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

.faq-block-ui::before {
    opacity: 0.1;
    left: 0;
    content: '';
    position: absolute;
    height: 1px;
    top: 0;
    background: linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    width: 100%;
}

.faq-block-ui .footer-caption-ui {
    margin: 0 auto;
    padding-top: 15px;
    line-height: 1.6;
    position: relative;
    max-width: 80%;
    text-align: center;
    font-size: 18px;
}

.faq-block-ui .header-sitebar-ui:nth-child(odd) {
    transform: perspective(1000px) rotateY(2deg);
}

.faq-block-ui .header-sitebar-ui:nth-child(even) {
    transform: perspective(1000px) rotateY(-2deg);
}

.faq-block-ui .header-sitebar-ui h5 {
    padding-bottom: 15px;
    position: relative;
    color: #ffffff;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    font-size: 18px;
    word-wrap: break-word;
    font-weight: 600;
    margin-bottom: 30px;
}

.faq-block-ui .header-sitebar-ui .top-master-ui a:hover::before {
    transform: scale(1);
    opacity: 1;
}

.leaderboard-ui {
    z-index: 2;
    padding: 25px 0;
    margin-top: 40px;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
}

.leaderboard-ui .project-ref-ui {
    font-size: 16px;
    color: #ffffff;
    opacity: 0.7;
}

.educational-rewards-ui::before {
    content: "";
    height: 200px;
    z-index: 0;
    background: rgb(191,149,135,0.5);
    position: absolute;
    filter: blur(120px);
    top: -50px;
    width: 200px;
    right: -50px;
}

.educational-rewards-ui .container {
    max-width: 1280px;
    position: relative;
    z-index: 1;
    padding: 0 20px;
    margin: 0 auto;
}

.educational-rewards-ui .desc-block-ui::before {
    content: "";
    left: 0;
    width: 3px;
    background: linear-gradient(to bottom, rgb(186,218,190), rgb(191,149,135));
    top: 0;
    position: absolute;
    height: 100%;
}

.educational-rewards-ui .desc-block-ui li:hover {
    transform: translateX(5px);
}

.educational-rewards-ui .desc-block-ui li:hover p span:first-child {
    background: rgb(191,149,135,0.5);
    transform: rotate(5deg);
}

.educational-rewards-ui .desc-block-ui li:hover svg {
    transform: scale(1.1);
}

.educational-rewards-ui .image-stack-ui {
    border-radius: 10px;
    object-fit: cover;
    height: auto;
    width: 100%;
    position: relative;
    transform: translateZ(0) perspective(1000px) rotateY(-5deg);
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s ease;
}

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

.thxArea-ui .our-ethos-ui:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15), 
                0 15px 20px rgba(0, 0, 0, 0.08),
                0 0 0 1px rgba(255, 255, 255, 0.25) inset;
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.thxArea-ui h5 {
    font-size: 24px;
    line-height: 1.4;
    position: relative;
    margin: 0;
    color: #000000;
    display: inline-block;
    font-weight: 700;
}

.thxArea-ui a {
    padding: 1rem 1.5rem;
    transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1);
    display: block;
    background: linear-gradient(to right, 
                rgba(#ffffff, 0.4) 0%, 
                rgba(#ffffff, 0.8) 50%, 
                rgba(#ffffff, 0.4) 100%);
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    position: relative;
}

header .nav-know-ui {
    padding: 1.5rem 0;
    display: flex;
    position: relative;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    align-items: center;
    background: #ffffff;
    overflow: hidden;
    margin: 1rem 0;
    flex-direction: column;
    border-radius: 17px;
}

header .page-top-ui:hover svg {
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.1));
    transform: translateY(-2px);
}

header .site-core-ui {
    color: #000000;
    text-decoration: none;
    font-family: Arial, sans-serif;
    padding: 0.7rem 1.3rem;
    z-index: 1;
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    font-size: 17px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(to bottom, #ffffff, rgb(234,233,241));
}

.contact-form-box-ui h2::before {
    left: calc(50% - 40px);
    background: rgb(186,218,190);
    bottom: 0;
    width: 80px;
    position: absolute;
    height: 4px;
    content: "";
}

.contact-form-box-ui .image-stack-ui {
    min-height: 550px;
    position: relative;
    flex: 0 0 45%;
}

.contact-form-box-ui .connect-panel-ui {
    flex: 0 0 55%;
    flex-direction: column;
    display: flex;
    justify-content: center;
    padding: 60px;
    position: relative;
}

.contact-form-box-ui form {
    position: relative;
    z-index: 2;
}

.contact-form-box-ui form input[type="text"] {
    border: none;
    transition: all 0.3s ease;
    background: transparent;
    width: 100%;
    margin-bottom: 25px;
    font-size: 14px;
    color: #000000;
    padding: 20px 25px;
    border-bottom: 2px solid rgb(234,233,241);
}

.contact-form-box-ui .request-panel-ui label {
    padding-left: 35px;
    position: relative;
    line-height: 1.5;
    cursor: pointer;
    color: #000000;
    font-size: 15px;
}

.contact-form-box-ui .request-panel-ui label a {
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    color: rgb(186,218,190);
}

.contact-form-box-ui .reach-map-ui::before {
    top: 0;
    height: 100%;
    transform: skewX(-25deg);
    transition: width 0.5s ease;
    position: absolute;
    background: rgb(191,149,135);
    left: -10px;
    z-index: -1;
    width: 0;
    content: "";
}

.contact-form-box-ui svg:hover,
.contact-form-box-ui svg:hover path {
    stroke: rgb(191,149,135);
}

.stay-informed-ui::after {
    top: 20%;
    position: absolute;
    opacity: 0.05;
    background: rgb(255, 255, 255, 0.5);
    z-index: 0;
    height: 50px;
    width: 150%;
    transform: rotate(-2deg);
    left: -25%;
    content: '';
}

.stay-informed-ui .our-ethos-ui:hover {
    transform: translateZ(20px) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.15), 0 10px 20px rgba(0,0,0,0.08);
}

.stay-informed-ui .input_holder {
    gap: 15px;
    flex-wrap: wrap;
    display: flex;
    position: relative;
    transform: translateZ(5px);
}

.stay-informed-ui .input_holder input[type="email"] {
    padding: 15px 20px;
    font-family: Arial, sans-serif;
    border: 1px solid rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    background: #ffffff;
    transform-origin: left center;
    outline: none;
    color: #000000;
    width: 100%;
    font-size: 15px;
}

.stay-informed-ui .input_holder input[type="submit"]:active {
    transform: translateY(1px);
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

.pricing-deck-ui::after {
    z-index: 0;
    position: absolute;
    left: -5rem;
    bottom: -5rem;
    content: "";
    width: 18rem;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    background: linear-gradient(45deg, rgb(191,149,135), rgb(186,218,190,0.5));
    opacity: 0.05;
    height: 18rem;
    transform: rotate(-10deg);
}

.pricing-deck-ui .bundle-offer-ui {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    width: 100%;
    display: grid;
}

.pricing-deck-ui .study-packages-ui {
    overflow: hidden;
    display: flex;
    z-index: 2;
    padding: 2rem;
    position: relative;
    flex-direction: column;
    flex: 1;
}

.pricing-deck-ui .study-pricing-ui {
    position: relative;
    font-size: calc(19px + 0.5rem);
    margin-bottom: 1.5rem;
    font-weight: 700;
    transition: transform 0.3s ease;
    display: block;
    color: rgb(186,218,190);
}

.pricing-deck-ui .image-stack-ui::after {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
    transition: opacity 0.3s ease;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.15), transparent);
    content: "";
    bottom: 0;
}

.company-info-ui .container {
    z-index: 1;
    position: relative;
}

.company-info-ui h3 {
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    display: inline-block;
    left: 50%;
    color: #000000;
    position: relative;
    font-size: 34px;
    transform: translateX(-50%);
}

.company-info-ui .mentor-values-ui span {
    display: block;
    color: rgb(186,218,190);
    margin-bottom: 20px;
    font-size: 23px;
    font-weight: 600;
}

.company-info-ui .master-sessions-ui {
    position: relative;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
}

.company-info-ui .master-sessions-ui .skills-center-ui:hover {
    box-shadow: 20px 20px 0 rgb(191,149,135,0.5);
    transform: translate(-5px, -5px);
}



.company-info-ui .mentor-values-ui::after {
    position: absolute;
    content: "";
    bottom: -35px;
    height: 1px;
    left: 0;
    background: linear-gradient(to right, rgb(186,218,190,0.5), transparent);
    width: 50%;
}

.reach-us-ui {
    background: linear-gradient(135deg, rgb(234,233,241) 40%, rgba(rgb(186,218,190,0.5), 0.05) 100%);
    font-family: Arial, sans-serif;
    overflow: hidden;
    position: relative;
    padding: 6rem 2rem;
}

.reach-us-ui h1 {
    transform: translateY(-5px);
    text-align: center;
    position: relative;
    margin-bottom: 3rem;
    color: #000000;
    font-weight: 700;
    font-size: 46px;
}

.reach-us-ui .container {
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.reach-us-ui .connect-team-ui:hover {
    transform: translateY(-5px);
}

.reach-us-ui .connect-team-ui > div:first-child {
    line-height: 1.7;
    font-size: 1.1rem;
    color: #000000;
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.08);
    padding-bottom: 1.5rem;
}

.reach-us-ui h6 svg {
    width: 20px;
    transform: translateY(-1px);
    height: 20px;
}

.reach-us-ui .form-learn-ui::before {
    width: 0;
    height: 2px;
    transition: width 0.3s ease;
    position: absolute;
    bottom: -4px;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(186,218,190), rgb(191,149,135));
}

.secure-enclosure-ui:before {
    top: -50px;
    left: -50px;
    position: absolute;
    z-index: 1;
    content: "";
    height: 150px;
    border-radius: 50%;
    width: 150px;
    background: rgb(186,218,190,0.5);
}

.secure-enclosure-ui h1:before {
    left: 0;
    height: 5px;
    z-index: -1;
    width: 50px;
    content: "";
    position: absolute;
    bottom: -5px;
    background: rgb(191,149,135);
}

.secure-enclosure-ui li {
    margin-bottom: 15px;
    line-height: 1.8;
    position: relative;
    font-size: 12px;
}

.secure-enclosure-ui h3, .secure-enclosure-ui h4, .secure-enclosure-ui h5, .secure-enclosure-ui h6 {
    font-size: 1.2em;
    z-index: 2;
    font-weight: 600;
    position: relative;
    color: rgb(186,218,190);
    margin-top: 30px;
    margin-bottom: 15px;
}

.secure-enclosure-ui button:hover {
    border-color: rgb(191,149,135);
    background: rgb(186,218,190);
}

.title-greeting-ui .main-first-ui::before {
    content: "";
    z-index: 1;
    bottom: 0;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 100%);
    right: 0;
    position: absolute;
}

.title-greeting-ui p {
    font-size: calc(17px * 1.1);
    letter-spacing: 0.5px;
    color: #ffffff;
    font-weight: 400;
    position: relative;
    line-height: 1.6;
    padding-left: 20px;
    margin-bottom: 1rem;
}

.cookie-alert-overlay-ui {
    width: 100%;
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    position: fixed;
    background: rgb(234,233,241);
    border-top: 3px solid rgb(186,218,190);
    z-index: 90;
    transition: transform 0.3s ease-in-out;
}

.digital-cookies-ui {
    color: #000000;
    flex-grow: 1;
    margin-right: 15px;
}

.cookie-layer-ui:hover {
    background: rgb(191,149,135);
    box-shadow: 0 0 10px rgb(191,149,135,0.5);
}

.cookie-alert-overlay-ui p a {
    transition: color 0.3s ease;
    text-decoration: underline;
    color: rgb(186,218,190);
}

.academic-experience-ui::before {
    z-index: 1;
    top: 0;
    height: 100%;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgb(186,218,190,0.5) 0px,
        rgb(186,218,190,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    width: 100%;
    opacity: 0.2;
    content: "";
    left: 0;
}

.academic-experience-ui .work-background-ui::before {
    z-index: -1;
    height: 100%;
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    transform: translateZ(-20px);
    width: 100%;
    background: rgb(186,218,190);
}

.academic-experience-ui .work-box-ui {
    padding-top: 30px;
    font-style: italic;
    text-align: center;
    margin-top: 20px;
    font-weight: 400;
    color: #000000;
    font-size: 18px;
    position: relative;
    line-height: 1.8;
    width: 100%;
    border-top: 1px solid rgb(234,233,241);
}

.course-overview-ui::before {
    content: "";
    right: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 2px, rgb(191,149,135,0.5) 2px, rgb(191,149,135,0.5) 4px),
        repeating-linear-gradient(-45deg, transparent, transparent 2px, rgb(186,218,190,0.5) 2px, rgb(186,218,190,0.5) 4px);
    z-index: 0;
    opacity: 0.03;
}

.course-overview-ui .image-stack-ui::after {
    top: 0;
    background: 
        linear-gradient(to right, #000000 0%, transparent 20%, transparent 80%, #000000 100%),
        linear-gradient(to bottom, #000000 0%, transparent 20%, transparent 80%, #000000 100%);
    position: absolute;
    height: 100%;
    z-index: 2;
    opacity: 0.7;
    width: 100%;
    content: "";
    left: 0;
}

@media(max-width: 600px) {
    .course-overview-ui .image-stack-ui::after {
        width: 360px !important;
    }
}

.course-overview-ui .our-ethos-ui:hover .study-track-ui {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow:
        0 20px 45px rgba(0, 0, 0, 0.15),
        0 10px 25px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.2);
}

.course-overview-ui .top-head-ui::before {
    background: 
        conic-gradient(
            rgb(186,218,190) 0deg, 
            rgb(186,218,190) 90deg, 
            transparent 90deg, 
            transparent 180deg, 
            rgb(191,149,135) 180deg, 
            rgb(191,149,135) 270deg, 
            transparent 270deg, 
            transparent 360deg
        );
    transition: opacity 0.5s ease;
    bottom: -10px;
    border-radius: 50%;
    opacity: 0.5;
    left: -10px;
    animation: rotateConic 10s linear infinite;
    z-index: -1;
    content: "";
    right: -10px;
    top: -10px;
    position: absolute;
}

.course-overview-ui .study-track-ui:hover h3::after {
    width: 150px;
}

.course-overview-ui p::after {
    border-right: 2px solid rgb(191,149,135);
    right: -10px;
    bottom: -10px;
    border-bottom: 2px solid rgb(191,149,135);
}

.customer-experience-ui::before {
    top: 0;
    height: 100%;
    opacity: 0.5;
    width: 100%;
    background-image: 
        linear-gradient(45deg, rgba(rgb(186,218,190,0.5), 0.03) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(rgb(186,218,190,0.5), 0.03) 25%, transparent 25%);
    left: 0;
    content: "";
    position: absolute;
    z-index: 1;
    background-size: 60px 60px;
}

.customer-experience-ui .review-list-ui {
    transform-style: preserve-3d;
    padding: 2rem;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.35, 0.97), box-shadow 0.4s ease;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.08),
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 -1px 0 rgba(0, 0, 0, 0.05) inset;
    position: relative;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateY(0deg) translateZ(0);
}



.customer-experience-ui .review-list-ui {
    animation: floatIn 0.8s cubic-bezier(0.17, 0.67, 0.35, 0.97) forwards;
    opacity: 0;
}

.customer-experience-ui .review-list-ui:nth-child(6) {
    animation-delay: 0.6s;
}

.give-it-a-try-ui::after {
    position: absolute;
    left: -50px;
    content: "";
    height: 200px;
    border-radius: 50%;
    background: rgb(191,149,135,0.5);
    animation: float 6s infinite ease-in-out reverse;
    bottom: -50px;
    width: 200px;
    filter: blur(40px);
    opacity: 0.3;
}

.give-it-a-try-ui svg {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 48px;
    height: 48px;
    flex-shrink: 0;
}

.give-it-a-try-ui svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}

.give-it-a-try-ui .our-ethos-ui div {
    justify-content: center;
    align-items: center;
    display: flex;
}

.give-it-a-try-ui .reach-map-ui:hover {
    transform: translateY(-3px);
    background: #ffffff;
    color: rgb(191,149,135);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

::-webkit-scrollbar {
    padding: 0px;
    width: 1rem;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: rgb(191,149,135);
    border: 1px dashed #ffffff;
    border-radius: 20vw;
}

::-webkit-scrollbar-thumb {
    min-height: 60px;
    border: 2px dashed rgb(255, 255, 255, 0.5);
    border-radius: 1.1em;
    background: rgb(255, 255, 255, 0.5);
    transition: all, border-radius, transform 2s ease;
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(191,149,135,0.5);
    box-shadow: 1px -4px 14px 1px rgba(0, 0, 0, 0.8);
}

::-webkit-scrollbar-thumb:active {
    background: rgb(191,149,135);
}

::-webkit-scrollbar-corner {
    border-radius: 0px;
    background: rgb(186,218,190);
}



@media (max-width: 480px) {.educational-rewards-ui {
    padding: 60px 0;
}.educational-rewards-ui .desc-block-ui {
    padding: 25px 20px;
}.educational-rewards-ui .desc-block-ui h4 {
    font-size: calc(23px * 0.85);
}.educational-rewards-ui .desc-block-ui p {
    font-size: calc(13px * 0.9);
}.educational-rewards-ui .desc-block-ui p span:first-child {
    padding: 6px;
}.educational-rewards-ui .desc-block-ui svg {
    width: 20px;
    height: 20px;
}}



@media (max-width: 767px) {header .nav-know-ui {
    margin: 0.6rem 0;
    padding: 1rem 0;
}header .page-top-ui {
    padding: 0 0 0.7rem 0;
}header .page-top-ui svg {
    width: 140px;
}header .header-sitebar-ui {
    gap: 0.5rem;
    max-width: 95%;
    padding: 0.7rem 1rem 0;
}header .site-core-ui {
    padding: 0.5rem 1rem;
    font-size: calc(17px - 1px);
}
}



@media (max-width: 992px) {.stay-informed-ui {
    padding: 60px 0;
}.stay-informed-ui .our-ethos-ui {
    padding: 30px;
}.stay-informed-ui .our-ethos-ui h4 {
    font-size: calc(22px * 0.9);
    margin-bottom: 25px;
}
}



@media (max-width: 768px) {.stay-informed-ui {
    padding: 50px 0;
}.stay-informed-ui .our-ethos-ui {
    padding: 25px;
}.stay-informed-ui .our-ethos-ui h4 {
    margin-bottom: 20px;
    font-size: calc(22px * 0.85);
}.stay-informed-ui .input_holder {
    gap: 10px;
    flex-direction: column;
}.stay-informed-ui .input_holder span {
    width: 100%;
}.stay-informed-ui .input_holder input[type="email"],
  .stay-informed-ui .input_holder input[type="submit"] {
    padding: 12px 15px;
}
}



@media (min-width: 1024px) {.pricing-deck-ui .bundle-offer-ui {
    grid-template-columns: repeat(2, 1fr);
}.pricing-deck-ui .group-rates-ui:nth-child(odd) {
    transform: translateY(1.5rem);
}
}



@media screen and (max-width: 1024px) {.company-info-ui {
    padding: 80px 0;
}.company-info-ui h3 {
    font-size: calc(34px * 0.9);
    margin-bottom: 40px;
}.company-info-ui .mentor-values-ui p,
    .company-info-ui .master-sessions-ui p {
    width: 55%;
}.company-info-ui .mentor-values-ui .image-stack-ui,
    .company-info-ui .master-sessions-ui .skills-center-ui {
    width: 40%;
}
}



@media (min-width: 992px) {.reach-us-ui {
    padding: 10rem 4rem;
}.reach-us-ui .connect-team-ui {
    gap: 4rem;
    padding: 5rem;
}.reach-us-ui h1 {
    font-size: calc(46px * 1.2);
}.reach-us-ui .connect-team-ui > div:first-child {
    padding-right: 3rem;
}.reach-us-ui .message-section-ui {
    gap: 2rem;
}
}



@media (max-width: 767px) {.reach-us-ui {
    padding: 4rem 1.5rem;
}.reach-us-ui .connect-team-ui {
    padding: 2rem;
}.reach-us-ui h1 {
    margin-bottom: 2rem;
}
}



@media only screen and (max-width: 800px) {.secure-enclosure-ui {
    width: 95%;
    padding: 30px;
}.secure-enclosure-ui h1 {
    font-size: calc(20px - 10px);
}.secure-enclosure-ui h2 {
    font-size: calc(20px - 5px);
}.secure-enclosure-ui ul, .secure-enclosure-ui ol {
    padding-left: 20px;
}.secure-enclosure-ui li:before {
    left: -15px;
}.secure-enclosure-ui button {
    padding: 10px 20px;
}}



@media screen and (max-width: 576px) {.title-greeting-ui .main-first-ui {
    min-height: 60vh;
}.title-greeting-ui .impact-facts-ui {
    padding: 1.25rem;
}.title-greeting-ui .impact-facts-ui > div {
    margin-bottom: 1.5rem;
}.title-greeting-ui p {
    padding-left: 15px;
}.title-greeting-ui .title_style_header {
    font-size: 31px;
}.title-greeting-ui h3 {
    font-size: 20px;
}}



@media (max-width: 768px) {.academic-experience-ui {
    padding: 4rem 1rem 3rem;
}.academic-experience-ui .image-stack-ui {
    margin-bottom: -40px;
    width: 150px;
    height: 180px;
}.academic-experience-ui .work-background-ui {
    padding: 60px 20px 20px;
}}



@media (min-width: 992px) {.customer-experience-ui {
    padding: 8rem 0;
}.customer-experience-ui h2 {
    font-size: calc(28px * 1.1);
    margin-bottom: 4rem;
}.customer-experience-ui .client-opinions-ui {
    grid-template-columns: repeat(3, 1fr);
}.customer-experience-ui .review-list-ui {
    padding: 2.5rem;
}
}



@media (max-width: 767px) {.customer-experience-ui {
    padding: 4rem 0;
}.customer-experience-ui h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 2.5rem;
}.customer-experience-ui .client-opinions-ui {
    grid-template-columns: 1fr;
}.customer-experience-ui .review-list-ui {
    margin-bottom: 1rem;
    padding: 1.8rem;
}.customer-experience-ui .review-list-ui:last-child {
    margin-bottom: 0;
}.customer-experience-ui .review-list-ui h3 {
    font-size: 20px;
}.customer-experience-ui .review-list-ui .description {
    font-size: calc(13px * 0.95);
}}

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



@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
}



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



@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 35%;
    }
}

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



@keyframes pulse {
    0% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.1);
    }
    100% {
        opacity: 0.4;
        transform: scale(1);
    }
}



@keyframes float {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-20px) scale(1.05);
  }
}

h1, h2, h3, h4, h5, h6 {word-break: break-word;}
