.sticky_footer{position:fixed;bottom:-70px;left:0;width:100%;z-index:9999;-webkit-transition:bottom ease-in-out .2s;transition:bottom ease-in-out .2s}.sticky_footer.show{bottom:0}@media (max-width:767px){.sticky_footer{display:none}}.sticky_footer .sticky_footer__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fff}.sticky_footer .sticky_footer__wrapper .item{display:block;position:relative;max-width:310px;width:100%;text-align:center}.sticky_footer .sticky_footer__wrapper .item:before{content:'';position:absolute;bottom:0;left:0;height:4px;width:100%;background-color:var(--secondary-colour);-webkit-transition:height ease-in-out .2s;transition:height ease-in-out .2s;z-index:1}.sticky_footer .sticky_footer__wrapper .item__title{color:var(--text-colour);font-size:20px;line-height:20px;padding:25px;font-weight:500;text-align:center;margin-bottom:0;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;display:-webkit-box}.sticky_footer .sticky_footer__wrapper .item__logo{margin-bottom:10px}.sticky_footer .sticky_footer__wrapper .item__logo img{width:100%}.sticky_footer .sticky_footer__wrapper .item:hover:before{height:7px}body:not(.is_mouse) .sticky_footer .sticky_footer__wrapper .item:focus:before{height:7px}