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

html,body {
    height: 100%;
    min-height: 100%;
    scroll-behavior: auto;
    scroll-snap-type: none;
    color: #000000;
    auto
contain
touch-action: none;
    font-family: Arial, sans-serif;
}

.faq-block-ui .container {
    display: flex;
    flex-direction: column;
}

.faq-block-ui .company_holder h3 {
    letter-spacing: 3px;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
}

.faq-block-ui .grade-help-ui {
    order: 1;
    position: relative;
}

.faq-block-ui .header-sitebar-ui {
    position: relative;
    transition: transform 0.3s ease;
    padding: 20px;
    overflow: hidden;
    transform: translateZ(0);
    background: rgba(255, 255, 255, 0.03);
    flex: 1;
    border-radius: 10px;
    max-width: calc(50% - 30px);
    min-width: 250px;
}

.faq-block-ui .header-sitebar-ui .top-master-ui {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    margin: 0;
    gap: 12px;
}

.faq-block-ui .header-sitebar-ui .top-master-ui a:hover {
    transform: translateX(5px);
    color: #ffffff;
    opacity: 1;
}

.leaderboard-ui::before {
    left: 0;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(191,149,135,0.5), transparent);
    content: '';
}

.educational-rewards-ui {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(145deg, rgb(234,233,241) 40%, rgba(248, 249, 250, 0.9) 100%);
    overflow: hidden;
}

.educational-rewards-ui::after {
    height: 250px;
    content: "";
    z-index: 0;
    position: absolute;
    background: rgb(186,218,190,0.5);
    bottom: -80px;
    left: -80px;
    filter: blur(100px);
    width: 250px;
}

.educational-rewards-ui .desc-block-ui h4::after {
    position: absolute;
    background: rgb(191,149,135);
    width: 60px;
    height: 3px;
    left: 0;
    content: "";
    bottom: 0;
}

.educational-rewards-ui .desc-block-ui li {
    transform: translateX(0);
    margin-bottom: 20px;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.educational-rewards-ui .desc-block-ui p span:last-child {
    padding-top: 4px;
}

.educational-rewards-ui .desc-block-ui svg path {
    transition: fill 0.3s ease;
}

.educational-rewards-ui .image-stack-ui:hover {
    transform: translateZ(0) perspective(1000px) rotateY(0);
}

.thxArea-ui::before {
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    pointer-events: none;
    opacity: 0.6;
    background: 
        radial-gradient(circle at 10% 20%, rgb(186,218,190,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(191,149,135,0.5) 0%, transparent 50%);
    z-index: 1;
    width: 100%;
    position: absolute;
}

.thxArea-ui .our-ethos-ui > div:first-child {
    animation-fill-mode: both;
    position: relative;
    transform: translateY(-20px);
    padding-bottom: 1.5rem;
    border-bottom: 2px solid rgb(186,218,190,0.5);
    animation: slideDown 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    opacity: 0;
}

.thxArea-ui h5::before {
    content: "";
    background: rgb(186,218,190);
    animation: fadeIn 0.5s ease 1.2s forwards;
    top: 50%;
    transform: translateY(-50%);
    width: 0.5rem;
    height: 80%;
    opacity: 0;
    position: absolute;
    left: -1.5rem;
}

.thxArea-ui a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

header::before {
    background: 
        linear-gradient(to right, transparent 25%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.05) 26%, transparent 26%),
        linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 51%, transparent 51%),
        linear-gradient(to right, transparent 75%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05) 76%, transparent 76%);
    z-index: 0;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    content: '';
    position: absolute;
}

header .site-core-ui::before {
    z-index: -1;
    position: absolute;
    left: 0;
    background: linear-gradient(to top, rgb(186,218,190,0.5), transparent);
    height: 0;
    width: 100%;
    content: '';
    bottom: 0;
    transition: height 0.3s ease;
}

.contact-form-box-ui .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 30px;
    z-index: 2;
}

.contact-form-box-ui h2 {
    display: inline-block;
    color: #000000;
    font-weight: 700;
    transform: translateX(-50%);
    margin-bottom: 20px;
    padding-bottom: 20px;
    left: 50%;
    position: relative;
    font-size: 37px;
    text-align: center;
}

.contact-form-box-ui .image-stack-ui::before {
    position: absolute;
    z-index: 1;
    content: "";
    inset: 0;
    background: linear-gradient(
        135deg, 
        rgba(rgb(186,218,190), 0.4), 
        rgba(rgb(191,149,135), 0.4)
    );
}

