#contentheader,
#m  {
    display: none;
}
.opaque {
    opacity: 1;
}
.opaque:hover {
    opacity: 1;
}
.background-contain {
    -moz-background-size: contain;
    -webkit-background-size: contain;
    -o-background-size: contain;
    -ms-background-size: contain;
    background-size: contain;
}
.background-cover {
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}
.rld-loader {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    padding-bottom: 70px;
    background-color: #000;
    z-index: 10001;
}
.rld-loadstart .rld-loader {
    display: block;
}
.rld-loadcomplete .rld-loader {
    opacity: 0;
    transition-duration: 1.5s;
    -webkit-transition-duration: 1.5s;
    -moz-transition-duration: 1.5s;
    transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
}
.rld-progressbar {
    width: 0%;
    height: 5px;
    background-color: #ff5a00;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
}
.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 101;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.modal-open .modal.active {
    display: block;
}
.modal-backdrop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 100;
    background-color: #999;
    background-color: rgba(0, 0, 0, 0.7);
}
.modal-open .modal-backdrop {
    display: block;
    opacity: 0;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
}
.modal-open .modal-backdrop.in {
    opacity: 1;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
}
.modal-content {
    position: relative;
    margin: 0 auto;
    display: none;
    max-width: 1600px;
    min-width: 1024px;
    overflow: auto;
}
.modal-content .rc-button-close {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 3;
}
@media screen and (max-width: 767px) {
    .modal-content {
        min-width: 0;
    }
}
.modal-open .modal-content {
    display: block;
    opacity: 0;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}
