.benefits {
  color: var(--e-global-color-text);
}
.benefits.tabs-wrap {
  margin: 0;
}
@media (min-width: 992px) {
  .benefits.tabs-wrap {
    height: 600px;
  }
}
.benefits.tabs-wrap .tabs__caption {
  padding-bottom: 35px;
}
.benefits.tabs-wrap .item {
  font-family: "Roboto";
  font-weight: 300;
  padding: 10px 0 15px 0;
}
.benefits.tabs-wrap .item__title {
  position: relative;
  width: 100%;
}
.benefits.tabs-wrap .item__title .heading-style__h4 {
  margin: 0;
  font-size: 20px;
}
.benefits.tabs-wrap .item__title .heading-style__h4 .count {
  display: inline-block;
  width: 35px;
}
.benefits.tabs-wrap .item__title:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: -3px;
  display: block;
  width: 20px;
  height: 10px;
  transform: translate(0, -50%);
  background-size: 100%;
  background-repeat: no-repeat;
}
.benefits.tabs-wrap .item.active .item__title:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='22.354px' height='22.354px' viewBox='0 0 22.354 22.354' style='enable-background:new 0 0 22.354 22.354;' xml:space='preserve'%3E%3Cg%3E%3Crect fill='%23ffffff' y='8.61' width='22.354' height='5.133'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.benefits.tabs-wrap .item.active .item__content {
  display: block;
}
.benefits.tabs-wrap .item:hover {
  cursor: pointer;
}
.benefits.tabs-wrap .item__content {
  padding-top: 10px;
  padding-left: 35px;
  font-weight: 300;
  display: none;
}
.benefits.tabs-wrap .tabs__content {
  padding-left: 55px;
  padding-right: 0;
  height: 100%;
}
@media (max-width: 991px) {
  .benefits.tabs-wrap .tabs__content {
    padding: 0;
    height: 500px;
  }
}
@media (max-width: 576px) {
  .benefits.tabs-wrap .tabs__content {
    padding: 0;
    height: 355px;
  }
}
.benefits.tabs-wrap .tabs__content .images {
  height: 100%;
}
.benefits.tabs-wrap .tabs__content .single {
  opacity: 0;
  height: 0;
}
.benefits.tabs-wrap .tabs__content .single img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 0;
}
.benefits.tabs-wrap .tabs__content .single.active {
  height: 100%;
  opacity: 1;
  transition: opacity 0.15s linear;
}
.benefits.tabs-wrap .tabs__content .single.active img {
  height: 100%;
  width: 100%;
  border-radius: 35px 0;
}
@media (max-width: 991px) {
  .benefits.tabs-wrap .tabs__content .single.active img {
    border-radius: 0 0 35px 35px;
  }
}
.benefits.tiles {
  display: flex;
  grid-row-gap: 24px;
  font-family: "Roboto", Sans-serif;
}
.benefits.tiles .item {
  width: 100%;
  height: 100%;
  background-color: var(--e-global-color-4f996a1);
  border-radius: 20px;
  color: var(--e-global-color-text);
  text-align: center;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-row-gap: 10px;
}
.benefits.tiles .item .icon {
  width: 100%;
  height: 55px;
}
.benefits.tiles .item .icon img {
  height: 100%;
  width: 100%;
}/*# sourceMappingURL=shm-benefits.css.map */