.cToast{background:rgb(255 255 255 / .85);backdrop-filter:blur(10px);border-radius:16px;box-shadow:0 0 74px 0 rgb(0 0 0 / .2);padding:17px 20px}.cToast__title{font:600 16px/1.2 "sf pro display";margin:0 0 8px 0}.cToast__description{font:15px/1.2 "sf pro display";margin:0 0 10px 0}.cToast__actions{display:flex;justify-content:space-between}.cToast__action{width:calc(50% - 5px);cursor:pointer}.cToast__action{font:600 16px/36px "sf pro display";text-align:center;border-radius:12px;transition:background-color 200ms}.cToast__action--accept{background:#0D99FF;color:#fff}.cToast__action--accept:hover{background:#0a7bcc}.cToast__action--decline{background:#f3f3f3}.cToast__action--decline:hover{background:#eee}
.cookie{position:fixed;bottom:25px;right:26px;z-index:9996;max-width:380px}@media screen and (max-width:400px){.cookie{bottom:10px;right:10px;left:10px;max-width:100%}}.up-enter-active,.up-leave-active{transition:transform .4s ease}.up-enter,.up-leave-to{transform:translateY(100%)}