.social-float-wrapper{bottom:110px;height:60px;position:fixed;right:85px;width:60px;z-index:9999}.social-float-wrapper .social-panel{align-items:center;background:transparent;border:none;box-shadow:none;display:flex;height:100%;justify-content:center;overflow:visible;position:relative;width:100%}.social-float-wrapper .open-trigger{align-items:center;-webkit-appearance:none;background:#fff;border:1px solid #0083b0;border-radius:50%;box-shadow:0 1px 27px 3px rgba(0,131,176,.38);cursor:pointer;display:flex;height:60px;justify-content:center;left:0;outline:none;padding:0;position:absolute;top:0;transition:all .4s ease;width:60px;z-index:10;-webkit-tap-highlight-color:transparent}.social-float-wrapper .launch-icon{color:#0082a3;height:28px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);width:26px}.social-float-wrapper .social-panel.is-active .launch-icon{opacity:0;transform:scale(.2) rotate(45deg)}.social-float-wrapper .launch-icon .rocket-body{transition:stroke .3s ease}.social-float-wrapper .launch-icon .thrust-line{animation:blast-off .6s linear infinite;animation-delay:var(--delay);stroke-opacity:.6;transform-origin:center}.social-float-wrapper .social-panel.is-active .launch-icon .thrust-line{animation:none}@media (hover:hover){.social-float-wrapper .social-panel:not(.is-active) .open-trigger:hover{border:1px solid rgba(250,128,114,.87);box-shadow:0 1px 27px 3px rgba(250,128,114,.68)}.social-float-wrapper .social-panel:not(.is-active) .open-trigger:hover .launch-icon{animation:fly-loop .8s cubic-bezier(.4,0,.2,1) forwards}.social-float-wrapper .social-panel:not(.is-active) .open-trigger:hover .launch-icon .rocket-body{stroke:salmon}}@keyframes fly-loop{0%{opacity:1;transform:translate(0) scale(1)}35%{opacity:0;transform:translate(40px,-40px) scale(.6)}36%{opacity:0;transform:translate(-40px,40px) scale(.6)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes blast-off{0%{stroke-opacity:.6;transform:translate(0)}50%{stroke-opacity:1;transform:translate(-2px,2px)}to{stroke-opacity:0;transform:translate(-4px,4px)}}.social-float-wrapper .icon-list{align-items:center;display:flex;height:100%;justify-content:center;left:0;overflow:visible;pointer-events:none;position:absolute;top:0;width:100%;z-index:5}.social-float-wrapper .separator{display:none}.social-float-wrapper .social-sharing__link{align-items:center;background:#fff;border:1px solid #0083b0;border-radius:50%;box-shadow:0 4px 15px rgba(0,131,176,.25);display:flex;height:46px;justify-content:center;opacity:0;pointer-events:none;position:absolute;text-decoration:none;transform:translateY(0) scale(.5);transition:all .5s cubic-bezier(.175,.885,.32,1.275);width:46px}.social-float-wrapper .social-panel.is-active .social-sharing__link{opacity:1;pointer-events:auto;transform:translateY(-75px) scale(1)}.social-float-wrapper .social-panel .social-sharing__link svg{fill:#0083b0;height:20px;transition:fill .3s ease-in-out;width:20px}.social-float-wrapper .social-panel .social-sharing__link:hover{border-color:salmon}.social-float-wrapper .social-panel .social-sharing__link:hover svg{fill:salmon}.social-float-wrapper .dismiss-trigger{align-items:center;background:transparent;border:none;border-radius:50%;cursor:pointer;display:flex;height:32px;justify-content:center;left:50%;opacity:0;padding:0;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%) scale(0) rotate(-90deg);transition:all .4s cubic-bezier(.175,.885,.32,1.275);width:32px;z-index:15}.social-float-wrapper .social-panel.is-active .dismiss-trigger{opacity:1;pointer-events:auto;transform:translate(-50%,-50%) scale(1) rotate(0)}.social-float-wrapper .dismiss-trigger svg circle{transition:fill .2s ease}.social-float-wrapper .dismiss-trigger:hover svg circle{fill:#e8f5f8}.social-float-wrapper .floating-text{left:80px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:max-content}.social-float-wrapper .floating-text span{color:#0083b0;font-family:Futura Md BT,sans-serif;font-size:18px;letter-spacing:.5px;position:relative}.social-float-wrapper .floating-text span:after{background-color:#8abac7;bottom:-6px;content:"";height:2px;left:0;position:absolute;width:40%}@media (max-width:993px){.social-float-wrapper .floating-text{display:none}.social-float-wrapper{bottom:111px;right:15px}.social-float-wrapper .open-trigger,.social-float-wrapper .social-float-wrapper{height:50px;width:50px}.social-float-wrapper .social-sharing__link{height:40px;width:40px}.social-float-wrapper .social-panel.is-active .social-sharing__link{transform:translateY(-65px) scale(1)}}