.fixed-button--button-red{position:fixed;bottom:0;left:0;right:0;height:70px;background-color:#152a69;display:flex;justify-content:center;align-items:center;z-index:99}
.fixed-button--button-red .fixed-button__button__link{font-family:"Geomanist-book",sans-serif;background-color:#eb0000;color:white;display:flex;justify-content:center;align-items:center;border-radius:999px;border:0;height:44px;padding:0 30px;text-decoration:none;text-transform:uppercase}
.fixed-button--button-white{padding:19px 7px 19px 23px;width:132px;background-color:#152a69;opacity:.9;display:flex;align-items:center;position:fixed;right:0;gap:21px;border-radius:30px 0 0 30px;z-index:99;top:538px;text-decoration:none}
@media(min-width:724px){.fixed-button--button-white{display:flex;width:100%;justify-content:center;align-items:center;background-color:#152a69;height:70px;position:fixed;bottom:0;z-index:5;padding:0;opacity:1;top:auto;right:auto;gap:auto;border-radius:0}
}
.fixed-button--button-white .fixed-button__button__link{font-size:14px;font-weight:700;font-family:"Geomanist-book",sans-serif;line-height:20px;color:white;margin:0 20px 0 0;text-decoration:none;text-transform:uppercase}
@media(min-width:724px){.fixed-button--button-white .fixed-button__button__link{margin:0;font-size:16px;font-weight:500;line-height:22px;color:#152a69;background-color:#fff;text-align:center;display:flex;justify-content:center;align-items:center;border-radius:999px;height:44px;width:178px}
}
.fixed-button--button-white .fixed-button__goUpButton{display:none}
@media(min-width:724px){.fixed-button--button-white .fixed-button__goUpButton{display:flex;align-items:center;color:white;font-weight:700;font-size:14px;font-family:"Geomanist-book",sans-serif;gap:17px;position:absolute;right:57px;text-decoration:none;background-color:transparent;top:20px;border:0;text-transform:uppercase}
}
.fixed-button--button-white .fixed-button__goUpButton img{filter:brightness(0) saturate(100%) invert(100%);height:12px;width:10px}
.fixed-button.is-hidden{opacity:0;pointer-events:none;transform:translateY(100%)}