.cookie-btn{position:fixed;bottom:120px;left:24px;z-index:110;display:flex;justify-content:center;align-items:center;padding:3px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);pointer-events:auto;overflow:hidden;transition:all .3s ease;width:50px;height:50px;cursor:pointer}.cookie-btn .logo-container{position:relative;display:flex;align-items:center;justify-content:center;color:var(--theme-color-1)}.cookie-btn .logo-container,.cookie-btn .logo-container:after{width:100%;height:100%;background-color:var(--theme-color-1);border:1px solid var(--theme-color-3);transition:all .3s linear}.cookie-btn .logo-container:after{content:"";position:absolute;top:-3px;left:-3px;z-index:-1;pointer-events:none}.cookie-btn svg{stroke:var(--theme-color-5)}.cookie-btn.is-active .logo-container{background-color:var(--theme-color-5);border:1px solid var(--theme-color-1)}.cookie-btn.is-active svg{stroke:var(--theme-color-1)}.cookie-btn:not(.is-active):hover{animation:cookieSmoothShake 1.5s ease-in-out}.cookie-btn:not(.is-active):hover .logo-container{background-color:var(--theme-color-1)}.cookie-btn:not(.is-active):hover .logo-container:after{top:2px;left:2px;width:calc(100% + 1px);height:calc(100% + 1px)}@keyframes cookieSmoothShake{0%,to{transform:translateX(0) rotate(0deg)}10%{transform:translateX(-2px) rotate(-.2deg)}20%{transform:translateX(2px) rotate(.2deg)}30%{transform:translateX(-1px) rotate(-.15deg)}40%{transform:translateX(1px) rotate(.15deg)}50%{transform:translateX(-1px) rotate(-.1deg)}60%{transform:translateX(1px) rotate(.1deg)}70%{transform:translateX(-.5px) rotate(-.05deg)}80%{transform:translateX(.5px) rotate(.05deg)}90%{transform:translateX(0) rotate(0deg)}}.cookie-popup{position:fixed;bottom:120px;left:0;width:100%;height:100%;display:flex;justify-content:flex-start;align-items:flex-end;padding:30px 30px 0 92px;z-index:103;visibility:hidden;opacity:0;transition:visibility .2s linear 0s,opacity .2s linear;pointer-events:none}.cookie-popup.show{transition-delay:.1s;visibility:visible;opacity:1;pointer-events:auto}.cookie-popup-dialog{position:relative;display:flex;width:min(520px,100vw - 60px);min-height:300px;padding:24px 28px;border-radius:1px;background:var(--theme-color-1);box-shadow:0 0 8px rgba(118,118,118,.2);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);pointer-events:auto;z-index:1;background-color:var(--theme-color-1);transition:all .3s linear}.cookie-popup-dialog:before{content:"";position:absolute;inset:0;overflow:hidden;background-attachment:fixed;background-image:repeating-linear-gradient(0deg,rgba(226,226,226,.0705882353),rgba(226,226,226,.0705882353) 1px,transparent 0,transparent 25px),repeating-linear-gradient(90deg,rgba(226,226,226,.0705882353),rgba(226,226,226,.0705882353) 1px,transparent 0,transparent 25px);background-size:25px 25px;opacity:var(--square-grid-opacity,1)}.cookie-popup-dialog:after{content:"";position:absolute;top:-4px;left:-4px;width:100%;height:100%;z-index:-1;transition:all .3s linear;pointer-events:none;border:1px solid var(--theme-color-5)}.cookie-popup-dialog:hover:after{top:3px;left:3px;width:calc(100% + 1px);height:calc(100% + 1px);border:1px solid var(--theme-color-3)}.cookie-popup-close-btn{position:absolute;width:30px;height:30px;right:10px;top:10px;background:hsla(0,0%,100%,.5019607843);cursor:pointer;z-index:1;display:flex;align-items:center;justify-content:center;box-shadow:0 0 4px rgba(0,0,0,0);transform:scale(1);transition:border-color .2s linear,background-color .2s linear}.cookie-popup-close-btn svg{width:20px;height:20px;transition:stroke .2s linear;stroke:var(--theme-color-15)}.cookie-popup-close-btn:hover svg{stroke:var(--theme-color-5)}.cookie-popup-content{position:relative;display:flex;flex-direction:column;justify-content:center;margin-top:24px;z-index:1}.cookie-popup-title{font-size:18px;font-weight:500;color:var(--theme-color-2);margin-bottom:10px}.cookie-popup-desc{font-size:13px;line-height:28px;font-weight:500;color:var(--theme-color-4);text-align:justify}.cookie-popup-desc .cookie-policy-link{color:var(--theme-color-2);transition:color .2s linear}.cookie-popup-desc .cookie-policy-link:hover{color:var(--theme-color-5)}.cookie-action-buttons{display:flex;width:100%;gap:10px;flex-wrap:wrap;margin-top:20px}.cookie-action-buttons .general-btn{margin-top:0}.cookie-action-buttons .cookie-accept-btn{margin-left:auto}#cookie-preferences-modal.cds-modal .cds-modal-dialog{width:100%;max-width:660px;margin-top:40px;margin-bottom:40px;padding:0;overflow:hidden;height:calc(100vh - 80px);max-height:600px;display:flex;flex-direction:column}#cookie-preferences-modal.cds-modal .cds-modal-dialog .close-btn{position:absolute;top:14px;right:14px;z-index:20;min-width:32px;width:32px;height:32px}#cookie-preferences-modal.cds-modal .cds-modal-dialog .cds-modal-content{padding:0;flex:1 1;min-height:0;display:flex;flex-direction:column}#cookie-preferences-modal .cookie-preferences-modal-content{width:100%;display:flex;flex-direction:column;height:100%;min-height:0}#cookie-preferences-modal .cookie-preferences-header{position:relative;display:flex;align-items:center;gap:18px;padding:28px 60px 28px 28px;overflow:hidden;background-color:var(--theme-color-1);border-bottom:1px solid var(--theme-color-11)}#cookie-preferences-modal .cookie-preferences-header:before{content:"";position:absolute;inset:0;pointer-events:none;background-image:repeating-linear-gradient(0deg,rgba(226,226,226,.168627451),rgba(226,226,226,.168627451) 1px,transparent 0,transparent 25px),repeating-linear-gradient(90deg,rgba(226,226,226,.168627451),rgba(226,226,226,.168627451) 1px,transparent 0,transparent 25px);background-size:25px 25px;opacity:var(--square-grid-opacity,1)}#cookie-preferences-modal .cookie-preferences-header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background-color:hsla(0,0%,100%,.12)}#cookie-preferences-modal .cookie-preferences-header-icon{position:relative;z-index:1;flex-shrink:0;width:46px;height:46px;display:flex;align-items:center;justify-content:center;background-color:var(--theme-color-1);border:1px solid var(--theme-color-3)}#cookie-preferences-modal .cookie-preferences-header-icon svg{stroke:var(--theme-color-5)}#cookie-preferences-modal .cookie-preferences-header-text{position:relative;z-index:1;flex:1 1;min-width:0}#cookie-preferences-modal .cookie-preferences-header-close{position:absolute;width:30px;height:30px;right:10px;top:10px;z-index:2;cursor:pointer;background-color:var(--theme-color-5);display:flex;align-items:center;justify-content:center;box-shadow:0 0 4px rgba(0,0,0,0);transform:scale(1);transition:border-color .2s linear,background-color .2s linear}#cookie-preferences-modal .cookie-preferences-header-close svg{width:20px;height:20px;transition:stroke .2s linear;stroke:var(--theme-color-1)}#cookie-preferences-modal .cookie-preferences-header-close:hover{background-color:var(--theme-color-1)}#cookie-preferences-modal .cookie-preferences-header-close:hover svg{stroke:var(--theme-color-5)}#cookie-preferences-modal .cookie-preferences-title{font-size:18px;font-weight:500;line-height:1.3;color:var(--theme-color-2);margin:0 0 4px;letter-spacing:.01em}#cookie-preferences-modal .cookie-preferences-desc{font-size:12px;line-height:1.6;color:var(--theme-color-4);margin:0}#cookie-preferences-modal .cookie-preferences-list{display:flex;flex-direction:column;flex:1 1;min-height:0;padding:0;overflow-y:auto}#cookie-preferences-modal .cookie-preferences-list::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}#cookie-preferences-modal .cookie-preferences-list{-ms-overflow-style:none;scrollbar-width:none}#cookie-preferences-modal .cookie-preference-item{border-bottom:1px solid var(--theme-color-11);background-color:var(--theme-color-1);transition:background-color .15s ease}#cookie-preferences-modal .cookie-preference-item:first-child{border-top:none}#cookie-preferences-modal .cookie-preference-item:hover{background-color:var(--theme-color-18)}#cookie-preferences-modal .cookie-preference-item.is-expanded{background-color:var(--theme-color-14)}#cookie-preferences-modal .cookie-preference-item.is-expanded .cookie-preference-row:before{opacity:1}#cookie-preferences-modal .cookie-preference-row{position:relative;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px 16px 0;margin-left:20px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}#cookie-preferences-modal .cookie-preference-row:before{content:"";position:absolute;bottom:0;left:0;right:20px;height:1px;background-color:var(--theme-color-11);opacity:0;transition:opacity .2s ease}.cookie-preference-item.is-expanded #cookie-preferences-modal .cookie-preference-row:before{opacity:1}#cookie-preferences-modal .cookie-preference-row-left{display:flex;align-items:center;gap:12px;flex:1 1;min-width:0}#cookie-preferences-modal .cookie-chevron,#cookie-preferences-modal .cookie-preference-row-right{display:flex;align-items:center;flex-shrink:0}#cookie-preferences-modal .cookie-chevron{transition:transform .25s ease;color:var(--theme-color-4)}#cookie-preferences-modal .cookie-chevron svg{stroke:var(--theme-color-4)}#cookie-preferences-modal .cookie-chevron.is-open{transform:rotate(180deg)}#cookie-preferences-modal .cookie-chevron.is-open svg{stroke:var(--theme-color-5)}#cookie-preferences-modal .cookie-preference-label{font-size:13.5px;font-weight:500;color:var(--theme-color-2);letter-spacing:.01em}#cookie-preferences-modal .cookie-preference-details{max-height:0;overflow:hidden;transition:max-height .3s ease}#cookie-preferences-modal .cookie-preference-item.is-expanded .cookie-preference-details{max-height:200px}#cookie-preferences-modal .cookie-preference-help{font-size:12.5px;line-height:1.75;color:var(--theme-color-15);padding:12px 20px 16px;margin:0}#cookie-preferences-modal .cookie-always-active{font-size:10.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--theme-color-4);border:1px solid var(--theme-color-11);padding:4px 10px}#cookie-preferences-modal .cookie-switch{position:relative;width:44px;height:24px;border-radius:12px;background-color:var(--theme-color-11);cursor:pointer;flex-shrink:0;transition:background-color .22s ease;outline:none}#cookie-preferences-modal .cookie-switch:focus-visible{box-shadow:0 0 0 3px rgba(115,127,255,.25)}#cookie-preferences-modal .cookie-switch .cookie-switch-thumb{position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background-color:var(--theme-color-1);box-shadow:0 1px 3px rgba(0,0,0,.18);transition:transform .22s ease}#cookie-preferences-modal .cookie-switch.is-on{background-color:var(--theme-color-5)}#cookie-preferences-modal .cookie-switch.is-on .cookie-switch-thumb{transform:translateX(20px)}#cookie-preferences-modal .cookie-switch.is-disabled{cursor:not-allowed;opacity:.5}#cookie-preferences-modal .cookie-preferences-actions{flex-shrink:0;padding:14px 20px;border-top:1px solid var(--theme-color-11);display:flex;align-items:center;justify-content:space-between;gap:12px;background-color:var(--theme-color-18)}#cookie-preferences-modal .cookie-preferences-actions .cookie-preferences-actions-hint{font-size:11px;color:var(--theme-color-4);letter-spacing:.01em}#cookie-preferences-modal .cookie-preferences-actions .cookie-preferences-actions-buttons{display:flex;align-items:center;gap:8px;flex-shrink:0}#cookie-preferences-modal .cookie-preferences-actions .cookie-preferences-actions-buttons .cookie-preferences-action-shell{position:relative;overflow:visible}#cookie-preferences-modal .cookie-preferences-actions .cookie-preferences-actions-buttons .cookie-preferences-action-shell:after{content:"";position:absolute;top:-3px;left:-3px;width:100%;height:100%;z-index:0;transition:all .3s linear;pointer-events:none}#cookie-preferences-modal .cookie-preferences-actions .cookie-preferences-actions-buttons .cookie-preferences-action-shell.primary:after{border:1px solid var(--theme-color-5);background-color:var(--theme-color-1)}#cookie-preferences-modal .cookie-preferences-actions .cookie-preferences-actions-buttons .cookie-preferences-action-shell.secondary:after{border:1px solid var(--theme-color-3);background-color:var(--theme-color-1)}#cookie-preferences-modal .cookie-preferences-actions .cookie-preferences-actions-buttons .cookie-preferences-action-shell:hover:after{top:2px;left:2px;width:calc(100% + 1px);height:calc(100% + 1px)}#cookie-preferences-modal .cookie-preferences-actions .cookie-preferences-actions-buttons .cookie-preferences-action-shell .general-btn{position:relative;z-index:1}#cookie-preferences-modal .cookie-preferences-actions .cookie-preferences-actions-buttons .cookie-preferences-action-shell .general-btn:before{display:none}@media screen and (max-width:1649px){.cookie-btn{bottom:105px;left:10px}.cookie-popup{bottom:105px;left:0;padding-left:76px}}@media screen and (max-width:1199px){.cookie-btn{bottom:70px;left:24px}.cookie-popup{bottom:70px;left:0;padding-left:92px}}@media screen and (max-width:767px){.cookie-btn{bottom:136px;left:24px;width:44px;height:44px;z-index:110}.cookie-btn .logo-container svg{width:16px;height:16px}.cookie-btn:hover{animation:none}.cookie-popup{bottom:188px;left:0;padding:0 16px 0 24px;z-index:100}.cookie-popup-dialog{width:min(520px,100vw - 40px);padding:16px}.cookie-popup-dialog:after{top:0;left:0;width:calc(100% + 0px);height:calc(100% + 0px);border:1px solid var(--theme-color-5)}.cookie-popup-dialog:hover:after{top:0;left:0;width:calc(100% + 0px);height:calc(100% + 0px);border:1px solid var(--theme-color-3)}.cookie-popup-content{align-items:center;text-align:center}.cookie-popup-title{font-size:16px;text-align:center;margin-bottom:10px}.cookie-popup-desc{font-size:12px;margin-bottom:10px;text-align:center}}@media screen and (max-width:991px){#cookie-preferences-modal.cds-modal .cds-modal-dialog{margin:0;width:100%;max-width:100%;height:100svh;max-height:100svh}}@media screen and (max-width:767px){#cookie-preferences-modal.cds-modal .cds-modal-dialog{margin-top:0;margin-bottom:0;height:100svh;max-height:100svh}#cookie-preferences-modal .cookie-preferences-header{padding:22px 52px 22px 20px}#cookie-preferences-modal .cookie-preferences-header-close{top:10px;right:10px}#cookie-preferences-modal .cookie-preferences-header-icon{width:40px;height:40px}#cookie-preferences-modal .cookie-preferences-actions{flex-direction:column;align-items:flex-start;gap:10px}#cookie-preferences-modal .cookie-preferences-actions .cookie-preferences-actions-buttons{width:100%;display:flex;flex-direction:column;gap:10px}#cookie-preferences-modal .cookie-preferences-actions .cookie-preferences-actions-buttons .cookie-preferences-action-shell{width:100%}#cookie-preferences-modal .cookie-preferences-actions .cookie-preferences-actions-buttons .cookie-preferences-action-shell .general-btn{width:100%;justify-content:center}}:root{--square-grid-size:25px;--square-grid-color:rgba(226,226,226,0.2);--square-grid-line-width:1px;--square-grid-opacity:1}.fuar-btn{position:fixed;bottom:60px;left:24px;z-index:110;display:flex;justify-content:center;align-items:center;padding:3px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);pointer-events:auto;overflow:hidden;transition:all .3s ease;width:50px;height:50px;cursor:pointer}.fuar-btn .logo-container{position:relative;display:flex;align-items:center;justify-content:center;color:var(--theme-color-1)}.fuar-btn .logo-container,.fuar-btn .logo-container:after{width:100%;height:100%;background-color:var(--theme-color-1);border:1px solid var(--theme-color-3);transition:all .3s linear}.fuar-btn .logo-container:after{content:"";position:absolute;top:-3px;left:-3px;z-index:-1;pointer-events:none}.fuar-btn svg{stroke:var(--theme-color-5)}.fuar-btn.is-active .logo-container{background-color:var(--theme-color-5);border:1px solid var(--theme-color-1)}.fuar-btn.is-active svg{stroke:var(--theme-color-1)}.fuar-btn:not(.is-active):hover{animation:smoothShake 1.5s ease-in-out}.fuar-btn:not(.is-active):hover .logo-container{background-color:var(--theme-color-1)}.fuar-btn:not(.is-active):hover .logo-container:after{top:2px;left:2px;width:calc(100% + 1px);height:calc(100% + 1px)}.fuar-popup{position:fixed;bottom:60px;left:0;width:100%;height:100%;display:flex;justify-content:flex-start;align-items:flex-end;padding:30px 30px 0 92px;z-index:102;visibility:hidden;opacity:0;transition:visibility .2s linear 0s,opacity .2s linear;pointer-events:none}.fuar-popup.show{transition-delay:.1s;visibility:visible;opacity:1;pointer-events:auto}.fuar-popup .fuar-popup-dialog{position:relative;display:flex;width:min(520px,100vw - 60px);min-height:300px;padding:24px 28px;border-radius:1px;background:var(--gradient-text-2);box-shadow:0 0 8px rgba(118,118,118,.2);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);pointer-events:auto;z-index:1;background-color:var(--theme-color-5);transition:all .3s linear}.fuar-popup .fuar-popup-dialog:before{content:"";position:absolute;inset:0;overflow:hidden;background-attachment:fixed;background-image:repeating-linear-gradient(0deg,rgba(226,226,226,.0705882353),rgba(226,226,226,.0705882353) 1px,transparent 0,transparent 25px),repeating-linear-gradient(90deg,rgba(226,226,226,.0705882353),rgba(226,226,226,.0705882353) 1px,transparent 0,transparent 25px);background-size:25px 25px;opacity:var(--square-grid-opacity,1)}.fuar-popup .fuar-popup-dialog:after{content:"";position:absolute;top:-4px;left:-4px;width:100%;height:100%;z-index:-1;transition:all .3s linear;pointer-events:none;border:1px solid var(--theme-color-5)}.fuar-popup .fuar-popup-dialog:hover:after{top:3px;left:3px;width:calc(100% + 1px);height:calc(100% + 1px);border:1px solid var(--theme-color-3)}.fuar-popup .close-btn{position:absolute;width:30px;height:30px;right:10px;top:10px;cursor:pointer;z-index:1;background-color:var(--theme-color-7);display:flex;align-items:center;justify-content:center;box-shadow:0 0 4px rgba(0,0,0,0);transform:scale(1);transition:border-color .2s linear,background-color .2s linear}.fuar-popup .close-btn svg{width:20px;height:20px;transition:stroke .2s linear;stroke:var(--theme-color-1)}.fuar-popup .close-btn:hover{background-color:var(--theme-color-1)}.fuar-popup .close-btn:hover svg{stroke:var(--theme-color-5)}.fuar-popup .fuar-popup-content{position:relative;display:flex;flex-direction:column;justify-content:center;margin-top:24px;z-index:1}.fuar-popup .fuar-popup-content .fuar-popup-title{font-size:18px;font-weight:500;color:var(--theme-color-1);margin-bottom:10px}.fuar-popup .fuar-popup-content .fuar-popup-desc{font-size:13px;line-height:28px;font-weight:500;color:var(--theme-color-16);text-align:justify}.fuar-popup .fuar-popup-content .social-icons{display:flex;align-items:center;justify-content:flex-start;gap:12px;margin-top:24px}.fuar-popup .fuar-popup-content .social-icons .icon-container{display:flex;align-items:center;justify-content:center;border:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.1);padding:8px;flex-shrink:0;cursor:pointer;transition:all .3s ease}.fuar-popup .fuar-popup-content .social-icons .icon-container svg{width:20px;height:20px;stroke:var(--theme-color-1);transition:all .3s ease}.fuar-popup .fuar-popup-content .social-icons .icon-container:hover{background-color:#fff;border:1px solid #fff}.fuar-popup .fuar-popup-content .social-icons .icon-container:hover svg{stroke:var(--theme-color-5)}.fuar-popup .fuar-popup-content .general-btn{margin-top:24px;width:-moz-fit-content;width:fit-content}@keyframes smoothShake{0%,to{transform:translateX(0) rotate(0deg)}10%{transform:translateX(-2px) rotate(-2deg)}20%{transform:translateX(2px) rotate(2deg)}30%{transform:translateX(-2px) rotate(-1deg)}40%{transform:translateX(2px) rotate(1deg)}50%{transform:translateX(-1px) rotate(-.5deg)}60%{transform:translateX(1px) rotate(.5deg)}70%{transform:translateX(-1px) rotate(-.3deg)}80%{transform:translateX(1px) rotate(.3deg)}90%{transform:translateX(0) rotate(0deg)}}@media screen and (max-width:1649px){.fuar-btn{bottom:45px;left:10px}.fuar-popup{bottom:45px;left:0;padding-left:76px}}@media screen and (max-width:1199px){.fuar-btn{bottom:10px;left:24px}.fuar-popup{bottom:10px;left:0;padding-left:92px}}@media screen and (max-width:767px){.fuar-btn{bottom:80px;left:24px;width:44px;height:44px;z-index:110}.fuar-btn .logo-container svg{width:16px;height:16px}.fuar-btn:hover{animation:none}.fuar-popup{bottom:132px;left:0;padding:0 16px 0 24px;z-index:100}.fuar-popup .fuar-popup-dialog{width:min(520px,100vw - 40px);padding:16px}.fuar-popup .fuar-popup-dialog:after,.fuar-popup .fuar-popup-dialog:hover:after{top:0;left:0;width:calc(100% + 0px);height:calc(100% + 0px);border:1px solid var(--theme-color-5)}.fuar-popup .fuar-popup-content{align-items:center;text-align:center}.fuar-popup .fuar-popup-content .fuar-popup-title{font-size:16px;text-align:center;margin-bottom:10px}.fuar-popup .fuar-popup-content .fuar-popup-desc{font-size:12px;margin-bottom:10px;text-align:center}.fuar-popup .fuar-popup-content .fuar-popup-last-desc{margin-top:8px;font-size:11px;text-align:center}}