.floating-button{position:fixed;z-index:3}.floating-button__button{align-items:center;background:#0dc152;border-radius:3rem;box-shadow:0 1px 6px rgb(0 0 0/6%),0 2px 32px rgba(0,0,0,.16);color:#fff;cursor:pointer;display:inline-flex;font-size:14px;gap:8px;height:40px;justify-content:center;line-height:100%;padding:12px 24px;transition:box-shadow 80ms ease-in-out,width .4s ease .2s;white-space:nowrap}.floating-button__button .hs_cos_wrapper_type_icon{flex:0 0 20px;height:20px;width:20px;fill:#fff;position:relative;top:-2px}.floating-button__button:focus,.floating-button__button:hover{box-shadow:0 2px 8px rgb(0 0 0/9%),0 4px 40px rgba(0,0,0,.24);color:#fff}@media screen and (max-width:850px){.floating-button{bottom:104px}}@media screen and (max-width:767px){.floating-button__button{height:70px;width:70px}.floating-button__button__text{display:none}}