.template-site { background-color: #0d0d0d; min-height: 100vh; padding: 5rem 0 0; width: 100% }
@media only screen and (min-width:64em) { .template-site { padding: 0 0 0 6rem } }
.template-site__main { display: block; min-height: 100vh; width: 100%; z-index: 1 }
.template-site__main.has-footer-offset { background-color: #fff; padding: 0 0 4rem }
@media only screen and (min-width:64em) { .template-site__main.has-footer-offset { margin-bottom: 75vh; padding: 0 0 6rem } }
img { transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1); -webkit-user-drag: none !important; }
video { -webkit-user-drag: none !important; }
img:not(.site-header__logo-img):hover { transform: translateY(-8px); }
.about-slider__card img { transition: none !important; transform: none !important; }
.about-slider__card img:hover { transition: none !important; transform: none !important; }
.site-menu { background-color: #0d0d0d; -webkit-clip-path: circle(0 at 50vw 0); clip-path: circle(0 at 50vw 0); display: block; height: 100vh; left: 0; overflow: hidden; padding: 5rem 0 0; position: fixed; top: 0; transition: clip-path .6s ease-out, visibility .6s; visibility: hidden; width: 100%; will-change: clip-path, visibility; z-index: 10 }
@media only screen and (min-width:64em) { .site-menu { -webkit-clip-path: circle(0 at 0 50vh); clip-path: circle(0 at 0 50vh); padding: 0 0 0 6rem } }
.js-menu-is-active .site-menu { -webkit-clip-path: circle(150vmax at 50vw 0); clip-path: circle(150vmax at 50vw 0); visibility: visible }
@media only screen and (min-width:64em) { .js-menu-is-active .site-menu { -webkit-clip-path: circle(150vmax at 0 50vh); clip-path: circle(150vmax at 0 50vh) } }
.js-no-scroll { overflow: hidden !important; }

/* CV Overlay */
.cv-overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000002 !important;
    background: #000;
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.5s, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(1.05);
    pointer-events: none;
}
.cv-overlay.is-active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    pointer-events: all;
}
.cv-overlay__iframe {
    width: 100%;
    height: 100%;
    border: none;
}
/* Global Close Button Style (reused in Mega Menu) */
.cv-close-button {
    position: fixed;
    top: 2rem;
    right: 3rem;
    color: #fff !important;
    font-size: 2.5rem;
    line-height: 1;
    text-decoration: none !important;
    z-index: 1000003 !important;
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease;
    opacity: 0.8;
}
.cv-close-button:hover {
    opacity: 1;
    transform: scale(1.1);
}
@media (max-width: 1023px) {
    .cv-close-button {
        top: 1.5rem;
        right: 1.5rem;
    }
}
html.cv-is-open .site-header,
html.cv-is-open .desktop-main-nav {
    display: none !important;
}
.menu-pages { display: flex; flex-flow: column nowrap; list-style: none }
@media only screen and (min-width:64em) { .menu-pages { flex-flow: row nowrap } }
.menu-pages__section { align-items: flex-start; display: flex; flex-flow: column nowrap; padding: 3rem 0 0; width: 100% }
@media only screen and (min-width:64em) { .menu-pages__section { padding: 0 0 0 6.25vw; width: 33.333% } }
.menu-pages__section:first-child { padding: 0 }
.menu-pages__item { font-size: 1.25rem; margin-top: .75rem }
.extra { color: #FFF; font-size: 1.25rem; transition: border .2s ease-out, color .2s ease-out; will-change: border, color }
@media only screen and (min-width:80em) { .menu-pages__item { font-size: 1.375rem } }
.menu-pages__item--title { font-size: 1.375rem; font-weight: 200; margin-bottom: .75rem; margin-top: 0 }
@media only screen and (min-width:80em) { .menu-pages__item--title { font-size: 1.5rem } }
.menu-pages__link { border-bottom: .0625rem solid rgba(239, 108, 38, 0); color: #fff; transition: border .2s ease-out, color .2s ease-out; will-change: border, color }
.menu-pages__link:hover { border-bottom: .0625rem solid #ef6c26; color: #ef6c26 }
.menu-pages__link--section:hover { color: #fff }
.menu-pages__link em { color: #ef6c26; font-style: normal }
.menu-meta { align-items: flex-start; display: flex; flex-flow: column nowrap; list-style: none }
@media only screen and (min-width:64em) { .menu-meta { align-items: center; flex-flow: row nowrap; height: 2.25rem } }
.menu-meta__item { margin: .75rem 0 0 }
@media only screen and (min-width:64em) { .menu-meta__item { margin: 0 2rem 0 0 } }
.menu-meta__item__link { border-bottom: .0625rem solid rgba(239, 108, 38, 0); color: #fff; font-size: 1rem; transition: border .2s ease-out, color .2s ease-out; will-change: border, color }
.menu-meta__item__link:hover { border-bottom: .0625rem solid #ef6c26; color: #ef6c26 }
.menu-social { align-items: flex-start; display: flex; flex-flow: row nowrap; width: 100% }
@media only screen and (min-width:64em) { .menu-social { justify-content: flex-end } }
.menu-social__icon { color: #fff; margin: 0 1rem 0 0; transition: color .2s ease-out; will-change: color }
.menu-social__icon:last-child { margin: 0 }
.menu-social__icon:hover { color: #ef6c26 }
.menu-search { border-bottom: .0625rem solid hsla(0, 0%, 100%, .5); display: flex; flex-flow: row nowrap; max-width: 16rem; width: auto }
@media only screen and (min-width:64em) { .menu-search { margin-left: auto } }
.menu-search__text { background: none; color: #fff; font-size: 1rem; height: 2.75rem; padding: 0 .5rem .75rem 0; width: 100% }
.menu-search__text::placeholder { color: #fff }
.menu-search__text:focus { outline: none }
.menu-search__submit { align-items: flex-start; display: flex; flex: 0 0 auto; height: 2.75rem; justify-content: flex-end; width: 2.75rem }
.menu-search__submit__input { cursor: pointer; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 2 }
.menu-search__submit__icon { color: #fff; margin-top: .25rem; transition: color .2s ease-out; will-change: color; z-index: 1 }
.menu-search__submit:hover .menu-search__submit__icon { color: #ef6c26 }
.languages-switch { align-items: center; display: flex; justify-content: center; margin: 0 .5rem 0 0 }
.languages-switch:last-child { margin: 0 }
@media only screen and (min-width:64em) { .languages-switch { flex-flow: column nowrap; margin: 0 0 .5rem } }
.languages-switch__item { color: #fff; font-size: 1rem; margin: 0 0 0 .5rem; text-transform: uppercase; transition: color .2s ease-out; will-change: color }
@media only screen and (min-width:64em) { .languages-switch__item { margin: .5rem 0 0 } }
.languages-switch__item--active { color: #ef6c26; display: none }
@media only screen and (min-width:32em) { .languages-switch__item--active { display: block } }
.languages-switch__item--inactive:hover { color: #ef6c26 }
.site-menu__scrollarea { height: 100%; -webkit-overflow-scrolling: touch; overflow-x: hidden; overflow-y: auto; width: 100%; z-index: 2 }
.site-menu__container { display: flex; flex-flow: row wrap; height: auto; min-height: 100%; padding: 0 3.125vw 2rem }
@media only screen and (min-width:64em) { .site-menu__container { align-items: stretch; padding: 2rem 3.125vw 0 } }
.site-menu__pages { order: 2; padding: 2rem 3.125vw; width: 100% }
@media only screen and (min-width:64em) { .site-menu__pages { order: 1; width: 75% } }
.site-menu__search { order: 1; padding: 2rem 3.125vw; width: 100% }
@media only screen and (min-width:64em) { .site-menu__search { order: 2; width: 25% } }
.site-menu__spotlights { order: 3; padding: 1rem 3.125vw; width: 100% }
@media only screen and (min-width:64em) { .site-menu__spotlights { margin-top: auto } }
.site-menu__meta { order: 4; padding: 2rem 3.125vw; width: 100% }
@media only screen and (min-width:64em) { .site-menu__meta { margin-top: auto; width: 75% } }
.site-menu__social { order: 5; padding: 2rem 3.125vw; width: 100% }
@media only screen and (min-width:64em) { .site-menu__social { margin-top: auto; width: 25% } }
.site-menu__background { align-items: center; display: flex; height: 100%; justify-content: center; left: 0; opacity: .5; position: absolute; top: 0; width: 100%; z-index: 1 }
.site-menu__background__image { background-size: cover; height: 100%; width: 100% }
.site-menu__background__video { height: 100%; -o-object-fit: cover; object-fit: cover; width: 100% }
.site-header { align-items: center; background-color: #0d0d0d; display: flex; flex-flow: row nowrap; height: 5rem; left: 0; padding: 0 6.25vw; position: fixed; top: 0; width: 100%; z-index: 11 }
.js-video-is-active .site-header { display: none }
@media only screen and (min-width:64em) { .site-header { flex-flow: column nowrap; height: 100vh; padding: 2rem 1rem; width: 6rem } }
.site-header__logo { flex: 0 0 auto; height: 3rem; margin-left: -.6125rem; margin-right: auto; width: auto }
.menu-toggle { height: 3.5rem; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 3.5rem; z-index: 11 }
.menu-toggle__button { background: none; cursor: pointer; left: 0; position: absolute; top: 0; will-change: color, transform, visibility }
.menu-toggle__button:focus, .menu-toggle__button:hover { color: #fff; outline: none }
.menu-toggle__button--open { transition: color .2s ease-out, transform .2s ease-out .2s, visibility .2s .2s }
.js-menu-is-active .menu-toggle__button--open { color: #ef6c26; pointer-events: none }
.js-menu-is-active .menu-toggle__button--open, .menu-toggle__button--close { transform: scaleY(0); transition: color .2s ease-in, transform .2s ease-in, visibility .2s; visibility: hidden }
.js-menu-is-active .menu-toggle__button--close { transform: scaleY(1); transition: color .2s ease-out, transform .2s ease-out .2s, visibility .2s .2s; visibility: visible }
.site-footer__text p { font-size: 25px; }
.mobile { display: none; }
@media screen and (max-width: 360px) { .branch__background__image { height: 110%; } }
@media screen and (max-width: 800px) { .desktop { display: none !important; } .mobile { display: block; margin-top: 20px; margin-bottom: 20px; } .branch__background__image { height: 110%; } .main-header__content__title:first-child { padding-top: 0rem !important; } .main-header__content__title[data-scroll=in] { transform: translateY(0) } .main-header__content__title[data-scroll=out] { transform: translateY(2rem) } .main-branches { margin-top: 3rem !important; flex-direction: column !important; } .track-list__items { padding: 0rem 6.25vw 4rem !important; } .track-article__image img { width: 92%; margin: 0 0 16px 9px; } .breadcrumb { display: none; } .page-header { padding: 40px 80px 0 80px; } img { border-radius: 10px; } .main-layout__column--small img { padding: 1.5rem 3.125vw 0; } .btn-container { display: flex; flex-direction: column; align-items: center; padding: 0 6.25vw; margin: 40px 0 0 0; gap: 10px; } .btn { width: 100%; text-align: center; } }
@media screen and (max-width: 800px) { .main-layout__column--small img { padding: 0 0 0; } }
@media screen and (max-width: 1023px) { .desktop { display: block; } .home-hero-p { display: none !important; } .site-header { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 4.5rem; padding: 0 1.25rem; } .site-header__logo { grid-column: 1; display: flex; align-items: center; height: 100%; } .site-header__logo a { display: block; height: auto; width: 8rem; transform: none; } .site-header__logo img { width: 100%; height: auto; display: block; margin: 0; border-radius: 0; } .menu-toggle { grid-column: 2; position: relative; display: flex; align-items: center; justify-content: center; width: 3.5rem; height: 3.5rem; z-index: 12; margin: 0; transform: none; left: auto; top: auto; } .menu-toggle__button { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; margin: 0; } .js-menu-is-active .menu-toggle__button--close { visibility: visible; opacity: 1; transform: scaleY(1); } .site-header__icon { grid-column: 3; display: flex; justify-content: flex-end; justify-self: end; align-items: center; margin: 0 !important; } .main-header__related { display: none; } .site-footer__text p { font-size: 20px; } .main-header__content { padding: 1rem 0 0; } }
@media only screen and (min-width:64em) { .site-header__logo { height: 4.5rem; margin-bottom: auto; margin-left: 0; margin-right: 0; display: flex; justify-content: center; } .site-header__logo a { display: flex; align-items: center; justify-content: center; height: 12.5rem; width: 11.5rem; transform: rotate(-90deg); transform-origin: center; overflow: hidden; } }
.site-header__logo img { width: 100%; border-radius: 0; }
.site-header__logo a { position: relative; overflow: hidden; transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1); }
.site-header__logo a:after { content: ''; position: absolute; top: 0; left: -150%; width: 100%; height: 100%; background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.5), transparent); transform: skewX(-25deg); transition: none; pointer-events: none; }
.site-header__logo a:hover:after { left: -150%; transition: none; }
.site-header__logo a:hover { transform: none; }
@media only screen and (min-width:64em) { .site-header__logo a:hover { transform: rotate(-90deg); } }
.site-header__icon { color: #fff; margin: 0 0 0 6.5rem; transition: color .2s ease-out; will-change: color }
@media only screen and (min-width:64em) { .site-header__icon { margin: .5rem auto 0; } }
.site-header__icon:hover { color: #ef6c26 }
.site-footer { align-items: flex-start; display: flex; flex-flow: column nowrap; min-height: 100vw; padding: 0 6.25vw 4rem; width: 100%; z-index: 0 }
@media only screen and (min-width:32em) { .site-footer { min-height: 75vw } }
@media only screen and (min-width:64em) { .site-footer { align-items: center; bottom: 0; height: 75vh; left: 6rem; min-height: 0; padding-bottom: 6rem; position: fixed; width: calc(100% - 6rem) } }
.site-footer__text { margin-bottom: auto; margin-top: auto; padding: 4rem 0 0; width: 100%; z-index: 3 }
@media only screen and (min-width:64em) { .site-footer__text { width: 66.666% } }
.site-footer__text > * { color: #fff }
.site-footer__related { flex: 0 0 auto; padding: 4rem 0 0 12.5vw; width: 100%; z-index: 3 }
.site-footer__background { background-color: #ef6c26; height: 100%; left: 0; overflow: hidden; position: absolute; top: 0; width: 100%; z-index: 0 }
.site-footer__background__image { background-size: cover }
.site-footer__background__image, .site-footer__background__video { height: 100%; left: 0; mix-blend-mode: screen; opacity: .35; position: absolute; top: 0; width: 100%; z-index: 1 }
.site-footer__background__video { -o-object-fit: cover; object-fit: cover }
.site-footer, .site-footer *, .site-footer p, .site-footer i, .site-footer h2, .site-footer a, .site-footer strong { color: #ffffff !important; }
.site-footer .shortlinks__item__text, .site-footer .shortlinks__item__icon svg { color: #ffffff !important; stroke: #ffffff !important; }
.site-alerts { align-items: flex-end; bottom: 0; display: flex; pointer-events: none; position: fixed; right: 0; transition: opacity .2s ease-out, transform .2s ease-out, visibility .2s; width: 100%; z-index: 9 }
.site-alerts.headroom--unpinned { opacity: 0; transform: translateY(2rem); visibility: hidden }
.site-alerts.headroom--pinned, .site-alerts:focus-within { opacity: 1; transform: translateY(0); visibility: visible }
@media only screen and (min-width:64em) { .site-alerts { bottom: 4rem; max-width: 32rem; right: 6.25vw } }
.site-alerts__item { background-color: #0d0d0d; display: flex; flex-flow: column nowrap; margin-left: -100%; pointer-events: all; transition: background-color .2s ease-out; visibility: hidden; width: 100% }
.site-alerts__item.js-is-active { margin-left: 0; visibility: visible }
.site-alerts__item__link { height: 100%; left: 0; position: absolute; text-indent: -999rem; top: 0; width: 100% }
.site-alerts__item--blue { background-color: #8c9dd0 }
.site-alerts__item--orange { background-color: #ef6c26 }
.site-alerts__nav { align-items: center; display: flex; margin-top: auto; padding: 0 6.25vw 1rem }
@media only screen and (min-width:32em) { .site-alerts__nav { padding: 0 1rem 1rem } }
:last-child:first-child > .site-alerts__nav { display: none }
.site-alerts__nav__button { background: none; color: #fff; cursor: pointer; font-size: .75rem; font-weight: 400 }
.site-alerts__nav__button--prev { margin-right: auto }
.site-alerts__nav__button--next { margin-left: auto }
:first-child > .site-alerts__nav .site-alerts__nav__button--prev, :last-child > .site-alerts__nav .site-alerts__nav__button--next { display: none }
.main-header { display: flex; flex-flow: column nowrap; padding: 0 6.25vw; width: 100% }
@media only screen and (min-width:64em) { .main-header { flex-flow: row nowrap } }
.main-header--cover { min-height: 75vh; padding-bottom: 4rem }
@media only screen and (min-width:64em) { .main-header--cover { padding-bottom: 6rem } .main-header--cover > * { min-height: 50vh } }
.main-header__content { align-items: flex-start; display: flex; flex: 1 1 auto; flex-flow: column nowrap; padding: 2rem 0 0; width: 100%; z-index: 3 }
@media only screen and (min-width:64em) { .main-header__content { padding: 4rem 0 0 } }
.main-header__content__title { margin-top: auto; transform: translateY(2rem); transition: transform 1s ease-out; width: 100%; }
.main-header__content__title:first-child { padding-top: 0rem; padding-bottom: 3rem; }
.main-header__content__title[data-scroll=in] { transform: translateY(0) }
.main-header__content__title[data-scroll=out] { transform: translateY(2rem) }
.main-header__related { flex: 0 0 auto; padding: 4rem 0 0 12.5vw; width: 100%; z-index: 3 }
@media only screen and (min-width:64em) { .main-header__related { padding: 6rem 0 0 6.25vw; width: 40% } }
.main-header__background { background-color: #0d0d0d; height: 100%; left: 0; overflow: hidden; position: absolute; top: 0; width: 100%; z-index: 0 }
.main-header__background__overlay { height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 2 }
.main-header__background__overlay--black { background: linear-gradient(20deg, rgba(13, 13, 13, .75), rgba(13, 13, 13, .05)) }
.main-header__background__overlay--orange { background: linear-gradient(20deg, #ef6c26, rgba(239, 108, 38, .05)) }
.main-header__background__overlay--blue { background: linear-gradient(20deg, #8c9dd0, rgba(140, 157, 208, .05)) }
.main-header__background__image { background-size: cover }
.main-header__background__image, .main-header__background__video { height: 100%; left: 0; opacity: .5; position: absolute; top: 0; width: 100%; z-index: 1 }
.main-header__background__video { -o-object-fit: cover; object-fit: cover }
.main-branches { display: flex; flex-flow: column nowrap; margin-top: 4rem; width: 100% }
@media only screen and (min-width:64em) { .main-branches { flex-flow: row nowrap; margin-top: 6rem } }
.main-header--cover + .main-branches { margin-top: 0 }
.main-branches__item { width: 100% }
.main-layout { display: flex; flex-flow: row wrap; padding: 0 3.125vw; width: 100% }
.main-layout__column { padding: 4rem 3.125vw 0; transform: translateY(2rem); transition: transform 1s ease-out }
.main-layout__column ol, .main-layout__column ul { font-size: 1.25rem; counter-reset: li; list-style-type: none; margin-bottom: 1.35rem; margin-top: 2rem; max-width: 48rem }
.main-layout__column ol:first-child, .main-layout__column ul:first-child { margin-top: 0 }
.main-layout__column ol:last-child, .main-layout__column ul:last-child { margin-bottom: 0 }
.main-layout__column ol li, .main-layout__column ul li { font-size: clamp(1rem, 0.5vw + 0.875rem, 1.25rem); line-height: 1.575; margin-top: .8rem; padding-left: 1.75rem }
.main-layout__column ol li:first-child, .main-layout__column ul li:first-child { margin-top: 0 }
.main-layout__column ol li:last-child, .main-layout__column ul li:last-child { margin-bottom: 0 }
.main-layout__column ol li:before, .main-layout__column ul li:before { color: #ef6c26; counter-increment: li; left: 0; position: absolute; top: 0; width: 1.75rem }
.main-layout__column ul li:before { content: "–"; font-size: 1.5rem; transform: translateY(-12.5%) }
.main-layout__column ol li:before { content: counter(li, decimal-leading-zero); font-weight: 700 }
.main-layout__column figure { margin-bottom: 2rem; margin-top: 2rem; width: 100% }
.main-layout__column figure:first-child { margin-top: 0 }
.main-layout__column figure:last-child { margin-bottom: 0 }
.main-layout__column figure figcaption { font-size: .875rem; padding: 1rem 0 0; width: 100% }
.main-layout__column figure.video { height: 0; overflow: hidden; padding-top: 56.25% }
.main-layout__column figure.video.has-square-ratio { padding-top: 100% }
.main-layout__column figure.video video { -o-object-fit: cover; object-fit: cover }
.main-layout__column figure.video iframe, .main-layout__column figure.video video { height: 100%; left: 0; position: absolute; top: 0; width: 100% }
.main-layout__column figure.player { max-width: 48rem; width: 100% }
.main-layout__column figure.player video { display: block; height: auto; width: 100% }
@media only screen and (min-width:64em) { .main-layout__column { padding: 1rem 1.125vw 3rem; padding-right: 1.125vw; } }
.main-layout__column[data-scroll=in] { transform: translateY(0) }
.main-layout__column[data-scroll=out] { transform: translateY(2rem) }
.main-layout__column--is-empty { padding-top: 0 }
.main-layout__column--full, .main-layout__column--large { width: 100% }
@media only screen and (min-width:64em) { .main-layout__column--large { width: 66.666% } }
.main-layout__column--medium { width: 100% }
@media only screen and (min-width:64em) { .main-layout__column--medium { width: 50% } }
.main-layout__column--small { width: 100% }
@media only screen and (min-width:64em) { .main-layout__column--small { width: 33.333% } }
.main-layout__column--tiny { width: 50% } .sub-headline { display: block; font-size: 1rem; font-weight: 400; margin-bottom: 0.5rem; text-transform: none; color: inherit; }