* {
  box-sizing: border-box;
}
html {
  font-size: 16px;
  font-family: 'Neue Haas Grotesk Disp';
  font-weight: 300;
  letter-spacing: 0.5px;
}
p {
  margin: 0;
  line-height: 1.33;
}
h2 {
  margin: 30px 0;
  font-weight: 900;
  font-size: 3.125em;
  color: #333333;
}
.container-fluid {
  max-width: 80%;
}
.logo {
  width: 100%;
  max-width: 12em;
  height: auto;
}
.sign-in {
  display: inline-block;
  background: #f37366;
  color: #fff;
  border-radius: 8px;
  padding: 0.75em 2.5em;
  text-decoration: none;
}
.sign-in:hover {
  background: #DF6C61;
}
.hero {
  padding-top: 48px;
  background: linear-gradient(76.9deg, #383147 9.9%, #503462 90.87%), #383147;
  color: #fff;
}
.hero-centered {
  padding-top: 24px;
  padding-bottom: 24px;
}
.hero h1 {
  max-width: 700px;
  margin-top: 72px;
  margin-bottom: 30px;
  font-weight: 900;
  font-size: 5em;
  line-height: 1.25;
}
.hero p {
  font-size: 1.5em;
  font-weight: lighter;
  margin-bottom: 100px;
  max-width: 500px;
}
.hero-row {
  position: relative;
}
.hero-image {
  position: absolute;
  right: 8px;
  bottom: -20%;
  width: 60%;
  max-width: 500px;
  height: auto;
}
.section-1 {
  padding: 0;
  padding-top: 150px;
  padding-bottom: 100px;
}
.section-2,
.section-3 {
  padding: 100px 0;
}
.section-1 p,
.section-3 p {
  color: #333333;
  font-size: 1.375em;
}
.section-1 img {
  height: 60vh;
  width: auto;
}
.section-2 {
  background-color: #fafafa;
  color: #0e315c;
}
.section-3 p {
  margin-bottom: 20px;
}
.image-grid-container {
  max-width: unset;
  width: calc(90% - 0.5rem);
  margin: 0;
  padding: 0;
  padding-left: 2rem;
  margin-left: 10%;
}
.image-grid-col {
  padding-right: 0;
}
.image-grid {
  width: 100%;
  float: right;
  max-width: 700px;
}
.footer-container {
  padding: 4rem;
  max-width: 90%;
  margin-bottom: 48px;
  background: #383147;
  border-radius: 24px;
  background-clip: padding-box;
  overflow: hidden;
  position: relative;
  color: #fff;
}
.footer-container:before {
  width: 100%;
  background-image: linear-gradient(90deg, #a09cea 0%, #e7a1a5 100%);
  position: absolute;
  left: 0px;
  top: 0px;
  height: 8px;
  content: '';
}
.footer-container h2 {
  margin-top: 0;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}
.footer-container p a {
  color: #fff;
}
.footer-container .social {
  margin-top: 40px;
  margin-bottom: 20px;
}
.footer-container .social a {
  text-decoration: none;
  margin-right: 10px;
}
.footer-container a.privacy-policy, .footer-container a.terms-of-use {
  color: #f5887d;
  display: block;
}
.form {
  width: 100%;
  font-size: 14px;
  color: #fff;
}
.form label {
  padding-top: 12px;
  display: inline-block;
  font-weight: bold;
}
.form label:first-child {
  padding-top: 0;
}
.form .form-required {
  margin-left: 5px;
  color: #fff;
  font-weight: bold;
}
.form input[type='text'],
.form input[type='email'],
.form input[type='tel'],
.form textarea {
  background: none;
  padding: 8px 0;
  width: 100%;
  border: none;
  color: #fff;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  box-shadow: none;
  outline: 0;
}
.form input[type='text']:focus,
.form input[type='email']:focus,
.form input[type='tel']:focus,
.form textarea:focus {
  border-color: #f5887d;
}
.form input[type='submit'] {
  color: #ffffff !important;
  border: none;
  background: #f37366;
  box-shadow: none;
  text-shadow: none;
  padding: 16px;
  display: block;
  width: 100%;
  margin: 0;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 24px;
  margin-bottom: 12px;
  border-radius: 8px;
}
.form input[type='submit']:hover {
  background: #DF6C61;
}
@media only screen and (max-width: 75em) {
  .hero h1 {
    font-size: 3.75em;
  }
  h2 {
    margin-top: 0;
    font-size: 2.5em;
  }
  p.animated {
    padding-right: 200px;
  }
  .hero-image{
    bottom: -15%;
  }
}
@media only screen and (max-width: 64em) {
  .section-1 p {
    margin-bottom: 60px;
  }
  .image-grid-container {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem;
  }
  .image-grid-col {
    padding-right: 0.5rem;
  }
  p.animated {
    padding-right: 110px;
  }
  .hero-image{
    bottom: -7%;
  }
  .image-grid {
    margin-top: 30px;
  }
  footer .row div[class*='col-']:first-of-type {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 48em) {
  .container-fluid,
  .image-grid-container {
    max-width: 100%;
    width: auto;
  }
  .footer-container {
    max-width: 90%;
    padding: 2rem;
  }
  .hero-image {
    display: none;
  }
  .section-1 {
    padding-top: 100px;
  }
  .section-2 div[class*='col']:first-of-type p {
    margin-bottom: 40px;
  }
}