.modal-open .modal.in .modal-content {
    opacity: 1;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.carousel-container {
    position: relative;
    margin: 0 auto;
}
.carousel-slider {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    list-style: none;
}
.carousel-transition .carousel-slider {
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
}
@media screen and (max-width: 767px) {
    .carousel-transition .carousel-slider {
        transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
    }
}
.carousel-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.carousel-transition-skip.carousel-transition-next[data-enable-skip] .carousel-item-next {
    left: 100% !important;
    z-index: 1;
}
.carousel-transition-skip.carousel-transition-previous[data-enable-skip] .carousel-item-next {
    left: -100% !important;
    z-index: 1;
}
.modal-video-player {
    display: block;
    background-color: #000;
    z-index: 102;
}
.modal-video-player .button-close {
    display: none;
    width: 30px;
    height: 30px;
}
.modal-video-player .button-close:before {
    font-size: 30px;
    line-height: 1;
    width: auto;
    height: auto;
}
.modal-video-player .button-close:hover:before {
    color: #bbb;
    -webkit-text-stroke: 0.5px #bbb;
}
.modal-video-player.mousemove .button-close {
    display: block;
}
@media screen and (max-width: 767px) {
    .modal-video-player .button-close {
        display: block;
    }
}
.modal-video-player .video-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 1600px;
    padding-top: 56.12244898%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.modal-video-player .video-container > iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.modal-video-player-vertical .video-container {
    height: 100%;
    padding-top: 0;
}
.js:not(.android42) [data-show="on-scroll"] {
    opacity: 0;
    filter: -;
    -webkit-transform: translateY(70px);
    -moz-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
}
.js:not(.android42) [data-show="on-scroll"].in-view {
    transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    filter: -;
}

.js .in-view-left[data-show="on-scroll"] {
    opacity: 0;
    filter: -;
    -webkit-transform: translateX(-70px);
    -moz-transform: translateX(-70px);
    -ms-transform: translateX(-70px);
    transform: translateX(-70px);
    transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
}
.js .in-view-left[data-show="on-scroll"].in-view {
    transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    filter: -;
}

.js .in-view-right[data-show="on-scroll"] {
    opacity: 0;
    filter: -;
    -webkit-transform: translateX(70px);
    -moz-transform: translateX(70px);
    -ms-transform: translateX(70px);
    transform: translateX(70px);
    transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
}
.js .in-view-right[data-show="on-scroll"].in-view {
    transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    filter: -;
}
.js .in-view-left.in-view-late[data-show="on-scroll"].in-view {
    transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    transition-delay: .7s;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    filter: -;
}
.js .in-view-right.in-view-late[data-show="on-scroll"].in-view {
    transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    transition-delay: .7s;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    filter: -;
}
@media screen and (max-width: 767px) {


  .js .in-view-left[data-show="on-scroll"] {
      opacity: 0;
      filter: -;
      -webkit-transform: translateY(70px);
      -moz-transform: translateY(70px);
      -ms-transform: translateY(70px);
      transform: translateY(70px);
      transition-timing-function: ease-out;
      -moz-transition-timing-function: ease-out;
      -webkit-transition-timing-function: ease-out;
      -o-transition-timing-function: ease-out;
      -ms-transition-timing-function: ease-out;
  }
  .js .in-view-left[data-show="on-scroll"].in-view {
      transition-duration: 0.7s;
      -webkit-transition-duration: 0.7s;
      -moz-transition-duration: 0.7s;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
      filter: -;
  }

  .js .in-view-right[data-show="on-scroll"] {
      opacity: 0;
      filter: -;
      -webkit-transform: translateY(70px);
      -moz-transform: translateY(70px);
      -ms-transform: translateY(70px);
      transform: translateY(70px);
      transition-timing-function: ease-out;
      -moz-transition-timing-function: ease-out;
      -webkit-transition-timing-function: ease-out;
      -o-transition-timing-function: ease-out;
      -ms-transition-timing-function: ease-out;
  }
  .js .in-view-right[data-show="on-scroll"].in-view {
      transition-duration: 0.7s;
      -webkit-transition-duration: 0.7s;
      -moz-transition-duration: 0.7s;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
      filter: -;
  }
  .js .in-view-left.in-view-late[data-show="on-scroll"].in-view {
      transition-duration: 0.7s;
      -webkit-transition-duration: 0.7s;
      -moz-transition-duration: 0.7s;
      transition-delay: 0s;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
      filter: -;
  }
  .js .in-view-right.in-view-late[data-show="on-scroll"].in-view {
      transition-duration: 0.7s;
      -webkit-transition-duration: 0.7s;
      -moz-transition-duration: 0.7s;
      transition-delay: 0s;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
  }

}

.neon-border-glow {
  box-shadow: 0 0 60px #fff, -10px 0 60px #f0f, 10px 0 60px #0ff;
  animation: neonPulse 4s infinite;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .neon-border-glow {
    box-shadow: none;
    animation: none;
  }
}

.rc-icon {
    text-decoration: none;
    position: relative;
    margin: 0 auto;
    display: inline-block;
    width: 38px;
    height: 38px;
    vertical-align: middle;
    overflow: hidden;
}
.rc-icon:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 200%;
    background-repeat: no-repeat;
    background-position: center top;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    -o-background-size: contain;
    -ms-background-size: contain;
    background-size: contain;
}
.rc-icon:hover:before {
    top: auto;
    bottom: 0;
}
.rc-icon-share {
    margin: 0 auto;
    display: block;
    width: 11px;
    height: 15px;
    background: url(//static.roland.com/global/images/icon_share.svg) no-repeat left top;
}
.rc-icon-remove {
    font-family: glyphicon;
    font-size: 30px;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin: 0 auto;
    display: block;
    width: 31px;
    height: 31px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.rc-icon-remove:before {
    content: "\e611";
}
.rc-icon-new-window:before {
    background-image: url(//static.roland.com/global/images/icon_new_window.svg);
}
.rc-icon-play:before {
    background-image: url(//static.roland.com/global/images/icon_play.svg);
}
.rc-icon-play-ex-large,
.rc-icon-play-large {
    font-family: glyphicon;
    font-size: 19px;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0 auto;
    display: block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    cursor: pointer;
    border: 3px solid #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.rc-icon-play-ex-large:before,
.rc-icon-play-large:before {
    content: "\e60a";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -0.05263158em;
    margin-left: 0.15789474em;
    -webkit-transform: translate(-50%, -50%) scale(0.78, 1);
    -moz-transform: translate(-50%, -50%) scale(0.78, 1);
    -ms-transform: translate(-50%, -50%) scale(0.78, 1);
    transform: translate(-50%, -50%) scale(0.78, 1);
}
.rc-icon-play-ex-large:hover,
.rc-icon-play-large:hover {
    color: #919696;
    background-color: #fff;
    display: block;
}
.rc-icon-play-ex-large {
    font-size: 23px;
    width: 76px;
    height: 76px;
    border-width: 4px;
}
.rc-icon-replay {
    width: 38px;
    height: 44px;
    background: url(//static.roland.com/global/images/icon_replay.svg) no-repeat center center;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    -o-background-size: contain;
    -ms-background-size: contain;
    background-size: contain;
}
.rc-icon-replay:hover {
    opacity: 0.8;
}
.rc-icon-arrow-right:before {
    background-image: url(//static.roland.com/global/images/icon_arrow_right.svg);
}
.rc-icon-arrow-right-large {
    width: 76px;
    height: 76px;
}
.rc-icon-arrow-right-large:before {
    background-image: url(//static.roland.com/global/images/icon_arrow_right_large.svg);
}
.rc-icon-plus-circle {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    color: #949999;
    border: 2px solid #949999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.rc-icon-plus-circle:before {
    content: "+";
    position: absolute;
    left: -2px;
    top: 0;
    display: block;
    width: 38px;
    height: 76px;
    background-repeat: no-repeat;
    background-position: center top;
}
.rc-icon-plus-circle:hover {
    color: #fff;
    background-color: #949999;
}
.rc-icon-plus-circle:hover:before {
    top: 0;
    bottom: auto;
}
.ipad .rc-icon-plus-circle {
    line-height: 33px;
}
.rc-icon-360-circle {
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    text-align: center;
    color: #949999;
    border: 2px solid #949999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.rc-icon-360-circle:before {
    content: "360";
    position: absolute;
    left: -2px;
    top: 0;
    display: block;
    width: 38px;
    height: 76px;
    background-repeat: no-repeat;
    background-position: center top;
}
.rc-icon-360-circle:hover {
    color: #fff;
    background-color: #949999;
}
.rc-icon-360-circle:hover:before {
    top: 0;
    bottom: auto;
}
.rc-icon-colorchip {
    display: block;
    width: 43px;
    height: 43px;
    background: url(//static.roland.com/products/gp607/features/images/gallery_color_chip.png) no-repeat left top;
}
.rc-icon-colorchip:hover {
    background-position: left bottom;
}
.color-indicator-active .rc-icon-colorchip {
    background-position: left bottom;
}
.color-indicator-active .rc-icon-colorchip.rc-icon-colorchip-white {
    background-position: right bottom;
}
.rc-icon-colorchip-white {
    background-position: right top;
}
.rc-icon-colorchip-white:hover {
    background-position: right bottom;
}
.color-indicator-active .rc-icon-colorchip-white {
    background-position: left bottom;
}
.rc-button {
    padding: 0;
    background: 0 0;
    border: none;
    -webkit-appearance: none;
    outline: 0;
    cursor: pointer;
}
.rc-button {
    font-size: 16px;
    font-size: 0.8rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 0.8125em 1.25em;
    padding-right: 1.75em;
    transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
}
.rc-button > .rc-icon {
    margin-right: 0.71428571em;
}
.rc-button:hover {
    background-color: #ccc;
}
.rc-button-circle {
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.rc-button-circle:hover {
    background-color: #949999;
    border-color: #949999;
}
.rc-button-close {
    color: #000;
    padding: 0;
}
.rc-button-close:hover {
    color: #919696;
    background-color: transparent;
}
.rc-paddle {
    speak: none;
    font-family: glyphicon;
    font-size: 65px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #000;
    width: 30px;
    height: 65px;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-stroke: 0.2px #000;
}
.rc-paddle:before {
    content: "\e612";
    margin-left: -0.3em;
    display: block;
    -webkit-transform: scale(1.15, 1);
    -moz-transform: scale(1.15, 1);
    -ms-transform: scale(1.15, 1);
    transform: scale(1.15, 1);
}
.rc-paddle:hover {
    color: #919696;
    background-color: transparent;
    -webkit-text-stroke-color: #919696;
}
.rc-paddle.rc-paddle-right:before {
    content: "\e613";
}
.rc-cta {
    font-size: 16px;
    font-size: 0.8rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0;
    text-align: left;
    text-transform: none;
    text-decoration: none;
    white-space: nowrap;
    color: #000;
    display: inline-block;
    cursor: pointer;
    transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
}
.rc-cta > .rc-icon {
    margin-right: 0.64285714em;
}
.rc-cta .rc-icon-plus-circle {
    margin-right: 0.28125em;
}
.rc-cta .rc-icon-360-circle {
    margin-right: 0.69230769em;
}
.rc-cta:hover > .rc-icon:before {
    top: auto;
    bottom: 0;
}
.rc-cta:hover .rc-icon-360-circle,
.rc-cta:hover .rc-icon-plus-circle {
    color: #fff;
    background-color: #949999;
}
.rc-cta:hover .rc-icon-360-circle:before,
.rc-cta:hover .rc-icon-plus-circle:before {
    top: 0;
    bottom: auto;
}
@media screen and (max-width: 767px) {
    .rc-cta {
        font-size: 0.75rem;
        width: 100%;
        padding: 10px 0;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
        padding-left: 25px;
        padding-right: 25px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
}
.rc-cta-text {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    overflow: visible;
}
.rc-cta.hidden .rc-cta-text {
    width: 0;
}
.rc-cta.in-view .rc-cta-text {
    width: 100%;
    transition-duration: 1.2s;
    -webkit-transition-duration: 1.2s;
    -moz-transition-duration: 1.2s;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
}
.rc-more-box .rc-cta {
    margin-left: 35px;
}
.rc-more-box .rc-cta:first-child {
    margin-left: 0;
}
@media screen and (max-width: 767px) {
    .rc-more-box .rc-cta {
        margin-left: 0;
    }
    .rc-more-box .rc-cta + .rc-cta {
        border-top: none;
    }
}
.social-web {
    text-align: center;
    position: relative;
    display: none;
    overflow: hidden;
    border-top: 1px solid #e0e0e0;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}
.social-web .row {
    position: relative;
    max-width: 1180px;
    width: auto;
    padding: 200px 50px 80px;
    z-index: 1;
}
.social-web .cta {
    font-size: 14px;
    font-size: 0.7rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    color: #000;
    margin: 3.78571429em auto 0;
    display: inline-block;
    height: 40px;
    padding: 0 2.71428571em;
    -webkit-font-smoothing: subpixel-antialiased;
    border: 1px solid #ccc;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0.28571429em;
    -webkit-border-radius: 0.28571429em;
    -moz-border-radius: 0.28571429em;
}
.social-web .cta:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
@media screen and (max-width: 767px) {
    .social-web {
        padding-bottom: 80px;
    }
    .social-web .row {
        margin: 90px auto 0;
        padding: 0 25px;
    }
    .social-web .cta {
        position: static;
        font-size: 15px;
        font-size: 0.75rem;
        line-height: 52px;
        letter-spacing: 0;
        margin-top: 70px;
        margin-left: auto;
        margin-right: auto;
        height: 50px;
        padding: 0 37px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
.modal-timeline .social-web {
    border-top: none;
}
.android42 .social-web {
    background-image: none;
}
.js .social-web {
    display: block;
}
.js .social-web .cta {
    margin-top: 2.85714286em;
}
.social-web-copy {
    position: relative;
    padding-bottom: 100px;
    text-align: center;
    z-index: 1;
}
.social-web-copy:after,
.social-web-copy:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -1px;
    display: block;
    width: 35.2%;
    width: calc(50% - 175px);
    width: -webkit-calc(50% - 175px);
    height: 1px;
    background-color: #999;
}
.social-web-copy:after {
    left: auto;
    right: 0;
}
@media screen and (max-width: 767px) {
    .social-web-copy {
        top: 0;
        padding-bottom: 60px;
        border-width: 1px;
    }
    .social-web-copy:after,
    .social-web-copy:before {
        width: 17%;
        width: -webkit-calc(50% - 105px);
    }
}
.main .social-web-headline {
    font-size: 50px;
    font-size: 2.5rem;
    text-indent: 100%;
    white-space: nowrap;
    position: absolute;
    left: 0;
    right: 0;
    margin: -0.54em auto 0;
    display: block;
    width: 5em;
    height: 1.1em;
    background: url(//static.roland.com/global/images/social_web.png) no-repeat center top;
    overflow: hidden;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    -o-background-size: contain;
    -ms-background-size: contain;
    background-size: contain;
}
@media screen and (max-width: 767px) {
    .main .social-web-headline {
        font-size: 1.6rem;
    }
}
.social-web-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.social-web-background img {
    position: relative;
    width: 100%;
    vertical-align: top;
}
.social-web-background-full img {
    left: 50%;
    width: auto;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.social-web-background-full.social-web-background-fixed {
    position: fixed;
    height: 100%;
}
.timeline-container {
    position: relative;
}
.modal .timeline-container:after {
    content: "";
    margin: 100px auto 0;
    display: none;
    width: 60px;
    height: 60px;
    -webkit-animation: timeline-progress 1.4s infinite linear;
    animation: timeline-progress 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
@-webkit-keyframes timeline-progress {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes timeline-progress {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.timeline-load-progress .timeline-container:after {
    background: url(//static.roland.com/promos/el_cajon_ec-10/connect/images/timeline_progress.svg) no-repeat center center;
}
.timeline-load-complete .timeline-container:after {
    display: none;
}
.social-timeline {
    position: relative;
    margin: -26px 0 0 -26px;
    padding: 0;
}
.social-timeline.hidden {
    visibility: hidden;
    min-height: 1000px;
}
@media screen and (max-width: 767px) {
    .social-timeline {
        margin-top: 0;
        margin-left: 0;
        width: auto !important;
        height: auto !important;
    }
}
.js .social-timeline {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
}
.js .social-timeline-ready {
    visibility: visible;
}
.sns-item {
    width: 33.33333333%;
    padding: 26px 0 0 26px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    transition-property: transform, opacity;
    -webkit-transition-property: transform, opacity;
    -moz-transition-property: transform, opacity;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
}
.sns-item:nth-child(3n + 2).in-view {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
}
.sns-item:nth-child(3).in-view {
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
}
@media screen and (max-width: 767px) {
    .sns-item {
        width: 100% !important;
        left: auto !important;
        top: auto !important;
    }
}
.sns-item-inner {
    border: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
    .content-social-timeline .sns-item:nth-child(4) {
        display: none;
    }
    .content-social-timeline .sns-item:nth-child(5) {
        display: none;
    }
    .content-social-timeline .sns-item:nth-child(6) {
        display: none;
    }
}
.js .sns-item {
    max-width: 376px;
    position: absolute;
    padding: 0;
}
@media screen and (max-width: 767px) {
    .js .sns-item {
        margin-top: 20px;
        max-width: none;
        position: relative;
    }
    .js .sns-item:first-child {
        margin-top: 0;
    }
}
.sns-image {
    position: relative;
}
.sns-image img {
    width: 100%;
    vertical-align: top;
}
.sns-image:hover .rc-icon-play-large {
    color: #919696;
    background-color: #fff;
}
.sns-item-youtube .sns-image {
    padding: 40px 0;
    background-color: #000;
    overflow: hidden;
}
.sns-item > a > .sns-image img {
    width: 100% !important;
    height: auto !important;
}
.sns-image-list {
    background-color: #fff;
}
.sns-image-list-item {
    position: relative;
    width: 33.33333333%;
    height: 0;
    padding-top: 33.33333333%;
    float: left;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.sns-image-list-item:first-child {
    width: 66.66666667%;
    padding-top: 100%;
}
.sns-image-list-item:first-child .sns-image {
    border: none;
}
.sns-image-list-item:first-child + .sns-image-list-item .sns-image {
    border-top: none;
}
.sns-image-list-item .sns-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    overflow: hidden;
}
.sns-image-list-item .sns-image.sns-image-panorama img {
    width: auto;
    height: 100%;
}
.sns-image-list-item .sns-image img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.sns-image-list-panorama .sns-image-list-item:first-child {
    width: 100%;
    padding-top: 66.66666667%;
}
.sns-image-list-panorama .sns-image-list-item:first-child .sns-image {
    border: none;
}
.sns-image-list-panorama .sns-image-list-item:first-child + .sns-image-list-item .sns-image {
    border-top: 2px solid #fff;
    border-left: none;
}
.sns-image-list-3 .sns-image-list-item {
    width: 50%;
    padding-top: 50%;
}
.sns-image-list-3 .sns-image-list-item:first-child {
    width: 50%;
    padding-top: 100%;
}
.sns-image-list-3.sns-image-list-panorama .sns-image-list-item:first-child {
    width: 100%;
    padding-top: 50%;
}
.sns-image-list-3.sns-image-list-panorama .sns-image-list-item:first-child .sns-image {
    border: none;
}
.sns-image-list-3.sns-image-list-panorama .sns-image-list-item:first-child + .sns-image-list-item .sns-image {
    border-top: 2px solid #fff;
    border-left: none;
}
.sns-image-list-2 .sns-image-list-item {
    width: 50%;
    padding-top: 100%;
}
.sns-image-list-2 .sns-image-list-item .sns-image {
    border-left: 2px solid #fff;
}
.sns-image-list-2 .sns-image-list-item:first-child {
    width: 50%;
    padding-top: 100%;
}
.sns-image-list-2 .sns-image-list-item:first-child .sns-image {
    border: none;
}
.sns-image-list-2.sns-image-list-panorama .sns-image-list-item {
    width: 100%;
    padding-top: 50%;
}
.sns-image-list-2.sns-image-list-panorama .sns-image-list-item:first-child {
    width: 100%;
    padding-top: 50%;
}
.sns-image-list-1 .sns-image-list-item:first-child {
    width: 100%;
    height: auto;
    padding-top: 0;
}
.sns-image-list-1 .sns-image-list-item .sns-image {
    position: static;
}
.sns-image-list-1 .sns-image-list-item .sns-image img {
    position: static;
    width: 100% !important;
    height: auto !important;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
}
.sns-post {
    margin: 0;
    padding: 30px;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .sns-post {
        padding: 25px;
    }
}
.main .sns-post-text {
    font-size: 14px;
    font-size: 0.7rem;
    font-weight: 300;
    line-height: 1.42857143;
    letter-spacing: 0;
    text-align: left;
    text-transform: none;
    color: #000;
    margin: -0.28571429em 0 -0.42857143em;
}
.main .sns-post-text .url {
    word-break: break-all;
}
@media screen and (max-width: 767px) {
    .main .sns-post-text {
        font-size: 13px;
        font-size: 0.65rem;
    }
}
.sns-post-info {
    margin-top: 40px;
    height: 30px;
    overflow: hidden;
}
.sns-post-info a {
    text-decoration: none;
}
.sns-post-info:before {
    content: "";
    margin-right: 10px;
    display: block;
    width: 30px;
    height: 30px;
    background: url(//static.roland.com/global/images/facebook.svg) no-repeat center center;
    float: left;
}
@media screen and (max-width: 767px) {
    .sns-post-info {
        margin-top: 28px;
    }
}
.sns-item-youtube .sns-post-info:before {
    background: url(//static.roland.com/global/images/icon_youtube_alt.svg) no-repeat center center;
}
.sns-post-category {
    font-size: 12px;
    font-size: 0.6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.005em;
    text-align: left;
    color: #000;
    display: block;
    margin: 0.16666667em 0 -0.3em;
}
.sns-post-date {
    font-size: 12px;
    font-size: 0.6rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0;
    text-align: left;
    color: #919696;
    margin: 0.58333333em 0 0;
    display: block;
}
.social-web-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}
.modal-timeline {
    overflow: hidden;
}
.modal-timeline.timeline-full .cta {
    visibility: hidden;
}
.modal-timeline .row {
    padding-bottom: 170px;
}
.modal-timeline .cta {
    display: none;
    color: #fff;
}
.modal-timeline .social-web-copy:after,
.modal-timeline .social-web-copy:before {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
}
.modal-timeline .social-web-headline {
    background-image: url(//static.roland.com/global/images/social_web_white.png);
}
.modal-timeline .modal-content {
    z-index: 1;
    max-width: none;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}
.modal-timeline .sns-item-inner {
    border: none;
}
.modal-timeline .social-web-background {
    opacity: 0;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
}
.modal-timeline.in .social-web-background {
    opacity: 1;
}
.modal-timeline .rc-button-close {
    color: #fff;
    right: 50px;
    top: 50px;
}
.modal-timeline .rc-button-close:hover .rc-icon-remove {
    -webkit-text-stroke: 0.2px #fff;
}
@media screen and (max-width: 767px) {
    .modal-timeline .modal-content {
        min-width: 0;
    }
    .modal-timeline .rc-button-close {
        right: 25px;
        top: 25px;
    }
}
#hero {
    padding-top: 41.66666667%;
    background-color: #000;
    overflow: hidden;
}
#hero .hero-headline {
    font-size: 80px;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    margin: -0.125em auto -0.0625em;
}
#hero .icon-chevron-down {
    vertical-align: top;
    display: inline-block;
    width: 32px;
    height: 17px;
    background: url(//static.roland.com/products/gp607/images/chevron_down.svg) no-repeat center top;
    z-index: 1;
    overflow: hidden;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    -o-background-size: contain;
    -ms-background-size: contain;
    background-size: contain;
}
@media screen and (min-width: 1600px) {
    #hero {
        padding-top: 667px;
    }
}
@media screen and (max-width: 1440px) {
    #hero {
        padding-top: 600px;
    }
}
@media screen and (max-width: 767px) {
    #hero {
        padding-top: 110%;
    }
    #hero .hero-headline {
        font-size: 2.3rem;
    }
}
.hero-copy {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    width: 980px;
    z-index: 1;
}
@media screen and (max-width: 767px) {
    .hero-copy {
        width: auto;
        padding: 0 10%;
    }
}
.hero-tagline {
    font-size: 40px;
    font-size: 2rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0;
    text-transform: none;
    margin: 0.5em auto 0.5em;
    display: block;
}
@media screen and (max-width: 767px) {
    .hero-tagline {
        font-size: 1rem;
        line-height: 1.3;
    }
}
.hero-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
}
.hero-image img,
.hero-image video {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0.85;
}
.hero-image video {
    display: none;
}
@media screen and (max-width: 767px) {
    .hero-image img,
    .hero-image video {
        width: auto;
        height: 100%;
    }
}
.video .hero-image[data-play="on-scroll"] img {
    display: none !important;
}
.video .hero-image[data-play="on-scroll"] video {
    display: block;
}
.hero-scroll-indicator {
    line-height: 0;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    z-index: 1;
}
.hero-sharer {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 2;
}
.hero-sharer .rc-button {
    width: 31px;
    height: 31px;
    vertical-align: top;
}
.mbig #overview {
    background-color: #000;
}
.mbig #overview .row {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1080px;
    padding: 100px 50px;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.mbig #overview .overview-title {
    font-size: 50px;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: left;
    text-transform: none;
    color: #fff;
    margin-top: -0.22em;
    margin-bottom: 0.72em;
    width: auto;
    max-width: 900px;
}
.mbig #overview .overview-text {
    font-size: 16px;
    font-size: 0.8rem;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: left;
    text-transform: none;
    color: #fff !important;
    margin-top: -0.375em;
    margin-bottom: -0.4375em !important;
    width: auto;
}
.mbig #overview .overview-text + .rc-more-box {
    margin-top: 41px;
}
@media screen and (max-width: 767px) {
    .mbig #overview {
        padding-bottom: 0;
    }
    .mbig #overview .row {
        padding: 0 25px;
    }
    .mbig #overview .overview-title {
        font-size: 1.5rem;
    }
    .mbig #overview .overview-text {
        font-size: 0.75rem;
    }
    .mbig #overview .rc-cta {
        margin-left: -25px;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        -o-box-sizing: content-box;
        -ms-box-sizing: content-box;
        box-sizing: content-box;
    }
}
.product-gallery {
    padding: 100px 0 49px;
    border-top: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
    .product-gallery {
        padding: 50px 0 0;
        border-top: none;
    }
}
.product-gallery-container {
    position: relative;
    margin: 0 auto;
    max-width: 1080px;
    padding: 600px 0 0;
}
@media screen and (max-width: 767px) {
    .product-gallery-container {
        padding-top: 58.59375%;
        padding-left: 0;
        padding-right: 0;
    }
}
.product-gallery-item {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    padding: 0 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    .product-gallery-item {
        padding: 0 20px;
    }
}
.product-gallery-item-active {
    display: block;
    z-index: 1;
    opacity: 0;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
}
.product-gallery-item-active.in {
    z-index: 2;
    opacity: 1;
    transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
}
.product-gallery-image {
    position: relative;
    margin: 0 auto;
    height: 100%;
}
.product-gallery-image img,
.product-gallery-image video {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.product-gallery-image video {
    display: none;
}
@media screen and (max-width: 767px) {
    .product-gallery-image img {
        display: block;
        width: 100%;
    }
    .product-gallery-image video {
        display: none;
    }
    .product-gallery-image.autoplay-canplay img,
    .product-gallery-image.autoplay-playing img {
        display: block;
    }
    .product-gallery-image.autoplay-canplay video,
    .product-gallery-image.autoplay-playing video {
        display: none;
    }
}
.video .product-gallery-image.autoplay-canplay img,
.video .product-gallery-image.autoplay-playing img {
    display: none;
}
.video .product-gallery-image.autoplay-canplay video,
.video .product-gallery-image.autoplay-playing video {
    display: block;
}
.product-gallery-control {
    text-align: center;
    position: relative;
    margin: 99px auto 0;
    display: none;
    max-width: 1080px;
    padding: 0 50px;
    z-index: 3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.product-gallery-control .rc-more-box {
    margin: 0 auto;
    display: block;
}
@media screen and (max-width: 767px) {
    .product-gallery-control {
        margin-top: 50px;
        padding: 0;
    }
    .product-gallery-control .rc-more-box .rc-cta {
        padding-left: 25px;
        padding-right: 25px;
        float: none;
    }
    .product-gallery-control .rc-more-box .rc-cta:first-child {
        margin-left: 0;
    }
}
.js .product-gallery-control {
    display: block;
}
.color-indicators {
    position: absolute;
    right: 50px;
    top: 0;
    display: inline-block;
}
@media screen and (max-width: 767px) {
    .color-indicators {
        text-align: left;
        position: static;
        display: block;
        padding: 15px 25px;
        vertical-align: top;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
    }
}
.rc-more-box + .color-indicators {
    border-top: none;
}
.color-indicator {
    position: relative;
    margin-left: 5px;
    width: 38px;
    height: 38px;
    float: left;
    cursor: pointer;
}
.color-indicator:first-child {
    margin-left: 0;
}
.color-indicator:first-child .color-indicator-name {
    left: 70px;
}
.color-indicator .rc-icon-colorchip {
    position: absolute;
    left: -2px;
    top: -2px;
}
.color-indicator:hover .color-indicator-name {
    display: block;
}
@media screen and (max-width: 767px) {
    .color-indicator {
        margin-left: 10px;
    }
}
.color-indicator-name {
    font-size: 13px;
    font-size: 0.65rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0;
    text-align: left;
    text-transform: capitalize;
    white-space: nowrap;
    color: #999;
    position: absolute;
    left: 35px;
    top: 50%;
    display: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.color-indicator-active .color-indicator-name {
    display: block;
}
.photo-gallery {
    line-height: 0;
    text-align: center;
    padding: 50px 0 50px;
    border-top: 1px solid #e0e0e0;
}
.photo-gallery .carousel {
    position: relative;
    margin: 0 auto;
    max-width: 1080px;
    padding: 0 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.photo-gallery .carousel-transition .carousel-slider {
    transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
}
.photo-gallery .rc-paddle {
    color: #666;
    position: absolute;
    top: 0;
    left: 50px;
    margin-top: 24.79591837%;
    z-index: 3;
    -webkit-text-stroke: 0.2px #666;
}
.photo-gallery .rc-paddle:hover {
    color: #000;
    -webkit-text-stroke: 0.2px #000;
}
.photo-gallery .rc-paddle-right {
    left: auto;
    right: 50px;
}
.photo-gallery.photo-gallery-image-hover .rc-paddle {
    display: block;
}
@media screen and (max-width: 767px) {
    .photo-gallery {
        padding: 80px 0 80px;
        border-top: none;
    }
    .photo-gallery .carousel {
        padding: 0;
    }
}
.photo-gallery-container {
    position: relative;
    margin-left: -5px;
    padding: 56.2244898% 5px 310px;
}
@media screen and (max-width: 767px) {
    .photo-gallery-container {
        width: auto;
        padding-top: 62.5%;
        padding-bottom: 300px;
        overflow: hidden;
    }
}
.photo-gallery-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 5px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.photo-gallery-item.carousel-item-previous .photo-gallery-image {
    opacity: 1;
}
.photo-gallery-item.carousel-item-current .photo-gallery-image {
    opacity: 1;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
}
.photo-gallery-item.carousel-item-current .photo-gallery-item-copy {
    opacity: 1;
}
.photo-gallery-item.left {
    left: -100%;
}
.photo-gallery-item.right {
    left: 100%;
}
.photo-gallery-item .photo-gallery-item-copy {
    opacity: 0;
    transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
}
.photo-gallery-item .photo-gallery-image {
    opacity: 0.2;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
}
@media screen and (max-width: 767px) {
    .photo-gallery-item {
        padding-left: 0;
        padding-right: 0;
    }
    .photo-gallery-item .rc-icon-play-large {
        display: block;
    }
}
.photo-gallery-item-copy {
    margin: 0 auto;
    max-width: 650px;
    padding-top: 110px;
}
@media screen and (max-width: 767px) {
    .photo-gallery-item-copy {
        text-align: left;
        padding-top: 60px;
        padding-left: 7%;
        padding-right: 7%;
    }
}
.photo-gallery .photo-gallery-item-headline {
    font-weight: 300;
    font-size: 20px;
    font-size: 1rem;
    line-height: 1.2;
    text-transform: none;
    color: #000;
    margin: -0.25em 0 0.7em;
}
@media screen and (max-width: 767px) {
    .photo-gallery .photo-gallery-item-headline {
        font-size: 1rem;
        text-align: left;
        line-height: 1.3;
        margin: 0.75em 0 0.75em;
    }
}
.photo-gallery .photo-gallery-item-text {
    font-weight: 300;
    font-size: 14px;
    font-size: 0.7rem;
    line-height: 1.57142857;
    color: #000;
    margin-top: -0.35714286em;
    margin-bottom: -0.5em !important;
}
.photo-gallery-image {
    position: relative;
    padding-top: 56.2244898%;
    overflow: hidden;
}
.photo-gallery-image a {
    cursor: default;
}
.photo-gallery-image img,
.photo-gallery-image video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
}
.photo-gallery-image img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 767px) {
    .photo-gallery-image {
        padding-top: 56.25%;
    }
}
.photo-gallery-indicators {
    position: absolute;
    left: 50%;
    bottom: 250px;
    margin: auto;
    display: inline-block;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
    .photo-gallery-indicators {
        bottom: 285px;
        padding: 0;
    }
}
.photo-gallery-indicator {
    position: relative;
    margin-left: 21px;
    width: 11px;
    height: 11px;
    float: left;
    cursor: pointer;
}
.photo-gallery-indicator:first-child {
    margin-left: 0;
}
.photo-gallery-indicator:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    background-color: #919696;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.photo-gallery-indicator.active:before,
.photo-gallery-indicator.carousel-current:before,
.photo-gallery-indicator:hover:before {
    background-color: transparent;
    border: 1px solid #000;
}
@media screen and (max-width: 767px) {
    .photo-gallery-indicator {
        width: 8px;
        height: 8px;
    }
    .photo-gallery-indicator:before {
        width: 100%;
        height: 100%;
    }
}
.features {
    padding-top: 150px;
    border-top: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
    .features {
        padding-top: 80px;
        border-top: none;
    }
}
.features-column {
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
    padding: 0 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.features-column .padder {
    content: "";
    margin: 148px auto 150px;
    display: block;
    width: 200px;
    height: 1px;
    background-color: #000;
}
.features-column:last-child {
    padding-bottom: 150px;
}
.features-column:last-child .padder {
    display: none;
}
@media screen and (max-width: 767px) {
    .features-column {
        padding-top: 80px;
        padding: 0 15px;
    }
    .features-column .padder {
        margin: 58px auto 60px;
        width: 100px;
    }
    .features-column:last-child {
        padding-bottom: 80px;
    }
}
.js .features-column .padder[data-show="on-scroll"] {
    width: 0;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.js .features-column .padder[data-show="on-scroll"].in-view {
    width: 200px;
}
@media screen and (max-width: 767px) {
    .js .features-column .padder[data-show="on-scroll"].in-view {
        width: 100px;
    }
}
.features-column-hero {
    position: relative;
    padding-top: 64.40677966%;
    overflow: hidden;
}
.features-column-hero img,
.features-column-hero video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.features-column-hero video {
    display: none;
}
@media screen and (max-width: 767px) {
    .features-column-hero {
        padding-top: 100%;
    }
    .features-column-hero img {
        margin-left: -25%;
        width: 150%;
    }
}
.video .features-column-hero[data-play="on-scroll"] img {
    display: none;
}
.video .features-column-hero[data-play="on-scroll"] video {
    display: block;
}
.features-column-copy {
    margin-left: 0;
    display: table;
    width: 100%;
    padding-top: 50px;
}
@media screen and (max-width: 767px) {
    .features-column-copy {
        display: block;
        width: auto;
        padding: 30px 15px 0;
    }
}
.features-column-copy-col {
    text-align: left;
    display: table-cell;
    width: 180px;
    vertical-align: top;
}
.features-column-copy-col:first-child {
    width: auto;
    padding-right: 50px;
}
.features-column-copy-col .rc-cta + .rc-cta {
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    .features-column-copy-col {
        text-align: left;
        display: block;
        width: auto;
    }
    .features-column-copy-col:first-child {
        padding-right: 0;
    }
    .features-column-copy-col + .features-column-copy-col {
        margin-top: 30px;
    }
    .features-column-copy-col .rc-cta {
        padding-left: 30px;
        padding-right: 30px;
        margin-left: -30px;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        -o-box-sizing: content-box;
        -ms-box-sizing: content-box;
        box-sizing: content-box;
    }
    .features-column-copy-col .rc-cta + .rc-cta {
        margin-top: 0;
        border-top: none;
    }
}
.main .features-column-title {
    font-size: 35px;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.28571429;
    letter-spacing: 0;
    text-align: left;
    text-transform: none;
    color: #000;
    margin: -0.25714286em 0 0.91428571em;
    max-width: 700px;
}
@media screen and (max-width: 767px) {
    .main .features-column-title {
        font-size: 1.25rem;
    }
}
.features-column-text + .features-column-title {
    margin-top: 2.6em;
}
@media screen and (max-width: 767px) {
    .features-column-text + .features-column-title {
        margin-top: 1em;
    }
}
.main .features-column-text {
    font-size: 16px;
    font-size: 0.8rem;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: left;
    text-transform: none;
    color: #000;
    margin-left: 0;
    margin-top: -0.4375em;
    margin-bottom: -0.3125em;
    max-width: 900px;
}
@media screen and (max-width: 767px) {
    .main .features-column-text {
        font-size: 0.75rem;
    }
}
.features-column-text + .rc-cta {
    margin-top: 40px;
}
.next-router {
    text-align: center;
    padding: 100px 0 91px;
    border-top: 1px solid #e0e0e0;
}
.next-router-cta {
    font-size: 16px;
    font-size: 0.8rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.01em;
    text-decoration: none;
    color: #000;
    display: inline-block;
}
.next-router-cta .rc-icon {
    display: block;
    margin-bottom: 10px;
}
.next-router-experience {
    text-align: left;
    position: relative;
    padding-top: 600px;
    padding-bottom: 0;
    border: none;
}
@media screen and (max-width: 767px) {
    .next-router-experience {
        padding-top: 58.59375%;
    }
}
.safari .next-router .next-router-title {
    font-weight: 200;
    -webkit-font-smoothing: antialiased;
}
.safari .next-router .next-router-cta {
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}
.next-router-copy {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 4px auto 0;
    max-width: 1180px;
    padding: 0 58px 0;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
    .next-router-copy {
        padding: 0 30px 0;
    }
}
.next-router-experience .next-router-title {
    font-size: 50px;
    font-size: 2.5rem;
    font-weight: 100;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: left;
    text-transform: none;
    color: #fff;
    margin: -0.2em 0 0.7em;
    max-width: 600px;
}
@media screen and (max-width: 767px) {
    .next-router-experience .next-router-title {
        font-size: 1.25rem;
    }
}
.next-router-experience .next-router-cta {
    font-size: 14px;
    font-size: 0.7rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.01em;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 0.85714286em 2em 0.85714286em 2.21428571em;
    border: 1px solid #fff;
    border-color: rgba(255, 255, 255, 0.5);
    border-radius: 0.28571429em;
    -webkit-border-radius: 0.28571429em;
    -moz-border-radius: 0.28571429em;
}
.next-router-experience .next-router-cta:hover {
    color: #000;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .next-router-experience .next-router-cta {
        font-size: 0.6rem;
    }
}
.next-router-hero {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    overflow: hidden;
}
.next-router-hero img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    vertical-align: top;
    opacity: 0.85;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
    .next-router-hero img {
        position: relative;
        top: 0;
        left: 50%;
        width: auto;
        height: 100%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
.experience {
    padding: 150px 0 0;
}
@media screen and (max-width: 767px) {
    .experience {
        padding-top: 80px;
    }
}
.experience .experience-headline {
    font-weight: 300;
    font-size: 20px;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
    color: #000;
    margin: -0.25em 0 0.7em;
}
@media screen and (max-width: 767px) {
    .experience .experience-headline {
        text-align: left;
        line-height: 1.4;
    }
}
.experience .experience-text {
    font-weight: 300;
    font-size: 14px;
    font-size: 0.7rem;
    line-height: 1.57142857;
    letter-spacing: 0;
    color: #000;
    margin-top: -0.35714286em;
    margin-bottom: -0.5em !important;
}
@media screen and (max-width: 767px) {
    .experience .experience-text {
        text-align: left;
    }
}
.safari .experience .fp-cta {
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}
.experience-section {
    margin: 0 auto 0;
    max-width: 1280px;
    padding: 0 50px 150px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    .experience-section {
        padding: 0 15px 80px;
    }
}
.experience-copy {
    text-align: center;
    margin: 0 auto;
    max-width: 650px;
    padding-top: 50px;
}
@media screen and (max-width: 767px) {
    .experience-copy {
        padding: 40px 15px 0;
    }
}
.js .experience-copy[data-show="on-scroll"] {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
}
.experience-image {
    position: relative;
    padding-top: 56.18644068%;
    overflow: hidden;
}
.experience-image a {
    cursor: default;
}
.experience-image .rc-icon-play-large {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 76px;
    height: 76px;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.experience-image .rc-icon-play-large:before {
    width: 76px;
    height: 152px;
}
.experience-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    vertical-align: top;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.modal-gallery {
    opacity: 1;
}
.modal-gallery.active {
    visibility: visible;
}
.modal-gallery .modal-content {
    max-height: none;
}
.modal-gallery .modal-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    min-height: 600px;
    background-color: #fff;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.modal-gallery .rc-button-close {
    right: 50px;
    top: 50px;
}
.modal-gallery .dotnav {
    position: absolute;
    left: 50%;
    bottom: 43px;
    display: inline-block;
    z-index: 3;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.modal-gallery .dotnav-item {
    position: relative;
    width: 11px;
    height: 11px;
    margin-left: 21px;
    float: left;
    cursor: pointer;
}
.modal-gallery .dotnav-item:first-child {
    margin-left: 0;
}
.modal-gallery .dotnav-item:hover .dotnav-dot {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 1px solid #000;
}
.modal-gallery .dotnav-dot {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    background-color: #919696;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.modal-gallery .rc-paddle {
    position: absolute;
    top: 50%;
    left: 50px;
    margin-top: -32.5px;
    z-index: 3;
}
.modal-gallery .rc-paddle-right {
    left: auto;
    right: 50px;
}
@media screen and (max-width: 767px) {
    .modal-gallery .rc-button-close {
        right: 25px;
        top: 25px;
    }
    .modal-gallery .dotnav {
        text-align: center;
        left: 0;
        display: block;
        width: 100%;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .modal-gallery .dotnav-item {
        margin-left: 10px;
        display: inline-block;
        vertical-align: top;
        float: none;
    }
}
.modal-gallery-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.modal-gallery-item {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 100px 130px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    .modal-gallery-item {
        padding: 80px 25px;
    }
}
.modal-gallery-image {
    position: relative;
    width: 100%;
    height: 100%;
}
.modal-gallery-image.modal-gallery-image-vertical img {
    width: auto;
    height: 100%;
}
.modal-gallery-image img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.carousel-current .dotnav-dot {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 1px solid #000;
}
.modal-gallery-360 .modal-content {
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
}
.modal-gallery-360 video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.modal-gallery-360 .rc-button-close {
    position: absolute;
    right: 50px;
    top: 50px;
    z-index: 3;
}
.modal-gallery-360 .rc-icon-replay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
    cursor: pointer;
}
.modal-gallery-360.modal-gallery-360-ended .rc-icon-replay {
    display: block;
}
@media screen and (max-width: 767px) {
    .modal-gallery-360 .rc-button-close {
        right: 30px;
        top: 30px;
    }
}
.modal-standard-features .modal-content {
    margin: 0 auto;
    width: 980px;
    min-width: 0;
}
@media screen and (max-width: 767px) {
    .modal-standard-features .modal-content {
        width: auto;
    }
}
.standard-features {
    position: relative;
    margin: 0 auto;
    padding: 150px;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .standard-features {
        padding: 100px 25px 80px;
    }
}
.standard-features .standard-features-headline {
    font-size: 37px;
    font-size: 1.85rem;
    font-weight: 100;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
    color: #000;
    margin: -0.13513514em auto 1.02702703em;
}
@media screen and (max-width: 767px) {
    .standard-features .standard-features-headline {
        font-size: 1.5rem;
    }
}
.standard-features .standard-features-list {
    border-bottom: 1px solid #ccc;
}
.standard-features .standard-features-list-item {
    font-size: 16px;
    font-size: 0.8rem;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: left;
    text-transform: none;
    color: #000;
    padding: 1.0625em 0 1.125em;
    border-top: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
    .standard-features .standard-features-list-item {
        font-size: 0.7rem;
    }
}
#promos {
    display: none;
}
#accessories,
#articles,
#downloads,
#specifications,
#support {
    padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
    #accessories,
    #articles,
    #downloads,
    #specifications,
    #support {
        padding-bottom: 0;
    }
}
#accessories,
#specifications {
    padding-top: 100px;
}
.fixed + #content-container #specifications {
    padding-top: 110px;
}
.main {
    padding-top: 0;
}
.rld-loader {
    background-color: #fff;
}
.rld-progressbar {
    height: 1px;
    background-color: #000;
}
.rld-curtain {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #fff;
    opacity: 0;
    transition-duration: 1.5s;
    -webkit-transition-duration: 1.5s;
    -moz-transition-duration: 1.5s;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
}
.rld-curtain-transition .rld-curtain {
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    opacity: 1;
}
#rc-globalnav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 6;
}
.rc-gn-header {
    position: relative;
    height: 60px;
    background-color: #1a1a1a;
}
.rc-globalnav-placeholder {
    height: 60px;
}
.rc-gn-item {
    position: absolute;
}
.rc-gn-menuicon {
    left: 30px;
    top: 50%;
    width: 20px;
    height: 14px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.rc-gn-menuicon-bar {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #fff;
}
.rc-gn-menuicon-bar-top {
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
}
.rc-gn-menuicon-bar-bottom {
    -webkit-transform: translateY(7px);
    -moz-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px);
}
.rc-gn-roland {
    font-size: 0;
    line-height: 0;
    left: 50%;
    top: 19px;
    -webkit-transform: translateX(-50%) scale(1.03);
    -moz-transform: translateX(-50%) scale(1.03);
    -ms-transform: translateX(-50%) scale(1.03);
    transform: translateX(-50%) scale(1.03);
}
.rc-gn-roland .glyphicon-brand {
    font-size: 21px;
    line-height: 1;
}
.rc-gn-account {
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.rc-gn-account-item {
    font-size: 0;
    line-height: 0;
    margin-left: 25px;
    float: left;
}
.rc-icon-user {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(//static.roland.com/products/fp_series/images/rc_icon_user.svg) no-repeat center center;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    -o-background-size: contain;
    -ms-background-size: contain;
    background-size: contain;
}
.rc-icon-star {
    display: inline-block;
    width: 21px;
    height: 20px;
    background: url(//static.roland.com/products/fp_series/images/rc_icon_star.svg) no-repeat center center;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    -o-background-size: contain;
    -ms-background-size: contain;
    background-size: contain;
}
.rc-icon-bag {
    display: inline-block;
    width: 18px;
    height: 20px;
    background: url(//static.roland.com/products/fp_series/images/rc_icon_bag.svg) no-repeat center center;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    -o-background-size: contain;
    -ms-background-size: contain;
    background-size: contain;
}
.rc-icon-roupe {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(//static.roland.com/products/fp_series/images/rc_icon_roupe_white.svg) no-repeat center center;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    -o-background-size: contain;
    -ms-background-size: contain;
    background-size: contain;
}
.rc-gn-link {
    text-decoration: none;
    color: #fff;
}
.rc-icon {
    width: 30px;
    height: 30px;
}
.rc-more-box .rc-cta {
    margin-left: 30px;
    color: #949999;
}
.rc-icon-plus-circle {
    font-size: 26px;
    line-height: 1.15384615;
    color: #949999;
    width: 31px;
    height: 31px;
    border-width: 1px;
    color: #949999;
    cursor: pointer;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-property: transform;
    -webkit-transition-property: transform;
    -moz-transition-property: transform;
}
.rc-icon-plus-circle:before {
    font-weight: 100;
    left: 0.018em;
    width: 100%;
    height: 200%;
    -webkit-font-smoothing: antialiased;
}
.rc-icon-plus-circle:hover {
    color: #fff;
    background-color: #000;
}
.accordion-active .rc-icon-plus-circle {
    color: #fff;
    background-color: #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.accordion-active .rc-icon-plus-circle:hover {
    color: #000;
    background-color: transparent;
}
.rc-icon-new-window-circle {
    width: 41px;
    height: 41px;
}
.rc-icon-new-window-circle:before {
    background-image: url(//static.roland.com/products/fp_series/images/rc_icon_new_window_circle.svg);
}
.rc-icon-play-circle {
    width: 50px;
    height: 50px;
}
.rc-icon-play-circle:before {
    background-image: url(//static.roland.com/products/fp_series/images/rc_icon_play_circle.svg);
}
#productheader {
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  #productheader {
    padding-top: 0px;
  }
}
/* .rc-scroll-down #productheader.fixed {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.rc-scroll-down #productheader {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.rc-scroll-top #productheader {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
} */
#productheader h2,
#productheader h2.weak {
    font-weight: 400;
    font-size: 18px;
    font-size: 0.9rem;
    position: relative;
    display: block;
    padding: 0 0.83333333em;
    z-index: 1;
    border-bottom: 1px solid #ccc;
}
#productheader h2,
#productheader h2 a,
#productheader h2.weak,
#productheader h2.weak a {
    color: #000;
}
@media screen and (max-width: 767px) {
    #productheader h2,
    #productheader h2.weak {
        float: none;
    }
    #productheader h2.weak:after,
    #productheader h2:after {
        font-size: 18px;
        font-family: glyphicon;
        content: "\e602";
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}
@media screen and (max-width: 767px) {
    #productheader .open h2.weak:after,
    #productheader .open h2:after {
        -webkit-transform: rotate(180deg) translate(50%, 50%);
        -moz-transform: rotate(180deg) translate(50%, 50%);
        -ms-transform: rotate(180deg) translate(50%, 50%);
        transform: rotate(180deg) translate(50%, 50%);
    }
}
#productheader li {
    padding-left: 38px;
}
@media screen and (max-width: 767px) {
    #productheader li {
        padding-left: 0;
    }
}
#productheader li a {
    font-weight: 100;
    font-size: 13px;
    font-size: 0.65em;
    color: #333;
}
#productheader li a.active,
#productheader li a:hover {
    font-weight: 600;
    color: #000;
    letter-spacing: -0.015em;
}
#productheader li a.active.narrow,
#productheader li a:hover.narrow {
    letter-spacing: -0.028em;
}
.bc-container {
    display: none;
}
.rc-productheader-placeholder {
    height: 50px;
}
#contentheader.fixed + #content-container,
#productheader.fixed + #content-container {
    padding-top: 0;
}
#productnav .pn-buynow {
    padding-top: 0;
    padding-bottom: 0;
}
#productnav .buynow {
    font-size: 10px;
    font-size: 0.5rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    position: static;
    width: auto;
    height: auto;
    padding: 0.7em 1.5em 0.7em;
    background-color: #333;
    outline: 0;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
}
#productnav .buynow:after {
    content: none;
}
#productnav .buynow:hover {
    color: #fff;
    background-color: #ff5a00;
}
@media screen and (max-width: 767px) {
    #productnav {
        max-height: 0;
        border-top-width: 1px;
        transition-duration: 1s;
        -webkit-transition-duration: 1s;
        -moz-transition-duration: 1s;
    }
    #productnav .buynow {
        font-size: 12px;
        font-size: 0.6rem;
        font-weight: 600;
        color: #fff;
        letter-spacing: 0;
        text-align: center;
        position: static;
        margin: 0.91666667em auto 0;
        display: inline-block;
        width: auto;
        min-width: 30px;
        height: auto;
        padding: 0.7em 1.5em 0.7em;
        background-color: #333;
        outline: 0;
        border-radius: 14px;
        -webkit-border-radius: 14px;
        -moz-border-radius: 14px;
    }
    #productnav .buynow:after {
        content: none;
    }
    #productnav .buynow:hover {
        color: #fff;
        background-color: #ff5a00;
    }
    #productnav .pn-buynow {
        position: absolute;
        top: 0;
        right: 15px;
        display: block;
        width: auto;
        border-top-width: 0;
        border-bottom-width: 0;
        border-right-width: 0;
        z-index: 2;
    }
    #productnav .buynow {
        border-width: 0;
    }
}
@media screen and (max-width: 767px) {
    .row.open #productnav {
        max-height: 154px;
    }
}
#ph-social {
    display: none;
}
#hero {
    padding-top: 0;
}
.overview {
    position: relative;
    padding-top: 80px;
    padding-bottom: 0px;
    background-color: #fff;
}
@media screen and (max-width: 1440px) {
    .overview {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media screen and (max-width: 767px) {
    .overview {
        padding-top: 52px;
        padding-bottom: 30px;
    }
}
.overview-copy {
  text-align: center;
  padding: 60px 30px 0;
  margin: auto;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
    .overview-copy {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        padding: 60px 30px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
}
.js .overview-copy[data-show="on-scroll"] {
    opacity: 1;
}
.js .overview-copy[data-show="on-scroll"].in-view {
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
}
.overview-healine-eyebrow {
    font-weight: 600;
    font-size: 24px;
    font-size: 1.2rem;
    line-height: 1;
    color: #fff;
    margin: -0.125em auto 1em;
    display: block;
    -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
    .overview-healine-eyebrow {
        font-size: 0.8em;
    }
}
.main .overview-healine {
    font-weight: 700;
    font-size: 50px;
    font-size: 2.5rem;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
    color: #1a1a1a;
    margin: -0.24em auto 50px;
    -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
    .main .overview-healine {
        font-size: 1.5em;
    }
}
.js .overview-healine-eyebrow[data-show="on-scroll"],
.js .overview-healine[data-show="on-scroll"] {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.js .overview-healine-eyebrow[data-show="on-scroll"].in-view,
.js .overview-healine[data-show="on-scroll"].in-view {
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
}
.main .overview-text {
    font-weight: 300;
    font-size: 24px;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: none;
    color: #1a1a1a;
    margin: -0.29166667em auto -0.375em;
    -webkit-font-smoothing: antialiased;
    backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
    .main .overview-text {
        font-size: 0.9em;
        font-weight: 300;
    }
}
.safari .main .overview-text {
    font-weight: 100;
}
.js .overview-text[data-show="on-scroll"] {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}
.js .overview-text[data-show="on-scroll"].in-view {
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
}
.overview-image {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.overview-image img {
    width: 100%;
    vertical-align: top;
}
@media screen and (max-width: 1440px) {
    .overview-image {
        width: 1440px;
        left: 50%;
        margin-left: -720px;
    }
}
@media screen and (max-width: 767px) {
    .overview-image {
        position: relative;
        left: auto;
        bottom: auto;
        margin-left: 0;
        width: 100%;
    }
    .overview-image img {
        margin-left: -5%;
        width: 110%;
    }
}
.js .overview-image[data-show="on-scroll"] {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.js .overview-image[data-show="on-scroll"].in-view {
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    transition-duration: 1.5s;
    -webkit-transition-duration: 1.5s;
    -moz-transition-duration: 1.5s;
}
.js .resize .overview-image.in-view {
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
}
.card-hero {
    position: relative;
    width: 100%;
    /* padding-top: 69.44444444%; */
    padding-top: 68.75%;
}
.card-hero.in-view {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
}
.card-hero .section-content {
    text-align: left;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: 62px;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.card-hero .section-content-left {
    margin-left: -492px;
}
@media screen and (max-width: 767px) {
    .card-hero {
        padding-top: 69.44444444% !important;
        background-color: #000;
    }
    .card-hero .section-content {
        position: relative;
        left: auto;
        top: auto;
        margin: auto;
        width: auto;
        padding: 60px 30px 160px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .card-hero .section-content:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 0;
        background-color: #fff;
        z-index: 2;
        transition-duration: 1s;
        -webkit-transition-duration: 1s;
        -moz-transition-duration: 1s;
    }
}
.card-expand .card-hero .section-content:after {
    height: 100px;
}
.card-transition .card-hero {
    max-width: 1600px;
    position: fixed;
    z-index: 3;
    transition-property: bottom;
    -webkit-transition-property: bottom;
    -moz-transition-property: bottom;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
}
.card-hero-placeholder {
    display: none;
}
@media screen and (max-width: 767px) {
    .card-hero-placeholder {
        padding-top: 69.44444444% !important;
    }
}
.card-transition .card-hero-placeholder {
    display: block;
}
.card-hero-copy {
    max-width: 450px;
}
.card-hero-healine-eyebrow {
    font-size: 28px;
    line-height: 1.2;
    color: #fff;
    display: block;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    font-weight: 700;
    margin: -0.125em auto 1em;
    font-size: .9rem;
}
.card-hero-healine-eyebrow.in-view {
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
}
@media screen and (max-width: 767px) {
    .card-hero-healine-eyebrow {
        font-size: 0.8rem;
    }
}
.main .card-hero-healine {
    font-weight: 700;
    font-size: 45px;
    font-size: 2.25rem;
    line-height: 1.11111111;
    letter-spacing: 0;
    text-transform: none;
    color: #fff;
    margin: -0.17777778em auto 0.8em;
    -webkit-font-smoothing: antialiased;
}
.main .card-hero-healine.in-view {
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
}
@media screen and (max-width: 767px) {
    .main .card-hero-healine {
        font-size: 1.8rem;
    }
}
.main .card-hero-text {
    font-weight: 400;
    font-size: 20px;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: none;
    color: #fff;
    margin: -0.375em auto -0.375em;
    -webkit-font-smoothing: antialiased;
}
.main .card-hero-text.in-view {
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
}
.card-hero-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    overflow: hidden;
}
.card-hero-image img {
    position: absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
    width: 100%;
    opacity: 1;
}
.card-hero-image:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: #fff;
    z-index: 2;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
}
@media screen and (max-width: 767px) {
    .card-hero-image {
        right: auto;
        bottom: auto;
        width: 100%;
        padding-top: 69.44444444% !important;
    }
    .card-hero-image:after,
    .card-hero-image:before {
        content: none;
    }
}
.card-expand .card-hero-image:after {
    height: 100px;
}
.card-transition .card-hero-image:after {
    height: 0;
    transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
}
.card-detail {
    position: relative;
    margin-top: -100px;
    z-index: 2;
}
.card-detail .rc-icon-plus-circle {
    color: #fff;
    border-color: #fff;
    display: block;
    vertical-align: top;
}
.card-detail .rc-icon-plus-circle:hover {
    color: #000;
    background-color: #fff;
}
.card-detail .rc-icon-plus-circle.accordion-active {
    color: #fff;
    border-color: #ccc;
    background-color: #ccc;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.card-detail .rc-icon-plus-circle.accordion-active:hover {
    border-color: #000;
    background-color: #000;
}
.card-trigger-block {
    line-height: 0;
    text-align: center;
    position: relative;
    height: 100px;
    padding: 30px 0 40px;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
}
.card-transition .card-trigger-block {
    opacity: 0;
}
.card-trigger-block .card-trigger-text {
    white-space: nowrap;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.card-trigger-text {
    font-weight: 300;
    font-size: 14px;
    font-size: 0.7rem;
    line-height: 1;
    color: #fff;
    display: inline-block;
    margin: 0.21428571em auto 0.92857143em;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
}
.card-expand .card-trigger-text {
    -webkit-transform: translate(-50%, -50px);
    -moz-transform: translate(-50%, -50px);
    -ms-transform: translate(-50%, -50px);
    transform: translate(-50%, -50px);
    opacity: 0;
}
.card-detail-content {
    overflow: hidden;
    transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
}
.card-expand .card-detail-content {
    transition-duration: 2s;
    -webkit-transition-duration: 2s;
    -moz-transition-duration: 2s;
}
.card-active .card-detail-content {
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
}
.card-transition .card-detail-content {
    transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
}
.section-content {
    margin: 0 auto;
    max-width: 984px;
}
@media screen and (max-width: 767px) {
    .section-content {
        width: auto;
        padding: 0 15px;
    }
}
.section-content .card-trigger-block {
    padding: 40px 0 30px;
}
.features-column {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 100px;
    padding-top: 100px;
    border-top: 1px solid #ccc;
}
.features-column .col {
    float: left;
}
.features-column .col .features-column-hero {
    padding-top: 82.25108225%;
    margin-bottom: 40px;
}
.features-column .col-6-grid {
    width: 50%;
    padding-right: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.features-column .row {
    margin: 0 -30px;
    width: auto;
}
.features-column .row + .features-column-hero {
    margin-top: 100px;
}
.features-column .col-4 {
    width: 33.334%;
    padding: 0 30px 60px;
}
.features-column .col-6 {
    width: 50%;
    padding: 0 30px 60px;
}
.features-column:first-child {
    border-top-width: 0;
}
@media screen and (max-width: 767px) {
    .features-column {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .features-column .row {
        margin: 0;
    }
    .features-column .col-6 {
        display: block;
        width: 100%;
        padding: 0 15px;
        margin-top: 50px;
    }
    .features-column .col-6 + .col-6 {
        margin-top: 50px;
    }
    .features-column .col-6 .features-column-hero img {
        width: 100%;
        margin-left: 0;
    }
    .features-column .col-6-grid {
        width: auto;
        padding: 0 15px;
    }
    .features-column .col-6-grid + .col-6-grid {
        margin-top: 50px;
    }
    .features-column .col-4 {
        display: block;
        width: 100%;
        padding: 0 15px;
    }
    .features-column .col-4 + .col-4 {
        margin-top: 50px;
    }
    .features-column .col-4 .features-column-hero img {
        width: 100%;
        margin-left: 0;
    }
    .features-column .col-4-grid {
        width: auto;
        padding: 0 15px;
    }
    .features-column .col-4-grid + .col-4-grid {
        margin-top: 50px;
    }
}
.features-column-hero-roupe {
    cursor: url(//static.roland.com/products/fa_series/specifications/images/icon_roupe.png) -10 -10, auto;
}
.features-column-playability .features-column-hero-detail {
    left: 0;
    opacity: 0;
}
.features-column-playability .features-column-hero-detail video {
    height: auto;
    -webkit-transform: translateY(-50.5px);
    -moz-transform: translateY(-50.5px);
    -ms-transform: translateY(-50.5px);
    transform: translateY(-50.5px);
}
@media screen and (max-width: 767px) {
    .features-column-playability .features-column-hero-detail video {
        margin-left: -25%;
        width: 150%;
        -webkit-transform: translateY(-3.5px);
        -moz-transform: translateY(-3.5px);
        -ms-transform: translateY(-3.5px);
        transform: translateY(-3.5px);
    }
}
.features-column-playability.active .features-column-hero-detail {
    opacity: 1;
}
.features-column-copy-col .rc-cta + .rc-cta {
    margin-left: 15px;
}
@media screen and (max-width: 767px) {
    .features-column-copy-col .rc-cta + .rc-cta {
        margin-left: 0;
        margin-top: 5px;
    }
}
.features-column-copy {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 984px;
    padding-top: 60px;
    padding-bottom: 0;
}
@media screen and (max-width: 767px) {
    .features-column-copy {
        padding-top: 30px;
        padding-bottom: 0;
    }
}
.features-column:last-child .features-column-copy {
    padding-bottom: 0;
    border-bottom-width: 0;
}
.features-column-copy-col {
    display: block;
    width: auto;
    max-width: 800px;
}
.features-column-copy-col .rc-cta {
    position: relative;
}
.features-column-copy-col + .features-column-copy-col {
    margin-top: 40px;
}
@media screen and (max-width: 767px) {
    .features-column-copy-col .rc-cta,
    .features-column-copy-col .rc-cta:first-child {
        position: static;
        top: auto;
        margin-left: 0;
        padding-left: 15px;
        padding-right: 23px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
}
.main .features-column-title {
    font-weight: 600;
    font-size: 32px;
    font-size: 1.6rem;
    line-height: 1.125;
    color: #333;
    margin: -0.23333333em 0 0.8em;
    float: left;
    -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
    .main .features-column-title {
        font-size: 25px;
        font-size: 1.25rem;
        width: auto;
    }
}
.main .col .features-column-title {
    font-weight: 600;
    font-size: 24px;
    font-size: 1.2rem;
    line-height: 1.25;
    color: #000;
    margin: -0.29166667em 0 0.79166667em;
    max-width: none;
    float: none;
}
.main .features-column-text {
    font-weight: 300;
    font-size: 16px;
    font-size: 0.8rem;
    line-height: 1.5;
    color: #000;
    margin-bottom: -0.5em;
    float: left;
    -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
    .main .features-column-text {
        font-size: 15px;
        font-size: 0.8rem;
    }
}
.features-column-title + .features-column-text {
    margin-left: 80px;
}
@media screen and (max-width: 767px) {
    .features-column-title + .features-column-text {
        margin-left: 0;
    }
}
.main .col .features-column-text {
    margin-left: 0;
}
.modal-video-player {
    opacity: 1;
}
.modal-video-player.active {
    display: block;
    visibility: visible;
}
.modal-video-player.active video {
    display: block;
}
.modal-video-player video {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.spec-size-image {
    overflow: hidden;
}
.spec-size-image img {
    width: 100%;
    vertical-align: top;
    cursor: pointer;
}
.spec-header {
    text-align: center;
    padding: 100px 0 50px;
}
@media screen and (max-width: 767px) {
    .spec-header {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
.main .spec-header-title,
.main .spec-header-title:first-child {
    font-weight: 600;
    font-size: 35px;
    font-size: 1.75rem;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
    color: #000;
    margin: -0.14285714em 0 -0.14285714em;
    padding: 0;
}
@media screen and (max-width: 767px) {
    .main .spec-header-title,
    .main .spec-header-title:first-child {
        font-size: 30px;
        font-size: 1.5rem;
    }
}
.spec-details {
    margin: 0 -15px;
    padding: 100px 0;
    width: auto;
}
@media screen and (max-width: 767px) {
    .spec-details {
        padding: 60px 15px;
    }
}
.spec-detail {
    text-align: left;
    width: 50%;
    padding: 0 15px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    .spec-detail {
        width: auto;
        float: none;
    }
    .spec-detail + .spec-detail {
        margin-top: 20px;
    }
}
.spec-detail-image {
    position: relative;
    padding-top: 67.9245283%;
    overflow: hidden;
    cursor: pointer;
}
.spec-detail-image img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.spec-detail-copy {
    padding: 12px 0 0;
}
@media screen and (max-width: 767px) {
    .spec-detail-copy {
        padding-top: 15px;
    }
}
.main .spec-detail-text {
    font-weight: 300;
    font-size: 16px;
    font-size: 0.8rem;
    line-height: 1.125;
    color: #333;
    margin: 0;
}
.main .spec-detail-text:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(//static.roland.com/products/fp_series/images/rc_icon_roupe.svg) no-repeat center center;
    vertical-align: top;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    -o-background-size: contain;
    -ms-background-size: contain;
    background-size: contain;
}
@media screen and (max-width: 767px) {
    .main .spec-detail-text {
        font-size: 14px;
        font-size: 0.7rem;
    }
}
.recommend-strip {
    margin: 0 -10px 100px;
}
.recommend-strip-box {
    width: 50%;
    padding: 0 10px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    .recommend-strip-box {
        margin-top: 5px;
        width: 100%;
    }
    .recommend-strip-box:first-child {
        margin-top: 0;
    }
}
.recommend-strip-image {
    position: relative;
    padding-top: 600px;
    background-color: #f2f2f2;
    overflow: hidden;
}
.recommend-strip-image img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -30px 0 0;
    max-width: 352px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
    .recommend-strip-image {
        padding-top: 100%;
    }
    .recommend-strip-image img {
        width: 60%;
    }
}
.recommend-strip-copy {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 80px;
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    .recommend-strip-copy {
        bottom: 40px;
    }
}
.main .recommend-strip-text {
    font-weight: 300;
    font-size: 16px;
    font-size: 0.8rem;
    line-height: 1.75;
    color: #000;
    margin: -0.5em 0;
}
.modal-video-player .rc-icon-remove-circle,
.rc-icon-remove-circle {
    position: relative;
    right: auto;
    top: auto;
    display: inline-block;
    width: 25px;
    height: 25px;
    overflow: hidden;
}
.modal-video-player .rc-icon-remove-circle:before,
.rc-icon-remove-circle:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 200%;
    background: url(//static.roland.com/products/rd-2000/images/icon_remove_circle.svg) no-repeat center top;
}
.modal-video-player .rc-icon-remove-circle:hover:before,
.rc-icon-remove-circle:hover:before {
    top: auto;
    bottom: 0;
}
.experience .experience-headline {
    font-weight: 400;
}
.modal .rc-button-close {
    position: absolute;
    right: 25px;
    top: 25px;
    width: 25px;
    height: 25px;
}
.rc-paddle {
    font-size: 80px;
    margin-top: -40px;
    width: 30px;
    height: 80px;
    color: #999;
    -webkit-text-stroke: 0.2px #999;
}
.rc-paddle:before {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
}
.rc-paddle:hover {
    color: #000;
    -webkit-text-stroke: 0.2px #000;
}
.modal-gallery-item[data-zoom-in] img {
    cursor: url(//static.roland.com/products/rd-2000/features/images/icon_roupe.png), auto;
}
.modal-gallery .dotnav {
    bottom: 45px;
}
@media screen and (max-width: 767px) {
    .modal-gallery .dotnav {
        font-size: 0;
        line-height: 0;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
}
.modal-gallery .dotnav-item {
    margin-left: 10px;
    width: 10px;
    height: 10px;
}
.modal-gallery .dotnav-item:first-child {
    margin-left: 0;
}
.modal-gallery .dotnav-item:hover .dotnav-dot {
    width: 7px;
    height: 7px;
}
@media screen and (max-width: 767px) {
    .modal-gallery .dotnav-item {
        margin-top: 10px;
    }
}
.modal-gallery .dotnav-dot {
    width: 6px;
    height: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.modal-gallery .zoomed-image {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
    z-index: 4;
}
.modal-gallery .zoomed-image.zoomed-image-active {
    display: block;
}
.modal-gallery .zoomed-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 400%;
    overflow: hidden;
    cursor: url(//static.roland.com/products/rd-2000/features/images/icon_roupe.png) 15 15, auto;
}
@media screen and (max-width: 767px) {
    .modal-gallery .zoomed-image img {
        width: 600%;
    }
}
.modal-content .rc-button-close {
    z-index: 5;
}
.promo-videos {
    margin-top: 0;
}
.promo-videos .promo-video {
    position: relative;
    width: 50%;
    padding-top: 28.19444444%;
    float: left;
    overflow: hidden;
}
.promo-videos .promo-video:hover .promo-image img {
    opacity: 1;
}
.promo-videos .promo-video .rc-cta {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.promo-videos .promo-video .rc-cta-text {
    color: #fff;
}
.promo-videos .promo-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.promo-videos .promo-image img {
    position: static;
    margin-left: 0;
    width: 100%;
    vertical-align: top;
}
.promo-videos .rc-icon-play:before {
    background-image: url(//static.roland.com/products/rd-2000/features/images/icon_play_white.svg);
}
@media screen and (max-width: 767px) {
    .promo-videos .promo-video {
        width: 100%;
        padding-top: 56.38888889%;
    }
    .promo-videos .promo-video .rc-cta {
        width: auto !important;
        border: none;
    }
}
.section-header {
    position: relative;
    padding-top: 69.44444444%;
    background-color: #000;
}
@media screen and (max-width: 1440px) {
    .section-header {
        padding-top: 1000px;
    }
}
@media screen and (max-width: 767px) {
    .section-header {
        padding-top: 104.16666667%;
    }
}
@media screen and (max-width: 767px) {
    .lineup .section-header {
        padding-top: 69.44444444%;
    }
}
.section-header-copy {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 150px;
    margin: auto;
    width: 800px;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    .section-header-copy {
        position: relative;
        bottom: auto !important;
        width: auto;
        padding: 0 30px 80px;
    }
}
.main .section-header-title {
    font-weight: 600;
    font-size: 50px;
    font-size: 2.5rem;
    line-height: 1.3;
    letter-spacing: 0;
    text-transform: none;
    color: #fff;
    margin: 0 0 0.32em;
    -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
    .main .section-header-title {
        font-size: 38px;
        font-size: 1.9rem;
    }
}
.section-header-eyebrow {
    font-weight: 100;
    font-size: 20px;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0;
    margin: 0 0 1.7em;
    display: block;
}
@media screen and (max-width: 767px) {
    .section-header-eyebrow {
        font-size: 15px;
        font-size: 0.75rem;
    }
}
.safari .section-header-eyebrow {
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}
.main .section-header-text {
    font-weight: 100;
    font-size: 18px;
    font-size: 0.9rem;
    line-height: 1.44444444;
    letter-spacing: 0;
    color: #fff;
    margin: -0.38888889em 0 -0.27777778em;
}
@media screen and (max-width: 767px) {
    .main .section-header-text {
        font-size: 17px;
        font-size: 0.85rem;
    }
}
.safari .main .section-header-text {
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}
.section-header-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.section-header-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
@media screen and (max-width: 1440px) {
    .section-header-image img {
        left: 50%;
        margin-left: -720px;
        width: 1440px;
    }
}
@media screen and (max-width: 767px) {
    .section-header-image img {
        left: -10%;
        margin-left: 0;
        width: 120%;
    }
}
.stage .section-header-copy {
    bottom: 145px;
}
.command-control .section-header-copy {
    bottom: 135px;
}
.performer .section-header-copy {
    bottom: 120px;
}
.features-column-hero {
    padding-top: 60.97560976%;
}
@media screen and (max-width: 767px) {
    .features-column-hero {
        padding-top: 100%;
    }
}
.features-column-hero-detail {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
}
.features-column-hero-detail video {
    display: block;
    width: 100%;
    height: 100%;
}
.features-column-hero-detail .rc-icon-replay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    display: none;
}
.features-column-hero-detail .rc-button-close {
    color: #fff;
    position: absolute;
    right: 30px;
    top: 30px;
}
.features-column-hero-detail .rc-button-close:hover {
    color: #919696;
}
.active .features-column-hero-detail {
    left: 0;
}
.ended .features-column-hero-detail .rc-icon-replay {
    display: block;
}
.features-column-lineup {
    line-height: 0;
    text-align: center;
}
.features-column-lineup .features-column-hero {
    margin-left: auto;
    margin-right: auto;
    width: 699px;
    padding-top: 500px;
}
.features-column-lineup .features-column-text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    float: none;
}
.features-column-lineup-indicator {
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
    margin-bottom: 30px;
    display: inline-block;
    border-bottom: 1px solid #ccc;
}
.features-column-lineup-indicator-item {
    font-weight: 600;
    font-size: 18px;
    font-size: 0.9rem;
    line-height: 1;
    color: #999;
    display: inline-block;
    padding: 0 30px;
}
.features-column-lineup-indicator-item:first-child {
    padding-left: 0;
}
.features-column-lineup-indicator-item:last-child {
    padding-right: 0;
}
.features-column-lineup-indicator-item-link {
    margin: -0.16666667em;
    padding-bottom: 0.55555556em;
    display: block;
}
.features-column-lineup-indicator-item-link.active {
    color: #000;
    border-bottom: 1px solid #aeaeae;
    margin-bottom: -1px;
}
.lineup {
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .lineup {
        padding: 0 25px;
    }
}
.lineup-header {
    padding: 100px 5% 80px;
}
.lineup-header:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    /* height: 1px;
    background-color: #999; */
}
.lineup-header.in-view:after {
    width: 100px;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
}
.js .lineup-header[data-show="on-scroll"] {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
}
.lineup-header-copy {
    text-align: center;
    margin: 0 auto;
    max-width: 980px;
}
.lineup-header-copy .card-hero-healine,
.lineup-header-copy .card-hero-healine-eyebrow,
.lineup-header-copy .card-hero-text {
    color: #fff;
}
.lineup-header-copy .card-hero-text {
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}
.lineup-item {
    text-align: center;
    margin: 0 auto;
    max-width: 980px;
    padding: 100px 0 79px;
}
.lineup-item .rc-cta {
    font-weight: 300;
    font-size: 14px;
    font-size: 0.7rem;
    text-align: center;
    line-height: 1;
    color: #333;
    margin-top: 40px;
    min-width: 8.57142857em;
    padding: 0.28571429em 0.21428571em 0.21428571em;
    border: 1px solid #333;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0.14285714em;
    -webkit-border-radius: 0.14285714em;
    -moz-border-radius: 0.14285714em;
}
.lineup-item .rc-cta:hover {
    color: #fff;
    background-color: #333;
}
.lineup-item + .lineup-item {
    border-top: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
    .lineup-item {
        padding: 20px 0 49px;
    }
    .lineup-item .rc-cta {
        max-width: 8.57142857em;
        margin: 50px 0 0 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    .overview .lineup-header {
        padding: 100px 5% 0;
    }
}
.main .lineup-title {
    font-weight: 600;
    font-size: 24px;
    font-size: 1.2rem;
    line-height: 1;
    text-transform: none;
    color: #333;
    margin: -0.16666667em auto 0.83333333em;
    display: block;
    -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
    .main .lineup-title {
        font-size: 25px;
        font-size: 1.25rem;
    }
}
.main .lineup-text {
    font-weight: 300;
    font-size: 16px;
    font-size: 0.8rem;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: none;
    color: #333;
    margin: -0.375em auto -0.4375em;
    max-width: 980px;
    -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
    .main .lineup-text {
        font-size: 15px;
        font-size: 0.75rem;
        padding-left: 15px;
        padding-right: 15px;
    }
}
.lineup-image {
    margin-bottom: 60px;
}
.lineup-image img {
    vertical-align: top;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .lineup-image {
        margin-top: 50px;
        width: 100%;
    }
    .lineup-image img {
        width: 100%;
    }
}
.lineup-item-fp-90 .lineup-image img {
    margin: -7.02439024% -2% -6.82926829%;
}
.lineup-item-fp-60 .lineup-image img {
    margin: -7.76515152% -2% -7.85984848%;
}
.lineup-item-fp-30 .lineup-image img {
    margin: -9.88593156% -2% -9.88593156%;
}
.lineup-new {
    font-weight: 400;
    font-size: 16px;
    font-size: 0.8rem;
    line-height: 1;
    color: red;
    display: inline-block;
    min-width: 6.25em;
    border: 1px solid red;
    margin-bottom: 1.25em;
    padding: 0.375em 0 0.375em;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
#fp-10.accordion-transition,
#fp-30.accordion-transition,
#fp-60.accordion-transition,
#fp-90.accordion-transition {
    position: fixed !important;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
}
@media screen and (max-width: 767px) {
    #fp-10,
    #fp-30,
    #fp-60,
    #fp-90 {
        padding-top: 82px !important;
    }
}
.spec-nav {
    font-size: 0;
    line-height: 0;
    text-align: center;
    position: relative;
    padding: 50px 0 0;
    z-index: 1;
}
@media screen and (max-width: 767px) {
    .spec-nav {
        padding: 10px 15px 0;
    }
}
.spec-nav-cta {
    font-weight: 300;
    font-size: 18px;
    font-size: 0.9rem;
    line-height: 1;
    text-decoration: none;
    color: #666;
    margin: 0 8px 0 7px;
    display: inline-block;
    min-width: 149px;
    padding: 0.83333333em 0 0.83333333em;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-font-smoothing: antialiased;
}
.spec-nav-cta.active,
.spec-nav-cta:hover {
    color: #000;
    border-color: #aeaeae;
}
@media screen and (max-width: 767px) {
    .spec-nav-cta {
        margin: 10px 0 0;
        width: 100%;
    }
}
.spec-hero {
    padding: 100px 0 80px;
}
.spec-hero .spec-hero-eyebrow {
    font-weight: 600;
    font-size: 32px;
    font-size: 1.6rem;
    line-height: 1;
    color: #333;
    margin: -0.15625em 0 -0.1875em;
    -webkit-font-smoothing: antialiased;
}
.spec-hero .spec-hero-headline {
    font-weight: 600;
    font-size: 40px;
    font-size: 2rem;
    line-height: 1.25;
    letter-spacing: 0;
    text-transform: none;
    color: #333;
    margin: 0.45em 0 0.55em;
    -webkit-font-smoothing: antialiased;
}
.spec-hero .rc-more-box {
    font-size: 0;
    line-height: 0;
    text-align: center;
    margin-top: 80px;
}
.spec-hero .rc-cta {
    background-color: transparent;
    border: 1px solid #454545;
}
.spec-hero .rc-cta-text {
    font-weight: 100;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .spec-hero {
        padding: 60px 25px 60px;
    }
    .spec-hero .spec-hero-eyebrow {
        font-weight: 600;
        font-size: 20px;
        font-size: 1rem;
    }
    .spec-hero .spec-hero-headline {
        font-size: 24px;
        font-size: 1.2rem;
        line-height: 1.16666667;
        margin-bottom: 0.625em;
    }
    .spec-hero .spec-hero-title {
        font-size: 30px;
        font-size: 1.5rem;
    }
    .spec-hero .spec-hero-lead-title {
        font-size: 30px;
        font-size: 1.5rem;
    }
    .spec-hero .rc-more-box {
        margin-top: 50px;
    }
    .spec-hero .rc-more-box .rc-cta {
        margin-left: 0;
    }
}
.spec-hero-copy {
    text-align: center;
    position: relative;
    margin: 0 auto;
    max-width: 800px;
    z-index: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
}
@media screen and (max-width: 767px) {
    .spec-hero-copy {
        padding: 0;
    }
}
.spec-hero-text,
.spec-hero-text:last-child {
    font-weight: 300;
    font-size: 18px;
    font-size: 0.9rem;
    line-height: 1.44444444;
    letter-spacing: 0;
    text-align: center;
    color: #333;
    margin: -0.38888889em 0 -0.38888889em;
    -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
    .spec-hero-text,
    .spec-hero-text:last-child {
        font-size: 15px;
        font-size: 0.75rem;
    }
}
.spec-hero-image {
    position: relative;
    margin: 0 auto 100px;
    padding: 287px 0 0;
    height: auto;
}
.spec-hero-image img,
.spec-hero-image video {
    position: absolute;
    left: -100%;
    right: -100%;
    top: -27.17770035%;
    margin: auto;
    width: 1120px;
    height: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
}
@media screen and (max-width: 767px) {
    .spec-hero-image {
        text-align: center;
        margin-bottom: 60px;
        padding-top: 29.16666667%;
    }
    .spec-hero-image img {
        width: 113.82113821%;
    }
}
#fp-60 .spec-hero-image {
    padding: 263px 0 0;
}
#fp-60 .spec-hero-image img,
#fp-60 .spec-hero-image video {
    position: absolute;
    top: -34.22053232%;
}
@media screen and (max-width: 767px) {
    #fp-60 .spec-hero-image {
        padding-top: 26.72764228%;
    }
}
#fp-30 .spec-hero-image {
    padding: 216px 0 0;
}
#fp-30 .spec-hero-image img,
#fp-30 .spec-hero-image video {
    position: absolute;
    top: -52.31481481%;
}
@media screen and (max-width: 767px) {
    #fp-30 .spec-hero-image {
        padding-top: 21.95121951%;
    }
}
#fp-10 .spec-hero-image {
    padding: 216px 0 0;
}
#fp-10 .spec-hero-image img,
#fp-10 .spec-hero-image video {
    position: absolute;
    top: -52.31481481%;
}
@media screen and (max-width: 767px) {
    #fp-10 .spec-hero-image {
        padding-top: 21.95121951%;
    }
}
.spec-hero-cta {
    text-align: center;
    display: inline-block;
    min-width: 160px;
}
.spec-hero-cta .rc-icon,
.spec-hero-cta .spec-hero-cta-text {
    cursor: pointer;
}
.spec-hero-cta .rc-icon-plus-circle {
    font-size: 35px;
    text-align: center;
    display: block;
    width: 41px;
    height: 41px;
}
@media screen and (max-width: 767px) {
    .spec-hero-cta {
        min-width: 130px;
    }
}
.spec-hero-cta-text {
    font-weight: 300;
    font-size: 15px;
    font-size: 0.75rem;
    line-height: 1;
    color: #333;
    margin: 0.86666667em auto -0.2em;
    display: block;
    -webkit-font-smoothing: antialiased;
}
.spec-section {
    border-top: 1px solid #ccc;
}
.spec-section .rc-icon-plus-circle {
    line-height: 0.92307692;
    width: 25px;
    height: 25px;
}
.spec-section .rc-icon-plus-circle:before {
    left: 0;
}
.spec-section .accordion-body {
    position: relative;
    overflow: hidden;
    transition-duration: 1.3s;
    -webkit-transition-duration: 1.3s;
    -moz-transition-duration: 1.3s;
}
.spec-section .accordion-body.open {
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
}
.spec-section .accordion-body .rc-icon-plus-circle {
    margin: 0 auto;
    display: block;
}
@media screen and (max-width: 767px) {
    .spec-section .accordion-body {
        padding: 0;
    }
}
.spec-section .accordion-active .rc-icon-plus-circle,
.spec-section .rc-icon-plus-circle.accordion-active {
    color: #333;
    background-color: #ccc;
    border-color: #ccc;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.spec-section .accordion-active .rc-icon-plus-circle:hover,
.spec-section .rc-icon-plus-circle.accordion-active:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.spec-section-header {
    position: relative;
    margin-bottom: -1px;
    padding: 49px 0;
    border-bottom: 1px solid #ccc;
}
.spec-section-header .rc-icon-plus-circle {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -12.5px;
}
.spec-section-header .rc-icon-plus-circle {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -12.5px;
}
.spec-section-header.accordion-disabled .rc-icon-plus-circle {
    pointer-events: none;
    opacity: 0.2;
}
@media screen and (max-width: 767px) {
    .spec-section-header {
        padding: 29px 15px;
    }
}
.spec-section-downloads .spec-section-header {
    border-bottom-width: 0;
}
.spec-section-support .spec-section-header {
    border-bottom-width: 0;
}
.spec-section-movie .accordion-body {
    position: relative;
    margin-top: -1px;
    z-index: 1;
}
.spec-feature-row {
    padding: 48px 0 49px;
    border-bottom: 1px solid #ccc;
}
.spec-feature-row .col {
    text-align: left;
    width: 250px;
    padding-right: 100px;
    float: left;
}
.spec-feature-row .col + .col {
    width: 634px;
    padding-right: 0;
}
.spec-feature-row.spec-feature-row-lastchild {
    padding-bottom: 0;
    border-bottom-width: 0;
}
@media screen and (max-width: 767px) {
    .spec-feature-row {
        padding-left: 15px;
        padding-right: 15px;
    }
    .spec-feature-row .col {
        width: auto;
        float: none;
        padding: 0 15px;
    }
    .spec-feature-row .col + .col {
        margin-top: 20px;
        width: auto;
        padding: 0;
    }
}
.main .spec-section-header-title {
    font-weight: 600;
    font-size: 32px;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
    color: #333;
    margin: -0.125em auto -0.15625em;
    -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
    .main .spec-section-header-title {
        font-size: 1.1rem;
    }
}
.main .spec-feature-headline {
    font-weight: 600;
    font-size: 22px;
    font-size: 1.1rem;
    line-height: 1.27272727;
    text-align: left;
    text-transform: none;
    color: #333;
    margin: -0.18181818em 0;
    -webkit-font-smoothing: antialiased;
}
.main .spec-feature-text {
    font-weight: 300;
    font-size: 16px;
    font-size: 0.8rem;
    line-height: 1.5;
    color: #333;
    margin-top: -0.1875em;
    margin-bottom: -0.4375em;
    -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
    .main .spec-feature-text {
        font-size: 15px;
        font-size: 0.75rem;
        padding: 0 15px;
    }
}
.spec-feature-image {
    position: relative;
    padding-top: 63.09148265%;
}
.spec-feature-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.spec-feature-image .rc-icon-play-circle {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
.spec-section-movie .spec-feature-image {
    padding-top: 56.30914826%;
}
.spec-feature-text + .spec-feature-image {
    margin-top: 35px;
}
.spec-dummy-image img {
    width: 100%;
    vertical-align: top;
}
.spec-section-movie .spec-section-header {
    border-bottom-width: 0;
}
.spec-section-movie .spec-feature-row {
    position: relative;
    background-color: #f2f2f2;
}
.spec-section-movie .spec-feature-row {
    padding: 0;
    border-bottom-width: 0;
}
.spec-section-movie .spec-feature-row + .spec-feature-row {
    margin-top: 30px;
}
.spec-section-movie .col:first-child {
    padding: 50px;
}
.spec-section-movie .spec-feature-headline {
    font-size: 20px;
    font-size: 1rem;
    line-height: 1.3;
    color: #666;
    margin: -0.3em 0 -0.35em;
}
.spec-section-movie .rc-icon-play-circle {
    width: 41px;
    height: 41px;
    margin-top: 25px;
}
@media screen and (max-width: 767px) {
    .spec-section-movie .spec-feature-row {
        margin-left: 15px;
        margin-right: 15px;
        padding-top: 51.73333333%;
    }
    .spec-section-movie .spec-feature-headline {
        font-size: 16px;
        font-size: 0.8rem;
    }
    .spec-section-movie .col + .col {
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 0;
        width: 100%;
    }
    .spec-section-movie .col:first-child {
        padding: 25px;
    }
}
.spec-container {
    display: none;
    opacity: 0;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
}
.spec-container.hidden,
.spec-container.show {
    display: block;
}
.spec-container.show {
    opacity: 1;
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-duration: 1.5s;
    -webkit-transition-duration: 1.5s;
    -moz-transition-duration: 1.5s;
}
.spec-container.hidden {
    opacity: 0;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
}
.accordion-trigger {
    padding: 100px 0 50px;
    opacity: 0;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
    .accordion-trigger {
        padding: 60px 0 30px;
    }
}
.open .accordion-trigger {
    opacity: 1;
}
.main .next-router {
    position: relative;
    margin-top: 140px;
    padding-top: 0;
    padding-bottom: 0;
    border-top-width: 0;
}
@media screen and (max-width: 767px) {
    .main .next-router {
        margin-top: 80px;
    }
}
.main .next-router-image {
    position: relative;
    padding-top: 27.77777778%;
    background-color: #000;
}
.main .next-router-image img {
    position: absolute;
    left: -100%;
    right: -100%;
    top: 0;
    margin: auto;
    width: 100%;
    min-width: 1440px;
    vertical-align: top;
}
@media screen and (max-width: 1440px) {
    .main .next-router-image {
        padding-top: 400px;
    }
}
@media screen and (max-width: 767px) {
    .main .next-router-image {
        padding-top: 60%;
        background-color: #000;
    }
    .main .next-router-image img {
        bottom: 0;
        left: auto;
        right: 0;
        min-width: 0;
        width: auto;
        height: 70%;
    }
}
.main .next-router-copy {
    line-height: 0;
    text-align: left;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: auto;
    width: 984px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
    .main .next-router-copy {
        left: 0;
        right: auto;
        width: 250px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .main .next-router-copy .rc-cta {
        width: auto;
    }
}
.main .next-router-headline {
    font-weight: 600;
    font-size: 32px;
    font-size: 1.6rem;
    line-height: 1.3125;
    text-transform: none;
    text-align: left;
    color: #fff;
    margin: -0.25em auto 0.6875em;
    -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
    .main .next-router-headline {
        font-size: 25px;
        font-size: 1.25rem;
    }
}
.main .next-router-cta {
    font-weight: 400;
    font-size: 14px;
    font-size: 0.7rem;
    line-height: 1;
    color: #fff;
    padding: 0.28571429em 1em;
    border: 1px solid #fff;
    border-color: rgba(255, 255, 255, 0.5);
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.main .next-router-cta:hover {
    color: #000;
    border-color: #fff;
    background-color: #fff;
}
.carousel-current .dotnav-dot {
    width: 7px;
    height: 7px;
    border: 1px solid #000;
}
.product-gallery {
    padding-top: 150px;
    padding-bottom: 100px;
    background-color: #000;
    border-top: none;
}
.product-gallery .rc-cta {
    color: #fff;
}
.product-gallery .rc-button-close {
    color: #fff;
}
.product-gallery .rc-button-close:hover {
    color: #919696;
}
@media screen and (max-width: 767px) {
    .product-gallery {
        padding: 80px 0 0;
    }
    .product-gallery img {
        width: 110%;
    }
    .product-gallery .rc-more-box {
        background-color: #fff;
    }
    .product-gallery .rc-more-box .rc-cta {
        color: #000;
    }
}
.product-gallery-control {
    margin-top: 150px;
}
@media screen and (max-width: 767px) {
    .product-gallery-control {
        margin-top: 80px;
    }
}
.modal-gallery-360 .modal-content {
    background-color: #000;
}
.modal-gallery-360 .rc-button-close {
    color: #fff;
}
.modal-gallery-360 .rc-button-close:hover {
    color: #919696;
}
.social-web {
    border-top: none;
}
.social-web-background {
    background-image: url(//static.roland.com/products/fp-90/features/images/social_web_background.jpg);
}
.modal-timeline .rc-button-close {
    top: 25px;
    right: 25px;
}
@media screen and (max-width: 767px) {
    .modal-gallery .modal-content {
        min-height: 0;
    }
}
@media screen and (max-width: 767px) {
    .modal-gallery .dotnav {
        bottom: 30px;
    }
}
#guide {
    top: 0;
}
.divTable {
    display: table;
    width: 100%;
    margin: 40px auto;
    margin-top: 40px;
    font-weight: 300;
    max-width: 680px;
    font-size: 0.8rem;
    text-align: left;
    line-height: 1.5;
}
.divTableRow {
    display: table-row;
}
.divTableHeading {
    background-color: #eee;
    display: table-header-group;
}
.divTableCell,
.divTableHead {
    border-top: 1px solid #ccc;
    display: table-cell;
    padding: 4px 10px;
    padding-left: 20px;
}
.divTableHeading {
    background-color: #eee;
    display: table-header-group;
    font-weight: 700;
}
.divTableFoot {
    background-color: #eee;
    display: table-footer-group;
    font-weight: 700;
}
.divTableBody {
    display: table-row-group;
}
.section-1-text,
.section-2-text,
.section-3-text,
.section-4-text,
.section-5-text {
    background-color: rgba(0, 0, 0, 0.65);
    padding: 40px;
    max-width: 380px;
}
@media screen and (max-width: 767px) {
    .section-1-text,
    .section-2-text,
    .section-3-text,
    .section-4-text,
    .section-5-text {
        background-color: rgba(0, 0, 0, 0);
        margin: 0 auto;
        padding: 0 10%;
        max-width: 100%;
    }
    .img-section-3 img {
        width: 767px !important;
    }
}
section.card {
    /* margin-bottom: 120px; */
}
.masthead {
    height: 0;
    padding-top: 62.5%;
}
.masthead .rc-icon-chevron-down-circle {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    z-index: 1;
    border-color: #fff;
}
.masthead .rc-icon-chevron-down-circle:hover {
    background-color: transparent;
}
.masthead-copy {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    max-width: 700px;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
    .masthead-copy {
        margin-top: -20px;
    }
}
.main .masthead-title {
    font-weight: 600;
    font-size: 60px;
    font-size: 3rem;
    line-height: 1;
    color: #fff;
    margin: -0.15em auto -0.16666667em;
    -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
    .main .masthead-title {
        font-size: 1.5rem;
    }
}
.main .masthead-tagline {
    font-weight: 400;
    font-size: 24px;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
    color: #fff;
    margin: -0.125em auto -0.20833333em;
    -webkit-font-smoothing: antialiased;
}
.masthead-image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-color: #000;
}
.masthead-image img,
.masthead-image video {
    position: absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
    width: 100%;
    vertical-align: top;
}
.masthead-image video {
    display: none;
}
.video .masthead-image video {
    display: block;
}
.video .masthead-image img {
    display: none;
}
.features-box {
    position: absolute;
    top: 40%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
@media only screen and (max-width: 480px) {
    .features-box {
        bottom: 35px;
    }
    .heading-primary-sub {
        font-size: 16px;
        letter-spacing: 2px;
        padding: 7px;
    }
    .features-box .btn:link,
    .features-box .btn:visited {
        padding: 5px 12px;
    }
    .features-box .btn.btn-white {
        min-width: 160px;
    }
}
.features-box .btn.btn-white {
    margin-top: 30px;
    min-width: 190px;
    margin: 10px 10px;
}
.btn,
.btn:link,
.btn:visited {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    padding: 8px 25px;
    display: inline-block;
    border-radius: 100px;
    transition: all 0.2s;
}
.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.btn:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.btn-white {
    background-color: transparent;
    border: solid 2px #fff;
    color: #fff;
}
.btn-white:hover {
    background-color: #fff;
    color: #777;
}
.btn-black {
    background-color: transparent;
    border: solid 2px #232323;
    color: #232323;
}
.btn-black:hover {
    background-color: #000;
    color: #fff;
    cursor: pointer;
}
.btn .play-icon {
    margin-right: 10px;
    display: inline-block;
}
@media only screen and (max-device-width: 1366px) {
    .btn .play-icon {
        display: none;
    }
}
span.btn.btn-black {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    padding: 8px 25px;
    display: inline-block;
    border-radius: 100px;
}
span.btn.btn-black:hover {
    background-color: transparent;
    color: #000;
    cursor: default;
    transform: translateY(0);
    box-shadow: none;
}
.section-lineup .section-content {
    width: auto;
    max-width: 1080px;
    padding: 0 50px 125px;
}
.section-lineup .row {
    width: auto;
    margin: -34px -20px 0;
}
.section-lineup .col {
    position: relative;
    display: block;
    float: left;
}
.section-lineup .col-6 {
    margin-top: 40px;
    margin-bottom: -3px;
    width: 50%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (min-width: 768px) {
    #td-07kx {
        clear: left;
    }
}
@media screen and (max-width: 767px) {
    .section-lineup .section-content {
        padding: 0 20px 60px;
    }
    .section-lineup .row {
        width: auto;
        margin: 0 -20px 0;
    }
    .section-lineup .col {
        float: none;
    }
    .section-lineup .col-6 {
        margin-top: 40px;
        width: auto;
    }
}
.lineup-hero {
    position: relative;
    margin: 0 auto;
    padding-top: 62.5%;
    overflow: hidden;
}
.lineup-hero canvas,
.lineup-hero img {
    position: absolute;
    left: -100%;
    top: -100%;
    right: -100%;
    bottom: -100%;
    margin: auto;
    width: 100%;
}
.lineup-hero canvas {
    width: 100%;
    height: 100%;
}

.lineup-copy {
    font-size: 0;
    line-height: 0;
    text-align: center;
    padding: 5px 40px 0;
    -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
    .lineup-copy {
        padding: 30px 20px 0;
    }
}
.main .lineup-title {
    font-weight: 600;
    font-size: 36px;
    font-size: 1.8rem;
    line-height: 1;
    text-align: center;
    color: #000;
    margin: -0.13888889em auto 0.5em;
}
@media screen and (max-width: 767px) {
    .main .lineup-title {
        font-size: 1.2rem;
    }
}
.main .lineup-text {
    font-weight: 400;
    font-size: 18px;
    font-size: 0.9rem;
    line-height: 1.38888889;
    text-align: center;
    color: #000;
    margin: -0.33333333em auto -0.38888889em;
    padding-bottom: 20px;
}
.main .lineup-text-tagline {
    font-weight: 300;
    font-size: 18px;
    font-size: 0.9rem;
    line-height: 1.38888889;
    text-align: center;
    color: #000;
    margin: -0.33333333em auto -0.38888889em;
    padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .main .lineup-text {
        font-size: 0.8rem;
    }
    .main .lineup-text-tagline {
        font-size: 0.8rem;
    }
}
.main .lineup-cta {
    font-weight: 400;
    font-size: 18px;
    font-size: 0.9rem;
    line-height: 1;
    text-align: left;
    text-decoration: none;
    color: #333;
    margin: 1.22222222em auto -0.16666667em;
    display: inline-block;
}
.main .lineup-cta:hover {
    color: #000;
}
.main .lineup-cta .glyphicon-chevron-right {
    font-size: 21px;
    margin-left: -4px;
    vertical-align: text-bottom;
}
@media screen and (max-width: 767px) {
    .main .lineup-cta {
        font-size: 0.8rem;
    }
}
.rc-cta.card-btn {
  color: #fff;
  background-color: #ff5a00;
  padding: 0.6em 1.1em 0.5em;
  border: none;
  margin-top: 20px;
  text-align: center;
  font-size: .85rem;
  border-radius: 4px;
}
.rc-cta.card-btn:after {
  content: "\e603";
  font-family: 'glyphicon';
  font-size: 21px;
  font-size: 1.05rem;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  display: inline-block;
  margin-left: 0.1em;
  margin-right: -0.1em;
  margin-top: -0.07em;
  vertical-align: middle;
}
.card-hero .rc-cta.card-btn:hover,
.kit-specs-container .rc-cta.card-btn:hover {
    box-shadow: 0 0 0 0 #000;
    transform: scale(1);
    animation: btnPulse 1s;
    background-color: #fff;
    color: #ff5a00;
    font-weight: 500;
}
.rc-cta.card-btn:hover {
    box-shadow: 0 0 0 0 #000;
    transform: scale(1);
    animation: btnPulse 1s;
    background-color: #000;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .kit-spec-right-col .rc-cta.card-btn {
        margin-bottom: 20px;
    }
}
.section-content.section-1-card {
    left: 58%;
    top: 50%;
}
.section-content.section-2-card {
    left: 6%;
    top: 50%;
}
.section-content.section-3-card {
  left: 6%;
  top: 50%;
}
.section-content.section-4-card {
  left: 58%;
  top: 50%;
}
.section-content.section-5-card {
  left: 6%;
  top: 50%;
}
.card-hero-copy.card-white {
    background-color: rgba(255, 255, 255, 0.75);
}
.card-hero-healine-eyebrow.card-white-text,
.card-hero-healine.card-white-text,
.card-hero-text.card-white-text {
    color: #333;
}
.card-module-intro-container {
    width: 100%;
    margin: 0 auto;
    background-color: #000;
}
.card-module-intro-wrapper {
    padding: 5%;
    text-align: center;
    max-width: 980px;
    margin: 0 auto;
}
.section-content-white {
    background-color: #fff;
    display: block;
    margin: 0 auto;
    max-width: 984px;
    text-align: center;
    padding: 10% 5% 5%;
}
#card-4-image img,
#hero img {
    opacity: 0.85;
}
#realistic-feel-card {
    margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
    .section-content.section-1-card,
    .section-content.section-4-card,
    .section-content.section-5-card {
        left: 50%;
    }
    .section-content.section-2-card,
    .section-content.section-3-card {
      left: 6%;
    }
}
@media screen and (max-width: 767px) {
    .section-content.section-1-card,
    .section-content.section-2-card,
    .section-content.section-3-card,
    .section-content.section-4-card,
    .section-content.section-5-card {
        top: 0;
        left: 0;
        padding-bottom: 70px;
    }
    .card-hero-copy.card-white {
        background-color: rgba(0, 0, 0, 0);
    }
    .card-hero-healine-eyebrow.card-white-text,
    .card-hero-healine.card-white-text,
    .card-hero-text.card-white-text {
        color: #fff;
    }
    .section-content.section-content-left.section-5-card {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #card-4-image img {
        opacity: 1;
    }
}
@media screen and (max-width: 767px) {
    .section-content {
        width: auto;
        padding: 0 15px;
    }
    .section-content-white {
        padding: 15% 5% 5%;
    }
}
.card-module-intro-container {
    width: 100%;
    margin: 0 auto;
    background-color: #000;
}
.card-module-intro-wrapper {
    padding: 5%;
    text-align: center;
    max-width: 980px;
    margin: 0 auto;
}
.main .section-hero-healine {
    font-weight: 600;
    font-size: 50px;
    font-size: 2.5rem;
    line-height: 1.1;
    letter-spacing: 0;
    text-transform: none;
    color: #000;
    margin: -0.18em auto 0.5em;
    -webkit-font-smoothing: antialiased;
}
.main .section-hero-healine.in-view {
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
}
@media screen and (max-width: 767px) {
    .main .section-hero-healine {
        font-size: 1.8rem;
        color: #000;
    }
}
.main .section-hero-text {
    font-weight: 400;
    font-size: 19px;
    font-size: 0.95rem;
    line-height: 1.47368421;
    letter-spacing: 0;
    text-transform: none;
    color: #000;
    margin: -0.36842105em auto -0.42105263em;
    max-width: 700px;
    -webkit-font-smoothing: antialiased;
}
.main .section-hero-text.in-view {
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
}
.main .section-hero-text small {
    font-weight: inherit;
    font-size: 14px;
    font-size: 0.7rem;
    line-height: 1.71428571;
    color: inherit;
    display: block;
    margin: 1.57142857em auto -0.35714286em;
}
@media screen and (max-width: 767px) {
    .main .section-hero-text {
        font-size: 0.9rem;
        color: #000;
    }
}
.kit-specs-container {
    margin: 0 auto;
    width: 100%;
    background-color: #424348;
    box-sizing: border-box;
    margin-top: 20px;
}
.kit-specs-hero {
    width: 100%;
    margin: 0;
}
.kit-specs-wrapper {
    width: 100%;
    max-width: 1280px;
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 7% 3%;
    box-sizing: border-box;
    margin: 0 auto;
}
.kit-spec-left-col {
    border-right: 1px solid #b3b8b3;
    width: 50%;
    padding: 0 5%;
    box-sizing: border-box;
}
.kit-spec-right-col {
    width: 50%;
    padding: 0 5%;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    .kit-specs-wrapper {
        flex-direction: column;
    }
    .kit-spec-left-col {
        border-right: none;
        width: 100%;
        margin-bottom: 40px;
    }
    .kit-spec-right-col {
        width: 100%;
    }
    .kit-spec-right-col:before {
        content: "";
        display: block;
        padding: 20px 0 20px;
        line-height: 1px;
        border-top: 2px solid #b3b8b3;
    }
}
h3.kit-specs-heading {
    color: #fff;
    font-weight: 700;
}
p.kit-spec-overview-text {
    color: #fff;
    font-weight: 600;
}
.kit-specs-container li,
.kit-specs-container p {
    color: #b3b8b3;
    font-size: 18px;
    font-size: 0.9rem;
}
p.kit-specs-upgraded-text {
    margin-top: 20px;
}
li.kit-specs-upgraded-text,
p.kit-specs-upgraded-text {
    color: #ff6f37;
}
p.kit-spec-overview-text {
    font-weight: 500;
    color: #fff;
}
p.kit-spec-hardware-headline {
    color: #fff;
    font-weight: 700;
}
ul.kit-spec-hardware-list {
    margin-top: 20px;
}
.kit-specs-container span {
    width: 120px;
    display: inline-block;
    margin-right: 20px;
}
@media screen and (max-width: 767px) {
    .kit-specs-container span {
        width: 80px;
    }
}
.section-overview-video-container {
    box-sizing: border-box;
    padding: 4% 0;
}
.section-overview-video-container .section-content {
    padding: 0 7%;
}
@media screen and (max-width: 767px) {
    .section-overview-video-container .section-content {
        margin-bottom: 40px;
    }
    .section-overview-video-container {
        box-sizing: border-box;
        padding: 8% 0;
    }
}
.grid {
    margin-left: auto;
    margin-right: auto;
}
.grid .row {
    width: auto;
    margin-left: -10px;
    margin-top: -10px;
}
.cf:after,
.cf:before {
    content: " ";
    display: table;
}
.grid .col {
    width: 50%;
    padding-left: 0;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.grid .col-inner {
    position: relative;
    padding-top: 100%;
    background-color: #fff;
    overflow: hidden;
}
.grid .col-copy {
    text-align: left;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.grid .col-copy h4 {
    color: #c5c5c5;
    text-align: left;
    font-weight: 600;
    font-size: 24px;
    font-size: 1.2rem;
    line-height: 1;
    margin: -0.125em auto 1em;
    display: block;
    -webkit-font-smoothing: antialiased;
}
.grid .col-copy .column-headline {
    color: #333;
    text-align: left;
    font-weight: 600;
    font-size: 45px;
    font-size: 2.25rem;
    line-height: 1.11111111;
    letter-spacing: 0;
    text-transform: none;
    margin: -0.17777778em auto 0.4em;
    -webkit-font-smoothing: antialiased;
}
.grid .card-hero-healine-eyebrow {
    color: #9c9c9c;
}
.grid .card-hero-healine,
.grid .card-hero-text {
    color: #333;
}
.grid .col-copy p {
    color: #333;
    font-size: 1rem;
    text-align: left;
    font-weight: 400;
    font-size: 18px;
    font-size: 0.9rem;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: none;
    margin: -0.375em auto -0.375em;
    -webkit-font-smoothing: antialiased;
}
.col-copy a {
    text-decoration: none;
}
.grid figure.col-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}
.grid figure.col-image img {
    width: 100%;
    vertical-align: top;
}
.grid-footer {
    padding: 20px 40px 0 40px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.grid-footer .row {
    width: auto;
    margin-left: -10px;
    margin-top: -10px;
}
.cf:after,
.cf:before {
    content: " ";
    display: table;
}
.grid-footer .col {
    width: 50%;
    padding-left: 0;
    padding-top: 40px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.grid-footer .col-inner {
    position: relative;
    padding-top: 70%;
    overflow: hidden;
}
.grid-footer .col-copy {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 92%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.grid-footer .col-copy a {
    text-decoration: none;
}
.grid-footer figure.col-image {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
}
.grid-footer figure.col-image img {
    width: 100%;
    vertical-align: bottom;
}
.main .column-headline {
    font-size: 25px;
    font-size: 3rem;
    font-weight: 100;
    line-height: 1.28571429;
    letter-spacing: 0;
    text-align: left;
    text-transform: none;
    color: #3c3c3c;
    margin: -0.28571429em 0 0.8em;
}
@media screen and (max-width: 767px) {
    .grid-footer {
        padding: 0 20px;
    }
    .grid-footer .row {
        margin: 18px auto 0;
        position: relative;
        padding-top: 5%;
    }
    .grid-footer .col-text .col-inner {
        padding-top: 0;
        padding-top: 50%;
        background-color: #fff;
    }
    .grid-footer .col-copy {
        position: static;
        width: auto;
        padding: 40px 30px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .grid-footer .col-image {
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 0;
    }
    .grid-footer .col {
        width: 100%;
        padding: 0;
        float: none;
    }
    .col-image .btn-right {
        left: 0;
        right: auto;
    }
    .col-image .btn-left,
    .col-image .btn-right {
        display: none;
        visibility: hidden;
    }
}
@media screen and (max-width: 767px) {
    .grid {
        padding: 0;
    }
    .grid .row {
        margin: 0 auto 0;
        position: relative;
        padding-top: 5%;
    }
    .grid .col-text .col-inner {
        padding-top: 0;
        padding-top: 100%;
        background-color: #fff;
    }
    .grid .col-copy {
        position: static;
        width: auto;
        padding: 40px 30px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
        margin-bottom: 30px;
    }
    .main .column-headline {
        font-size: 2rem;
    }
    .main .column-text {
        font-size: 0.7rem;
    }
    .grid .col-image {
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 0;
    }
    .grid .col {
        width: 100%;
        padding: 0;
        float: none;
    }
}
.concept-icon-box {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
.concept-icon-module {
    padding: 0 2%;
    box-sizing: border-box;
    margin-bottom: 30px;
    flex: 1;
}
.concept-icon-module img {
    margin: 30px auto;
    width: 100%;
    max-width: 260px;
}
.concept-icon-plus-symbol {
    font-size: 3rem;
    color: #9c9c9c;
    padding: 2%;
    font-weight: 900;
    transform: translateY(-50%);
    margin-top: 0;
}
@media screen and (max-width: 767px) {
    .concept-icon-box {
        flex-direction: column;
        align-items: center;
    }
    .concept-icon-plus-symbol {
        margin: 30px auto;
    }
}
.kit-specs-container figure {
    position: relative;
}
.kit-highlight-point {
    position: absolute;
    left: 0;
    top: 0;
    width: 265px;
    height: 265px;
    border: 4px solid #ff5a00;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 1;
    transform: translateX(-50%);
    box-shadow: 0 0 0 0 #000;
    transform: scale(1);
    animation: kitPulse 2s infinite;
}
@media screen and (max-width: 767px) {
    .kit-highlight-point {
        border: 3px solid #ff5a00;
    }
}
#td-07kv-hero .kit-highlight-point:nth-child(1) {
    left: 25%;
    top: 15.7%;
    width: 16.5%;
    height: 23.2%;
}
#td-07kv-hero .kit-highlight-point:nth-child(2) {
    left: 63.3%;
    top: 17.7%;
    width: 16.5%;
    height: 23.2%;
}
#td-07kv-hero .kit-highlight-point:nth-child(3) {
    left: 49.7%;
    top: 41.7%;
    width: 4.5%;
    height: 8.2%;
}
#td-07kx-hero .kit-highlight-point:nth-child(1) {
    left: 31.3%;
    top: 50.3%;
    width: 18.6%;
    height: 25.8%;
}
#td-07kx-hero .kit-highlight-point:nth-child(2) {
    left: 35.9%;
    top: 30%;
    width: 14.6%;
    height: 20.8%;
}
#td-07kx-hero .kit-highlight-point:nth-child(3) {
    left: 50.4%;
    top: 30%;
    width: 14.6%;
    height: 20.8%;
}
#td-07kx-hero .kit-highlight-point:nth-child(4) {
    left: 62.7%;
    top: 41.2%;
    width: 13.8%;
    height: 19.7%;
}
#td-07kx-hero .kit-highlight-point:nth-child(5) {
    left: 74.8%;
    top: 29%;
    width: 17.8%;
    height: 24.7%;
}
#td-07kvx-hero .kit-highlight-point:nth-child(1) {
    left: 19.3%;
    top: 32.8%;
    width: 17.6%;
    height: 24.5%;
}
#td-07kvx-hero .kit-highlight-point:nth-child(2) {
    left: 26.2%;
    top: 11.7%;
    width: 17.6%;
    height: 24%;
}
#td-07kvx-hero .kit-highlight-point:nth-child(3) {
    left: 64.3%;
    top: 13%;
    width: 18.9%;
    height: 26.1%;
}
@keyframes chevronBounce {
    0% {
        transform: translateY(5px);
    }
    20% {
        transform: translateY(-5px);
    }
    30% {
        transform: translateY(3px);
    }
    40% {
        transform: translateY(-3px);
    }
    45% {
        transform: translateY(0);
    }
}
@keyframes kitPulse {
    0% {
        opacity: 0;
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 90, 0, 0.5);
    }
    70% {
        opacity: 1;
        transform: scale(0.98);
        box-shadow: 0 0 0 30px rgba(255, 90, 0, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 90, 0, 0);
        opacity: 0;
    }
}
@keyframes btnPulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 90, 0, 0.5);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px rgba(255, 90, 0, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 90, 0, 0);
    }
}
@keyframes neonPulse {
    0% {
        opacity: .88;
        box-shadow: 0 0 30px #fff, -10px 0 30px #ff17ff, 10px 0 30px #12ffff;
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 70px #fff, -10px 0 70px #ff17ff, 10px 0 70px #12ffff;
    }
    100% {
        opacity: .88;
        box-shadow: 0 0 30px #fff, -10px 0 30px #ff17ff, 10px 0 30px #12ffff;
    }
}
.hero-p-overlay {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  padding: 40px;
  font-weight: 600;
}
.about-list img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
.about {
  background: #fff;
  color: #1c1c1c;
  padding-bottom: 120px;
  padding-top: 120px;
}
.about .c-headline02 {
  margin-top: -44px
}
@media only screen and (max-width:767px) {
  .about {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .about .c-headline02 {
    margin-top: -22px
  }
}
.about .c-text + .c-text {
  margin-top: 30px
}
.about .about-head {
  margin-bottom: 128px
}
@media only screen and (max-width:767px) {
  .about .about-head {
    margin-bottom: 50px
  }
}
.about .about-lead {
  background: #000;
  box-sizing: border-box;
  margin: -120px auto 0;
  padding: 60px;
  width: 84.375%;
  position: relative
}
@media only screen and (max-width:767px) {
  .about .about-lead {
    margin: 0;
    width: 100%;
    padding: 20px
  }
}
.about .about-item {
  margin-bottom: 60px;
  padding-bottom: 60px;
  padding-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .about .about-item:nth-child(odd) {
    flex-direction: row-reverse;
} */
@media only screen and (max-width:767px) {
  .about .about-item {
    margin-bottom: 30px;
    padding-bottom: 30px;

  }
}
.about .about-item:last-child {
  margin-bottom: 0
}

#hero h1.hero-title-main {
  display: inline-block;
  width: 100%;
  max-width: 800px;
  height: auto;
  color: #fff;
  margin-bottom: 0px;
  font-size: 5rem;
  background-image: url(https://static.roland.com/products/bridge_cast_x/images/bridge_cast_x_logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  min-height: 170px;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  #hero h1.hero-title-main {
    font-size:2.4rem;
    margin-bottom: 0px;
    max-height: 200px;
    min-height: 140px;
  }
}

.color-headline-juno-x {
  border-top: solid 35px #e84659;padding-top: 30px;
}
.color-headline-juno-60 {
  border-top: solid 35px #3d83c4;padding-top: 30px;
}
.color-headline-juno-106  {
  border-top: solid 35px #ecc744;padding-top: 30px;
}

@media only screen and (max-width:767px) {
  .color-headline-juno-x {
    margin-top: -20px;
  }
  .color-headline-juno-60 {
    margin-top: -20px;
  }
  .color-headline-juno-106  {
    margin-top: -20px;
  }
}

#next-chapter {
  background: #1a1a1a;
  padding: 120px 0 120px;
  margin-bottom: 0px;
}
.about .circular-image {
  border-radius: 50%;
}
#pro-sound {
  background-color: #192849;
  padding: 180px 0 180px;
}
#pro-sound .c-headline02,
#pro-sound .c-text,
#pro-sound .card-hero-healine-eyebrow {
  color: #fff;
}
#pro-sound .card-hero-healine-eyebrow {
  font-weight: 400;
}
#pro-sound .cmn-inner {
  max-width: 870px;
}
@media screen and (max-width: 767px) {
  #pro-sound {
    padding: 60px 0 60px;
  }
}


