/* Variáveis e posição do banner de cookies (copiadas do site original) */
#silktide-wrapper {
--focus: 0 0 0 2px #ffffff, 0 0 0 4px #000000, 0 0 0 6px #ffffff;
--boxShadow: -5px 5px 10px 0px #00000012, 0px 0px 50px 0px #0000001a;
--fontFamily: Helvetica Neue, Segoe UI, Arial, sans-serif;
--primaryColor: #1c335e;
--backgroundColor: #FFFFFF;
--textColor: #000000;
--backdropBackgroundColor: #00000033;
--backdropBackgroundBlur: 0px;
--cookieIconColor: #1c335e;
--cookieIconBackgroundColor: #ffffff;
position: fixed;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
z-index: 99999;
pointer-events: none;
border: 0px;
display: flex;
justify-content: center;
align-items: center;
}
