body,
html {
    max-width: 100%;
    overflow-x: hidden
}

.section-header h2,
body {
    color: var(--on-surface)
}

.split-section,
section {
    padding: 100px 5%
}

.app-bar,
section:not([style*=background-color]) {
    background-color: transparent
}

.logo,
.nav-links a {
    text-decoration: none
}

.nav-links a.current-page,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600
}

.card-body,
body {
    line-height: 1.6
}

@font-face {
    font-family: FontAwesome;
    src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

:root {
    --brand-cyan: #00b2da;
    --brand-cyan-rgb: 0, 178, 218;
    --brand-magenta: #e50ba0;
    --brand-magenta-rgb: 229, 11, 160;
    --brand-yellow: #ffca45;
    --brand-yellow-rgb: 255, 202, 69;
    --brand-white: #f3f3f3;
    --brand-charcoal: #1c1c1c;
    --primary: var(--brand-cyan);
    --primary-dark: #009ebf;
    --secondary: var(--brand-magenta);
    --accent: var(--brand-yellow);
    --background: var(--brand-white);
    --surface: #ffffff;
    --on-surface: var(--brand-charcoal);
    --font-heading: 'Outfit', sans-serif;
    --font-body: 'Poppins', sans-serif;
    --elevation-1: 0 1px 2px 0 rgba(28, 28, 28, 0.08), 0 1px 3px 1px rgba(28, 28, 28, 0.04);
    --elevation-2: 0 1px 2px 0 rgba(28, 28, 28, 0.1), 0 2px 6px 2px rgba(28, 28, 28, 0.06);
    --transition-standard: all 0.2s cubic-bezier(0.4, 0.0, 0.2, 1);
    --transition-entrance: cubic-bezier(0.0, 0.0, 0.2, 1)
}

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

body {
    min-height: 100vh;
    font-family: var(--font-body);
    -webkit-font-smoothing: antialiased;
    background-color: #fafbfe;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' opacity='0.06' filter='url(%23noiseFilter)'/%3E%3C/svg%3E"), radial-gradient(circle at 0 0, rgba(0, 178, 218, .08) 0, transparent 40%), radial-gradient(circle at 100% 0, rgba(0, 178, 218, .05) 0, transparent 40%), radial-gradient(circle at 100% 100%, rgba(0, 178, 218, .08) 0, transparent 50%);
    background-size: 150px 150px, 200% 200%, 200% 200%, 200% 200%;
    background-attachment: fixed;
    animation: 20s ease-in-out infinite alternate ambientDrift
}

.logo,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading)
}

body:not(.transparent-nav-page) {
    padding-top: 88px
}

body.transparent-nav-page {
    padding-top: 0 !important
}

@keyframes ambientDrift {
    0% {
        background-position: 0 0, 0 0, 100% 0, 100% 100%
    }

    50% {
        background-position: 0 0, 50% 50%, 50% 20%, 80% 80%
    }

    100% {
        background-position: 0 0, 100% 100%, 0 50%, 0 100%
    }
}

@keyframes fadeIn {
    to {
        opacity: .8
    }
}

@keyframes pulse-text {

    0%,
    100% {
        opacity: .5
    }

    50% {
        opacity: 1
    }
}

@keyframes bounce-chevron {

    0%,
    100%,
    20%,
    50%,
    80% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(8px)
    }

    60% {
        transform: translateY(4px)
    }
}

@keyframes mobileAccordionEntrance {
    from {
        opacity: 0;
        transform: translateY(-12px) scaleY(.95)
    }

    to {
        opacity: 1;
        transform: translateY(0) scaleY(1)
    }
}

@keyframes skeleton-pulse {

    0%,
    100% {
        opacity: .5
    }

    50% {
        opacity: 1
    }
}

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

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

.section-header {
    text-align: center;
    margin-bottom: 64px
}

.section-header h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 16px;
    letter-spacing: -1px
}

.section-header p {
    color: #5f6368;
    max-width: 600px;
    margin: 0 auto;
    font-size: 1.1rem
}

.app-bar.menu-open .mobile-menu-btn .material-symbols-outlined,
.split-content h2,
body.transparent-nav-page .app-bar.scrolled .mobile-menu-btn .material-symbols-outlined,
body.transparent-nav-page .app-bar.scrolled .nav-links a,
body:not(.transparent-nav-page) .app-bar .mobile-menu-btn .material-symbols-outlined,
body:not(.transparent-nav-page) .app-bar .nav-links a {
    color: var(--on-surface)
}

.course-grid,
.grid-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto
}

.course-grid>.card,
.grid-container>.card {
    flex: 1 1 280px;
    max-width: 340px
}

.split-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 64px
}

.split-section:nth-child(2n) {
    flex-direction: row-reverse;
    background-color: #fafafa
}

.split-content {
    flex: 1;
    min-width: 300px
}

.split-content h2 {
    font-size: clamp(2rem, 4vw, 2.75rem);
    margin-bottom: 16px;
    letter-spacing: -1px
}

.split-content h3 {
    font-size: 1.25rem;
    color: var(--primary);
    margin-bottom: 16px;
    font-weight: 500
}

.split-content ul {
    list-style: none;
    margin: 24px 0
}

.split-content li {
    margin-bottom: 16px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #5f6368
}

