@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes animaRotate{0%{transform:rotate(180deg)}to{transform:rotate(0deg)}}@keyframes show-up{0%{opacity:0;transform:translateY(20%)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes midSlideY{0%{transform:translateY(0)}50%{transform:translateY(30%)}to{transform:translateY(0)}}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 0 0 hsla(0,0%,100%,.7)}70%{transform:scale(1.1);box-shadow:0 0 0 5px rgba(0,0,0,0)}to{transform:scale(1);box-shadow:0 0 0 0 rgba(0,0,0,0)}}@keyframes loadingSkeleton{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes progressBar{0%{width:0}to{width:100%}}body{background-color:#0b0808;caret-color:#fff}:root{--toastify-color-light:#0b0808;--toastify-color-dark:#0b0808;--toastify-color-info:#3498db;--toastify-color-success:#c10b0f;--toastify-color-warning:#f1c40f;--toastify-color-error:hsl(6,78%,57%);--toastify-color-transparent:rgba(255,255,255,0.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px rgba(0,0,0,0.1);--toastify-font-family:$font-nova;--toastify-z-index:9999;--toastify-text-color-light:#acacac;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}:root .Toastify__close-button--light{color:#fff}*,body,html{font-family:proxima-nova,sans-serif;margin:0;padding:0;border:0;text-decoration:none;line-height:normal;-webkit-font-smoothing:antialiased;-webkit-text-shadow:rgba(0,0,0,.01) 0 0 1px;text-shadow:rgba(0,0,0,.01) 0 0 1px;outline:none;box-sizing:border-box;text-wrap-style:balance}* button,body button,html button{background-color:unset}* button:focus,body button:focus,html button:focus{outline:none}* a:active,* a:focus,* a:hover,body a:active,body a:focus,body a:hover,html a:active,html a:focus,html a:hover{text-decoration:none}* figure,* h1,* h2,* h3,* h4,* h5,* h6,* p,* picture,* span,* strong,body figure,body h1,body h2,body h3,body h4,body h5,body h6,body p,body picture,body span,body strong,html figure,html h1,html h2,html h3,html h4,html h5,html h6,html p,html picture,html span,html strong{color:inherit;margin-bottom:unset}* li,body li,html li{list-style:none}