/*
 Copyright (C) 2022 EthanMedia Corporation
 EthanMedia Agency Website Runtime Assist v1.0 production (X8312)
 (www.ethanmedia.co)

 EthanMedia Confidential
*/
@keyframes hideLoader{0%{width: 100%;height: 100%;}100%{width: 0;height: 0;}}body > div.loader{position: fixed;background: white;width: 100%;height: 100%;z-index: 1071;opacity: 0;transition: opacity .5s ease;overflow: hidden;pointer-events: none;display: flex;align-items: center;justify-content: center;}body:not(.loaded) > div.loader{opacity: 1;}body:not(.loaded){overflow: hidden;}body.loaded > div.loader{animation: hideLoader .5s linear .5s forwards;}.loading-animation {width: 6px;height: 6px;border-radius: 50%;animation: typing 1s linear infinite alternate;position: relative;left: -12px;}@keyframes typing {0% {background-color: rgba(100,100,100, 1);box-shadow: 12px 0px 0px 0px rgba(100,100,100, 0.2),24px 0px 0px 0px rgba(100,100,100, 0.2);}25% {background-color: rgba(100,100,100, 0.4);box-shadow: 12px 0px 0px 0px rgba(100,100,100, 2),24px 0px 0px 0px rgba(100,100,100, 0.2);}75% {background-color: rgba(100,100,100, 0.4);box-shadow: 12px 0px 0px 0px rgba(100,100,100, 0.2),24px 0px 0px 0px rgba(100,100,100, 1);}}.fade-in-base {-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-duration: var(--animate-duration);animation-duration: var(--animate-duration);-webkit-animation-fill-mode: both;animation-fill-mode: both;}@media print, (prefers-reduced-motion: reduce) {.fade-in-base {-webkit-animation-duration: 1ms !important;animation-duration: 1ms !important;-webkit-transition-duration: 1ms !important;transition-duration: 1ms !important;-webkit-animation-iteration-count: 1 !important;animation-iteration-count: 1 !important;}.fade-in-base[class*='Out'] {opacity: 0;}}.fade-in {-webkit-animation-name: fadeIn;animation-name: fadeIn;}