@import url('https://use.typekit.net/son7sot.css');

/* global */
html span.nowrap {
  white-space: nowrap;
}

#features .text-center,
#features .text-center * {
  text-align: center !important;
}


#features .breakout>.container-fluid,
#features .breakout>.container {
  padding-left: 15px;
  padding-right: 15px;
}

#features .flex-valign-middle {
  margin-left: 0;
  margin-right: 0;
}

#features .product-info-container-light .feature-header,
#features .product-info-container-light .feature-header::after {
  color: #000;
}

#features .product-info-container-dark .feature-header,
#features .product-info-container-dark .feature-header::after {
  color: #fff;
}

#features .feature-subheader {
  font-family: "graphie", 'proxima-nova', sans-serif;
  font-size: clamp(24px, 2.5vw, 80px);
  font-weight: 800;
  margin: 0;
  line-height: 1.2;
}
html[lang="en"] #features .feature-subheader {
  font-size: clamp(24px, 3vw, 80px);
}

#features .center-all * {
  text-align: center !important;
}

#features p {
  font-size: clamp(16px, 2vw, 22px);
  line-height: 1.4;
  font-weight: 400;
  margin: 0.5em 0;
}

#features h5 {
  font-size: clamp(16px, 2.5vw, 36px);
  color: #000;
  line-height: 1.4;
  font-weight: 400;
  margin: 1em 0;
}

#features p.smallfont {
  font-size: clamp(12px, 1.5vw, 16px);
}

#features p.footnote {
  color: #999;
  font-size: clamp(14px, 1.65vw, 18px);
}

#features strong {
  font-weight: bold !important;
}

#features .section-header-wrapper {
  display: none;
}

#features .product-info-container-light p {
  color: #000;
}

#features .product-info-container-dark p {
  color: #fff;
}

#features .green_txt,
.product-hero-container .green_txt {
  color: #2be1b8 !important;
}

#features .white_txt {
  color: #fff !important;
}

#features .darkgrey_txt,
.product-hero-container .darkgrey_txt {
  color: #2e3033 !important;
}

#features .button_control.open::after {
  content: "\2D";
}

#features .button_control::after {
  content: "\2B";
  position: absolute;
  right: 14px;
  font-size: 18px;
  top: calc(50% - 13px);
}

#features .wrapper_button_control {
  text-align: left !important;
}

#features .product-info-container-light .button_control {
  border: 2px solid black;
  color: black;

  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 11px 40px 10px 20px;
  text-transform: uppercase;
}

#features .product-info-container-dark .button_control {
  border: 2px solid white;
  color: white;

  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 11px 40px 10px 20px;
  text-transform: uppercase;
}

@-webkit-keyframes flash {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.1;
  }

  100% {
    opacity: 1.0;
  }
}

@keyframes flash {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.1;
  }

  100% {
    opacity: 1.0;
  }
}

@-webkit-keyframes pulse {
  0% {
    opacity: 1.0;
  }

  20% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.1;
  }

  80% {
    opacity: 1.0;
  }

  100% {
    opacity: 1.0;
  }
}

@keyframes pulse {
  0% {
    opacity: 1.0;
  }

  20% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.1;
  }

  80% {
    opacity: 1.0;
  }

  100% {
    opacity: 1.0;
  }
}

@media screen and (max-width:1919px) {
  #features .product-info-row {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 991px) {
  #features .mobile-center-all * {
    text-align: center !important;
  }
}

@media screen and (max-width:767px) {
  #features .row.breakout>div[class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }

  #features .product-info-row {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #features .margin-top-60 {
    margin-top: 30px;
  }

  #features .margin-bottom-60 {
    margin-bottom: 30px;
  }
}


/* section overview */
#features .section_overview .logo-descriptors {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(6, 1fr);
}

#features .section_overview .logo-descriptors>div {
  background-color: white;
  padding: 10px;
}

#features .section_overview .logo-descriptors p {
  text-align: center !important;
}

#features .section_overview .logo-descriptors>div img {
  max-height: 46px;
  width: 100%;
  height: 100%;
}

#features .section_overview .logo-descriptors img.scale-down20 {
  transform: scale(0.8);
}

#features .section_overview .logo-descriptors img.scale-down40 {
  transform: scale(0.6);
}

@media screen and (min-width: 768px) {
  #features .section_overview .logo-descriptors {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    background-color: #ccc;
    grid-gap: 1px;
  }
}