.split-content li::before {
    content: "check_circle";
    font-family: 'Material Symbols Outlined';
    color: var(--primary);
    font-size: 24px;
    margin-top: -2px
}

.animate-entrance {
    opacity: 0;
    transform: translateY(20px) scale(.98);
    transition: opacity .85s cubic-bezier(.2, .8, .2, 1), transform .85s cubic-bezier(.2, .8, .2, 1);
    will-change: opacity, transform
}

.animate-entrance.visible {
    opacity: 1;
    transform: translateY(0) scale(1)
}

.delay-1 {
    transition-delay: 0.1s
}

.delay-2 {
    transition-delay: 0.2s
}

.delay-3 {
    transition-delay: 0.3s
}

.app-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 20px 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color .4s, box-shadow .4s, backdrop-filter .4s, -webkit-backdrop-filter .4s;
    will-change: background-color, backdrop-filter
}

.logo,
.mobile-menu-btn {
    z-index: 10001;
    position: relative
}

.app-bar.scrolled,
body:not(.transparent-nav-page) .app-bar {
    background-color: rgba(255, 255, 255, .9);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .05), 0 4px 24px rgba(0, 0, 0, .04)
}

.logo {
    font-size: 1.5rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
    letter-spacing: -.5px
}

#nav-logo,
.mobile-menu-btn .material-symbols-outlined {
    transition: filter .4s, color .4s
}

.nav-links {
    display: flex;
    gap: 1.5rem;
    list-style: none;
    align-items: center
}

.nav-links a {
    font-weight: 500;
    font-size: .95rem;
    position: relative;
    padding: 8px 16px;
    border-radius: 50px;
    display: inline-block;
    transition: color .3s, text-shadow .3s, background-color .4s, box-shadow .4s
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 14px;
    right: 13px;
    height: 2px;
    border-radius: 2px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s cubic-bezier(.16, 1, .3, 1), background-color .3s
}

.nav-links a[href="#"] {
    cursor: default !important
}

.nav-links a:hover::after {
    transform: scaleX(1)
}

body.transparent-nav-page .app-bar:not(.scrolled):not(.menu-open) #nav-logo {
    filter: brightness(0) invert(1)
}

body.transparent-nav-page .app-bar:not(.scrolled) .nav-links a,
body.transparent-nav-page .app-bar:not(.scrolled):not(.menu-open) .mobile-menu-btn .material-symbols-outlined {
    color: #fff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .6)
}

body.transparent-nav-page .app-bar:not(.scrolled) .nav-links a::after {
    background-color: #fff
}

body.transparent-nav-page .app-bar.scrolled .nav-links a:not([href="#"]):hover,
body:not(.transparent-nav-page) .app-bar .nav-links a:not([href="#"]):hover {
    color: var(--primary);
    text-shadow: 0 0 .65px var(--primary)
}

body.transparent-nav-page .app-bar.scrolled .nav-links a::after,
body:not(.transparent-nav-page) .app-bar .nav-links a::after {
    background-color: var(--primary)
}

body.transparent-nav-page .app-bar:not(.scrolled) .nav-links a:not([href="#"]):hover {
    color: #fff;
    text-shadow: 0 0 .65px #fff, 0 2px 8px rgba(0, 0, 0, .6)
}

.nav-links a:not([href="#"]):active {
    background-color: rgba(var(--brand-cyan-rgb), .1)
}

body.transparent-nav-page .app-bar:not(.scrolled) .nav-links a:not([href="#"]):active {
    background-color: rgba(255, 255, 255, .15)
}

.mobile-nav-cta {
    display: none
}

