html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
body.page-type-global-page-general {
  /* ==========================================================================
   Variables
   ========================================================================== */
  /* ==========================================================================
   General Classes
   ========================================================================== */
  /* ==========================================================================
   Font Styles
   ========================================================================== */
  /* ==========================================================================
   Forms
   ========================================================================== */
  /* ==========================================================================
   Navigation
   ========================================================================== */
  /*#main-nav{
  background-color: transparent;
  height: @menuEveHeight;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  color: white;
  ul, li {
    padding: 0;
    margin: 0;
  }
  .toolbar-tray-open.toolbar-fixed.toolbar-horizontal & {
    top: 79px;
  }

  .menu-font {
    font-size: 18px;
    font-family: 'UniversNextBold-Cn';
    letter-spacing: 1.5px;
  }

  &.transparent:not(.scrolled) .main-menu {
    background-color: transparent;
  }

  &.white .main-menu{
    background-color: white;
    color: #303841;
  }

  .main-menu{
    background-color: #303841;
    height: @menuEveHeight;
    z-index: 90;
    .transition(0.3s, ease-out);
    -webkit-font-smoothing: antialiased;

    .menu-points{
      position: absolute;
      top: 0;
      left: 50%;
      .translate(-50%, 0);
      height: @menuEveHeight;
      text-transform: uppercase;

      .menu-point{
        float: left;
        padding-left: @menuPointPadding;
        padding-right: @menuPointPadding;
        margin-top: @menuEveHeight/2;
        .translate(0, -50%);
        .translate(0, calc(~'-50% - 0.5px'));
        cursor: pointer;
        -webkit-backface-visibility: hidden;

        .text{
          padding-top: 12px;
          padding-bottom: 12px;
        }
      }
    }

    .right-items{
      position: absolute;
      top: 50%;
      right: 30px;
      .translate(0, -50%);
      .translate(0, calc(~'-50% - 0.5px'));

      .menu-point{
        float: left;
        -webkit-backface-visibility: hidden;

		    &:nth-child(1){
          padding-right: @menuPointPadding*2;
        }
      }
    }

    .menu-points,
    .right-items{
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
    }

    .elgato-logo{
      position: absolute;
      top: 50%;
      left: 30px;
      .translate(0, -50%);
      display: block;

      img{
        width: 91px;
      }
    }
  }
}
#main-nav{
  .menu-point{
    .border-bottom{
        background-color: white;
        height: 2px;
        width: 40%;
        .transition-inq(0.4s);
        .opacity(0);
    }
    .text{
        padding-top: 12px;
        padding-bottom: 12px;
    }

    &:not(.submenu-trigger):hover,
    &.active {
      .border-bottom{
        .opacity(1);
        width: 100%;
      }
    }
  }
}
@media only screen and (max-width: 1023px) {
  #main-nav{
    display: none;
  }
  #mobile-overlay-navi-global select {
    background: none;
    border: 0 none;
    padding: 0 20px 0 0;
    margin: 0;
    letter-spacing: 1.5px;
  }
}
@media only screen and (min-width: 1024px) {
  #mobile-nav-global{
    display: none;
  }
}*/
  /* ========================================
   Desktop - Language Menu
   ======================================== */
  /*#main-nav{
  .lang-men-point{
    .text{
      padding-right: 20px;
      min-width: 100px;

      &:after{
        content: "";
        background-image: url('../eve-images/menu/lang-dropdown.png');
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        right: 0;
        width: 11px;
        height: 6px;
          top: 50%;
          .translate(0, -50%);
      }
    }
  }
}


body.language-menu-active{
  #subnav-overlay{
    display: none;
  }
}

#main-nav{
  &.white{
    .submenu.lang-sub{
      .submenu-inner{
        background-color: white;
        color: #303841;
      }
    }
  }
  .submenu.lang-sub{
      text-align: right;
      padding-top: 0;
      padding-bottom: 0;
      z-index: 80;

      .submenu-inner{
        display: inline-block;
        background: @colorEveMenuTopper;
        padding-right: 50px;
        margin-top: 100px;
        padding-left: 30px;
        padding-bottom: 30px;
        padding-top: 20px;
        text-align: left;
        .translate(0, -200px);
        .transition-inq(0.4s);

        li{
          .transition-inq(0.2s);
          .opacity(1);
          list-style:none;
          line-height: 30px;

          &:hover{
            .opacity(0.5);
          }

          &.es,
          &.ja{
            display: none;
          }

        }
      }

      &.active{
        .submenu-inner.active{
          .translate(0, -100px);
        }
      }
  }
}*/
  /* ========================================
   Submenu - Animation
   ======================================== */
  /*/body.submenu-active{
  #main-nav.transparent {
    height: auto;
    .main-menu {
      background-color: @colorGlobalGray;
    }
  }
}

#main-nav{
  .submenu{
    display: none;

    .submenu-inner{
      .opacity(0);
        .translate(0, 50px);
      pointer-events: none;
      .transition-bounce(0.5s);
    }
    &.active{
      display: block;

      .submenu-inner.active{
          .transition-delay(0.2s);
        .opacity(1);
          .translate(0, 0);
        pointer-events: all;
      }
    }
  }
}*/
  /* ==========================================================================
   mobile
   ========================================================================== */
  /* ========================================
   Menu - Mobile Header
   ======================================== */
  /*
@media only screen and (max-width:1023px){

    html.mobile-menu-overlay-active{
        &, body{
            overflow: hidden;
            height: 100%;
        }
        #mobile-nav-global{
            background-color: #303841;
            border-bottom: 1px solid black;
        }
        #mobile-overlay-navi-global{
            left: 0;
            -webkit-overflow-scrolling: touch;
        }

        .mobile-overlay-trigger{
            .inner{
                span{
                    &:nth-child(1){
                        top: 0;
                        left: -5px;
                        .transform(rotate(-45deg));
                    }
                    &:nth-child(2){
                        .opacity(0);
                    }
                    &:nth-child(3){
                        top: 14px;
                        left: -4px;
                        .transform(rotate(45deg));
                    }
                }
            }
        }
    }


}
#mobile-nav-global{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 120;
    padding-left: 15px;
    padding-right: 20px;
    padding-top: 15px;
    border-bottom: 1px solid transparent;
    padding-bottom: 15px;
   // background-color: transparent;
   background-color: #30383F;
   height: 60px;
    // .transition-inq(0.3s);

    .full-logo{
      max-width: 60px;
      position: absolute;
      left: 0;
      top: 50%;
      .translate(0,-50%);
    }
    .left-menu{
      float: left;
    }

    .mobile-shopping-cart-wrapper{
      top: 2px;
    }

}
.mobile-overlay-trigger{
  width: 50px;
  height: 50px;
    position: absolute;
    right: -20px;
    top: -9px;
    cursor: pointer;

  .inner{
    width: 20px;
    height: 16px;
      margin-top: 15px;
      margin-left: 10px;
    position: relative;

    span{
      position: absolute;
      height: 2px;
      width: 100%;
      background-color: white;
      left: 0;
      .transition-inq(0.3s);

      &:nth-child(1){
        top: 0;
        .transform(rotate(0deg));
        .transform-origin(top right);
      }
      &:nth-child(2){
        top: 50%;
        .opacity(1);
      }
      &:nth-child(3){
        top: 100%;
        .transform(rotate(0deg));
        .transform-origin(top right);
      }
    }
  }
}
//overlay
@media only screen and (min-width: 1024px) {
  #mobile-overlay-navi-global{
    display: none;
  }
}

#language-switcher-mobile-global{
    border: 0;
    .appearence(none);
    background-color: transparent;
    // min-width: 100px;
    padding-right: 30px;
    padding-left: 0;
}

.mobile-menu-point.lang-select .inner-point{
    display: inline-block;
    position: relative;
    &:after{
        content: "";
        background-image: url('../eve-images/menu/lang-dropdown.png');
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        right: 0;
        width: 11px;
        height: 6px;
        top: 50%;
        .translate(0, -50%);
        pointer-events: none;
    }
}
#mobile-overlay-navi-global{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 100%;
  color: white;
  padding-top: 60px;
  z-index: 101;
  .transition(0.3s);
  background-color: @colorEveMenuTopper;
  font-size: 18px;
  font-family: 'UniversNextBold-Cn';
  letter-spacing: 1.5px;

  .inner-bg{
    // background-color: @colorEveMenuBody;
    height: 100%;
    overflow: scroll;
        .inner-container > div {
            padding-left: 15px;
            padding-right: 20px;
        }
        .menu-point {
          padding-bottom: 20px;
          padding-top: 20px;
        }
  }

  .product-text{
    float: left;
  }

  .expandable-menu{
    cursor: pointer;
  }

  .mobile-menu-point{
      .transition-inq(0.3s);
  }

  .mobile-menu-point{
    padding-top: 20px;
    padding-bottom: 20px;

    &.uppercase{
      text-transform: uppercase;
    }

    &:last-of-type{
        padding-bottom: 50px;
    }
  }

  .lang-select{
    option{
      &[value="es"],
      &[value="ja"]{
        display: none;
      }
    }
  }

}*/
  /* ==========================================================================
   Hero Panel
   ========================================================================== */
  /* ==========================================================================
   white-menu
   ========================================================================== */
  /* ==========================================================================
   Popup
   ========================================================================== */
  /* ==========================================================================
   image-table
   ========================================================================== */
}
body.page-type-global-page-general .page-type-global-page-home {
  /* Small screen */
  /* iphone X adjustment */
}
body.page-type-global-page-general .page-type-global-page-home .tile {
  margin: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  cursor: pointer;
}
body.page-type-global-page-general .page-type-global-page-home #tile_eve {
  margin-left: 1px;
  background-image: url('../elo-hp-eve-background.html');
  padding-top: 12vh;
  padding-bottom: 12vh;
}
body.page-type-global-page-general .page-type-global-page-home #tile_gaming {
  margin-right: 1px;
  background-image: url('../elo-hp-gaming-background.html');
  padding-top: 12vh;
  padding-bottom: 12vh;
}
body.page-type-global-page-general .page-type-global-page-home #tile_thunderbolt {
  margin-top: 2px;
  margin-left: 1px;
  margin-bottom: 2px;
  background-image: url('../elo-hp-dock-background.html');
  padding-top: 6vh;
  padding-bottom: 6vh;
  padding-right: calc(constant(safe-area-inset-right) * 0.7);
  padding-right: calc(env(safe-area-inset-right) * 0.7);
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
}
body.page-type-global-page-general .page-type-global-page-home #tile_videocapture {
  margin-top: 2px;
  margin-right: 1px;
  margin-bottom: 2px;
  background-image: url('../video-capture-background.html');
  padding-top: 6vh;
  padding-bottom: 6vh;
  padding-right: calc(constant(safe-area-inset-right) * 0.7);
  padding-right: calc(env(safe-area-inset-right) * 0.7);
}
body.page-type-global-page-general .page-type-global-page-home .logo {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 10px;
  margin-right: 10px;
}
body.page-type-global-page-general .page-type-global-page-home #logo_eve {
  background-image: url('../eve-logo.html');
  height: 120px;
}
body.page-type-global-page-general .page-type-global-page-home #logo_gaming {
  background-image: url('../gaming-logo.html');
  height: 120px;
}
body.page-type-global-page-general .page-type-global-page-home #logo_thunderbolt {
  background-image: url('../thunderbolt-logo.html');
  height: 60px;
}
body.page-type-global-page-general .page-type-global-page-home #logo_videocapture {
  background-image: url('../video-capture-logo.html');
  height: 60px;
}
body.page-type-global-page-general .page-type-global-page-home #title_eve {
  font-family: 'UniversNextLight-Cn';
  color: black;
}
body.page-type-global-page-general .page-type-global-page-home #title_gaming {
  font-family: 'UniversNextLight-Cn';
  color: white;
}
body.page-type-global-page-general .page-type-global-page-home #title_thunderbolt {
  font-family: 'UniversNextLight-Cn';
  color: white;
}
body.page-type-global-page-general .page-type-global-page-home #title_videocapture {
  font-family: 'UniversNextLight-Cn';
  color: white;
}
body.page-type-global-page-general .page-type-global-page-home .btn_arrow {
  padding-left: 12px;
  height: 22px;
  width: auto;
  float: right;
}
body.page-type-global-page-general .page-type-global-page-home .homeBTN {
  font-family: "UniversNextLight-Cn";
  padding: 10px 17px;
  font-size: 22px;
  line-height: 22px;
  cursor: pointer;
  text-align: center;
  border: 1.5px solid black;
  text-transform: none;
  display: inline-block;
}
body.page-type-global-page-general .page-type-global-page-home .homeBTNWhite {
  border: 1.5px solid white;
  color: white;
  text-shadow: 0px 0px 2px #000000;
}
body.page-type-global-page-general .page-type-global-page-home .tile_col {
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body.page-type-global-page-general .page-type-global-page-home #tile_eve {
    margin: 0px;
  }
  body.page-type-global-page-general .page-type-global-page-home #tile_gaming {
    margin: 0px;
  }
  body.page-type-global-page-general .page-type-global-page-home #tile_thunderbolt {
    margin: 0px;
    position: relative;
  }
  body.page-type-global-page-general .page-type-global-page-home #tile_videocapture {
    margin: 0px;
  }
  body.page-type-global-page-general .page-type-global-page-home .homeBTN {
    font-size: 16px;
    line-height: 16px;
    padding: 11px 15px;
  }
  body.page-type-global-page-general .page-type-global-page-home .btn_arrow {
    height: 16px;
  }
  body.page-type-global-page-general .page-type-global-page-home #logo_eve {
    height: 90px;
  }
  body.page-type-global-page-general .page-type-global-page-home #logo_gaming {
    height: 90px;
  }
  body.page-type-global-page-general .page-type-global-page-home #logo_thunderbolt {
    height: 45px;
  }
  body.page-type-global-page-general .page-type-global-page-home #logo_videocapture {
    height: 45px;
  }
}
@media only screen and (max-height: 399px) {
  body.page-type-global-page-general .page-type-global-page-home #title_eve,
  body.page-type-global-page-general .page-type-global-page-home #title_gaming,
  body.page-type-global-page-general .page-type-global-page-home #title_thunderbolt,
  body.page-type-global-page-general .page-type-global-page-home #logo_videocapture {
    font-size: 24px;
  }
}
body.page-type-global-page-general .footer-trust-badge {
  display: block;
  width: 50px;
  margin-left: auto;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}
body.page-type-global-page-general .rel {
  width: 100%;
  height: 100%;
  position: relative;
}
body.page-type-global-page-general a {
  text-decoration: none;
  color: inherit;
}
body.page-type-global-page-general img {
  width: 100%;
  height: auto;
  display: block;
}
body.page-type-global-page-general html {
  box-sizing: border-box;
}
body.page-type-global-page-general *,
body.page-type-global-page-general *:before,
body.page-type-global-page-general *:after {
  box-sizing: inherit;
}
body.page-type-global-page-general body,
body.page-type-global-page-general p {
  margin: 0;
}
body.page-type-global-page-general .clearfix:after {
  display: block;
  content: "";
  clear: both;
}
body.page-type-global-page-general .fr {
  float: none !important;
}
@media only screen and (max-width: 767px) {
  body.page-type-global-page-general .desktop {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  body.page-type-global-page-general .mobile {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  body.page-type-global-page-general .bigger-1024 {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  body.page-type-global-page-general .smaller-1024 {
    display: none;
  }
}
body.page-type-global-page-general td,
body.page-type-global-page-general th {
  padding: 0.3em 0.7em;
}
body.page-type-global-page-general #block-tabs ul,
body.page-type-global-page-general #block-tabs li {
  padding: 0;
  margin: 0;
}
body.page-type-global-page-general main {
  min-height: calc(100vh - 285px);
  padding-top: 99px;
}
.toolbar-tray-open.toolbar-fixed.toolbar-horizontalbody.page-type-global-page-general main {
  min-height: calc(100vh - 385px);
  padding-top: 179px;
}
body.page-type-global-page-general .btn {
  font-family: 'UniversNextBold';
  background-color: #2574C3;
  padding: 15px 20px;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
  text-align: center;
}
body.page-type-global-page-general .btn.btn-white {
  background-color: #fff;
  color: #2574C3;
}
body.page-type-global-page-general .flexible-buy-btn {
  color: #fff;
  margin-top: 20px;
}
@media only screen and (max-width: 1023px) {
  body.page-type-global-page-general main {
    padding-top: 60px;
  }
}
body.page-type-global-page-general main.hero-existing {
  padding-top: 0;
}
.toolbar-tray-open.toolbar-fixed.toolbar-horizontalbody.page-type-global-page-general main.hero-existing {
  padding-top: 79px;
}
@media only screen and (max-width: 1023px) {
  body.page-type-global-page-general main.hero-existing {
    padding-top: 0;
  }
}
body.page-type-global-page-general h1 small,
body.page-type-global-page-general h2 small,
body.page-type-global-page-general h3 small,
body.page-type-global-page-general h4 small,
body.page-type-global-page-general h5 small,
body.page-type-global-page-general h6 small {
  font-size: 60%;
}
body.page-type-global-page-general h1 {
  font-size: 60px;
  line-height: 72px;
  font-family: "UniversNextBold-Cn";
  font-weight: 300;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
}
body.page-type-global-page-general h2 {
  font-size: 40px;
  line-height: 48px;
  font-family: "UniversNextBold-Cn";
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: 300;
}
body.page-type-global-page-general h4,
body.page-type-global-page-general h3 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 300;
  font-family: "UniversNextBold-Cn";
  margin-top: 1.33em;
  margin-bottom: 1.33em;
}
body.page-type-global-page-general h5 {
  font-size: 18px;
  line-height: 22px;
  font-family: "UniversNextBold-Cn";
  font-weight: 300;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
}
body.page-type-global-page-general h6 {
  font-size: 16px;
  line-height: 22px;
  font-family: "UniversNextLight";
  font-weight: 300;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
}
body.page-type-global-page-general main p,
body.page-type-global-page-general main ul {
  font-size: 20px;
  line-height: 30px;
  font-family: "UniversNextLight";
}
body.page-type-global-page-general #main-nav h1,
body.page-type-global-page-general #main-nav h2,
body.page-type-global-page-general #main-nav h3,
body.page-type-global-page-general #main-nav h4,
body.page-type-global-page-general #main-nav h5,
body.page-type-global-page-general #main-nav h6 {
  color: white;
  margin: 0;
}
body.page-type-global-page-general .general-simple-text-panel {
  /*margin-top: 140px; */
  padding-bottom: 50px;
  padding-left: constant(safe-area-inset-left);
  padding-left: env(safe-area-inset-left);
  padding-right: constant(safe-area-inset-left);
  padding-right: env(safe-area-inset-left);
}
body.page-type-global-page-general .general-simple-text-panel a {
  color: #2574C3;
  font-size: 18px;
  line-height: 30px;
  position: relative;
  font-family: 'UniversNextBold';
  font-weight: 300;
}
body.page-type-global-page-general .general-simple-text-panel img {
  width: auto;
  max-width: 100%;
  display: inline-block;
}
body.page-type-global-page-general .general-simple-text-panel ul {
  padding-left: 20px;
}
body.page-type-global-page-general .general-simple-text-panel li {
  list-style-type: disc;
}
@media only screen and (max-width: 767px) {
  body.page-type-global-page-general h1 {
    font-size: 34px;
    line-height: 40px;
  }
  body.page-type-global-page-general h2 {
    font-size: 26px;
    line-height: 32px;
  }
  body.page-type-global-page-general h4,
  body.page-type-global-page-general h3 {
    font-size: 24px;
    line-height: 29px;
  }
  body.page-type-global-page-general h5 {
    font-size: 14px;
    line-height: 18px;
  }
  body.page-type-global-page-general h6 {
    font-size: 13px;
    line-height: 16px;
  }
  body.page-type-global-page-general main p,
  body.page-type-global-page-general main ul {
    font-size: 20px;
    line-height: 30px;
  }
  body.page-type-global-page-general .general-simple-text-panel a {
    font-size: 15px;
    line-height: 21px;
  }
}
body.page-type-global-page-general .dropdown-big-style select {
  width: 100%;
  font-size: 20px;
  color: #38424B;
  background-color: #fff;
  border: none;
  border-radius: 0;
  line-height: 44px;
  height: 44px;
  font-family: "UniversNextLight";
  height: 55px;
  outline: 0;
  border-bottom: none;
  background-image: url('../png/black-dropdown.png');
  background-size: 9px 6px;
  background-position: right 10px center;
  background-repeat: no-repeat;
  padding-left: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
body.page-type-global-page-general .dropdown-big-style select .continent {
  font-size: 15px;
  padding-top: 5px;
  padding-left: 20px;
}
body.page-type-global-page-general .flexible-hero-image.without-image .hero-text {
  text-align: center;
}
body.page-type-global-page-general .flexible-hero-image.without-image .hero-slide {
  background-color: #050c3d;
  min-height: 0;
  height: 500px;
}
body.page-type-global-page-general .flexible-hero-image.half-image .hero-text {
  text-align: left;
}
body.page-type-global-page-general .flexible-hero-image.half-image .hero-slide {
  min-height: 0;
  height: 500px;
}
body.page-type-global-page-general .flexible-hero-image .hero-slide {
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  outline: 0;
}
body.page-type-global-page-general .flexible-hero-image .hero-slide .center-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 80%;
}
body.page-type-global-page-general .flexible-hero-image h1,
body.page-type-global-page-general .flexible-hero-image h2,
body.page-type-global-page-general .flexible-hero-image h3,
body.page-type-global-page-general .flexible-hero-image h4,
body.page-type-global-page-general .flexible-hero-image h5,
body.page-type-global-page-general .flexible-hero-image h6,
body.page-type-global-page-general .flexible-hero-image p {
  color: inherit;
}
body.page-type-global-page-general #main-nav.white .main-menu .menu-point {
  color: #38424B;
}
body.page-type-global-page-general #main-nav.white .menu-point .border-bottom {
  background-color: #38424B;
}
body.page-type-global-page-general #main-nav.white .lang-men-point .text:after {
  background-image: url('../png/lang-dropdown-black.png');
}
body.page-type-global-page-general #main-nav.white .elgato-logo .default {
  display: none;
}
body.page-type-global-page-general #main-nav.white .elgato-logo .black {
  display: block !important;
}
body.page-type-global-page-general #main-nav.white .shopping-cart-logo .default {
  display: none;
}
body.page-type-global-page-general #main-nav.white .shopping-cart-logo .black {
  display: block !important;
}
body.page-type-global-page-general html:not(.mobile-menu-overlay-active) #mobile-nav-global.white {
  background-color: white;
}
body.page-type-global-page-general html:not(.mobile-menu-overlay-active) #mobile-nav-global.white .full-logo.default,
body.page-type-global-page-general html:not(.mobile-menu-overlay-active) #mobile-nav-global.white .elgato-logo.default {
  display: none;
}
body.page-type-global-page-general html:not(.mobile-menu-overlay-active) #mobile-nav-global.white .full-logo.black,
body.page-type-global-page-general html:not(.mobile-menu-overlay-active) #mobile-nav-global.white .elgato-logo.black {
  display: block !important;
}
body.page-type-global-page-general html:not(.mobile-menu-overlay-active) #mobile-nav-global.white .mobile-overlay-trigger .inner span {
  background-color: #38424B;
}
body.page-type-global-page-general .popup-bg {
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  position: fixed;
}
body.page-type-global-page-general .submenu-popup {
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
body.page-type-global-page-general body.submenu-active.submenu-active-background .submenu-popup {
  width: 100%;
  height: 100%;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  background-color: #38424B;
  z-index: 80;
  top: 0;
  left: 0;
}
body.page-type-global-page-general .close-button.popup-close {
  display: none;
}
body.page-type-global-page-general html.popup-active {
  overflow: hidden;
}
body.page-type-global-page-general html.popup-active body {
  overflow: hidden;
}
body.page-type-global-page-general html.popup-active .popup-bg {
  width: 100%;
  height: 100%;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  background-color: #000;
  z-index: 150;
  position: fixed;
  top: 0;
  left: 0;
}
body.page-type-global-page-general html.popup-active .close-button.popup-close {
  display: block;
}
body.page-type-global-page-general .close-button.popup-close {
  background-image: url('../png/close_icon.png');
  background-size: cover;
  z-index: 200;
  cursor: pointer;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  body.page-type-global-page-general .close-button.popup-close.mobile {
    top: 40px;
    right: 20px;
    width: 50px;
    height: 50px;
    position: fixed;
  }
}
@media only screen and (min-width: 768px) {
  body.page-type-global-page-general .close-button.popup-close.mobile {
    display: none!important;
  }
}
body.page-type-global-page-general .image-table {
  vertical-align: top;
}
body.page-type-global-page-general .image-table td {
  vertical-align: top;
  padding: 0;
}
body.page-type-global-page-general .image-table td.image-td {
  width: 30%;
}
body.page-type-global-page-general .image-table td:not(.image-td) {
  width: 70%;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) {
  body.page-type-global-page-general .mobile-table-image {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body.page-type-global-page-general .image-table td.image-td {
    display: none;
  }
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* ==========================================================================
   Variables
========================================================================== */
/* ============================
Grid
============================ */
/* ============================
Colors
============================ */
/* ============================
Sizes
============================ */
/* ==========================================================================
   Eve
   ========================================================================== */
/* ============================
Eve Colors
============================ */
/* ============================
Eve Sizes
============================ */
/* ==========================================================================
   Drupal Custom
   ========================================================================== */
.btn-text-style {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 2px;
  font-family: "UniversNextBold-Cn";
}
/* ==============================
   Login-Site
   ============================== */
#user-login-form,
#user-pass {
  margin-top: 60px;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
}
#user-login-form label,
#user-pass label {
  margin-bottom: 10px;
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  font-family: "UniversNextBold-Cn";
}
#user-login-form input,
#user-pass input {
  display: block;
  width: 100%;
  outline: 0;
  color: #303841;
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #303841;
  padding-left: 14px;
  font-size: 20px;
  line-height: 44px;
  height: 44px;
  font-family: "UniversNextLight";
}
#user-login-form .description,
#user-pass .description {
  font-family: "UniversNextLight";
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 30px;
  padding-top: 5px;
  display: block;
}
#user-login-form #edit-submit,
#user-pass #edit-submit {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 2px;
  font-family: "UniversNextBold-Cn";
  color: white;
  width: 100%;
  text-transform: uppercase;
  background-color: #303841;
  height: 44px;
  line-height: 44px;
  cursor: pointer;
  text-align: center;
  border: none;
  padding: 0;
}
#user-login-form #edit-submit::-webkit-input-placeholder,
#user-pass #edit-submit::-webkit-input-placeholder {
  color: #303841;
}
#user-login-form #edit-submit::-moz-placeholder,
#user-pass #edit-submit::-moz-placeholder {
  color: #303841;
  opacity: 1;
}
#user-login-form #edit-submit:-ms-input-placeholder,
#user-pass #edit-submit:-ms-input-placeholder {
  color: #303841;
}
@media only screen and (max-width: 767px) {
  #user-login-form {
    margin-top: 180px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 500px) {
  #user-login-form {
    width: 100%;
  }
}
/* ==============================
   Password-Site
   ============================== */
#user-pass input {
  margin-bottom: 10px;
}
#user-pass p {
  margin-bottom: 20px;
  font-family: "UniversNextLight";
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 30px;
  padding-top: 5px;
  display: block;
}
/* ==============================
   status message
   ============================== */
.drupal-big-message {
  background-color: #303841;
  color: #ffffff;
  font-family: "UniversNextBold-Cn";
  font-weight: 300;
  left: 10%;
  line-height: 60px;
  padding: 0 20px;
  position: absolute;
  right: 10%;
  top: 130px;
  z-index: 5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.drupal-big-message .close-message {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  z-index: 10;
}
.drupal-big-message.hide-it {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  pointer-events: none;
}
body.toolbar-horizontal.toolbar-tray-open .drupal-big-message {
  top: 209px;
}
/* ==============================
   header
   ============================== */
#toolbar-bar {
  position: fixed;
}
/* ==============================
   admin tabs
   ============================== */
#block-tabs {
  color: black;
  background-color: #fff;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  line-height: 40px;
  text-align: center;
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 99;
}
#block-tabs li {
  border-right: 1px solid #cccccc;
  display: inline-block;
}
#block-tabs li:first-child {
  border-left: 1px solid #cccccc;
}
#block-tabs a {
  display: inline-block;
  padding: 0 20px;
}
/* ==============================
   page-specifics
   ============================== */
#hero-panel .contextual {
  top: 0 !important;
}
#hero-panel .contextual .trigger {
  margin-top: 100px;
}
/* ==============================
   page-specifics
   ============================== */
.user-login-landing-page {
  position: relative;
  min-height: calc(100vh - 285px);
  padding-top: 130px;
}
.user-login-landing-page .form-item {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#user-login-form {
  position: relative;
  min-height: calc(100vh - 285px);
  padding-top: 130px;
  margin-top: 0;
}
/*@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=63f3c7c3-64b6-4752-a85e-df8a1f1022bd");
@font-face{
  font-family:"UniversLight";
  src:url("../css/fonts/a91ff084-fc8b-43f4-b0ea-111254b68524.eot?#iefix");
  src:url("../css/fonts/a91ff084-fc8b-43f4-b0ea-111254b68524.eot?#iefix") format("eot"),url("../css/fonts/9fa24f1f-00d8-4d28-910f-78e925eaead6.woff2") format("woff2"),url("../css/fonts/d64e7bbc-e9ea-46ad-982c-6195ae4a3c61.woff") format("woff"),url("../css/fonts/d270a34d-b6b8-4c07-8454-03a6a3db7603.ttf") format("truetype"),url("../css/fonts/b2ea19ff-0237-4d94-a107-eaa12af161ef.svg#b2ea19ff-0237-4d94-a107-eaa12af161ef") format("svg");
}
@font-face{
  font-family:"UniversBold-Cn";
  src:url("../css/fonts/7815db54-3fc9-46f7-a082-a7db4c26b44d.eot?#iefix");
  src:url("../css/fonts/7815db54-3fc9-46f7-a082-a7db4c26b44d.eot?#iefix") format("eot"),url("../css/fonts/3bdb4597-ff70-447c-8620-8836686bf840.woff2") format("woff2"),url("../css/fonts/5599ac9f-d136-4277-aeee-f82aac5d527f.woff") format("woff"),url("../css/fonts/ae81ec98-60d0-408d-960f-8c3f9f74e6c7.ttf") format("truetype"),url("../css/fonts/6a2c8943-c768-4f87-8d9d-0b70a871e8fe.svg#6a2c8943-c768-4f87-8d9d-0b70a871e8fe") format("svg");
}
@font-face{
  font-family:"UniversLight-Cn";
  src:url("../css/fonts/30d23194-f646-428e-9323-c85f8aea47ed.eot?#iefix");
  src:url("../css/fonts/30d23194-f646-428e-9323-c85f8aea47ed.eot?#iefix") format("eot"),url("../css/fonts/58c01d2a-ce4a-4360-a61f-761e91aa67c0.woff2") format("woff2"),url("../css/fonts/ccd9698a-60c5-48f7-acbe-5352b4aa81d4.woff") format("woff"),url("../css/fonts/ba8ec1ac-e90e-4cea-bda8-85f718fb8fd0.ttf") format("truetype"),url("../css/fonts/5e991f15-a051-4a36-b07e-660ad0a9fcd7.svg#5e991f15-a051-4a36-b07e-660ad0a9fcd7") format("svg");
}
@font-face{
  font-family:"UniversLT-Bold";
  src:url("../css/fonts/38dc895e-c366-4a3e-b212-a84a2d07a329.eot?#iefix");
  src:url("../css/fonts/38dc895e-c366-4a3e-b212-a84a2d07a329.eot?#iefix") format("eot"),url("../css/fonts/8a711a0d-3f17-4bfe-887b-6229858332b3.woff2") format("woff2"),url("../css/fonts/05a79c4b-9e9d-46e4-9d4b-610be05371c4.woff") format("woff"),url("../css/fonts/4e00405b-a96d-4972-bdff-2d55e1066c45.ttf") format("truetype"),url("../css/fonts/1e2c0a36-e8bb-4e3b-a4ca-dec00221c06e.svg#1e2c0a36-e8bb-4e3b-a4ca-dec00221c06e") format("svg");
}

@font-face{
  font-family:"UniversNextLight";
  src:url("../css/fonts/9fa24f1f-00d8-4d28-910f-78e925eaead6.woff2") format("woff2"),url("../css/fonts/d64e7bbc-e9ea-46ad-982c-6195ae4a3c61.woff") format("woff");
}
@font-face{
  font-family:"UniversNextBold";
  src:url("../css/fonts/8a711a0d-3f17-4bfe-887b-6229858332b3.woff2") format("woff2"),url("../css/fonts/05a79c4b-9e9d-46e4-9d4b-610be05371c4.woff") format("woff");
}
@font-face{
  font-family:"UniversNextLight-Cn";
  src:url("../css/fonts/c4b1991c-283c-4183-9c41-393c84fec8a9.woff2") format("woff2"),url("../css/fonts/ea5d0a5d-6935-48e9-8e1a-40d788b29fc3.woff") format("woff");
}
@font-face{
  font-family:"UniversNextBold-Cn";
  src:url("../css/fonts/9bce1f08-7481-4271-ba4b-32219560eeec.woff2") format("woff2"),url("../css/fonts/387a924a-6aec-4120-918b-f34231ba2407.woff") format("woff");
}
*/
#footer {
  font-family: 'UniversNextLight';
  font-weight: 600;
  color: #fff;
  background-color: #38424B;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
}
#footer .wrap {
  max-width: 1200px;
  margin: 0 auto;
}
#footer .row:first-of-type {
  margin-bottom: 10px;
}
#footer .menu-title {
  text-transform: uppercase;
}
#footer .menu-title,
#footer .newsletter-title {
  color: #fff;
  font-family: "UniversNextBold-Cn";
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 20px;
  padding-top: 32px;
  padding-bottom: 10px;
}
#footer .newsletter-title {
  padding-top: 20px;
  padding-bottom: 10px;
}
#footer .newsletter-wrap {
  margin-bottom: 20px;
}
#footer input {
  border: none;
  line-height: 30px;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
  padding: 6px 10px;
  max-width: 220px;
  height: 36px;
  width: 100%;
}
#footer input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.3;
}
#footer input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 0.3;
}
#footer input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 0.3;
}
#footer input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 0.3;
}
#footer a {
  color: #fff;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#footer .bottom-row a {
  color: #8F9499;
  display: block;
  width: 100%;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
#footer .bottom-row a:hover {
  color: #fff;
}
#footer .social-wrapper {
  margin-top: 25px;
  margin-bottom: 15px;
}
#footer .social-wrapper .social-link {
  width: 20px;
  float: left;
  margin-right: 20px;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#footer .social-wrapper .social-link:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
#footer .link {
  margin-bottom: 5px;
}
#footer .bottom-row {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
}
#footer a:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
#footer .lang-men-point .lang-men-inner {
  position: relative;
}
#footer .lang-men-point .lang-men-inner .text {
  position: relative;
  color: #fff;
  opacity: 0.8;
  padding-right: 40px;
}
#footer .lang-men-point .lang-men-inner .text:after {
  content: "";
  background-image: url('../png/white-dropdown.png');
  background-size: contain;
  position: absolute;
  right: 0;
  width: 9px;
  height: 6px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#footer .lang-men-point .lang-men-inner .lang-sub {
  pointer-events: none;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 0.4s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 0.4s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 0.4s cubic-bezier(0.5, 0.15, 0.33, 1);
}
#footer .lang-men-point .lang-men-inner:hover .lang-sub {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  pointer-events: all;
}
#footer .lang-men-point .lang-men-inner:hover .lang-sub .submenu-inner {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#footer .lang-men-point .mobile-menu-point.lang-select .inner-point {
  position: relative;
  display: inline-block;
}
#footer .lang-men-point .mobile-menu-point.lang-select .inner-point:after {
  content: '';
  background-image: url('../png/white-dropdown.png');
  height: 6px;
  width: 9px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  pointer-events: none;
}
#footer .lang-sub {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 80;
}
#footer .lang-sub .submenu-inner {
  display: inline-block;
  background: #fff;
  padding-right: 30px;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: left;
  -webkit-transform: translate(0, 200px);
  -moz-transform: translate(0, 200px);
  -o-transform: translate(0, 200px);
  -ms-transform: translate(0, 200px);
  transform: translate(0, 200px);
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 0.4s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 0.4s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 0.4s cubic-bezier(0.5, 0.15, 0.33, 1);
}
#footer .lang-sub .submenu-inner ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#footer .lang-sub .submenu-inner li {
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  white-space: nowrap;
}
#footer .lang-sub .submenu-inner li a:hover {
  color: #8F9499;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
#footer .lang-sub.active .submenu-inner.active {
  -webkit-transform: translate(0, -100px);
  -moz-transform: translate(0, -100px);
  -o-transform: translate(0, -100px);
  -ms-transform: translate(0, -100px);
  transform: translate(0, -100px);
}
#footer #language-switcher-mobile {
  color: #fff;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  height: auto;
  line-height: inherit;
  font-size: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0 20px 0 0;
}
@media only screen and (min-width: 768px) {
  #footer .bottom-row .link {
    width: 25%;
    float: right;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
  }
  #footer .lang-men-point .lang-men-inner {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  #footer .row:first-of-type {
    padding: 30px 0 15px;
  }
  #footer .bottom-row {
    padding: 30px 20px;
  }
  #footer input {
    font-size: 20px;
  }
  #footer .link {
    margin-bottom: 0;
    line-height: 26px;
  }
  #footer .title-content-wrap .menu-title {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #footer .title-content-wrap .newsletter-title {
    padding-top: 23px;
    padding-bottom: 10px;
  }
  #footer .title-content-wrap .title {
    background-image: url('../png/icon-plus.png');
    background-size: 16px 17px;
    background-position: right 11px;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  #footer .title-content-wrap .title.open {
    background-image: url('../png/icon-minus.png');
  }
  #footer .title-content-wrap .content {
    display: none;
  }
}
/* ==========================================================================
   iphone x adjustments
   ========================================================================== */
#footer {
  padding-left: constant(safe-area-inset-left);
  padding-left: env(safe-area-inset-left);
  padding-right: constant(safe-area-inset-left);
  padding-right: env(safe-area-inset-left);
}
#MyCustomTrustbadge {
  margin-left: auto;
  margin-top: 20px;
}
/* ==========================================================================
   Grid System
   ========================================================================== */
.col-background {
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .col,
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }
}
@media only screen and (min-width: 768px) {
  .wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .col,
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    display: table-cell;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    vertical-align: top;
  }
  .col-1 {
    width: 8.33333333%;
  }
  .offset-1 {
    margin-left: 8.33333333%;
  }
  .padding-left-1 {
    padding-left: calc(8.33333333% + 10px) !important;
  }
  .padding-right-1 {
    padding-right: calc(8.33333333% + 10px) !important;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .offset-2 {
    margin-left: 16.66666667%;
  }
  .padding-left-2 {
    padding-left: calc(16.66666667% + 10px) !important;
  }
  .padding-right-2 {
    padding-right: calc(16.66666667% + 10px) !important;
  }
  .col-3 {
    width: 25%;
  }
  .offset-3 {
    margin-left: 25%;
  }
  .padding-left-3 {
    padding-left: calc(25% + 10px) !important;
  }
  .padding-right-3 {
    padding-right: calc(25% + 10px) !important;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .offset-4 {
    margin-left: 33.33333333%;
  }
  .padding-left-4 {
    padding-left: calc(33.33333333% + 10px) !important;
  }
  .padding-right-4 {
    padding-right: calc(33.33333333% + 10px) !important;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .offset-5 {
    margin-left: 41.66666667%;
  }
  .padding-left-5 {
    padding-left: calc(41.66666667% + 10px) !important;
  }
  .padding-right-5 {
    padding-right: calc(41.66666667% + 10px) !important;
  }
  .col-6 {
    width: 50%;
  }
  .offset-6 {
    margin-left: 50%;
  }
  .padding-left-6 {
    padding-left: calc(50% + 10px) !important;
  }
  .padding-right-6 {
    padding-right: calc(50% + 10px) !important;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .offset-7 {
    margin-left: 58.33333333%;
  }
  .padding-left-7 {
    padding-left: calc(58.33333333% + 10px) !important;
  }
  .padding-right-7 {
    padding-right: calc(58.33333333% + 10px) !important;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .offset-8 {
    margin-left: 66.66666667%;
  }
  .padding-left-8 {
    padding-left: calc(66.66666667% + 10px) !important;
  }
  .padding-right-8 {
    padding-right: calc(66.66666667% + 10px) !important;
  }
  .col-9 {
    width: 75%;
  }
  .offset-9 {
    margin-left: 75%;
  }
  .padding-left-9 {
    padding-left: calc(75% + 10px) !important;
  }
  .padding-right-9 {
    padding-right: calc(75% + 10px) !important;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .offset-10 {
    margin-left: 83.33333333%;
  }
  .padding-left-10 {
    padding-left: calc(83.33333333% + 10px) !important;
  }
  .padding-right-10 {
    padding-right: calc(83.33333333% + 10px) !important;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .offset-11 {
    margin-left: 91.66666667%;
  }
  .padding-left-11 {
    padding-left: calc(91.66666667% + 10px) !important;
  }
  .padding-right-11 {
    padding-right: calc(91.66666667% + 10px) !important;
  }
  .col-12 {
    width: 100%;
  }
  .offset-12 {
    margin-left: 100%;
  }
  .padding-left-12 {
    padding-left: calc(100% + 10px) !important;
  }
  .padding-right-12 {
    padding-right: calc(100% + 10px) !important;
  }
  .row > div:first-child .col-background {
    left: -8px;
  }
  .row > div:last-child .col-background {
    right: -8px;
  }
}
#grid {
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  display: none;
  pointer-events: none;
  z-index: 99999;
}
#grid.active {
  display: block;
}
#grid div {
  height: 100%;
}
#grid .wrap {
  position: relative;
}
#grid .row {
  position: relative;
}
#grid .row > div {
  position: relative;
}
#grid .row > div:before,
#grid .wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 8px;
  content: " ";
  background-color: rgba(255, 255, 0, 0.2);
}
#grid .row > div:after,
#grid .wrap:after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 8px;
  content: " ";
  background-color: rgba(255, 255, 0, 0.2);
}
@media only screen and (max-width: 767px) {
  .row:after {
    clear: both;
    display: block;
    content: "";
  }
}
@media only screen and (min-width: 1200px) {
  #grid {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 1200px;
  }
}
.maxWidth {
  max-width: 1200px;
  margin: 0 auto;
}
/* ==========================================================================
   Cookie Message
   ========================================================================== */
.cookie-message {
  background-color: #F7F8F9;
  color: #38424B;
  border-top: 1px solid #ECEDEF;
  border-bottom: 1px solid #ECEDEF;
  padding: 12px 0;
  font-size: 13px;
  line-height: 20px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-left: constant(safe-area-inset-left);
  padding-left: env(safe-area-inset-left);
  padding-right: constant(safe-area-inset-left);
  padding-right: env(safe-area-inset-left);
  -webkit-transform: translate(0, 500px);
  -moz-transform: translate(0, 500px);
  -o-transform: translate(0, 500px);
  -ms-transform: translate(0, 500px);
  transform: translate(0, 500px);
}
.cookie-message.show {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.cookie-message .cookie-text {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.cookie-message .cookie-text p {
  font-size: 13px;
  line-height: 20px;
}
.cookie-message .cookie-text a {
  text-decoration: underline;
}
.cookie-message .button-wrapper {
  text-align: right;
}
.cookie-message .button-wrapper .accept-btn,
.cookie-message .button-wrapper .decline-btn {
  display: inline-block;
  cursor: pointer;
  color: #2574C3;
  background-color: #fff;
  border: 1px solid #ECEDEF;
  padding: 6px 15px;
}
.cookie-message .button-wrapper .accept-btn {
  background: #428edb;
  color: white;
}
@media only screen and (max-width: 767px) {
  .cookie-message .button-wrapper {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cookie-message .accept-btn,
  .cookie-message .decline-btn {
    width: calc(50% - 10px);
    text-align: center;
    padding: 10px 15px;
    margin-top: 20px;
    display: block !important;
  }
}
#main-nav .menu-point.lang-men-point .text {
  min-width: 60px;
}
#main-nav .lang-sub.menu-font .submenu-inner {
  min-width: 110px;
}
#mobile-nav .mobile-shopping-cart-wrapper,
#mobile-nav-global .mobile-shopping-cart-wrapper {
  position: absolute;
  right: 45px;
  top: 0;
}
#mobile-nav .mobile-shopping-cart-wrapper .default,
#mobile-nav-global .mobile-shopping-cart-wrapper .default {
  position: relative;
  left: auto;
  top: auto;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#main-nav,
#main-nav-global,
#mobile-nav-global,
#mobile-nav {
  color: #fff;
}
#main-nav.white,
#main-nav-global.white,
#mobile-nav-global.white,
#mobile-nav.white {
  color: #000;
}
#main-nav.white .shopping-cart-logo .default,
#main-nav-global.white .shopping-cart-logo .default,
#mobile-nav-global.white .shopping-cart-logo .default,
#mobile-nav.white .shopping-cart-logo .default {
  display: none;
}
#main-nav.white .shopping-cart-logo .black,
#main-nav-global.white .shopping-cart-logo .black,
#mobile-nav-global.white .shopping-cart-logo .black,
#mobile-nav.white .shopping-cart-logo .black {
  display: block!important;
}
#main-nav.white .shopping-cart-item-count,
#main-nav-global.white .shopping-cart-item-count,
#mobile-nav-global.white .shopping-cart-item-count,
#mobile-nav.white .shopping-cart-item-count {
  color: #fff;
}
#main-nav .shopping-cart-logo,
#main-nav-global .shopping-cart-logo,
#mobile-nav-global .shopping-cart-logo,
#mobile-nav .shopping-cart-logo {
  display: block;
}
#main-nav .shopping-cart-logo img,
#main-nav-global .shopping-cart-logo img,
#mobile-nav-global .shopping-cart-logo img,
#mobile-nav .shopping-cart-logo img {
  width: 17px;
}
#main-nav .shopping-cart-item-count,
#main-nav-global .shopping-cart-item-count,
#mobile-nav-global .shopping-cart-item-count,
#mobile-nav .shopping-cart-item-count {
  position: absolute;
  top: 8px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 12px;
  color: #38424b;
  pointer-events: none;
}
#main-nav .shopping-cart-container,
#main-nav-global .shopping-cart-container,
#mobile-nav-global .shopping-cart-container,
#mobile-nav .shopping-cart-container {
  position: relative;
}
#main-nav .shopping-cart-item-count-mobile,
#main-nav-global .shopping-cart-item-count-mobile,
#mobile-nav-global .shopping-cart-item-count-mobile,
#mobile-nav .shopping-cart-item-count-mobile {
  display: inline-block;
}
#main-nav .shopping-cart-item-count,
#main-nav-global .shopping-cart-item-count {
  left: calc(50% + 1px);
}
#main-nav .shopping-cart-logo img,
#main-nav-global .shopping-cart-logo img {
  margin-top: -4px;
}
.menu-point.shopping-cart .text {
  max-height: 45px;
}
@media only screen and (max-width: 1023px) {
  html.mobile-menu-overlay-active #mobile-nav-global.white .shopping-cart-logo .default,
  html.mobile-menu-overlay-active #mobile-nav.white .shopping-cart-logo .default {
    display: block;
  }
  html.mobile-menu-overlay-active #mobile-nav-global.white .shopping-cart-logo .black,
  html.mobile-menu-overlay-active #mobile-nav.white .shopping-cart-logo .black {
    display: none!important;
  }
  html.mobile-menu-overlay-active #mobile-nav-global.white .shopping-cart-item-count,
  html.mobile-menu-overlay-active #mobile-nav.white .shopping-cart-item-count {
    color: #38424b;
  }
}
/* ==========================================================================
   Country Check message
   ========================================================================== */
.country-check-message {
  background-color: #2574C3;
  color: white;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translate(0, 500px);
  -moz-transform: translate(0, 500px);
  -o-transform: translate(0, 500px);
  -ms-transform: translate(0, 500px);
  transform: translate(0, 500px);
}
.country-check-message .deutsch,
.country-check-message .english,
.country-check-message .english-us,
.country-check-message .french {
  display: none;
}
.country-check-message.showLangChangeMsg {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.country-check-message .show {
  display: block;
  padding: 16px 10px;
}
.country-check-message .content {
  display: flex;
  align-items: center;
}
.country-check-message .content .button-wrapper {
  display: flex;
  align-items: center;
  margin-left: 30px;
  background-color: white;
  color: black;
  padding: 5px 14px;
  font-size: 13px;
  line-height: 20px;
  white-space: nowrap;
  cursor: pointer;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .country-check-message .content .button-wrapper {
    font-size: 14px;
  }
}
.country-check-message .content .button-wrapper img {
  margin-left: 15px;
  width: 23px;
  height: 23px;
}
.country-check-message .close {
  vertical-align: middle;
}
.country-check-message .close .cancel {
  display: flex;
  justify-content: flex-end;
}
.country-check-message .close .cancel img {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.country-check-message .change-lang-text {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .country-check-message .change-lang-text {
    font-size: 13px;
  }
}
main {
  transition: padding-top 0.1s ease;
}
main.showLangChangeMsg {
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .country-check-message .col-1 {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .country-check-message .content .mobile,
  .country-check-message .close .mobile {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .country-check-message .show {
    padding: 16px 0;
  }
  .country-check-message .content .desktop,
  .country-check-message .close .desktop {
    display: none;
  }
  .country-check-message .content {
    align-items: unset;
  }
  .country-check-message .content .cancel.mobile {
    margin-left: 24px;
  }
  .country-check-message .content .cancel.mobile img {
    width: 22px;
    height: 22px;
  }
  .country-check-message .close .button-wrapper.mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    color: black;
    padding: 6px 15px;
    font-size: 14px;
    white-space: nowrap;
  }
  .country-check-message .close .button-wrapper.mobile img {
    width: 28px;
    height: 28px;
    margin-left: 10px;
  }
}
/* ==========================================================================
   css for error pages
   ========================================================================== */
body.page-node-810 main,
body.page-node-811 main {
  padding-top: 99px;
  min-height: calc(100vh - 285px);
  background-color: #fff;
  color: #494848;
}
body.page-node-810 main ul,
body.page-node-811 main ul {
  font-size: 20px;
  line-height: 30px;
}
body.page-node-810 main a,
body.page-node-811 main a {
  color: #2574C3;
  font-size: 18px;
  line-height: 30px;
  font-family: 'UniversNextLight';
  position: relative;
}
body.page-node-810 main ul,
body.page-node-811 main ul,
body.page-node-810 main li,
body.page-node-811 main li {
  list-style-type: disc;
}
body.page-node-810 main ul,
body.page-node-811 main ul {
  font-family: 'UniversNextLight';
  color: #494848;
  padding-left: 40px;
  margin: 20px 0;
}
body.page-node-810 main h1,
body.page-node-811 main h1 {
  font-family: 'UniversNextLight-Cn';
  margin: 0.67em 0;
}
body.page-node-810 main h1 small,
body.page-node-811 main h1 small {
  font-size: 60%;
}
body.page-node-810 main h3,
body.page-node-811 main h3 {
  font-size: 40px;
  line-height: 48px;
  font-family: 'UniversNextLight';
  font-weight: 300;
  margin: 32px 0;
  font-weight: bold;
}
body.page-node-810 main h5,
body.page-node-811 main h5 {
  font-size: 16px;
  line-height: 24px;
  font-family: 'UniversNextLight';
  font-weight: 300;
  margin: 1.67em 0;
}
@media only screen and (max-width: 1023px) {
  body.page-node-810 main,
  body.page-node-811 main {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  body.page-node-810 main ul,
  body.page-node-811 main ul {
    font-size: 20px;
    line-height: 30px;
  }
  body.page-node-810 main h1,
  body.page-node-811 main h1 {
    font-size: 28px;
    line-height: 28px;
    letter-spacing: -0.66px;
  }
  body.page-node-810 main h2,
  body.page-node-811 main h2 {
    font-size: 24px;
    line-height: 28px;
  }
  body.page-node-810 main h3,
  body.page-node-811 main h3 {
    font-size: 20px;
    line-height: 26px;
  }
  body.page-node-810 main h4,
  body.page-node-811 main h4 {
    font-size: 18px;
    line-height: 18px;
  }
  body.page-node-810 main h5,
  body.page-node-811 main h5 {
    font-size: 14px;
    line-height: 22px;
  }
}
/* ==========================================================================
   iphone x adjustments
   ========================================================================== */
#footer {
  padding-left: constant(safe-area-inset-left);
  padding-left: env(safe-area-inset-left);
  padding-right: constant(safe-area-inset-left);
  padding-right: env(safe-area-inset-left);
}
#mobile-nav .outer-wrap,
#mobile-nav-global .outer-wrap,
#mobile-overlay-navi .outer-wrap,
#mobile-overlay-navi-global .outer-wrap {
  width: 100%;
  height: 100%;
  padding-left: constant(safe-area-inset-left);
  padding-left: env(safe-area-inset-left);
  padding-right: constant(safe-area-inset-left);
  padding-right: env(safe-area-inset-left);
}
/* ==========================================================================
   desktop
   ========================================================================== */
h1,
.h1 {
  font-size: 60px;
  line-height: 72px;
  font-family: "UniversNextBold-Cn";
  font-weight: 300;
}
h2,
.h2 {
  font-size: 42px;
  line-height: 50px;
  font-family: "UniversNextLight-Cn";
  font-weight: 300;
}
@media only screen and (max-width: 1023px) {
  h2,
  .h2 {
    font-size: 40px;
  }
}
h3,
.h3 {
  font-size: 40px;
  line-height: 48px;
  font-family: "UniversNextBold-Cn";
  font-weight: 300;
}
h4,
.h4 {
  font-size: 28px;
  line-height: 38px;
  font-family: "UniversNextBold-Cn";
  font-weight: 300;
}
h5,
.h5 {
  font-size: 16px;
  line-height: 24px;
  font-family: 'UniversNextLight';
  font-weight: 300;
}
h6,
.h6 {
  font-size: 12px;
  line-height: 20px;
  font-family: 'UniversNextLight';
  font-weight: 300;
}
.body-text h5,
.body-text .h5 {
  font-family: 'UniversNextBold';
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .body-text h5,
  .body-text .h5 {
    font-size: 15px;
    line-height: 21px;
  }
}
.usp-text {
  font-size: 16px;
  font-family: "UniversNextLight";
  font-weight: 300;
  color: #38424B;
}
.body-text,
.body-text p {
  font-size: 18px;
  line-height: 30px;
  font-family: 'UniversNextLight';
  font-weight: 300;
  color: #000;
}
.body-text a,
.body-text p a {
  color: #2574C3;
  font-family: 'UniversNextBold';
}
.table-text,
.table-text p {
  font-size: 18px;
  line-height: 30px;
  font-family: 'UniversNextLight';
  font-weight: 300;
}
blockquote,
blockquote p {
  font-size: 34px;
  line-height: 40px;
  font-family: 'UniversNextLight';
  font-weight: 300;
  font-style: italic;
  margin: 0;
}
.outer-link-wrap .link {
  display: inline-block;
}
.outer-link-wrap a,
.outer-link-wrap .link {
  color: #2574C3;
  position: relative;
  padding-right: 20px;
  font-family: 'UniversNextBold';
  font-weight: 300;
  font-size: 18px;
}
.outer-link-wrap a:after,
.outer-link-wrap .link:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%) translate(0, 1px);
  width: 8px;
  height: 14px;
  background-image: url('../png/link-arrow-new.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.menu-font {
  font-size: 18px;
  font-family: 'UniversNextBold-Cn';
  letter-spacing: 1.5px;
  font-weight: 300;
}
.product-name:not(h1) {
  font-size: 26px;
  line-height: 30px;
  font-family: 'UniversNextLight';
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 34px;
    line-height: 40px;
    letter-spacing: -0.66px;
  }
  h2,
  .h2 {
    font-size: 28px;
    line-height: 36px;
  }
  h3,
  .h3 {
    font-size: 26px;
    line-height: 32px;
  }
  h4,
  .h4 {
    font-size: 24px;
    line-height: 29px;
  }
  h5,
  .h5 {
    font-size: 14px;
    line-height: 22px;
  }
  .usp-text {
    font-size: 13px;
  }
  .body-text,
  .body-text p {
    font-size: 15px;
    line-height: 21px;
  }
  .table-text,
  .table-text p {
    font-size: 15px;
    line-height: 21px;
  }
  blockquote,
  blockquote p {
    font-size: 21px;
    line-height: 30px;
  }
  .outer-link-wrap a,
  .outer-link-wrap .link {
    font-size: 16px;
    line-height: 16px;
  }
}
/* ==========================================================================
   Variables
   ========================================================================== */
/* ========================================
   Top-bar - Distances
   ======================================== */
#main-nav {
  background-color: transparent;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  color: white;
}
#main-nav .menu-points {
  height: 100px;
}
#main-nav .main-menu {
  height: 100px;
  z-index: 90;
  -webkit-font-smoothing: antialiased;
}
#main-nav .main-menu .wrapper {
  z-index: 90;
}
#main-nav .main-menu .eve-logo {
  display: block;
  width: 81px;
  margin-right: 70px;
  min-width: 81px;
}
#main-nav .main-menu .eve-logo img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#main-nav .main-menu .wrapper {
  display: flex;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}
#main-nav .main-menu .menu-category {
  display: flex;
  align-items: center;
}
#main-nav .main-menu .menu-category .menu-point {
  text-transform: uppercase;
}
#main-nav .main-menu .menu-category .menu-point:not(:last-of-type) {
  padding-right: 40px;
}
#main-nav .main-menu .menu-right {
  margin-left: auto;
  display: flex;
  align-items: center;
}
#main-nav .main-menu .menu-right .menu-point:not(:last-of-type) {
  padding-right: 30px;
}
#main-nav .main-menu .menu-right .menu-point.btn-style a {
  background: white;
  color: #33424b;
  padding: 10px;
}
#main-nav .main-menu .menu-right .menu-point.btn-style .border-bottom {
  display: none;
}
@media only screen and (max-width: 1299px) {
  #main-nav .main-menu .eve-logo {
    margin-right: 40px;
  }
  #main-nav .main-menu .menu-category .menu-point:not(:last-of-type) {
    padding-right: 30px;
  }
  #main-nav .main-menu .menu-right .menu-point:not(:last-of-type) {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  #main-nav .main-menu .eve-logo {
    margin-right: 30px;
  }
  #main-nav .main-menu .menu-category .menu-point:not(:last-of-type) {
    padding-right: 15px;
  }
  #main-nav .menu-point .text {
    font-size: 16px;
  }
  .v21-submenu .menu-point .text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1023px) {
  #main-nav {
    display: none;
  }
  #main-nav .main-menu {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  #mobile-nav {
    display: none;
  }
}
/* ========================================
   Specials for Sticky Navigation
   ======================================== */
#main-nav.sticky {
  position: fixed;
  z-index: 150;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#main-nav.sticky.with-bg.special-infos .eve-logo {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  pointer-events: none;
}
#main-nav.sticky.scrolled .menu-point.active.active-cur-page,
#main-nav.sticky:not(:hover).scrolled .menu-point.active-cur-page.active-cur-page {
  color: #2574C3;
}
@media only screen and (min-width: 1024px) and (max-width: 1099px) {
  #main-nav.sticky .menu-title-subtitle .menu-subtitle {
    font-size: 20px;
  }
}
#main-nav.product-page {
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
}
#main-nav.product-page-fix {
  top: -80px;
  height: 80px;
  position: fixed;
}
#main-nav.product-page-fix .main-menu {
  height: 80px;
}
#main-nav.no-animation,
#main-nav.no-animation div {
  webkit-transition: none!important;
  -moz-transition: none!important;
  -o-transition: none!important;
  transition: none!important;
}
#shop-now-bar {
  z-index: 89;
}
@media only screen and (min-width: 1024px) {
  body.show-main-nav #main-nav.product-page-fix {
    top: 0;
  }
  body.show-main-nav #main-nav.showLangChangeMsg.product-page-fix {
    top: 76px;
  }
  body.show-main-nav #shop-now-bar.active {
    top: 80px;
  }
  body.show-main-nav #shop-now-bar.showLangChangeMsg.active {
    top: 156px;
  }
  body.submenu-active #main-nav.product-page-fix {
    position: fixed;
    top: 0;
  }
}
/* ========================================
   Submenu - Distances
   ======================================== */
#main-nav .submenu {
  z-index: 90;
  position: relative;
  text-align: center;
  padding-top: 0px;
}
#main-nav .submenu .submenu-inner {
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
#main-nav .submenu .highlight-product {
  width: 33.3333%;
  padding-left: 10px;
  padding-right: 10px;
}
#main-nav .submenu .highlight-product .product-wrap {
  display: block;
}
#main-nav .submenu .products {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#main-nav .submenu .maxWidth {
  max-width: 1080px;
}
#main-nav .submenu .highlight-text {
  font-size: 14px;
  letter-spacing: 2.5px;
  font-family: "UniversNextBold-Cn";
  color: #2574C3;
  text-align: left;
  text-transform: uppercase;
  margin-left: 20px;
  position: absolute;
  top: 10px;
  left: 0;
  font-weight: 300;
}
#main-nav .submenu .highlight-product .highlight-text {
  font-size: 20px;
  position: relative;
  top: 0;
  left: 0;
}
#main-nav .submenu .highlight-product .product-image {
  margin-bottom: 10px;
}
#main-nav .submenu .highlight-product .product-title {
  font-size: 20px;
  font-family: "UniversNextBold-Cn";
  font-weight: 100;
  margin-bottom: 10px;
}
#main-nav .submenu .highlight-product .product-subtitle {
  font-size: 14px;
  font-family: 'UniversNextLight';
  font-weight: 300;
}
#main-nav .submenu .products .product-wrap {
  width: 20%;
  max-width: 200px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
#main-nav .submenu .products .product-wrap .product-image {
  display: flex;
  align-items: center;
}
#main-nav .submenu .products .product-wrap .product-title {
  font-size: 16px;
  font-family: "UniversNextBold-Cn";
  font-weight: 100;
  margin-bottom: 10px;
  -webkit-backface-visibility: hidden;
}
#main-nav .submenu .products .product-wrap .product-subtitle {
  font-size: 12px;
  font-family: 'UniversNextLight';
  font-weight: 300;
}
#main-nav .submenu .products .product-wrap.extra-image-170 .product-image {
  max-width: 100%;
}
#main-nav .submenu .product-wrap .product-image {
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#main-nav .submenu .product-wrap:hover .product-image {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#main-nav .submenu .image-links {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
  height: 40px;
  align-items: flex-start;
}
#main-nav .submenu .navi-category-link {
  display: flex;
  align-items: center;
}
#main-nav .submenu .navi-category-link:not(:last-of-type) {
  margin-right: 25px;
}
#main-nav .submenu .navi-category-link .icon {
  height: 35px;
  width: auto;
}
#main-nav .submenu .navi-category-link .text {
  margin-left: 10px;
  font-family: "UniversNextBold-Cn";
  font-weight: 100;
  font-size: 16px;
  line-height: 16px;
  white-space: nowrap;
}
#main-nav .submenu .stories .maxWidth {
  padding-left: 20px;
  padding-right: 20px;
}
#main-nav .submenu .stories .item {
  height: 415px;
  width: 100%;
  position: relative;
}
#main-nav .submenu .stories .item .abs-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#main-nav .submenu .stories .item .inner-item-row {
  height: 100%;
  position: relative;
}
#main-nav .submenu .stories .grid-item {
  color: white;
  position: relative;
  height: 100%;
}
#main-nav .submenu .stories .grid-item .bg-image-helper {
  z-index: 1;
}
#main-nav .submenu .stories .grid-item .text-wrap {
  position: absolute;
  z-index: 2;
  text-align: center;
  top: 30px;
  left: 30px;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
}
#main-nav .submenu .stories .grid-item .text-wrap .body-text,
#main-nav .submenu .stories .grid-item .text-wrap .body-text p {
  color: white;
}
#main-nav .submenu .stories .grid-item .text-wrap .inner {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#main-nav .submenu .stories .grid-item .text-wrap .arrow-down-custom-btn {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) and (max-width: 1179px) {
  #main-nav .submenu .stories h3 {
    font-size: 23px;
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav .submenu .stories {
    padding: 0 30px;
  }
  #main-nav .submenu .stories .item {
    width: calc(50% - 15px);
    float: left;
    margin-right: 15px;
  }
  #main-nav .submenu .stories .item:nth-of-type(2n) {
    margin-right: 0;
    margin-left: 15px;
  }
  #main-nav .submenu .stories .item:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(3)) {
    margin-top: 15px;
  }
  #main-nav .submenu .stories.three-items .item {
    width: calc(33.33% - 10px);
    margin-left: 0;
    margin-right: 0;
  }
  #main-nav .submenu .stories.three-items .item:nth-of-type(2n) {
    margin-left: 15px;
    margin-right: 15px;
  }
  #main-nav .submenu .stories.four-items .item {
    width: calc(25% - 13px);
    margin-left: 0;
    margin-right: 0;
    margin-top: 0 !important;
  }
  #main-nav .submenu .stories.four-items .item:nth-child(1),
  #main-nav .submenu .stories.four-items .item:nth-child(2),
  #main-nav .submenu .stories.four-items .item:nth-child(3) {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 1280px) {
  #main-nav .submenu .stories {
    padding: 0 60px;
  }
}
#main-nav .submenu .stories .grid-item .usp-text {
  color: white;
  margin-bottom: 10px;
}
#main-nav .submenu .stories .grid-item .reference-products {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 30px;
}
#main-nav .submenu .stories .grid-item .reference-products img {
  display: inline-block;
  width: calc(25% - 10px);
  margin: 0 5px;
}
#main-nav .submenu .stories .grid-item:hover .usp-text {
  color: #38424B;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
/* ========================================
   Submenu - Animation
   ======================================== */
body.submenu-active #main-nav {
  height: auto;
}
#main-nav .submenu {
  display: none;
}
#main-nav .submenu .submenu-inner {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, 15px);
  -moz-transform: translate(0, 15px);
  -o-transform: translate(0, 15px);
  -ms-transform: translate(0, 15px);
  transform: translate(0, 15px);
  pointer-events: none;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0.15, 0.49, 1.46);
  -moz-transition: all 0.5s cubic-bezier(0.5, 0.15, 0.49, 1.46);
  -o-transition: all 0.5s cubic-bezier(0.5, 0.15, 0.49, 1.46);
  transition: all 0.5s cubic-bezier(0.5, 0.15, 0.49, 1.46);
}
#main-nav .submenu.active {
  display: block;
}
#main-nav .submenu.active .submenu-inner.active {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  pointer-events: all;
}
/* ========================================
   Menu - Hover/Scroll Bar - Animation
   ======================================== */
#main-nav .main-menu {
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  background-color: transparent;
}
#main-nav .main-menu .menu-point {
  color: white;
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
}
#main-nav .main-menu .menu-point.active,
#main-nav .main-menu .menu-point:hover {
  color: white;
}
body.submenu-active #main-nav .main-menu {
  background-color: rgba(48, 56, 65, 0.8);
}
#main-nav.sticky.with-bg .main-menu {
  background-color: rgba(48, 56, 65, 0.8);
}
/* ========================================
   Menu - Border - Animation
   ======================================== */
#main-nav .menu-point .border-bottom,
.v21-submenu .menu-point .border-bottom {
  background-color: white;
  height: 2px;
  width: 40%;
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 0.4s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 0.4s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 0.4s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
#main-nav .menu-point .text,
.v21-submenu .menu-point .text {
  padding-top: 12px;
  padding-bottom: 12px;
}
#main-nav .menu-point:not(.submenu-trigger):hover .border-bottom,
.v21-submenu .menu-point:not(.submenu-trigger):hover .border-bottom {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  width: 100%;
}
#main-nav .menu-point.submenu-trigger,
.v21-submenu .menu-point.submenu-trigger {
  cursor: pointer;
}
.v21-submenu {
  max-width: none!important;
}
#main-nav .menu-point.active .border-bottom,
#main-nav:not(:hover) .menu-point.active-cur-page .border-bottom {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  width: 100%;
}
/* ========================================
   Submenu - Overlay - Animation
   ======================================== */
#subnav-overlay {
  background-color: rgba(56, 66, 75, 0.92);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
}
body.submenu-active #subnav-overlay {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 80;
}
/* ============================================================
   Special for showing Change Language Message
   ============================================================ */
#main-nav.showLangChangeMsg {
  top: 76px;
}
#main-nav.showLangChangeMsg #subnav-overlay {
  transform: translate(0, -200%);
}
#main-nav.showLangChangeMsg.product-page-fix {
  top: -80px;
}
body.submenu-active #main-nav.showLangChangeMsg #subnav-overlay {
  transform: translate(0, 0);
}
/* ==========================================================================
   mobile
   ========================================================================== */
/* ========================================
   Menu - Mobile Header
   ======================================== */
@media only screen and (max-width: 1023px) {
  html.mobile-menu-overlay-active,
  html.mobile-menu-overlay-active body {
    overflow: hidden;
    height: 100%;
  }
  html.mobile-menu-overlay-active #mobile-nav {
    background-color: #303841;
    border-bottom: 1px solid black;
  }
  html.mobile-menu-overlay-active #mobile-overlay-navi {
    left: 0;
    -webkit-overflow-scrolling: touch;
  }
  html.mobile-menu-overlay-active .mobile-overlay-trigger .inner span:nth-child(1) {
    top: 0;
    left: -5px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  html.mobile-menu-overlay-active .mobile-overlay-trigger .inner span:nth-child(2) {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
  }
  html.mobile-menu-overlay-active .mobile-overlay-trigger .inner span:nth-child(3) {
    top: 14px;
    left: -4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
#mobile-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 120;
  padding-left: 15px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
  height: 90px;
}
#mobile-nav.showLangChangeMsg {
  top: 76px !important;
}
#mobile-nav .elgato-logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 64px;
}
#mobile-nav .default {
  position: absolute;
  left: 106px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 48px;
}
#mobile-nav .left-menu {
  float: left;
}
#mobile-nav .mobile-shopping-cart-wrapper {
  top: 9px;
}
#mobile-nav .store-btn {
  padding: 10px;
  position: absolute;
  right: 85px;
  top: 50%;
  transform: translate(0, -50%);
  background: white;
  color: #33424b;
  font-family: 'UniversNextBold-Cn';
  letter-spacing: 1.5px;
  font-size: 16px;
  font-weight: 300;
}
.mobile-overlay-trigger {
  width: 50px;
  height: 50px;
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
}
.mobile-overlay-trigger .inner {
  width: 20px;
  height: 16px;
  margin-top: 15px;
  margin-left: 10px;
  position: relative;
}
.mobile-overlay-trigger .inner span {
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: white;
  left: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
}
.mobile-overlay-trigger .inner span:nth-child(1) {
  top: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -o-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
}
.mobile-overlay-trigger .inner span:nth-child(2) {
  top: 50%;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.mobile-overlay-trigger .inner span:nth-child(3) {
  top: 100%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -o-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
}
@media only screen and (max-width: 767px) {
  #mobile-nav.showLangChangeMsg,
  #mobile-overlay-navi.showLangChangeMsg {
    top: 196px !important;
  }
}
@media only screen and (max-width: 519px) {
  #mobile-nav.showLangChangeMsg,
  #mobile-overlay-navi.showLangChangeMsg {
    top: 214px !important;
  }
}
@media only screen and (min-width: 1024px) {
  #mobile-overlay-navi,
  .mobile-menu-point {
    display: none;
  }
}
#mobile-overlay-navi {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 100%;
  color: white;
  padding-top: 90px;
  z-index: 101;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #303841;
}
#mobile-overlay-navi.showLangChangeMsg {
  top: 76px !important;
}
#mobile-overlay-navi .mobile-target-links-all-about a {
  display: block;
  font-family: 'UniversNextLight';
  font-weight: 300;
  letter-spacing: 0;
  text-align: left;
  padding-left: 20px;
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#mobile-overlay-navi .inner-bg {
  height: 100%;
  overflow: scroll;
}
#mobile-overlay-navi .inner-bg .inner-container > div {
  padding-left: 15px;
  padding-right: 20px;
}
#mobile-overlay-navi .product-text {
  float: left;
}
#mobile-overlay-navi .expandable-menu {
  cursor: pointer;
}
#mobile-overlay-navi .collapse-indicator {
  width: 9px;
  float: right;
  position: relative;
  pointer-events: none;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
#mobile-overlay-navi .mobile-menu-point {
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
}
#mobile-overlay-navi .mobile-menu-point.active {
  background-color: #38424B;
}
#mobile-overlay-navi .mobile-menu-point.active .collapse-indicator {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#mobile-overlay-navi .mobile-menu-point {
  padding-top: 20px;
  padding-bottom: 20px;
}
#mobile-overlay-navi .mobile-menu-point.uppercase {
  text-transform: uppercase;
}
#mobile-overlay-navi .mobile-menu-point.spacing-top {
  margin-top: 40px;
}
#mobile-overlay-navi .mobile-menu-point:last-of-type {
  padding-bottom: 50px;
}
#mobile-overlay-navi .product-wrap {
  float: left;
  width: 25%;
  display: block;
  text-align: center;
  position: relative;
  padding: 20px 26px 16px;
}
#mobile-overlay-navi .product-wrap .product-title {
  margin-top: 22px;
  font-size: 16px;
  line-height: 14px;
  letter-spacing: 0;
}
#mobile-overlay-navi .product-wrap .product-subtitle {
  margin-top: 10px;
  font-family: 'UniversNextLight';
  font-weight: 300;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 0;
}
#mobile-overlay-navi .highlight-text {
  position: absolute;
  left: 0;
  top: 15px;
  font-size: 10px;
  letter-spacing: 1.2px;
  font-family: 'UniversNextBold';
  color: #2574C3;
  text-transform: uppercase;
  font-weight: 300;
  margin-left: 20px;
}
#mobile-overlay-navi .expandable-menu-target {
  background-color: #38424B;
  padding-bottom: 20px;
}
#mobile-overlay-navi .lang-select option[value="es"],
#mobile-overlay-navi .lang-select option[value="ja"] {
  display: none;
}
#mobile-overlay-navi .products:after {
  clear: both;
  display: block;
  content: "";
}
#mobile-overlay-navi .image-links {
  display: inline-flex;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 20px;
  margin-top: 10px;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  letter-spacing: 0;
}
#mobile-overlay-navi .image-links a {
  display: flex;
  align-items: center;
  margin-right: 30px;
  white-space: nowrap;
  margin-bottom: 20px;
}
#mobile-overlay-navi .image-links a:last-of-type {
  margin-right: 0;
}
#mobile-overlay-navi .image-links a .icon {
  width: 30px;
  margin-right: 10px;
}
#mobile-overlay-navi .image-links a .text {
  font-size: 14px;
}
#mobile-overlay-navi .expandable-menu-target {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #mobile-overlay-navi .product-wrap:nth-child(4n+1) {
    clear: left;
  }
}
@media only screen and (max-width: 767px) {
  #mobile-overlay-navi .product-wrap {
    width: 50%;
  }
  #mobile-overlay-navi .product-wrap:last-child:not(:nth-child(even)) {
    float: none;
    margin: 0 auto;
  }
  #mobile-overlay-navi .product-wrap:nth-child(odd) {
    clear: left;
  }
}
@media only screen and (max-width: 399px) {
  #mobile-overlay-navi .product-wrap {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    text-align: left;
  }
  #mobile-overlay-navi .product-wrap .product-image {
    width: 40%;
    margin-right: 10px;
  }
  #mobile-overlay-navi .product-wrap .product-title {
    margin-top: 0;
  }
  #mobile-overlay-navi .product-wrap .highlight-text {
    top: 5px;
    margin-left: 0;
  }
}
/* ==========================================================================
   header with black font
   ========================================================================== */
body:not(.submenu-active) #main-nav.black-font .main-menu .menu-point {
  color: #000;
}
body:not(.submenu-active) #main-nav.black-font .menu-point .border-bottom {
  background-color: #000;
}
body:not(.submenu-active) #main-nav.black-font .lang-men-point .text:after {
  background-image: url('../png/lang-dropdown-black.png');
}
body:not(.submenu-active) #main-nav.black-font .eve-logo .white {
  display: none;
}
body:not(.submenu-active) #main-nav.black-font .eve-logo .black {
  display: block !important;
}
body:not(.submenu-active) #main-nav.black-font .shopping-cart-logo .default {
  display: none;
}
body:not(.submenu-active) #main-nav.black-font .shopping-cart-logo .black {
  display: block!important;
}
body:not(.submenu-active) #main-nav.black-font .main-menu .menu-right .menu-point.btn-style a {
  color: white;
  background: #000;
  transition: 0.2s ease-out;
}
#main-nav.black-font .shopping-cart-item-count,
#main-nav-global.black-font .shopping-cart-item-count,
#mobile-nav-global.black-font .shopping-cart-item-count,
#mobile-nav.black-font .shopping-cart-item-count {
  color: white;
}
html:not(.mobile-menu-overlay-active) #mobile-nav.black-font .full-logo.white,
html:not(.mobile-menu-overlay-active) #mobile-nav.black-font .elgato-logo.white {
  display: none;
}
html:not(.mobile-menu-overlay-active) #mobile-nav.black-font .full-logo.black,
html:not(.mobile-menu-overlay-active) #mobile-nav.black-font .elgato-logo.black {
  display: block !important;
}
html:not(.mobile-menu-overlay-active) #mobile-nav.black-font .mobile-overlay-trigger .inner span {
  background-color: #000;
}
html:not(.mobile-menu-overlay-active) #mobile-nav.black-font .shopping-cart-logo .default {
  display: none;
}
html:not(.mobile-menu-overlay-active) #mobile-nav.black-font .shopping-cart-logo .black {
  display: block!important;
}
html:not(.mobile-menu-overlay-active) #mobile-nav.black-font .store-btn {
  color: white;
  background: #000;
  transition: 0.2s ease-out;
}
/* ==========================================================================
   eve blog
   ========================================================================== */
#main-nav.eve-blog-active .main-menu .eve-logo {
  width: 112px;
}
#main-nav.eve-blog-active .menu-category {
  display: none;
}
#main-nav.eve-blog-active .logo {
  display: none !important;
}
#main-nav.eve-blog-active .logo-blog {
  display: block !important;
}
body:not(.submenu-active) #main-nav.black-font.eve-blog-active .eve-logo .black {
  display: none !important;
}
#mobile-nav.eve-blog-active .logo-blog {
  display: block !important;
  width: 112px !important;
}
html:not(.mobile-menu-overlay-active) #mobile-nav.eve-blog-active.black-font .full-logo.black,
html:not(.mobile-menu-overlay-active) #mobile-nav.eve-blog-active.black-font .elgato-logo.black {
  display: none !important;
}
/* ==========================================================================
   submenu active items
   ========================================================================== */
#main-nav .submenu .highlight-product .product-wrap.active .product-title,
#main-nav .submenu .products .product-wrap.active .product-title {
  color: #2574C3;
}
/* ==========================================================================
   iphone x adjustments
   ========================================================================== */
#mobile-nav .outer-wrap,
#mobile-overlay-navi .outer-wrap {
  width: 100%;
  height: 100%;
  padding-left: constant(safe-area-inset-left);
  padding-left: env(safe-area-inset-left);
  padding-right: constant(safe-area-inset-left);
  padding-right: env(safe-area-inset-left);
}
@media only screen and (max-width: 1699px) {
  #main-nav .menu-point .text,
  .v21-submenu .menu-point .text {
    letter-spacing: 1px;
    font-size: 14px;
  }
  #main-nav .main-menu .eve-logo {
    width: 60px;
    min-width: 60px;
  }
  #main-nav .main-menu .menu-category .menu-point:not(:last-of-type) {
    padding-right: 30px;
  }
}
/* ==========================================================================
   v21 updates
   ========================================================================== */
#main-nav.v21-navigation .menu-point .text,
.v21-submenu .menu-point .text {
  font-size: 16px !important;
}
#main-nav.v21-navigation .v21-navigation-category .menu-point .text {
  font-size: 14px !important;
}
.v21-submenu {
  background-color: rgba(58, 66, 74, 0.95);
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: calc(100vh - 100px);
  z-index: 80;
  padding-top: 40px !important;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 50px;
  overflow: scroll;
  text-align: left !important;
}
.v21-submenu .close-navi-btn {
  width: 22px;
  cursor: pointer;
  margin-left: auto;
  margin-bottom: 20px;
  margin-right: 12px;
}
.v21-submenu .maxWidth {
  max-width: 1340px !important;
}
.v21-submenu .submenu-inner {
  padding: 0 !important;
}
.v21-submenu .flex-wrap {
  display: flex;
}
.v21-submenu .v21-navigation-product {
  margin-bottom: 20px;
  display: block;
}
.v21-submenu .v21-navigation-product:last-of-type {
  margin-bottom: 0;
}
.v21-submenu .v21-navigation-product .flex-wrap {
  align-items: center;
}
.v21-submenu .v21-navigation-product .image-wrap {
  width: 30px;
}
.v21-submenu .v21-navigation-product .image-wrap img {
  transform: scale(1);
  transition: 0.2s ease-out;
}
.v21-submenu .v21-navigation-product:hover .image-wrap img {
  transform: scale(1.2);
}
.v21-submenu .v21-navigation-product .title-text-wrap {
  padding-left: 8px;
  width: calc(100% - 30px);
  font-family: 'UniversNextLight';
  font-weight: 300;
  text-align: left;
}
.v21-submenu .v21-navigation-product .product-title {
  font-size: 16px;
  line-height: 22px;
}
.v21-submenu .v21-navigation-product .product-subtitle {
  color: #90A3AB;
  font-size: 14px;
  line-height: 18px;
}
.v21-submenu .v21-navigation-link-with-image {
  position: relative;
}
.v21-submenu .bottom-links-wrap {
  margin-top: 50px;
  margin-left: -12px;
  margin-right: -12px;
}
.v21-submenu .bottom-links-wrap .v21-navigation-link-with-image .ratio-wrap {
  padding-bottom: 32%;
}
.v21-submenu .v21-navigation-link-with-image {
  display: block;
  width: calc(100% - 24px);
  border-radius: 8px;
  overflow: hidden;
  margin-left: 12px;
  margin-right: 12px;
}
.v21-submenu .v21-navigation-link-with-image .icon {
  height: 40px;
  width: auto;
  margin-bottom: 8px;
}
.v21-submenu .v21-navigation-link-with-image .icon img {
  height: 100%;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.v21-submenu .v21-navigation-link-with-image .ratio-wrap {
  height: 0;
  padding-bottom: 53%;
  position: relative;
}
.v21-submenu .v21-navigation-link-with-image .abs-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.v21-submenu .v21-navigation-link-with-image .inner-title {
  font-size: 24px;
  color: black;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-family: "UniversNextBold-Cn";
  font-weight: 300;
}
.v21-submenu .category-wrap {
  margin-left: -25px;
  margin-right: -25px;
}
.v21-submenu .v21-navigation-category {
  margin-bottom: 50px;
  margin-left: 25px;
  margin-right: 25px;
}
.v21-submenu .v21-navigation-category:last-of-type {
  margin-bottom: 0;
}
.v21-submenu .v21-navigation-category .menu-point {
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 20px;
}
.v21-submenu .v21-navigation-category .menu-point .text {
  padding-top: 0 !important;
  padding-bottom: 5px !important;
  display: inline-block;
}
@media only screen and (max-width: 1299px) {
  .v21-submenu .category-wrap {
    margin-left: -10px;
    margin-right: -10px;
  }
  .v21-submenu .v21-navigation-category {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .v21-submenu .v21-navigation-link-with-image .inner-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  .v21-submenu .category-wrap.small-screen {
    display: none;
  }
}
@media only screen and (max-width: 1099px) {
  .v21-submenu .category-wrap.big-screen {
    display: none;
  }
  .v21-submenu .category-wrap {
    flex-wrap: wrap;
  }
  .v21-submenu .category-wrap .v21-navigation-category {
    width: calc(33.333% - 20px);
  }
}
@media only screen and (min-width: 1024px) {
  .v21-navigation-category.mobile-navi,
  .v21-navigation-link-with-image.mobile-navi {
    display: none !important;
  }
}
@media only screen and (max-width: 1023px) {
  .v21-navigation-category.desktop-navi,
  .v21-navigation-link-with-image.desktop-navi {
    display: none !important;
  }
}
#mobile-overlay-navi.v21-navigation-mobile .inner-container {
  padding-top: 40px;
}
#mobile-overlay-navi.v21-navigation-mobile .submenu-trigger-mobile,
#mobile-overlay-navi.v21-navigation-mobile .mobile-category-trigger {
  text-transform: uppercase;
}
#mobile-overlay-navi.v21-navigation-mobile .inner-container {
  padding-top: 20px;
  padding-bottom: 50px;
}
#mobile-overlay-navi.v21-navigation-mobile .mobile-menu-point,
#mobile-overlay-navi.v21-navigation-mobile .submenu-trigger-mobile {
  padding-top: 12px;
  padding-bottom: 12px;
}
#mobile-overlay-navi.v21-navigation-mobile .mobile-menu-point.spacing-top {
  margin-top: 0;
}
#mobile-overlay-navi.v21-navigation-mobile .mobile-menu-point:last-of-type {
  padding-bottom: 40px;
}
#mobile-overlay-navi.v21-navigation-mobile .v21-navigation-link-with-image {
  display: block;
  text-align: center;
  text-transform: uppercase;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 15px;
}
#mobile-overlay-navi.v21-navigation-mobile .v21-navigation-link-with-image:last-of-type {
  margin-bottom: 0;
}
#mobile-overlay-navi.v21-navigation-mobile .v21-navigation-link-with-image .ratio-wrap {
  height: 0;
  padding-bottom: 26%;
  position: relative;
}
#mobile-overlay-navi.v21-navigation-mobile .v21-navigation-link-with-image .abs-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#mobile-overlay-navi.v21-navigation-mobile .v21-navigation-link-with-image .bg-image-helper:after {
  content: "";
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  position: absolute;
  top: 10px;
  left: 10px;
}
#mobile-overlay-navi.v21-navigation-mobile .v21-navigation-link-with-image .inner-title {
  font-size: 18px;
  line-height: 22px;
  color: black !important;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
#mobile-overlay-navi.v21-navigation-mobile .v21-navigation-product {
  display: block;
  margin-bottom: 24px;
}
#mobile-overlay-navi.v21-navigation-mobile .v21-navigation-product:last-of-type {
  margin-bottom: 0;
}
#mobile-overlay-navi.v21-navigation-mobile .v21-navigation-product .flex-wrap {
  display: flex;
}
#mobile-overlay-navi.v21-navigation-mobile .v21-navigation-product .image-wrap {
  width: 30px;
}
#mobile-overlay-navi.v21-navigation-mobile .v21-navigation-product .title-text-wrap {
  padding-left: 8px;
  width: calc(100% - 30px);
  font-family: 'UniversNextLight';
  font-weight: 300;
  text-align: left;
}
#mobile-overlay-navi.v21-navigation-mobile .v21-navigation-product .product-title {
  font-size: 16px;
  line-height: 22px;
}
#mobile-overlay-navi.v21-navigation-mobile .v21-navigation-product .product-subtitle {
  color: #90A3AB;
  font-size: 14px;
  line-height: 18px;
}
#mobile-overlay-navi.v21-navigation-mobile .submenu-trigger-mobile {
  position: relative;
  color: white;
  transition: 0.2s ease-out;
}
#mobile-overlay-navi.v21-navigation-mobile .submenu-trigger-mobile.active {
  color: #2574C3;
}
#mobile-overlay-navi.v21-navigation-mobile .submenu-trigger-mobile.active .open-mobile-arrow .stroke-target {
  stroke: #2574C3;
}
#mobile-overlay-navi.v21-navigation-mobile .open-mobile-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%) rotate(0deg);
  width: 12px;
  transition: 0.2s ease-out;
}
#mobile-overlay-navi.v21-navigation-mobile .open-mobile-arrow.active {
  transform: translate(0, -50%) rotate(90deg);
}
#mobile-overlay-navi.v21-navigation-mobile .open-mobile-arrow svg {
  display: block;
}
#mobile-overlay-navi.v21-navigation-mobile .open-mobile-arrow .stroke-target {
  stroke: white;
  transition: 0.2s ease-out;
}
#mobile-overlay-navi.v21-navigation-mobile .v21-mobile-seperator {
  background-color: white;
  display: block;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#mobile-overlay-navi.v21-navigation-mobile .mobile-category-trigger {
  position: relative;
}
#mobile-overlay-navi.v21-navigation-mobile .v21-navigation-category {
  padding-top: 12px;
  padding-bottom: 12px;
}
#mobile-overlay-navi.v21-navigation-mobile .mobile-category-trigger-target {
  padding-left: 20px;
  padding-top: 20px;
}
#mobile-overlay-navi.v21-navigation-mobile .mobile-category-trigger-target .menu-point {
  display: inline-block;
  border-bottom: 1px solid white;
  font-family: 'UniversNextLight';
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 24px;
}
#mobile-overlay-navi.v21-navigation-mobile .v21-navigation-link-with-image.mobile-alternative-with-icon {
  text-align: left;
  text-transform: none;
  border-radius: 0;
  padding-left: 20px;
}
#mobile-overlay-navi.v21-navigation-mobile .v21-navigation-link-with-image.mobile-alternative-with-icon .flex-wrap {
  align-items: center;
}
#mobile-overlay-navi.v21-navigation-mobile .mobile-submenu-secondary {
  padding-top: 20px;
}
/* ==========================================================================
   submenus
   ========================================================================== */
.v21-product-page-sub-menu {
  position: absolute;
  top: 100px;
  color: white;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 60px);
  margin: auto;
  max-width: 1140px;
  border-bottom: 1px solid white;
  padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .v21-product-page-sub-menu {
    width: calc(100% - 40px);
  }
}
.v21-product-page-sub-menu svg {
  display: block;
}
.v21-product-page-sub-menu .category-wrap,
.v21-product-page-sub-menu .v21-technical-details-trigger {
  display: flex;
  align-items: center;
}
.v21-product-page-sub-menu .category-wrap .arrow-wrap,
.v21-product-page-sub-menu .v21-technical-details-trigger .arrow-wrap {
  width: 16px;
}
.v21-product-page-sub-menu .category-wrap .text-wrap,
.v21-product-page-sub-menu .v21-technical-details-trigger .text-wrap {
  font-size: 16px;
  font-family: "UniversNextLight";
  font-weight: 300;
}
.v21-product-page-sub-menu .category-wrap .text-wrap {
  margin-left: 10px;
}
.v21-product-page-sub-menu .v21-technical-details-trigger {
  cursor: pointer;
}
.v21-product-page-sub-menu .v21-technical-details-trigger .text-wrap {
  margin-right: 10px;
}
.v21-technical-details-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(58, 66, 74, 0.7);
  z-index: 150;
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (max-width: 768px) {
  .v21-technical-details-popup {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.v21-technical-details-popup .tech-text-col {
  overflow: hidden;
}
.v21-technical-details-popup .flex-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.v21-technical-details-popup .panel-technical-parameters {
  position: relative;
  overflow-y: auto;
  height: 500px;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* firefox */
}
.v21-technical-details-popup .panel-technical-parameters::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 768px) {
  .v21-technical-details-popup .panel-technical-parameters {
    height: calc(100vh - 100px);
  }
}
.v21-technical-details-popup .panel-technical-parameters .slider-navigation {
  width: fit-content;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 1149px) {
  .v21-technical-details-popup .panel-technical-parameters .slider-navigation.three-items .slider-title:nth-of-type(3) {
    margin-left: 10px;
    padding-top: 0;
    clear: none;
    float: left;
  }
}
.v21-technical-details-popup .panel-technical-parameters .slider-navigation::after {
  width: 100%;
  height: 1px;
  bottom: -9px;
  background-color: gray;
  left: 0;
  transform: none;
  top: auto;
  position: relative;
}
.v21-technical-details-popup .panel-technical-parameters .slider-navigation .slider-title {
  opacity: 0.3;
  font-weight: bold;
  color: white;
}
@media only screen and (max-width: 1149px) {
  .v21-technical-details-popup .panel-technical-parameters .slider-navigation .slider-title {
    margin: 0 10px;
  }
}
.v21-technical-details-popup .panel-technical-parameters .slider-navigation .slider-title.active {
  opacity: 1;
  color: white;
}
.v21-technical-details-popup .panel-technical-parameters .slider-navigation .slider-title:last-of-type {
  margin-right: 10px;
}
.v21-technical-details-popup .panel-technical-parameters .slider-navigation .slider-title:last-of-type::after {
  content: "";
  width: calc(100% + 15px);
}
@media only screen and (max-width: 768px) {
  .v21-technical-details-popup .panel-technical-parameters .slider-navigation .slider-title:last-of-type::after {
    width: 100%;
  }
}
.v21-technical-details-popup .panel-technical-parameters .slider-navigation .slider-title::after {
  width: calc(100% + 10px);
  height: 1px;
  bottom: -10px;
  z-index: 11;
  left: -5px;
  transform: none;
  top: auto;
  transition: 0.2s ease-out;
}
.v21-technical-details-popup .panel-technical-parameters .slider-navigation .slider-title:first-of-type::after {
  left: 0;
  width: calc(100% + 5px);
}
.v21-technical-details-popup .panel-technical-parameters .slider-navigation .slider-title.active::after {
  background-color: white;
}
.v21-technical-details-popup .panel-technical-parameters .popup-close {
  cursor: pointer;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 25px;
  right: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .v21-technical-details-popup .panel-technical-parameters .tech-image-col {
    width: 45%;
  }
  .v21-technical-details-popup .panel-technical-parameters .tech-text-col {
    width: 55%;
  }
}
@media only screen and (max-width: 768px) {
  .v21-technical-details-popup .outer-scroll-wrap {
    position: relative;
  }
  .v21-technical-details-popup .outer-scroll-wrap .slider-navigation {
    justify-content: space-around;
    padding-right: 0;
    padding-left: 0;
    margin-left: 20px;
    margin-right: auto;
  }
  .v21-technical-details-popup .panel-technical-parameters .slider-navigation::after {
    position: absolute;
    bottom: 20px;
    width: calc(100% - 40px);
    margin: auto;
    left: 20px;
  }
}
/* ==========================================================================
   gradient animation
   ========================================================================== */
.page-node-1321 main .eve-page-flexible > .content {
  background: linear-gradient(rgba(139, 152, 232, 0.6), #ffffff);
  background-attachment: fixed;
}
@media only screen and (max-width: 767px) {
  .page-node-1321 main .eve-page-flexible > .content {
    background: linear-gradient(rgba(139, 152, 232, 0.3), #ffffff);
  }
}
.page-node-1321 .product-hero-panel .usp-section {
  background-color: transparent;
}
.page-node-1321 .product-hero-panel,
.page-node-1321 .siri-panel,
.page-node-1321 .social-icon-panel,
.page-node-1321 .panel-technical-parameters,
.page-node-1321 .works-wonders-panel,
.page-node-1321 .story-grid-panel,
.page-node-1321 .text-image-panel-half-half.node-1390,
.page-node-1321 .panel-2col-text-with-logo.node-1350,
.page-node-1321 .text-image-panel-half-half.node-833 {
  position: relative;
  z-index: 50;
}
.page-node-1321 .panel-flare-iphone,
.page-node-1321 .social-icon-panel,
.page-node-1321 .panel-2col-text-with-logo.node-1350 {
  background-color: white;
}
.page-node-1321 .text-image-panel-half-half .inner-panel {
  background-color: transparent;
}
.page-node-1321 .text-image-panel-half-half.node-1390,
.page-node-1321 .text-image-panel-half-half.node-833 {
  background-color: white;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .page-node-1321 .text-image-panel-half-half.node-1390,
  .page-node-1321 .text-image-panel-half-half.node-833 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.page-node-1321 .v21-panel-explore-v3-pre-text,
.page-node-1321 .v21-panel-explore,
.page-node-1321 .v21-panel-explore-v3-after-text,
.page-node-1321 .panel-good-to-know {
  background-color: white;
}
.page-node-1321 .panel-good-to-know {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .page-node-1321 .text-image-panel-half-half .col-text {
    background-color: transparent;
  }
}
/* ==========================================================================
   product panel
   ========================================================================== */
.eve-flare-product-panel {
  padding-top: 0 !important;
}
.eve-flare-product-panel .flare-product-image-anim {
  margin-left: auto;
  margin-right: auto;
  max-width: 672px;
}
@media only screen and (max-width: 767px) {
  .eve-flare-product-panel {
    padding-bottom: 0 !important;
  }
}
/* ==========================================================================
   video-panel
   ========================================================================== */
.eve-flare-video-panel .inner-title {
  margin-bottom: 15px;
}
.eve-flare-video-panel .video-1-container {
  margin-top: 250px;
}
.eve-flare-video-panel .video-2-container {
  margin-bottom: 140px;
}
.eve-flare-video-panel .video-1-container,
.eve-flare-video-panel .video-2-container,
.eve-flare-video-panel .video-3-container {
  position: relative;
}
.eve-flare-video-panel .video-1-container video,
.eve-flare-video-panel .video-2-container video,
.eve-flare-video-panel .video-3-container video {
  position: relative;
  z-index: 5;
  display: block;
  margin: 0;
  border: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}
.eve-flare-video-panel .video-1-container .overlay,
.eve-flare-video-panel .video-2-container .overlay,
.eve-flare-video-panel .video-3-container .overlay {
  z-index: 10;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.eve-flare-video-panel .video-1-container .overlay.active,
.eve-flare-video-panel .video-2-container .overlay.active,
.eve-flare-video-panel .video-3-container .overlay.active {
  opacity: 1;
}
.eve-flare-video-panel .video-1-container .fallback-image,
.eve-flare-video-panel .video-2-container .fallback-image,
.eve-flare-video-panel .video-3-container .fallback-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 15;
}
@media only screen and (max-width: 1023px) {
  .eve-flare-video-panel .video-1-container {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .eve-flare-video-panel {
    padding-top: 0 !important;
  }
  .eve-flare-video-panel .video-1-container {
    margin-top: 15px;
  }
  .eve-flare-video-panel .video-2-container {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
/* ==========================================================================
   panel-flare-iphone
   ========================================================================== */
.panel-flare-iphone .panel-title {
  margin-bottom: 15px;
  margin-top: 70px;
}
.panel-flare-iphone .iphone-wrap {
  position: relative;
  max-width: 352px;
}
.panel-flare-iphone .iphone-wrap video {
  position: relative;
  z-index: 5;
  display: block;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  border: 0;
}
.panel-flare-iphone .iphone-wrap .iphone-mask {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .panel-flare-iphone .panel-title {
    margin-top: 0;
  }
  .panel-flare-iphone .iphone-wrap {
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.panel-flare-iphone.panel-iphone-dynamic .iphone-wrap .overlay {
  opacity: 0;
  transition: 0.2s;
  background-color: #0000005c;
  z-index: 10;
  border-radius: 20px;
  pointer-events: none;
  width: 83.1%;
  top: 2.6%;
  left: 6%;
  height: 93.2%;
  position: absolute;
  cursor: pointer;
}
.panel-flare-iphone.panel-iphone-dynamic .iphone-wrap .overlay.active {
  opacity: 1;
  pointer-events: all;
}
.panel-flare-iphone.panel-iphone-dynamic .iphone-wrap .overlay:hover .play-button {
  transform: translate(-51%, -50%) scale(1.1);
}
.panel-flare-iphone.panel-iphone-dynamic .iphone-wrap img {
  position: relative;
  z-index: 4;
  pointer-events: none;
}
.panel-flare-iphone.panel-iphone-dynamic .iphone-wrap .iphone-content {
  position: absolute;
  z-index: 2;
  width: 83.1%;
  top: 2.6%;
  left: 6%;
  height: 93.2%;
  outline: 0;
}
.panel-flare-iphone.panel-iphone-dynamic .iphone-wrap .iphone-content.playing .play-button {
  opacity: 0;
  transition: 0.2s;
}
.panel-flare-iphone.panel-iphone-dynamic .iphone-wrap .play-button {
  position: absolute;
  left: 49%;
  top: 50%;
  transform: translate(-51%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50px;
  z-index: 11;
  pointer-events: none;
  transition: 0.2s;
}
.panel-flare-iphone.panel-iphone-dynamic .iphone-wrap .play-button.fadeOut {
  opacity: 0;
  transition: 0.2s;
  pointer-events: none;
}
.panel-flare-iphone.panel-iphone-dynamic .iphone-wrap .play-button svg {
  cursor: pointer;
}
.panel-flare-iphone.panel-iphone-dynamic .iphone-wrap .play-button svg {
  width: 100%;
  height: 100%;
}
.panel-flare-iphone.panel-iphone-dynamic.iphone-12 .iphone-wrap .iphone-content,
.panel-flare-iphone.panel-iphone-dynamic.iphone-12 .iphone-wrap .overlay {
  width: 88.6%;
  top: 2.4%;
  left: 5.8%;
  height: 94.9%;
}
.panel-flare-iphone.panel-iphone-dynamic.iphone-14 .iphone-wrap .iphone-content,
.panel-flare-iphone.panel-iphone-dynamic.iphone-14 .iphone-wrap .overlay {
  position: absolute;
  z-index: 2;
  width: 88.6%;
  top: 2.3%;
  left: 5.5%;
  height: 95.4%;
  background: black;
}
@media only screen and (max-width: 767px) {
  body.page-node-2198 .panel-flare-iphone {
    padding-bottom: 0;
  }
  body.page-node-2198 .panel-flare-iphone .iphone-wrap {
    margin-top: 25px;
  }
}
/* ==========================================================================
   special for gradient mobile
   ========================================================================== */
.gradient-background-2 .text-image-panel-half-half:first-of-type {
  margin-top: 0;
  padding-top: 40px;
}
.gradient-background-2 .text-image-panel-half-half:last-of-type {
  margin-bottom: 0;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .panel-flare-iphone.panel-iphone-dynamic.no-side-spacings .col-1:first-of-type {
    display: none;
  }
  .panel-flare-iphone.panel-iphone-dynamic.no-side-spacings .col-text {
    width: 41.66666667%;
  }
  .panel-flare-iphone.panel-iphone-dynamic.no-side-spacings .col-text > * {
    padding-left: 52px;
  }
}
.big-image-slider {
  background-color: white;
  overflow: hidden;
}
.big-image-slider.logo-next-to-headline h3 {
  display: inline-flex;
  align-items: center;
}
.big-image-slider.logo-next-to-headline .center-wrapper-inline-block {
  margin-top: 0;
  height: 77px;
}
.big-image-slider.logo-next-to-headline .element-logos-wrap {
  display: inline-block;
  font-size: 0;
  /* width: 77px; */
  height: 77px;
  overflow: hidden;
  margin-right: 20px;
}
.big-image-slider.logo-next-to-headline .element-logos-wrap .element-logo {
  margin-bottom: 0;
}
.big-image-slider.black-background {
  background-color: black;
}
.big-image-slider.black-background .text.wrap {
  padding-top: 50px;
  padding-bottom: 50px;
}
.big-image-slider.black-background .panel-title,
.big-image-slider.black-background .body-text p {
  color: white;
}
.big-image-slider.white-text .panel-title,
.big-image-slider.white-text .body-text p {
  color: white;
}
.big-image-slider .text-center-align {
  text-align: center;
}
.big-image-slider.slideshow-style-1 .slick-dots li button {
  background-color: white;
}
.big-image-slider .panel-title {
  margin-bottom: 15px;
}
.big-image-slider img {
  overflow: hidden;
}
.big-image-slider.slideshow-style-1 .slick-dots {
  bottom: 30px;
}
.big-image-slider.slideshow-style-1 .slick-prev,
.big-image-slider.slideshow-style-1 .slick-next {
  display: block !important;
  z-index: 30;
}
.big-image-slider .text.wrap {
  padding-top: 100px;
  padding-bottom: 100px;
}
.big-image-slider .slider-wrapper .text-position-0,
.big-image-slider .slider-wrapper .text-position-1,
.big-image-slider .slider-wrapper .text-position-2 {
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  top: 0;
}
.big-image-slider .slider-wrapper .text-position-3,
.big-image-slider .slider-wrapper .text-position-4,
.big-image-slider .slider-wrapper .text-position-5 {
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .big-image-slider .img-wrap img {
    max-width: 150vh;
  }
}
@media only screen and (max-width: 1023px) {
  .big-image-slider {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .big-image-slider .row > div {
    padding-left: 20px;
    padding-right: 20px;
  }
  .big-image-slider .slider-wrapper .text.wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .big-image-slider .col-7 {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .big-image-slider {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .big-image-slider .upper-wrapper {
    padding-bottom: 50px;
  }
  .big-image-slider .text.wrap {
    padding-top: 0;
    padding-bottom: 15px;
  }
  .big-image-slider.no-spacing-top-mobile {
    padding-top: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .big-image-slider .text.wrap.mobile {
    display: block;
  }
  .big-image-slider.white-text .panel-title {
    color: #38424B;
  }
  .big-image-slider.white-text .body-text p {
    color: #494848;
  }
  .big-image-slider .text.wrap.desktop {
    display: none;
  }
}
@media only screen and (max-width: 1350px) and (min-width: 1024px) {
  .big-image-slider.node-2368 .text.wrap {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 1150px) and (min-width: 1024px) {
  .big-image-slider.node-2368 .text.wrap {
    padding-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .big-image-slider.node-4755 {
    padding-bottom: 30px;
  }
}
.room-swiper-panel {
  background-color: #fff;
}
.room-swiper-panel h3 {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .room-swiper-panel .wrap {
    background-image: url('../jpg/gradient-desktop.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media only screen and (max-width: 767px) {
  .room-swiper-panel .image-col .image-outer-wrap {
    background-image: url('../jpg/gradient-mobile.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.room-swiper-panel .body-text,
.room-swiper-panel .body-text p {
  color: #000;
}
.room-swiper-panel .image-wrap {
  max-width: 528px;
  position: relative;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.room-swiper-panel .image-wrap .slides {
  position: absolute;
  top: 26%;
  left: 20%;
  width: 42%;
}
.room-swiper-panel .image-wrap .slides .image-slide-wrap {
  position: absolute;
  top: 0;
  left: 0;
  transition: 0s ease-out;
  opacity: 0;
  z-index: 5;
}
.room-swiper-panel .image-wrap .slides .image-slide-wrap.active {
  opacity: 1;
}
.room-swiper-panel .image-wrap .action-btn {
  position: absolute;
  top: 41%;
  width: 11.5%;
  height: 11.5%;
  cursor: pointer;
  z-index: 10;
}
.room-swiper-panel .image-wrap .action-btn.no-animation .default-circle,
.room-swiper-panel .image-wrap .action-btn.no-animation .animation-circle {
  display: none;
}
.room-swiper-panel .image-wrap .action-btn .default-circle {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 2px solid #2574C3;
  -webkit-animation: defaultCircle 3s infinite;
  -moz-animation: defaultCircle 3s infinite;
  -o-animation: defaultCircle 3s infinite;
  animation: defaultCircle 3s infinite;
  opacity: 1;
  transform: scale(1);
}
.room-swiper-panel .image-wrap .action-btn .default-circle.small {
  opacity: 0.7;
  transform: scale(0.9);
}
.room-swiper-panel .image-wrap .action-btn .animation-circle {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 2px solid #2574C3;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-animation: animationCircle 3s infinite;
  -moz-animation: animationCircle 3s infinite;
  -o-animation: animationCircle 3s infinite;
  animation: animationCircle 3s infinite;
  opacity: 0.7;
}
.room-swiper-panel .image-wrap .action-btn.prev-btn {
  left: 5.3%;
}
.room-swiper-panel .image-wrap .action-btn.next-btn {
  left: 65%;
}
.room-swiper-panel .navigation-wrap {
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
}
.room-swiper-panel .navigation-wrap .navi-ele {
  color: #000;
  white-space: nowrap;
  font-size: 15px;
  position: relative;
  -moz-opacity: 0.45;
  -khtml-opacity: 0.45;
  -webkit-opacity: 0.45;
  opacity: 0.45;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=45);
  filter: alpha(opacity=45);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.room-swiper-panel .navigation-wrap .navi-ele.active {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.room-swiper-panel .navigation-wrap .navi-ele span {
  cursor: pointer;
  position: relative;
}
.room-swiper-panel .navigation-wrap .navi-ele span::after {
  content: '';
  position: absolute;
  background-color: #000;
  height: 2px;
  width: 100%;
  bottom: -10px;
  left: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.room-swiper-panel .navigation-wrap .navi-ele.active span::after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
@keyframes defaultCircle {
  0% {
    opacity: 0.7;
    transform: scale(1);
  }
  10% {
    opacity: 0.7;
    transform: scale(1);
  }
  20% {
    opacity: 1;
    transform: scale(0.8);
  }
  30% {
    opacity: 1;
    transform: scale(0.8);
  }
  40% {
    opacity: 0.7;
    transform: scale(1);
  }
  100% {
    opacity: 0.7;
    transform: scale(1);
  }
}
@keyframes animationCircle {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  35% {
    opacity: 0;
    transform: scale(1);
  }
  40% {
    opacity: 0.3;
    transform: scale(1.2);
  }
  70% {
    opacity: 0;
    transform: scale(1.6);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@media only screen and (min-width: 768px) {
  .room-swiper-panel {
    padding: 50px;
  }
  .room-swiper-panel .wrap {
    padding: 80px 20px;
  }
  .room-swiper-panel .navigation-wrap {
    margin-top: 30px;
  }
  .room-swiper-panel .navigation-wrap .navi-ele {
    font-size: 18px;
  }
  .room-swiper-panel .navigation-wrap .navi-ele:not(:last-of-type) {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .room-swiper-panel {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .room-swiper-panel {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .room-swiper-panel .image-col .image-outer-wrap {
    padding-left: 13%;
    padding-top: 3%;
  }
  .room-swiper-panel .navigation-wrap {
    flex-wrap: wrap;
  }
  .room-swiper-panel .navigation-wrap .navi-ele {
    width: 50%;
    margin-bottom: 20px;
  }
  .room-swiper-panel .navigation-wrap .navi-ele span::after {
    bottom: -6px;
  }
}
/* ==========================================================================
   panel-title-text-link
   ========================================================================== */
.panel-title-text-link {
  position: relative;
  padding: 60px 0 80px;
}
.panel-title-text-link h2.title {
  font-family: 'UniversNextBold';
  font-weight: 300;
  font-size: 26px;
  margin-bottom: 15px;
}
.panel-title-text-link .body-text strong {
  font-family: 'UniversNextBold';
  font-weight: 300;
}
.panel-title-text-link .body-text ul li {
  list-style: disc;
}
.panel-title-text-link .body-text ul {
  padding-left: 22px;
}
.panel-title-text-link .buy-btn {
  margin-top: 30px;
  margin-bottom: 15px;
}
.panel-title-text-link .buy-btn .btn {
  line-height: 55px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .panel-title-text-link {
    padding: 50px 0;
  }
}
/* ==========================================================================
   gradient animation
   ========================================================================== */
.page-node-1610 main .eve-page-flexible > .content {
  background: linear-gradient(rgba(139, 152, 232, 0.6), #ffffff);
  background-attachment: fixed;
}
@media only screen and (max-width: 767px) {
  .page-node-1610 main .eve-page-flexible > .content {
    background: linear-gradient(rgba(139, 152, 232, 0.3), #ffffff);
  }
}
.page-node-1610 .product-hero-panel .usp-section {
  background-color: transparent;
}
.page-node-1610 .product-hero-panel,
.page-node-1610 .siri-panel,
.page-node-1610 .social-icon-panel,
.page-node-1610 .panel-technical-parameters,
.page-node-1610 .works-wonders-panel,
.page-node-1610 .story-grid-panel,
.page-node-1610 .text-panel-with-background-image,
.page-node-1610 .text-image-panel-half-half.node-1680,
.page-node-1610 .text-image-panel-half-half.node-833,
.page-node-1610 .panel-half-text-half-logo.node-188,
.page-node-1610 .quote-panel,
.page-node-1610 .panel-good-to-know {
  position: relative;
  z-index: 50;
}
.page-node-1610 .text-panel-with-bg-switch {
  z-index: 5;
}
.page-node-1610 .grid-panel {
  background-color: transparent;
}
.page-node-1610 .text-image-panel-half-half.node-1680,
.page-node-1610 .text-image-panel-half-half.node-833,
.page-node-1610 .panel-good-to-know {
  background-color: white;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .page-node-1610 .text-image-panel-half-half.node-1680,
  .page-node-1610 .text-image-panel-half-half.node-833,
  .page-node-1610 .panel-good-to-know {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.page-node-1610 .quote-panel {
  margin-top: 0;
  margin-bottom: 0;
}
.page-node-1610 .quote-panel .slider-navi .image-wrap img {
  height: 60px;
}
.page-node-1610 .quote-panel .slider-navi .image-wrap.active img {
  height: 70px;
}
@media only screen and (max-width: 1199px) {
  .page-node-1610 .quote-panel .slider-navi .image-wrap img {
    height: 50px;
  }
  .page-node-1610 .quote-panel .slider-navi .image-wrap.active img {
    height: 60px;
  }
}
@media only screen and (max-width: 1023px) {
  .page-node-1610 .quote-panel .slider-navi .image-wrap img {
    height: 40px;
  }
  .page-node-1610 .quote-panel .slider-navi .image-wrap.active img {
    height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .page-node-1610 .quote-panel .slider-navi .image-wrap img {
    height: 15px;
  }
  .page-node-1610 .quote-panel .slider-navi .image-wrap.active img {
    height: 20px;
  }
}
.page-node-1610 .social-icon-panel,
.page-node-1610 .panel-half-text-half-logo.node-188 {
  background-color: white;
}
.page-node-1610 .text-image-panel-half-half .inner-panel {
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  .page-node-1610 .text-image-panel-half-half .col-text {
    background-color: transparent;
  }
  .page-node-1610 .text-panel-with-background-image .text-wrap {
    background-color: transparent;
  }
}
/* ==========================================================================
   special for gradient mobile
   ========================================================================== */
.gradient-background-2 .text-image-panel-half-half:first-of-type {
  margin-top: 0;
  padding-top: 40px;
}
.gradient-background-2 .text-image-panel-half-half:last-of-type {
  margin-bottom: 0;
  padding-bottom: 40px;
}
.panel-light-strip-animation {
  position: relative;
}
.panel-light-strip-animation .default-image {
  position: relative;
  z-index: 1;
}
.panel-light-strip-animation .step-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.panel-light-strip-animation .step-img.active {
  opacity: 1;
  z-index: 10;
}
/* ==========================================================================
   panel new story parallax
   ========================================================================== */
.panel-hero-apple-landing {
  position: relative;
  color: #fff;
}
.panel-hero-apple-landing .ratio-wrap {
  position: relative;
  height: 0;
  padding-bottom: 35%;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .panel-hero-apple-landing .ratio-wrap {
    padding-bottom: 83%;
  }
}
.panel-hero-apple-landing .ratio-wrap .abs-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.panel-hero-apple-landing .ratio-wrap .abs-wrap .bg-helper-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.panel-hero-apple-landing .price {
  font-size: 20px;
}
.panel-hero-apple-landing .price .old-price {
  font-family: 'UniversNextLight';
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}
.panel-hero-apple-landing .price .old-price .cross {
  height: 2px;
  background: rgba(200, 50, 23, 0.9);
  position: absolute;
  width: 80px;
  transform: rotate(-14deg);
  top: 12px;
  left: 0;
}
.panel-hero-apple-landing .price .new-price {
  font-family: 'UniversNextBold';
  font-weight: 300;
}
.panel-hero-apple-landing .title-subtitle-container {
  text-align: center;
  padding: 0 10px;
}
.panel-hero-apple-landing .title-subtitle-container .inner-wrap {
  max-width: 760px;
  margin: 0 auto;
}
.panel-hero-apple-landing .title-subtitle-container .inner-wrap .title h1 {
  font-family: 'UniversNextBold';
  font-weight: 300;
}
.panel-hero-apple-landing .title-subtitle-container .inner-wrap .subtitle {
  margin-top: 20px;
  font-size: 24px;
}
.panel-hero-apple-landing .title-subtitle-container .inner-wrap .button-wrap {
  margin-top: 20px;
}
.panel-hero-apple-landing .title-subtitle-container .inner-wrap .button-wrap .btn {
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .panel-hero-apple-landing .title-subtitle-container .inner-wrap .title h1 {
    font-size: 32px;
    line-height: 36px;
  }
  .panel-hero-apple-landing .title-subtitle-container .inner-wrap .subtitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .panel-hero-apple-landing {
    background-color: black;
  }
  .panel-hero-apple-landing .title-subtitle-container {
    padding: 20px 10px;
  }
  .panel-hero-apple-landing .title-subtitle-container .inner-wrap .title h1 {
    line-height: 32px;
  }
  .panel-hero-apple-landing .title-subtitle-container .inner-wrap .subtitle {
    font-size: 18px;
  }
  .panel-hero-apple-landing .price {
    font-size: 16px;
  }
  .panel-hero-apple-landing .price .old-price .cross {
    width: 65px;
  }
}
@media only screen and (max-width: 499px) {
  .panel-hero-apple-landing .price {
    font-size: 14px;
  }
  .panel-hero-apple-landing .price .old-price .cross {
    width: 55px;
    top: 9px;
  }
}
.panel-hero-apple-landing {
  background-color: #141316;
  text-align: center;
  padding-bottom: 150px;
}
.panel-hero-apple-landing .better-wrap-than-before {
  display: inline-flex;
  margin-bottom: 80px;
  text-align: left;
}
.panel-hero-apple-landing .better-wrap-than-before .new-price {
  font-size: 18px;
  margin-bottom: 10px;
}
.panel-hero-apple-landing .better-wrap-than-before .price {
  font-size: 18px;
}
.panel-hero-apple-landing .better-wrap-than-before .price .old-price {
  margin-bottom: 0;
}
.panel-hero-apple-landing .better-wrap-than-before .new-title-product {
  margin-bottom: 10px;
  font-size: 30px;
}
.panel-hero-apple-landing .better-wrap-than-before #price-2 {
  margin-left: 100px;
  position: relative;
}
.panel-hero-apple-landing .better-wrap-than-before #price-2:after {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 767px) {
  .panel-hero-apple-landing {
    padding-bottom: 100px;
  }
  .panel-hero-apple-landing .better-wrap-than-before {
    margin-bottom: 50px;
  }
  .panel-hero-apple-landing .better-wrap-than-before .new-price {
    margin-bottom: 5px;
  }
  .panel-hero-apple-landing .better-wrap-than-before .new-title-product {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .panel-hero-apple-landing .better-wrap-than-before #price-2 {
    margin-left: 50px;
  }
  .panel-hero-apple-landing .better-wrap-than-before #price-2:after {
    left: -25px;
  }
}
/* ==========================================================================
   image-map-panel
   ========================================================================== */
.image-map-panel .outer-wrap {
  position: relative;
}
.image-map-panel .link {
  position: absolute;
  z-index: 5;
  height: 12%;
  width: 9%;
}
.image-map-panel .link.link-01 {
  left: 31%;
  top: 9%;
  height: 8%;
  width: 8%;
}
.image-map-panel .link.link-02 {
  left: 23.3%;
  top: 37%;
  width: 8.5%;
  height: 9%;
}
.image-map-panel .link.link-03 {
  left: 21.3%;
  top: 51%;
  height: 9%;
}
.image-map-panel .link.link-04 {
  left: 33%;
  top: 62%;
  width: 8%;
  height: 8%;
}
.image-map-panel .link.link-05 {
  left: 37%;
  width: 14.5%;
  top: 75%;
  height: 10%;
}
.image-map-panel .link.link-06 {
  left: 49.2%;
  top: 62.5%;
  height: 8%;
}
.image-map-panel .link.link-07 {
  left: 64.5%;
  top: 62.5%;
  height: 10%;
}
.image-map-panel .link.link-08 {
  height: 11%;
  width: 11%;
  left: 63%;
  top: 41%;
}
.image-map-panel .link.link-09 {
  left: 75.5%;
  top: 55.5%;
  height: 10%;
  width: 8.5%;
}
.image-map-panel .link.link-10 {
  left: 85.6%;
  top: 55%;
  width: 7.5%;
  height: 12%;
}
.image-map-panel .link.link-11 {
  left: 68%;
  top: 76%;
  height: 8%;
  width: 14%;
}
@media only screen and (max-width: 767px) {
  .image-map-panel .slideshow-style-1 .slick-dots {
    bottom: 20px;
  }
  .image-map-panel .slideshow-style-1 .slick-dots li button {
    background-color: white;
  }
  .image-map-panel .slide-ele {
    position: relative;
  }
  .image-map-panel .link.link-02 {
    left: 46%;
    top: 36%;
    width: 26%;
    height: 9%;
  }
  .image-map-panel .link.link-03 {
    left: 42%;
    top: 51%;
    height: 9%;
    width: 26%;
  }
  .image-map-panel .link.link-01 {
    left: 26%;
    top: 7%;
    height: 9%;
    width: 30%;
  }
  .image-map-panel .link.link-04 {
    left: 73%;
    top: 62%;
    width: 22%;
    height: 8%;
  }
  .image-map-panel .link.link-05 {
    left: 6%;
    width: 36%;
    top: 75%;
    height: 11%;
  }
  .image-map-panel .link.link-06 {
    left: 2%;
    top: 61%;
    height: 10%;
    width: 35%;
  }
  .image-map-panel .link.link-07 {
    left: 39%;
    top: 61.5%;
    height: 11%;
    width: 23%;
  }
  .image-map-panel .link.link-09 {
    left: 64%;
    top: 51%;
    height: 4%;
    width: 23%;
  }
  .image-map-panel .link.link-10 {
    left: 79%;
    top: 55%;
    width: 20%;
    height: 4%;
  }
  .image-map-panel .link.link-11 {
    left: 47%;
    top: 76%;
    height: 9%;
    width: 35%;
  }
}
/* ==========================================================================
   three-products-shop-panel
   ========================================================================== */
.three-products-shop-panel {
  text-align: center;
  background-color: #fcf5ee;
  padding-top: 80px;
  padding-bottom: 80px;
}
.three-products-shop-panel .btn-new-wrap {
  margin-top: 15px;
}
.three-products-shop-panel .btn-new-wrap .btn {
  color: white;
  display: inline-block;
}
.three-products-shop-panel .title {
  font-family: 'UniversNextBold';
  font-weight: 300;
  font-size: 48px;
}
.three-products-shop-panel .subtitle {
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: 'UniversNextLight';
  line-height: 24px;
}
.three-products-shop-panel .code-title {
  font-family: 'UniversNextLight';
  padding-top: 5px;
}
.three-products-shop-panel .code-text {
  font-family: 'UniversNextBold';
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
}
.three-products-shop-panel .subtext {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: 'UniversNextLight';
}
.three-products-shop-panel .btn-wrapper .btn {
  display: inline-block;
  color: #fff;
  min-width: 200px;
}
@media only screen and (min-width: 768px) {
  .three-products-shop-panel .product-wrapper {
    display: flex;
    align-items: flex-start;
  }
  .three-products-shop-panel .product-wrapper .product {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .three-products-shop-panel .product-wrapper .product .image {
    width: 70%;
    margin: 0 auto;
  }
  .three-products-shop-panel.panels-2 .product-wrapper .product img {
    width: 60%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .three-products-shop-panel {
    padding: 60px 20px;
  }
  .three-products-shop-panel .title {
    font-size: 28px;
  }
  .three-products-shop-panel .product-wrapper .product {
    margin-bottom: 30px;
  }
}
.panel-image-and-text-slider {
  background-color: #fff;
}
.panel-image-and-text-slider h3 {
  margin-bottom: 16px;
}
.panel-image-and-text-slider .row {
  display: flex;
  align-items: flex-start;
}
.panel-image-and-text-slider .row .col-5,
.panel-image-and-text-slider .row .col-1,
.panel-image-and-text-slider .row .col-6 {
  display: block;
}
.panel-image-and-text-slider .body-text,
.panel-image-and-text-slider .body-text p {
  color: #000;
}
.panel-image-and-text-slider .navigation-wrap {
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
}
.panel-image-and-text-slider .navigation-wrap .navi-ele {
  color: #000;
  white-space: nowrap;
  font-size: 15px;
  position: relative;
  -moz-opacity: 0.45;
  -khtml-opacity: 0.45;
  -webkit-opacity: 0.45;
  opacity: 0.45;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=45);
  filter: alpha(opacity=45);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.panel-image-and-text-slider .navigation-wrap .navi-ele.active {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.panel-image-and-text-slider .navigation-wrap .navi-ele span {
  cursor: pointer;
  position: relative;
}
.panel-image-and-text-slider .navigation-wrap .navi-ele span::after {
  content: '';
  position: absolute;
  background-color: #000;
  height: 2px;
  width: 100%;
  bottom: -10px;
  left: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.panel-image-and-text-slider .navigation-wrap .navi-ele.active span::after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
@media only screen and (min-width: 768px) {
  .panel-image-and-text-slider {
    padding: 50px;
  }
  .panel-image-and-text-slider .wrap {
    padding: 80px 20px;
  }
  .panel-image-and-text-slider .navigation-wrap {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .panel-image-and-text-slider .navigation-wrap .navi-ele {
    font-size: 18px;
  }
  .panel-image-and-text-slider .navigation-wrap .navi-ele:not(:last-of-type) {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .panel-image-and-text-slider {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .panel-image-and-text-slider {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .panel-image-and-text-slider .row {
    display: block;
  }
  .panel-image-and-text-slider .navigation-wrap {
    flex-wrap: wrap;
  }
  .panel-image-and-text-slider .navigation-wrap .navi-ele {
    width: 50%;
    margin-bottom: 20px;
  }
  .panel-image-and-text-slider .navigation-wrap .navi-ele span::after {
    bottom: -6px;
  }
}
@media only screen and (max-width: 767px) {
  body.page-node-3377 .panel-image-and-text-slider .navigation-wrap .navi-ele {
    width: 33.3333%;
  }
}
.text-and-slider-with-graph {
  padding: 50px 0;
  position: relative;
}
.text-and-slider-with-graph .text-wrap {
  text-align: center;
  color: #5F6062;
}
.text-and-slider-with-graph .text-wrap .panel-text {
  font-size: 18px;
  line-height: 30px;
  font-family: 'UniversNextLight';
  font-weight: 400;
  margin: 24px 0;
}
.text-and-slider-with-graph.slideshow-style-1 .slick-prev,
.text-and-slider-with-graph.slideshow-style-1 .slick-next {
  display: inline-block !important;
  z-index: 10;
}
.text-and-slider-with-graph.slideshow-style-1 .slick-prev {
  left: env(safe-area-inset-left);
}
.text-and-slider-with-graph.slideshow-style-1 .slick-next {
  right: env(safe-area-inset-right);
}
.text-and-slider-with-graph .graph-slides {
  margin: 40px 0;
}
.text-and-slider-with-graph .graph-slides .slick-list {
  max-width: 65%;
  margin: auto;
}
.text-and-slider-with-graph .graph-slides .slick-disabled {
  display: none !important;
}
.text-and-slider-with-graph .graph-slides .graph-item {
  padding-top: 100px;
}
.text-and-slider-with-graph .graph-slides .graph-item.slick-slide img.desktop {
  display: block;
}
.text-and-slider-with-graph .graph-slides .graph-item.slick-slide img.mobile {
  display: none;
}
.text-and-slider-with-graph .graph-slides .graph-description {
  position: absolute;
  top: -100px;
  left: 0;
  width: 250px;
  background-color: #F7BD9F;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 20px;
}
.text-and-slider-with-graph .graph-slides .graph-description .icon {
  width: 46px;
  height: auto;
  margin-bottom: 30px;
}
.text-and-slider-with-graph .graph-slides .graph-description .text {
  font-size: 18px;
  font-family: 'UniversNextLight';
  font-weight: 300;
  line-height: 23px;
  text-align: center;
}
.text-and-slider-with-graph .graph-slides .graph-bubble-text {
  position: absolute;
  top: -20px;
  right: 0;
  left: 66%;
  padding: 15px;
  background-color: #DEEFBB;
  color: #557F02;
  font-size: 18px;
  font-family: UniversNextLight;
  font-weight: 300;
  min-height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.text-and-slider-with-graph .graph-slides .graph-bubble-text::after {
  content: " ";
  background-image: url(../png/rectangle.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: -6px;
  transform: rotate(45deg) translateY(-35%);
  height: 10px;
  width: 10px;
}
.text-and-slider-with-graph .graph-slides .slick-active .graph-description {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .text-and-slider-with-graph .graph-slides {
    margin-top: 10px;
  }
  .text-and-slider-with-graph .graph-slides .slick-list {
    max-width: 100%;
  }
  .text-and-slider-with-graph .graph-slides .slick-arrow {
    width: 50px;
    height: 50px;
  }
  .text-and-slider-with-graph .graph-slides .graph-item {
    padding-top: 0;
  }
  .text-and-slider-with-graph .graph-slides .graph-item.slick-slide img.mobile {
    display: block;
  }
  .text-and-slider-with-graph .graph-slides .graph-item.slick-slide img.desktop {
    display: none;
  }
  .text-and-slider-with-graph .graph-slides .graph-description {
    display: none;
  }
  .text-and-slider-with-graph .graph-slides .graph-bubble-text {
    display: none;
    top: 14%;
    left: 44%;
    font-size: 13px;
  }
  .text-and-slider-with-graph .graph-slides .graph-bubble-text:after {
    top: 0%;
    left: 2px;
  }
  .text-and-slider-with-graph .graph-slides.mobile {
    margin-bottom: 0;
  }
  .text-and-slider-with-graph .graph-slides.mobile img.desktop,
  .text-and-slider-with-graph .graph-slides.mobile img.mobile {
    display: none !important;
  }
  .text-and-slider-with-graph .graph-slides.mobile .graph-item {
    margin-right: 20px;
  }
  .text-and-slider-with-graph .graph-slides.mobile .graph-item:last-child {
    margin: 0;
  }
  .text-and-slider-with-graph .graph-slides.mobile .graph-bubble-text {
    display: block;
    position: relative;
    top: 0;
    left: 50%;
    right: auto;
    font-size: 20px;
    margin: 10px 0px;
    text-align: center;
    transform: translateX(-50%);
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    -moz-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    -o-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
  }
  .text-and-slider-with-graph .graph-slides.mobile .graph-bubble-text:after {
    left: 50%;
    top: 98%;
  }
  .text-and-slider-with-graph .graph-slides.mobile .graph-description {
    display: flex;
    position: relative;
    top: 0;
    width: 100%;
    height: 160px;
    max-width: unset;
    margin-left: 0;
  }
  .text-and-slider-with-graph .graph-slides.mobile .graph-description .text {
    font-size: 20px;
  }
  .text-and-slider-with-graph .graph-slides.mobile .slick-current .graph-bubble-text {
    opacity: 1;
  }
}
.panel-media-library.slideshow-style-1 {
  position: relative;
  padding: 50px 0;
  margin: 0 auto;
  z-index: 5;
  opacity: 0;
  transition: 0.5s;
  /*.media-library-slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    .translate(-50%, -50%);
    max-width: 650px;
  }*/
}
.panel-media-library.slideshow-style-1 .max-width-container {
  max-width: 1500px;
  margin: 0 auto;
  padding-left: 75px;
  padding-right: 75px;
}
@media only screen and (max-width: 767px) {
  .panel-media-library.slideshow-style-1 .max-width-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.panel-media-library.slideshow-style-1.active {
  opacity: 1;
}
.panel-media-library.slideshow-style-1.has-lifestyle .slick-slide {
  margin-left: 10px;
  margin-right: 10px;
}
.panel-media-library.slideshow-style-1 .slick-dots {
  white-space: nowrap;
  bottom: -25px;
}
.panel-media-library.slideshow-style-1 .slick-arrow {
  z-index: 5;
}
.panel-media-library.slideshow-style-1 .slick-prev {
  display: block !important;
}
.panel-media-library.slideshow-style-1 h2 {
  text-align: center;
  margin-bottom: 50px;
}
.panel-media-library.slideshow-style-1 .slick-slide {
  outline: 0;
}
.panel-media-library.slideshow-style-1 .media-library-slide {
  position: relative;
}
.panel-media-library.slideshow-style-1 .media-library-slide.video-slide img {
  padding: 0 10%;
}
.panel-media-library.slideshow-style-1 .media-library-slide.video-slide .play-btn {
  height: 100px;
  width: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
  cursor: pointer;
}
@media only screen and (min-width: 1170px) {
  .panel-media-library.slideshow-style-1 {
    /*.media-library-slide {
      height: 350px;
    }*/
  }
}
@media only screen and (max-width: 767px) {
  .panel-media-library.slideshow-style-1 .slick-arrow {
    display: none !important;
  }
  .panel-media-library.slideshow-style-1 h2 {
    margin-bottom: 20px;
  }
  .panel-media-library.slideshow-style-1 .media-library-slide.video-slide .play-btn {
    height: 20%;
    width: 20%;
  }
}
.panel-good-to-know {
  margin-top: 50px;
  margin-bottom: 50px;
}
.panel-good-to-know .inner-panel {
  background-color: #F7F8F9;
  padding: 40px;
}
.panel-good-to-know .inner-title {
  margin-bottom: 30px;
}
.panel-good-to-know .inner-panel-flex {
  display: flex;
  align-items: flex-start;
  flex-flow: row-reverse;
}
.panel-good-to-know .inner-panel-flex .col-left {
  width: 40%;
  padding-right: 50px;
}
.panel-good-to-know .inner-panel-flex .col-right {
  width: 60%;
}
.panel-good-to-know .good-to-know-faq {
  background-color: white;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.panel-good-to-know .good-to-know-faq .question,
.panel-good-to-know .good-to-know-faq .answer {
  padding-left: 60px;
}
.panel-good-to-know .good-to-know-faq .question {
  cursor: pointer;
  position: relative;
  font-size: 18px;
  font-family: 'UniversNextLight';
  font-weight: 300;
}
.panel-good-to-know .good-to-know-faq .question .plus-indicator {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
}
.panel-good-to-know .good-to-know-faq .question .plus-indicator div {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #2574C3;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.2s ease-out;
}
.panel-good-to-know .good-to-know-faq .question .plus-indicator div:nth-child(2) {
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}
.panel-good-to-know .good-to-know-faq .question.active .plus-indicator div:nth-child(2) {
  transform: translate(-50%, -50%) rotate(0deg);
}
.panel-good-to-know .good-to-know-faq .answer {
  padding-top: 15px;
}
.panel-good-to-know .good-to-know-faq .answer p,
.panel-good-to-know .good-to-know-faq .answer li {
  font-size: 16px;
  line-height: 20px;
  font-family: 'UniversNextLight';
  font-weight: 300;
}
.panel-good-to-know .good-to-know-faq .answer ul {
  padding-left: 20px;
}
.panel-good-to-know .good-to-know-faq .answer li {
  list-style-type: disc;
}
.panel-good-to-know .good-to-know-faq .answer a {
  color: #2574C3;
  font-family: 'UniversNextBold';
}
.panel-good-to-know .good-to-know-faq:last-of-type {
  margin-bottom: 0;
}
.panel-good-to-know .good-to-know-link {
  margin-bottom: 15px;
  font-size: 18px;
  color: #2574C3;
  font-family: 'UniversNextBold';
  font-weight: 300;
}
.panel-good-to-know .good-to-know-link:last-of-type {
  margin-bottom: 0;
}
.panel-good-to-know .good-to-know-link a {
  position: relative;
  padding-right: 25px;
}
.panel-good-to-know .good-to-know-link a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-image: url('../png/link-arrow-new.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 8px;
  height: 14px;
}
@media only screen and (max-width: 767px) {
  .panel-good-to-know {
    margin: 0;
  }
  .panel-good-to-know .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .panel-good-to-know .inner-panel {
    padding-top: 35px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 80px;
  }
  .panel-good-to-know .inner-title {
    margin-bottom: 20px;
  }
  .panel-good-to-know .inner-panel-flex {
    display: block;
  }
  .panel-good-to-know .inner-panel-flex .col-left,
  .panel-good-to-know .inner-panel-flex .col-right {
    width: 100%;
  }
  .panel-good-to-know .inner-panel-flex .col-left {
    padding-right: 0;
    padding-top: 40px;
  }
  .panel-good-to-know .good-to-know-faq {
    margin-bottom: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 0;
  }
  .panel-good-to-know .good-to-know-faq .question {
    font-size: 15px;
    line-height: 20px;
    padding-right: 60px;
    padding-left: 0;
  }
  .panel-good-to-know .good-to-know-faq .question .plus-indicator {
    right: 15px;
    left: auto;
  }
  .panel-good-to-know .good-to-know-faq .answer {
    padding-left: 0;
    padding-right: 60px;
  }
  .panel-good-to-know .good-to-know-faq .answer p {
    font-size: 15px;
    line-height: 20px;
  }
  .panel-good-to-know .good-to-know-faq:last-of-type {
    margin-bottom: 0;
  }
  .panel-good-to-know .good-to-know-link {
    font-size: 16px;
  }
}
.panel-eve-cam {
  padding-top: 40px;
  padding-bottom: 40px;
  pointer-events: none;
}
.panel-eve-cam img {
  pointer-events: none;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .panel-eve-cam {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.panel-eve-cam .image-wrap {
  position: relative;
}
.panel-eve-cam .image-wrap .reddot-animation {
  position: absolute;
  top: 22.8%;
  left: 46.3%;
  width: 3.1%;
  opacity: 1;
  transition: 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  .panel-eve-cam .image-wrap .reddot-animation {
    top: 33.7%;
    left: 40%;
    width: 7%;
  }
}
.panel-eve-cam .image-wrap .reddot-animation.not-active {
  opacity: 0;
}
.panel-eve-cam .image-wrap .text-box {
  position: absolute;
  font-size: 1.945vw;
  line-height: 2.43vw;
  font-family: 'UniversNextLight';
  font-weight: 300;
  width: 100%;
  z-index: 50;
  transform: translate(0, -50%);
}
@media only screen and (min-width: 1340px) {
  .panel-eve-cam .image-wrap .text-box {
    font-size: 28px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .panel-eve-cam .image-wrap .text-box {
    font-size: 4.2666vw;
    line-height: 5.866vw;
  }
}
.panel-eve-cam .image-wrap .text-box.text-box-1 {
  top: 25%;
  right: 75%;
  max-width: 20%;
  text-align: right;
}
.panel-eve-cam .image-wrap .text-box.text-box-2 {
  top: 47%;
  right: 75%;
  max-width: 20%;
  text-align: right;
}
.panel-eve-cam .image-wrap .text-box.text-box-3 {
  top: 73%;
  right: 75%;
  max-width: 18%;
  text-align: right;
}
.panel-eve-cam .image-wrap .text-box.text-box-4 {
  left: 76%;
  top: 19%;
  max-width: 20%;
}
.panel-eve-cam .image-wrap .text-box.text-box-5 {
  left: 76%;
  top: 34%;
  max-width: 15%;
}
.panel-eve-cam .image-wrap .text-box.text-box-6 {
  left: 76%;
  top: 49%;
  max-width: 20%;
}
.panel-eve-cam .image-wrap .text-box.text-box-7 {
  left: 76%;
  top: 72%;
  max-width: 20%;
}
@media only screen and (max-width: 767px) {
  .panel-eve-cam .image-wrap .text-box {
    transform: none;
  }
  .panel-eve-cam .image-wrap .text-box.text-box-1 {
    top: 14%;
    right: 60%;
    max-width: 40%;
  }
  .panel-eve-cam .image-wrap .text-box.text-box-2 {
    top: 77%;
    right: 65%;
    max-width: 38%;
  }
  .panel-eve-cam .image-wrap .text-box.text-box-3 {
    top: 86%;
    right: 52%;
    max-width: 48%;
  }
  .panel-eve-cam .image-wrap .text-box.text-box-4 {
    left: 64.5%;
    top: 19.5%;
    max-width: 35%;
  }
  .panel-eve-cam .image-wrap .text-box.text-box-5 {
    left: 57%;
    top: 11%;
    max-width: 39%;
  }
  .panel-eve-cam .image-wrap .text-box.text-box-6 {
    left: auto;
    right: 51%;
    top: 7%;
    max-width: 48%;
    text-align: right;
  }
  .panel-eve-cam .image-wrap .text-box.text-box-7 {
    left: 61%;
    top: 77.5%;
    max-width: 39%;
  }
}
@media only screen and (max-width: 767px) {
  html[lang="de"] .panel-eve-cam .image-wrap .text-box {
    line-height: 5vw;
  }
}
html[lang="de"] .panel-eve-cam .image-wrap .text-box.text-box-5 {
  max-width: 12%;
}
@media only screen and (max-width: 767px) {
  html[lang="de"] .panel-eve-cam .image-wrap .text-box.text-box-5 {
    max-width: 25%;
  }
}
html[lang="de"] .panel-eve-cam .image-wrap .text-box.text-box-7 {
  max-width: 17%;
}
@media only screen and (max-width: 767px) {
  html[lang="de"] .panel-eve-cam .image-wrap .text-box.text-box-7 {
    max-width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  html[lang="fr"] .panel-eve-cam .image-wrap .text-box {
    line-height: 5vw;
  }
  html[lang="fr"] .panel-eve-cam .image-wrap .text-box.text-box-7 {
    max-width: 35%;
  }
}
html[lang="fr"] .panel-eve-cam .image-wrap .text-box.text-box-3 {
  max-width: 19%;
}
@media only screen and (max-width: 767px) {
  html[lang="fr"] .panel-eve-cam .image-wrap .text-box.text-box-3 {
    top: 86.5%;
    max-width: 40%;
  }
}
html[lang="fr"] .panel-eve-cam .image-wrap .text-box.text-box-6 {
  max-width: 14%;
}
@media only screen and (max-width: 767px) {
  html[lang="fr"] .panel-eve-cam .image-wrap .text-box.text-box-6 {
    max-width: 30%;
    top: 4%;
  }
}
.panel-comparison {
  overflow: hidden;
  background-color: white;
  font-family: "UniversNextLight";
  margin-top: 50px;
  margin-bottom: 50px;
}
.panel-comparison .table-wrap .element-comparison-item.content-info-eles .header-title {
  height: 25px;
}
.panel-comparison .top-wrap {
  display: block;
}
.panel-comparison .table-wrap {
  display: flex;
}
.panel-comparison .table-wrap .element-comparison-item {
  width: 25%;
  text-align: center;
}
.panel-comparison .table-wrap .element-comparison-item .image-wrap {
  max-width: 98px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .panel-comparison .table-wrap .element-comparison-item .image-wrap {
    max-width: 70px;
  }
}
.panel-comparison .table-wrap .element-comparison-item .image-wrap .ratio-wrap {
  padding-bottom: 100%;
  height: 0;
  position: relative;
}
.panel-comparison .table-wrap .element-comparison-item .image-wrap .abs-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.panel-comparison .table-wrap .element-comparison-item .image-wrap .product-img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.panel-comparison .table-wrap .element-comparison-item .specs-title {
  margin-bottom: 15px;
  font-size: 18px;
}
.panel-comparison .table-wrap .element-comparison-item .table-contents {
  margin-top: 50px;
}
.panel-comparison .table-wrap .element-comparison-item .content-info-ele {
  padding-top: 24px;
  padding-bottom: 24px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.panel-comparison .table-wrap .element-comparison-item .content-info-ele:nth-child(odd) {
  background-color: white;
}
.panel-comparison .table-wrap .element-comparison-item .content-info-ele:last-of-type {
  margin-bottom: 0;
}
.panel-comparison .table-wrap .element-comparison-item .content-info-ele p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
}
.panel-comparison .table-wrap .element-comparison-item .content-info-ele p:last-of-type {
  margin-bottom: 0;
}
.panel-comparison .table-wrap .element-comparison-item .content-info-ele .hidden-image {
  margin-left: auto;
  margin-right: auto;
}
.panel-comparison .table-wrap .element-comparison-item .content-info-ele .hidden-image.yes {
  width: 24px;
}
.panel-comparison .table-wrap .element-comparison-item .content-info-ele .hidden-image.no {
  width: 24px;
}
.panel-comparison .table-wrap .element-comparison-item .content-info-title {
  text-align: left;
  border-bottom: 1px solid black;
  height: 40px;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .panel-comparison .expandable-content .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .panel-comparison .expandable-content .image-wrap,
  .panel-comparison .expandable-content .specs-title,
  .panel-comparison .expandable-content .btn-pre-wrap,
  .panel-comparison .expandable-content .content-info-ele .specs-title,
  .panel-comparison .expandable-content .content-info-ele .inner-ele {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media only screen and (max-width: 767px) {
  body.page-node-5079 .panel-comparison {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
.panel-comparison .real-table-wrap {
  display: flex;
  width: calc(100% - 190px);
}
.panel-comparison .real-table-wrap .content-info-ele .content-info-title {
  display: none;
  text-align: left;
  border-bottom: 1px solid black;
  height: 40px;
  white-space: nowrap;
}
.panel-comparison .real-table-wrap .content-info-ele p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
}
.panel-comparison .real-table-wrap .content-info-ele p:last-of-tyle {
  margin-bottom: 0;
}
.panel-comparison .real-table-wrap .content-info-ele .hidden-image {
  margin-left: auto;
  margin-right: auto;
}
.panel-comparison .real-table-wrap .content-info-ele .hidden-image.yes {
  width: 24px;
}
.panel-comparison .expandable-content {
  position: relative;
}
.panel-comparison .expandable-content.inner-wrap {
  padding-left: 0;
  padding-right: 0;
}
.panel-comparison .maxWidth {
  margin-left: auto;
  margin-right: auto;
}
.panel-comparison .row {
  display: flex;
}
.panel-comparison .col-12 {
  width: 100%;
}
.panel-comparison .col-12 .inner-wrap {
  padding-left: 40px;
  padding-right: 40px;
  background-color: #F9FAFA;
}
.panel-comparison .col-12 .inner-wrap .comparison-title-border {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 2px solid #dfdfdf;
  font-family: "UniversNextLight";
}
.panel-comparison .col-12 .inner-wrap .comparison-title-border .comparison-title {
  width: 40%;
}
.panel-comparison .table-wrap .element-comparison-item {
  padding-bottom: 60px;
  padding-top: 40px;
  width: 100%;
}
.panel-comparison .table-wrap .element-comparison-item .specs-title {
  margin-bottom: 0;
  font-size: 20px;
}
.panel-comparison .table-wrap .element-comparison-item .table-contents {
  margin-top: 40px;
}
.panel-comparison .table-wrap .element-comparison-item .content-info-title {
  display: none;
}
.panel-comparison .table-wrap .element-comparison-item:last-of-type {
  padding-right: 0;
}
.panel-comparison .table-wrap .element-comparison-item.content-info-eles {
  text-align: left;
  font-size: 20px;
  width: 210px;
  padding-left: 0;
}
.panel-comparison .table-wrap .element-comparison-item.content-info-eles .specs-title {
  font-size: 18px;
}
.panel-comparison .table-wrap .element-comparison-item.content-info-eles .content-info-ele {
  justify-content: left;
  font-size: 22px;
  line-height: 25px;
  font-family: 'UniversNextLight';
  font-weight: 300;
}
.panel-comparison .table-wrap .element-comparison-item.content-info-eles .inner-ele {
  padding-left: 50px;
}
.panel-comparison .table-wrap .element-comparison-item.active-grey {
  background-color: #f3f3f3;
}
.panel-comparison .comparison-slider {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .panel-comparison .comparison-title {
    width: 60%!important;
  }
}
@media only screen and (max-width: 767px) {
  .panel-comparison .col-12 .inner-wrap .comparison-title-border {
    padding-top: 35px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dfdfdf;
  }
  .panel-comparison .table-wrap .element-comparison-item.content-info-eles .content-info-ele {
    font-size: 14px;
    line-height: 22px;
  }
  .panel-comparison .table-wrap .element-comparison-item.content-info-eles .header-title {
    height: 18px;
  }
  .panel-comparison .table-wrap .element-comparison-item.content-info-eles {
    width: 110px;
  }
  .panel-comparison .real-table-wrap {
    width: calc(100% - 110px);
  }
  .panel-comparison .table-wrap .element-comparison-item .content-info-ele {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .panel-comparison .table-wrap .element-comparison-item .content-info-ele .hidden-image.yes {
    width: 20px;
  }
  .panel-comparison .table-wrap .element-comparison-item .content-info-ele .hidden-image.no {
    width: 16px;
  }
  .panel-comparison .col-12 .inner-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .panel-comparison .col-12 .comparison-slider {
    background-color: white;
    height: 68px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translate(0, 100%);
    transition: 0.3s ease-out;
  }
  .panel-comparison .col-12 .comparison-slider.active {
    opacity: 1;
    transform: translate(0, 0);
  }
  .panel-comparison .col-12 .comparison-slider .arrow-left,
  .panel-comparison .col-12 .comparison-slider .arrow-right {
    width: 20px;
    height: 20px;
    background-color: red;
    cursor: pointer;
  }
  .panel-comparison .col-12 .comparison-slider .dot-line-wrap {
    margin: auto;
  }
  .panel-comparison .col-12 .comparison-slider .dot-line-wrap .slick-dots {
    display: flex;
  }
  .panel-comparison .col-12 .comparison-slider .dot-line-wrap .slick-dots li.slick-active button {
    background-color: #2D8ED7;
  }
  .panel-comparison .col-12 .comparison-slider .dot-line-wrap .slick-dots li {
    display: flex;
    height: 20px;
    align-items: center;
  }
  .panel-comparison .col-12 .comparison-slider .dot-line-wrap .slick-dots li button {
    text-indent: 9999px;
    overflow: hidden;
    height: 2px;
    width: 52px;
    border: none;
  }
  .panel-comparison .col-12 .comparison-slider .arrows {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    pointer-events: none;
  }
  .panel-comparison .col-12 .comparison-slider .arrows .slick-arrow {
    text-indent: 9999px;
    overflow: hidden;
    height: 18px;
    width: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    background-color: white;
    display: block;
    transition-duration: 0.1s;
    pointer-events: all;
  }
  .panel-comparison .col-12 .comparison-slider .arrows .slick-disabled {
    opacity: 0.2;
  }
  .panel-comparison .col-12 .comparison-slider .arrows .slick-prev {
    margin-left: 30px;
    background-image: url('../png/left-comparison.png');
  }
  .panel-comparison .col-12 .comparison-slider .arrows .slick-next {
    margin-right: 30px;
    background-image: url('../png/right-comparison.png');
  }
  .panel-comparison .comparison-title {
    width: 100%!important;
  }
  .panel-comparison .table-wrap .element-comparison-item .table-contents {
    margin-top: 19px;
  }
  .panel-comparison .table-wrap .element-comparison-item .content-info-ele {
    font-size: 14px;
  }
  .panel-comparison .table-wrap .element-comparison-item .content-info-ele .inner-ele {
    padding-left: 17px;
  }
  .panel-comparison .table-wrap .element-comparison-item .image-wrap {
    max-width: 58px;
    margin-bottom: 10px;
  }
  .panel-comparison .table-wrap .element-comparison-item .specs-title {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 767px) {
  body.eve-room .video-panel {
    margin-bottom: 40px;
  }
  body.eve-room .text-panel-with-background-image {
    padding-bottom: 0;
  }
  body.eve-room .text-image-panel-half-half {
    margin-bottom: 0;
  }
  body.eve-room .panel-2col-text-with-logo {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  body.eve-room .text-panel-with-background-image.background-video .bg-image {
    padding-bottom: 56.25%;
    height: 0;
  }
  body.eve-room .text-panel-with-background-image.background-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
body.eve-room .text-panel-with-bg-switch .bg-image2 {
  transition-delay: 1.5s;
}
@media only screen and (max-width: 767px) {
  html:lang(fr) body.eve-room .grid-panel .item-row:last-of-type .bg-image-helper {
    background-position: bottom center;
  }
}
.panel-illuminated-header {
  padding-top: 200px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .panel-illuminated-header {
    padding-top: 170px;
  }
}
.panel-illuminated-header .header-top-wrap {
  text-align: center;
}
.panel-illuminated-header .header-title {
  font-family: "UniversNextBold-Cn";
  font-weight: 100;
  font-size: 48px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .panel-illuminated-header .header-title {
    font-size: 30px;
    letter-spacing: -0.66px;
  }
}
.panel-illuminated-header .btn {
  min-width: 195px;
  display: inline-block;
  margin-top: 30px;
  color: white;
}
@media only screen and (max-width: 767px) {
  .panel-illuminated-header .btn {
    margin-top: 15px;
  }
}
.panel-illuminated-header .panel-light-strip-animation {
  margin-top: 40px;
  margin-bottom: 40px;
}
.panel-illuminated-header .content-container {
  text-align: center;
}
.panel-illuminated-header .content-container .element-logos-wrap {
  margin-top: 30px;
  margin-bottom: 60px;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .panel-illuminated-header .content-container .element-logos-wrap {
    margin-bottom: 30px;
  }
}
.panel-illuminated-header .usp-wrap-outer-outer {
  padding-left: 20px;
  padding-right: 20px;
}
.panel-illuminated-header .usp-wrap-outer {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
.panel-illuminated-header .usp-wrap-outer .usp-wrap-inner {
  display: flex;
  justify-content: center;
  text-align: left;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .panel-illuminated-header .usp-wrap-outer .usp-wrap-inner {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .panel-illuminated-header .usp-wrap-outer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .panel-illuminated-header .usp-wrap-outer .usp-wrap-inner {
    text-align: center;
    align-items: flex-start;
  }
}
.panel-illuminated-header .element-usp {
  display: flex;
  align-items: center;
  margin-right: 40px;
}
.panel-illuminated-header .element-usp:last-of-type {
  margin-right: 0;
}
.panel-illuminated-header .element-usp .image-wrap {
  width: 40px;
  margin-right: 10px;
}
.panel-illuminated-header .element-usp .text-wrap {
  font-size: 16px;
  font-family: "UniversNextLight";
  font-weight: 300;
  width: calc(100% - 50px);
}
@media only screen and (max-width: 1023px) {
  .panel-illuminated-header .element-usp {
    margin-right: 0;
    width: 33.3333%;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
  }
  .panel-illuminated-header .element-usp:nth-child(1),
  .panel-illuminated-header .element-usp:nth-child(4) {
    padding-left: 0;
  }
  .panel-illuminated-header .element-usp:nth-child(3),
  .panel-illuminated-header .element-usp:nth-child(6) {
    padding-right: 0;
  }
  .panel-illuminated-header .element-usp:nth-child(1),
  .panel-illuminated-header .element-usp:nth-child(2),
  .panel-illuminated-header .element-usp:nth-child(3) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .panel-illuminated-header .element-usp {
    display: block;
  }
  .panel-illuminated-header .element-usp .image-wrap {
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .panel-illuminated-header .element-usp .text-wrap {
    font-size: 12px;
    width: 100%;
  }
}
.panel-support-hero {
  height: 80vh;
  position: relative;
  color: white;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .panel-support-hero {
    height: 60vh;
  }
}
.panel-support-hero .bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.panel-support-hero .title-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (max-width: 767px) {
  .panel-support-hero .title-wrap {
    text-align: left;
  }
}
.panel-support-hero h1 {
  font-family: "UniversNextBold-Cn";
  font-weight: 100;
}
.panel-support-boxes {
  margin-top: -50px;
  position: relative;
  margin-bottom: 35px;
}
.panel-support-boxes .boxes-wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  .panel-support-boxes .boxes-wrap {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .panel-support-boxes .maxWidth {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .panel-support-boxes .maxWidth {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.panel-support-boxes .panel-support-boxes-element {
  width: calc(33.333% - 15px);
  padding: 40px;
  background-color: #F6F8F9;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .panel-support-boxes .panel-support-boxes-element {
    width: 100%;
    margin-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .panel-support-boxes .panel-support-boxes-element:nth-child(1) {
    margin-top: 0;
  }
}
.panel-support-boxes .panel-support-boxes-element .image-wrap img {
  height: 80px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.panel-support-boxes .panel-support-boxes-element .box-text {
  margin-top: 8px;
  padding-bottom: 65px;
}
.panel-support-boxes .panel-support-boxes-element .box-text p {
  font-size: 16px;
  line-height: 22px;
  font-family: 'UniversNextLight';
  font-weight: 300;
}
.panel-support-boxes .panel-support-boxes-element .box-link a,
.panel-support-boxes .panel-support-boxes-element .box-link .btn-ele {
  cursor: pointer;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  border: 2px solid #2574C3;
  color: #2574C3;
  text-transform: uppercase;
  font-family: "UniversNextBold-Cn";
  font-weight: 300;
  letter-spacing: 2.5px;
  font-size: 12px;
  background-color: transparent;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  white-space: nowrap;
}
.panel-support-boxes-big {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .panel-support-boxes-big {
    margin-bottom: 40px;
  }
}
.panel-support-boxes-big .boxes-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media only screen and (min-width: 768px) {
  .panel-support-boxes-big .maxWidth {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .panel-support-boxes-big .maxWidth {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.panel-support-boxes-big .panel-support-big-boxes-element {
  position: relative;
  width: calc(50% - 15px);
  margin-top: 30px;
  border: 4px solid #F6F8F9;
  padding: 40px;
}
.panel-support-boxes-big .panel-support-big-boxes-element:nth-child(1),
.panel-support-boxes-big .panel-support-big-boxes-element:nth-child(2) {
  margin-top: 0;
}
@media only screen and (max-width: 1023px) {
  .panel-support-boxes-big .panel-support-big-boxes-element {
    width: 100%;
  }
  .panel-support-boxes-big .panel-support-big-boxes-element:nth-child(2) {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .panel-support-boxes-big .panel-support-big-boxes-element {
    padding: 20px;
  }
}
.panel-support-boxes-big .panel-support-big-boxes-element .box-title {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .panel-support-boxes-big .panel-support-big-boxes-element .box-title {
    margin-bottom: 20px;
  }
}
.panel-support-boxes-big .panel-support-big-boxes-element .box-content {
  padding-bottom: 75px;
}
.panel-support-boxes-big .panel-support-big-boxes-element .box-content p {
  font-size: 18px;
  line-height: 30px;
  font-family: 'UniversNextLight';
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .panel-support-boxes-big .panel-support-big-boxes-element .box-content p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .panel-support-boxes-big .panel-support-big-boxes-element .box-content p:last-of-type {
    margin-bottom: 0;
  }
}
.panel-support-boxes-big .panel-support-big-boxes-element .box-content a {
  color: #2574C3;
  font-family: 'UniversNextBold';
}
.panel-support-boxes-big .panel-support-big-boxes-element .box-logos {
  display: flex;
  position: absolute;
  bottom: 40px;
  right: 40px;
}
@media only screen and (max-width: 767px) {
  .panel-support-boxes-big .panel-support-big-boxes-element .box-logos {
    bottom: 20px;
    left: 20px;
    right: auto;
  }
}
.panel-support-boxes-big .panel-support-big-boxes-element .box-logos .element-logo {
  margin-right: 20px;
}
.panel-support-boxes-big .panel-support-big-boxes-element .box-logos .element-logo:last-of-type {
  margin-right: 0;
}
.panel-support-boxes-big .panel-support-big-boxes-element .box-link a {
  position: absolute;
  bottom: 40px;
  left: 40px;
  border: 2px solid #2574C3;
  color: #2574C3;
  text-transform: uppercase;
  font-family: "UniversNextBold-Cn";
  font-weight: 300;
  letter-spacing: 2.5px;
  font-size: 12px;
  background-color: transparent;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .panel-support-boxes-big .panel-support-big-boxes-element .box-link a {
    bottom: 20px;
    left: 20px;
  }
}
.panel-support-boxes-big .panel-support-big-boxes-element.no-padding-content-box .box-content {
  padding-bottom: 0;
}
.new-newsletter-panel .rmBody.rmBody--embed {
  background: #F7F9FA;
}
.new-newsletter-panel #rmOrganism .rmBase {
  background: #F7F9FA;
  color: #857b85;
  font-family: arial;
}
.new-newsletter-panel #rmOrganism .rmBase__comp--textlink {
  color: #2574C3;
}
.new-newsletter-panel #rmOrganism .rmBase__comp--link {
  color: #2574C3;
}
.new-newsletter-panel #rmOrganism .rmBase__comp--button {
  background: #2574C3;
  border: 0px solid #1CCC71;
  border-radius: 5px;
  color: #ffffff;
}
.new-newsletter-panel #rmOrganism .rmBase__comp--cta {
  background: #2574C3;
  border: 0px solid #1CCC71;
  border-radius: 5px;
  color: #ffffff;
}
.new-newsletter-panel #rmOrganism .rmBase__compError {
  color: #FFFFFF;
  background-color: #FF0000;
}
.new-newsletter-panel #rmOrganism .rmSubscription {
  background: #F7F9FA;
  color: #857b85;
  font-family: arial;
}
.new-newsletter-panel #rmOrganism .rmSubscription .rmBase__el {
  font-size: 16px;
  margin-bottom: 1em;
}
.new-newsletter-panel #rmOrganism .rmSubscription .rmBase__el--logo {
  text-align: center;
}
.new-newsletter-panel #rmOrganism .rmSubscription .rmBase__el--heading {
  margin-bottom: 0px;
  text-align: center;
}
.new-newsletter-panel #rmOrganism .rmSubscription .rmBase__el--text {
  margin-bottom: 28px;
  text-align: center;
}
.new-newsletter-panel #rmOrganism .rmSubscription .rmBase__el--link {
  text-align: center;
}
.new-newsletter-panel #rmOrganism .rmSubscription .rmBase__el--captcha {
  text-align: center;
}
.new-newsletter-panel #rmOrganism .rmSubscription .rmBase__el--cta {
  align-items: stretch;
}
.new-newsletter-panel #rmOrganism .rmSubscription .rmBase__el--legal-notice {
  text-align: center;
}
.new-newsletter-panel #rmOrganism .rmSubscription .rmBase__comp--heading {
  color: #080103;
  font-size: 36px;
  line-height: 45px;
}
.new-newsletter-panel #rmOrganism .rmSubscription .rmBase__comp--text {
  font-size: 16px;
  line-height: 24px;
}
.new-newsletter-panel #rmOrganism .rmSubscription .rmBase__compLabel {
  color: #cac8ca;
}
.new-newsletter-panel #rmOrganism .rmSubscription .rmBase__comp--cta {
  font-size: 16px;
}
.new-newsletter-panel #rmOrganism .rmPopup__close {
  font-family: arial;
}
.new-newsletter-panel #rmOrganism .rmPopup__backdrop {
  background: #303233;
  opacity: 0.6;
}
.new-newsletter-panel #rmOrganism .rmPage {
  background: #F7F9FA;
  color: #857b85;
  font-family: arial;
}
.new-newsletter-panel #rmOrganism .rmPage .rmBase__comp--heading {
  color: #080103;
}
.new-newsletter-panel #rmOrganism .rmPage .rmBase__compLabel {
  color: #857b85;
}
.new-newsletter-panel .rmBody {
  margin: 0;
  padding: 0;
}
.new-newsletter-panel #rmOrganism {
  box-sizing: border-box;
}
.new-newsletter-panel #rmOrganism * {
  color: black;
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  outline: none;
  padding: 0;
  vertical-align: baseline;
}
.new-newsletter-panel #rmOrganism *,
.new-newsletter-panel #rmOrganism :after,
.new-newsletter-panel #rmOrganism :before {
  box-sizing: inherit;
}
.new-newsletter-panel #rmOrganism button::-moz-focus-inner,
.new-newsletter-panel #rmOrganism input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.new-newsletter-panel #rmOrganism input[type=email],
.new-newsletter-panel #rmOrganism input[type=password],
.new-newsletter-panel #rmOrganism input[type=text],
.new-newsletter-panel #rmOrganism textarea {
  -webkit-appearance: none;
}
.new-newsletter-panel #rmOrganism .hidden {
  display: none !important;
}
.new-newsletter-panel #rmOrganism .rmPopup__container {
  display: none;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
.new-newsletter-panel #rmOrganism .rmPopup__container.rmPopup--show {
  display: flex;
}
.new-newsletter-panel #rmOrganism .rmPopup__container .rmPopup__backdrop {
  display: block;
  height: 100%;
  pointer-events: all;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.new-newsletter-panel #rmOrganism .rmPopup__container .rmPopup {
  pointer-events: all;
  overflow: hidden;
}
.new-newsletter-panel #rmOrganism .rmPopup__container .rmPopup .rmPopup__close {
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 100%;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  font-weight: 700;
  height: 1.6em;
  justify-content: center;
  line-height: 1;
  position: absolute;
  top: 2px;
  right: 2px;
  text-align: center;
  width: 1.6em;
  z-index: 100;
}
.new-newsletter-panel #rmOrganism .rmPopup__container .rmPopup.rmPopup--modal {
  border-radius: 1em 1em 0 0;
  max-height: 90%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 98%;
}
@media screen and (min-width: 768px) {
  .new-newsletter-panel #rmOrganism .rmPopup__container .rmPopup.rmPopup--modal {
    border-radius: 1em;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
    bottom: auto;
    top: 5%;
    width: calc(100% - 2em);
  }
}
.new-newsletter-panel #rmOrganism .rmPopup__container .rmPopup.rmPopup--sidebar {
  border-radius: 1em 0 0 0;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
  max-height: calc(100% - 1em);
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 1em);
}
.new-newsletter-panel #rmOrganism .rmPopup__container .rmPopup.rmPopup--banner {
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
}
.new-newsletter-panel #rmOrganism .rmPopup__container .rmPopup.rmPopup--banner.rmLayout--banner-top {
  top: 0;
}
.new-newsletter-panel #rmOrganism .rmPopup__container .rmPopup.rmPopup--banner.rmLayout--banner-bottom {
  bottom: 0;
}
.new-newsletter-panel #rmOrganism .rmBase__el .comp__input,
.new-newsletter-panel #rmOrganism .rmBase__el .comp__select {
  background: #fff;
  border: none;
  border-radius: 0.25em;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.05), inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  color: #666;
  font-family: inherit;
  font-size: 1em;
  font-weight: 400;
  height: 2.5em;
  line-height: 1.5;
  margin: 0;
  outline: none;
  padding: 0.5em;
  vertical-align: top;
  width: 100%;
}
.new-newsletter-panel #rmOrganism .rmBase__el .comp__input:focus,
.new-newsletter-panel #rmOrganism .rmBase__el .comp__select:focus {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.05), inset 0 0 0 1px rgba(0, 0, 0, 0.5);
  color: #666;
  outline: none;
}
.new-newsletter-panel #rmOrganism .rmBase__el .comp__input::placeholder {
  color: currentColor!important;
  opacity: 1 !important;
}
.new-newsletter-panel #rmOrganism .rmBase__el.rmBase__el--has-error .rmBase__compError {
  display: inline-block;
}
.new-newsletter-panel #rmOrganism .rmBase__el--title .rmBase__comp--titleInput {
  margin-top: 1em;
}
.new-newsletter-panel #rmOrganism .rmBase__el--image {
  margin: 0 !important;
}
.new-newsletter-panel #rmOrganism .rmBase__comp--image {
  background: no-repeat 50%;
  height: 100%;
  position: relative;
  width: 100%;
}
.new-newsletter-panel #rmOrganism .rmBase__comp--image.image--fit {
  background-size: cover;
}
.new-newsletter-panel #rmOrganism .rmBase__comp--image .image__link {
  display: block;
  height: 100%;
  width: 100%;
}
.new-newsletter-panel #rmOrganism .rmBase__comp--logo {
  border: none;
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
.new-newsletter-panel #rmOrganism .rmBase__comp--logolink {
  display: inline-block;
}
.new-newsletter-panel #rmOrganism .rmBase__comp--cta {
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  padding: 0.5em 1.5em;
}
.new-newsletter-panel #rmOrganism .rmBase__comp--button,
.new-newsletter-panel #rmOrganism .rmBase__comp--link {
  cursor: pointer;
  display: inline-block;
  line-height: 1.5;
  text-decoration: none;
}
.new-newsletter-panel #rmOrganism .rmBase__comp--link {
  font-weight: 400;
  padding: 0.5em 0;
}
.new-newsletter-panel #rmOrganism .rmBase__comp--link:hover {
  text-decoration: underline;
}
.new-newsletter-panel #rmOrganism .rmBase__comp--button {
  font-weight: 700;
  padding: 0.5em 1em;
}
.new-newsletter-panel #rmOrganism .rmBase__comp--textlink {
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
}
.new-newsletter-panel #rmOrganism .rmBase__comp--textlink:hover {
  text-decoration: underline;
}
.new-newsletter-panel #rmOrganism .rmBase__comp--captcha {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-align: left;
  vertical-align: top;
}
.new-newsletter-panel #rmOrganism .rmBase__comp--coupon {
  border: 2px dashed;
  display: inline-block;
  line-height: 1.5;
  padding: 0.75em 2.25em;
}
.new-newsletter-panel #rmOrganism .rmBase__comp--birthday {
  display: flex;
}
.new-newsletter-panel #rmOrganism .rmBase__comp--birthday .comp__select {
  flex-grow: 1;
  min-width: 1%;
}
.new-newsletter-panel #rmOrganism .rmBase__comp--birthday .comp__select:not(:first-child) {
  margin-left: 1em;
}
.new-newsletter-panel #rmOrganism .rmBase__comp--privacy {
  align-items: center;
  display: flex;
}
.new-newsletter-panel #rmOrganism .rmBase__comp--privacy .privacy__visual {
  flex-shrink: 0;
  font-size: 16px;
  height: 4em;
  margin-right: 1em;
  width: 4em;
}
.new-newsletter-panel #rmOrganism .rmBase__comp--privacy .privacy__text {
  font-size: 11px;
  line-height: 1.4;
  text-align: left;
}
.new-newsletter-panel #rmOrganism .rmBase__comp--privacy .privacy__text a {
  color: black;
  text-decoration: underline;
}
.new-newsletter-panel #rmOrganism .rmBase__comp--checkbox .vFormCheckbox,
.new-newsletter-panel #rmOrganism .rmBase__comp--radio .vFormCheckbox {
  align-items: flex-start;
  display: inline-flex;
}
.new-newsletter-panel #rmOrganism .rmBase__comp--checkbox .vFormCheckbox .vFormCheckbox__indicator,
.new-newsletter-panel #rmOrganism .rmBase__comp--radio .vFormCheckbox .vFormCheckbox__indicator {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0.125em;
  color: #666;
  cursor: pointer;
  display: inline-block;
  flex-shrink: 0;
  font-size: 1.25em;
  height: 1em;
  line-height: 0;
  position: relative;
  vertical-align: top;
  width: 1em;
}
.new-newsletter-panel #rmOrganism .rmBase__comp--checkbox .vFormCheckbox .vFormCheckbox__input,
.new-newsletter-panel #rmOrganism .rmBase__comp--radio .vFormCheckbox .vFormCheckbox__input {
  display: none;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}
.new-newsletter-panel #rmOrganism .rmBase__comp--checkbox .vFormCheckbox .vFormCheckbox__input:checked ~ .vFormCheckbox__indicator:after,
.new-newsletter-panel #rmOrganism .rmBase__comp--radio .vFormCheckbox .vFormCheckbox__input:checked ~ .vFormCheckbox__indicator:after {
  background: url("data:image/svg+xml;charset=utf-8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='10' height='10'%3E%3Cpath fill='%23333' d='M19.4 2.6c-.8-.8-2-.8-2.8 0L6.4 12.8l-3-3.1c-.8-.8-2-.8-2.8 0-.8.8-.8 2 0 2.8L5.1 17c.8.8 2 .8 2.8 0l1.4-1.4L19.45.4c.8-.8.8-2 0-2.8z'/%3E%3C/svg%3E") no-repeat 50%;
  content: "";
  display: block;
  height: 0.75em;
  left: 50%;
  margin: -0.375em 0 0 -0.375em;
  position: absolute;
  top: 50%;
  width: 0.75em;
}
.new-newsletter-panel #rmOrganism .rmBase__comp--checkbox .vFormCheckbox .vFormCheckbox__label,
.new-newsletter-panel #rmOrganism .rmBase__comp--radio .vFormCheckbox .vFormCheckbox__label {
  font-size: 1em;
  line-height: 1.25;
  margin: 0;
}
.new-newsletter-panel #rmOrganism .rmBase__comp--checkbox .vFormCheckbox .vFormCheckbox__indicator ~ .vFormCheckbox__label,
.new-newsletter-panel #rmOrganism .rmBase__comp--radio .vFormCheckbox .vFormCheckbox__indicator ~ .vFormCheckbox__label {
  margin: 0 0 0 0.75em;
}
.new-newsletter-panel #rmOrganism .rmBase__comp--checkbox .vFormCheckbox:hover .vFormCheckbox__indicator,
.new-newsletter-panel #rmOrganism .rmBase__comp--radio .vFormCheckbox:hover .vFormCheckbox__indicator {
  border-color: #666;
}
.new-newsletter-panel #rmOrganism .rmBase__comp--checkbox {
  font-size: 1em;
  line-height: 1.25;
}
.new-newsletter-panel #rmOrganism .rmBase__comp--radio {
  padding-top: 0.625em;
}
.new-newsletter-panel #rmOrganism .rmBase__comp--radio .vFormRadio__group--inline,
.new-newsletter-panel #rmOrganism .rmBase__comp--radio .vFormRadio__group--stacked {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.new-newsletter-panel #rmOrganism .rmBase__comp--radio .vFormRadio__group--stacked {
  flex-direction: column;
}
.new-newsletter-panel #rmOrganism .rmBase__comp--radio .vFormRadio {
  align-items: flex-start;
  display: inline-flex;
  vertical-align: top;
}
.new-newsletter-panel #rmOrganism .rmBase__comp--radio .vFormRadio .vFormRadio__indicator {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 100%;
  color: #666;
  cursor: pointer;
  display: inline-block;
  flex-shrink: 0;
  font-size: 1.25em;
  height: 1em;
  position: relative;
  vertical-align: top;
  width: 1em;
}
.new-newsletter-panel #rmOrganism .rmBase__comp--radio .vFormRadio .vFormRadio__input {
  display: none;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}
.new-newsletter-panel #rmOrganism .rmBase__comp--radio .vFormRadio .vFormRadio__input:checked ~ .vFormRadio__indicator:after {
  background: currentColor;
  border-radius: 100%;
  content: "";
  display: block;
  height: 0.5em;
  left: 50%;
  margin: -0.25em 0 0 -0.25em;
  position: absolute;
  top: 50%;
  width: 0.5em;
}
.new-newsletter-panel #rmOrganism .rmBase__comp--radio .vFormRadio .vFormRadio__label {
  font-size: 1em;
  line-height: 1.25;
  margin: 0 0 0 0.75em;
}
.new-newsletter-panel #rmOrganism .rmBase__comp--radio .vFormRadio:hover .vFormRadio__indicator {
  border-color: #666;
}
.new-newsletter-panel #rmOrganism .rmBase__comp--radio .vFormRadio--inline {
  display: inline-flex;
}
.new-newsletter-panel #rmOrganism .rmBase__comp--radio .vFormRadio--inline:not(:first-child) {
  margin-left: 1em;
}
.new-newsletter-panel #rmOrganism .rmBase__comp--radio .vFormRadio--stacked {
  display: flex;
}
.new-newsletter-panel #rmOrganism .rmBase__comp--radio .vFormRadio--stacked:not(:first-child) {
  margin-top: 0.5em;
}
.new-newsletter-panel #rmOrganism .rmBase__compError {
  border-radius: 3px;
  display: none;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 2px;
  padding: 1px 5px;
}
.new-newsletter-panel #rmOrganism .rmBase__compError--radio {
  margin-top: 0.5em;
}
.new-newsletter-panel #rmOrganism .rmBase__comp--legal-noticeDivider {
  background: currentColor;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: 1em;
  height: 2px;
  line-height: 0;
  margin-bottom: 1em;
  opacity: 0.25;
  overflow: hidden;
  width: 10em;
}
.new-newsletter-panel #rmOrganism .rmBase__comp--legal-notice {
  font-size: 11px;
  line-height: 1.4;
}
@media screen and (min-width: 480px) {
  .new-newsletter-panel #rmOrganism .rmSubscription .rmBase__el.rmBase__el--label-pos-left {
    display: flex;
  }
  .new-newsletter-panel #rmOrganism .rmSubscription .rmBase__el.rmBase__el--label-pos-left .rmBase__compLabel {
    flex-basis: 30%;
    flex-shrink: 0;
    hyphens: auto;
    margin: 0;
    max-width: 30%;
    padding: 0.625em 0.5em 0 0;
  }
  .new-newsletter-panel #rmOrganism .rmSubscription .rmBase__el.rmBase__el--label-pos-left .rmBase__compContainer {
    flex-grow: 1;
  }
}
.new-newsletter-panel #rmOrganism .rmLayout--vertical.rmBase {
  display: flex;
  flex-direction: column;
  max-width: 480px;
}
@media screen and (min-width: 768px) {
  .new-newsletter-panel #rmOrganism .rmLayout--vertical.rmBase .rmBase__container {
    padding: 2em;
  }
}
.new-newsletter-panel #rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-top .rmBase__el--image {
  flex-shrink: 0;
  height: 100px;
}
@media screen and (min-width: 768px) {
  .new-newsletter-panel #rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-top .rmBase__el--image {
    height: 140px;
  }
}
.new-newsletter-panel #rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-right {
  max-width: 640px;
}
.new-newsletter-panel #rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-right .rmBase__el--image {
  flex-shrink: 0;
  height: 100px;
}
@media screen and (min-width: 768px) {
  .new-newsletter-panel #rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-right .rmBase__body {
    flex-direction: row;
  }
  .new-newsletter-panel #rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-right .rmBase__el--image {
    flex-basis: 0px;
    flex-grow: 1;
    height: auto;
    order: 10;
  }
  .new-newsletter-panel #rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-right .rmBase__content {
    flex-basis: 80%;
    flex-grow: 1;
    flex-shrink: 0;
    max-width: 400px;
  }
}
.new-newsletter-panel #rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-bottom .rmBase__el--image {
  flex-shrink: 0;
  height: 100px;
  order: 10;
}
@media screen and (min-width: 768px) {
  .new-newsletter-panel #rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-bottom .rmBase__el--image {
    height: 140px;
  }
}
.new-newsletter-panel #rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-left {
  max-width: 640px;
}
.new-newsletter-panel #rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-left .rmBase__el--image {
  flex-shrink: 0;
  height: 100px;
}
@media screen and (min-width: 768px) {
  .new-newsletter-panel #rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-left .rmBase__body {
    flex-direction: row;
  }
  .new-newsletter-panel #rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-left .rmBase__el--image {
    flex-basis: 0px;
    flex-grow: 1;
    height: auto;
  }
  .new-newsletter-panel #rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-left .rmBase__content {
    flex-basis: 80%;
    flex-grow: 1;
    flex-shrink: 0;
    max-width: 400px;
  }
}
.new-newsletter-panel #rmOrganism .rmLayout--horizontal.rmBase {
  display: flex;
  flex-direction: column;
  max-width: 640px;
}
@media screen and (min-width: 768px) {
  .new-newsletter-panel #rmOrganism .rmLayout--horizontal.rmBase .rmBase__container {
    padding: 2em;
  }
  .new-newsletter-panel #rmOrganism .rmLayout--horizontal.rmBase .rmBase__section {
    display: flex;
    flex-direction: row;
  }
  .new-newsletter-panel #rmOrganism .rmLayout--horizontal.rmBase .rmBase__section .rmBase__el {
    flex-basis: 0px;
    flex-grow: 1;
    margin-right: 1em;
  }
  .new-newsletter-panel #rmOrganism .rmLayout--horizontal.rmBase .rmBase__section .rmBase__el:last- child {
    margin-right: 0;
  }
  .new-newsletter-panel #rmOrganism .rmLayout--horizontal.rmBase .rmBase__section .rmBase__el--cta:not(:only- child),
  .new-newsletter-panel #rmOrganism .rmLayout--horizontal.rmBase .rmBase__section .rmBase__el--link:not(:only-child) {
    align-self: flex-end;
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .new-newsletter-panel #rmOrganism .rmLayout--horizontal.rmBase .rmBase__section .rmBase__el--label-pos-top ~ .rmBase__el--cta:not(:only-child),
  .new-newsletter-panel #rmOrganism .rmLayout--horizontal.rmBase .rmBase__section .rmBase__el--label-pos-top ~ .rmBase__el--link:not(:only-child) {
    align-self: flex-end;
  }
  .new-newsletter-panel #rmOrganism .rmLayout--horizontal.rmBase .rmBase__section:last-child .rmBase__el {
    margin-bottom: 0;
  }
}
.new-newsletter-panel #rmOrganism .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-right {
  max-width: 800px;
}
.new-newsletter-panel #rmOrganism .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-right .rmBase__el--image {
  flex-shrink: 0;
  height: 100px;
}
@media screen and (min-width: 768px) {
  .new-newsletter-panel #rmOrganism .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-right .rmBase__body {
    flex-direction: row;
  }
  .new-newsletter-panel #rmOrganism .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-right .rmBase__el--image {
    flex-basis: 0px;
    flex-grow: 1;
    height: auto;
    order: 10;
  }
  .new-newsletter-panel #rmOrganism .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-right .rmBase__content {
    flex-basis: 90%;
    flex-grow: 1;
    flex-shrink: 0;
    max-width: 640px;
  }
}
.new-newsletter-panel #rmOrganism .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-left {
  max-width: 800px;
}
.new-newsletter-panel #rmOrganism .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-left .rmBase__el--image {
  flex-shrink: 0;
  height: 100px;
}
@media screen and (min-width: 768px) {
  .new-newsletter-panel #rmOrganism .rmLayout--horizontal.rmBase.rmLayout- -horizontal-image-left .rmBase__body {
    flex-direction: row;
  }
  .new-newsletter-panel #rmOrganism .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-left .rmBase__el--image {
    flex-basis: 0px;
    flex-grow: 1;
    height: auto;
  }
  .new-newsletter-panel #rmOrganism .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-left .rmBase__content {
    flex-basis: 90%;
    flex-grow: 1;
    flex-shrink: 0;
    max-width: 640px;
  }
}
@media screen and (min-width: 768px) {
  .new-newsletter-panel #rmOrganism .rmLayout--banner.rmBase {
    display: flex;
    flex-direction: column;
  }
  .new-newsletter-panel #rmOrganism .rmLayout--banner.rmBase .rmBase__content {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
  }
  .new-newsletter-panel #rmOrganism .rmLayout--banner.rmBase .rmBase__container {
    padding: 1em 2em;
  }
  .new-newsletter-panel #rmOrganism .rmLayout--banner.rmBase .rmBase__section {
    display: flex;
    flex-direction: row;
    min-width: 480px;
  }
  .new-newsletter-panel #rmOrganism .rmLayout--banner.rmBase .rmBase__section .rmBase__el {
    flex-basis: 0px;
    flex-grow: 1;
    margin-right: 1em;
  }
  .new-newsletter-panel #rmOrganism .rmLayout--banner.rmBase .rmBase__section .rmBase__el:last-child {
    margin-right: 0;
  }
  .new-newsletter-panel #rmOrganism .rmLayout--banner.rmBase .rmBase__section .rmBase__el--cta:not(:only-child),
  .new-newsletter-panel #rmOrganism .rmLayout--banner.rmBase .rmBase__section .rmBase__el--link:not(:only-child) {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .new-newsletter-panel #rmOrganism .rmLayout--banner.rmBase .rmBase__section .rmBase__el--label-pos-top ~ .rmBase__el--cta:not(:only-child),
  .new-newsletter-panel #rmOrganism .rmLayout--banner.rmBase .rmBase__section .rmBase__el--label-pos- top ~ .rmBase__el--link:not(:only-child) {
    align-self: flex-end;
  }
  .new-newsletter-panel #rmOrganism .rmLayout--banner.rmBase .rmBase__section:last-child .rmBase__el {
    margin-bottom: 0;
  }
}
.new-newsletter-panel #rmOrganism .rmSubscription.rmBase__body {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.new-newsletter-panel #rmOrganism .rmSubscription .rmBase__content {
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  margin: 0;
  overflow: auto;
}
.new-newsletter-panel #rmOrganism .rmSubscription .rmBase__container {
  padding: 2em 1em;
}
.new-newsletter-panel #rmOrganism .rmSubscription .rmBase__el .rmBase__compLabel {
  display: block;
  line-height: 1.25;
  margin: 0 0 0.25em;
  max-width: 99%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}
.new-newsletter-panel #rmOrganism .rmSubscription .rmBase__el.rmBase__el--label-pos-none .rmBase__compLabel.rmBase__compLabel--hideable {
  display: none;
}
.new-newsletter-panel #rmOrganism .rmSubscription .rmBase__el.rmBase__el--cta {
  display: flex;
  flex-direction: column;
}
.new-newsletter-panel #rmOrganism .rmSubscription .rmBase__section:last-child .rmBase__el:last-child {
  margin-bottom: 0;
}
.new-newsletter-panel .rmBody.rmBody--subscription.rmBody--popup {
  background: #e9edf2;
}
.new-newsletter-panel .rmBody.rmBody--subscription.rmBody--embed #rmOrganism .rmBase {
  margin: 0 auto;
}
.new-newsletter-panel #rmOrganism .rmPage {
  font-size: 16px;
}
.new-newsletter-panel #rmOrganism .rmPage .rmBase__container {
  margin: 0 auto;
  max-width: 44em;
  padding: 2em 1em;
}
@media screen and (min-width: 768px) {
  .new-newsletter-panel #rmOrganism .rmPage .rmBase__container {
    padding: 2em;
  }
}
.new-newsletter-panel #rmOrganism .rmPage .rmBase__comp--heading {
  font-size: 2em;
  line-height: 1.25;
}
.new-newsletter-panel #rmOrganism .rmPage .rmBase__compLabel {
  display: block;
  line-height: 1.25;
  margin: 0 0 0.25em;
  max-width: 99%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}
.new-newsletter-panel #rmOrganism .rmPage .rmBase__el {
  font-size: 1em;
  line-height: 1.4;
  margin-bottom: 1em;
}
.new-newsletter-panel #rmOrganism .rmPage .rmBase__el--logo {
  margin: 0 0 3em;
}
.new-newsletter-panel #rmOrganism .rmPage .rmBase__el--coupon,
.new-newsletter-panel #rmOrganism .rmPage .rmBase__el--cta,
.new-newsletter-panel #rmOrganism .rmPage .rmBase__el--unsubscribe-reason {
  margin: 3em 0;
}
.new-newsletter-panel #rmOrganism .rmPage .rmBase__el--coupon .rmBase__compLabel,
.new-newsletter-panel #rmOrganism .rmPage .rmBase__el--unsubscribe-reason .rmBase__compLabel {
  margin: 0 0 0.5em;
  max-width: 100%;
  overflow: visible;
  text-overflow: unset;
  white-space: normal;
}
.new-newsletter-panel #rmOrganism .rmPage .rmBase__el--unsubscribe-reason {
  text-align: left;
}
.new-newsletter-panel #rmOrganism .rmPage .rmBase__el--legal-notice {
  margin-top: 3rem;
  text-lign: left;
}
.new-newsletter-panel #rmOrganism .rmPage .rmBase__section:last-child .rmBase__el:last-child {
  margin-bottom: 0;
}
.new-newsletter-panel #rmOrganism .rmLayout--page-centered .rmPage .rmBase__container,
.new-newsletter-panel #rmOrganism .rmLayout--page-centered .rmPage .rmBase__container .rmBase__el--legal-notice {
  text-align: center;
}
.new-newsletter-panel #rmOrganism .rmLayout--legacy .rmBase__el .comp__input,
.new-newsletter-panel #rmOrganism .rmLayout--legacy .rmBase__el .comp__select {
  border-radius: 0;
  height: 2em;
  padding: 0.25em 0.5em;
}
@media screen and (min-width: 360px) {
  .new-newsletter-panel #rmOrganism .rmLayout--legacy .rmSubscription .rmBase__el.rmBase__el--label-pos-left {
    display: flex;
  }
  .new-newsletter-panel #rmOrganism .rmLayout--legacy .rmSubscription .rmBase__el.rmBase__el--label-pos-left .rmBase__compLabel {
    flex-basis: 140px;
    flex-shrink: 0;
    hyphens: auto;
    margin: 0;
    max-width: 140px;
    padding: 0.375em 0.5em 0 0;
  }
  .new-newsletter-panel #rmOrganism .rmLayout--legacy .rmSubscription .rmBase__el.rmBase__el--label-pos-left .rmBase__compContainer {
    flex-grow: 1;
  }
}
.new-newsletter-panel #rmOrganism .rmLayout--legacy.rmBase {
  display: flex;
  flex-direction: column;
  max-width: 400px;
}
.new-newsletter-panel #rmOrganism .rmLayout--legacy.rmBase .rmBase__container {
  padding: 10px;
}
.new-newsletter-panel .rmBody.rmBody--subscription.rmBody--legacy {
  background: transparent;
}
.new-newsletter-panel .rmBody.rmBody--subscription.rmBody--legacy.rmBody--embed #rmOrganism .rmBase {
  margin: 0 auto 0 0;
}
.new-newsletter-panel {
  background-color: #f8f9fa;
  padding-top: 100px;
  padding-bottom: 100px;
}
.new-newsletter-panel #rmOrganism .rmBase .rmBase__body.rmSubscription form::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 767px) {
  .new-newsletter-panel {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.new-newsletter-panel #rmOrganism .rmLayout--vertical.rmBase {
  max-width: 650px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.new-newsletter-panel #rmOrganism .rmLayout--vertical.rmBase .rmBase__container {
  padding: 0 !important;
}
.new-newsletter-panel #rmOrganism .rmSubscription .rmBase__comp--heading {
  text-align: left;
  font-size: 40px !important;
  line-height: 48px !important;
  font-family: "UniversNextBold-Cn" !important;
  font-weight: 300 !important;
}
@media only screen and (max-width: 767px) {
  .new-newsletter-panel #rmOrganism .rmSubscription .rmBase__comp--heading {
    font-size: 26px !important;
    line-height: 32px !important;
  }
}
.new-newsletter-panel #rmOrganism .rmSubscription .rmBase__comp--text {
  font-size: 18px !important;
  line-height: 30px !important;
  font-family: 'UniversNextLight' !important;
  font-weight: 300 !important;
  color: #000 !important;
  text-align: left;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .new-newsletter-panel #rmOrganism .rmSubscription .rmBase__comp--text {
    font-size: 15px !important;
    line-height: 21px !important;
  }
}
.new-newsletter-panel #rmOrganism .rmSubscription .rmBase__el--text {
  margin-bottom: 16px;
}
.new-newsletter-panel #rmOrganism .rmSubscription .rmBase__el .rmBase__compLabel {
  display: none;
}
.new-newsletter-panel .rmBase__comp--privacy {
  display: flex;
  align-items: center;
}
.new-newsletter-panel #rmOrganism .rmSubscription .rmBase__el.rmBase__el--cta {
  margin-bottom: 35px;
}
.new-newsletter-panel #rmOrganism .rmSubscription .rmBase__comp--cta {
  color: white;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-family: 'UniversNextBold';
  font-weight: 300;
  width: 100%;
  outline: 0;
  appearance: none;
  border: 0;
  background-color: #2574C3;
  padding: 15px 20px;
}
.new-newsletter-panel #rmOrganism .rmBase__el.rmBase__el--has-error .rmBase__compError {
  display: block;
  text-align: center;
  font-family: 'UniversNextLight' !important;
  font-weight: 300 !important;
  font-size: 14px;
  margin-top: 24px;
  background: #FF5959;
}
.new-newsletter-panel select {
  appearance: none;
  background-image: url(../png/select-arrow.png) !important;
  background-size: 14px 9px !important;
  background-repeat: no-repeat !important;
  background-position: 98% 50% !important;
}
body.page-type-eve-page-product-overview {
  /* ==========================================================================
   Hero Panels
============================================================================= */
  /* ==========================================================================
   Products list
============================================================================= */
  /* ==========================================================================
   updates
============================================================================= */
  /*#MyCustomTrustbadge2{
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
}*/
}
body.page-type-eve-page-product-overview .hero-panel {
  position: relative;
  padding-top: 170px;
}
body.page-type-eve-page-product-overview .main-offer-wrapper,
body.page-type-eve-page-product-overview .second-offer-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: auto;
}
body.page-type-eve-page-product-overview .main-offer-wrapper .buy-button-no-bundle,
body.page-type-eve-page-product-overview .second-offer-wrapper .buy-button-no-bundle,
body.page-type-eve-page-product-overview .main-offer-wrapper .buy-now-button-wrap a,
body.page-type-eve-page-product-overview .second-offer-wrapper .buy-now-button-wrap a {
  color: white;
}
body.page-type-eve-page-product-overview .main-offer-wrapper .price,
body.page-type-eve-page-product-overview .second-offer-wrapper .price {
  display: flex;
  align-items: center;
}
body.page-type-eve-page-product-overview .main-offer-wrapper .price a,
body.page-type-eve-page-product-overview .second-offer-wrapper .price a {
  display: block;
  color: white;
}
@media only screen and (min-width: 1024px) {
  body.page-type-eve-page-product-overview .main-offer-wrapper .price.mobile,
  body.page-type-eve-page-product-overview .second-offer-wrapper .price.mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 1023px) {
  body.page-type-eve-page-product-overview .main-offer-wrapper .price.mobile,
  body.page-type-eve-page-product-overview .second-offer-wrapper .price.mobile {
    display: flex !important;
    margin-top: 15px;
  }
}
body.page-type-eve-page-product-overview .buy-now-button {
  display: inline-block;
  font-size: 19px;
  line-height: 50px;
  font-family: "UniversNextBold";
  color: white;
  background-color: #2574C3;
}
body.page-type-eve-page-product-overview .buy-now-button a {
  display: block;
  padding: 0 20px;
  font-size: 20px;
}
body.page-type-eve-page-product-overview .buy-now-button a:focus {
  outline: none;
}
body.page-type-eve-page-product-overview .buy-now-button:focus {
  outline: none;
}
body.page-type-eve-page-product-overview .main-offer-wrapper {
  display: none;
  margin-bottom: 8px;
  height: 628px;
}
body.page-type-eve-page-product-overview .main-offer-wrapper .left-wrap {
  float: left;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body.page-type-eve-page-product-overview .main-offer-wrapper .left-wrap.desktop {
  width: 56.67%;
}
body.page-type-eve-page-product-overview .main-offer-wrapper .left-wrap.mobile {
  width: 100%;
}
body.page-type-eve-page-product-overview .main-offer-wrapper .banner-text {
  position: absolute;
  top: 0;
  left: 0;
  margin: 30px;
  font-size: 16px;
  line-height: 40px;
  font-family: "UniversNextLight";
  background-color: #91B9DE;
  color: white;
  padding: 0 15px;
}
body.page-type-eve-page-product-overview .main-offer-wrapper .right-wrap {
  position: relative;
  width: 43.33%;
  float: right;
  height: 100%;
}
body.page-type-eve-page-product-overview .main-offer-wrapper .product-details {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  color: #3A424A;
}
body.page-type-eve-page-product-overview .main-offer-wrapper .offer-text {
  width: max-content;
  font-size: 16px;
  font-family: "UniversNextLight";
  padding-bottom: 4px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(58, 66, 74, 0.5);
}
body.page-type-eve-page-product-overview .main-offer-wrapper .product-text {
  font-size: 24px;
  line-height: 30px;
  font-family: "UniversNextLight";
}
body.page-type-eve-page-product-overview .main-offer-wrapper .product-description {
  font-size: 16px;
  line-height: 25px;
  font-family: "UniversNextLight";
  margin: 22px 0;
  max-width: 425px;
}
body.page-type-eve-page-product-overview .main-offer-wrapper .price-current,
body.page-type-eve-page-product-overview .main-offer-wrapper .price-offer {
  display: inline-block;
  font-size: 22px;
  line-height: 26px;
  font-family: "UniversNextLight";
}
body.page-type-eve-page-product-overview .main-offer-wrapper .price-current {
  margin-right: 18px;
  text-decoration: line-through;
}
body.page-type-eve-page-product-overview .main-offer-wrapper .price-offer {
  margin-right: 28px;
}
body.page-type-eve-page-product-overview .main-offer-wrapper .price .loading-icon {
  display: block;
  opacity: 1;
  background-image: url("../gif/loading.gif");
  background-size: cover;
  width: 30px;
  height: 30px;
}
body.page-type-eve-page-product-overview .main-offer-wrapper .terms {
  font-size: 12px;
  line-height: 18px;
  font-family: "UniversNextLight";
  margin-top: 40px;
  max-width: 425px;
}
body.page-type-eve-page-product-overview .main-offer-wrapper .terms a {
  color: #2574C3;
}
body.page-type-eve-page-product-overview .second-offer-wrapper {
  height: 540px;
}
body.page-type-eve-page-product-overview .second-offer-wrapper .country-specific-panel {
  display: none;
}
body.page-type-eve-page-product-overview .second-offer-wrapper .parent-country-specific-panel,
body.page-type-eve-page-product-overview .second-offer-wrapper .views-element-container,
body.page-type-eve-page-product-overview .second-offer-wrapper .view-wrap,
body.page-type-eve-page-product-overview .second-offer-wrapper .country-specific-panel {
  height: 100%;
}
body.page-type-eve-page-product-overview .second-offer-wrapper .left-ele {
  margin-right: 10px;
  width: calc(71% - 5px);
  float: left;
}
@media only screen and (max-width: 1023px) {
  body.page-type-eve-page-product-overview .second-offer-wrapper .left-ele {
    width: 100%;
  }
}
body.page-type-eve-page-product-overview .second-offer-wrapper .right-ele {
  width: calc(29% - 5px);
  float: right;
}
@media only screen and (max-width: 1023px) {
  body.page-type-eve-page-product-overview .second-offer-wrapper .right-ele {
    width: 100%;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 1023px) {
  body.page-type-eve-page-product-overview .second-offer-wrapper .left-ele,
  body.page-type-eve-page-product-overview .second-offer-wrapper .right-ele {
    float: unset;
  }
}
body.page-type-eve-page-product-overview .second-offer-wrapper .left-wrap {
  position: relative;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body.page-type-eve-page-product-overview .second-offer-wrapper .left-wrap .img-text {
  position: absolute;
  top: 0;
  left: 0;
  margin: 30px;
  width: 420px;
  font-size: 24px;
  font-family: "UniversNextLight";
  color: white;
  z-index: 2;
}
body.page-type-eve-page-product-overview .second-offer-wrapper .left-wrap .gradient {
  background: -moz-linear-gradient(-45deg, #000000 0%, rgba(0, 0, 0, 0.25) 35%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0) 100%);
  /* ff3.6-15 */
  background: -webkit-linear-gradient(-45deg, #000000 0%, rgba(0, 0, 0, 0.25) 35%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0) 100%);
  /* chrome10-25,safari5.1-6 */
  background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.25) 35%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0) 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);
  /* ie6-9 */
}
body.page-type-eve-page-product-overview .second-offer-wrapper .left-wrap .shop-button {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 30px;
  margin-bottom: 30px;
  z-index: 1;
}
body.page-type-eve-page-product-overview .second-offer-wrapper .right-wrap {
  position: relative;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f7f8fa;
}
body.page-type-eve-page-product-overview .second-offer-wrapper .right-wrap .text-wrap {
  font-size: 24px;
  padding: 30px;
  font-family: "UniversNextLight";
}
body.page-type-eve-page-product-overview .second-offer-wrapper .right-wrap .img-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.page-type-eve-page-product-overview .second-offer-wrapper .right-wrap .shop-button {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) and (max-width: 1100px) {
  body.page-type-eve-page-product-overview .main-offer-wrapper .right-wrap .product-details {
    width: 80%;
  }
  body.page-type-eve-page-product-overview .main-offer-wrapper .right-wrap .product-details .terms {
    width: 100%;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  body.page-type-eve-page-product-overview .hero-panel {
    padding-top: 160px;
  }
  body.page-type-eve-page-product-overview .main-offer-wrapper .buy-now-button,
  body.page-type-eve-page-product-overview .second-offer-wrapper .buy-now-button,
  body.page-type-eve-page-product-overview .main-offer-wrapper .buy-button-no-bundle,
  body.page-type-eve-page-product-overview .second-offer-wrapper .buy-button-no-bundle {
    font-size: 15px;
    line-height: 40px;
    height: 40px;
  }
  body.page-type-eve-page-product-overview .main-offer-wrapper .buy-now-button.desktop,
  body.page-type-eve-page-product-overview .second-offer-wrapper .buy-now-button.desktop,
  body.page-type-eve-page-product-overview .main-offer-wrapper .buy-button-no-bundle.desktop,
  body.page-type-eve-page-product-overview .second-offer-wrapper .buy-button-no-bundle.desktop {
    display: none;
  }
  body.page-type-eve-page-product-overview .main-offer-wrapper .buy-now-button.mobile,
  body.page-type-eve-page-product-overview .second-offer-wrapper .buy-now-button.mobile,
  body.page-type-eve-page-product-overview .main-offer-wrapper .buy-button-no-bundle.mobile,
  body.page-type-eve-page-product-overview .second-offer-wrapper .buy-button-no-bundle.mobile {
    display: block;
  }
  body.page-type-eve-page-product-overview .main-offer-wrapper .buy-now-button a,
  body.page-type-eve-page-product-overview .second-offer-wrapper .buy-now-button a,
  body.page-type-eve-page-product-overview .main-offer-wrapper .buy-button-no-bundle a,
  body.page-type-eve-page-product-overview .second-offer-wrapper .buy-button-no-bundle a {
    padding: 1px 15px;
    font-size: 16px;
  }
  body.page-type-eve-page-product-overview .main-offer-wrapper .buy-button-no-bundle,
  body.page-type-eve-page-product-overview .second-offer-wrapper .buy-button-no-bundle {
    padding: 0 15px;
    font-size: 16px;
  }
  body.page-type-eve-page-product-overview .main-offer-wrapper {
    margin-bottom: 5px;
    height: calc(100vh - 170px);
  }
  body.page-type-eve-page-product-overview .main-offer-wrapper .left-wrap .banner-text {
    font-size: 12px;
    line-height: 30px;
    margin: 15px;
  }
  body.page-type-eve-page-product-overview .main-offer-wrapper .left-wrap.desktop {
    display: none;
  }
  body.page-type-eve-page-product-overview .main-offer-wrapper .left-wrap.mobile {
    display: block;
  }
  body.page-type-eve-page-product-overview .main-offer-wrapper .right-wrap {
    width: 100%;
    float: unset;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.1s linear;
  }
  body.page-type-eve-page-product-overview .main-offer-wrapper .right-wrap.show {
    background-color: rgba(0, 0, 0, 0.5);
    transition: background-color 0.1s linear;
  }
  body.page-type-eve-page-product-overview .main-offer-wrapper .right-wrap.show .product-details {
    transition: color 0.1s linear;
  }
  body.page-type-eve-page-product-overview .main-offer-wrapper .product-details {
    transition: color 0.1s linear;
    bottom: 25px;
    top: unset;
    left: 0;
    right: 0;
    transform: unset;
    width: 100%;
    padding: 0 15px;
    color: white;
  }
  body.page-type-eve-page-product-overview .main-offer-wrapper .product-details .terms.desktop {
    display: none;
  }
  body.page-type-eve-page-product-overview .main-offer-wrapper .product-text {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
    font-weight: 300;
  }
  body.page-type-eve-page-product-overview .main-offer-wrapper .product-description.desktop {
    display: none;
  }
  body.page-type-eve-page-product-overview .main-offer-wrapper .product-description.mobile {
    display: block;
  }
  body.page-type-eve-page-product-overview .main-offer-wrapper .price.desktop {
    display: none;
  }
  body.page-type-eve-page-product-overview .main-offer-wrapper .price.mobile {
    display: block;
  }
  body.page-type-eve-page-product-overview .main-offer-wrapper .price-current,
  body.page-type-eve-page-product-overview .main-offer-wrapper .price-offer {
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
  }
  body.page-type-eve-page-product-overview .main-offer-wrapper .price-current {
    margin-right: 7px;
    text-decoration-color: white;
  }
  body.page-type-eve-page-product-overview .main-offer-wrapper .price .show-more,
  body.page-type-eve-page-product-overview .main-offer-wrapper .price .show-less {
    display: inline-block;
    color: white;
    font-size: 15px;
    margin-left: 15px;
    line-height: 40px;
  }
  body.page-type-eve-page-product-overview .main-offer-wrapper .price .show-more:focus,
  body.page-type-eve-page-product-overview .main-offer-wrapper .price .show-less:focus {
    outline: none;
  }
  body.page-type-eve-page-product-overview .main-offer-wrapper .description {
    display: none;
  }
  body.page-type-eve-page-product-overview .main-offer-wrapper .product-description-mobile {
    margin-top: 10px;
    font-family: "UniversNextLight";
    font-size: 12px;
    line-height: 16px;
  }
  body.page-type-eve-page-product-overview .main-offer-wrapper .terms-mobile {
    margin-top: 10px;
    width: 95%;
    font-size: 9px;
    line-height: 12px;
    font-family: "UniversNextLight";
  }
  body.page-type-eve-page-product-overview .main-offer-wrapper .terms-mobile a {
    color: #2574C3;
  }
  body.page-type-eve-page-product-overview .second-offer-wrapper .right-ele,
  body.page-type-eve-page-product-overview .second-offer-wrapper .left-ele {
    height: calc(50% - 5px);
  }
  body.page-type-eve-page-product-overview .second-offer-wrapper .left-wrap .img-text {
    font-size: 18px;
    padding: 15px;
    width: 100%;
    margin: 0;
  }
  body.page-type-eve-page-product-overview .second-offer-wrapper .left-wrap.desktop {
    display: none;
  }
  body.page-type-eve-page-product-overview .second-offer-wrapper .left-wrap.mobile {
    display: block;
  }
  body.page-type-eve-page-product-overview .second-offer-wrapper .left-wrap .gradient {
    background: -moz-linear-gradient(-45deg, #000000 0%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0) 100%);
    /* ff3.6-15 */
    background: -webkit-linear-gradient(-45deg, #000000 0%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0) 100%);
    /* chrome10-25,safari5.1-6 */
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0) 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);
    /* ie6-9 */
  }
  body.page-type-eve-page-product-overview .second-offer-wrapper .left-wrap .shop-button {
    left: 0;
    margin-left: 15px;
    margin-bottom: 25px;
  }
  body.page-type-eve-page-product-overview .second-offer-wrapper .right-wrap .text-wrap {
    font-size: 18px;
    padding: 0;
    padding: 15px;
  }
  body.page-type-eve-page-product-overview .second-offer-wrapper .right-wrap .shop-button {
    margin-left: 15px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  body.page-type-eve-page-product-overview .hero-panel {
    padding-top: 150px;
  }
}
body.page-type-eve-page-product-overview .country-specific-panel.node-7012 .gradient,
body.page-type-eve-page-product-overview .country-specific-panel.node-7013 .gradient {
  display: none;
}
body.page-type-eve-page-product-overview .filter {
  display: block;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
  overflow: hidden;
}
body.page-type-eve-page-product-overview .filter .arrow-btn {
  display: none;
  position: absolute;
  top: 50%;
  width: 14px;
  z-index: 10;
  transform: translate(0, -50%);
  cursor: pointer;
}
body.page-type-eve-page-product-overview .filter .arrow-btn.arrow-btn-left {
  left: 0;
}
body.page-type-eve-page-product-overview .filter .arrow-btn.arrow-btn-right {
  right: 0;
}
body.page-type-eve-page-product-overview .filter.overflowing {
  position: relative;
  height: 62px;
  width: 100%;
}
body.page-type-eve-page-product-overview .filter.overflowing .filter-wrap {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  transform: translate(0, 0);
  transition: 0.3s ease-out;
}
body.page-type-eve-page-product-overview .filter.overflowing .arrow-btn {
  display: block;
}
body.page-type-eve-page-product-overview .filter .filter-wrap {
  display: inline-flex;
}
body.page-type-eve-page-product-overview .filter.mobile {
  display: none;
}
body.page-type-eve-page-product-overview .filter-wrap {
  margin: auto;
}
body.page-type-eve-page-product-overview .filter-item {
  display: block;
  min-width: 158px;
  padding-left: 30px;
  padding-right: 30px;
  border: 1px solid #F5F5F5;
  border-left: 0;
  cursor: pointer;
  white-space: nowrap;
}
body.page-type-eve-page-product-overview .filter-item:nth-child(1) {
  border-left: 1px solid #F5F5F5;
}
body.page-type-eve-page-product-overview .filter-item p {
  font-size: 12px;
  font-family: "UniversNextLight";
  line-height: 60px;
  width: fit-content;
  margin: auto;
  color: #3A424A;
  text-transform: uppercase;
  letter-spacing: 2px;
}
body.page-type-eve-page-product-overview .filter-item.selected {
  background-color: #F5F5F5;
}
body.page-type-eve-page-product-overview .filter-mobile {
  display: none;
}
body.page-type-eve-page-product-overview .product-overview-shop-panel .title-text-wrap p {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  body.page-type-eve-page-product-overview .product-overview-shop-panel {
    padding-top: 20px;
  }
  body.page-type-eve-page-product-overview .filter {
    display: none;
  }
  body.page-type-eve-page-product-overview .filter-mobile {
    display: block;
    position: relative;
    margin-top: 25px;
    font-family: "UniversNextLight";
    border: 1px solid #E4E4E4;
    background-color: white;
  }
  body.page-type-eve-page-product-overview .filter-mobile .title {
    font-size: 13px;
    line-height: 35px;
    padding: 0 20px;
    color: #3A424A;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  body.page-type-eve-page-product-overview .filter-mobile .dropdown-arrow {
    position: absolute;
    width: 7px;
    right: 20px;
    top: 16px;
    transition: transform 0.1s linear;
  }
  body.page-type-eve-page-product-overview .filter-mobile .dropdown-arrow.open {
    transition: transform 0.1s linear;
    transform: rotate(-180deg);
  }
  body.page-type-eve-page-product-overview .filter-options {
    display: none;
    position: absolute;
    left: -1px;
    right: -1px;
    z-index: 9;
    background-color: white;
    padding: 5px 20px;
    border: 1px solid #E4E4E4;
    border-top: 0;
  }
  body.page-type-eve-page-product-overview .filter-options .item {
    font-size: 13px;
    line-height: 40px;
    text-transform: uppercase;
    color: #3A424A;
    margin-bottom: 2px;
    letter-spacing: 1px;
  }
  body.page-type-eve-page-product-overview .filter-options .item.selected {
    color: #E4E4E4;
  }
}
body.page-type-eve-page-product-overview #main-nav .main-menu .menu-category {
  display: none !important;
}
body.page-type-eve-page-product-overview .store-filter-bar {
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  background-color: #3B444E;
  z-index: 100;
}
@media only screen and (max-width: 1023px) {
  body.page-type-eve-page-product-overview .store-filter-bar {
    top: 90px;
  }
}
body.page-type-eve-page-product-overview .store-filter-bar.fixed {
  position: fixed;
  top: 0 !important;
}
body.page-type-eve-page-product-overview .store-filter-bar .arrow-bg {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50px;
  background-color: #3B444E;
}
body.page-type-eve-page-product-overview .store-filter-bar .arrow-bg.arrow-left-bg {
  left: 0;
}
body.page-type-eve-page-product-overview .store-filter-bar .arrow-bg.arrow-right-bg {
  right: 0;
}
body.page-type-eve-page-product-overview .store-filter-bar .filter {
  margin: 0;
}
body.page-type-eve-page-product-overview .store-filter-bar .filter.overflowing {
  height: 70px;
}
body.page-type-eve-page-product-overview .store-filter-bar .filter.overflowing .arrow-bg {
  display: block;
}
body.page-type-eve-page-product-overview .store-filter-bar .filter.overflowing .filter-wrap {
  z-index: 5;
}
body.page-type-eve-page-product-overview .store-filter-bar .filter.overflowing .arrow-bg {
  z-index: 10;
}
body.page-type-eve-page-product-overview .store-filter-bar .filter.overflowing .arrow-btn {
  z-index: 15;
}
body.page-type-eve-page-product-overview .store-filter-bar .filter .filter-item {
  border: 0;
  position: relative;
  display: flex;
  align-items: center;
  height: 70px;
}
body.page-type-eve-page-product-overview .store-filter-bar .filter .filter-item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  height: 20px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
body.page-type-eve-page-product-overview .store-filter-bar .filter .filter-item:last-of-type:after {
  content: none;
}
body.page-type-eve-page-product-overview .store-filter-bar .filter .filter-item p {
  color: white;
  font-size: 16px;
  letter-spacing: 1.2px;
  font-family: 'UniversNextBold-Cn';
  font-weight: 300;
  line-height: 1;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 3px solid transparent;
  transition: 0.2s ease-out;
}
body.page-type-eve-page-product-overview .store-filter-bar .filter .filter-item.selected {
  background-color: transparent;
}
body.page-type-eve-page-product-overview .store-filter-bar .filter .filter-item.selected p {
  border-bottom: 3px solid white;
}
body.page-type-eve-page-product-overview .store-filter-bar .filter .arrow-btn {
  width: 12px;
}
body.page-type-eve-page-product-overview .store-filter-bar .filter .arrow-btn.arrow-btn-left {
  left: 20px;
}
body.page-type-eve-page-product-overview .store-filter-bar .filter .arrow-btn.arrow-btn-right {
  right: 20px;
}
body.page-type-eve-page-product-overview .store-filter-bar .filter-mobile {
  border: 0;
  margin: 0;
  background: transparent;
}
body.page-type-eve-page-product-overview .store-filter-bar .filter-mobile .title {
  color: white;
  font-size: 16px;
  letter-spacing: 0.9px;
  font-family: 'UniversNextBold-Cn';
  font-weight: 300;
  line-height: 60px;
  padding-left: 25px;
}
body.page-type-eve-page-product-overview .store-filter-bar .filter-mobile .dropdown-arrow {
  width: 16px;
  pointer-events: none;
  top: 26px;
}
body.page-type-eve-page-product-overview .store-filter-bar .filter-mobile .filter-options {
  background-color: #3B444E;
  padding-left: 25px;
}
body.page-type-eve-page-product-overview .store-filter-bar .filter-mobile .filter-options .item {
  color: white;
}
body.page-type-eve-page-product-overview .store-filter-bar .filter-mobile .filter-options .item.selected {
  opacity: 0.5;
}
body.page-type-eve-page-product-overview #MyCustomTrustbadge {
  display: none;
}
body.current-country-au.page-type-eve-page-product-overview .main-offer-wrapper.panel-au,
body.current-country-au.page-type-eve-page-product-overview .second-offer-wrapper .country-specific-panel.panel-au,
body.current-country-at.page-type-eve-page-product-overview .main-offer-wrapper.panel-at,
body.current-country-at.page-type-eve-page-product-overview .second-offer-wrapper .country-specific-panel.panel-at,
body.current-country-br.page-type-eve-page-product-overview .main-offer-wrapper.panel-br,
body.current-country-br.page-type-eve-page-product-overview .second-offer-wrapper .country-specific-panel.panel-br,
body.current-country-ca.page-type-eve-page-product-overview .main-offer-wrapper.panel-ca,
body.current-country-ca.page-type-eve-page-product-overview .second-offer-wrapper .country-specific-panel.panel-ca,
body.current-country-cz.page-type-eve-page-product-overview .main-offer-wrapper.panel-cz,
body.current-country-cz.page-type-eve-page-product-overview .second-offer-wrapper .country-specific-panel.panel-cz,
body.current-country-dk.page-type-eve-page-product-overview .main-offer-wrapper.panel-dk,
body.current-country-dk.page-type-eve-page-product-overview .second-offer-wrapper .country-specific-panel.panel-dk,
body.current-country-de.page-type-eve-page-product-overview .main-offer-wrapper.panel-de,
body.current-country-de.page-type-eve-page-product-overview .second-offer-wrapper .country-specific-panel.panel-de,
body.current-country-fi.page-type-eve-page-product-overview .main-offer-wrapper.panel-fi,
body.current-country-fi.page-type-eve-page-product-overview .second-offer-wrapper .country-specific-panel.panel-fi,
body.current-country-fr.page-type-eve-page-product-overview .main-offer-wrapper.panel-fr,
body.current-country-fr.page-type-eve-page-product-overview .second-offer-wrapper .country-specific-panel.panel-fr,
body.current-country-gr.page-type-eve-page-product-overview .main-offer-wrapper.panel-gr,
body.current-country-gr.page-type-eve-page-product-overview .second-offer-wrapper .country-specific-panel.panel-gr,
body.current-country-ie.page-type-eve-page-product-overview .main-offer-wrapper.panel-ie,
body.current-country-ie.page-type-eve-page-product-overview .second-offer-wrapper .country-specific-panel.panel-ie,
body.current-country-it.page-type-eve-page-product-overview .main-offer-wrapper.panel-it,
body.current-country-it.page-type-eve-page-product-overview .second-offer-wrapper .country-specific-panel.panel-it,
body.current-country-lu.page-type-eve-page-product-overview .main-offer-wrapper.panel-lu,
body.current-country-lu.page-type-eve-page-product-overview .second-offer-wrapper .country-specific-panel.panel-lu,
body.current-country-mx.page-type-eve-page-product-overview .main-offer-wrapper.panel-mx,
body.current-country-mx.page-type-eve-page-product-overview .second-offer-wrapper .country-specific-panel.panel-mx,
body.current-country-nl.page-type-eve-page-product-overview .main-offer-wrapper.panel-nl,
body.current-country-nl.page-type-eve-page-product-overview .second-offer-wrapper .country-specific-panel.panel-nl,
body.current-country-no.page-type-eve-page-product-overview .main-offer-wrapper.panel-no,
body.current-country-no.page-type-eve-page-product-overview .second-offer-wrapper .country-specific-panel.panel-no,
body.current-country-pl.page-type-eve-page-product-overview .main-offer-wrapper.panel-pl,
body.current-country-pl.page-type-eve-page-product-overview .second-offer-wrapper .country-specific-panel.panel-pl,
body.current-country-pt.page-type-eve-page-product-overview .main-offer-wrapper.panel-pt,
body.current-country-pt.page-type-eve-page-product-overview .second-offer-wrapper .country-specific-panel.panel-pt,
body.current-country-se.page-type-eve-page-product-overview .main-offer-wrapper.panel-se,
body.current-country-se.page-type-eve-page-product-overview .second-offer-wrapper .country-specific-panel.panel-se,
body.current-country-ch.page-type-eve-page-product-overview .main-offer-wrapper.panel-ch,
body.current-country-ch.page-type-eve-page-product-overview .second-offer-wrapper .country-specific-panel.panel-ch,
body.current-country-es.page-type-eve-page-product-overview .main-offer-wrapper.panel-es,
body.current-country-es.page-type-eve-page-product-overview .second-offer-wrapper .country-specific-panel.panel-es,
body.current-country-us.page-type-eve-page-product-overview .main-offer-wrapper.panel-us,
body.current-country-us.page-type-eve-page-product-overview .second-offer-wrapper .country-specific-panel.panel-us,
body.current-country-gb.page-type-eve-page-product-overview .main-offer-wrapper.panel-gb,
body.current-country-gb.page-type-eve-page-product-overview .second-offer-wrapper .country-specific-panel.panel-gb {
  display: block;
}
html:lang(en) body.page-node-1457 .panel-hero-apple-landing,
html:lang(fr) body.page-node-1457 .panel-hero-apple-landing {
  display: none !important;
}
/* ==========================================================================
   panel general
   ========================================================================== */
.panelPadding {
  padding-top: 80px;
  padding-bottom: 80px;
}
.inner-panel {
  overflow: hidden;
}
.half-image-text-logo-panel .btn {
  display: inline-block;
  color: white;
  margin-top: 20px;
}
.half-image-text-logo-panel .body-text ul {
  padding-left: 20px;
}
.half-image-text-logo-panel .body-text ul li {
  list-style-type: disc;
}
/* ==========================================================================
   header bar
   ========================================================================== */
.product-top-bar {
  height: 80px;
  background-color: #fbfbfb;
  border-bottom: 1px solid #dedfdf;
  padding: 15px 0;
  position: fixed;
  top: -80px;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
}
.product-top-bar.active {
  top: 0;
}
.product-top-bar.active.showLangChangeMsg {
  top: 76px;
}
.product-top-bar .col-2,
.product-top-bar .col-5 {
  height: 100%;
}
.product-top-bar .product-logo {
  padding-top: 7px;
}
.product-top-bar .product-logo img {
  height: 40px;
  width: auto;
}
.product-top-bar .social-icons {
  padding-top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.product-top-bar .social-icons > div {
  padding: 0 10px;
}
.product-top-bar .social-icons > div img {
  width: 40px;
}
.product-top-bar .price-button-wrapper {
  float: right;
}
.product-top-bar .recommended-price-title-wrapper {
  margin-right: 20px;
  float: left;
}
.product-top-bar .recommended-price-title-wrapper .recommended-price-title {
  font-size: 12px;
  font-family: "UniversNextLight";
}
.product-top-bar .recommended-price-title-wrapper .recommended-price-title + h3 {
  padding-top: 0;
}
.product-top-bar .recommended-price-title-wrapper h3 {
  padding-top: 5px;
}
.product-top-bar .btn {
  float: left;
  text-transform: none;
  color: #fff;
  min-width: 195px;
}
.product-top-bar.v21-top-bar {
  background-color: #38424B;
  border-bottom: none;
  height: 67px;
  color: white;
}
@media only screen and (max-width: 767px) {
  .product-top-bar.v21-top-bar {
    height: 64px;
  }
}
.product-top-bar.v21-top-bar .flex-wrap {
  display: flex;
  justify-content: flex-end;
}
.product-top-bar.v21-top-bar .v21-technical-details-wrapper {
  font-family: "UniversNextLight";
  display: flex;
  align-items: center;
  padding-right: 20px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .product-top-bar.v21-top-bar .v21-technical-details-wrapper.desktop {
    display: none;
  }
  .product-top-bar.v21-top-bar .v21-technical-details-wrapper.mobile {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .product-top-bar.v21-top-bar .v21-technical-details-wrapper.mobile {
    display: none;
  }
}
.product-top-bar.v21-top-bar .product-logo {
  padding: 0;
}
.product-top-bar.v21-top-bar .product-logo img {
  height: 34px;
}
@media only screen and (max-width: 767px) {
  .product-top-bar.v21-top-bar .product-logo img {
    height: 24px;
  }
}
.product-top-bar.v21-top-bar .price-button-wrapper {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .product-top-bar.v21-top-bar .price-button-wrapper {
    width: auto;
  }
}
.product-top-bar.v21-top-bar .btn {
  padding: 8px 18px;
  font-size: 16px;
  min-width: 129px;
}
.product-top-bar.v21-top-bar.v21-top-bar-technical.mobile {
  height: 42px;
  padding: 8px 0 16px 0;
}
.product-top-bar.v21-top-bar.v21-top-bar-technical.mobile .row {
  justify-content: center;
}
.product-top-bar.v21-top-bar.v21-top-bar-technical.mobile.active {
  top: 64px;
}
.product-top-bar.v21-top-bar.v21-top-bar-technical.mobile .arrow-wrap {
  width: 16px;
  height: 16px;
  transform: rotate(-90deg);
  margin-left: 6px;
}
@media only screen and (max-width: 767px) {
  .product-top-bar {
    padding: 12px 0;
    height: 64px;
  }
  .product-top-bar.active.showLangChangeMsg {
    top: 196px;
  }
  .product-top-bar .btn {
    float: right;
    min-width: 0;
    white-space: nowrap;
  }
  .product-top-bar .btn.not-available {
    display: none;
  }
  .product-top-bar .price-button-wrapper {
    width: 100%;
  }
  .product-top-bar .recommended-price-title-wrapper .recommended-price-title {
    font-size: 10px;
  }
  .product-top-bar .recommended-price-title-wrapper h3 {
    font-size: 24px;
    line-height: 28px;
    padding-top: 7px;
  }
  .product-top-bar .row {
    display: flex;
    align-self: center;
  }
  .product-top-bar .col-6 {
    width: 50%;
  }
  .product-top-bar .col-6:first-of-type {
    padding-right: 0px;
  }
  .product-top-bar .col-6:nth-of-type(2) {
    padding-left: 10px;
  }
  .product-top-bar .product-logo {
    padding-top: 0;
    line-height: 42px;
  }
  .product-top-bar .product-logo img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 40px;
    vertical-align: middle;
    display: inline-block;
  }
}
.product-top-bar {
  padding-left: calc(constant(safe-area-inset-left) / 2) !important;
  padding-left: calc(env(safe-area-inset-left) / 2) !important;
  padding-right: calc(constant(safe-area-inset-right) / 2) !important;
  padding-right: calc(env(safe-area-inset-right) / 2) !important;
}
/* ==========================================================================
   panels
   ========================================================================== */
.product-hero-panel {
  overflow: hidden;
}
.product-hero-panel.half-hero .bg-section {
  height: 50vh;
}
.product-hero-panel.hero-3-4 .bg-section {
  height: 75vh;
}
.product-hero-panel .title-under-button {
  font-size: 18px;
  margin-top: 20px;
  font-family: "UniversNextLight";
  font-weight: 300;
}
.product-hero-panel .bg-section {
  background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.27) 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.27)), color-stop(100%, rgba(0, 0, 0, 0.12)));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.27) 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.27) 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.27) 100%);
  /* ie10+ */
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.27) 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
  /* ie6-9 */
  color: white;
  height: calc(100vh - 80px);
  position: relative;
}
.product-hero-panel .bg-section .text-wrap {
  position: absolute;
  bottom: 80px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
}
.product-hero-panel .btn.flexible-buy-btn {
  display: none;
}
.product-hero-panel h1.product-name {
  font-family: "UniversNextBold-Cn";
  font-weight: 100;
}
.product-hero-panel .price-button-wrapper {
  margin-top: 30px;
}
.product-hero-panel .price-button-wrapper:after {
  clear: both;
  display: block;
  content: "";
}
.product-hero-panel .recommended-price-title-wrapper .recommended-price-title,
.product-hero-panel .recommended-price-title-wrapper .vat-text {
  font-size: 12px;
  font-family: "UniversNextLight";
}
.product-hero-panel .btn {
  text-transform: none;
  display: inline-block;
  min-width: 130px;
}
.product-hero-panel .usp-section {
  background-color: #fbfbfb;
  height: 70px;
}
.product-hero-panel .usp-section .innerWrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.product-hero-panel .usp-section .usp-item {
  display: flex;
  align-items: center;
  float: left;
  margin-right: 30px;
  width: calc(100% / 6 - 25px);
}
.product-hero-panel .usp-section .usp-item:last-child {
  margin-right: 0;
}
.product-hero-panel .usp-section .usp-item img {
  margin-right: 10px;
  width: 40px;
}
.product-hero-panel .usp-section .usp-item .usp-text {
  font-size: 14px;
}
.product-hero-panel .image-wrap {
  position: absolute;
  bottom: -55px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
}
.product-hero-panel .device-image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 300px;
}
.page-type-eve-page-flexible.eve-aqua .product-hero-panel .bg-section {
  background: none;
}
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  .page-type-eve-page-flexible.eve-aqua .product-hero-panel .bg-section .bg-image-helper {
    background-position: right 25% center;
  }
}
.btn.not-available {
  color: #8a9298;
  background-color: #d1d7de;
  pointer-events: none;
}
body.page-type-eve-page-product-overview .btn.not-available {
  color: white;
}
@media only screen and (min-width: 768px) {
  .product-hero-panel .price-button-wrapper .recommended-price-title-wrapper {
    margin-right: 20px;
  }
  .product-hero-panel .price-button-wrapper .btn {
    min-width: 195px;
  }
  .product-hero-panel .price-button-wrapper .recommended-price-title-wrapper,
  .product-hero-panel .price-button-wrapper .btn {
    float: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .product-hero-panel .text-wrap h1 {
    max-width: 60%;
  }
  .product-hero-panel .text-wrap h2 {
    max-width: 360px;
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 799px) {
  .product-hero-panel .device-image {
    right: -20px;
  }
}
@media only screen and (min-width: 1024px) {
  .product-hero-panel .text-wrap h2 {
    max-width: 600px;
  }
}
@media only screen and (min-width: 1100px) {
  .product-hero-panel .text-wrap h1 {
    max-width: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page-type-eve-page-flexible.eve-energy-strip .product-hero-panel .bg-image-helper {
    background-position: 16% center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .product-hero-panel .usp-section {
    height: auto;
  }
  .product-hero-panel .usp-section.has-device-img {
    padding-top: 55px;
  }
  .product-hero-panel .usp-section.six-items .usp-item {
    display: block;
    text-align: center;
    width: 33.333%;
    margin: 10px 0px;
  }
  .product-hero-panel .usp-section.six-items .usp-item img {
    margin: 0 auto;
    width: 50px;
  }
  .product-hero-panel .usp-section.six-items .usp-item .usp-text {
    max-width: calc(100% - 20px);
    margin: 0 auto;
    margin-top: 10px;
  }
  .product-hero-panel .usp-section.six-items .innerWrap {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .product-hero-panel .usp-section {
    height: auto;
  }
  .product-hero-panel .usp-section.has-device-img {
    padding-top: 55px;
  }
  .product-hero-panel .usp-section .usp-item {
    display: block;
    text-align: center;
    width: 33.333%;
    margin: 0px;
  }
  .product-hero-panel .usp-section .usp-item img {
    margin: 0 auto;
    width: 40px;
  }
  .product-hero-panel .usp-section .usp-item .usp-text {
    max-width: calc(100% - 20px);
    margin: 0 auto;
    margin-top: 10px;
  }
  .product-hero-panel .usp-section .innerWrap {
    flex-wrap: wrap;
  }
  .product-hero-panel .usp-section.six-items .usp-item {
    margin: 10px 0px;
  }
  .product-hero-panel .btn {
    margin-top: 15px;
  }
  .product-hero-panel .device-image {
    width: 180px;
    bottom: -30px;
  }
  .product-hero-panel .bg-section .text-wrap {
    bottom: 20px;
  }
  .product-hero-panel .recommended-price-title-wrapper .recommended-price-title {
    font-size: 10px;
    margin-bottom: 3px;
  }
  .product-hero-panel .recommended-price-title-wrapper h3 {
    font-size: 24px;
  }
  .product-hero-panel .image-wrap {
    bottom: -20px;
    padding-right: 20px;
  }
  .product-hero-panel h1.product-name {
    margin-bottom: 15px;
  }
  .product-hero-panel.titles-reversed h1.product-name {
    margin-top: 15px;
    margin-bottom: 0px;
  }
}
.page-node-3700 .bg-section {
  background: none;
}
@media only screen and (max-width: 374px) {
  .product-hero-panel .device-image {
    width: 140px;
    bottom: -25px;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .product-hero-panel .bg-section {
    height: calc(100vh - 30px);
    min-height: 320px;
  }
}
@media only screen and (max-height: 449px) and (orientation: landscape) {
  .product-hero-panel .bg-section {
    height: calc(100vh - 30px);
    min-height: 320px;
  }
  .product-hero-panel .bg-section h1 {
    font-size: 34px;
    line-height: 34px;
  }
}
/*
    Extra for product eve degree > do not show product image as it is already in the background
*/
.page-node-273 .product-hero-panel .text-wrap h2 {
  max-width: none;
}
.page-node-273 .product-hero-panel .device-image {
  display: none;
}
/*
    Extra for eve motion tablet
*/
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.eve-motion .product-hero-panel .bg-section .desktop .bg-image-helper {
    background-position: right center;
  }
}
body.page-node-2198 .product-hero-panel .bg-section {
  background: none;
}
body.page-node-2379 .product-hero-panel .bg-section {
  background: none;
}
.product-hero-panel .col-content {
  position: relative;
}
.product-hero-panel .col-content .hero-homekit {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 50px;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .product-hero-panel .col-content .hero-homekit {
    width: 130px;
    height: auto;
    position: relative;
    margin-top: 20px;
  }
}
.product-hero-panel .bg-section.no-filter {
  background: none !important;
}
@media only screen and (min-width: 768px) {
  .product-hero-panel.title-centered .bg-section .text-wrap {
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.panel-story-hero {
  color: white;
  position: relative;
  height: 100vh;
}
.panel-story-hero .gradient {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.27) 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.27)), color-stop(100%, rgba(0, 0, 0, 0.12)));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.27) 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.27) 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.27) 100%);
  /* ie10+ */
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.27) 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
  /* ie6-9 */
}
.panel-story-hero .bg-helper-wrap {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.panel-story-hero .bg-helper-wrap .bg-helper {
  width: 100%;
  height: 100%;
  position: relative;
}
.panel-story-hero .text-wrap {
  position: absolute;
  z-index: 2;
  bottom: 60px;
  width: 100%;
}
.panel-story-hero .product-name {
  margin-bottom: 15px;
}
.panel-story-hero .story-hero-headline {
  margin-bottom: 45px;
}
.panel-story-hero .read-more-button {
  cursor: pointer;
}
.panel-story-hero .read-more-button img {
  width: 24px;
  margin-right: 15px;
  display: inline-block;
}
.panel-story-hero .read-more-button .read-more-btn-text {
  font-size: 17px;
  font-family: "UniversNextBold-Cn";
  font-weight: 300;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .panel-story-hero .story-hero-headline {
    margin-bottom: 20px;
  }
  .panel-story-hero .text-wrap {
    bottom: 30px;
  }
}
.text-panel-with-image {
  text-align: center;
}
.text-panel-with-image.text-align-left {
  text-align: left;
}
.text-panel-with-image.text-align-left .col-2.desktop {
  display: none;
}
.text-panel-with-image.text-align-left .col-8 {
  width: 100%;
}
.text-panel-with-image .element-logos-wrap {
  margin-bottom: 15px;
}
.text-panel-with-image .element-logos-wrap.below-text {
  margin-bottom: 0;
  margin-top: 15px;
}
.text-panel-with-image .text {
  color: #38424B;
}
.text-panel-with-image.align-bottom .element-logos-wrap {
  align-items: baseline;
}
.text-panel-with-image.extra-spacing .element-logos-wrap .element-logo:not(:last-of-type) {
  margin-right: 35px;
}
@media only screen and (min-width: 1024px) {
  .text-panel-with-image .side-by-side-container {
    display: flex;
    align-items: center;
  }
  .text-panel-with-image .side-by-side-container .text-wrapper {
    margin: 0 auto;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .text-panel-with-image .side-by-side-container .text-wrapper {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .text-panel-with-image {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .text-panel-with-image.extra-spacing .element-logos-wrap .element-logo:not(:last-of-type) {
    margin-right: 10px;
  }
  .text-panel-with-image .side-by-side-container .text-wrapper {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .page-type-eve-page-home .text-panel-with-image {
    padding-bottom: 60px;
  }
}
.text-panel-with-headline {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.text-panel-with-headline .inner-title {
  margin-bottom: 15px;
}
.text-panel-with-headline.black {
  background-color: black;
}
.text-panel-with-headline.black .inner-title,
.text-panel-with-headline.black .body-text p {
  color: white;
}
@media only screen and (max-width: 767px) {
  .text-panel-with-headline {
    text-align: left;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .text-panel-with-headline.no-spacing-top-mobile {
    padding-top: 0;
  }
}
.text-panel-with-headline.n-id-3385 {
  padding-bottom: 0 !important;
}
.text-panel-with-headline.n-id-3385 .inner-title {
  margin-bottom: 0 !important;
}
.text-panel-with-headline.n-id-4319 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.privacy-panel {
  text-align: center;
}
.privacy-panel .element-logos-wrap {
  margin-bottom: 15px;
}
.privacy-panel .element-logos-wrap.below-text {
  margin-bottom: 0;
  margin-top: 15px;
}
.privacy-panel .text {
  color: #38424B;
}
.privacy-panel.align-bottom .element-logos-wrap {
  align-items: baseline;
}
.privacy-panel.extra-spacing .element-logos-wrap .element-logo:not(:last-of-type) {
  margin-right: 35px;
}
.privacy-panel .item {
  max-width: 500px;
  margin: 0 auto;
}
.privacy-panel .left {
  padding: 0px 50px;
}
.privacy-panel .left h4 {
  font-size: 28px;
  margin-bottom: 20px;
  margin-top: 10px;
  line-height: 28px;
}
.privacy-panel .left h3 p a {
  color: #2574C3;
}
.privacy-panel .title {
  display: flex;
  margin-top: 34px;
}
.privacy-panel .title .image {
  width: 37px;
  margin-right: 5px;
}
.privacy-panel .title .image-cloud {
  width: 33px;
  margin-right: 9px;
}
.privacy-panel .title h4 {
  letter-spacing: -0.5px;
  line-height: 25px;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
  margin: 0px;
  color: #38424B;
}
.privacy-panel .body-text {
  font-size: 16px;
  text-align: initial;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
  color: #38424B;
}
@media only screen and (max-width: 767px) {
  .privacy-panel .left {
    margin-bottom: 50px;
    padding: 0px 20px;
  }
  .privacy-panel .text {
    text-align: left;
  }
}
.privacy-panel .body-text-center {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .privacy-panel .body-text-center {
    text-align: left;
  }
}
/* ==========================================================================
   grid panel
   two column grid panel
   ========================================================================== */
.grid-panel {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: constant(safe-area-inset-left);
  padding-left: env(safe-area-inset-left);
  padding-right: constant(safe-area-inset-left);
  padding-right: env(safe-area-inset-left);
}
.grid-panel .item-row:first-of-type {
  border-bottom: 2px solid white;
}
.grid-panel {
  background-color: rgba(178, 191, 197, 0.1);
}
.grid-panel .grid-item.headline-black .arrow-down-custom-btn div {
  background-color: #38424B;
}
.grid-panel .grid-item.headline-black .text-wrap {
  color: #38424B;
}
.grid-panel .grid-item .badge-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 180px;
  z-index: 1;
  color: white;
  background: rgba(58, 58, 58, 0.75);
  font-size: 21px;
  line-height: 24px;
  letter-spacing: -0.5px;
  transform: rotate(-45deg) translateX(-50%) translateY(-50%);
  transform-origin: top left;
  -webkit-font-smoothing: antialiased;
}
.grid-panel .grid-item .badge-text .bottom-text {
  font-family: "UniversNextBold-Cn";
  font-weight: 300;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 55%;
  text-align: center;
}
.grid-panel .maxWidth {
  padding-left: 20px;
  padding-right: 20px;
}
.grid-panel .item-row {
  height: 480px;
  position: relative;
}
.grid-panel .item-row .abs-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.grid-panel .item-row .inner-item-row {
  height: 100%;
  position: relative;
}
.grid-panel .grid-item {
  float: left;
  color: white;
  position: relative;
  height: 100%;
}
.grid-panel .grid-item.grid-item-big {
  width: 60%;
}
.grid-panel .grid-item.grid-item-small {
  width: 40%;
}
.grid-panel .grid-item.grid-item-half {
  width: 50%;
  border-right: none !important;
  border-left: none !important;
}
.grid-panel .grid-item.grid-item-full {
  width: 100%;
  border-right: none !important;
  border-left: none !important;
}
.grid-panel .grid-item:first-of-type {
  border-right: 1px solid white;
}
.grid-panel .grid-item:last-of-type {
  border-left: 1px solid white;
}
.grid-panel .grid-item .bg-image-helper {
  z-index: 1;
}
.grid-panel .grid-item .text-wrap {
  position: absolute;
  z-index: 2;
  text-align: center;
  top: 30px;
  left: 30px;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
}
.grid-panel .grid-item .text-wrap .body-text,
.grid-panel .grid-item .text-wrap .body-text p {
  color: white;
}
.grid-panel .grid-item .text-wrap .inner {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.grid-panel .grid-item .text-wrap .arrow-down-custom-btn {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 30px;
}
.story-grid-panel.two-columns .story {
  width: 50%;
  float: left;
}
.story-grid-panel .item {
  height: 480px;
  position: relative;
}
.story-grid-panel .item .abs-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.story-grid-panel .item .inner-item-row {
  height: 100%;
  position: relative;
}
.story-grid-panel .grid-item {
  float: left;
  color: white;
  position: relative;
  height: 100%;
  width: 100%;
}
.story-grid-panel .grid-item .bg-image-helper {
  z-index: 1;
}
.story-grid-panel .grid-item .text-wrap {
  position: absolute;
  z-index: 2;
  text-align: center;
  top: 30px;
  left: 30px;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
}
.story-grid-panel .grid-item .text-wrap .body-text,
.story-grid-panel .grid-item .text-wrap .body-text p {
  color: white;
}
.story-grid-panel .grid-item .text-wrap .inner {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.story-grid-panel .grid-item .text-wrap .arrow-down-custom-btn {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 30px;
}
.grid-panel .grid-item,
.story-grid-panel .grid-item,
.stories .grid-item {
  overflow: hidden;
  display: block;
}
.grid-panel .grid-item .text-wrap,
.story-grid-panel .grid-item .text-wrap,
.stories .grid-item .text-wrap {
  background-color: transparent;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.grid-panel .grid-item .text-wrap .body-text,
.story-grid-panel .grid-item .text-wrap .body-text,
.stories .grid-item .text-wrap .body-text {
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), max-height 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), max-height 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), max-height 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), max-height 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  max-height: 0;
}
.grid-panel .grid-item .text-wrap .body-text .inner-text,
.story-grid-panel .grid-item .text-wrap .body-text .inner-text,
.stories .grid-item .text-wrap .body-text .inner-text {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transform: translate(0, 10px);
  -moz-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.grid-panel .grid-item .text-wrap .body-text p,
.story-grid-panel .grid-item .text-wrap .body-text p,
.stories .grid-item .text-wrap .body-text p {
  color: #38424B;
}
.grid-panel .grid-item .bg-image-helper,
.story-grid-panel .grid-item .bg-image-helper,
.stories .grid-item .bg-image-helper {
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.grid-panel .grid-item .bg-normal,
.story-grid-panel .grid-item .bg-normal,
.stories .grid-item .bg-normal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.grid-panel .grid-item .bg-blurred,
.story-grid-panel .grid-item .bg-blurred,
.stories .grid-item .bg-blurred {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}
html.no-touchevents .grid-panel .grid-item:hover .text-wrap,
html.no-touchevents .story-grid-panel .grid-item:hover .text-wrap,
html.no-touchevents .stories .grid-item:hover .text-wrap {
  background-color: #fff;
  color: #38424B;
}
html.no-touchevents .grid-panel .grid-item:hover .text-wrap .body-text,
html.no-touchevents .story-grid-panel .grid-item:hover .text-wrap .body-text,
html.no-touchevents .stories .grid-item:hover .text-wrap .body-text {
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), max-height 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), max-height 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), max-height 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), max-height 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
  max-height: 400px;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
html.no-touchevents .grid-panel .grid-item:hover .text-wrap .body-text .inner-text,
html.no-touchevents .story-grid-panel .grid-item:hover .text-wrap .body-text .inner-text,
html.no-touchevents .stories .grid-item:hover .text-wrap .body-text .inner-text {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
html.no-touchevents .grid-panel .grid-item:hover .text-wrap .arrow-down-custom-btn div,
html.no-touchevents .story-grid-panel .grid-item:hover .text-wrap .arrow-down-custom-btn div,
html.no-touchevents .stories .grid-item:hover .text-wrap .arrow-down-custom-btn div {
  background-color: #38424B;
}
html.no-touchevents .grid-panel .grid-item:hover .text-wrap .arrow-down-custom-btn div:first-of-type,
html.no-touchevents .story-grid-panel .grid-item:hover .text-wrap .arrow-down-custom-btn div:first-of-type,
html.no-touchevents .stories .grid-item:hover .text-wrap .arrow-down-custom-btn div:first-of-type,
html.no-touchevents .grid-panel .grid-item:hover .text-wrap .arrow-down-custom-btn div:last-of-type,
html.no-touchevents .story-grid-panel .grid-item:hover .text-wrap .arrow-down-custom-btn div:last-of-type,
html.no-touchevents .stories .grid-item:hover .text-wrap .arrow-down-custom-btn div:last-of-type {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
html.no-touchevents .grid-panel .grid-item:hover .bg-image-helper,
html.no-touchevents .story-grid-panel .grid-item:hover .bg-image-helper,
html.no-touchevents .stories .grid-item:hover .bg-image-helper {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
html.no-touchevents .grid-panel .grid-item:hover .bg-blurred,
html.no-touchevents .story-grid-panel .grid-item:hover .bg-blurred,
html.no-touchevents .stories .grid-item:hover .bg-blurred {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
html.no-touchevents .grid-panel .grid-item:hover .text-wrap {
  background-color: rgba(255, 255, 255, 0.8);
}
html.touchevents .grid-panel .grid-item.show .text-wrap {
  background-color: #fff;
  color: #38424B;
}
html.touchevents .grid-panel .grid-item.show .text-wrap .body-text {
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), max-height 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), max-height 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), max-height 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), max-height 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
  max-height: 400px;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
html.touchevents .grid-panel .grid-item.show .text-wrap .body-text .inner-text {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
html.touchevents .grid-panel .grid-item.show .text-wrap .arrow-down-custom-btn div {
  background-color: #38424B;
}
html.touchevents .grid-panel .grid-item.show .text-wrap .arrow-down-custom-btn div:first-of-type,
html.touchevents .grid-panel .grid-item.show .text-wrap .arrow-down-custom-btn div:last-of-type {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
html.touchevents .grid-panel .grid-item.show .bg-image-helper {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
html.touchevents .grid-panel .grid-item.show .bg-blurred {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 1023px) {
  .grid-panel {
    padding-top: 15px;
    padding-bottom: 5px;
  }
  .grid-panel .item-row {
    height: auto;
  }
  .grid-panel .item-row .abs-wrap {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
  }
  .grid-panel .item-row .inner-item-row {
    height: auto;
  }
  .grid-panel .item-row .inner-item-row .grid-item {
    width: 100%;
    float: none;
    height: 350px;
    border: none !important;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  body.page-node-5079 .grid-panel {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.story-grid-panel .grid-item .usp-text {
  color: white;
  margin-bottom: 10px;
}
.story-grid-panel .grid-item .reference-products {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 30px;
}
.story-grid-panel .grid-item .reference-products img {
  display: inline-block;
  width: calc(25% - 10px);
  margin: 0 5px;
}
.story-grid-panel .grid-item:hover .usp-text {
  color: #38424B;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media only screen and (max-width: 767px) {
  .story-grid-panel.two-columns .story {
    width: 100%;
    float: none;
  }
  .story-grid-panel .item-row {
    height: auto;
  }
  .story-grid-panel .item-row .abs-wrap {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
  }
  .story-grid-panel .item-row .inner-item-row {
    height: auto;
  }
  .story-grid-panel .item-row .inner-item-row .grid-item {
    width: 100%;
    float: none;
    height: 350px;
    border: none !important;
  }
  .story-grid-panel .item-row .inner-item-row .grid-item:first-of-type {
    margin-bottom: 10px;
  }
  .story-grid-panel .item-row .inner-item-row .grid-item:last-of-type {
    margin-bottom: 0;
  }
  .story-grid-panel .grid-item .reference-products {
    max-width: 350px;
  }
}
/* ==========================================================================
   panels
   ========================================================================== */
.quote-panel {
  background-color: #F7F8F9;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-bottom: 200px;
  position: relative;
  overflow: hidden;
}
.quote-panel.slideshow-style-1 .slick-prev,
.quote-panel.slideshow-style-1 .slick-next {
  display: block !important;
  z-index: 1;
}
.quote-panel.slideshow-style-1 .slick-next {
  right: constant(safe-area-inset-right);
  right: env(safe-area-inset-right);
}
.quote-panel.slideshow-style-1 .slick-prev {
  left: constant(safe-area-inset-left);
  left: env(safe-area-inset-left);
}
.quote-panel blockquote {
  margin-bottom: 15px;
  color: #637381;
}
.quote-panel blockquote p {
  font-family: "UniversNextLight-Cn";
}
.quote-panel .body-text {
  font-weight: bold;
}
.quote-panel .quote-slideshow {
  padding: 0 20px;
  padding-left: constant(safe-area-inset-left);
  padding-left: env(safe-area-inset-left);
  padding-right: constant(safe-area-inset-left);
  padding-right: env(safe-area-inset-left);
}
.quote-panel .quote-slideshow .slick-list {
  width: 66.6666%;
  margin: 0 auto;
}
.quote-panel .quote-navigation {
  padding-top: 60px;
}
.quote-panel .slider-navi-bottom {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 1340px;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}
.quote-panel .slider-navi {
  display: flex;
  justify-content: center;
}
.quote-panel .slider-navi .image-wrap {
  cursor: pointer;
  margin: 0 8px;
  margin-top: auto;
}
.quote-panel .slider-navi .image-wrap img {
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  height: 74px;
  width: auto;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.quote-panel .slider-navi .image-wrap.active img {
  height: 84px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 767px) {
  .quote-panel {
    padding-top: 50px;
    padding-bottom: 200px;
  }
  .quote-panel.slideshow-style-1 .slick-prev,
  .quote-panel.slideshow-style-1 .slick-next {
    top: 55%;
    width: 56px;
    height: 56px;
  }
  .quote-panel blockquote {
    padding: 0 20px;
  }
  .quote-panel .quote-slideshow .slick-list {
    width: 100%;
  }
  .quote-panel .slider-navi .image-wrap img {
    height: 50px;
  }
  .quote-panel .slider-navi .image-wrap.active img {
    height: 60px;
  }
}
.text-image-panel-half-half {
  margin-top: 50px;
  margin-bottom: 50px;
}
.text-image-panel-half-half:not(.no-bg-color) .inner-panel {
  background-color: #F7F8F9;
}
.text-image-panel-half-half .inner-panel {
  padding: 40px;
}
.text-image-panel-half-half .col-text {
  float: left;
  width: 45%;
  padding-right: 20px;
}
.text-image-panel-half-half .col-image {
  float: left;
  width: 55%;
  text-align: center;
}
.text-image-panel-half-half:not(.icons-below-text) .main-image {
  margin-bottom: 40px;
}
.text-image-panel-half-half .inner-title {
  margin-bottom: 15px;
}
.text-image-panel-half-half .body-text {
  max-width: 400px;
  margin-bottom: 40px;
}
.text-image-panel-half-half .center-wrapper-inline-block.extra-spacing {
  margin-top: 20px;
}
.text-image-panel-half-half.icon-less-space .center-wrapper-inline-block.extra-spacing {
  margin-top: 0 !important;
  display: block !important;
}
.text-image-panel-half-half .video-wrap {
  position: relative;
}
.text-image-panel-half-half .video-wrap .trailer-bg-poster {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.text-image-panel-half-half .video-wrap video {
  display: block;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .text-image-panel-half-half.bg-full-width {
    background-color: #F7F8F9;
  }
  .text-image-panel-half-half.icons-below-text .inner-panel {
    flex-direction: row;
    display: flex;
  }
  .text-image-panel-half-half.icons-below-text .center-wrapper-inline-block.extra-spacing {
    margin-top: 20px;
    display: flex;
    flex: 1;
    align-items: flex-end;
  }
  .text-image-panel-half-half.icons-below-text .col-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .text-image-panel-half-half.icons-below-text .col-image {
    display: flex;
  }
}
@media only screen and (min-width: 1024px) {
  .text-image-panel-half-half.icons-below-text .center-wrapper-inline-block.extra-spacing {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1140px) {
  .text-image-panel-half-half .center-wrapper-inline-block.extra-spacing {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .text-image-panel-half-half {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .text-image-panel-half-half .inner-panel {
    background-color: white !important;
  }
  .text-image-panel-half-half.no-spacing-top-mobile {
    margin-top: 0;
  }
  .text-image-panel-half-half .col-text,
  .text-image-panel-half-half .col-image {
    width: 100%;
  }
  .text-image-panel-half-half:not(.icons-below-text) .main-image {
    margin-bottom: 10px;
  }
  .text-image-panel-half-half .body-text {
    max-width: none;
    margin-bottom: 20px;
  }
  .text-image-panel-half-half .col-text {
    background-color: #fff;
    padding-bottom: 15px;
  }
  .text-image-panel-half-half .col-image {
    padding: 20px 10px 10px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .text-image-panel-half-half .inner-panel {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .text-image-panel-half-half.text-centered .inner-panel {
    display: flex;
    align-items: center;
  }
  .text-image-panel-half-half.text-centered .inner-panel .col-text,
  .text-image-panel-half-half.text-centered .inner-panel .col-image {
    float: none;
  }
}
.panel-half-text-half-logo {
  padding-top: 40px;
  padding-bottom: 40px;
}
.panel-half-text-half-logo p {
  color: inherit;
}
.panel-half-text-half-logo .inner-panel {
  padding: 0 40px;
}
.panel-half-text-half-logo .inner-title {
  margin-bottom: 15px;
}
.panel-half-text-half-logo .col-title {
  float: left;
  width: 50%;
}
.panel-half-text-half-logo .col-text {
  float: left;
  width: 50%;
}
.panel-half-text-half-logo .body-text {
  max-width: 500px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .panel-half-text-half-logo .col-title,
  .panel-half-text-half-logo .col-text,
  .panel-half-text-half-logo .col-image {
    width: 100%;
  }
  .panel-half-text-half-logo .inner-panel {
    padding: 0;
  }
  .panel-half-text-half-logo .body-text {
    max-width: none;
    margin-bottom: 15px;
  }
}
.text-panel-with-background-image {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: constant(safe-area-inset-left);
  padding-left: env(safe-area-inset-left);
  padding-right: constant(safe-area-inset-left);
  padding-right: env(safe-area-inset-left);
}
.text-panel-with-background-image.has-bg-color .bg-image-helper {
  z-index: 0;
}
.text-panel-with-background-image .inner-title {
  margin-bottom: 15px;
}
.text-panel-with-background-image.background-video .col-12,
.text-panel-with-background-image.background-video .row {
  display: block;
}
.text-panel-with-background-image.background-video video {
  width: 100%;
  height: auto;
  z-index: -1;
}
.text-panel-with-background-image.background-video .text-wrap {
  z-index: 1;
}
.text-panel-with-background-image.background-video .eve-button-navigation {
  display: flex;
}
.text-panel-with-background-image.background-video .eve-button-navigation .navigation-item {
  white-space: nowrap;
  cursor: pointer;
  margin: 0 10px;
  font-size: 16px;
  position: relative;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.text-panel-with-background-image.background-video .eve-button-navigation .navigation-item.active {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.text-panel-with-background-image.background-video .eve-button-navigation .navigation-item::after {
  content: "";
  position: absolute;
  background-color: #000;
  height: 3px;
  width: 100%;
  bottom: -10px;
  left: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.text-panel-with-background-image.background-video .eve-button-navigation .navigation-item.active::after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
@media only screen and (min-width: 1024px) {
  .text-panel-with-background-image .bg-image {
    position: relative;
  }
  .text-panel-with-background-image.text-default .text-wrap {
    top: 11%;
    left: 40px;
  }
  .text-panel-with-background-image.text-bottom .text-wrap {
    max-width: none;
    bottom: 11%;
    left: 80px;
    right: 80px;
  }
  .text-panel-with-background-image.text-left-bottom .text-wrap {
    bottom: 11%;
    left: 40px;
  }
  .text-panel-with-background-image.text-right-bottom .text-wrap {
    bottom: 11%;
    right: 40px;
  }
  .text-panel-with-background-image.text-right-top .text-wrap {
    top: 11%;
    right: 40px;
  }
  .text-panel-with-background-image.background-video .text-wrap {
    top: 11%;
    left: 40px;
  }
  .text-panel-with-background-image .text-wrap {
    max-width: 450px;
    position: absolute;
  }
  .text-panel-with-background-image .text-wrap.text-white .inner-title {
    color: white;
  }
  .text-panel-with-background-image .text-wrap.text-white .body-text p {
    color: white;
  }
  .text-panel-with-background-image:not(.background-video) .bg-image {
    padding-bottom: 57.77%;
  }
}
@media only screen and (max-width: 1023px) {
  .text-panel-with-background-image .bg-image .bg-image-helper {
    display: none !important;
  }
  .text-panel-with-background-image .text-wrap {
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .text-panel-with-background-image.background-video .eve-button-navigation {
    position: absolute;
    bottom: 45px;
    left: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .text-panel-with-background-image.background-video .eve-button-navigation .navigation-item {
    margin: 0 32px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .text-panel-with-background-image .bg-image .image.smaller-1024 {
    padding-bottom: 57.77%;
    position: relative;
    height: 0;
  }
  .text-panel-with-background-image .bg-image .image.smaller-1024 .bg-image-helper {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .text-panel-with-background-image {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .text-panel-with-background-image .bg-image .image.mobile {
    padding-bottom: 57.77%;
    position: relative;
    height: 0;
  }
  .text-panel-with-background-image .bg-image .image.mobile .bg-image-helper {
    display: block !important;
  }
  .text-panel-with-background-image .text-wrap {
    background-color: #fff;
  }
  .text-panel-with-background-image.has-bg-color .text-wrap {
    background-color: transparent;
  }
  .text-panel-with-background-image.background-video .eve-button-navigation {
    margin: 15px 0;
  }
  .text-panel-with-background-image.background-video .eve-button-navigation .navigation-item {
    font-size: 15px;
  }
  .text-panel-with-background-image.background-video .eve-button-navigation .navigation-item::after {
    height: 2px;
    bottom: -8px;
  }
  .text-panel-with-background-image.background-video .eve-button-navigation .navigation-item:first-of-type {
    margin-left: 0;
  }
  .text-panel-with-background-image.no-spacing-top-mobile {
    padding-top: 0;
  }
  .page-node-4318 .text-panel-with-background-image {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .page-node-4318 .text-panel-with-background-image.background-video .text-wrap {
    padding-bottom: 0;
  }
  .page-node-4318 .text-panel-with-background-image .bg-image .image.mobile {
    padding-bottom: 73%;
  }
}
/* Special for eve Smoke video background panel */
@media only screen and (max-width: 767px) {
  .page-type-eve-page-flexible.eve-smoke .text-panel-with-background-image.background-video .bg-image {
    overflow: hidden;
  }
  .page-type-eve-page-flexible.eve-smoke .text-panel-with-background-image.background-video video {
    width: 140%;
  }
}
/* Special for eve event video background panel */
body.page-node-2198 .text-panel-with-background-image video {
  height: 100%;
}
body.page-node-2198 .text-panel-with-background-image .ratio-wrap {
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
  z-index: -1;
}
body.page-node-2198 .text-panel-with-background-image .abs-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 1023px) {
  body.page-node-2198 .text-panel-with-background-image .mobile {
    display: block;
  }
  body.page-node-2198 .text-panel-with-background-image .desktop {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  body.page-node-2198 .text-panel-with-background-image {
    padding-top: 0;
  }
  body.page-node-2198 .text-panel-with-background-image .desktop {
    display: block;
  }
  body.page-node-2198 .text-panel-with-background-image .mobile {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  body.page-node-2198 .text-panel-with-background-image {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  body.page-node-2198 .text-panel-with-background-image .bg-image {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  html[lang="fr"] body.page-node-2198 .text-panel-with-background-image .bg-image,
  html[lang="de"] body.page-node-2198 .text-panel-with-background-image .bg-image {
    padding-top: 150px;
  }
}
.text-panel-with-bg-switch {
  max-height: 1000px;
  overflow: hidden;
  position: relative;
  color: #fff;
}
.text-panel-with-bg-switch.bg-switched .bg-image2 {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.text-panel-with-bg-switch .wrap.smaller-1024 .text-wrap {
  padding-left: constant(safe-area-inset-left);
  padding-left: env(safe-area-inset-left);
  padding-right: constant(safe-area-inset-left);
  padding-right: env(safe-area-inset-left);
}
.text-panel-with-bg-switch.text-dark .inner,
.text-panel-with-bg-switch.text-dark .body-text,
.text-panel-with-bg-switch.text-dark .body-text p {
  color: black;
}
.text-panel-with-bg-switch .icon-row {
  display: flex;
  align-items: center;
}
.text-panel-with-bg-switch .icon-row .icon img {
  height: 48px;
  width: auto;
}
.text-panel-with-bg-switch .text-row {
  display: flex;
}
.text-panel-with-bg-switch .bg-image2 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 1.5s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 1.5s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 1.5s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 1.5s cubic-bezier(0.5, 0.15, 0.33, 1);
}
.text-panel-with-bg-switch .bg-image {
  position: relative;
}
.text-panel-with-bg-switch .abs {
  z-index: 5;
}
.text-panel-with-bg-switch .inner-title {
  margin-bottom: 15px;
}
.text-panel-with-bg-switch .blue-box {
  position: absolute;
  top: -40px;
  right: 10px;
  text-align: center;
  background-color: #2574C3;
  padding: 25px 20px;
}
.text-panel-with-bg-switch .blue-box .headline {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.text-panel-with-bg-switch .blue-box .icon-wrapper {
  position: relative;
  white-space: nowrap;
}
.text-panel-with-bg-switch .blue-box .icon-wrapper .icon {
  margin-right: 15px;
}
.text-panel-with-bg-switch .blue-box .icon-wrapper .icon:last-of-type {
  margin: 0;
}
.text-panel-with-bg-switch .blue-box .icon-wrapper::before {
  content: "";
  background-image: url("../png/arrow-step-icon.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 10px;
  height: 34px;
  left: -20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
}
.text-panel-with-bg-switch .blue-box .content {
  margin-top: 50px;
  font-family: "UniversNextLight";
}
.text-panel-with-bg-switch .blue-box .content .icon {
  display: inline-block;
}
.text-panel-with-bg-switch .blue-box .content .icon > img {
  width: auto;
}
.text-panel-with-bg-switch .blue-box .content .content-box {
  margin-top: 25px;
}
.text-panel-with-bg-switch .blue-box .content .left {
  width: 45%;
}
.text-panel-with-bg-switch .blue-box .content .right {
  width: 55%;
}
.text-panel-with-bg-switch .blue-box .content:not(.three-icons) .left,
.text-panel-with-bg-switch .blue-box .content:not(.three-icons) .right {
  width: 50%;
}
.text-panel-with-bg-switch .blue-box .content:not(.three-icons) .icon-wrapper::before {
  left: -5px;
}
.text-panel-with-bg-switch .blue-box .icon-row .left .icon {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
}
.text-panel-with-bg-switch .blue-box .icon-row .right .icon {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.text-panel-with-bg-switch .blue-box .icon-row .right .icon:first-of-type {
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.text-panel-with-bg-switch .blue-box .icon-row .right .icon:nth-of-type(2) {
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.text-panel-with-bg-switch .blue-box .text-row .left .content-box p {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
}
.text-panel-with-bg-switch .blue-box .text-row .right .content-box p {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.text-panel-with-bg-switch .blue-box .text-row .right .content-box p:first-of-type {
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.text-panel-with-bg-switch .blue-box .text-row .right .content-box p:nth-of-type(2) {
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.text-panel-with-bg-switch .blue-box.left-items-active .icon-row .left .icon {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.text-panel-with-bg-switch .blue-box.left-items-active .text-row .left .content-box p {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.text-panel-with-bg-switch .blue-box.left-items-active .icon-wrapper::before {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.text-panel-with-bg-switch .blue-box.right-items-active .icon-row .right .icon {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.text-panel-with-bg-switch .blue-box.right-items-active .text-row .right .content-box p {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
@media only screen and (min-width: 768px) {
  .text-panel-with-bg-switch .abs {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .text-panel-with-bg-switch .blue-box {
    width: 410px;
  }
  .text-panel-with-bg-switch .bg-image {
    padding-bottom: 59.5%;
  }
}
@media only screen and (min-width: 1024px) {
  .text-panel-with-bg-switch .body-text,
  .text-panel-with-bg-switch .body-text p {
    color: #fff;
  }
  .text-panel-with-bg-switch .text-wrap {
    max-width: 530px;
    margin-top: 120px;
    margin-left: 40px;
  }
  .text-panel-with-bg-switch.text-above {
    max-height: 1200px;
  }
  .text-panel-with-bg-switch.text-above .text-wrap {
    max-width: 1000px;
    margin: 40px auto 20px;
    text-align: center;
  }
}
@media only screen and (max-width: 1023px) {
  .text-panel-with-bg-switch {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .text-panel-with-bg-switch .blue-box {
    top: -60px;
    left: 50%;
    -webkit-transform: translate(-50%, 0) !important;
    -moz-transform: translate(-50%, 0) !important;
    -o-transform: translate(-50%, 0) !important;
    -ms-transform: translate(-50%, 0) !important;
    transform: translate(-50%, 0) !important;
  }
  .text-panel-with-bg-switch .blue-box .icon-wrapper .icon {
    margin-right: 10px;
  }
  .text-panel-with-bg-switch .wrap.smaller-1024 .text-wrap {
    margin-bottom: 25px;
  }
  .text-panel-with-bg-switch .wrap.smaller-1024 .text-wrap.hasBlueBox {
    margin-bottom: 75px;
  }
  .text-panel-with-bg-switch .inner-title {
    color: #38424B;
  }
}
@media only screen and (max-width: 767px) {
  .text-panel-with-bg-switch .body-text,
  .text-panel-with-bg-switch .body-text p {
    color: #494848;
  }
  .text-panel-with-bg-switch .bg-image,
  .text-panel-with-bg-switch .bg-image2 {
    height: 500px;
  }
  .text-panel-with-bg-switch .abs {
    position: relative;
  }
  .text-panel-with-bg-switch .text-wrap {
    margin-bottom: 15px;
  }
  .text-panel-with-bg-switch .icon-row .icon img {
    height: 26px;
  }
  .text-panel-with-bg-switch .blue-box {
    top: -60px;
    width: 350px;
  }
  .text-panel-with-bg-switch .blue-box {
    padding-top: 18px;
    padding-bottom: 10px;
    min-width: 0;
  }
  .text-panel-with-bg-switch .blue-box .headline {
    padding-bottom: 10px;
  }
  .text-panel-with-bg-switch .blue-box .content {
    margin-top: 20px;
  }
  .text-panel-with-bg-switch .blue-box .content .content-box {
    margin-top: 10px;
    font-size: 12px;
    line-height: 14px;
  }
  .text-panel-with-bg-switch .blue-box .content .left,
  .text-panel-with-bg-switch .blue-box .content .right {
    width: 50%;
  }
  .text-panel-with-bg-switch .blue-box .icon-wrapper::before {
    height: 17px;
    width: 5px;
  }
  .text-panel-with-bg-switch .blue-box .icon-wrapper .icon {
    margin-right: 8px;
  }
  .text-panel-with-bg-switch.no-spacing-top-mobile {
    margin-top: 0;
  }
  body.page-node-3700 .text-panel-with-bg-switch.node-3715 {
    margin-top: 0;
  }
  body.page-node-5079 .text-panel-with-bg-switch {
    margin-top: 0;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 449px) {
  .text-panel-with-bg-switch .blue-box {
    left: 20px;
    right: 20px;
    width: auto;
    -webkit-transform: translate(0, 0) !important;
    -moz-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
}
@media only screen and (min-width: 1024px) {
  .text-panel-with-bg-switch.v21-style .text-wrap-v21 {
    text-align: left;
    margin-top: 30px;
  }
  .text-panel-with-bg-switch.v21-style .text-wrap-v21 * {
    color: white !important;
  }
  .text-panel-with-bg-switch.v21-style .text-wrap-v21 a {
    text-decoration: underline;
  }
  .text-panel-with-bg-switch.v21-style .text-wrap-v21 .inner-title {
    margin-bottom: 10px;
  }
  .text-panel-with-bg-switch.v21-style .blue-box .left,
  .text-panel-with-bg-switch.v21-style .blue-box .right {
    width: auto !important;
  }
  .text-panel-with-bg-switch.v21-style .content {
    margin-top: 0;
  }
  .text-panel-with-bg-switch.v21-style .icon-row div .icon-wrapper {
    margin-left: 20px;
    padding-left: 20px;
  }
  .text-panel-with-bg-switch.v21-style .icon-row div:first-of-type .icon-wrapper {
    margin-left: 0;
    padding-left: 0;
  }
  .text-panel-with-bg-switch.v21-style .blue-box .content:not(.three-icons) .icon-wrapper::before {
    left: 0;
  }
  .text-panel-with-bg-switch.v21-style .hide-v21-desktop {
    display: none !important;
  }
}
.plug-slideshow-panel {
  position: relative;
}
.plug-slideshow-panel .slideshow-style-1 .slick-dots {
  bottom: 30px;
}
.plug-slideshow-panel .slide-element {
  height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.plug-slideshow-panel .center-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}
.plug-slideshow-panel .center-wrap .panel-title {
  margin-bottom: 30px;
}
.plug-slideshow-panel .center-wrap .power-icon-big-wrap {
  display: inline-block;
}
.plug-slideshow-panel .center-wrap .power-icon-wrap {
  margin: 0 15px;
  display: inline-block;
}
.plug-slideshow-panel .center-wrap .power-icon-wrap img {
  width: 54px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .plug-slideshow-panel .slide-element {
    height: 400px;
  }
  .plug-slideshow-panel .panel-title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .plug-slideshow-panel .center-wrap {
    width: 100%;
  }
  .plug-slideshow-panel .center-wrap .power-icon-wrap {
    margin: 0 8px;
  }
  .plug-slideshow-panel .center-wrap .power-icon-wrap img {
    width: 40px;
  }
}
.panel-technical-parameters {
  background-color: #38424B;
  color: white;
  padding-top: 70px;
  padding-bottom: 70px;
  overflow: hidden;
  padding-left: constant(safe-area-inset-left);
  padding-left: env(safe-area-inset-left);
  padding-right: constant(safe-area-inset-left);
  padding-right: env(safe-area-inset-left);
}
.panel-technical-parameters .fake-col-1,
.panel-technical-parameters .fake-col-10 {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
.panel-technical-parameters .fake-col-1 {
  width: 8.3333%;
}
.panel-technical-parameters .fake-col-10 {
  width: 83.33333333%;
}
.panel-technical-parameters .panel-title {
  text-align: center;
  margin-bottom: 100px;
}
.panel-technical-parameters .tech-image-col {
  padding-right: 80px;
}
.panel-technical-parameters .tech-image-col,
.panel-technical-parameters .tech-text-col {
  float: left;
  width: 50%;
}
.panel-technical-parameters h4 {
  font-family: "UniversNextBold-Cn";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  /* 21.6px */
  letter-spacing: 0.36px;
  text-transform: uppercase;
}
.panel-technical-parameters .slider-navigation {
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
.panel-technical-parameters .slider-navigation .slider-title {
  font-family: "UniversNextLight-Cn";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  /* 21.6px */
  letter-spacing: 0.36px;
  text-transform: uppercase;
  float: left;
  margin: 0 25px;
  position: relative;
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
  cursor: pointer;
  border-bottom: 1px solid transparent;
}
.panel-technical-parameters .slider-navigation .slider-title.active {
  font-family: "UniversNextBold-Cn";
  border-bottom: 1px solid white;
}
.panel-technical-parameters .slider-navigation .slider-title:after {
  content: "";
  position: absolute;
  right: -26px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 1px;
  height: 23px;
  background-color: white;
}
.panel-technical-parameters .slider-navigation .slider-title:first-of-type {
  margin-left: 0;
}
.panel-technical-parameters .slider-navigation .slider-title:last-of-type:after {
  content: none;
}
.panel-technical-parameters .tech-boxes {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.panel-technical-parameters .tech-boxes ul {
  padding-left: 20px;
}
.panel-technical-parameters .tech-boxes li {
  list-style-type: disc;
}
.panel-technical-parameters .tech-boxes .box {
  padding-left: 10px;
  padding-right: 10px;
  min-height: 100px;
}
.panel-technical-parameters .tech-boxes .box .table-text a {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}
.panel-technical-parameters .technical-box-table a {
  color: #2574C3;
}
.panel-technical-parameters .technical-box-table .tech-row-title {
  margin-bottom: 13px;
  margin-top: 30px;
}
.panel-technical-parameters .technical-box-table .tech-row-title:first-of-type {
  margin-top: 0;
}
.panel-technical-parameters .technical-box-table .tech-row {
  margin-bottom: 10px;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.panel-technical-parameters .technical-box-table .tech-row .fake-title,
.panel-technical-parameters .technical-box-table .tech-row .fake-text {
  float: left;
}
.panel-technical-parameters .technical-box-table .tech-row .fake-title {
  width: 165px;
  padding-right: 20px;
}
.panel-technical-parameters .technical-box-table .tech-row .fake-text {
  width: calc(100% - 165px);
}
@media only screen and (min-width: 768px) {
  .panel-technical-parameters .slider-navigation.three-items {
    padding-right: 0;
    margin-right: -100px;
  }
  .panel-technical-parameters .slider-navigation.three-items .slider-title {
    white-space: nowrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1149px) {
  .panel-technical-parameters .slider-navigation.three-items .slider-title:nth-of-type(3) {
    margin-left: 0;
    padding-top: 10px;
    float: none;
    clear: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .panel-technical-parameters .tech-image-col {
    padding-right: 20px;
  }
  .panel-technical-parameters .fake-col-1.empty-col {
    display: none;
  }
  .panel-technical-parameters .fake-col-10 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .panel-technical-parameters .no-mobile-padding {
    padding: 0 !important;
  }
  .panel-technical-parameters .fake-col-10 {
    width: 100%;
  }
  .panel-technical-parameters .empty-col {
    display: none;
  }
  .panel-technical-parameters .panel-title {
    margin-bottom: 50px;
  }
  .panel-technical-parameters .slider-navigation .slider-title {
    font-size: 18px;
    line-height: 18px;
  }
  .panel-technical-parameters .tech-image-col {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 50px;
  }
  .panel-technical-parameters .tech-image-col,
  .panel-technical-parameters .tech-text-col {
    width: 100%;
  }
  .panel-technical-parameters .slider-navigation {
    padding-left: 20px;
    padding-right: 20px;
  }
  .panel-technical-parameters .tech-boxes .box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .panel-technical-parameters .outer-scroll-wrap {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
  .panel-technical-parameters .slider-navigation {
    white-space: nowrap;
    display: flex;
    align-items: flex-end;
  }
  .panel-technical-parameters .fake-title {
    width: 145px;
  }
  .panel-technical-parameters .fake-text {
    width: calc(100% - 145px);
  }
}
.siri-panel {
  position: relative;
  padding: 135px 0;
  text-align: center;
  color: white;
  background: #292d3f;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(30deg, #483b4b, #292d3f, #111e2d);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(30deg, #483b4b, #292d3f, #111e2d);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(30deg, #483b4b, #292d3f, #111e2d);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(30deg, #483b4b, #292d3f, #111e2d);
  /* Standard syntax */
}
.siri-panel .bg-image-helper {
  z-index: 1;
}
.siri-panel .content {
  position: relative;
  z-index: 2;
}
.siri-panel .panel-title {
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-left: constant(safe-area-inset-left);
  padding-left: env(safe-area-inset-left);
  padding-right: constant(safe-area-inset-left);
  padding-right: env(safe-area-inset-left);
}
.siri-panel.with-answer .panel-title.command-text span {
  opacity: 0;
}
.siri-panel.with-answer .panel-title.answer-text {
  opacity: 0;
}
.siri-panel .apple-icons {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .siri-panel {
    padding: 50px 0;
  }
  .siri-panel canvas {
    width: 320px !important;
  }
}
.works-wonders-panel {
  padding-top: 70px;
  padding-bottom: 130px;
  text-align: center;
  background-color: #F7F8F9;
  position: relative;
  padding-left: calc(constant(safe-area-inset-left) / 2);
  padding-left: calc(env(safe-area-inset-left) / 2);
  padding-right: calc(constant(safe-area-inset-right) / 2);
  padding-right: calc(env(safe-area-inset-right) / 2);
}
.works-wonders-panel .panel-title {
  padding: 0 20px;
  margin-bottom: 50px;
}
.works-wonders-panel.slideshow-style-1 .slick-dots {
  bottom: 70px;
}
.works-wonders-panel.slideshow-style-1 .slick-prev {
  display: block !important;
  z-index: 1;
}
.works-wonders-panel.slideshow-style-1 .slick-prev {
  left: calc(constant(safe-area-inset-left) / 2);
  left: calc(env(safe-area-inset-left) / 2);
}
.works-wonders-panel.slideshow-style-1 .slick-next {
  right: calc(constant(safe-area-inset-right) / 2);
  right: calc(env(safe-area-inset-right) / 2);
}
.works-wonders-panel .works-wonders-slideshow .slick-track {
  margin: 0 auto;
}
.works-wonders-panel .works-wonders-slideshow .slick-list {
  padding: 20px 15px;
}
.works-wonders-panel .works-wonders-slideshow .slick-slide {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
}
.works-wonders-panel .works-wonders-slideshow .slick-slide.slick-active {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.works-wonders-panel .reference-element {
  z-index: 1;
  position: relative;
  display: block;
  padding-left: 2px;
  padding-right: 2px;
}
.works-wonders-panel .reference-element .outer-image-wrap {
  background-color: white;
  padding-bottom: 100%;
  height: 0;
  position: relative;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0);
  z-index: 2;
}
.works-wonders-panel .reference-element .outer-image-wrap .inner-image-wrap {
  position: relative;
  height: 0;
  padding-bottom: 100%;
}
.works-wonders-panel .reference-element .outer-image-wrap .product-image {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  width: 100%;
  left: 50%;
  top: 43%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
}
.works-wonders-panel .reference-element .product-logo-wrap {
  position: absolute;
  bottom: 15px;
  left: 50%;
  height: 9%;
  width: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transform: translate(-50%, 20px);
  -moz-transform: translate(-50%, 20px);
  -o-transform: translate(-50%, 20px);
  -ms-transform: translate(-50%, 20px);
  transform: translate(-50%, 20px);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.works-wonders-panel .reference-element .product-logo-wrap img {
  height: 100%;
  width: auto;
  margin: 0 auto;
}
.works-wonders-panel .reference-element .product-title {
  font-family: "UniversNextBold-Cn";
  font-weight: 300;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 1;
}
.works-wonders-panel .reference-element .ratio-ele {
  padding-bottom: 125%;
  height: 0;
  position: relative;
}
.works-wonders-panel .reference-element .ratio-ele .abs-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
html.no-touchevents .works-wonders-panel .reference-element:hover {
  z-index: 2;
}
html.no-touchevents .works-wonders-panel .reference-element:hover .outer-image-wrap {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.2);
  padding-bottom: 125%;
}
html.no-touchevents .works-wonders-panel .reference-element:hover .product-logo-wrap {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 767px) {
  .works-wonders-panel {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .works-wonders-panel.slideshow-style-1 .slick-dots {
    width: 100%;
    bottom: 30px;
  }
  .works-wonders-panel.slideshow-style-1 .slick-next {
    display: block !important;
  }
  .works-wonders-panel .panel-title {
    margin-bottom: 40px;
  }
  .works-wonders-panel .works-wonders-slideshow .slick-list {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .works-wonders-panel .works-wonders-slideshow .slick-slide {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transition: all 0s cubic-bezier(0.5, 0.15, 0.33, 1);
    -moz-transition: all 0s cubic-bezier(0.5, 0.15, 0.33, 1);
    -o-transition: all 0s cubic-bezier(0.5, 0.15, 0.33, 1);
    transition: all 0s cubic-bezier(0.5, 0.15, 0.33, 1);
  }
  .works-wonders-panel .reference-element.slick-current {
    z-index: 2;
  }
  .works-wonders-panel .reference-element.slick-current .outer-image-wrap {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.2);
    padding-bottom: 125%;
  }
  .works-wonders-panel .reference-element.slick-current .product-logo-wrap {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
}
.panel-story-parallax {
  position: relative;
}
.panel-story-parallax .ratio-wrap {
  position: relative;
  height: 0;
  padding-bottom: 50%;
  z-index: 1;
}
.panel-story-parallax .ratio-wrap .abs-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.panel-story-parallax .ratio-wrap .abs-wrap .bg-helper-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.panel-story-parallax .story-box-wrap > .rel {
  padding-left: constant(safe-area-inset-left);
  padding-left: env(safe-area-inset-left);
  padding-right: constant(safe-area-inset-left);
  padding-right: env(safe-area-inset-left);
}
.panel-story-parallax .story-box {
  padding: 20px 20px 30px;
}
.panel-story-parallax .story-box .works-with-product-wrap .product-wrap {
  display: block;
  float: left;
  max-width: 100px;
  margin-right: 10px;
  text-align: center;
}
.panel-story-parallax .story-box .works-with-product-wrap .product-wrap .product-image {
  min-height: 105px;
}
.panel-story-parallax .story-box .works-with-product-wrap .product-wrap .product-title {
  font-family: "UniversNextBold-Cn";
  font-weight: 300;
  color: #38424B;
}
.panel-story-parallax .story-box .box-title {
  margin-bottom: 16px;
}
.panel-story-parallax:after {
  clear: both;
  display: block;
  content: "";
}
.panel-story-parallax .works-with-title {
  font-size: 13px;
  color: #637381;
  font-family: "UniversNextLight";
  font-weight: 300;
}
.panel-story-parallax .works-with-outer-wrap {
  display: flex;
  overflow: hidden;
  margin-top: 25px;
  margin-bottom: 20px;
}
.panel-story-parallax .works-with-outer-wrap .works-with-title {
  white-space: nowrap;
}
.panel-story-parallax .works-with-outer-wrap .line-wrap {
  width: 100%;
  position: relative;
}
.panel-story-parallax .works-with-outer-wrap .line-wrap .line {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 100%;
  background-color: rgba(79, 79, 79, 0.2);
  height: 1px;
}
.panel-story-parallax .works-with-outer-wrap .box-title {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .panel-story-parallax .story-box .product-title {
    line-height: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .panel-story-parallax.mobileTextWhite .story-box,
  .panel-story-parallax.mobileTextWhite .story-box .works-with-title,
  .panel-story-parallax.mobileTextWhite .story-box .body-text,
  .panel-story-parallax.mobileTextWhite .story-box .body-text p {
    color: white;
  }
}
@media only screen and (min-width: 1024px) {
  .panel-story-parallax {
    padding-top: 50px;
  }
  .panel-story-parallax:not(.halfSpacing) {
    padding-top: 100px;
  }
  .panel-story-parallax:not(.noBgColor) {
    background-color: #F7F8F9;
  }
  .panel-story-parallax .story-box-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
  }
  .panel-story-parallax .story-box {
    background-color: white;
    max-width: 515px;
    position: absolute;
    top: 10%;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 60px;
    padding-bottom: 20px;
  }
  .panel-story-parallax .story-box .works-with-product-wrap .product-wrap {
    margin-right: 30px;
  }
  .panel-story-parallax .story-box .product-title {
    min-height: 40px;
  }
  .panel-story-parallax:not(.noTransparency) .story-box {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .panel-story-parallax.width-full .ratio-wrap {
    width: 100%;
  }
  .panel-story-parallax.width-seventy-left .ratio-wrap {
    width: 70%;
  }
  .panel-story-parallax.width-seventy-right .ratio-wrap {
    width: 70%;
    float: right;
  }
  .panel-story-parallax.box-left .story-box {
    left: 20px;
  }
  .panel-story-parallax.box-center .story-box {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .panel-story-parallax.box-right .story-box {
    right: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .panel-story-parallax .story-box {
    -webkit-transform: translate(0, 0) !important;
    -moz-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
}
@media only screen and (max-width: 767px) {
  .panel-story-parallax .ratio-wrap {
    min-height: 320px;
  }
}
@media only screen and (max-width: 499px) {
  .panel-story-parallax .works-with-product-wrap .product-wrap .product-title {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 390px) and (max-width: 499px) {
  .panel-story-parallax .story-box .works-with-product-wrap a:nth-of-type(4) {
    clear: both;
  }
}
@media only screen and (max-width: 389px) {
  .panel-story-parallax .story-box .works-with-product-wrap a:nth-of-type(3) {
    clear: both;
  }
}
/* ==========================================================================
   Hero Section for Support and Ecosystem
   ========================================================================== */
.eve-page-support .hero-text h1,
.eve-page-ecosystem .hero-text h1 {
  font-family: "UniversNextBold-Cn";
  font-weight: 100;
}
.eve-page-support,
.eve-page-ecosystem,
.eve-page-product-overview {
  color: #38424B;
}
.eve-page-support .hero,
.eve-page-ecosystem .hero,
.eve-page-product-overview .hero {
  height: 310px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.eve-page-support .hero.big,
.eve-page-ecosystem .hero.big,
.eve-page-product-overview .hero.big {
  height: 0;
  padding-bottom: 56.25%;
}
.eve-page-support .hero-text,
.eve-page-ecosystem .hero-text,
.eve-page-product-overview .hero-text {
  position: absolute;
  left: 50%;
  bottom: 90px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: white;
  text-align: center;
  z-index: 2;
}
.eve-page-support .gradient,
.eve-page-ecosystem .gradient,
.eve-page-product-overview .gradient {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.47) 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.47)), color-stop(100%, rgba(0, 0, 0, 0.12)));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.47) 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.47) 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.47) 100%);
  /* ie10+ */
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.47) 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
  /* ie6-9 */
}
.eve-page-support .hero-title,
.eve-page-ecosystem .hero-title,
.eve-page-product-overview .hero-title {
  font-size: 48px;
  line-height: 56px;
  font-family: "UniversNextBold-Cn";
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .eve-page-support .hero-title,
  .eve-page-ecosystem .hero-title,
  .eve-page-product-overview .hero-title {
    font-size: 34px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .eve-page-support .hero,
  .eve-page-ecosystem .hero,
  .eve-page-product-overview .hero {
    height: 420px;
  }
  .eve-page-support .hero-text,
  .eve-page-ecosystem .hero-text,
  .eve-page-product-overview .hero-text {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    bottom: auto;
  }
}
@media only screen and (max-width: 767px) {
  .eve-page-product-overview .hero.mobile {
    height: 100vh;
  }
  .eve-page-product-overview .hero.mobile .hero-text {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
/* ==========================================================================
   panels
   ========================================================================== */
.two-grid-panel .box {
  padding: 30px 20px;
  border-bottom: 1px solid #cfcfcf;
}
.two-grid-panel .box .body-text {
  margin-top: 18px;
  margin-bottom: 30px;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.two-grid-panel .link-wrapper {
  display: flex;
}
.two-grid-panel .link-wrapper .link {
  display: flex;
}
.two-grid-panel .link-wrapper .link .icon {
  height: 24px;
  margin-right: 8px;
  float: left;
}
.two-grid-panel .link-wrapper .link .icon img {
  height: 100%;
  width: auto;
}
.two-grid-panel .link-wrapper .link .icon-text {
  color: #2574C3;
  float: left;
  font-size: 15px;
  line-height: 24px;
  font-family: "UniversNextLight";
  font-weight: 600;
}
.two-grid-panel .link-logo-wrapper .outer-link-wrap {
  line-height: 47px;
}
.two-grid-panel .link-logo-wrapper .element-logo {
  float: left;
  margin-right: 15px;
}
.two-grid-panel .link-logo-wrapper .element-logo:last-of-type {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .two-grid-panel {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .two-grid-panel .maxWidth {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: stretch;
  }
  .two-grid-panel .item {
    width: 50%;
    float: left;
  }
  .two-grid-panel .item:first-of-type {
    padding-right: 15px;
  }
  .two-grid-panel .item:nth-of-type(2) {
    padding-left: 15px;
  }
  .two-grid-panel .box {
    height: 100%;
    border: 1px solid #cfcfcf;
    padding: 30px;
  }
  .two-grid-panel .box .body-text {
    margin-top: 25px;
    min-height: 50px;
  }
  .two-grid-panel .link-wrapper {
    min-height: 47px;
    align-items: center;
    flex-wrap: wrap;
  }
  .two-grid-panel .link-wrapper .link {
    margin-right: 30px;
  }
  .two-grid-panel .link-wrapper .link:last-of-type {
    margin-right: 0;
  }
  .two-grid-panel .link-logo-wrapper .outer-link-wrap {
    float: left;
  }
  .two-grid-panel .link-logo-wrapper .logos {
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .two-grid-panel .link-wrapper {
    flex-direction: column;
  }
  .two-grid-panel .link-wrapper .link {
    margin-bottom: 20px;
    display: flex;
  }
  .two-grid-panel .link-wrapper .link:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .two-grid-panel .link-wrapper .link {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .two-grid-panel .link-logo-wrapper .logos {
    float: none;
    clear: both;
  }
}
.three-grid-panel {
  padding-top: 40px;
  padding-left: constant(safe-area-inset-left);
  padding-left: env(safe-area-inset-left);
  padding-right: constant(safe-area-inset-left);
  padding-right: env(safe-area-inset-left);
}
.three-grid-panel .title-text-wrap {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.three-grid-panel .title-text-wrap .text {
  color: #000;
  margin-top: 16px;
  font-size: 18px;
  font-family: "UniversNextLight";
  font-weight: 300;
  line-height: 30px;
}
.three-grid-panel .box {
  background-color: #F7F8F9;
  padding: 15px;
  position: relative;
}
.three-grid-panel .box .text a {
  font-family: 'UniversNextBold';
  font-weight: 300;
  color: #2574C3 !important;
}
.three-grid-panel .box .outer-link-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}
.three-grid-panel .box .logo {
  width: 132px;
  margin: 0 auto;
  margin-bottom: 45px;
}
.three-grid-panel .box .title {
  margin-bottom: 10px;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
.three-grid-panel .box .text {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.three-grid-panel .box .text p {
  margin-bottom: 10px;
}
.three-grid-panel .box .text ul {
  padding-left: 20px;
}
.three-grid-panel .box .text li {
  list-style-type: disc;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .three-grid-panel {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .three-grid-panel .title-text-wrap {
    margin-bottom: 50px;
  }
  .three-grid-panel .box-wrapper {
    display: flex;
    align-items: stretch;
  }
  .three-grid-panel .box {
    width: 33.333%;
    margin-left: 10px;
    margin-right: 10px;
  }
  .three-grid-panel .box .title {
    letter-spacing: -0.5px;
  }
  .three-grid-panel .box .outer-link-wrap {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .three-grid-panel .box {
    padding: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .three-grid-panel .title-text-wrap .text {
    font-size: 15px;
    line-height: 22px;
  }
  .three-grid-panel .box-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .three-grid-panel .box {
    margin-bottom: 10px;
  }
  .three-grid-panel .box .outer-link-wrap a {
    font-size: 15px;
    line-height: 15px;
  }
}
.big-grid-panel {
  padding-top: 50px;
  padding-bottom: 40px;
  padding-left: constant(safe-area-inset-left);
  padding-left: env(safe-area-inset-left);
  padding-right: constant(safe-area-inset-left);
  padding-right: env(safe-area-inset-left);
}
.big-grid-panel strong {
  font-family: "UniversNextBold";
  font-weight: 300;
}
.big-grid-panel .title-text-wrap {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.big-grid-panel .title-text-wrap .text {
  margin-top: 16px;
  font-size: 15px;
  font-family: "UniversNextLight";
  font-weight: 300;
  color: #000;
  line-height: 22px;
}
.big-grid-panel .item-wrapper.transparent-items .box {
  background-color: transparent;
}
.big-grid-panel .box {
  background-color: #F7F8F9;
  position: relative;
}
.big-grid-panel .box.with-link .text {
  padding-bottom: 50px;
}
.big-grid-panel .box .image-title-wrap {
  position: relative;
  height: 0;
  padding-bottom: 75%;
}
.big-grid-panel .box .image-title-wrap .bg-image-helper {
  background-size: cover;
  background-position: center;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: auto;
}
.big-grid-panel .box .image-title-wrap .title {
  position: absolute;
  bottom: 20px;
  left: 15px;
  color: #fff;
}
.big-grid-panel .box .text-link-wrap .body-text strong {
  font-family: 'UniversNextBold';
  font-weight: 300;
}
.big-grid-panel .box .text {
  padding: 15px;
  position: relative;
}
.big-grid-panel .box .outer-link-wrap {
  position: absolute;
  bottom: 25px;
  left: 15px;
}
.big-grid-panel a:not(.btn) {
  color: #2574C3;
}
body.eve-room .big-grid-panel {
  padding: 0px;
}
body.eve-room .big-grid-panel .box {
  margin-bottom: 0;
}
body.eve-room .big-grid-panel .box .image-title-wrap {
  padding-bottom: 50%;
}
@media only screen and (min-width: 768px) {
  .big-grid-panel {
    padding-top: 60px;
  }
  .big-grid-panel .wrap {
    padding: 0;
  }
  .big-grid-panel .title-text-wrap {
    margin-bottom: 50px;
  }
  .big-grid-panel .title-text-wrap .text {
    font-size: 18px;
    line-height: 30px;
  }
  .big-grid-panel .maxWidth {
    padding-left: 20px;
    padding-right: 20px;
  }
  .big-grid-panel .item-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .big-grid-panel .box {
    width: calc(33.33% - 20px);
    margin-bottom: 30px;
  }
  .big-grid-panel .box:nth-of-type(2),
  .big-grid-panel .box:nth-of-type(5),
  .big-grid-panel .box:nth-of-type(8),
  .big-grid-panel .box:nth-of-type(11),
  .big-grid-panel .box:nth-of-type(14),
  .big-grid-panel .box:nth-of-type(17),
  .big-grid-panel .box:nth-of-type(20),
  .big-grid-panel .box:nth-of-type(23),
  .big-grid-panel .box:nth-of-type(26),
  .big-grid-panel .box:nth-of-type(29),
  .big-grid-panel .box:nth-of-type(32),
  .big-grid-panel .box:nth-of-type(35),
  .big-grid-panel .box:nth-of-type(38),
  .big-grid-panel .box:nth-of-type(41),
  .big-grid-panel .box:nth-of-type(44) {
    margin-left: 30px;
    margin-right: 30px;
  }
  .big-grid-panel .box:nth-of-type(4n + 0) {
    clear: both;
  }
  .big-grid-panel .box.with-link .text {
    padding-bottom: 70px;
  }
  .big-grid-panel.two-col-layout .box {
    width: calc(50% - 10px);
  }
  .big-grid-panel.two-col-layout .box:nth-of-type(2),
  .big-grid-panel.two-col-layout .box:nth-of-type(5),
  .big-grid-panel.two-col-layout .box:nth-of-type(8),
  .big-grid-panel.two-col-layout .box:nth-of-type(11),
  .big-grid-panel.two-col-layout .box:nth-of-type(14),
  .big-grid-panel.two-col-layout .box:nth-of-type(17),
  .big-grid-panel.two-col-layout .box:nth-of-type(20),
  .big-grid-panel.two-col-layout .box:nth-of-type(23),
  .big-grid-panel.two-col-layout .box:nth-of-type(26),
  .big-grid-panel.two-col-layout .box:nth-of-type(29),
  .big-grid-panel.two-col-layout .box:nth-of-type(32),
  .big-grid-panel.two-col-layout .box:nth-of-type(35),
  .big-grid-panel.two-col-layout .box:nth-of-type(38),
  .big-grid-panel.two-col-layout .box:nth-of-type(41),
  .big-grid-panel.two-col-layout .box:nth-of-type(44) {
    margin-left: 0;
    margin-right: 0;
  }
  .big-grid-panel.two-col-layout .box:nth-child(odd) {
    margin-right: 10px;
  }
  .big-grid-panel.two-col-layout .box:nth-child(even) {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .big-grid-panel .box .image-title-wrap .title {
    left: 25px;
  }
  .big-grid-panel .box .text {
    padding: 25px;
  }
  .big-grid-panel .box .outer-link-wrap {
    left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .big-grid-panel .box {
    margin-bottom: 20px;
  }
  .big-grid-panel .item-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .big-grid-panel.n-id-5141 {
    padding-bottom: 15px;
    padding-top: 35px;
  }
}
.big-grid-panel.n-id-3383 {
  padding-bottom: 0 !important;
}
@media only screen and (max-width: 767px) {
  .big-grid-panel.n-id-3383 .box:last-of-type {
    margin-bottom: 0 !important;
  }
}
.big-grid-panel.n-id-3384 {
  padding: 0 !important;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .big-grid-panel.n-id-3384 .title-text-wrap .text {
    margin-top: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
.big-grid-panel.n-id-3389 .body-text,
.big-grid-panel.n-id-3389 .body-text p {
  color: black;
}
@media only screen and (max-width: 767px) {
  .big-grid-panel.n-id-3389 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .big-grid-panel.n-id-3389 .box:last-of-type {
    margin-bottom: 0 !important;
  }
  .big-grid-panel.n-id-3389 .box .text {
    padding-bottom: 0 !important;
  }
}
.big-grid-panel.white-font {
  color: white;
}
.big-grid-panel.white-font .title-text-wrap .text {
  color: white;
}
.big-grid-panel.white-font .body-text,
.big-grid-panel.white-font .body-text p {
  color: white;
}
.blog-posts-panel {
  padding-top: 40px;
  background-color: #F7F8F9;
  padding-left: constant(safe-area-inset-left);
  padding-left: env(safe-area-inset-left);
  padding-right: constant(safe-area-inset-left);
  padding-right: env(safe-area-inset-left);
}
.blog-posts-panel .blog-post {
  background-color: #fff;
  border: 1px solid #cfcfcf;
  position: relative;
}
.blog-posts-panel .blog-post a:hover {
  color: #2574C3;
}
.blog-posts-panel .blog-post .image {
  height: 210px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.blog-posts-panel .blog-post .text-wrap {
  padding: 15px;
  border-top: 1px solid #cfcfcf;
}
.blog-posts-panel .blog-post .subtitle {
  margin-bottom: 12px;
}
.blog-posts-panel .blog-post .author-name-postdate,
.blog-posts-panel .blog-post .subtitle {
  font-family: "UniversNextLight";
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: #637381;
}
.blog-posts-panel .blog-post .author-wrap {
  margin-top: 10px;
}
.blog-posts-panel .blog-post .author-wrap .author-image,
.blog-posts-panel .blog-post .author-wrap .author-name-postdate,
.blog-posts-panel .blog-post .author-wrap .bubble {
  float: left;
}
.blog-posts-panel .blog-post .author-wrap .author-image {
  width: 50px;
  height: 50px;
}
.blog-posts-panel .blog-post .author-wrap .author-image .author-circle {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
}
.blog-posts-panel .blog-post .author-wrap .author-name-postdate {
  margin-top: 5px;
  padding-left: 10px;
  width: calc(100% - (50px + 40px));
}
.blog-posts-panel .blog-post .author-wrap .author-name-postdate .author {
  display: inline-block;
}
.blog-posts-panel .blog-post .author-wrap .bubble {
  width: 40px;
  height: 40px;
}
.blog-posts-panel .blog-post .author-wrap .bubble .circle {
  width: 100%;
  height: 32px;
  background-color: #303841;
  border-radius: 10px;
  position: relative;
}
.blog-posts-panel .blog-post .author-wrap .bubble .circle .counter {
  font-family: "UniversNextBold-Cn";
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  z-index: 1;
  position: relative;
}
.blog-posts-panel .blog-post .author-wrap .bubble .circle .arrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid #303841;
  position: absolute;
  bottom: -8px;
  left: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 767px) {
  .blog-posts-panel .title-link-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
  .blog-posts-panel .title-link-wrapper .title {
    margin-bottom: 16px;
  }
  .blog-posts-panel .blog-slider {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
  }
  .blog-posts-panel .slideshow-style-1 .slick-dots {
    bottom: 20px;
  }
  .blog-posts-panel .blog-post .text-wrap {
    padding-bottom: 0;
  }
  .blog-posts-panel .blog-post .author-wrap {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .blog-posts-panel {
    padding-top: 80px;
    padding-bottom: 70px;
  }
  .blog-posts-panel .title-link-wrapper {
    margin-bottom: 40px;
    position: relative;
  }
  .blog-posts-panel .title-link-wrapper .title {
    text-align: center;
  }
  .blog-posts-panel .title-link-wrapper .outer-link-wrap {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 40px;
  }
  .blog-posts-panel .blog-wrapper-desktop {
    display: flex;
    align-items: stretch;
  }
  .blog-posts-panel .blog-wrapper-desktop .blog-post {
    width: 33.333%;
    margin-left: 10px;
    margin-right: 10px;
  }
  .blog-posts-panel .blog-wrapper-desktop .blog-post h4 {
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  .blog-posts-panel .blog-wrapper-desktop .blog-post .text-wrap {
    padding-bottom: 95px;
  }
  .blog-posts-panel .blog-wrapper-desktop .blog-post .author-wrap {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  .blog-posts-panel .blog-post .text-wrap {
    padding: 25px;
  }
  .blog-posts-panel .blog-post .image {
    height: 300px;
  }
  .blog-posts-panel .blog-post .author-name-postdate,
  .blog-posts-panel .blog-post .subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}
.download-section {
  padding-top: 75px;
  padding-bottom: 75px;
  padding-left: constant(safe-area-inset-left);
  padding-left: env(safe-area-inset-left);
  padding-right: constant(safe-area-inset-left);
  padding-right: env(safe-area-inset-left);
}
.download-section .title {
  margin-bottom: 40px;
}
.download-section .outer-download-wrapper {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
  font-family: "UniversNextBold-Cn";
  font-weight: 100;
}
.download-section .outer-download-wrapper .inner-download-wrapper {
  display: inline-block;
  position: relative;
}
.download-section .outer-download-wrapper .inner-download-wrapper a {
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.download-section .outer-download-wrapper .inner-download-wrapper a:hover {
  color: #2574C3;
}
.download-section .outer-download-wrapper .inner-download-wrapper:not(:first-of-type) {
  padding-left: 12px;
}
.download-section .outer-download-wrapper .inner-download-wrapper:not(:first-of-type)::before {
  content: "/";
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .download-section {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.home-hero-slideshow {
  position: relative;
}
.home-hero-slideshow .gradient {
  z-index: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.4) 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.12)));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.4) 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.4) 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.4) 100%);
  /* ie10+ */
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.4) 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
  /* ie6-9 */
}
.home-hero-slideshow .slick-arrow.slick-disabled {
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  pointer-events: none;
}
.home-hero-slideshow .product-name {
  font-family: "UniversNextBold-Cn";
  font-weight: 100;
}
.home-hero-slideshow .product-name a {
  display: inline-block;
}
.home-hero-slideshow .product-name.line-break {
  font-size: 48px;
  line-height: 56px;
}
@media only screen and (max-width: 767px) {
  .home-hero-slideshow .product-name.line-break {
    font-size: 34px;
    line-height: 40px;
  }
}
.home-hero-slideshow .image-slide .maxWidth {
  max-width: 1500px;
  padding-left: 100px;
  padding-right: 100px;
}
.home-hero-slideshow .image-slide .outer-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.home-hero-slideshow .image-slide .outer-wrapper .logo-title-wrap {
  text-align: left;
}
.home-hero-slideshow .image-slide .outer-wrapper .logo-title-wrap .title {
  margin-bottom: 20px;
}
.home-hero-slideshow .image-slide.node-5182 {
  background-position: top center;
}
.home-hero-slideshow .mobile-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.home-hero-slideshow .highlight-text {
  font-size: 16px;
  letter-spacing: 2.5px;
  font-family: "UniversNextBold-Cn";
  text-transform: uppercase;
  font-weight: 300;
}
.home-hero-slideshow .maxWidth {
  position: relative;
  z-index: 2;
}
.home-hero-slideshow .slider-background-video {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  overflow: hidden;
}
.home-hero-slideshow .slider-background-video,
.home-hero-slideshow .slider-background-video .video-foreground {
  pointer-events: none;
}
.home-hero-slideshow .slider-background-video iframe {
  pointer-events: all;
}
.home-hero-slideshow .slider-background-video .video-foreground,
.home-hero-slideshow .slider-background-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-aspect-ratio: 32/18) {
  .home-hero-slideshow .slider-background-video .video-foreground {
    height: 300%;
    top: -100%;
    width: 100%;
    left: 0;
  }
}
@media (max-aspect-ratio: 32/18) {
  .home-hero-slideshow .slider-background-video .video-foreground {
    width: 300%;
    left: -100%;
    height: 100%;
    top: 0;
  }
}
@media (max-aspect-ratio: 7/10) {
  .home-hero-slideshow .slider-background-video .video-foreground {
    width: 600%;
    left: -200%;
  }
}
.home-hero-slideshow .slider-background-video,
.home-hero-slideshow .slider-background-video iframe {
  width: 100%;
  height: 100%;
}
.home-hero-slideshow .arrow-down {
  position: absolute;
  left: 30px;
  bottom: 38px;
  width: 22px;
  height: 11px;
  background-image: url("../png/arrow-down.png");
  background-size: cover;
  cursor: pointer;
}
.home-hero-slideshow .back .back-btn {
  width: 11px;
  margin-left: 3px;
}
.home-hero-slideshow .back-link {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  color: #fff;
  font-family: "UniversNextLight";
}
.home-hero-slideshow .back {
  position: absolute;
  left: 30px;
  top: 100px;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  cursor: pointer;
}
.home-hero-slideshow .back:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.home-hero-slideshow .maxWidth,
.home-hero-slideshow .row,
.home-hero-slideshow .row > div {
  display: block;
  height: 100%;
}
.home-hero-slideshow .slideshow {
  position: relative;
}
.home-hero-slideshow .slick-slide {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.home-hero-slideshow.slideshow-style-1 .slick-dots {
  bottom: 40px;
}
.home-hero-slideshow.slideshow-style-1 .slick-dots li button {
  background-color: #fff;
}
.home-hero-slideshow .logo-title-wrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  z-index: 1;
}
.home-hero-slideshow .logo-title-wrap .logo {
  display: inline-block;
  height: 60px;
  margin-bottom: 25px;
}
.home-hero-slideshow .logo-title-wrap .logo img {
  height: 100%;
  width: auto;
}
.home-hero-slideshow .logo-title-wrap .title {
  margin-bottom: 40px;
}
.home-hero-slideshow .play-button {
  z-index: 1;
  height: 100px;
  width: 100px;
  background-image: url("../png/play-button.png");
  background-size: cover;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 0.5s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 0.5s cubic-bezier(0.5, 0.15, 0.33, 1);
}
.home-hero-slideshow .play-button:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.home-hero-slideshow .badge {
  z-index: 1;
  position: absolute;
  right: 30px;
  bottom: 25px;
  text-align: center;
}
.home-hero-slideshow .badge .element-logo {
  display: inline-block;
}
.home-hero-slideshow .slick-slide.playing .logo-title-wrap .logo,
.home-hero-slideshow .slick-slide.playing .logo-title-wrap .title {
  display: none;
}
.home-hero-slideshow .slick-slide.playing .logo-title-wrap .play-button {
  background-image: url("../png/unmute-button.png");
  height: 40px;
  width: 46px;
}
.home-hero-slideshow .btn {
  display: inline-block;
}
.home-hero-slideshow .v21-strip-banner {
  background-color: #428fdb;
}
.home-hero-slideshow .v21-strip-banner .flex-wrap {
  display: flex;
  width: 100%;
  position: relative;
}
.home-hero-slideshow .v21-strip-banner .strip-banner-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 54px;
  color: white;
  font-weight: 100;
}
.home-hero-slideshow .v21-strip-banner .strip-banner-wrap .strip-inner-wrap {
  display: flex;
}
@media only screen and (max-width: 512px) {
  .home-hero-slideshow .v21-strip-banner .strip-banner-wrap .strip-inner-wrap {
    flex-direction: column;
  }
}
.home-hero-slideshow .v21-strip-banner .strip-banner-wrap .banner-click-me {
  border-bottom: 1px solid white;
  margin-left: 5px;
}
@media only screen and (max-width: 512px) {
  .home-hero-slideshow .v21-strip-banner .strip-banner-wrap .banner-click-me {
    width: fit-content;
    margin: 5px auto 0 auto;
  }
}
.home-hero-slideshow .v21-strip-banner .strip-banner-wrap:hover .banner-click-me {
  color: #3A424A;
  border-bottom: 1px solid #3A424A;
}
.home-hero-slideshow .v21-strip-banner .close-message {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 19px;
  padding-right: 32px;
  padding-top: 19px;
  padding-bottom: 19px;
  width: 67px;
  height: 54px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .home-hero-slideshow.slideshow-style-1 .slick-prev {
    display: inline-block !important;
    z-index: 10;
  }
}
/*@media only screen and (min-width: 768px) and (max-width: 800px) and (orientation: portrait) {
  .home-hero-slideshow {
    .image-slide .mobile {
      display: block;
    }
  }
}*/
@media only screen and (max-width: 767px) {
  .home-hero-slideshow.slideshow-style-1 .slick-dots {
    bottom: 20px;
  }
  .home-hero-slideshow .arrow-down {
    display: none;
  }
  .home-hero-slideshow .badge {
    bottom: 45px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .home-hero-slideshow .badge img {
    width: auto !important;
  }
  .home-hero-slideshow .logo-title-wrap .title {
    margin-bottom: 34px;
  }
  .home-hero-slideshow .play-button {
    height: 70px;
    width: 70px;
  }
  .home-hero-slideshow .back {
    display: none;
  }
  .home-hero-slideshow .image-slide .maxWidth {
    padding-left: 20px;
    padding-right: 20px;
  }
  .home-hero-slideshow .image-slide .outer-wrapper .logo-title-wrap h1 {
    line-height: 34px;
  }
  .home-hero-slideshow .desktop {
    display: none !important;
  }
  .home-hero-slideshow h1.product-name {
    margin-bottom: 10px;
  }
}
@media only screen and (max-height: 449px) and (orientation: landscape) {
  .home-hero-slideshow .bg-section h1 {
    font-size: 34px;
    line-height: 34px;
  }
}
.home-hero-slideshow .slider-banner {
  color: white;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.84px;
  font-family: 'UniversNextBold-Cn';
  font-weight: 300;
  border: 2px solid white;
  padding: 15px;
  margin-top: 30px;
  max-width: 350px;
}
.home-hero-slideshow .slider-banner.mobile {
  width: 100%;
  max-width: calc(100% - 30px);
  position: absolute;
  bottom: 120px;
  left: 15px;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 19px;
  z-index: 10;
}
.home-hero-slideshow .slick-slide {
  overflow: hidden;
}
.home-hero-slideshow .bg-video-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.home-hero-slideshow .bg-video-layer video {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  object-position: center bottom;
}
@media only screen and (max-width: 767px) {
  .home-hero-slideshow .bg-video-layer video.desktop {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .home-hero-slideshow .bg-video-layer video.mobile {
    display: none;
  }
}
.home-hero-slideshow .image-slide .custom-matter-logo {
  width: 127px;
  margin-bottom: 40px;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .home-hero-slideshow .image-slide .custom-matter-logo {
    margin-bottom: 24px;
    height: 32px;
    width: auto;
  }
}
.home-hero-slideshow .image-slide .bottom-right-badges {
  position: absolute;
  bottom: 70px;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .home-hero-slideshow .image-slide .bottom-right-badges {
    max-width: 280px;
    bottom: 50px;
  }
}
.home-hero-slideshow .image-slide .element-logo {
  margin-left: 30px;
  margin-right: 0;
}
.home-hero-slideshow .image-slide .element-logo:first-of-type {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .home-hero-slideshow .image-slide .element-logo {
    margin-bottom: 8px;
    margin-left: 8px;
  }
  .home-hero-slideshow .image-slide .element-logo:first-of-type {
    margin-left: 0;
  }
}
.home-hero-slideshow .image-slide .extra-text-wrap {
  color: white;
  margin-bottom: 20px;
  max-width: 400px;
}
.home-hero-slideshow .image-slide .extra-text-wrap p {
  color: white;
}
.home-hero-slideshow .image-slide .element-logos-wrap {
  justify-content: flex-end;
}
.home-hero-slideshow .image-slide .bottom-banner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding-top: 48px;
  padding-bottom: 48px;
  color: white;
}
.home-hero-slideshow .image-slide .bottom-banner p {
  color: white;
}
.home-hero-slideshow .image-slide .bottom-banner .flex-wrap {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 1023px) {
  .home-hero-slideshow .image-slide .bottom-banner .flex-wrap {
    display: block;
  }
}
.home-hero-slideshow .image-slide .bottom-banner .left-col {
  padding-right: 48px;
}
@media only screen and (max-width: 1023px) {
  .home-hero-slideshow .image-slide .bottom-banner .left-col {
    padding-right: 0;
    margin-bottom: 25px;
  }
}
.home-hero-slideshow .image-slide .bottom-banner .banner-logo-wrap {
  height: 70px;
}
@media only screen and (max-width: 1023px) {
  .home-hero-slideshow .image-slide .bottom-banner .banner-logo-wrap {
    height: 40px;
  }
}
.home-hero-slideshow .image-slide .bottom-banner .banner-logo-wrap img {
  height: 100%;
  width: auto;
}
.home-hero-slideshow .image-slide .bottom-banner h2 {
  margin-bottom: 8px;
}
.home-hero-slideshow .image-slide .bottom-banner .read-more-link {
  color: #53B6FF;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1;
  font-family: 'UniversLight';
  font-weight: 300;
  display: flex;
  align-items: center;
}
.home-hero-slideshow .image-slide .bottom-banner .read-more-link .link-text {
  margin-right: 13px;
}
.home-hero-slideshow .image-slide .bottom-banner .read-more-link .link-icon {
  width: 7px;
  height: 12px;
  margin-top: 2px;
}
.home-hero-slideshow .image-slide .bottom-banner .read-more-link .link-icon svg {
  display: block;
}
.home-hero-slideshow.has-banner-2023 .slick-dots {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .home-hero-slideshow.has-banner-2023 .image-slide {
    min-height: 680px;
  }
  .home-hero-slideshow.has-banner-2023 .image-slide.has-banner-2023 .bottom-right-badges {
    bottom: 30px;
    right: auto;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-hero-slideshow .image-slide.node-6867 .logo-title-wrap {
    top: 45%;
  }
}
.product-panel-home {
  background-color: #F7F8F9;
  padding-top: 70px;
  padding-bottom: 30px;
  padding-left: constant(safe-area-inset-left);
  padding-left: env(safe-area-inset-left);
  padding-right: constant(safe-area-inset-left);
  padding-right: env(safe-area-inset-left);
}
@media only screen and (max-width: 767px) {
  .product-panel-home {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.product-panel-home .element {
  padding: 1px;
}
.product-panel-home .element .outer-item {
  border: 1px solid #f0f0f0;
  background-color: #fff;
  height: 100%;
  padding: 20px;
}
.product-panel-home .element .item-hover {
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  z-index: 3;
  background-position: center;
  background-size: cover;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 0.4s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 0.4s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 0.4s cubic-bezier(0.5, 0.15, 0.33, 1);
}
.product-panel-home .element .inner-item {
  height: 100%;
  position: relative;
  z-index: 1;
}
.product-panel-home .element .highlight-text {
  color: #2574C3;
  text-transform: uppercase;
  margin-bottom: 7px;
  font-family: "UniversNextBold-Cn";
  font-weight: 100;
  letter-spacing: 1.9px;
}
.product-panel-home .element .product-subtitle {
  font-family: "UniversNextBold-Cn";
  font-weight: 100;
  margin-bottom: 10px;
  color: #38424b;
}
.product-panel-home .element .text-wrapper.white-text .product-subtitle {
  color: #fff;
}
.product-panel-home .element .product-icon {
  height: 25px;
}
.product-panel-home .element .product-icon img {
  height: 100%;
  width: auto;
}
.product-panel-home .element .btn {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 16px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .product-panel-home .element {
    margin-bottom: 10px;
  }
  .product-panel-home .element .product-title-icon-wrap,
  .product-panel-home .element .notification-badge {
    position: relative;
    z-index: 5;
  }
  .product-panel-home .element .notification-badge .btn {
    width: 100%;
  }
  .product-panel-home .element .inner-item {
    display: none;
  }
  .product-panel-home .element:last-of-type {
    margin-bottom: 0;
  }
  .product-panel-home .element .outer-item {
    min-height: 400px;
  }
  .product-panel-home .element .notification-badge {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
  }
  .product-panel-home .element .product-image {
    margin-top: 50px;
  }
  .product-panel-home .element.hover-state-reverse .item-hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
  .product-panel-home .element.show-bg-image .item-hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
}
@media only screen and (min-width: 768px) {
  .product-panel-home {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .product-panel-home .element {
    float: left;
    width: 50%;
    height: 650px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
  }
  .product-panel-home .element:nth-of-type(3) {
    width: 58%;
  }
  .product-panel-home .element:nth-of-type(4),
  .product-panel-home .element:nth-of-type(5) {
    width: 42%;
  }
  .product-panel-home .element:nth-of-type(3) {
    height: 750px;
  }
  .product-panel-home .element:nth-of-type(4),
  .product-panel-home .element:nth-of-type(5) {
    height: 375px;
  }
  .product-panel-home .element:hover .item-hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
  .product-panel-home .element.hover-state-reverse .item-hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
  .product-panel-home .element .text-wrapper {
    position: absolute;
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 5;
  }
  .product-panel-home .element .product-image {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
  }
  .product-panel-home .element .outer-item {
    padding: 30px;
  }
  .product-panel-home .element .text-wrapper {
    left: 30px;
    top: 30px;
    right: 30px;
    bottom: 30px;
  }
  .product-panel-home .element .inner-item {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
  }
  .product-panel-home .element .highlight-text {
    margin-bottom: 15px;
  }
  .product-panel-home .element .product-subtitle {
    margin-bottom: 5px;
  }
  .product-panel-home .element .product-icon {
    height: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .product-panel-home .element {
    -webkit-transform: translate(0, 0) !important;
    -moz-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    -webkit-opacity: 1 !important;
    opacity: 1 !important;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
    filter: alpha(opacity=100) !important;
  }
}
.title-with-three-items-panel {
  text-align: center;
  margin: 50px 0 90px 0;
  padding-left: constant(safe-area-inset-left);
  padding-left: env(safe-area-inset-left);
  padding-right: constant(safe-area-inset-left);
  padding-right: env(safe-area-inset-left);
}
.title-with-three-items-panel.text-align-left {
  text-align: left;
}
.title-with-three-items-panel.text-align-left .item {
  max-width: none !important;
}
.title-with-three-items-panel.text-align-left .image {
  margin: 0 !important;
}
.title-with-three-items-panel .main-title {
  color: #000;
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 25px;
}
.title-with-three-items-panel .item {
  max-width: 295px;
  margin: 0 auto;
}
.title-with-three-items-panel .image {
  width: 150px;
  margin: 0 auto;
}
.title-with-three-items-panel h4,
.title-with-three-items-panel .h4 {
  letter-spacing: -0.5px;
  line-height: 25px;
  margin: 34px 0 12px;
  color: #38424B;
}
.title-with-three-items-panel .body-text {
  color: #38424B;
}
@media only screen and (min-width: 768px) {
  .title-with-three-items-panel .main-title {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .title-with-three-items-panel {
    margin: 25px 0 50px 0;
  }
  .title-with-three-items-panel .item {
    max-width: none;
    margin-bottom: 25px;
  }
  .title-with-three-items-panel .image {
    width: 70px;
  }
  .title-with-three-items-panel h4,
  .title-with-three-items-panel .h4 {
    margin-top: 15px;
  }
  .title-with-three-items-panel h5 {
    font-size: 16px;
  }
}
.text-with-three-grids-panel {
  padding-top: 50px;
  padding-bottom: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-left: constant(safe-area-inset-left);
  padding-left: env(safe-area-inset-left);
  padding-right: constant(safe-area-inset-left);
  padding-right: env(safe-area-inset-left);
}
@media only screen and (max-width: 768px) {
  .text-with-three-grids-panel.node-6173 {
    background-image: url('../jpg/thread-background-mobile.jpg') !important;
  }
}
.text-with-three-grids-panel .stars {
  max-width: 400px;
  margin: auto;
}
.text-with-three-grids-panel .stars-wrapper {
  margin: 60px 0;
}
.text-with-three-grids-panel .title-text-wrap {
  text-align: center;
  max-width: 800px;
  margin: 20px auto;
}
.text-with-three-grids-panel .title-text-wrap .text {
  margin-top: 16px;
  font-size: 15px;
  font-family: "UniversNextLight";
  font-weight: 300;
  color: #000;
  line-height: 22px;
}
.text-with-three-grids-panel .title-text-wrap.color-text0 .title,
.text-with-three-grids-panel .title-text-wrap.color-text0 .text {
  color: #fff;
}
.text-with-three-grids-panel .title-text-wrap.color-text1 .title,
.text-with-three-grids-panel .title-text-wrap.color-text1 .text {
  color: #000;
}
.text-with-three-grids-panel .title-text-wrap .matter-logo,
.text-with-three-grids-panel .title-text-wrap .thread-logo {
  margin: auto;
  padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .text-with-three-grids-panel .title-text-wrap .matter-logo,
  .text-with-three-grids-panel .title-text-wrap .thread-logo {
    padding-bottom: 20px;
  }
}
.text-with-three-grids-panel .title-text-wrap .matter-logo {
  max-width: 250px;
}
@media only screen and (max-width: 768px) {
  .text-with-three-grids-panel .title-text-wrap .matter-logo {
    max-width: 200px;
  }
}
.text-with-three-grids-panel .title-text-wrap .thread-logo {
  max-width: 150px;
}
@media only screen and (max-width: 768px) {
  .text-with-three-grids-panel .title-text-wrap .thread-logo {
    max-width: 120px;
  }
}
.text-with-three-grids-panel .box {
  position: relative;
}
.text-with-three-grids-panel .box .image-title-wrap {
  width: 100px;
  height: auto;
  margin: auto;
}
.text-with-three-grids-panel .box .text-link-wrap.white-text .text {
  opacity: 1;
}
.text-with-three-grids-panel .box .text-link-wrap.white-text .body-text p {
  color: white;
}
.text-with-three-grids-panel .box .text-link-wrap .body-text strong {
  font-family: 'UniversNextBold';
  font-weight: 300;
}
.text-with-three-grids-panel .box .text-link-wrap .body-text p:nth-child(2) {
  opacity: 0.8;
  margin-top: 20px;
}
.text-with-three-grids-panel .box .text {
  padding: 15px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .text-with-three-grids-panel {
    padding-top: 60px;
  }
  .text-with-three-grids-panel .wrap {
    padding: 0;
  }
  .text-with-three-grids-panel .title-text-wrap {
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .text-with-three-grids-panel .title-text-wrap .text {
    font-size: 18px;
    line-height: 30px;
  }
  .text-with-three-grids-panel .maxWidth {
    padding-left: 20px;
    padding-right: 20px;
  }
  .text-with-three-grids-panel .item-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
  }
  .text-with-three-grids-panel .box {
    width: calc(33.33% - 20px);
    margin-bottom: 30px;
  }
  .text-with-three-grids-panel .box:nth-of-type(2),
  .text-with-three-grids-panel .box:nth-of-type(5),
  .text-with-three-grids-panel .box:nth-of-type(8) {
    margin-left: 30px;
    margin-right: 30px;
  }
  .text-with-three-grids-panel .box:nth-of-type(4n + 0) {
    clear: both;
  }
}
@media only screen and (min-width: 1024px) {
  .text-with-three-grids-panel .box .image-title-wrap .title {
    left: 25px;
  }
  .text-with-three-grids-panel .box .text {
    padding: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .text-with-three-grids-panel .box {
    margin-top: 50px;
  }
  .text-with-three-grids-panel .item-wrapper {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .text-with-three-grids-panel .stars {
    max-width: unset;
  }
  .text-with-three-grids-panel .stars-wrapper {
    max-width: 250px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
/* ==========================================================================
   update enlarge image
   ========================================================================== */
.text-with-three-grids-panel .box.enlarge-image .image-title-wrap {
  width: 80%;
  max-width: 300px;
}
.text-with-three-grids-panel .box.enlarge-image .image-title-wrap .ratio-wrap {
  height: 0;
  position: relative;
  padding-bottom: 25%;
}
.text-with-three-grids-panel .box.enlarge-image .image-title-wrap .abs-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}
/* ==========================================================================
   Node specific change
   ========================================================================== */
.text-with-three-grids-panel.node-7726 .title-text-wrap {
  margin: 0 auto;
}
.text-with-three-grids-panel.node-7726 .body-text a,
.text-with-three-grids-panel.node-7726 .body-text p a {
  color: black;
}
.logo-bar-panel {
  padding-left: constant(safe-area-inset-left);
  padding-left: env(safe-area-inset-left);
  padding-right: constant(safe-area-inset-left);
  padding-right: env(safe-area-inset-left);
}
.logo-bar-panel .logo-wrapper {
  margin: 50px 0;
}
.logo-bar-panel .logo-wrapper .element-logo img {
  width: 100% !important;
}
@media only screen and (min-width: 768px) {
  .logo-bar-panel .logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .logo-bar-panel .logo-wrapper .element-logo {
    margin: 20px;
    max-width: 150px;
  }
  .logo-bar-panel .logo-wrapper .element-logo:first-of-type {
    margin-left: 0;
  }
  .logo-bar-panel .logo-wrapper .element-logo:last-of-type {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .logo-bar-panel .logo-wrapper .element-logo {
    margin: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .logo-bar-panel .logo-wrapper {
    flex-flow: row wrap;
    display: flex;
    align-items: center;
  }
  .logo-bar-panel .logo-wrapper .element-logo {
    flex-basis: calc(25% - 20px);
    margin: 10px;
    max-width: none;
  }
}
@media only screen and (max-width: 460px) {
  .logo-bar-panel .logo-wrapper .element-logo {
    flex-basis: calc(33.333% - 20px);
  }
}
.newsletter-panel {
  background-color: #303841;
  padding: 80px 20px 90px;
  text-align: center;
  color: #fff;
}
.newsletter-panel .newsletter-text {
  font-size: 18px;
  line-height: 28px;
  max-width: 450px;
  margin: 20px auto 48px;
  font-family: "UniversNextLight";
}
.newsletter-panel #mc_embed_signup_scroll_home {
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.newsletter-panel input[type="email"] {
  width: 100%;
  height: 48px;
  line-height: 48px;
  border: none;
  padding-left: 10px;
  color: #38424B;
  border-radius: 0 !important;
}
.newsletter-panel input[type="submit"] {
  content: "";
  background: none;
  border: none;
  color: transparent;
  background-image: url("../png/arrow-newsletter.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 10px;
  top: 50%;
  z-index: 10;
  border-radius: 0 !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (max-width: 767px) {
  .newsletter-panel {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .newsletter-panel h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .newsletter-panel input[type="email"] {
    line-height: 26px;
  }
}
.title-logo-panel {
  text-align: center;
  padding-top: 180px;
  padding-bottom: 180px;
}
.title-logo-panel h3 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .title-logo-panel {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.conntect-with-us-panel {
  background-color: #F7F8F9;
  padding: 80px 0;
  padding-left: constant(safe-area-inset-left);
  padding-left: env(safe-area-inset-left);
  padding-right: constant(safe-area-inset-left);
  padding-right: env(safe-area-inset-left);
}
.conntect-with-us-panel .title {
  color: #38424B;
  text-align: center;
  margin-bottom: 60px;
}
.conntect-with-us-panel .juicer-feed .j-paginate {
  border: 1px solid #2574C3;
  color: #2574C3;
  text-transform: none;
  font-size: 20px;
  font-family: "UniversNextLight";
  min-width: 195px;
}
.conntect-with-us-panel .juicer-feed .j-paginate:hover {
  background: #2574C3;
}
.conntect-with-us-panel .juicer-feed a:hover {
  color: #2574C3;
}
.conntect-with-us-panel .juicer-feed .j-paginate:hover {
  color: #fff;
}
.conntect-with-us-panel .juicer-feed .j-meta a {
  color: #38424B;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.conntect-with-us-panel .juicer-feed .j-meta a:hover {
  color: #2574C3;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.conntect-with-us-panel .juicer-feed.modern li.feed-item {
  border: 1px solid #cfcfcf;
}
.conntect-with-us-panel .j-poster {
  display: none;
}
.conntect-with-us-panel .j-loading {
  border-color: #2574C3;
}
.j-overlay .j-post-overlay.juicer-feed a.juicer-button {
  border: 1px solid #2574C3;
  color: #2574C3;
}
.j-overlay .j-post-overlay.juicer-feed a.juicer-button:hover {
  background: #2574C3;
}
.j-overlay .juicer-feed a:hover {
  color: #2574C3;
}
@media only screen and (max-width: 767px) {
  .conntect-with-us-panel {
    padding: 60px 0;
  }
  .conntect-with-us-panel .title {
    margin-bottom: 30px;
  }
  .conntect-with-us-panel .juicer-feed .j-paginate {
    font-size: 15px;
    width: 100%;
    padding: 20px 0 15px;
    margin: 20px auto 0;
  }
}
.page-node-786 h1,
.page-node-786 h2,
.page-node-786 h3,
.page-node-786 h4 {
  font-family: "UniversNextLight-Cn";
}
.title-text-icon-panel {
  padding: 40px 0;
}
.title-text-icon-panel h3 {
  margin-bottom: 30px;
}
.title-text-icon-panel .center-wrapper-inline-block {
  margin-top: 16px;
}
.title-text-icon-panel.logo-next-to-headline h3 {
  display: inline-flex;
  align-items: center;
}
.title-text-icon-panel.logo-next-to-headline .center-wrapper-inline-block {
  margin-top: 0;
  height: 77px;
}
.title-text-icon-panel.logo-next-to-headline .element-logos-wrap {
  display: inline-block;
  font-size: 0;
  /* width: 77px; */
  height: 77px;
  overflow: hidden;
  margin-right: 20px;
}
.title-text-icon-panel.logo-next-to-headline .element-logos-wrap .element-logo {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .title-text-icon-panel {
    text-align: center;
    padding: 60px 0;
  }
}
.title-text-icon-panel.node-4802 {
  position: relative;
}
.title-text-icon-panel.node-4802 .bg-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.title-text-icon-panel.node-4802 .maxWidth {
  position: relative;
}
.title-text-icon-panel.node-5194 {
  padding-bottom: 0;
}
.image-panel {
  padding: 20px 0;
}
.image-panel a {
  display: inline-block;
}
.page-type-eve-page-ecosystem .image-panel:nth-last-child(2) {
  padding: 20px 0 60px 0;
}
.image-panel .body-text {
  margin-top: 20px;
  /*a {
      position: relative;
      color: @colorEveLightBlue;

      &:after {
        content: "";
        position: absolute;
        right: -15px;
        top: 50%;
        .translate(0, -50%);
        width: 8px;
        height: 14px;
        background-image: url("../eve-images/general/link-icon.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
      }
    }*/
}
@media only screen and (min-width: 768px) {
  .image-panel {
    padding: 40px 0;
  }
  .page-type-eve-page-ecosystem .image-panel:nth-last-child(2) {
    padding: 40px 0 100px 0;
  }
  .image-panel .body-text {
    margin-top: 40px;
  }
}
.half-image-text-logo-panel {
  margin-top: 40px;
  margin-bottom: 40px;
}
.half-image-text-logo-panel.logo-next-to-headline h3 {
  display: inline-flex;
  align-items: center;
}
.half-image-text-logo-panel.logo-next-to-headline .center-wrapper-inline-block {
  margin-top: 0;
  height: 77px;
}
.half-image-text-logo-panel.logo-next-to-headline .element-logos-wrap {
  display: inline-block;
  font-size: 0;
  /* width: 77px; */
  height: 77px;
  overflow: hidden;
  margin-right: 20px;
}
.half-image-text-logo-panel.logo-next-to-headline .element-logos-wrap .element-logo {
  margin-bottom: 0;
}
.half-image-text-logo-panel:not(.no-bg-color) .inner-panel {
  background-color: #F7F8F9;
}
.half-image-text-logo-panel .col-image.background-image .main-image {
  background-size: cover;
  background-position: center;
}
.half-image-text-logo-panel .inner-title {
  margin-bottom: 15px;
}
.half-image-text-logo-panel .body-text {
  max-width: 465px;
}
.half-image-text-logo-panel .center-wrapper-inline-block {
  margin-top: 16px;
}
.half-image-text-logo-panel .buy-now-button .btn {
  color: white;
}
.half-image-text-logo-panel.inverse-background {
  background-color: #141316;
  color: white;
  padding-bottom: 40px;
  margin: 0;
}
.half-image-text-logo-panel.inverse-background .inner-panel {
  background-color: #141316;
}
.half-image-text-logo-panel.inverse-background .inner-panel .col-text {
  background-color: #141316;
}
.half-image-text-logo-panel.inverse-background .inner-panel .body-text {
  color: white;
}
.half-image-text-logo-panel.node-5175 {
  margin: 20px 0 90px 0;
}
@media only screen and (max-width: 768px) {
  .half-image-text-logo-panel.node-5175 {
    margin: 40px 0 80px 0;
  }
}
.half-image-text-logo-panel .no-image .inner-panel {
  align-items: center;
  text-align: center;
}
.half-image-text-logo-panel .no-image .inner-panel .col-text {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 0!important;
}
.half-image-text-logo-panel .no-image .inner-panel .col-text .body-text {
  max-width: none;
}
@media only screen and (max-width: 768px) {
  .half-image-text-logo-panel .no-image .inner-panel {
    text-align: left;
  }
  .half-image-text-logo-panel .no-image .inner-panel .col-text {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .half-image-text-logo-panel.bg-full-width {
    background-color: #F7F8F9;
  }
  .half-image-text-logo-panel.inverse-background {
    background-color: #141316;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -80px;
    margin-bottom: 0;
  }
  .half-image-text-logo-panel .inner-panel {
    min-height: 620px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .half-image-text-logo-panel .inner-panel.with-padding {
    padding: 40px;
  }
  .half-image-text-logo-panel .col-image.background-image {
    -webkit-align-self: stretch;
    align-self: stretch;
    position: relative;
  }
  .half-image-text-logo-panel .col-image.background-image .main-image {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .half-image-text-logo-panel .col-text,
  .half-image-text-logo-panel .col-image {
    width: 50%;
  }
  .half-image-text-logo-panel.text-right .inner-panel:not(.with-padding) .col-text {
    padding-right: 40px;
  }
  .half-image-text-logo-panel.text-right .inner-panel .col-image {
    order: 1;
  }
  .half-image-text-logo-panel.text-right .inner-panel .col-text {
    order: 2;
    padding-left: 40px;
  }
  .half-image-text-logo-panel:not(.text-right) .inner-panel .col-text {
    padding-right: 20px;
  }
  .half-image-text-logo-panel:not(.text-right) .inner-panel:not(.with-padding) .col-text {
    padding-left: 40px;
  }
  .half-image-text-logo-panel .buy-now-button {
    max-width: 465px;
    float: right;
  }
  .half-image-text-logo-panel .buy-now-button .btn {
    float: right;
    min-width: 195px;
  }
  .half-image-text-logo-panel .buy-now-button.no-float {
    float: none;
    text-align: center;
    max-width: 100%;
  }
  .half-image-text-logo-panel .buy-now-button.no-float .btn {
    float: none;
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .page-node-3700 .half-image-text-logo-panel.node-3706 {
    margin-bottom: 0;
  }
  .page-node-4318 .half-image-text-logo-panel.node-5150 {
    margin-top: 10px;
  }
  .half-image-text-logo-panel {
    margin-bottom: 50px;
  }
  .half-image-text-logo-panel .col-image.mobile {
    margin-bottom: 10px;
  }
  .half-image-text-logo-panel .col-text,
  .half-image-text-logo-panel .col-image {
    width: 100%;
  }
  .half-image-text-logo-panel .body-text {
    max-width: none;
  }
  .half-image-text-logo-panel .col-text {
    padding-top: 0;
  }
  .half-image-text-logo-panel .col-image {
    padding: 20px 10px 10px;
  }
  .half-image-text-logo-panel .inner-panel {
    padding: 0;
  }
  .half-image-text-logo-panel .inner-panel:not(.with-padding) .col-image {
    padding: 0;
  }
  .half-image-text-logo-panel .inner-panel:not(.with-padding) .col-image.background-image .main-image {
    height: 0;
    padding-bottom: 100%;
  }
  .half-image-text-logo-panel .buy-now-button {
    float: left;
  }
  .half-image-text-logo-panel .buy-now-button .btn {
    min-width: 130px;
  }
  .half-image-text-logo-panel .buy-now-button.no-float {
    float: none;
    text-align: center;
    max-width: 100%;
  }
  .half-image-text-logo-panel .buy-now-button.no-float .btn {
    display: inline-block;
  }
  .half-image-text-logo-panel.no-spacing-top-mobile {
    margin-top: 0;
  }
}
.half-image-text-logo-panel {
  /*&.node-3543{
    margin-bottom: 0;

    .inner-panel.with-padding{
      padding-bottom: 0;
    }
  }*/
}
.half-image-text-logo-panel.node-3543 .inner-panel,
.half-image-text-logo-panel.node-3544 .inner-panel,
.half-image-text-logo-panel.node-3546 .inner-panel,
.half-image-text-logo-panel.node-3547 .inner-panel {
  min-height: 0;
}
.panel-text-with-five-grids {
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  .panel-text-with-five-grids {
    padding: 40px 0;
  }
}
.panel-text-with-five-grids .text a {
  color: #2574C3;
}
.panel-text-with-five-grids .text-wrapper {
  margin: 12px auto;
  text-align: center;
}
.panel-text-with-five-grids .text-wrapper .title {
  margin-bottom: 20px;
}
.panel-text-with-five-grids .text-wrapper .text p {
  font-size: 18px;
  line-height: 30px;
  font-family: 'UniversNextLight';
}
.panel-text-with-five-grids .grid-item {
  padding: 0 16px;
  width: calc(100% - 32px);
}
.panel-text-with-five-grids .grid-item .text-wrapper {
  text-align: unset;
}
.panel-text-with-five-grids .grid-item-wrapper {
  display: flex;
  justify-content: center;
  margin: 12px;
}
.panel-text-with-five-grids .grid-item-wrapper .text {
  margin-top: 10px;
}
.panel-text-with-five-grids .grid-item .image {
  max-width: 236px;
  height: auto;
  margin: auto;
}
.panel-text-with-five-grids .grid-item .image.image-left {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .panel-text-with-five-grids.remove-padding-top {
    padding-top: 0;
  }
  .panel-text-with-five-grids.remove-padding-bottom {
    padding-bottom: 0;
  }
  .panel-text-with-five-grids .grid-item {
    display: flex;
    align-items: center;
    padding: 0;
    width: 100%;
    margin: 20px 0;
  }
  .panel-text-with-five-grids .grid-item .image,
  .panel-text-with-five-grids .grid-item .text-wrapper {
    display: flex;
    flex: 1;
    flex-direction: column;
  }
  .panel-text-with-five-grids .grid-item .text-wrapper {
    margin: 0;
  }
  .panel-text-with-five-grids .grid-item .text-wrapper .title {
    margin-bottom: 0;
  }
  .panel-text-with-five-grids .grid-item-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    margin: 0;
  }
  .panel-text-with-five-grids .grid-item .image {
    max-width: 130px;
  }
}
.panel-youtube-video {
  padding: 60px 0;
}
.panel-youtube-video .wrapper {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
}
.panel-youtube-video .abs-inner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.panel-youtube-video iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .panel-youtube-video {
    padding: 30px 0;
  }
}
.webform-submission-form {
  font-size: 18px;
  font-family: 'UniversNextLight';
  margin: 30px 0;
}
.webform-submission-form .form-item:not(fieldset),
.webform-submission-form .captcha {
  margin: 20px 0;
}
.webform-submission-form fieldset {
  margin: 0;
}
.webform-submission-form label {
  display: block;
  line-height: 30px;
}
.webform-submission-form .form-item.js-form-type-checkbox label {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  vertical-align: top;
  padding-left: 5px;
}
.webform-submission-form textarea,
.webform-submission-form select,
.webform-submission-form input:not([type="checkbox"]):not([type="submit"]) {
  color: #38424B;
  border: solid 1px #ccc;
  width: 50%;
}
.webform-submission-form input {
  height: 48px;
  line-height: 48px;
  padding-left: 10px;
}
.webform-submission-form textarea {
  padding-left: 10px;
}
.webform-submission-form .webform-button--submit {
  font-family: "UniversNextLight";
  background-color: #2574C3;
  padding: 15px 20px;
  font-size: 18px;
  line-height: 18px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border: 0 none;
}
.webform-submission-form .form-actions {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .webform-submission-form {
    font-size: 15px;
  }
  .webform-submission-form .form-item label {
    line-height: 24px;
  }
  .webform-submission-form .form-item.js-form-type-checkbox label {
    height: 40px;
    line-height: 40px;
  }
  .webform-submission-form .form-item input {
    height: 40px;
    line-height: 40px;
    padding-left: 8px;
    width: 100%;
  }
  .webform-submission-form .form-item textarea {
    width: 100%;
  }
  .webform-submission-form .webform-button--submit {
    padding: 10px 15px;
    font-size: 15px;
    line-height: 15px;
  }
}
.hero-headline-panel {
  padding-top: 160px;
  padding-bottom: 100px;
  text-align: center;
  color: #000000;
}
.hero-headline-panel .body-text,
.hero-headline-panel .body-text p {
  color: inherit;
}
.hero-headline-panel.white-text {
  color: white;
}
.hero-headline-panel .inner-title {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .hero-headline-panel {
    text-align: left;
    padding-top: 120px;
    padding-bottom: 50px;
  }
}
.social-icon-panel {
  text-align: center;
  padding: 60px 0;
  color: #38424B;
}
.social-icon-panel .social-icons {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.social-icon-panel .social-icons .social-link {
  width: 25px;
  margin: 0 17.5px;
}
@media only screen and (min-width: 768px) {
  .social-icon-panel {
    padding: 80px 0;
  }
}
.product-teaser .product-teaser-background {
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 1199px) and (min-height: 768px) {
  .product-teaser.node-5153 .product-teaser-left {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .product-teaser.node-5153 .col-6 {
    vertical-align: middle;
  }
}
.product-teaser.node-5153 .btn.teasser-btn {
  color: black;
}
.product-teaser .teasser-btn {
  color: white;
  display: inline-block;
  margin-top: 30px;
  min-width: 195px;
}
.product-teaser h1 {
  color: white;
  font-family: "UniversNextBold-Cn";
  font-weight: 100;
}
.product-teaser h2 {
  color: white;
}
.product-teaser .product-teaser-left {
  vertical-align: middle;
  padding-left: 75px;
}
.product-teaser .product-teaser-product-shot {
  padding: 50px;
}
.product-teaser .product-teaser-product-shot.mobile {
  padding: 50px 0;
}
@media only screen and (max-width: 768px) {
  .product-teaser .product-teaser-left {
    padding-top: 40px;
    padding-left: 20px;
  }
  .product-teaser h1 {
    padding-bottom: 10px;
  }
  .product-teaser .teasser-btn {
    min-width: 130px;
    margin-top: 20px;
  }
}
.product-teaser.centered-layout {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 120px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .product-teaser.centered-layout {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.product-teaser.centered-layout h1 {
  color: black;
}
.product-teaser.centered-layout h2 {
  color: #2574C3;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .product-teaser.centered-layout h2 {
    margin-bottom: 8px;
  }
}
.product-teaser.centered-layout .btn {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .product-teaser.centered-layout .btn {
    margin-top: 30px;
  }
}
.product-bundles-panel .product-container {
  background-color: #eeeeee;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}
.product-bundles-panel .bundles-container {
  padding-left: 10px;
  padding-right: 10px;
}
.product-bundles-panel .buy-btn {
  display: inline-block;
  color: white;
  padding-left: 35px;
  padding-right: 35px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.product-bundles-panel .product-image {
  padding: 35px;
  max-width: 450px;
  margin: auto;
}
.product-bundles-panel .badge-image {
  position: absolute;
  top: 0px;
  left: 15px;
  width: 70px;
  height: auto;
}
.product-bundles-panel h2 {
  font-family: "UniversNextBold-Cn";
  font-weight: 300;
  color: #9b032c;
}
.product-bundles-panel .text-container {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  .product-bundles-panel .bundles-container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .product-bundles-panel .buy-btn {
    margin-bottom: 20px;
  }
  .product-bundles-panel .badge-image {
    width: 50px;
  }
  .product-bundles-panel .product-image {
    padding: 20px;
  }
}
.panel-2col-text-with-logo {
  padding-top: 40px;
  padding-bottom: 40px;
}
.panel-2col-text-with-logo .inner-panel {
  padding-left: 40px;
  padding-right: 40px;
}
.panel-2col-text-with-logo h3 {
  margin-bottom: 15px;
}
.panel-2col-text-with-logo .element-logos-wrap {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .panel-2col-text-with-logo .inner-panel {
    padding-left: 0;
    padding-right: 0;
  }
  .panel-2col-text-with-logo .element-logos-wrap {
    margin-top: 15px;
  }
  .panel-2col-text-with-logo .col-6:last-of-type {
    margin-top: 30px;
  }
  .panel-2col-text-with-logo.no-spacing-top-mobile {
    padding-top: 0;
  }
}
.panel-2col-text-with-logo.node-6955 {
  background-color: #000;
  color: white;
  padding-top: 0;
}
.panel-2col-text-with-logo.node-6955 .body-text p {
  color: white;
}
.big-image-slider.node-6971 {
  background-color: black;
}
@media only screen and (max-width: 767px) {
  .big-image-slider.node-6971 {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.flexible-header .header {
  background-repeat: no-repeat;
  background-position: center;
}
.flexible-header .foreground-mobile {
  display: none;
}
.flexible-header .foreground-desktop {
  display: block;
}
.flexible-header .foreground-images {
  padding: 0px;
  padding-top: 100px;
}
.flexible-header .header-title {
  text-align: center;
  color: white;
  padding: 40px;
}
.flexible-header h1 {
  padding-bottom: 10px;
  font-family: "UniversNextBold-Cn";
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .flexible-header .foreground-desktop {
    display: none;
  }
  .flexible-header .foreground-mobile {
    display: block;
  }
  .flexible-header .header-title {
    padding: 25px;
  }
}
@media only screen and (max-width: 1024px) {
  .flexible-header .foreground-images {
    padding-top: 90px;
  }
}
.panel-eve-element-hero-header {
  overflow: hidden;
  width: 100vw;
}
.panel-eve-element-hero-header .title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 40px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.panel-eve-element-hero-header .title.colorWhite {
  color: #fff;
}
.panel-eve-element-hero-header .title.colorBlack {
  color: #38424b;
}
@media only screen and (max-width: 500px) {
  .panel-eve-element-hero-header {
    height: 60vh;
  }
  .panel-eve-element-hero-header img {
    height: 100%;
    width: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
  }
}
.video-panel {
  position: relative;
  overflow: hidden;
}
.video-panel .center-text {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s ease-out;
}
.video-panel .center-text h1.product-name {
  font-size: 90px;
  line-height: auto;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1023px) {
  .video-panel .center-text h1.product-name {
    font-size: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .video-panel .center-text h1.product-name {
    font-size: 40px;
  }
}
.video-panel.played .center-text {
  opacity: 1;
}
.video-panel.text-pos-top-left .center-text {
  top: 100px;
  left: 0;
  transform: none;
  width: 100%;
}
.video-panel.text-pos-top-right .center-text {
  top: 100px;
  left: 0;
  text-align: right;
  transform: none;
  width: 100%;
}
.video-panel.text-pos-bottom-left .center-text {
  top: auto;
  bottom: 60px;
  left: 0;
  transform: none;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .video-panel.text-pos-bottom-left .center-text {
    bottom: 20px;
  }
}
.video-panel.text-pos-bottom-right .center-text {
  top: auto;
  bottom: 60px;
  left: 0;
  text-align: right;
  transform: none;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .video-panel.text-pos-bottom-right .center-text {
    bottom: 20px;
  }
}
.video-panel .thumbnail {
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 0.5s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 0.5s cubic-bezier(0.5, 0.15, 0.33, 1);
}
.video-panel video {
  position: relative;
  margin-bottom: -5px;
  z-index: 1;
}
.video-panel .play-button {
  z-index: 3;
  height: 100px;
  width: 100px;
  background-image: url("../png/play-button.png");
  background-size: cover;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 0.5s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 0.5s cubic-bezier(0.5, 0.15, 0.33, 1);
}
.video-panel .play-button:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  -moz-transform: translate(-50%, -50%) scale(1.2);
  -o-transform: translate(-50%, -50%) scale(1.2);
  -ms-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}
.video-panel.played .thumbnail,
.video-panel.played .play-button {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .video-panel .play-button {
    height: 70px;
    width: 70px;
  }
}
body.page-type-blog-page-post .video-panel .play-button {
  background-color: #c5c5c5;
  border-radius: 100%;
}
.product-overview-shop-panel {
  padding-top: 40px;
  padding-bottom: 40px;
}
.product-overview-shop-panel .hidden-from-store-filter {
  display: none !important;
}
.product-overview-shop-panel .error-message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: white;
  background-color: #3B444E;
  padding: 8px;
  font-size: 14px;
  font-family: "UniversNextLight";
  font-weight: 300;
}
.product-overview-shop-panel ul {
  padding-left: 20px;
}
.product-overview-shop-panel ul li {
  list-style-type: disc;
}
.product-overview-shop-panel .wrap {
  padding-left: 20px;
  padding-right: 20px;
}
.product-overview-shop-panel .title-text-wrap {
  text-align: center;
}
.product-overview-shop-panel .title-text-wrap h3,
.product-overview-shop-panel .title-text-wrap p {
  color: black;
}
.product-overview-shop-panel .title-text-wrap h3 {
  margin-bottom: 30px;
}
.product-overview-shop-panel .title-text-wrap p {
  margin-bottom: 60px;
  line-height: 1.5em;
}
.product-overview-shop-panel.headline-white .title-text-wrap h3,
.product-overview-shop-panel.headline-white .title-text-wrap p {
  color: white;
}
.product-overview-shop-panel .outer-wrap {
  position: relative;
}
.product-overview-shop-panel .outer-wrap.loading .loading-icon {
  display: inline-block;
  opacity: 1;
  background-image: url("../gif/loading.gif");
  background-size: cover;
  width: 30px;
  height: 30px;
}
.product-overview-shop-panel .loading-icon {
  display: none;
}
.product-overview-shop-panel .content {
  margin-top: 20px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.product-overview-shop-panel .content .product {
  padding: 20px;
  position: relative;
  text-align: center;
  background-color: #fbfbfb;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-bottom: 20px;
}
.product-overview-shop-panel .content .product:hover {
  -webkit-box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.2);
}
.product-overview-shop-panel .content .product .product-name {
  font-family: "UniversNextBold-Cn";
  font-weight: 100;
  margin-top: 10px;
}
.product-overview-shop-panel .content .product .claim {
  font-size: 20px;
  font-family: "UniversNextLight";
  font-weight: 300;
  margin: 10px 0 20px;
}
.product-overview-shop-panel .content .product .description {
  font-family: "UniversNextLight";
  font-weight: 300;
  line-height: 20px;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 95px;
}
.product-overview-shop-panel .content .product .description a {
  color: #2574C3;
  font-weight: bold;
}
.product-overview-shop-panel .content .product .description-price {
  margin: 0px 60px;
  font-family: "UniversNextLight";
  font-weight: 300;
  line-height: 20px;
}
.product-overview-shop-panel .content .product .description-price p {
  margin: 0px;
  font-size: 13px;
}
.product-overview-shop-panel .content .product .discount-text {
  margin-top: 11px;
  color: #000;
  font-family: "UniversNextBold";
  font-weight: 300;
}
.product-overview-shop-panel .content .product .discount-wrap {
  position: absolute;
  left: 0;
  top: 36px;
  background-color: #080F49;
  padding: 8px 18px;
  color: #fff;
  font-size: 20px;
  font-family: "UniversNextBold";
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .product-overview-shop-panel .content .product .discount-wrap {
    top: 25px;
    padding: 5px 12px;
  }
}
.product-overview-shop-panel .content .product p {
  margin: 20px 0;
  line-height: 1.5em;
}
.product-overview-shop-panel .content .product a.btn,
.product-overview-shop-panel .content .product div.btn {
  min-width: 180px;
  color: #fff;
  display: inline-block;
  margin-top: 20px;
}
.product-overview-shop-panel .content .product .product-image {
  max-width: 190px;
  margin: 0 auto;
}
.product-overview-shop-panel .content .product .price {
  font-size: 20px;
  text-align: center;
}
.product-overview-shop-panel .content .product .price .price-val {
  font-family: "UniversNextBold-Cn";
  font-weight: 100;
}
.product-overview-shop-panel .content .product .price .vat {
  font-size: 12px;
  padding-top: 3px;
}
.product-overview-shop-panel .content.two-col-grid .product .product-image {
  max-width: 240px;
}
.product-overview-shop-panel.products-transparent .content .product {
  background-color: rgba(251, 251, 251, 0.5);
}
.product-shop-popup .discount-wrap {
  position: absolute;
  left: 0;
  top: 36px;
  background-color: #000;
  padding: 8px 18px;
  color: #fff;
  font-size: 20px;
  font-family: "UniversNextBold";
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .product-shop-popup .discount-wrap {
    top: 25px;
    padding: 5px 12px;
  }
}
@media only screen and (min-width: 768px) {
  .product-overview-shop-panel {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .product-overview-shop-panel .content {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: -10px;
    margin-top: 10px;
  }
  .product-overview-shop-panel .content .product {
    padding: 20px 20px 35px;
    margin: 10px;
    width: calc(50% - 20px);
  }
  .product-overview-shop-panel .content .product .buy-button a.btn {
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .product-overview-shop-panel .content:not(.two-col-grid) .product {
    width: calc(33.333% - 20px);
  }
}
.product-overview-shop-panel .toggle-btn {
  color: #2574C3;
  font-size: 15px;
  line-height: 15px;
  font-family: "UniversNextBold";
  font-weight: 300;
  cursor: pointer;
}
.product-overview-shop-panel .description-new {
  margin-bottom: 20px;
}
.product-overview-shop-panel .content .product .claim {
  margin-bottom: 10px;
}
.product-shop-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(59, 68, 78, 0.85);
  z-index: 105;
}
.product-shop-popup .inner-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  width: 100%;
  max-width: 800px;
}
.product-shop-popup .popup-close {
  position: absolute;
  top: -10px;
  right: 0;
  width: 29px;
  cursor: pointer;
  transform: translate(0, -100%);
}
.product-shop-popup .popup-prev,
.product-shop-popup .popup-next {
  width: 11px;
  cursor: pointer;
  position: absolute;
  top: 50%;
}
.product-shop-popup .popup-prev {
  left: -20px;
  transform: translate(-100%, -50%);
}
.product-shop-popup .popup-next {
  right: -20px;
  transform: translate(100%, -50%);
}
.product-shop-popup .flex-wrap .mobile-center-wrap {
  display: flex;
  align-items: stretch;
}
.product-shop-popup .flex-wrap .left-column,
.product-shop-popup .flex-wrap .right-column {
  width: 50%;
}
.product-shop-popup .flex-wrap .left-column {
  background-color: #E3E7EB;
  position: relative;
}
.product-shop-popup .flex-wrap .left-column .product-image {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-shop-popup .flex-wrap .left-column .discount-wrap {
  position: absolute;
  left: 0;
  top: 36px;
  background-color: #000;
  padding: 8px 18px;
  color: #fff;
  font-size: 20px;
  font-family: "UniversNextBold";
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .product-shop-popup .flex-wrap .left-column .discount-wrap {
    top: 25px;
    padding: 5px 12px;
  }
}
.product-shop-popup .flex-wrap .right-column {
  padding-top: 60px;
  padding-left: 45px;
  padding-right: 35px;
  padding-bottom: 45px;
}
.product-shop-popup .flex-wrap .right-column .product-name,
.product-shop-popup .flex-wrap .right-column .claim {
  text-align: center;
}
.product-shop-popup .flex-wrap .right-column .product-name {
  font-family: "UniversNextBold-Cn";
  font-weight: 100;
  font-size: 26px;
  line-height: 30px;
}
.product-shop-popup .flex-wrap .right-column .claim {
  font-size: 20px;
  font-family: "UniversNextLight";
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 25px;
}
.product-shop-popup .flex-wrap .right-column ul {
  padding-left: 0;
}
.product-shop-popup .flex-wrap .right-column li {
  list-style: none;
  padding-left: 15px;
  position: relative;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
  font-family: "UniversNextLight";
  font-weight: 300;
}
.product-shop-popup .flex-wrap .right-column li:last-of-type {
  margin-bottom: 0;
}
.product-shop-popup .flex-wrap .right-column li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #2574C3;
}
.product-shop-popup .flex-wrap .right-column .price-buy-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 35px;
}
.product-shop-popup .flex-wrap .right-column .price-buy-wrap .price-wrap .price {
  font-size: 22px;
  font-family: "UniversNextBold-Cn";
  font-weight: 100;
}
.product-shop-popup .flex-wrap .right-column .price-buy-wrap .price-wrap .price-sub-text {
  font-size: 10px;
  font-family: "UniversNextLight";
  font-weight: 300;
  margin-top: 5px;
}
.product-shop-popup .flex-wrap .right-column .price-buy-wrap .btn {
  color: white;
  white-space: nowrap;
  margin-left: 20px;
}
@media only screen and (max-width: 1023px) {
  .product-shop-popup .inner-popup {
    max-width: calc(100% - 100px);
  }
}
@media only screen and (max-width: 767px) {
  .product-shop-popup .inner-popup {
    top: 50px;
    transform: translate(-50%, 0);
    height: calc(100% - 70px);
    max-width: calc(100% - 30px);
  }
  .product-shop-popup .popup-close {
    width: 25px;
  }
  .product-shop-popup .popup-prev,
  .product-shop-popup .popup-next {
    top: -15px;
  }
  .product-shop-popup .popup-prev {
    transform: translate(-30px, -100%);
    left: 50%;
  }
  .product-shop-popup .popup-next {
    transform: translate(30px, -100%);
    right: 50%;
  }
  .product-shop-popup .flex-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    overflow-y: scroll;
    height: 100%;
  }
  .product-shop-popup .flex-wrap .mobile-center-wrap {
    display: block;
  }
  .product-shop-popup .flex-wrap .left-column,
  .product-shop-popup .flex-wrap .right-column {
    width: 100%;
  }
  .product-shop-popup .flex-wrap .left-column {
    background-color: transparent;
  }
  .product-shop-popup .flex-wrap .left-column:after {
    content: "";
    position: absolute;
    top: auto;
    bottom: 40%;
    left: 0;
    width: 100%;
    height: 200%;
    background-color: #E3E7EB;
    z-index: -1;
  }
  .product-shop-popup .flex-wrap .left-column .product-image {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding-top: 25px;
    padding-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
  .product-shop-popup .flex-wrap .right-column {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
  .product-shop-popup .flex-wrap .right-column .product-name,
  .product-shop-popup .flex-wrap .right-column .claim {
    text-align: left;
  }
  .product-shop-popup .flex-wrap .right-column .product-name {
    margin-bottom: 5px;
  }
  .product-shop-popup .flex-wrap .right-column .claim {
    margin-top: 0;
  }
  .product-shop-popup .flex-wrap .right-column .price-buy-wrap {
    margin-top: 30px;
  }
  .product-shop-popup .flex-wrap .right-column li {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 10px;
  }
}
.panel-new-story {
  position: relative;
  padding: 60px 0 80px;
}
.panel-new-story h2.title {
  font-family: "UniversNextBold-Cn";
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 300;
}
.panel-new-story .body-text {
  margin-bottom: 30px;
}
.panel-new-story .buy-btn {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.panel-new-story .buy-btn .btn {
  line-height: 55px;
  color: #fff;
}
.panel-new-story .asterik {
  text-align: center;
  opacity: 0.6;
}
.panel-new-story .product-wrapper {
  text-align: center;
}
.panel-new-story .product-wrapper .product-text {
  font-size: 18px;
  font-family: "UniversNextLight";
  font-weight: 300;
}
.panel-new-story .product-wrapper .product-image {
  max-width: 200px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .panel-new-story .product-wrapper {
    padding: 30px 80px;
  }
  .panel-new-story .product-wrapper .flex-wrap {
    display: flex;
    align-items: baseline;
    max-width: 700px;
    margin: 0 auto;
    justify-content: center;
  }
  .panel-new-story .product-wrapper .flex-wrap .product {
    width: 33.33%;
  }
}
@media only screen and (max-width: 767px) {
  .panel-new-story {
    padding: 50px 0;
  }
  .panel-new-story .product-wrapper {
    padding-top: 30px;
  }
  .panel-new-story .product-wrapper .product {
    margin-bottom: 20px;
  }
}
.webform-zendesk {
  padding-top: 25px;
  padding-bottom: 25px;
  min-height: calc(100vh - 677px);
  /* ==========================================================================
    Forms
    ========================================================================== */
}
.webform-zendesk #form {
  display: none;
}
.webform-zendesk .supoort-btn {
  color: white;
  display: inline-block;
}
.webform-zendesk .floating-container {
  position: relative;
  margin-top: 15px;
}
.webform-zendesk .floating-label {
  position: absolute;
  left: 1em;
  top: -0.5em;
  font-size: 80%;
  font-family: "UniversNextBold-Cn";
  font-weight: 300;
}
.webform-zendesk .floating-textarea {
  margin-top: 25px;
}
.webform-zendesk .floating-textarea .floating-label {
  top: -1.5em;
}
.webform-zendesk textarea {
  height: 8em !important;
  margin-top: 1em;
}
.webform-zendesk #issueSelector,
.webform-zendesk #categorySelector,
.webform-zendesk #countrySelector,
.webform-zendesk #productSelector,
.webform-zendesk #topicSelector,
.webform-zendesk #serialNumberSelector,
.webform-zendesk #serialNumberSelector > p#serial-number-validation,
.webform-zendesk #lowerFormFields {
  display: none;
}
.webform-zendesk #loading_button_text {
  display: none;
}
.webform-zendesk .error_input_field {
  border-bottom: 2px solid #cc0000 !important;
  -webkit-transition: all 0.6s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 0.6s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 0.6s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 0.6s cubic-bezier(0.5, 0.15, 0.33, 1);
}
.webform-zendesk .error_textarea {
  border-bottom: 2px solid #cc0000 !important;
  border-left: 2px solid #cc0000 !important;
  -webkit-transition: all 0.6s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 0.6s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 0.6s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 0.6s cubic-bezier(0.5, 0.15, 0.33, 1);
}
.webform-zendesk .error_btn {
  background-color: #cc0000 !important;
  -webkit-transition: all 0.6s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 0.6s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 0.6s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 0.6s cubic-bezier(0.5, 0.15, 0.33, 1);
}
.webform-zendesk #send_popup_container {
  max-width: 600px;
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  padding: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  color: white;
  z-index: 10;
}
.webform-zendesk #send_popup {
  background-color: #303841;
  padding: 30px;
}
.webform-zendesk #send_popup h2 {
  padding-bottom: 15px;
}
.webform-zendesk .disabled_form {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.webform-zendesk .loader {
  width: 40px;
  height: 40px;
  background-color: #2574C3;
  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.webform-zendesk .input-field {
  font-size: 20px;
  line-height: 44px;
  height: 44px;
  font-family: "UniversNextLight";
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: 0;
}
.webform-zendesk .form-field {
  width: 100%;
  margin: 10px 0;
}
.webform-zendesk input[type="text"],
.webform-zendesk input[type="email"] {
  color: #000;
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #000;
  border-radius: 0;
  padding-left: 14px;
}
.webform-zendesk input[type="text"]::-webkit-input-placeholder,
.webform-zendesk input[type="email"]::-webkit-input-placeholder {
  color: #999;
}
.webform-zendesk input[type="text"]::-moz-placeholder,
.webform-zendesk input[type="email"]::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.webform-zendesk input[type="text"]:-ms-input-placeholder,
.webform-zendesk input[type="email"]:-ms-input-placeholder {
  color: #999;
}
.webform-zendesk textarea {
  font-size: 20px;
  line-height: 1.2;
  height: 175px;
  font-family: "UniversNextLight";
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: 0;
  color: #000;
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  border-radius: 0;
  padding-left: 14px;
  resize: none;
  width: 100%;
}
.webform-zendesk textarea::-webkit-input-placeholder {
  color: #999;
}
.webform-zendesk textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.webform-zendesk textarea:-ms-input-placeholder {
  color: #999;
}
.webform-zendesk select {
  color: #000;
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #000;
  padding-left: 14px;
  border-radius: 0;
  background-image: url("../svg/drop-down-black.svg");
  background-size: 12px 8px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  font-size: 20px;
  line-height: 44px;
  height: 44px;
  font-family: "UniversNextLight";
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: 0;
}
@media only screen and (max-width: 767px) {
  .webform-zendesk {
    min-height: calc(100vh - 567px);
  }
  .webform-zendesk #send_popup {
    padding: 20px;
  }
}
body.page-node-2364 .text-panel-with-background-image.background-video {
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media only screen and (max-width: 767px) {
  body.page-node-2364 .text-panel-with-background-image.background-video video.mobile {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  body.page-node-2364 .text-panel-with-background-image.background-video video.desktop {
    display: block;
  }
}
body.page-node-2364 .text-panel-with-background-image.background-video .text-wrap {
  display: none;
}
@media only screen and (max-width: 767px) {
  body.page-node-3700 .panelPadding.node-3716 {
    padding-top: 0;
  }
}
body.page-node-3700.power-plug-au .text-panel-with-bg-switch.node-3705,
body.page-node-3700.power-plug-cn .text-panel-with-bg-switch.node-3705 {
  display: none;
}
body.page-node-3700.power-plug-au .panel-2col-text-with-logo.node-4407,
body.page-node-3700.power-plug-tw .panel-2col-text-with-logo.node-4407,
body.page-node-3700.power-plug-jp .panel-2col-text-with-logo.node-4407,
body.page-node-3700.power-plug-cn .panel-2col-text-with-logo.node-4407 {
  display: none;
}
body.page-node-3700.power-plug-eu .panel-2col-text-with-logo.node-4405,
body.page-node-3700.power-plug-uk .panel-2col-text-with-logo.node-4405,
body.page-node-3700.power-plug-us .panel-2col-text-with-logo.node-4405 {
  display: none;
}
body.page-node-3700 .element-logo.node-187,
body.page-node-3700 .element-logo.node-2883,
body.page-node-3700 .element-logo.node-3743 {
  display: none;
}
body.page-node-3700.power-plug-eu .element-logo.node-187 {
  display: block;
}
body.page-node-3700.power-plug-us .element-logo.node-2883 {
  display: block;
}
body.page-node-3700.power-plug-uk .element-logo.node-3743 {
  display: block;
}
body.page-node-3700.power-plug-au .product-hero-panel.node-4651 .usp-section .usp-item:nth-child(1),
body.page-node-3700.power-plug-tw .product-hero-panel.node-4651 .usp-section .usp-item:nth-child(1),
body.page-node-3700.power-plug-jp .product-hero-panel.node-4651 .usp-section .usp-item:nth-child(1),
body.page-node-3700.power-plug-cn .product-hero-panel.node-4651 .usp-section .usp-item:nth-child(1),
body.page-node-3700.power-plug-au .product-hero-panel.node-4651 .usp-section .usp-item:nth-child(4),
body.page-node-3700.power-plug-tw .product-hero-panel.node-4651 .usp-section .usp-item:nth-child(4),
body.page-node-3700.power-plug-jp .product-hero-panel.node-4651 .usp-section .usp-item:nth-child(4),
body.page-node-3700.power-plug-cn .product-hero-panel.node-4651 .usp-section .usp-item:nth-child(4),
body.page-node-3700.power-plug-au .product-hero-panel.node-4651 .usp-section .usp-item:nth-child(5),
body.page-node-3700.power-plug-tw .product-hero-panel.node-4651 .usp-section .usp-item:nth-child(5),
body.page-node-3700.power-plug-jp .product-hero-panel.node-4651 .usp-section .usp-item:nth-child(5),
body.page-node-3700.power-plug-cn .product-hero-panel.node-4651 .usp-section .usp-item:nth-child(5) {
  display: none;
}
body.page-node-3700.power-plug-au .element-logo.node-4666,
body.page-node-3700.power-plug-tw .element-logo.node-4666,
body.page-node-3700.power-plug-jp .element-logo.node-4666,
body.page-node-3700.power-plug-cn .element-logo.node-4666 {
  display: none;
}
body.page-node-3700.power-plug-au .half-image-text-logo-panel.node-4646,
body.page-node-3700.power-plug-tw .half-image-text-logo-panel.node-4646,
body.page-node-3700.power-plug-jp .half-image-text-logo-panel.node-4646,
body.page-node-3700.power-plug-cn .half-image-text-logo-panel.node-4646 {
  display: none;
}
body.page-node-4577 .text-panel-with-headline.n-id-4580 {
  padding-bottom: 0;
}
body.page-node-4577 .image-panel.node-4583 {
  padding-top: 0px;
}
body.page-node-4577 .half-image-text-logo-panel.node-4621 .inner-panel {
  min-height: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  body.page-node-1332 .text-image-panel-half-half.node-3110 {
    margin-bottom: 0 !important;
  }
}
@media only screen and (min-width: 768px) {
  body.page-node-1332 .text-image-panel-half-half.node-3123 {
    margin-bottom: 0 !important;
  }
}
body.page-node-1332 .half-image-text-logo-panel.node-4654 {
  margin-top: 0 !important;
}
body.page-node-1332 .half-image-text-logo-panel.node-4654 .inner-panel.with-padding {
  padding-top: 0 !important;
}
body.page-node-1332 .half-image-text-logo-panel.node-4654 .inner-panel {
  min-height: auto !important;
}
body.page-node-1332 .text-with-three-grids-panel {
  padding-top: 0 !important;
}
body.page-node-1332 .text-with-three-grids-panel .item-wrapper {
  margin-top: -50px !important;
}
body.page-node-2364 .text-image-panel-half-half.node-2363 {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  body.page-node-2364 .text-image-panel-half-half.node-2363 {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  body.page-node-2364 .half-image-text-logo-panel.node-2369 {
    margin-bottom: 0;
  }
}
body.page-node-2364 .half-image-text-logo-panel.node-2369 .inner-panel.with-padding {
  padding-bottom: 0;
}
body.page-node-3700 .text-image-panel-half-half.node-3701 .inner-panel {
  padding-top: 0;
  padding-bottom: 0;
}
body.page-node-3700 .half-image-text-logo-panel.node-3706 .inner-panel.with-padding,
body.page-node-3700 .half-image-text-logo-panel.node-4646 .inner-panel.with-padding {
  padding-bottom: 0;
  min-height: 0;
}
body.page-node-3700 .text-with-three-grids-panel.node-4469 {
  padding-top: 0;
}
body.page-node-3700 .text-with-three-grids-panel.node-4469 .item-wrapper {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  body.page-node-3700 .big-grid-panel.n-id-3711 {
    padding-bottom: 0;
  }
  body.page-node-3700 .panelPadding.node-3716 {
    padding-bottom: 40px;
  }
}
.eve-page-app {
  /* ==========================================================================
   hero panel
   ========================================================================== */
  /* ==========================================================================
   ipad-panel
   ========================================================================== */
}
.eve-page-app .hero-panel-app {
  overflow: hidden;
  position: relative;
  height: 100vh;
  background-color: #DFE6E9;
}
.eve-page-app .hero-panel-app .element-logos-wrap {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 10;
}
.eve-page-app .hero-panel-app .element-logos-wrap .element-logo {
  margin-bottom: 0;
}
.eve-page-app .hero-panel-app .bg-layer {
  position: absolute;
  bottom: -18%;
  width: 140%;
  left: 33%;
  z-index: 4;
}
.eve-page-app .hero-panel-app .bg-layer .bg-circle,
.eve-page-app .hero-panel-app .bg-layer .blurred-circle {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.eve-page-app .hero-panel-app .bg-layer .circle {
  position: relative;
  z-index: 5;
}
.eve-page-app .hero-panel-app .bg-layer .bg-circle {
  z-index: 4;
}
.eve-page-app .hero-panel-app .bg-layer .blurred-circle {
  z-index: 3;
}
.eve-page-app .hero-panel-app .text-layer {
  text-align: center;
  padding-top: 155px;
  position: relative;
  z-index: 5;
}
.eve-page-app .hero-panel-app .text-layer h3 {
  margin-bottom: 30px;
}
.eve-page-app .hero-panel-app .phone-layer {
  position: absolute;
  left: 0;
  height: 100%;
  top: 50%;
  z-index: 10;
}
.eve-page-app .hero-panel-app .phone-layer img {
  height: 100%;
  width: auto;
}
.eve-page-app .hero-panel-app .phone-layer .iphone {
  position: relative;
  z-index: 3;
}
.eve-page-app .hero-panel-app .phone-layer .screenshot,
.eve-page-app .hero-panel-app .phone-layer .homebutton {
  position: absolute;
  top: 2.6%;
  left: 18%;
  width: 64%;
  height: auto;
  z-index: 1;
}
.eve-page-app .hero-panel-app .phone-layer .homebutton {
  z-index: 2;
}
.eve-page-app .hero-panel-app .phone-layer .prev-btn,
.eve-page-app .hero-panel-app .phone-layer .next-btn {
  width: 73px;
  height: 73px;
  top: 50%;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  z-index: 5;
}
.eve-page-app .hero-panel-app .phone-layer .prev-btn {
  left: 2%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-image: url('../png/arrow-left.png');
}
.eve-page-app .hero-panel-app .phone-layer .next-btn {
  right: 2%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-image: url('../png/arrow-right.png');
}
.eve-page-app .hero-panel-app .slideshow-layer {
  position: absolute;
  top: 50%;
  left: 30%;
  z-index: 9;
  width: 70%;
}
.eve-page-app .hero-panel-app .slideshow-layer .inner-slider-wrap {
  overflow-x: hidden;
}
.eve-page-app .hero-panel-app .slideshow-layer:after {
  clear: both;
  display: block;
  content: "";
}
.eve-page-app .hero-panel-app .slideshow-layer #phone-slider {
  width: 50vw;
  float: right;
}
.eve-page-app .hero-panel-app .slideshow-layer .slick-list {
  overflow: visible;
}
.eve-page-app .hero-panel-app .slideshow-layer .phone-slide {
  padding: 30px;
  background-color: white;
  margin-left: 15px;
  margin-right: 15px;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.eve-page-app .hero-panel-app .slideshow-layer .phone-slide .icon-active {
  display: none;
}
.eve-page-app .hero-panel-app .slideshow-layer .phone-slide.slick-current {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.eve-page-app .hero-panel-app .slideshow-layer .phone-slide.slick-current .icon-active {
  display: block;
}
.eve-page-app .hero-panel-app .slideshow-layer .phone-slide.slick-current .icon-normal {
  display: none;
}
.eve-page-app .hero-panel-app .slideshow-layer .phone-slide:not(.slick-current) {
  cursor: pointer;
}
.eve-page-app .hero-panel-app .slideshow-layer .phone-slide .phone-slide-title.active {
  color: #000;
  border-bottom: 2px solid black;
}
.eve-page-app .hero-panel-app .slideshow-layer .phone-slide .icon-wrap {
  width: 46px;
  margin-bottom: 20px;
}
.eve-page-app .hero-panel-app .slideshow-layer .phone-slide .titles-wrap {
  margin-bottom: 20px;
}
.eve-page-app .hero-panel-app .slideshow-layer .phone-slide .titles-wrap:after {
  clear: both;
  display: block;
  content: "";
}
.eve-page-app .hero-panel-app .slideshow-layer .phone-slide .phone-slide-title {
  float: left;
  margin-left: 15px;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-weight: 100;
  line-height: 26px;
  font-family: 'UniversNextLight';
  color: #000;
  border-bottom: 2px solid transparent;
}
.eve-page-app .hero-panel-app .slideshow-layer .phone-slide .phone-slide-title.active {
  color: #000;
  border-bottom: 2px solid black;
  font-family: 'UniversNextBold';
  font-weight: 300;
}
.eve-page-app .hero-panel-app .slideshow-layer .phone-slide .phone-slide-title:first-of-type {
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .eve-page-app .hero-panel-app .slideshow-layer .phone-slide .phone-slide-title:not(:first-of-type) {
    line-height: 28px;
  }
}
@media only screen and (min-width: 1024px) {
  .eve-page-app .hero-panel-app .slideshow-layer .phone-slide .phone-slide-title:not(:first-of-type) {
    line-height: 30px;
  }
}
.eve-page-app .hero-panel-app .slideshow-layer .phone-slide .phone-slide-text {
  display: none;
  font-size: 16px;
  line-height: 24px;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
  font-weight: 300;
  font-family: 'UniversNextLight';
}
.eve-page-app .hero-panel-app .slideshow-layer .phone-slide .phone-slide-text.active {
  display: block;
}
.eve-page-app .hero-panel-app .slideshow-layer .dots-wrap {
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.eve-page-app .hero-panel-app .slideshow-layer .slick-dots {
  position: absolute;
  top: -40px;
  left: 66px;
  width: calc(100% - 124px);
}
.eve-page-app .hero-panel-app .slideshow-layer .slick-dots li {
  display: inline-block;
  margin: 0;
  height: 2px;
  width: 20%;
  position: relative;
}
.eve-page-app .hero-panel-app .slideshow-layer .slick-dots li button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-size: 0;
  color: transparent;
  background-color: transparent;
  outline: 0;
  border: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
  border-radius: 0;
  cursor: pointer;
}
.eve-page-app .hero-panel-app .slideshow-layer .slick-dots li.slick-active button {
  background-color: #2574C3;
}
.eve-page-app .hero-panel-app .bg-layer {
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.eve-page-app .hero-panel-app .bg-layer img {
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.eve-page-app .hero-panel-app .bg-layer .circle,
.eve-page-app .hero-panel-app .bg-layer .bg-circle {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.eve-page-app .hero-panel-app .bg-layer .blurred-circle {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.eve-page-app .hero-panel-app .text-layer {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.eve-page-app .hero-panel-app .phone-layer {
  -webkit-transform: translateX(50vw) translateX(-50%) translateY(0) scale(0.9);
  -moz-transform: translateX(50vw) translateX(-50%) translateY(0) scale(0.9);
  -o-transform: translateX(50vw) translateX(-50%) translateY(0) scale(0.9);
  -ms-transform: translateX(50vw) translateX(-50%) translateY(0) scale(0.9);
  transform: translateX(50vw) translateX(-50%) translateY(0) scale(0.9);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  margin-top: 20px;
}
.eve-page-app .hero-panel-app .slideshow-layer {
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.eve-page-app .hero-panel-app .element-logos-wrap {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.eve-page-app .hero-panel-app.second-step .bg-layer {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.eve-page-app .hero-panel-app.second-step .bg-layer .circle,
.eve-page-app .hero-panel-app.second-step .bg-layer .bg-circle {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.eve-page-app .hero-panel-app.second-step .bg-layer .blurred-circle {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.eve-page-app .hero-panel-app.second-step .text-layer {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.eve-page-app .hero-panel-app.second-step .phone-layer {
  -webkit-transform: translate(100px, -50%) scale(1);
  -moz-transform: translate(100px, -50%) scale(1);
  -o-transform: translate(100px, -50%) scale(1);
  -ms-transform: translate(100px, -50%) scale(1);
  transform: translate(100px, -50%) scale(1);
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.eve-page-app .hero-panel-app.second-step .slideshow-layer {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.eve-page-app .hero-panel-app.second-step .element-logos-wrap {
  -webkit-transform: translate(0, 0px);
  -moz-transform: translate(0, 0px);
  -o-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  transform: translate(0, 0px);
}
.eve-page-app .hero-panel-app.preload .text-layer {
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  transform: translate(0, 100px);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.eve-page-app .hero-panel-app.preload .phone-layer {
  -webkit-transform: translateX(50vw) translateX(-50%) translateY(50%) scale(0.9);
  -moz-transform: translateX(50vw) translateX(-50%) translateY(50%) scale(0.9);
  -o-transform: translateX(50vw) translateX(-50%) translateY(50%) scale(0.9);
  -ms-transform: translateX(50vw) translateX(-50%) translateY(50%) scale(0.9);
  transform: translateX(50vw) translateX(-50%) translateY(50%) scale(0.9);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.eve-page-app .hero-panel-app.preload .bg-layer {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
@media only screen and (min-width: 1024px) and (min-height: 900px) {
  .eve-page-app .hero-panel-app .text-layer {
    padding-top: 20vh;
  }
}
@media only screen and (min-width: 769px) and (max-height: 650px) {
  .eve-page-app .hero-panel-app .text-layer {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 769px) and (max-height: 400px) and (orientation: landscape) {
  .eve-page-app .hero-panel-app .text-layer {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1023px) {
  .eve-page-app .hero-panel-app .slideshow-layer .phone-slide {
    padding: 20px;
  }
  .eve-page-app .hero-panel-app .slideshow-layer .phone-slide .icon-wrap {
    width: 37px;
  }
  .eve-page-app .hero-panel-app .slideshow-layer .phone-slide .phone-slide-title {
    font-size: 15px;
  }
  .eve-page-app .hero-panel-app .slideshow-layer .phone-slide .phone-slide-text {
    font-size: 15px;
  }
  .eve-page-app .hero-panel-app .slideshow-layer #phone-slider {
    width: 55vw;
  }
  .eve-page-app .hero-panel-app .slideshow-layer .dots-wrap {
    width: 55vw;
  }
  .eve-page-app .hero-panel-app .phone-layer .next-btn {
    right: 0%;
  }
  .eve-page-app .hero-panel-app .phone-layer .prev-btn {
    left: 0%;
  }
  .eve-page-app .hero-panel-app.second-step .phone-layer {
    -webkit-transform: translate(50px, -50%) scale(1);
    -moz-transform: translate(50px, -50%) scale(1);
    -o-transform: translate(50px, -50%) scale(1);
    -ms-transform: translate(50px, -50%) scale(1);
    transform: translate(50px, -50%) scale(1);
  }
  .eve-page-app .hero-panel-app .phone-layer {
    -webkit-transform: translateX(50vw) translateX(-50%) translateY(0);
    -moz-transform: translateX(50vw) translateX(-50%) translateY(0);
    -o-transform: translateX(50vw) translateX(-50%) translateY(0);
    -ms-transform: translateX(50vw) translateX(-50%) translateY(0);
    transform: translateX(50vw) translateX(-50%) translateY(0);
  }
}
@media only screen and (max-width: 768px) {
  .eve-page-app .hero-panel-app {
    text-align: center;
    height: auto;
    padding-bottom: 50px;
  }
  .eve-page-app .hero-panel-app .bg-layer {
    top: 110px;
    bottom: auto;
    right: auto;
    left: -3%;
    width: 180%;
  }
  .eve-page-app .hero-panel-app .text-layer {
    padding-top: 90px;
  }
  .eve-page-app .hero-panel-app .text-layer h3 {
    margin-bottom: 20px;
  }
  .eve-page-app .hero-panel-app .read-more-btn {
    color: #2574C3;
    display: inline-flex;
    margin-top: 10px;
    align-items: center;
    cursor: pointer;
  }
  .eve-page-app .hero-panel-app .read-more-btn .text {
    font-size: 15px;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
    -moz-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
    transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
    max-width: 120px;
    overflow: hidden;
    white-space: nowrap;
  }
  .eve-page-app .hero-panel-app .read-more-btn img {
    width: 14px;
    margin-left: 10px;
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
    -moz-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
    transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .eve-page-app .hero-panel-app .read-more-btn.active img {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .eve-page-app .hero-panel-app .read-more-btn.active .text {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    max-width: 0;
  }
  .eve-page-app .hero-panel-app .element-logos-wrap {
    position: relative;
    right: auto;
    bottom: auto;
    display: inline-block;
    margin-top: 55px;
  }
  .eve-page-app .hero-panel-app .phone-layer {
    margin-top: 30px;
    position: relative;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    height: auto;
    width: calc(100% - 60px);
    display: inline-block;
    left: auto;
    top: auto;
  }
  .eve-page-app .hero-panel-app .phone-layer img {
    width: 100%;
    height: auto;
  }
  .eve-page-app .hero-panel-app .slideshow-layer {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    top: auto;
    left: auto;
    width: 100%;
    z-index: 15;
    text-align: left;
    position: relative;
    margin-top: -50px;
  }
  .eve-page-app .hero-panel-app .slideshow-layer .dots-wrap {
    display: none;
  }
  .eve-page-app .hero-panel-app .slideshow-layer #phone-slider {
    width: 100%;
  }
  .eve-page-app .hero-panel-app .slideshow-layer .phone-slide {
    margin-left: 5px;
    margin-right: 5px;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    padding-left: 15px;
    padding-right: 15px;
  }
  .eve-page-app .hero-panel-app .slideshow-layer .phone-slide .phone-slide-title {
    font-size: 14px;
  }
  .eve-page-app .hero-panel-app .slideshow-layer .phone-slide .phone-slide-text {
    font-size: 14px;
  }
  .eve-page-app .hero-panel-app .element-logos-wrap {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transition: all 0.5s cubic-bezier(0.5, 0.15, 0.33, 1);
    -moz-transition: all 0.5s cubic-bezier(0.5, 0.15, 0.33, 1);
    -o-transition: all 0.5s cubic-bezier(0.5, 0.15, 0.33, 1);
    transition: all 0.5s cubic-bezier(0.5, 0.15, 0.33, 1);
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }
  .eve-page-app .hero-panel-app.second-step .element-logos-wrap,
  .eve-page-app .hero-panel-app.second-step .text-layer,
  .eve-page-app .hero-panel-app.second-step .slideshow-layer {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .eve-page-app .hero-panel-app.second-step .text-layer {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
  .eve-page-app .hero-panel-app.second-step .phone-layer {
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    width: 100%;
    -webkit-transform: translate(0, 0) scale(1);
    -moz-transform: translate(0, 0) scale(1);
    -o-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }
  .eve-page-app .hero-panel-app.preload .element-logos-wrap {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
  }
  .eve-page-app .hero-panel-app.preload .phone-layer {
    -webkit-transform: translate(0, 100px);
    -moz-transform: translate(0, 100px);
    -o-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
}
@media only screen and (min-width: 768px) and (max-height: 400px) and (orientation: landscape) {
  .eve-page-app .hero-panel-app .phone-layer {
    top: calc(50% + 40px);
    -webkit-transform: translateX(20vw) translateX(-50%) translateY(0);
    -moz-transform: translateX(20vw) translateX(-50%) translateY(0);
    -o-transform: translateX(20vw) translateX(-50%) translateY(0);
    -ms-transform: translateX(20vw) translateX(-50%) translateY(0);
    transform: translateX(20vw) translateX(-50%) translateY(0);
  }
  .eve-page-app .hero-panel-app .element-logos-wrap {
    bottom: calc(constant(safe-area-inset-right) + 20px);
    bottom: calc(env(safe-area-inset-right) + 20px);
    right: 20px;
  }
  .eve-page-app .hero-panel-app.second-step .element-logos-wrap {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    pointer-events: none;
  }
  .eve-page-app .hero-panel-app .slideshow-layer .phone-slide {
    margin-left: 10px;
    margin-right: 10px;
    padding: 15px;
  }
  .eve-page-app h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .eve-page-app .body-text,
  .eve-page-app .body-text p {
    font-size: 16px;
    line-height: 23px;
  }
}
@media only screen and (min-width: 1024px) {
  .eve-page-app .hero-panel-app .slideshow-layer .slick-dots {
    left: 36px;
    width: calc(100% - 116px);
  }
}
@media only screen and (min-width: 1200px) {
  .eve-page-app .hero-panel-app .slideshow-layer .slick-dots {
    width: calc(100% - 200px);
  }
}
@media only screen and (min-width: 1340px) {
  .eve-page-app .hero-panel-app .slideshow-layer .slick-dots {
    width: calc(100% - 270px);
  }
}
@media only screen and (min-width: 1500px) {
  .eve-page-app .hero-panel-app .slideshow-layer .slick-dots {
    width: calc(100% - 360px);
  }
}
@media only screen and (min-width: 1800px) {
  .eve-page-app .hero-panel-app .slideshow-layer .slick-dots {
    width: calc(100% - 460px);
  }
}
@media only screen and (min-width: 2200px) {
  .eve-page-app .hero-panel-app .slideshow-layer .slick-dots {
    width: calc(100% - 600px);
  }
}
.eve-page-app .ipad-panel {
  background-color: #F7F7F7;
  padding-top: 100px;
  text-align: center;
  overflow: hidden;
  padding-bottom: 30px;
}
.eve-page-app .ipad-panel h3 {
  margin-bottom: 20px;
}
.eve-page-app .ipad-panel .text-wrap {
  margin-bottom: 50px;
}
.eve-page-app .ipad-panel .ipad-image-wrap {
  max-width: 993px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.eve-page-app .ipad-panel .ipad-image-wrap .ipad-slider {
  position: absolute;
  top: 7.8%;
  left: 13.1%;
  width: 72.9%;
}
.eve-page-app .ipad-panel .ipad-slider-outer-wrap {
  position: relative;
}
.eve-page-app .ipad-panel .ipad-slider-outer-wrap .slick-next,
.eve-page-app .ipad-panel .ipad-slider-outer-wrap .slick-prev {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 73px;
  height: 73px;
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 45%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: transparent;
  font-size: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  z-index: 5;
}
.eve-page-app .ipad-panel .ipad-slider-outer-wrap .slick-next {
  background-image: url('../png/arrow-right-blue.png');
  right: 0;
}
.eve-page-app .ipad-panel .ipad-slider-outer-wrap .slick-prev {
  background-image: url('../png/arrow-left-blue.png');
  left: 0;
}
.eve-page-app .ipad-panel .slick-dots {
  position: absolute;
  left: 50%;
  bottom: -100px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  white-space: nowrap;
}
.eve-page-app .ipad-panel .slick-dots li {
  display: inline-block;
  width: 40px;
  height: 2px;
}
.eve-page-app .ipad-panel .slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: transparent;
  color: transparent;
  font-size: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  border: none;
  margin: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
}
.eve-page-app .ipad-panel .slick-dots li.slick-active button {
  background-color: #2574C3;
}
@media only screen and (max-width: 1023px) {
  .eve-page-app .ipad-panel .ipad-slider-outer-wrap .slick-next,
  .eve-page-app .ipad-panel .ipad-slider-outer-wrap .slick-prev {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .eve-page-app .ipad-panel {
    padding-top: 40px;
    text-align: left;
  }
  .eve-page-app .ipad-panel .slick-dots {
    bottom: -50px;
  }
  .eve-page-app .ipad-panel .text-wrap {
    margin-bottom: 10px;
  }
  .eve-page-app .ipad-panel .ipad-image-wrap {
    width: 110%;
    margin-left: -5%;
  }
}
.blog-panel-app-screens.no-slide-show .app-screens-wrap {
  display: flex;
}
.blog-panel-app-screens.no-slide-show .app-screens-wrap .blog-element-app-screen,
.blog-panel-app-screens.no-slide-show .app-screens-wrap .element-app-screen-text {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  margin-right: 30px;
}
.blog-panel-app-screens.no-slide-show .app-screens-wrap .blog-element-app-screen:last-of-type,
.blog-panel-app-screens.no-slide-show .app-screens-wrap .element-app-screen-text:last-of-type {
  margin-right: 0;
}
.blog-panel-app-screens.is-slide-show:not(.is-slide-version-2) .app-screens-wrap .blog-element-app-screen,
.blog-panel-app-screens.is-slide-show:not(.is-slide-version-2) .app-screens-wrap .element-app-screen-text {
  margin-left: 15px;
  margin-right: 15px;
}
@media only screen and (max-width: 1023px) {
  .blog-panel-app-screens.is-slide-show:not(.is-slide-version-2) {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-panel-app-screens.is-slide-show:not(.is-slide-version-2) {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.blog-panel-app-screens .slick-arrow {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 34px;
  height: 34px;
  cursor: pointer;
  position: absolute;
  appearance: none;
  font-size: 0;
  color: transparent;
  background-color: transparent;
  outline: 0;
  border: 0;
  padding: 0;
  margin: 0;
  top: 50%;
  z-index: 5;
}
.blog-panel-app-screens .slick-arrow.slick-prev {
  background-image: url('../png/arrow_left.png');
  left: -10px;
  transform: translate(-100%, -50%);
}
.blog-panel-app-screens .slick-arrow.slick-next {
  background-image: url('../png/arrow_right.png');
  right: -10px;
  transform: translate(100%, -50%);
}
@media only screen and (max-width: 767px) {
  .blog-panel-app-screens .slick-arrow {
    width: 22px;
    height: 22px;
  }
}
.blog-panel-app-screens.is-slide-version-2 .inner-wrap-panel {
  background-color: #F7F8FA;
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 50px;
  padding-right: 50px;
}
.blog-panel-app-screens.is-slide-version-2 .blog-element-app-screen .inner-wrap {
  display: flex;
  align-items: center;
}
.blog-panel-app-screens.is-slide-version-2 .blog-element-app-screen .inner-wrap img {
  width: 45%;
}
.blog-panel-app-screens.is-slide-version-2 .blog-element-app-screen .inner-wrap .caption {
  margin-top: 0;
  padding-left: 50px;
}
.blog-panel-app-screens.is-slide-version-2 .slick-arrow {
  top: auto;
  bottom: 15px;
  width: 27px;
  height: 27px;
}
.blog-panel-app-screens.is-slide-version-2 .slick-arrow.slick-disabled {
  opacity: 0.5;
}
.blog-panel-app-screens.is-slide-version-2 .slick-arrow.slick-prev {
  background-image: url('../png/arrow-left-v2.png');
  right: 10px;
  left: auto;
  transform: translate(-100%, 0);
}
.blog-panel-app-screens.is-slide-version-2 .slick-arrow.slick-next {
  background-image: url('../png/arrow-right-v2.png');
  right: -10px;
  transform: none;
}
@media only screen and (max-width: 767px) {
  .blog-panel-app-screens .app-screens-wrap {
    display: block;
  }
  .blog-panel-app-screens .app-screens-wrap .blog-element-app-screen,
  .blog-panel-app-screens .app-screens-wrap .element-app-screen-text {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .blog-panel-app-screens .app-screens-wrap .blog-element-app-screen:last-of-type,
  .blog-panel-app-screens .app-screens-wrap .element-app-screen-text:last-of-type {
    margin-bottom: 0;
  }
  .blog-panel-app-screens.is-slide-version-2 .inner-wrap-panel {
    padding-left: 0;
    padding-right: 0;
  }
  .blog-panel-app-screens.is-slide-version-2 .blog-element-app-screen .inner-wrap {
    display: block;
  }
  .blog-panel-app-screens.is-slide-version-2 .blog-element-app-screen .inner-wrap img {
    width: calc(100% - 140px);
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
  }
  .blog-panel-app-screens.is-slide-version-2 .blog-element-app-screen .inner-wrap .caption {
    padding-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .blog-panel-app-screens.is-slide-version-2 .slick-arrow {
    bottom: auto;
    top: 35%;
  }
  .blog-panel-app-screens.is-slide-version-2 .slick-arrow.slick-disabled {
    opacity: 0.5;
  }
  .blog-panel-app-screens.is-slide-version-2 .slick-arrow.slick-prev {
    background-image: url('../png/arrow-left-v2.png');
    right: auto;
    left: 20px;
    transform: none;
  }
  .blog-panel-app-screens.is-slide-version-2 .slick-arrow.slick-next {
    background-image: url('../png/arrow-right-v2.png');
    right: 20px;
  }
}
.blog-panel-text-and-image .flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.blog-panel-text-and-image .flex-wrap.image-on-left {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .blog-panel-text-and-image .flex-wrap {
    display: block;
  }
  .blog-panel-text-and-image .flex-wrap .text-wrap,
  .blog-panel-text-and-image .flex-wrap .image-wrap {
    width: 100% !important;
  }
  .blog-panel-text-and-image .flex-wrap .image-wrap {
    margin-top: 30px;
  }
}
.blog-panel-text,
.blog-panel-image,
.blog-panel-app-screens,
.blog-panel-text-and-image,
.page-blog-post .panel-flare-iphone {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .blog-panel-text,
  .blog-panel-image,
  .blog-panel-app-screens,
  .blog-panel-text-and-image,
  .page-blog-post .panel-flare-iphone {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.blog-panel-text a,
.blog-panel-image a,
.blog-panel-app-screens a,
.blog-panel-text-and-image a,
.page-blog-post .panel-flare-iphone a {
  color: #2574C3;
  font-family: 'UniversNextBold';
  font-weight: 300;
}
.blog-panel-text b,
.blog-panel-image b,
.blog-panel-app-screens b,
.blog-panel-text-and-image b,
.page-blog-post .panel-flare-iphone b,
.blog-panel-text strong,
.blog-panel-image strong,
.blog-panel-app-screens strong,
.blog-panel-text-and-image strong,
.page-blog-post .panel-flare-iphone strong {
  font-family: 'UniversNextBold';
  font-weight: 300;
}
.blog-panel-text ul,
.blog-panel-image ul,
.blog-panel-app-screens ul,
.blog-panel-text-and-image ul,
.page-blog-post .panel-flare-iphone ul {
  padding-left: 20px;
}
.blog-panel-text ul li,
.blog-panel-image ul li,
.blog-panel-app-screens ul li,
.blog-panel-text-and-image ul li,
.page-blog-post .panel-flare-iphone ul li {
  list-style-type: disc;
}
.blog-panel-text:first-of-type,
.blog-panel-image:first-of-type,
.blog-panel-app-screens:first-of-type,
.blog-panel-text-and-image:first-of-type,
.page-blog-post .panel-flare-iphone:first-of-type {
  padding-top: 0;
}
.page-blog-post .panel-flare-iphone {
  padding-left: 13%;
  padding-right: 13%;
}
@media only screen and (max-width: 1299px) {
  .page-blog-post .panel-flare-iphone {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media only screen and (max-width: 767px) {
  .page-blog-post .panel-flare-iphone {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-blog-post .panel-flare-iphone .col-1.desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .page-blog-post .panel-flare-iphone .col-text {
    width: 45%;
    padding: 0;
  }
  .page-blog-post .panel-flare-iphone .col-between {
    width: 15%;
  }
  .page-blog-post .panel-flare-iphone .col-phone-wrap {
    padding: 0;
    width: 40%;
  }
}
@media only screen and (max-width: 1023px) {
  .page-blog-post .panel-flare-iphone .col-text,
  .page-blog-post .panel-flare-iphone .col-phone-wrap {
    padding: 0 !important;
    width: 100% !important;
    display: block;
  }
  .page-blog-post .panel-flare-iphone .col-between {
    display: none !important;
  }
  .page-blog-post .panel-flare-iphone .col-phone-wrap {
    margin-top: 30px;
  }
}
.page-blog-post .panel-flare-iphone p {
  color: black;
}
.page-blog-post .panel-flare-iphone.no-side-spacings {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.blog-panel-text {
  padding-left: 13%;
  padding-right: 13%;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1299px) {
  .blog-panel-text {
    padding-left: 6%;
    padding-right: 6%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .blog-panel-text {
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0;
    padding-right: 0;
  }
}
.blog-panel-app-screens.align-to-left,
.blog-panel-text-and-image.align-to-left {
  padding-left: 13%;
}
@media only screen and (max-width: 1299px) {
  .blog-panel-app-screens.align-to-left,
  .blog-panel-text-and-image.align-to-left {
    padding-left: 6%;
  }
}
@media only screen and (max-width: 767px) {
  .blog-panel-app-screens.align-to-left,
  .blog-panel-text-and-image.align-to-left {
    padding-left: 0;
  }
}
.blog-panel-app-screens.align-to-right,
.blog-panel-text-and-image.align-to-right {
  padding-right: 13%;
}
@media only screen and (max-width: 1299px) {
  .blog-panel-app-screens.align-to-right,
  .blog-panel-text-and-image.align-to-right {
    padding-right: 6%;
  }
}
@media only screen and (max-width: 767px) {
  .blog-panel-app-screens.align-to-right,
  .blog-panel-text-and-image.align-to-right {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .blog-panel-app-screens,
  .blog-panel-text-and-image {
    padding-right: 0;
  }
  .blog-panel-app-screens .text-wrap,
  .blog-panel-text-and-image .text-wrap,
  .blog-panel-app-screens .element-app-screen-text,
  .blog-panel-text-and-image .element-app-screen-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.blog-panel-image .caption,
.blog-panel-app-screens .caption {
  font-size: 16px;
  font-family: 'UniversNextLight';
  font-weight: 300;
  margin-top: 20px;
}
.blog-panel-text h2,
.blog-panel-text-and-image h2,
.blog-panel-app-screens .element-app-screen-text h2,
.page-blog-post .panel-flare-iphone h2,
.blog-panel-image h2,
body.page-type-blog-page-post .product-overview-shop-panel:not(.node-6571) h2 {
  font-size: 26px;
  line-height: 34px;
  font-family: 'UniversNextLight';
  font-weight: 300;
}
.blog-panel-text h3,
.blog-panel-text-and-image h3,
.blog-panel-app-screens .element-app-screen-text h3,
.page-blog-post .panel-flare-iphone h3,
.blog-panel-image h3,
body.page-type-blog-page-post .product-overview-shop-panel:not(.node-6571) h3 {
  font-size: 20px;
  line-height: 30px;
  font-family: 'UniversNextLight';
  font-weight: 300;
  margin-bottom: 15px;
  /*
    h4 styling copied, check mobile xxx
    font-size: 28px;
    line-height: 38px;
    font-family: "UniversNextBold-Cn";
    font-weight: 300;
    */
}
.blog-panel-text p,
.blog-panel-text-and-image p,
.blog-panel-app-screens .element-app-screen-text p,
.page-blog-post .panel-flare-iphone p,
.blog-panel-image p,
body.page-type-blog-page-post .product-overview-shop-panel:not(.node-6571) p,
.blog-panel-text li,
.blog-panel-text-and-image li,
.blog-panel-app-screens .element-app-screen-text li,
.page-blog-post .panel-flare-iphone li,
.blog-panel-image li,
body.page-type-blog-page-post .product-overview-shop-panel:not(.node-6571) li {
  font-size: 16px;
  line-height: 22px;
  font-family: 'UniversNextLight';
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .blog-panel-text h3,
  .blog-panel-text-and-image h3,
  .blog-panel-app-screens .element-app-screen-text h3,
  .page-blog-post .panel-flare-iphone h3,
  .blog-panel-image h3,
  body.page-type-blog-page-post .product-overview-shop-panel:not(.node-6571) h3 {
    margin-bottom: 10px;
  }
}
.page-blog-post {
  padding-top: 100px;
}
.page-blog-post .blog-panels {
  padding-bottom: 50px;
}
.page-blog-post .hero-image {
  padding-bottom: 60px;
  margin-bottom: 80px;
  position: relative;
}
.page-blog-post .hero-image .ratio-wrap {
  padding-bottom: 30%;
  height: 0;
  position: relative;
}
.page-blog-post .hero-image .abs-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.page-blog-post .hero-image .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-blog-post .hero-image .hero-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.page-blog-post .hero-image .hero-box .inner-box {
  background-color: white;
  padding-top: 30px;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
}
.page-blog-post .hero-image .hero-box .inner-box .categories-tags-wrap {
  color: #000;
  margin-bottom: 35px;
  font-family: 'UniversNextBold-Cn';
  letter-spacing: 0.5px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 300;
}
.page-blog-post .hero-image .hero-box .inner-box .title {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.page-blog-post .hero-image .hero-box .inner-box .bottom-info {
  font-size: 11px;
  font-family: 'UniversNextBold-Cn';
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 300;
}
.page-blog-post .similar-posts {
  background-color: #F7F8FA;
  padding-top: 60px;
  padding-bottom: 80px;
}
.page-blog-post .similar-posts .similar-posts-title {
  margin-bottom: 50px;
  text-align: center;
}
.page-blog-post .similar-posts .posts-wrap {
  display: flex;
}
.page-blog-post .similar-posts .element-blog-post-similar {
  background-color: white;
  padding-top: 20px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 20px;
  margin-right: 30px;
  display: block;
  flex: 1;
}
.page-blog-post .similar-posts .element-blog-post-similar:last-of-type {
  margin-right: 0;
}
.page-blog-post .similar-posts .element-blog-post-similar .category {
  color: #000;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 300;
  margin-bottom: 10px;
  font-family: 'UniversNextBold-Cn';
  letter-spacing: 0.5px;
}
.page-blog-post .similar-posts .element-blog-post-similar .title {
  margin-bottom: 15px;
}
.page-blog-post .similar-posts .element-blog-post-similar .text p {
  font-size: 16px;
  line-height: 22px;
  font-family: 'UniversNextLight';
  font-weight: 300;
  margin-bottom: 15px;
}
.page-blog-post .similar-posts .element-blog-post-similar .date {
  font-family: 'UniversNextBold';
  font-size: 10px;
  letter-spacing: 1.2px;
  color: #000;
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: 300;
}
@media only screen and (min-width: 1024px) {
  .page-blog-post .content-container .row {
    display: flex;
  }
  .page-blog-post .content-container .col,
  .page-blog-post .content-container .col-1,
  .page-blog-post .content-container .col-2,
  .page-blog-post .content-container .col-3,
  .page-blog-post .content-container .col-4,
  .page-blog-post .content-container .col-5,
  .page-blog-post .content-container .col-6,
  .page-blog-post .content-container .col-7,
  .page-blog-post .content-container .col-8,
  .page-blog-post .content-container .col-9,
  .page-blog-post .content-container .col-10,
  .page-blog-post .content-container .col-11,
  .page-blog-post .content-container .col-12 {
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  .page-blog-post .row {
    display: block;
  }
  .page-blog-post .row .col-2,
  .page-blog-post .row .col-8 {
    width: 100%;
    display: block;
  }
  .page-blog-post .hero-image .hero-box .inner-box {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-blog-post .hero-image .hero-box .inner-box .categories-tags-wrap {
    margin-bottom: 15px;
  }
  .page-blog-post .hero-image .hero-box .inner-box .title {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .page-blog-post .hero-image .hero-box {
    margin-top: -100px;
    position: relative;
  }
  .page-blog-post .hero-image {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .page-blog-post .hero-image.mobile-extra .ratio-wrap {
    height: auto;
    padding-bottom: 0;
  }
  .page-blog-post .hero-image.mobile-extra .ratio-wrap .abs-wrap {
    position: relative;
  }
}
.comments-wrap {
  margin-top: 50px;
  border-top: 2px solid #2574C3;
}
.comments-wrap .indented {
  padding-left: 55px;
}
.comments-wrap .indented .indented {
  padding-left: 0;
}
.comments-wrap .indented .comment-wrap {
  position: relative;
}
.comments-wrap .indented .comment-text {
  padding-left: 20px;
  position: relative;
}
.comments-wrap .indented .comment-text:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #2574C3;
}
.comments-wrap .comment-title {
  color: #2574C3;
  font-size: 20px;
  font-family: 'UniversNextBold';
  font-weight: 300;
  padding-top: 15px;
  margin-bottom: 30px;
}
.comments-wrap .bottom-wrap {
  margin-top: 35px;
  padding-top: 30px;
  padding-bottom: 60px;
  border-top: 2px solid #F2F3F4;
}
.comments-wrap .btn {
  color: white;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-family: 'UniversNextBold';
  font-weight: 300;
  width: 100%;
  outline: 0;
  appearance: none;
  border: 0;
}
.comments-wrap label {
  display: none;
}
.comments-wrap .form-item-name {
  margin-bottom: 20px;
}
.comments-wrap .form-wrapper {
  margin-bottom: 30px;
}
.comments-wrap input[type="email"],
.comments-wrap input[type="text"],
.comments-wrap textarea {
  font-family: 'UniversNextLight';
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  padding-left: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid #999999;
  appearance: none;
  outline: 0;
}
.comments-wrap input[type="text"]::-webkit-input-placeholder,
.comments-wrap input[type="text"]::-moz-placeholder,
.comments-wrap input[type="text"]:-ms-input-placeholder,
.comments-wrap input[type="text"]:-moz-placeholder,
.comments-wrap input[type="email"]::-webkit-input-placeholder,
.comments-wrap input[type="email"]::-moz-placeholder,
.comments-wrap input[type="email"]:-ms-input-placeholder,
.comments-wrap input[type="email"]:-moz-placeholder {
  color: #999999;
}
.comments-wrap textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 160px;
}
.comments-wrap input[type="email"],
.comments-wrap input[type="text"] {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .comments-wrap input[type="email"],
  .comments-wrap input[type="text"] {
    width: 100%;
  }
}
.comment-wrap {
  margin-bottom: 15px;
}
.comment-wrap .author-title {
  font-size: 16px;
  font-family: 'UniversNextBold';
  font-weight: 300;
  margin-bottom: 10px;
}
.comment-wrap .submit-date {
  font-family: 'UniversNextBold';
  font-size: 10px;
  letter-spacing: 1.2px;
  color: #000;
  text-transform: uppercase;
  margin-top: 10px;
  display: flex;
  align-items: center;
  font-weight: 300;
}
.comment-wrap .submit-date .reply-btn {
  display: inline-flex;
  align-items: center;
  padding-right: 12px;
  margin-right: 12px;
  border-right: 1px solid #999999;
}
.comment-wrap .submit-date .reply-btn img {
  width: 15px;
  margin-right: 12px;
}
.comment-wrap .comment-text {
  font-size: 16px;
  line-height: 22px;
  font-family: 'UniversNextLight';
  font-weight: 300;
}
.comment-wrap .comment-text .links {
  display: none;
}
.comments-wrap-page-reply {
  padding-top: 200px;
  padding-bottom: 200px;
  margin-top: 0;
  border-top: none;
}
.comments-wrap-page-reply .indented {
  padding-left: 0;
}
.comments-wrap-page-reply .reply-btn {
  display: none !important;
}
.comments-wrap-page-reply form {
  padding-top: 30px;
}
.comments-wrap-page-reply-col-main > .comments-wrap {
  margin-top: 0;
  border-top: none;
}
.blog-post-message,
.drupal-big-message.comment-reply-msg {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  transform: none;
  font-size: 18px;
  line-height: 21px;
  padding-top: 25px;
  font-family: 'UniversNextLight';
  font-weight: 300;
  padding-left: 100px;
  padding-bottom: 25px !important;
}
.blog-post-message .close-message,
.drupal-big-message.comment-reply-msg .close-message {
  display: none;
}
.blog-post-message:before,
.drupal-big-message.comment-reply-msg:before {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(0, -50%);
  content: "";
  width: 44px;
  height: 44px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .blog-post-message,
  .drupal-big-message.comment-reply-msg {
    padding-left: 70px;
  }
  .blog-post-message:before,
  .drupal-big-message.comment-reply-msg:before {
    left: 20px;
    width: 34px;
    height: 34px;
  }
}
.blog-post-message {
  margin-top: 100px;
}
.blog-post-message:before {
  background-image: url('../png/message-success.png');
}
body.message-active-post .page-blog-post {
  padding-top: 0;
}
body.custom-reply-page-with-post form,
body.custom-reply-page-with-post .drupal-big-message.comment-reply-msg {
  max-width: 880px;
  margin: 0 auto;
  padding-bottom: 50px;
  width: 65%;
}
body.custom-reply-page-with-post .drupal-big-message.comment-reply-msg {
  margin-bottom: 50px !important;
}
body.custom-reply-page-with-post .drupal-big-message.comment-reply-msg:before {
  background-image: url('../png/message-error.png');
}
@media only screen and (max-width: 1023px) {
  body.custom-reply-page-with-post .drupal-big-message.comment-reply-msg {
    width: 100%;
    max-width: calc(100% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  body.custom-reply-page-with-post .drupal-big-message.comment-reply-msg {
    max-width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 1023px) {
  body.custom-reply-page-with-post form {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  body.custom-reply-page-with-post form {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.custom-reply-page-with-post input[type="submit"] {
  background-color: #2574C3;
  padding: 15px 20px;
  text-align: center;
  color: white;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-family: 'UniversNextLight';
  font-weight: 300;
  width: 100%;
  outline: 0;
  appearance: none;
  border: 0;
}
body.custom-reply-page-with-post input.error {
  border: 1px solid red;
}
@media only screen and (max-width: 1023px) {
  body.custom-reply-page-with-post .blog-sidebar {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .page-blog-post {
    padding-top: 90px;
  }
  .page-blog-post .hero-image .ratio-wrap {
    padding-bottom: 0;
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .page-blog-post .hero-image {
    margin-bottom: 15px;
  }
  .page-blog-post .hero-image .ratio-wrap {
    height: 320px;
  }
  .page-blog-post .hero-image .hero-box .inner-box {
    padding: 20px;
  }
  .page-blog-post .hero-image .hero-box .inner-box .categories-tags-wrap {
    margin-bottom: 20px;
  }
  .page-blog-post .hero-image .hero-box .inner-box .title {
    margin-bottom: 25px;
  }
  .page-blog-post .similar-posts {
    padding-top: 45px;
    padding-bottom: 40px;
  }
  .page-blog-post .similar-posts .similar-posts-title {
    margin-bottom: 30px;
  }
  .page-blog-post .similar-posts .posts-wrap {
    display: block;
  }
  .page-blog-post .similar-posts .posts-wrap .element-blog-post-similar {
    margin-right: 0;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-blog-post .similar-posts .posts-wrap .element-blog-post-similar:last-of-type {
    margin-bottom: 0;
  }
}
body.page-type-blog-page-post .product-overview-shop-panel .title-text-wrap h3 {
  margin-bottom: 10px;
}
body.page-type-blog-page-post .product-overview-shop-panel .title-text-wrap p {
  margin-bottom: 20px;
}
.page-edit-admin-mode label {
  display: block !important;
}
.comments-wrap:not(.page-edit-admin-mode) .field--name-field-language-posted {
  display: none;
}
body.toolbar-fixed .comment-wrap .comment-text .links {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  color: #2574C3;
}
body.toolbar-fixed .comment-wrap .comment-text .links li {
  margin-right: 10px;
}
body.toolbar-fixed .comment-wrap .comment-text .links li.comment-reply {
  display: none;
}
.filter-search .views-exposed-form {
  visibility: hidden;
  position: absolute;
  pointer-events: none;
  z-index: -5;
  opacity: 0;
}
.blog-sidebar {
  padding-bottom: 50px;
}
.blog-sidebar .blog-box-wrap.categories li {
  font-size: 12px;
  letter-spacing: 1.4px;
  line-height: 12px;
  text-transform: uppercase;
  font-family: 'UniversNextLight';
  font-weight: 300;
  margin-bottom: 15px;
}
.blog-sidebar .blog-box-wrap.categories li.active {
  text-decoration: underline;
}
.blog-sidebar .blog-box-wrap.tags {
  margin-top: 36px;
  padding-top: 36px;
  border-top: 1px solid #E0E0E0;
  margin-bottom: 36px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E0E0E0;
}
.blog-sidebar .blog-box-wrap.tags .search-click {
  display: inline-block;
  border: 1px solid #000;
  color: #000;
  line-height: 12px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'UniversNextBold';
  font-weight: 300;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 6px;
  margin-bottom: 6px;
}
.blog-sidebar .blog-box-wrap.tags .search-click.active {
  color: white;
  background-color: #2574C3;
  border: 1px solid #2574C3;
}
.blog-sidebar .blog-box-wrap select {
  border: 1px solid #E4E4E4;
  width: 100%;
  height: 36px;
  font-size: 12px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  font-family: 'UniversNextLight';
  font-weight: 300;
  -webkit-appearance: none;
  appearance: none;
  background-color: white;
  padding-left: 20px;
  border-radius: 0;
  background-image: url('../png/arrow-down-2.png');
  background-size: 9px 5px;
  background-position: calc(100% - 20px) 50%;
  background-repeat: no-repeat;
}
.blog-sidebar .newsletter-title {
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'UniversNextLight';
  font-weight: 300;
  letter-spacing: 0.7px;
  margin-bottom: 10px;
}
.blog-sidebar .newsletter-text {
  font-size: 16px;
  line-height: 22px;
  font-family: 'UniversNextLight';
  font-weight: 300;
  margin-bottom: 20px;
}
.blog-sidebar .newsletter .cta {
  color: #2574C3;
  line-height: 12px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'UniversNextBold';
  border: 2px solid #2574C3;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .blog-sidebar .blog-box-wrap.tags {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-top: 11px;
    padding-bottom: 16px;
  }
  .blog-sidebar .blog-box-wrap.tags .search-click {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .blog-sidebar .newsletter-text {
    margin-bottom: 15px;
  }
}
.featured-blog-post {
  padding-top: 100px;
}
.featured-blog-post .hero-image {
  padding-bottom: 60px;
  margin-bottom: 80px;
  position: relative;
}
.featured-blog-post .hero-image .ratio-wrap {
  padding-bottom: 38%;
  height: 0;
  position: relative;
}
.featured-blog-post .hero-image .abs-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.featured-blog-post .hero-image .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.featured-blog-post .hero-image .hero-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.featured-blog-post .hero-image .hero-box .inner-box {
  background-color: white;
  padding-top: 30px;
  padding-bottom: 40px;
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
}
.featured-blog-post .hero-image .hero-box .inner-box .categories-tags-wrap {
  color: #000;
  margin-bottom: 35px;
  font-family: 'UniversNextBold-Cn';
  letter-spacing: 0.5px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 300;
}
.featured-blog-post .hero-image .hero-box .inner-box .title {
  font-size: 48px;
  line-height: 50px;
  font-family: 'UniversNextBold-Cn';
  margin-bottom: 20px;
  font-weight: 300;
}
@media only screen and (max-width: 1299px) {
  .featured-blog-post .hero-image .hero-box .inner-box .title {
    font-size: 28px;
    line-height: 35px;
  }
}
.featured-blog-post .hero-image .hero-box .inner-box .text p {
  font-size: 16px;
  line-height: 22px;
  font-family: 'UniversNextLight';
  font-weight: 300;
}
.featured-blog-post .hero-image .hero-box .inner-box .btn-outer-wrap {
  margin-top: 20px;
}
.featured-blog-post .hero-image .hero-box .inner-box .btn-outer-wrap .btn {
  display: inline-block;
  border: 2px solid #2574C3;
  text-transform: uppercase;
  font-family: 'UniversNextBold';
  font-weight: 300;
  letter-spacing: 2.5px;
  font-size: 12px;
  background-color: transparent;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media only screen and (max-width: 1023px) {
  .featured-blog-post .row {
    display: block;
  }
  .featured-blog-post .row .col-2,
  .featured-blog-post .row .col-8 {
    width: 100%;
    display: block;
  }
  .featured-blog-post .hero-image .hero-box .inner-box {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .featured-blog-post .hero-image .hero-box .inner-box .categories-tags-wrap {
    margin-bottom: 15px;
  }
  .featured-blog-post .hero-image .hero-box .inner-box .title {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .featured-blog-post .hero-image .hero-box {
    margin-top: -50px;
    position: relative;
  }
  .featured-blog-post .hero-image {
    margin-bottom: 0;
  }
  .featured-blog-post .hero-image.mobile-extra .ratio-wrap {
    height: auto;
    padding-bottom: 0;
  }
  .featured-blog-post .hero-image.mobile-extra .ratio-wrap .abs-wrap {
    position: relative;
  }
}
body.page-node-2968 .panel-blog-teaser .blog-post-teaser-wrap:after {
  clear: both;
  content: "";
  display: block;
}
body.page-node-2968 .panel-blog-teaser .blog-post-teaser-wrap .blog-post-teaser {
  width: calc(50% - 15px);
  margin-bottom: 30px;
  /*&:nth-child(odd){
          float: left;
        }

        &:nth-child(even){
          float: right;
        }*/
}
body.page-node-2968 .panel-blog-teaser .blog-post-teaser-wrap .blog-post-teaser:last-of-type {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  body.page-node-2968 .panel-blog-teaser .blog-post-teaser-wrap .blog-post-teaser {
    width: 100%;
    margin-bottom: 15px;
  }
  body.page-node-2968 .panel-blog-teaser .blog-post-teaser-wrap .blog-post-teaser:last-of-type {
    margin-bottom: 50px;
  }
}
body.page-node-2968 .panel-blog-teaser .blog-post-teaser-wrap .blog-post-teaser .read-more-btn {
  display: inline-flex;
  align-items: center;
  margin-top: 20px;
}
body.page-node-2968 .panel-blog-teaser .blog-post-teaser-wrap .blog-post-teaser .read-more-btn img {
  width: 21px;
  margin-right: 15px;
}
body.page-node-2968 .panel-blog-teaser .blog-post-teaser-wrap .blog-post-teaser .read-more-btn .text-btn {
  font-size: 12px;
  letter-spacing: 2.5px;
  line-height: 12px;
  font-family: 'UniversNextBold';
  text-transform: uppercase;
  font-weight: 300;
}
body.page-node-2968 .panel-blog-teaser .blog-post-teaser-wrap .blog-post-teaser .text-wrap {
  padding: 25px;
  background-color: white;
  margin-top: -120px;
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.07);
}
body.page-node-2968 .panel-blog-teaser .blog-post-teaser-wrap .blog-post-teaser .top-info {
  color: #000;
  margin-bottom: 15px;
  font-weight: 300;
  font-family: 'UniversNextBold-Cn';
  letter-spacing: 0.5px;
  font-size: 11px;
  text-transform: uppercase;
}
body.page-node-2968 .panel-blog-teaser .blog-post-teaser-wrap .blog-post-teaser .top-info a {
  pointer-events: none;
  margin-right: 20px;
}
body.page-node-2968 .panel-blog-teaser .blog-post-teaser-wrap .blog-post-teaser .top-info a:last-of-type {
  margin-right: 0;
}
body.page-node-2968 .panel-blog-teaser .blog-post-teaser-wrap .blog-post-teaser .title {
  margin-bottom: 15px;
}
body.page-node-2968 .panel-blog-teaser .blog-post-teaser-wrap .blog-post-teaser .text p {
  font-size: 16px;
  line-height: 22px;
  font-family: 'UniversNextLight';
  font-weight: 300;
}
body.page-node-2968 .panel-blog-teaser .blog-post-teaser-wrap .blog-post-teaser.featured-tag {
  border: 4px solid #2574C3;
}
body.page-node-2968 .panel-blog-teaser .blog-post-teaser-wrap .blog-post-teaser.featured-tag .text-wrap {
  margin-top: 0;
  width: 100%;
  padding: 40px;
}
body.page-node-2968 .panel-blog-teaser .blog-post-teaser-wrap .blog-post-teaser.featured-tag .text-wrap .title {
  color: #2574C3;
}
@media only screen and (max-width: 1023px) {
  body.page-node-2968 .panel-blog-teaser .blog-post-teaser-wrap .blog-post-teaser.featured-tag .text-wrap {
    padding: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  body.page-node-2968 .panel-blog-teaser .row {
    display: block;
  }
  body.page-node-2968 .panel-blog-teaser .row .col-2,
  body.page-node-2968 .panel-blog-teaser .row .col-8 {
    width: 100%;
    display: block;
  }
}
body.page-node-2968 .pager,
body.page-type-blog-page-post .pager {
  clear: both;
  color: black;
  letter-spacing: 2.5px;
  font-size: 14px;
  font-family: 'UniversNextLight';
  font-weight: 300;
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  padding-top: 22px;
  padding-bottom: 22px;
  margin-bottom: 70px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  body.page-node-2968 .pager,
  body.page-type-blog-page-post .pager {
    border-top: 0;
    margin-bottom: 20px;
    border-bottom: 0;
    padding-top: 0;
    font-size: 10px;
    letter-spacing: 2px;
  }
}
body.page-node-2968 .pager .pager__items,
body.page-type-blog-page-post .pager .pager__items {
  display: inline-flex;
  align-items: center;
}
body.page-node-2968 .pager img,
body.page-type-blog-page-post .pager img {
  width: 19px;
}
body.page-node-2968 .pager .pager__item a,
body.page-type-blog-page-post .pager .pager__item a {
  font-size: 14px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  line-height: 24px;
  padding-left: 7px;
  padding-right: 7px;
}
body.page-node-2968 .pager .pager__item.pager__item--first,
body.page-type-blog-page-post .pager .pager__item.pager__item--first,
body.page-node-2968 .pager .pager__item.pager__item--previous,
body.page-type-blog-page-post .pager .pager__item.pager__item--previous,
body.page-node-2968 .pager .pager__item.pager__item--next,
body.page-type-blog-page-post .pager .pager__item.pager__item--next {
  margin-right: 30px;
  margin-left: 0;
}
body.page-node-2968 .pager .pager__item.pager__item--previous,
body.page-type-blog-page-post .pager .pager__item.pager__item--previous {
  margin-right: 20px;
}
body.page-node-2968 .pager .pager__item.pager__item--next,
body.page-type-blog-page-post .pager .pager__item.pager__item--next {
  margin-left: 30px;
}
body.page-node-2968 .pager .pager__item.pager__item--last,
body.page-type-blog-page-post .pager .pager__item.pager__item--last {
  margin-left: 0;
}
body.page-node-2968 .pager .pager__item.disabled,
body.page-type-blog-page-post .pager .pager__item.disabled {
  opacity: 0.55;
  pointer-events: none;
}
body.page-node-2968 .pager .pager__item.is-active,
body.page-type-blog-page-post .pager .pager__item.is-active {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  body.page-node-2968 .pager .pager__item,
  body.page-type-blog-page-post .pager .pager__item {
    margin-left: 10px;
  }
  body.page-node-2968 .pager .pager__item.pager__item--first,
  body.page-type-blog-page-post .pager .pager__item.pager__item--first,
  body.page-node-2968 .pager .pager__item.pager__item--previous,
  body.page-type-blog-page-post .pager .pager__item.pager__item--previous,
  body.page-node-2968 .pager .pager__item.pager__item--next,
  body.page-type-blog-page-post .pager .pager__item.pager__item--next {
    margin-right: 20px;
    margin-left: 0;
  }
  body.page-node-2968 .pager .pager__item.pager__item--previous,
  body.page-type-blog-page-post .pager .pager__item.pager__item--previous {
    margin-right: 10px;
  }
  body.page-node-2968 .pager .pager__item.pager__item--next,
  body.page-type-blog-page-post .pager .pager__item.pager__item--next {
    margin-left: 20px;
  }
  body.page-node-2968 .pager .pager__item.pager__item--last,
  body.page-type-blog-page-post .pager .pager__item.pager__item--last {
    margin-left: 0;
  }
}
body.page-type-blog-page-post .pager {
  margin-top: 50px;
}
footer {
  position: relative;
}
footer.footer-de {
  padding-bottom: 50px !important;
}
.footer-trust-badge {
  display: block;
  width: 60px;
  margin-left: auto;
  margin-right: 20px;
  transform: translate(0, -100%);
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .footer-trust-badge {
    margin-top: -10px;
  }
}
body:not(.page-node-1408) .footer-trust-badge.footer-trust-badge-de {
  width: 96px;
  opacity: 1 !important;
  transform: none;
}
@media only screen and (min-width: 1200px) {
  body:not(.page-node-1408) .footer-trust-badge.footer-trust-badge-de {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  body:not(.page-node-1408) .footer-trust-badge.footer-trust-badge-de {
    margin-top: -60px;
  }
}
body.page-node-1408 .footer-trust-badge-de .german-badge {
  display: none !important;
}
body.page-node-1408 .footer-trust-badge-de .fallback-badge-store {
  display: block !important;
}
.buy-popup.no-api-connection .dealer {
  display: block !important;
}
.buy-popup.no-api-connection .elgato-shop {
  display: none !important;
}
body.disable-all-dealer .buy-popup .dealer {
  display: none !important;
}
body.page-node-5349 .product-hero-panel,
body.page-node-5333 .product-hero-panel {
  position: relative;
  z-index: 5;
}
body.page-node-4318 .v21-panel-home-hero h1,
body.page-node-4692 .v21-panel-home-hero h1 {
  font-family: "UniversNextBold-Cn";
  font-weight: 100;
}
html[lang="en-us"] body.page-node-5349 .panel-story-parallax.node-5362 {
  display: none;
}
body.page-node-5279 .text-panel-with-headline.n-id-5386 {
  padding-bottom: 0;
}
body.page-node-5279 .image-panel.node-5387 {
  padding-top: 0;
}
body.page-node-5279 .text-and-slider-with-graph .text-wrap,
body.page-node-5279 .text-panel-with-headline .inner-title {
  color: black;
}
body.page-node-5279 .v21-panel-hero .header-image-wrap {
  max-width: 550px !important;
  margin-top: 0;
}
body.page-node-2788 .text-panel-with-headline .inner-title,
body.eve-water-guard .text-panel-with-headline .inner-title {
  color: black;
}
body.page-node-2788 .text-image-panel-half-half.node-2791,
body.eve-water-guard .text-image-panel-half-half.node-2791 {
  margin-bottom: 0;
}
body.page-node-2788 .text-image-panel-half-half.node-2791 .inner-panel,
body.eve-water-guard .text-image-panel-half-half.node-2791 .inner-panel {
  padding-bottom: 0;
}
body.page-node-2788 .half-image-text-logo-panel.node-2796 .inner-panel,
body.eve-water-guard .half-image-text-logo-panel.node-2796 .inner-panel {
  padding-bottom: 0;
  min-height: 0;
}
body.page-node-8260 .product-overview-shop-panel.node-8266 {
  background-color: black;
}
body.page-node-8260 .text-with-three-grids-panel.node-8287 {
  padding-top: 0;
  padding-bottom: 0;
}
body.page-node-8260 .text-with-three-grids-panel.node-8287 .row {
  display: none !important;
}
body.page-node-8260 .text-with-three-grids-panel.node-8287 .item-wrapper {
  margin-top: 0;
}
body.page-node-8260 .text-panel-with-headline.n-id-8348 .btn {
  color: white;
}
@media only screen and (min-width: 1200px) {
  body.page-node-5772 .big-image-slider.node-6016 .slider-wrapper .text-position-5 {
    bottom: 8%;
  }
}
@media only screen and (max-width: 767px) {
  body.page-node-5772 .big-image-slider.node-6016 {
    padding-bottom: 0;
    z-index: 32;
    position: relative;
  }
  body.page-node-5772 .v21-panel-2-col-parallax {
    padding-bottom: 0;
  }
  body.page-node-5772 .v21-panel-explore.v21-panel-explore-v2 {
    padding-bottom: 0;
  }
  body.page-node-5772 .big-image-slider.node-6026 {
    padding-bottom: 0;
  }
  body.page-node-5772 .panel-comparison {
    margin-top: 0;
  }
  body.page-node-5772 .panel-comparison .col-12 .inner-wrap .comparison-title-border {
    padding-top: 50px;
  }
}
body.page-node-6234 .v21-panel-2-col-parallax {
  padding-bottom: 0;
}
body.page-node-6870 .product-hero-panel .bg-section {
  background: none;
}
@media only screen and (max-width: 767px) {
  body.page-node-6870 .product-hero-panel .bg-section .text-wrap {
    bottom: auto;
    top: 35%;
    transform: translate(-50%, 0);
  }
}
@media only screen and (min-width: 768px) {
  body.page-node-6870 .product-hero-panel .bg-section .text-wrap {
    bottom: 50%;
    transform: translate(-50%, 50%);
  }
}
.panel-2col-text-with-logo.node-7278 {
  padding-top: 0;
  padding-bottom: 0;
}
.panel-2col-text-with-logo.node-7278 .inner-panel {
  background: #E9EEF2;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .panel-2col-text-with-logo.node-7278 .inner-panel {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 60px;
  }
}
.panel-2col-text-with-logo.node-7278 .inner-box {
  padding: 40px;
  background-color: white;
}
@media only screen and (max-width: 767px) {
  .panel-2col-text-with-logo.node-7278 .inner-box {
    padding: 20px;
  }
}
.panel-2col-text-with-logo.node-7278 .col-left .body-text {
  max-width: 450px;
}
.panel-2col-text-with-logo.node-7278 ul {
  padding-left: 20px;
  max-width: 300px;
}
.panel-2col-text-with-logo.node-7278 li {
  list-style: disc;
  margin-bottom: 8px;
}
.panel-2col-text-with-logo.node-7278 li:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  body.page-node-7136 .v21-panel-2-col-parallax {
    padding-bottom: 0;
  }
  body.page-node-7136 .v21-panel-webform {
    margin-bottom: 100px;
  }
}
body.page-node-7136 .v21-panel-webform .inner-panel {
  padding-left: 0;
  padding-right: 0;
}
body.page-node-7396 .half-image-text-logo-panel.node-7434 .inner-panel.with-padding {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 0;
}
body.page-node-7396 .half-image-text-logo-panel.node-7469 .inner-panel.with-padding {
  padding-top: 0;
  min-height: 0;
}
body.page-node-7396 .half-image-text-logo-panel.node-7437 .inner-panel.with-padding {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 0;
}
body.page-node-7396 .half-image-text-logo-panel.node-7423 .inner-panel.with-padding {
  padding-bottom: 0;
  min-height: 0;
}
body.page-node-7396 .half-image-text-logo-panel.node-7466 .inner-panel.with-padding {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 0;
}
body.page-node-7396 .panel-comparison {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  body.page-node-7396 .big-grid-panel.n-id-7467 {
    padding-left: 40px;
    padding-right: 40px;
  }
  body.page-node-7396 .big-grid-panel.n-id-7467 .box:nth-child(odd) {
    margin-right: 0;
  }
  body.page-node-7396 .big-grid-panel.n-id-7467 .box {
    margin-bottom: 0;
  }
  body.page-node-7396 .half-image-text-logo-panel.node-7466 .col-image {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  body.page-node-7396 .half-image-text-logo-panel.node-7434 {
    margin-top: 0;
  }
  body.page-node-7396 .big-grid-panel.n-id-7421 {
    padding-top: 0;
  }
  body.page-node-7396 .half-image-text-logo-panel.node-7469 {
    margin-top: 0;
  }
  body.page-node-7396 .node-7458.panel-flare-iphone {
    padding-top: 0;
    padding-bottom: 0;
  }
  body.page-node-7396 .half-image-text-logo-panel.node-7423 {
    margin-bottom: 0;
  }
  body.page-node-7396 .node-7424.panel-flare-iphone {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
body.page-node-7622 .v21-panel-collection-matter-bg .bg-layer-outer {
  display: none;
}
body.page-node-7968 .half-image-text-logo-panel.node-7989 .element-logos-wrap .element-logo img {
  height: 40px;
  width: auto !important;
}
body.page-node-7968 .v21-panel-collection-matter-bg .bg-layer-outer {
  display: none;
}
body.page-node-8158 .half-image-text-logo-panel.node-8174 .element-logos-wrap .element-logo img {
  height: 40px;
  width: auto !important;
}
body.page-node-8158 .half-image-text-logo-panel.node-8220 {
  margin-bottom: 20px;
}
body.page-node-8158 .big-grid-panel.n-id-8182 {
  padding: 0;
}
body.page-node-8158 .image-panel.node-8171 {
  padding-top: 0;
}
body.page-node-8158 .big-image-slider.node-8214,
body.page-node-8158 .node-8181.panel-flare-iphone.panelPadding {
  padding-bottom: 0;
}
body.page-node-8158 .image-panel.node-8171,
body.page-node-8158 .big-image-slider.node-8214 {
  background-color: #EFEFEF;
}
body.page-node-6528 .half-image-text-logo-panel.node-8396 .element-logos-wrap .element-logo img {
  height: 40px;
  width: auto !important;
}
body.page-node-8295 .text-with-three-grids-panel.node-8301 {
  padding-top: 0;
}
body.page-node-8295 .text-with-three-grids-panel.node-8301 .item-wrapper {
  margin-top: 0;
}
body.page-node-8295 .half-image-text-logo-panel .buy-now-button,
body.page-node-8295 .half-image-text-logo-panel .buy-now-button .btn {
  float: none;
}
@media only screen and (min-width: 768px) {
  body.page-node-8295 .big-grid-panel.n-id-8321 {
    margin-top: 80px;
  }
}
body.page-node-8295 .big-grid-panel a.btn {
  margin-left: 25px;
}
@media only screen and (max-width: 1023px) {
  body.page-node-8295 .big-grid-panel a.btn {
    margin-left: 15px;
  }
}
body.page-node-8295 .text-panel-with-headline.n-id-8312 {
  margin-top: -1px;
}
@media only screen and (max-width: 767px) {
  body.page-node-8295 .big-image-slider.node-8307 {
    padding-bottom: 0;
  }
}
body.page-node-8295.current-country-us .half-image-text-logo-panel.node-8322,
body.page-node-8295.current-country-ca .half-image-text-logo-panel.node-8322 {
  display: none;
}
body.page-node-8295.current-country-us .half-image-text-logo-panel.node-8350,
body.page-node-8295.current-country-ca .half-image-text-logo-panel.node-8350 {
  display: none;
}
@media only screen and (min-width: 1024px) {
  body.page-node-8295 .big-image-slider.node-8315 {
    margin-bottom: 80px;
  }
}
body.page-node-8295 .text-panel-with-headline.n-id-8348 .btn {
  color: white;
}
body.page-node-8295 .product-overview-shop-panel.node-8305 {
  background-color: black;
}
body.page-node-8295 .product-overview-shop-panel.node-8305 .title-text-wrap h3,
body.page-node-8295 .product-overview-shop-panel.node-8305 .title-text-wrap p {
  color: white;
}
body.page-node-8295 .v21-panel-explore-v2-pre-text.node-8341 {
  background-color: black;
  padding-bottom: 30px;
}
body.page-node-8295 .v21-panel-explore-v2-pre-text.node-8341 .body-text,
body.page-node-8295 .v21-panel-explore-v2-pre-text.node-8341 .body-text p {
  color: white;
}
body.page-node-8621 .v21-panel-quotes {
  padding-top: 0;
  padding-bottom: 0;
}
body.page-node-8621 .v21-panel-quotes .panel-bg {
  background-color: #022e52;
}
body.page-node-8621 .v21-panel-quotes .image-wrap {
  display: none;
}
@media only screen and (max-width: 767px) {
  body.page-node-8621 .big-image-slider.node-8646 {
    padding-bottom: 0;
  }
}
body.page-node-1408 .big-grid-panel.n-id-8632 .button-wrapper {
  display: none;
}
body.page-node-7649 .big-grid-panel .btn {
  color: white;
}
/* ==========================================================================
   General Classes
   ========================================================================== */
.rel {
  width: 100%;
  height: 100%;
  position: relative;
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  width: 100%;
  height: auto;
  display: block;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body,
p {
  margin: 0;
}
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}
.fr {
  float: none !important;
}
@media only screen and (max-width: 767px) {
  .desktop {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .mobile {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .bigger-1024 {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .smaller-1024 {
    display: none;
  }
}
.slick-slide,
.slick-arrow,
.slick-dots button {
  outline: 0;
}
.maxWidth {
  max-width: 1340px;
}
/* ==========================================================================
   buttons
   ========================================================================== */
.arrow-down-custom-btn {
  width: 50px;
  height: 12px;
  position: relative;
}
.arrow-down-custom-btn div {
  height: 2px;
  width: 25px;
  background-color: white;
  position: absolute;
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
}
.arrow-down-custom-btn div:first-of-type {
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
  transform-origin: bottom right;
  bottom: 0;
  left: 0;
}
.arrow-down-custom-btn div:last-of-type {
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
  transform-origin: bottom left;
  bottom: 0;
  right: 0;
}
.arrow-down-custom-btn:hover div:first-of-type,
.arrow-down-custom-btn:hover div:last-of-type {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.btn {
  font-family: 'UniversNextBold';
  background-color: #2574C3;
  padding: 15px 20px;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
  text-align: center;
}
.btn.btn-white {
  background-color: #fff;
  color: #2574C3;
}
.btn-white-inversed {
  border: 2px solid white;
  color: white;
  background: transparent;
  margin-top: 30px;
  display: inline-block;
  text-transform: uppercase;
  font-family: "UniversNextBold-Cn";
  font-weight: 300;
  letter-spacing: 2.5px;
  font-size: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
}
.flexible-buy-btn {
  color: #fff;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .btn {
    font-size: 16px;
    padding: 11px 15px;
  }
}
/* ==========================================================================
   Forms
   ========================================================================== */
.dropdown-big-style select {
  width: 100%;
  font-size: 20px;
  color: #38424B;
  background-color: #fff;
  border: none;
  border-radius: 0;
  line-height: 44px;
  height: 44px;
  font-family: "UniversNextLight";
  height: 55px;
  outline: 0;
  border-bottom: none;
  background-image: url('../png/black-dropdown.png');
  background-size: 9px 6px;
  background-position: right 10px center;
  background-repeat: no-repeat;
  padding-left: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.dropdown-big-style select .continent {
  font-size: 15px;
  padding-top: 5px;
  padding-left: 20px;
}
/* ==========================================================================
   Popup
   ========================================================================== */
.popup-bg {
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  position: fixed;
}
.submenu-popup {
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
body.submenu-active.submenu-active-background .submenu-popup {
  width: 100%;
  height: 100%;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  background-color: #38424B;
  z-index: 80;
  top: 0;
  left: 0;
}
.buy-popup {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  pointer-events: none;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
}
.close-button.popup-close,
.product-logo.mobile.popup-logo {
  display: none;
}
html.popup-active-new {
  overflow: hidden;
  height: 100%;
}
html.popup-active-new body {
  overflow: hidden;
  height: 100%;
}
html.popup-active {
  overflow: hidden;
}
html.popup-active body {
  overflow: hidden;
}
html.popup-active .popup-bg {
  width: 100%;
  height: 100%;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  background-color: #000;
  z-index: 150;
  position: fixed;
  top: 0;
  left: 0;
}
html.popup-active .buy-popup.active {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  pointer-events: all;
  z-index: 200;
}
html.popup-active .close-button.popup-close {
  display: block;
}
html.popup-active .product-logo.mobile.popup-logo.active {
  display: block;
}
.close-button.popup-close {
  background-image: url('../png/close_icon.png');
  background-size: cover;
  z-index: 200;
  cursor: pointer;
  position: absolute;
}
.cross-icon:hover .crossed-popup {
  opacity: 1;
}
.pack {
  position: relative;
}
.pack:hover {
  z-index: 5;
}
.crossed-popup {
  position: absolute;
  bottom: 100%;
  left: 0;
  background: #3A424A;
  font-size: 12px;
  line-height: 140%;
  padding: 10px;
  width: 200px;
  border-radius: 2px;
  color: white;
  transform: translate(-18px, -10px);
  opacity: 0;
  transition: 0.3s ease-out;
  pointer-events: none;
}
.crossed-popup:after {
  content: "";
  background-image: url('../png/crossed-popup-arrow.png');
  width: 22px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 15px;
  top: 100%;
  margin-top: -1px;
}
.crossed-popup.right-aligned {
  left: auto;
  right: 0;
  transform: translate(18px, -10px);
}
.crossed-popup.right-aligned:after {
  left: auto;
  right: 15px;
}
.crossed-popup.center-aligned {
  left: 50%;
  transform: translate(-50%, -10px);
}
.crossed-popup.center-aligned:after {
  left: 50%;
  transform: translate(-50%, 0);
}
.crossed-popup.popup-bottom {
  transform: translate(-14px, 10px);
  text-align: left;
  bottom: auto;
  top: 100%;
}
.crossed-popup.popup-bottom:after {
  top: auto;
  bottom: 100%;
  transform: rotate(180deg);
}
.product-overview-shop-panel .product .cross-icon,
.product-shop-popup .cross-icon {
  position: absolute;
  left: 100%;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translate(8px, -50%);
}
.product-overview-shop-panel .product .cross-icon svg,
.product-shop-popup .cross-icon svg {
  width: 24px;
  height: 24px;
}
.product-overview-shop-panel .product .cross-icon .fill-target,
.product-shop-popup .cross-icon .fill-target {
  fill: #2676C6;
}
.product-overview-shop-panel .product .cross-icon .stroke-target,
.product-shop-popup .cross-icon .stroke-target {
  stroke: #2676C6;
}
.buy-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 680px;
  background-color: #2574C3;
  color: white;
  z-index: 100;
  padding: 50px 0;
}
.buy-popup .trust-badge {
  display: block;
  width: 53px;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .buy-popup .trust-badge {
    margin-top: 10px;
  }
}
.buy-popup .close-button.popup-close {
  width: 26px;
  height: 26px;
  position: absolute;
  right: 0;
  top: -17px;
  transform: translate(0, -100%);
}
.buy-popup .shopping-bag {
  background-image: url('../png/shopping-bag-white.png');
  background-size: cover;
  background-position: center;
  width: 14px;
  height: 19px;
  display: inline-block;
  margin-right: 5px;
}
.buy-popup .elgato-shop.not-available {
  color: #2574C3;
}
.buy-popup .elgato-shop .pack-informations {
  margin-top: 20px !important;
}
.buy-popup .product-logo {
  position: absolute;
  left: 0;
  top: -17px;
  transform: translate(0, -100%);
}
.buy-popup .product-logo img {
  height: 25px;
  width: auto;
}
.buy-popup .pack-informations {
  margin-top: 50px;
}
.buy-popup .pack-informations a {
  text-decoration: underline;
}
.buy-popup .pack-informations p {
  font-size: 12px;
  font-family: "UniversNextLight";
  line-height: 14px;
}
.buy-popup .pack-informations p strong,
.buy-popup .pack-informations p b {
  font-family: "UniversNextBold-Cn";
  font-weight: 300 !important;
}
.buy-popup .product-name {
  font-size: 20px;
  line-height: 26px;
  color: #2574C3;
  margin-bottom: 0;
  font-family: "UniversNextBold-Cn";
  font-weight: 300;
}
.buy-popup .product-name-2,
.buy-popup .product-name-2 p {
  font-size: 12px;
  margin-top: 5px;
  letter-spacing: 0.5px;
  font-family: 'UniversNextLight-Cn';
  text-transform: uppercase;
}
.buy-popup .product-name-2 a,
.buy-popup .product-name-2 p a {
  text-decoration: underline;
}
.buy-popup .vat-text {
  text-align: left;
  color: #000;
  font-size: 10px;
  margin-top: 5px;
  width: 100% !important;
  font-family: "UniversNextLight";
}
.buy-popup .packages-installation {
  margin-top: 15px;
}
.buy-popup .packages-installation .pack {
  border-top: 3px solid #2574C3;
  width: 100% !important;
}
.buy-popup .packages-installation .pack-title-second a {
  text-decoration: underline;
}
.buy-popup .packages-installation .pack__price {
  margin-top: 30px;
  margin-bottom: 0 !important;
}
.buy-popup .packages,
.buy-popup .packages-installation {
  display: flex;
}
.buy-popup .packages .pack,
.buy-popup .packages-installation .pack {
  cursor: pointer;
  color: #000;
  display: block;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.08);
  padding-top: 15px;
}
.buy-popup .packages .pack .pack__title,
.buy-popup .packages-installation .pack .pack__title {
  font-size: 12px;
  margin-bottom: 5px;
  display: block;
  letter-spacing: 0.5px;
  font-family: 'UniversNextLight-Cn';
  text-transform: uppercase;
}
.buy-popup .packages .pack .pack__price,
.buy-popup .packages-installation .pack .pack__price {
  display: block;
  font-size: 20px;
  font-family: "UniversNextBold-Cn";
  margin-bottom: 5px;
  color: #2574C3;
  font-weight: 300;
}
.buy-popup .packages .pack .cross-price,
.buy-popup .packages-installation .pack .cross-price {
  font-size: 12px;
  line-height: 13px;
  font-family: "UniversNextLight";
  margin-right: 5px;
  text-decoration: line-through;
}
.buy-popup .packages .pack .pack__savings,
.buy-popup .packages-installation .pack .pack__savings {
  font-size: 12px;
  line-height: 13px;
  font-family: "UniversNextLight";
  color: #666;
}
.buy-popup .packages .pack .cross-price,
.buy-popup .packages-installation .pack .cross-price {
  color: #666;
}
.buy-popup .packages .pack .inner-savings,
.buy-popup .packages-installation .pack .inner-savings {
  display: block;
}
.buy-popup .packages .pack .cross-icon,
.buy-popup .packages-installation .pack .cross-icon {
  width: 15px;
  display: inline-block;
  margin-left: 5px;
  transform: translate(0, 2px);
  cursor: pointer;
}
.buy-popup .packages .pack .cross-icon svg,
.buy-popup .packages-installation .pack .cross-icon svg {
  width: 15px;
  height: 15px;
}
.buy-popup .packages .pack .cross-icon .fill-target,
.buy-popup .packages-installation .pack .cross-icon .fill-target {
  fill: #000;
}
.buy-popup .packages .pack .cross-icon .stroke-target,
.buy-popup .packages-installation .pack .cross-icon .stroke-target {
  stroke: #000;
}
.buy-popup .packages .pack.active .cross-icon .fill-target,
.buy-popup .packages-installation .pack.active .cross-icon .fill-target {
  fill: #fff;
}
.buy-popup .packages .pack.active .cross-icon .stroke-target,
.buy-popup .packages-installation .pack.active .cross-icon .stroke-target {
  stroke: #fff;
}
.buy-popup .packages .pack.not-available .pack__price,
.buy-popup .packages-installation .pack.not-available .pack__price,
.buy-popup .packages .pack.not-available .pack__savings,
.buy-popup .packages-installation .pack.not-available .pack__savings {
  display: none;
}
.buy-popup .packages .pack.disabled,
.buy-popup .packages-installation .pack.disabled {
  display: none;
}
.buy-popup .packages .pack .pack__outofstock,
.buy-popup .packages-installation .pack .pack__outofstock {
  margin-top: 10px;
}
.buy-popup .packages .pack.active,
.buy-popup .packages-installation .pack.active {
  background-color: #2574C3;
}
.buy-popup .packages .pack.active .pack__price,
.buy-popup .packages-installation .pack.active .pack__price,
.buy-popup .packages .pack.active .pack__savings,
.buy-popup .packages-installation .pack.active .pack__savings,
.buy-popup .packages .pack.active .pack__title,
.buy-popup .packages-installation .pack.active .pack__title,
.buy-popup .packages .pack.active .cross-price,
.buy-popup .packages-installation .pack.active .cross-price,
.buy-popup .packages .pack.active .pack__outofstock,
.buy-popup .packages-installation .pack.active .pack__outofstock {
  color: white;
}
.buy-popup .add-to-bag {
  display: inline-block;
  margin-top: 10px;
}
.buy-popup .add-to-bag.inactive {
  pointer-events: none;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.buy-popup .country-select {
  color: white;
}
@media only screen and (max-width: 767px) {
  .buy-popup .country-select {
    color: black;
  }
}
.buy-popup .country-select-box .dropdown {
  position: relative;
  display: inline-block;
  padding-right: 5px;
}
.buy-popup .country-select-box .dropdown:after {
  content: '';
  background-image: url('../png/white-dropdown-popup.png');
  height: 7px;
  width: 13px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  pointer-events: none;
}
.buy-popup .country-select-box .dropdown select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.buy-popup .not-available-text h2 {
  line-height: 50px;
}
.buy-popup .section-title {
  font-size: 15px;
  font-family: "UniversNextLight";
  font-weight: 300;
  margin-bottom: 10px;
}
.buy-popup .choice-wrap {
  margin-top: 8px;
}
.buy-popup .choice-wrap .section-title {
  font-family: 'UniversNextLight-Cn';
  letter-spacing: 0.5px;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.buy-popup .country {
  padding-left: 20px;
}
.buy-popup .shop-row {
  margin-bottom: 10px;
}
.buy-popup .shop-row:last-of-type {
  margin-bottom: 0;
}
.buy-popup .shop-icon {
  width: calc(33.33% - 6.66666667px);
  margin-bottom: 10px;
  float: left;
  position: relative;
  margin-right: 10px;
  background-color: #fff;
  height: 55px;
}
.buy-popup .shop-icon img {
  position: absolute;
  max-width: calc(100% - 20px);
  max-height: calc(100% - 20px);
  left: 50%;
  top: 50%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.buy-popup .left,
.buy-popup .right {
  float: left;
}
.buy-popup .left {
  width: 280px;
  padding-left: 30px;
}
.buy-popup .right {
  width: 488px;
  padding: 0 30px;
}
.buy-popup.buy-popup-v2 {
  background-color: #C7CCD0;
  padding: 20px;
  color: #000;
  text-align: center;
}
.buy-popup.buy-popup-v2 .dealer {
  margin-top: 40px;
}
.buy-popup.buy-popup-v2 .btn {
  color: #eee;
  width: 100%;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 15px;
}
.buy-popup.buy-popup-v2 .btn span {
  width: 12px;
  height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(0, 2px);
}
.buy-popup.buy-popup-v2 .add-to-bag {
  white-space: nowrap;
}
.buy-popup.buy-popup-v2 .elgato-shop {
  text-align: left;
  padding: 20px;
  padding-top: 22px;
  padding-left: 25px;
  margin: -20px;
  background-color: #FDFDFD;
}
.buy-popup.buy-popup-v2 .elgato-shop .right .choice-wrap {
  overflow-wrap: break-word;
}
.buy-popup.buy-popup-v2 .left,
.buy-popup.buy-popup-v2 .right {
  width: auto;
  padding: 0;
}
.buy-popup.buy-popup-v2 .country-select-box .right {
  padding-left: 10px;
}
.buy-popup.buy-popup-v2 .country-select-box .country-select {
  cursor: pointer;
}
.buy-popup.buy-popup-v2 .dropdown-transparent select {
  background-color: transparent;
  border: none;
  border-radius: 0;
}
@media only screen and (max-width: 767px) {
  .close-button.popup-close.mobile {
    top: 20px;
    right: 20px;
    width: 26px;
    height: 26px;
    position: fixed;
  }
  .product-logo.popup-logo {
    top: 20px;
    left: 20px;
    position: fixed;
    z-index: 200;
  }
  .product-logo.popup-logo img {
    height: 25px;
    width: auto;
  }
  .close-button.popup-close.desktop {
    display: none !important;
  }
  .buy-popup {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    top: 55px;
    width: calc(100% - 40px);
    height: calc(100% - 70px);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .buy-popup .close-button.popup-close {
    display: none;
  }
  .buy-popup .country-select-box .dropdown:after {
    background-image: url('../png/dark-dropdown-popup.png');
  }
  .buy-popup .country-select-box {
    margin-top: 50px;
  }
  .buy-popup .elgato-shop .left,
  .buy-popup .elgato-shop .right {
    float: none;
    width: 100%;
  }
  .buy-popup .elgato-shop .right {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
  }
  .buy-popup .elgato-shop .right .choice-wrap {
    padding-right: 10px;
    max-width: 50%;
  }
  .buy-popup .elgato-shop .right .add-to-bag {
    margin-top: 0;
  }
  .buy-popup .packages,
  .buy-popup .packages-installation {
    flex-wrap: wrap;
  }
  .buy-popup .packages .pack,
  .buy-popup .packages-installation .pack {
    width: calc(50% - 5px);
    margin-bottom: 5px;
  }
  .buy-popup .packages .pack:nth-of-type(even),
  .buy-popup .packages-installation .pack:nth-of-type(even) {
    margin-left: 5px;
  }
  .buy-popup .packages .pack:nth-of-type(odd),
  .buy-popup .packages-installation .pack:nth-of-type(odd) {
    margin-right: 5px;
  }
  .buy-popup .shop-icon {
    height: 44px;
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .buy-popup .shop-icon:nth-child(even) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 799px) {
  .buy-popup .left {
    width: 270px;
  }
  .buy-popup .right {
    width: 478px;
  }
}
@media only screen and (min-width: 768px) {
  .buy-popup:not(.buy-popup-v2) .shop-icon:nth-child(3n) {
    margin-right: 0;
  }
  .close-button.popup-close.mobile {
    display: none !important;
  }
  .buy-popup-v2 {
    /*.pack-informations {
      margin-bottom: -20px;
    }*/
  }
  .buy-popup-v2 .packages .pack,
  .buy-popup-v2 .packages-installation .pack {
    width: 100%;
    max-width: 130px;
    transition: 0.3s ease-out;
    transform: scale(1);
  }
  .buy-popup-v2 .packages .pack:hover,
  .buy-popup-v2 .packages-installation .pack:hover {
    transform: scale(1.05);
  }
  .buy-popup-v2 .packages .pack:not(:first-of-type),
  .buy-popup-v2 .packages-installation .pack:not(:first-of-type) {
    margin-left: 10px;
  }
  .buy-popup-v2 .packages-installation .pack {
    max-width: 100%;
  }
  .buy-popup-v2 .shop-icon:nth-child(3n) {
    margin-right: 0;
  }
  .buy-popup-v2 .country-select-box {
    color: #fff;
    float: right;
    position: absolute;
    bottom: -50px;
    right: 0;
  }
  .buy-popup-v2 .add-to-bag {
    margin-top: 15px;
  }
  .buy-popup-v2 .shop-links {
    padding: 0 60px;
  }
  .buy-popup-v2 .elgato-shop {
    margin-bottom: 20px;
  }
  .buy-popup-v2 .elgato-shop .left {
    width: calc(100% - 200px);
    padding-right: 20px;
  }
  .buy-popup-v2 .elgato-shop .right {
    border-left: 2px solid #ccc;
    padding-left: 20px;
    width: 200px;
    float: right;
  }
}
@media only screen and (min-width: 768px) and (min-height: 700px) {
  .buy-popup {
    top: 25%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@media only screen and (min-width: 768px) and (min-height: 1000px) {
  .buy-popup {
    top: 30%;
  }
}
@media only screen and (max-height: 400px) {
  .buy-popup .close-button.popup-close {
    right: 5px;
    top: 5px;
  }
}
body.page-node-2379 .buy-popup,
body.page-node-2788 .buy-popup {
  max-width: 800px;
  width: calc(100% - 40px);
}
@media only screen and (max-width: 767px) {
  .buy-popup.buy-popup-v2 .elgato-shop {
    padding: 15px;
  }
  .buy-popup.buy-popup-v2 .elgato-shop .choice-wrap {
    margin-top: 0px;
  }
  .buy-popup.buy-popup-v2 .elgato-shop .pack-informations {
    margin-top: 20px !important;
    margin-bottom: 0px;
  }
  .buy-popup.buy-popup-v2 .elgato-shop .right {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #ccc;
    display: block;
  }
  .buy-popup.buy-popup-v2 .elgato-shop .right .choice-wrap {
    padding-right: 0;
    max-width: 100%;
  }
  .buy-popup.buy-popup-v2 .packages .pack,
  .buy-popup.buy-popup-v2 .packages-installation .pack {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .buy-popup.buy-popup-v2 .packages .pack:last-of-type,
  .buy-popup.buy-popup-v2 .packages-installation .pack:last-of-type {
    margin-bottom: 0;
  }
  .buy-popup.buy-popup-v2 .packages .pack:nth-of-type(odd),
  .buy-popup.buy-popup-v2 .packages-installation .pack:nth-of-type(odd),
  .buy-popup.buy-popup-v2 .packages .pack:nth-of-type(even),
  .buy-popup.buy-popup-v2 .packages-installation .pack:nth-of-type(even) {
    margin-right: 0;
    margin-left: 0;
  }
  .buy-popup.buy-popup-v2 .packages .pack .pack__price,
  .buy-popup.buy-popup-v2 .packages-installation .pack .pack__price {
    margin-bottom: 0;
    margin-top: 0;
  }
  .buy-popup.buy-popup-v2 .packages .pack .pack__savings,
  .buy-popup.buy-popup-v2 .packages-installation .pack .pack__savings {
    width: 145px;
    margin-top: 5px;
    display: block;
  }
  .buy-popup.buy-popup-v2 .packages .pack .pack__title,
  .buy-popup.buy-popup-v2 .packages-installation .pack .pack__title {
    display: inline-block;
  }
  .buy-popup.buy-popup-v2 .packages .pack .pack-title-second,
  .buy-popup.buy-popup-v2 .packages-installation .pack .pack-title-second {
    margin-left: 5px;
  }
  .buy-popup .packages .pack .pack__title,
  .buy-popup .packages-installation .pack .pack__title {
    font-size: 13px;
  }
  .buy-popup .vat-text {
    font-size: 11px;
  }
  .buy-popup .choice-wrap .section-title {
    font-size: 13px;
  }
  .buy-popup .pack-informations p {
    font-size: 13px;
    line-height: 17px;
  }
}
/* ==========================================================================
   .price-btn-wrap
   ========================================================================== */
.custom-price-btn-wrap {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.custom-price-btn-wrap .custom-price-next-to-button {
  font-size: 20px;
  font-family: "UniversLT-Bold";
  margin-right: 20px;
}
.custom-price-btn-wrap .custom-price-next-to-button.extra-text {
  text-align: left;
}
.custom-price-btn-wrap .custom-price-next-to-button.extra-text span {
  font-family: "UniversNextLight";
  font-size: 14px;
  line-height: 160%;
  font-weight: 300;
  max-width: 200px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .custom-price-btn-wrap .custom-price-next-to-button.extra-text span {
    max-width: 120px;
  }
}
.custom-price-btn-wrap .btn {
  margin-top: 0 !important;
}
@media only screen and (max-width: 767px) {
  .custom-price-btn-wrap .btn {
    min-width: 120px !important;
  }
}
.price-button-wrapper .custom-price-btn-wrap {
  margin-top: 0;
}
/* ==========================================================================
   elements
   ========================================================================== */
.center-wrapper-inline-block {
  display: inline-block;
}
.element-logos-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.element-logos-wrap .element-logo {
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
}
.element-logos-wrap .element-logo.retina {
  opacity: 0;
}
.element-logos-wrap .element-logo:last-of-type {
  margin-right: 0;
}
.element-logos-wrap .element-logo img {
  width: auto;
}
/* ==========================================================================
   Power Plug Switcher
   ========================================================================== */
#power-plug-switcher-main-button,
#power-plug-switcher {
  position: fixed;
  bottom: 80px;
  right: 0;
  background-color: #333333;
  color: white;
  text-align: center;
}
#power-plug-switcher-main-button .power-switch-trigger,
#power-plug-switcher .power-switch-trigger {
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 18px;
  padding-bottom: 6px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  #power-plug-switcher-main-button .power-switch-trigger img,
  #power-plug-switcher .power-switch-trigger img {
    margin-left: auto;
    margin-right: auto;
  }
}
#power-plug-switcher-main-button .power-switch-trigger img,
#power-plug-switcher .power-switch-trigger img {
  width: 36px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}
#power-plug-switcher-main-button {
  width: 86px;
}
#power-plug-switcher-main-button .power-switch-trigger {
  margin-left: auto;
  margin-right: auto;
}
#power-plug-switcher-main-button .power-switch-trigger[data-id="us"] {
  padding-top: 0;
  padding-bottom: 0;
  height: 82px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#power-plug-switcher-main-button .power-switch-trigger[data-id="us"] img {
  margin-bottom: 0;
}
#power-plug-switcher .power-switch-trigger:first-of-type {
  padding-left: 16px;
}
#power-plug-switcher .power-switch-trigger:last-of-type {
  padding-right: 16px;
}
@media only screen and (max-width: 767px) {
  #power-plug-switcher-main-button,
  #power-plug-switcher {
    bottom: auto;
    top: 90px;
  }
  #power-plug-switcher-main-button {
    background-color: transparent;
  }
  #power-plug-switcher-main-button .power-switch-trigger {
    width: 86px;
    height: 82px;
    background-color: #333333;
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
    -moz-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
    transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  }
  #power-plug-switcher-main-button.scrolled .power-switch-trigger {
    -webkit-transform: translate(67px, 0);
    -moz-transform: translate(67px, 0);
    -o-transform: translate(67px, 0);
    -ms-transform: translate(67px, 0);
    transform: translate(67px, 0);
  }
  #power-plug-switcher {
    width: 86px;
  }
  #power-plug-switcher .power-switch-trigger {
    display: block;
  }
}
@media only screen and (max-width: 349px) {
  #power-plug-switcher .power-switch-trigger:nth-of-type(3n+1) {
    clear: both;
  }
}
.power-switch-title {
  font-size: 12px;
  font-family: 'UniversNextLight';
  font-weight: 300;
}
#power-plug-switcher-main-button {
  z-index: 130;
}
#power-plug-switcher-main-button:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 5px;
  background-image: url('../png/arrow-right-2.png');
  width: 5px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#power-plug-switcher {
  z-index: 131;
}
html.mobile-menu-overlay-active #power-plug-switcher-main-button {
  z-index: 99;
}
#power-plug-switcher {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 0.4s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 0.4s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 0.4s cubic-bezier(0.5, 0.15, 0.33, 1);
}
#power-plug-switcher.active {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* ==========================================================================
   Degree Switcher
   ========================================================================== */
#degree-switcher-main-button,
#degree-switcher {
  position: fixed;
  bottom: 80px;
  right: 0;
  background-color: #333333;
  color: white;
  text-align: center;
}
#degree-switcher-main-button .degree-switch-trigger,
#degree-switcher .degree-switch-trigger {
  cursor: pointer;
  padding: 15px 25px 15px 15px;
  display: inline-block;
}
#degree-switcher-main-button .degree-switch-trigger img,
#degree-switcher .degree-switch-trigger img {
  width: 36px;
}
@media only screen and (max-width: 767px) {
  #degree-switcher-main-button,
  #degree-switcher {
    bottom: auto;
    top: 90px;
  }
  #degree-switcher-main-button .degree-switch-trigger,
  #degree-switcher .degree-switch-trigger {
    cursor: pointer;
    padding: 10px 20px 10px 15px;
  }
  #degree-switcher-main-button .degree-switch-trigger img,
  #degree-switcher .degree-switch-trigger img {
    display: inline-block;
    width: 36px;
  }
  #degree-switcher-main-button {
    background-color: transparent;
  }
  #degree-switcher-main-button .degree-switch-trigger {
    width: 71px;
    height: 60px;
    background-color: #333333;
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
    -moz-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
    transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  }
  #degree-switcher-main-button.scrolled .degree-switch-trigger {
    -webkit-transform: translate(52px, 0);
    -moz-transform: translate(52px, 0);
    -o-transform: translate(52px, 0);
    -ms-transform: translate(52px, 0);
    transform: translate(52px, 0);
  }
}
#degree-switcher-main-button {
  z-index: 130;
}
#degree-switcher-main-button:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 5px;
  background-image: url('../png/arrow-right-2.png');
  width: 5px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#degree-switcher {
  z-index: 131;
}
html.mobile-menu-overlay-active #degree-switcher-main-button {
  z-index: 99;
}
#degree-switcher {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 0.4s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 0.4s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 0.4s cubic-bezier(0.5, 0.15, 0.33, 1);
}
#degree-switcher.active {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* ==========================================================================
   Background-Image. also for power-plug-switcher
   ========================================================================== */
.bg-image-helper {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
/* ==========================================================================
   Slideshows
   ========================================================================== */
.slideshow-style-1 .slick-prev {
  display: none !important;
}
.slideshow-style-1 .slick-next,
.slideshow-style-1 .slick-prev {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 73px;
  height: 73px;
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: transparent;
  font-size: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.slideshow-style-1 .slick-next {
  background-image: url('../png/arrow-right.png');
  right: 0;
}
.slideshow-style-1 .slick-prev {
  background-image: url('../png/arrow-left.png');
  left: 0;
}
.slideshow-style-1 .slick-dots {
  position: absolute;
  left: 50%;
  bottom: -60px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.slideshow-style-1 .slick-dots li {
  display: inline-block;
  width: 40px;
  height: 2px;
}
.slideshow-style-1 .slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: transparent;
  color: transparent;
  font-size: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  border: none;
  margin: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
}
.slideshow-style-1 .slick-dots li.slick-active button {
  background-color: #2574C3;
}
@media only screen and (max-width: 767px) {
  .slideshow-style-1 .slick-next {
    display: none !important;
  }
}
/* ==========================================================================
   css for error pages
   ========================================================================== */
body.page-node-810 #main-nav .main-menu,
body.page-node-811 #main-nav .main-menu,
body.page-node-810 #mobile-nav,
body.page-node-811 #mobile-nav {
  background-color: #303841;
}
body.page-node-810 main,
body.page-node-811 main {
  padding-top: 90px;
}
/* ==========================================================================
   good-to-know-selector
   ========================================================================== */
.good-to-know-selector {
  background-color: #333;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  position: fixed;
  z-index: 80;
  bottom: 100px;
  right: 0;
}
.good-to-know-selector .selection-icon {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  cursor: pointer;
  transition: 0.2s ease-out;
  opacity: 1;
}
.good-to-know-selector .selection-icon:hover {
  opacity: 0.6;
}
.good-to-know-selector .selection-icon:last-of-type {
  margin-bottom: 0;
}
.good-to-know-selector .selection-icon.faq {
  width: 32px;
}
.good-to-know-selector .selection-icon.hash {
  width: 28px;
}
.good-to-know-selector .selection-icon.mail {
  width: 32px;
}
@media only screen and (max-width: 767px) {
  .good-to-know-selector {
    bottom: auto;
    top: 125px;
    transform: translate(100%, 0);
    transition: 0.3s ease-out;
  }
  .good-to-know-selector.active {
    transform: translate(0, 0);
  }
  .mobile-good-to-know-trigger {
    background-color: #333;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    position: fixed;
    z-index: 75;
    top: 125px;
    right: 0;
    transition: 0.2s ease-out;
  }
  .mobile-good-to-know-trigger .selection-icon {
    width: 32px;
    height: 36px;
    background-size: 32px 36px;
    background-position: top left;
    background-repeat: no-repeat;
    transition: 0.2s ease-out;
  }
  .mobile-good-to-know-trigger:after {
    content: "";
    position: absolute;
    top: 30px;
    right: 3px;
    background-image: url(../png/arrow-right-2.png);
    width: 5px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.3;
    transition: 0.2s ease-out;
  }
  .mobile-good-to-know-trigger.collapsed {
    width: 15px;
    height: 76px;
    padding-left: 0;
    padding-right: 0;
  }
  .mobile-good-to-know-trigger.collapsed .selection-icon {
    display: none;
  }
  .mobile-good-to-know-trigger.collapsed:after {
    opacity: 1;
  }
}
/* ==========================================================================
   good-to-know-popup
   ========================================================================== */
.good-to-know-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 150;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
}
.good-to-know-popup .popup-box {
  position: relative;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.good-to-know-popup .popup-box .close-icon {
  transform: translate(0, -100%);
  position: absolute;
  top: -15px;
  right: 0;
  width: 53px;
  cursor: pointer;
}
.good-to-know-popup .popup-box .content-popup {
  background-color: white;
  padding-top: 45px;
  padding-left: 65px;
  padding-right: 65px;
  padding-bottom: 30px;
  max-height: calc(100vh - 170px);
  overflow-y: scroll;
  -ms-overflow-style: none;
}
.good-to-know-popup .popup-box .content-popup::-webkit-scrollbar {
  display: none;
}
.good-to-know-popup .popup-box .content-popup .questions {
  margin-top: 40px;
}
.good-to-know-popup .popup-box .content-popup .bottom-section {
  margin-top: 50px;
  border-top: 1px solid rgba(56, 66, 75, 0.2);
  padding-top: 20px;
}
.good-to-know-popup .popup-box .content-popup .bottom-section .bottom-title {
  font-size: 16px;
  font-family: 'UniversNextLight';
  font-weight: 300;
  margin-bottom: 20px;
}
.good-to-know-popup .popup-box .content-popup .bottom-section .link-outer-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.good-to-know-popup .popup-box .content-popup .bottom-section .link-outer-wrap .social-media-links a {
  opacity: 1;
  transition: 0.2s ease-out;
}
.good-to-know-popup .popup-box .content-popup .bottom-section .link-outer-wrap .social-media-links a:hover {
  opacity: 0.7;
}
.good-to-know-popup .popup-box .content-popup .bottom-section .link-outer-wrap .links {
  color: #2574C3;
}
.good-to-know-popup .popup-box .content-popup .bottom-section .link-outer-wrap .links a:not(:last-of-type) {
  margin-right: 15px;
}
.good-to-know-popup .popup-box .content-popup .bottom-section .social-media-links {
  display: flex;
  align-items: center;
}
.good-to-know-popup .popup-box .content-popup .bottom-section .social-media-links a {
  display: block;
  width: 25px;
}
.good-to-know-popup .popup-box .content-popup .bottom-section .social-media-links a:not(:last-of-type) {
  margin-right: 15px;
}
.good-to-know-popup .popup-box .good-to-know-faq {
  font-size: 16px;
}
.good-to-know-popup .popup-box .good-to-know-faq a {
  color: #2574C3;
}
.good-to-know-popup .popup-box .good-to-know-faq:not(:last-of-type) {
  margin-bottom: 50px;
}
.good-to-know-popup .popup-box .good-to-know-faq .question {
  font-family: "UniversNextBold-Cn";
  font-weight: 300;
  margin-bottom: 8px;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .good-to-know-popup .popup-box .good-to-know-faq .question {
    font-size: 16px;
  }
}
.good-to-know-popup .popup-box .good-to-know-faq .answer {
  font-family: 'UniversNextLight';
  font-weight: 300;
}
.good-to-know-popup .popup-box .good-to-know-faq .answer li {
  font-family: 'UniversNextLight';
  font-weight: 300;
}
.good-to-know-popup .popup-box .good-to-know-faq .answer ul {
  padding-left: 20px;
}
.good-to-know-popup .popup-box .good-to-know-faq .answer li {
  list-style-type: disc;
}
@media only screen and (max-width: 767px) {
  .good-to-know-popup {
    align-items: flex-start;
    padding-top: 80px;
  }
  .good-to-know-popup .popup-box .close-icon {
    width: 50px;
    top: -10px;
    right: 20px;
  }
  .good-to-know-popup .popup-box .content-popup {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 20px;
    margin-right: 20px;
    max-height: calc(100vh - 100px);
  }
  .good-to-know-popup .popup-box .content-popup .questions {
    margin-top: 25px;
  }
  .good-to-know-popup .popup-box .content-popup .bottom-section {
    margin-top: 45px;
    padding-top: 8px;
  }
  .good-to-know-popup .popup-box .content-popup .bottom-section .link-outer-wrap {
    display: block;
  }
  .good-to-know-popup .popup-box .content-popup .bottom-section .link-outer-wrap .links {
    margin-bottom: 20px;
  }
  .good-to-know-popup .popup-box .good-to-know-faq,
  .good-to-know-popup .popup-box .content-popup .bottom-section .bottom-title {
    font-size: 15px;
  }
  .good-to-know-popup .popup-box .good-to-know-faq:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
/* ==========================================================================
   good-to-know-popup social
   ========================================================================== */
.good-to-know-popup.social .social-media-links {
  margin-top: 50px;
  display: flex;
  align-items: center;
}
.good-to-know-popup.social .social-media-links a {
  display: block;
  width: 48px;
  opacity: 1;
  transition: 0.2s ease-out;
}
.good-to-know-popup.social .social-media-links a:hover {
  opacity: 0.7;
}
.good-to-know-popup.social .social-media-links a:not(:last-of-type) {
  margin-right: 80px;
}
@media only screen and (min-width: 768px) {
  .good-to-know-popup.social .content-popup {
    padding-right: 175px;
  }
}
@media only screen and (max-width: 767px) {
  .good-to-know-popup.social .popup-box {
    width: 100%;
  }
  .good-to-know-popup.social .social-media-links a {
    width: 35px;
  }
  .good-to-know-popup.social .social-media-links a:not(:last-of-type) {
    margin-right: 50px;
  }
}
/* ==========================================================================
   good-to-know-popup mail
   ========================================================================== */
.good-to-know-popup.mail .content-popup h2 {
  margin-bottom: 10px;
}
.good-to-know-popup.mail .content-popup p {
  font-size: 18px;
  font-family: 'UniversNextLight';
}
.good-to-know-popup.mail .content-popup form {
  margin-top: 70px;
}
.good-to-know-popup.mail .content-popup form .input-select-wrap {
  display: flex;
  align-items: center;
}
.good-to-know-popup.mail .content-popup form .input-select-wrap input[type="email"] {
  appearance: none;
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
  line-height: 50px;
  font-size: 16px;
  border-bottom: 1px solid rgba(56, 66, 75, 0.2);
  margin-right: 50px;
  outline: 0;
}
.good-to-know-popup.mail .content-popup form .input-select-wrap input[type="submit"] {
  outline: 0;
  color: white;
  padding: 14px 20px;
  border: none;
  appearance: none;
  border-radius: 0;
}
@media only screen and (max-width: 767px) {
  .good-to-know-popup.mail .content-popup h2 {
    margin-bottom: 20px;
  }
  .good-to-know-popup.mail .content-popup p {
    font-size: 15px;
  }
  .good-to-know-popup.mail .content-popup form {
    margin-top: 40px;
  }
  .good-to-know-popup.mail .content-popup form .input-select-wrap {
    display: block;
  }
  .good-to-know-popup.mail .content-popup form .input-select-wrap input[type="email"] {
    margin-right: 0;
  }
  .good-to-know-popup.mail .content-popup form .input-select-wrap input[type="submit"] {
    width: 100%;
    margin-top: 25px;
  }
}
body.page-node-6528 .v21-panel-collection-matter-bg .big-grid-panel .subtitle-tag-line {
  display: none;
}
/* ==========================================================================
   bugfix pages with plug/degree switcher
   ========================================================================== */
body.page-node-170 .good-to-know-selector,
body.page-node-3700 .good-to-know-selector,
body.page-node-6528 .good-to-know-selector,
body.page-node-273 .good-to-know-selector {
  bottom: 162px;
  width: 86px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  z-index: 135;
}
@media only screen and (max-width: 767px) {
  body.page-node-170 #power-plug-switcher-main-button,
  body.page-node-3700 #power-plug-switcher-main-button,
  body.page-node-6528 #power-plug-switcher-main-button,
  body.page-node-273 #power-plug-switcher-main-button,
  body.page-node-170 #power-plug-switcher,
  body.page-node-3700 #power-plug-switcher,
  body.page-node-6528 #power-plug-switcher,
  body.page-node-273 #power-plug-switcher {
    top: 166px;
  }
  body.page-node-170 #power-plug-switcher-main-button,
  body.page-node-3700 #power-plug-switcher-main-button,
  body.page-node-6528 #power-plug-switcher-main-button,
  body.page-node-273 #power-plug-switcher-main-button {
    opacity: 1;
    transition: 0.2s;
  }
  body.page-node-170 #power-plug-switcher-main-button.scrolled,
  body.page-node-3700 #power-plug-switcher-main-button.scrolled,
  body.page-node-6528 #power-plug-switcher-main-button.scrolled,
  body.page-node-273 #power-plug-switcher-main-button.scrolled {
    opacity: 0;
    pointer-events: none;
  }
  body.page-node-170 .good-to-know-selector,
  body.page-node-3700 .good-to-know-selector,
  body.page-node-6528 .good-to-know-selector,
  body.page-node-273 .good-to-know-selector {
    bottom: auto;
    top: 90px;
    z-index: 150;
    border-bottom: 0;
  }
  body.page-node-170 .mobile-good-to-know-trigger,
  body.page-node-3700 .mobile-good-to-know-trigger,
  body.page-node-6528 .mobile-good-to-know-trigger,
  body.page-node-273 .mobile-good-to-know-trigger {
    top: 90px;
    width: 86px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    z-index: 135;
  }
  body.page-node-170 .mobile-good-to-know-trigger:after,
  body.page-node-3700 .mobile-good-to-know-trigger:after,
  body.page-node-6528 .mobile-good-to-know-trigger:after,
  body.page-node-273 .mobile-good-to-know-trigger:after {
    opacity: 1;
  }
  body.page-node-170 .mobile-good-to-know-trigger.collapsed,
  body.page-node-3700 .mobile-good-to-know-trigger.collapsed,
  body.page-node-6528 .mobile-good-to-know-trigger.collapsed,
  body.page-node-273 .mobile-good-to-know-trigger.collapsed {
    width: 19px;
  }
  body.page-node-170 .mobile-good-to-know-trigger .selection-icon,
  body.page-node-3700 .mobile-good-to-know-trigger .selection-icon,
  body.page-node-6528 .mobile-good-to-know-trigger .selection-icon,
  body.page-node-273 .mobile-good-to-know-trigger .selection-icon {
    margin: 0 auto;
  }
}
/* ==========================================================================
   Protected page password form
   ========================================================================== */
#protected-pages-enter-password {
  max-width: 1200px;
  margin: auto;
  padding: 50px 0;
}
#protected-pages-enter-password fieldset {
  border: 0;
}
#protected-pages-enter-password .form-item-password {
  margin: 10px 0;
}
/* ==========================================================================
   Flexible page - show blinking stars
   ========================================================================== */
body.page-node-2539 .half-image-text-logo-panel .flexible-buy-btn {
  display: block !important;
}
body.page-node-2539 .half-image-text-logo-panel .inner-panel {
  min-height: 0 !important;
  padding: 0 !important;
}
article.eve-page-flexible .content.text-white .half-image-text-logo-panel {
  background: transparent;
}
article.eve-page-flexible .content.text-white .half-image-text-logo-panel .inner-panel {
  background: transparent;
}
article.eve-page-flexible .content.text-white .half-image-text-logo-panel .inner-panel .col-text {
  background: transparent;
}
article.eve-page-flexible .content.text-white .half-image-text-logo-panel .inner-panel .inner-title,
article.eve-page-flexible .content.text-white .half-image-text-logo-panel .inner-panel .body-text p,
article.eve-page-flexible .content.text-white .half-image-text-logo-panel .inner-panel h3 {
  color: white;
}
article.eve-page-flexible .content.text-white .text-panel-with-image {
  color: white;
}
article.eve-page-flexible .content.text-white .text-panel-with-headline .inner-title,
article.eve-page-flexible .content.text-white .text-panel-with-headline .body-text {
  color: white;
}
article.eve-page-flexible .content.text-white .text-panel-with-background-image .text-wrap.text-white {
  background: transparent;
}
article.eve-page-flexible .content.text-white .text-panel-with-background-image .text-wrap.text-white .inner-title,
article.eve-page-flexible .content.text-white .text-panel-with-background-image .text-wrap.text-white .body-text p {
  color: white;
}
article.eve-page-flexible .content.text-white .product-overview-shop-panel .title-text-wrap .body-text {
  color: white;
}
article.eve-page-flexible .content.text-white .text-panel-with-image p,
article.eve-page-flexible .content.text-white .text-panel-with-headline p,
article.eve-page-flexible .content.text-white .text-panel-with-image h3,
article.eve-page-flexible .content.text-white .text-panel-with-headline h3 {
  color: white;
}
article.eve-page-flexible .content.with-stars {
  background-color: #013261;
}
article.eve-page-flexible .content.with-stars .stars-wrapper {
  position: absolute;
  left: 0;
  top: 100vh;
  bottom: 0;
  right: 0;
}
article.eve-page-flexible .content.with-stars .stars-wrapper .star {
  position: absolute;
  height: auto;
  opacity: 0.15;
}
article.eve-page-flexible .content.with-stars .stars-wrapper .star.show {
  animation: opacityStar 10s infinite;
}
article.eve-page-flexible .content.with-stars .stars-wrapper .star-0 {
  width: 10px;
  top: 1.5%;
  left: 36%;
}
article.eve-page-flexible .content.with-stars .stars-wrapper .star-1 {
  width: 8px;
  top: 20%;
  left: 16%;
}
article.eve-page-flexible .content.with-stars .stars-wrapper .star-2 {
  width: 9px;
  top: 25%;
  left: 58%;
}
article.eve-page-flexible .content.with-stars .stars-wrapper .star-3 {
  width: 10px;
  top: 14%;
  left: 83%;
}
article.eve-page-flexible .content.with-stars .stars-wrapper .star-4 {
  width: 9px;
  top: 5%;
  left: 90%;
}
article.eve-page-flexible .content.with-stars .stars-wrapper .star-5 {
  width: 8px;
  top: 45%;
  left: 4%;
}
article.eve-page-flexible .content.with-stars .stars-wrapper .star-6 {
  width: 10px;
  top: 52%;
  left: 77%;
}
article.eve-page-flexible .content.with-stars .stars-wrapper .star-7 {
  width: 9px;
  top: 55%;
  left: 23%;
}
article.eve-page-flexible .content.with-stars .stars-wrapper .star-8 {
  width: 8px;
  top: 69%;
  left: 3%;
}
article.eve-page-flexible .content.with-stars .stars-wrapper .star-9 {
  width: 10px;
  top: 97.5%;
  left: 15%;
}
article.eve-page-flexible .content.with-stars .stars-wrapper .star-10 {
  width: 9px;
  top: 67%;
  left: 97%;
}
article.eve-page-flexible .content.with-stars .stars-wrapper .star-11 {
  width: 10px;
  top: 99%;
  left: 83%;
}
article.eve-page-flexible .content.with-stars .stars-wrapper .star-12 {
  width: 8px;
  top: 35%;
  left: 95%;
}
article.eve-page-flexible .content.with-stars .stars-wrapper .star-13 {
  width: 10px;
  top: 31.65%;
  left: 49%;
}
article.eve-page-flexible .content.with-stars .stars-wrapper .star-14 {
  width: 10px;
  top: 62%;
  left: 50%;
}
article.eve-page-flexible .content.with-stars .stars-wrapper .star-15 {
  width: 8px;
  top: 9%;
  left: 3%;
}
article.eve-page-flexible .content.with-stars .stars-wrapper .star-16 {
  width: 10px;
  top: 80%;
  left: 34%;
}
article.eve-page-flexible .content.with-stars .stars-wrapper .star-17 {
  width: 8px;
  top: 86%;
  left: 93.5%;
}
article.eve-page-flexible .content.with-stars .stars-wrapper .star-18 {
  width: 9px;
  top: 88%;
  left: 24%;
}
article.eve-page-flexible .content.with-stars .stars-wrapper .star-19 {
  width: 8px;
  top: 90%;
  left: 46%;
}
article.eve-page-flexible .content.with-stars .half-image-text-logo-panel {
  background: transparent;
}
article.eve-page-flexible .content.with-stars .half-image-text-logo-panel .inner-panel {
  background: transparent;
}
article.eve-page-flexible .content.with-stars .half-image-text-logo-panel .inner-panel .col-text {
  background: transparent;
}
article.eve-page-flexible .content.with-stars .half-image-text-logo-panel .inner-panel .inner-title,
article.eve-page-flexible .content.with-stars .half-image-text-logo-panel .inner-panel .body-text p {
  color: white;
}
article.eve-page-flexible .content.with-stars .text-panel-with-image {
  color: white;
}
article.eve-page-flexible .content.with-stars .text-panel-with-headline .inner-title,
article.eve-page-flexible .content.with-stars .text-panel-with-headline .body-text {
  color: white;
}
article.eve-page-flexible .content.with-stars .text-panel-with-background-image .text-wrap.text-white {
  background: transparent;
}
article.eve-page-flexible .content.with-stars .text-panel-with-background-image .text-wrap.text-white .inner-title,
article.eve-page-flexible .content.with-stars .text-panel-with-background-image .text-wrap.text-white .body-text p {
  color: white;
}
article.eve-page-flexible .content.with-stars .product-overview-shop-panel .title-text-wrap .body-text {
  color: white;
}
@keyframes opacityStar {
  0% {
    opacity: 0.15;
  }
  2.5% {
    opacity: 0.2;
  }
  5% {
    opacity: 0.25;
  }
  7.5% {
    opacity: 0.3;
  }
  10% {
    opacity: 0.35;
  }
  12.5% {
    opacity: 0.4;
  }
  15% {
    opacity: 0.45;
  }
  17.5% {
    opacity: 0.5;
  }
  20% {
    opacity: 0.55;
  }
  22.5% {
    opacity: 0.6;
  }
  25% {
    opacity: 0.65;
  }
  27.5% {
    opacity: 0.7;
  }
  30% {
    opacity: 0.75;
  }
  32.5% {
    opacity: 0.8;
  }
  35% {
    opacity: 0.85;
  }
  37.5% {
    opacity: 0.85;
  }
  40% {
    opacity: 0.85;
  }
  42.5% {
    opacity: 0.85;
  }
  45% {
    opacity: 0.85;
  }
  47.5% {
    opacity: 0.85;
  }
  50% {
    opacity: 0.85;
  }
  52.5% {
    opacity: 0.85;
  }
  55% {
    opacity: 0.85;
  }
  57.5% {
    opacity: 0.85;
  }
  60% {
    opacity: 0.85;
  }
  62.5% {
    opacity: 0.85;
  }
  65% {
    opacity: 0.85;
  }
  67.5% {
    opacity: 0.8;
  }
  70% {
    opacity: 0.75;
  }
  72.5% {
    opacity: 0.7;
  }
  75% {
    opacity: 0.65;
  }
  77.5% {
    opacity: 0.6;
  }
  80% {
    opacity: 0.55;
  }
  82.5% {
    opacity: 0.5;
  }
  85% {
    opacity: 0.45;
  }
  87.5% {
    opacity: 0.4;
  }
  90% {
    opacity: 0.35;
  }
  92.5% {
    opacity: 0.3;
  }
  95% {
    opacity: 0.25;
  }
  97.5% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.15;
  }
}
.covid-banner {
  display: none;
}
body.current-country-de .covid-banner,
body.current-country-us .covid-banner {
  display: block;
}
.covid-banner {
  background-color: #4290DB;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.covid-banner .wrap {
  display: inline-block;
}
.covid-banner .text {
  display: inline-block;
}
.covid-banner .text p {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.8px;
  font-family: 'UniversNextLight';
  font-weight: 300;
}
.covid-banner .text b,
.covid-banner .text strong {
  font-family: 'UniversNextBold';
  font-weight: 300;
}
.covid-banner img {
  width: 29px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
/* ==========================================================================
   eve cam page
   ========================================================================== */
/* ==========================================================================
   product-notify
   ========================================================================== */
.product-notify {
  font-size: 17px;
  letter-spacing: 3.5px;
  line-height: 1;
  font-family: 'UniversNextBold';
  display: inline-block;
  margin-top: 40px;
  font-weight: 300;
}
.product-notify .notify-text {
  cursor: pointer;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
  transition: 0.3s ease-out;
  transition-delay: 1s;
}
.product-notify .notify-text .top-line,
.product-notify .notify-text .left-line,
.product-notify .notify-text .right-line,
.product-notify .notify-text .bottom-line {
  position: absolute;
  background-color: white;
  transition: 0.2s linear;
}
.product-notify .notify-text .top-line,
.product-notify .notify-text .bottom-line {
  left: 0;
  width: 100%;
  height: 3px;
}
.product-notify .notify-text .left-line,
.product-notify .notify-text .right-line {
  height: 100%;
  width: 3px;
}
.product-notify .notify-text .top-line {
  top: 0;
  transition: 0.6s linear;
  transition-delay: 0.2s;
}
.product-notify .notify-text .bottom-line {
  bottom: 0;
}
.product-notify .notify-text .left-line {
  left: 0;
  bottom: 0;
  transition-delay: 0.8s;
}
.product-notify .notify-text .right-line {
  right: 0;
  top: 0;
}
.product-notify .notify-text .inner-text {
  transition: 0.3s ease-out;
  transition-delay: 1s;
}
.product-notify .notify-text.line-move {
  cursor: default;
  padding-right: 200px;
}
@media only screen and (max-width: 767px) {
  .product-notify .notify-text.line-move {
    padding-right: 100px;
  }
}
.product-notify .notify-text.line-move .inner-text {
  opacity: 0;
  pointer-events: none;
}
.product-notify .notify-text.line-move .right-line {
  height: 0%;
}
.product-notify .notify-text.line-move .top-line {
  width: 0%;
}
.product-notify .notify-text.line-move .left-line {
  height: 0%;
}
.product-notify .input {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
  transition: 0.3s ease-out;
  opacity: 0;
  pointer-events: none;
  transition-delay: 1s;
}
.product-notify .input.active {
  pointer-events: all;
  opacity: 1;
}
.product-notify input[type="email"] {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background: transparent;
  color: white;
  outline: 0;
  width: calc(100% - 30px);
}
.product-notify input[type="email"]::placeholder {
  color: white;
  opacity: 1;
}
.product-notify input[type="email"]:-webkit-autofill,
.product-notify input[type="email"]:-webkit-autofill:hover,
.product-notify input[type="email"]:-webkit-autofill:focus,
.product-notify input[type="email"]:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  background-color: transparent;
  border-radius: 0;
  color: white !important;
  -webkit-text-fill-color: #fff !important;
}
.product-notify input[type="submit"] {
  background-image: url('../png/notify-arrow-right.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 21px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
  outline: 0;
}
.product-notify #mc_embed_signup div.mce_inline_error,
.product-notify #mce-responses {
  font-size: 14px;
  line-height: normal;
  font-family: "UniversNextLight";
  letter-spacing: -0.2px;
  background: transparent;
  margin: 0;
  padding: 0;
  position: absolute;
  top: calc(100% + 30px);
  width: 200%;
}
@media only screen and (max-width: 767px) {
  .product-notify {
    font-size: 14px;
    letter-spacing: 2.9px;
    margin-top: 20px;
    margin-bottom: 70px;
  }
  .product-notify .notify-text {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .product-notify input[type="submit"] {
    width: 12px;
    height: 18px;
  }
  .product-notify #mc_embed_signup div.mce_inline_error,
  .product-notify #mce-responses {
    top: calc(100% + 20px);
    font-size: 12px;
    width: calc(100vw - 40px);
  }
}
/* ==========================================================================
   updates thread
   ========================================================================== */
body.page-node-4318 .title-text-icon-panel .element-logo img {
  max-width: 100%;
}
body.page-node-4692 .title-text-icon-panel.node-5192 {
  padding-bottom: 0 !important;
  padding-top: 90px;
}
@media only screen and (max-width: 767px) {
  body.page-node-4692 .title-text-icon-panel.node-5192 {
    padding-top: 80px;
  }
}
body.page-node-4692 .title-text-icon-panel.node-4757 {
  padding-top: 45px;
}
body.page-node-4692 .text-panel-with-headline.n-id-5193 {
  padding-top: 0 !important;
}
body.page-node-4692 .v21-panel-home-hero {
  height: 100vh;
}
@media only screen and (max-width: 767px) {
  body.page-node-4692 .v21-panel-home-hero {
    background: #0f8b9c;
  }
  body.page-node-4692 .v21-panel-home-hero .bg-image {
    background-size: contain;
  }
}
body.page-node-4692 .half-image-text-logo-panel.node-5208,
body.page-node-4692 .half-image-text-logo-panel.node-4696 {
  display: none !important;
}
body.page-node-4692.current-country-de .half-image-text-logo-panel.node-5207 {
  display: none !important;
}
body.page-node-4692.current-country-de .half-image-text-logo-panel.node-4696 {
  display: block !important;
}
body.page-node-4692.current-country-us .half-image-text-logo-panel.node-5207,
body.page-node-4692.current-country-ca .half-image-text-logo-panel.node-5207 {
  display: none !important;
}
body.page-node-4692.current-country-us .half-image-text-logo-panel.node-5208,
body.page-node-4692.current-country-ca .half-image-text-logo-panel.node-5208 {
  display: block !important;
}
/* ==========================================================================
   outdoor cam
   ========================================================================== */
.image-panel.node-5750 {
  background-color: #f7f8fa;
}
.node-5563.panel-flare-iphone {
  background-color: #f7f8fa;
}
/* ==========================================================================
   eve energy 2022
   ========================================================================== */
body.page-node-5736 .node-5795 {
  display: none;
}
body.page-node-5736 .element-logo.node-3743 {
  display: none;
}
body.page-node-5736 .element-logo.node-187 {
  display: none;
}
body.page-node-5736.current-country-at .element-logo.node-187,
body.page-node-5736.current-country-be .element-logo.node-187,
body.page-node-5736.current-country-cz .element-logo.node-187,
body.page-node-5736.current-country-dk .element-logo.node-187,
body.page-node-5736.current-country-fi .element-logo.node-187,
body.page-node-5736.current-country-fr .element-logo.node-187,
body.page-node-5736.current-country-de .element-logo.node-187,
body.page-node-5736.current-country-gr .element-logo.node-187,
body.page-node-5736.current-country-hu .element-logo.node-187,
body.page-node-5736.current-country-ie .element-logo.node-187,
body.page-node-5736.current-country-it .element-logo.node-187,
body.page-node-5736.current-country-lu .element-logo.node-187,
body.page-node-5736.current-country-nl .element-logo.node-187,
body.page-node-5736.current-country-no .element-logo.node-187,
body.page-node-5736.current-country-pl .element-logo.node-187,
body.page-node-5736.current-country-pt .element-logo.node-187,
body.page-node-5736.current-country-ro .element-logo.node-187,
body.page-node-5736.current-country-ru .element-logo.node-187,
body.page-node-5736.current-country-es .element-logo.node-187,
body.page-node-5736.current-country-se .element-logo.node-187,
body.page-node-5736.current-country-ch .element-logo.node-187 {
  display: block;
}
body.page-node-5736.current-country-gb .element-logo.node-3743 {
  display: block;
}
body.page-node-5736.current-country-gb .element-logo.node-187 {
  display: none;
}
body.page-node-5736.current-country-us .node-5796 {
  display: none;
}
body.page-node-5736.current-country-us .node-5795 {
  display: block;
}
/* ==========================================================================
   eve outdoor cam
   ========================================================================== */
@media only screen and (max-width: 767px) {
  body.page-node-5541 .mobile-good-to-know-trigger,
  body.page-node-6235 .mobile-good-to-know-trigger {
    top: 85px;
  }
}
body.page-node-5541 .v21-panel-trailer-video,
body.page-node-6235 .v21-panel-trailer-video {
  padding-top: 0;
}
body.page-node-5541 .panel-2col-text-with-logo.node-5838,
body.page-node-6235 .panel-2col-text-with-logo.node-5838 {
  padding-bottom: 0;
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  body.page-node-5541 .panel-2col-text-with-logo.node-5838,
  body.page-node-6235 .panel-2col-text-with-logo.node-5838 {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  body.page-node-5541 .big-image-slider.node-5564 .text.wrap,
  body.page-node-6235 .big-image-slider.node-5564 .text.wrap {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 767px) {
  body.page-node-5541 .image-panel.node-5860,
  body.page-node-6235 .image-panel.node-5860 {
    padding-top: 0;
  }
  body.page-node-5541 .text-panel-with-bg-switch.node-5550,
  body.page-node-6235 .text-panel-with-bg-switch.node-5550 {
    margin-top: 0;
  }
  body.page-node-5541 .node-5805.panel-flare-iphone,
  body.page-node-6235 .node-5805.panel-flare-iphone {
    padding-top: 0;
    padding-bottom: 0;
  }
  body.page-node-5541 .big-image-slider.node-5554,
  body.page-node-6235 .big-image-slider.node-5554 {
    padding-top: 0;
  }
  body.page-node-5541 .node-5563.panel-flare-iphone,
  body.page-node-6235 .node-5563.panel-flare-iphone {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  body.page-node-5541 .image-panel.node-5839,
  body.page-node-6235 .image-panel.node-5839 {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  body.page-node-5541 .text-panel-with-headline.n-id-5561,
  body.page-node-6235 .text-panel-with-headline.n-id-5561 {
    padding-top: 50px;
  }
}
/* ==========================================================================
   support updates
   ========================================================================== */
body.page-type-eve-page-support .v21-panel-support-product {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  body.page-type-eve-page-support .hero-text {
    width: calc(100% - 20px);
  }
  body.page-type-eve-page-support .hero-text h1 {
    line-height: 110%;
  }
  body.page-type-eve-page-support .hero-text h3 {
    margin-top: 10px;
  }
}
body.page-type-eve-page-support .panel-support-boxes {
  margin-top: 0;
}
html[lang="fr"] .panel-technical-parameters .slider-navigation .slider-title {
  font-size: 16px;
  line-height: 16px;
  margin: 0 10px;
}
html[lang="fr"] .panel-technical-parameters .slider-navigation .slider-title:first-of-type {
  margin-left: 0;
}
html[lang="fr"] .panel-technical-parameters .slider-navigation .slider-title:last-of-type {
  margin-right: 0;
}
html[lang="fr"] .panel-technical-parameters .slider-navigation .slider-title:after {
  right: -10px;
}
@media only screen and (max-width: 1199px) {
  html[lang="fr"] .panel-technical-parameters .slider-navigation .slider-title {
    margin: 0 10px;
  }
  html[lang="fr"] .panel-technical-parameters .slider-navigation .slider-title:first-of-type {
    margin-left: 0;
  }
  html[lang="fr"] .panel-technical-parameters .slider-navigation .slider-title:last-of-type {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1024px) {
  html[lang="fr"] .panel-technical-parameters .tech-image-col {
    width: 40%;
    padding-right: 40px;
  }
  html[lang="fr"] .panel-technical-parameters .tech-text-col {
    width: 60%;
  }
}
/* ==========================================================================
   ifa 2022 - coming soon
   ========================================================================== */
html[lang="en-us"] body.page-node-6126 .panel-story-parallax.node-6129,
html[lang="en-us"] body.page-node-6126 .half-image-text-logo-panel.node-6177 {
  display: none !important;
}
html[lang="en"] body.page-node-6126 .panel-story-parallax.node-6181,
html[lang="de"] body.page-node-6126 .panel-story-parallax.node-6181,
html[lang="fr"] body.page-node-6126 .panel-story-parallax.node-6181,
html[lang="en"] body.page-node-6126 .half-image-text-logo-panel.node-6183,
html[lang="de"] body.page-node-6126 .half-image-text-logo-panel.node-6183,
html[lang="fr"] body.page-node-6126 .half-image-text-logo-panel.node-6183 {
  display: none !important;
}
/* ==========================================================================
   eve aqua
   ========================================================================== */
@media only screen and (max-width: 767px) {
  body.page-node-5757 .v21-panel-2-col-parallax-item[data-node-id="n-5759"] {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  body.page-node-5757 .node-5766.panel-flare-iphone {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  body.page-node-5757 .v21-panel-explore {
    padding-bottom: 0 !important;
  }
}
/* ==========================================================================
   configurator panel geo
   ========================================================================== */
body.current-country-us .text-with-three-grids-panel.node-7314 {
  display: none;
}
body:not(.current-country-us) .text-with-three-grids-panel.node-7345 {
  display: none;
}
/* ==========================================================================
   eve light switch
   ========================================================================== */
body.page-node-6116.current-country-us .text-panel-with-headline.n-id-2389,
body.page-node-7681.current-country-us .text-panel-with-headline.n-id-2389,
body.page-node-6116.current-country-ca .text-panel-with-headline.n-id-2389,
body.page-node-7681.current-country-ca .text-panel-with-headline.n-id-2389,
body.page-node-6116.current-country-us .text-panel-with-background-image.n-2366,
body.page-node-7681.current-country-us .text-panel-with-background-image.n-2366,
body.page-node-6116.current-country-ca .text-panel-with-background-image.n-2366,
body.page-node-7681.current-country-ca .text-panel-with-background-image.n-2366,
body.page-node-6116.current-country-us .big-image-slider.node-2368,
body.page-node-7681.current-country-us .big-image-slider.node-2368,
body.page-node-6116.current-country-ca .big-image-slider.node-2368,
body.page-node-7681.current-country-ca .big-image-slider.node-2368,
body.page-node-6116.current-country-us .image-panel.node-2473,
body.page-node-7681.current-country-us .image-panel.node-2473,
body.page-node-6116.current-country-ca .image-panel.node-2473,
body.page-node-7681.current-country-ca .image-panel.node-2473,
body.page-node-6116.current-country-us .panel-good-to-know.n-3339,
body.page-node-7681.current-country-us .panel-good-to-know.n-3339,
body.page-node-6116.current-country-ca .panel-good-to-know.n-3339,
body.page-node-7681.current-country-ca .panel-good-to-know.n-3339,
body.page-node-6116.current-country-us .panel-technical-parameters.n-2374,
body.page-node-7681.current-country-us .panel-technical-parameters.n-2374,
body.page-node-6116.current-country-ca .panel-technical-parameters.n-2374,
body.page-node-7681.current-country-ca .panel-technical-parameters.n-2374,
body.page-node-6116.current-country-us .node-good-to-know-2455,
body.page-node-7681.current-country-us .node-good-to-know-2455,
body.page-node-6116.current-country-ca .node-good-to-know-2455,
body.page-node-7681.current-country-ca .node-good-to-know-2455,
body.page-node-6116.current-country-us .element-usp.node-6138,
body.page-node-7681.current-country-us .element-usp.node-6138,
body.page-node-6116.current-country-ca .element-usp.node-6138,
body.page-node-7681.current-country-ca .element-usp.node-6138 {
  display: none !important;
}
body.page-node-6116:not(.current-country-us):not(.current-country-ca) .text-panel-with-headline.n-id-6121,
body.page-node-7681:not(.current-country-us):not(.current-country-ca) .text-panel-with-headline.n-id-6121,
body.page-node-6116:not(.current-country-us):not(.current-country-ca) .text-panel-with-background-image.n-6119,
body.page-node-7681:not(.current-country-us):not(.current-country-ca) .text-panel-with-background-image.n-6119,
body.page-node-6116:not(.current-country-us):not(.current-country-ca) .big-image-slider.node-6122,
body.page-node-7681:not(.current-country-us):not(.current-country-ca) .big-image-slider.node-6122,
body.page-node-6116:not(.current-country-us):not(.current-country-ca) .panel-good-to-know.n-6140,
body.page-node-7681:not(.current-country-us):not(.current-country-ca) .panel-good-to-know.n-6140,
body.page-node-6116:not(.current-country-us):not(.current-country-ca) .panel-technical-parameters.n-359,
body.page-node-7681:not(.current-country-us):not(.current-country-ca) .panel-technical-parameters.n-359,
body.page-node-6116:not(.current-country-us):not(.current-country-ca) .node-good-to-know-6141,
body.page-node-7681:not(.current-country-us):not(.current-country-ca) .node-good-to-know-6141,
body.page-node-6116:not(.current-country-us):not(.current-country-ca) .element-usp.node-6139,
body.page-node-7681:not(.current-country-us):not(.current-country-ca) .element-usp.node-6139,
body.page-node-6116:not(.current-country-us):not(.current-country-ca) .new-newsletter-panel.node-6187,
body.page-node-7681:not(.current-country-us):not(.current-country-ca) .new-newsletter-panel.node-6187 {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  body.page-node-6116 .mobile-good-to-know-trigger,
  body.page-node-7681 .mobile-good-to-know-trigger,
  body.page-node-6116 .good-to-know-selector,
  body.page-node-7681 .good-to-know-selector {
    top: 300px;
  }
  body.page-node-6116 .text-panel-with-background-image.n-2366,
  body.page-node-7681 .text-panel-with-background-image.n-2366 {
    padding-top: 0;
  }
  body.page-node-6116 .v21-panel-explore-v2-pre-text.node-6114,
  body.page-node-7681 .v21-panel-explore-v2-pre-text.node-6114 {
    padding-top: 0;
  }
  body.page-node-6116.current-country-us .big-image-slider.node-6122,
  body.page-node-7681.current-country-us .big-image-slider.node-6122 {
    padding-top: 0!important;
  }
  body.page-node-6116 .text-panel-with-background-image.n-6119,
  body.page-node-7681 .text-panel-with-background-image.n-6119 {
    padding-top: 0;
  }
}
/* ==========================================================================
   Comment
   ========================================================================== */
body.page-node-7681.current-country-us .v21-panel-hero.node-6115,
body.page-node-7681.current-country-ca .v21-panel-hero.node-6115,
body.page-node-7681.current-country-us .text-panel-with-background-image.n-2365,
body.page-node-7681.current-country-ca .text-panel-with-background-image.n-2365,
body.page-node-7681.current-country-us .text-panel-with-headline.n-id-6196,
body.page-node-7681.current-country-ca .text-panel-with-headline.n-id-6196,
body.page-node-7681.current-country-us .big-image-slider.node-6195,
body.page-node-7681.current-country-ca .big-image-slider.node-6195,
body.page-node-7681.current-country-us .big-grid-panel.n-id-6147,
body.page-node-7681.current-country-ca .big-grid-panel.n-id-6147,
body.page-node-7681.current-country-us .half-image-text-logo-panel.node-2369,
body.page-node-7681.current-country-ca .half-image-text-logo-panel.node-2369,
body.page-node-7681.current-country-us .text-panel-with-headline.n-id-2389,
body.page-node-7681.current-country-ca .text-panel-with-headline.n-id-2389,
body.page-node-7681.current-country-us .text-panel-with-background-image.n-2366,
body.page-node-7681.current-country-ca .text-panel-with-background-image.n-2366,
body.page-node-7681.current-country-us .big-image-slider.node-2368,
body.page-node-7681.current-country-ca .big-image-slider.node-2368,
body.page-node-7681.current-country-us .v21-panel-explore-v3-pre-text.n-6456,
body.page-node-7681.current-country-ca .v21-panel-explore-v3-pre-text.n-6456,
body.page-node-7681.current-country-us .panel-good-to-know.n-3339,
body.page-node-7681.current-country-ca .panel-good-to-know.n-3339,
body.page-node-7681.current-country-us .panel-comparison.n-4769,
body.page-node-7681.current-country-ca .panel-comparison.n-4769 {
  display: none !important;
}
body.page-node-7681:not(.current-country-us):not(.current-country-ca) .v21-panel-hero.node-7689,
body.page-node-7681:not(.current-country-us):not(.current-country-ca) .big-grid-panel.n-id-7539,
body.page-node-7681:not(.current-country-us):not(.current-country-ca) .v21-panel-2-col-parallax.n-7682,
body.page-node-7681:not(.current-country-us):not(.current-country-ca) .big-image-slider.node-7686,
body.page-node-7681:not(.current-country-us):not(.current-country-ca) .half-image-text-logo-panel.node-7687,
body.page-node-7681:not(.current-country-us):not(.current-country-ca) .text-panel-with-headline.n-id-6121,
body.page-node-7681:not(.current-country-us):not(.current-country-ca) .text-panel-with-background-image.n-6119,
body.page-node-7681:not(.current-country-us):not(.current-country-ca) .v21-panel-collection-matter-bg.n-7685,
body.page-node-7681:not(.current-country-us):not(.current-country-ca) .text-with-three-grids-panel.node-7726 {
  display: none !important;
}
body.current-country-us .panel-story-parallax.node-6943,
body.current-country-us .panel-story-parallax.node-7002 {
  display: none;
}
/* ==========================================================================
   newsletter popup fade-in
   ========================================================================== */
#newsletter-popup-fade-in {
  position: fixed;
  right: 90px;
  bottom: 0;
  background: #F7F8F9;
  box-shadow: 0px 20px 36px -8px rgba(14, 14, 44, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  width: 360px;
  padding: 24px;
  font-family: 'UniversNextLight';
  font-style: normal;
  font-weight: 300;
  transition: 0.5s ease-out;
  opacity: 0;
  transform: translate(100%, 0);
  z-index: 50000;
  pointer-events: none;
}
#newsletter-popup-fade-in.active {
  opacity: 1;
  transform: translate(0%, 0);
  pointer-events: all;
}
@media only screen and (max-width: 1023px) {
  #newsletter-popup-fade-in {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  #newsletter-popup-fade-in {
    width: 100%;
  }
}
#newsletter-popup-fade-in .popup-close {
  width: 30px;
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 24px;
}
#newsletter-popup-fade-in .popup-close svg {
  display: block;
  width: 100%;
}
#newsletter-popup-fade-in .rmBase__comp--heading {
  padding-right: 44px;
}
#newsletter-popup-fade-in .newsletter-text {
  font-weight: 300;
  font-size: 15px;
  line-height: 160%;
}
#newsletter-popup-fade-in input[type="text"],
#newsletter-popup-fade-in select {
  border-radius: 4px;
  border: 1px solid #90A3AB;
  background: #FFF;
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 36px;
  padding-left: 24px;
  padding-right: 24px;
  outline: 0;
  font-family: 'UniversNextLight';
  font-style: normal;
  font-weight: 300;
  -webkit-appearance: none;
  appearance: none;
}
@media only screen and (max-width: 767px) {
  #newsletter-popup-fade-in input[type="text"],
  #newsletter-popup-fade-in select {
    font-size: 16px;
  }
}
#newsletter-popup-fade-in select {
  appearance: none;
  background-image: url(../png/select-arrow.png) !important;
  background-size: 14px 9px !important;
  background-repeat: no-repeat !important;
  background-position: 98% 50% !important;
}
#newsletter-popup-fade-in .rmBase__compContainer {
  margin-top: 12px;
}
#newsletter-popup-fade-in .rmBase__compContainer.first-ele {
  margin-top: 0;
}
#newsletter-popup-fade-in .rmBase__compError {
  color: #FF5858;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  margin-top: 4px;
}
#newsletter-popup-fade-in button {
  margin-top: 24px;
  color: white;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-weight: 300;
  width: 100%;
  outline: 0;
  appearance: none;
  border: 0;
  background-color: #2574C3;
  padding: 15px 20px;
  cursor: pointer;
  font-family: 'UniversNextBold';
}
#newsletter-popup-fade-in .privacy__text {
  margin-top: 24px;
  color: #727171;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}
#newsletter-popup-fade-in .privacy__text a {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  #newsletter-popup-fade-in .privacy__text {
    margin-top: 0;
    margin-bottom: 16px;
  }
}
#newsletter-popup-fade-in .rmBase__body.rmSubscription .body-small,
#newsletter-popup-fade-in .rmBase__body.rmSubscription .body-small p {
  font-size: 15px;
  line-height: 22px;
}
#newsletter-popup-fade-in.expanded input[type="text"],
#newsletter-popup-fade-in.expanded select {
  border: 1px solid #3A424A;
}
