  .heroslide__text-desc {
    font-family: 'Open Sans Condensed', sans-serif;
  }
    
  svg {
    display: block;
    overflow: visible;
  }

  *, *:before, *:after {
    box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  
  .heroslider-container {
    position: relative;
    height: 500px;
    user-select: none;
    overflow: hidden;
  }
  
  .heroslider-control {
    z-index: 2;
    position: absolute;
    top: 0;
    width: 12%;
    height: 100%;
    transition: opacity 0.3s;
    will-change: opacity;
    opacity: 0;
  }
  .heroslider-control.inactive:hover {
    cursor: auto;
  }
  .heroslider-control:not(.inactive):hover {
    opacity: 1;
    cursor: pointer;
  }
  .heroslider-control.left {
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, transparent 100%);
  }
  .heroslider-control.right {
    right: 0;
    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.18) 100%);
  }
  
  .heroslider-pagi {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 2rem;
    transform: translateX(-50%);
    font-size: 0;
    list-style-type: none;
  }
  .heroslider-pagi__elem {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 2rem;
    height: 2rem;
    margin: 0 0.5rem;
    border-radius: 50%;
    border: 2px solid #F25620;
    cursor: pointer;
  }
  .heroslider-pagi__elem:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.2rem;
    height: 1.2rem;
    background: #F25620;
    border-radius: 50%;
    transition: transform 0.3s;
    transform: translate(-50%, -50%) scale(0);
  }
  .heroslider-pagi__elem.active:before, .heroslider-pagi__elem:hover:before {
    transform: translate(-50%, -50%) scale(1);
  }
  
  .heroslider {
    z-index: 1;
    position: relative;
    height: 100%;
  }
  .heroslider.animating {
    transition: transform 0.5s;
    will-change: transform;
  }
  .heroslider.animating .heroslide__bg {
    transition: transform 0.5s;
    will-change: transform;
  }
  
  .heroslide {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .heroslide.active .heroslide__overlay,
  .heroslide.active .heroslide__text {
    opacity: 1;
    transform: translateX(0);
  }
  .heroslide__bg {
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background-size: cover;
    will-change: transform;
  }
  .heroslide:nth-child(1) {
    left: 0;
  }
  .heroslide:nth-child(1) .heroslide__bg {
    left: 0;
    background: url("../images/heroslide1.png") no-repeat center right;
    background-size: contain;
  }
  .heroslide:nth-child(1) .heroslide__overlay-path {
    fill: #e99c7e;
  }
  @media (max-width: 761px) {
    .heroslide:nth-child(1) .heroslide__text {
      background-color: rgba(203, 198, 195, 0.8);
    }
  }
  .heroslide:nth-child(2) {
    left: 100%;
  }
  .heroslide:nth-child(2) .heroslide__bg {
    left: -50%;
    background: url("../images/heroslide2.png") no-repeat center right;
    background-size: contain;
  }
  .heroslide:nth-child(2) .heroslide__overlay-path {
    fill: #303030;
  }
  @media (max-width: 761px) {
    .heroslide:nth-child(2) .heroslide__text {
      background-color: rgba(203, 198, 195, 0.8);
    }
  }
  .heroslide:nth-child(3) {
    left: 200%;
  }
  .heroslide:nth-child(3) .heroslide__bg {
    left: -100%;
    background: url("../images/heroslide3.png") no-repeat center right;
    background-size: contain;
  }
  .heroslide:nth-child(3) .heroslide__overlay-path {
    fill: #29424a;
  }
  @media (max-width: 761px) {
    .heroslide:nth-child(3) .heroslide__text {
      background-color: rgba(203, 198, 195, 0.8);
    }
  }
  .heroslide:nth-child(4) {
    left: 300%;
  }
  .heroslide:nth-child(4) .heroslide__bg {
    left: -150%;
    background: url("../images/heroslide4.png") no-repeat center right;
    background-size: contain;
  }
  .heroslide:nth-child(4) .heroslide__overlay-path {
    fill: #cbc6c3;
  }
  @media (max-width: 761px) {
    .heroslide:nth-child(4) .heroslide__text {
      background-color: rgba(203, 198, 195, 0.8);
    }
  }
  .heroslide:nth-child(5) {
    left: 400%;
  }
  .heroslide:nth-child(5) .heroslide__bg {
    left: -200%;
    background: url("../images/heroslide5.png") no-repeat center right;
    background-size: contain;
  }
  .heroslide:nth-child(5) .heroslide__overlay-path {
    fill: #cbc6c3;
  }
  @media (max-width: 761px) {
    .heroslide:nth-child(5) .heroslide__text {
      background-color: rgba(203, 198, 195, 0.8);
    }
  }
  .heroslide__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .heroslide__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    min-height: 810px;
    transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
    will-change: transform, opacity;
    transform: translate3d(-20%, 0, 0);
    opacity: 0;
  }
  @media (max-width: 761px) {
    .heroslide__overlay {
      display: none;
    }
  }
  .heroslide__overlay path {
    opacity: 0.8;
  }
  .heroslide__text {
    position: absolute;
    width: 50%;
    bottom: 15%;
    left: 12%;
    color: #fff;
    transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
    will-change: transform, opacity;
    transform: translateY(-50%);
    opacity: 0;
  }
  @media (max-width: 761px) {
    .heroslide__text {
      left: 0;
      bottom: 0;
      width: 100%;
      height: 20rem;
      text-align: center;
      transform: translateY(50%);
      transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
      padding: 0 1rem;
    }
  }
  .heroslide__text-heading {
    font-family: "Polar", Helvetica, Arial, sans-serif;
    font-size: 5rem;
    margin-bottom: 2rem;
  }
  @media (max-width: 761px) {
    .heroslide__text-heading {
      line-height: 10rem;
      font-size: 3.5rem;
    }
  }
  .heroslide__text-desc {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
  @media (max-width: 761px) {
    .heroslide__text-desc {
      display: none;
    }
  }
  .heroslide__text-link {
    z-index: 5;
    display: inline-block;
    position: relative;
    padding: 0.5rem;
    cursor: pointer;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 2.3rem;
    perspective: 1000px;
  }
  @media (max-width: 761px) {
    .heroslide__text-link {
      margin: -2rem 0 8rem;
    }
  }
  .heroslide__text-link:before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    transform-origin: 50% 100%;
    transform: rotateX(-85deg);
    transition: transform 0.3s;
    will-change: transform;
  }
  .heroslide__text-link:hover:before {
    transform: rotateX(0);
  }