@keyframes toaster-in{from{transform:translateY(100%)}
}
@keyframes toaster-out{to{transform:translateY(100%);display:none}
}
@keyframes toast-in{from{max-height:0;padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0;opacity:.1;transform:translateX(-120%) scaleY(0)}
}
@keyframes toast-out{to{max-height:0;padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0;opacity:.1;transform:translateX(120%) scaleY(0);display:none}
}
.toaster--ie{position:fixed;bottom:0;left:0;right:0;z-index:930;background-color:rgba(0,0,0,0.85);max-height:calc(100% - 8rem - 4rem - 4rem);overflow-y:auto;overflow-x:hidden;will-change:transform,display}
.toaster--ie.toaster--in{animation:toaster-in 400ms ease-out}
.toaster--ie.toaster--out{animation:toaster-out 250ms ease-in;animation-fill-mode:forwards}
.toaster--ie .toaster__toasts{margin-bottom:1rem;margin-left:auto;margin-right:auto;width:90.6%;max-width:124.6rem;display:flex;flex-direction:column-reverse}
.toaster--ie .toaster__toast{position:relative;flex:0 0 auto;background-color:#000;color:#fff;overflow:hidden;will-change:max-height,padding-top,padding-bottom,margin-top,margin-bottom,opacity,transform,display;margin-top:1rem;margin-left:0;margin-right:0;padding:.6rem 1.4rem}
.toaster--ie .toaster__toast.toaster__toast--in{animation:toast-in 400ms ease-out}
.toaster--ie .toaster__toast.toaster__toast--out{animation:toast-out 250ms ease-out;animation-fill-mode:forwards}
.toaster--ie .toaster__toast .toaster__close-button{float:right;margin:.2rem -0.6rem .5rem 1em;padding:0;text-decoration:none;text-align:center;cursor:pointer;border-style:none;background-color:transparent;display:flex;align-items:center;justify-content:center;flex-direction:row;color:#fff}
.toaster--ie .toaster__toast .toaster__close-button:disabled,.toaster--ie .toaster__toast .toaster__close-button[aria-disabled="true"]{cursor:unset}
.toaster--ie .toaster__toast .toaster__close-button::before{font-family:"BASFIcons";font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f112"}
.toaster--ie .toaster__toast .toaster__toast-message{margin-bottom:0;white-space:pre-line;color:#adadad}
@media(min-width:48em){.toaster--ie .toaster__toasts{margin-bottom:2rem}
.toaster--ie .toaster__toast{margin-top:2rem;margin-right:-2%;margin-left:-2%;padding:1rem 1.6rem}
.toaster--ie .toaster__toast .toaster__close-button{margin-top:0}
}
@media(min-width:61em){.toaster--ie .toaster__toasts{margin-bottom:3rem}
.toaster--ie .toaster__toast{margin-top:3rem;padding:1.8rem 2.6rem}
.toaster--ie .toaster__toast .toaster__close-button{margin-top:-0.3rem;margin-right:-1rem}
}
@media(min-width:75em){.toaster--ie .toaster__toasts{margin-bottom:4rem;width:78.48%}
.toaster--ie .toaster__toast{margin-top:4rem;margin-left:-6%;margin-right:-6%;padding:3rem 4rem}
.toaster--ie .toaster__toast .toaster__close-button{margin-top:-1rem;margin-right:-2rem}
}