#my-cookie__consent{width:100%;max-width:400px;background:#fff;position:fixed;left:20px;bottom:20px;border-radius:10px;transition:all .8s cubic-bezier(.65,.05,.36,1);opacity:0;z-index:9999;font-size:inherit;box-shadow:rgb(0 0 0 / 10%) 1px 1px 14px 6px;transform:translateY(50px)}#my-cookie__consent.active{transform:translateY(0);opacity:1}#my-cookie__consent .my-cookie__container{max-width:90%;margin:0 auto;display:flex;flex-direction:column;align-items:center;padding:25px 0}#my-cookie__consent .my-cookie__open-settings{font-size:16px!important;position:relative;cursor:pointer;white-space:nowrap}#my-cookie__consent .my-cookie__desc{padding-right:0!important;font-size:16px!important}#my-cookie__consent .my-cookie__accept-button{margin-left:30px;font-size:16px!important;padding:12px 16px!important;color:#fff;background:var(--e-global-color-accent);padding:10px 20px;border-radius:5px;cursor:pointer;white-space:nowrap}#my-cookie__consent .my-cookie__container,#my-cookie__consent .my-cookie__open-settings,#my-cookie__consent .my-cookie__open-accept-btn{color:#000}#my-cookie__consent .my-cookie__open-settings::before{content:'';bottom:-4px;width:100%;height:2px;background:#000;position:absolute}#my-cookie__consent .my-cookie__controls{margin-left:auto;display:flex;align-items:center;margin-top:10px}.my-cookie__button.blue{color:#fff}@media screen and (max-width:480px){#my-cookie__consent .my-cookie__container .my-cookie__controls{flex-direction:column;align-items:start;align-self:start}#my-cookie__consent .my-cookie__container{padding:25px;box-sizing:border-box;max-width:100%}#my-cookie__consent .my-cookie__accept-button{margin-left:0;margin-top:1.6rem}#my-cookie__consent.active{max-height:500px}}@media screen and (max-width:767px){#my-cookie__consent{max-width:calc(100% - 112px);background:#fff;position:fixed;bottom:20px;left:20px;right:0}}