.growing-family-hero {
  padding: 10% 10% 0;
  box-sizing: border-box;
  background-color: #192849;
}
#growing-family {
  background-color: #192849;
  padding: 120px 0 120px;
}
#growing-family .c-headline02,
#growing-family .c-text,
#growing-family .card-hero-healine-eyebrow {
  color: #fff;
}
#growing-family .card-hero-healine-eyebrow {
  font-weight: 400;
}
#growing-family .cmn-inner {
  max-width: 870px;
}
#growing-family a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  #growing-family {
    padding: 60px 0 60px;
  }
}


#effortless-workflows {
  background: #fff;
  padding: 120px 0 120px;
}
#effortless-workflows .c-headline02,
#effortless-workflows .c-text,
#effortless-workflows .card-hero-healine-eyebrow {
  color: #1a1a1a;
}
#effortless-workflows .card-hero-healine-eyebrow {
  font-weight: 400;
}
#effortless-workflows .cmn-inner {
  max-width: 870px;
}
@media screen and (max-width: 767px) {
  #effortless-workflows {
    padding: 60px 0 60px;
  }
}

.about.dual-pc {
  padding-top: 0px;
}
.about.bridge-cast-main-features {
  background: #dddfe4;
}

.hdmi-msg {
  color: #999;
  font-weight: 400;
  font-size: 0.9rem;
}






