.kookeey-container{font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}@keyframes slide-up{0%{opacity:0;transform:translateY(-10%)}50%{opacity:1;transform:translateY(-5%)}to{opacity:1;transform:translateY(0)}}@keyframes scale-down{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.2)}}@keyframes scale-up{0%{opacity:0;transform:scale(.2)}to{opacity:1;transform:scale(1)}}.animation{animation:scale-up .4s ease-in;-webkit-animation:scale-up .4s ease-in}.animation,.animation_down{transition:max-height .4s ease-in}.animation_down{animation:scale-down .4s ease-in;-webkit-animation:scale-down .4s ease-in}.button-icon{color:#fff;font-weight:500;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease-in-out;background:linear-gradient(90deg,#1cc986,#5ba8cf)}.button-icon-wrapper{position:relative;overflow:hidden;width:12px;height:12px;margin-left:8px}.button-icon-wrapper:after,.button-icon-wrapper:before{content:"";width:12px;height:12px;display:block;background-size:100% 100%;transition:transform .5s cubic-bezier(.23,1,.32,1);background-image:url(/websitecms/kookeey/assets/icons/button_rel.png);background-repeat:no-repeat;background-position:50%}.button-icon-wrapper:after{transform:translate(-12px)}.button-icon:hover .button-icon-wrapper:before{transform:translateX(12px) translateY(-12px)}.button-icon:hover .button-icon-wrapper:after{transform:translateX(0) translateY(-12px)}@media screen and (max-width:1024px){.button-icon-wrapper,.button-icon-wrapper:after,.button-icon-wrapper:before{width:.75rem;height:.75rem}.button-icon:hover .button-icon-wrapper:before{transform:translateX(.75rem) translateY(-.75rem)}.button-icon:hover .button-icon-wrapper:after{transform:translateX(0) translateY(-.75rem)}}