.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Brownpro, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

h1 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 4.2em;
  line-height: 1.2;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 2.2em;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.25px;
}

p {
  margin-bottom: 40px;
}

.overflow {
  overflow: hidden;
}

.top-wr {
  background-color: #000;
  background-image: url('../images/MX-DE-Hero-bg.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content {
  width: 80%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.content.header_c {
  padding-top: 40px;
}

.content.banner_c {
  padding-top: 80px;
  padding-bottom: 140px;
}

.content.everywhere_c {
  padding-top: 120px;
  padding-bottom: 120px;
}

.content.mx_c {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  padding-bottom: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content.product_c {
  padding-top: 120px;
  padding-bottom: 120px;
}

.content.test_c {
  padding-top: 120px;
  padding-bottom: 120px;
}

.content.shop_c {
  max-width: 960px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.content.speed_c {
  max-width: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.content.match_c {
  display: block;
  max-width: 860px;
  padding-top: 120px;
  padding-bottom: 520px;
}

.content.footer_c {
  padding-top: 40px;
  padding-bottom: 40px;
}

.logo {
  width: 180px;
}

.banner_txt {
  max-width: 790px;
  color: #fff;
}
.banner_txt p {max-width:590px;}
.bold {
  font-weight: 700;
}

.cta_wr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cta {
  min-width: 180px;
  padding: 22px 32px 20px;
  background-color: #00ead1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #000;
  font-size: 0.75em;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.cta:hover {
  background-color: #804ff9;
  color: #fff;
}

.everywhere_txt {
  max-width: 780px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  text-align: center;
}

.everywhere_holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
 margin-bottom: 50px;
}

.everywhere_box {
  height: 100%;
  margin-bottom: 40px;
  border-radius: 20px;
  background-color: #f4f4f4;
  text-align: center;
}

.stars {
  margin-bottom: 30px;
}

.rating {
  font-size: 0.9em;
  line-height: 1.2;
}

.review {
  font-size: 0.9em;
  line-height: 1.2;
}

.everywhere_box_txt {
  padding: 40px;
}

.mx_keys {
  margin-top: 40px;
}

.everywhere_box_img {
  position: relative;
  left: 50%;
  width: 120%;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  margin-bottom: 15px;
}

.everywhere_box_holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product_name {
  font-size: 1.1em;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

.mx {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #d0d0d0;
  background-image: url('../images/MX-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mx.second {
  background-image: url('../images/MX-bg-2.jpg');
}

.mx.third {
  background-image: url('../images/MX-bg-3.jpg');
}
.mx.fourth {background-image: url('../images/mx-Keys_Mini-bg.jpg');}
.mx_wr {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.mx_wr.third {
  max-width: 960px;
}

.mx_holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mx_holder.third {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.benefits {
  font-size: 2.2em;
  line-height: 1.2;
}

.mx_box {
  display: inline-block;
  font-weight: 700;
  text-align: center;
}

.mx_box.third {
  text-align: left;
}

.benefits_txt {
  font-size: 1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.think_img_mobile {
  display: none;
}

.product_wr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product_txt {
  width: 45%;
}

.product_grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.product_box {
  text-align: center;
}

.product_img {
  margin-bottom: 20px;
}

.product_img_txt {
  font-size: 0.8em;
  line-height: 1.2;
  font-weight: 700;
}

.product_slider {
  width: 45%;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3%;
  min-height: 640px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
}

.section_box.mx-master-1 {
  background-image: url('../images/section_mx-master-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section_box.mx-master-2 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('../images/section_mx-master-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section_box.mx-master-3 {
  background-image: url('../images/section_mx-master-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section_box.mx-keys-1 {
  background-image: url('../images/section_mx-keys-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section_box.mx-keys-2 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('../images/section_mx-keys-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section_box.mx-keys-3 {
  background-image: url('../images/section_mx-keys-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section_box.anywhere-1 {
  background-image: url('../images/section_last-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
}

.section_box.anywhere-2 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('../images/section_last-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
}

.section_box.anywhere-3 {
  background-image: url('../images/section_last-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
}

.section_box_txt {
  max-width: 340px;
  margin-right: auto;
  margin-left: auto;
  font-size: 0.9em;
  line-height: 1.5;
  text-align: center;
}

.section_box_h {
  margin-bottom: 20px;
  font-weight: 700;
}

.section_box_p {
  margin-bottom: 0px;
}

.test {
  background-color: #f4f4f4;
}

.test_wr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.test_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  padding-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.qq {
  margin-bottom: 30px;
}

.test_p {
  margin-bottom: 60px;
  font-size: 1.375em;
  line-height: 1.5;
  letter-spacing: -0.25px;
}

.test_sep {
  width: 1px;
  background-color: #c3c3c3;
}

.half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.half.ideals {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.half_img {
  width: 50%;
  background-image: url('../images/half-img-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.half_img.ideals {
  background-image: url('../images/half-img-2.jpg');
}

.half_img.glas {
  background-image: url('../images/half-img-3.jpg'), url('../images/half-img-1.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.half_wr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.half_wr.ideals {
  padding-top: 160px;
  padding-bottom: 160px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.half_wr.glas {
  padding-top: 160px;
  padding-bottom: 160px;
}

.half_txt {
  width: 40vw;
  max-width: 590px;
  padding-left: 5vw;
}

.half_txt.ideals {
  padding-right: 5vw;
  padding-left: 0vw;
}

.half_p {
  font-size: 0.75em;
}

.half_p.glas {
  margin-bottom: 0px;
}

.half-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.shop {
  background-color: #00ead1;
}

.shop_wr {
  text-align: center;
}

.shop_p {
  margin-bottom: 50px;
  font-size: 0.9em;
  line-height: 1.5;
}

.shop-cta-wr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 54px;
  min-width: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  background-color: #000;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.shop-cta:hover img, .shop-cta img.hover {display:none;}
.shop-cta:hover img.hover {display:inline-block;}
.shop-cta:hover {
  background-color: #fff;
}
.shop-cta:hover .green {	
    fill: rgb(0, 0, 0);  
}
.shop-cta .green {
	position: relative;
    max-width: 100px;
    fill: rgb(0, 234, 209);    
	padding-top: 8px;
}
.shop-cta .green.sm {
	max-width:110px;
}
.shop-cta .green svg {
	width:100%;
}
.awards_wr {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mx_box_img {
  margin-right: 25px;
}

.mx_box_wr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cta_big {
  padding: 22px 28px 20px;
  background-color: #00ead1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #000;
  font-size: 0.75em;
  line-height: 1;
  font-weight: 700;
  text-align: center;
	text-transform: uppercase;
}

.cta_big:hover {
  background-color: #804ff9;
  color: #fff;
}

.speed_wr {
  text-align: center;
}

.heading {
  text-align: center;
}

.speed_holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.speed_box {
  width: 49%;
  padding: 40px 100px 40px 40px;
  background-color: #00ead1;
  text-align: left;
}

.speed_box_img {
  margin-bottom: 40px;
}

.percentage {
  font-size: 5.5em;
  line-height: 1;
  font-weight: 700;
}

.productive {
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.5;
  font-weight: 700;
}

.speed_box_p {
  margin-bottom: 0px;
  font-size: 0.9em;
}

.match {
  background-image: url('../images/match-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.match_wr {
  text-align: center;
}

.match-mobile-img {
  display: none;
}

.stop_cta_mx {
  min-width: 180px;
  padding-top: 22px;
  padding-bottom: 20px;
  border: 1px solid #000;
  background-color: #000;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #00ead1;
  font-size: 0.8em;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.1px;
  text-transform: uppercase;
}

.stop_cta_mx:hover {
  background-color: #fff;
  color: #000;
}

.footer_wr {
  text-align: center;
}

.footer_logo {
  width: 120px;
  margin-bottom: 20px;
}

.footer_p {
  margin-bottom: 0px;
  font-size: 0.9em;
  line-height: 1.5;
}
/*start new section mxkm*/
.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.section_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3%;
  min-height: 640px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
}

.section_box.mini-1 {
  background-image: url('../images/section_mx-mini-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
}
.section_box.mini-2 {
  background-image: url('../images/section_mx-mini-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
}
.section_box.mini-3 {
  background-image: url('../images/section_mx-mini-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
}
.section_box_txt {
  max-width: 370px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.section_box_txt.mini-1 {
  max-width: 280px;
}
.section_box_txt.mini-2 {
  max-width: 400px;
}
.section_box_h {
  margin-bottom: 20px;
  font-weight: 700;
}
.section_box_p {
  margin-bottom: 0px;
}
.half_img.i-pad {
  background-image: url('../images/half_ipad.jpg');
}
.choice_wr {
	text-align:center;
}
.choice_holder { 
	padding-top: 40px;
  display: grid; 
  grid-template-columns: 1fr 1fr 1fr; 
  grid-template-rows: 1fr; 
  gap: 0px 80px; 
  grid-template-areas: 
    ". . ."; 
}
.choice_c {max-width:1340px;}
.choice_box_img {padding-bottom:20px;}
/*end new section mxkm*/

p.single {font-style:italic; font-size:13px; line-height: 23px;}

@media screen and (max-width: 1366px) {
	.choice_box_img {padding-bottom:10px;}
	.choice_box_img img {height:140px!important; width: auto;}	
}
@media screen and (max-width: 1080px) {
	.product_grid {
	-ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
	}
	.product_box {
    text-align: left;
}
	.product_inn {
		text-align:center;
		display: inline-block;
		width: 140px;
	}
}
@media screen and (max-width: 991px) {
.choice_holder { 
	padding-top: 20px;
  display: block; 
}	
	.choice_box_holder:not(:last-of-type) {
		padding-bottom: 60px;
	}	
  h1 {
    font-size: 3.6em;
  }

  h2 {
    font-size: 1.8em;
  }

  .content.banner_c {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content.everywhere_c {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content.mx_c {
    padding-top: 60px;
    padding-bottom: 420px;
  }

  .content.product_c {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content.test_c {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content.shop_c {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content.speed_c {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content.match_c {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .content.footer_c {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logo {
    width: 160px;
  }

  .banner_txt {
    width: 100%;
  }

  .cta_wr {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .everywhere_box_txt {
    padding: 10px;
  }

  .everywhere_box_img {
    width: 120%;
    margin-left: -10%;
  }

  .everywhere_box_holder {
    width: 35%;
  }

  .benefits {
    font-size: 1.6em;
  }

  .mx_box.third {
    text-align: center;
  }

  .benefits_txt {
    font-size: 0.9em;
  }

  .product_wr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .product_txt {
    width: 100%;
  }

  .product_grid {
    margin-bottom: 40px;
  }

  .product_slider {
    width: 80%;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .section_box {
    padding: 40px 20px; 
  }
.remove_box_bg .section_box {
   background-image: none!important; min-height: 0!important;
  }
  .section_box.anywhere-2 {
    background-color: #ebcbcc;
    background-size: auto;
    background-repeat: repeat;
  }

  .test_box {
    padding-top: 40px;
  }

  .test_p {
    font-size: 1.2em;
  }

  .half {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .half.ideals {
    display: block;
  }

  .half_img {
    width: 100%;
    height: 70vh;
  }

  .half_wr {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .half_wr.ideals {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .half_wr.glas {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .half_txt {
    width: 80%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .half-grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .shop_p {
    margin-bottom: 40px;
  }

  .shop-cta-wr {
    width: auto;
  }

  .mx_box_img {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .mx_box_wr {
    width: 30%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .speed_box {
    padding-right: 60px;
  }

  .speed_box_img {
    margin-bottom: 30px;
  }

  .percentage {
    font-size: 4em;
  }

  .productive {
    font-size: 1.1em;
  }

  .match {
    background-color: #d7d0c8;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .match-mobile-img {
    display: block;
  }

  .footer_logo {
    width: 100px;
  }
	.product_grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
}

@media screen and (max-width: 767px) {
  .section_box {
    min-height: 400px;
    padding-top: 30px;
    padding-bottom: 30px;
  }	
.section_box.mini-1 {
    background-color: #efeff3;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .section_box.mini-2 {
    background-color: #f2dada;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .section_box.mini-3 {
    background-color: #efeff3;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .section_box_txt {
    text-align: left;
  }	
  h1 {
    margin-bottom: 30px;
    font-size: 3em;
  }

  h2 {
    margin-bottom: 30px;
    font-size: 1.6em;
  }

  p {
    margin-bottom: 30px;
  }

  .content.header_c {
    padding-top: 20px;
  }

  .content.banner_c {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content.everywhere_c {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content.mx_c {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content.product_c {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content.test_c {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content.shop_c {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content.speed_c {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content.match_c {
    padding-top: 40px;
  }

  .logo {
    width: 140px;
  }

  .cta_wr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cta {
    width: 100%;
    max-width: 180px;
    min-width: auto;
  }

  .everywhere_box {
    margin-bottom: 20px;
  }

  .everywhere_box_img {
    width: 100%;
    margin-left: 0%;
  }

  .everywhere_box_holder {
    width: 45%;
  }

  .mx {
    height: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .mx.second {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .mx.third, .mx.fourth {
    background-color: #d7d7d9;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
	.mx.fourth {
		background-color: #ededed;
	}
  .mx_holder {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .benefits {
    font-size: 1.3em;
  }

  .benefits_txt {
    font-size: 0.8em;
  }

  .think_img_mobile {
    display: block;
  }

  .product_slider {
    width: 100%;
  }





  .section_box.anywhere-1 {
    background-color: #efeff3;
    background-size: auto;
    background-repeat: repeat;
  }

  .section_box.anywhere-3 {
    background-color: #efeff3;
    background-size: auto;
    background-repeat: repeat;
  }

  .test_box {
    padding-top: 0px;
  }

  .test_p {
    font-size: 1.1em;
  }

  .half_img {
    height: 50vh;
    background-size: cover;
  }

  .half_wr {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .half_wr.ideals {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .half_wr.glas {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .awards_wr {
    position: static;
    margin-bottom: 0px;
  }

  .mx_box_img {
    width: 40px;
  }

  .cta_big {
    width: 100%;
  }

  .speed_box {
    padding: 20px;
  }

  .percentage {
    font-size: 3em;
  }

  .productive {
    font-size: 1em;
  }

  .speed_box_p {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 679px) {
	.section_box {min-height:0;}
	.section_box.mx-keys-1, .section_box.mx-keys-2, .section_box.mx-keys-3 {background-image:none; }
	.section_box.mx-keys-1 {background-color: #000;}
	.section_box.mx-keys-2 {background-color: #1c1c1c;}
	.section_box.mx-keys-3 {background-color: #353535;}.product_grid {
    -ms-grid-columns: 1fr 1fr ;
    grid-template-columns: 1fr 1fr ;
}
	.product_box { text-align: center;}
	.product_inn {width: auto;}
	  .section {
    display: block;
  }
  .section_box {
    min-height: 0;
    width: 100%;
    display: block;
    padding-left: 40px;
    padding-right: 40px;
  }
  .section_box_txt {
    max-width: none; width: 90%; margin:0 auto;
  }	
	.section_box_txt.mini-2 {
    max-width: none;
}
	.section_box_txt.mini-1 {
    max-width: none;
}
	.half_txt {padding:0;}
}
@media screen and (max-width: 479px) {

  h1 {
    margin-bottom: 20px;
    font-size: 2.5em;
  }

  h2 {
    font-size: 1.4em;
  }

  .content.header_c {
    text-align: center;
  }

  .cta {
    width: 100%;
    max-width: none;
  }

  .everywhere_box_holder {
    width: 100%;
  }

  .mx {
    background-size: cover;
  }

  .mx_holder.third {
    display: block;
  }

  .benefits {
    font-size: 1.2em;
  }

  .mx_sep {
    display: none;
  }

  .benefits_txt {
    font-size: 0.7em;
  }

  .product_grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section_box {
    width: 100%;
    min-height: auto;
  }

  .test_wr {
    display: block;
  }

  .test_box {
    width: 100%;
    margin-bottom: 40px;
  }

  .test_sep {
    display: none;
  }

  .half_img {
    height: 30vh;
    background-size: cover;
  }

  .shop-cta {
    width: 100%;
  }

  .mx_box_wr {
    width: 100%;
    margin-bottom: 20px;
  }

  .cta_big {
    padding-right: 15px;
    padding-left: 15px;
  }

  .speed_holder {
    display: block;
  }

  .speed_box {
    width: 100%;
    margin-bottom: 20px;
  }
}

@font-face {
  font-family: 'Brownpro';
  src: url('../fonts/BrownPro-Bold.woff2') format('woff2'), url('../fonts/BrownPro-Bold.eot') format('embedded-opentype'), url('../fonts/BrownPro-Bold.woff') format('woff'), url('../fonts/BrownPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brownpro';
  src: url('../fonts/BrownPro-Light.woff2') format('woff2'), url('../fonts/BrownPro-Light.eot') format('embedded-opentype'), url('../fonts/BrownPro-Light.woff') format('woff'), url('../fonts/BrownPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}