#personal-mix {
  /* background: rgb(135,79,251);
  background: linear-gradient(180deg, rgba(135,79,251,1) 0%, rgba(184,134,254,1) 50%); */
  background-color:#7e929b;
  padding: 0 0 120px;
}
#personal-mix .c-headline02,
#personal-mix .c-text,
#personal-mix .card-hero-healine-eyebrow {
  color: #fff;
}
#personal-mix .card-hero-healine-eyebrow {
  font-weight: 400;
}
#personal-mix .cmn-inner {
  max-width: 870px;
}
#personal-mix .personal-mix-hero {
    padding: 0 0 7%;
    box-sizing: border-box;
}

#stream-steps {
  background-color: #192849;
  padding: 120px 0 60px;
}
#stream-steps .c-headline02,
#stream-steps .c-text {
  color:#fff;
}
.steps-container {
  width: 100%;
  padding:0 7% 7%;
  background-color: #192849;
  box-sizing: border-box;
}
.steps-container ul {
  display: flex;
  flex-direction: row;
  align-items: start;
  gap: 80px;
}
.steps-item {
  text-align: center;
  max-width: 200px;
  margin: 0 auto;
}
.steps-item h3 {
  color: #fff;
  font-weight: 700;
  font-size: 1.75em;
  margin-top: 1rem;
  margin-bottom: 0.75rem;
}
.steps-item .steps-item-desc {
  color: #fff;
  font-weight: 400;
  font-size: .9em;
}
.steps-item p {
  color: #fff;
}
.steps-item-img {
  border-radius: 50%;
  width: 100%;
  box-sizing: border-box;
}
.steps-item-img.orange {
  border: solid 8px #f58631;
}
.steps-item-img.red {
  border: solid 8px #ed1c24;
}
.steps-item-img.green {
  border: solid 8px #00a651;
}
.steps-item-img.blue {
  border: solid 8px #00aeef;
}
.steps-item-img.white {
  border: solid 8px #fff;
}
@media only screen and (max-width:1199px) {
  .steps-container ul {
    gap: 40px;
  }
}
@media only screen and (max-width:767px) {
  #stream-steps {
    padding: 60px 0 60px;
  }
  .steps-container ul {
    flex-direction: column;
    gap: 20px;
  }
  .steps-item {
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .steps-container {
    padding: 0 7% 80px;
  }
}