@media (min-width:993px) {

    .dropdown,
    .dropdown-submenu {
        position: relative
    }

    .dropdown-submenu>a,
    .dropdown>a {
        display: flex;
        align-items: center
    }

    .dropdown-submenu>a {
        justify-content: space-between
    }

    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%) translateY(15px);
        background-color: #fff;
        box-shadow: 0 8px 32px rgba(0, 0, 0, .08);
        border-radius: 12px;
        padding: 12px 0;
        list-style: none;
        min-width: 220px;
        opacity: 0;
        visibility: hidden;
        transition: opacity .3s, transform .3s, visibility .3s, background-color .4s, backdrop-filter .4s;
        z-index: 1000;
        pointer-events: none;
        border: 1px solid rgba(0, 0, 0, .03)
    }

    .dropdown-menu::before {
        content: '';
        position: absolute;
        top: -20px;
        left: 0;
        width: 100%;
        height: 20px
    }

    .dropdown:hover>.dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateX(-50%) translateY(10px);
        pointer-events: auto
    }

    .dropdown-menu a {
        padding: 10px 24px !important;
        display: block !important;
        color: var(--on-surface) !important;
        font-weight: 500;
        border-radius: 0 !important;
        text-shadow: none !important
    }

    .dropdown-menu a::after {
        display: none !important
    }

    .dropdown-menu a:hover {
        background-color: rgba(0, 178, 218, .08) !important;
        color: var(--primary) !important
    }

    body.transparent-nav-page .app-bar:not(.scrolled) .dropdown-menu {
        background-color: rgba(0, 0, 0, .7);
        backdrop-filter: blur(20px);
        border: 1px solid rgba(255, 255, 255, .1);
        box-shadow: 0 8px 32px rgba(0, 0, 0, .3)
    }

    body.transparent-nav-page .app-bar:not(.scrolled) .dropdown-menu a {
        color: #fff !important;
        text-shadow: none !important
    }

    body.transparent-nav-page .app-bar:not(.scrolled) .dropdown-menu a:hover {
        background-color: rgba(255, 255, 255, .15) !important;
        color: #fff !important
    }

    .dropdown-submenu>.dropdown-menu {
        top: 0;
        left: 100%;
        transform: translateX(24px) !important;
        margin-top: -12px
    }

    .dropdown-submenu:hover>.dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateX(10px) !important;
        pointer-events: auto
    }

    .dropdown-submenu>.dropdown-menu::after {
        content: '';
        position: absolute;
        top: 0;
        left: -30px;
        width: 30px;
        height: 100%
    }

    .nav-links .dropdown-submenu:hover>a::after,
    .nav-links .dropdown:hover>a::after {
        transform: scaleX(1)
    }

    body.transparent-nav-page .app-bar.scrolled .nav-links a.current-page,
    body:not(.transparent-nav-page) .app-bar .nav-links a.current-page {
        color: var(--primary) !important
    }

    body.transparent-nav-page .app-bar:not(.scrolled) .nav-links a.current-page {
        color: #fff !important;
        text-shadow: 0 0 .65px #fff, 0 2px 8px rgba(0, 0, 0, .6) !important
    }

    .nav-links>li>a.current-page::after {
        transform: scaleX(1) !important
    }

    .nav-links>li>a.current-parent::after {
        left: auto !important;
        right: 15px !important;
        width: 20px !important;
        transform: scaleX(1) !important;
        transition: width .3s cubic-bezier(.16, 1, .3, 1), background-color .3s !important
    }

    .nav-links>li.dropdown:hover>a.current-parent::after {
        width: calc(100% - 28px) !important
    }

    body.transparent-nav-page .app-bar:not(.scrolled) .nav-links>li>a.current-page::after,
    body.transparent-nav-page .app-bar:not(.scrolled) .nav-links>li>a.current-parent::after {
        background-color: #fff !important
    }

    body.transparent-nav-page .app-bar.scrolled .nav-links>li>a.current-page::after,
    body:not(.transparent-nav-page) .app-bar .nav-links>li>a.current-page::after {
        background-color: var(--primary) !important
    }

    .nav-links .dropdown-submenu>a.current-parent {
        color: var(--primary) !important;
        background-color: rgba(0, 178, 218, .05) !important;
        border-radius: 8px !important
    }

    body.transparent-nav-page .app-bar:not(.scrolled) .nav-links .dropdown-submenu>a.current-parent {
        color: #fff !important;
        background-color: rgba(255, 255, 255, .1) !important
    }
}

@media (max-width:992px) {

    .split-section,
    section {
        padding: 60px 5%
    }

    .section-header {
        margin-bottom: 40px
    }

    .mobile-menu-btn {
        display: block !important
    }

    .desktop-nav-cta,
    .nav-links a.btn-primary::after {
        display: none !important
    }

    .mobile-nav-cta {
        display: block;
        margin-top: 16px;
        text-align: center
    }

    .mobile-nav-cta .btn-primary {
        display: inline-block;
        width: auto;
        min-width: 200px;
        color: #fff !important
    }

    .nav-links {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 100vh;
        background-color: #fff;
        flex-direction: column;
        justify-content: flex-start !important;
        padding: 100px 5% 60px !important;
        gap: 16px;
        opacity: 0;
        pointer-events: none;
        transform: translateY(-10px);
        transition: opacity .3s, transform .3s;
        z-index: 10000;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch
    }

    .nav-links.active {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0)
    }

    .nav-links li {
        width: 100%
    }

    .nav-links a {
        font-size: 1.15rem !important;
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        text-align: left !important;
        padding: 16px 20px !important;
        border-radius: 12px !important;
        width: 100%;
        box-sizing: border-box;
        color: var(--on-surface) !important;
        text-shadow: none !important
    }

    .nav-links a .material-symbols-outlined {
        padding: 12px;
        margin: -12px -12px -12px 0;
        background-color: transparent
    }

    .dropdown-menu {
        display: none;
        flex-direction: column;
        padding: 0;
        margin: 0;
        width: 100%;
        border: none;
        box-shadow: none;
        list-style: none !important
    }

    .dropdown-submenu.active>.dropdown-menu,
    .dropdown.active>.dropdown-menu {
        display: flex;
        margin-top: 4px;
        margin-bottom: 8px;
        transform-origin: top center;
        animation: .45s cubic-bezier(.16, 1, .3, 1) forwards mobileAccordionEntrance
    }

    .dropdown>.dropdown-menu {
        border-left: 2px solid rgba(0, 178, 218, .3) !important;
        margin-left: 12px !important;
        padding-left: 12px !important;
        width: calc(100% - 12px) !important
    }

    .dropdown-submenu>.dropdown-menu {
        border-left: 2px solid rgba(0, 178, 218, .6) !important;
        margin-left: 16px !important;
        padding-left: 12px !important;
        width: calc(100% - 16px) !important;
        background-color: rgba(0, 0, 0, .02)
    }

    .dropdown-menu a {
        background-color: rgba(0, 0, 0, .02) !important;
        border-radius: 10px !important;
        font-size: 1.05rem !important;
        margin-bottom: 8px !important
    }

    .dropdown-submenu .dropdown-menu a {
        background-color: rgba(0, 0, 0, .04) !important;
        font-size: .95rem !important
    }

    .nav-links a:not(.current-page):not(.current-parent):hover::after {
        transform: scaleX(0) !important
    }

    .nav-links a.current-parent .material-symbols-outlined {
        color: var(--primary) !important
    }

    .nav-links a.current-page,
    .nav-links a.current-parent {
        font-weight: 500 !important;
        color: var(--on-surface) !important
    }

    .nav-links a.current-page::after,
    .nav-links a.current-parent::after {
        transform: scaleX(1) !important;
        bottom: 8px !important;
        left: 20px !important;
        right: 20px !important;
        width: auto !important;
        background-color: var(--primary) !important
    }

    .dropdown-menu a.current-page::after,
    .dropdown-menu a.current-parent::after {
        left: 16px !important;
        right: 16px !important
    }

    .dropdown-submenu>a .material-symbols-outlined,
    .dropdown>a .material-symbols-outlined {
        transition: transform .3s
    }

    .dropdown-submenu.active>a .material-symbols-outlined,
    .dropdown.active>a .material-symbols-outlined {
        transform: rotate(180deg);
        color: var(--primary)
    }
}

