@font-face {
    font-family: 'Whitney HTF';
    src: url('fonts/WhitneyHTF-Light.eot');
    src: url('fonts/WhitneyHTF-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Whitney HTF';
    src: url('fonts/WhitneyHTF-Bold.eot');
    src: url('fonts/WhitneyHTF-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Whitney HTF';
    src: url('fonts/WhitneyHTF-Black.eot');
    src: url('fonts/WhitneyHTF-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Whitney HTF';
    src: url('fonts/WhitneyHTF-Book.eot');
    src: url('fonts/WhitneyHTF-Book.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Whitney HTF';
    src: url('fonts/WhitneyHTF-Medium.eot');
    src: url('fonts/WhitneyHTF-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Whitney HTF';
    src: url('fonts/WhitneyHTF-SemiBold.eot');
    src: url('fonts/WhitneyHTF-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
.b{
	font-weight: 600;
}
a, button, input, select, textarea {-webkit-tap-highlight-color: transparent;}
button,select{
border: none;
outline: none;
background: none;
font-family: inherit;
text-transform: none;
}
.clear{clear:both;}
a{
	text-decoration: none;
} 

* {
  margin: 0;
  padding: 0;
  font-family: Whitney HTF;
}
body{
	background-color:#f7f9fc;
}
.chartBox {
  margin-top: 40px;
}
.chartBox img{
	width:100%;
	max-width:500px;
}
.logo{
	margin-top:40px;
}
.logo img{
	width:100%;
	max-width:150px;
}
.wrap{
	width:100%;
	max-width:1024px;
	margin: 0 auto;
}
.brands{
  margin-top:100px;
  float:left;
}
.brands img{
    height: 100%;
	max-height:50px;
	margin-right:100px;
}
.flex-container {
  display: flex;
  flex-wrap: nowrap;
  margin-top:100px;
}
.flex-container > div {
  width: 100%;
}
.question-span{
	font-size:72px;
	font-weight:600;
	color:#2a3b8a;
}
.question-div{
	margin-top:20px;
	font-size:18px;
	font-weight:500;
	color:#465364;
	margin-bottom:20px;
}
.filler{
	max-width:150px;
    flex-grow: 1;
}
.ctabutton{
	background-color:#625bf6;
	font-size:18px;
	color: white;
	white-space: nowrap;
	display: inline-block;
	padding: 3px 0 6px;
	padding-left: 16px;
	padding-right: 12px;
	border-radius: 16.5px;
	letter-spacing: .2px;
	transition-property: background-color,opacity;
}
.ctabutton:hover{
	background-color:#000;
}
.HoverArrow {
	--arrowHoverTransition: 150ms cubic-bezier(0.215,0.61,0.355,1);
	--arrowHoverOffset: translateX(3px);
	--arrowTipTransform: none;
	--arrowLineOpacity: 0;
	position: relative;
	top: 1px;
	margin-left: 5px;
	stroke-width: 2px;
	fill: none;
	stroke: currentColor;
	width: 10px;
	height: 10px;
}
.HoverArrow__linePath {
	opacity: var(--arrowLineOpacity);
	transition: opacity var(--hoverTransition,var(--arrowHoverTransition));
}
.HoverArrow__tipPath {
	transform: var(--arrowTipTransform);
	transition: transform var(--hoverTransition,var(--arrowHoverTransition));
}
.slanted{
	position:relative;
	margin-top:25px;
	height: 100%;
	max-height: none;
	width: 100%;
	top: 0;
	left: 0;
	transform-origin: 100%;
    -webkit-transform: skewY(-6deg);
    -moz-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    -o-transform: skewY(-6deg);
    transform: skewY(-6deg);
	background: rgb(10,37,64);
	overflow: hidden;
	z-index:1;
}
.slanted-bottom{
	background: rgb(10,37,64);
	width: 100%;
	content: "";
	display: block;
	height: 200px;
	top: -250px;
}
.unskew{
	transform: skewY(6deg);
}
.headline{
	color:white;
	font-size:38px;
	margin-top:250px;
}
.steps{
	margin-top:30px;
	color:rgb(173,189,204);
	font-size:22px;
}
.steps div{
	padding-top:20px;
}
.steps a{
	color:rgb(0,212,255);
	font-weight:600;
}
.benefits{
	margin-top:100px;
	color:white;
}
.b-block{
	max-width:222px;
	float:left;
	margin-right:100px;
}
.b-title, .b-text{
	margin-top:10px;
}
.b-title{
	font-size:22px;
	border-left: 2px solid rgb(0,212,255);
	padding-left:10px;
}
.b-text{
	color:rgb(173,189,204);
	padding-left:10px;
}
.footer{
	color:white;
	padding-bottom:50px;
}
.warning{
	padding-top:20px;
	color:rgb(173,189,204);
}
.LocaleControl__trigger {
outline: none;
background-color: transparent;
border: none;
display: flex;
align-items: center;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
cursor: pointer;
font: 400 15px/1.6 Whitney HTF;
color: white;
text-align: left;
}
.LocaleControl__trigger span{
	padding-left:10px;
}
.LocaleControl__trigger img{
    height: 100%;
	max-width:20px;
}
.copyright{
	padding-top:20px;
}
@media (max-width: 1024px) {
  .flex-container{
  	flex-direction: column;
  }
  .flex-container > div{
  	padding: 0 20px;
  }
  .logo{
	  margin-left:20px;
  }
  .brands{
    float:none;
	display: flex;
	flex-direction: column;
	padding-left: 20px;
  }
  .brands img{
  	max-height:50px;
  	margin-right:auto;
	margin-bottom:40px;
  }
  .unskew{
  	padding: 0 20px;
  }
  .footer{
  	padding: 20px 20px 50px 20px;
  }
  .chartBox img {
	  max-width: 300px;
  }
}
