:root{--blue: #223574;--orange: #de7709;--white: #fff;----black: #000}html,body,#root{margin:0;padding:0;width:100%;height:100%;color:var(--white);font-size:20px}#root{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;justify-content:center;-webkit-align-content:center;align-content:center;-webkit-align-items:stretch;align-items:stretch}main{-webkit-flex:1 1 auto;flex:1 1 auto;overflow-y:auto;background:var(--blue)}main:has(.sheet){background:var(--white);color:var(--black)}header{-webkit-flex:0 0 auto;flex:0 0 auto;height:90px;background:var(--white);display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:space-around;justify-content:space-around;-webkit-align-content:center;align-content:center;-webkit-align-items:center;align-items:center}header img{height:60px}footer{-webkit-flex:0 0 auto;flex:0 0 auto;height:90px;background:var(--blue);display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:space-around;justify-content:space-around;-webkit-align-content:center;align-content:center;-webkit-align-items:center;align-items:center}section{padding-top:40px;padding-bottom:40px;text-align:center}.text-blue,.blue-text{color:var(--blue)!important}.text-orange,.orange-text{color:var(--orange)!important}h1{font-weight:700;font-size:2rem}h2{font-size:1.8rem;font-weight:500}h3{font-size:1.2rem;font-weight:400}.btn{font-size:1.2rem;text-transform:none;height:46px;line-height:46px;border-radius:16px}.btn{background:var(--white)!important;color:var(--blue)!important}.btn.blue{background:var(--blue)!important;color:var(--white)!important}.container{max-width:380px}.container-small{max-width:280px}iframe{border:none;width:100%;height:calc(100vh - 330px);border-radius:60px}.maps{height:100px;border-radius:36px;margin-top:16px;margin-bottom:16px}img{max-width:100%;height:auto}footer a.active{filter:contrast(0) sepia(100%) hue-rotate(131deg) brightness(1.5) saturate(2)}footer img{width:50px;height:50px;object-fit:scale-down}video{width:100%;aspect-ratio:16 / 9}