.contact-form-box-ui form h3 {
    position: relative;
    display: inline-block;
    color: #000000;
    font-weight: 600;
    margin-bottom: 40px;
    font-size: 18px;
}

.contact-form-box-ui form input[type="text"]:focus {
    outline: none;
    border-bottom-color: rgb(186,218,190);
}

.contact-form-box-ui .request-panel-ui {
    margin-bottom: 40px;
    position: relative;
}

.contact-form-box-ui .request-panel-ui input[type="checkbox"]:checked + label::before {
    background: rgb(186,218,190);
    border-color: rgb(186,218,190);
}

.contact-form-box-ui .request-panel-ui label a::after {
    transform: scaleX(1);
    position: absolute;
    transition: transform 0.3s ease;
    bottom: -1px;
    left: 0;
    width: 100%;
    background: rgb(186,218,190);
    transform-origin: left;
    height: 1px;
    content: "";
}

.contact-form-box-ui .reach-map-ui:hover::before {
    width: 150%;
}

.contact-form-box-ui svg path {
    fill: none;
    transition: all 0.3s ease;
    stroke: rgb(186,218,190);
}

.stay-informed-ui::before {
    transform: translateZ(-10px) skewY(-5deg);
    background: linear-gradient(45deg, transparent 45%, rgb(191,149,135,0.5) 55%, transparent 65%);
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
    content: '';
    width: 100%;
    pointer-events: none;
}

.stay-informed-ui .our-ethos-ui::before {
    height: 100%;
    background: linear-gradient(to bottom, rgb(186,218,190), rgb(191,149,135));
    border-top-left-radius: 4px;
    position: absolute;
    top: 0;
    border-bottom-left-radius: 4px;
    width: 6px;
    left: 0;
    content: '';
}

.stay-informed-ui .input_holder span:first-child {
    flex: 2;
}

.stay-informed-ui .input_holder input[type="submit"]::before {
    height: 100%;
    transition: all 0.5s ease;
    top: 0;
    z-index: -1;
    left: -100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    content: '';
}

.pricing-deck-ui {
    background-color: rgb(234,233,241);
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
}

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

.pricing-deck-ui .pricing-block-ui h2 {
    position: relative;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #000000;
    display: inline-block;
}

.pricing-deck-ui .group-rates-ui {
    position: relative;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    z-index: 2;
    text-decoration: none;
    color: #000000;
}

.pricing-deck-ui .group-rates-ui:hover .study-packages-ui h3 {
    color: rgb(186,218,190);
}

.pricing-deck-ui .study-pricing-ui::before {
    width: 3rem;
    content: "";
    transform: scaleX(1);
    left: 0;
    bottom: -0.75rem;
    background-color: rgb(186,218,190,0.5);
    height: 2px;
    transition: transform 0.4s ease;
    position: absolute;
    transform-origin: left;
}

.pricing-deck-ui .group-rates-ui:hover .image-stack-ui {
    transform: scale(1.03);
}

.pricing-deck-ui .group-rates-ui:hover .indv-sub-ui::before {
    transform: scaleX(1);
}

