.c-top-bar{background-color:var(--black);position:relative}.c-top-bar--red{background-color:var(--red)}.c-top-bar__content{align-items:center;display:flex;flex-direction:row;gap:16px;justify-content:center;min-height:45px}@media(max-width:992px){.c-top-bar__content{flex-direction:flex}}@media(max-width:768px){.c-top-bar__content{flex-direction:column;gap:8px;padding:12px 0}}.c-top-bar__text{color:var(--white-off);font-size:1rem;font-weight:400;line-height:100%}@media(max-width:768px){.c-top-bar__text{padding:0}}.c-top-bar__text--red{color:var(--black)}.c-top-bar .c-button{border-color:var(--white-off);color:var(--white-off);font-size:1rem;font-weight:500;height:unset;line-height:100%;margin:6.5px 0;padding:8px 16px;transition:all .3s;width:-moz-fit-content;width:fit-content}.c-top-bar .c-button--red{border-color:var(--black);color:var(--black)}@media(max-width:768px){.c-top-bar .c-button{margin:0}}.c-top-bar__close{all:unset;align-items:center;aspect-ratio:1/1;cursor:pointer;display:flex;height:44px;justify-content:center;max-height:44px;max-width:44px;position:absolute;right:0;top:50%;transform:translateY(-50%);width:44px}.c-top-bar__close,.c-top-bar__close svg{color:var(--white-off)}.c-top-bar__close:focus-visible{outline:2px solid var(--red);outline-offset:2px}.c-top-bar__close--red,.c-top-bar__close--red svg{color:var(--black)}@media(max-width:768px){.c-top-bar__close{flex-direction:column;right:0;top:0;transform:translateY(0)}}