#direct-sound-control {
  padding-bottom: 0;
}
#direct-sound-control .c-container {
  max-width: 1600px;
  padding: 0;
}
#direct-sound-control .about-item.c-grid {
  padding-bottom: 0;
}
#direct-sound-control .c-grid--rev .c-col:first-child {
  padding-right: 0;
}
#direct-sound-control .c-grid--rev .c-col:last-child {
  padding-right: 5%;
  padding-left: 10%;
  box-sizing: content-box;
}

@media only screen and (max-width:767px) {
  #direct-sound-control {
    padding-top: 0;
    padding-bottom: 60px;
  }
  #direct-sound-control .c-grid--rev .c-col:last-child {
    padding: 0 10% !important;
    box-sizing: border-box;
  }
}


#vocal-shapeshifter-about {
  padding-top: 0;
}

#vocal-shapeshifter {
  background: #fff;
  padding: 120px 0 120px;
}
#vocal-shapeshifter .c-headline02,
#vocal-shapeshifter .c-text,
#vocal-shapeshifter .card-hero-healine-eyebrow {
  color: #1a1a1a;
}
#vocal-shapeshifter .card-hero-healine-eyebrow {
  font-weight: 400;
}
#vocal-shapeshifter .cmn-inner {
  max-width: 870px;
}
#vocal-shapeshifter .vocal-shapeshifter-hero {
    padding: 0 7% 7%;
    box-sizing: border-box;
}
#vocal-shapeshifter .vocal-icons {
  max-width: 600px;
}