.lb-close,
.lb-next {
    right: 24px
}

.btn-outline:hover,
.btn-primary:hover,
.btn-secondary:hover {
    transform: translateY(-4px) scale(1.03)
}

.btn-outline,
.btn-primary,
.btn-secondary,
.text-link,
.video-control-btn {
    font-family: var(--font-body);
    display: inline-flex;
    gap: 8px;
    text-decoration: none;
    cursor: pointer
}

.btn-primary,
.card {
    box-shadow: var(--elevation-1)
}

.btn-outline,
.btn-primary,
.btn-secondary,
.video-control-btn {
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 50px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: .95rem;
    position: relative;
    overflow: hidden;
    transition: transform .5s cubic-bezier(.34, 1.56, .64, 1), box-shadow .4s, background-color .3s, color .3s;
    will-change: transform, box-shadow
}

.btn-outline,
.btn-primary,
.btn-secondary {
    padding: 12px 16px
}

.btn-outline .material-symbols-outlined,
.btn-primary .material-symbols-outlined,
.btn-secondary .material-symbols-outlined {
    font-size: 1.25rem;
    transition: transform .3s var(--transition-entrance)
}

.btn-primary {
    background-color: var(--primary);
    color: #fff;
    border: 2px solid transparent
}

.btn-outline,
.btn-secondary {
    background-color: transparent
}

.btn-primary:hover {
    box-shadow: 0 12px 24px rgba(0, 178, 218, .3), 0 4px 8px rgba(0, 178, 218, .1);
    background-color: var(--primary-dark)
}

.btn-secondary {
    color: var(--secondary);
    border: 2px solid var(--secondary)
}

.btn-secondary:hover {
    box-shadow: 0 12px 24px rgba(0, 0, 0, .08), 0 4px 8px rgba(0, 0, 0, .04);
    background-color: rgba(var(--brand-magenta-rgb), .08)
}

.btn-outline {
    color: var(--primary);
    border: 2px solid var(--primary)
}

.btn-outline:hover {
    background-color: rgba(var(--brand-cyan-rgb), .08)
}

.video-control-btn:hover {
    transform: scale(1.15);
    box-shadow: 0 12px 24px rgba(0, 0, 0, .15), 0 4px 8px rgba(0, 0, 0, .05)
}

.btn-outline:active,
.btn-primary:active,
.btn-secondary:active,
.video-control-btn:active {
    transform: scale(.95);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    transition: transform .1s, box-shadow .1s
}

.btn-text,
.text-link .link-text,
.text-link .material-symbols-outlined {
    transition: transform .3s var(--transition-entrance)
}

.btn-text {
    transform: translateY(1px);
    will-change: transform
}

.card,
.instrument-circle,
.team-card-image {
    transform: translateZ(0)
}

.card,
.interactive-media {
    will-change: transform, box-shadow
}

.btn-outline:hover .btn-text,
.btn-primary:hover .btn-text,
.btn-secondary:hover .btn-text {
    transform: translate(-4px, 1px)
}

.btn-outline:hover .material-symbols-outlined,
.btn-primary:hover .material-symbols-outlined,
.btn-secondary:hover .material-symbols-outlined,
.text-link:hover .material-symbols-outlined {
    transform: translateX(4px)
}

.text-link {
    color: var(--primary);
    font-weight: 600;
    align-items: center;
    transition: color .3s
}

.read-more-btn:hover,
.text-link:hover {
    color: var(--primary-dark)
}

.text-link .link-text {
    line-height: 1;
    transform: translateY(1px)
}

.text-link .material-symbols-outlined {
    font-size: 20px;
    line-height: 1
}

.text-link:hover .link-text {
    transform: translate(-2px, 1px)
}

.card {
    background-color: var(--surface);
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border: 1px solid transparent;
    transition: transform .4s cubic-bezier(.16, 1, .3, 1), box-shadow .4s cubic-bezier(.16, 1, .3, 1), border-color .4s
}

.faq-question .material-symbols-outlined,
.instrument-circle,
.team-card-image {
    transition: transform .4s cubic-bezier(.16, 1, .3, 1)
}

