/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.kd-before-after {
  margin-bottom: 28px;
  max-width: 100%;
}
.kd-before-after, .kd-before-after__slider {
  position: relative;
}
.kd-before-after__slider {
  overflow: hidden;
}
.kd-before-after__after-wrapper {
  bottom: 0;
  left: 0;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}
.kd-before-after__image {
  display: block;
  height: auto;
  width: 100%;
}
.kd-before-after__inidicator {
  background-color: #fff;
  border-color: #fff;
  bottom: 0;
  cursor: col-resize;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 30;
}
.kd-before-after__inidicator::after, .kd-before-after__inidicator::before {
  background-color: inherit;
  bottom: 0;
  content: "";
  left: -1px;
  position: absolute;
  top: calc(50% + 25px);
  width: 3px;
}
.kd-before-after__inidicator::before {
  bottom: calc(50% + 25px);
  top: 0;
}
.kd-before-after.horizontal .kd-before-after__inidicator {
  bottom: auto;
  cursor: row-resize;
  left: 0;
  right: 0;
  top: 50%;
}
.kd-before-after.horizontal .kd-before-after__inidicator::before {
  bottom: auto;
  height: 3px;
  left: 0;
  right: calc(50% + 25px);
  top: -1px;
  width: auto;
}
.kd-before-after.horizontal .kd-before-after__inidicator::after {
  bottom: auto;
  height: 3px;
  left: calc(50% + 25px);
  right: 0;
  top: -1px;
  width: auto;
}
.kd-before-after.touch .kd-before-after__inidicator::after {
  height: 10px;
  top: auto;
}
.kd-before-after.touch .kd-before-after__inidicator::before {
  bottom: 60px;
  top: 0;
}
.kd-before-after.horizontal.touch .kd-before-after__inidicator::after {
  height: 3px;
  left: auto;
  top: -1px;
  width: 10px;
}
.kd-before-after.horizontal.touch .kd-before-after__inidicator::before {
  bottom: auto;
  right: 60px;
  top: -1px;
}
.kd-before-after__inidicator-trigger {
  border: 3px solid #fff;
  border-color: inherit;
  border-radius: 50%;
  height: 50px;
  left: -25px;
  position: absolute;
  top: calc(50% - 25px);
  width: 50px;
}
.kd-before-after.horizontal .kd-before-after__inidicator-trigger {
  left: calc(50% - 25px);
  top: -25px;
}
.kd-before-after.touch .kd-before-after__inidicator-trigger {
  bottom: 10px;
  top: auto;
}
.kd-before-after.horizontal.touch .kd-before-after__inidicator-trigger {
  bottom: auto;
  left: auto;
  right: 10px;
  top: calc(50% - 25px);
}
.kd-before-after__inidicator-trigger::after, .kd-before-after__inidicator-trigger::before {
  border-bottom: 8px solid transparent;
  border-right: 8px solid #fff;
  border-right-color: inherit;
  border-top: 8px solid transparent;
  content: "";
  height: 0;
  left: 11px;
  position: absolute;
  top: 14px;
  width: 0;
}
.kd-before-after__inidicator-trigger::after {
  border-left: 8px solid #fff;
  border-left-color: inherit;
  border-right: 0;
  left: auto;
  position: absolute;
  right: 10px;
  top: 14px;
  width: 0;
}
.kd-before-after.horizontal .kd-before-after__inidicator-trigger::after {
  border-left: 8px solid transparent;
  border-left-color: transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  border-top-color: inherit;
  bottom: 1px;
  right: 14px;
  top: auto;
}
.kd-before-after.horizontal .kd-before-after__inidicator-trigger::before {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-right-color: transparent;
  border-bottom: 8px solid #fff;
  border-bottom-color: inherit;
  left: 14px;
  top: 3px;
}
.kd-before-after__powered {
  background-color: #eaeaea;
  color: #666;
  font-size: 12px;
  padding: 5px 20px;
  text-align: center;
  width: 100%;
}
.kd-before-after__powered a {
  color: #666;
}
.kd-before-after__powered a:hover {
  color: #000;
}
.kd-before-after__title {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 0.8em;
  padding: 0.25em 0.75em;
  position: absolute;
  top: 0;
  z-index: 10;
}
.kd-before-after__title--after {
  right: 0;
}
.kd-before-after__title--before {
  left: 0;
}
.kd-before-after.horizontal .kd-before-after__title {
  left: 0;
  top: auto;
}
.kd-before-after.horizontal .kd-before-after__title--after {
  right: auto;
  top: 0;
}
.kd-before-after.horizontal .kd-before-after__title--before {
  bottom: 0;
}

/*# sourceMappingURL=/frontend.css.map */