/***********/
/**PREFFIX*/
/***********/
/***********/
/**MAX-WIDTH*/
/***********/
/***********/
/**FONTS/
/***********/
/***********/
/**COLORS*/
/***********/
/**************/
/**BREKPOINTS**/
/**************/
/**************/
/**CONTAINER HEIGHTS**/
/**************/
/**************/
/**CONTAINER WIDTHS**/
/**************/
/**************/
/**GAPS**/
/**************/
/***********/
/**FONT-SIZES*/
/***********/
/**************/
/**ANIMATION**/
/**************/
/***********/
/**PREFFIX*/
/***********/
/***********/
/**MAX-WIDTH*/
/***********/
/***********/
/**FONTS/
/***********/
/***********/
/**COLORS*/
/***********/
/**************/
/**BREKPOINTS**/
/**************/
/**************/
/**CONTAINER HEIGHTS**/
/**************/
/**************/
/**CONTAINER WIDTHS**/
/**************/
/**************/
/**GAPS**/
/**************/
/***********/
/**FONT-SIZES*/
/***********/
/**************/
/**ANIMATION**/
/**************/
/**
 * fullheight
 */
/**
 * Touch
 */
/**
 * No Touch
 */
/**
 * Touch
 */
/**
 * background-color rgba
 */
/**
 * color rgba
 */
/**
 * breakpoint
 */
*[wpb-data-scroll-ani=wpb-treatments] {
  /*.block {
    transition-delay: 0s;
  }

  &.wpb-scroll-ani-animate {
    .block {
      transition: transform 0.6s ease-out, opacity 0.6s ease-out;
      opacity: 1;
      transform: scale(1);
    }
  }*/
}

.zm-wpb_treatments {
  position: relative;
}
.zm-wpb_treatments .list {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 1200px) {
  .zm-wpb_treatments .list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 980px) {
  .zm-wpb_treatments .list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .zm-wpb_treatments .list {
    grid-template-columns: 1fr;
  }
}
.zm-wpb_treatments .block {
  position: relative;
  height: 400px;
  background: #DFDFD4;
  text-decoration: none;
  padding: 40px 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  /*opacity: 0;
  transform: scale(0.95);*/
  /*transform-origin: center center;*/
}
.zm-wpb_treatments .block::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(180deg, red 0%, red 0%) !important;
  transition: opacity 2.2s ease-out !important;
}
html.is-device-touch .zm-wpb_treatments .block:active::after, html:not(.is-device-touch) .zm-wpb_treatments .block:hover::after {
  opacity: 1;
}
html.is-device-touch .zm-wpb_treatments .block:active .content, html:not(.is-device-touch) .zm-wpb_treatments .block:hover .content {
  color: #ffffff !important;
}
html.is-device-touch .zm-wpb_treatments .block:active .svg-2, html:not(.is-device-touch) .zm-wpb_treatments .block:hover .svg-2 {
  opacity: 1;
}
.zm-wpb_treatments .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: none !important;
  z-index: 1;
  pointer-events: none;
}
.zm-wpb_treatments .wrapper {
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transform: translateY(-10%);
}
.zm-wpb_treatments .wrapper svg, .zm-wpb_treatments .wrapper img {
  height: 100%;
  width: 100%;
  max-height: 70%;
  max-width: 70%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.zm-wpb_treatments .svg {
  max-width: 70%;
  max-height: 70%;
  background: none !important;
  height: 100%;
}
.zm-wpb_treatments .svg-2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease-out;
  opacity: 0;
}
.zm-wpb_treatments .svg-2 path {
  stroke: red !important;
}
.zm-wpb_treatments .content {
  position: relative;
  font-size: var(--wpb-font-size-great);
  line-height: 1;
  text-align: center;
  color: #000000;
  z-index: 2;
  transition: color 0.2s ease-out !important;
}
@media (max-width: 980px) {
  .zm-wpb_treatments .content {
    font-size: var(--wpb-font-size-medium);
  }
}