#topbar{width:100vw;height:var(--topbar-height);justify-content:space-between;align-items:center;padding-left:2rem;display:flex}#topbar-left{color:var(--secondary)}body.dark #topbar-left{color:var(--primary)}#topbar-left .topbar-title{font-size:1rem;font-weight:700;animation:2s linear infinite winkyText;display:inline}@keyframes winkyText{0%{opacity:1}50%{opacity:0}to{opacity:1}}#topbar-right{background-color:var(--secondary);color:#fff;justify-content:center;align-items:center;height:100%;display:flex;position:relative}body.dark #topbar-right{background-color:var(--primary)}#topbar-right p a{color:#fff;font-weight:700;text-decoration:none}#topbar-right p a:hover{text-shadow:0 0 5px #fff}#topbar-right:before{content:"";border-top:20px solid var(--secondary);border-right:20px solid var(--secondary);border-bottom:20px solid #0000;border-left:20px solid #0000;width:0;height:0;position:absolute;top:0;left:-40px}body.dark #topbar-right:before{border-top:20px solid var(--primary);border-right:20px solid var(--primary)}@media screen and (max-width:900px){#topbar,#topbar #topbar-left .topbar-title{font-size:.9rem}#topbar-right div.px-4{padding-left:.5rem!important;padding-right:.75rem!important}}@media screen and (max-width:768px){#topbar{flex-direction:column;gap:10px;height:max-content;padding-left:0}#topbar-right{flex-flow:column wrap}#topbar-right:before{display:none}#topbar-right div:first-child{border-right:none!important;border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}}@media screen and (max-width:400px){#topbar{padding-left:0}}@media screen and (max-width:300px){#topbar #topbar-left svg.fa-tooth{display:none}#topbar #topbar-left .topbar-title{text-align:center;margin:0;display:inline-block}}
nav{border-top:1px solid var(--primary);border-bottom:1px solid var(--primary)}nav.bg-body-tertiary{background-color:#21201d!important}a.navbar-brand{justify-content:center;align-items:center;gap:10px;display:flex}a.navbar-brand .brand-title{color:var(--secondary);font-size:1.25rem;font-weight:700;display:flex}body.dark a.navbar-brand .brand-title{color:var(--primary)}a.navbar-brand:hover{filter:drop-shadow(0px 0px 5px var(--primary))}.nav-link{color:var(--secondary)!important;font-weight:700!important}body.dark .nav-link{color:var(--primary)!important}.nav-link:hover{filter:drop-shadow(0px 0px 10px var(--primary))}.dark .nav-link:hover{filter:drop-shadow(0px 0px 5px var(--primary))}.navbar-nav{gap:20px}.navbar-nav svg.fa-sun,.navbar-nav svg.fa-moon{width:16px;height:16px}.navbar-toggler{border-width:2px!important;border-color:var(--primary)!important}.navbar-toggler span{background-image:url(../media/collapseButton.2c1uf5lfpbm0m.svg)}#branches-nav-dropdown~.dropdown-menu{border-color:var(--primary);padding:0}#branches-nav-dropdown~.dropdown-menu-dark{--bs-dropdown-bg:var(--bg-dark)}#branches-nav-dropdown~.dropdown-menu a{padding:.5rem 1rem}#branches-nav-dropdown~.dropdown-menu hr{margin:0}#branches-nav-dropdown~.dropdown-menu a:hover{background-color:var(--primary);color:#fff}@media screen and (max-width:991px){nav{height:unset}.navbar-nav{gap:unset}#branches-nav-dropdown~.dropdown-menu{width:25%}}@media screen and (max-width:450px){a.navbar-brand .brand-title{font-size:.75rem}a.navbar-brand img.logo{width:36px;height:36px}nav.navbar button.navbar-toggler{padding:.25rem;font-size:.75rem}nav.navbar div.navbar-collapse div.navbar-nav,nav.navbar div.navbar-collapse div.navbar-nav a{font-size:.75rem}.navbar-nav svg.fa-sun{width:12px;height:12px}}
footer{border-top:1px solid var(--primary)}footer .footerContainer{justify-content:space-between;align-items:center;width:100%;height:350px;padding:25px;display:flex}footer .footerContainer h5{color:var(--secondary);border-bottom:2px solid var(--secondary);padding:0 0 5px;font-weight:700}body.dark footer .footerContainer h5{color:var(--primary);border-bottom:2px solid var(--primary)}footer .footerContainer ul{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}footer .footerContainer .footerLeft{flex-direction:column;justify-content:center;align-items:center;width:400px;height:100%;display:flex}footer .footerContainer .footerLeft img{width:300px}footer .footerContainer .footerCenter{flex-direction:column;justify-content:flex-start;align-items:center;width:300px;height:100%;display:flex}footer .footerContainer .footerCenter h5,footer .footerContainer .footerCenter ul{width:100%}footer .footerContainer .footerCenter ul li a{color:var(--secondary);font-weight:700;text-decoration:none}footer .footerContainer .footerCenter ul li a:hover{color:var(--secondary-alt);padding-left:10px}body.dark footer .footerContainer .footerCenter ul li a{color:var(--primary)}body.dark footer .footerContainer .footerCenter ul li a:hover{color:var(--secondary-alt)}footer .footerContainer .footerRight{flex-direction:column;justify-content:flex-start;width:350px;height:100%;display:flex}footer .footerContainer .footerRight span{font-weight:700}footer .footerContainer .footerRight h1{color:unset;font-size:1rem;font-weight:400;display:inline}footer .footerContainer .footerRight ul.contactUs li.address{white-space:pre-line}footer .footerContainer .footerRight ul.contactUs li svg,footer .footerContainer .footerRight ul.contactUs li span{color:var(--secondary)}body.dark footer .footerContainer .footerRight ul.contactUs li svg,body.dark footer .footerContainer .footerRight ul.contactUs li span{color:var(--primary)}footer .footerContainer .footerRight ul.contactUs li a{color:var(--primary);font-weight:700;text-decoration:none}footer .footerContainer .footerRight ul.contactUs li a:hover{color:var(--secondary-alt)}footer .footerContainer .footerRight ul.footerSocial{flex-direction:row;gap:25px;margin-top:20px}footer .footerContainer .footerRight ul.footerSocial li svg{width:24px;height:24px;color:var(--secondary);font-size:24px}footer .footerContainer .footerRight ul.footerSocial li:hover svg{color:var(--secondary-alt)}body.dark footer .footerContainer .footerRight ul.footerSocial li svg{color:var(--primary)}body.dark footer .footerContainer .footerRight ul.footerSocial li:hover svg{color:var(--secondary-alt)}footer hr{margin-bottom:0}@media screen and (max-width:950px){footer .footerContainer{height:272px}footer .footerContainer .footerLeft .logo{width:200px}footer .footerContainer h5{font-size:1rem}footer .footerContainer ul{font-size:.8rem}footer .footerContainer .footerRight ul.footerSocial{margin-top:5px}footer .footerContainer .footerRight ul.footerSocial li svg{width:20px;height:20px}}@media screen and (max-width:768px){footer .footerContainer .footerLeft{display:none}}@media screen and (max-width:480px){footer .footerContainer{height:unset;flex-direction:column;align-items:flex-start;gap:20px}footer .footerContainer .footerCenter,footer .footerContainer .footerRight{width:75vw}}@media screen and (max-width:300px){footer .footerContainer{height:unset;flex-direction:column}footer .footerContainer .footerCenter,footer .footerContainer .footerRight{width:200px}}
