/*

$breakpoint-sm: 640px;
$breakpoint-md: 768px;
$breakpoint-lg: 960px;
$breakpoint-xl: 1180px;
$breakpoint-xxl: 1320px;

*/
.ruby-slidetoggler-widget {
  min-height: calc(100vh - 80px);
  height: fit-content;
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  align-items: stretch;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ruby-slidetoggler-widget {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.ruby-slidetoggler-widget > div {
  width: 50%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .ruby-slidetoggler-widget > div {
    width: 100% !important;
  }
}
.ruby-slidetoggler-widget h2 {
  margin-bottom: 1em;
  font-size: 36px !important;
}
.ruby-slidetoggler-widget p {
  font-size: 18px !important;
}
.ruby-slidetoggler-widget .content-col-wrap {
  text-align: center;
  width: 100%;
  padding: 5vw;
}
@media screen and (max-width: 1180px) {
  .ruby-slidetoggler-widget .content-col-wrap {
    padding: 3vw 2.5vw;
  }
}
@media screen and (max-width: 960px) {
  .ruby-slidetoggler-widget .content-col-wrap {
    padding: 50px 20px;
  }
}
.ruby-slidetoggler-widget .heading {
  max-width: 66%;
  margin: 0 auto;
}
@media screen and (max-width: 1180px) {
  .ruby-slidetoggler-widget .content-col {
    width: 60%;
  }
}
.ruby-slidetoggler-widget .image-col {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  overflow: hidden;
}
@media screen and (max-width: 1180px) {
  .ruby-slidetoggler-widget .image-col {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .ruby-slidetoggler-widget .image-col {
    min-height: 640px;
  }
}
.ruby-slidetoggler-widget .image-col-slider {
  position: relative;
  width: 100%;
  height: 100%;
}
.ruby-slidetoggler-widget .image-slide {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 20%;
  opacity: 0;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 768px) {
  .ruby-slidetoggler-widget .image-slide {
    min-height: 640px;
  }
}
.ruby-slidetoggler-widget .image-slide.active {
  opacity: 1;
  left: 0;
}
.ruby-slidetoggler-widget .toggle-wrap {
  position: relative;
  width: 80%;
  margin: 0 auto;
}
.ruby-slidetoggler-widget .toggle-content-wrap {
  display: block;
  width: 66%;
  position: relative;
  margin: 0 auto 2em auto;
}
.ruby-slidetoggler-widget .toggle-content {
  display: none;
}
.ruby-slidetoggler-widget .toggle-content.active {
  display: block;
}
.ruby-slidetoggler-widget .toggler-buttons {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  z-index: 2;
  bottom: 100%;
  padding-bottom: 10px;
}
.ruby-slidetoggler-widget .toggler-buttons .toggler-button {
  cursor: pointer;
  width: 33%;
  font-weight: bold;
  text-align: center;
}
.ruby-slidetoggler-widget .toggler-track {
  z-index: 1;
  position: relative;
  background: #fff;
  border-radius: 28px;
  height: 32px;
  width: 100%;
  margin: 84px auto;
}
.ruby-slidetoggler-widget .toggler-track:before, .ruby-slidetoggler-widget .toggler-track:after {
  content: "";
  display: block;
  width: 1px;
  height: 84px;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ef9ca1;
}
.ruby-slidetoggler-widget .toggler-track:before {
  left: 33%;
}
.ruby-slidetoggler-widget .toggler-track:after {
  right: 33%;
}
.ruby-slidetoggler-widget .toggler-indicator {
  position: absolute;
  left: 0;
  top: 0;
  width: 33%;
  background: #EF9CA1;
  height: 32px;
  border-radius: 28px;
  transition: left 0.2s 0.1s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.ruby-slidetoggler-widget .toggle-footer a {
  display: inline-block;
}
.ruby-slidetoggler-widget * {
  color: inherit;
}

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