#app{overflow:hidden}.header{background:transparent;border-bottom:1px solid #414261;display:flex;align-items:center;justify-content:center;padding:0px .75rem;position:fixed;top:-800px;transition:all .4s;height:3rem;width:100%}.header .btn-clear{color:#fff;background-color:#3d46f2;padding:0 1rem;margin-left:auto;height:2.25rem}.header.show-on-screen{top:0}@media (min-width: 992px){.header{justify-content:flex-start}}@media (min-width: 1920px){.header{height:80px}.header svg{margin-left:5rem;transform:scale(2)}}.loader{position:relative;transition:all .4s;height:316px;width:316px}.loader-lottie{transform:scale(2);position:fixed;z-index:3}.loader-circle__blue{animation:changeColorToPurple 3s infinite;background:#3d46f2;border-radius:50%;filter:blur(50px);height:250px;width:250px;position:absolute;top:115px;right:-80px;z-index:2}.loader-circle__purple{animation:changeColorToBlue 3s infinite;background:#8f00ff;border-radius:50%;filter:blur(50px);height:250px;width:250px;position:absolute;top:-15px;right:160px;z-index:3}.loader-circle__acqua{background:#0ff;border-radius:50%;filter:blur(50px);height:400px;width:400px;position:absolute;bottom:-40px;right:-30px}.intro-container{position:relative;transition:all .4s;transform:scale(.5)}.intro-container__welcome{display:inline-block;position:absolute;top:43%;left:-7.5rem;z-index:4;border-right:2px solid transparent;color:#fff;font-size:3.5rem;letter-spacing:2px;text-align:left;white-space:nowrap;overflow:hidden;-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0)}.intro-container__welcome:not(.reverse-typing){animation:typing 1.2s steps(35,end) forwards,blink-caret .6s step-end infinite}.intro-container__welcome--variant{top:125%;left:-9.3125rem}.intro-container__welcome--variant:not(.reverse-typing){animation:typing 1.2s steps(35,end) forwards 1s,blink-caret .6s step-end infinite}.intro-container.done{transform:scale(.5);margin-top:-3.75rem;margin-bottom:4.375rem}.intro-container .loader-position{transition:all .4s;bottom:-36.25rem;transform:scale(.5)}@media (min-width: 992px){.intro-container{transform:scale(1)}.intro-container__welcome{left:-18rem;font-size:5.3125rem}.intro-container__welcome--variant{left:-20rem}}@media (min-width: 1920px){.intro-container{transform:scale(1)}.intro-container__welcome{top:35%;left:-23rem;font-size:6.5rem}.intro-container__welcome--variant{font-size:72px;top:21.25rem;left:-15rem}.intro-container.done{transform:scale(.75);margin-top:-3.75rem;margin-bottom:4.375rem}.intro-container .loader-position{bottom:-55rem;transform:scale(.5)}}.chat{display:flex;align-items:flex-start;background:transparent;padding:1rem;min-height:3.75rem;padding:1.375rem}.chat-meta{display:flex;flex-direction:column;gap:1rem}.chat-avatar{display:flex;align-items:center;justify-content:center;margin-right:1rem;height:1.875rem;width:1.875rem}.chat-answer__clipboard{display:flex;align-items:center;justify-content:center;background:transparent;width:1.125rem;height:1.125rem}.chat-answer__clipboard svg{width:1.25rem}@media (min-width: 992px){.chat{padding:2rem 18.75rem}.chat-avatar{transform:scale(1.5);margin-top:3px;margin-right:32px}.chat-text{font-size:1.375rem}}@media (min-width: 1920px){.chat-avatar{transform:scale(2);margin:1.125rem 2rem 0rem 1rem}.chat-text{font-size:1.75rem}}.chat.show-chat{animation:fadeIn .1s forwards;opacity:0}.chat-text{color:#fff;font-size:1.125rem;font-weight:400;line-height:35px;padding:0px 0px 1rem;white-space:pre-wrap;-webkit-user-select:text;-moz-user-select:text;user-select:text}.question-field{position:relative;width:100%}.question-field.disabled{pointer-events:none;opacity:.8}.question-field__input{padding-right:3.75rem;width:100%}.question-field__input.disabled{pointer-events:none}.question-field__icon{display:flex;align-items:center;justify-content:center;border-radius:3px;cursor:pointer;transition:all .4s;width:2.25rem;height:2.25rem;position:absolute;top:8px;right:8px}.question-field__icon:hover{opacity:.8}.question-field__icon.disabled{cursor:unset;pointer-events:none;opacity:.8}.cache{background:#fff;border-radius:0 0 3px 3px;position:absolute;margin-top:-5px;overflow:auto;min-height:2.25rem;max-height:3.375rem;width:100%}.cache-item{display:flex;align-items:center;justify-content:flex-start;cursor:pointer;transition:all .4s;padding:1rem}.cache-item__text{color:#282940;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal;margin-left:.4375rem}.cache-item:last-child{border-radius:0 0 3px 3px}.cache-item:hover{background:#f1f1f1}@media (min-width: 992px){.cache{max-height:9.375rem}.question-field__input{font-size:1.125rem}}@media (min-width: 1920px){.question-field__input{font-size:1.75rem;height:5rem}.question-field__icon{transform:scale(1.8);top:1.375rem;right:1.375rem}.cache-item__text{font-size:1.375rem}}.actions{position:fixed;bottom:3rem;display:flex;align-items:center;justify-content:center;flex-direction:column;opacity:0;margin-top:0rem;padding:0rem 1.25rem;pointer-events:none;transition:all .4s;width:100%}.actions .loader{bottom:-80px;transform:scale(.2);opacity:0}.actions .loader.show-loader{opacity:1}.actions.has-questions{animation:fadeIn 1s forwards 3s}.actions.has-sended{bottom:3.125rem}.actions.show-actions{animation:fadeIn 1s forwards 1s}@media (min-width: 992px){.actions{padding:0rem 18.75rem;bottom:8rem}}@media (min-width: 1920px){.actions{bottom:9rem}}.home{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;overflow:hidden;-webkit-overflow-scrolling:touch;width:100vw;height:100vh}.home-intro{padding:0px 18.75rem;transition:all .4s;margin:auto 0}.home-intro.remove-from-screen{animation:fadeOut .8s forwards 3.8s;opacity:1}.home-body{margin-top:2.9375rem;overflow-x:hidden;overflow-y:scroll;-webkit-overflow-scrolling:touch;transition:all .4s;margin-top:4rem;margin-bottom:10.5rem;min-height:6.25rem;max-height:65%}.home-body.has-questions{animation:sizeControl .2s forwards;margin-bottom:7.5rem;width:0rem}.home-body__chat{animation:fadeIn .2s forwards;opacity:0}.home-actions{width:100%}@media (min-width: 992px){.home{justify-content:flex-start}.home-intro{margin:auto}.home-body{margin-top:5rem;max-height:70%}}html,body,#app{font-family:Inter;font-weight:600;height:100%}*{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}label,p,strong,span,input,button,textarea,select,option,h1,h2,h3,h4,h5{font-family:Inter}h1,h2,h3,h4,h5,h6,p,label,span,div,pre,blockquote,cite,code,em,strong,small,i,b,u,s,mark,del,ins,sub,sup,q{-webkit-user-select:none;-moz-user-select:none;user-select:none}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after{content:"";content:none}q:before,q:after{content:"";content:none}@font-face{font-family:Inter;src:url(/assets/Inter-VariableFont_slnt_wght-b9a8e5e2.ttf);font-weight:100 900;font-style:normal oblique}button{border-radius:6px;cursor:pointer;font-size:14px;font-weight:600;font-family:Inter;line-height:120%;transition:all .4s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;height:2.75rem}button span{font-size:14px;font-weight:600;font-family:Inter;line-height:120%}button:hover{opacity:.8}button.disabled{pointer-events:none}input,select,textarea{background:#fff;border-radius:3px;color:#000;font-size:.875rem;font-weight:400;font-family:Inter;transition:all .4s ease;outline:none;padding:0px .5rem;display:block;height:3.25rem}input::-moz-placeholder,select::-moz-placeholder,textarea::-moz-placeholder{color:#597393;padding:0px .5rem}input::placeholder,select::placeholder,textarea::placeholder{color:#597393;padding:0px .5rem}input:-ms-input-placeholder,select:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#597393;padding:0px .5rem}input::-ms-input-placeholder,select::-ms-input-placeholder,textarea::-ms-input-placeholder{color:#597393;padding:0px .5rem}input:-webkit-autofill{background-color:transparent!important;box-shadow:0 0 0 50px #fff inset!important;color:#000!important;-webkit-box-shadow:0 0 0 50px white inset!important}input[type=number]{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}table{border-collapse:collapse;border-spacing:0}::-webkit-scrollbar{width:6px;height:8px}::-webkit-scrollbar-track{border-radius:10px}::-webkit-scrollbar-thumb{background:#3d46f2;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#3d46f2}@keyframes changeColorToPurple{0%{background-color:#3d46f2}50%{background-color:#8f00ff}to{background-color:#3d46f2}}@keyframes changeColorToBlue{0%{background-color:#8f00ff}50%{background-color:#3d46f2}to{background-color:#8f00ff}}@keyframes leftRightMove{0%{left:0}to{left:100px}}@keyframes typing{to{-webkit-clip-path:inset(0 0% 0 0);clip-path:inset(0 0% 0 0)}}@keyframes blink-caret{0%,to{border-color:transparent}50%{border-color:#fff}}@keyframes deleting{0%{-webkit-clip-path:inset(0 0% 0 0);clip-path:inset(0 0% 0 0)}to{-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0)}}@keyframes fadeIn{to{opacity:1;pointer-events:unset}}@keyframes fadeOut{to{opacity:0}}@keyframes sizeControl{to{overflow:hidden auto;height:100%;width:100%}}@keyframes heightToZero{to{max-height:0px}}.Vue-Toastification__toast{align-items:center!important;height:4.5rem!important;box-shadow:unset!important;border-radius:.75rem!important;font-size:.875rem!important;font-weight:400!important;line-height:120%}.Vue-Toastification__container{z-index:9999;position:fixed;padding:4px;width:600px;box-sizing:border-box;display:flex;min-height:100%;color:#fff;flex-direction:column;pointer-events:none}@media only screen and (min-width : 600px){.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:1em}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:1em;flex-direction:column-reverse}.Vue-Toastification__container.top-left,.Vue-Toastification__container.bottom-left{left:1em}.Vue-Toastification__container.top-left .Vue-Toastification__toast,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast{margin-right:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-left .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast--rtl{margin-right:unset;margin-left:auto}}.Vue-Toastification__container.top-right,.Vue-Toastification__container.bottom-right{right:1em}.Vue-Toastification__container.top-right .Vue-Toastification__toast,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast{margin-left:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-right .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast--rtl{margin-left:unset;margin-right:auto}}.Vue-Toastification__container.top-center,.Vue-Toastification__container.bottom-center{left:50%;margin-left:-300px}.Vue-Toastification__container.top-center .Vue-Toastification__toast,.Vue-Toastification__container.bottom-center .Vue-Toastification__toast{margin-left:auto;margin-right:auto}}@media only screen and (max-width : 600px){.Vue-Toastification__container{width:100vw;padding:0;left:0;margin:0}.Vue-Toastification__container .Vue-Toastification__toast{width:100%}.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:0}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:0;flex-direction:column-reverse}}.Vue-Toastification__toast{display:inline-flex;position:relative;max-height:800px;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:22px 24px;border-radius:8px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;justify-content:space-between;font-family:Lato,Helvetica,Roboto,Arial,sans-serif;max-width:600px;min-width:326px;pointer-events:auto;overflow:hidden;transform:translateZ(0);direction:ltr}.Vue-Toastification__toast--rtl{direction:rtl}.Vue-Toastification__toast--default{background-color:#1976d2;color:#fff}.Vue-Toastification__toast--info{background-color:#2196f3;color:#fff}.Vue-Toastification__toast--success{background-color:#4caf50;color:#fff}.Vue-Toastification__toast--error{background-color:#ff5252;color:#fff}.Vue-Toastification__toast--warning{background-color:#ffc107;color:#fff}@media only screen and (max-width : 600px){.Vue-Toastification__toast{border-radius:0;margin-bottom:.5rem}}.Vue-Toastification__toast-body{flex:1;line-height:24px;font-size:16px;word-break:break-word;white-space:pre-wrap}.Vue-Toastification__toast-component-body{flex:1}.Vue-Toastification__toast.disable-transition{animation:none!important}.Vue-Toastification__close-button{font-weight:700;font-size:24px;line-height:24px;background:transparent;outline:none;border:none;padding:0 0 0 10px;cursor:pointer;transition:.3s ease;align-items:center;color:#fff;opacity:.3;transition:visibility 0s,opacity .2s linear}.Vue-Toastification__close-button:hover,.Vue-Toastification__close-button:focus{opacity:1}.Vue-Toastification__toast:not(:hover) .Vue-Toastification__close-button.show-on-hover{opacity:0}.Vue-Toastification__toast--rtl .Vue-Toastification__close-button{padding-left:unset;padding-right:10px}@keyframes scale-x-frames{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Vue-Toastification__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:10000;background-color:#ffffffb3;transform-origin:left;animation:scale-x-frames linear 1 forwards}.Vue-Toastification__toast--rtl .Vue-Toastification__progress-bar{right:0;left:unset;transform-origin:right}.Vue-Toastification__icon{margin:auto 18px auto 0;background:transparent;outline:none;border:none;padding:0;transition:.3s ease;align-items:center;width:20px;height:100%}.Vue-Toastification__toast--rtl .Vue-Toastification__icon{margin:auto 0 auto 18px}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes bounceOutRight{40%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(1000px,0,0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Vue-Toastification__bounce-enter-active.top-left,.Vue-Toastification__bounce-enter-active.bottom-left{animation-name:bounceInLeft}.Vue-Toastification__bounce-enter-active.top-right,.Vue-Toastification__bounce-enter-active.bottom-right{animation-name:bounceInRight}.Vue-Toastification__bounce-enter-active.top-center{animation-name:bounceInDown}.Vue-Toastification__bounce-enter-active.bottom-center{animation-name:bounceInUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-left,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-left{animation-name:bounceOutLeft}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-right,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-right{animation-name:bounceOutRight}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-center{animation-name:bounceOutUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-center{animation-name:bounceOutDown}.Vue-Toastification__bounce-leave-active,.Vue-Toastification__bounce-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__bounce-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes fadeOutTop{0%{transform:translateY(0);opacity:1}to{transform:translateY(-50px);opacity:0}}@keyframes fadeOutLeft{0%{transform:translate(0);opacity:1}to{transform:translate(-50px);opacity:0}}@keyframes fadeOutBottom{0%{transform:translateY(0);opacity:1}to{transform:translateY(50px);opacity:0}}@keyframes fadeOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(50px);opacity:0}}@keyframes fadeInLeft{0%{transform:translate(-50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInRight{0%{transform:translate(50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInTop{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInBottom{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.Vue-Toastification__fade-enter-active.top-left,.Vue-Toastification__fade-enter-active.bottom-left{animation-name:fadeInLeft}.Vue-Toastification__fade-enter-active.top-right,.Vue-Toastification__fade-enter-active.bottom-right{animation-name:fadeInRight}.Vue-Toastification__fade-enter-active.top-center{animation-name:fadeInTop}.Vue-Toastification__fade-enter-active.bottom-center{animation-name:fadeInBottom}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-left,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-left{animation-name:fadeOutLeft}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-right,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-right{animation-name:fadeOutRight}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-center{animation-name:fadeOutTop}.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-center{animation-name:fadeOutBottom}.Vue-Toastification__fade-leave-active,.Vue-Toastification__fade-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__fade-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes slideInBlurredLeft{0%{transform:translate(-1000px) scaleX(2.5) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredTop{0%{transform:translateY(-1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredRight{0%{transform:translate(1000px) scaleX(2.5) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredBottom{0%{transform:translateY(1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideOutBlurredTop{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 0%;filter:blur(0);opacity:1}to{transform:translateY(-1000px) scaleY(2) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredBottom{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translateY(1000px) scaleY(2) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredLeft{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(-1000px) scaleX(2) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}}@keyframes slideOutBlurredRight{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(1000px) scaleX(2) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}}.Vue-Toastification__slideBlurred-enter-active.top-left,.Vue-Toastification__slideBlurred-enter-active.bottom-left{animation-name:slideInBlurredLeft}.Vue-Toastification__slideBlurred-enter-active.top-right,.Vue-Toastification__slideBlurred-enter-active.bottom-right{animation-name:slideInBlurredRight}.Vue-Toastification__slideBlurred-enter-active.top-center{animation-name:slideInBlurredTop}.Vue-Toastification__slideBlurred-enter-active.bottom-center{animation-name:slideInBlurredBottom}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-left,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-left{animation-name:slideOutBlurredLeft}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-right,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-right{animation-name:slideOutBlurredRight}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-center{animation-name:slideOutBlurredTop}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-center{animation-name:slideOutBlurredBottom}.Vue-Toastification__slideBlurred-leave-active,.Vue-Toastification__slideBlurred-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__slideBlurred-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}
