.cookiemodal-content{display:none;position:fixed;bottom:0;left:0;padding:0;width:100%;margin:0;box-shadow:-2px 0 8px 0 #00029;z-index:1000;background-color:rgba(246,251,255,0.92)}
.cookiemodal-content div{margin:0}
.gdpr-close-btn{position:absolute;top:0;right:8px;font-size:20px;cursor:pointer;z-index:1000}
body{padding:0;margin:0}
.gdpr-container{width:100%;height:100%;font-family:'Roboto',serif}
.gdpr-popup{display:flex;padding:32px;width:100%;height:100%;box-sizing:border-box;gap:20px;align-items:end;justify-content:space-around}
.gdpr-popup-row{display:flex;flex-direction:column;color:#537680;height:100%;flex:1}
.gdpr-popup-row-title{font-weight:700;font-size:16px;color:#0b4859}
.gdpr-popup-row-content{padding-top:8px;font-weight:400;font-size:14px;color:#537680}
.gdpr-popup-row-button{display:flex;flex-direction:row;flex-grow:1;flex-shrink:1;justify-content:center;align-items:center;border-radius:4px;border:1px solid #0b4859;cursor:pointer;padding:10px 16px;font-weight:500;font-size:16px}
.gdpr-popup-row-checkbox{-webkit-appearance:checkbox;-moz-appearance:checkbox;width:20px;height:20px;vertical-align:middle;accent-color:#0b4859;margin:0 4px 2px 4px;border-radius:4px}
.gdpr-popup-custom-zone{display:none;color:#0b4859;font-size:16px;font-weight:500;padding-top:32px;gap:24px}
.gdpr-button{display:flex;gap:16px}
.gdpr-button-basic{display:flex;gap:16px}
.gdpr-button-custom{background-color:#fff;color:#0b4859;flex:0 0 auto}
.gdpr-button-custom-confirm{background-color:#fff;color:#0b4859;display:none;flex:0 0 auto}
.gdpr-button-essential{background-color:#0b4859;color:#fff;flex:0 0 auto}
.gdpr-button-all{background-color:#0b4859;color:#fff;flex:0 0 auto}
@media(max-width:1024px){.gdpr-popup{flex-direction:column;align-items:start;gap:32px}
.gdpr-button{width:100%}
.gdpr-button-basic{display:flex;gap:16px;flex:1;justify-content:end}
}
@media(max-width:624px){.gdpr-popup{align-items:start;gap:32px}
.gdpr-popup-custom-zone{flex-direction:column;gap:16px}
.gdpr-button{flex-direction:column}
.gdpr-button-basic{flex-direction:column}
}