@media screen and (min-width: 992px) {
  #features .section_overview .logo-descriptors {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}

/* section audio */
#features .section_audio {
  background: #e6d5c1 url('/inline/products/24212/mobile/audio-mobile.jpg') no-repeat bottom center;
  padding-bottom: calc(100vw * 666 / 828);
  background-size: 100% auto;
}

#features .section_audio .text_container {
  background: #e6d5c1;
  padding: 4vw;
}

#features .section_audio h3 {
  margin-bottom: 30px !important;
}

@media screen and (min-width: 992px) {
  #features .section_audio {
    background: #e6d5c1 url('/inline/products/24212/audio.jpg') no-repeat bottom center;
    min-height: calc(100vw * 1279 / 2560);
    padding-bottom: 0;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  #features .section_audio h3::after {
    width: 65%;
    margin: 0;
  }
}

/* section noisecontrol */

#features .section_noisecontrol {
  background: #000;
}

#features .section_noisecontrol img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#features .section_noisecontrol .text_container {
  padding: 4vw;
}

#features .section_noisecontrol h3 {
  margin-bottom: 30px !important;
}

#features .section_noisecontrol .feature-subheader.margin-top-20 {
  margin: 20px 0 0;
}

@media screen and (min-width: 992px) {
  #features .section_noisecontrol h3 {
    margin: 0;
    padding: 0;
  }

  #features .section_noisecontrol h3::after {
    width: 65%;
    margin: 0;
  }

  #features .section_noisecontrol .text_container {
    padding: 4vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}

/* =================================== section battery =================================== */
#features .section_battery {
  background: #F8F5F0;
}

#features .section_battery .wrapper_feature {
  display: flex;
  padding: 0 15px;
  margin: 30px auto 30px;
  width: 100%;
  max-width: 2100px;
  gap: 0;
  flex-wrap: wrap;
}

#features .section_battery .img,
#features .section_battery .txt {
  width: 100%;
}

#features .section_battery .img {
  background-color: #000;
  text-align: center;
}

#features .section_battery .img img {
  width: 100%;
  object-fit: cover;
  object-position: top;
}

#features .section_battery .txt {
  background-color: #e6d5c1;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
}

#features .section_battery .txt .txt1 {
  padding: 4vw;
}

#features .section_battery .toggle {
  background: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;

  padding: 50px 15px;
}

#features .section_battery .toggle .digit {
  font-family: "graphie", 'proxima-nova', sans-serif;
  font-size: 140px;
  font-weight: 800;
  color: #e6d5c1;
  line-height: 0.9;
}

#features .section_battery .toggle .txt_hours {
  font-family: "graphie", 'proxima-nova', sans-serif;
  font-size: 50px;
  color: #e6d5c1;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 0.9;
}

#features .section_battery .toggle .wrapper_btn {
  width: 100%;
  margin: 30px auto 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

#features .section_battery .toggle .wrapper_btn .switch {
  order: 1;
  width: 100%;
  padding: 0 30%;
}

#features .section_battery .toggle .wrapper_btn .label {
  display: flex;
  align-items: center;
  width: 41%;
  order: 2;
}

#features .section_battery .toggle .wrapper_btn .label:first-of-type {
  justify-content: flex-end;
}

#features .section_battery .toggle .wrapper_btn .label:last-of-type {
  justify-content: flex-start;
}

#features .section_battery .toggle .wrapper_btn .label span {
  font-family: "graphie", 'proxima-nova', sans-serif;
  font-size: 18px;
  line-height: 0.9;
  padding-top: 8px;
  font-weight: 400;
  color: #e6d5c1;
}

#features .section_battery .wrapper_feature {
  gap: 15px;
}

@media screen and (min-width:992px) {


  #features .section_battery .img,
  #features .section_battery .txt {
    width: auto;
    flex: 1;
    display: flex;
    align-items: center;

  }

  #features .section_battery .img img {
    max-width: none;
  }

  #features .section_battery .toggle {
    flex: 1;
    padding: 15px;
  }

  #features .section_battery .wrapper_feature {
    gap: 1%;
  }

}

@media screen and (min-width:1200px) {
  #features .section_battery .wrapper_feature {
    width: 92%;
  }

  #features .section_battery .toggle .wrapper_btn {
    gap: 10px;
  }

  #features .section_battery .toggle .wrapper_btn .switch {
    width: 22%;
    order: 1;
    padding: 0;
  }

  #features .section_battery .toggle .wrapper_btn .label {
    order: 1;
    width: auto;
    flex: 1;
  }

}

