<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*,
*:after,
*:before {
  margin: 0;
  padding: 0;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


p {
  line-height: 1.3;
  margin-bottom: 20px;
}


body {
  background: #ffffff;
  font-weight: 300;

  /*padding-top: 40px; */
}

a {
  color: #ff0002;
   text-decoration: none;
}

a:hover {

  color: rgba(255, 0, 0, 0.6);
 
  /* Primary color, can be changed via colors.css */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


.con_pi {
  position: absolute;
  width: 100%;
  bottom: 0px;


}

.fot_hr {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 30px;
  border: 0;
  background: #ffffff;
  border-top: 3px solid #ff0002;
  margin: 0.1em 0.1em;
  padding: 0;
  z-index: 500;
  box-shadow: -3px 0px 30px rgba(0, 0, 0, 0.25);


}

.fot_hr a {
  float: left;
  padding-left: 5px;
  padding-top: 2px;
  font-size: 1em;
  color: #262626;
  line-height: 16px;
  background: #ffffff;
  bottom: 0px;
}

.navigation {
  position: fixed;
  top: 0;
  z-index: 600;
  width: 100%;
  height: 66px;
  background: #ffffff;

  /*border-bottom: 1px solid #ff0002;*/

}

.navigation a {
  color: #000000;
  text-decoration: none;
  

}

.navigation a:hover {
  color: #ff0002;
  font-weight: 500;
  height: 38px;
  /*text-decoration: underline;
  text-decoration-color: #ff0002;*/
  border-bottom: 3px solid #ff0002;
}

.brand {
  position: absolute;
  float: left;
  padding-left: 5px;
  color: #262626;
  line-height: 55px;






}

.brand a {
  color: #262626;
  font-size: 1.4em;


  text-decoration: none;
  font-weight: 400;
  border-bottom: 2px solid #ff0002;


}

.brand a:visited,
.brand a:active {
  color: #262626;
}

.brand a:hover {
  text-decoration: none;
}

.sub_brand a1 {
  position: absolute;
  float: left;
  padding-left: 5px;
  font-size: 0.95em;
  width: 1024px;

  color: #262626;
  line-height: 27px;
  background: #ffffff;
  top: 39px;
  z-index: -1;
  border-bottom: 0px solid #ff0002;

}


.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0px 5px;
}

.container-body {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0px 5px;
}

.container-body h1 {
  width: 100%;
  margin-top: 20px;
  font-weight: 300;
  color: #ff0002;
  margin-bottom: 10px;
  padding: 0px 10px;
}

.nav-container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0px 0px;
}

.nav-container h1 {
  font-weight: 400;
  color: #ff0002;
  padding-top: 20px;
  padding-left: 20px;
  z-index: 400;
}

.nav-dropdown {
  display: none;
  position: absolute;
  left: 0px;
  width: 100px;
  z-index: 300;
}

nav {
  text-transform: uppercase;
  float: right;
  position: relative;
  display: inline-block;
  font-size: 0.85em;
  font-weight: 400;




}

nav ul {
  list-style: none;
  text-align: left;
  padding-top: 5px;



}

nav ul li {

  float: left;
  display: inline;
  position: relative;



}

nav ul li a {

  display: block;
  color: #ffffff;
  padding: 0px 7px;
  padding-top: 19px;
  line-height: 10px;
  background: #ffffff;


}

nav ul li a:hover,
nav ul li a:focus,
nav ul li a:active {
  text-decoration: none;

}

nav ul li &gt; a:hover {

  background: #ffffff;
  color: #262626;
   color: #ff0002;




}

nav ul li a:first-letter {
  font-size: 110%;

}

nav ul li &gt; a:not(:only-child):after {
  padding-left: 0px;

  content: ' â–¾';
}

nav ul li ul li {
  width: 100px;
  padding-top: 0px;
}

nav ul li ul li a {
  background: #ffffff;
  display: block;
  padding: 10px;
  line-height: 10px;
  z-index: 100;

}

nav ul li ul li a:hover {

  background: #ffffff;
  color: #262626;

}

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  height: 40px;
  width: 40px;

}



/*
@media only screen and (min-width: 768px) and (max-width: 850px) {
  nav {
    font-weight: 400;
    font-size: 0.75em;
  }

  .brand a {
    font-size: 1.45em;
  }

  .sub_brand {
    font-size: 1em;

  }

  .fot_hr a {
    font-size: 1em;
  }

}
*/

@media only screen and (max-width: 900px) {
  .nav-mobile {

    display: block;
  }

  .logo {
    position: absolute;

  }

  .brand a {
    font-size: 1.4em;
    z-index: 5000;
    

  }

  .sub_brand {
    font-size: 0.90em;
   
    
  }

  .fot_hr a {
    font-size: 0.9em;
  
    
  }


  nav {
    
    width: ;
    padding: 40px 0 0px;
    
    

  }

  nav ul {
    width: 100%;
    margin-top: 0px;
    margin-right: 10px;
    padding-top: 0px;
    display: none;
    float: right;
    
    
  }

  nav ul li {
   
  
    float: none;
    padding-top: 0px;
    text-align: right;

  }

  nav ul li a {
    padding-top: 0px;
    font-weight: 500;

  }

  nav ul li &gt; a {

    padding-top: 5px;
    padding-left: 25px;

    line-height: 20px;
  }

  nav ul li:hover .nav-dropdown {
    padding-top: 0px;

    display: none;
  }

  nav ul li ul li a {
    line-height: 20px;
    padding-left: 30px;

    background: #efefef;
  }

  .nav-dropdown {
    position: static;
    width: 100%;

  }
}

@media screen and (max-width: 480px) {
  .container-body h1 {
    font-size: 26px;
    font-weight: 200;
  }
}


@media screen and (min-width: 900px) {
  .nav-list {

    display: block !important;
  }
}

#nav-toggle {
  position: absolute;
  left: -5px;
  top: 6px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;


}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;

  background: #000000;

  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
  top: -10px;

}

#nav-toggle span:after {
  bottom: -10px;
}

#nav-toggle.active span {

  background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
  top: 0;
}

#nav-toggle.active span:before {
  transform: rotate(45deg);
}

#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

.fixed {
  position: fixed;
  top: 0px;
  z-index: 999;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.margin {
  margin-top: 75px;
}

#title {
  text-align: center;
  margin: 20px 0 20px 0;
  font-size: 10vw;
  padding: 0px;
  color: transparent;
  font-family: '8BITWONDERNominal', sans-serif;
  text-shadow: 5px -5px 0 #FCB42A, 1px -1px 0 #F7F461, 0px 0px 0 #2e2e2e, -1px 2px 0 #2c2c2c, -2px 3px 0 #2a2a2a, -3px 4px 0 #282828, -4px 5px 0 #262626, -5px 6px 0 #242424, -6px 7px 0 #222, -7px 8px 0 #202020, -8px 9px 0 #1e1e1e, -9px 10px 0 #1c1c1c, -10px 11px 0 #1a1a1a, -11px 12px 0 #181818, -12px 13px 0 #161616, -13px 14px 0 #141414, -14px 15px 0 #121212, -10px 15px 30px rgba(0, 0, 0, 0.9);
}
</pre></body></html>