.marketing {
  .tns-outer {
    position: relative;
    @include breakpoint(br-768 up) {
      height: 100%;
    }
    @include breakpoint(large up) {
      height: unset
    }

    .tns-nav {
      position: absolute;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: space-between;
      left: 50% !important;
      transform: translateX(-50%);
      bottom: 28px;
      @include breakpoint(br-768 up) {
        left: 28px !important;
        bottom: 40px;
        transform: none;
      }
      @include breakpoint(large up) {
        height: 60px;
        width: 14px;
        left: unset !important;
        bottom: unset !important;
        right: -14px;
        top: 30%;
        transform: translateY(-50%);
        flex-direction: column;
      }
      button {
        position: relative;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: white;
        border: 1px solid $dark-mint;
        &.tns-nav-active {
          background-color: $dark-mint;
          &::after {
            position: absolute;
            content: "";
            left: 3px;
            top: 3px;
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background-color: white;
          }
        }
      }
    }
  }
  .carousal {
    margin-bottom: 52px;
    @include breakpoint(br-768 up) {
      height: unset;
      margin-bottom: 100px;
    }

    img {
      display: block;
      margin: 0 auto;
    }

    &.nav-dots-4 {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column-reverse;
      img {
        margin-bottom: 57px;
      }
      @include breakpoint(br-768 up) {
        flex-direction: row-reverse;
      }

      .tns-outer {
        .tns-nav {
          @include breakpoint(large up) {
            height: 80px;
          }
        }
      }
    }

    .slider-wrapper {
      @include breakpoint(br-768 up) {
        width: 248px;
        height: 100%;
      }
      @include breakpoint(large up) {
        width: 43%;
        height: unset;
      }
    }

    h2 {
      margin: 0 auto;
      padding: 0;
      font-size: 22px;
      font-weight: bold;
      color: $charcoal;
      text-align: center;
      @include breakpoint(br-768 up) {
        text-align: left;
        margin: 0 auto 0 28px;
        &.tablet-margin-left-0  {
          margin: 0 auto 0 0;
        }
      }
      @include breakpoint(large up) {
        text-align: left;
        padding-left: 0;
        margin-left: 0;
        &.slider-text-header {
          font-size: 38px;
          line-height: 46px;
          width: 75%;
        }
        &.tablet-margin-left-0  {
          margin-left: 0;
        }
      }
    }
    .tns-slide-active {
      padding-left: 5px;
      @include breakpoint(br-768 up) {
        padding-left: 28px;
      }
      @include breakpoint(large up) {
        padding-left: 0;
      }
    }
    p {
      margin-bottom: 62px !important;
      text-align: center;
      @include breakpoint(br-768 up) {
        margin-left: 0 !important;
        text-align: left !important;
      }
      //@include breakpoint(large up) {
      //  text-align: center !important;
      //  margin-left: auto !important;;
      //}
    }
  }
  .slider-image-bottom {
    @include breakpoint(br-768 up) {
      display: flex;
      flex-direction: row-reverse;
      align-items: center;
    }
  }
  .slider-image-top {
    .tns-nav {
      top: 134px;
    }
  }
  .section-vertical-text {
    display: none;
    position: absolute;
    left: -100px;
    top: 50%;
    transform: translateY(-50%) rotateZ(-90deg);
    font-size: 16px;
    font-weight: 600;
    color: $grey;
    @include breakpoint(large up) {
      display: block;
    }
  }
}
.marketing {
  .carousal-spacer {
    display: block;
    margin-top: 136px;
    width: 100%;
    height: 1px;
    background-color: transparent;
  }
}
.marketing {
  .desktop-max-width-440 {
    @include breakpoint(large up) {
      max-width: 440px !important;
    }
  }
  .desktop-max-width-361 {
    @include breakpoint(large up) {
      max-width: 361px !important;
    }
  }
}