.card:hover {
    box-shadow: 0 16px 32px rgba(0, 0, 0, .08), 0 2px 8px rgba(0, 0, 0, .03);
    transform: translateY(-4px);
    border-color: rgba(0, 0, 0, .05);
    z-index: 2
}

.card-title {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    color: var(--on-surface)
}

.card-subtitle {
    font-size: .85rem;
    color: var(--primary);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px
}

.card-body {
    font-size: .95rem;
    color: #5f6368
}

a.card-link {
    text-decoration: none;
    color: inherit;
    height: 100%;
    display: flex;
    flex-direction: column
}

.card-action-text {
    margin-top: auto;
    color: var(--primary);
    font-weight: 600;
    font-size: .9rem;
    display: flex;
    align-items: center;
    gap: 4px;
    padding-top: 16px
}

.card-image-wrapper {
    overflow: hidden;
    border-radius: 16px 16px 0 0;
    mask-image: radial-gradient(white, black);
    -webkit-mask-image: -webkit-radial-gradient(white, black)
}

.card-image-wrapper img,
.card-image-wrapper video,
.info-card img,
.info-card video,
.program-card img,
.program-card video,
.structure-card img,
.structure-card video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s cubic-bezier(.16, 1, .3, 1);
    transform: translateZ(0) scale(1);
    will-change: transform
}

.card:hover .card-image-wrapper img,
.card:hover .card-image-wrapper video,
.info-card:hover img,
.info-card:hover video,
.program-card:hover img,
.program-card:hover video,
.structure-card:hover img,
.structure-card:hover video {
    transform: translateZ(0) scale(1.04)
}

.instrument-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    background-color: #e9ecef;
    border: 4px solid var(--surface);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08)
}

.instrument-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.card:hover .instrument-circle {
    transform: scale(1.08) translateZ(0)
}

.team-card {
    flex-direction: row;
    gap: 32px;
    padding: 40px;
    align-items: start;
    max-width: 1000px !important
}

.team-card-image {
    flex: 1;
    min-width: 250px;
    height: 300px;
    border-radius: 8px;
    background-color: #eee;
    object-fit: cover;
    mask-image: radial-gradient(white, black);
    -webkit-mask-image: -webkit-radial-gradient(white, black)
}

.team-card:hover .team-card-image {
    transform: scale(1.04) translateZ(0)
}

.team-card-content {
    flex: 2;
    min-width: 280px
}

.form-container {
    background: var(--surface);
    padding: 40px;
    border-radius: 16px;
    box-shadow: var(--elevation-1);
    max-width: 600px;
    margin: 0 auto
}

.form-group {
    margin-bottom: 24px
}

.form-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: var(--on-surface)
}

.faq-item.active .faq-question,
.feature-icon {
    color: var(--primary)
}

.form-input,
.form-select,
.form-textarea {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-family: var(--font-body);
    font-size: 1rem;
    transition: border-color .2s;
    background-color: #fff
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
    outline: 0;
    border-color: var(--primary)
}

.feature-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 32px 0;
    font-family: var(--font-body)
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 16px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .04);
    transition: transform .3s, box-shadow .3s;
    border: 1px solid rgba(0, 0, 0, .02)
}

.feature-item:hover {
    transform: translateX(8px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08)
}

.feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background-color: rgba(var(--brand-cyan-rgb), .1);
    border-radius: 50%;
    flex-shrink: 0
}

.feature-icon .material-symbols-outlined {
    font-size: 28px
}

.feature-text strong {
    display: block;
    font-size: 1.05rem;
    color: var(--on-surface);
    margin-bottom: 4px
}

.feature-text p {
    margin: 0;
    font-size: .95rem;
    color: #5f6368;
    line-height: 1.4
}

.faq-container {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.faq-item {
    background-color: var(--surface);
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .03);
    border: 1px solid rgba(0, 0, 0, .04);
    overflow: hidden;
    transition: box-shadow .3s, transform .3s
}

.faq-item:hover,
.interactive-media {
    box-shadow: 0 8px 24px rgba(0, 0, 0, .06)
}

.faq-question {
    width: 100%;
    text-align: left;
    background: 0 0;
    border: none;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--font-heading);
    font-size: 1.15rem;
    font-weight: 500;
    color: var(--on-surface);
    cursor: pointer;
    transition: color .3s
}

.faq-question .material-symbols-outlined {
    color: var(--primary)
}

.faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .4s cubic-bezier(.16, 1, .3, 1)
}

.faq-answer-inner {
    overflow: hidden;
    padding: 0 24px;
    font-family: var(--font-body);
    color: #5f6368;
    line-height: 1.7;
    font-size: 1.05rem;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity .4s, transform .4s, padding .4s
}

.faq-item.active .faq-question .material-symbols-outlined {
    transform: rotate(180deg)
}

.faq-item.active .faq-answer {
    grid-template-rows: 1fr
}

.faq-item.active .faq-answer-inner {
    padding: 0 24px 24px;
    opacity: 1;
    transform: translateY(0)
}

.scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    color: rgba(255, 255, 255, .85);
    cursor: pointer;
    opacity: 0;
    z-index: 10;
    transition: color .3s;
    animation: 2s 1s forwards fadeIn
}

.item-overlay,
.lightbox {
    align-items: center;
    inset: 0
}

