html {
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  width: 100%;
  height: 100%; //background-color: #f3f0eb;
  overflow-x: visible !important;
  overflow-y: visible;
  margin: 0 !important;
}

meta.foundation-version {
  font-family: "/5.5.3/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 567px)/";
  width: 0;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:568px)/";
  width: 568px;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:568px) and (max-width:767px)/";
  width: 568px;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:768px)/";
  width: 768px;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:768px) and (max-width:1023px)/";
  width: 768px;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:1024px)/";
  width: 1024px;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:1024px) and (max-width:1259px)/";
  width: 1024px;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:1260px)/";
  width: 1260px;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clear {
  clear: both !important;
}

.clearfix:before {
  content: " ";
  display: block;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.inner-box {
  margin: 0 20px;
}

.article {
  position: relative;
}

.article:before {
  content: " ";
  display: table;
}

.article:after {
  content: " ";
  display: table;
  clear: both;
}

.scrollify {
  position: relative;
  width: 100%;
  padding: 0px;
}

.scrollify h3,
.scrollify h4,
.scrollify p {}

.scrollify h3 {
  color: #2b2929;
  text-transform: uppercase;
  font-family: 'Hilti Bold', sans-serif;
  font-size: 18px;
  margin-bottom: 5px !important;
  font-weight: 300;
}

.scrollify h4 {
  color: #D2051E; //text-transform: uppercase;
  font-family: 'Hilti Roman', sans-serif;
  font-weight: 300;
  font-size: 30px;
  background-position: center left;
  background-repeat: no-repeat; //padding-left: 60px !important;
  min-width: 50px;
  margin-bottom: 5px;
  background-size: 50px;
}

.scrollify p {
  color: #2b2929;
  font-family: 'Hilti Roman', sans-serif;
  font-size: 18px;
  line-height: 1.4;
  padding: 0;
}

.scrollify .top-intro {
  background-color: #fff;
  box-sizing: border-box;
  padding: 40px;
  width: 100%;
  border-bottom: 3px solid #e7e2d6;
}

.scrollify .top-intro h4,
.scrollify .top-intro p {
  padding: 0 !important;
  min-width: auto;
  min-height: auto;
}

.scrollify .top-nav {
  width: 30%;
}

.scrollify .top-nav ul,
.scrollify .top-nav li {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}

.scrollify .top-nav li {
  font-family: 'Hilti Bold', sans-serif;
  font-size: 16px;
  padding: 20px !important;
  margin-bottom: 2px !important;
  background-color: #fff;
}

.scrollify .top-nav li a.active {
  color: #d7001a;
}

.special-nav {
  position: fixed;
  top: 150px;
  right: 0;
  z-index: 100;
  display: none;
}

.special-nav .expanded ul,
.special-nav .expanded li {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}

.special-nav .expanded li {
  font-family: 'Hilti Bold', sans-serif;
  font-size: 16px;
  padding: 20px !important;
  background-color: #fff;
  border-bottom: 2px solid #f3f0eb;
}

.special-nav .expanded li a.active {
  color: #d7001a;
}

.special-nav .minimize .nav-content {
  font-family: 'Hilti Bold', sans-serif;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #fff;
  color: #d7001a;
}

.special-nav .control:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #b9b2a8;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 18px;
  margin-left: -8px;
}

.special-nav .control {
  width: 50px;
  background-color: #b9b2a8;
  position: relative;
}

.special-nav .control .control-tab {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 60px;
}

.special-nav .control .control-tab div,
.special-nav .control .control-tab div:before,
.special-nav .control .control-tab div:after {
  transition: ease-in-out .2s;
}

.special-nav .control .control-tab:hover .c-sandwich {
  padding-top: 18px;
}

.special-nav .control .control-tab:hover .c-sandwich:after {
  margin-top: 10px;
}

.special-nav .control .control-tab:hover .c-prev {
  padding-top: 16px;
}

.special-nav .control .control-tab:hover .c-next {
  padding-top: 24px;
}

.special-nav .control .c-sandwich {
  width: 50%;
  padding-top: 20px;
  margin: 0 auto;
}

