.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: 'Options Font', sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 30px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 50px;
  line-height: 55px;
  font-weight: 400;
  text-align: center;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #123d71;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

a {
  color: #123d71;
  text-decoration: underline;
}

img {
  display: inline-block;
  max-width: 100%;
}

strong {
  font-weight: bold;
}

.form-iframe {
    width: 100%;
    height: 3510px;
}

.grey-header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  padding-right: 3%;
  padding-left: 3%;
  background-color: #f2f6f9;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}

.grey-header-inner {
  height: 76px;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.link-block {
  margin-top: 15px;
}

.blue-header {
  padding-top: 76px;
  padding-right: 3%;
  padding-left: 3%;
  background-color: #123d71;
  color: #fff;
}

.content-inner-frame {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding: 36px 40px;
  border-radius: 20px;
  background-color: #f2f6f9;
}

.content {
  padding-right: 3%;
  padding-left: 3%;
  padding-top: 15px;
}

.blue-header-inner {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 40px;
}

.content-inner-transparent {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 40px 40px;
}

.grid {
  grid-column-gap: 36px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.timeline {
  margin-top: 50px;
}

.button-content {
  display: block;
  width: 210px;
  margin: 30px auto;
  padding: 11px 20px 7px;
  border-radius: 30px;
  background-color: #fb333e;
  background-image: url('../images/arrow.png');
  background-position: 174px 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
}

.button-content:hover {
  background-color: #e41723;
  background-position: 177px 50%;
}

.video {
  margin-top: 30px;
}

.button-header {
  display: block;
  margin-top: 19px;
  margin-bottom: 19px;
  padding: 4px 19px 2px 18px;
  float: right;
  border-radius: 30px;
  background-color: #fb333e;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
}

.button-header:hover {
  background-color: #e41723;
  background-position: 177px 50%;
}

.image {
  display: block;
  margin: 30px auto;
  border: 1px solid #ddd;
}

.footer {
  margin-top: 50px;
  padding-right: 3%;
  padding-left: 3%;
  background-color: #123d71;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
}

.footer-inner {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
}

.grid-2 {
  grid-auto-flow: row;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-link  {
  display: block;
  color: #fff;
  text-align: right;
}

.footer-left-link {
  text-align: left;
}

.footer-link:hover {
  color: #83acff;
}

.footer-link.margin {
  margin-top: 27px;
}

.footer-link-inline {
    display: inline;
}

.tacr {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.tacr:hover {
  opacity: 0.8;
}

.footer-div {
  display: none;
}

.timeline-mobile {
  display: none;
  margin-top: 50px;
}

@media screen and (max-width: 991px) {


  h1 {
    font-size: 40px;
    line-height: 44px;
  }

  h2 {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 36px;
  }

  h3 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 27px;
  }

.grey-header {
    position: relative;
}

  .grey-header-inner {
    height: 72px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .link-block {
    margin-top: 13px;
  }

  .blue-header {
    padding-top: 180px;
  }

  .content-inner-frame {
    padding: 26px 30px;
  }

  .blue-header-inner {
    padding: 54px 30px;
  }

  .content-inner-transparent {
    padding: 50px 30px 30px;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .timeline {
    margin-top: 24px;
  }

  .video {
    margin-top: 24px;
  }

  .button-header {
    margin-top: 17px;
    margin-bottom: 17px;
    float: none;
  }

  .image {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .footer-inner {
    padding: 30px 30px 10px;
    text-align: center;
  }

  .grid-2 {
    display: none;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-link {
    text-align: center;
  }


  .footer-div {
    display: block;
    margin-bottom: 40px;
  }

  .timeline-mobile {
    margin-top: 24px;
  }

  .body {
    font-size: 18px;
    line-height: 27px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
    line-height: 33px;
  }

    .form-iframe {
        width: 100%;
        height: 4900px;
    }

  .grey-header-inner {
    height: 58px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .link-block {
    margin-top: 10px;
  }

  .blue-header {
    padding-top: 150px;
  }

  .blue-header-inner {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .timeline {
    display: none;
    margin-top: 18px;
  }

  .video {
    margin-top: 18px;
  }

  .button-header {
    margin-top: 14px;
    margin-bottom: 13px;
    padding: 3px 15px;
    font-size: 16px;
    line-height: 25px;
  }

  .image {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .footer {
    margin-top: 12px;
  }

  .image-2 {
    width: 120px;
  }

  .timeline-mobile {
    display: block;
    margin-top: 18px;
  }
}

#w-node-e95e93ffd9f8-93ffd9d5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

@font-face {
  font-family: 'Options Font';
  src: url('../fonts/options-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Options Font';
  src: url('../fonts/options-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.predictions {
    width: 100%;
}
.table-predictions-head {
    border-width: 0 0 2px 0; border-style: solid; border-color: #ddd; font-weight:700;
}
.predictions td {
    padding:6px 6px 8px 6px;
}
.predictions tr {
    border-width: 1px 0 0; border-style: solid; border-color: #ddd;
}
.small { font-size: smaller;
}
table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

