.caf-spinner-parent{position:relative;min-height:400px;}.caf-spinner{display:none;position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(6,26,17,.3);z-index:999;}.caf-spinner span{position:absolute;font-size:.778rem;text-transform:uppercase;font-weight:400;}.caf-spinner .loader{max-width:12rem;width:100%;height:auto;stroke-linecap:round;}.caf-spinner circle{fill:none;stroke-width:3.5;-webkit-animation-name:preloader;animation-name:preloader;-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform-origin:170px 170px;transform-origin:170px 170px;will-change:transform;}.caf-spinner circle:nth-of-type(1){stroke-dasharray:550;}.caf-spinner circle:nth-of-type(2){stroke-dasharray:500;}.caf-spinner circle:nth-of-type(3){stroke-dasharray:450;}.caf-spinner circle:nth-of-type(4){stroke-dasharray:300;}.caf-spinner circle:nth-of-type(1){-webkit-animation-delay:-.15s;animation-delay:-.15s;}.caf-spinner circle:nth-of-type(2){-webkit-animation-delay:-.3s;animation-delay:-.3s;}.caf-spinner circle:nth-of-type(3){-webkit-animation-delay:-.45s;-moz-animation-delay:-.45s;animation-delay:-.45s;}.caf-spinner circle:nth-of-type(4){-webkit-animation-delay:-.6s;-moz-animation-delay:-.6s;animation-delay:-.6s;}@-webkit-keyframes preloader{50%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}@keyframes preloader{50%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}.caf-spinner.active{display:flex;justify-content:center;align-items:center;}.caf-spinner.loading{display:none;}