.scroll-indicator:hover {
    color: #fff
}

.scroll-text {
    font-family: var(--font-heading);
    font-size: .85rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
    animation: 4s ease-in-out infinite pulse-text
}

.scroll-chevron {
    font-size: 2.2rem;
    font-weight: 300;
    animation: 2.5s cubic-bezier(.4, 0, .2, 1) infinite bounce-chevron
}

.interactive-media {
    border-radius: 16px;
    display: block;
    width: 100%;
    object-fit: cover;
    transition: transform .4s cubic-bezier(.16, 1, .3, 1), box-shadow .4s cubic-bezier(.16, 1, .3, 1);
    transform: translateZ(0)
}

.interactive-media:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow: 0 24px 48px rgba(0, 0, 0, .12), 0 4px 12px rgba(0, 0, 0, .04)
}

.masonry-container {
    padding: 16px 5%;
    background-color: var(--surface);
    min-height: 50vh;
    column-count: 4;
    column-gap: 16px
}

.gallery-item {
    break-inside: avoid;
    margin-bottom: 16px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background-color: #f3f4f6;
    cursor: pointer;
    transition: transform .4s cubic-bezier(.16, 1, .3, 1), box-shadow .4s;
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(white, black)
}

.gallery-item img,
.gallery-item video {
    width: 100%;
    display: block;
    transition: transform .4s cubic-bezier(.16, 1, .3, 1), filter .4s;
    transform: translateZ(0) scale(1)
}

.item-overlay {
    position: absolute;
    background: linear-gradient(to top, rgba(var(--primary-rgb, 0, 178, 218), .6), transparent);
    display: flex;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity .4s;
    z-index: 10
}

.item-overlay .material-symbols-outlined {
    color: #fff;
    font-size: 40px;
    text-shadow: 0 4px 12px rgba(0, 0, 0, .5);
    transform: translateY(24px) scale(.5);
    opacity: 0;
    transition: transform .6s cubic-bezier(.34, 1.56, .64, 1), opacity .3s;
    will-change: transform, opacity
}

.gallery-item:hover {
    transform: scale(1.025);
    box-shadow: 0 16px 32px rgba(0, 0, 0, .15), 0 4px 8px rgba(0, 0, 0, .05);
    z-index: 10
}

.gallery-item:hover img,
.gallery-item:hover video {
    transform: scale(1.08);
    filter: brightness(1.05)
}

.gallery-item:hover .item-overlay,
.media-loading-container.loaded img,
.media-loading-container.loaded video {
    opacity: 1
}

.gallery-item:hover .item-overlay .material-symbols-outlined {
    transform: translateY(0) scale(1.1);
    opacity: 1;
    text-shadow: 0 12px 24px rgba(0, 0, 0, .5)
}

.gallery-item:active {
    transform: scale(.98);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    transition: transform .1s cubic-bezier(.16, 1, .3, 1), box-shadow .1s
}

.review-card.expanded,
.review-card:hover {
    box-shadow: 0 16px 40px rgba(0, 178, 218, .08)
}

@media (max-width:1200px) {
    .masonry-container {
        column-count: 3
    }
}

@media (max-width:768px) {
    .section-header h2 {
        font-size: 2rem
    }

    .split-content h2 {
        font-size: 1.8rem
    }

    .split-section,
    .split-section:nth-child(2n) {
        flex-direction: column !important;
        gap: 32px
    }

    .team-card {
        flex-direction: column;
        padding: 24px
    }

    .team-card-image {
        width: 100%;
        min-width: auto;
        height: 250px
    }

    .form-container {
        padding: 24px 16px
    }

    .form-input,
    .form-select,
    .form-textarea {
        padding: 10px 12px;
        font-size: .95rem
    }

    .form-label {
        font-size: .95rem
    }

    .feature-item {
        padding: 12px;
        gap: 16px
    }

    .feature-icon {
        width: 48px;
        height: 48px
    }

    .feature-icon .material-symbols-outlined {
        font-size: 24px
    }

    .scroll-indicator {
        bottom: 70px
    }

    .masonry-container {
        column-count: 2
    }
}

@media (max-width:480px) {

    .course-grid>.card,
    .grid-container>.card {
        flex: 1 1 100%;
        max-width: 100%
    }

    .masonry-container {
        column-count: 1
    }
}

.lightbox {
    position: fixed;
    z-index: 10001;
    background-color: rgba(0, 0, 0, .95);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    display: none;
    justify-content: center;
    opacity: 0;
    transition: opacity .5s cubic-bezier(.16, 1, .3, 1)
}

.lightbox-btn,
.lightbox-content {
    align-items: center;
    display: flex
}

.lightbox.active {
    display: flex;
    opacity: 1
}

.lightbox-content {
    position: relative;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 40px 80px
}

.lightbox-btn,
.lightbox-counter {
    position: absolute;
    z-index: 10002
}

.lightbox-content img,
.lightbox-content video {
    max-width: 100%;
    max-height: 100%;
    border-radius: 4px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, .6);
    opacity: 0;
    transform: translateY(15px) scale(.97);
    transition: opacity .4s, transform .6s cubic-bezier(.16, 1, .3, 1);
    will-change: transform, opacity
}

