/* Critical CSS - Inline */
html,body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}
.header{background:#fff;position:relative;z-index:1000}
.header-logo img{max-height:50px;width:auto}
.page-title{min-height:400px;position:relative;display:flex;align-items:center;justify-content:center}
#loading{position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;z-index:9999;display:flex;align-items:center;justify-content:center}
.loader{width:50px;height:50px;border:3px solid #f3f3f3;border-top:3px solid #ff5722;border-radius:50%;animation:spin 1s linear infinite}
@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
.tf-container{max-width:1200px;margin:0 auto;padding:0 15px}
.row{display:flex;flex-wrap:wrap;margin:0 -15px}
.col-12{flex:0 0 100%;max-width:100%;padding:0 15px}
.d-flex{display:flex}
.justify-center{justify-content:center}
.text-center{text-align:center}
.text-white{color:#fff}
