.custom-cookie-banner{width:600px;height:auto;min-height:296px;position:fixed;bottom:0;left:0;right:0;border-radius:16px;z-index:9999;display:flex;justify-content:center;align-items:start;flex-direction:column;margin-left:20px;animation:slideUpBanner .3s ease-out}.custom-cookie-banner.hidden{display:none!important}.custom-cookie-banner.visible{display:flex!important;align-items:start;flex-direction:column}.cookie-banner-content{background:white;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,0.15);max-width:800px;width:65%;padding:20px;position:relative}.cookie-banner-header{display:flex;justify-content:space-between;align-items:flex-start}.cookie-banner-title{color:#1a1a1a;font-family:Inter;font-weight:700;font-size:14px;font-style:normal;line-height:24px;letter-spacing:-0.27px}.cookie-banner-close{background:transparent;border:none;color:#666;cursor:pointer;padding:8px;border-radius:8px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:32px;height:32px}.cookie-banner-close:hover{background:#f5f5f5;color:#333}.cookie-banner-close:focus{outline:none}.cookie-banner-close svg{width:16px;height:16px}.cookie-banner-text{margin-bottom:20px}.cookie-banner-text p{font-family:Inter;font-size:13px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:-0.176px;color:#333;margin:0}.cookie-banner-text a{text-decoration:underline}.cookie-banner-divider{height:1px;background:#e5e7eb;margin-bottom:24px}.cookie-banner-actions{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}.cookie-btn{font-family:Inter;font-size:13px!important;font-style:normal;font-weight:500;line-height:20px;letter-spacing:-0.084px;padding:.5rem!important;border:1px solid #171717;cursor:pointer;transition:all .2s ease;min-width:140px;text-align:center}.cookie-btn:focus{outline:none}.cookie-btn.cookie-btn-customize{background:white;color:#8b5cf6;border:1px solid var(--purple-800,#4C25A7)!important;outline:none!important;box-shadow:none!important}.cookie-btn.cookie-btn-customize:hover{background:#f8fafc;box-shadow:0 4px 12px rgba(139,92,246,0.2)!important}.cookie-btn.cookie-btn-mandatory{background:white;color:#8b5cf6;border:1px solid var(--purple-800,#4C25A7)}.cookie-btn.cookie-btn-mandatory:hover{background:#f8fafc;box-shadow:0 4px 12px rgba(139,92,246,0.2)!important}@keyframes slideUpBanner{from{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.cookie-settings-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.5);backdrop-filter:blur(8px);z-index:10000;display:flex;justify-content:center;align-items:center;padding:20px}.cookie-settings-modal.hidden{display:none!important}.cookie-settings-modal.visible{display:flex!important}.cookie-settings-content{background:white;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,0.15);max-width:700px;width:100%;max-height:90vh;overflow-y:auto;position:relative;animation:modalSlideIn .3s ease-out;padding:30px}.cookie-settings-header{background-color:yellow;height:44px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f0f0f0;background:white;top:0;z-index:10}.hevo-logo{display:flex;align-items:center;gap:8px}.hevo-icon{display:flex;align-items:center;justify-content:center;max-height:24px;max-width:80px;margin-bottom:20px}.hevo-icon img{height:100%;width:100%}.cookie-settings-body{padding:12px 0 0 0;background:white}.cookie-settings-title{color:#1a1a1a;font-family:Inter;font-size:18px;font-style:normal;font-weight:700;line-height:27px;letter-spacing:-0.27px;margin-bottom:12px}.cookie-settings-intro p{color:#333;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:21px;letter-spacing:-0.084px}.cookie-settings-intro a{color:#171717;text-decoration:underline}.cookie-settings-intro a:hover{color:#171717;font-weight:600}.more-about-cookies{color:#8b5cf6;text-decoration:none;font-weight:500;transition:color .2s ease;font-size:16px}.more-about-cookies:hover{color:#7c3aed}.cookie-categories-title{color:#1a1a1a;font-family:Inter;font-size:18px;font-style:normal;font-weight:700;line-height:27px;letter-spacing:-0.27px;margin:20px 0 12px 0}.cookie-category{border-bottom:1px solid #f0f0f0;gap:16px}.cookie-category:last-child{border-bottom:none}.cookie-category.expanded .category-header{background-color:#f8fafc;border-radius:8px 8px 0 0;padding:12px 16px;margin:0 -16px}.cookie-category.expanded .category-description{display:block}.category-header{display:flex;align-items:center;justify-content:space-between;padding:12px 0;cursor:pointer;transition:background-color .2s ease}.category-header:hover{background-color:#f8fafc;border-radius:8px;padding:12px 16px;margin:0 -16px}.category-left{display:flex;align-items:center;gap:12px;flex:1}.category-arrow{color:#666;font-size:14px;font-weight:bold;min-width:16px;transition:transform .3s ease;display:inline-block}.category-name{color:#1a1a1a;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px;letter-spacing:-0.176px}.category-description{display:none;padding:12px 32px 16px 48px;border-top:1px solid #f0f0f0;margin:0 -16px;background-color:#fafbfc;border-radius:0 0 8px 8px}.category-description p{color:#666;font-size:14px;font-style:normal;font-weight:400;line-height:21px;letter-spacing:-0.084px;margin:0}.category-right{display:flex;align-items:center;gap:12px}.toggle-switch{position:relative;width:44px;height:24px;background:#e5e7eb;border-radius:12px;cursor:pointer;transition:background .3s ease;border:none}.toggle-switch.active{background:#171717}.toggle-switch.active .toggle-handle{transform:translateX(20px)}.toggle-switch.disabled{background:#d1d5db;cursor:not-allowed}.toggle-switch.disabled .toggle-handle{transform:translateX(20px)}.toggle-handle{position:absolute;top:2px;left:2px;width:20px;height:20px;background:white;border-radius:50%;transition:transform .3s ease;box-shadow:0 2px 4px rgba(0,0,0,0.1)}.always-active{font-family:Inter;font-size:14px;color:#666;font-weight:500}.cookie-settings-footer{background:white;border-top:1px solid #f0f0f0;bottom:0;padding-top:20px}.cookie-settings-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px;justify-content:flex-end;align-items:center}.cookie-settings-btn{display:flex;align-items:center;justify-content:center;font-family:Inter;font-size:14px;padding:12px 24px;cursor:pointer;transition:all .2s ease;min-width:140px;text-align:center;line-height:1.4;border:1px solid #171717}.cookie-settings-btn.confirm-choices{background:white;color:#171717;border:1px solid var(--purple-800,#171717);height:41px;outline:none!important;box-shadow:none!important;border-radius:999px}.cookie-settings-btn.confirm-choices:hover{background:#f8fafc;box-shadow:0 4px 12px rgba(0,0,0,0.01)!important}.cookie-settings-footer-text{font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:-0.084px;color:#666;text-align:center;display:flex;gap:4px}.cookie-settings-footer-text a{color:#171717;text-decoration:underline}.cookie-settings-footer-text a:hover{color:#171717;font-weight:600}.privacy-policy-link{color:#8b5cf6;text-decoration:underline;font-weight:500;transition:color .2s ease}.privacy-policy-link:hover{color:#7c3aed}.cookie-settings-close{position:absolute;right:20px;background:transparent;color:#666;cursor:pointer;padding:8px;border-radius:8px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:32px;height:32px;margin-bottom:20px;outline:none;border:none}.cookie-settings-close:hover{background:#f5f5f5;color:#333}.cookie-settings-close:focus{outline:none}.cookie-settings-close svg{width:16px;height:16px}@keyframes modalSlideIn{from{transform:scale(0.95);opacity:0}to{transform:scale(1);opacity:1}}@media(max-width:768px){.custom-cookie-banner{width:calc(100% - 32px);margin-left:16px;margin-right:16px;margin-bottom:16px}.cookie-banner-content{padding:24px;width:100%}.cookie-banner-header{flex-direction:row;gap:16px;align-items:flex-start}.cookie-banner-title{font-size:16px;padding-right:0}.cookie-banner-actions{flex-direction:row;gap:8px}.cookie-btn{flex:1;min-width:auto;padding:10px 16px;font-size:13px}.cookie-settings-modal{padding:16px;align-items:flex-start}.cookie-settings-content{max-height:95vh;margin-top:20px;padding:20px}.cookie-settings-header{height:auto;margin-bottom:16px}.cookie-settings-body{padding:0}.cookie-settings-title{font-size:18px;margin-bottom:16px}.cookie-settings-intro p{font-size:14px;line-height:20px}.cookie-categories-title{font-size:16px;margin:16px 0 8px 0}.category-header{padding:10px 0}.category-header:hover{padding:10px 12px;margin:0 -12px}.cookie-category.expanded .category-header{padding:10px 12px;margin:0 -12px}.category-description{padding:12px 24px 16px 36px;margin:0 -12px}.cookie-settings-footer{padding-top:16px}.cookie-settings-actions{flex-direction:row;gap:8px}.cookie-settings-btn{flex:1;min-width:auto;padding:10px 12px;font-size:13px}}@media(max-width:480px){.custom-cookie-banner{width:calc(100% - 16px);margin-left:8px;margin-right:8px;margin-bottom:8px;min-height:auto}.cookie-banner-content{padding:20px;width:100%}.cookie-banner-header{margin-bottom:16px}.cookie-banner-title{font-size:16px;line-height:20px}.cookie-settings-close{margin:0!important}.cookie-banner-text{margin-bottom:16px}.cookie-banner-text p{font-size:14px;line-height:20px}.more-about-cookies{font-size:12px!important}.cookie-banner-actions{flex-direction:column;gap:8px}.cookie-btn{width:100%;padding:12px 16px;font-size:14px}.cookie-settings-modal{padding:4px;align-items:flex-start}.cookie-settings-content{max-height:95vh;margin-top:5px;padding:12px;border-radius:12px}.cookie-settings-header{height:auto;margin-bottom:8px}.hevo-icon{width:60px;margin-bottom:8px}.cookie-settings-body{padding:0}.cookie-settings-title{font-size:16px;margin-bottom:8px}.cookie-settings-intro{margin-bottom:12px}.cookie-settings-intro p{font-size:12px;line-height:16px}.cookie-settings-close{border:0}.cookie-categories-title{font-size:14px;margin:8px 0 4px 0}.cookie-category{margin-bottom:4px}.category-header{padding:6px 8px;margin:0 -8px;border-radius:6px}.category-header:hover{padding:6px 8px;margin:0 -8px}.cookie-category.expanded .category-header{padding:6px 8px;margin:0 -8px;border-radius:6px 6px 0 0}.category-left{flex:1;min-width:180px}.category-name{font-size:14px;line-height:18px}.category-right{display:flex;align-items:center;gap:8px;padding:4px}.always-active{font-size:11px}.toggle-switch{width:36px;height:20px;margin:2px}.toggle-switch.active .toggle-handle{transform:translateX(16px)!important}.toggle-handle{width:14px;height:14px;top:3px;left:3px}.category-description{padding:6px 12px 8px 20px;margin:0 -8px;border-radius:0 0 6px 6px}.category-description p{font-size:11px;line-height:15px}.cookie-settings-footer{padding-top:8px;margin-top:8px}.cookie-settings-actions{flex-direction:column;gap:6px;margin-bottom:8px}.cookie-settings-btn{width:100%;padding:10px 14px;font-size:13px}.cookie-settings-footer-text{font-size:11px;line-height:14px;text-align:center}}