.brand-swiper-custom>.swiper-wrapper{align-items:center}footer{position:relative}.loadingBubbles{position:fixed;z-index:9999;top:0;left:0;transform:translateY(100%);width:100%;height:100%;border-top-left-radius:60rem;border-top-right-radius:60rem;animation-timing-function:ease-in-out;background:#8f44fd}.loadingBubbles.show{animation-duration:.6s;animation-name:bubble-show;animation-fill-mode:both}.loadingBubbles.hide{animation-duration:.6s;animation-name:bubble-hide}@keyframes bubble-show{35%{transform:translateY(100%);border-top-left-radius:60rem;border-top-right-radius:60rem}to{transform:translateY(0);border-top-left-radius:0;border-top-right-radius:0}}@keyframes bubble-hide{0%{transform:translateY(0);border-top-left-radius:0;border-top-right-radius:0}to{transform:translateY(-100%);border-top-left-radius:0;border-top-right-radius:0}}