.hide{display:none}
.show{display:block}
#cookie-modal{display:block}
#cookie-modal.modal{position:fixed;bottom:0;right:0;left:auto;top:auto}
#cookie-modal .modal-dialog{margin-top:0;margin-bottom:0}
#cookie-modal .aubergine-button-dark{border:1px solid #582c4f}
#cookie-modal .aubergine-button-dark:hover{border:1px solid #7d5a78}
@media screen and (min-width:768px){#cookie-modal.modal{right:18%}
}
@media screen and (max-width:426px){#cookie-modal .link2{font-size:12px;font-weight:400}
#cookie-modal .link2:active,#cookie-modal .link2:hover{font-size:12px;font-weight:400}
}
.up-arrow-transform{transform:rotate(178deg)}
#cookie-modal .link2{color:#582c4f;font-size:14px;font-weight:400;-webkit-text-decoration:underline #582c4f;text-decoration:underline #582c4f}
#cookie-modal .link2:active,#cookie-modal .link2:hover{color:#582c4f;font-size:14px;font-weight:400;-webkit-text-decoration:underline #582c4f;text-decoration:underline #582c4f}
#cookie-modal .btn-transparent{background:0}
#cookie-modal ul{list-style-type:disc}
@media screen and (max-width:767px){.chatbot .chatbotv1-margbottom{margin-bottom:100%}
}
@media only screen and (max-width:767px) and (orientation:portrait){.chatbot .chatbotv1-margbottom{margin-bottom:100%}
}
@media only screen and (max-width:767px) and (orientation:landscape){.chatbot .chatbotv1-margbottom{margin-bottom:100%}
}
@media screen and (min-width:768px) and (max-width:991px){.chatbot .chatbotv1-margbottom{margin-bottom:12%}
}
@media screen and (min-width:992px) and (max-width:1024px){.chatbot .chatbotv1-margbottom{margin-bottom:9%}
}
@media screen and (max-width:281px) and (orientation:portrait){.chatbot .chatbotv1-margbottom{margin-bottom:150%}
}
#cookie-modal input[type='checkbox']{display:none}
#cookie-modal input[type='checkbox']+.box:before,#cookie-modal input[type='checkbox']+.box:after{transition:all .3s}
#cookie-modal input[type='checkbox']+.box:after{position:absolute;left:4px;top:6px;margin-top:-5px;margin-left:-4px;display:inline-block;content:' ';width:20px;height:20px;border:2px solid #999;border-radius:2px;background-color:#fff;z-index:1000}
#cookie-modal input[type='checkbox']:checked+.box:after{background-color:#46143c;border-color:#46143c}
#cookie-modal input[type='checkbox']:checked,#cookie-modal input[type='checkbox']:disabled+.box:after{background-color:#876d81;border-color:#876d81;cursor:not-allowed}
#cookie-modal input[type='checkbox']:checked+.box:before{transform:rotate(45deg);position:absolute;left:7px;top:4px;width:6px;height:13px;border-width:2px;border-style:solid;border-top:0;border-left:0;border-color:#fff;content:'';z-index:10000}
#cookie-modal .checkbox label{padding-left:10px}
#cookie-modal ul{margin-left:20px}
.p-not-allowed{cursor:not-allowed}