.global-nav{padding:1rem;position:relative;z-index:20}@media (min-width:64rem){.global-nav{padding:0}}.global-nav #mobile-menu-toggle,.global-nav__toggle-mega-menu{left:-9999px;position:absolute;top:-9999px}.global-nav #mobile-menu-toggle:checked~.global-nav__mobile-menu-toggle~.global-nav__menu-bar{left:0}.global-nav__mobile-menu-toggle{background-color:#7a0043;cursor:pointer}@media (min-width:64rem){.global-nav__mobile-menu-toggle{display:none}}.global-nav__menu-bar{background-color:#000;display:flex;flex-direction:column;height:100vh;left:-100%;max-width:100%;overflow-x:hidden;position:fixed;top:52px;transition:left .3s;width:100%;z-index:2}@media (min-width:64rem){.global-nav__menu-bar{background-color:transparent;flex-direction:row;height:auto;left:auto;overflow:visible;position:relative;top:auto}}.global-nav__menu-bar-list-item{align-items:center;display:flex;justify-content:space-between}@media (min-width:64rem){.global-nav__menu-bar-list-item:hover{background-color:var(--color-white)}.global-nav__menu-bar-list-item:hover .global-nav__menu-bar-link{color:var(--color-beta-dk-default)}}.global-nav__menu-bar-list-item--btn-wrap{padding:0 var(--space-sm)}.global-nav__menu-bar-list-item--btn-wrap .btn{width:100%}@media (min-width:64rem){.global-nav__menu-bar-list-item--back-button{display:none}.global-nav__menu-bar-list-item:focus-within .global-mega-menu,.global-nav__menu-bar-list-item:hover .global-mega-menu{-webkit-animation:dropdown .3s forwards;animation:dropdown .3s forwards;display:block;max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content;transform-origin:top}}.global-nav__menu-bar-list-item:focus-within .global-nav__menu-bar-link:before,.global-nav__menu-bar-list-item:hover .global-nav__menu-bar-link:before{transform:translateY(0)}.global-nav__menu-bar-link{color:#fff;display:block;font-family:var(--font-derailed-bold);overflow:hidden;padding:1.7rem;position:relative}@media (min-width:64rem){.global-nav__menu-bar-link:before{background:var(--color-black);bottom:10px;content:"";height:3px;left:0;margin-left:1rem;margin-right:1rem;position:absolute;right:0;transform:translateY(3px);transition-duration:.3s;transition-property:transform;transition-timing-function:ease-out;width:calc(100% - 2rem);z-index:15}}.global-nav__menu-toggle{color:#fff;cursor:pointer;display:block;padding:var(--space-sm)}@media (min-width:64rem){.global-nav__menu-toggle{padding-left:0}}.global-nav__menu-toggle svg{height:var(--space-md);width:var(--space-md)}@media (min-width:64rem){.global-nav__menu-toggle svg{height:var(--space-sm);width:var(--space-sm)}}.global-nav__toggle-mega-menu:checked~.global-mega-menu{left:0}.global-mega-menu{background:var(--color-black);height:100%;left:-100%;position:absolute;top:0;transition:left .3s;width:100%;z-index:20}.global-mega-menu:hover{display:flex;flex-direction:column}@media (min-width:64rem){.global-mega-menu{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);background:var(--color-white);box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);display:none;height:auto;left:0;overflow:hidden;position:absolute;top:100%;width:100%}}.global-mega-menu__link{align-items:center;color:var(--color-white);display:flex;font-family:var(--font-derailed-bold);justify-content:space-between;padding:1rem}@media (min-width:64rem){.global-mega-menu__link{color:var(--color-beta-dk-default)}}.global-mega-menu__link svg{height:var(--space-md);width:var(--space-md)}@media (min-width:64rem){.global-mega-menu__link svg{height:var(--space-sm);width:var(--space-sm)}}.global-mega-menu__list-item:focus-within>.global-mega-menu__link,.global-mega-menu__list-item:hover>.global-mega-menu__link{background-color:var(--color-beta-dk-default);color:var(--color-white)}@media (min-width:64rem){.global-mega-menu__list-item{width:100%}.global-mega-menu__sub-heading{display:none}}.global-mega-menu__nested-menu{display:none}@media (min-width:64rem){.global-mega-menu__nested-menu{border-left:1px solid var(--color-light-gray-lighter);height:100%;left:33.333%;position:absolute;top:0;width:100%}.global-mega-menu__nested-menu li{width:33.333%}}.global-mega-menu__nested-menu .global-mega-menu__nested-menu{padding-left:1rem}@media (min-width:64rem){.global-mega-menu__nested-menu .global-mega-menu__nested-menu{padding-left:0}}.global-mega-menu__nested-menu .global-mega-menu__nested-menu .global-mega-menu__link{font-family:var(--font-derailed-regular)}.global-mega-menu__list-item:focus-within>[aria-haspopup=true]~.global-mega-menu__nested-menu,.global-mega-menu__list-item:hover>[aria-haspopup=true]~.global-mega-menu__nested-menu{-webkit-animation:dropdown .2s ease-out;animation:dropdown .2s ease-out;display:flex;flex-direction:column;transform-origin:top}@media (min-width:64rem){.global-mega-menu__list-item:focus-within>[aria-haspopup=true]~.global-mega-menu__nested-menu,.global-mega-menu__list-item:hover>[aria-haspopup=true]~.global-mega-menu__nested-menu{-webkit-animation:flyout .2s ease-out;animation:flyout .2s ease-out;transform-origin:left}}@-webkit-keyframes dropdown{0%{opacity:0;transform:scaleY(0)}50%{opacity:1}to{transform:scaleY(1)}}@keyframes dropdown{0%{opacity:0;transform:scaleY(0)}50%{opacity:1}to{transform:scaleY(1)}}@-webkit-keyframes flyout{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}@keyframes flyout{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}