html{box-sizing:border-box;width:100%;height:100%;min-height:600px}*,:before,:after{box-sizing:inherit;margin:0;padding:0}body{width:100%;height:100%;min-height:100vh;font-family:Montserrat,sans-serif;line-height:1.3;font-weight:var(--font-weight-medium);background-color:#0000;flex-direction:column;margin:0;padding:0;display:flex;overflow-x:hidden}section{overflow:hidden}h1{font-size:2.5rem;font-weight:700}h2{font-size:2rem;font-weight:700}h3{font-size:1.5rem;font-weight:600}h4{font-size:1.25rem;font-weight:600}p,li,ul,ol{font-size:1rem;font-weight:400}a,a:visited,a:hover{text-decoration:none}.ql-align-center{text-align:center}.ql-align-right{text-align:right}.ql-align-justify{text-align:justify}.ql-indent-1{padding-left:3em}.ql-indent-2{padding-left:6em}.ql-indent-3{padding-left:9em}.ql-indent-4{padding-left:12em}.ql-indent-5{padding-left:15em}.ql-indent-6{padding-left:18em}.ql-indent-7{padding-left:21em}.ql-indent-8{padding-left:24em}.ql-direction-rtl{text-align:inherit;direction:rtl}.ql-direction-rtl.ql-align-right .ql-indent-1,.ql-indent-1.ql-direction-rtl{padding-left:0;padding-right:3em}.ql-direction-rtl.ql-align-right .ql-indent-2,.ql-indent-2.ql-direction-rtl{padding-left:0;padding-right:6em}.ql-direction-rtl.ql-align-right .ql-indent-3,.ql-indent-3.ql-direction-rtl{padding-left:0;padding-right:9em}.ql-direction-rtl.ql-align-right .ql-indent-4,.ql-indent-4.ql-direction-rtl{padding-left:0;padding-right:12em}.ql-direction-rtl.ql-align-right .ql-indent-5,.ql-indent-5.ql-direction-rtl{padding-left:0;padding-right:15em}.ql-direction-rtl.ql-align-right .ql-indent-6,.ql-indent-6.ql-direction-rtl{padding-left:0;padding-right:18em}.ql-direction-rtl.ql-align-right .ql-indent-7,.ql-indent-7.ql-direction-rtl{padding-left:0;padding-right:21em}.ql-direction-rtl.ql-align-right .ql-indent-8,.ql-indent-8.ql-direction-rtl{padding-left:0;padding-right:24em}.ql-video{aspect-ratio:16/9;width:100%;max-width:100%;height:auto;display:block}.ql-img-float-left{float:left;margin:0 1.5em 1em 0}.ql-img-float-right{float:right;margin:0 0 1em 1.5em}.ql-img-align-center{float:none;margin:1em auto;display:block}header nav{min-height:var(--navbar-min-height);background-color:var(--navbar-background-color);flex-wrap:wrap;padding:0 1rem;display:flex;position:relative}header nav>div:first-child{min-height:var(--navbar-min-height);flex:100%;justify-content:space-between;align-items:center;display:flex}@media (width>=1024px){header nav>div:first-child{flex:none}}header nav>div:first-child .logo img{height:3.3rem}header nav>div:first-child .hamburger{cursor:pointer}@media (width>=1024px){header nav>div:first-child .hamburger.hide-on-desktop{display:none}}header nav>div:first-child .hamburger>span{border:2.5px solid var(--color-marron);background-color:var(--color-marron);transform-origin:1.5px;border-radius:5px;width:3rem;transition:all .3s ease-in-out;display:block}header nav>div:first-child .hamburger>span:not(:last-child){margin-bottom:.6rem}header nav>div:first-child .hamburger.open>span:first-child{margin-bottom:1.8rem;transform:rotate(45deg)}header nav>div:first-child .hamburger.open>span:nth-child(2){display:none}header nav>div:first-child .hamburger.open>span:nth-child(3){transform:rotate(-45deg)}header nav .hide-on-mobile{flex-direction:column;flex:100%;justify-content:center;margin:0 0 2rem;display:none}header nav .hide-on-mobile.open{display:flex}@media (width>=1024px){header nav .hide-on-mobile{flex-direction:row;flex:1;justify-content:flex-end;gap:2rem;margin:0;display:flex}}header nav .hide-on-mobile .items{flex-direction:column;align-items:center;display:flex}header nav .hide-on-mobile .items a{font-size:1.8rem;font-weight:var(--font-weight-medium);color:var(--color-marron);text-align:center;margin:.5rem 0;transition:color .3s ease-in-out}@media (width>=1024px){header nav .hide-on-mobile .items{flex-direction:row;gap:2rem}header nav .hide-on-mobile .items a{font-size:1.3rem;font-weight:var(--font-weight-regular)}}header nav .hide-on-mobile .home_page{justify-content:center;align-items:center;display:flex}header nav .hide-on-mobile .home_page svg{height:2.5rem}header nav .hide-on-mobile .home_page svg path{stroke:var(--color-marron);fill:var(--color-marron);stroke-width:1.2px}footer{background-color:var(--navbar-background-color);padding:2rem 0 0}footer .footer_content{flex-flow:wrap;justify-content:space-evenly;width:100%;padding-bottom:1rem;display:flex}footer .col{flex:50%;padding:0 0 0 2rem}@media (width>=640px){footer .col{flex:25%}}footer h3{color:var(--color-marron);font-size:1.2rem;font-weight:var(--font-weight-demi-bold);padding-bottom:1rem}@media (width>=640px){footer h3{font-size:1.2rem}}footer p{font-size:.7rem;font-weight:var(--font-weight-regular);padding:0 0 1rem}@media (width>=640px){footer p{font-size:.9rem}}footer p.emergency{font-size:.6rem;font-style:italic}footer .brand{width:10rem;display:block}@media (width>=640px){footer .brand{width:20rem}}@media (width>=1024px){footer .brand{width:25rem}}footer .icons{flex-direction:row;justify-content:flex-start;display:flex}footer .icons img{height:50px;padding-right:2rem}@media (width>=640px){footer .icons img{height:65px}}footer .footer_copyright p{text-align:center;line-height:.5rem}footer .footer_copyright p span{border-bottom:1px solid var(--color-marron)}main{flex:1 0 auto}.skeleton-loader:empty{background:#d3d3d3 linear-gradient(90deg,#fff0,#ffffff80 50%,#fff0 80%) 0 0/50px 500px repeat-y;width:100%;height:100%;animation:1.5s infinite shine;display:block}@keyframes shine{to{background-position:100% 0}}