#cheat-code {
  background: #fff;
  padding: 0 0 120px;
}
#cheat-code .c-headline02,
#cheat-code .c-text,
#cheat-code .card-hero-healine-eyebrow {
  color: #1a1a1a;
}
#cheat-code .card-hero-healine-eyebrow {
  font-weight: 400;
}
#cheat-code .cmn-inner {
  max-width: 870px;
}
#cheat-code .cheat-code-hero {
    padding: 0 0 7%;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #cheat-code {
    padding: 0 0 60px;
  }
}
#command-control {
  background: #fff;
  padding: 0 5% 120px;
}
#command-control .c-headline02,
#command-control .c-text,
#command-control .card-hero-healine-eyebrow {
  color: #1a1a1a;
}
#command-control .card-hero-healine-eyebrow {
  font-weight: 400;
}
#command-control .cmn-inner {
  max-width: 870px;
}

.command-img-lg {
  display:block;
  max-width: 1000px;
}
.command-img-sm {
  display:none;
}
@media only screen and (max-width:767px) {
  .command-img-lg {
    display:none;
  }
  .command-img-sm {
    display:block;
  }
}
.about.customize-rig {
  background-color:#7e929b;
}
.about.customize-rig .c-headline03,
.about.customize-rig .c-text {
  color: #ffffff !important;
}

