@keyframes float{0%{transform:translateY(3px)}to{transform:translateY(-3px)}}@keyframes fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes appear-in-left{0%{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateX(0)}}@keyframes appear-in-right{0%{opacity:0;transform:translateX(10px)}to{opacity:1;transform:translateX(0)}}@keyframes fade-out-left{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-10px)}}@keyframes fade-out-right{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(10px)}}h2#ModalComponent-title{color:#e8d388;background:-webkit-linear-gradient(#e8d388,#c49956);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-family:Axiforma,Montserrat,sans-serif;font-weight:700;font-size:1.5em;line-height:1.5em;letter-spacing:.8px;background:none;-webkit-background-clip:unset;-webkit-text-fill-color:unset;letter-spacing:normal;color:#181818}@media(max-width:639px){h2#ModalComponent-title{font-size:1.1em;letter-spacing:.4px}}@media(max-width:400px){h2#ModalComponent-title{font-size:1em}}@media(max-width:1023px){h2#ModalComponent-title{text-align:left}}.mantine-Modal-inner{z-index:99999}section.mantine-Paper-root #ModalComponent-Dark-body,section.mantine-Paper-root #ModalComponent-body{padding:40px}section.mantine-Paper-root #ModalComponent-Dark-body{border:1px solid #c49956;background-color:#000}section.mantine-Paper-root #ModalComponent-Dark-body p{color:#fff!important}section.mantine-Paper-root div,section.mantine-Paper-root input,section.mantine-Paper-root label,section.mantine-Paper-root p,section.mantine-Paper-root textarea{color:#181818!important}section.mantine-Paper-root button.button:hover{border:2px solid #a17530;color:#fff}section.mantine-Paper-root button.button.btn-link{color:#c49956}section.mantine-Paper-root button.button.btn-link:active,section.mantine-Paper-root button.button.btn-link:focus,section.mantine-Paper-root button.button.btn-link:hover{color:#a17530;background:none}