.company-info-ui::before {
    z-index: 0;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(186,218,190,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 90%, rgb(191,149,135,0.5) 0%, transparent 40%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0.6;
    content: "";
    width: 100%;
}

.company-info-ui .mentor-values-ui .image-stack-ui:hover {
    box-shadow: -20px 20px 0 rgb(186,218,190,0.5);
    transform: translate(5px, -5px);
}

.company-info-ui .master-sessions-ui .skills-center-ui {
    box-shadow: 15px 15px 0 rgb(191,149,135,0.5);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    top: 0;
    position: absolute;
    border-radius: 10px;
    left: 0;
    width: 35%;
    height: 100%;
}

.company-info-ui .mentor-values-ui svg {
    height: 30px;
    opacity: 0.7;
    color: rgb(186,218,190);
    width: 30px;
    left: -45px;
    top: 10px;
    position: absolute;
}

.company-info-ui .master-sessions-ui svg path {
    fill: rgb(191,149,135);
}

.reach-us-ui::before {
    z-index: 0;
    top: -10%;
    background: radial-gradient(circle, rgba(rgb(191,149,135,0.5), 0.08) 0%, rgba(rgb(191,149,135,0.5), 0) 70%);
    position: absolute;
    width: 25rem;
    height: 25rem;
    border-radius: 50%;
    right: -5%;
    animation: pulse 12s infinite alternate ease-in-out;
    content: "";
}

.reach-us-ui h1::after {
    content: "";
    bottom: -15px;
    left: 50%;
    background: linear-gradient(90deg, rgb(186,218,190), rgb(191,149,135));
    transform: translateX(-50%);
    height: 3px;
    position: absolute;
    width: 80px;
}

.reach-us-ui .connect-team-ui > div:first-child::before {
    content: "";
    color: rgba(rgb(186,218,190,0.5), 0.1);
    top: -30px;
    left: -10px;
    font-size: 5rem;
    font-family: serif;
    position: absolute;
}

.reach-us-ui .form-learn-ui {
    gap: 0.5rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    color: #000000;
    transition: color 0.3s ease, transform 0.3s ease;
    text-decoration: none;
    font-size: 15px;
    position: relative;
}

.secure-enclosure-ui {
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    background: #ffffff;
    margin: 0 auto;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    color: #000000;
    padding: 50px;
    border: 1px solid rgb(186,218,190);
    width: 90%;
    font-family: Arial, sans-serif;
}

.secure-enclosure-ui h2:before {
    z-index: -1;
    width: 30px;
    content: "";
    background: rgb(186,218,190);
    bottom: -5px;
    position: absolute;
    left: 0;
    height: 3px;
}

.secure-enclosure-ui div {
    z-index: 2;
    position: relative;
    margin-bottom: 30px;
    border-radius: 10px;
    background: #ffffff;
    line-height: 1.8;
    padding: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.secure-enclosure-ui a:hover {
    color: rgb(186,218,190);
    border-bottom: 1px solid rgb(186,218,190);
}

.title-greeting-ui .main-first-ui {
    width: 100%;
    justify-content: center;
    align-items: center;
    min-height: 85vh;
    display: flex;
    position: relative;
}

.title-greeting-ui .impact-facts-ui:hover {
    transform: perspective(1000px) rotateY(0);
}

.title-greeting-ui .impact-facts-ui > div:hover {
    transform: translateX(10px);
}

.title-greeting-ui .title_style_header {
    position: relative;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
    line-height: 1.2;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: calc(48px * 1.2);
    transform-origin: left center;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    font-weight: 700;
    color: #ffffff;
}

.cookie-lock-ui svg {
    transition: fill 0.3s ease;
    height: 60px;
    fill: rgb(186,218,190);
    width: 60px;
}

.cookie-alert-overlay-ui p {
    line-height: 1.5;
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: #000000;
}

#cookies-consent-agree-btn-ui {
    background: rgb(186,218,190);
}

.cookie-alert-overlay-ui p a:hover {
    color: rgb(191,149,135);
}

#userConsentBanner-ui:checked ~ .cookie-alert-overlay-ui {
    opacity: 0;
    visibility: hidden;
}

.academic-experience-ui .review-list-ui {
    display: flex;
    max-width: 600px;
    z-index: 2;
    position: relative;
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
}

.academic-experience-ui .image-stack-ui:hover {
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.5);
    transform: translateY(-15px);
}

.academic-experience-ui .name {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    color: rgb(186,218,190);
    margin-bottom: 0.5rem;
    position: relative;
}

.academic-experience-ui .work-background-ui > div:nth-child(2) {
    margin: 20px 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    color: rgb(191,149,135);
    font-size: 16px;
    text-align: center;
}



.academic-experience-ui .work-background-ui:hover {
    animation: float 3s ease-in-out infinite;
}

.course-overview-ui::after {
    height: 90%;
    z-index: 0;
    left: 5%;
    background: 
        radial-gradient(ellipse at top left, rgb(186,218,190,0.5) 0%, transparent 60%),
        radial-gradient(ellipse at bottom right, rgb(191,149,135,0.5) 0%, transparent 60%);
    content: "";
    width: 90%;
    animation: ambientLight 15s infinite alternate ease-in-out;
    filter: blur(40px);
    top: 5%;
    position: absolute;
}

.course-overview-ui .our-ethos-ui:hover .image-stack-ui {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 100%, 
        65% 100%, 
        60% 85%, 
        40% 85%, 
        35% 100%, 
        0% 100%
    );
    filter: saturate(1.1) contrast(1.2);
}

.course-overview-ui .study-track-ui::after {
    opacity: 0.5;
    border: 1px dashed rgb(186,218,190,0.5);
    transition: all 0.4s ease;
    position: absolute;
    z-index: -1;
    content: "";
    border-radius: 10px;
    bottom: 10px;
    left: 10px;
    top: 10px;
    right: 10px;
}

.course-overview-ui .our-ethos-ui:hover .study-track-ui::after {
    left: 15px;
    top: 15px;
    opacity: 0.7;
    bottom: 15px;
    right: 15px;
}

