@charset "UTF-8";

*, *:before, *:after {
  box-sizing: border-box;
}

html, body {
  max-width: 100%;
	overflow-x: hidden;
    }

body {
    font-family: "Heebo", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #13436b;
    background-color: #ffffff;
	  margin: 0px 0 50px;
  }

  h1, h2, h3, h4, h5, h6 {
    font-family: "Heebo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    color: #13436b;
  }

  h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.3rem;
  }


.btn:focus, a:focus
{
	 outline: none;
}

.primary-section-padding {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.primary-top-padding {
	padding-top: 4rem;
}

.primary-x-padding {
	padding-left: 3rem;
	padding-right: 3rem;
}

.pt-sm {
  padding-top: 1rem;
}

.pt-md {
  padding-top: 2.5rem;
}

.pe-md {
  padding-right: 1rem;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mt-0 {
  margin-top: 0;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.brand-primary {
  color: #13436b;
}

.brand-secondary {
  color: #f26a2a;
}

.row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}

.row-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.flex-row {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}

.container {
	max-width: 1200px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  flex-wrap: wrap;
}

.btn-custom {
  color: #fff;
  background-color: #f26a2a;
  padding: 0.6rem 1.5rem;
  text-decoration: none;
  font-weight: 500;
  border-radius: 10px;
  transition: ease 0.3s;
  white-space: nowrap;
}

.btn-custom:hover {
  background-color: #ca5721;
}

.home-hero-container {
  background-image: url("../img/home-hero-image.svg");
  background-size: 400px;
  background-position: right bottom;
  background-repeat: no-repeat;
  min-height: 600px;
  display: flex;
  align-items: center;
  margin-top: -80px; 
}

.home-hero-content {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.icon-list-column {
  flex-direction: column;
}

.icon-row-icon {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-right: 30px;
}

.icon-row {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.industry-logo {
  margin:1.5rem;
  width: 170px;
  max-height: 30px;
}

.industry-logos-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  opacity: 0.4;
}

.roi-stats-row {
  justify-content: center;
}

.col-roi {
  display: flex;
  justify-content: center;
  width: 200px;
  border-radius: 16px;
  background-color: #13436b;
  position: relative;
  padding: 1rem;
  margin-right: 2rem;
  margin-bottom: 6rem;
}

.col-roi-inner {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
}

.roi-stat {
  position: absolute;
  margin-top: -56px;
  font-size: 3.5rem;
}

.roi-text {
  line-height: 1.6rem;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  max-width: 160px;
}

.featured-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 10px 1px #00000033;
  padding: 2rem;
  width: 100%;
}

.featured-card-image {
  margin-right: 2rem;
  margin-bottom: 1rem;
  width: 130px;
  float: left;
}

.section-head {
  justify-content: center;
}

@media (max-width: 419px) {
  .featured-card .row-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

/* ------------------ Breakpoint lg and larger ------------------ */

@media (min-width: 992px) {

  h1 {
    font-size: 2.8rem;
    line-height: 3.5rem;
  }

  h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .container {
    padding-left: 2rem;
  }

  .home-hero-container {
    background-size: 800px;
    min-height: 500px;

  }

  .home-hero-content {
    max-width: 620px;
    margin-left: 0;
    margin-right: 0;
  }

  .roi-stat {
    margin-top: -60px;
  }

  .section-head {
    justify-content: start;
  }

  .featured-card-image {
    margin-right: 3rem;
    width: 180px;
  }
  

}

/* ------------------ Breakpoint xl and larger ------------------ */

@media (min-width: 1200px) {

  .container {
    width: 1200px;
  }

  .col-roi {
    margin-bottom: 0;
  }

  .roi-stats-row {
    justify-content: start;
  }

  .industry-logos-row {
    justify-content: start;
  }

  .first-logo-adjustment {
    margin-left: 0;
  }

}

/* ------------------ Breakpoint xxl and larger ------------------ */

@media (min-width: 1400px) {

  .container {
    padding-left: 0rem;
  }

  .home-hero-content {
    padding-left: 0;
    padding-top: 4rem;
  }

}