body {
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #F2F2F2;
}

h1,
h2,
h3,
h4 {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

h1 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 800;
}

@media (min-width: 1200px) {
  h1 {
    font-size: 4rem;
    line-height: 5rem;
  }
}

h4 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
  }
}

.form-control:focus {
  border-color: #0049B3;
  box-shadow: 0px 4px 12px rgba(77, 76, 96, 0.08);
}

.navbar {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.navbar-brand {
  width: 32px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .navbar-brand {
    width: auto;
    overflow: visible;
  }
}

.navbar-brand img {
  display: block;
  height: 2rem;
}

.navbar-light .navbar-nav .nav-link {
  color: #01001D;
  font-weight: 500;
  font-size: 1.125rem;
}

a,
.text-primary {
  color: #0049B3;
}

.btn-primary {
  border-color: #0049B3!important;
  background-color: #0049B3!important;
}

.navbar-collapse .form-inline .btn-primary {
  padding-left: 2rem;
  padding-right: 2rem;
  line-height: 1.5rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.hero-hp {
  height: 400px;
  background-image: url(../img/hero-hp.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-shadow: 0px 2px 4px rgba(1, 0, 29, 0.1);
}

@media (min-width: 768px) {
  .hero-hp {
    height: 480px;
  }
}

@media (min-width: 1200px) {
  .hero-hp {
    height: 680px;
  }
}

.hero-hp h1 {
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .hero-hp h1{
    font-size: 1.75rem;
    line-height: 2rem;
  }
}

@media (min-width: 768px) {
  .hero-hp h1 {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .hero-hp h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

.hero-hp .container {
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .hero-hp .container {
    padding-bottom: 0;
  }
}

.shadow-sm {
  box-shadow: 0px 4px 12px rgba(77, 76, 96, 0.08);
}

.how-hp {
  font-weight: 300;
  margin-top: -2rem;
}

@media (min-width: 768px) {
  .how-hp {
    font-weight: 300;
    margin-top: -4rem;
  }
}

@media (min-width: 1200px) {
  .how-hp {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-top: -6rem;
  }
}

.how-hp .container {
  position: relative;
}

.how-hp .container p {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .how-hp .container p {
    margin-bottom: 2rem;
  }
}

.how-hp img.laptop {
  position: absolute;
  z-index: 100;
  height: 147px;
  left: 50%;
  margin-left: -130px;
  top: 30px;
}

@media (min-width: 768px) {
  .how-hp img.laptop {
    left: auto;
    margin-left: 0;
    position: absolute;
    z-index: 100;
    height: 200px;
    top: 50%;
    margin-top: -90px;
    right: 0;
  }
}

@media (min-width: 992px) {
  .how-hp img.laptop {
    height: 298px;
    margin-top: -149px;
  }
}

.how-hp .card {
  padding: 180px 1.5rem 2rem 1.5rem;
}

@media (min-width: 768px) {
  .how-hp .card {
    padding: 4rem 5.5rem;
    width: 80%;
  }
}

@media (min-width: 1200px) {
  .how-hp .card {
    padding: 6rem 6.5rem;
    width: 85%;
  }
}

.how-hp ol {
  margin: 0;
  padding-left: 1.5rem;
}

@media (min-width: 768px) {
  .how-hp ol {
    margin: 0;
    padding: 0;
  }
}

.how-hp li {
  margin-bottom: .5rem;
  color: #CCCCD2;
}

@media (min-width: 768px) {
  .how-hp li {
    margin-bottom: 1.5rem;
  }
}

.how-hp li strong {
  color: #15141F;
  font-weight: bold;
}

.how-hp li:last-child {
  margin-bottom: 0;
}

.about-hp .inner {
  padding: 2rem 0rem;
}

@media (min-width: 768px) {
  .about-hp .inner {
    padding: 4rem 5.5rem;
  }
}

@media (min-width: 1200px) {
  .about-hp .inner {
    padding: 6rem 6.5rem;
  }
}

.about-hp .inner h1 {
  color: #CCCCD2;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .about-hp .inner h1 {
    margin-bottom: 2rem;
  }
}

.about-hp .inner p {
  font-weight: 300;
}

@media (min-width: 1200px) {
  .about-hp .inner p {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}

.about-hp .inner p strong {
  font-weight: bold;
}

.about-hp .inner p:last-child {
  margin-bottom: 0;
}

.types-hp {
  background-color: #01001D;
  color: #fff;
}

.types-hp .inner-content {
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-weight: 300;
}

@media (min-width: 768px) {
  .types-hp .inner-content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1200px) {
  .types-hp .inner-content {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }
}


@media (min-width: 1200px) {
  .types-hp .inner-content {
    padding-top: 8rem;
    padding-bottom: 6rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.types-hp .inner-content h1 {
  margin-bottom: 1rem;
}

@media (min-width: 1200px) {
  .types-hp .inner-content h1 {
    margin-bottom: 2rem;
  }
}

.types-hp .inner-content p {
  margin-bottom: 1.5rem;
}

@media (min-width: 1200px) {
  .types-hp .inner-content p {
    margin-bottom: 3rem;
  }
}

.types-hp .inner-content strong {
  font-weight: bold;
}

.types-hp .inner-content .btn-primary {
  padding: .675rem 2rem;
  font-weight: bold;
}

.types-hp .abs-col {
  float: left;
  width: 48%;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .types-hp .abs-col {
    float: none;
    position: absolute;
    width: 43%;
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {
  .types-hp .abs-col {
    width: 45%;
  }
}

.types-hp .abs-col:first-child {
  top: 100px;
}

@media (min-width: 1200px) {
  .types-hp .abs-col:first-child {
    top: 208px;
  }
}

.types-hp .abs-col:nth-child(2) {
  float: right;
}

@media (min-width: 768px) {
  .types-hp .abs-col:nth-child(2) {
    float: none;
    top: 32px;
    right: 20px;
  }
}

@media (min-width: 1200px) {
  .types-hp .abs-col:nth-child(2) {
    top: 64px;
  }
}

.types-hp .abs-col .card {
  box-shadow: 0px 4px 12px rgba(77, 76, 96, 0.08);
  border: none;
  height: 200px;
  color: #15141F;
  font-weight: bold;
  font-size: .75rem;
  line-height: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  padding-top: 150px;
  background-repeat: no-repeat;
  background-position: center 30px;
  background-size: 100px;
}

@media (min-width: 1200px) {
  .types-hp .abs-col .card {
    height: 288px;
    padding-top: 194px;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1.5rem;
    background-position: center 42px;
    background-size: unset;
  }
}

.types-hp .abs-col .card:last-child {
  margin-bottom: 0;
}

.types-hp .abs-col .card-money {
  background-image: url(../img/icon-money.svg);
}

.types-hp .abs-col .card-leasing {
  background-image: url(../img/icon-leasing.svg);
}

.types-hp .abs-col .card-assets {
  background-image: url(../img/icon-assets.svg);
}

.types-hp .abs-col .card-education {
  background-image: url(../img/icon-education.svg);
}

.contact-hp {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .contact-hp {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1200px) {
  .contact-hp {
    padding-top: 10rem;
    padding-bottom: 6rem;
  }
}

.contact-hp h1 {
  color: #CCCCD2;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .contact-hp h1 {
    margin-bottom: 2rem;
  }
}

.contact-hp p {
  font-weight: 300;
}

@media (min-width: 1200px) {
  .contact-hp p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.contact-hp label {
  color: #4D4C60;
  font-weight: bold;
}

.contact-hp .btn {
  padding: .675rem 2rem;
  font-weight: bold;
}

.demo-hp {
  padding: 2rem 0rem;
  background-color: #0049B3;
  color: #fff;
}

@media (min-width: 768px) {
  .demo-hp {
    padding: 4rem 5.5rem;
    background-color: #0049B3;
    color: #fff;
  }
}

@media (min-width: 1200px) {
  .demo-hp {
    padding: 6rem 6.5rem;
  }
}

.demo-hp h1 {
  margin-bottom: 1rem;
  opacity: .2;
}

@media (min-width: 768px) {
  .demo-hp h1 {
    margin-bottom: 2rem;
  }
}

.demo-hp p {
  text-align: center;
  font-weight: 300;
  margin-bottom: 2rem;
}

@media (min-width: 1200px) {
  .demo-hp p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.demo-hp strong {
  font-weight: bold;
}

.demo-hp label {
  font-weight: bold;
  opacity: .5;
}

.demo-hp .btn-dark {
  border-color: #01001D!important;
  background-color: #01001D!important;
  font-weight: bold;
}

.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
  line-height: 2rem;
  color: #01001D;
}

@media (min-width: 1200px) {
  .footer {
    font-size: 1.125rem;
    line-height: 2.5rem;
  }
}

.footer a {
  color: #01001D;
}

.footer .footer-logo {
  display: inline-block;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .footer .footer-logo {
    margin-bottom: 0;
  }
}

.footer .copyright {
  font-size: .75rem;
  line-height: 1rem;
  font-weight: 300;
  display: block;
  padding-top: 3rem;
}

@media (min-width: 1200px) {
  .footer .copyright {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

.icon-facebook,
.icon-instagram,
.icon-linked-in {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
}

.icon-facebook {
  background-image: url(../img/icon-facebook.svg);
}

.icon-instagram {
  background-image: url(../img/icon-instagram.svg);
}

.icon-linked-in {
  background-image: url(../img/icon-linked-in.svg);
}

.run-cw {
  background-image: url(../img/hand-card.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-top: 6rem;
}

.run-ci {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 2rem;
  padding-bottom: 300px;
}

@media (min-width: 768px) {
  .run-ci {
    padding-left: 0;
    padding-right: 0;
  }
}

.run-ci h1 {
  font-size: 2rem;
  line-height: 3rem;
  color: #CCCCD2;
  margin-bottom: 2.5rem;
}

.run-ci ol {
  font-size: 1.25rem;
  line-height: 2rem;
  margin: 0;
}

@media (min-width: 768px) {
  .run-ci ol {
    padding: 0;
  }
}

.run-ci ol li {
  margin-bottom: 1.5rem;
}
