@keyframes rotate{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}@keyframes slideInLeft{0%{left:-50%}to{left:0}}.button-fixed{position:fixed;bottom:18px;z-index:inherit;transition:all .2s ease;display:flex;justify-content:center;align-items:center;font-size:1rem;color:var(--color-white);cursor:pointer;border:none;outline:none;width:170px;padding:15px 20px;border-radius:25px;background:var(--color-sherpa-blue-1)}.button-fixed:disabled{opacity:.8;cursor:default}.button-fixed.survey{width:230px}@media only screen and (max-width:360px){.button-fixed.survey{width:auto;padding:12px 26px;text-align:center}.button-fixed.survey .button-arrow__name{width:100%}.button-fixed.survey .right{display:none}}@media only screen and (max-width:600px)and (min-width:361px){.button-fixed.survey{width:auto;padding:12px 26px;text-align:center}.button-fixed.survey .button-arrow__name{width:100%}.button-fixed.survey .right{display:none}}@media only screen and (min-width:601px)and (max-width:767px){.button-fixed.survey{width:auto;padding:12px 26px;text-align:center}.button-fixed.survey .button-arrow__name{width:100%}.button-fixed.survey .right{display:none}}.button-fixed.transparent{color:var(--color-sherpa-blue-1);cursor:pointer;border:none;outline:none;width:auto;padding:15px 20px;border-radius:25px;background:var(--color-white)}.button-fixed.transparent .arrow{transform:rotate(0deg)}.button-fixed.border{border:1px solid var(--color-sherpa-blue-1)}.button-fixed.signUp{height:44px;width:180px}.button-fixed.businessSignUp{height:44px;width:180px;border-radius:7px;background-color:var(--color-sherpa-blue-3)}.button-fixed.businessSignUp__name{font-size:1rem;color:#fff;line-height:1.6875rem}.button-fixed.businessSignUp .arrow{padding-right:10px}.button-fixed.which-disc{height:44px;width:180px;border-radius:7px;color:var(--color-sherpa-blue-1);background-color:var(--color-white);border:1px solid var(--color-sherpa-blue-1)}.button-fixed.which-disc:hover{color:var(--color-white);background-color:var(--color-sherpa-blue-1)}.button-fixed.which-disc .arrow{display:none}@media only screen and (max-width:360px){.button-fixed{padding:12px 13px}}@media only screen and (max-width:600px)and (min-width:361px){.button-fixed{padding:12px 13px}}@media only screen and (max-width:360px){.button-fixed{font-size:.875rem}}.button-fixed .arrow{font-weight:100;transform:rotate(180deg);display:flex;align-items:center}.button-fixed .arrow img{width:17px;margin-right:10px}.button-fixed img.icon-loading{display:none;top:50%;right:5px;width:24px;height:24px;display:block;position:absolute;animation:rotate 2s linear infinite}@media only screen and (max-width:360px){.button-fixed img.icon-loading{right:0}}@media only screen and (max-width:600px)and (min-width:361px){.button-fixed img.icon-loading{right:0}}.button-fixed__border{font-weight:700}@media only screen and (max-width:360px){.button-fixed__border{display:none}}@media only screen and (max-width:600px)and (min-width:361px){.button-fixed__border{display:none}}@media only screen and (min-width:601px)and (max-width:767px){.button-fixed__border{display:none}}.button-fixed__name{font-weight:700}