* {
  box-sizing: border-box;
}
body {
  background-color: #F5F5F3;
  font-family: Roboto, sans-serif;
  margin: 0;
}
a {
  color: #477ED2;
}
a:hover {
  text-decoration: none;
}
.btn {
  text-decoration: none;
  border: 0;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.btn.btn-cta {
  border-radius: 100px;
  font-size: 20px;
  color: #fff;
  background-color: #477ed2;
  padding: 1rem 2rem;
}
.btn.btn-cta:hover {
  background-color: #5b8cd7;
}
.btn.btn-cta .icon {
  width: 15px;
  height: 12px;
}
svg.icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
}
.wlimit {
  max-width: 960px;
  margin: 0 auto;
}
.signin {
  max-width: 960px;
  margin: 0 auto;
  text-align: right;
  padding-top: 2rem;
  padding-right: 2rem;
  font-size: 20px;
}
.signin a {
  color: #EC236A;
  text-decoration: none;
}
.signin .icon {
  width: 27px;
  height: 27px;
  margin-right: 10px;
}
.header {
  position: relative;
  z-index: 1;
  text-align: center;
  background-image: url(/images/bg-main-repeat.jpg);
  background-size: contain;
}
.header .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.logo {
  fill: #477ED2;
  padding-top: 2%;
}
.logo svg {
  width: 348px;
  height: 60px;
}
.slogan {
  padding-top: 3%;
  font-weight: 300;
  font-size: 42px;
  padding-right: 2rem;
  padding-left: 2rem;
}
.main-pic {
  position: relative;
  vertical-align: middle;
  width: 100%;
  max-width: 1600px;
  z-index: 0;
}
.section {
  padding: 80px 0;
}
.sec-title {
  text-align: center;
  font-size: 42px;
  font-weight: 300;
  margin-bottom: 2rem;
}
.sec-desc {
  text-align: center;
  font-weight: 300;
}
.sec-testimonials {
  background-color: #477ed2;
  padding-left: 2rem;
  padding-right: 2rem;
}
.sec-testimonials .sec-title,
.sec-testimonials .sec-desc {
  color: #fff;
}
.sec-testimonials .sec-title a,
.sec-testimonials .sec-desc a {
  color: #fff;
}
.sec-testimonials .btn-cta {
  background-color: #103A95;
}
.gap-2rem {
  padding: 0 2rem;
}
.gap-2rem > .stack-3 {
  margin-left: -2rem;
  margin-right: -2rem;
}
.gap-2rem .stitem {
  padding-left: 1rem;
  padding-right: 1rem;
}
.stack-3 {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}
.stack-3 > * {
  flex-basis: 33.3333%;
  max-width: 33.3333%;
}
.cta-row {
  text-align: center;
  margin: 2rem 0;
}
.features-icons {
  text-align: center;
}
.features-icons .icon {
  color: #477ed2;
  width: 100px;
  height: 100px;
}
.features-icons .title {
  color: #477ed2;
  font-size: 24px;
  font-weight: bold;
  margin: 1rem 0;
}
.features-icons .desc {
  font-weight: 300;
  padding: 0 1rem;
}
.testimonials {
  margin-top: 2rem;
}
.review {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  padding: 1rem;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;

}
.review .head {
  font-size: 20px;
  font-weight: 300;
  color: #477ed2;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.review .userpic img {
  border-radius: 100px;
  vertical-align: middle;
}
.review .body {
  margin: 1rem 0;
  line-height: 1.4;
}
.review .foot {
  margin-top: auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #B88B58;
  font-size: 20px;
  font-weight: 300;
}
.review .foot img {
  width: 42px;
  margin-right: 1rem;
}
.review .userpic {
  margin-right: 1rem;
}
.logo-footer svg {
  fill: #838383;
  width: 152px;
  height: 26px;
}
.footer {
  max-width: 960px;
  margin: 3rem auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
}
.footer a {
  padding: 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .logo svg {
    width: 152px;
    height: 26px;
  }
  .signin {
    padding-top: 1rem;
    text-align: center;
    padding-right: 0;
    font-size: 14px;
  }
  .signin .icon {
    width: 16px;
    height: 16px;
  }
  .slogan {
    font-size: 18px;
    font-weight: normal;
    padding-top: 2%;
  }
  .stack-3 .stitem {
    flex-basis: 100%;
    max-width: 100%;
    padding-bottom: 2rem;
  }
  .footer {
    display: block;
  }
  .footer > * {
    padding: 1rem 0;
  }
}