.course-overview-ui .top-head-ui:hover::before {
    opacity: 0.8;
}

.course-overview-ui .top-head-ui svg {
    transition: transform 0.5s ease;
    height: 40px;
    width: 40px;
}

.course-overview-ui .top-head-ui svg path {
    transition: fill 0.5s ease;
    fill: rgb(186,218,190);
}

.course-overview-ui h3 {
    letter-spacing: 1px;
    margin-top: 20px;
    margin-bottom: 30px;
    font-weight: 700;
    text-align: center;
    color: #000000;
    position: relative;
    font-size: 37px;
    padding-bottom: 20px;
}

.course-overview-ui .study-track-ui:hover h3::before {
    width: 100px;
}

.course-overview-ui p::before, 
.course-overview-ui p::after {
    width: 20px;
    position: absolute;
    transition: all 0.5s ease;
    opacity: 0.3;
    height: 20px;
    content: "";
}

.course-overview-ui p::before {
    border-left: 2px solid rgb(186,218,190);
    border-top: 2px solid rgb(186,218,190);
    left: -10px;
    top: -10px;
}

.customer-experience-ui h2::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(186,218,190), rgb(191,149,135));
    width: 80px;
    bottom: -15px;
    left: 50%;
    content: "";
    height: 4px;
    transform: translateX(-50%);
}

.customer-experience-ui .review-list-ui:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 -1px 0 rgba(0, 0, 0, 0.05) inset;
    transform: perspective(1000px) rotateY(2deg) translateZ(10px) translateY(-5px);
}

.customer-experience-ui .review-list-ui div {
    transform: translateZ(30px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 60px;
    overflow: hidden;
    width: 60px;
    border: 3px solid #ffffff;
    position: relative;
}

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

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

.give-it-a-try-ui .container {
    margin: 0 auto;
    align-items: center;
    flex-direction: column;
    display: flex;
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}

.give-it-a-try-ui h2 {
    transform: translateY(0);
    font-weight: 700;
    transition: transform 0.5s ease, opacity 0.5s ease;
    max-width: 800px;
    opacity: 1;
    color: #ffffff;
    text-align: center;
    margin-bottom: 2.5rem;
    font-size: 37px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.15);
    line-height: 1.4;
}

.give-it-a-try-ui .reach-map-ui {
    color: rgb(186,218,190);
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    z-index: 1;
    padding: 1rem 2.5rem;
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
}



@media (max-width: 576px) {.faq-block-ui {
    padding: 40px 0 20px;
}.faq-block-ui .company_holder h3 {
    font-size: calc(32px * 0.8);
}.faq-block-ui .header-sitebar-ui h5 {
    font-size: calc(18px * 0.9);
}}



@media (min-width: 992px) {.educational-rewards-ui {
    padding: 150px 0;
}.educational-rewards-ui .our-ethos-ui {
    gap: 80px;
}.educational-rewards-ui .desc-block-ui {
    padding: 60px;
}.educational-rewards-ui .desc-block-ui h4 {
    margin-bottom: 40px;
    font-size: calc(23px * 1.2);
}.educational-rewards-ui .desc-block-ui h4::after {
    width: 80px;
}.educational-rewards-ui .image-stack-ui {
    box-shadow: 35px 35px 70px rgba(0, 0, 0, 0.12);
}
}



@media (max-width: 768px) {.thxArea-ui {
    padding: 4rem 0;
}.thxArea-ui .our-ethos-ui {
    clip-path: polygon(
            0 3%, 
            3% 0, 
            97% 0, 
            100% 3%, 
            100% 97%, 
            97% 100%, 
            3% 100%, 
            0 97%
        );
    gap: 1.8rem;
    padding: 2rem;
}.thxArea-ui h5 {
    font-size: calc(24px * 0.85);
}.thxArea-ui p {
    font-size: calc(12px * 0.95);
}
}



@media (max-width: 480px) {header .nav-know-ui {
    padding: 0.8rem 0;
    margin: 0.5rem 0;
}header .page-top-ui {
    padding: 0 0 0.6rem 0;
}header .page-top-ui svg {
    width: 120px;
}header .header-sitebar-ui {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0.6rem 0.5rem 0;
}header .header-sitebar-ui::-webkit-scrollbar {
    height: 3px;
}header .header-sitebar-ui::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(186,218,190);
}header .site-core-ui {
    white-space: nowrap;
    margin-right: 3px;
    flex-shrink: 0;
}}



