/* #Breakpoints
================================================== */
@keyframes sound {
  0% {
    opacity: 1;
    height: 1px; }
  100% {
    opacity: 1;
    height: 16px; } }

.vertical-slider {
  position: relative;
  height: 30.9375vw; }
  .vertical-slider .swiper {
    width: 100%;
    height: 100%; }
  .vertical-slider .swiper-pagination-bullets {
    right: auto;
    left: 20px; }
    .vertical-slider .swiper-pagination-bullets .swiper-pagination-bullet {
      width: 4px;
      border-radius: 0px;
      height: 49px;
      margin: 12px 0px; }
    .vertical-slider .swiper-pagination-bullets .swiper-pagination-bullet-active {
      background: #1e1e1e; }
  .vertical-slider .swiper-arrow-next,
  .vertical-slider .swiper-arrow-prev {
    background-image: url(/static/svg/slider-arrow-red.svg?8c40e2a2ab02);
    position: absolute;
    z-index: 10;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 20px;
    width: 20px;
    cursor: pointer; }
    .vertical-slider .swiper-arrow-next.swiper-button-disabled,
    .vertical-slider .swiper-arrow-prev.swiper-button-disabled {
      display: none; }
  .vertical-slider .swiper-arrow-next {
    bottom: 25px;
    left: 20%; }
  .vertical-slider .swiper-arrow-prev {
    top: 25px;
    left: 20%;
    transform: rotate(180deg); }
  .vertical-slider .swiper-slide {
    width: 100%;
    height: 100%;
    background-color: #f8f8f8;
    display: flex;
    justify-content: space-between;
    /* 16:9 */ }
    .vertical-slider .swiper-slide .text {
      width: 45%;
      height: 100%;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      flex-direction: column;
      padding: 0 20px 0 70px; }
      .vertical-slider .swiper-slide .text .wrapper img.icon {
        width: 110px;
        height: 110px;
        object-fit: cover;
        margin-bottom: 0px; }
        @media (min-width: 1053px) {
          .vertical-slider .swiper-slide .text .wrapper img.icon {
            width: calc(110px + 15 * (100vw - 1053px) / 547);
            height: calc(110px + 15 * (100vw - 1053px) / 547); } }
        @media (min-width: 1600px) {
          .vertical-slider .swiper-slide .text .wrapper img.icon {
            width: 125px;
            height: 125px; } }
        @media (min-width: 1053px) {
          .vertical-slider .swiper-slide .text .wrapper img.icon {
            margin-bottom: calc(0px + 10 * (100vw - 1053px) / 547); } }
        @media (min-width: 1600px) {
          .vertical-slider .swiper-slide .text .wrapper img.icon {
            margin-bottom: 10px; } }
      .vertical-slider .swiper-slide .text h2 {
        font-family: "Helvetica Neue Bold Condensed", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
        font-size: 51px;
        color: #1e1e1e;
        text-transform: uppercase;
        font-size: 28px; }
        @media (min-width: 1053px) {
          .vertical-slider .swiper-slide .text h2 {
            font-size: calc(28px + 23 * (100vw - 1053px) / 547); } }
        @media (min-width: 1600px) {
          .vertical-slider .swiper-slide .text h2 {
            font-size: 51px; } }
      .vertical-slider .swiper-slide .text p {
        line-height: 1;
        margin-top: 0px;
        margin-right: 70px;
        font-family: "Source Sans Pro Light", monospace;
        font-size: 14px;
        color: #272727; }
        @media (min-width: 1053px) {
          .vertical-slider .swiper-slide .text p {
            line-height: calc(1 + 0.2 * (100vw - 1053px) / 547); } }
        @media (min-width: 1600px) {
          .vertical-slider .swiper-slide .text p {
            line-height: 1.2; } }
        @media (min-width: 1053px) {
          .vertical-slider .swiper-slide .text p {
            margin-top: calc(0px + 10 * (100vw - 1053px) / 547); } }
        @media (min-width: 1600px) {
          .vertical-slider .swiper-slide .text p {
            margin-top: 10px; } }
        @media (min-width: 1053px) {
          .vertical-slider .swiper-slide .text p {
            margin-right: calc(70px + 60 * (100vw - 1053px) / 547); } }
        @media (min-width: 1600px) {
          .vertical-slider .swiper-slide .text p {
            margin-right: 130px; } }
        @media (min-width: 1053px) {
          .vertical-slider .swiper-slide .text p {
            font-size: calc(14px + 2 * (100vw - 1053px) / 547); } }
        @media (min-width: 1600px) {
          .vertical-slider .swiper-slide .text p {
            font-size: 16px; } }
    .vertical-slider .swiper-slide img.feature, .vertical-slider .swiper-slide video, .vertical-slider .swiper-slide .youtube-wrapper {
      position: relative;
      overflow: hidden;
      object-fit: contain;
      width: 55vw;
      height: 30.9375vw; }
    .vertical-slider .swiper-slide .youtube-wrapper .player {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  @media (max-width: 1052px) {
    .vertical-slider {
      height: auto; }
      .vertical-slider .swiper {
        background: #f8f8f8;
        padding-bottom: 55px; }
      .vertical-slider .swiper-pagination-bullets {
        left: 0;
        right: 0;
        bottom: 5px; }
        .vertical-slider .swiper-pagination-bullets .swiper-pagination-bullet {
          margin: 0 5px;
          border-radius: 0;
          height: 44px;
          width: 50px;
          position: relative;
          background: transparent; }
          .vertical-slider .swiper-pagination-bullets .swiper-pagination-bullet::after {
            content: ' ';
            height: 3px;
            background: #000;
            margin: 21px 0 20px 0px;
            display: block; }
            .vertical-slider .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
              background: #1e1e1e; }
        .vertical-slider .swiper-pagination-bullets .swiper-pagination-bullet-active {
          background: transparent; }
      .vertical-slider .swiper-wrapper {
        height: 95%; }
      .vertical-slider .swiper-slide {
        display: flex;
        flex-direction: column; }
        .vertical-slider .swiper-slide .text {
          width: 100%;
          height: auto;
          display: block;
          padding-left: 0; }
          .vertical-slider .swiper-slide .text .wrapper {
            width: 100%;
            padding: 50px 18px; }
          .vertical-slider .swiper-slide .text p {
            margin-top: 13px;
            margin-right: 0; }
        .vertical-slider .swiper-slide img.feature, .vertical-slider .swiper-slide video, .vertical-slider .swiper-slide .youtube-wrapper {
          width: 100%;
          height: 56.25vw; } }

/* #Breakpoints
================================================== */
@keyframes sound {
  0% {
    opacity: 1;
    height: 1px; }
  100% {
    opacity: 1;
    height: 16px; } }

html {
  scroll-padding-top: 200px; }

.factory-installed,
.featured-product {
  padding-top: 83px;
  width: 100%;
  position: relative;
  /* TODO delete if not needed.  I imagine they might want this re-enabled for the old pages, so I'm leaving it commented out */
  /*.factory-system-copy {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 85px;
    padding-bottom: 85px;
    .system-img {
      width: 56vw;
      height: 43vw;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
    }
    .system-text {
      width: 37vw;
      h2 {
        color: $content-color;
        text-transform: uppercase;
        font-family: $helveticaCondensed;
        font-size: 25px;
        line-height: 1;
        letter-spacing: 0.7px;
      }
      .copy {
        width: 77%;
        margin-top: 44px;
        line-height: 1.6;
        font-size: 16px;
        p {
          margin-top: 44px;
          line-height: 1.6;
          font-size: 16px;
        }
      }
    }
    @include device(tabletDown) {
      padding: 17vw 0;
      flex-wrap: wrap;
      .system-text {
        width: 100%;
        h2 {
          text-align: center;
          font-size: 22px;
          letter-spacing: 0.5px;
        }
        .copy {
          width: 100%;
          padding-left: 7vw;
          padding-right: 7vw;
          p {
            font-size: 16px;
            margin-top: 28px;
            letter-spacing: -0.05em;
          }
        }
      }
      .system-img {
        width: 100%;
        margin-bottom: 5vh;
      }
    }
  }*/ }
  .factory-installed > *,
  .featured-product > * {
    margin: 65px 0; }
  .factory-installed .breadcrumbs,
  .featured-product .breadcrumbs {
    margin: 0; }
  @media (max-width: 1052px) {
    .factory-installed,
    .featured-product {
      margin-top: 90px;
      padding-top: 0; }
      .factory-installed > *,
      .featured-product > * {
        margin: 0; } }
  .factory-installed .hero,
  .featured-product .hero {
    margin: 52px 0 75px 0;
    position: relative;
    min-height: 36.6vw;
    background: #fff;
    display: flex;
    align-items: center;
    overflow: hidden; }
    .factory-installed .hero .overlay,
    .featured-product .hero .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .factory-installed .hero .text,
    .featured-product .hero .text {
      margin-left: 25px;
      width: 405px;
      position: relative;
      z-index: 2; }
      @media (min-width: 1053px) {
        .factory-installed .hero .text,
        .featured-product .hero .text {
          margin-left: calc(25px + 189 * (100vw - 1053px) / 547); } }
      @media (min-width: 1600px) {
        .factory-installed .hero .text,
        .featured-product .hero .text {
          margin-left: 214px; } }
      @media (min-width: 1053px) {
        .factory-installed .hero .text,
        .featured-product .hero .text {
          width: calc(405px + 30 * (100vw - 1053px) / 547); } }
      @media (min-width: 1600px) {
        .factory-installed .hero .text,
        .featured-product .hero .text {
          width: 435px; } }
      .factory-installed .hero .text h1,
      .featured-product .hero .text h1 {
        font-family: "Helvetica Neue Bold Condensed", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
        font-size: 30px;
        color: #1e1e1e;
        letter-spacing: 0.7px;
        line-height: 1; }
      .factory-installed .hero .text h2,
      .featured-product .hero .text h2 {
        color: #585858;
        font-family: "Source Sans Pro SemiBold", monospace;
        font-size: 21px; }
      .factory-installed .hero .text p,
      .featured-product .hero .text p {
        margin-top: 50px;
        margin-bottom: 50px;
        font-family: "Source Sans Pro Regular", monospace;
        line-height: 1.6; }
    .factory-installed .hero img,
    .factory-installed .hero video,
    .featured-product .hero img,
    .featured-product .hero video {
      position: absolute;
      right: 2vw;
      top: 0;
      width: 54.9vw;
      bottom: 0;
      object-fit: cover;
      height: 100%; }
    @media (max-width: 1052px) {
      .factory-installed .hero,
      .featured-product .hero {
        min-height: auto;
        height: auto;
        flex-direction: column-reverse;
        margin: 0; }
        .factory-installed .hero .text,
        .featured-product .hero .text {
          margin-left: 0;
          width: 100%;
          position: relative;
          padding: 25px 18px; }
          .factory-installed .hero .text h1,
          .featured-product .hero .text h1 {
            font-size: 24px; }
          .factory-installed .hero .text h2,
          .featured-product .hero .text h2 {
            font-size: 21px; }
          .factory-installed .hero .text p,
          .featured-product .hero .text p {
            margin-top: 20px;
            margin-bottom: 30px;
            text-align: left; }
        .factory-installed .hero .link,
        .featured-product .hero .link {
          margin-bottom: 20px; }
        .factory-installed .hero img,
        .factory-installed .hero video,
        .featured-product .hero img,
        .featured-product .hero video {
          position: relative;
          right: auto;
          top: auto;
          width: 100%;
          height: 55vw;
          object-fit: cover;
          padding: 0 18px; } }
  .factory-installed .highlight,
  .featured-product .highlight {
    height: 56.25vw;
    /* 16:9 aspect ratio */
    position: relative; }
    .factory-installed .highlight video,
    .featured-product .highlight video {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .factory-installed #gallery h2,
  .featured-product #gallery h2 {
    text-align: center;
    margin-top: 20px; }
  .factory-installed .factory-slider,
  .featured-product .factory-slider {
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 1; }
    @media (max-width: 1052px) {
      .factory-installed .factory-slider,
      .featured-product .factory-slider {
        width: 100vw;
        overflow: hidden;
        padding-bottom: 36px; } }
    .factory-installed .factory-slider .swiper-wrapper,
    .featured-product .factory-slider .swiper-wrapper {
      position: relative;
      display: flex;
      justify-content: space-between;
      margin: 0 auto; }
      .factory-installed .factory-slider .swiper-wrapper .swiper-slide,
      .featured-product .factory-slider .swiper-wrapper .swiper-slide {
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        filter: brightness(0.3);
        transition: filter 0.4s ease;
        width: 32%;
        padding-bottom: 50px;
        cursor: default; }
        .factory-installed .factory-slider .swiper-wrapper .swiper-slide img,
        .featured-product .factory-slider .swiper-wrapper .swiper-slide img {
          object-fit: contain;
          width: 100%;
          height: 26vw; }
        .factory-installed .factory-slider .swiper-wrapper .swiper-slide .swiper-slide-bottom,
        .featured-product .factory-slider .swiper-wrapper .swiper-slide .swiper-slide-bottom {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          text-align: center; }
        .factory-installed .factory-slider .swiper-wrapper .swiper-slide .slide-label,
        .featured-product .factory-slider .swiper-wrapper .swiper-slide .slide-label {
          font-family: "Helvetica Neue Bold Condensed", "Helvetica Neue";
          font-size: 16px;
          line-height: 20px;
          text-transform: uppercase;
          padding: 10px 24px;
          font-weight: bold;
          position: relative;
          display: inline-block;
          opacity: 0;
          transition: opacity 0.4s ease; }
        .factory-installed .factory-slider .swiper-wrapper .swiper-slide .slide-label-subtitle,
        .featured-product .factory-slider .swiper-wrapper .swiper-slide .slide-label-subtitle {
          color: #585858;
          font-family: "Source Sans Pro SemiBold";
          font-size: 12px; }
        .factory-installed .factory-slider .swiper-wrapper .swiper-slide.swiper-slide-active,
        .featured-product .factory-slider .swiper-wrapper .swiper-slide.swiper-slide-active {
          filter: brightness(1); }
          .factory-installed .factory-slider .swiper-wrapper .swiper-slide.swiper-slide-active .slide-label,
          .featured-product .factory-slider .swiper-wrapper .swiper-slide.swiper-slide-active .slide-label {
            opacity: 1; }
    .factory-installed .factory-slider .swiper-button-prev,
    .factory-installed .factory-slider .swiper-button-next,
    .featured-product .factory-slider .swiper-button-prev,
    .featured-product .factory-slider .swiper-button-next {
      position: absolute;
      top: 50%;
      margin-top: 0;
      background: center/contain no-repeat url(/static/factoryinstalled/arrow-right.svg?359df782c936); }
    .factory-installed .factory-slider .swiper-button-prev:after,
    .factory-installed .factory-slider .swiper-button-next:after,
    .featured-product .factory-slider .swiper-button-prev:after,
    .featured-product .factory-slider .swiper-button-next:after {
      content: ''; }
    .factory-installed .factory-slider .swiper-button-prev,
    .featured-product .factory-slider .swiper-button-prev {
      transform: rotate(180deg) translate(50%);
      left: 3vw; }
    .factory-installed .factory-slider .swiper-button-next,
    .featured-product .factory-slider .swiper-button-next {
      right: 3vw; }
    @media (max-width: 1052px) {
      .factory-installed .factory-slider .swiper-wrapper .swiper-slide img,
      .featured-product .factory-slider .swiper-wrapper .swiper-slide img {
        height: 67vw; }
      .factory-installed .factory-slider .swiper-pagination-bullets,
      .featured-product .factory-slider .swiper-pagination-bullets {
        left: 0;
        right: 0;
        bottom: 5px; }
        .factory-installed .factory-slider .swiper-pagination-bullets .swiper-pagination-bullet,
        .featured-product .factory-slider .swiper-pagination-bullets .swiper-pagination-bullet {
          border-radius: 0;
          height: 44px;
          width: 50px;
          position: relative;
          background: transparent; }
          .factory-installed .factory-slider .swiper-pagination-bullets .swiper-pagination-bullet::after,
          .featured-product .factory-slider .swiper-pagination-bullets .swiper-pagination-bullet::after {
            content: ' ';
            height: 3px;
            background: #000;
            margin: 21px 0 20px 0px;
            display: block; }
            .factory-installed .factory-slider .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::after,
            .featured-product .factory-slider .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
              background: #1e1e1e; }
        .factory-installed .factory-slider .swiper-pagination-bullets .swiper-pagination-bullet-active,
        .featured-product .factory-slider .swiper-pagination-bullets .swiper-pagination-bullet-active {
          background: transparent; } }
  .factory-installed #explore,
  .featured-product #explore {
    height: 36.6vw;
    text-align: center;
    position: relative; }
    @media (max-width: 1052px) {
      .factory-installed #explore,
      .featured-product #explore {
        height: auto;
        flex-direction: column; } }
    .factory-installed #explore .components,
    .featured-product #explore .components {
      width: 28.55vw;
      position: absolute;
      left: 52.65px;
      width: 28.55vw; }
      @media (min-width: 1053px) {
        .factory-installed #explore .components,
        .featured-product #explore .components {
          left: calc(52.65px + 159.35 * (100vw - 1053px) / 747); } }
      @media (min-width: 1800px) {
        .factory-installed #explore .components,
        .featured-product #explore .components {
          left: 212px; } }
      @media (min-width: 1800px) {
        .factory-installed #explore .components,
        .featured-product #explore .components {
          left: 11.78vw; } }
      @media (max-width: 1052px) {
        .factory-installed #explore .components,
        .featured-product #explore .components {
          width: 100%;
          position: relative;
          left: auto;
          max-width: 550px;
          margin: 25px auto; }
          .factory-installed #explore .components.ready .component,
          .featured-product #explore .components.ready .component {
            position: absolute;
            right: 0;
            left: 0;
            bottom: 0;
            width: auto; } }
      .factory-installed #explore .components .component,
      .featured-product #explore .components .component {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        transform: translateX(0);
        visibility: hidden; }
        @media (max-width: 1052px) {
          .factory-installed #explore .components .component,
          .featured-product #explore .components .component {
            position: relative;
            right: auto;
            bottom: auto; } }
        .factory-installed #explore .components .component:first-child,
        .featured-product #explore .components .component:first-child {
          visibility: visible; }
        .factory-installed #explore .components .component .component-inner,
        .featured-product #explore .components .component .component-inner {
          display: flex;
          flex-direction: column;
          text-align: left;
          height: 100%; }
          @media (max-width: 1052px) {
            .factory-installed #explore .components .component .component-inner,
            .featured-product #explore .components .component .component-inner {
              padding: 0 15px; } }
          .factory-installed #explore .components .component .component-inner .flex-spacer,
          .featured-product #explore .components .component .component-inner .flex-spacer {
            flex-grow: 2; }
          .factory-installed #explore .components .component .component-inner img,
          .featured-product #explore .components .component .component-inner img {
            height: 13.37vw;
            width: 100%;
            object-fit: contain;
            object-position: left; }
          .factory-installed #explore .components .component .component-inner .text,
          .featured-product #explore .components .component .component-inner .text {
            margin-top: 0.9rem;
            margin-top: 3.2px;
            padding-left: 1vw;
            font-size: 0.95rem;
            color: #272727;
            font-size: 13.6px; }
            @media (min-width: 1053px) {
              .factory-installed #explore .components .component .component-inner .text,
              .featured-product #explore .components .component .component-inner .text {
                margin-top: calc(3.2px + 11.2 * (100vw - 1053px) / 547); } }
            @media (min-width: 1600px) {
              .factory-installed #explore .components .component .component-inner .text,
              .featured-product #explore .components .component .component-inner .text {
                margin-top: 14.4px; } }
            @media (min-width: 1053px) {
              .factory-installed #explore .components .component .component-inner .text,
              .featured-product #explore .components .component .component-inner .text {
                font-size: calc(13.6px + 1.6 * (100vw - 1053px) / 547); } }
            @media (min-width: 1600px) {
              .factory-installed #explore .components .component .component-inner .text,
              .featured-product #explore .components .component .component-inner .text {
                font-size: 15.2px; } }
            .factory-installed #explore .components .component .component-inner .text header,
            .featured-product #explore .components .component .component-inner .text header {
              color: #585858;
              margin-bottom: 0.5rem; }
              .factory-installed #explore .components .component .component-inner .text header h3,
              .featured-product #explore .components .component .component-inner .text header h3 {
                font-family: "Helvetica Neue Bold Condensed", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
                letter-spacing: 0.7px;
                line-height: 1;
                color: #1e1e1e;
                font-size: 1.9rem;
                font-size: 26px; }
                @media (min-width: 1053px) {
                  .factory-installed #explore .components .component .component-inner .text header h3,
                  .featured-product #explore .components .component .component-inner .text header h3 {
                    font-size: calc(26px + 4 * (100vw - 1053px) / 547); } }
                @media (min-width: 1600px) {
                  .factory-installed #explore .components .component .component-inner .text header h3,
                  .featured-product #explore .components .component .component-inner .text header h3 {
                    font-size: 30px; } }
              .factory-installed #explore .components .component .component-inner .text header p,
              .featured-product #explore .components .component .component-inner .text header p {
                font-size: 1.3rem;
                font-size: 18px;
                font-family: "Source Sans Pro SemiBold", monospace; }
                @media (min-width: 1053px) {
                  .factory-installed #explore .components .component .component-inner .text header p,
                  .featured-product #explore .components .component .component-inner .text header p {
                    font-size: calc(18px + 3 * (100vw - 1053px) / 547); } }
                @media (min-width: 1600px) {
                  .factory-installed #explore .components .component .component-inner .text header p,
                  .featured-product #explore .components .component .component-inner .text header p {
                    font-size: 21px; } }
            .factory-installed #explore .components .component .component-inner .text > p,
            .featured-product #explore .components .component .component-inner .text > p {
              line-height: 1.6; }
    .factory-installed #explore .wireframe,
    .featured-product #explore .wireframe {
      width: 54.9vw;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      overflow: hidden; }
      .factory-installed #explore .wireframe img.background,
      .featured-product #explore .wireframe img.background {
        height: 100%;
        object-fit: cover; }
      @media (max-width: 1052px) {
        .factory-installed #explore .wireframe,
        .featured-product #explore .wireframe {
          width: 100%;
          position: relative;
          top: auto;
          right: auto;
          bottom: auto; }
          .factory-installed #explore .wireframe img.background,
          .featured-product #explore .wireframe img.background {
            height: 66.67vw; } }
      .factory-installed #explore .wireframe .activator-container,
      .featured-product #explore .wireframe .activator-container {
        position: absolute;
        transform-origin: center;
        top: 50%;
        left: 50%; }
        .factory-installed #explore .wireframe .activator-container .activator,
        .featured-product #explore .wireframe .activator-container .activator {
          width: 50px;
          height: 50px;
          transform: translate(-50%, -50%);
          cursor: pointer;
          display: flex;
          justify-content: center;
          align-items: center; }
          .factory-installed #explore .wireframe .activator-container .activator svg,
          .featured-product #explore .wireframe .activator-container .activator svg {
            width: 45px;
            height: 45px; }
  .factory-installed .tech-used,
  .featured-product .tech-used {
    background: #f8f8f8;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-wrap: wrap;
    padding: 100px 0px; }
    .factory-installed .tech-used .tech-card,
    .featured-product .tech-used .tech-card {
      max-width: 360px;
      position: relative;
      text-align: center;
      margin: 3vw; }
      .factory-installed .tech-used .tech-card .tech-logo,
      .featured-product .tech-used .tech-card .tech-logo {
        width: 150px;
        margin-bottom: 40px; }
      .factory-installed .tech-used .tech-card .tech-text h3,
      .featured-product .tech-used .tech-card .tech-text h3 {
        font-family: "Helvetica Neue Bold Condensed", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
        color: #272727;
        text-transform: uppercase;
        line-height: 1;
        font-size: 21px; }
      .factory-installed .tech-used .tech-card .tech-text p,
      .featured-product .tech-used .tech-card .tech-text p {
        color: #272727;
        line-height: 1.6;
        font-size: 15px;
        margin-top: 20px; }
      .factory-installed .tech-used .tech-card .tech-text .modal-link,
      .featured-product .tech-used .tech-card .tech-text .modal-link {
        color: #272727;
        font-family: "Source Sans Pro SemiBold", monospace;
        font-size: 14px;
        letter-spacing: 0.6px;
        padding: 10px;
        display: inline-block;
        text-decoration: underline; }
    @media (max-width: 1052px) {
      .factory-installed .tech-used,
      .featured-product .tech-used {
        padding: 8vw 0;
        background: #fff; }
        .factory-installed .tech-used .tech-card,
        .featured-product .tech-used .tech-card {
          margin: 7vw auto; }
          .factory-installed .tech-used .tech-card .tech-logo,
          .featured-product .tech-used .tech-card .tech-logo {
            width: 100px;
            margin-bottom: 20px; }
          .factory-installed .tech-used .tech-card .tech-text h3,
          .featured-product .tech-used .tech-card .tech-text h3 {
            font-size: 17px; }
          .factory-installed .tech-used .tech-card .tech-text p,
          .featured-product .tech-used .tech-card .tech-text p {
            font-size: 14px;
            margin-top: 12px; } }
  .factory-installed .factory-tech .inner h3,
  .featured-product .factory-tech .inner h3 {
    font-family: "Helvetica Neue Bold Condensed", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
    margin-bottom: 25px; }
  .factory-installed .factory-tech .inner .modal-text,
  .featured-product .factory-tech .inner .modal-text {
    width: 90%;
    max-width: 700px;
    margin: 35px auto 20px auto;
    text-align: justify; }
  @media (max-width: 667px) {
    .factory-installed .factory-tech,
    .featured-product .factory-tech {
      width: 90%;
      padding: 20px;
      max-height: 95%; }
      .factory-installed .factory-tech .modal-close,
      .featured-product .factory-tech .modal-close {
        right: 0; } }
.specs-support {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 1052px) {
    .specs-support {
      flex-direction: column; } }
  .specs-support .support,
  .specs-support .specs {
    width: 50%;
    padding-top: 5vw;
    padding-bottom: 5vw; }
    .specs-support .support .items,
    .specs-support .specs .items {
      padding-left: 8vw; }
    .specs-support .support h3,
    .specs-support .specs h3 {
      font-family: "Helvetica Neue Bold Condensed", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
      text-transform: uppercase;
      line-height: 1;
      font-size: 24px;
      letter-spacing: 0.7px;
      padding-bottom: 4vw;
      color: #585858; }
    @media (max-width: 1052px) {
      .specs-support .support,
      .specs-support .specs {
        padding: 10vw 0;
        width: 100%; }
        .specs-support .support h3,
        .specs-support .specs h3 {
          font-size: 19px;
          text-align: center; } }
  .specs-support .support {
    background: #fff; }
    .specs-support .support a {
      text-decoration: none;
      color: inherit; }
      .specs-support .support a b {
        font-weight: 600; }
    .specs-support .support .support-item {
      padding: 3.7vw 0;
      display: flex;
      align-items: center; }
      .specs-support .support .support-item .icon {
        width: 58px;
        flex-shrink: 0; }
        .specs-support .support .support-item .icon.knowledge {
          padding: 5px; }
        .specs-support .support .support-item .icon path.cls-1 {
          fill: #272727; }
      .specs-support .support .support-item .text {
        padding-left: 26px; }
        .specs-support .support .support-item .text .support-item-header {
          max-width: 390px; }
        .specs-support .support .support-item .text h4 {
          font-family: "Helvetica Neue Bold Condensed", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
          color: #272727;
          font-size: 18px;
          margin-bottom: 14px;
          text-transform: uppercase; }
        .specs-support .support .support-item .text a {
          font-family: "Source Sans Pro SemiBold", monospace;
          text-decoration: none;
          color: #272727; }
        .specs-support .support .support-item .text p {
          font-size: 16px;
          line-height: 1.5; }
        .specs-support .support .support-item .text li {
          margin-top: 8px; }
    @media (max-width: 1052px) {
      .specs-support .support h3 {
        color: #bbbbbb; }
      .specs-support .support .support-item {
        flex-direction: column;
        padding: 6vw 0; }
        .specs-support .support .support-item .text {
          width: 78%;
          padding-top: 28px;
          padding-left: 0;
          text-align: center; }
          .specs-support .support .support-item .text h4 {
            font-size: 16px;
            margin-bottom: 10px; } }
    .specs-support .support .support-more {
      margin-top: 8px; }
      .specs-support .support .support-more button.link {
        overflow: visible;
        width: auto;
        font-family: inherit;
        font-size: inherit;
        text-align: left;
        color: #272727;
        background: none;
        margin: 0;
        padding: 0;
        border: none;
        cursor: pointer;
        -moz-user-select: text;
        text-decoration: underline; }
      .specs-support .support .support-more button.link:hover,
      .specs-support .support .support-more button.link:focus {
        color: #d60925; }
  .specs-support .specs {
    background: #e7e7e7; }
    .specs-support .specs .spec-item {
      padding-top: 5px;
      width: 100%;
      clear: both;
      margin-bottom: 1.875vw;
      overflow: auto;
      display: flex;
      align-items: center; }
      @media (max-width: 1052px) {
        .specs-support .specs .spec-item {
          width: 100%;
          padding: 0;
          margin: 3.875vw auto;
          justify-content: center; } }
      @media (max-width: 1052px) {
        .specs-support .specs .spec-item .spec-item-left,
        .specs-support .specs .spec-item .spec-item-right {
          width: 50%; } }
      .specs-support .specs .spec-item .spec-item-left {
        margin-right: 2.5vw;
        width: 25%; }
        .specs-support .specs .spec-item .spec-item-left h4 {
          font-family: "Helvetica Neue Bold Condensed", "Helvetica Neue";
          text-transform: uppercase;
          color: #585858;
          font-size: .825em; }
        @media (max-width: 1052px) {
          .specs-support .specs .spec-item .spec-item-left {
            margin-right: 0;
            text-align: right;
            width: 47%; }
            .specs-support .specs .spec-item .spec-item-left h4 {
              margin-top: 3vw;
              font-size: 13px; } }
      .specs-support .specs .spec-item .spec-item-right li {
        font-family: "Source Sans Pro Regular", monospace;
        font-weight: bold;
        font-size: .9em;
        margin-bottom: 0.5vw; }
      @media (max-width: 1052px) {
        .specs-support .specs .spec-item .spec-item-right {
          padding-left: 6vw; }
          .specs-support .specs .spec-item .spec-item-right li {
            font-size: .8em; } }
      @media (max-width: 1052px) {
        .specs-support .specs .spec-item {
          width: 100%;
          padding: 0;
          margin: 3.875vw auto; } }
    @media (max-width: 1052px) {
      .specs-support .specs {
        background: #f8f8f8; } }

/* #Breakpoints
================================================== */
@keyframes sound {
  0% {
    opacity: 1;
    height: 1px; }
  100% {
    opacity: 1;
    height: 16px; } }

.rf-jobs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 40px;
  gap: 40px; }
  @media (max-width: 1052px) {
    .rf-jobs {
      grid-template-columns: 1fr 1fr;
      padding: 30px;
      gap: 30px; } }
  @media (max-width: 667px) {
    .rf-jobs {
      grid-template-columns: 1fr;
      padding: 20px;
      gap: 20px; } }
  .rf-jobs .rf-job {
    border: 1px solid rgba(74, 74, 74, 0.2);
    text-align: center;
    position: relative;
    padding: 50px 40px 40px; }
    .rf-jobs .rf-job h2 {
      font-family: "Helvetica Neue Bold Condensed", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
      color: #1c1c1c;
      text-transform: uppercase;
      line-height: 1;
      font-size: 30px; }
    .rf-jobs .rf-job .rf-job-subhead {
      color: #4a4a4a;
      font-family: "Helvetica Neue Bold Condensed", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
      font-size: 16px;
      line-height: 1.5em; }
    .rf-jobs .rf-job p {
      margin-top: 28px;
      font-family: "Source Sans Pro Regular", monospace;
      color: #1c1c1c;
      line-height: 1.6;
      font-size: 14px; }
    .rf-jobs .rf-job a {
      text-decoration: none;
      color: #1c1c1c;
      font-family: "Helvetica Neue Bold Condensed", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
      text-transform: uppercase;
      letter-spacing: 3px;
      font-size: 12px;
      padding: 10px;
      margin: 20px auto 0 auto;
      display: block;
      cursor: pointer; }
      .rf-jobs .rf-job a:hover {
        text-decoration: underline; }
