body {
  font-family: 'Poppins', sans-serif !important;
  font-size: 1.1em;
  line-height: 1.428571429;
  color: #2a2a32;
  margin: 0;
  background: #fff;
}
button {
  font-family: "Lato", sans-serif !important;
}
img {
  border: 0px;
}
form {
  margin: 0px;
  padding: 0px;
}
p {
  margin: 0px;
  padding: 0px;
}
.clear {
  clear: both;
  margin: 0px;
  padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
  padding: 0px;
  margin: 0px;
  font-weight: normal;
  font-family: "Lato", sans-serif;
}
a {
  text-decoration: none;
  color: #0f60fb;
}
a:focus {
  outline: none;
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wrap {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
ol {
  margin: 0;
}
ol li {
  padding: 0 0 10px 8px;
  line-height: 1.6em;
}
ol li strong {
  font-weight: 700;
}
/*ol li strong{ font-weight: 500;}*/
/*Footer-------*/
#footer {
  padding: 30px 0 40px;
  text-align: center;
  background: #000;
}
#footer .wrap {
  max-width: none;
  color: #6f7072;
  font-size: .8em;
  font-weight: 500;
  line-height: 2em;
}
#footer span {
  display: inline-block;
  padding: 0 4px;
}
#footer a {
  color: #6f7072;
}
#footer a:hover {
  text-decoration: underline;
  color: #5e74a1;
}
.disclaimer {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  padding: 40px 0 50px;
  font-size: .8em;
  font-weight: 500;
  color: #4f5264;
  text-align: center;
  position: relative;
  z-index: 2;
}
.disclaimer p {
  padding: 0;
  margin: 0 0 20px;
  line-height: 1.8em;
}
.disclaimer p:last-child {
  margin: 0;
}
.button {
  text-align: center;
  position: relative;
}
.button a, .button button {
  margin: 5px;
  cursor: pointer;
  font-size: 1.4em;
  font-weight: 700;
  text-align: center;
  color: #000;
  line-height: normal;
  outline: none;
  display: inline-block;
  border-radius: 50px;
  padding: 18px 30px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  border: none;
  text-shadow: 0 1px 0px rgb(0 0 0 / 10%);
  box-shadow: 0 15px 5px -6px rgb(0 0 0 / 50%);
  background: linear-gradient(163deg, #ffe44f, #ffb226 80%) !important;
  font-family: "Lato", sans-serif !important;
}
.button a span {
  display: block;
  color: #b64c00;
  font-size: .65em;
  text-shadow: 0 1px 0px rgb(255 255 255 / 50%);
}
#header {
  position: relative;
  padding: 100px 0;
  background: radial-gradient(at top center, #151c4e 0%, #0d0d0e 75%);
}
#header:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  background: url(../images/header-bg.png) no-repeat center;
  background-size: 100% auto;
  background-attachment: fixed;
}
.logo {
  width: 100%;
  max-width: 300px;
  text-align: center;
  position: relative;
  z-index: 9;
  margin: 0 auto 25px;
}
.logo img {
  width: 100%;
}
#header h1 {
  font-size: 2.4em;
  line-height: 1.2em;
  font-weight: 600;
  margin: 0px auto 12px;
  color: #fff;
  text-align: center;
  padding-top: 30px;
  position: relative;
  text-shadow: 0 1px 0px rgba(0, 0, 0, .3);
  max-width: 1000px;
}
#header h1 .sub {
  font-size: .6em;
  line-height: 1.8em;
  color: #ff6634;
  text-shadow: none;
  display: block;
  width: 100%;
  max-width: 680px;
  margin: 0 auto 10px;
  padding: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 6px;
}
#header h2.sub {
  font-size: 1.4em;
  line-height: 1.3em;
  color: #6d6f9b;
  font-weight: 400;
  margin: 0 auto;
  text-align: center;
  text-shadow: 0 3px 3px rgba(0, 0, 0, .3);
  position: relative;
  max-width: 950px;
}