.topstripe{color:var(--topstripe-c);background:var(--topstripe-bg);position: relative;z-index: 999;}
.topstripe .container{position:relative;display:flex;align-items:center;justify-content:center;font-size:.9em;margin-top:-100%}
.topstripe .container.active{margin-top:0}
.topstripe__container-text{padding:10px 15px}
.topstripe__container-img .topstripe__text {position:absolute}
.topstripe__container-img .topstripe__close {position:absolute;right:30px}
.topstripe__text{padding:0 15px 0 0}
.topstripe a{color:var(--topstripe-c);margin-left: 5px;text-decoration: underline;}
.topstripe a:hover{text-decoration: none;}
.topstripe__close{position: absolute;right: 30px;width:20px;color:var(--topstripe-c);font-size: 19px;font-weight: 300;line-height:19px;cursor:pointer}