/* COLORS */
/* FONTS */
#intro-withnumbers {
  padding: 250px 0 0;
  margin-bottom: 100px;
  background: url("/themes/custom/images/waves/hero_lightblue.svg") bottom center repeat-x transparent;
  background-size: cover;
  position: relative;
  z-index: 1;
}
#intro-withnumbers:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 1;
  padding-top: 3%;
  margin-top: -1px;
  display: block;
}
#intro-withnumbers .section .section-content > .h1 {
  width: 60%;
  padding-right: 130px;
}
#intro-withnumbers .facts {
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 16px 40px 0 rgba(112, 144, 176, 0.2);
  position: relative;
  overflow: hidden;
  margin-bottom: -100px;
  margin-top: 30px;
  height: 200px;
  z-index: 19;
}
#intro-withnumbers .facts .items {
  padding: 50px 0;
}
#intro-withnumbers .facts .items .item {
  width: 25%;
  float: left;
  text-align: center;
  border-left: 1px solid #d1d1da;
  line-height: 25px !important;
  height: 100px;
}
#intro-withnumbers .facts .items .item .value {
  margin: -8px 0 0 0 !important;
  line-height: 85px !important;
}
#intro-withnumbers .facts .items .item:first-child {
  border-left: 0 !important;
}
@media all and (max-width: 1599px) {
  #intro-withnumbers .facts {
    margin-top: 100px;
  }
  #intro-withnumbers .facts .items .item .value {
    line-height: 70px !important;
    margin-top: 0 !important;
  }
}
@media all and (max-width: 1439px) {
  #intro-withnumbers .facts {
    margin-top: 100px;
  }
  #intro-withnumbers .facts .items .item .value {
    font-size: 34px !important;
  }
}
@media all and (max-width: 1247px) {
  #intro-withnumbers .section .section-content > .h1 {
    width: 100%;
    padding-right: 0;
  }
  #intro-withnumbers .facts .items .item {
    line-height: 20px !important;
  }
  #intro-withnumbers .facts .items .item .value {
    line-height: 60px !important;
  }
}
@media all and (max-width: 1023px) {
  #intro-withnumbers .facts {
    margin-top: 70px;
    height: 280px;
    margin-bottom: -140px;
  }
  #intro-withnumbers .facts .items {
    padding: 20px 0;
  }
  #intro-withnumbers .facts .items .item {
    width: 50%;
    padding: 0 30px;
    margin: 20px 0;
    height: 80px;
  }
  #intro-withnumbers .facts .items .item:nth-child(3) {
    border-left: 0;
  }
}
@media screen and (max-width: 812px) {
  #intro-withnumbers .facts .items .item {
    text-align: left;
  }
}
@media screen and (max-width: 599px) {
  #intro-withnumbers .facts {
    height: auto;
  }
  #intro-withnumbers .facts .items {
    padding: 0;
  }
  #intro-withnumbers .facts .items .item {
    width: 100%;
    border: 0 !important;
    position: relative;
    margin: 20px 0 25px 0;
    text-align: left;
    height: auto !important;
  }
  #intro-withnumbers .facts .items .item .value {
    line-height: 40px !important;
    margin-top: 0 !important;
  }
  #intro-withnumbers .facts .items .item::before {
    content: "";
    width: calc(100% - 60px);
    height: 1px;
    background-color: #d1d1da;
    position: absolute;
    bottom: -25px;
    left: 30px;
  }
  #intro-withnumbers .facts .items .item:last-of-type::before {
    display: none;
  }
}
/*# sourceMappingURL=intro-withnumbers.css.map */