.sticky-header{z-index:1000;background:linear-gradient(90deg,#576dc6 0%,#3f57b8 46.15%,#2c3c80 100%);border-bottom:0;width:100%;display:none;position:fixed;top:0;box-shadow:0 3px 9px #4747474d}.sticky-header.is-visible{display:block!important}.sticky-header__body{justify-content:space-between;align-items:center;padding:14px 5%;display:-ms-flexbox;display:flex}.sticky-header__text{color:#fff;font-family:Poppins-Medium,sans-serif;font-size:30px;font-weight:500;line-height:24px}.sticky-header__button{position:relative}a.sticky-header__button-anchor{color:#232222;perspective:1000px;background-color:#f7b650;border-radius:3px;padding:15px 30px 14px 20px;font-family:Poppins-Medium,sans-serif;font-size:24px;font-weight:500;text-decoration:none;animation:5s cubic-bezier(.36,.07,.19,.97) infinite both shake;display:block;position:relative;transform:translate(0,0)}a.sticky-header__button-anchor:after{content:"";vertical-align:middle;background-image:url(/images/chevron_right_narrow-828734149f.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;width:9px;height:20px;margin-left:5px;display:inline-block}a.sticky-header__button-mobile{width:240px;display:none}@keyframes shake{0%,90%,to{transform:translate(0,0)}92%,96%{transform:translate(-2px)}94%,98%{transform:translate(2px)}}@media (width<=991px){.sticky-header__text{white-space:nowrap;font-size:22px;line-height:20px}a.sticky-header__button-anchor{white-space:nowrap;padding:14px 30px 14px 18px;font-size:16px}a.sticky-header__button-anchor:after{width:8px;height:14px;margin-left:8px}}@media (width<=992px) and (height<=700px){.sticky-header__text{white-space:nowrap;font-size:22px;line-height:20px}a.sticky-header__button-anchor{white-space:nowrap;padding:14px 30px 14px 18px;font-size:16px}a.sticky-header__button-anchor:after{width:8px;height:14px;margin-left:8px}}@media (width<=768px){.sticky-header__button{text-align:center;width:100%}.sticky-header__text,a.sticky-header__button-desktop{display:none}a.sticky-header__button-mobile{display:inline-block}}