header{position:fixed;top:0;background-color:#fff;box-shadow:0 0 5px rgba(0,0,0,0.2);display:flex;justify-content:space-between;align-items:center;padding:0 2rem;height:90px;width:100%;box-sizing:border-box;z-index:10000000}@media all and (max-width: 424px){header{padding:1.5rem 1rem}}header img{display:block}header a{text-decoration:none;color:#000}header a:nth-child(n+2){margin-left:1rem;padding-left:1rem;border-left:1px solid #D6D6D6;box-sizing:border-box}@media all and (max-width: 850px){header a{margin:0 !important;padding:1rem !important;border:none !important;color:#B70E0C;font-size:1.4rem}}header a.logoLink{display:flex}header a.logoLink svg{width:100%;margin-right:4rem}@media all and (max-width: 424px){header a.logoLink svg{margin-right:2rem}}@media all and (max-width: 374px){header a.logoLink svg{margin-right:1rem}}header div.menuButton{display:none;z-index:1}@media all and (max-width: 850px){header div.menuButton{display:block}}@media all and (max-width: 850px){header div.menu{position:fixed;height:100%;background:#fff;top:0;right:0;display:flex;flex-direction:column;width:320px;justify-content:center;align-items:center;transform:translate3d(0, 0, 0);transition:transform .7s ease}header div.menu.closed{transform:translate3d(100%, 0, 0)}}

footer{background-color:#fff;display:flex;justify-content:space-between;align-items:center;margin:0 4rem;margin-top:2rem;padding:1.5rem 0rem;border-top:1px solid #D6D6D6}@media all and (max-width: 550px){footer{margin:0 1rem;margin-top:2rem}}@media all and (max-width: 424px){footer{flex-wrap:wrap}}@media all and (max-width: 424px){footer>a{width:100%}}footer .flex{display:flex;justify-content:space-between;align-content:center;line-height:1.3}footer .flex>a{padding:.5rem 1rem;text-decoration:none;color:#222}@media all and (max-width: 424px){footer .flex>a:first-child{padding-left:0}footer .flex>a:last-child{padding-right:0}}footer .flex>a:hover{color:#000}

html{font-size:16px}body{margin:0;color:#000;font-family:"Roboto";letter-spacing:0;line-height:1.26}#wrapper>.container{margin-top:90px}h1,h2,h3,h4,h5,h6{color:#B70E0C;font-family:"Roboto";letter-spacing:0;line-height:1}a,textarea{outline-color:#B70E0C}a:hover{cursor:pointer}

