<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
  height: 100%;
  overflow: hidden;
  margin: 0;
}
form {
  height: 100%;
  overflow-x: hidden;
}
form {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
  color: #747474;
  font-family: 'Roboto', arial, helvetica, sans-serif;
  font-size: 16px;
  line-height: 27px;
  display: flex;
  flex-direction: column;
}
a {
  color: #ee7624;
}
h1 {
  font-size: 60px;
  line-height: 75px;
  letter-spacing: -2px;
  color: #333333;
  margin: 0;
  font-weight: 400;
}
h2 {
  font-size: 26px;
  line-height: 58px;
  letter-spacing: -1px;
  color: #333333;
  margin: 0;
  font-weight: 400;
  text-align: center;
}
h3 {
  font-size: 20px;
  line-height: 34px;
  letter-spacing: -1px;
  color: #333333;
  margin: 0;
  font-weight: 400;
}
.standard {
  color: #FFFFFF;
  background-color: #ee7624;
}
header {
  width: 100%;
  min-height: 150px;
}
.logo {
  float: left;
  width: calc(100% - 370px);
  height: 50px;
  margin: 0 0 0 20px;
}
.logo img {
  width: 134px;
}
main {
  width: 95%;
  min-width: 280px;
  max-width: 500px;
  display: block;
  margin: 0 auto;
  flex: 1 0 auto;
}
main a{
  color: #333333;
  text-decoration: none;
}
footer {
  float: left;
  width: calc(100% - 20px);
  min-width: 300px;
  min-height: 100px;
  background-color: #1D252C;
  color: #FFFFFF;
  padding: 10px;
  font-size: 13px;
  flex-shrink: 0;
}
footer H1,
footer h2,
footer h3 {
  color: #FFFFFF;
}
footer a {
  color: #FFFFFF;
  text-decoration: none;
}
footer ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
}
footer ul li {
  width: 30%;
  text-align: center;
}
footer ul li:last-child {
  text-align: right;
}
footer ul li:last-child h2 {
  text-align: right;
}
footer ul li:first-child {
  width: 30%;
  text-align: left;
}
select,
.fakeinput,
input[type=text],
input[type=password] {
  font-family: 'Roboto', arial, helvetica, sans-serif;
  font-size: 15px;
  color: #aaa9a9;
  border-radius: 3px;
  border: 1px solid #d2d2d2;
  height: 43px;
  width: 98%;
}
textarea {
  font-family: 'Roboto', arial, helvetica, sans-serif;
  font-size: 15px;
  color: #aaa9a9;
  border-radius: 3px;
  border: 1px solid #d2d2d2;
  height: 86px;
  width: 98%;
}
.formblock {
  width: 100%;
  min-width: 280px;
  margin: 0 auto;
  overflow: hidden;
}
.formrow {
  width: 100%;
  margin: 5px 0 10px 0;
  float: left;
  text-align: left;
}
.formerror {
  width: 100%;
  height: 20px;
  float: left;
}
a.button {
  color: #FFFFFF;
}
.button {
  margin: 0;
  padding: 5px 15px;
  border-radius: 25px;
  min-width: 100px;
  text-decoration: none;
  border: 0;
  text-align: center;
  display: inline-block;
}
main input[type="submit"]{
  font-size: 16px;
  height: 37px;
}
.box {
  width: Calc(100% - 60px);
  padding: 20px;
  min-width: 280px;
  box-shadow: 5px 10px 10px #888888;
  border: 1px solid #888888;
  margin: 20px 0;
  background: #1d252c;
  color: #f6f6f6;
}
.box H3,
.box a {
  color: #ee7624;
}
.box H2 {
  color: #f6f6f6;
}
a.button {
  color: #FFFFFF;
}
@media screen and (max-width: 500px) {
  footer {
    width: 100%;
    padding: 10px 0;
  }
  footer ul li {
    width: 50%;
    text-align: center;
  }
  footer ul li:last-child {
    text-align: center;
  }
  footer ul li:first-child {
    width: 100%;
    text-align: center;
  }
  footer ul li:last-child h2 {
    text-align: center;
  }
}

</pre></body></html>