.layout-container.home {
  padding: 0 16px;
}

/************** BANNERS ***************/

.section-top-banners {
  margin-bottom: 24px;
}

ul.banners {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -12px;
}

.banner {
  flex: 1 1 25%;
  display: flex;
}

.banner .banner-card {
  margin: 0 12px 40px 12px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.banner-image {
  width: 100%;
  height: 300px;
  background-size: cover;
}

.banner-image.pbm {
  background-image: url(/assets/images/pbmkleding.jpg);
}

.banner-image.gereedschappen {
  background-image: url(/assets/images/gereedschappen.jpg);
}

.banner-image.lastechniek {
  background-image: url(/assets/images/lastechniek.jpg);
}

.banner-image.mro {
  background-image: url(/assets/images/mro.jpg);
}

.banner-text {
  background-image: linear-gradient(180deg, #0092D2 0%, #007BB8 100%);
}

.section-top-banners .banner-text {
  margin: -80px 24px 0 24px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.banner-title {
  font-size: 26px;
  color: #FFFFFF;
  line-height: 34px;
  padding: 16px 16px 12px 16px;
}

.banner-description {
  background: #003247;
  color: #fff;
  font-size: 15px;
  padding: 8px 16px;
}

.banner-text .primary-button {
  background: #fff url(/assets/icons/icon-arrowright-darkgrey-16.svg) right 16px center no-repeat;
  padding-right: 44px;
  color: #003247;
  transition: all .25s ease;
}

.banner-text .primary-button:hover {
  background-color: #003247;
  background-image: url(/assets/icons/icon-arrowright-white-16.svg);
  color: #fff;
}

.section-top-banners .banner-text .primary-button {
  margin: 16px auto 20px auto;
}


/************** BANNER SUSTAINABILITY ***************/

.section-sustainability {
  margin-bottom: 32px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}

.banner.sustainability-banner {
  margin: 0 16px 32px 16px;
}

.banner-image.sustainability {
  flex: 1 1 50%;
  height: auto;
  min-height: 340px;
  background-image: url(/assets/images/duurzaamheid.jpg);
  position: relative;
  overflow: hidden;
  min-width: 232px;
}

.banner-image.sustainability.brand {
  background-image: url(/assets/images/3Mgehoorbescherming.jpg);
}

.banner-image.sustainability:after {
  content: '';
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  background-image: url(/assets/images/sustainability-bg-horizontal.svg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.banner.sustainability-banner .banner-text {
  flex: 1 1 50%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner.sustainability-banner .banner-title {
  padding: 0;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 40px;
}

.banner.sustainability-banner .banner-description {
  background: transparent;
  padding: 0;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 26px;
}

.banner.sustainability-banner .banner-text .primary-button {
  align-self: flex-start;
}






/************** HOME NAV CATEGORIES ***************/

.home-navigation-container-title {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 32px;
}

.home-navigation-container-title:before,
.home-navigation-container-title:after {
  content: '';
  flex: 1;
  border-bottom: 3px solid #0092D2;
}

.home-navigation-container-title:before {
  margin-right: 16px;
}

.home-navigation-container-title:after {
  margin-left: 16px;
}


/* home nav categories */

.home-navigation-container {
  display: flex;
  flex-flow: row wrap;
  margin: -12px -12px 52px -12px;
}

a.home-navigation-tile {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #fff;
  border: 2px solid #c7d2d9;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  color: #003147;
  letter-spacing: -.45px;
  line-height: 24px;
  height: 76px;
  width: calc(25% - 24px);
  margin: 12px;
  transition: all .25s ease;
}

a.home-navigation-tile:hover {
  background: #f6f9fc;
  border-color: #003247;
}

.navigation-tile-logo {
  width: 32px;
  height: 32px;
  margin: auto 16px auto 16px;
  flex-shrink: 0;
}

.navigation-tile-title {
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 8px;
  margin: auto auto auto 0;
}

.navigation-tile-pointer {
  width: 16px;
  height: 16px;
  margin: auto 8px auto 0;
  background: url(/assets/icons/icon-arrowright-blue-16.svg) center center no-repeat;
  align-self: flex-end;
  flex-shrink: 0;
}









/************** EXTRA SERVICES ***************/

.extra-services-wrapper {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -16px;
}

.extra-service {
  width: 33.33%;
  display: flex;
  flex-grow: 1;
}

.extra-service-card {
  margin: 0 20px 40px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  box-shadow: 0 8px 20px 0 rgba(22, 60, 92, 0.10);
}

.extra-service-image {
  background: transparent url(/assets/images/extra-service-bg.svg) right top no-repeat;
  background-size: 200% 100%;
  padding: 24px 24px 0 24px;
  text-align: center;
}

.extra-service-image img {
  width: 100%;
  height: auto;
  max-width: 540px;
}

.extra-service-text {
  flex: 1;
  padding: 16px 40px 40px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.extra-service-title {
  font-size: 26px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 16px;
}

.extra-service-description {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.4px;
  margin-bottom: 16px;
  text-align: center;
}

ul.extra-service-highlights {
  list-style: none;
  margin-bottom: 24px;
}

.extra-service-highlights li {
  background: url(/assets/icons/icon-check-blue-12.svg) left 6px no-repeat;
  padding-left: 20px;
}

.extra-service-text .primary-button {
  margin-top: auto;
  background: #003247;
  transition: all .25s ease;
}

.extra-service-text .primary-button:hover {
  background: #0092D2;
}




















/* CHAT */

.cx-side-button-group {
  position: fixed;
  bottom: 0;
  right: 16px;
}

.cx-side-button-group .cx-side-button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  border-radius: 8px 8px 0 0;
  background-color: #0092d2;
  color: white;
  box-shadow: 0 4px 16px 0 rgba(22, 60, 92, 0.16);
  font-size: 14px;
  padding: 12px 12px 12px 56px !important;
  letter-spacing: -0.4px;
  font-weight: 700;
  /* width: 187px; */
  height: 48px;
  margin: 0;
}

.cx-side-button-group .cx-side-button:before {
  content: "";
  background-image: url(/assets/icons/icon-chat.svg);
  width: 32px;
  height: 32px;
  position: absolute;
  left: 14px;
}