.special-nav .control .c-sandwich:before {
  content: '';
  display: block;
  position: relative;
  background-color: #fff;
  height: 4px;
}

.special-nav .control .c-sandwich:after {
  content: '';
  display: block;
  position: relative;
  background-color: #fff;
  height: 4px;
  margin-top: 6px;
}

.special-nav .control .c-prev,
.special-nav .control .c-next {
  width: 24px;
  margin: 0 auto;
  padding-top: 20px;
}

.special-nav .control .c-prev:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
}

.special-nav .control .c-next:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #fff;
}

.special-nav .control .c-close {
  width: 50%;
  margin: 0 auto;
  padding-top: 20px;
}

.special-nav .control .c-close:before,
.special-nav .control .c-close:after {
  content: '';
  display: block;
  position: relative;
  background-color: #fff;
  height: 4px;
}

.special-nav .control .c-close:before {
  transform: rotate(45deg);
  top: 3px;
}

.special-nav .control .c-close:after {
  transform: rotate(-45deg);
}

.scrollify_wrap {
  margin: 0 20px;
}

.scrollify_wrap .top-0,
.scrollify_wrap .bottom-0,
.scrollify_wrap .bottom-1 {
  width: 32.5%;
}

.scrollify_wrap .bottomWrap {
  width: 32.5%;
  margin: 0;
  padding: 0;
}

.scrollify_wrap .bottomWrap .bottom-0,
.scrollify_wrap .bottomWrap .bottom-1 {
  width: 100%;
}

.scrollify_wrap .bottomWrap .bottom-1 {
  margin-top: 30px;
}

.scrollify_wrap .with-bottoms {
  margin-top: 80px;
}

.scrollify[data-section-name="info1"] .bottom-0 {
  width: 30%;
}

.scrollify[data-section-name="info1"] .bottom-0 h4 {
  background-image: url("../../assets/tech/desktop/icon1.png") !important;
}

.scrollify[data-section-name="info2"] .bottom-0 h4 {
  background-image: url("../../assets/tech/desktop/icon2.png") !important;
}

.scrollify[data-section-name="info2"] .top-0 h4 {
  background-image: url("../../assets/tech/desktop/icon3.png") !important;
}

.scrollify[data-section-name="info3"] .bottom-0 h4 {
  background-image: url("../../assets/tech/desktop/icon4.png") !important;
}

.scrollify[data-section-name="info3"] .top-0 h4 {
  background-image: url("../../assets/tech/desktop/icon5.png") !important;
}

.scrollify[data-section-name="info4"] h4 {
  background-image: url("../../assets/tech/desktop/icon1.png") !important;
}

.scrollify[data-section-name="info5"] .bottom-0 h4 {
  background-image: url("../../assets/tech/desktop/icon6.png") !important;
}

.scrollify[data-section-name="info5"] .top-0 h4 {
  background-image: url("../../assets/tech/desktop/icon7.png") !important;
}

.scrollify[data-section-name="info6"] .bottom-0 h4 {
  background-image: url("../../assets/tech/desktop/icon8.png") !important;
}

.scrollify[data-section-name="info6"] .bottom-1 h4 {
  background-image: url("../../assets/tech/desktop/icon4.png") !important;
}

.scrollify[data-section-name="info6"] .top-0 h4 {
  background-image: url("../../assets/tech/desktop/icon7.png") !important;
}

.scrollify[data-section-name="info7"] .bottom-0 h4 {
  background-image: url("../../assets/tech/desktop/icon8.png") !important;
}

.scrollify[data-section-name="info8"] .bottom-0 {
  margin-left: 100px;
}

.scrollify[data-section-name="info8"] .bottom-0 h4 {
  background-image: url("../../assets/tech/desktop/icon6.png") !important;
}

