/*
* Home Section - Hero
*/
.custom-hero-sub-images-style-1 {
  position: absolute;
  top: 65%;
  left: 100%;
  width: 100%;
  min-height: 323px;
  z-index: -1;
}
.custom-hero-sub-images-style-1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 339px;
  height: 100%;
  background: var(--grey-500);
  opacity: 0.7;
  z-index: 1;
}
.custom-hero-sub-images-style-1:after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 40vw;
  height: 100%;
  background: var(--grey-500);
}
.custom-hero-sub-images-style-1 .custom-hero-sub-images-shadow {
  position: absolute;
  bottom: 0;
  width: 0px;
  height: 60%;
  left: 0;
  z-index: 1;
}
.custom-hero-sub-images-style-1 img {
  width: 640px;
  max-width: none;
}

.custom-container-absolute-centered-x {
  position: absolute !important;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}

.custom-svg-btn-style-1 {
  position: relative;
  padding: 19px 60px 19px 50px;
  font-weight: 700;
  font-size: 0.85rem;
  z-index: 1;
}
.custom-svg-btn-style-1 .custom-svg-btn-background {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 107%;
  height: 120%;
  transform: translate3d(-50%, -50%, 0);
  z-index: -1;
}
.custom-svg-btn-style-1 .custom-svg-btn-background polygon {
  transition: ease all 300ms;
}
.custom-svg-btn-style-1 .custom-svg-btn-arrow {
  margin-left: 6px;
}
.custom-svg-btn-style-1.custom-svg-btn-style-1-small {
  padding: 18px 31px 18px 25px;
  font-size: 0.8rem;
}
.custom-svg-btn-style-1.custom-svg-btn-style-1-light .custom-svg-btn-background polygon {
  fill: transparent;
  stroke: #FFF;
}
.custom-svg-btn-style-1.custom-svg-btn-style-1-light:hover .custom-svg-btn-background polygon {
  fill: #FFF;
}
.custom-svg-btn-style-1.custom-svg-btn-style-1-light.custom-svg-btn-style-1-light-solid .custom-svg-btn-background {
  transition: ease opacity 300ms;
}
.custom-svg-btn-style-1.custom-svg-btn-style-1-light.custom-svg-btn-style-1-light-solid .custom-svg-btn-background polygon {
  fill: #FFF;
}
.custom-svg-btn-style-1.custom-svg-btn-style-1-light.custom-svg-btn-style-1-light-solid:hover .custom-svg-btn-background {
  opacity: 0.95;
}

/*
* Home Section - Hero
*/
.custom-hero-sub-images-style-1:before, .custom-hero-sub-images-style-1:after {
  background: var(--primary-200);
}
.custom-hero-sub-images-style-1 .custom-hero-sub-images-shadow {
  box-shadow: 0px 0px 80px 68px var(--primary-200);
}

.section.section-with-shape-divider {
  z-index: 2;
}

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