.widget.c-about-ref.c-about-ref-template-1-custom .widget-content {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #FFF;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.c-about-ref-template-1-custom .overlay {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
  background: rgba(15, 15, 15, 0.20);
    backdrop-filter: blur(12px);
}

.custom-link {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.02em;
    transition: 0.4s;
    text-decoration: none;
}
.custom-link:hover {
    color: #fff;
}
.custom-link:hover,
.custom-link:focus {
    text-decoration: none;
}
.custom-link:focus {
    color: #FF8230;
}
.custom-link svg {
    margin-left: 14px;
    transition: 0.4s;
    position: relative;
    left: 0;
    padding-top: 5px;
    stroke: #FF8230;
}
.custom-link:hover svg {
    left: 10px;
    stroke: #fff;
}

.widget.c-about-ref.c-about-ref-template-1-custom .widget-content-text {
  position: relative;
  width: 50%;
    margin-left: auto;
    padding: 85px 0 85px 85px;
    font-size: 20px;
    line-height: 31px;
    color: #fff;
}
.widget.c-about-ref.c-about-ref-template-1-custom .widget-title {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #808080;
  margin-bottom: 16px;
}
.widget.c-about-ref.c-about-ref-template-1-custom .widget-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #fff;
  margin-bottom: 13px;
  text-transform: uppercase;
  display: none;
}
.widget.c-about-ref.c-about-ref-template-1-custom .widget-buttons {
  margin-top: 40px;
}
.widget.c-about-ref.c-about-ref-template-1-custom .widget-content-additional {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
}
.widget.c-about-ref.c-about-ref-template-1-custom .widget-picture {
  height: 100%;
  background-repeat: no-repeat;
}
.widget.c-about-ref.c-about-ref-template-1-custom .widget-video {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 0;
  text-align: center;
  width: 120px;
  height: 120px;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget.c-about-ref.c-about-ref-template-1-custom .widget-video:hover .widget-video-hover-opacity {
  opacity: 0.9;
}
.widget.c-about-ref.c-about-ref-template-1-custom .widget-video .widget-video-hover-opacity {
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.widget.c-about-ref.c-about-ref-template-1-custom .widget-video svg {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.widget.c-about-ref.c-about-ref-template-1-custom[data-background=true] .widget-content {
  padding: 0;
}
.widget.c-about-ref.c-about-ref-template-1-custom[data-background=true] .widget-content[data-lazyload-use=true] {
  background-size: auto;
  background-color: #F2F2F2;
}
@media all and (max-width: 768px) {
    .widget.c-about-ref.c-about-ref-template-1-custom .widget-name {
      display: block;
    }
    .c-about-ref-template-1-custom .overlay {
        width: 100%;
    }
  .widget.c-about-ref.c-about-ref-template-1-custom .widget-content-text {
    padding: 64px 0 80px 0;
    width: 100%;
    margin-left: 0;
    font-size: 15px;
    line-height: 23px;
  }
  .widget.c-about-ref.c-about-ref-template-1-custom .widget-buttons {
    margin-top: 35px;
  }
  .custom-link {
    font-size: 16px;
  }
  .custom-link svg {
        margin-left: 11px;
        padding-top: 6px;
    }
    .custom-link:hover svg {
        left: 5px;
    }
  .widget.c-about-ref.c-about-ref-template-1-custom .widget-content-additional {
    display: none;
  }
}
@media all and (max-width: 500px) {
  .widget.c-about-ref.c-about-ref-template-1-custom .widget-name {
    font-size: 24px;
    line-height: 32px;
  }
}

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