.lightbox-counter {
    top: 32px;
    left: 32px;
    color: rgba(255, 255, 255, .7);
    font-family: var(--font-body);
    font-size: 1rem;
    letter-spacing: 1px;
    pointer-events: none
}

.carousel-overlay h2,
.reviewer-avatar,
.reviewer-name {
    font-family: var(--font-heading)
}

.lightbox-btn {
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .8);
    cursor: pointer;
    border-radius: 50%;
    justify-content: center;
    transition: transform .2s cubic-bezier(.16, 1, .3, 1), background-color .2s, border-color .2s;
    will-change: transform;
    backface-visibility: hidden
}

.lightbox-btn:hover {
    background: rgba(255, 255, 255, .15);
    color: #fff;
    border-color: rgba(255, 255, 255, .3)
}

.lb-close {
    top: 24px;
    width: 48px;
    height: 48px
}

.lb-close:hover,
.lb-nav:hover {
    transform: scale(1.05)
}

.lb-close:active,
.lb-nav:active {
    transform: scale(.92)
}

.lb-nav {
    top: calc(50% - 28px);
    width: 56px;
    height: 56px
}

.lb-prev {
    left: 24px
}

.cinematic-showcase {
    position: relative;
    width: 100vw;
    height: 85vh;
    max-height: 900px;
    min-height: 600px;
    background-color: #000;
    overflow: hidden;
    margin-left: calc(-50vw + 50%)
}

#carousel-track {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%
}

.carousel-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
    z-index: 1
}

.carousel-slide.active {
    opacity: 1;
    z-index: 2
}

.media-loading-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3f4f6;
    overflow: hidden
}

.media-loading-container img,
.media-loading-container video {
    opacity: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity .6s cubic-bezier(.16, 1, .3, 1), transform .4s, filter .4s
}

.media-loading-container.loaded .modern-spinner {
    opacity: 0;
    transition: opacity .3s
}

.carousel-slide .media-loading-container img,
.carousel-slide .media-loading-container video,
.carousel-slide img,
.carousel-slide video {
    transform: scale(1.1);
    transition: transform 12s linear, opacity 1.5s ease-in-out;
    will-change: transform
}

.carousel-slide.active .media-loading-container img,
.carousel-slide.active .media-loading-container video,
.carousel-slide.active img,
.carousel-slide.active video {
    transform: scale(1)
}

.modern-spinner {
    position: absolute;
    width: 48px;
    height: 48px;
    animation: 2s linear infinite rotate;
    z-index: 1
}

.modern-spinner-track {
    fill: none;
    stroke: rgba(0, 0, 0, 0.08);
    stroke-width: 4
}

.modern-spinner-path {
    fill: none;
    stroke: var(--primary);
    stroke-width: 4;
    stroke-linecap: round;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: 1.5s ease-in-out infinite dash
}

.carousel-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .4) 100%);
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 5%;
    pointer-events: none
}

.carousel-overlay h2 {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    color: #fff;
    margin-bottom: 16px;
    text-shadow: 0 4px 12px rgba(0, 0, 0, .5);
    letter-spacing: -1px
}

.carousel-overlay p {
    font-family: var(--font-body);
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: #e5e7eb;
    max-width: 700px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .5);
    opacity: .9
}

.carousel-controls {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    display: flex;
    gap: 12px
}

.hero-video-bg,
.hero-video-overlay {
    left: 0;
    width: 100%;
    position: absolute
}

.carousel-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .4);
    cursor: pointer;
    transition: .3s;
    border: none;
    padding: 0
}

.carousel-dot.active {
    background-color: #fff;
    transform: scale(1.3)
}

.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 30;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: transparent;
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s cubic-bezier(.16, 1, .3, 1);
    opacity: .8;
    -webkit-tap-highlight-color: transparent
}

@media (hover:hover) {
    .carousel-arrow:hover {
        background-color: rgba(0, 0, 0, .4);
        opacity: 1;
        transform: translateY(-50%) scale(1.1)
    }
}

.carousel-arrow:active {
    background-color: rgba(0, 0, 0, .7);
    transform: translateY(-50%) scale(.9);
    opacity: 1
}

.carousel-arrow.prev {
    left: 40px
}

.carousel-arrow.next {
    right: 40px
}

.hero-banner--video {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.hero-video-bg {
    top: 0;
    height: 100%;
    object-fit: cover;
    z-index: -2
}

.hero-video-overlay {
    top: 0;
    height: 100%;
    background: linear-gradient(rgba(28, 28, 28, .7), rgba(28, 28, 28, .7));
    z-index: -1
}

.hero-banner--video .hero-content {
    position: relative;
    z-index: 1
}

.video-controls-group {
    position: absolute;
    bottom: 40px;
    right: 5%;
    display: flex;
    gap: 16px;
    z-index: 50;
    opacity: 0;
    pointer-events: none;
    transition: opacity .5s
}

.video-controls-group.show-controls {
    opacity: 1;
    pointer-events: auto
}

.carousel-slide .video-controls-group {
    bottom: 32px;
    right: 5%
}

.video-control-btn {
    width: 48px;
    height: 48px;
    background-color: #fff;
    color: #1a1a1a;
    border: none;
    display: flex;
    z-index: 2
}

@media (max-width:768px) {
    .carousel-controls {
        gap: 6px;
        width: 90%;
        flex-wrap: wrap;
        justify-content: center;
        bottom: 16px
    }

    .carousel-dot {
        width: 8px;
        height: 8px
    }

    .carousel-arrow {
        width: 44px;
        height: 44px
    }
}

@media (max-height:500px) and (orientation:landscape) {
    .app-bar {
        padding: 8px 5% !important
    }

    #nav-logo {
        height: 36px !important
    }

    .nav-links {
        padding-top: 70px
    }

    .scroll-indicator {
        display: none !important
    }

    .hero-section {
        padding-top: 60px !important
    }

    .hero-section h1 {
        font-size: 2rem !important;
        margin-bottom: 8px !important
    }

    .hero-section p {
        font-size: .95rem !important;
        margin-bottom: 16px !important;
        max-width: 90%
    }

    .hero-section .btn-primary {
        padding: 10px 24px !important;
        font-size: .9rem !important
    }

    .carousel-overlay h2,
    .section-header h2,
    .split-content h2 {
        font-size: 1.5rem !important;
        margin-bottom: 8px !important
    }

    .carousel-overlay p {
        font-size: .9rem !important
    }
}

