<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body{
      background:  #3D1719;
      color:  #FFF5DE;
      font-family:"Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
      text-align:center;
margin:0;
}
.logo-wrapper{
    width: 10%;
  margin:0 auto 10vw;
}
.logo-wrapper img{
    width: 100%;
    height:auto;
}

.page-not-found{
    text-transform: uppercase;
    font-family:"Montserrat", sans-serif;
}
.page-not-found-content{
    font-size:1.2vw;
}
#nav-links a{
 color: #FFF5DE;
 line-height:36px;
}
#nav-links a:hover,a:hover{
opacity:0.7
}

.copylinks a,.copylinks span {
    color: #FFF5DE;
    text-transform: none;
    margin-left: 0;
    margin-right: 0;
    font-family:"Montserrat", sans-serif;
    font-size: 0.625vw;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;

}
.footerSectionWrapper{
padding-bottom:20px;
}
.copyText {
   padding-right: 6px;
}
@media only screen and (max-width:1023px){
.logo-wrapper{
    width: 30%;
    margin: 0 auto 10vw;
}
.page-not-found-content{
    font-size:2.5vw;
        padding-bottom: 2vw;
}

.description{
line-height: 24px;
}
.copylinks a,.copylinks span {
    font-size: 2.5vw;
    line-height: 21px;
}
}

@media only screen and (max-width:1024px){
    .page-not-found {
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif;
        min-height: calc(100vh - 51vw);
        display: flex;
        flex-flow: column;
        justify-content: center;
    }
}</pre></body></html>