/* general */
.livecam4k img+h4 {
  margin-top: 20px !important;
}
#features .nowrap {
  white-space: nowrap;
}
#features strong {
  font-weight: 700;
}
#features p {
  font-size: clamp(16px, 2.5vw, 24px);
  margin: 0.6em 0;
  font-weight: 400;
}

#features p.footnote {
  font-size: clamp(12px, 2vw, 16px);
  line-height: 1.3;
  margin-top: 10px;
}

#features h4.feature-subheader {
  font-size: clamp(30px, 5vw, 124px);
  font-weight: 700;
  line-height: 1;
  margin: 0.3em 0;
  font-family: "rift", sans-serif;
}
body.storepage_3 #features h4.feature-subheader {
  font-size: clamp(30px, 3vw, 92px);
}
body.storepage_21 #features h4.feature-subheader {
  font-size: clamp(30px, 3vw, 92px);
  font-weight: 100;
  font-family: impact, sans-serif;
}
body.storepage_24 #features h4.feature-subheader {
  font-size: clamp(30px, 4.5vw, 124px);
}
body.storepage_9 #features h4.feature-subheader,
body.storepage_27 #features h4.feature-subheader,
body.storepage_37 #features h4.feature-subheader {
  font-weight: 100;
  font-family: impact, sans-serif;
  font-size: clamp(30px, 4vw, 92px);
}
body.storepage_27 #features h3.feature-header {
  font-weight: 700;
}
#features h5 {
  font-size: clamp(24px, 3.5vw, 60px);
  font-weight: 700;
  margin: 0;
}

/* .hero-wrapper {
  display: none;
} */

.product-info-container-light p,
.product-info-container-light h3.feature-header,
.product-info-container-light h5 {
  color: #000;
}

.product-info-container-dark p,
.product-info-container-dark h3.feature-header {
  color: #fff;
}

.product-info-container-light h4.feature-subheader {
  color: #000;
}

.product-info-container-dark h4.feature-subheader {
  color: #EFBA5E;
}

#features .section-header-wrapper {
  display: none;
}

@media screen and (min-width: 1200px) {
  #features .row {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}

@media screen and (max-width: 767px) {
  #features .row.breakout>div[class*="col"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  #features .row.breakout>div[class*="col"].no-padding {
    padding: 0 !important;
  }

  #features .mobile-text-center {
    text-align: center !important;
  }
}

/* end */


.section_performance {
  background: #000;
}

.section_performance .slick-dots {
  margin-top: 10px;
}

.section_performance .slick-dots li button::before {
  font-size: clamp(16px, 2.5vw, 40px);
}

.section_performance .slick-dots li.slick-active button:before {
  color: #EFBA5E;
  opacity: 1;
  content: "•";
}

.section_performance .slick-dots li button:before {
  content: "◦";
}

@media screen and (min-width: 768px) {
  .section_performance .slick-dots {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
  }

  .section_performance .slick-dots li {
    margin: 5px 5px;
  }

  .section_performance .item {
    display: flex;
    align-items: center;
  }
}

.section_performance .btn {
  color: inherit;
  border: 0;
  text-decoration: underline;
  cursor: pointer;
}

.section_performance_expand {
  display: none;
  background-color: #D8D8D8;
  position: relative;
}

.section_performance_expand .close {
  position: absolute;
  bottom: 20px;
  left: calc(50vw - 25px);
  top: auto;
  width: 50px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
}

@media screen and (min-width: 1200px) {
  .section_performance_expand .close {
    bottom: 60px;
  }
}

.section_lookbest .container-fluid:first-of-type {
  background: #303741;
}

.section_lookbest .container-fluid:last-of-type {
  background: #303741;
}

.section_lookbest .container-fluid:last-of-type .row {
  max-width: 1920px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.section_lookbest .container-fluid:last-of-type img {
  width: 80%;
  max-width: 600px;
}

.section_lookbest .container-fluid:last-of-type h5 {
  font-weight: 700;
  font-size: clamp(20px, 2.5vw, 32px);
  color: #fff;
  text-align: center;
}

.section_lookbest .container-fluid:last-of-type p {
  text-align: center !important;
  font-size: clamp(16px,2vw,22px) !important;
}

.section_outfocus {
  background: #EFBA5E;
}

.section_outfocus .row {
  justify-content: flex-end;
}

.section_outfocus video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right top;
}

.section_connectivity {
  background: #EBEBEB url('/inline/products/24463/img/mobile/connectivity-mobile.jpg') no-repeat top center;
  background-size: 100% auto;
  padding-top: calc(100vw * 813 / 828);
}

.section_connectivity .txt_workwith {
  width: 100%;
  max-width: 560px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: clamp(30px, 2vw, 60px);
  border-bottom: 2px solid #000;
  font-size: clamp(18px, 2vw, 30px);
  font-weight: 400;
  color: #000;
}

@media screen and (min-width: 768px) {
  .section_connectivity {
    background: #EBEBEB url('/inline/products/24463/img/connectivity.jpg') no-repeat right bottom;
    background-size: 60% auto;
    min-height: calc(65vw * 1134 / 1630);
    padding-top: 0;
  }
}

.section_communication {
  background: #fff;
}

.section_communication .row {
  justify-content: center;
}

.section_communication h4.feature-subheader,
.section_communication p {
  text-align: center;
}

