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

header,footer {
    width: 100%;
}

html,body {
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    color: #000000;
    height: 100%;
    min-height: 100%;
}

.local-learning-outcomes::before {
    background: 
    radial-gradient(circle at 20% 30%, rgb(195,184,162,0.5) 0%, transparent 30%),
    radial-gradient(circle at 80% 70%, rgb(161,149,128,0.5) 0%, transparent 30%);
    content: "";
    top: 0;
    width: 100%;
    opacity: 0.4;
    height: 100%;
    position: absolute;
    left: 0;
}

.local-learning-outcomes .local-study-sessions {
    background: #ffffff;
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: 19px;
    gap: 40px;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.6);
    padding: 40px;
    align-items: center;
}

.local-learning-outcomes .local-img-container:hover {
    box-shadow: 
    15px 15px 35px rgba(0, 0, 0, 0.15),
    -7px -7px 25px rgba(255, 255, 255, 0.8);
    transform: scale(1.03);
}

.local-learning-outcomes .local-quote-box:hover h3::after {
    width: 120px;
}

.local-learning-outcomes li {
    position: relative;
    transition: all 0.3s ease;
    transform: translateX(0);
    margin-bottom: 16px;
    padding-left: 12px;
}

.local-learning-outcomes li:hover::before {
    opacity: 1;
    width: 5px;
}

.local-learning-outcomes li:hover p {
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.05),
    -5px -5px 15px rgba(255, 255, 255, 1);
}

.local-learning-outcomes svg {
    padding: 10px;
    height: 24px;
    flex-shrink: 0;
    border-radius: 12px;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgb(195,184,162,0.5), rgb(161,149,128,0.5));
    width: 24px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.local-landing-page > div {
    max-width: 1200px;
    position: relative;
    z-index: 1;
    width: 100%;
}

.local-landing-page .local-main-entry {
    display: inline-block;
    margin: 0;
    color: #000000;
    font-size: clamp(2rem, 5vw, 42px);
    position: relative;
    line-height: 1.2;
    font-weight: 700;
}

.local-landing-page .local-edu-home::before {
    right: 0;
    content: "";
    left: 0;
    backdrop-filter: blur(5px);
    bottom: 0;
    z-index: 0;
    top: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(195,184,162,0.5));
    position: absolute;
}

.local-landing-page .local-edu-home h3 {
    background: linear-gradient(120deg, rgb(195,184,162), rgb(161,149,128));
    transform: translateX(20px);
    padding: 1.5rem;
    animation: slideInLeft 0.8s ease-out forwards 0.9s;
    opacity: 0;
    border-left: 5px solid rgb(161,149,128);
    margin: 0;
    font-size: calc(19px * 1.1);
    line-height: 1.5;
    color: #ffffff;
}

.local-cookie-popup-warning h5 {
    text-transform: uppercase;
    margin: 0;
    font-size: 20px;
    letter-spacing: 1.5px;
    color: rgb(195,184,162);
    font-weight: 700;
}

.local-cookie-tab svg {
    height: 60px;
    width: 60px;
    fill: rgb(195,184,162);
}

.local-privacy-cookies:hover {
    background-color: rgb(161,149,128);
    box-shadow: 0 0 10px rgb(161,149,128);
}

.cookie_button.local-cookie-frame:hover {
    box-shadow: 0 0 10px rgb(161,149,128);
}

.local-cookie-popup-warning p a {
    color: rgb(195,184,162);
    border-bottom: 1px dashed rgb(195,184,162);
    transition: color 0.3s ease;
    text-decoration: none;
}

.local-course-highlights::before {
    animation: patternShift 20s linear infinite;
    background-image: repeating-linear-gradient(
        45deg,
        rgb(195,184,162,0.5) 0,
        rgb(195,184,162,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0.1;
}

.local-course-highlights .local-img-container::before {
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
    height: 100%;
    z-index: 2;
    left: 0;
    background: linear-gradient(
        135deg,
        transparent 30%,
        rgb(195,184,162,0.5) 100%
    );
}

.local-course-highlights .local-master-it::before {
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0.8) 100%
    );
    width: 100%;
    z-index: -1;
    content: "";
    border-radius: 12px 0 0 12px;
    left: 0;
}

