@font-face {
  font-family: "ProximaNova-Bold";
  src: url("../webfonts/2FB7AA_9_0.eot");
  src: url("../webfonts/2FB7AA_9_0.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/2FB7AA_9_0.woff2") format("woff2"),
    url("../webfonts/2FB7AA_9_0.woff") format("woff"),
    url("../webfonts/2FB7AA_9_0.ttf") format("truetype");
}
@font-face {
  font-family: "ProximaNova-Light";
  src: url("../webfonts/2FB7AA_A_0.eot");
  src: url("../webfonts/2FB7AA_A_0.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/2FB7AA_A_0.woff2") format("woff2"),
    url("../webfonts/2FB7AA_A_0.woff") format("woff"),
    url("../webfonts/2FB7AA_A_0.ttf") format("truetype");
}
@font-face {
  font-family: "ProximaNova-Regular";
  src: url("../webfonts/2FB7AA_B_0.eot");
  src: url("../webfonts/2FB7AA_B_0.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/2FB7AA_B_0.woff2") format("woff2"),
    url("../webfonts/2FB7AA_B_0.woff") format("woff"),
    url("../webfonts/2FB7AA_B_0.ttf") format("truetype");
}
@font-face {
  font-family: "ProximaNova-Semibold";
  src: url("../webfonts/2FB7AA_C_0.eot");
  src: url("../webfonts/2FB7AA_C_0.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/2FB7AA_C_0.woff2") format("woff2"),
    url("../webfonts/2FB7AA_C_0.woff") format("woff"),
    url("../webfonts/2FB7AA_C_0.ttf") format("truetype");
}
body {
  font-family: ProximaNova-Regular;
  background: url("../images/bg.png") no-repeat center center fixed;
  background-size: cover;
  color: #63758f;
  height: 100%;
}

header.logo {
  margin: 100px 0px 32px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.subHeader {
  max-width: 650px;
  margin: 0px auto;
  text-align: center;
}

section.subHeader p {
  color: #444546;
  font-size: 24px;
  line-height: 32px;
  margin: 0px;
}

section.actions {
  display: flex;
  justify-content: center;
  align-items: center;
}

section.actions > a.button {
  text-decoration: none;
  width: 240px;
  height: 32px;
  margin: 40px 0px 120px 0px;
  background: #0d52ff;
  border: none;
  border-radius: 4px;
  color: white;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
}

section.actions > a.button:hover {
  background: #1d5dff;
}
section.infoFooter {
  margin: 0px auto;
  max-width: 1000px;
}

.infoFooter_card {
  background-color: white;
  border: 1px solid #dbe2e9;
  border-radius: 2px;
  padding: 32px;
}

.infoFooter_card h6 {
  font-size: 13px;
  line-height: 18px;
  margin: 0px;
}

.infoFooter_card ul {
  list-style: none;
  padding-left: 0px;
  margin-top: 24px 0px 0px;
}

.infoFooter_card ul > li {
  margin: 16px 16px 16px 0px;
}

.infoFooter_card ul > li > a {
  color: #0d52ff;
  text-decoration: none;
  margin-right: 12px;
}