.section_smartercommunications {
  background: #313741;
}

.section_smartercommunications img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section_smartercommunications .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 2vw;
}

@media screen and (min-width: 768px) {
  .section_smartercommunications .text-container {
    padding: 0 2vw !important;
  }
}

.section_smartercommunications2 {
  background: #000;
}

.section_smartercommunications2 .row {
  justify-content: space-around;
  max-width: 1600px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.section_smartercommunications2 .container {
  background: #EFBA5E;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#features .section_smartercommunications2 .container:first-of-type {
  margin: 0px 20px 10px !important;
}

#features .section_smartercommunications2 .container:last-of-type {
  margin: 10px 20px 0px !important;
}

.section_smartercommunications2 h5,
.section_smartercommunications2 p {
  text-align: center !important;
}

.section_smartercommunications2 img {
  width: 100%;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  #features .section_smartercommunications2 .container:first-of-type {
    margin: 0px !important;
  }

  #features .section_smartercommunications2 .container:last-of-type {
    margin: 0px !important;
  }
}

#features .section_camera {
  background: #eaeaea;
}

.section_camera .text-container {
  max-width: 600px;
}

#features .section_camera .btn_wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

#features .section_camera button {
  font-family: proxima-nova, sans-serif;
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 700;
  box-shadow: 0 0 0 transparent;
  transition: .2s box-shadow ease;
  border: 2px solid #000;
  border-radius: 40px;
  color: #000;
  text-transform: none;
  padding: 0 15px;
  margin-right: 15px;
}

#features .section_camera button.on {
  background: #efba5e;
  border: 2px solid #efba5e;
  color: #000;
}

@media screen and (min-width: 1200px) {
  #features .section_camera .btn_wrapper {
    justify-content: space-between;
  }

  #features .section_camera button {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #features .section_camera .flex-valign-middle {
    justify-content: center;
  }
  #features .section_camera .btn_wrapper {
    justify-content: center;
  }
}
.section_perfectangle {
  background: #313741;
}

#features .section_downloads .button {
  font-family: 'proxima-nova', sans-serif;
  font-size: clamp(12px, 1.5vw, 16px);
  color: #000;
  background: #fff;
  border: 1px solid #000;
  border-radius: 40px;
}

@media screen and (max-width: 767px) {

  section#features .feature-subheader,
  section#features p {
    text-align: center !important;
  }

  .livecam4k  .margin-top-60 {
    margin-top: 30px;
  }

  .livecam4k  .margin-bottom-60 {
    margin-bottom: 30px;
  }
}

.section_design {
  background: #000;
}

.section_design .container-fluid {
  width: 100%;
  max-width: 2560px;
}

.section_design img,
.section_design video {
  margin-bottom: 30px;
}

.section_design video {
  border-radius: 50%;
  width: 278px;
  height: 278px;
}

@media screen and (min-width: 992px) {

  .section_design img,
  .section_design video {
    margin-bottom: 0;
  }
}
  #features .section_performance .row {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }

  #features .section_performance .txt1,
  #features .section_performance .txt2,
  #features .section_performance .txt3,
  #features .section_performance .txt4,
  #features .section_performance .txt5 {
    width: 91.66666667%;
    margin-left: auto;
    margin-right: auto;
  }

  #features .section_performance .txt1 {
    margin: 0 auto;
  }

  #features .section_performance .txt2,
  #features .section_performance .txt3,
  #features .section_performance .txt4,
  #features .section_performance .txt5 {
    padding: 20px 0;
  }

  #features .section_performance .txt1 {
    text-align: center;
    counter-reset: num_connect;
  }

  #features .section_performance .connect_img {
    position: relative;
    width: 100%;
    height: 100%;
    display: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 1294px;
  }

  #features .section_performance .connect_img img:first-of-type {
    position: relative;
  }


@media screen and (min-width: 768px) {

  #features .section_performance .txt1,
  #features .section_performance .txt2,
  #features .section_performance .txt3,
  #features .section_performance .txt4,
  #features .section_performance .txt5 {
    width: 83.33333333%;
  }
  
}

@media screen and (min-width: 768px) {
  #features .section_performance .connect_img {
    display: block;
  }
  #features .section_performance .connect_img img {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    left: 0;
    top: 0;
    transition: 1s ease all;
  }

  #features .section_performance .connect_img img.show {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  

  #features .section_performance .txt:first-of-type {
    padding-top: 0;
  }

  #features .section_performance .txt1,
  #features .section_performance .txt2,
  #features .section_performance .txt3,
  #features .section_performance .txt4,
  #features .section_performance .txt5 {
    width: 100%;
  }

  #features .section_performance .txt2,
  #features .section_performance .txt3,
  #features .section_performance .txt4,
  #features .section_performance .txt5 {
    padding: 30px 0;
  }

  #features .section_performance .txt1 {
    text-align: left;
  }

}

@media screen and (min-width: 1200px) {
  #features .section_performance .txt {
    padding: 7vw 0;
  }
}

@media screen and (min-width: 1600px) {
  #features .section_performance .txt {
    padding: 7vw 2vw;
  }
}

@media screen and (min-width: 1920px) {
  #features .section_performance .txt {
    padding: 5vw 2vw;
  }
}

@media screen and (min-width: 2560px) {
  #features .section_performance .txt {
    width: 80%;
  }
}