#curated-music {
  background: #fff;
  padding: 0 0 120px;
}
#curated-music .c-headline02,
#curated-music .c-text,
#curated-music .card-hero-healine-eyebrow {
  color: #1a1a1a;
}
#curated-music .card-hero-healine-eyebrow {
  font-weight: 400;
}
#curated-music .cmn-inner {
  max-width: 870px;
}
#curated-music .curated-music-release {
  color: #b26afb;
  text-align: center;
}
#curated-music .trademark-disclaimer {
  color: #1a1a1a;
  font-style: italic;
  font-size: .8rem;
}
#curated-music .curated-music-hero {
    padding: 0 0 7%;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #curated-music {
    padding: 0 0 60px;
  }
}



#brand-yourself {
   padding: 0;
   background: #fff;

}
.brand-outer {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 8px;
}
.brand-left {
  /* background-image: url(https://static.roland.com/products/bridge_cast/images/brand-yourself-left.jpg); */
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
  width: 50%;
  background-color: #6f3cc8;
  height: auto;
  position: relative;
}
.brand-left-text {
   position: absolute;
   top: 50%;
   left: 50%;
   /* background-color: rgba(25,40,73,0.7); */
   padding: 50px;
   transform: translate(-50%, -50%);
   width: 75%;
   max-width: 440px;
   box-sizing: border-box;
 }
 h3.brand-headline {
   color: #fff;
   font-size: 36px !important;
   font-size: 1.8rem !important;
   font-weight: 700 !important;
   margin: 0 0 30px !important;
   letter-spacing: .02em;
   line-height: 1.2 !important;
   text-transform: none;
   text-align: left !important;
 }
 p.brand-text {
   color: #fff;
   font-size: 14.4px !important;
   font-size: 1rem !important;
   font-weight: 300 !important;
   line-height: 1.55556 !important;
   letter-spacing: .02em;
   margin: 0 !important;
 }
.brand-right {
  width: auto;
  display: flex;
  flex-direction: column;
  gap:8px;
  width: 50%;
}
.brand-row-1 {
  background-color: #fff;
  height: auto;
  display: flex;
}
.brand-row-2 {
  background-color: #fff;
  height: auto;
  display: flex;
}
.brand-row-3 {
  background-color: #fff;
  height: auto;
  display: flex;
}
.brand-row-1 img,
.brand-row-2 img,
.brand-row-3 img  {
  width: 100%;
}

@media screen and (max-width: 767px) {
.brand-outer {
flex-direction: column-reverse;
}
.brand-left {
background-image: none;
width: 100%;
background-color: #fff;
}
.brand-left-text {
 position: relative;
 top: 0;
 left: 0;
 background-color: rgba(25,40,73,1);
 padding: 50px;
 transform: translate(0, 0);
 width: 100%;
 max-width: none;
}
.brand-right {
width: 100%;
}
}
.overview-hero {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;

    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.overview-hero .ps-container {
    width: 100%;
    height: auto;

}
.overview-hero img {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .overview-hero {
        left: 0;
        margin-top: 0px;
        margin-left: 0;
        width: auto;
        height: auto;
    }

    .overview-hero .ps-container {
        position: relative;
        height: auto;
        padding-top: 0;
        padding-bottom: 0;
    }

    .overview-hero img {
        left: 0;
        top: 0;
        width: 100%;
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
}









#sounds-grid .c-container {
  margin-bottom: 60px;
  max-width: 1600px;
  padding: 0;
}
#creative-grid-two .c-container {
  margin-bottom: 60px;
}
@media only screen and (max-width:767px) {
  #sounds-grid .c-headline03,
  #sounds-grid .c-text {
    padding: 0 10%;
  }
}


.info-section {
    background: #000;
    padding: 160px 0 120px;
    position: relative;
    margin-bottom: 0px;
}
.info-section .cmn-container {
    display: table;
    height: 100%;
}
.info-section .cmn-container {
    display: table;
    height: 100%;
}
.mbig .cmn-container {
    box-sizing: border-box;
    color: #0e0e0e;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    width: 100%;
}
.mbig .info-inner {
    display: table-cell;
    vertical-align: middle;
}
.mbig .cmn-inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 10%;
    text-align: center;
}
.btn_cta {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 0px;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    margin-top: 20px;
    padding: 5px 25px;
    background-color: #ff5a00;
    border: solid #ff5a00 1px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}
.card-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 4%;
}
.card-item {
  flex: 0 30%;
  margin-bottom: 4%;
}
.card-item .c-headline03 {
  margin: 50px 30px 20px;
  text-align: center;
  line-height: 1.2;
  font-size:1.4rem;
}
.card-item .c-text {
    margin: 20px 30px 20px;
    text-align: center;
}
@media only screen and (max-width:767px) {
  .card-container {
    flex-direction: column;
    padding: 7%;
  }
  .card-item {
    margin-bottom: 50px;
  }
  .info-section {
      padding: 60px 0 60px;
  }
}
.full-width-img {
   width: 100%;
   margin:40px auto;
   vertical-align: top;
}
.full-width-img.m-none {
   width: 100%;
   margin:0 auto;
   vertical-align: top;
}
.full-width-img.m-top {
   width: 100%;
   margin:40px auto 0;
   vertical-align: top;
}
.full-width-img.m-top-big {
   width: 100%;
   margin:80px auto 0;
   vertical-align: top;
}
.full-width-img.m-bottom {
   width: 100%;
   margin:0px auto 40px;
   vertical-align: top;
}
.full-width-img.software {
   margin:-10px auto 120px;
   vertical-align: top;
}
section#ultimate {
  background-color:#b0b9b9;
  padding:100px 0;
  margin-bottom: 4%;
}
section#ultimate h3,
section#ultimate p {
    color: #fff;
}
section#ultimate .about .about-item {
  padding-bottom:0px;
}
@media only screen and (max-width:767px) {
  section#ultimate {
    padding:60px 0;
    margin-bottom: 6%;
  }
}
section#juno-legacy {
   background-color: #000000;
   margin-bottom: 0px;
   padding: 0;
}

section#juno-legacy .cmn-inner {
  max-width: 1050px;
  margin: 10% auto 0;
  padding: 0 8%;
}


