.stickyanchor{background-color:#c8354c;color:#fff;padding:10px 20px;position:sticky;position:-webkit-sticky;visibility:hidden;height:0;}.stickyanchor .content{position:relative;left:50%;transform:translateX(-50%);max-width:1440px;display:flex;align-items:center;justify-content:space-between;padding:0 30px;}.stickyanchor .content a{color:#fff;text-decoration:none;font-weight:700;margin:0;font-size:18px;}.stickyanchor .content a:hover{opacity:.8;}.stickyanchor .content .content__text{display:flex;font-family:Barlow;}.stickyanchor .content .content__text>a{margin-right:100px;}.stickyanchor .content .button{border:2px solid #fff;font-size:14px;font-weight:400;padding:10px 30px;}.stickyanchor .content .button:hover{background-color:unset!important;}.stickyanchor__fixed{visibility:visible;height:auto;top:58px;width:100%;z-index:19;box-shadow:0 2px 5px rgba(34,34,34,.39);}.stickyanchor__fixed>*{animation-name:fixed;animation-duration:1s;}@keyframes fixed{from{opacity:0;}to{opacity:1;}}@media (max-width:767px){.stickyanchor .content__text{font-family:Barlow;}.stickyanchor .content__text>a{font-size:15px;}.stickyanchor .content__links{display:none;}}