.small-wrap {
  max-width: 680px;
  margin: 0 auto;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: #2E4787;
  font-weight: 700;
  text-decoration: none;
}

h1, h2, h3 {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  margin-bottom: 16px;
  font-weight: 700;
}

h2, h3 {
  margin-bottom: 30px;
}

h2 {
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: 700;
}

h3 {
  line-height: 1.1;
  font-size: 2.5rem;
  font-weight: 500;
}
h3 span {
  display: block;
}

h4 {
  font-weight: 400;
}

p {
  margin: 1em 0;
}
@media screen and (max-width: 992px) {
  p br {
    display: none;
  }
}

img {
  max-width: 100%;
  height: auto;
}

strong.focus {
  color: #fc7e00;
}

@-webkit-keyframes _arrow_animate {
  0% {
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0);
  }
  8% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  14% {
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0);
  }
}

@keyframes _arrow_animate {
  0% {
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0);
  }
  8% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  14% {
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0);
  }
}
*:focus {
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
}

/* overwrites */
footer {
  display: none;
}

/* page styles */
body {
  background: #ffffff none scroll no-repeat 0 0;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #333;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  background: #ffffff;
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
body #content {
  padding: 0 !important;
  margin: 0 !important;
}
body .custom-logo {
  width: 240px;
  height: 60px;
}
@media only screen and (max-width: 992px) {
  body .custom-logo {
    width: 210px;
    height: auto;
  }
}
@media only screen and (max-width: 320px) {
  body .custom-logo {
    width: 198px;
  }
}
body .bg-gradient {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(#e1faff), to(white));
  background: -o-linear-gradient(top, #e1faff 0%, white 100%);
  background: linear-gradient(180deg, #e1faff 0%, white 100%);
  height: 450px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
body .main-wrap {
  margin: 0 auto;
  padding: 60px 24px;
  max-width: 1080px;
  /* Heroshot */
  /* How to Enter */
  /* CTA */
  /* Official Rules */
}
@media only screen and (max-width: 1279px) {
  body .main-wrap {
    max-width: none;
  }
}
@media only screen and (max-width: 1023px) {
  body .main-wrap {
    padding: 24px 24px 0;
  }
}
@media only screen and (max-width: 1023px) {
  body .main-wrap {
    padding: 24px 24px 0;
  }
}
body .main-wrap .lp-wrap {
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 992px) {
  body .main-wrap .lp-wrap {
    max-width: none;
  }
}
body .main-wrap .lp-wrap-wide {
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  body .main-wrap .lp-wrap-wide {
    max-width: none;
  }
}
@media only screen and (max-width: 992px) {
  body .main-wrap .lp-wrap-wide {
    padding: 0;
  }
}
body .main-wrap #lp-hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  body .main-wrap #lp-hero {
    /*margin-top: 24px;*/
  }
}
@media only screen and (max-width: 767px) {
  body .main-wrap #lp-hero {
    height: auto;
    /*margin-top: 30px;*/
  }
}
body .main-wrap #lp-hero .mobile {
  position: absolute;
  right: -40px;
  top: -32px;
  width: 500px;
}
@media only screen and (max-width: 1023px) {
  body .main-wrap #lp-hero .mobile {
    top: 0;
    width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  body .main-wrap #lp-hero .mobile {
    margin: 0 auto;
    position: relative;
    right: 0;
    top: -40px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
body .main-wrap #lp-hero .mobile .phone {
  vertical-align: bottom;
}
body .main-wrap #lp-hero .badge {
  position: absolute;
  right: 65%;
  bottom: 160px;
  width: 235px;
}
@media only screen and (max-width: 1023px) {
  body .main-wrap #lp-hero .badge {
    bottom: 0;
    top: -50px;
    right: 28%;
  }
}
@media only screen and (max-width: 767px) {
  body .main-wrap #lp-hero .badge {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
body .main-wrap #lp-hero .lp-wrap-hero {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  body .main-wrap #lp-hero .lp-wrap-hero {
    margin-bottom: 50px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
body .main-wrap #lp-hero .lp-wrap-hero .logo {
  width: 230px;
}
body .main-wrap #lp-hero .lp-wrap-hero .foreground {
  color: #333;
  max-width: 600px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 1279px) {
  body .main-wrap #lp-hero .lp-wrap-hero .foreground {
    max-width: 560px;
  }
}
@media only screen and (max-width: 1023px) {
  body .main-wrap #lp-hero .lp-wrap-hero .foreground {
    max-width: 55%;
  }
}
@media only screen and (max-width: 767px) {
  body .main-wrap #lp-hero .lp-wrap-hero .foreground {
    margin-bottom: 16px;
    max-width: none;
    text-align: center;
  }
}
body .main-wrap #lp-hero .lp-wrap-hero .foreground h1 {
  margin: 0 0 16px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  body .main-wrap #lp-hero .lp-wrap-hero .foreground h1 {
    margin: 0;
  }
}
body .main-wrap #lp-hero .lp-wrap-hero .foreground h1 img {
  margin: 0 auto;
  max-width: 60%;
}
@media only screen and (max-width: 767px) {
  body .main-wrap #lp-hero .lp-wrap-hero .foreground h1 img {
    max-width: 80%;
  }
}
body .main-wrap #lp-hero .lp-wrap-hero .foreground h2 {
  font-size: 24px;
  line-height: 2rem;
  margin-bottom: 8px;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  body .main-wrap #lp-hero .lp-wrap-hero .foreground h2 {
    font-size: 20px;
    line-height: 1.6rem;
    margin: 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  body .main-wrap #lp-hero .lp-wrap-hero .foreground h2 {
    font-size: 16px;
    line-height: 1.4rem;
    margin: 0 0 8px;
    width: auto;
  }
}
body .main-wrap #lp-hero .lp-wrap-hero .foreground h2 strong {
  color: #fc7e00;
}
body .main-wrap #lp-hero .lp-wrap-hero .foreground img {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  body .main-wrap #lp-hero .lp-wrap-hero .foreground img {
    /*max-width: 70%;*/
  }
}
body .main-wrap #lp-hero .lp-wrap-hero .foreground h3 {
  font-size: 16px;
  line-height: 1.4rem;
}
@media only screen and (max-width: 1023px) {
  body .main-wrap #lp-hero .lp-wrap-hero .foreground h3 {
    font-size: 14px;
    line-height: 1.2rem;
    margin: 16px 0;
  }
  body .main-wrap #lp-hero .lp-wrap-hero .foreground h3 strong {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  body .main-wrap #lp-hero .lp-wrap-hero .foreground h3 {
    margin: 8px 0 0;
    width: auto;
  }
}
body .main-wrap #lp-hero .lp-wrap-hero .foreground h3 strong {
  color: #fc7e00;
  display: block;
}
body .main-wrap #lp-hero .lp-wrap-hero .foreground p {
  font-size: 16px;
  line-height: 1.3rem;
}
@media only screen and (max-width: 1023px) {
  body .main-wrap #lp-hero .lp-wrap-hero .foreground p {
    font-size: 14px;
    line-height: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  body .main-wrap #lp-hero .lp-wrap-hero .foreground p {
    font-size: 12px;
    line-height: 1rem;
    margin: 8px 0;
    width: auto;
  }
}
body .main-wrap #lp-how {
  font-weight: 300;
  padding: 40px 0 0;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  body .main-wrap #lp-how {
    padding: 24px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  body .main-wrap #lp-how {
    padding: 0;
  }
}
body .main-wrap #lp-how h2 {
  font-size: 48px;
  margin: 0;
}
@media only screen and (max-width: 1023px) {
  body .main-wrap #lp-how h2 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  body .main-wrap #lp-how h2 {
    font-size: 1.8rem;
    line-height: 2rem;
    margin: 0 0 8px;
  }
}
body .main-wrap #lp-how ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 32px 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 992px) {
  body .main-wrap #lp-how ul {
    margin: 24px 0 0;
  }
}
body .main-wrap #lp-how ul li {
  padding: 0 24px;
  position: relative;
  width: 33.33%;
}
@media only screen and (max-width: 992px) {
  body .main-wrap #lp-how ul li {
    font-size: 14px;
    margin: 0 0 60px;
    padding: 0 8px;
  }
  body .main-wrap #lp-how ul li:nth-child(3) {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  body .main-wrap #lp-how ul li {
    width: auto;
    padding: 0;
  }
}
body .main-wrap #lp-how ul li div {
  border: 2px #282832 solid;
  border-radius: 30px;
  /*box-shadow: 0 0 20px rgba(0,0,0,.1);*/
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 992px) {
  body .main-wrap #lp-how ul li div {
    border-radius: 24px;
  }
}
body .main-wrap #lp-how ul li div img {
  padding: 24px 8px;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  body .main-wrap #lp-how ul li div img {
    padding: 24px 4px 8px;
  }
}
body .main-wrap #lp-how ul li strong {
  background: #fc7e00;
  border-radius: 100px;
  color: #ffffff;
  font-size: 52px;
  font-weight: 700;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -40px;
  width: 80px;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  body .main-wrap #lp-how ul li strong {
    font-size: 32px;
    top: -24px;
    width: 48px;
  }
}
body .main-wrap #lp-how ul li h3 {
  color: #fc7e00;
  display: block;
  font-size: 36px;
  font-weight: 700;
  margin: 24px 0 16px;
}
@media only screen and (max-width: 992px) {
  body .main-wrap #lp-how ul li h3 {
    font-size: 24px;
    margin: 16px 0 8px;
  }
}
body .main-wrap .lp-how-enter {
  background: #e1faff;
  border-radius: 24px;
  font-size: 18px;
  font-weight: 700;
  margin: 60px 0;
  padding: 32px 24px;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  body .main-wrap .lp-how-enter {
    margin: 40px 0 0;
    padding: 32px 16px;
  }
}
body .main-wrap .lp-how-enter a {
  background: #2E4787;
  border-radius: 60px;
  color: #ffffff;
  display: block;
  font-size: 24px;
  height: 64px;
  line-height: 64px;
  margin: 24px auto 0;
  padding: 0 16px;
  text-align: center;
  width: 300px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  body .main-wrap .lp-how-enter a {
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    width: auto;
  }
}
body .main-wrap #lp-rules {
  font-weight: 300;
  padding: 0 0 40px;
}
@media only screen and (max-width: 992px) {
  body .main-wrap #lp-rules {
    padding: 30px 0 0;
  }
}
body .main-wrap #lp-rules h2 {
  font-size: 48px;
  margin: 0;
}
@media only screen and (max-width: 1023px) {
  body .main-wrap #lp-rules h2 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  body .main-wrap #lp-rules h2 {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
body .main-wrap #lp-rules .lp-rules-details {
  background: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  height: 500px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1rem;
  margin: 32px 0;
  overflow: hidden;
  overflow-y: scroll;
  padding: 24px;
}
@media only screen and (max-width: 992px) {
  body .main-wrap #lp-rules .lp-rules-details {
    margin: 24px 0;
    padding: 16px 8px;
  }
}
body .main-wrap #lp-rules .lp-rules-details .indent {
  padding-left: 24px;
}
body .main-wrap #lp-rules .lp-rules-details ul {
  margin: 16px 0 16px 40px;
  padding: 0;
}
body .main-wrap #lp-rules .lp-rules-details ul li {
  margin: 0 0 16px;
}

#wpadminbar {
  display: none !important;
}