.cookie-container{max-height:90%;overflow-y:auto;overflow-x:hidden;background-color:#fff;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:50%;border:1px solid #ccc;border-radius:8px;padding:28px;z-index:1000;display:flex;flex-direction:column;gap:12px}.cookie-text{padding:12px;background-color:#f6f7fb;font-family:AvenirBook}.buttons-container{display:flex;justify-content:center;gap:8px}.switch{position:relative;display:inline-block;width:60px;height:34px}.switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc}.slider,.slider:before{position:absolute;-webkit-transition:.4s;transition:.4s}.slider:before{content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:#fff}input:checked+.slider{background-color:#01afd2}input:focus+.slider{box-shadow:0 0 1px #01afd2}input:checked+.slider:before{-webkit-transform:translateX(26px);-ms-transform:translateX(26px);transform:translateX(26px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}.cookie{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:60%;background-color:#fff;border:1px solid #ccc;border-radius:8px;text-align:center;z-index:1000;display:flex;flex-direction:column;justify-content:center;padding:16px;gap:12px}@media only screen and (max-width:1280px){.buttons-container>div>button{height:40px}}@media only screen and (max-width:768px){.cookie-container{width:80%}.cookie{width:100%}body>div.bg-blue.flex.items-center.justify-center.p-4>div>div.w-full.flex.flex-col.md\:flex-row.md\:justify-center.gap-8.md\:gap-4.justify-end.items-center>div{width:80%}body>div.bg-blue.flex.items-center.justify-center.p-4>div>div.w-full.flex.flex-col.md\:flex-row.md\:justify-center.gap-8.md\:gap-4.justify-end.items-center>div>button{width:100%}.buttons-container{display:flex;flex-direction:column;gap:8px}.buttons-container>div>button{width:100%;height:40px}}