.local-course-highlights .local-main-learn svg {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
    height: 60px;
    transition: transform 0.3s ease;
    width: auto;
}

.local-course-highlights .local-main-learn::after {
    width: 40px;
    bottom: -8px;
    background: rgb(161,149,128);
    transition: width 0.3s ease;
    position: absolute;
    content: "";
    border-radius: 10px;
    left: 0;
    height: 3px;
}

.local-course-highlights p {
    position: relative;
    margin-bottom: 0;
    color: #000000;
    line-height: 1.8;
    font-size: 16px;
}

.local-gratitudeBox::before {
    content: "";
    z-index: 1;
    right: -50px;
    top: -50px;
    position: absolute;
    opacity: 0.07;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(225deg, rgb(195,184,162) 0%, rgb(161,149,128) 100%);
    width: 200px;
    height: 200px;
    border-radius: 10px;
    transform: rotate(45deg);
}

.local-gratitudeBox .local-study-sessions::before {
    width: 100%;
    position: absolute;
    background: linear-gradient(to right, rgba(rgb(195,184,162), 0.02) 0%, transparent 100%);
    top: 0;
    content: "";
    pointer-events: none;
    left: 0;
    height: 100%;
}

.local-gratitudeBox h5 {
    font-weight: 700;
    margin: 0 0 10px;
    color: #000000;
    font-size: 19px;
    line-height: 1.4;
    position: relative;
}

.local-gratitudeBox a {
    color: inherit;
    position: relative;
    padding: 5px 0;
    display: block;
    overflow: hidden;
    text-decoration: none;
}

.local-gratitudeBox a:hover p {
    transform: translateY(-2px);
}

.local-gratitudeBox .local-study-sessions > div:last-child::before {
    content: "✓";
    position: absolute;
    font-size: 18px;
    color: rgb(195,184,162);
    top: -15px;
    transform: rotate(-10deg);
    right: 0;
    opacity: 0.2;
    transition: all 0.3s ease;
}

header .local-nav-study::after {
    position: absolute;
    left: 0;
    opacity: 0.1;
    content: "";
    height: 100%;
    width: 100%;
    animation: gradientSlide 5s ease infinite;
    z-index: -1;
    top: 0;
    background-size: 200% 200%;
    background: linear-gradient(45deg, transparent 48%, rgb(161,149,128) 49%, rgb(161,149,128) 51%, transparent 52%);
}

header .local-nav-study .local-main-learn .local-nav-sitebar:hover {
    transform: perspective(800px) rotateY(15deg);
}

header .local-nav-study .local-main-learn svg {
    height: auto;
    filter: drop-shadow(0 0 5px rgb(161,149,128,0.5));
    width: 120px;
}

header .local-nav-study .local-top-edu {
    transform-style: preserve-3d;
    margin: 0 0.5rem;
    transition: transform 0.3s ease;
    transform: translateZ(0);
    position: relative;
}

header .local-nav-study .local-top-edu a::before {
    transform: scale(0.9);
    opacity: 0;
    left: 0;
    border-radius: 10px;
    content: "";
    width: 100%;
    position: absolute;
    background: rgb(195,184,162,0.5);
    height: 100%;
    transition: opacity 0.3s ease, transform 0.3s ease;
    top: 0;
    z-index: -1;
}

.local-find-us::before {
    content: "";
    transform: rotate(-15deg) skewX(15deg);
    width: 40%;
    background: linear-gradient(225deg, rgb(195,184,162,0.5) 0%, transparent 70%);
    animation: float 15s infinite ease-in-out;
    top: -10%;
    height: 70%;
    position: absolute;
    opacity: 0.4;
    right: -5%;
    z-index: 0;
}

