#custom-smalcode {
    /* ==========================================================================
     development helper
     ========================================================================== */
  }
  #custom-smalcode .rel {
    position: relative;
    height: 100%;
    width: 100%;
  }
  #custom-smalcode .abs-center-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #custom-smalcode .maxWidth {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  @media only screen and (min-width: 1440px) {
    #custom-smalcode .maxWidth {
      max-width: 80vw;
    }
  }
  #custom-smalcode .textMaxWidth {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
  }
  @media only screen and (max-width: 767px) {
    #custom-smalcode .desktop {
      display: none;
    }
  }
  @media only screen and (min-width: 768px) {
    #custom-smalcode .mobile {
      display: none;
    }
  }
  #custom-smalcode .ratio-wrap {
    padding-bottom: 56.25%;
    height: 0;
    position: relative;
  }
  #custom-smalcode .abs-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  #custom-smalcode .clearfix:after {
    clear: both;
    display: block;
    content: "";
  }
  #custom-smalcode html.overflow-hidden {
    height: 100%;
    overflow: hidden;
  }
  #custom-smalcode html.overflow-hidden body {
    height: 100%;
    overflow: hidden;
  }
  #custom-smalcode .headline {
    margin-bottom: 25px !important;
    margin-top: 10px;
  }
  #custom-smalcode .orange-header {
    color: #fecb00;
  }
  #custom-smalcode .pos-helper {
    position: absolute;
    left: 0;
    width: 1px;
    height: 1px;
  }
  #custom-smalcode .pos-helper.pos-helper-1 {
    top: 50vh;
    top: calc(var(--vh) * 50);
  }
  #custom-smalcode .pos-helper.pos-helper-2 {
    top: 100vh;
    top: calc(var(--vh) * 100);
  }
  #custom-smalcode .pos-helper.pos-helper-3 {
    top: 150vh;
    top: calc(var(--vh) * 150);
  }
  #custom-smalcode .pos-helper.pos-helper-4 {
    top: 200vh;
    top: calc(var(--vh) * 200);
  }
  #custom-smalcode .pos-helper.pos-helper-5 {
    top: 250vh;
    top: calc(var(--vh) * 250);
  }
  #custom-smalcode .pos-helper.pos-helper-6 {
    top: 300vh;
    top: calc(var(--vh) * 300);
  }
  #custom-smalcode .no-wrap {
    white-space: nowrap;
  }
  #custom-smalcode .row {
    display: -webkit-box;
    display: flex;
    padding-left: 24px;
    padding-right: 24px;
  }
  #custom-smalcode .row.align-row-top {
    -webkit-box-align: start;
    align-items: flex-start;
  }
  #custom-smalcode .row.align-row-end {
    -webkit-box-align: end;
    align-items: flex-end;
  }
  #custom-smalcode .row.align-row-center {
    -webkit-box-align: center;
    align-items: center;
  }
  #custom-smalcode .row.align-row-stretch {
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  #custom-smalcode .row.no-flex {
    display: block;
  }
  #custom-smalcode .row.left-col-full [class^="col-"]:first-of-type {
    padding-left: 0;
    padding-right: 0;
  }
  #custom-smalcode .row.right-col-full [class^="col-"]:last-of-type {
    padding-left: 0;
    padding-right: 0;
  }
  #custom-smalcode [class^="col-"] {
    padding-right: 8px;
    padding-left: 8px;
  }
  #custom-smalcode.ces-page .row,
  #custom-smalcode.slipstream-page .row {
    padding-left: 0;
    padding-right: 0;
  }
  #custom-smalcode.ces-page [class^="col-"],
  #custom-smalcode.slipstream-page [class^="col-"] {
    padding-left: 20px;
    padding-right: 20px;
  }
  @media only screen and (max-width: 1023px) {
    #custom-smalcode.ces-page [class^="col-"],
    #custom-smalcode.slipstream-page [class^="col-"] {
      padding-left: 32px;
      padding-right: 32px;
    }
  }
  #custom-smalcode .col-1 {
    width: 8.3333333333%;
  }
  #custom-smalcode .col-2 {
    width: 16.6666666667%;
  }
  #custom-smalcode .col-3 {
    width: 25%;
  }
  #custom-smalcode .col-4 {
    width: 33.3333333333%;
  }
  #custom-smalcode .col-5 {
    width: 41.6666666667%;
  }
  #custom-smalcode .col-6 {
    width: 50%;
  }
  #custom-smalcode .col-7 {
    width: 58.3333333333%;
  }
  #custom-smalcode .col-8 {
    width: 66.6666666667%;
  }
  #custom-smalcode .col-9 {
    width: 75%;
  }
  #custom-smalcode .col-10 {
    width: 83.3333333333%;
  }
  #custom-smalcode .col-11 {
    width: 91.6666666667%;
  }
  #custom-smalcode .col-12 {
    width: 100%;
  }
  @media only screen and (max-width: 1023px) {
    #custom-smalcode .row [class^="col-"] {
      padding-left: 32px;
      padding-right: 32px;
    }
    #custom-smalcode .row.tablet-break {
      display: block;
    }
    #custom-smalcode .row.tablet-break [class^="col-"].desktop {
      display: none;
    }
    #custom-smalcode .row.tablet-break .col-1 {
      width: 100%;
    }
    #custom-smalcode .row.tablet-break .col-2 {
      width: 100%;
    }
    #custom-smalcode .row.tablet-break .col-3 {
      width: 100%;
    }
    #custom-smalcode .row.tablet-break .col-4 {
      width: 100%;
    }
    #custom-smalcode .row.tablet-break .col-5 {
      width: 100%;
    }
    #custom-smalcode .row.tablet-break .col-6 {
      width: 100%;
    }
    #custom-smalcode .row.tablet-break .col-7 {
      width: 100%;
    }
    #custom-smalcode .row.tablet-break .col-8 {
      width: 100%;
    }
    #custom-smalcode .row.tablet-break .col-9 {
      width: 100%;
    }
    #custom-smalcode .row.tablet-break .col-10 {
      width: 100%;
    }
    #custom-smalcode .row.tablet-break .col-11 {
      width: 100%;
    }
    #custom-smalcode .row.tablet-break .col-12 {
      width: 100%;
    }
  }
  @media only screen and (max-width: 767px) {
    #custom-smalcode .row,
    #custom-smalcode .row.tablet-break {
      display: block;
    }
    #custom-smalcode .row [class^="col-"],
    #custom-smalcode .row.tablet-break [class^="col-"] {
      padding-left: 32px;
      padding-right: 32px;
    }
    #custom-smalcode .row.left-col-full [class^="col-"]:first-of-type,
    #custom-smalcode
      .row.tablet-break.left-col-full
      [class^="col-"]:first-of-type {
      padding-left: 0;
    }
    #custom-smalcode .row.right-col-full [class^="col-"]:last-of-type,
    #custom-smalcode
      .row.tablet-break.right-col-full
      [class^="col-"]:last-of-type {
      padding-right: 0;
    }
    #custom-smalcode .col-1 {
      width: 100%;
    }
    #custom-smalcode .col-2 {
      width: 100%;
    }
    #custom-smalcode .col-3 {
      width: 100%;
    }
    #custom-smalcode .col-4 {
      width: 100%;
    }
    #custom-smalcode .col-5 {
      width: 100%;
    }
    #custom-smalcode .col-6 {
      width: 100%;
    }
    #custom-smalcode .col-7 {
      width: 100%;
    }
    #custom-smalcode .col-8 {
      width: 100%;
    }
    #custom-smalcode .col-9 {
      width: 100%;
    }
    #custom-smalcode .col-10 {
      width: 100%;
    }
    #custom-smalcode .col-11 {
      width: 100%;
    }
    #custom-smalcode .col-12 {
      width: 100%;
    }
  }
  #custom-smalcode.one-pro .row {
    padding-left: 0;
    padding-right: 0;
  }
  #custom-smalcode.one-pro [class^="col-"] {
    padding-left: 20px;
    padding-right: 20px;
  }
  @media only screen and (max-width: 1023px) {
    #custom-smalcode.one-pro [class^="col-"] {
      padding-left: 16px;
      padding-right: 16px;
    }
  }
  #custom-smalcode #grid {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2334;
    display: none;
  }
  #custom-smalcode #grid.active {
    display: block;
  }
  #custom-smalcode #grid div {
    height: 100%;
  }
  #custom-smalcode #grid .col-1 {
    position: relative;
  }
  #custom-smalcode #grid .col-1:after,
  #custom-smalcode #grid .col-1:before {
    width: 8px;
    background-color: red;
    opacity: 0.3;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
  }
  #custom-smalcode #grid .col-1:after {
    right: 0;
  }
  #custom-smalcode #grid .col-1:before {
    left: 0;
  }
  #custom-smalcode #grid .col-1:first-of-type:before {
    width: 100vw;
    left: calc(-100vw + 8px);
  }
  #custom-smalcode #grid .col-1:last-of-type:after {
    left: calc(100% - 8px);
    width: 100vw;
  }
  #custom-smalcode h1,
  #custom-smalcode h2,
  #custom-smalcode h3,
  #custom-smalcode h4,
  #custom-smalcode h5,
  #custom-smalcode h6,
  #custom-smalcode p {
    margin: 0;
  }
  #custom-smalcode .style-h1 {
    font-size: 138px;
    line-height: 138px;
    letter-spacing: -3px;
    text-transform: uppercase;
    font-weight: bold;
  }
  @media only screen and (max-height: 899px) {
    #custom-smalcode .style-h1 {
      font-size: 118px;
      line-height: 118px;
      letter-spacing: -2px;
    }
  }
  @media only screen and (max-width: 1199px) {
    #custom-smalcode .style-h1 {
      font-size: 118px;
      line-height: 118px;
      letter-spacing: -2px;
    }
  }
  @media only screen and (max-height: 699px) {
    #custom-smalcode .style-h1 {
      font-size: 42px;
      line-height: 42px;
      letter-spacing: -1px;
    }
  }
  @media only screen and (max-width: 1023px) {
    #custom-smalcode .style-h1 {
      font-size: 42px;
      line-height: 42px;
      letter-spacing: -1px;
    }
  }
  #custom-smalcode .style-h1-1 {
    font-size: 100px;
    line-height: 100px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: bold;
  }
  @media only screen and (max-width: 1023px) {
    #custom-smalcode .style-h1-1 {
      font-size: 48px;
      line-height: 48px;
      letter-spacing: 2px;
    }
  }
  #custom-smalcode .style-h1-2 {
    font-size: 85px;
    line-height: 90px;
    letter-spacing: -1.8px;
    text-transform: uppercase;
    font-weight: bold;
  }
  @media only screen and (max-width: 767px) {
    #custom-smalcode .style-h1-2 {
      font-size: 52px;
      letter-spacing: -1px;
      line-height: 54px;
    }
  }
  #custom-smalcode .style-h2 {
    font-size: 4rem;
    letter-spacing: 4px;
    line-height: 1.1 !important;
    text-transform: uppercase;
  }
  @media only screen and (max-width: 1199px) {
    #custom-smalcode .style-h2 {
      font-size: 3rem;
      letter-spacing: 2px;
    }
  }
  @media only screen and (max-width: 1023px) {
    #custom-smalcode .style-h2 {
      font-size: 2.5rem;
    }
  }
  #custom-smalcode .style-h2-2 {
    font-size: 60px !important;
    line-height: 70px;
    text-transform: uppercase;
  }
  @media only screen and (max-width: 1023px) {
    #custom-smalcode .style-h2-2 {
      font-size: 48px !important;
      line-height: 50px;
      letter-spacing: 1.5px;
    }
  }
  #custom-smalcode .style-h2-h3 {
    font-size: 70px;
    line-height: 70px;
    letter-spacing: 2px;
  }
  @media only screen and (max-width: 767px) {
    #custom-smalcode .style-h2-h3 {
      font-size: 48px;
      line-height: 50px;
      letter-spacing: 1px;
    }
  }
  #custom-smalcode .style-h3 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Verveine-Regular';
    font-weight: normal;
  }
  @media only screen and (max-height: 699px) {
    #custom-smalcode .style-h3 {
      font-size: 40px;
      line-height: 48px;
    }
  }
  @media only screen and (max-width: 1023px) {
    #custom-smalcode .style-h3 {
      font-size: 40px;
      line-height: 48px;
    }
  }
  #custom-smalcode .style-h3-2 {
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Verveine-Regular';
    font-weight: normal;
    font-size: 110px;
    line-height: 110px;
  }
  @media only screen and (max-width: 1023px) {
    #custom-smalcode .style-h3-2 {
      font-size: 60px;
      line-height: 60px;
    }
  }
  #custom-smalcode .style-h4 {
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 500;
  }
  @media only screen and (max-width: 1023px) {
    #custom-smalcode .style-h4 {
      font-size: 12px;
      letter-spacing: 2px;
    }
  }
  #custom-smalcode .style-h4-2 {
    font-size: 36px;
    line-height: 44px;
    font-weight: bold;
  }
  @media only screen and (max-width: 767px) {
    #custom-smalcode .style-h4-2 {
      font-size: 22px;
      line-height: 28px;
    }
  }
  #custom-smalcode .style-h5 {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: bold;
  }
  @media only screen and (max-width: 1023px) {
    #custom-smalcode .style-h5 {
      font-size: 13px;
      letter-spacing: 0px;
    }
  }
  #custom-smalcode .style-h5-2 {
    font-size: 50px;
    letter-spacing: 58px;
    letter-spacing: 1.5px;
    font-weight: bold;
  }
  @media only screen and (max-width: 767px) {
    #custom-smalcode .style-h5-2 {
      font-size: 20px;
      line-height: 24px;
      letter-spacing: 1px;
    }
  }
  #custom-smalcode .style-h6 {
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    text-transform: uppercase;
  }
  @media only screen and (max-width: 1023px) {
    #custom-smalcode .style-h6 {
      font-size: 16px;
      line-height: 22px;
    }
  }
  #custom-smalcode .style-h6-2 {
    font-size: 28px;
    line-height: 36px;
    font-weight: bold;
    text-transform: uppercase;
  }
  @media only screen and (max-width: 767px) {
    #custom-smalcode .style-h6-2 {
      font-size: 18px;
      line-height: 24px;
    }
  }
  #custom-smalcode .body-p1,
  #custom-smalcode .body-p1 p {
    font-size: 22px;
    line-height: 36px;
    font-weight: normal;
  }
  @media only screen and (max-width: 1023px) {
    #custom-smalcode .body-p1,
    #custom-smalcode .body-p1 p {
      font-size: 16px;
      line-height: 26px;
    }
  }
  #custom-smalcode .body-p2,
  #custom-smalcode .body-p2 p {
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
  }
  @media only screen and (max-width: 1023px) {
    #custom-smalcode .body-p2,
    #custom-smalcode .body-p2 p {
      font-size: 14px;
      line-height: 22px;
    }
  }
  #custom-smalcode .element-label-yellow {
    background-color: #fecb00;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: bold;
    padding: 16px;
    display: inline-block;
  }
  #custom-smalcode .element-usp-wrap .flex-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    margin-top: 20px;
  }
  #custom-smalcode .element-usp-wrap .element-usp-item {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 20px;
    text-transform: uppercase;
    padding-left: 8px;
    padding-right: 8px;
    white-space: nowrap;
    color: #808080;
  }
  @media only screen and (max-width: 767px) {
    #custom-smalcode .element-usp-wrap .element-usp-item {
      font-size: 14px;
      line-height: 16px;
      letter-spacing: 0.5px;
    }
  }
  #custom-smalcode .element-usp-wrap .element-usp-item img {
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  @media only screen and (max-width: 1023px) {
    #custom-smalcode .element-usp-wrap .element-usp-item img {
      width: 60px;
      margin-bottom: 10px;
    }
  }
  @media only screen and (max-width: 767px) {
    #custom-smalcode .element-usp-wrap .flex-wrap {
      margin-top: 10px;
      flex-wrap: wrap;
    }
  }
  #custom-smalcode .element-usp-wrap:not(.no-fade) .element-usp-item,
  #custom-smalcode .element-usp-wrap:not(.no-fade) .usp-header {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
    will-change: transform, opacity;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
  }
  #custom-smalcode .element-usp-wrap:not(.no-fade) .element-usp-item.active,
  #custom-smalcode .element-usp-wrap:not(.no-fade) .usp-header.active {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #custom-smalcode .element-image-mask {
    position: relative;
    overflow: hidden;
  }
  #custom-smalcode .element-image-mask .mask,
  #custom-smalcode .element-image-mask .mask-with-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 5;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    will-change: transform;
    -webkit-transition: 0.8s ease-out;
    transition: 0.8s ease-out;
  }
  #custom-smalcode .element-image-mask .mask.active,
  #custom-smalcode .element-image-mask .mask-with-bg.active {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  #custom-smalcode .element-image-mask.element-image-mask-v2 .mask,
  #custom-smalcode .element-image-mask.element-image-mask-v2 .mask-with-bg {
    -webkit-transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  #custom-smalcode .element-image-mask.element-image-mask-v2 .mask {
    background-color: #ebebeb;
  }
  #custom-smalcode .element-image-mask.element-image-mask-v2 .zoom-ele {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: opacity 0.4s cubic-bezier(0.22, 0.61, 0.36, 1),
      -webkit-transform 1.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.4s cubic-bezier(0.22, 0.61, 0.36, 1),
      -webkit-transform 1.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 1.5s cubic-bezier(0.22, 0.61, 0.36, 1),
      opacity 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 1.5s cubic-bezier(0.22, 0.61, 0.36, 1),
      opacity 0.4s cubic-bezier(0.22, 0.61, 0.36, 1),
      -webkit-transform 1.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  #custom-smalcode .element-image-mask.element-image-mask-v2 .zoom-ele.active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  #custom-smalcode .element-image-mask.element-image-mask-v2 .mask-with-bg {
    background-color: #fecb00;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  #custom-smalcode
    .element-image-mask.element-image-mask-v2
    .mask-with-bg.active {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #custom-smalcode
    .element-image-mask.element-image-mask-v2
    .mask-with-bg.active-fade-out {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  #custom-smalcode .text-fade-in-1 {
    opacity: 0;
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
    will-change: transform, opacity;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
  }
  #custom-smalcode .text-fade-in-1.active {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #custom-smalcode .text-fade-in-2 {
    opacity: 0;
    will-change: opacity;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
  }
  #custom-smalcode .text-fade-in-2.delay-200 {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  #custom-smalcode .text-fade-in-2.active {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #custom-smalcode .element-feature .inner-text-wrap {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 25px;
  }
  #custom-smalcode .element-feature .feature-headline {
    margin-top: 5px;
    margin-bottom: 25px;
    text-transform: uppercase;
  }
  #custom-smalcode .element-feature .feature-subheadline {
    color: #808080;
  }
  #custom-smalcode .element-feature .bg-image {
    height: 488px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
  }
  @media only screen and (max-width: 1023px) {
    #custom-smalcode .element-feature .feature-headline {
      margin-top: 2px;
      margin-bottom: 10px;
    }
    #custom-smalcode .element-feature:not(.element-feature-4-elements) {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
    }
    #custom-smalcode .element-feature:not(.element-feature-4-elements) .bg-image,
    #custom-smalcode
      .element-feature:not(.element-feature-4-elements)
      .inner-text-wrap {
      width: 50%;
    }
    #custom-smalcode .element-feature:not(.element-feature-4-elements) .bg-image {
      height: 0;
      padding-bottom: 61%;
    }
    #custom-smalcode
      .element-feature:not(.element-feature-4-elements)
      .inner-text-wrap {
      margin-top: 0;
      padding-left: 25px;
      padding-right: 15px;
    }
    #custom-smalcode
      .element-feature.element-feature-4-elements
      .inner-text-wrap {
      padding-left: 20px;
      padding-right: 20px;
    }
    #custom-smalcode .element-feature.element-feature-4-elements .bg-image {
      height: 0;
      padding-bottom: 120%;
    }
  }
  @media only screen and (max-width: 767px) {
    #custom-smalcode .element-feature.element-feature-4-elements,
    #custom-smalcode .element-feature:not(.element-feature-4-elements) {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
    }
    #custom-smalcode .element-feature.element-feature-4-elements .bg-image,
    #custom-smalcode .element-feature.element-feature-4-elements .inner-text-wrap,
    #custom-smalcode .element-feature:not(.element-feature-4-elements) .bg-image,
    #custom-smalcode
      .element-feature:not(.element-feature-4-elements)
      .inner-text-wrap {
      width: 50%;
    }
    #custom-smalcode .element-feature.element-feature-4-elements .bg-image,
    #custom-smalcode .element-feature:not(.element-feature-4-elements) .bg-image {
      height: 0;
      padding-bottom: 61%;
    }
    #custom-smalcode .element-feature.element-feature-4-elements .inner-text-wrap,
    #custom-smalcode
      .element-feature:not(.element-feature-4-elements)
      .inner-text-wrap {
      margin-top: 0;
      padding-left: 25px;
      padding-right: 15px;
    }
  }
  #custom-smalcode .element-feature {
    opacity: 0;
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
    will-change: transform, opacity;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
  }
  #custom-smalcode .element-feature.active {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #custom-smalcode .element-icue-software .icue-header {
    margin-bottom: 40px;
  }
  #custom-smalcode .element-icue-software .icue-icon {
    width: 142px;
    margin-right: 30px;
  }
  #custom-smalcode .element-icue-software .flex-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  @media only screen and (max-width: 767px) {
    #custom-smalcode .element-icue-software .icue-header {
      margin-bottom: 15px;
    }
    #custom-smalcode .element-icue-software .icue-icon {
      width: 70px;
      margin-right: 30px;
    }
  }
  #custom-smalcode .element-icue-software {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
    will-change: transform, opacity;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
  }
  #custom-smalcode .element-icue-software.active {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #custom-smalcode .cta-learn-more {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  #custom-smalcode .cta-learn-more img {
    width: 10px;
    margin-left: 10px;
  }
  #custom-smalcode .cta-white {
    background-color: white;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 18px;
    padding-bottom: 18px;
    display: inline-block;
    cursor: pointer;
  }
  #custom-smalcode .element-zoom-image {
    position: relative;
    margin-left: 40px;
    margin-right: 40px;
    overflow: hidden;
  }
  #custom-smalcode .element-zoom-image .cta-white {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) translate(0, -0.5px);
    transform: translate(-50%, -50%) translate(0, -0.5px);
  }
  #custom-smalcode .element-zoom-image video {
    width: 100%;
    height: auto;
    display: block;
  }
  @media only screen and (max-width: 1023px) {
    #custom-smalcode .element-zoom-image {
      margin-left: 0;
      margin-right: 0;
    }
  }
  #custom-smalcode .element-zoom-image {
    opacity: 0;
    will-change: opacity;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  #custom-smalcode .element-zoom-image.active {
    opacity: 1;
  }
  #custom-smalcode .element-zoom-image .zoom-ele {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    will-change: transform;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  #custom-smalcode .element-zoom-image .zoom-ele.active {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  #custom-smalcode .element-product-teaser {
    padding-top: 40px;
    padding-bottom: 30px;
    height: 100%;
  }
  #custom-smalcode .element-product-teaser .image-swap-element {
    padding-left: 50px;
    padding-right: 50px;
  }
  #custom-smalcode .element-product-teaser .image-swap-element img {
    display: none;
  }
  #custom-smalcode
    .element-product-teaser.black
    .image-swap-element
    [data-id="black"],
  #custom-smalcode
    .element-product-teaser.white
    .image-swap-element
    [data-id="white"],
  #custom-smalcode
    .element-product-teaser.red
    .image-swap-element
    [data-id="red"] {
    display: block;
  }
  #custom-smalcode .element-product-teaser .color-picker-wrap {
    display: -webkit-inline-box;
    display: inline-flex;
    margin-bottom: 40px;
  }
  #custom-smalcode .element-product-teaser .color-picker-wrap .color-picker {
    width: 24px;
    height: 24px;
    position: relative;
    margin-right: 25px;
    cursor: pointer;
  }
  #custom-smalcode
    .element-product-teaser
    .color-picker-wrap
    .color-picker:last-of-type {
    margin-right: 0;
  }
  #custom-smalcode
    .element-product-teaser
    .color-picker-wrap
    .color-picker
    .color-bullet {
    width: 16px;
    height: 16px;
    position: absolute;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #custom-smalcode
    .element-product-teaser
    .color-picker-wrap
    .color-picker
    .active-indicator {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid white;
    border-radius: 100%;
    opacity: 0;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    will-change: opacity;
  }
  #custom-smalcode
    .element-product-teaser
    .color-picker-wrap
    .color-picker.black
    .color-bullet {
    background-color: black;
  }
  #custom-smalcode
    .element-product-teaser
    .color-picker-wrap
    .color-picker.white
    .color-bullet {
    background-color: white;
  }
  #custom-smalcode
    .element-product-teaser
    .color-picker-wrap
    .color-picker.red
    .color-bullet {
    background-color: red;
  }
  #custom-smalcode
    .element-product-teaser.black
    .color-picker-wrap
    .color-picker.black
    .active-indicator,
  #custom-smalcode
    .element-product-teaser.white
    .color-picker-wrap
    .color-picker.white
    .active-indicator,
  #custom-smalcode
    .element-product-teaser.red
    .color-picker-wrap
    .color-picker.red
    .active-indicator {
    opacity: 1;
  }
  #custom-smalcode .element-product-teaser .cta-transparent {
    display: none;
  }
  #custom-smalcode .element-product-teaser.black .cta-transparent.black,
  #custom-smalcode .element-product-teaser.white .cta-transparent.white,
  #custom-smalcode .element-product-teaser.red .cta-transparent.red {
    display: inline-block;
  }
  #custom-smalcode .element-product-teaser .inner-title {
    font-size: 38px;
    letter-spacing: -0.8px;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: bold;
  }
  @media only screen and (max-width: 767px) {
    #custom-smalcode .element-product-teaser {
      padding-top: 25px;
      padding-bottom: 25px;
    }
    #custom-smalcode .element-product-teaser .image-swap-element {
      padding-left: 0;
      padding-right: 0;
    }
    #custom-smalcode .element-product-teaser .color-picker-wrap {
      margin-bottom: 25px;
    }
    #custom-smalcode .element-product-teaser .color-picker-wrap .color-picker {
      margin-right: 15px;
    }
    #custom-smalcode .element-product-teaser .inner-title {
      margin-bottom: 15px;
      font-size: 28px;
      letter-spacing: -0.4px;
    }
  }
  #custom-smalcode .element-product-teaser {
    opacity: 0;
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
    will-change: transform, opacity;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
  }
  #custom-smalcode .element-product-teaser.active {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #custom-smalcode .cta-transparent {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 300;
    text-transform: uppercase;
    border: 1px solid white;
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 500;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  #custom-smalcode .cta-transparent:hover {
    background-color: black;
    border: 1px solid black;
  }
  #custom-smalcode .element-pax-move {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    will-change: transform;
  }
  #custom-smalcode .element-pax-move.active {
    -webkit-transform: translate(0, -30vh);
    transform: translate(0, -30vh);
    -webkit-transform: translate(0, calc(var(--vh) * -30));
    transform: translate(0, calc(var(--vh) * -30));
  }
  #custom-smalcode .element-video-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #252525;
    z-index: 110;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    will-change: opacity;
  }
  #custom-smalcode .element-video-popup.active {
    opacity: 1;
    pointer-events: all;
  }
  #custom-smalcode .element-video-popup .center-item {
    width: 100%;
  }
  #custom-smalcode .element-video-popup .inner-popup {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  #custom-smalcode .element-video-popup .close-wrap {
    margin-left: auto;
    margin-right: auto;
    width: 22px;
    cursor: pointer;
    margin-bottom: 30px;
  }
  #custom-smalcode .element-video-popup video,
  #custom-smalcode .element-video-popup iframe {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  #custom-smalcode .element-video-popup iframe {
    height: 100%;
  }
  #custom-smalcode .element-video-popup .ratio-wrap {
    padding-bottom: 56.25%;
    height: 0;
    position: relative;
  }
  #custom-smalcode .element-video-popup .abs-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  @media only screen and (max-width: 1023px) {
    #custom-smalcode .element-video-popup .inner-popup {
      width: 90%;
    }
  }
  #custom-smalcode .cta-yellow {
    background-color: #fecb00;
    color: black;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 18px;
    padding-bottom: 18px;
    display: inline-block;
    cursor: pointer;
  }
  #custom-smalcode .panel-hero-pdp {
    background-color: #f9f9f9;
    text-align: center;
    height: 100vh;
    height: calc(var(--vh) * 100);
    position: relative;
    overflow: hidden;
  }
  #custom-smalcode .panel-hero-pdp .headline-wrap {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 25px;
  }
  #custom-smalcode .panel-hero-pdp .headline-wrap .element-label-yellow {
    margin-left: 20px;
  }
  #custom-smalcode .panel-hero-pdp .hero-device {
    position: absolute;
    height: 65vh;
    height: calc(var(--vh) * 65);
    width: auto;
    bottom: 0;
    left: 50%;
    z-index: 5;
  }
  #custom-smalcode .panel-hero-pdp .title-wrap {
    position: absolute;
    left: 0;
    width: 100%;
    top: 13vh;
    top: calc(var(--vh) * 13);
    z-index: 10;
  }
  @media only screen and (max-height: 899px) {
    #custom-smalcode .panel-hero-pdp .hero-device {
      height: 60vh;
      height: calc(var(--vh) * 60);
    }
  }
  @media only screen and (max-width: 1023px) {
    #custom-smalcode .panel-hero-pdp {
      height: 85vh;
      height: calc(var(--vh) * 85);
    }
    #custom-smalcode .panel-hero-pdp .hero-device {
      height: 50vh;
      height: calc(var(--vh) * 50);
    }
  }
  @media only screen and (max-width: 767px) {
    #custom-smalcode .panel-hero-pdp .headline-wrap {
      margin-bottom: 10px;
    }
  }
  #custom-smalcode .panel-hero-pdp .hero-device {
    opacity: 0;
    -webkit-transform: scale(1.3) translate(-50%, 0);
    transform: scale(1.3) translate(-50%, 0);
    will-change: transform, opacity;
    -webkit-transition: 0.8s ease-out;
    transition: 0.8s ease-out;
  }
  #custom-smalcode .panel-hero-pdp .hero-device.active {
    opacity: 1;
    -webkit-transform: scale(1) translate(-50%, 0);
    transform: scale(1) translate(-50%, 0);
  }
  #custom-smalcode .panel-explosion-view {
    position: relative;
    padding-bottom: 33vw;
    padding-top: 120px;
  }
  #custom-smalcode .panel-explosion-view .bg-layer {
    position: relative;
    z-index: 3;
    width: 70%;
    right: 2%;
    bottom: 0;
    position: absolute;
    z-index: 5;
  }
  @media only screen and (max-width: 1023px) {
    #custom-smalcode .panel-explosion-view .bg-layer {
      position: relative;
      width: 100%;
      right: 0;
      margin-top: 20px;
    }
  }
  #custom-smalcode .panel-explosion-view .text-layer {
    position: relative;
    z-index: 10;
  }
  #custom-smalcode .panel-explosion-view .element-usp-wrap {
    margin-top: 60px;
  }
  @media only screen and (max-width: 767px) {
    #custom-smalcode .panel-explosion-view {
      padding-top: 50px;
      padding-bottom: 50px;
    }
    #custom-smalcode .panel-explosion-view .text-layer {
      position: relative;
      top: auto;
    }
    #custom-smalcode .panel-explosion-view .element-usp-wrap {
      margin-top: 40px;
    }
  }
  #custom-smalcode .panel-comfort {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #f9f9f9;
    position: relative;
  }
  #custom-smalcode .panel-comfort .outer-usp-wrap {
    margin-top: 60px;
    margin-bottom: 25px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
  #custom-smalcode .panel-comfort .relative-wrap {
    position: relative;
    padding-bottom: 20vw;
  }
  #custom-smalcode .panel-comfort .element-image-mask .mask {
    background-color: #f9f9f9;
  }
  #custom-smalcode .panel-comfort .image-mask-1 {
    margin-top: 60px;
  }
  #custom-smalcode .panel-comfort .image-swap {
    position: absolute;
    bottom: 0;
    right: 15%;
    width: 58%;
    z-index: 5;
  }
  #custom-smalcode .panel-comfort .image-swap .device-left {
    position: absolute;
    bottom: 21%;
    left: 13%;
    width: 28.1%;
  }
  #custom-smalcode .panel-comfort .image-swap .device-right {
    position: absolute;
    bottom: 9.5%;
    right: 11.5%;
    width: 44%;
  }
  #custom-smalcode .panel-comfort .image-swap .device-right.wireless {
    bottom: 13.5%;
  }
  @media only screen and (max-width: 1023px) {
    #custom-smalcode .panel-comfort {
      padding-top: 50px;
      padding-bottom: 40px;
    }
  }
  @media only screen and (max-width: 767px) {
    #custom-smalcode .panel-comfort {
      text-align: right;
      overflow: hidden;
      /*.element-image-mask{
        width: 60%;
        display: inline-block;
      }*/
    }
    #custom-smalcode .panel-comfort .relative-wrap {
      padding-bottom: 30px;
    }
    #custom-smalcode .panel-comfort .image-mask-1 {
      margin-top: 0;
      margin-bottom: 0;
      width: 50%;
    }
    #custom-smalcode .panel-comfort .image-mask-2 {
      width: 80%;
      display: inline-block;
    }
    #custom-smalcode .panel-comfort .outer-usp-wrap {
      margin-top: 40px;
      margin-bottom: 30px;
    }
    #custom-smalcode .panel-comfort .image-swap {
      right: -5%;
      left: auto;
      width: 75%;
      bottom: -5%;
    }
  }
  #custom-smalcode .panel-comfort .image-swap .device-left {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    will-change: transform;
  }
  #custom-smalcode .panel-comfort .image-swap .device-left.active {
    -webkit-transform: rotate(20deg) translate(-18%, 11%);
    transform: rotate(20deg) translate(-18%, 11%);
  }
  #custom-smalcode .panel-comfort .image-swap .device-right {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    will-change: transform;
  }
  #custom-smalcode .panel-comfort .image-swap .device-right.active {
    -webkit-transform: rotate(-20deg) translate(12%, 13%);
    transform: rotate(-20deg) translate(12%, 13%);
  }
  #custom-smalcode .panel-connectivity {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
  }
  #custom-smalcode .panel-connectivity .element-usp-wrap-2 {
    margin-top: 0;
    margin-left: 60px;
  }
  #custom-smalcode .panel-connectivity .row-image-usp {
    margin-top: 50px;
  }
  #custom-smalcode .panel-connectivity .usp-outer-wrap {
    display: -webkit-box;
    display: flex;
    margin-bottom: 40px;
  }
  @media only screen and (max-width: 1023px) {
    #custom-smalcode .panel-connectivity {
      padding-top: 40px;
      padding-bottom: 0;
    }
    #custom-smalcode .panel-connectivity .row-image-usp {
      margin-top: 30px;
    }
    #custom-smalcode .panel-connectivity .element-usp-wrap-2 {
      margin-top: 30px;
      margin-bottom: 25px;
      margin-left: 0;
    }
    #custom-smalcode .panel-connectivity .col-image {
      padding-left: 0;
      padding-right: 0;
    }
    #custom-smalcode .panel-connectivity .usp-outer-wrap {
      display: block;
    }
  }
  #custom-smalcode .panel-features {
    padding-top: 110px;
    padding-bottom: 50px;
    position: relative;
    background-color: #f9f9f9;
    text-align: center;
  }
  #custom-smalcode .panel-features .row-features {
    margin-top: 40px;
  }
  #custom-smalcode .panel-features .element-feature {
    text-align: left;
  }
  #custom-smalcode .panel-features .headline {
    margin-bottom: 0 !important;
  }
  @media only screen and (max-width: 1023px) {
    #custom-smalcode .panel-features {
      padding-bottom: 35px;
      padding-top: 65px;
    }
    #custom-smalcode
      .panel-features:not(.panel-features-4-elements)
      .row-features
      [class^="col-"] {
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 25px;
    }
    #custom-smalcode
      .panel-features:not(.panel-features-4-elements)
      .row-features
      [class^="col-"]:last-of-type {
      margin-bottom: 0;
    }
    #custom-smalcode
      .panel-features:not(.panel-features-4-elements)
      .row-features
      [class^="col-"]:nth-child(odd)
      .element-feature {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      flex-direction: row-reverse;
    }
    #custom-smalcode
      .panel-features:not(.panel-features-4-elements)
      .row-features
      [class^="col-"]:nth-child(odd)
      .element-feature
      .inner-text-wrap {
      padding-right: 25px;
      padding-left: 15px;
    }
    #custom-smalcode .panel-features.panel-features-4-elements .row-features {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: start;
      align-items: flex-start;
      flex-flow: wrap;
    }
    #custom-smalcode
      .panel-features.panel-features-4-elements
      .row-features
      [class^="col-"] {
      width: 50%;
      margin-top: 30px;
    }
    #custom-smalcode
      .panel-features.panel-features-4-elements
      .row-features
      [class^="col-"]:nth-child(1),
    #custom-smalcode
      .panel-features.panel-features-4-elements
      .row-features
      [class^="col-"]:nth-child(2) {
      margin-top: 0;
    }
  }
  @media only screen and (max-width: 767px) {
    #custom-smalcode
      .panel-features:not(.panel-features-4-elements)
      .row-features,
    #custom-smalcode .panel-features.panel-features-4-elements .row-features {
      display: block;
    }
    #custom-smalcode
      .panel-features:not(.panel-features-4-elements)
      .row-features
      [class^="col-"],
    #custom-smalcode
      .panel-features.panel-features-4-elements
      .row-features
      [class^="col-"] {
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 25px;
      width: 100%;
      margin-top: 0;
    }
    #custom-smalcode
      .panel-features:not(.panel-features-4-elements)
      .row-features
      [class^="col-"]:last-of-type,
    #custom-smalcode
      .panel-features.panel-features-4-elements
      .row-features
      [class^="col-"]:last-of-type {
      margin-bottom: 0;
    }
    #custom-smalcode
      .panel-features:not(.panel-features-4-elements)
      .row-features
      [class^="col-"]:nth-child(odd)
      .element-feature,
    #custom-smalcode
      .panel-features.panel-features-4-elements
      .row-features
      [class^="col-"]:nth-child(odd)
      .element-feature {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      flex-direction: row-reverse;
    }
    #custom-smalcode
      .panel-features:not(.panel-features-4-elements)
      .row-features
      [class^="col-"]:nth-child(odd)
      .element-feature
      .inner-text-wrap,
    #custom-smalcode
      .panel-features.panel-features-4-elements
      .row-features
      [class^="col-"]:nth-child(odd)
      .element-feature
      .inner-text-wrap {
      padding-right: 25px;
      padding-left: 15px;
    }
  }
  #custom-smalcode .panel-programmable {
    padding-top: 120px;
    padding-bottom: 40px;
    position: relative;
  }
  #custom-smalcode .panel-programmable .row-icue-usps {
    margin-top: 40px;
  }
  #custom-smalcode .panel-programmable .usp-outer-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
  #custom-smalcode .panel-programmable .element-usp-wrap-1 {
    margin-right: 50px;
  }
  #custom-smalcode .panel-programmable .element-zoom-image {
    margin-top: 40px;
  }
  #custom-smalcode .panel-programmable .element-usp-wrap {
    margin-top: 50px;
  }
  @media only screen and (min-width: 1024px) {
    #custom-smalcode .panel-programmable .col-text {
      padding-right: 50px;
    }
  }
  @media only screen and (max-width: 1023px) {
    #custom-smalcode .panel-programmable {
      padding-top: 65px;
      padding-bottom: 0;
    }
    #custom-smalcode .panel-programmable .element-icue-software {
      margin-top: 50px;
    }
    #custom-smalcode .panel-programmable .usp-outer-wrap {
      display: block;
    }
    #custom-smalcode .panel-programmable .element-usp-wrap-1 {
      margin-right: 0;
    }
    #custom-smalcode .panel-programmable .element-usp-wrap-1,
    #custom-smalcode .panel-programmable .element-usp-wrap-2 {
      margin-top: 40px;
    }
  }
  #custom-smalcode .panel-hero-category {
    position: relative;
    height: 100vh;
    height: calc(var(--vh) * 100);
    text-align: center;
    background-color: black;
  }
  #custom-smalcode .panel-hero-category .bg-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  #custom-smalcode .panel-hero-category .bg-layer .bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  #custom-smalcode .panel-hero-category .headline-layer {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
  }
  #custom-smalcode .panel-hero-category .headline {
    margin-top: 25px;
    margin-bottom: 35px !important;
  }
  #custom-smalcode .panel-hero-category .link-list {
    display: -webkit-inline-box;
    display: inline-flex;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
  }
  @media only screen and (max-width: 767px) {
    #custom-smalcode .panel-hero-category .link-list {
      font-size: 16px;
    }
  }
  #custom-smalcode .panel-hero-category .link-list a {
    display: block;
    margin-right: 60px;
  }
  #custom-smalcode .panel-hero-category .link-list a:last-of-type {
    margin-right: 0;
  }
  #custom-smalcode .panel-hero-category .read-more-layer {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    white-space: nowrap;
  }
  #custom-smalcode .panel-hero-category .read-more-layer .text {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: 500;
  }
  @media only screen and (max-width: 767px) {
    #custom-smalcode .panel-hero-category .read-more-layer .text {
      font-size: 12px;
      letter-spacing: 2px;
    }
  }
  #custom-smalcode .panel-hero-category .read-more-layer .animation-wrap {
    height: 40px;
    overflow: hidden;
    position: relative;
  }
  #custom-smalcode .panel-hero-category .read-more-layer .animation-wrap .line {
    width: 2px;
    height: 34px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-color: white;
    -webkit-animation: heroLineMove 2s infinite;
    animation: heroLineMove 2s infinite;
    will-change: transform;
  }
  #custom-smalcode .panel-hero-category .video-layer {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 185px;
    cursor: pointer;
  }
  @media only screen and (max-width: 1023px) {
    #custom-smalcode .panel-hero-category .style-h1 {
      font-size: 82px;
      line-height: 92px;
      letter-spacing: -1px;
    }
  }
  #custom-smalcode .panel-hero-category .video-layer .play-icon,
  #custom-smalcode
    .panel-hero-category-video-layer-mobile
    .video-layer
    .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 16px;
  }
  #custom-smalcode .panel-hero-category-video-layer-mobile {
    text-align: center;
    padding-top: 75px;
    padding-bottom: 50px;
    padding-left: 32px;
    padding-right: 32px;
    background-color: #363636;
  }
  #custom-smalcode .panel-hero-category-video-layer-mobile .video-layer {
    position: relative;
    margin-top: 30px;
  }
  #custom-smalcode .panel-hero-category-video-layer-mobile.page-slipstream {
    background-color: #130f0d;
    padding-bottom: 0;
    margin-bottom: 50px;
  }
  
  @-webkit-keyframes heroLineMove {
    from {
      -webkit-transform: translate(-50%, -45px);
      transform: translate(-50%, -45px);
    }
    to {
      -webkit-transform: translate(-50%, 45px);
      transform: translate(-50%, 45px);
    }
  }
  
  @keyframes heroLineMove {
    from {
      -webkit-transform: translate(-50%, -45px);
      transform: translate(-50%, -45px);
    }
    to {
      -webkit-transform: translate(-50%, 45px);
      transform: translate(-50%, 45px);
    }
  }
  #custom-smalcode .panel-hero-category .bg-layer {
    opacity: 1;
    will-change: opacity;
  }
  #custom-smalcode .panel-hero-category .bg-layer.active {
    opacity: 0;
  }
  #custom-smalcode .panel-hero-category {
    overflow: hidden;
  }
  #custom-smalcode .panel-hero-category .bg-layer .inner-fade-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    will-change: opacity;
    opacity: 1;
  }
  #custom-smalcode .panel-hero-category .bg-layer .inner-fade-layer.active {
    opacity: 0;
  }
  #custom-smalcode .panel-hero-category .bg-layer .inner-move-up-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  #custom-smalcode .panel-hero-category .bg-layer img {
    height: 82%;
    width: auto;
    position: absolute;
    top: 9.5%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  #custom-smalcode .panel-hero-category .bg-layer.width-full img {
    width: 36%;
    height: auto;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #custom-smalcode .panel-hero-category .element-image-mask .mask {
    background-color: black;
    -webkit-transition: 1s ease-out;
    transition: 1s ease-out;
  }
  #custom-smalcode .panel-hero-category .headline-layer .style-h6,
  #custom-smalcode .panel-hero-category .headline-layer .headline,
  #custom-smalcode .panel-hero-category .headline-layer a {
    will-change: opacity;
    opacity: 0;
  }
  #custom-smalcode .panel-hero-category .headline-layer .style-h6.fade-in,
  #custom-smalcode .panel-hero-category .headline-layer .headline.fade-in,
  #custom-smalcode .panel-hero-category .headline-layer a.fade-in {
    opacity: 1;
  }
  #custom-smalcode .panel-hero-category .headline-layer .style-h6,
  #custom-smalcode .panel-hero-category .headline-layer .headline {
    -webkit-transition: 1s ease-out;
    transition: 1s ease-out;
  }
  #custom-smalcode .panel-hero-category .headline-layer a {
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
  }
  #custom-smalcode .panel-hero-category .bg-layer {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    will-change: opacity, transform;
    -webkit-transition: 2s ease-out;
    transition: 2s ease-out;
  }
  #custom-smalcode .panel-hero-category .bg-layer.zoom-in {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  #custom-smalcode .panel-hero-category .bg-layer .bg-image,
  #custom-smalcode .panel-hero-category .bg-layer img {
    opacity: 0;
    will-change: opacity;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
  }
  #custom-smalcode .panel-hero-category .bg-layer .bg-image.fade-in,
  #custom-smalcode .panel-hero-category .bg-layer img.fade-in {
    opacity: 1;
  }
  #custom-smalcode .panel-hero-category .bg-layer .bg-image {
    -webkit-transition: 1s ease-out;
    transition: 1s ease-out;
  }
  #custom-smalcode .panel-hero-category .bg-layer .inner-move-up-layer {
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
    will-change: transform;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
  }
  #custom-smalcode .panel-hero-category .bg-layer .inner-move-up-layer.active {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #custom-smalcode .panel-hero-category .read-more-layer {
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    will-change: transform;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  #custom-smalcode .panel-hero-category .read-more-layer.fade-in {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  @media only screen and (max-width: 767px) {
    #custom-smalcode .panel-hero-category .headline {
      margin-top: 0;
      margin-bottom: 0 !important;
    }
    #custom-smalcode .panel-hero-category .link-list a {
      margin-right: 40px;
    }
    #custom-smalcode .panel-hero-category .bg-layer img {
      height: 55%;
      top: 23.5%;
    }
    #custom-smalcode .panel-hero-category .bg-layer .bg-image {
      top: auto;
      height: 65%;
      bottom: 30vw;
    }
  }
  #custom-smalcode .panel-meet-the-family {
    padding-top: 120px;
    padding-bottom: 60px;
    text-align: center;
    position: relative;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#363636),
      color-stop(52%, #4b4b4b),
      color-stop(68%, #414141)
    );
    background-image: -webkit-linear-gradient(
      top,
      #363636 0%,
      #4b4b4b 52%,
      #414141 68%
    );
    background-image: linear-gradient(
      180deg,
      #363636 0%,
      #4b4b4b 52%,
      #414141 68%
    );
  }
  #custom-smalcode .panel-meet-the-family > .maxWidth {
    position: relative;
    z-index: 99;
  }
  #custom-smalcode .panel-meet-the-family .headline-wrap {
    margin-bottom: 25px;
  }
  #custom-smalcode .panel-meet-the-family .row-teasers {
    margin-top: 70px;
  }
  @media only screen and (max-width: 767px) {
    #custom-smalcode .panel-meet-the-family {
      padding-top: 70px;
      padding-bottom: 40px;
    }
    #custom-smalcode .panel-meet-the-family .headline-wrap {
      margin-bottom: 15px;
    }
    #custom-smalcode .panel-meet-the-family .row-teasers {
      margin-top: 30px;
    }
    #custom-smalcode .panel-meet-the-family .row-teasers [class^="col-"] {
      padding-left: 4px;
      padding-right: 4px;
    }
  }
  #custom-smalcode .panel-audio-quality-2 {
    position: relative;
    padding-top: 110px;
    padding-bottom: 23vw;
  }
  #custom-smalcode .panel-audio-quality-2 .element-usp-wrap {
    margin-top: 60px;
  }
  #custom-smalcode .panel-audio-quality-2 .element-image-mask .mask {
    background-color: #414141;
  }
  #custom-smalcode .panel-audio-quality-2 .text-layer {
    position: relative;
    z-index: 10;
  }
  #custom-smalcode .panel-audio-quality-2 .bg-layer {
    width: 70%;
    right: 2%;
    bottom: 0;
    position: absolute;
    z-index: 5;
  }
  @media only screen and (max-width: 1023px) {
    #custom-smalcode .panel-audio-quality-2 .bg-layer {
      position: relative;
      width: 100%;
      right: 0;
      margin-top: 20px;
    }
  }
  @media only screen and (max-width: 767px) {
    #custom-smalcode .panel-audio-quality-2 {
      padding-top: 50px;
      padding-bottom: 30px;
    }
    #custom-smalcode .panel-audio-quality-2 .element-usp-wrap {
      margin-top: 40px;
    }
    #custom-smalcode .panel-audio-quality-2 .element-image-mask {
      margin-top: 15px;
    }
  }
  #custom-smalcode .product-sequence {
    position: relative;
  }
  #custom-smalcode .product-sequence img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
  }
  #custom-smalcode .product-sequence img.active {
    opacity: 1;
  }
  #custom-smalcode .product-sequence img:first-of-type {
    position: relative;
  }
  #custom-smalcode .panel-comfort-2 {
    padding-top: 110px;
    position: relative;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#414141),
      color-stop(68%, #4a4a4c)
    );
    background: -webkit-linear-gradient(top, #414141 0%, #4a4a4c 68%);
    background: linear-gradient(180deg, #414141 0%, #4a4a4c 68%);
  }
  #custom-smalcode .panel-comfort-2 .bg-layer {
    position: absolute;
    top: 50%;
    left: 0;
    width: 70%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  #custom-smalcode .panel-comfort-2 .text-layer {
    position: relative;
  }
  #custom-smalcode .panel-comfort-2 .outer-usp-wrap {
    margin-top: 60px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
  #custom-smalcode .panel-comfort-2 video {
    width: 100%;
    height: auto;
  }
  @media only screen and (max-width: 767px) {
    #custom-smalcode .panel-comfort-2 {
      padding-top: 50px;
      padding-bottom: 50px;
      text-align: right;
    }
    #custom-smalcode .panel-comfort-2 .row-image {
      margin-top: -50px;
    }
    #custom-smalcode .panel-comfort-2 .row-image video {
      width: 120px;
      height: auto;
      display: inline-block;
    }
  }
  #custom-smalcode .panel-category-sticky,
  #custom-smalcode .panel-category-sticky-mobile {
    background-color: #4a4a4c;
  }
  #custom-smalcode .panel-category-sticky .pos-helper-1,
  #custom-smalcode .panel-category-sticky-mobile .pos-helper-1 {
    top: 60vh;
    top: calc(var(--vh) * 60);
  }
  #custom-smalcode .panel-category-sticky .pos-helper-2,
  #custom-smalcode .panel-category-sticky-mobile .pos-helper-2 {
    top: 120vh;
    top: calc(var(--vh) * 120);
  }
  #custom-smalcode .panel-category-sticky .seperator,
  #custom-smalcode .panel-category-sticky-mobile .seperator {
    margin-top: 25px;
    margin-bottom: 15px;
    width: 34px;
    height: 2px;
    background-color: #fecb00;
  }
  #custom-smalcode .panel-category-sticky .sticky-layer,
  #custom-smalcode .panel-category-sticky-mobile .sticky-layer {
    height: 100vh;
    height: calc(var(--vh) * 100);
    width: 100%;
    overflow: hidden;
  }
  #custom-smalcode .panel-category-sticky .image-wrap,
  #custom-smalcode .panel-category-sticky-mobile .image-wrap {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  #custom-smalcode .panel-category-sticky .image-wrap .images-outer-wrap,
  #custom-smalcode .panel-category-sticky-mobile .image-wrap .images-outer-wrap {
    position: relative;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  #custom-smalcode .panel-category-sticky .image-wrap .images-outer-wrap.active,
  #custom-smalcode
    .panel-category-sticky-mobile
    .image-wrap
    .images-outer-wrap.active {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  #custom-smalcode .panel-category-sticky .image-wrap .images,
  #custom-smalcode .panel-category-sticky-mobile .image-wrap .images {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  #custom-smalcode .panel-category-sticky .image-wrap .images img,
  #custom-smalcode .panel-category-sticky-mobile .image-wrap .images img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  #custom-smalcode .panel-category-sticky .image-wrap .images img.active,
  #custom-smalcode .panel-category-sticky-mobile .image-wrap .images img.active {
    opacity: 1;
  }
  #custom-smalcode .panel-category-sticky .image-wrap .pfb-1,
  #custom-smalcode .panel-category-sticky-mobile .image-wrap .pfb-1 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
  }
  #custom-smalcode .panel-category-sticky .image-wrap .pfb-1.active,
  #custom-smalcode .panel-category-sticky-mobile .image-wrap .pfb-1.active {
    opacity: 1;
  }
  #custom-smalcode .panel-category-sticky .image-wrap .pfb-1 .indicator,
  #custom-smalcode .panel-category-sticky-mobile .image-wrap .pfb-1 .indicator {
    width: 26px;
    height: 26px;
    position: absolute;
    cursor: pointer;
  }
  #custom-smalcode
    .panel-category-sticky
    .image-wrap
    .pfb-1
    .indicator
    .inner-bullet,
  #custom-smalcode
    .panel-category-sticky-mobile
    .image-wrap
    .pfb-1
    .indicator
    .inner-bullet {
    width: 12px;
    height: 12px;
    background-color: white;
    position: absolute;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    will-change: transform;
  }
  #custom-smalcode
    .panel-category-sticky
    .image-wrap
    .pfb-1
    .indicator
    .inner-circle,
  #custom-smalcode
    .panel-category-sticky-mobile
    .image-wrap
    .pfb-1
    .indicator
    .inner-circle {
    width: 26px;
    height: 26px;
    border-radius: 100%;
    border: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    will-change: width, height, opacity;
  }
  #custom-smalcode
    .panel-category-sticky
    .image-wrap
    .pfb-1
    .indicator:not(.active)
    .inner-circle,
  #custom-smalcode
    .panel-category-sticky-mobile
    .image-wrap
    .pfb-1
    .indicator:not(.active)
    .inner-circle {
    -webkit-animation: indicatorLoop 2s infinite;
    animation: indicatorLoop 2s infinite;
  }
  #custom-smalcode
    .panel-category-sticky
    .image-wrap
    .pfb-1
    .indicator.active
    .inner-bullet,
  #custom-smalcode
    .panel-category-sticky-mobile
    .image-wrap
    .pfb-1
    .indicator.active
    .inner-bullet {
    background-color: #fecb00;
  }
  #custom-smalcode
    .panel-category-sticky
    .image-wrap
    .pfb-1
    .indicator.active
    .inner-circle,
  #custom-smalcode
    .panel-category-sticky-mobile
    .image-wrap
    .pfb-1
    .indicator.active
    .inner-circle {
    border: 1px solid #fecb00;
  }
  #custom-smalcode
    .panel-category-sticky
    .image-wrap
    .pfb-1
    .indicator.indicator-1,
  #custom-smalcode
    .panel-category-sticky-mobile
    .image-wrap
    .pfb-1
    .indicator.indicator-1 {
    top: 47%;
    left: 69%;
  }
  #custom-smalcode
    .panel-category-sticky
    .image-wrap
    .pfb-1
    .indicator.indicator-2,
  #custom-smalcode
    .panel-category-sticky-mobile
    .image-wrap
    .pfb-1
    .indicator.indicator-2 {
    top: 77%;
    left: 66%;
  }
  #custom-smalcode
    .panel-category-sticky
    .image-wrap
    .pfb-1
    .indicator.indicator-3,
  #custom-smalcode
    .panel-category-sticky-mobile
    .image-wrap
    .pfb-1
    .indicator.indicator-3 {
    top: 75%;
    left: 6%;
  }
  #custom-smalcode
    .panel-category-sticky
    .image-wrap
    .pfb-1
    .indicator.indicator-4,
  #custom-smalcode
    .panel-category-sticky-mobile
    .image-wrap
    .pfb-1
    .indicator.indicator-4 {
    top: 62%;
    left: 57%;
  }
  @media only screen and (max-width: 767px) {
    #custom-smalcode
      .panel-category-sticky
      .image-wrap
      .pfb-1
      .indicator.indicator-4,
    #custom-smalcode
      .panel-category-sticky-mobile
      .image-wrap
      .pfb-1
      .indicator.indicator-4 {
      top: 59%;
      left: 55%;
    }
  }
  #custom-smalcode .panel-category-sticky .inner-panel-wrap-connectivity,
  #custom-smalcode .panel-category-sticky-mobile .inner-panel-wrap-connectivity {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    -webkit-transform: translate(0, 90vh);
    transform: translate(0, 90vh);
    -webkit-transform: translate(0, calc(var(--vh) * 90));
    transform: translate(0, calc(var(--vh) * 90));
  }
  #custom-smalcode .panel-category-sticky .inner-panel-wrap-connectivity.active,
  #custom-smalcode
    .panel-category-sticky-mobile
    .inner-panel-wrap-connectivity.active {
    -webkit-transform: translate(0, 50vh) translate(0, -50%);
    transform: translate(0, 50vh) translate(0, -50%);
    -webkit-transform: translate(0, calc(var(--vh) * 50)) translate(0, -50%);
    transform: translate(0, calc(var(--vh) * 50)) translate(0, -50%);
  }
  #custom-smalcode .panel-category-sticky .inner-panel-wrap-connectivity.fadeAway,
  #custom-smalcode
    .panel-category-sticky-mobile
    .inner-panel-wrap-connectivity.fadeAway {
    -webkit-transform: translate(0, 0vh) translate(0, -100%);
    transform: translate(0, 0vh) translate(0, -100%);
  }
  #custom-smalcode
    .panel-category-sticky
    .inner-panel-wrap-connectivity
    .element-usp-wrap,
  #custom-smalcode
    .panel-category-sticky-mobile
    .inner-panel-wrap-connectivity
    .element-usp-wrap {
    margin-top: 60px;
    margin-bottom: 25px;
  }
  #custom-smalcode
    .panel-category-sticky
    .inner-panel-wrap-connectivity
    .element-usp-wrap
    .element-usp-item,
  #custom-smalcode
    .panel-category-sticky-mobile
    .inner-panel-wrap-connectivity
    .element-usp-wrap
    .element-usp-item {
    opacity: 0.3;
  }
  #custom-smalcode
    .panel-category-sticky
    .inner-panel-wrap-connectivity
    .element-usp-wrap
    .element-usp-item.active,
  #custom-smalcode
    .panel-category-sticky-mobile
    .inner-panel-wrap-connectivity
    .element-usp-wrap
    .element-usp-item.active {
    opacity: 1;
  }
  #custom-smalcode
    .panel-category-sticky
    .inner-panel-wrap-connectivity
    .info-elements-wrap,
  #custom-smalcode
    .panel-category-sticky-mobile
    .inner-panel-wrap-connectivity
    .info-elements-wrap {
    position: relative;
  }
  #custom-smalcode
    .panel-category-sticky
    .inner-panel-wrap-connectivity
    .info-element,
  #custom-smalcode
    .panel-category-sticky-mobile
    .inner-panel-wrap-connectivity
    .info-element {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  #custom-smalcode
    .panel-category-sticky
    .inner-panel-wrap-connectivity
    .info-element.active,
  #custom-smalcode
    .panel-category-sticky-mobile
    .inner-panel-wrap-connectivity
    .info-element.active {
    opacity: 1;
  }
  #custom-smalcode
    .panel-category-sticky
    .inner-panel-wrap-connectivity
    .info-element
    .info-headline,
  #custom-smalcode
    .panel-category-sticky-mobile
    .inner-panel-wrap-connectivity
    .info-element
    .info-headline {
    margin-bottom: 25px;
  }
  #custom-smalcode .panel-category-sticky .inner-panel-prepare-for-battle-title,
  #custom-smalcode
    .panel-category-sticky-mobile
    .inner-panel-prepare-for-battle-title {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    -webkit-transform: translate(0, 100vh);
    transform: translate(0, 100vh);
    -webkit-transform: translate(0, calc(var(--vh) * 100));
    transform: translate(0, calc(var(--vh) * 100));
    pointer-events: none;
  }
  #custom-smalcode
    .panel-category-sticky
    .inner-panel-prepare-for-battle-title.active,
  #custom-smalcode
    .panel-category-sticky-mobile
    .inner-panel-prepare-for-battle-title.active {
    -webkit-transform: translate(0, 10vh);
    transform: translate(0, 10vh);
    -webkit-transform: translate(0, calc(var(--vh) * 10));
    transform: translate(0, calc(var(--vh) * 10));
  }
  #custom-smalcode .panel-category-sticky .prepare-for-battle-image-slides,
  #custom-smalcode
    .panel-category-sticky-mobile
    .prepare-for-battle-image-slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0, 100vh);
    transform: translate(0, 100vh);
    -webkit-transform: translate(0, calc(var(--vh) * 100));
    transform: translate(0, calc(var(--vh) * 100));
    pointer-events: none;
  }
  #custom-smalcode .panel-category-sticky .prepare-for-battle-image-slides.active,
  #custom-smalcode
    .panel-category-sticky-mobile
    .prepare-for-battle-image-slides.active {
    -webkit-transform: translate(0, 10vh) translate(0, 25px);
    transform: translate(0, 10vh) translate(0, 25px);
    -webkit-transform: translate(0, calc(var(--vh) * 10)) translate(0, 25px);
    transform: translate(0, calc(var(--vh) * 10)) translate(0, 25px);
  }
  #custom-smalcode
    .panel-category-sticky
    .prepare-for-battle-image-slides
    .images-slide-wrap,
  #custom-smalcode
    .panel-category-sticky-mobile
    .prepare-for-battle-image-slides
    .images-slide-wrap {
    position: relative;
  }
  #custom-smalcode
    .panel-category-sticky
    .prepare-for-battle-image-slides
    .element-image-mask,
  #custom-smalcode
    .panel-category-sticky-mobile
    .prepare-for-battle-image-slides
    .element-image-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  #custom-smalcode
    .panel-category-sticky
    .prepare-for-battle-image-slides
    .element-image-mask.active,
  #custom-smalcode
    .panel-category-sticky-mobile
    .prepare-for-battle-image-slides
    .element-image-mask.active {
    opacity: 1;
  }
  #custom-smalcode
    .panel-category-sticky
    .prepare-for-battle-image-slides
    .element-image-mask
    .mask,
  #custom-smalcode
    .panel-category-sticky-mobile
    .prepare-for-battle-image-slides
    .element-image-mask
    .mask {
    background-color: #4a4a4c;
    -webkit-transition: none;
    transition: none;
  }
  #custom-smalcode
    .panel-category-sticky
    .prepare-for-battle-image-slides
    .element-image-mask
    .mask.transition-allowed,
  #custom-smalcode
    .panel-category-sticky-mobile
    .prepare-for-battle-image-slides
    .element-image-mask
    .mask.transition-allowed {
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
  }
  #custom-smalcode
    .panel-category-sticky
    .prepare-for-battle-image-slides
    .element-image-mask:before,
  #custom-smalcode
    .panel-category-sticky
    .prepare-for-battle-image-slides
    .element-image-mask:after,
  #custom-smalcode
    .panel-category-sticky-mobile
    .prepare-for-battle-image-slides
    .element-image-mask:before,
  #custom-smalcode
    .panel-category-sticky-mobile
    .prepare-for-battle-image-slides
    .element-image-mask:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: black;
  }
  #custom-smalcode
    .panel-category-sticky
    .prepare-for-battle-image-slides
    .element-image-mask:before,
  #custom-smalcode
    .panel-category-sticky-mobile
    .prepare-for-battle-image-slides
    .element-image-mask:before {
    top: 0;
  }
  #custom-smalcode
    .panel-category-sticky
    .prepare-for-battle-image-slides
    .element-image-mask:after,
  #custom-smalcode
    .panel-category-sticky-mobile
    .prepare-for-battle-image-slides
    .element-image-mask:after {
    bottom: 0;
  }
  #custom-smalcode .panel-category-sticky .inner-panel-prepare-for-battle-infos,
  #custom-smalcode
    .panel-category-sticky-mobile
    .inner-panel-prepare-for-battle-infos {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0, 150vh);
    transform: translate(0, 150vh);
    -webkit-transform: translate(0, calc(var(--vh) * 150));
    transform: translate(0, calc(var(--vh) * 150));
    pointer-events: none;
  }
  #custom-smalcode
    .panel-category-sticky
    .inner-panel-prepare-for-battle-infos.active,
  #custom-smalcode
    .panel-category-sticky-mobile
    .inner-panel-prepare-for-battle-infos.active {
    -webkit-transform: translate(0, 58vh);
    transform: translate(0, 58vh);
    -webkit-transform: translate(0, calc(var(--vh) * 62));
    transform: translate(0, calc(var(--vh) * 62));
  }
  #custom-smalcode
    .panel-category-sticky
    .inner-panel-prepare-for-battle-infos
    .pfb-infos-wrap,
  #custom-smalcode
    .panel-category-sticky-mobile
    .inner-panel-prepare-for-battle-infos
    .pfb-infos-wrap {
    position: relative;
  }
  #custom-smalcode
    .panel-category-sticky
    .inner-panel-prepare-for-battle-infos
    .pfb-infos-wrap
    .pfb-info,
  #custom-smalcode
    .panel-category-sticky-mobile
    .inner-panel-prepare-for-battle-infos
    .pfb-infos-wrap
    .pfb-info {
    padding-left: 25px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    will-change: opacity, transform;
    -webkit-transform: translate(-30px, 0);
    transform: translate(-30px, 0);
  }
  #custom-smalcode
    .panel-category-sticky
    .inner-panel-prepare-for-battle-infos
    .pfb-infos-wrap
    .pfb-info.active,
  #custom-smalcode
    .panel-category-sticky-mobile
    .inner-panel-prepare-for-battle-infos
    .pfb-infos-wrap
    .pfb-info.active {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #custom-smalcode
    .panel-category-sticky
    .inner-panel-prepare-for-battle-infos
    .pfb-infos-wrap
    .pfb-info.fade-out,
  #custom-smalcode
    .panel-category-sticky-mobile
    .inner-panel-prepare-for-battle-infos
    .pfb-infos-wrap
    .pfb-info.fade-out {
    opacity: 0;
    -webkit-transform: translate(30px, 0);
    transform: translate(30px, 0);
  }
  #custom-smalcode
    .panel-category-sticky
    .inner-panel-prepare-for-battle-infos
    .pfb-infos-wrap
    .pfb-info
    .pfb-info-headline,
  #custom-smalcode
    .panel-category-sticky-mobile
    .inner-panel-prepare-for-battle-infos
    .pfb-infos-wrap
    .pfb-info
    .pfb-info-headline {
    margin-top: 5px;
  }
  #custom-smalcode .panel-category-sticky-mobile .seperator {
    margin-top: 12px;
    margin-bottom: 8px;
  }
  #custom-smalcode .panel-category-sticky-mobile .inner-panel-wrap-connectivity {
    position: relative;
    -webkit-transform: none;
    transform: none;
    padding-top: 40px;
    padding-bottom: 30px;
  }
  #custom-smalcode
    .panel-category-sticky-mobile
    .inner-panel-wrap-connectivity
    .info-elements-wrap {
    max-width: 500px;
  }
  #custom-smalcode
    .panel-category-sticky-mobile
    .inner-panel-wrap-connectivity
    .element-usp-wrap {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  #custom-smalcode
    .panel-category-sticky-mobile
    .inner-panel-wrap-connectivity
    .element-usp-item {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  #custom-smalcode
    .panel-category-sticky-mobile
    .inner-panel-wrap-connectivity
    .info-element {
    position: relative;
    opacity: 1;
  }
  #custom-smalcode
    .panel-category-sticky-mobile
    .inner-panel-wrap-connectivity
    .info-element
    .info-headline {
    margin-bottom: 12px;
  }
  #custom-smalcode
    .panel-category-sticky-mobile
    .inner-panel-wrap-connectivity
    .info-element
    .bg-layer {
    padding-top: 30px;
  }
  #custom-smalcode
    .panel-category-sticky-mobile
    .inner-panel-wrap-connectivity
    .info-element
    .text-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
  }
  #custom-smalcode .panel-category-sticky-mobile .inner-panel-prepare-for-battle {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  #custom-smalcode
    .panel-category-sticky-mobile
    .inner-panel-prepare-for-battle
    .row-headline {
    text-align: center;
  }
  #custom-smalcode
    .panel-category-sticky-mobile
    .inner-panel-prepare-for-battle
    .image-wrap {
    position: relative;
    top: 0;
    -webkit-transform: none;
    transform: none;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  #custom-smalcode
    .panel-category-sticky-mobile
    .inner-panel-prepare-for-battle
    .image-wrap
    .pfb-1 {
    opacity: 1;
  }
  @media only screen and (max-width: 767px) {
    #custom-smalcode
      .panel-category-sticky-mobile
      .inner-panel-prepare-for-battle
      .image-wrap {
      width: 100%;
    }
  }
  #custom-smalcode
    .panel-category-sticky-mobile
    .inner-panel-prepare-for-battle
    .prepare-for-battle-slides {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  #custom-smalcode
    .panel-category-sticky-mobile
    .inner-panel-prepare-for-battle
    .prepare-for-battle-slides
    .images-slide-wrap
    .element-image-slide
    .inner-slide {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  #custom-smalcode
    .panel-category-sticky-mobile
    .inner-panel-prepare-for-battle
    .prepare-for-battle-slides
    .images-slide-wrap
    .element-image-slide
    .inner-slide
    img,
  #custom-smalcode
    .panel-category-sticky-mobile
    .inner-panel-prepare-for-battle
    .prepare-for-battle-slides
    .images-slide-wrap
    .element-image-slide
    .inner-slide
    .pfb-info {
    width: 50%;
  }
  #custom-smalcode
    .panel-category-sticky-mobile
    .inner-panel-prepare-for-battle
    .prepare-for-battle-slides
    .images-slide-wrap
    .element-image-slide
    .inner-slide
    .pfb-info {
    padding-left: 20px;
  }
  
  @-webkit-keyframes indicatorLoop {
    0% {
      width: 26px;
      height: 26px;
      opacity: 1;
    }
    100% {
      width: 60px;
      height: 60px;
      opacity: 0;
    }
  }
  
  @keyframes indicatorLoop {
    0% {
      width: 26px;
      height: 26px;
      opacity: 1;
    }
    100% {
      width: 60px;
      height: 60px;
      opacity: 0;
    }
  }
  #custom-smalcode .panel-programmable-black {
    position: relative;
    padding-bottom: 50px;
    padding-top: 5vh;
    background-color: #4a4a4c;
  }
  #custom-smalcode .panel-programmable-black .row-with-space {
    margin-bottom: 50px;
  }
  #custom-smalcode .panel-programmable-black .row-usps {
    margin-top: 65px;
    margin-bottom: 65px;
  }
  #custom-smalcode .panel-programmable-black .cta-white {
    color: black;
  }
  #custom-smalcode .panel-programmable-black .legal-text {
    margin-top: 60px;
    font-size: 14px;
    line-height: 22px;
    opacity: 0.7;
  }
  @media only screen and (max-width: 1023px) {
    #custom-smalcode .panel-programmable-black .legal-text {
      margin-top: 20px;
      margin-bottom: 50px;
    }
  }
  #custom-smalcode .panel-programmable-black .element-icue-software {
    margin-bottom: 50px;
  }
  @media only screen and (min-width: 1024px) {
    #custom-smalcode .panel-programmable-black .col-text {
      padding-right: 50px;
    }
  }
  @media only screen and (max-width: 1023px) {
    #custom-smalcode .panel-programmable-black {
      padding-top: 60px;
      padding-bottom: 30px;
    }
    #custom-smalcode .panel-programmable-black .element-icue-software {
      margin-top: 25px;
    }
    #custom-smalcode
      .panel-programmable-black
      .element-icue-software
      .icue-header {
      margin-bottom: 20px;
    }
    #custom-smalcode .panel-programmable-black .row-usps {
      margin-top: 40px;
      margin-bottom: 30px;
    }
    #custom-smalcode .panel-programmable-black .usp-outer-wrap {
      display: block;
    }
    #custom-smalcode .panel-programmable-black .element-usp-wrap-1 {
      margin-right: 0;
    }
    #custom-smalcode .panel-programmable-black .element-usp-wrap-1,
    #custom-smalcode .panel-programmable-black .element-usp-wrap-2 {
      margin-top: 40px;
    }
  }
  #custom-smalcode .panel-discover-more {
    position: relative;
    height: 100vh;
    height: calc(var(--vh) * 100);
    overflow: hidden;
    background-color: #4a4a4c;
  }
  #custom-smalcode .panel-discover-more .bg-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
  #custom-smalcode .panel-discover-more .bg-layer.active {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  #custom-smalcode .panel-discover-more .img-wrap {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
  }
  #custom-smalcode .panel-discover-more .img-wrap img {
    height: 90%;
    width: auto;
    position: absolute;
    bottom: 0;
    right: 10vw;
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    will-change: opacity;
  }
  #custom-smalcode .panel-discover-more .img-wrap img.active {
    opacity: 1;
  }
  #custom-smalcode .panel-discover-more .text-layer {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
  }
  #custom-smalcode .panel-discover-more .text-layer .discover-headline {
    text-transform: uppercase;
    font-family: 'Verveine-Regular';
    font-weight: normal;
    font-size: 60px;
    line-height: 60px;
    margin-top: 40px;
    margin-bottom: 70px;
  }
  #custom-smalcode .panel-discover-more .text-layer .menu-items-wrap {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
  }
  #custom-smalcode .panel-discover-more .text-layer .menu-items-wrap a {
    margin-right: 50px;
    opacity: 0.5;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    will-change: opacity;
  }
  #custom-smalcode .panel-discover-more .text-layer .menu-items-wrap a.active {
    opacity: 1;
  }
  #custom-smalcode
    .panel-discover-more
    .text-layer
    .menu-items-wrap
    a:last-of-type {
    margin-right: 0;
  }
  @media only screen and (max-width: 767px) {
    #custom-smalcode .panel-discover-more {
      height: 70vh;
      height: calc(var(--vh) * 70);
    }
    #custom-smalcode .panel-discover-more .img-wrap img {
      width: 110%;
      right: 55%;
      -webkit-transform: translate(50%, 0);
      transform: translate(50%, 0);
      height: auto;
    }
    #custom-smalcode .panel-discover-more .text-layer {
      top: 0;
      -webkit-transform: none;
      transform: none;
    }
    #custom-smalcode .panel-discover-more .text-layer [class^="col-"] {
      padding-left: 0;
      padding-right: 0;
    }
    #custom-smalcode .panel-discover-more .text-layer .discover-headline {
      padding-left: 15px;
      padding-right: 15px;
      margin-top: 30px;
      margin-bottom: 130px;
    }
    #custom-smalcode .panel-discover-more .text-layer .discover-headline {
      font-size: 40px;
      line-height: 48px;
    }
    #custom-smalcode .panel-discover-more .text-layer .menu-items-wrap {
      font-size: 30px;
    }
    #custom-smalcode .panel-discover-more .text-layer .menu-items-wrap a {
      margin-right: 0;
      display: block;
      width: 100%;
    }
    #custom-smalcode
      .panel-discover-more
      .text-layer
      .menu-items-wrap
      a:last-of-type {
      margin-right: 0;
    }
    #custom-smalcode
      .panel-discover-more
      .text-layer
      .menu-items-wrap
      a:not(.active) {
      pointer-events: none;
    }
  }
  #custom-smalcode .panel-hero-slipstream {
    position: relative;
    height: calc(100vh - 65px);
    overflow: hidden;
  }
  #custom-smalcode .panel-hero-slipstream .bg-layer {

    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  #custom-smalcode .panel-hero-slipstream .bg-layer video {
    height: 100%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: cover;
  }
  #custom-smalcode .panel-hero-slipstream .bg-layer.width-full video {
    width: 100%;
    height: auto;
  }
  #custom-smalcode .panel-hero-slipstream .bg-layer .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  #custom-smalcode .panel-hero-slipstream .text-layer {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
  }
  #custom-smalcode .panel-hero-slipstream .text-layer .slipstream-logo {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  #custom-smalcode .panel-hero-slipstream .text-layer .subheadline {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 42px;
    letter-spacing: 28px;
    margin-left: 30px;
    margin-bottom: 60px;
    margin-top: -10px;
  }
  #custom-smalcode .panel-hero-slipstream .text-layer .cta-transparent {
    margin-top: 40px;
    cursor: pointer;
  }
  #custom-smalcode .panel-hero-slipstream .read-more-layer {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    white-space: nowrap;
    width: 2px;
  }
  #custom-smalcode .panel-hero-slipstream .read-more-layer .animation-wrap {
    height: 40px;
    overflow: hidden;
    position: relative;
  }
  #custom-smalcode .panel-hero-slipstream .read-more-layer .animation-wrap .line {
    width: 2px;
    height: 34px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-color: white;
    -webkit-animation: heroLineMove 2s infinite;
    animation: heroLineMove 2s infinite;
    will-change: transform;
  }
  @media only screen and (max-width: 767px) {
    #custom-smalcode .panel-hero-slipstream .text-layer .slipstream-logo {
      width: 250px;
    }
    #custom-smalcode .panel-hero-slipstream .text-layer .subheadline {
      font-size: 26px;
      margin-top: -5px;
      letter-spacing: 17px;
      margin-left: 21px;
      margin-bottom: 30px;
    }
    #custom-smalcode .panel-hero-slipstream .text-layer .mobile-sub-sub-headline {
      max-width: 235px;
      margin-left: auto;
      margin-right: auto;
    }
  }
  #custom-smalcode .panel-hero-slipstream {
    will-change: transform;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #custom-smalcode .panel-hero-slipstream.active {
    -webkit-transform: translate(0, -20vh);
    transform: translate(0, -20vh);
  }
  #custom-smalcode .panel-next-wave-of-wireless {
    padding-top: 100px;
    padding-bottom: 80px;
    overflow: hidden;
  }
  #custom-smalcode .panel-next-wave-of-wireless .devices-wrap .ratio-wrap {
    padding-bottom: 37.223%;
  }
  #custom-smalcode .panel-next-wave-of-wireless .devices-wrap .device {
    position: absolute;
  }
  #custom-smalcode
    .panel-next-wave-of-wireless
    .devices-wrap
    .device.device-keyboard {
    width: 35.7%;
    top: 0;
    left: 0;
  }
  #custom-smalcode
    .panel-next-wave-of-wireless
    .devices-wrap
    .device.device-headphones {
    top: 19%;
    left: 38.7%;
    width: 23%;
  }
  #custom-smalcode
    .panel-next-wave-of-wireless
    .devices-wrap
    .device.device-mousepad {
    top: 18%;
    right: 0;
    width: 32%;
  }
  #custom-smalcode
    .panel-next-wave-of-wireless
    .devices-wrap
    .device.device-mouse {
    top: 38%;
    right: 10%;
    width: 10.5%;
  }
  #custom-smalcode .panel-next-wave-of-wireless .devices-wrap .wave-inner {
    position: absolute;
    opacity: 0;
  }
  #custom-smalcode
    .panel-next-wave-of-wireless
    .devices-wrap
    .wave-inner.animation-allowed {
    -webkit-animation: wavemove 4s infinite;
    animation: wavemove 4s infinite;
  }
  #custom-smalcode .panel-next-wave-of-wireless .devices-wrap .wave-inner div {
    padding-bottom: 100%;
    height: 0;
    border: 3px solid #ffcc00;
    border-radius: 100%;
  }
  #custom-smalcode .panel-next-wave-of-wireless .devices-wrap .wave-inner.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
  #custom-smalcode
    .panel-next-wave-of-wireless
    .devices-wrap
    .wave-inner.wave-headphones {
    top: 20%;
    left: 36.5%;
    width: 27%;
    -webkit-transform: scale(0.01);
    transform: scale(0.01);
  }
  #custom-smalcode
    .panel-next-wave-of-wireless
    .devices-wrap
    .wave-inner.wave-keyboard {
    top: 0;
    left: 0%;
    width: 31%;
    -webkit-transform: scale(0.01);
    transform: scale(0.01);
  }
  #custom-smalcode
    .panel-next-wave-of-wireless
    .devices-wrap
    .wave-inner.wave-mouse {
    right: 5%;
    top: 27%;
    width: 20%;
    -webkit-transform: scale(0.01);
    transform: scale(0.01);
  }
  @media only screen and (max-width: 767px) {
    #custom-smalcode .panel-next-wave-of-wireless {
      padding-top: 50px;
    }
    #custom-smalcode .panel-next-wave-of-wireless .mobile-headline {
      margin-bottom: 15px;
    }
    #custom-smalcode .panel-next-wave-of-wireless .devices-wrap {
      width: 130vw;
      margin-left: -15vw;
    }
  }
  
  @-webkit-keyframes wavemove {
    from {
      -webkit-transform: scale(0.01);
      transform: scale(0.01);
      opacity: 1;
    }
    to {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 0;
    }
  }
  
  @keyframes wavemove {
    from {
      -webkit-transform: scale(0.01);
      transform: scale(0.01);
      opacity: 1;
    }
    to {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 0;
    }
  }
  #custom-smalcode .panel-next-wave-of-wireless .devices-wrap .device {
    -webkit-transition: 0.7s ease-out;
    transition: 0.7s ease-out;
  }
  #custom-smalcode .panel-next-wave-of-wireless .devices-wrap .device-keyboard {
    -webkit-transform: translate(-10vw, 5vw);
    transform: translate(-10vw, 5vw);
  }
  #custom-smalcode .panel-next-wave-of-wireless .devices-wrap .device-headphones {
    -webkit-transform: translate(0, 5vw);
    transform: translate(0, 5vw);
  }
  #custom-smalcode .panel-next-wave-of-wireless .devices-wrap .device-mouse {
    -webkit-transform: translate(10vw, 5vw);
    transform: translate(10vw, 5vw);
  }
  #custom-smalcode .panel-next-wave-of-wireless .devices-wrap .device-mousepad {
    -webkit-transform: translate(10vw, 5vw);
    transform: translate(10vw, 5vw);
  }
  #custom-smalcode
    .panel-next-wave-of-wireless
    .devices-wrap.active
    .device-keyboard {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #custom-smalcode
    .panel-next-wave-of-wireless
    .devices-wrap.active
    .device-headphones {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #custom-smalcode
    .panel-next-wave-of-wireless
    .devices-wrap.active
    .device-mouse {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #custom-smalcode
    .panel-next-wave-of-wireless
    .devices-wrap.active
    .device-mousepad {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #custom-smalcode .panel-after-hero-slipstream {
    margin-top: -20vh;
  }
  #custom-smalcode .panel-hero-category-video-layer-mobile.page-slipstream {
    will-change: transform;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #custom-smalcode
    .panel-hero-category-video-layer-mobile.page-slipstream.active {
    -webkit-transform: translate(0, -20vh);
    transform: translate(0, -20vh);
  }
  #custom-smalcode .panel-fastest-wireless {
    padding-top: 160px;
    padding-bottom: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  #custom-smalcode .panel-fastest-wireless .subtitle {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  #custom-smalcode .panel-fastest-wireless .bar-headline {
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  #custom-smalcode .panel-fastest-wireless .under-bar-headline-note {
    margin-bottom: 55px;
    font-size: 14px;
    font-weight: 100;
  }
  @media only screen and (max-width: 1023px) {
    #custom-smalcode .panel-fastest-wireless .under-bar-headline-note {
      font-size: 12px;
    }
  }
  #custom-smalcode .panel-fastest-wireless .desktop .outer-bars-wrap {
    display: -webkit-box;
    display: flex;
  }
  #custom-smalcode .panel-fastest-wireless .desktop .outer-bars-wrap .bar-ele {
    width: 25%;
  }
  #custom-smalcode
    .panel-fastest-wireless
    .desktop
    .outer-bars-wrap
    .bar-ele.bar-ele-corsair {
    color: #ffcc00;
  }
  #custom-smalcode
    .panel-fastest-wireless
    .desktop
    .outer-bars-wrap
    .bar-ele.bar-ele-corsair
    .fill-ele {
    background-color: #ffcc00;
  }
  #custom-smalcode
    .panel-fastest-wireless
    .desktop
    .outer-bars-wrap
    .bar-ele.bar-ele-brand-a {
    color: #767676;
  }
  #custom-smalcode
    .panel-fastest-wireless
    .desktop
    .outer-bars-wrap
    .bar-ele.bar-ele-brand-a
    .fill-ele {
    background-color: #d3d3d3;
  }
  #custom-smalcode
    .panel-fastest-wireless
    .desktop
    .outer-bars-wrap
    .bar-ele.bar-ele-brand-b {
    color: #767676;
  }
  #custom-smalcode
    .panel-fastest-wireless
    .desktop
    .outer-bars-wrap
    .bar-ele.bar-ele-brand-b
    .fill-ele {
    background-color: #d3d3d3;
  }
  #custom-smalcode
    .panel-fastest-wireless
    .desktop
    .outer-bars-wrap
    .bar-ele.bar-ele-brand-c {
    color: #767676;
  }
  #custom-smalcode
    .panel-fastest-wireless
    .desktop
    .outer-bars-wrap
    .bar-ele.bar-ele-brand-c
    .fill-ele {
    background-color: #d3d3d3;
  }
  #custom-smalcode
    .panel-fastest-wireless
    .desktop
    .outer-bars-wrap
    .bar-ele
    .slipstream-logo {
    position: absolute;
    width: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 30%;
    max-width: 200px;
  }
  #custom-smalcode
    .panel-fastest-wireless
    .desktop
    .outer-bars-wrap
    .bar-ele
    .fill-ele {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  #custom-smalcode
    .panel-fastest-wireless
    .desktop
    .outer-bars-wrap
    .bar-ele
    .title {
    text-transform: uppercase;
    font-size: 22px;
    text-align: center;
    margin-top: 15px;
    width: calc(100% - 100px);
  }
  #custom-smalcode
    .panel-fastest-wireless
    .desktop
    .outer-bars-wrap
    .bar-ele
    .value-ele {
    font-size: 22px;
    position: absolute;
    bottom: 0;
    right: -20px;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  #custom-smalcode
    .panel-fastest-wireless
    .desktop
    .outer-bars-wrap
    .bar-ele
    .top-content {
    position: relative;
    height: 200px;
    width: calc(100% - 100px);
  }
  #custom-smalcode
    .panel-fastest-wireless
    .desktop
    .outer-bars-wrap
    .bar-ele
    .background {
    background-color: #636363;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
  }
  #custom-smalcode .panel-fastest-wireless .mobile .outer-bar-wrap .bar-wrap {
    margin-bottom: 45px;
    position: relative;
  }
  #custom-smalcode
    .panel-fastest-wireless
    .mobile
    .outer-bar-wrap
    .bar-wrap.bar-wrap-corsair
    .bar-value {
    width: 27px;
  }
  #custom-smalcode
    .panel-fastest-wireless
    .mobile
    .outer-bar-wrap
    .bar-wrap.bar-wrap-corsair
    .title {
    color: #ffcc00;
  }
  #custom-smalcode
    .panel-fastest-wireless
    .mobile
    .outer-bar-wrap
    .bar-wrap.bar-wrap-corsair
    .bar-inner-wrap
    .bar-progress {
    background-color: #ffcc00;
  }
  #custom-smalcode
    .panel-fastest-wireless
    .mobile
    .outer-bar-wrap
    .bar-wrap.bar-wrap-corsair
    .slipstream-logo {
    width: 102px;
    position: absolute;
    top: -25px;
    left: 20%;
  }
  #custom-smalcode
    .panel-fastest-wireless
    .mobile
    .outer-bar-wrap
    .bar-wrap.bar-wrap-brand-a
    .bar-value {
    width: 41px;
  }
  #custom-smalcode
    .panel-fastest-wireless
    .mobile
    .outer-bar-wrap
    .bar-wrap.bar-wrap-brand-a
    .title {
    color: #767676;
  }
  #custom-smalcode
    .panel-fastest-wireless
    .mobile
    .outer-bar-wrap
    .bar-wrap.bar-wrap-brand-a
    .bar-inner-wrap
    .bar-progress {
    background-color: #d3d3d3;
  }
  #custom-smalcode
    .panel-fastest-wireless
    .mobile
    .outer-bar-wrap
    .bar-wrap.bar-wrap-brand-b
    .bar-value {
    width: 39px;
  }
  #custom-smalcode
    .panel-fastest-wireless
    .mobile
    .outer-bar-wrap
    .bar-wrap.bar-wrap-brand-b
    .title {
    color: #767676;
  }
  #custom-smalcode
    .panel-fastest-wireless
    .mobile
    .outer-bar-wrap
    .bar-wrap.bar-wrap-brand-b
    .bar-inner-wrap
    .bar-progress {
    background-color: #d3d3d3;
  }
  #custom-smalcode
    .panel-fastest-wireless
    .mobile
    .outer-bar-wrap
    .bar-wrap.bar-wrap-brand-c
    .bar-value {
    width: 39px;
  }
  #custom-smalcode
    .panel-fastest-wireless
    .mobile
    .outer-bar-wrap
    .bar-wrap.bar-wrap-brand-c
    .title {
    color: #767676;
  }
  #custom-smalcode
    .panel-fastest-wireless
    .mobile
    .outer-bar-wrap
    .bar-wrap.bar-wrap-brand-c
    .bar-inner-wrap
    .bar-progress {
    background-color: #d3d3d3;
  }
  #custom-smalcode
    .panel-fastest-wireless
    .mobile
    .outer-bar-wrap
    .bar-wrap
    .title {
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  #custom-smalcode
    .panel-fastest-wireless
    .mobile
    .outer-bar-wrap
    .bar-wrap
    .bar-inner-wrap {
    position: relative;
  }
  #custom-smalcode
    .panel-fastest-wireless
    .mobile
    .outer-bar-wrap
    .bar-wrap
    .bar-inner-wrap
    .bar-full {
    background-color: #636363;
    height: 6px;
    width: 100%;
  }
  #custom-smalcode
    .panel-fastest-wireless
    .mobile
    .outer-bar-wrap
    .bar-wrap
    .bar-inner-wrap
    .bar-progress {
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #custom-smalcode
    .panel-fastest-wireless
    .mobile
    .outer-bar-wrap
    .bar-wrap
    .bar-inner-wrap
    .bar-progress.active {
    width: 100%;
  }
  #custom-smalcode
    .panel-fastest-wireless
    .mobile
    .outer-bar-wrap
    .bar-wrap
    .bar-value {
    position: absolute;
    top: 0;
    left: 10%;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: bold;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #custom-smalcode
    .panel-fastest-wireless
    .mobile
    .outer-bar-wrap
    .bar-wrap
    .bar-value.active {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  @media only screen and (max-width: 1023px) {
    #custom-smalcode
      .panel-fastest-wireless
      .mobile
      .outer-bar-wrap
      .bar-wrap.bar-wrap-corsair
      .slipstream-logo {
      top: -30px;
    }
    #custom-smalcode
      .panel-fastest-wireless
      .mobile
      .outer-bar-wrap
      .bar-wrap
      .bar-value {
      font-size: 13px;
      letter-spacing: 0;
    }
  }
  @media only screen and (max-width: 767px) {
    #custom-smalcode .panel-fastest-wireless {
      padding-top: 80px;
      padding-bottom: 70px;
    }
    #custom-smalcode
      .panel-fastest-wireless
      .mobile
      .outer-bar-wrap
      .bar-wrap
      .bar-value {
      left: 48%;
    }
    #custom-smalcode
      .panel-fastest-wireless
      .mobile
      .outer-bar-wrap
      .bar-wrap.bar-wrap-corsair
      .slipstream-logo {
      left: 40%;
    }
    #custom-smalcode
      .panel-fastest-wireless
      .mobile
      .outer-bar-wrap
      .bar-wrap.bar-wrap-corsair
      .bar-value {
      left: 18%;
    }
  }
  #custom-smalcode .panel-superior-signal-strength {
    text-align: center;
    position: relative;
    height: 100vh;
    overflow: hidden;
  }
  #custom-smalcode .panel-superior-signal-strength .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  #custom-smalcode .panel-superior-signal-strength .bg-layer video {
    height: 100%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: cover;
  }
  #custom-smalcode .panel-superior-signal-strength .bg-layer.width-full video {
    width: 100%;
    height: auto;
  }
  #custom-smalcode .panel-superior-signal-strength .bg-layer .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  #custom-smalcode .panel-superior-signal-strength .text-layer {
    height: 100%;
    width: 100%;
  }
  #custom-smalcode .panel-superior-signal-strength .superior-strength {
  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  #custom-smalcode .panel-ultra-long-range {
    padding-top: 130px;
    padding-bottom: 60px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  #custom-smalcode .panel-ultra-long-range .animation-wrap {
    margin-top: 90px;
    margin-bottom: 50px;
  }
  #custom-smalcode .panel-ultra-long-range .animation-wrap .ratio-wrap {
    padding-bottom: 36.1%;
  }
  #custom-smalcode .panel-ultra-long-range .animation-wrap .headphones {
    width: 20%;
    position: absolute;
    left: 50%;
    top: 0.5%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  #custom-smalcode .panel-ultra-long-range .animation-wrap .usb {
    position: absolute;
    left: 9%;
    top: 71%;
    width: 1.6%;
    max-width: 22px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  #custom-smalcode .panel-ultra-long-range .animation-wrap .oval {
    width: 75.9%;
    height: 58%;
    border: 2px solid #fecb00;
    border-radius: 100%;
    background-color: rgba(0, 255, 255, 0.02);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  #custom-smalcode .panel-ultra-long-range .animation-wrap .circle {
    background-color: #414141;
    border: 1px solid #fecb00;
    position: absolute;
    border-radius: 100%;
    width: 1.112%;
    top: 70%;
  }
  #custom-smalcode .panel-ultra-long-range .animation-wrap .circle .circle-inner {
    padding-bottom: 100%;
  }
  #custom-smalcode .panel-ultra-long-range .animation-wrap .circle.circle-left {
    left: 11.5%;
  }
  #custom-smalcode .panel-ultra-long-range .animation-wrap .circle.circle-right {
    left: 50%;
  }
  #custom-smalcode .panel-ultra-long-range .animation-wrap .line {
    background-color: #fecb00;
    height: 1px;
    position: absolute;
    top: 71.5%;
  }
  #custom-smalcode .panel-ultra-long-range .animation-wrap .line.line-left {
    width: 13.4%;
    left: 12%;
  }
  #custom-smalcode .panel-ultra-long-range .animation-wrap .line.line-right {
    width: 16%;
    right: 49.5%;
  }
  #custom-smalcode .panel-ultra-long-range .animation-wrap .usp-title {
    position: absolute;
    text-align: left;
    text-transform: uppercase;
    top: 71%;
    left: 27%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  #custom-smalcode .panel-ultra-long-range .animation-wrap .usp-title .label {
    letter-spacing: 1px;
    font-weight: bold;
    color: #aeaeae;
    font-size: 18px;
    line-height: 20px;
  }
  #custom-smalcode .panel-ultra-long-range .animation-wrap .usp-title .big-label {
    font-size: 36px;
    line-height: 44px;
    font-weight: bold;
  }
  #custom-smalcode .panel-ultra-long-range .legal-text {
    text-align: right;
    font-size: 14px;
    font-weight: 100;
  }
  #custom-smalcode .panel-ultra-long-range .animation-wrap .oval {
    -webkit-transform: scale(0) translate(-50%, 0);
    transform: scale(0) translate(-50%, 0);
    -webkit-transform-origin: left;
    transform-origin: left;
    opacity: 0;
  }
  #custom-smalcode .panel-ultra-long-range .animation-wrap .oval.active {
    -webkit-transform: scale(1) translate(-50%, 0);
    transform: scale(1) translate(-50%, 0);
    opacity: 1;
  }
  #custom-smalcode .panel-ultra-long-range .animation-wrap .usb {
    -webkit-transform: translate(39vw, -50%);
    transform: translate(39vw, -50%);
    opacity: 0;
    will-change: opacity, transform;
  }
  #custom-smalcode .panel-ultra-long-range .animation-wrap .usb.active {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 1;
  }
  #custom-smalcode .panel-ultra-long-range .animation-wrap .usp-title {
    -webkit-transform: translate(10vw, 0) translate(-50%, 0) translate(0, -50%);
    transform: translate(10vw, 0) translate(-50%, 0) translate(0, -50%);
    opacity: 0;
    will-change: opacity, transform;
  }
  #custom-smalcode .panel-ultra-long-range .animation-wrap .usp-title.active {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 1;
  }
  #custom-smalcode .panel-ultra-long-range .animation-wrap .circle-left {
    -webkit-transform: translate(37vw, 0);
    transform: translate(37vw, 0);
    opacity: 0;
    will-change: opacity, transform;
  }
  #custom-smalcode .panel-ultra-long-range .animation-wrap .circle-left.active {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  #custom-smalcode .panel-ultra-long-range .animation-wrap .line-right {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    will-change: transform;
  }
  #custom-smalcode .panel-ultra-long-range .animation-wrap .line-right.active {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  #custom-smalcode .panel-ultra-long-range .animation-wrap .line-left {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    will-change: transform;
  }
  #custom-smalcode .panel-ultra-long-range .animation-wrap .line-left.active {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  @media only screen and (max-width: 767px) {
    #custom-smalcode .panel-ultra-long-range {
      padding-top: 60px;
      padding-bottom: 20px;
    }
    #custom-smalcode .panel-ultra-long-range .animation-wrap {
      margin-top: 100px;
    }
    #custom-smalcode .panel-ultra-long-range .animation-wrap .ratio-wrap {
      padding-bottom: 50%;
    }
    #custom-smalcode .panel-ultra-long-range .animation-wrap .circle {
      width: 8px;
      top: 78%;
    }
    #custom-smalcode .panel-ultra-long-range .animation-wrap .circle.circle-left {
      left: 8%;
    }
    #custom-smalcode .panel-ultra-long-range .animation-wrap .line.line-right {
      width: 41%;
      top: 79.5%;
      opacity: 0;
    }
    #custom-smalcode
      .panel-ultra-long-range
      .animation-wrap
      .line.line-right.active {
      opacity: 1;
    }
    #custom-smalcode .panel-ultra-long-range .animation-wrap .usp-title {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      opacity: 1;
      left: auto;
      right: 32px;
      top: -60px;
    }
    #custom-smalcode .panel-ultra-long-range .animation-wrap .headphones {
      width: 27.2%;
    }
    #custom-smalcode .panel-ultra-long-range .animation-wrap .oval {
      width: 82.4%;
      height: 39%;
    }
    #custom-smalcode .panel-ultra-long-range .animation-wrap .usb {
      width: 22px;
      left: 20px;
      -webkit-transform: translate(39vw, -120%);
      transform: translate(39vw, -120%);
    }
    #custom-smalcode .panel-ultra-long-range .animation-wrap .usb.active {
      -webkit-transform: translate(0, -120%);
      transform: translate(0, -120%);
      opacity: 1;
    }
    #custom-smalcode .panel-ultra-long-range .legal-text {
      font-size: 12px;
      line-height: 18px;
    }
  }
  #custom-smalcode .panel-shop-slipstream-wireless-products {
    padding-top: 120px;
    padding-bottom: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  #custom-smalcode .panel-shop-slipstream-wireless-products .shop-grid {
    margin-top: 70px;
  }
  #custom-smalcode .panel-shop-slipstream-wireless-products .shop-grid a {
    display: block;
  }
  #custom-smalcode
    .panel-shop-slipstream-wireless-products
    .shop-grid
    .product-link {
    overflow: hidden;
  }
  #custom-smalcode
    .panel-shop-slipstream-wireless-products
    .shop-grid
    .product-link
    .zoom-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    will-change: transform;
  }
  #custom-smalcode
    .panel-shop-slipstream-wireless-products
    .shop-grid
    .product-link
    .shop-title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 500;
    padding-right: 20px;
  }
  #custom-smalcode
    .panel-shop-slipstream-wireless-products
    .shop-grid
    .product-link:hover
    .zoom-img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  #custom-smalcode .panel-shop-slipstream-wireless-products .shop-grid .level-1 {
    display: -webkit-box;
    display: flex;
  }
  #custom-smalcode
    .panel-shop-slipstream-wireless-products
    .shop-grid
    .level-1
    .left-column-level-1 {
    width: 32.472%;
  }
  #custom-smalcode
    .panel-shop-slipstream-wireless-products
    .shop-grid
    .level-1
    .left-column-level-1
    .product-link
    .ratio-wrap {
    padding-bottom: 153.735%;
  }
  #custom-smalcode
    .panel-shop-slipstream-wireless-products
    .shop-grid
    .level-1
    .right-column-level-1 {
    margin-left: 16px;
    width: calc(67.528% - 16px);
  }
  #custom-smalcode .panel-shop-slipstream-wireless-products .shop-grid .level-2 {
    display: -webkit-box;
    display: flex;
    margin-bottom: 16px;
  }
  #custom-smalcode
    .panel-shop-slipstream-wireless-products
    .shop-grid
    .level-2:last-of-type {
    margin-bottom: 0;
  }
  #custom-smalcode
    .panel-shop-slipstream-wireless-products
    .shop-grid
    .level-2
    .left-column-level-2,
  #custom-smalcode
    .panel-shop-slipstream-wireless-products
    .shop-grid
    .level-2
    .right-column-level-2 {
    width: calc(50% - 8px);
  }
  #custom-smalcode
    .panel-shop-slipstream-wireless-products
    .shop-grid
    .level-2
    .left-column-level-2
    .product-link
    .ratio-wrap,
  #custom-smalcode
    .panel-shop-slipstream-wireless-products
    .shop-grid
    .level-2
    .right-column-level-2
    .product-link
    .ratio-wrap {
    padding-bottom: 74.62%;
  }
  #custom-smalcode
    .panel-shop-slipstream-wireless-products
    .shop-grid
    .level-2
    .left-column-level-2 {
    margin-right: 8px;
  }
  #custom-smalcode
    .panel-shop-slipstream-wireless-products
    .shop-grid
    .level-2
    .right-column-level-2 {
    margin-left: 8px;
  }
  #custom-smalcode
    .panel-shop-slipstream-wireless-products
    .shop-grid
    .right-column-bottom
    .product-link
    .ratio-wrap {
    padding-bottom: 36.6%;
  }
  @media only screen and (max-width: 1023px) {
    #custom-smalcode
      .panel-shop-slipstream-wireless-products
      .shop-grid
      .product-link
      .shop-title {
      bottom: 15px;
      left: 15px;
      font-size: 16px;
      line-height: 22px;
      padding-right: 15px;
    }
  }
  @media only screen and (max-width: 767px) {
    #custom-smalcode .panel-shop-slipstream-wireless-products {
      padding-top: 60px;
      padding-bottom: 50px;
    }
    #custom-smalcode .panel-shop-slipstream-wireless-products .shop-grid {
      margin-top: 50px;
    }
    #custom-smalcode
      .panel-shop-slipstream-wireless-products
      .shop-grid
      .product-link {
      margin-bottom: 8px;
    }
    #custom-smalcode
      .panel-shop-slipstream-wireless-products
      .shop-grid
      .product-link
      .ratio-wrap {
      padding-bottom: 64% !important;
    }
    #custom-smalcode
      .panel-shop-slipstream-wireless-products
      .shop-grid
      .level-1 {
      display: block;
    }
    #custom-smalcode
      .panel-shop-slipstream-wireless-products
      .shop-grid
      .level-1
      .left-column-level-1 {
      width: 100%;
    }
    #custom-smalcode
      .panel-shop-slipstream-wireless-products
      .shop-grid
      .level-1
      .right-column-level-1 {
      margin-left: 0;
      width: 100%;
    }
    #custom-smalcode
      .panel-shop-slipstream-wireless-products
      .shop-grid
      .level-2 {
      display: block;
      margin-bottom: 0;
    }
    #custom-smalcode
      .panel-shop-slipstream-wireless-products
      .shop-grid
      .level-2
      .left-column-level-2,
    #custom-smalcode
      .panel-shop-slipstream-wireless-products
      .shop-grid
      .level-2
      .right-column-level-2 {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
    }
  }
  #custom-smalcode .panel-hero-video {
    overflow: hidden;
    position: relative;
  }
  #custom-smalcode .panel-hero-video .bg-layer video {
    height: 100%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #custom-smalcode .panel-hero-video .text-layer {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: white;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
  }
  #custom-smalcode .panel-hero-video .text-layer .big-title {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  #custom-smalcode .panel-hero-video .text-layer .cta-outer-wrap {
    margin-top: 25px;
  }
  @media only screen and (max-width: 767px) {
    #custom-smalcode .panel-hero-video .ratio-wrap {
      padding-bottom: 0;
      height: 100vh;
    }
  }
  #custom-smalcode .panel-faster-game-render-encode {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  #custom-smalcode .panel-faster-game-render-encode video {
    width: 100%;
    height: auto;
  }
  #custom-smalcode .panel-faster-game-render-encode .headline {
    margin-top: 0;
  }
  #custom-smalcode .panel-faster-game-render-encode .row-first {
    margin-bottom: 60px;
  }
  #custom-smalcode .panel-faster-game-render-encode .box-top-title {
    text-align: center;
    margin-bottom: 30px;
  }
  #custom-smalcode .panel-faster-game-render-encode .boxes-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  #custom-smalcode .panel-faster-game-render-encode .boxes-wrap .box {
    text-align: center;
    width: calc(50% - 8px);
  }
  #custom-smalcode
    .panel-faster-game-render-encode
    .boxes-wrap
    .box
    .box-bg-wrap {
    height: 200px;
    background-color: rgba(219, 219, 219, 0.2);
    position: relative;
  }
  #custom-smalcode
    .panel-faster-game-render-encode
    .boxes-wrap
    .box
    .box-title-top {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  #custom-smalcode
    .panel-faster-game-render-encode
    .boxes-wrap
    .box
    .box-title-bottom {
    margin-top: 20px;
  }
  #custom-smalcode
    .panel-faster-game-render-encode
    .boxes-wrap
    .box
    .box-front-bg-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  #custom-smalcode
    .panel-faster-game-render-encode
    .boxes-wrap
    .box.box-left
    .box-front-bg-wrap {
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#ffe800),
      to(#ffcc00)
    );
    background-image: -webkit-linear-gradient(top, #ffe800 0%, #ffcc00 100%);
    background-image: linear-gradient(180deg, #ffe800 0%, #ffcc00 100%);
    height: 160px;
  }
  #custom-smalcode
    .panel-faster-game-render-encode
    .boxes-wrap
    .box.box-right
    .box-front-bg-wrap {
    background-color: #555555;
    height: 130px;
  }
  #custom-smalcode
    .panel-faster-game-render-encode
    .boxes-wrap
    .box.box-right
    .box-title-top {
    padding-top: 40px;
    color: #aeaeae;
  }
  @media screen and (max-width: 767px) {
    #custom-smalcode .panel-faster-game-render-encode .element-image-mask {
      margin-top: 25px;
      margin-bottom: 90px;
    }
  }
  #custom-smalcode .panel-faster-game-render-encode .element-image-mask .mask {
    background-color: #f9f9f9;
  }
  @media only screen and (max-width: 1199px) and (min-width: 768px) {
    #custom-smalcode
      .panel-faster-game-render-encode
      .tablet-breakt
      .col-1.desktop {
      display: none;
    }
    #custom-smalcode .panel-faster-game-render-encode .tablet-breakt .col-2 {
      width: 33.3333333333%;
    }
    #custom-smalcode .panel-faster-game-render-encode .tablet-breakt .col-9 {
      width: 66.6666666667%;
    }
  }
  @media only screen and (max-width: 1023px) {
    #custom-smalcode .panel-faster-game-render-encode {
      padding-top: 80px;
      padding-bottom: 40px;
    }
    #custom-smalcode .panel-faster-game-render-encode .row-first {
      margin-bottom: 30px;
    }
    #custom-smalcode .panel-faster-game-render-encode .inner-col-content {
      max-width: 400px;
      margin-bottom: 30px;
    }
    #custom-smalcode .panel-faster-game-render-encode .box-top-title {
      margin-bottom: 15px;
    }
    #custom-smalcode
      .panel-faster-game-render-encode
      .boxes-wrap
      .box
      .box-title-bottom {
      margin-top: 15px;
    }
  }
  #custom-smalcode .panel-intuitive-slide-lock-fan-mount {
    padding-top: 180px;
    padding-bottom: 80px;
    text-align: center;
    overflow: hidden;
  }
  #custom-smalcode .panel-intuitive-slide-lock-fan-mount video {
    width: 80px;
  }
  #custom-smalcode .panel-intuitive-slide-lock-fan-mount .headline {
    margin-top: 0;
  }
  #custom-smalcode .panel-intuitive-slide-lock-fan-mount .features-wrap {
    margin-top: 70px;
    margin-bottom: 40px;
  }
  #custom-smalcode
    .panel-intuitive-slide-lock-fan-mount
    .features-wrap
    .flex-wrap {
    justify-content: space-around;
  }
  #custom-smalcode .panel-intuitive-slide-lock-fan-mount .main-image-wrap {
    position: relative;
    margin-top: 30px;
  }
  #custom-smalcode
    .panel-intuitive-slide-lock-fan-mount
    .main-image-wrap
    .left-text {
    position: absolute;
    left: 7%;
    width: 34%;
    text-align: center;
    top: -30px;
  }
  #custom-smalcode
    .panel-intuitive-slide-lock-fan-mount
    .main-image-wrap
    .right-text {
    position: absolute;
    left: 59%;
    width: 33%;
    top: -30px;
  }
  @media only screen and (max-width: 1023px) {
    #custom-smalcode .panel-intuitive-slide-lock-fan-mount {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    #custom-smalcode .panel-intuitive-slide-lock-fan-mount .features-wrap {
      margin-top: 30px;
      margin-bottom: 30px;
    }
    #custom-smalcode
      .panel-intuitive-slide-lock-fan-mount
      .features-wrap
      .feature-title {
      margin-bottom: 5px;
    }
  }
  @media only screen and (max-width: 767px) {
    #custom-smalcode .panel-intuitive-slide-lock-fan-mount .main-image-wrap {
      margin-left: -15vw;
      width: calc(100% + 30vw);
      margin-top: 60px;
    }
    #custom-smalcode
      .panel-intuitive-slide-lock-fan-mount
      .main-image-wrap
      .left-text,
    #custom-smalcode
      .panel-intuitive-slide-lock-fan-mount
      .main-image-wrap
      .right-text {
      font-size: 8px;
      letter-spacing: 1px;
    }
  }
  #custom-smalcode .panel-cool-quite-everything {
    padding-top: 180px;
    padding-bottom: 140px;
    overflow: hidden;
  }
  #custom-smalcode .panel-cool-quite-everything .outer-wrap {
    position: relative;
    padding-bottom: 50vw;
  }
  #custom-smalcode
    .panel-cool-quite-everything
    .outer-wrap
    .cool-quiet-everything {
    position: absolute;
    bottom: 0;
    right: -20%;
    width: 120%;
    z-index: -1;
  }
  #custom-smalcode .panel-cool-quite-everything .element-usp-wrap {
    margin-top: 60px;
  }
  #custom-smalcode .panel-cool-quite-everything .headline {
    margin-top: 0;
  }
  @media only screen and (max-width: 1399px) {
    #custom-smalcode .panel-cool-quite-everything .outer-wrap {
      padding-bottom: 60vw;
    }
  }
  @media only screen and (max-width: 1023px) {
    #custom-smalcode .panel-cool-quite-everything {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    #custom-smalcode .panel-cool-quite-everything .element-usp-wrap {
      margin-top: 30px;
    }
    #custom-smalcode .panel-cool-quite-everything .outer-wrap {
      padding-bottom: 0;
    }
    #custom-smalcode
      .panel-cool-quite-everything
      .outer-wrap
      .cool-quiet-everything {
      position: relative;
      margin-top: 50px;
      right: 0;
      width: 100%;
    }
  }
  @media only screen and (max-width: 767px) {
    #custom-smalcode
      .panel-cool-quite-everything
      .outer-wrap
      .cool-quiet-everything {
      width: 100%;
    }
  }
  #custom-smalcode .panel-corsair-holdfast-retention {
    padding-top: 180px;
    padding-bottom: 150px;
  }
  #custom-smalcode .panel-corsair-holdfast-retention .cta-white {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #custom-smalcode .panel-corsair-holdfast-retention .bottom-title {
    margin-top: 25px;
  }
  #custom-smalcode .panel-corsair-holdfast-retention .headline {
    margin-top: 0;
  }
  #custom-smalcode .panel-corsair-holdfast-retention .element-image-mask .mask {
    background-color: #f9f9f9;
  }
  #custom-smalcode .panel-corsair-holdfast-retention .youtube-video,
  #custom-smalcode .panel-corsair-holdfast-retention iframe {
    width: 100%;
  }
  @media only screen and (max-width: 1023px) {
    #custom-smalcode .panel-corsair-holdfast-retention {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    #custom-smalcode .panel-corsair-holdfast-retention .bottom-title {
      margin-bottom: 30px;
    }
  }
  #custom-smalcode .panel-efficient-heat-transfer {
    padding-top: 180px;
    padding-bottom: 120px;
  }
  #custom-smalcode .panel-efficient-heat-transfer .row-main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
  #custom-smalcode .panel-efficient-heat-transfer .element-usp-wrap {
    margin-top: 60px;
  }
  #custom-smalcode .panel-efficient-heat-transfer .headline {
    margin-top: 0;
  }
  #custom-smalcode .panel-efficient-heat-transfer .element-image-mask .mask {
    background-color: #f9f9f9;
  }
  @media only screen and (max-width: 1023px) {
    #custom-smalcode .panel-efficient-heat-transfer {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    #custom-smalcode .panel-efficient-heat-transfer .element-usp-wrap {
      margin-top: 30px;
      margin-bottom: 30px;
    }
  }
  #custom-smalcode .panel-warranty {
    background-color: black;
    margin-top: 140px;
    color: white;
    text-align: center;
    padding-bottom: 120px;
    padding-top: 170px;
    position: relative;
  }
  #custom-smalcode .panel-warranty .warranty-pattern {
    width: 158px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 0;
  }
  #custom-smalcode .panel-warranty .bottom-title {
    margin-top: 40px !important;
    color: #fecb00;
  }
  @media only screen and (max-width: 1023px) {
    #custom-smalcode .panel-warranty {
      margin-top: 80px;
      padding-top: 100px;
      padding-bottom: 70px;
    }
    #custom-smalcode .panel-warranty .warranty-pattern {
      width: 100px;
    }
    #custom-smalcode .panel-warranty .bottom-title {
      margin-top: 25px !important;
    }
  }
  #custom-smalcode .panel-high-tech-low-temps {
    padding-bottom: 90px;
  }
  @media screen and (min-width: 768px) {
    #custom-smalcode .panel-high-tech-low-temps {
      padding-bottom: 180px;
    }
  }
  #custom-smalcode .panel-high-tech-low-temps .row-first {
    margin-bottom: 50px;
  }
  #custom-smalcode .panel-high-tech-low-temps .box-top-title {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 50px;
  }
  #custom-smalcode .panel-high-tech-low-temps .boxes-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  #custom-smalcode .panel-high-tech-low-temps .boxes-wrap .box {
    text-align: center;
    width: calc(50% - 8px);
  }
  #custom-smalcode .panel-high-tech-low-temps .boxes-wrap .box .box-bg-wrap {
    height: 160px;
    background-color: rgba(219, 219, 219, 0.2);
    position: relative;
  }
  #custom-smalcode .panel-high-tech-low-temps .boxes-wrap .box .box-title-top {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  #custom-smalcode .panel-high-tech-low-temps .boxes-wrap .box .box-title-bottom {
    margin-top: 20px;
  }
  #custom-smalcode
    .panel-high-tech-low-temps
    .boxes-wrap
    .box
    .box-front-bg-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  #custom-smalcode
    .panel-high-tech-low-temps
    .boxes-wrap
    .box.box-left
    .box-front-bg-wrap {
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#ffe800),
      to(#ffcc00)
    );
    background-image: -webkit-linear-gradient(top, #ffe800 0%, #ffcc00 100%);
    background-image: linear-gradient(180deg, #ffe800 0%, #ffcc00 100%);
    height: 76px;
  }
  #custom-smalcode
    .panel-high-tech-low-temps
    .boxes-wrap
    .box.box-left
    .box-title-top {
    padding-top: 53px;
    color: #aeaeae;
  }
  #custom-smalcode
    .panel-high-tech-low-temps
    .boxes-wrap
    .box.box-right
    .box-front-bg-wrap {
    background-color: #555555;
    height: 119px;
  }
  #custom-smalcode .panel-multiple-devices {
    position: relative;
    padding-bottom: 14vw;
    background-color: #2d2c2b;
  }
  #custom-smalcode .panel-multiple-devices .image-box .ratio-wrap {
    padding-bottom: 69%;
  }
  #custom-smalcode .panel-multiple-devices .image-box img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }
  #custom-smalcode .panel-multiple-devices .image-box .wave-inner {
    position: absolute;
    opacity: 0;
    -webkit-animation: wavemove 4s infinite;
    animation: wavemove 4s infinite;
    width: 10%;
  }
  #custom-smalcode .panel-multiple-devices .image-box .wave-inner div {
    padding-bottom: 100%;
    height: 0;
    border: 3px solid #ffcc00;
    border-radius: 100%;
  }
  #custom-smalcode .panel-multiple-devices .image-box .wave-inner.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
  #custom-smalcode
    .panel-multiple-devices
    .image-box
    .wave-inner.wave-headphones {
    top: 33%;
    left: 36.5%;
    -webkit-transform: scale(0.01);
    transform: scale(0.01);
  }
  #custom-smalcode .panel-multiple-devices .image-box .wave-inner.wave-keyboard {
    top: 54%;
    left: 32%;
    -webkit-transform: scale(0.01);
    transform: scale(0.01);
  }
  #custom-smalcode .panel-multiple-devices .image-box .wave-inner.wave-mouse {
    right: 38%;
    top: 55%;
    -webkit-transform: scale(0.01);
    transform: scale(0.01);
  }
  #custom-smalcode .panel-multiple-devices .image-box .wave-inner.wave-stick {
    right: 40%;
    top: 24%;
    -webkit-transform: scale(0.01);
    transform: scale(0.01);
  }
  #custom-smalcode .panel-multiple-devices .cta-white {
    text-transform: uppercase;
    color: black;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 300;
    text-transform: uppercase;
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 500;
    margin-top: 25px;
  }
  #custom-smalcode .panel-multiple-devices .text-box {
    position: absolute;
    bottom: 8%;
    left: 0;
    width: 100%;
  }
  @media only screen and (max-width: 767px) {
    #custom-smalcode .panel-multiple-devices .image-box .ratio-wrap {
      height: auto;
      padding-bottom: 0;
      overflow: hidden;
    }
    #custom-smalcode .panel-multiple-devices .image-box .ratio-wrap .abs-wrap {
      height: auto;
      width: auto;
      position: relative;
    }
    #custom-smalcode .panel-multiple-devices .image-box .ratio-wrap .bg-image {
      width: auto;
      height: auto;
    }
    #custom-smalcode .panel-multiple-devices .image-box .ratio-wrap img {
      position: relative;
      width: 180%;
      margin-left: -40vw;
    }
    #custom-smalcode .panel-multiple-devices .image-box .wave-inner div {
      padding-bottom: 88%;
    }
    #custom-smalcode
      .panel-multiple-devices
      .image-box
      .wave-inner.wave-keyboard {
      top: 58%;
      left: 20%;
    }
    #custom-smalcode .panel-multiple-devices .image-box .wave-inner.wave-mouse {
      right: 32%;
      top: 57%;
    }
    #custom-smalcode
      .panel-multiple-devices
      .image-box
      .wave-inner.wave-headphones {
      top: 34%;
      left: 33.5%;
    }
    #custom-smalcode .panel-multiple-devices .image-box .wave-inner.wave-stick {
      right: 36%;
      top: 28%;
    }
    #custom-smalcode .panel-multiple-devices .text-box {
      position: relative;
      bottom: 0;
      margin-top: -40px;
    }
  }
  #custom-smalcode .panel-ces-sub-hero {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 20%;
    padding-bottom: 160px;
    text-align: center;
  }
  #custom-smalcode .panel-ces-sub-hero .logo {
    width: 313px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  #custom-smalcode .panel-ces-sub-hero .title {
    margin-top: 30px;
    margin-bottom: 60px;
  }
  @media only screen and (max-width: 767px) {
    #custom-smalcode .panel-ces-sub-hero {
      padding-top: 40%;
      padding-bottom: 10%;
    }
  }
  @media only screen and (max-width: 1023px) {
    #custom-smalcode .panel-ces-sub-hero .logo {
      width: 180px;
    }
    #custom-smalcode .panel-ces-sub-hero .title {
      margin-top: 20px;
      margin-bottom: 40px;
    }
  }
  #custom-smalcode .panel-ces-3-grid {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  @media screen and (min-width: 768px) {
    #custom-smalcode .panel-ces-3-grid {
      padding-top: 100px;
      padding-bottom: 100px;
    }
  }
  #custom-smalcode .panel-ces-3-grid .row-top {
    text-align: center;
  }
  #custom-smalcode .panel-ces-3-grid .bottom-title {
    margin-top: 30px;
    margin-bottom: 100px;
  }
  @media screen and (max-width: 767px) {
    #custom-smalcode .panel-ces-3-grid .bottom-title {
      margin-bottom: 60px;
    }
  }
  #custom-smalcode .panel-ces-3-grid .icue-logo {
    width: 260px;
    margin: 0 auto;
  }
  @media screen and (max-width: 767px) {
    #custom-smalcode .panel-ces-3-grid .icue-logo {
      width: 200px;
    }
    #custom-smalcode .panel-ces-3-grid .col-8 .seperator {
      margin-bottom: 80px;
    }
  }
  @media screen and (min-width: 768px) {
    #custom-smalcode .panel-ces-3-grid .element-box {
      opacity: 0;
      -webkit-transform: translateY(10%);
      transform: translateY(10%);
      -webkit-transition: 0.5s all ease-out;
      transition: 0.5s all ease-out;
    }
  }
  @media screen and (max-width: 767px) {
    #custom-smalcode .panel-ces-3-grid .element-box {
      padding-left: 24px;
      padding-right: 24px;
    }
  }
  #custom-smalcode .panel-ces-3-grid .element-box .style-h5-2 {
    text-transform: uppercase;
  }
  #custom-smalcode .panel-ces-3-grid .element-box .style-h5-2 .icue {
    text-transform: none;
  }
  @media screen and (max-width: 767px) {
    #custom-smalcode .panel-ces-3-grid .element-box .style-h5-2 {
      margin: 5% 0 0;
      font-size: 40px;
      line-height: 1.3em;
    }
  }
  @media screen and (max-width: 767px) {
    #custom-smalcode .panel-ces-3-grid .element-box .style-h6-2 {
      font-size: 28px;
      line-height: 1.3em;
      margin-top: 0;
    }
    #custom-smalcode .panel-ces-3-grid .element-box .body-p2 {
      margin-top: 15px;
    }
  }
  #custom-smalcode .panel-ces-3-grid .element-box .inner-box {
    position: relative;
    padding-bottom: 120px;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    background-color: rgba(2, 8, 10, 0.7);
  }
  #custom-smalcode .panel-ces-3-grid .element-box .cta-dotted-yellow {
    display: block;
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: calc(100% - 30px);
  }
  #custom-smalcode .panel-ces-3-grid .element-box .image-wrap {
    margin-bottom: 50px;
  }
  @media screen and (max-width: 767px) {
    #custom-smalcode .panel-ces-3-grid .element-box .image-wrap {
      margin-bottom: 20px;
    }
  }
  #custom-smalcode .panel-ces-3-grid .element-box .image-wrap .ratio-wrap {
    padding-bottom: 102%;
    overflow: hidden;
  }
  #custom-smalcode .panel-ces-3-grid .element-box .image-wrap .bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: 0.6s -webkit-transform ease-out;
    transition: 0.6s -webkit-transform ease-out;
    transition: 0.6s transform ease-out;
    transition: 0.6s transform ease-out, 0.6s -webkit-transform ease-out;
  }
  #custom-smalcode .panel-ces-3-grid .element-box .subtitle {
    margin-bottom: 15px;
  }
  @media screen and (min-width: 768px) {
    #custom-smalcode .panel-ces-3-grid .element-box .subtitle {
      margin-top: 15px;
    }
  }
  @media screen and (min-width: 768px) {
    #custom-smalcode .panel-ces-3-grid.fade-in .element-box {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    #custom-smalcode .panel-ces-3-grid.fade-in .element-box + .element-box {
      -webkit-transition-delay: 0.15s;
      transition-delay: 0.15s;
    }
    #custom-smalcode
      .panel-ces-3-grid.fade-in
      .element-box
      + .element-box
      + .element-box {
      -webkit-transition-delay: 0.3s;
      transition-delay: 0.3s;
    }
    #custom-smalcode
      .panel-ces-3-grid.fade-in
      .element-box
      .image-wrap
      .bg-image {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    #custom-smalcode
      .panel-ces-3-grid.fade-in
      .element-box
      .image-wrap
      .bg-image
      + .bg-image {
      -webkit-transition-delay: 0.15s;
      transition-delay: 0.15s;
    }
    #custom-smalcode
      .panel-ces-3-grid.fade-in
      .element-box
      .image-wrap
      .bg-image
      + .bg-image
      + .bg-image {
      -webkit-transition-delay: 0.3s;
      transition-delay: 0.3s;
    }
  }
  #custom-smalcode .panel-ces-3-grid.without-subheadline h5 {
    margin-bottom: 15px;
  }
  #custom-smalcode .panel-ces-3-grid .slick-dots {
    text-align: center;
    margin: 30px 0;
  }
  #custom-smalcode .panel-ces-3-grid .slick-dots li {
    display: inline-block;
    height: 2px;
    width: 50px;
    background-color: #fed400;
    opacity: 0.3;
    overflow: hidden;
  }
  #custom-smalcode .panel-ces-3-grid .slick-dots li.slick-active {
    opacity: 1;
  }
  #custom-smalcode .panel-ces-full-screen-slider {
    padding-top: 50px;
  }
  #custom-smalcode .panel-ces-full-screen-slider .seperator {
    margin-bottom: 0 !important;
  }
  @media screen and (max-width: 767px) {
    #custom-smalcode .panel-ces-full-screen-slider {
      padding-top: 0;
    }
    #custom-smalcode .panel-ces-full-screen-slider.panel-fam-elgato {
      padding-bottom: 20%;
    }
    #custom-smalcode .panel-ces-full-screen-slider .seperator {
      display: none;
    }
  }
  #custom-smalcode .panel-ces-full-screen-slider .slide-element {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
  }
  @media screen and (max-width: 767px) {
    #custom-smalcode .panel-ces-full-screen-slider .slide-element {
      background-color: rgba(2, 8, 10, 0.7);
      padding-bottom: 10%;
    }
  }
  @media screen and (min-width: 768px) {
    #custom-smalcode .panel-ces-full-screen-slider .slide-element {
      padding-top: 115px;
      padding-bottom: 115px;
    }
  }
  #custom-smalcode .panel-ces-full-screen-slider .slide-element .ratio-wrap {
    padding-bottom: 0;
    height: 35vw;
    min-height: 600px;
    overflow: hidden;
  }
  @media screen and (max-width: 767px) {
    #custom-smalcode .panel-ces-full-screen-slider .slide-element .ratio-wrap {
      height: auto;
      min-height: auto;
    }
    #custom-smalcode
      .panel-ces-full-screen-slider
      .slide-element
      .ratio-wrap
      .abs-wrap {
      position: static;
    }
  }
  @media screen and (min-width: 768px) {
    #custom-smalcode .panel-ces-full-screen-slider .slide-element .image-layer {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      z-index: 5;
      overflow: hidden;
      -webkit-transform: translateX(-80px);
      transform: translateX(-80px);
      -webkit-transition: 0.5s all ease-out;
      transition: 0.5s all ease-out;
    }
    #custom-smalcode
      .panel-ces-full-screen-slider
      .slide-element
      .image-layer
      img {
      width: 67vw;
    }
  }
  @media screen and (min-width: 768px) {
    #custom-smalcode .panel-ces-full-screen-slider .slide-element .text-layer {
      position: absolute;
      z-index: 10;
      bottom: 5%;
      left: 0;
      width: 100%;
    }
  }
  @media screen and (min-width: 768px) {
    #custom-smalcode .panel-ces-full-screen-slider .slide-element .text-layer li {
      margin-left: 20px;
    }
  }
  #custom-smalcode
    .panel-ces-full-screen-slider
    .slide-element
    .text-layer
    li:before {
    content: "-";
    padding-right: 10px;
  }
  #custom-smalcode .panel-ces-full-screen-slider .slide-element .text-layer p {
    margin: 30px 0;
  }
  @media screen and (max-width: 767px) {
    #custom-smalcode .panel-ces-full-screen-slider .slide-element .text-layer p {
      margin: 15px 0;
    }
  }
  #custom-smalcode .panel-ces-full-screen-slider .slide-element .style-h5-2 {
    text-transform: uppercase;
  }
  @media screen and (max-width: 767px) {
    #custom-smalcode .panel-ces-full-screen-slider .slide-element .style-h5-2 {
      margin: 5% 0 0;
      font-size: 40px;
      line-height: 1.3em;
    }
  }
  @media screen and (max-width: 767px) {
    #custom-smalcode .panel-ces-full-screen-slider .slide-element .style-h6-2 {
      font-size: 28px;
      line-height: 1.3em;
      margin-top: 0;
    }
  }
  #custom-smalcode .panel-ces-full-screen-slider .slide-element .inner-subtitle {
    margin-bottom: 15px;
  }
  @media screen and (min-width: 768px) {
    #custom-smalcode
      .panel-ces-full-screen-slider
      .slide-element
      .inner-subtitle {
      margin-top: 15px;
    }
  }
  #custom-smalcode .panel-ces-full-screen-slider .slide-element .bottom-wrap {
    margin-top: 70px;
    text-align: right;
  }
  @media screen and (max-width: 767px) {
    #custom-smalcode .panel-ces-full-screen-slider .slide-element .bottom-wrap {
      margin-top: 30px;
    }
  }
  #custom-smalcode
    .panel-ces-full-screen-slider
    .slide-element
    .bottom-wrap
    .cta-dotted-yellow {
    display: block;
    width: 180px;
  }
  #custom-smalcode
    .panel-ces-full-screen-slider
    .slide-element
    .bottom-wrap
    .btn-wrap {
    display: inline-block;
  }
  @media screen and (max-width: 767px) {
    #custom-smalcode
      .panel-ces-full-screen-slider
      .slide-element
      .bottom-wrap
      .cta-dotted-yellow {
      width: 100%;
    }
    #custom-smalcode
      .panel-ces-full-screen-slider
      .slide-element
      .bottom-wrap
      .btn-wrap {
      display: block;
    }
  }
  #custom-smalcode
    .panel-ces-full-screen-slider
    .slide-element.text-left-image-right
    .image-layer {
    left: 33%;
  }
  #custom-smalcode
    .panel-ces-full-screen-slider
    .slide-element.text-left-image-right
    .text-layer
    .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
  #custom-smalcode
    .panel-ces-full-screen-slider
    .slide-element.text-left-image-right
    .bottom-wrap {
    text-align: left;
  }
  @media screen and (min-width: 768px) {
    #custom-smalcode
      .panel-ces-full-screen-slider.mask-active
      .slide-element
      .image-layer {
      width: 67%;
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  #custom-smalcode .ces-slider-pagination {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  #custom-smalcode .ces-slider-pagination .left-number,
  #custom-smalcode .ces-slider-pagination .right-number {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;
    font-weight: 300;
    text-transform: uppercase;
  }
  #custom-smalcode .ces-slider-pagination .left-number {
    padding-right: 10px;
  }
  #custom-smalcode .ces-slider-pagination .right-number {
    padding-left: 10px;
  }
  #custom-smalcode .ces-slider-pagination .line-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
  }
  #custom-smalcode .ces-slider-pagination .line-wrap .line {
    width: 100%;
    height: 14px;
    opacity: 0.3;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    cursor: pointer;
    position: relative;
  }
  #custom-smalcode .ces-slider-pagination .line-wrap .line:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    background-color: #fed400;
    height: 2px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  #custom-smalcode .ces-slider-pagination .line-wrap .line.active {
    opacity: 1;
  }
  #custom-smalcode .panel-hero-parallax {
    height: 100vh;
    position: relative;
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
  }
  @media screen and (max-width: 767px) {
    #custom-smalcode .panel-hero-parallax {
      height: 100vh;
    }
  }
  #custom-smalcode .panel-hero-parallax .over-flow-hidden {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
  }
  #custom-smalcode .panel-hero-parallax * {
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
  }
  #custom-smalcode .panel-hero-parallax:after {
    content: "";
    position: absolute;
    bottom: -16%;
    left: 0;
    width: 100%;
    height: 40%;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(10, 19, 26, 0)),
      color-stop(50%, #0a131a),
      to(rgba(10, 19, 26, 0))
    );
    background: -webkit-linear-gradient(
      rgba(10, 19, 26, 0) 0%,
      #0a131a 50%,
      rgba(10, 19, 26, 0) 100%
    );
    background: linear-gradient(
      rgba(10, 19, 26, 0) 0%,
      #0a131a 50%,
      rgba(10, 19, 26, 0) 100%
    );
    z-index: 5;
  }
  #custom-smalcode .panel-hero-parallax .ces-logo,
  #custom-smalcode .panel-hero-parallax .title,
  #custom-smalcode .panel-hero-parallax .logos-wrap {
    z-index: 10;
  }
  #custom-smalcode .panel-hero-parallax .bg-layer {
    position: absolute;
    width: 110%;
    height: 110%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #custom-smalcode .panel-hero-parallax .bg-layer .bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  @media screen and (max-width: 767px) {
    #custom-smalcode .panel-hero-parallax .bg-layer .bg-image {
      background-position: 20% center;
    }
  }
  #custom-smalcode .panel-hero-parallax .logos-wrap {
    position: absolute;
    width: 25%;
    top: 10%;
    left: calc(45% + 225px);
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
    transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out,
      -webkit-transform 0.4s ease-out;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  #custom-smalcode .panel-hero-parallax .logos-wrap .ratio-wrap {
    padding-bottom: 158%;
  }
  #custom-smalcode .panel-hero-parallax .ces-logo {
    width: 16.598%;
    position: absolute;
    top: 10%;
    left: calc(33.4% - 225px);
  }
  #custom-smalcode .panel-hero-parallax .ces-logo img {
    width: 100%;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
    transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out,
      -webkit-transform 0.4s ease-out;
  }
  #custom-smalcode .panel-hero-parallax .corsair-logo {
    position: absolute;
    width: 46%;
    left: 30%;
    top: 0;
  }
  #custom-smalcode .panel-hero-parallax .elgato-logo {
    position: absolute;
    top: 39%;
    left: 0%;
    width: 39%;
  }
  #custom-smalcode .panel-hero-parallax .origin-logo {
    position: absolute;
    width: 34.5%;
    left: 35.5%;
    top: 54.5%;
  }
  #custom-smalcode .panel-hero-parallax .scuf-logo {
    position: absolute;
    left: 70%;
    width: 31%;
    top: 66%;
  }
  #custom-smalcode .panel-hero-parallax .title {
    position: absolute;
    top: 50%;
    left: 48%;
    white-space: nowrap;
    -webkit-transform: translateX(0px) translateY(0px) rotateY(0deg) rotateX(0deg)
      translateZ(1px);
    transform: translateX(0px) translateY(0px) rotateY(0deg) rotateX(0deg)
      translateZ(1px);
  }
  #custom-smalcode .panel-hero-parallax .title .inner-title {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) rotateX(34deg)
      rotateY(54deg) rotateZ(-2deg);
    transform: translate(-50%, -50%) rotate(0deg) rotateX(34deg) rotateY(54deg)
      rotateZ(-2deg);
    text-transform: uppercase;
    font-size: 90px;
    line-height: 90px;
    letter-spacing: -1px;
    font-weight: 100;
  }
  #custom-smalcode .panel-hero-parallax .title .inner-title span {
    display: inline-block;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
    transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out,
      -webkit-transform 0.4s ease-out;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }
  #custom-smalcode .panel-hero-parallax.init .ces-logo img,
  #custom-smalcode .panel-hero-parallax.init .logos-wrap,
  #custom-smalcode .panel-hero-parallax.init .title .inner-title span {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  #custom-smalcode .panel-hero-parallax .explore-wrap {
    width: 150px;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 20;
    margin-left: -75px;
    cursor: pointer;
  }
  #custom-smalcode .panel-hero-parallax .explore-wrap .dot {
    width: 14px;
    height: 14px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 15%;
    left: 50%;
    -webkit-transform: translate(-50%, 0) rotate(135deg);
    transform: translate(-50%, 0) rotate(135deg);
    opacity: 1;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
  }
  #custom-smalcode .panel-hero-parallax .explore-wrap .dot.active {
    -webkit-transform: translate(-50%, 80px) rotate(135deg);
    transform: translate(-50%, 80px) rotate(135deg);
    opacity: 0;
  }
  #custom-smalcode .panel-hero-parallax .explore-wrap .dot.active-top {
    -webkit-transform: translate(-50%, 0) rotate(135deg);
    transform: translate(-50%, 0) rotate(135deg);
    opacity: 0;
  }
  #custom-smalcode .panel-hero-parallax .explore-wrap .explore-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    bottom: 35%;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
  }
  #custom-smalcode .panel-hero-parallax .explore-wrap .explore-title.active {
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);
    opacity: 0;
  }
  #custom-smalcode .panel-hero-parallax .explore-wrap .explore-title.active-top {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  @media only screen and (max-width: 1023px) {
    #custom-smalcode .panel-hero-parallax .logos-wrap {
      left: auto;
      right: 5%;
    }
  }
  @media only screen and (max-width: 349px) {
    #custom-smalcode .panel-hero-parallax .title {
      top: auto;
      bottom: 10%;
    }
    #custom-smalcode .panel-hero-parallax .title .inner-title {
      font-size: 50px;
      line-height: 50px;
    }
  }
  @media only screen and (min-width: 350px) and (max-width: 767px) {
    #custom-smalcode .panel-hero-parallax .title {
      top: auto;
      bottom: 5%;
    }
    #custom-smalcode .panel-hero-parallax .title .inner-title {
      font-size: 70px;
      line-height: 70px;
    }
  }
  @media only screen and (max-width: 767px) {
    #custom-smalcode .panel-hero-parallax .logos-wrap {
      width: 45%;
    }
    #custom-smalcode .panel-hero-parallax .ces-logo {
      right: auto;
      left: 10%;
      top: 5%;
      width: 30%;
    }
    #custom-smalcode .panel-hero-parallax .explore-wrap {
      width: 80px;
      bottom: 5%;
      margin-left: -40px;
    }
    #custom-smalcode .panel-hero-parallax .explore-wrap .dot {
      width: 8px;
      height: 8px;
    }
    #custom-smalcode .panel-hero-parallax .explore-wrap .explore-title {
      font-size: 12px;
    }
  }
  #custom-smalcode .panel-ces-virtuoso {
    padding-top: 50px;
  }
  @media screen and (max-width: 767px) {
    #custom-smalcode .panel-ces-virtuoso {
      padding: 0;
    }
  }
  #custom-smalcode .panel-ces-virtuoso .seperator {
    margin-bottom: 0 !important;
  }
  @media screen and (max-width: 767px) {
    #custom-smalcode .panel-ces-virtuoso .seperator {
      display: none;
    }
  }
  #custom-smalcode .panel-ces-virtuoso .slide-element {
    position: relative;
    padding-top: 115px;
    padding-bottom: 115px;
  }
  @media screen and (max-width: 767px) {
    #custom-smalcode .panel-ces-virtuoso .slide-element {
      padding: 0 0 10%;
      background-color: rgba(2, 8, 10, 0.7);
    }
  }
  #custom-smalcode .panel-ces-virtuoso .slide-element .ratio-wrap {
    padding-bottom: 0;
    height: 35vw;
    min-height: 600px;
    overflow: hidden;
  }
  @media screen and (max-width: 767px) {
    #custom-smalcode .panel-ces-virtuoso .slide-element .ratio-wrap {
      height: auto;
      min-height: auto;
    }
    #custom-smalcode .panel-ces-virtuoso .slide-element .ratio-wrap .abs-wrap {
      position: static;
    }
  }
  @media screen and (min-width: 768px) {
    #custom-smalcode .panel-ces-virtuoso .slide-element .image-layer {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 67%;
      z-index: 5;
    }
  }
  @media screen and (min-width: 768px) {
    #custom-smalcode .panel-ces-virtuoso .slide-element .text-layer {
      position: absolute;
      z-index: 10;
      bottom: 5%;
      left: 0;
      width: 100%;
    }
  }
  #custom-smalcode .panel-ces-virtuoso .slide-element .style-h5-2 {
    text-transform: uppercase;
  }
  @media screen and (max-width: 767px) {
    #custom-smalcode .panel-ces-virtuoso .slide-element .style-h5-2 {
      margin: 5% 0 0;
      font-size: 40px;
      line-height: 1.3em;
    }
  }
  @media screen and (max-width: 767px) {
    #custom-smalcode .panel-ces-virtuoso .slide-element .style-h6-2 {
      font-size: 28px;
      line-height: 1.3em;
      margin-top: 0;
    }
  }
  #custom-smalcode .panel-ces-virtuoso .slide-element .inner-subtitle {
    margin-bottom: 15px;
  }
  @media screen and (min-width: 768px) {
    #custom-smalcode .panel-ces-virtuoso .slide-element .inner-subtitle {
      margin-top: 15px;
    }
  }
  #custom-smalcode .panel-ces-virtuoso .slide-element .bottom-wrap {
    margin-top: 30px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  @media screen and (max-width: 767px) {
    #custom-smalcode .panel-ces-virtuoso .slide-element .bottom-wrap {
      margin-top: 10px;
    }
  }
  #custom-smalcode
    .panel-ces-virtuoso
    .slide-element
    .bottom-wrap
    .cta-dotted-yellow {
    display: block;
    width: 180px;
  }
  #custom-smalcode .panel-ces-virtuoso .slide-element .bottom-wrap .left-wrap {
    width: 100%;
    padding-right: 60px;
  }
  #custom-smalcode .panel-ces-virtuoso .slide-element .bottom-wrap .right-wrap {
    width: 180px;
  }
  #custom-smalcode
    .panel-ces-virtuoso
    .slide-element
    .bottom-wrap
    .ces-innovation {
    width: 107px;
  }
  @media screen and (max-width: 767px) {
    #custom-smalcode
      .panel-ces-virtuoso
      .slide-element
      .bottom-wrap
      .ces-innovation {
      width: 100px;
    }
  }
  @media screen and (max-width: 350px) {
    #custom-smalcode
      .panel-ces-virtuoso
      .slide-element
      .bottom-wrap
      .ces-innovation {
      width: 47px;
    }
  }
  #custom-smalcode
    .panel-ces-virtuoso
    .slide-element.text-left-image-right
    .image-layer {
    right: 0;
    left: auto;
  }
  #custom-smalcode
    .panel-ces-virtuoso
    .slide-element.text-left-image-right
    .text-layer
    .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
  #custom-smalcode
    .panel-ces-virtuoso
    .slide-element.text-left-image-right
    .bottom-wrap
    .left-wrap {
    padding-left: 0;
    padding-right: 0;
    width: 180px;
    margin-right: 30px;
  }
  #custom-smalcode .panel-ces-elgato-intro {
    padding-top: 20%;
    padding-bottom: 100px;
    text-align: center;
  }
  @media only screen and (max-width: 767px) {
    #custom-smalcode .panel-ces-elgato-intro {
      padding-top: 40%;
      padding-bottom: 10%;
    }
  }
  #custom-smalcode .panel-ces-elgato-intro .logo {
    width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
  #custom-smalcode .panel-ces-elgato-intro .inner-title {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  #custom-smalcode .panel-meet-wave {
    padding-top: 100px;
    padding-bottom: 50px;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    #custom-smalcode .panel-meet-wave {
      padding-top: 60px;
      padding-bottom: 90px;
    }
  }
  #custom-smalcode .panel-meet-wave.extra-p-b {
    padding-bottom: 200px;
  }
  #custom-smalcode .panel-meet-wave .cta-ces-elgato {
    min-width: 170px;
  }
  #custom-smalcode .panel-meet-wave .inner-text-wrap {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  #custom-smalcode .panel-meet-wave video {
    width: 100%;
  }
  #custom-smalcode .panel-meet-wave .cta-outer-wrap {
    margin-top: 50px;
  }
  #custom-smalcode .panel-ces-origin-intro {
    padding-top: 20%;
    padding-bottom: 100px;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    #custom-smalcode .panel-ces-origin-intro {
      padding-top: 40%;
      padding-bottom: 10%;
    }
  }
  #custom-smalcode .panel-ces-origin-intro .logo {
    width: 293px;
    margin-left: auto;
    margin-right: auto;
  }
  #custom-smalcode .panel-ces-origin-intro .inner-title {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  #custom-smalcode .panel-origin-big-o {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #custom-smalcode .panel-origin-big-o video {
    width: 100%;
  }
  @media screen and (max-width: 767px) {
    #custom-smalcode .panel-origin-big-o {
      padding-top: 0;
      padding-bottom: 10%;
      background-color: rgba(2, 8, 10, 0.7);
    }
    #custom-smalcode .panel-origin-big-o .col-12 {
      padding: 0 24px;
    }
    #custom-smalcode .panel-origin-big-o .row-image .col-12 {
      padding: 0;
    }
  }
  #custom-smalcode .panel-origin-big-o .row-content .style-h5-2 {
    text-transform: uppercase;
  }
  @media screen and (max-width: 767px) {
    #custom-smalcode .panel-origin-big-o .row-content .style-h5-2 {
      margin: 5% 0 0;
      font-size: 40px;
      line-height: 1.3em;
    }
  }
  @media screen and (max-width: 767px) {
    #custom-smalcode .panel-origin-big-o .row-content .style-h6-2 {
      font-size: 28px;
      line-height: 1.3em;
      margin-top: 0;
    }
    #custom-smalcode .panel-origin-big-o .row-content p {
      margin: 30px 0;
    }
  }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    #custom-smalcode .panel-origin-big-o .row-content p {
      margin: 15px 0;
    }
  }
  @media screen and (max-width: 767px) {
    #custom-smalcode .panel-origin-big-o .row-content .right-wrap {
      margin-top: 30px;
    }
  }
  @media screen and (min-width: 768px) {
    #custom-smalcode .panel-origin-big-o .row-content {
      margin-top: 40px;
    }
    #custom-smalcode .panel-origin-big-o .row-content .main-content-wrap {
      display: -webkit-box;
      display: flex;
    }
    #custom-smalcode .panel-origin-big-o .row-content .inner-subtitle {
      margin-bottom: 15px;
    }
  }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    #custom-smalcode .panel-origin-big-o .row-content .inner-subtitle {
      margin-top: 15px;
    }
  }
  @media screen and (min-width: 768px) {
    #custom-smalcode .panel-origin-big-o .row-content .left-wrap {
      width: 310px;
    }
    #custom-smalcode .panel-origin-big-o .row-content .middle-wrap {
      padding-left: 60px;
      padding-right: 60px;
      width: calc(100% - 500px);
    }
    #custom-smalcode .panel-origin-big-o .row-content .right-wrap {
      width: 190px;
    }
  }
  #custom-smalcode .panel-ces-scuf-intro {
    padding-top: 20%;
    padding-bottom: 100px;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    #custom-smalcode .panel-ces-scuf-intro {
      padding-top: 40%;
      padding-bottom: 0;
    }
  }
  #custom-smalcode .panel-ces-scuf-intro .logo {
    max-width: 361px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #custom-smalcode .panel-ces-scuf-intro .inner-title {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  #custom-smalcode .panel-ces-scuf-intro .body-p1 {
    margin-top: 50px;
  }
  #custom-smalcode .ces-submenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    -webkit-transform: translate(0, -101%);
    transform: translate(0, -101%);
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    background-color: #000;
  }
  #custom-smalcode .ces-submenu.active {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #custom-smalcode .ces-submenu .center-wrap {
    display: -webkit-box;
    display: flex;
    max-width: 363px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #custom-smalcode .ces-submenu .center-wrap .scroll-trigger {
    height: 80px;
    margin-right: 1px;
    width: 25%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    background-size: 128px 123px;
    background-position: center center;
  }
  #custom-smalcode .ces-submenu .center-wrap .scroll-trigger:last-of-type {
    margin-right: 0;
  }
  #custom-smalcode .ces-submenu .center-wrap .scroll-trigger .fill-target {
    fill: #fff;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  #custom-smalcode .ces-submenu .center-wrap .scroll-trigger svg {
    width: 35px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  #custom-smalcode .ces-submenu .center-wrap .scroll-trigger.active.corsair {
    border-top: solid 2px #faf038;
    border-bottom: solid 2px #faf038;
    background-image: url("../img/ces/shadow-corsair.png");
  }
  #custom-smalcode .ces-submenu .center-wrap .scroll-trigger.active.elgato {
    border-top: solid 2px #1552ff;
    border-bottom: solid 2px #1552ff;
    background-image: url("../img/ces/shadow-elgato.png");
  }
  #custom-smalcode .ces-submenu .center-wrap .scroll-trigger.active.origin {
    border-top: solid 2px #cc181e;
    border-bottom: solid 2px #cc181e;
    background-image: url("../img/ces/shadow-origin.png");
  }
  #custom-smalcode .ces-submenu .center-wrap .scroll-trigger.active.scuf {
    border-top: solid 2px #bdd631;
    border-bottom: solid 2px #bdd631;
    background-image: url("../img/ces/shadow-scuf.png");
  }
  #custom-smalcode .ces-submenu .scroll-to-top {
    width: 80px;
    height: 80px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  @media screen and (max-width: 767px) {
    #custom-smalcode .ces-submenu .scroll-to-top {
      display: none;
    }
  }
  #custom-smalcode .ces-submenu .scroll-to-top img {
    width: 16px;
    margin-left: auto;
    margin-right: auto;
  }
  #custom-smalcode.ces-page {
    color: white;
    background-color: #0a141a;
  }
  #custom-smalcode.ces-page .panels-wrap {
    overflow: hidden;
  }
  #custom-smalcode.ces-page .seperator {
    width: 90px;
    height: 3px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 115px;
  }
  #custom-smalcode.ces-page .cta-dotted-yellow,
  #custom-smalcode.ces-page .cta-ces-elgato,
  #custom-smalcode.ces-page .cta-ces-origin,
  #custom-smalcode.ces-page .cta-ces-scuf {
    font-size: 23px;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 60px;
    display: inline-block;
  }
  #custom-smalcode.ces-page .cta-dotted-yellow {
    color: #faf038;
    border: 2px dashed #faf038;
    position: relative;
  }
  #custom-smalcode.ces-page .cta-dotted-yellow .text {
    position: relative;
    -webkit-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    color: #faf038;
  }
  #custom-smalcode.ces-page .cta-dotted-yellow .abs-stripe {
    position: absolute;
    background-color: #faf038;
    -webkit-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
  }
  #custom-smalcode.ces-page .cta-dotted-yellow .abs-stripe:nth-child(1),
  #custom-smalcode.ces-page .cta-dotted-yellow .abs-stripe:nth-child(2) {
    top: -2px;
    left: -2px;
  }
  #custom-smalcode.ces-page .cta-dotted-yellow .abs-stripe:nth-child(1) {
    width: 12px;
    height: 2px;
  }
  #custom-smalcode.ces-page .cta-dotted-yellow .abs-stripe:nth-child(2) {
    width: 2px;
    height: 12px;
  }
  #custom-smalcode.ces-page .cta-dotted-yellow .abs-stripe:nth-child(3),
  #custom-smalcode.ces-page .cta-dotted-yellow .abs-stripe:nth-child(4) {
    bottom: -2px;
    left: -2px;
  }
  #custom-smalcode.ces-page .cta-dotted-yellow .abs-stripe:nth-child(3) {
    width: 12px;
    height: 2px;
  }
  #custom-smalcode.ces-page .cta-dotted-yellow .abs-stripe:nth-child(4) {
    width: 2px;
    height: 12px;
  }
  #custom-smalcode.ces-page .cta-dotted-yellow .abs-stripe:nth-child(5),
  #custom-smalcode.ces-page .cta-dotted-yellow .abs-stripe:nth-child(6) {
    top: -2px;
    right: -2px;
  }
  #custom-smalcode.ces-page .cta-dotted-yellow .abs-stripe:nth-child(5) {
    width: 12px;
    height: 2px;
  }
  #custom-smalcode.ces-page .cta-dotted-yellow .abs-stripe:nth-child(6) {
    width: 2px;
    height: 12px;
  }
  #custom-smalcode.ces-page .cta-dotted-yellow .abs-stripe:nth-child(7),
  #custom-smalcode.ces-page .cta-dotted-yellow .abs-stripe:nth-child(8) {
    bottom: -2px;
    right: -2px;
  }
  #custom-smalcode.ces-page .cta-dotted-yellow .abs-stripe:nth-child(7) {
    width: 12px;
    height: 2px;
  }
  #custom-smalcode.ces-page .cta-dotted-yellow .abs-stripe:nth-child(8) {
    width: 2px;
    height: 12px;
  }
  #custom-smalcode.ces-page .cta-dotted-yellow:hover .text {
    color: black;
  }
  #custom-smalcode.ces-page .cta-dotted-yellow:hover .abs-stripe:nth-child(1) {
    width: 40%;
    height: 55%;
  }
  #custom-smalcode.ces-page .cta-dotted-yellow:hover .abs-stripe:nth-child(2) {
    width: 20%;
    height: 60%;
  }
  #custom-smalcode.ces-page .cta-dotted-yellow:hover .abs-stripe:nth-child(3) {
    width: 60%;
    height: 55%;
  }
  #custom-smalcode.ces-page .cta-dotted-yellow:hover .abs-stripe:nth-child(4) {
    width: 40%;
    height: 60%;
  }
  #custom-smalcode.ces-page .cta-dotted-yellow:hover .abs-stripe:nth-child(5) {
    width: 70%;
    height: 55%;
  }
  #custom-smalcode.ces-page .cta-dotted-yellow:hover .abs-stripe:nth-child(6) {
    width: 40%;
    height: 60%;
  }
  #custom-smalcode.ces-page .cta-dotted-yellow:hover .abs-stripe:nth-child(7) {
    width: 60%;
    height: 55%;
  }
  #custom-smalcode.ces-page .cta-dotted-yellow:hover .abs-stripe:nth-child(8) {
    width: 50%;
    height: 60%;
  }
  #custom-smalcode.ces-page .cta-ces-elgato,
  #custom-smalcode.ces-page .cta-ces-scuf,
  #custom-smalcode.ces-page .cta-ces-origin {
    position: relative;
    line-height: 66px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #custom-smalcode.ces-page .cta-ces-elgato:before,
  #custom-smalcode.ces-page .cta-ces-elgato:after,
  #custom-smalcode.ces-page .cta-ces-scuf:before,
  #custom-smalcode.ces-page .cta-ces-scuf:after,
  #custom-smalcode.ces-page .cta-ces-origin:before,
  #custom-smalcode.ces-page .cta-ces-origin:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  #custom-smalcode.ces-page .cta-ces-elgato:before,
  #custom-smalcode.ces-page .cta-ces-scuf:before,
  #custom-smalcode.ces-page .cta-ces-origin:before {
    left: 0;
  }
  #custom-smalcode.ces-page .cta-ces-elgato:after,
  #custom-smalcode.ces-page .cta-ces-scuf:after,
  #custom-smalcode.ces-page .cta-ces-origin:after {
    right: 0;
  }
  #custom-smalcode.ces-page .cta-ces-elgato {
    color: #1552ff;
    background: url("../img/ces/elgato/bracket-left.png") no-repeat left center,
      url("../img/ces/elgato/bracket-right.png") no-repeat right center;
    background-size: auto 100%;
    position: relative;
    display: inline-block;
    -webkit-transition: background-color 0.15s ease-out;
    transition: background-color 0.15s ease-out;
    border-radius: 10px;
  }
  #custom-smalcode.ces-page .cta-ces-elgato::before,
  #custom-smalcode.ces-page .cta-ces-elgato::after {
    content: "";
    width: 0%;
    height: 2px;
    display: block;
    position: absolute;
    -webkit-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
    padding: 0 7px;
    box-sizing: border-box;
    background-clip: content-box;
  }
  #custom-smalcode.ces-page .cta-ces-elgato:hover::before,
  #custom-smalcode.ces-page .cta-ces-elgato:hover::after {
    width: 100%;
  }
  #custom-smalcode.ces-page .cta-ces-elgato::before {
    top: 0;
    left: 0;
  }
  #custom-smalcode.ces-page .cta-ces-elgato::after {
    top: auto;
    bottom: 0;
    right: 0;
  }
  #custom-smalcode.ces-page .cta-ces-elgato:hover {
    background-color: rgba(21, 82, 255, 0.3);
  }
  #custom-smalcode.ces-page .cta-ces-elgato::before,
  #custom-smalcode.ces-page .cta-ces-elgato::after {
    background-color: #1552ff;
  }
  #custom-smalcode.ces-page .cta-ces-elgato.mailchimp {
    cursor: pointer;
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
    width: 170px;
  }
  #custom-smalcode.ces-page .cta-ces-elgato.mailchimp .response {
    font-size: 12px;
    text-transform: none;
    color: #fff;
    line-height: 1.5em;
    margin: 10px 0;
    letter-spacing: normal;
    font-weight: normal;
  }
  #custom-smalcode.ces-page .cta-ces-elgato.mailchimp .mce_inline_error {
    display: none !important;
  }
  #custom-smalcode.ces-page .cta-ces-elgato.mailchimp .input {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #custom-smalcode.ces-page
    .cta-ces-elgato.mailchimp
    .input
    input[type="submit"] {
    display: none;
    outline: 0 none;
    -webkit-appearance: none;
    border-radius: 0;
  }
  #custom-smalcode.ces-page .cta-ces-elgato.mailchimp .input input[type="email"] {
    height: 100%;
    width: 100%;
    line-height: 66px;
    height: 66px;
    background-color: transparent;
    border: 0 none;
    outline: 0 none;
    font-size: 23px;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    color: #fff;
  }
  #custom-smalcode.ces-page
    .cta-ces-elgato.mailchimp
    .input
    input[type="email"]:not(:placeholder-shown)
    + input[type="submit"] {
    width: 15px;
    height: 15px;
    display: block;
    border-left: 0 none;
    border-bottom: 0 none;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 30px;
    opacity: 0.5;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
  }
  #custom-smalcode.ces-page
    .cta-ces-elgato.mailchimp
    .input
    input[type="email"]::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #1552ff;
    opacity: 1;
    /* Firefox */
  }
  #custom-smalcode.ces-page
    .cta-ces-elgato.mailchimp
    .input
    input[type="email"]::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #1552ff;
    opacity: 1;
    /* Firefox */
  }
  #custom-smalcode.ces-page
    .cta-ces-elgato.mailchimp
    .input
    input[type="email"]:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #1552ff;
    opacity: 1;
    /* Firefox */
  }
  #custom-smalcode.ces-page
    .cta-ces-elgato.mailchimp
    .input
    input[type="email"]::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #1552ff;
    opacity: 1;
    /* Firefox */
  }
  #custom-smalcode.ces-page
    .cta-ces-elgato.mailchimp
    .input
    input[type="email"]::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #1552ff;
    opacity: 1;
    /* Firefox */
  }
  #custom-smalcode.ces-page .cta-ces-elgato.mailchimp.active {
    padding: 0;
    max-width: 450px;
    width: 100%;
    background-color: rgba(21, 82, 255, 0.3);
  }
  #custom-smalcode.ces-page .cta-ces-elgato.mailchimp.active::before,
  #custom-smalcode.ces-page .cta-ces-elgato.mailchimp.active::after {
    width: 100%;
  }
  #custom-smalcode.ces-page .cta-ces-elgato.mailchimp.active .text {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  #custom-smalcode.ces-page .cta-ces-elgato.mailchimp.active .input {
    display: block;
    opacity: 1;
    pointer-events: all;
  }
  #custom-smalcode.ces-page .cta-ces-scuf {
    color: #bdd631;
    background: url("../img/ces/scuf/bracket-left.png") no-repeat left center,
      url("../img/ces/scuf/bracket-right.png") no-repeat right center;
    background-size: auto 100%;
    position: relative;
    display: inline-block;
    -webkit-transition: background-color 0.15s ease-out;
    transition: background-color 0.15s ease-out;
    border-radius: 10px;
  }
  #custom-smalcode.ces-page .cta-ces-scuf::before,
  #custom-smalcode.ces-page .cta-ces-scuf::after {
    content: "";
    width: 0%;
    height: 2px;
    display: block;
    position: absolute;
    -webkit-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
    padding: 0 7px;
    box-sizing: border-box;
    background-clip: content-box;
  }
  #custom-smalcode.ces-page .cta-ces-scuf:hover::before,
  #custom-smalcode.ces-page .cta-ces-scuf:hover::after {
    width: 100%;
  }
  #custom-smalcode.ces-page .cta-ces-scuf::before {
    top: 0;
    left: 0;
  }
  #custom-smalcode.ces-page .cta-ces-scuf::after {
    top: auto;
    bottom: 0;
    right: 0;
  }
  #custom-smalcode.ces-page .cta-ces-scuf:hover {
    background-color: rgba(189, 214, 49, 0.3);
  }
  #custom-smalcode.ces-page .cta-ces-scuf::before,
  #custom-smalcode.ces-page .cta-ces-scuf::after {
    background-color: #bdd631;
  }
  #custom-smalcode.ces-page .cta-ces-origin {
    color: #cc181e;
    background: url("../img/ces/origin/bracket-left.png") no-repeat left center,
      url("../img/ces/origin/bracket-right.png") no-repeat right center;
    background-size: auto 100%;
    position: relative;
    display: inline-block;
    -webkit-transition: background-color 0.15s ease-out;
    transition: background-color 0.15s ease-out;
    border-radius: 10px;
  }
  #custom-smalcode.ces-page .cta-ces-origin::before,
  #custom-smalcode.ces-page .cta-ces-origin::after {
    content: "";
    width: 0%;
    height: 2px;
    display: block;
    position: absolute;
    -webkit-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
    padding: 0 7px;
    box-sizing: border-box;
    background-clip: content-box;
  }
  #custom-smalcode.ces-page .cta-ces-origin:hover::before,
  #custom-smalcode.ces-page .cta-ces-origin:hover::after {
    width: 100%;
  }
  #custom-smalcode.ces-page .cta-ces-origin::before {
    top: 0;
    left: 0;
  }
  #custom-smalcode.ces-page .cta-ces-origin::after {
    top: auto;
    bottom: 0;
    right: 0;
  }
  #custom-smalcode.ces-page .cta-ces-origin:hover {
    background-color: rgba(204, 24, 30, 0.3);
  }
  #custom-smalcode.ces-page .cta-ces-origin::before,
  #custom-smalcode.ces-page .cta-ces-origin::after {
    background-color: #cc181e;
  }
  #custom-smalcode.ces-page .corsair-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #custom-smalcode.ces-page .corsair-bg.active {
    -webkit-transform: translate(0, -60%);
    transform: translate(0, -60%);
  }
  
  @-webkit-keyframes flicker {
    0% {
      opacity: 0;
    }
    3% {
      opacity: 0.7;
    }
    6% {
      opacity: 0;
    }
    9% {
      opacity: 0.4;
    }
    10% {
      opacity: 0;
    }
    13% {
      opacity: 0.6;
    }
    17% {
      opacity: 0;
    }
    20% {
      opacity: 0.5;
    }
    25% {
      opacity: 1;
    }
    52% {
      opacity: 1;
    }
    55% {
      opacity: 0;
    }
    58% {
      opacity: 0.6;
    }
    60% {
      opacity: 0;
    }
    67% {
      opacity: 0.5;
    }
    70% {
      opacity: 0;
    }
    73% {
      opacity: 0;
    }
  }
  #custom-smalcode.ces-page .corsair-graphic,
  #custom-smalcode.ces-page .elgato-graphic,
  #custom-smalcode.ces-page .origin-graphic,
  #custom-smalcode.ces-page .scuf-graphic {
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 15;
    -webkit-transform: translate(-50%, 0) translate(0, 100vh);
    transform: translate(-50%, 0) translate(0, 100vh);
  }
  @media screen and (max-width: 767px) {
    #custom-smalcode.ces-page .corsair-graphic,
    #custom-smalcode.ces-page .elgato-graphic,
    #custom-smalcode.ces-page .origin-graphic,
    #custom-smalcode.ces-page .scuf-graphic {
      width: 140vw;
      -webkit-transform: translate(-50%, 100vh);
      transform: translate(-50%, 100vh);
    }
    #custom-smalcode.ces-page .corsair-graphic img,
    #custom-smalcode.ces-page .elgato-graphic img,
    #custom-smalcode.ces-page .origin-graphic img,
    #custom-smalcode.ces-page .scuf-graphic img {
      height: auto;
      width: 100%;
    }
    #custom-smalcode.ces-page .corsair-graphic.active,
    #custom-smalcode.ces-page .elgato-graphic.active,
    #custom-smalcode.ces-page .origin-graphic.active,
    #custom-smalcode.ces-page .scuf-graphic.active {
      -webkit-transform: translate(-50%, -100%);
      transform: translate(-50%, -100%);
    }
  }
  @media screen and (min-width: 768px) {
    #custom-smalcode.ces-page .corsair-graphic,
    #custom-smalcode.ces-page .elgato-graphic,
    #custom-smalcode.ces-page .origin-graphic,
    #custom-smalcode.ces-page .scuf-graphic {
      height: 130vh;
      -webkit-transform: translate(-50%, 0) translate(0, 100vh);
      transform: translate(-50%, 0) translate(0, 100vh);
    }
    #custom-smalcode.ces-page .corsair-graphic img,
    #custom-smalcode.ces-page .elgato-graphic img,
    #custom-smalcode.ces-page .origin-graphic img,
    #custom-smalcode.ces-page .scuf-graphic img {
      height: 100%;
      width: auto;
    }
    #custom-smalcode.ces-page .corsair-graphic.active,
    #custom-smalcode.ces-page .elgato-graphic.active,
    #custom-smalcode.ces-page .origin-graphic.active,
    #custom-smalcode.ces-page .scuf-graphic.active {
      -webkit-transform: translate(-50%, 0) translate(0, -100%);
      transform: translate(-50%, 0) translate(0, -100%);
    }
  }
  #custom-smalcode.ces-page .corsair-graphic.flicker,
  #custom-smalcode.ces-page .elgato-graphic.flicker,
  #custom-smalcode.ces-page .origin-graphic.flicker,
  #custom-smalcode.ces-page .scuf-graphic.flicker {
    -webkit-animation: flicker 2s;
    animation: flicker 2s;
  }
  #custom-smalcode.ces-page .panels-wrap {
    position: relative;
    z-index: 20;
  }
  #custom-smalcode.one-pro .style-h5 {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  #custom-smalcode.one-pro .cta-white {
    color: black;
  }
  #custom-smalcode.one-pro .panel-hero-video .ratio-wrap {
    height: 692px;
    padding-bottom: 0;
  }
  #custom-smalcode.one-pro .panel-hero-video .bg-layer video {
    width: 100%;
    height: auto;
  }
  #custom-smalcode.one-pro .panel-hero-video .bottom-wrapper {
    position: absolute;
    left: 50%;
    bottom: 20px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    color: white;
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
  }
  #custom-smalcode.one-pro .panel-hero-video .bottom-wrapper img {
    width: 62px;
    margin-right: 20px;
  }
  #custom-smalcode.one-pro .panel-hero-video .bottom-wrapper .text-wrap {
    font-weight: normal;
    font-size: 14px;
    text-align: center;
  }
  @media only screen and (max-width: 1229px) {
    #custom-smalcode.one-pro .panel-hero-video .bg-layer video {
      height: 100%;
      width: auto;
    }
  }
  #custom-smalcode.one-pro .panel-features-2 {
    height: 100vh;
    position: relative;
    color: white;
    background-color: black;
    overflow: hidden;
  }
  #custom-smalcode.one-pro .panel-features-2 .tabs-menu {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    justify-content: center;
    position: absolute;
    top: 5%;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
  }
  #custom-smalcode.one-pro .panel-features-2 .tabs-menu .tab {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 6px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    border: 1px solid white;
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    display: inline-block;
    cursor: pointer;
    min-width: 180px;
    background-color: transparent;
  }
  #custom-smalcode.one-pro .panel-features-2 .tabs-menu .tab:hover {
    background-color: rgba(255, 255, 255, 0.12);
  }
  #custom-smalcode.one-pro .panel-features-2 .tabs-menu .tab.active {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  #custom-smalcode.one-pro .panel-features-2 .tabs-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 50;
  }
  #custom-smalcode.one-pro .panel-features-2 .tabs-content .tab-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  #custom-smalcode.one-pro .panel-features-2 .tabs-content .tab-content.active {
    opacity: 1;
  }
  #custom-smalcode.one-pro
    .panel-features-2
    .tabs-content
    .tab-content.tab-content-1
    .bg-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: -webkit-linear-gradient(225deg, #03103f, #6b7fd5);
    background-image: linear-gradient(225deg, #03103f, #6b7fd5);
  }
  #custom-smalcode.one-pro
    .panel-features-2
    .tabs-content
    .tab-content.tab-content-1
    .center-img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 650px;
  }
  #custom-smalcode.one-pro
    .panel-features-2
    .tabs-content
    .tab-content.tab-content-1
    .center-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
  #custom-smalcode.one-pro
    .panel-features-2
    .tabs-content
    .tab-content.tab-content-1
    .center-text
    .fading-text-wrap {
    position: relative;
  }
  #custom-smalcode.one-pro
    .panel-features-2
    .tabs-content
    .tab-content.tab-content-1
    .center-text
    .fading-text-wrap
    .hidden-relative {
    opacity: 0;
  }
  #custom-smalcode.one-pro
    .panel-features-2
    .tabs-content
    .tab-content.tab-content-1
    .center-text
    .fading-text-wrap
    h2:not(.hidden-relative) {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  #custom-smalcode.one-pro
    .panel-features-2
    .tabs-content
    .tab-content.tab-content-1
    .center-text
    .fading-text-wrap
    h2:not(.hidden-relative).active {
    opacity: 1;
  }
  #custom-smalcode.one-pro
    .panel-features-2
    .tabs-content
    .tab-content.tab-content-1
    .outer-content-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 10%;
    height: calc(80% - 100px);
  }
  #custom-smalcode.one-pro
    .panel-features-2
    .tabs-content
    .tab-content.tab-content-1
    .outer-content-wrap
    .inherit-height {
    position: relative;
    height: 100%;
  }
  #custom-smalcode.one-pro
    .panel-features-2
    .tabs-content
    .tab-content.tab-content-1
    .outer-content-wrap
    .content-box {
    position: absolute;
    width: 34%;
  }
  #custom-smalcode.one-pro
    .panel-features-2
    .tabs-content
    .tab-content.tab-content-1
    .outer-content-wrap
    .content-box
    .seperator {
    width: 60px;
    height: 2px;
    background-image: -webkit-gradient(
      linear,
      right top,
      left top,
      from(#6277a2),
      to(#ebf2f9)
    );
    background-image: -webkit-linear-gradient(right, #6277a2, #ebf2f9);
    background-image: linear-gradient(270deg, #6277a2, #ebf2f9);
    display: inline-block;
  }
  #custom-smalcode.one-pro
    .panel-features-2
    .tabs-content
    .tab-content.tab-content-1
    .outer-content-wrap
    .content-box
    h5 {
    margin-top: 20px;
    margin-bottom: 12px;
  }
  #custom-smalcode.one-pro
    .panel-features-2
    .tabs-content
    .tab-content.tab-content-1
    .outer-content-wrap
    .content-box.content-box-1 {
    left: 0;
    top: 0;
  }
  #custom-smalcode.one-pro
    .panel-features-2
    .tabs-content
    .tab-content.tab-content-1
    .outer-content-wrap
    .content-box.content-box-2 {
    top: 0;
  }
  #custom-smalcode.one-pro
    .panel-features-2
    .tabs-content
    .tab-content.tab-content-1
    .outer-content-wrap
    .content-box.content-box-3 {
    bottom: 0;
    left: 0;
  }
  #custom-smalcode.one-pro
    .panel-features-2
    .tabs-content
    .tab-content.tab-content-1
    .outer-content-wrap
    .content-box.content-box-4 {
    bottom: 0;
  }
  #custom-smalcode.one-pro
    .panel-features-2
    .tabs-content
    .tab-content.tab-content-1
    .outer-content-wrap
    .content-box.content-box-2,
  #custom-smalcode.one-pro
    .panel-features-2
    .tabs-content
    .tab-content.tab-content-1
    .outer-content-wrap
    .content-box.content-box-4 {
    text-align: right;
    right: 0;
  }
  #custom-smalcode.one-pro
    .panel-features-2
    .tabs-content
    .tab-content.tab-content-1
    .outer-content-wrap
    .content-box.content-box-2
    .seperator,
  #custom-smalcode.one-pro
    .panel-features-2
    .tabs-content
    .tab-content.tab-content-1
    .outer-content-wrap
    .content-box.content-box-4
    .seperator {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#6277a2),
      to(#ebf2f9)
    );
    background-image: -webkit-linear-gradient(left, #6277a2, #ebf2f9);
    background-image: linear-gradient(90deg, #6277a2, #ebf2f9);
  }
  #custom-smalcode.one-pro
    .panel-features-2
    .tabs-content
    .tab-content.tab-content-2
    .bg-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: -webkit-linear-gradient(45deg, #a2b8c7, #2c3e50);
    background-image: linear-gradient(45deg, #a2b8c7, #2c3e50);
  }
  #custom-smalcode.one-pro
    .panel-features-2
    .tabs-content
    .tab-content.tab-content-2
    .content-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  #custom-smalcode.one-pro
    .panel-features-2
    .tabs-content
    .tab-content.tab-content-2
    .content-wrap
    .left-col {
    /*.inner-wrap{
                  display: flex;
                  align-items: flex-end;
  
                  .left-inner,
                  .right-inner{
                    width: 50%;
                    position: relative;
  
                    .text-wrap{
                      position: absolute;
                      top: 0;
                      right: 0;
                      transform: translate(0, -100%);
                    }
                  }
  
                  .left-inner{
                    .text-wrap{
                      top: -5%;
                    }
                  }
  
                  .right-inner{
                    img{
                      width: 70%; 
                      margin-left: 10px;
                    }
                    .text-wrap{
                      color: #fecb00;
                    }
                  }
                }*/
  }
  #custom-smalcode.one-pro
    .panel-features-2
    .tabs-content
    .tab-content.tab-content-2
    .content-wrap
    .left-col
    .image-wrap {
    position: relative;
  }
  #custom-smalcode.one-pro
    .panel-features-2
    .tabs-content
    .tab-content.tab-content-2
    .content-wrap
    .left-col
    .image-wrap
    .abs-wrap-1 {
    position: absolute;
    bottom: 100%;
    left: 33%;
  }
  #custom-smalcode.one-pro
    .panel-features-2
    .tabs-content
    .tab-content.tab-content-2
    .content-wrap
    .left-col
    .image-wrap
    .abs-wrap-2 {
    position: absolute;
    color: #fecb01;
    bottom: 66%;
    left: 72%;
    white-space: nowrap;
  }
  #custom-smalcode.one-pro
    .panel-features-2
    .tabs-content
    .tab-content.tab-content-2
    .content-wrap
    .right-col
    .content-box {
    margin-bottom: 40px;
  }
  #custom-smalcode.one-pro
    .panel-features-2
    .tabs-content
    .tab-content.tab-content-2
    .content-wrap
    .right-col
    .content-box:last-of-type {
    margin-bottom: 0;
  }
  #custom-smalcode.one-pro
    .panel-features-2
    .tabs-content
    .tab-content.tab-content-2
    .content-wrap
    .right-col
    .content-box
    img {
    width: 60px;
    margin-bottom: 24px;
  }
  #custom-smalcode.one-pro
    .panel-features-2
    .tabs-content
    .tab-content.tab-content-3
    .bg-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#505f83),
      to(#8b9cbb)
    );
    background-image: -webkit-linear-gradient(top, #505f83, #8b9cbb);
    background-image: linear-gradient(180deg, #505f83, #8b9cbb);
  }
  #custom-smalcode.one-pro
    .panel-features-2
    .tabs-content
    .tab-content.tab-content-3
    .content-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
  }
  #custom-smalcode.one-pro
    .panel-features-2
    .tabs-content
    .tab-content.tab-content-3
    .content-wrap
    .style-h2 {
    margin-bottom: 10px;
  }
  #custom-smalcode.one-pro
    .panel-features-2
    .tabs-content
    .tab-content.tab-content-3
    .content-wrap
    .style-h5 {
    margin-bottom: 15px;
  }
  #custom-smalcode.one-pro
    .panel-features-2
    .tabs-content
    .tab-content.tab-content-3
    .content-wrap
    .col-img-right
    img {
    width: 88.5%;
  }
  #custom-smalcode.one-pro .panel-fake-parallax {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
  }
  #custom-smalcode.one-pro .panel-fake-parallax .cta-outer-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #custom-smalcode.one-pro .panel-fake-parallax .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  #custom-smalcode.one-pro .panel-fake-parallax .bg-layer video {
    height: 100%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #custom-smalcode.one-pro .panel-fake-parallax .bg-layer.width-full video {
    width: 100%;
    height: auto;
  }
  #custom-smalcode.one-pro .panel-after-fake-parallax {
    margin-top: 100vh;
  }
  #custom-smalcode.one-pro .panel-testimonial {
    padding-top: 140px;
    background-color: white;
    overflow: hidden;
  }
  #custom-smalcode.one-pro .panel-testimonial video {
    display: block;
    width: 100%;
    height: auto;
  }
  #custom-smalcode.one-pro .panel-testimonial .quote-img {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    margin-bottom: 12px;
    display: inline-block;
  }
  #custom-smalcode.one-pro .panel-testimonial .row-main-content {
    position: relative;
    z-index: 5;
  }
  #custom-smalcode.one-pro .panel-testimonial .bottom-row {
    position: relative;
    z-index: 10;
  }
  #custom-smalcode.one-pro .panel-testimonial .row-main-content {
    margin-top: 40px;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  #custom-smalcode.one-pro .panel-testimonial .row-main-content .style-h5 {
    margin-bottom: 5px;
  }
  #custom-smalcode.one-pro .panel-testimonial .row-main-content .col-align-right {
    text-align: right;
  }
  #custom-smalcode.one-pro .panel-testimonial .row-main-content .quote-p {
    margin-bottom: 20px;
  }
  #custom-smalcode.one-pro
    .panel-testimonial
    .row-main-content
    .quote-p
    .small-quote {
    font-size: 10px;
    line-height: 16px;
    font-weight: normal;
    color: rgba(58, 58, 58, 0.6);
  }
  @media only screen and (max-width: 1199px) {
    #custom-smalcode.one-pro .panel-testimonial .row-main-content .quote-p {
      margin-bottom: 0;
    }
  }
  #custom-smalcode.one-pro .panel-testimonial .bottom-row .inner-flex-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-top: -20px;
    width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto;
  }
  #custom-smalcode.one-pro
    .panel-testimonial
    .bottom-row
    .inner-flex-wrap.active {
    -webkit-transform: translate(0, -200px);
    transform: translate(0, -200px);
  }
  #custom-smalcode.one-pro .panel-testimonial .bottom-row .left-col {
    padding-right: 20px;
    width: 100%;
    text-align: right;
  }
  #custom-smalcode.one-pro .panel-testimonial .bottom-row .left-col .text-wrap p {
    font-size: 10px;
    line-height: 16px;
    font-weight: normal;
    color: rgba(58, 58, 58, 0.6);
  }
  #custom-smalcode.one-pro .panel-testimonial .bottom-row .right-col {
    width: 100%;
    background-color: black;
    padding: 24px;
    color: white;
    max-width: 500px;
  }
  #custom-smalcode.one-pro
    .panel-testimonial
    .bottom-row
    .right-col
    .graph-title {
    margin-bottom: 4px;
    white-space: nowrap;
  }
  #custom-smalcode.one-pro
    .panel-testimonial
    .bottom-row
    .right-col
    .graph-subtitle {
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 24px;
    white-space: nowrap;
  }
  #custom-smalcode.one-pro
    .panel-testimonial
    .bottom-row
    .right-col
    .bar-outer-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 16px;
    overflow: hidden;
  }
  #custom-smalcode.one-pro
    .panel-testimonial
    .bottom-row
    .right-col
    .bar-outer-wrap:last-of-type {
    margin-bottom: 0;
  }
  #custom-smalcode.one-pro
    .panel-testimonial
    .bottom-row
    .right-col
    .bar-outer-wrap.last-real-bar {
    margin-bottom: 8px;
  }
  #custom-smalcode.one-pro
    .panel-testimonial
    .bottom-row
    .right-col
    .bar-outer-wrap.values-indicator {
    margin-bottom: 4px;
  }
  #custom-smalcode.one-pro
    .panel-testimonial
    .bottom-row
    .right-col
    .bar-outer-wrap
    .bar-inner-left {
    width: 120px;
    text-transform: none;
  }
  #custom-smalcode.one-pro
    .panel-testimonial
    .bottom-row
    .right-col
    .bar-outer-wrap
    .style-h5 {
    color: rgba(255, 255, 255, 0.5);
  }
  #custom-smalcode.one-pro
    .panel-testimonial
    .bottom-row
    .right-col
    .bar-outer-wrap
    .bar-wrap-outer {
    width: 100%;
  }
  #custom-smalcode.one-pro
    .panel-testimonial
    .bottom-row
    .right-col
    .bar-outer-wrap
    .bar-wrap {
    height: 32px;
    border: 1px solid #fecb00;
    position: relative;
  }
  #custom-smalcode.one-pro
    .panel-testimonial
    .bottom-row
    .right-col
    .bar-outer-wrap
    .bar-wrap.highlight {
    background-color: #fecb00;
    color: black;
  }
  #custom-smalcode.one-pro
    .panel-testimonial
    .bottom-row
    .right-col
    .bar-outer-wrap
    .bar-wrap.bar-wrap-1 {
    width: 5%;
    -webkit-transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  #custom-smalcode.one-pro
    .panel-testimonial
    .bottom-row
    .right-col
    .bar-outer-wrap
    .bar-wrap.bar-wrap-1
    .special-text {
    opacity: 0;
    -webkit-transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  #custom-smalcode.one-pro
    .panel-testimonial
    .bottom-row
    .right-col
    .bar-outer-wrap
    .bar-wrap.bar-wrap-1.active {
    width: 71.167%;
  }
  #custom-smalcode.one-pro
    .panel-testimonial
    .bottom-row
    .right-col
    .bar-outer-wrap
    .bar-wrap.bar-wrap-1.active
    .special-text {
    opacity: 1;
  }
  #custom-smalcode.one-pro
    .panel-testimonial
    .bottom-row
    .right-col
    .bar-outer-wrap
    .bar-wrap.bar-wrap-2 {
    width: 79.5%;
  }
  #custom-smalcode.one-pro
    .panel-testimonial
    .bottom-row
    .right-col
    .bar-outer-wrap
    .bar-wrap.bar-wrap-3 {
    width: 99.333%;
  }
  #custom-smalcode.one-pro
    .panel-testimonial
    .bottom-row
    .right-col
    .bar-outer-wrap
    .bar-wrap
    .inner-val {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-right: 10px;
    font-weight: normal;
    font-size: 14px;
  }
  #custom-smalcode.one-pro
    .panel-testimonial
    .bottom-row
    .right-col
    .bar-outer-wrap
    .bar-wrap
    .special-text {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(15px, -50%) translate(100%, 0);
    transform: translate(15px, -50%) translate(100%, 0);
    color: #fecb00;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
  }
  #custom-smalcode.one-pro
    .panel-testimonial
    .bottom-row
    .right-col
    .bar-outer-wrap.values-indicator {
    color: rgba(255, 255, 255, 0.6);
    font-weight: normal;
    font-size: 14px;
  }
  #custom-smalcode.one-pro
    .panel-testimonial
    .bottom-row
    .right-col
    .bar-outer-wrap.values-indicator
    .flex-wrap {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  #custom-smalcode.one-pro
    .panel-testimonial
    .bottom-row
    .right-col
    .bar-outer-wrap.bottom-info
    .text {
    width: 100%;
    color: rgba(255, 255, 255, 0.6);
    font-weight: normal;
    font-size: 14px;
    text-align: center;
  }
  #custom-smalcode.one-pro .panel-testimonial .bottom-row.reversed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-flow: row-reverse;
  }
  #custom-smalcode.one-pro
    .panel-testimonial
    .bottom-row.reversed
    .inner-flex-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-flow: row-reverse;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #custom-smalcode.one-pro
    .panel-testimonial
    .bottom-row.reversed
    .inner-flex-wrap.active {
    -webkit-transform: translate(0, -200px);
    transform: translate(0, -200px);
  }
  #custom-smalcode.one-pro .panel-testimonial .bottom-row.reversed .left-col {
    text-align: left;
    padding-right: 0;
    padding-left: 20px;
  }
  #custom-smalcode.one-pro
    .panel-testimonial
    .bottom-row.image-edit
    .right-col
    .bar-outer-wrap
    .bar-wrap.bar-wrap-1 {
    width: 5%;
  }
  #custom-smalcode.one-pro
    .panel-testimonial
    .bottom-row.image-edit
    .right-col
    .bar-outer-wrap
    .bar-wrap.bar-wrap-1.active {
    width: 50.667%;
  }
  #custom-smalcode.one-pro
    .panel-testimonial
    .bottom-row.image-edit
    .right-col
    .bar-outer-wrap
    .bar-wrap.bar-wrap-2 {
    width: 51.583%;
  }
  #custom-smalcode.one-pro
    .panel-testimonial
    .bottom-row.image-edit
    .right-col
    .bar-outer-wrap
    .bar-wrap.bar-wrap-3 {
    width: 92.417%;
  }
  #custom-smalcode.one-pro
    .panel-testimonial
    .bottom-row.rendering-3d
    .right-col
    .bar-outer-wrap
    .bar-wrap.bar-wrap-1 {
    width: 5%;
  }
  #custom-smalcode.one-pro
    .panel-testimonial
    .bottom-row.rendering-3d
    .right-col
    .bar-outer-wrap
    .bar-wrap.bar-wrap-1.active {
    width: 69%;
  }
  #custom-smalcode.one-pro
    .panel-testimonial
    .bottom-row.rendering-3d
    .right-col
    .bar-outer-wrap
    .bar-wrap.bar-wrap-2 {
    width: 76.571%;
  }
  #custom-smalcode.one-pro
    .panel-testimonial
    .bottom-row.rendering-3d
    .right-col
    .bar-outer-wrap
    .bar-wrap.bar-wrap-3 {
    width: 99.571%;
  }
  #custom-smalcode.one-pro
    .panel-testimonial
    .bottom-row.streaming
    .right-col
    .bar-outer-wrap
    .bar-wrap.bar-wrap-1 {
    width: 5%;
  }
  #custom-smalcode.one-pro
    .panel-testimonial
    .bottom-row.streaming
    .right-col
    .bar-outer-wrap
    .bar-wrap.bar-wrap-1.active {
    width: 91.986%;
  }
  #custom-smalcode.one-pro
    .panel-testimonial
    .bottom-row.streaming
    .right-col
    .bar-outer-wrap
    .bar-wrap.bar-wrap-2 {
    width: 82.829%;
  }
  #custom-smalcode.one-pro
    .panel-testimonial
    .bottom-row.streaming
    .right-col
    .bar-outer-wrap
    .bar-wrap.bar-wrap-3 {
    width: 61.786%;
  }
  #custom-smalcode.one-pro .panel-minimize {
    background-color: white;
    padding-top: 200px;
    position: relative;
    overflow: hidden;
  }
  #custom-smalcode.one-pro .panel-minimize .col-text {
    -webkit-transform: translate(0, 30%);
    transform: translate(0, 30%);
  }
  #custom-smalcode.one-pro .panel-minimize .col-text.active {
    -webkit-transform: translate(0, -30%);
    transform: translate(0, -30%);
  }
  #custom-smalcode.one-pro .panel-minimize .bg-color-wrap {
    background-color: #f9f9f9;
  }
  #custom-smalcode.one-pro .panel-minimize .bg-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
  }
  #custom-smalcode.one-pro .panel-minimize .bg-layer .pax-img {
    position: absolute;
    top: 10%;
    height: 58vw;
    width: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #custom-smalcode.one-pro .panel-minimize .bg-layer .pax-img.active {
    -webkit-transform: translate(0, -15vw);
    transform: translate(0, -15vw);
  }
  #custom-smalcode.one-pro .panel-minimize .bg-layer .pax-img.img-left {
    left: 2%;
  }
  #custom-smalcode.one-pro .panel-minimize .bg-layer .pax-img.img-right {
    right: 2%;
  }
  #custom-smalcode.one-pro .panel-minimize .cta-outer-wrap {
    margin-top: 24px;
  }
  #custom-smalcode.one-pro .panel-minimize .cta-white {
    background: black;
    color: white;
  }
  #custom-smalcode.one-pro .panel-minimize .inner-wrap {
    padding-top: 200px;
    padding-bottom: 200px;
    text-align: center;
  }
  #custom-smalcode.one-pro .panel-minimize .warranty-icon {
    width: 160px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #custom-smalcode.one-pro .panel-awards {
    padding-top: 60px;
    padding-bottom: 0px;
    overflow: hidden;
  }
  #custom-smalcode.one-pro .panel-awards .slider-wrap {
    padding-bottom: 100px;
  }
  #custom-smalcode.one-pro .panel-awards .slider-ele {
    text-align: center;
  }
  #custom-smalcode.one-pro .panel-awards .slider-ele img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    height: 100px;
    width: auto;
  }
  #custom-smalcode.one-pro .panel-awards .slider-ele .quote-from {
    margin-top: 24px;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 18px;
  }
  #custom-smalcode.one-pro .panel-awards .slick-arrow {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 48px !important;
    height: 48px !important;
    cursor: pointer;
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 0;
    color: transparent;
    background-color: transparent;
    outline: 0;
    border: 0;
    padding: 0;
    margin: 0;
    top: 50%;
  }
  #custom-smalcode.one-pro .panel-awards .slick-arrow.slick-prev {
    background-image: url("../img/one-pro/slider-prev.png");
    left: -50px;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
  }
  #custom-smalcode.one-pro .panel-awards .slick-arrow.slick-next {
    background-image: url("../img/one-pro/slider-next.png");
    right: -50px;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
  }
  #custom-smalcode.one-pro .panel-awards .slick-dots {
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  #custom-smalcode.one-pro .panel-awards .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    height: 12px;
    width: 12px;
    position: relative;
  }
  #custom-smalcode.one-pro .panel-awards .slick-dots li button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 0;
    color: transparent;
    background-color: transparent;
    outline: 0;
    border: 0;
    padding: 0;
    width: 12px;
    height: 12px;
    background-color: white;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid black;
  }
  #custom-smalcode.one-pro .panel-awards .slick-dots li button:before {
    content: none !important;
  }
  #custom-smalcode.one-pro .panel-awards .slick-dots li.slick-active button {
    background-color: black;
  }
  @media only screen and (max-width: 767px) {
    #custom-smalcode.one-pro .panel-awards .slider-wrap {
      padding-left: 50px;
      padding-right: 50px;
    }
    #custom-smalcode.one-pro .panel-awards .slick-arrow {
      width: 30px !important;
    }
    #custom-smalcode.one-pro .panel-awards .slick-arrow.slick-prev {
      left: 0;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
    }
    #custom-smalcode.one-pro .panel-awards .slick-arrow.slick-next {
      right: 0;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
    }
  }
  @media only screen and (max-width: 1023px) {
    #custom-smalcode.one-pro .panel-testimonial .quote-p p {
      font-size: 12px;
      line-height: 16px;
      margin-bottom: 10px;
    }
    #custom-smalcode.one-pro .panel-testimonial .style-h5 {
      font-size: 16px;
      line-height: 18px;
    }
    #custom-smalcode.one-pro
      .panel-testimonial
      .bottom-row
      .inner-flex-wrap.active {
      -webkit-transform: translate(0, -100px);
      transform: translate(0, -100px);
    }
    #custom-smalcode.one-pro
      .panel-testimonial
      .bottom-row.reversed
      .inner-flex-wrap.active {
      -webkit-transform: translate(0, -100px);
      transform: translate(0, -100px);
    }
    #custom-smalcode.one-pro .panel-testimonial .bottom-row .right-col .style-h5 {
      font-size: 14px;
      line-height: 16px;
      letter-spacing: 1px;
    }
    #custom-smalcode.one-pro
      .panel-testimonial
      .bottom-row
      .right-col
      .bar-outer-wrap {
      margin-bottom: 8px;
    }
    #custom-smalcode.one-pro
      .panel-testimonial
      .bottom-row
      .right-col
      .bar-outer-wrap
      .bar-inner-left {
      width: 90px;
    }
    #custom-smalcode.one-pro
      .panel-testimonial
      .bottom-row
      .right-col
      .bar-outer-wrap
      .bar-wrap {
      height: 24px;
    }
    #custom-smalcode.one-pro
      .panel-testimonial
      .bottom-row
      .right-col
      .bar-outer-wrap
      .bar-wrap
      .inner-val {
      font-size: 10px;
    }
    #custom-smalcode.one-pro
      .panel-testimonial
      .bottom-row
      .right-col
      .bar-outer-wrap
      .bar-wrap
      .special-text {
      font-size: 13px;
    }
    #custom-smalcode.one-pro
      .panel-testimonial
      .bottom-row
      .right-col
      .bar-outer-wrap.values-indicator {
      font-size: 10px;
    }
    #custom-smalcode.one-pro
      .panel-testimonial
      .bottom-row
      .right-col
      .bar-outer-wrap.bottom-info
      .text {
      font-size: 10px;
    }
  }
  @media only screen and (max-width: 767px) {
    #custom-smalcode.one-pro .style-h5 {
      font-size: 16px;
      line-height: 18px;
    }
    #custom-smalcode.one-pro .panel-features-2 {
      min-height: 660px;
    }
    #custom-smalcode.one-pro .panel-features-2 .tabs-menu {
      top: 0;
    }
    #custom-smalcode.one-pro .panel-features-2 .tabs-menu .tab {
      font-size: 15px;
      letter-spacing: 3px;
      min-width: 0;
      padding-left: 10px;
      padding-right: 10px;
      width: 33.3333%;
      padding-top: 12px;
      padding-bottom: 12px;
    }
    #custom-smalcode.one-pro .panel-features-2 .tabs-menu .tab.active {
      padding-top: 20px;
      padding-bottom: 20px;
    }
    #custom-smalcode.one-pro
      .panel-features-2
      .tabs-content
      .tab-content.tab-content-1
      .body-p2
      p {
      font-size: 12px;
      line-height: 17px;
    }
    #custom-smalcode.one-pro
      .panel-features-2
      .tabs-content
      .tab-content.tab-content-1
      .center-img {
      width: 50%;
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      bottom: 20%;
      top: auto;
    }
    #custom-smalcode.one-pro
      .panel-features-2
      .tabs-content
      .tab-content.tab-content-1
      .center-text {
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      bottom: 40%;
      top: auto;
    }
    #custom-smalcode.one-pro
      .panel-features-2
      .tabs-content
      .tab-content.tab-content-1
      .outer-content-wrap {
      top: 80px;
      bottom: auto;
      height: calc(100% - 100px);
    }
    #custom-smalcode.one-pro
      .panel-features-2
      .tabs-content
      .tab-content.tab-content-1
      .outer-content-wrap
      .content-box {
      width: 40%;
    }
    #custom-smalcode.one-pro
      .panel-features-2
      .tabs-content
      .tab-content.tab-content-2
      .content-wrap {
      top: 140px;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    #custom-smalcode.one-pro
      .panel-features-2
      .tabs-content
      .tab-content.tab-content-2
      .content-wrap
      .left-col
      .style-h5 {
      font-size: 12px;
      letter-spacing: 0.4px;
      line-height: 13px;
    }
    #custom-smalcode.one-pro
      .panel-features-2
      .tabs-content
      .tab-content.tab-content-2
      .content-wrap
      .right-col {
      margin-top: 30px;
    }
    #custom-smalcode.one-pro
      .panel-features-2
      .tabs-content
      .tab-content.tab-content-2
      .content-wrap
      .right-col
      .content-box {
      display: -webkit-box;
      display: flex;
    }
    #custom-smalcode.one-pro
      .panel-features-2
      .tabs-content
      .tab-content.tab-content-2
      .content-wrap
      .right-col
      .content-box
      img {
      margin-bottom: 0;
      margin-right: 12px;
    }
    #custom-smalcode.one-pro
      .panel-features-2
      .tabs-content
      .tab-content.tab-content-3
      .content-wrap {
      top: 0;
      -webkit-transform: none;
      transform: none;
      height: 100%;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
    }
    #custom-smalcode.one-pro
      .panel-features-2
      .tabs-content
      .tab-content.tab-content-3
      .col-img-left {
      position: absolute;
      top: 10%;
      left: 0;
      padding: 0;
      width: 35%;
    }
    #custom-smalcode.one-pro
      .panel-features-2
      .tabs-content
      .tab-content.tab-content-3
      .col-img-right {
      position: absolute;
      bottom: 0;
      right: 0;
      padding: 0;
      width: 35%;
    }
    #custom-smalcode.one-pro
      .panel-features-2
      .tabs-content
      .tab-content.tab-content-3
      .col-text {
      max-width: 60%;
      margin-left: auto;
      margin-right: auto;
    }
    #custom-smalcode.one-pro .panel-testimonial {
      padding-top: 60px;
    }
    #custom-smalcode.one-pro .panel-testimonial .row-main-content {
      margin-top: 30px;
    }
    #custom-smalcode.one-pro .panel-testimonial .bottom-row .inner-flex-wrap {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: reverse !important;
      flex-flow: column-reverse !important;
      flex-wrap: wrap;
      -webkit-transform: translate(0px, -20px) !important;
      transform: translate(0px, -20px) !important;
      width: 95%;
      margin-left: auto;
      margin-right: auto;
    }
    #custom-smalcode.one-pro
      .panel-testimonial
      .bottom-row
      .inner-flex-wrap
      .left-col {
      padding: 0;
      margin-top: 10px;
      text-align: left;
    }
    #custom-smalcode.one-pro
      .panel-testimonial
      .bottom-row
      .inner-flex-wrap
      .left-col
      .text-wrap
      p {
      font-size: 9px;
      line-height: 15px;
    }
    #custom-smalcode.one-pro
      .panel-testimonial.panel-testimonial-2
      .row-main-content,
    #custom-smalcode.one-pro
      .panel-testimonial.panel-testimonial-4
      .row-main-content {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      flex-flow: column-reverse;
    }
    #custom-smalcode.one-pro .panel-minimize {
      padding-top: 100px;
    }
    #custom-smalcode.one-pro .panel-minimize .warranty-icon {
      width: 80px;
    }
    #custom-smalcode.one-pro .panel-minimize .inner-wrap {
      padding-top: 60px;
      padding-bottom: 60px;
      max-width: 70%;
      margin: 0 auto;
    }
    #custom-smalcode.one-pro .panel-minimize .bg-layer .pax-img {
      top: -3%;
      width: 80%;
      height: auto;
    }
    #custom-smalcode.one-pro .panel-minimize .bg-layer .pax-img.img-left {
      left: -60%;
    }
    #custom-smalcode.one-pro .panel-minimize .bg-layer .pax-img.img-right {
      right: -65%;
    }
  }
  
  /* ==========================================================================
     general
     ========================================================================== */
  body {
    margin: 0;
    color: #000;
  }
  
  #navbar {
    position: absolute !important;
  }
  
  #custom-smalcode {
    --vh: 1vh;
    background-color: #fff;
    position: relative;
    z-index: 1;
  }
  #custom-smalcode img {
    display: block;
    width: 100%;
    height: auto;
  }
  #custom-smalcode a {
    color: inherit;
    text-decoration: none;
  }
  #custom-smalcode ul,
  #custom-smalcode li {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  #custom-smalcode * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
  }
  #custom-smalcode .no-wrap {
    white-space: nowrap;
  }
  #custom-smalcode .slick-slide {
    outline: 0;
  }
  #custom-smalcode.device-is-touch .touch-hide {
    display: none;
  }
  #custom-smalcode.device-is-touch .mobile.touch-show {
    display: block;
  }
  #custom-smalcode:not(.device-is-touch) .touch-show {
    display: none;
  }
  @media only screen and (max-width: 767px) {
    #custom-smalcode.device-is-touch .touch-hide,
    #custom-smalcode:not(.device-is-touch) .touch-hide {
      display: none;
    }
    #custom-smalcode.device-is-touch .mobile.touch-show,
    #custom-smalcode:not(.device-is-touch) .mobile.touch-show {
      display: block;
    }
  }
  
  html[lang="de"] #custom-smalcode .style-h2,
  html[lang="es"] #custom-smalcode .style-h2,
  html[lang="fr"] #custom-smalcode .style-h2,
  html[lang="it"] #custom-smalcode .style-h2,
  html[lang="ja"] #custom-smalcode .style-h2,
  html[lang="pt"] #custom-smalcode .style-h2,
  html[lang="ru"] #custom-smalcode .style-h2,
  html[lang="pl"] #custom-smalcode .style-h2 {
    font-size: 46px;
    line-height: 52px !important;
    letter-spacing: 2px;
  }
  html[lang="de"] #custom-smalcode .style-h2 .no-wrap,
  html[lang="es"] #custom-smalcode .style-h2 .no-wrap,
  html[lang="fr"] #custom-smalcode .style-h2 .no-wrap,
  html[lang="it"] #custom-smalcode .style-h2 .no-wrap,
  html[lang="ja"] #custom-smalcode .style-h2 .no-wrap,
  html[lang="pt"] #custom-smalcode .style-h2 .no-wrap,
  html[lang="ru"] #custom-smalcode .style-h2 .no-wrap,
  html[lang="pl"] #custom-smalcode .style-h2 .no-wrap {
    white-space: normal;
  }
  @media only screen and (max-width: 1199px) {
    html[lang="de"] #custom-smalcode .style-h2,
    html[lang="es"] #custom-smalcode .style-h2,
    html[lang="fr"] #custom-smalcode .style-h2,
    html[lang="it"] #custom-smalcode .style-h2,
    html[lang="ja"] #custom-smalcode .style-h2,
    html[lang="pt"] #custom-smalcode .style-h2,
    html[lang="ru"] #custom-smalcode .style-h2,
    html[lang="pl"] #custom-smalcode .style-h2 {
      font-size: 38px;
      line-height: 40px !important;
      letter-spacing: 2px;
    }
  }
  @media only screen and (max-width: 1023px) {
    html[lang="de"] #custom-smalcode .style-h2,
    html[lang="es"] #custom-smalcode .style-h2,
    html[lang="fr"] #custom-smalcode .style-h2,
    html[lang="it"] #custom-smalcode .style-h2,
    html[lang="ja"] #custom-smalcode .style-h2,
    html[lang="pt"] #custom-smalcode .style-h2,
    html[lang="ru"] #custom-smalcode .style-h2,
    html[lang="pl"] #custom-smalcode .style-h2 {
      font-size: 38px;
      line-height: 40px !important;
      letter-spacing: 2px;
    }
  }
  @media only screen and (max-width: 767px) {
    html[lang="de"] #custom-smalcode .style-h2,
    html[lang="es"] #custom-smalcode .style-h2,
    html[lang="fr"] #custom-smalcode .style-h2,
    html[lang="it"] #custom-smalcode .style-h2,
    html[lang="ja"] #custom-smalcode .style-h2,
    html[lang="pt"] #custom-smalcode .style-h2,
    html[lang="ru"] #custom-smalcode .style-h2,
    html[lang="pl"] #custom-smalcode .style-h2 {
      font-size: 24px;
      line-height: 30px !important;
      letter-spacing: 1px;
    }
  }