.mobile-menu{position:relative;height:100%;width:100%}.mobile-menu__inner{z-index:3;background-color:#fff;display:flex;flex-direction:column;align-items:stretch;transition:.3s linear;height:100%;position:fixed;top:0;right:0;transform:translate(100%)}.mobile-menu__top{flex:1;padding:32px 48px;display:flex;flex-direction:column}.mobile-menu__bottom{padding-top:32px;padding-bottom:18px}.mobile-menu .navbar-mobile-toggle{align-self:flex-end}.mobile-menu__items{margin-top:80px}.mobile-menu__overlay{width:100vw;background-color:rgba(0,0,0,.4);transition:opacity .3s ease-out;opacity:0;pointer-events:none;z-index:2;height:100%;position:fixed;top:0;left:0}.mobile-menu__list{padding-left:0;list-style:none}.mobile-menu__list li{margin-bottom:var(--mantine-spacing-md)}.mobile-menu__list a:hover{color:#be1e1e}.mobile-menu--open .mobile-menu__inner{transform:translate(0)}.mobile-menu--open .mobile-menu__overlay{opacity:1;pointer-events:all}@media screen and (min-width:450px){.mobile-menu__inner{width:65%}}@media screen and (min-width:768px){.mobile-menu__inner{width:40%}}@media screen and (min-width:1280px){.mobile-menu{display:none}}.search-form{margin-top:1px;border-bottom:.0625rem solid light-dark(var(--mantine-color-gray-3),var(--mantine-color-dark-4));position:relative;overflow:hidden;transition:opacity .3s ease-in-out}.search-form__inner{padding:1rem;background-color:#fff}.search-form--closed{height:0;opacity:0}.search-form--open{height:-moz-min-content;height:min-content;opacity:1;z-index:4}.search-form--no-wrapper{border-bottom:none}.search-form--no-wrapper .search-form__inner{padding:0;background-color:transparent}.search-form--mobile{width:100vw;transform:translateX(-1rem)}