@media screen and (min-width:1920px) {
  #features .section_battery .wrapper_feature {
    gap: 2.5%;
  }

  #features .section_battery .toggle .digit {
    font-size: 260px;
  }

  #features .section_battery .toggle .txt_hours {
    font-size: 60px;
  }

  #features .section_battery .toggle .wrapper_btn .label span {
    font-size: 28px;
  }
}

@media screen and (min-width:2560px) {

  #features .section_battery .toggle .wrapper_btn .switch {
    width: 16%;
  }

}

/* toggle switch */
#features .section_battery .cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

#features .section_battery .cmn-toggle+label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 0;
}

#features .section_battery input.cmn-toggle-round-flat+label {
  padding: 0;
  width: 100%;
  height: 50px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}

#features .section_battery input.cmn-toggle-round-flat+label:before,
#features .section_battery input.cmn-toggle-round-flat+label:after {
  display: block;
  position: absolute;
  content: "";
}

#features .section_battery input.cmn-toggle-round-flat+label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #fff;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}

#features .section_battery input.cmn-toggle-round-flat+label:after {
  top: 8px;
  left: 8px;
  bottom: 8px;
  margin-left: 0;
  width: calc(50px - (8px * 2));
  background-color: #dddddd;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  -ms-border-radius: 52px;
  -o-border-radius: 52px;
  border-radius: 52px;
  -webkit-transition: margin 0.4s, background 0.4s;
  -moz-transition: margin 0.4s, background 0.4s;
  -o-transition: margin 0.4s, background 0.4s;
  transition: margin 0.4s, background 0.4s;
}

#features .section_battery input.cmn-toggle-round-flat:checked+label:after {
  margin-left: calc(100% - 50px);
  background-color: #e6d5c1;
}

/* end toggle switch */

#features .section_battery_expand {
  background-color: #F8F5F0;
  display: none;
  position: relative;
  overflow: hidden;

  height: auto;
  max-height: 0;

  transition: max-height 1s ease;
}

#features .section_battery_expand table {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

#features .section_battery_expand.open {
  display: block;

  max-height: none;
  padding: 0;
}

/* table css */
#features table.border {
  width: auto;
  color: #000;
}

#features .product-info-container-dark table.border {
  color: #fff;
}

#features .product-info-container-light table.border {
  color: #000;
}

#features table.border th {
  font-size: 18px;
  line-height: 1.1;
  font-weight: bold;
  padding: 10px 10px 10px 0;
}

#features table.border td {
  vertical-align: middle;
  padding: 10px;
  border: 2px solid #000;
  font-size: 12px;
}

#features .product-info-container-dark table.border td {
  border: 2px solid #fff;
}

#features .product-info-container-light table.border td {
  border: 2px solid #000;
}

#features table .bullet {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin-right: 5px;
  display: inline-block;
}

#features table .bullet.purple {
  background-color: purple;
}

#features table .bullet.white {
  background-color: white;
}

#features table .bullet.blue {
  background-color: blue;
}

#features table .bullet.green {
  background-color: green;
}

#features table .bullet.red {
  background-color: red;
}

#features table .bullet.flash {
  animation: flash .5s linear infinite;
}

#features table .bullet.pulse {
  animation: pulse 1.2s linear infinite;
}

@media screen and (min-width:768px) {
  #features table.border td {
    font-size: 16px;
  }
}

/* section communications */
#features .section_communications {
  background: #e6d5c1 url('/inline/products/24212/mobile/communication-mobile.jpg') no-repeat bottom center;
  padding-bottom: calc(100vw * 666 / 828);
  background-size: 100% auto;
}

#features .section_communications .text_container {
  background: #e6d5c1;
  padding: 4vw;
}

#features .section_communications h3 {
  margin-bottom: 30px !important;
}

@media screen and (min-width: 992px) {
  #features .section_communications {
    background: #e6d5c1 url('/inline/products/24212/communication.jpg') no-repeat bottom center;
    min-height: calc(100vw * 1280 / 2560);
    padding-bottom: 0;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  #features .section_communications h3::after {
    width: 65%;
    margin: 0;
  }
}

/* section controls */
#features .section_controls {
  background: #000 url('/inline/products/24212/mobile/controls-mobile.jpg') no-repeat bottom center;
  padding-bottom: calc(100vw * 666 / 828);
  background-size: 100% auto;
}

#features .section_controls .text_container {
  padding: 4vw;
}

