﻿@font-face {
  font-family: "Haptic";
  src: url("/Fonts/HapticRegular.woff2") format("woff2");
}
@font-face {
  font-family: "HapticSemi";
  src: url("/Fonts/HapticSemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "HapticBlack";
  src: url("/Fonts/HapticBlack.woff2") format("woff2");
}
body {
  background-color: #fff;
  font-family: Haptic, Arial, Helvetica, sans-serif;
}

.header-wrapper {
  background-color: #fff;
}
.header-wrapper .header-container {
  padding: 20px 0;
}
.header-wrapper .header-container img {
  height: 36px;
}

.hero-wrapper {
  background-image: url("/Images/HeroBackground.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 450px;
  display: flex;
  align-items: center;
}
.hero-wrapper .hero-content {
  width: 50%;
  height: 100%;
  font-family: HapticBlack, Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.hero-wrapper .hero-content h1 {
  font-size: 68px;
  color: #fff;
}
.hero-wrapper .hero-content h5 {
  font-family: HapticBlack, Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: normal;
  color: #fff;
}

.content-section {
  padding: 50px 0;
}
.content-section h3 {
  font-family: HapticBlack, Arial, Helvetica, sans-serif;
  font-size: 40px;
  margin-bottom: 20px;
}
.content-section a {
  text-decoration: none;
}
.content-section a:hover {
  text-decoration: underline;
}

.intro {
  background-color: #012673;
  color: #fff;
  font-size: 20px;
}
.intro a {
  color: #236bf5;
}

.graph {
  position: relative;
  z-index: 10;
  background-color: #b0d1da;
  color: #000;
  overflow: hidden;
  min-height: 600px;
}
.graph .bg-overlay {
  overflow: hidden;
  position: absolute;
  width: 100%;
  min-height: 600px;
  top: 0;
  left: 0;
  z-index: 0;
}
.graph .bg-overlay img {
  width: 100%;
}
.graph .bg-overlay img.mobile-bg {
  display: none;
}
.graph .bg-overlay img.desktop-bg {
  display: block;
}

.graph-disclaimer {
  position: relative;
  z-index: 10;
  margin: 10px 0 0 195px;
  font-style: italic;
}

.terms-wrapper {
  padding-top: 30px;
  color: #000;
  background-color: white;
}
.terms-wrapper h3 {
  font-family: HapticBlack;
  font-size: 28px;
  margin-top: 40px;
}
.terms-wrapper h3:first-of-type {
  margin-top: 0;
}
.terms-wrapper .home-link {
  display: inline-block;
  font-family: HapticBlack, Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #000;
  font-size: 28px;
  margin: 10px 0 20px 0;
}
.terms-wrapper .home-link:hover {
  text-decoration: underline;
}
.terms-wrapper li {
  font-size: 20px;
}
.terms-wrapper .prize-list {
  font-family: HapticBlack, Arial, Helvetica, sans-serif;
}

footer {
  background-color: #236bf5;
  color: #000;
  padding: 50px 0;
}
footer .socials h4 {
  font-family: HapticBlack, Arial, Helvetica, sans-serif;
  font-size: 16px;
}
footer .socials .social-item {
  display: inline-block;
  margin-right: 16px;
}
footer .socials .social-item img {
  width: 42px;
}
footer .footer-logo {
  height: 40px;
}
footer .footer-socials {
  display: flex;
  justify-content: flex-end;
}
footer .footer-socials .social-item {
  margin-right: 20px;
}
footer .footer-socials .social-item a {
  color: #fff;
  text-decoration: none;
}
footer .footer-socials .social-item a:hover {
  color: #ABA8A8;
}
footer .footer-socials .social-item a i {
  font-size: 20px;
}