.reviews-container {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    padding: 24px 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-behavior: smooth
}

.reviews-container::-webkit-scrollbar {
    display: none
}

.review-card {
    flex: 0 0 calc((100% - 48px)/ 3);
    scroll-snap-align: start;
    background: rgba(255, 255, 255, .85);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 20px;
    padding: 32px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .04);
    border: 1px solid rgba(255, 255, 255, .4);
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 400px;
    position: relative;
    transition: .4s cubic-bezier(.16, 1, .3, 1);
    cursor: pointer
}

.review-card:hover {
    transform: translateY(-8px)
}

a.review-card {
    text-decoration: none;
    color: inherit
}

.review-header {
    display: flex;
    align-items: center;
    gap: 16px
}

.reviewer-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), #008eb0);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 600
}

.reviewer-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.reviewer-info {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.reviewer-name {
    font-size: 1.1rem;
    color: var(--on-surface);
    font-weight: 600
}

.review-stars {
    color: #ffb400;
    font-size: 18px;
    display: flex;
    gap: 2px
}

.review-text-wrapper {
    position: relative;
    flex-grow: 1;
    overflow: hidden;
    margin-bottom: 12px;
    transition: .4s
}

.review-text {
    font-family: var(--font-body);
    font-size: .95rem;
    line-height: 1.7;
    color: #4a4a4a;
    font-style: italic;
    margin: 0;
    flex-grow: 1
}

.google-watermark,
.read-more-btn {
    margin-top: auto;
    align-items: center;
    font-family: var(--font-body)
}

.review-card.has-overflow:not(.expanded) .review-text-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    background: linear-gradient(to bottom, transparent, #fff 90%);
    pointer-events: none
}

.review-card.expanded {
    height: auto;
    border-color: rgba(var(--primary-rgb, 0, 178, 218), .3)
}

.read-more-btn {
    display: none;
    background: 0 0;
    border: none;
    color: var(--primary);
    font-weight: 600;
    cursor: pointer;
    gap: 4px;
    padding: 0;
    margin-bottom: 16px;
    transition: color .2s;
    z-index: 2
}

.review-card.has-overflow .read-more-btn {
    display: flex
}

.google-watermark {
    display: flex;
    gap: 6px;
    font-size: .8rem;
    color: #9aa0a6;
    font-weight: 500
}

.review-nav-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    color: var(--primary);
    border: 1px solid rgba(0, 0, 0, .05);
    box-shadow: 0 4px 16px rgba(0, 0, 0, .05);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s cubic-bezier(.16, 1, .3, 1)
}

.review-nav-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 178, 218, .2);
    background-color: var(--primary);
    color: #fff
}

.review-nav-btn:disabled {
    opacity: .3;
    pointer-events: none;
    background-color: #fff;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, .05)
}

.reviews-progress-container {
    width: 100%;
    max-width: 300px;
    height: 4px;
    background-color: rgba(0, 0, 0, .05);
    border-radius: 4px;
    margin: 0 auto 32px;
    overflow: hidden
}

.reviews-progress-bar {
    height: 100%;
    width: 0%;
    background-color: var(--primary);
    border-radius: 4px;
    transition: width .1s linear
}

@media (max-width:992px) {
    .cinematic-showcase {
        height: 70vh;
        min-height: 500px
    }

    .review-card {
        flex: 0 0 calc((100% - 24px)/ 2)
    }
}

@media (max-width:600px) {
    .review-card {
        flex: 0 0 100%;
        padding: 24px
    }
}

.course-actions {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 32px
}

@media (max-width:768px) and (orientation:portrait) {
    .course-actions {
        flex-direction: column;
        width: 100%;
        gap: 12px
    }

    .course-actions .btn-primary,
    .course-actions .btn-secondary {
        width: 100%;
        text-align: center;
        box-sizing: border-box
    }
}

.dyn-acad-term-disc,
.dyn-acad-year-disc,
.dyn-fam-disc,
.dyn-reg-fee {
    font-weight: 700;
    color: var(--primary)
}

.dyn-loading {
    display: inline-block;
    background-color: #e5e7eb;
    border-radius: 4px;
    color: transparent !important;
    animation: 1.5s ease-in-out infinite skeleton-pulse;
    user-select: none;
    pointer-events: none
}