#features .section_controls h3 {
  margin-bottom: 30px !important;
}

@media screen and (min-width: 992px) {
  #features .section_controls {
    background: #000 url('/inline/products/24212/controls.jpg') no-repeat center left;
    min-height: calc(100vw * 996 / 2560);
    padding-bottom: 0;
    background-size: 80% auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  #features .section_controls h3::after {
    width: 65%;
    margin: 0;
  }
}

@media screen and (min-width: 1200px) {
  #features .section_controls {
    background-size: 100% auto;
  }
}

@media screen and (min-width: 1440px) {
  #features .section_controls {
    background-size: cover;
  }
}

/*======================================= section control2 =======================================*/

#features .section_control2 .wrapper_controlbtn {
  text-align: center;
  margin-top: 30px;
}

#features .section_controls2_expand {
  background: #fff;
  display: none;
  position: relative;
  overflow: hidden;
  height: auto;
  max-height: 0;
  transition: max-height 1s ease;
}

#features .section_controls2_expand.open {
  display: block;
  max-height: none;
  padding: 0;
}

#features .section_controls2_expand .container-fluid {
  max-width: 1600px;
}

#features .section_controls2_expand .wrapper_table>div {
  padding-bottom: 30px;
}

#features .section_controls2_expand .title {
  font-size: 24px;
  line-height: 1.1;
  color: #111;
}

#features .section_controls2_expand table+.title {
  margin-top: 30px;
}

#features .section_controls2_expand table:last-of-type {
  margin-bottom: 10px;
}

#features .section_controls2_expand table td:first-of-type {
  text-align: center;
}

@media screen and (min-width:1200px) {
  #features .section_controls2_expand .wrapper_table {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
  }

  #features .section_controls2_expand .wrapper_table>div:nth-of-type(1),
  #features .section_controls2_expand .wrapper_table>div:nth-of-type(3) {
    width: 59%;
  }

  #features .section_controls2_expand .wrapper_table>div:nth-of-type(2),
  #features .section_controls2_expand .wrapper_table>div:nth-of-type(4) {
    width: 39%;
  }
}

/* section connectivity */

#features .section_connectivity {
  background: #000;
}

#features .section_connectivity img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#features .section_connectivity .text_container {
  padding: 4vw;
}

#features .section_connectivity h3 {
  margin-bottom: 30px !important;
}

#features .section_connectivity .feature-subheader.margin-top-20 {
  margin: 20px 0 0;
}

@media screen and (min-width: 992px) {
  #features .section_connectivity h3 {
    margin: 0;
    padding: 0;
  }

  #features .section_connectivity h3::after {
    width: 65%;
    margin: 0;
  }

  #features .section_connectivity .text_container {
    padding: 4vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}

#features .section_connectivity_expand {
  background: #fff;
  display: none;
  position: relative;
  overflow: hidden;
  height: auto;
  max-height: 0;
  transition: max-height 1s ease;
}

#features .section_connectivity_expand.open {
  display: block;
  max-height: none;
  padding: 0;
}

#features .section_connectivity_expand .wrapper_icon {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}

#features .section_connectivity_expand .wrapper_icon>div {
  width: 48%;
  margin-bottom: 20px;
}

#features .section_connectivity_expand img {
  display: block;
  height: 100px;
  width: 120px;
  object-fit: contain;
  object-position: left;
}

#features .section_connectivity_expand .step {
  margin-top: 10px;
  margin-bottom: 0;
}

#features .section_connectivity_expand .step+p {
  margin-top: 0;
}

@media screen and (min-width:768px) {
  #features .section_connectivity_expand img {
    width: 177px;
    height: 85px;
  }
}

@media screen and (min-width:1200px) {
  #features .section_connectivity_expand .wrapper_icon>div {
    width: 22%;
  }

  #features .section_connectivity_expand img {
    width: 210px;
    height: 100px;
  }
}

@media screen and (min-width:1920px) {
  #features .section_connectivity .wrapper_connectivitybtn {
    margin-bottom: 50px;
  }

  #features .section_connectivity_expand .container {
    width: 100%;
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
  }

  #features .section_connectivity_expand img {
    width: 354px;
    height: 120px;
  }
}

#features .section_download {
  background: #f8f5ef;
}

#features .section_download .icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

#features .section_download .logo {
  width: 40%;
  max-width: 200px;
}

#features .section_download .icons a {
  border: 0;
}

#features .section_download .icons img {
  height: 50px;
  width: auto;
}