.cb-cookie-popup{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.4);z-index:99999}.cb-cookie-popup.show{display:block}.cb-cookie-popup__dialog{padding:30px;position:absolute;top:50%;left:50%;max-width:90vw;max-height:95vh;overflow-y:auto;width:400px;transform:translate(-50%, -50%);text-align:center;padding:unset;box-shadow:0 3px 20px #00000029;border:1px solid #CBD2D8;border-radius:10px}.cb-cookie-popup__dialog .btn-list{display:flex;text-align:center;border-top:1px solid #CBD2D8}.cb-cookie-popup__dialog .btn-list>*{transition:all .5s ease;width:50%;margin:auto}.cb-cookie-popup__dialog .btn-list>*:hover,.cb-cookie-popup__dialog .btn-list>*:hover a{color:white}.cb-cookie-popup__dialog .btn-list>:first-child{border-right:1px solid #CBD2D8}.cb-cookie-popup__title{color:white}.cb-cookie-popup__close{position:absolute;top:15px;right:15px;width:25px;height:25px;background-color:#fff;border-radius:50%;text-align:center;line-height:25px;cursor:pointer;user-select:none}.cb-cookie-popup__cookie{padding:1rem}.cb-cookie-popup__cookie-image{width:100px;margin:0 auto}.cb-cookie-popup__cookie-content{margin-top:15px}.cb-cookie-popup__cookie-content a,.cb-cookie-popup__cookie-content a:hover,.cb-cookie-popup__cookie-content a:active,.cb-cookie-popup__cookie-content a:visited{font-weight:bold;color:white}.cb-cookie-popup__cookie-content .cb-cookie-popup__cookie-accept{display:none}.cb-cookie-popup__cookie-accept{margin-top:30px;margin-bottom:15px}.cb-cookie-popup__cookie-privacy:hover,.cb-cookie-popup__cookie-privacy:active,.cb-cookie-popup__cookie-privacy:visited{color:white}.cb-cookie-popup__cookie-deny{display:none}.cb-cookie-popup__cookie-accept,.cb-cookie-popup__cookie-privacy{transition:all .5s ease;padding:15px 0;margin:unset;color:gray;cursor:pointer}.cb-cookie-popup__cookie-accept:not(a):hover,.cb-cookie-popup__cookie-privacy:not(a):hover{background-color:var(--hover-color)}.cb-cookie-popup.Bottom{pointer-events:none;background-color:unset}.cb-cookie-popup.Bottom .cb-cookie-popup__dialog{pointer-events:all;text-align:left;left:unset;top:unset;transform:unset;right:1rem;bottom:1rem}.cb-cookie-popup.lyingdown{pointer-events:none;background-color:unset}.cb-cookie-popup.lyingdown .cb-cookie-popup__dialog{pointer-events:all;text-align:left;top:unset;left:unset;transform:unset;right:1rem;bottom:1rem;width:800px;display:flex}.cb-cookie-popup.lyingdown .cb-cookie-popup__dialog .btn-list{display:none}.cb-cookie-popup.lyingdown .cb-cookie-popup__cookie{display:flex}.cb-cookie-popup.lyingdown .cb-cookie-popup__cookie-image{width:50px}.cb-cookie-popup.lyingdown .cb-cookie-popup__cookie-content{display:flex}.cb-cookie-popup.lyingdown .cb-cookie-popup__cookie-content .h3{display:none}.cb-cookie-popup.lyingdown .cb-cookie-popup__cookie-content .cb-cookie-popup__cookie-accept{display:block;margin-top:auto}.cb-cookie-popup.lyingdown .cb-cookie-popup__cookie-content .privacy{color:inherit;display:inline;text-decoration:underline;font-weight:inherit;transition:all .5s ease}.cb-cookie-popup.lyingdown .cb-cookie-popup__cookie-content .privacy:hover{filter:brightness(.5)}.cb-cookie-popup.lyingdown .cb-cookie-popup__cookie-deny{display:block;position:absolute;right:1rem;top:1rem;background:black;filter:invert(1)}