.sticky-links{position:fixed;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;max-width:120px;z-index:1000;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;-webkit-box-shadow:0 3px 17px 0 rgba(0,0,0,0.1);box-shadow:0 3px 17px 0 rgba(0,0,0,0.1)}
.sticky-links a{padding:1rem;background-color:#ec111a;border-bottom:1px solid #fff;font-size:14px;font-family:"Gilroy-Bold","Frutiger-Bold",sans-serif;color:#fff}
.sticky-links a:first-child{border-top-left-radius:4px}
.sticky-links a:last-child{border-bottom:0;border-bottom-left-radius:4px}
@media(min-width:992px){.sticky-links .hideDesktop{display:none}
}
@media(min-width:768px) and (max-width:1199px){.sticky-links .hideTablet{display:none}
}
@media(max-width:767px){.sticky-links{top:unset !important;right:auto;left:2rem;bottom:0rem;height:auto;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}
.sticky-links a{display:none}
.sticky-links a:first-child{border-top-right-radius:4px;border-bottom:0rem;display:block}
.sticky-links .hideMobile{display:none}
}