/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  font-size: 62.5%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: 'Nunito Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #3B3B3B;
  text-align: left;
  background-color: #ffffff;
  overflow-x: hidden;
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

a {
  text-decoration: none; }

h2 {
  color: #0a083b;
  line-height: 1.1;
  font-size: 3.4rem; }
  @media (max-width: 576px) {
    h2 {
      font-size: 2.3rem; } }

.form-control {
  display: block;
  width: 100%;
  height: 6.8rem;
  padding: 1rem 6.2rem 1rem 1rem;
  font-size: 2.1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid gray;
  transition: .4s ease all; }
  @media (max-width: 576px) {
    .form-control {
      height: 5.9rem; } }
  .form-control:focus {
    outline: none;
    border-color: #73a5d8; }

.form-control::-webkit-input-placeholder {
  /* Edge */
  color: #bfbfbf; }

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bfbfbf; }

.form-control::placeholder {
  color: #bfbfbf; }

header {
  padding: 2.6rem;
  flex: none; }
  @media (max-width: 993px) {
    header {
      padding: 1.6rem; } }
  header > div {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 128rem;
    margin: auto; }
  header .logo {
    position: relative;
    padding-right: 2rem;
    line-height: 1; }
    header .logo a {
      display: inline-block; }
    header .logo img {
      display: inline-block;
      vertical-align: middle;
      width: 100%;
      max-width: 30.2rem; }
      @media (max-width: 993px) {
        header .logo img {
          max-width: 22.5rem; } }
  header .caption {
    position: relative;
    padding-left: 2rem;
    font-size: 1.9rem;
    color: #767676; }
    header .caption:before {
      content: "";
      width: 2px;
      height: 100%;
      background: #c5c5c5;
      position: absolute;
      left: 0;
      top: 0; }
    @media (max-width: 993px) {
      header .caption {
        display: none; } }

.container {
  max-width: 110rem;
  padding: 0 1.5rem;
  margin: auto; }
  @media (max-width: 1025px) {
    .container {
      max-width: 80rem; } }
  @media (max-width: 993px) {
    .container {
      max-width: 60rem; } }

.section-intro {
  background-color: #195afc;
  background-image: url("images/intro-hero.jpg");
  background-size: cover;
  background-position: center;
  height: 50.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }
  @media (max-width: 576px) {
    .section-intro {
      height: 29.2rem; } }
  .section-intro .intro-hero-content {
    padding: 0 2rem; }
    @media (max-width: 993px) {
      .section-intro .intro-hero-content {
        padding: 0 1.2rem; } }
    .section-intro .intro-hero-content h1 {
      font-size: 4.9rem;
      font-weight: 700;
      margin-bottom: 2rem;
      line-height: 1.2;
      color: #ffffff; }
      @media (max-width: 576px) {
        .section-intro .intro-hero-content h1 {
          font-size: 2.7rem;
          margin-bottom: 1rem; } }
    .section-intro .intro-hero-content p {
      font-size: 2.3rem;
      color: #ffffff; }
      @media (max-width: 576px) {
        .section-intro .intro-hero-content p {
          font-size: 1.9rem;
          line-height: 1.2; } }
    .section-intro .intro-hero-content .quote-form {
      position: relative;
      margin-top: 4.5rem; }
      @media (max-width: 993px) {
        .section-intro .intro-hero-content .quote-form {
          margin-top: 2.5rem; } }
      .section-intro .intro-hero-content .quote-form .form {
        margin: auto;
        max-width: 42.7rem;
        position: relative; }
        .section-intro .intro-hero-content .quote-form .form .form-control {
          padding-right: 28%;
          padding-left: 2rem;
          font-size: 2.4rem;
          border: 2px solid #ffffff;
          text-align: center; }
          @media (max-width: 576px) {
            .section-intro .intro-hero-content .quote-form .form .form-control {
              font-size: 1.8rem;
              padding-left: 1.5rem; } }
        .section-intro .intro-hero-content .quote-form .form .submit-btn {
          font-weight: 700;
          font-size: 2.4rem;
          background-color: #e90000;
          outline: none;
          padding-left: 2.5rem;
          padding-right: 2.5rem;
          color: #ffffff;
          position: absolute;
          right: 0;
          top: 0;
          height: 100%;
          transition: all .2s ease;
          border: 2px solid #e90000; }
          .section-intro .intro-hero-content .quote-form .form .submit-btn.valid {
            border: 2px solid transparent;
            border-left: 2px solid #4CAF50;
            cursor: pointer; }
            .section-intro .intro-hero-content .quote-form .form .submit-btn.valid:hover {
              background: #ff1313; }
          @media (max-width: 576px) {
            .section-intro .intro-hero-content .quote-form .form .submit-btn {
              font-size: 1.8rem;
              padding-left: 2.3rem;
              padding-right: 2.3rem; } }

.section-companies {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  text-align: center; }
  @media (max-width: 576px) {
    .section-companies {
      padding-top: 3.2rem;
      padding-bottom: 3.2rem; } }
  .section-companies h2 {
    font-weight: 700; }
  .section-companies .companies-list {
    padding-top: 2rem;
    max-width: 70rem;
    margin: 0 auto; }
    .section-companies .companies-list p {
      font-size: 2.3rem;
      color: #767676; }
      @media (max-width: 576px) {
        .section-companies .companies-list p {
          font-size: 1.9rem;
          line-height: 1.2; } }

.section-banner {
  background-color: #195afc;
  background-image: url("images/banner-cover.jpg");
  background-size: cover;
  background-position: center;
  height: 31.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px; }
  @media (max-width: 576px) {
    .section-banner {
      padding: 0 3rem;
      height: 14.8rem; } }
  .section-banner h2 {
    color: #ffffff;
    font-weight: 700;
    text-align: center; }

.section-cta {
  padding-top: 5rem;
  padding-bottom: 6.5rem;
  background-color: #f3f3f3; }
  @media (max-width: 576px) {
    .section-cta {
      padding-top: 4rem;
      padding-bottom: 3.5rem; } }
  .section-cta .cta-row {
    display: flex;
    align-items: center; }
    @media (max-width: 993px) {
      .section-cta .cta-row {
        flex-direction: column-reverse; } }
    .section-cta .cta-row .cta-col {
      flex-basis: 50%;
      width: 50%;
      padding: 0 15px; }
      @media (max-width: 993px) {
        .section-cta .cta-row .cta-col {
          flex-basis: 100%;
          width: 100%;
          text-align: center; } }
      .section-cta .cta-row .cta-col h2 {
        font-weight: 700;
        margin-bottom: 3rem; }
        @media (max-width: 576px) {
          .section-cta .cta-row .cta-col h2 {
            margin-bottom: 1.5rem; } }
      .section-cta .cta-row .cta-col p {
        font-size: 2.3rem;
        line-height: 1.2;
        margin-bottom: 4rem; }
        @media (max-width: 576px) {
          .section-cta .cta-row .cta-col p {
            font-size: 1.4rem;
            margin-bottom: 2.5rem; } }
      .section-cta .cta-row .cta-col .button {
        background-color: #195afc;
        border: none;
        outline: none;
        color: #ffffff;
        font-size: 2rem;
        display: inline-block;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        line-height: 1.5;
        border-radius: .5rem;
        padding: 1.2rem 5.8rem;
        cursor: pointer;
        transition: all .2s ease; }
        .section-cta .cta-row .cta-col .button:hover {
          background-color: #033bc6; }
        @media (max-width: 576px) {
          .section-cta .cta-row .cta-col .button {
            font-size: 1.7rem;
            padding: 1rem 4.4rem; } }
      .section-cta .cta-row .cta-col .art {
        text-align: right;
        margin-top: 1rem;
        margin-right: .5rem; }
        @media (max-width: 993px) {
          .section-cta .cta-row .cta-col .art {
            text-align: center;
            margin: 0 auto 2rem; } }
        .section-cta .cta-row .cta-col .art img {
          display: inline-block;
          width: 100%;
          max-width: 39.7rem; }
          @media (max-width: 993px) {
            .section-cta .cta-row .cta-col .art img {
              max-width: 25rem; } }
          @media (max-width: 576px) {
            .section-cta .cta-row .cta-col .art img {
              max-width: 20rem; } }

footer {
  font-size: 1.6rem;
  font-weight: 400;
  color: #767676;
  padding: 7.5rem 0 8.5rem;
  margin-top: auto;
  text-align: center;
  flex: 1;
  display: flex; }
  @media (max-width: 993px) {
    footer {
      font-size: 1.2rem; } }
  @media (max-width: 568px) {
    footer {
      padding: 4.5rem 0 6rem; } }
  footer .footer-logo {
    margin-bottom: 3rem; }
    footer .footer-logo img {
      display: inline-block;
      vertical-align: middle;
      width: 100%;
      max-width: 30.2rem; }
    @media (max-width: 993px) {
      footer .footer-logo {
        margin-bottom: 2rem; }
        footer .footer-logo img {
          max-width: 22.5rem; } }
  footer .footer-unsubscribe {
    margin-bottom: 2rem; }
    footer .footer-unsubscribe a {
      color: #767676; }
    @media (max-width: 993px) {
      footer .footer-unsubscribe {
        margin-bottom: 1rem; } }
  footer .footer-copyright {
    margin-bottom: 2rem; }
    @media (max-width: 993px) {
      footer .footer-copyright {
        margin-bottom: 1rem; } }
  footer .footer-links {
    display: flex;
    justify-content: center; }
    footer .footer-links a {
      padding: 0 1rem;
      color: #767676; }