.video-scroll {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.video-container {
  height: 300px;
  width: 300px;
}

.mobile_pack {
  display: none;
}

.closeWrap {
  width: 50px;
  position: absolute;
  cursor: pointer;
  display: none;
  margin: 10px auto auto auto;
  left: 0;
  right: 0;
  top: 0;
}

img.graph {
  margin-top: 20px;
  display: block;
}

img.graph-mobile {
  display: none;
}

.product-slider {
  margin-top: 50px;
}

.product-slider .one-product {
  width: 18%;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
}

.product-slider .one-product .one-product-inner {
  margin: 0 30px;
  text-align: center;
}

.product-slider .one-product .one-product-inner label,
.product-slider .one-product .one-product-inner span {
  display: block;
  font-size: 14px;
}

.product-slider .one-product .one-product-inner label {
  font-family: 'Hilti Bold', sans-serif;
  margin-top: 20px;
  margin-bottom: 5px;
}

.product-slider .one-product .one-product-inner span {
  font-family: 'Hilti Roman', sans-serif;
}

.product-slider .one-product.big {
  width: 26%;
}

@media screen and (max-width: 1024px) {
  body {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .hero .copy h1 {
    color: #fff !important;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 24px;
  }
  .hero .copy p {
    color: #c8c5c2;
    text-align: center;
    font-size: 16px;
    font-weight: 300 !important;
    margin-bottom: 20px;
  }
  .video-scroll {
    display: none;
  }
  .footer-context {
    display: none;
  }
  .mobile_pack {
    width: 100%;
    text-align: center;
    display: block;
    padding-top: 50px;
  }
  .mobile_pack img.icon {
    width: 50px;
    margin-bottom: 5px;
  }
  .mobile_pack img.more {
    width: 40px;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mobile_pack img.info_image {
    max-width: 100%;
    width: auto !important;
    margin-top: 30px;
  }
  .mobile_pack h3 {
    padding: 0 20px;
    font-size: 18px;
    text-transform: none;
    color: #2b2929;
    font-weight: 300;
  }
  .mobile_pack p {
    padding: 0 20px !important;
    font-size: 14px;
  }
  .mobile_pack .more_pack {
    margin-top: 20px;
    padding-bottom: 30px;
  }
  .mobile_pack .more_pack h3 {
    color: #d7001a;
    font-size: 16px;
    font-weight: 300 !important;
  }
  .scrollify {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
  }
  .scrollify[data-section-name="info2"] .mobile_pack,
  .scrollify[data-section-name="info4"] .mobile_pack,
  .scrollify[data-section-name="info6"] .mobile_pack {
    background-color: #f7f5f2;
  }
  .scrollify[data-section-name="info7"] .mobile_pack {
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
  }
  .scrollify[data-section-name="info7"] .mobile_pack p {
    border: 3px solid #d7001a;
    color: #d7001a;
    font-family: 'Hilti Bold', sans-serif;
    font-size: 16px;
    padding: 10px 0 !important;
    cursor: pointer;
  }
  .scrollify_wrap {
    position: relative;
    margin: 0;
    padding: 0;
    padding-top: 100px;
    margin-top: 30px;
    background-color: #2b2929;
    display: none;
  }
  .scrollify_wrap .bottomWrap {
    width: 100%;
  }
  .scrollify_wrap .bottom-0,
  .scrollify_wrap .top-0,
  .scrollify_wrap .bottom-1 {
    margin: 0;
    width: 100% !important;
    text-align: center;
    padding: 0 20px 50px 20px;
    box-sizing: border-box;
  }
  img.graph-mobile {
    margin-top: 30px;
    display: block;
  }
  img.graph {
    display: none;
  }
  .scrollify_wrap h4 {
    background-image: url("../../assets/global.png") !important;
    background-position: top center;
    color: #eee;
    font-size: 22px;
    margin-bottom: 10px !important;
    padding: 100px 0 0 0 !important;
    min-width: auto !important;
    min-height: auto !important;
  }
  .scrollify_wrap h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding: 0 !important;
    margin-bottom: 20px !important;
    text-transform: none !important;
  }
  .scrollify_wrap p {
    color: #cccbc8;
    font-size: 14px;
  }
  .closeWrap {
    display: block;
  }
}

h3,
h4,
h5 {
  line-height: 25px;
}

.row {
  width: 100%;
}

.bottom-0>h4,
.bottom-1>h4,
.top-0>h4 {
  padding-left: 72px;
  padding-top: 15px;
}

@media screen and (max-width: 1024px) app.min.css:423 .scrollify {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}

app.min.css:87 .scrollify {
  position: relative;
  width: 100%;
}

.tb-view .scrollify {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  position: relative;
  width: 100%;
}

.tb-view .mobile_pack {
  width: 100%;
  text-align: center;
  display: block;
  padding-top: 50px;
}

.tb-view .scrollify_wrap {
  position: relative;
  margin: 0;
  padding: 0;
  padding-top: 100px;
  margin-top: 30px;
  background-color: #2b2929;
  display: none;
}

.tb-view .mobile_pack img.icon {
  width: 50px;
  margin-bottom: 5px;
}

.tb-view .mobile_pack h3 {
  padding: 0 20px;
  font-size: 18px;
  text-transform: none;
  color: #2b2929;
  font-weight: 300;
}

.tb-view .mobile_pack p {
  padding: 0 20px !important;
  font-size: 14px;
}

.tb-view .mobile_pack img.info_image {
  max-width: 500px;
  width: auto !important;
  margin-top: 30px;
}

.tb-view .mobile_pack .more_pack {
  margin-top: 20px;
  padding-bottom: 30px;
}

.tb-view .scrollify_wrap h4 {
  background-position: top center;
  color: #eee;
  font-size: 22px;
  margin-bottom: 10px !important;
  padding: 100px 0 0 0 !important;
  min-width: auto !important;
  min-height: auto !important;
}

.tb-view .scrollify_wrap h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  padding: 0 !important;
  margin-bottom: 20px !important;
  text-transform: none !important;
}

.tb-view .scrollify_wrap p {
  color: #cccbc8;
  font-size: 16px;
}

.tb-view .closeWrap {
  display: block;
}

.tb-view .scrollify_wrap .bottom-0,
.tb-view .scrollify_wrap .top-0,
.tb-view .scrollify_wrap .bottom-1 {
  margin: 0;
  width: 100% !important;
  text-align: center;
  padding: 0 20px 50px 20px;
  box-sizing: border-box;
}

.tb-view .progress-holder {
  display: none;
}

.tb-view .scrollify_wrap .bottomWrap {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .scroll-top {
    margin-left: 0px;
    width: auto;
  }
  .scrollify[data-section-name="info1"] {
    clear: both;
  }
  .scrollify[data-section-name="info1"] .bottom-0 h4 {
    background-image: url(../../assets/tech/mobile/icon1_mobile.png) !important;
  }
  .scrollify[data-section-name="info2"] .bottom-0 h4 {
    background-image: url(../../assets/tech/mobile/icon2_mobile.png) !important;
  }
  .scrollify[data-section-name="info2"] .top-0 h4 {
    background-image: url(../../assets/tech/mobile/icon3_mobile.png) !important;
  }
  .scrollify[data-section-name="info3"] .bottom-0 h4 {
    background-image: url(../../assets/tech/mobile/icon4_mobile.png) !important;
  }
  .scrollify[data-section-name="info3"] .top-0 h4 {
    background-image: url(../../assets/tech/mobile/icon5_mobile.png) !important;
  }
  .scrollify[data-section-name="info4"] h4 {
    background-image: url(../../assets/tech/mobile/icon1_mobile.png) !important;
  }
  .scrollify[data-section-name="info4"] h4 {
    background-image: url(../../assets/tech/mobile/icon1_mobile.png) !important;
  }
  .scrollify[data-section-name="info5"] .bottom-0 h4 {
    background-image: url(../../assets/tech/mobile/icon6_mobile.png) !important;
  }
  .scrollify[data-section-name="info5"] .top-0 h4 {
    background-image: url(../../assets/tech/mobile/icon3_mobile.png) !important;
  }
  .scrollify[data-section-name="info6"] .bottom-0 h4 {
    background-image: url(../../assets/tech/mobile/icon8_mobile.png) !important;
  }
  .scrollify[data-section-name="info6"] .bottom-1 h4 {
    background-image: url(../../assets/tech/mobile/icon4_mobile.png) !important;
  }
  .scrollify[data-section-name="info6"] .top-0 h4 {
    background-image: url(../../assets/tech/mobile/icon7_mobile.png) !important;
  }
}