.cmp-fixedbar{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;background-color:var(--fixedbar-backgroundcolor);bottom:-200px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-direction:column;flex-direction:column;left:16px;margin:0 -16px;padding:16px;position:fixed;-webkit-transition:all 1s;transition:all 1s;z-index:1000000000}@media(min-width:1024px){.cmp-fixedbar{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;bottom:-100px;-webkit-column-gap:6px;-moz-column-gap:6px;column-gap:6px;justify-content:center}}.cmp-fixedbar.--author{bottom:0;min-height:100px;position:relative!important}.cmp-fixedbar.--show{bottom:0}.cmp-fixedbar.--hide{bottom:-200px}@media(min-width:1024px){.cmp-fixedbar.--hide{bottom:-100px}}.cmp-fixedbar.--disabled{display:hidden}.cmp-fixedbar_title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}@media(min-width:1024px){.cmp-fixedbar_title{cursor:text}}.cmp-fixedbar_title.--active{padding-bottom:16px}@media(min-width:1024px){.cmp-fixedbar_title.--active{padding-bottom:unset}}.cmp-fixedbar_title.--active i.fa-angle-down:before{-webkit-transform:rotate(0deg);transform:rotate(0deg)}.cmp-fixedbar_title.--active+.cmp-fixedbar_buttons{max-height:100vh}.cmp-fixedbar_title h3{font-size:14px;line-height:16px;padding-left:22px;pointer-events:none;text-align:center;width:100%}@media(min-width:1024px){.cmp-fixedbar_title h3{padding-left:0;text-align:start}}.cmp-fixedbar_title h3>p{margin:0}.cmp-fixedbar_title i.fa-angle-down{display:-webkit-box;display:-ms-flexbox;display:flex;width:22px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;pointer-events:none;-webkit-transition:all .2s;transition:all .2s}.cmp-fixedbar_title i.fa-angle-down:before{background-color:#fff;-webkit-transform:rotate(180deg);transform:rotate(180deg)}@media(min-width:1024px){.cmp-fixedbar_title i.fa-angle-down{display:none}}.cmp-fixedbar_buttons{display:-webkit-box;display:-ms-flexbox;display:flex;max-height:0;overflow:hidden;-webkit-transition:all .2s;transition:all .2s;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:calc(var(--fixedbar-gap, 16px)/2)}@media(min-width:1024px){.cmp-fixedbar_buttons{display:-webkit-box;display:-ms-flexbox;display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:var(--fixedbar-gap,16px);max-height:unset;overflow:unset}}.cmp-fixedbar_buttons .cmp-buttoncontainer{row-gap:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(min-width:1024px){.cmp-fixedbar_buttons .cmp-buttoncontainer{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:unset;flex-wrap:unset}}.cmp-fixedbar .cmp-text p,.cmp-fixedbar_buttons .cmp-buttoncontainer button{margin:0}