/* COLORS */
/* FONTS */
#number-boxes {
  padding-bottom: 80px;
  background: url("/themes/custom/images/waves/small_lightblue_wave.svg") bottom center repeat-x transparent;
  position: relative;
  z-index: 1;
}
#number-boxes .section-content {
  width: 60%;
  margin-bottom: 80px;
}
#number-boxes .blocks {
  position: relative;
  z-index: 9;
  color: #0c0d0e;
}
#number-boxes .blocks .items {
  position: relative;
  z-index: 19;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
#number-boxes .blocks .items .item {
  flex: 1 1 0;
}
#number-boxes .blocks .items .item .item-title {
  font-weight: bold;
  margin-bottom: 20px;
}
#number-boxes .blocks .items .item .item-inner {
  padding: 40px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 16px 40px 0 rgba(112, 144, 176, 0.2);
  position: relative;
}
@media screen and (max-width: 960px) {
  #number-boxes .blocks .items .item {
    flex: 1 1 100%;
  }
}
/* COLORS */
/* FONTS */
#studies .section-content {
  width: 60%;
  position: relative;
  z-index: 29;
  margin-bottom: 40px;
}
#studies .infos {
  font-size: 14px;
  line-height: 24px;
  margin: 5px 0 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-items: center;
  gap: 10px;
}
#studies .infos .category {
  background: #ecf7fe;
  border-radius: 5px;
  color: #191b46;
  padding: 0 5px;
  white-space: nowrap;
  max-width: 100%;
  line-clamp: 1;
}
#studies .studies-list .study-item + .study-item {
  border-top: 1px solid #d9d9d9;
  margin-top: 40px;
  padding-top: 40px;
}
#studies .studies-list .study-item .section-content {
  width: 100%;
  margin-bottom: 0;
}
#studies .studies-list .study-item .study-text p {
  margin: 0 0 10px 0;
}
#studies .buttons {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#studies .arrow-holder {
  position: relative;
  text-align: right;
}
#studies .arrow-holder .icon-left {
  font-size: 36px;
  position: relative;
  margin-right: 20px;
  padding-left: 5px;
  opacity: 1;
  cursor: pointer;
}
#studies .arrow-holder .icon-left:hover {
  opacity: 0.5;
}
#studies .arrow-holder .icon-left:before {
  position: relative;
}
#studies .arrow-holder .icon-left.active:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -7px;
  width: 30px;
  height: 30px;
  background: #d5f6ff;
  border-radius: 50%;
  z-index: -1;
  margin-top: -15px;
}
#studies .arrow-holder .icon-right {
  font-size: 36px;
  position: relative;
  padding-left: 5px;
  cursor: pointer;
  opacity: 1;
}
#studies .arrow-holder .icon-right:hover {
  opacity: 0.5;
}
#studies .arrow-holder .icon-right:before {
  position: relative;
}
#studies .arrow-holder .icon-right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -7px;
  width: 30px;
  height: 30px;
  background: #d5f6ff;
  border-radius: 50%;
  z-index: -1;
  margin-top: -15px;
}
#studies .arrow-holder .icon-left:not(.swiper-button-disabled),
#studies .arrow-holder .icon-right:not(.swiper-button-disabled) {
  transition: color 0.5s;
}
#studies .arrow-holder .icon-left:not(.swiper-button-disabled):hover,
#studies .arrow-holder .icon-right:not(.swiper-button-disabled):hover {
  color: #00adef;
}
/*# sourceMappingURL=studies.css.map */