@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,40%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,40%,0)}to{opacity:1;transform:translateZ(0)}}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.shareButtons{display:flex;position:relative;grid-gap:2.4rem;align-items:start;border-bottom:.1rem solid #e8ecf1;flex-direction:column;gap:2.4rem;justify-content:flex-start;margin-top:2.4rem;padding:0 0 5.2rem}@media only screen and (min-width:1101px){.shareButtons{flex-direction:row;grid-gap:1.6rem;gap:1.6rem;margin-top:6.4rem;padding:0 0 6.4rem}}.shareButtons_link{align-items:center;background-color:transparent;border:.1rem solid #e8ecf1;border-radius:.4rem;color:#000;display:inline-flex;font-size:1.4rem;justify-content:center;line-height:2rem;padding:.8rem 1.2rem;text-decoration:none;transition:color .18s ease-in-out 0s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.shareButtons_icon{height:2.4rem;width:2.4rem}.shareButtons_icon+.shareButtons_label{margin-left:.8rem}.button_backToTop{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation:fadeIn .2s;animation:fadeIn .2s;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='54' height='54' fill='none'%3E%3Cpath fill='%2300CF91' d='M0 27C0 12.088 12.088 0 27 0s27 12.088 27 27-12.088 27-27 27S0 41.912 0 27'/%3E%3Cpath fill='%23fff' d='m15 25.991 1.193 1.193 9.958-9.954v22.783h1.688V17.23l9.954 9.954 1.193-1.193L26.996 14z'/%3E%3C/svg%3E");background-position:50%;background-size:cover;border:none;border-radius:50%;bottom:5rem;height:4rem;left:90%;position:sticky;width:4rem}.button_backToTop:hover{cursor:pointer}@media only screen and (min-width:1101px){.button_backToTop{bottom:2.8rem;height:5.4rem;left:100%;margin-right:-8rem;margin-top:-5.4rem;width:5.4rem}}.button_backToTop--remove{-webkit-animation:fadeOut .2s;animation:fadeOut .2s}