@media (max-width: 576px) {.stay-informed-ui {
    padding: 40px 0;
}.stay-informed-ui .our-ethos-ui {
    padding: 20px;
}.stay-informed-ui .our-ethos-ui::before {
    width: 4px;
}.stay-informed-ui .our-ethos-ui h4 {
    font-size: calc(22px * 0.8);
    margin-bottom: 15px;
}.stay-informed-ui .input_holder input[type="email"],
  .stay-informed-ui .input_holder input[type="submit"] {
    padding: 10px 12px;
    font-size: calc(15px * 0.9);
}}



@media (min-width: 1200px) {.pricing-deck-ui .pricing-block-ui {
    padding-top: 4rem;
}.pricing-deck-ui .group-rates-ui:hover {
    z-index: 5;
}.pricing-deck-ui .bundle-offer-ui {
    column-gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2.5rem;
}
}



@media screen and (max-width: 768px) {.company-info-ui {
    padding: 60px 0;
}.company-info-ui h3 {
    margin-bottom: 35px;
    font-size: calc(34px * 0.8);
}.company-info-ui .mentor-values-ui {
    margin-bottom: 50px;
}.company-info-ui .mentor-values-ui p,
    .company-info-ui .master-sessions-ui p {
    margin-bottom: 230px;
    width: 100%;
}.company-info-ui .mentor-values-ui .image-stack-ui,
    .company-info-ui .master-sessions-ui .skills-center-ui {
    top: auto;
    height: 200px;
    margin-bottom: 20px;
    right: auto;
    width: 100%;
    left: auto;
    position: relative;
}.company-info-ui .mentor-values-ui .image-stack-ui {
    margin-top: -230px;
}.company-info-ui .master-sessions-ui .skills-center-ui {
    margin-bottom: 20px;
    order: -1;
}.company-info-ui .master-sessions-ui {
    flex-direction: column;
    display: flex;
}.company-info-ui .mentor-values-ui svg,
    .company-info-ui .master-sessions-ui svg {
    position: static;
    margin-bottom: 10px;
    display: block;
}
}



@media screen and (max-width: 992px) {.title-greeting-ui .main-first-ui {
    min-height: 75vh;
}.title-greeting-ui .impact-facts-ui {
    padding: 2rem;
    transform: perspective(800px) rotateY(-1deg);
    width: 90%;
}.title-greeting-ui .title_style_header {
    font-size: 48px;
}.title-greeting-ui h3 {
    font-size: 19px;
}
}


@media only screen and (max-width: 1200px) {.cookie-box-ui {
    align-items: center;
    flex-direction: column;
}.cookie-lock-ui {
    margin-bottom: 15px;
}.digital-cookies-ui {
    margin-bottom: 15px;
    text-align: center;
    margin-right: 0;
}.cookie-layer-ui {
    margin-bottom: 10px;
    width: 100%;
    margin-left: 0;
    max-width: 200px;
}
}



@media (max-width: 767px) {.course-overview-ui {
    padding: 60px 0;
}.course-overview-ui .study-track-ui {
    transform: none;
    padding: 50px 30px;
    width: 95%;
    margin: 25px auto;
}.course-overview-ui .top-head-ui {
    height: 50px;
    top: -25px;
    width: 50px;
}.course-overview-ui .top-head-ui svg {
    width: 30px;
    height: 30px;
}.course-overview-ui .top-head-ui::before {
    display: none;
}.course-overview-ui h3 {
    padding-bottom: 12px;
    font-size: calc(37px - 6px);
    margin-bottom: 20px;
}.course-overview-ui p {
    max-width: 100%;
    font-size: calc(15px - 2px);
    line-height: 1.6;
}.course-overview-ui p::before, 
    .course-overview-ui p::after {
    height: 15px;
    width: 15px;
}.course-overview-ui .study-track-ui:hover p::before,
    .course-overview-ui .study-track-ui:hover p::after {
    height: 25px;
    width: 25px;
}.course-overview-ui h3::before {
    width: 40px;
}.course-overview-ui h3::after {
    width: 80px;
}.course-overview-ui .study-track-ui:hover h3::before {
    width: 70px;
}.course-overview-ui .study-track-ui:hover h3::after {
    width: 110px;
}.course-overview-ui .image-stack-ui {
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 100%, 
            60% 100%, 
            50% 95%, 
            40% 95%, 
            30% 100%, 
            0% 100%
        );
}.course-overview-ui .our-ethos-ui:hover .image-stack-ui {
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 100%, 
            65% 100%, 
            55% 92%, 
            35% 92%, 
            25% 100%, 
            0% 100%
        );
}.course-overview-ui .study-track-ui::after {
    display: none;
}}



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

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