.pop-up{background-color:#f66;border-radius:50%;bottom:66px;cursor:pointer;max-width:300px;padding:10px;position:fixed;right:16px;transition:border-radius .05s ease-in-out;transition:box-shadow .5s ease-in-out;z-index:2}.pop-up:hover{box-shadow:0 0 10px #888}.pop-up a{cursor:pointer}a.btn-show{display:block;height:30px;width:30px}.pop-up .pop-up-content{flex-direction:column}.pop-up .pop-up-content h2{margin:0}.pop-up-content a.btn-close{align-self:flex-end;background-color:#f66;border:none;border-radius:0;height:15px;width:15px}a.btn-close svg,a.btn-show svg{height:100%;width:auto}a.btn-close svg,a.btn-close svg path,a.btn-show svg,a.btn-show svg path{color:#fff;fill:#fff}.pop-up{color:#fff}.pop-up-content a.btn-cta{align-items:center;background-color:#fff;border-radius:5px;color:#f66;display:flex;flex-direction:column;justify-content:center;padding:5px 0;text-decoration:none;width:100%}.pop-up-content{display:none}.pop-up-content.open{display:flex}a.btn-show.hide{display:none}