.local-find-us h1::after {
    transform: translateX(-50%) skewX(-15deg);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(195,184,162) 0%, rgb(161,149,128) 100%);
    left: 50%;
    bottom: -0.5rem;
    width: 80px;
}

.local-find-us .local-quick-support > div {
    position: relative;
    padding-left: 1rem;
}

.local-find-us .local-quick-support > div:first-child > div {
    margin-bottom: 1.5rem;
    padding-right: 1rem;
    position: relative;
    line-height: 1.6;
    font-size: 1.1rem;
    color: #000000;
}

.local-find-us span {
    color: #000000;
    line-height: 1.5;
    transition: color 0.3s ease;
    display: block;
    margin-left: 1.75rem;
    font-size: calc(12px * 0.95);
}

.local-find-us .local-reach-team::before {
    width: 100%;
    position: absolute;
    bottom: 0;
    content: "";
    left: 0;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    height: 1px;
    transform-origin: left;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(195,184,162) 0%, rgb(161,149,128) 100%);
}

.local-check-it-out-now {
    position: relative;
    overflow: hidden;
    padding: 110px 0;
    background: linear-gradient(150deg, #ffffff 0%, rgb(231,218,197) 100%);
}

.local-check-it-out-now .local-study-sessions {
    position: relative;
    z-index: 10;
}

.local-check-it-out-now .container {
    gap: 40px;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.local-check-it-out-now .local-query-help::before {
    background: rgb(195,184,162);
    left: 50%;
    z-index: -1;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.6s ease;
    border-radius: 50%;
    height: 300px;
    content: '';
    position: absolute;
    width: 300px;
}

.local-check-it-out-now .container::after {
    width: 10px;
    bottom: -25px;
    left: 0;
    position: absolute;
    height: 10px;
    background: rgb(195,184,162);
    content: '';
    border-radius: 50%;
}

.local-contact::before {
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.local-contact .local-img-container {
    grid-column: 2;
    transition: transform 0.6s ease;
    border-bottom-right-radius: 10px;
    min-height: 500px;
    border-top-right-radius: 10px;
    grid-row: 1;
    height: 100%;
}

.local-contact input[type="text"] {
    background: #ffffff;
    color: #000000;
    font-size: 15px;
    border-radius: 10px;
    transition: all 0.3s ease;
    width: 100%;
    padding: 15px 20px;
    border: 1px solid rgb(231,218,197);
}

.local-contact .local-query-panel input[type="checkbox"]:checked {
    border-color: rgb(195,184,162);
    background: rgb(195,184,162);
}

.local-contact .local-query-panel label {
    line-height: 1.5;
    font-size: 15px;
    color: #000000;
}

.local-contact .local-query-panel a:hover {
    color: rgb(161,149,128);
}

.local-contact .local-query-help::before {
    content: "";
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    transition: all 0.6s ease;
    height: 100%;
    top: 0;
    position: absolute;
}

.local-contact svg path {
    fill: rgb(195,184,162);
}

.local-developer-experience {
    position: relative;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(231,218,197), rgb(195,184,162,0.5));
    overflow: hidden;
}

.local-developer-experience .local-img-container {
    height: 450px;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    flex-shrink: 0;
    position: relative;
    width: 40%;
    transition: all 0.4s ease;
}

.local-developer-experience .name {
    color: #000000;
    position: relative;
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 37px;
    font-weight: 700;
}

.local-developer-experience .local-career-record {
    line-height: 1.6;
    font-family: Arial, sans-serif;
    font-size: 17px;
    position: relative;
    color: #000000;
    padding-left: 1.5rem;
}

.local-developer-experience .local-success-opinions:hover .name::after {
    width: 100%;
}

.local-quantitative-data::before {
    opacity: 0.85;
    z-index: 1;
    position: absolute;
    top: 0;
    content: "";
    background-color: #000000;
    width: 100%;
    height: 100%;
    left: 0;
}

.local-quantitative-data .local-statistics-elevation svg {
    width: 60px;
    filter: drop-shadow(0 0 5px rgb(195,184,162,0.5));
    height: 60px;
    fill: rgb(195,184,162);
}

.local-quantitative-data .local-fast-gain {
    line-height: 1.6;
    opacity: 0.9;
    color: #ffffff;
    max-width: 90%;
    margin-bottom: 40px;
    font-size: 14px;
}

.local-quantitative-data .local-statistics-boosts:hover {
    transform: translateX(5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.local-quantitative-data .local-program-statistics svg {
    width: 100%;
    fill: rgb(161,149,128);
    height: 100%;
}

.local-quantitative-data .local-program-statistics svg path {
    fill: rgb(161,149,128);
}



.local-quantitative-data .local-statistics-boosts:nth-child(1) {
    border-left-color: rgb(195,184,162);
}

.local-quantitative-data .local-statistics-boosts:nth-child(2) {
    border-left-color: rgb(161,149,128);
}

.local-quantitative-data .local-statistics-boosts:nth-child(even) .local-program-statistics svg,
.local-quantitative-data .local-statistics-boosts:nth-child(even) .local-program-statistics svg path {
    fill: rgb(195,184,162);
}

.local-about-this {
    padding: 120px 0 100px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(231,218,197) 0%, rgba(245, 245, 250, 0.95) 100%);
    position: relative;
}

.local-about-this .container {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 20px;
    max-width: 1200px;
}

.local-about-this h1 {
    font-weight: 700;
    text-align: left;
    animation: slideIn 0.8s 0.2s forwards cubic-bezier(0.25, 1, 0.5, 1);
    margin-bottom: 60px;
    position: relative;
    font-size: 44px;
    transform: translateX(-10px);
    opacity: 0;
    color: #000000;
}

.local-about-this .local-belief-core ul {
    display: grid;
    gap: 60px;
    list-style: none;
    margin: 0;
    padding: 0;
    grid-template-columns: 1fr;
}

.local-about-this .local-study-learn:nth-child(2) {
    animation-delay: 0.6s;
}

.local-about-this .local-study-learn::before {
    position: absolute;
    transition: height 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    width: 5px;
    background: linear-gradient(to bottom, rgb(195,184,162), rgb(161,149,128));
    height: 0;
    top: 0;
    left: 0;
    content: "";
}

.local-about-this .local-study-learn h4::after {
    content: "";
    left: 0;
    background: rgb(161,149,128);
    transition: width 0.4s ease;
    width: 50px;
    height: 3px;
    bottom: 0;
    position: absolute;
}

.local-offer-deck {
    padding: 120px 0 80px;
    --card-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    background-color: var(--pricing-bg);
    --card-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    --card-accent: rgb(195,184,162);
    --pricing-bg: #f5f7fa;
    --card-bg: #ffffff;
    overflow: hidden;
    --card-hover-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    position: relative;
    --card-border: linear-gradient(135deg, rgb(195,184,162), rgb(161,149,128));
}

.local-offer-deck .local-indv-cost {
    order: -1;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    text-align: center;
    margin-bottom: 60px;
}

.local-offer-deck .local-fee-board {
    max-width: 700px;
    font-size: calc(14px + 2px);
    color: #000000;
    white-space: normal;
    overflow-wrap: break-word;
    line-height: 1.6;
    margin: 0 auto;
    word-wrap: break-word;
}

.local-offer-deck .local-study-cost {
    overflow: hidden;
    flex-direction: column;
    box-shadow: var(--card-shadow);
    border-radius: 30px;
    height: 100%;
    position: relative;
    transition: box-shadow var(--card-transition);
    background-color: var(--card-bg);
    display: flex;
}

.local-offer-deck .local-plan-fees h3 {
    transition: color 0.3s ease;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
    font-size: calc(24px + 2px);
}

.local-offer-deck .local-value-plan:hover .local-price-view::after {
    width: 60px;
}

.local-offer-deck .local-plan-fees p {
    margin-top: 15px;
    line-height: 1.6;
    flex-grow: 1;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-size: 14px;
    color: #000000;
    hyphens: auto;
}

.local-offer-deck .local-value-plan:hover .local-img-container {
    transform: scale(1.05);
}

.local-privacy-parapet::before {
    content: "";
    background: linear-gradient(90deg, rgb(195,184,162) 0%, rgb(161,149,128) 100%);
    z-index: 1;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    height: 8px;
}

.local-privacy-parapet h1 {
    color: rgb(195,184,162);
    font-size: calc(43px * 1.2);
    transform-style: preserve-3d;
    margin-bottom: 2.5rem;
    transform: perspective(1000px) translateZ(10px);
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding-bottom: 1rem;
    position: relative;
}

.local-privacy-parapet h2::before {
    transform: translateY(-50%);
    height: 85%;
    content: "";
    width: 8px;
    top: 50%;
    background: rgb(195,184,162,0.5);
    position: absolute;
    left: 0;
}

.local-privacy-parapet h4 {
    color: #000000;
    padding-left: 0.8rem;
    position: relative;
    font-size: calc(24px * 1.1);
    font-weight: 600;
    margin: 2rem 0 1rem;
}

.local-privacy-parapet p strong {
    position: relative;
    display: inline-block;
    padding-bottom: 2px;
    color: #000000;
}

.local-privacy-parapet p:hover strong::after {
    transform: scaleX(1);
    transform-origin: left;
}

.local-privacy-parapet ul::before {
    background: linear-gradient(to bottom, rgb(195,184,162,0.5), transparent);
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.local-privacy-parapet li:hover {
    transform: translateX(5px);
}

.local-privacy-parapet li:hover::before {
    transform: rotate(225deg);
    background-color: rgb(195,184,162,0.5);
}

.local-privacy-parapet span:hover {
    transform: translateY(-3px);
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.local-hackathon .container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 30px;
}

.local-hackathon .company_holder h3 {
    display: inline-block;
    font-size: 29px;
    padding-bottom: 10px;
    position: relative;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
}

.local-hackathon .local-glossary {
    grid-column: 5 / 13;
    position: relative;
}

.local-hackathon .local-header-nav {
    position: relative;
}



.local-hackathon .local-header-nav {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    animation: borderPulse 4s infinite;
}

.local-hackathon .local-header-nav .local-site-core {
    gap: 15px;
    flex-direction: column;
    display: flex;
}

.local-hackathon .local-header-nav .local-site-core a:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}

.local-hackathon .local-header-nav .local-site-core a:hover::before {
    width: 100%;
    background: rgb(195,184,162,0.5);
}

.local-license-cta .container {
    justify-content: center;
    align-items: center;
    display: flex;
}

.local-license-cta .local-idea-pool {
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.5px;
    opacity: 0.8;
}



.local-hackathon::before {
    background: linear-gradient(90deg, rgb(195,184,162), rgb(161,149,128), rgb(195,184,162));
    height: 5px;
    width: 100%;
    background-size: 200% 200%;
    top: 0;
    animation: gradientShift 5s infinite;
    left: 0;
    position: absolute;
    content: '';
}

.local-hackathon .local-glossary::after {
    width: 120px;
    content: '';
    right: 100px;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    height: 120px;
    opacity: 0.2;
    background: rgb(195,184,162,0.5);
    top: -20px;
    filter: blur(50px);
}

.local-potential-enrollees {
    padding: 100px 0;
    background: linear-gradient(45deg, rgb(231,218,197) 0%, rgb(161,149,128,0.5) 100%);
    position: relative;
    overflow: hidden;
}

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

.local-potential-enrollees .local-study-sessions {
    display: flex;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 23px;
    transform: translateY(0);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    flex-direction: column;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.local-potential-enrollees div {
    padding: 40px;
    background: #ffffff;
}

.local-potential-enrollees div p:last-child {
    margin-bottom: 0;
}

.local-potential-enrollees div p::before {
    background: linear-gradient(180deg, rgb(195,184,162), rgb(161,149,128));
    top: 0;
    width: 4px;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    transition: all 0.3s ease;
}

.local-potential-enrollees div p:hover {
    transform: translateX(5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-color: rgba(0, 0, 0, 0.1);
}

.local-potential-enrollees div p:hover::after {
    opacity: 1;
}

.local-potential-enrollees div p:hover svg {
    transform: scale(1.15);
}

.local-potential-enrollees div p:hover svg path {
    fill: rgb(161,149,128);
}


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



@media (max-width: 768px) {.local-learning-outcomes {
    padding: 50px 0;
}.local-learning-outcomes h3 {
    font-size: calc(28px * 0.9);
}
}



@media (max-width: 576px) {.local-learning-outcomes {
    padding: 40px 0;
}.local-learning-outcomes .local-study-sessions {
    padding: 25px 20px;
}.local-learning-outcomes h3 {
    padding-bottom: 10px;
    font-size: calc(28px * 0.85);
    margin-bottom: 20px;
}.local-learning-outcomes li {
    margin-bottom: 12px;
}.local-learning-outcomes li p {
    font-size: calc(15px * 1);
    gap: 12px;
    padding: 12px;
}.local-learning-outcomes svg {
    width: 20px;
    border-radius: 10px;
    padding: 8px;
    height: 20px;
}}



@media (hover: hover) {.local-landing-page .local-edu-home:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.local-landing-page .local-main-entry:hover::before {
    background: linear-gradient(to bottom, rgb(161,149,128), rgb(195,184,162));
    transition: background 0.5s ease;
}}



@media (max-width: 992px) {.local-course-highlights {
    padding: 80px 0;
}.local-course-highlights .local-study-sessions {
    min-height: auto;
    display: block;
}.local-course-highlights .local-img-container {
    height: 300px;
    margin-bottom: 30px;
    position: relative;
}.local-course-highlights .local-master-it {
    padding: 40px 30px;
    transform: translateX(0);
    max-width: 100%;
    border-radius: 12px;
}.local-course-highlights .local-master-it::before,
    .local-course-highlights .local-master-it::after {
    border-radius: 12px;
}
}



@media (hover: none) {.local-gratitudeBox .local-study-sessions {
    transform: none !important;
}.local-gratitudeBox a::before {
    display: none;
}
}



@media (prefers-reduced-motion: reduce) {.local-gratitudeBox *,
  .local-gratitudeBox *::before,
  .local-gratitudeBox *::after {
    animation-duration: 0.001s !important;
    transition-duration: 0.001s !important;
}}



@media (max-width: 576px) {header .local-nav-study {
    padding: 0.75rem;
}header .local-nav-study .local-header-nav {
    flex-direction: column;
    align-items: center;
}header .local-nav-study .local-top-edu {
    margin: 0.25rem 0;
    width: 100%;
    text-align: center;
}header .local-nav-study .local-main-learn svg {
    width: 100px;
}header .local-nav-study .local-main-learn::after {
    width: 80%;
    left: 10%;
}}



@media (hover: none) {.local-find-us .local-quick-support {
    transform: none !important;
}.local-find-us .local-reach-team:hover {
    transform: none;
}
}



@media (prefers-reduced-motion) {.local-find-us::before,
    .local-find-us::after {
    animation: none;
}.local-find-us .local-quick-support,
    .local-find-us .local-quick-support:hover {
    transition: none;
}}



@media (max-width: 480px) {.local-check-it-out-now {
    padding: 50px 0;
}.local-check-it-out-now .container {
    gap: 30px;
}.local-check-it-out-now .container p {
    font-size: calc(14px * 1.2);
    border-left-width: 3px;
    padding-left: 12px;
}.local-check-it-out-now .local-query-help {
    font-size: calc(18px * 0.9);
    padding: 12px 25px;
}.local-check-it-out-now .container::before {
    bottom: -15px;
    width: 50%;
}.local-check-it-out-now .container::after {
    height: 8px;
    bottom: -19px;
    width: 8px;
}}



@media (max-width: 576px) {.local-contact {
    padding: 40px 0;
}.local-contact .container {
    padding: 0 15px;
}.local-contact h2::after {
    width: 40px;
}.local-contact .local-request-form {
    padding: 25px 20px;
}.local-contact #contact {
    gap: 20px;
}.local-contact .local-query-help {
    width: 100%;
    padding: 14px 20px;
}.local-contact .local-img-container {
    min-height: 200px;
}}



@media screen and (max-width: 992px) {.local-quantitative-data .local-fast-benefits {
    grid-template-columns: 1fr;
    gap: 40px;
}.local-quantitative-data .local-statistics-pro,
    .local-quantitative-data .local-fast-gain {
    max-width: 100%;
    text-align: center;
}.local-quantitative-data .local-statistics-elevation {
    margin-left: auto;
    margin-right: auto;
}.local-quantitative-data .local-statistics-pro::after {
    left: 50%;
    transform: translateX(-50%);
}
}



@media (min-width: 992px) {.local-about-this {
    padding: 180px 0 150px;
}.local-about-this h1 {
    font-size: calc(44px + 16px);
}.local-about-this .local-study-learn {
    padding: 60px;
}.local-about-this .local-study-learn div {
    height: 350px;
}.local-about-this .local-study-learn h4 {
    font-size: calc(22px + 4px);
}
}



@media (max-width: 767px) {.local-about-this {
    padding: 80px 0 60px;
}.local-about-this h1 {
    margin-bottom: 40px;
    text-align: center;
}.local-about-this h1::before {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}.local-about-this .local-study-learn {
    padding: 30px 25px;
}.local-about-this .local-study-learn div {
    height: 200px;
}}



@media (max-width: 767px) {.local-offer-deck {
    padding: 60px 0 40px;
}.local-offer-deck .local-indv-cost {
    margin-bottom: 40px;
}.local-offer-deck .local-pricing-pack {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.local-offer-deck .local-plan-fees {
    padding: 25px 20px;
}.local-offer-deck .local-plan-fees h3 {
    font-size: 24px;
}.local-offer-deck .local-price-view {
    font-size: calc(24px + 2px);
}.local-offer-deck .local-plan-fees p {
    font-size: calc(14px - 1px);
}.local-offer-deck .local-img-container {
    height: 180px;
}
}



@media (max-width: 767px) {.local-privacy-parapet {
    padding: 4rem 1.5rem;
}.local-privacy-parapet h1 {
    margin-bottom: 2rem;
    font-size: 43px;
}.local-privacy-parapet h2 {
    margin: 2.5rem 0 1rem;
    padding-left: 1rem;
}.local-privacy-parapet h3, .local-privacy-parapet h4 {
    padding-left: 0.7rem;
}.local-privacy-parapet ul {
    padding-left: 0.5rem;
}.local-privacy-parapet li {
    padding: 0.7rem 0 0.7rem 1.8rem;
}.local-privacy-parapet li::before {
    height: 8px;
    width: 8px;
}.local-privacy-parapet span {
    padding: 0.8rem 1.2rem;
    margin-bottom: 1.2rem;
}
}



@media (max-width: 767px) {.local-potential-enrollees {
    padding: 60px 0;
}.local-potential-enrollees h4 {
    font-size: calc(33px - 4px);
    padding: 25px 20px;
}.local-potential-enrollees div {
    padding: 25px 20px;
}.local-potential-enrollees div p {
    padding: 12px 15px;
    margin-bottom: 12px;
}.local-potential-enrollees div p svg {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    min-width: 20px;
}
}

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



@keyframes slideIn {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}



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



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



@keyframes scaleIn {
    to {
        transform: scaleX(1);
    }
}



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

@keyframes borderPulse {
    0%, 100% {
        border-color: rgba(255, 255, 255, 0.1);
    }
    50% {
        border-color: rgba(255, 255, 255, 0.3);
    }
}