section#juno-legacy h2,
section#juno-legacy p {
    color: #fff;
    text-align: center;
}
#juno-legacy .full-width-img {
  margin: 0px auto;
}
#juno-legacy .cmn-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    position: absolute;
    width: 100%;
    top: 20%;
}
#juno-legacy .info-inner {
    vertical-align: top;
}
#juno-legacy .synth-overlay {
  margin-bottom: 20%;
}
#juno-legacy .x-graphic {
  display: block;
}
#juno-legacy .synth-overlay {
  display: block;
}
#juno-legacy .x-graphic-fallback {
  display: none;
}
@media only screen and (max-width:767px) {
  #juno-legacy .cmn-container {
      position: relative;
      padding: 0 0 60px;
  }
  section#juno-legacy .cmn-inner {
    margin: 0 auto 10%;
  }
  #juno-legacy .info-section {
    padding: 0;
  }
  section#juno-legacy h2,
  section#juno-legacy p {
      text-align: left;
  }
  #juno-legacy .synth-overlay {
    margin-bottom: 30px;
    display: none;
  }
  #juno-legacy .x-graphic {
    display: none;
  }
  #juno-legacy .x-graphic-fallback {
    display: block;
  }
}
section#bring-music {
  margin: 120px 0;
}
section#bring-music h3,
section#bring-music p {
    color: #fff;
}
#bring-music .c-container {
    background-color: #617373;
    max-width: 100%;
}
#bring-music .about-list {
    max-width: 1320px;
    margin: 0 auto;
}
#bring-music .about-item.c-grid {
    max-height: 550px;
}
#bring-music img {
    max-width: 350px;
    width: 100%;
}
#bring-music .c-col:first-child {
  text-align: center;
}
@media only screen and (max-width:767px) {
  section#bring-music {
    margin: 60px 0;
  }
  #bring-music .about-item.c-grid {
      max-height: none;
  }
  #bring-music .c-container {
    background-color: #617373;
    max-width: 100%;
    padding: 60px 10%;
  }
  #bring-music img {
      max-width: 320px;
      width: 100%;
      margin-bottom: 40px;
  }
}
section#your-voice {
   background-color:#292929;
   margin-bottom: 6%;
   padding: 0;
   margin-top: 40px;
}
section#your-voice h2,
section#your-voice p {
    color: #101011;
    text-align: left;
}
#your-voice .full-width-img {
  margin: 0px auto;
}
#your-voice .cmn-container {
      max-width: 100%;
      margin: 0 auto;
      padding: 0 20px;
      position: absolute;
      width: 43%;
      top: 10%;
      left: 50%;
}
#your-voice .info-inner {
    vertical-align: top;
}
@media only screen and (max-width:1249px) {
  #your-voice .cmn-container {
    width: 47%;
    top: 6%;
    left: 40%;
  }
}
@media only screen and (max-width:767px) {
  section#your-voice h2,
  section#your-voice p {
      color: #fff;
  }
  #your-voice .cmn-container {
      position: relative;
      padding: 60px 0;
      width: 100%;
      top: 0;
      left: auto;
  }
  #your-voice .info-section {
    padding: 0;
  }
}
section#voice-transform {
  margin: 120px 0 0;
}
section#voice-transform h3,
section#voice-transform p {
    color: #fff;
}
#voice-transform .c-container {
    background-color: #617373;
    max-width: 100%;
}
#voice-transform .about-item {
  padding-top: 60px;
}
#voice-transform .about-list {
    max-width: 1320px;
    margin: 0 auto;
}
#voice-transform .about-item.c-grid {
  max-height: 360px;
}
#voice-transform img {
    width: 100%;
    transform: translate(-30%, 23%);
}
#voice-transform .c-col:first-child {
  text-align: center;
}
@media only screen and (max-width:767px) {
  section#voice-transform {
    margin: 60px 0 0;
  }
  #voice-transform .about-item.c-grid {
      max-height: none;
  }
  #voice-transform .c-container {
    background-color: #617373;
    max-width: 100%;
    padding: 60px 10%;
  }
  #voice-transform img {
      max-width: 100%;
      width: 100%;
      margin-bottom: 40px;
      transform: none;
  }
}
#mute-btn {
  text-align:center;
}
#mute-btn img {
  max-width: 500px;
}
@media only screen and (max-width:767px) {
  #mute-btn img {
    max-width: 100%;
  }
}
section#customizable {
  padding-top: 120px;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(217,217,220,1) 0%, rgba(255,255,255,1) 100%);
}
section#cgm-30 {
  margin: 120px 0 0;
}
section#cgm-30 h3,
section#cgm-30 p {
    color: #fff;
}
section#cgm-30 .cgm-subhead {
  font-size: 1.2em;
  font-style: italic;
  line-height: 2;
}
#cgm-30 .c-container {
    background-color: #617373;
    max-width: 100%;
}
#cgm-30 .about-item {
  padding-top: 60px;
}
#cgm-30 .about-list {
    max-width: 1320px;
    margin: 0 auto;
}
#cgm-30 .about-item.c-grid {
  max-height: none;
}
#cgm-30 img {
    max-width: 450px;
    width: 100%;
    transform: translateY(-15%);
}
#cgm-30 .c-col:first-child {
  text-align: center;
}
@media only screen and (max-width:767px) {
  section#cgm-30 {
    margin: 60px 0;
  }
  section#cgm-30 .cgm-subhead {
    font-size: 1em;
    font-style: italic;
    line-height: 2;
  }
  #cgm-30 .about-item.c-grid {
      max-height: none;
  }
  #cgm-30 .c-container {
    background-color: #617373;
    max-width: 100%;
    padding: 60px 10%;
  }
  #cgm-30 img {
    max-width: 350px;
    width: 100%;
    margin-bottom: 40px;
    transform: none;
  }
}
span.btn_cta.btn_unavailable {
    background-color: #a7a7a7;
    border: solid #a7a7a7 1px;
    cursor: default;
}
.disclaimer-section {
  padding:4% 10%;
  text-align:center;
  max-width:700px;
  margin: 0 auto;
  border-top: 1px solid #d7d7d7;
  margin-top: 100px;
}
.c-container {
  box-sizing: border-box;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%
}
.c-container--sm {
  max-width: 960px
}
.c-inner {
  max-width: 980px;
  margin: 0 auto
}
.c-grid {
  width: 100%
}
.c-grid:after {
  content: "";
  display: block;
  clear: both
}
.c-col:first-child {
  float: left;
  width: 58.125%;
}
@media only screen and (max-width:767px) {
  .c-container {
    padding: 0 10%;
  }
  .c-col:first-child {
    float: none;
    margin-bottom: 20px;
    width: 100%;
    padding-left: 5%;
    box-sizing: border-box;
  }
}
.c-col:last-child {
  float: right;
  width: 37.1875%;
  padding: 0 5% 0 10%;
}
.c-grid--rev .c-col:last-child {
    padding: 0 10% 0 5%;
}
@media only screen and (max-width:767px) {
  .c-col:last-child {
    float: none;
    width: 100%;
    padding: 0 !important;
  }
}
.c-grid--rev .c-col:first-child {
  float: right;
  padding-right: 5%;
  box-sizing: border-box;
}
@media only screen and (max-width:767px) {
  .c-grid--rev .c-col:first-child {
    float: none;
  }
  .c-col:first-child {
    padding: 0 !important;
  }
}
.c-grid--rev .c-col:last-child {
  float: left
}
@media only screen and (max-width:767px) {
  .c-grid--rev .c-col:last-child {
    float: none
  }
}
.c-grid--rev .c-col--2:not(:last-child) {
  margin-right: 0;
  margin-left: 4.6875%
}
@media only screen and (max-width:767px) {
  .c-grid--rev .c-col--2:not(:last-child) {
    margin-left: 0
  }
}
.about-item.c-grid {
    flex-direction: row;
}
.about-item.c-grid.c-grid--rev {
    flex-direction: row-reverse;
}
.about-item.c-grid.c-grid--rev {
  flex-direction: row-reverse;
}
@media only screen and (max-width:767px) {
  .about-item.c-grid,
  .about-item.c-grid.c-grid--rev {
    flex-direction: column;
  }
}
.c-headline02 {
  color: #1c1c1c;
  font-size: 38.4px !important;
  font-size: 2.25rem !important;
  font-weight: 700 !important;
  margin: 0 0 30px !important;
  letter-spacing: .02em;
  line-height: 1.20833 !important;
  text-align: center;
  text-transform: none;
}
@media only screen and (max-width:767px) {
  .c-headline02 {
    font-size: 1.6rem !important;
    margin-bottom: 25px !important
  }
}
.c-headline03 {
  color: #1c1c1c !important;
  font-size: 36px !important;
  font-size: 1.8rem !important;
  font-weight: 700 !important;
  margin: 0 0 30px !important;
  letter-spacing: .02em;
  line-height: 1.2 !important;
  text-transform: none;
  text-align: left !important
}
@media only screen and (max-width:767px) {
  .c-headline03 {
    font-size: 1.6rem !important;
    margin-bottom: 10px !important;
    /* margin-top: 10px !important; */
  }
}
.c-text {
  color: #1c1c1c;
  font-size: 14.4px !important;
  font-size: 1rem !important;
  font-weight: 300 !important;
  line-height: 1.55556 !important;
  letter-spacing: .02em;
  margin: 0 auto !important;
}
@media only screen and (max-width:767px) {
  .c-text {
    font-size: .9rem !important;
  }
}
.c-fontProxima {
  font-family: proxima-nova, sans-serif
}
.spd-video-card {
  display: block;
}
.spd-video-fallback-img {
  display: none;
}
@media only screen and (max-width:767px) {
  .spd-video-card {
    display: none;
  }
  .spd-video-fallback-img {
    display: block;
  }
}

.about.sampling-section {
  background-color:#ededed;
  margin:60px auto 120px;
  text-align: center;
}
.sampling-card-intro {
  padding: 120px 2% 40px;
  text-align:center;
  max-width:800px;
  margin:0 auto;
}
.sampling-row {
  display:flex;
  flex-direction: row;
  margin-bottom: 100px;
  width: 100%;
}
.sampling-card {
  padding:2%;
  width: 100%;
}
.c-text.sampling-caption {
  margin-top: 15px;
  text-align: center;
}
@media only screen and (max-width:767px) {
  .sampling-row {
    flex-direction: column;
    margin-bottom: 60px;
    width: 100%;
  }
  .c-text.sampling-caption {
    margin-bottom: 20px;
  }
}
.circle-image {
  text-align: center;
}
#productheader h2 {
    border: none;
}
.opacity-overlay {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 1;
  background: rgb(0,0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,0) 70%, rgba(0,0,0,0.7) 100%);
}
.navbar__logo {
  width:120px;
}
.cloud-btn {
  margin-left:20px;
}
.rc-cta.prod-lineup-btn {
  color:#fff;
  background-color: #ff5a00;
  padding: 0.685714em .21428571em .61428571em;
  border: none;
  font-size: 0.9rem;
}
.rc-cta.prod-hero-btn {
  color:#fff;
  background-color: #ff5a00;
  padding: 10px 20px;
  margin-top: 15px;
  border-radius: 5px;
  border: none;
  font-size: 0.9rem;
  text-align: center;
  max-width: 180px;
}
.rc-cta.prod-hero-btn:hover {
    box-shadow: 0 0 0 0 #000;
    transform: scale(1);
    animation: btnPulse 1s;
    color: #fff;
    background-color: #e14344;
}
@media only screen and (max-width:767px) {
  .cloud-btn {
    margin-left:0px;
  }
}
.top-lineup-img {
  width: 100%;
  max-width: 1200px;
  padding: 40px 0;
  margin: 0 auto;
  box-sizing: border-box;
  display: block;
}
.top-lineup-img-sm {
  display: none;
}
@media only screen and (max-width:767px) {
  .top-lineup-img {
    display: none;
  }
  .top-lineup-img-sm {
    width: 100%;
    padding: 30px 0;
    margin: 0 auto;
    box-sizing: border-box;
    display: block;
  }
}
.full-width-img.graphic-spacer {
  margin: 60px auto 120px;
}
@media only screen and (max-width:767px) {
  .full-width-img.graphic-spacer {
    margin: 60px auto 80px;
  }
}

.rc-icon {
    width: 46px;
    height: 46px;
}
i.rc-icon.rc-icon-plus-circle {
  width: 31px;
  height: 31px;
}
.rc-cta {
  font-size: 1rem;
}






.about-healine-eyebrow {
  /* margin-bottom: 10px; */
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: .9rem;
}
.card-color-bar {
    width: 100%;
    height: 12px;
    position: relative;
}
.card-color-bar.bar-green {
    background-color: #00ff78;
}
.card-color-bar.bar-blue {
    background-color: #5bbeec;
}
.card-color-bar.bar-neon-pink {
    background-color: #d840f0;
}
@media only screen and (max-width:767px) {
  .card-color-bar {
    position: absolute;
    top: 0;
    left: 0;
  }
  .about-healine-eyebrow {
    font-size: 0.8rem;
    margin-top: 20px;
  }
}
.spd-light {
  height: 12px;
  width: 150px;
  border-radius: 4px;
  margin-bottom: 40px;
  margin-top: 0px;
}
.spd-light.bar-green {
  background-color: rgb(0 255 120);
}
.spd-light.bar-blue {
  background-color: rgb(91 190 236);
}
.spd-light.bar-red {
  background-color: rgb(255 0 0);
  margin: 30px auto;
}
.about.about-dark-bg {
    background-color: #41444a;
    padding-top: 120px;
}
.about.about-dark-bg .about-healine-eyebrow,
.about.about-dark-bg .c-headline03,
.about.about-dark-bg .c-text {
    color: #fff !important;
}
.spd-sx-topdown-container {
  width:100%;
  margin:0 auto;
  padding: 0;
  /* background: rgb(36,40,49);
  background: linear-gradient(180deg, rgba(36,40,49,1) 0%, rgba(36,40,49,1) 72%, rgba(255,255,255,1) 72%, rgba(255,255,255,1) 100%); */
  text-align: center;
  border: 35px solid #fff;
  box-sizing: border-box;
}
@media only screen and (max-width:767px) {
  .spd-sx-topdown-container {
    border: none;
  }
}
#ultra-responsive-pads {
  background: #252831;
  padding: 160px 0 30px;
  position: relative;
  margin-bottom: 0px;
}
#ultra-responsive-pads .card-hero-healine-eyebrow,
#ultra-responsive-pads .c-headline02,
#ultra-responsive-pads .c-text {
  color:#fff !important;
  text-align: center;
}
#on-display {
  background-color: #fff;
  padding: 0px 0 120px;
}
#on-display .card-hero-healine-eyebrow,
#on-display .c-headline02,
#on-display .c-text {
  color:#1a1a1a !important;
}
#make-a-connection {
  margin-bottom: 0px;
}
#creative-force .section-content {
  margin-left:0px;
}
@media only screen and (max-width:767px) {
  section#expanded-audio-outputs {
    padding-bottom: 80px;
    position: relative;
  }
  #ultra-responsive-pads {
    padding: 120px 0 30px;
  }
}
.elevate-hero {
  position: relative;
}
.elevate-hero .artist-tour-credit-abe {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%) !important;
  color: #009788;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1rem;
  background-color: #1a1a1a;
  padding: 5px 15px;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width:767px) {
  .elevate-hero .artist-tour-credit-abe {
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%) !important;
    color: #009788;
    font-weight: 600;
    text-transform: uppercase;
    font-size: .6rem;
    background-color: #1a1a1a;
    padding: 5px 15px;
    width: 70%;
  }
}
.artist-tour-credit-blundell {
  color: #5bbeec;
  font-weight: 600;
  text-transform: uppercase;
  font-size: .8rem;
  width: 100%;
  background-color: #1a1a1a;
  padding: 5px 15px;
  line-height: 1.5;
  text-align: center;
  margin-top: 70px;
  display: block;
  box-sizing: border-box;
  position: absolute;
  bottom: 3%;
  right: 6%;
  max-width: 460px;
}

@media only screen and (max-width:767px) {
  .artist-tour-credit-blundell {
    position: absolute;
    bottom: 5%;
    left: 50%;
    text-align: center;
    font-size:0.6rem;
    width: 100%;
    transform: translateX(-50%) !important;
  }
}

.artist-tour-credit-blundell-two {
  color: #5bbeec;
  font-weight: 600;
  text-transform: uppercase;
  font-size: .8rem;
  width: 100%;
  background-color: #1a1a1a;
  padding: 5px 15px;
  line-height: 1.5;
  text-align: center;
  margin-top: 70px;
  display: block;
  box-sizing: border-box;
  position: absolute;
  bottom: 5%;
  left: 18%;
  max-width: 560px;
}

@media only screen and (max-width:767px) {
  .artist-tour-credit-blundell-two {
    position: absolute;
    bottom: 5%;
    left: 50%;
    text-align: center;
    font-size:0.6rem;
    width: 100%;
    transform: translateX(-50%) !important;
  }
}


.artist-tour-credit-kaz {
  color: #5bbeec;
  font-weight: 600;
  text-transform: uppercase;
  font-size: .8rem;
  width: 100%;
  background-color: #1a1a1a;
  padding: 5px 15px;
  line-height: 1.5;
  text-align: center;
  margin-top: 70px;
  display: block;
  box-sizing: border-box;
  position: absolute;
  bottom: 3%;
  right: 6%;
  max-width: 460px;
}

@media only screen and (max-width:767px) {
  .artist-tour-credit-kaz {
    position: absolute;
    bottom: 5%;
    left: 50%;
    text-align: center;
    font-size:0.6rem;
    width: 100%;
    transform: translateX(-50%) !important;
  }
}

.lineup {
  background-color: #fff;

}
@media screen and (max-width: 767px) {
  .lineup {
      padding: 0 25px;
  }
}
.lineup-header {
  padding: 100px 5% 0px;
}
.lineup-header:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  /* height: 1px;
  background-color: #999; */
}
.lineup-header.in-view:after {
  width: 100px;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
}
.js .lineup-header[data-show="on-scroll"] {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}
.lineup-header-copy {
  text-align: center;
  margin: 0 auto;
  max-width: 980px;
}
.lineup-header-copy .card-hero-healine,
.lineup-header-copy .card-hero-healine-eyebrow,
.lineup-header-copy .card-hero-text {
  color: #333;
}
.lineup-header-copy .card-hero-text {
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
.lineup ul {
display: flex;
padding: 7%;
flex-direction: row;
}
@media screen and (max-width: 767px) {
.lineup ul {
  padding: 7%;
  flex-direction: column;
}
}
.lineup-item {
  text-align: center;
  margin: 0 auto;
  padding: 100px 30px 79px;
width: 100%;
max-width: 450px;
}
.lineup-item .rc-cta {
  font-weight: 300;
  font-size: 14px;
  font-size: 0.7rem;
  text-align: center;
  line-height: 1;
  color: #333;
  margin-top: 40px;
  min-width: 8.57142857em;
  padding: 0.28571429em 0.21428571em 0.21428571em;
  border: 1px solid #333;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0.14285714em;
  -webkit-border-radius: 0.14285714em;
  -moz-border-radius: 0.14285714em;
}
.lineup-item .rc-cta:hover {
  color: #fff;
  background-color: #333;
}
@media screen and (max-width: 767px) {
  .lineup-item {
      padding: 20px 0 49px;
  }
  .lineup-item .rc-cta {
      max-width: 8.57142857em;
      margin: 50px 0 0 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
  }
}
.main .lineup-title {
  font-weight: 600;
  font-size: 24px;
  font-size: 1.2rem;
  line-height: 1;
  text-transform: none;
  color: #333;
  margin: -0.16666667em auto 0.83333333em;
  display: block;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  .main .lineup-title {
      font-size: 25px;
      font-size: 1.25rem;
  }
}
.main .lineup-text {
  font-weight: 300;
  font-size: 16px;
  font-size: 0.8rem;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: none;
  color: #333;
  margin: -0.375em auto -0.4375em;
  max-width: 980px;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  .main .lineup-text {
      font-size: 15px;
      font-size: 0.75rem;
      padding-left: 15px;
      padding-right: 15px;
  }
}
.lineup-image {
  margin-bottom: 60px;
}
.lineup-image img {
  vertical-align: top;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .lineup-image {
      margin-top: 50px;
      width: 100%;
  }
  .lineup-image img {
      width: 100%;
  }
}
.lineup-new {
  font-weight: 400;
  font-size: 16px;
  font-size: 0.8rem;
  line-height: 1;
  color: red;
  display: inline-block;
  min-width: 6.25em;
  border: 1px solid red;
  margin-bottom: 1.25em;
  padding: 0.375em 0 0.375em;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.image-gallery-container a {
 text-decoration: none;
 }
 .image-gallery-container .img-frame {
 overflow: hidden;
 }
 #wheretobuy-spd .p-heading-m {
 margin: 30px auto 0.45em;
 font-weight: 700;
 color: #1a1a1a;
 font-size: 25.6px;
 font-size: 1.6rem;
 line-height: 1;
 text-align: left;
 text-transform: capitalize;
 text-decoration: none;
 padding: 0 25px;
 }
 .p-lineup-item__link {
 color: #1a1a1a;
 font-size: 14.4px;
 font-size: .9rem;
 line-height: 1;
 text-decoration: none;
 bottom: 0;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-transition: color .2s;
 transition: color .2s;
 margin-bottom: 30px;
 padding: 10px 25px 10px;
 position: absolute;
 }
 .p-lineup-item__arrow {
 width: 20px;
 height: 20px;
 background: #ff5a00;
 margin-right: 9px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 text-decoration: none;
 }
 .p-lineup-item__arrow:before {
 content: "";
 display: block;
 width: 5px;
 height: 9px;
 background-image: url(https://static.roland.com/promos/katana/images/arrow_lineup.png);
 background-repeat: no-repeat;
 background-position: center;
 background-size: contain;
 filter: invert(100%);
 }
 .image-gallery-main-wrapper {
 background-color: #efefef;
 padding: 80px 15% 120px;
 background-color: #fff;
 }
 .image-gallery-heading {
 text-align: center;
 text-transform: none;
 font-weight: 500;
 color: #1a1a1a;
 font-size: 3rem;
 }
 .image-gallery-container {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
 gap: 40px;
 }
 @media only screen and (max-width: 767px) {
 .image-gallery-container {
 grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
 }
 .image-gallery-main-wrapper {
 background-color: #efefef;
 padding: 80px 7% 80px;
 background-color: #fff;
 }
 }
 .image-gallery-container img {
 width: 100%;
 display: block;
 transition: all 700ms ease-out;
 }
 .image-gallery-container img:hover {
 transform: scale(1.06);
 }
 .img-frame {
 border-radius: 6px 6px 0 0;
 }
 .image-gallery-container a {
 box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
 border-radius: 6px;
 position: relative;
 padding-bottom: 40px;
 }
 .m_scroll_arrows {
 border-right: 2px solid #0064ff;
 border-bottom: 2px solid #0064ff;
 }
 .spd-lineup-specs {
 padding: 0px 25px;
 }
 .spd-lineup-specs li:first-child {
 border-top: 1px solid #d8d8d8;
 margin-top: 25px;
 }
 .spd-lineup-specs li:last-child {
 margin-bottom: 60px;
 }
 .spd-lineup-specs li {
 border-bottom: 1px solid #d8d8d8;
 color: #1a1a1a;
 font-size: .8rem;
 padding: 10px 25px;
 }
 .lineup-header.other-cubes {
 padding-bottom:50px;
 }
 #wheretobuy-other {
   padding-bottom: 10%;
 }
 body {
     background: url(//static.roland.com/global/images/background.png) repeat-y center top #252831;
     background-size: 1600px !important;
 }
 #productheader {
     background-color: rgba(255,255,255,0.9);
 }
 .section-lineup .section-header {
     text-align: center;
     color: #fff !important;
     padding: 5%;
     background-color: #fff;
 }
 .section-lineup .section-header-title  {
    color: #1a1a1a;
 }
