.sticky-button{position:fixed;right:0;z-index:800}.sticky-button--contact{top:120px}.sticky-button--newsletter{top:180px}@media (min-width:992px){.sticky-button--contact{bottom:auto;top:210px}.sticky-button--newsletter{bottom:auto;top:270px}}.sticky-button a{align-content:center;align-items:center;background:#f19100;color:#fff;display:flex;font-size:0;height:60px;justify-content:center;overflow:hidden;padding-left:0;padding-right:0;position:relative;text-decoration:none;transition:width .25s ease,justify-content .25s ease,padding .25s ease;width:60px}.sticky-button a svg{display:block;flex:0 0 24px;height:24px;max-width:none;width:24px}.sticky-button a .sticky-button__label{color:#fff;font-size:16px;left:60px;line-height:1;max-width:0;overflow:hidden;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transition:max-width .25s ease;white-space:nowrap}.sticky-button a:focus-visible,.sticky-button a:hover,.sticky-button:hover a{font-size:16px;justify-content:flex-start;padding-left:18px;padding-right:18px;width:var(--sticky-open-width,140px)}.sticky-button a:focus-visible .sticky-button__label,.sticky-button a:hover .sticky-button__label,.sticky-button:hover a .sticky-button__label{max-width:220px}.sticky-button--newsletter a{background:#0066b1}