body{min-height:100vh;display:flex;flex-direction:column;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:.925rem;font-weight:400;line-height:1.5;background-color:#f47724;animation:illuminatingBackground 60s linear infinite}html{animation:illuminatingScrollbar 60s linear infinite}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#17141f}::-webkit-scrollbar-thumb{background:#f47724}::-webkit-scrollbar-thumb:hover{background:#f2680c}@keyframes illuminatingScrollbar{0%,100%{scrollbar-color:#f47724 #17141f}12.5%,87.5%{scrollbar-color:#ef474c #17141f}25%,75%{scrollbar-color:#d4206e #17141f}37.5%,62.5%{scrollbar-color:#a32189 #17141f}50%{scrollbar-color:#593196 #17141f}}@keyframes illuminatingBackground{0%,100%{background-color:#f47724}12.5%,87.5%{background-color:#ef474c}25%,75%{background-color:#d4206e}37.5%,62.5%{background-color:#a32189}50%{background-color:#593196}}header{padding:20px;display:flex;align-items:center;justify-content:space-between;background-color:#17141f}main{flex:1 0 auto}footer{text-align:center;padding:20px;background-color:#17141f}a{text-decoration:none;color:#3498db}.bubbles{position:fixed;top:0;left:0;width:100%;height:100vh;overflow:hidden;margin:0;padding:0;z-index:-99999}.bubbles li{position:absolute;display:block;list-style:none;width:20px;height:20px;background:rgba(255,255,255,.05);animation:bubbling 25s linear infinite;bottom:-150px;border:3px solid rgba(255,255,255,.075);border-radius:100%}.bubbles li:nth-child(1){left:25%;width:80px;height:80px;animation-delay:0s}.bubbles li:nth-child(2){left:10%;width:20px;height:20px;animation-delay:2s;animation-duration:12s}.bubbles li:nth-child(3){left:70%;width:20px;height:20px;animation-delay:4s}.bubbles li:nth-child(4){left:60%;width:60px;height:60px;animation-delay:0s;animation-duration:18s}.bubbles li:nth-child(5){left:65%;width:20px;height:20px;animation-delay:0s}.bubbles li:nth-child(6){left:75%;width:110px;height:110px;animation-delay:3s}.bubbles li:nth-child(7){left:35%;width:150px;height:150px;animation-delay:7s}.bubbles li:nth-child(8){left:50%;width:25px;height:25px;animation-delay:15s;animation-duration:45s}.bubbles li:nth-child(9){left:20%;width:15px;height:15px;animation-delay:2s;animation-duration:35s}.bubbles li:nth-child(10){left:85%;width:150px;height:150px;animation-delay:0s;animation-duration:11s}@keyframes bubbling{0%{transform:translateY(0);opacity:1}100%{transform:translateY(-1000px);opacity:0}}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}#logo{mask:url(../Kitsuna.svg) no-repeat 50% 50%;-webkit-mask:url(../Kitsuna.svg) no-repeat 50% 50%;mask-size:contain;-webkit-mask-size:contain;background:#f47724;animation:illuminatingBackground 60s linear infinite;height:30px;width:30px;display:inline-block;vertical-align:top;margin-right:5px}.valign-container{display:table;height:100%;width:100%}.valign-container>.valign-box{display:table-cell;vertical-align:middle}.container{width:100%;margin:50px auto}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.center{text-align:center}.right{float:right;text-align:right}.white-text{color:#fff}.btn{display:inline-block;padding:0 16px;margin:5px;border-radius:4px;height:40px;line-height:40px;font-size:1.1em;color:#fff;transition:color .2s ease,background-color .2s ease}.btn.btn-close{background-color:#c2255c}.btn.btn-close:hover{background-color:#81183d}.btn.btn-link{position:relative}.btn.btn-link:after{bottom:0;content:"";display:block;height:2px;left:0;position:absolute;background:linear-gradient(to right,#593196,#a32189,#d4206e,#ef474c,#f47724);transition:width .3s ease 0s;width:0}.btn.btn-link:hover:after{width:100%}.modal{align-items:center;bottom:0;display:none;justify-content:center;left:0;opacity:0;overflow:hidden;padding:.4rem;position:fixed;right:0;top:0}.modal.active,.modal:target{display:flex;opacity:1;z-index:400}.modal.active .modal-overlay,.modal:target .modal-overlay{background:rgba(23,20,31,.75);bottom:0;cursor:default;display:block;left:0;position:absolute;right:0;top:0}.modal.active .modal-container,.modal:target .modal-container{animation:slide-down .2s ease 1;z-index:1}.modal.modal-sm .modal-container{max-width:320px;padding:0 .4rem}.modal.modal-lg .modal-container{box-shadow:none;max-width:960px}.modal-container{box-shadow:0 .2rem .5rem rgba(48,55,66,.3);background:#17141f;color:#fff;border-radius:.1rem;display:flex;flex-direction:column;max-height:75vh;max-width:640px;padding:0;width:100%}.modal-container .modal-header{color:#303742;padding:.8rem}.modal-container .modal-body{overflow-y:auto;padding:1.6rem;position:relative}.modal-container .modal-footer{padding:.8rem;text-align:right}