.cookie-bubble{position:fixed;width:100%;max-width:440px;min-height:100px;border-radius:10px;background-color:#fff;box-shadow:0 2px 15px rgba(0,0,0,.2);z-index:9999;font-family:sans-serif}.cookie-bubble.top-left{top:10px;left:10px}.cookie-bubble.top-right{top:10px;right:0}.cookie-bubble.top-center{top:10px;left:calc(50vw - 200px)}.cookie-bubble.bottom-left{bottom:10px;left:10px}.cookie-bubble.bottom-right{bottom:10px;right:0}.cookie-bubble.bottom-center{bottom:10px;left:calc(50vw - 200px)}.cookie-bubble.show.top-center,.cookie-bubble.show.top-left,.cookie-bubble.show.top-right{-webkit-animation-name:popInTop;animation-name:popInTop;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:cubic-bezier(.19,1,.22,1);animation-timing-function:cubic-bezier(.19,1,.22,1);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.cookie-bubble.show.bottom-center,.cookie-bubble.show.bottom-left,.cookie-bubble.show.bottom-right{-webkit-animation-name:popInBottom;animation-name:popInBottom;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:cubic-bezier(.19,1,.22,1);animation-timing-function:cubic-bezier(.19,1,.22,1);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.cookie-bubble.hide{display:none}.cookie-bubble .cb-wrapper{position:relative;display:inline-block;padding:15px}.cookie-bubble .cb-wrapper .cb-row{position:relative;display:flex;text-align:left}.cookie-bubble .cb-wrapper .cb-row .cb-row-content .message{position:relative;width:100%;display:inline-block;color:#000;font-size:17px;margin-top:0}.cookie-bubble .cb-wrapper .cb-row .cb-row-content .cb-controls{position:relative;width:100%;float:left;margin-top:10px}.cookie-bubble .cb-wrapper .cb-row .cb-row-content #gdpr-cookie-types ul{padding-left:0}.cookie-bubble .cb-wrapper .cb-row .cb-row-content #gdpr-cookie-types ul li{list-style:none;margin-bottom:10px;width:49%;display:inline-block}.cookie-bubble .cb-wrapper .cb-row .cb-row-content #gdpr-cookie-types ul li:last-child{margin-bottom:0}.cookie-bubble .cb-wrapper .cb-row .cb-image{padding-right:23px}.cookie-bubble .cb-wrapper .cb-row .cb-image .cookie-inner-color{fill:#00a4ff}.cookie-bubble .cb-wrapper .cb-row .cb-image svg{width:75px}.cookie-bubble .cb-wrapper .cb-row .agreement-btn{text-decoration:none;color:#fff;background:#00a4ff;padding:10px 20px;border-radius:100px;font-size:13px;opacity:1;border:none;cursor:pointer;text-transform:uppercase;font-weight:600;float:left;margin:0 10px 0 0}.cookie-bubble .cb-wrapper .cb-row .agreement-btn:hover{background-color:#0083cc}.cookie-bubble .cb-wrapper .cb-row .cookie-policy-btn{background:transparent;margin:0;color:#000;padding:10px 0;border-radius:100px;font-size:14px;opacity:.95;border:none;cursor:pointer;font-weight:400;float:right}.cookie-bubble .cb-wrapper .cb-row .cookie-policy-btn:hover{opacity:1;text-decoration:underline}.cookie-bubble .cb-wrapper .cb-row .cookie-policy-btn:disabled{cursor:not-allowed;text-decoration:none;opacity:.3}.cookie-bubble .copyright-wrapper{margin-top:10px}.cookie-bubble .copyright-wrapper a.copyright{position:absolute;width:50px;height:14px;bottom:8px;right:7px;background:url(/vendor/cookie-consent/img/netipar-copyright.svg);background-size:cover;text-indent:-9999px}@-webkit-keyframes popInBottom{0%{transform:translateY(120%)}to{transform:translateY(0)}}@keyframes popInBottom{0%{transform:translateY(120%)}to{transform:translateY(0)}}@-webkit-keyframes popInTop{0%{transform:translateY(-120%)}to{transform:translateY(0)}}@keyframes popInTop{0%{transform:translateY(-120%)}to{transform:translateY(0)}}@media (max-width:420px){.cookieBubble{border-radius:0;max-width:inherit;left:0!important;bottom:0!important}}@media (max-width:420px){.cookieBubble .cb-image{display:none}}#gdpr-cookie-types{transition:all .3s ease-in;overflow:hidden}#gdpr-cookie-types:not(.active){display:none}