.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;
}

/*----- Start Black Stripe -----*/

.black-stripe {
    padding: 20px 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    grid-gap: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: clip;
    background: #000;
}

.black-stripe p {
    font-size: 1.5625rem;
    font-size: clamp(1.5625rem, 1.3392857142857142rem + 1.1160714285714286vw, 3.125rem);
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    grid-gap: 10px;
}

.black-stripe p span:first-of-type {
    -webkit-text-stroke: 2px #fff;
    color: #000;
}

.percent {
    position: relative;
    margin: 0 0 0 30px;
}

.percent::before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #ff0000;
    position: absolute;
    right: -20px;
    top: 50%;
    margin: -6.5px 0 0;
}

.percent::after {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #ff0000;
    position: absolute;
    left: -20px;
    top: 50%;
    margin: -6.5px 0 0;
}

/* Animation Slide */

.black-stripe p {
    animation: black-stripe 15s linear infinite;
}

@keyframes black-stripe {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-200%);
    }
}

/*----- End Black Stripe -----*/

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;
    text-transform: uppercase;
    letter-spacing: -0.25px;
}

p {
    margin-bottom: 40px;
}

.box-popup {
    max-width: 960px;
    margin: 0 auto;
    padding: 60px 40px 40px;
    position: relative;
    background: #fff;
    text-align: center;
}

.box-popup .popup-img {
    max-width: 200px;
    width: 100%;
    display: block;
    margin: -20px auto 30px;
}

.overflow {
    overflow: hidden;
}

.top-wr {
    background-color: #b094b9;
    /*
    background-image: url(../images/hero-bg-au-mx.png);
*/
    /* background-image: url(../images/MX-DE-Hero-bg.jpg); */
    background-image: url(../images/mx-hero-bg-2.jpg);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: cover;
}

.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: 100px;
    padding-bottom: 750px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.content.product_c {
    padding-top: 100px;
    padding-bottom: 100px;
}

.content.test_c {
    padding-top: 120px;
    padding-bottom: 120px;
}

.content.shop_c {
    max-width: 1180px;
    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: 150px;
}

.banner_txt {
    max-width: 1080px;
    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: 122px;
    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 20px;
}

.mx_keys {
    margin-top: 20px;
}

.everywhere_box_img {
    position: relative;
    left: 50%;
    width: 80%;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    margin-bottom: 15px;
}

.everywhere_box_img img {
    max-width: 205px;
    width: 100%;
}

.everywhere_box_holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 16%;
    -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;
}

a.everywhere_box_holder {
    color: #000;
    text-decoration: none;
}

.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% 80%;
    background-size: cover;
    background-repeat: no-repeat;
}

.mx.second {
    background-image: url('../images/MX-bg-2.jpg');
}

.mx.fifth {
    background-image: url('../images/keyboardbg.png');
}

.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/master3s-1.png');
    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/master3s-2.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.section_box.mx-master-3 {
    background-image: url('../images/master3s-3.png');
    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;
}

/*mx mechanical*/

.section_box.mx-keys-4 {
    background-image: url('../images/key1.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.section_box.mx-keys-5 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-image: url('../images/key2.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.section_box.mx-keys-6 {
    background-image: url('../images/key3.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

/*mx mechanical end*/

.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_txt.bottom p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
    max-width: 500px;
}

.section_box_h {
    margin-bottom: 20px;
    font-weight: 700;
}

.section_box_p {
    margin-bottom: 0px;
}

.section_box_p_small {
    font-size: 0.7em;
}

.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.ideals2 {
    background-image: url('../images/half-img-single.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: 120px;
    padding-bottom: 120px;
    -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: 20px;
}

.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;
}

/* Style the dropdown container */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Style the button */
.dropbtn {
    color: white;

    cursor: pointer;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Style the dropdown content links */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color on hover */
.dropdown-content a:hover {
    background-color: #f1f1f1;
}

/* Show the dropdown content when hovering over the dropdown container */
.dropdown:hover .dropdown-content {
    display: block;
}

/*SECTION BRIO*/
.mx.sixth {
    background-image: url(../images/Mx-bg4.jpg);
}

.section_box.brio-1 {
    background-image: url('../images/Brio-Last-1.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}

.section_box.brio-2 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-image: url('../images/Brio-Last-2.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.section_box.brio-3 {
    background-image: url('../images/Brio-Last-3.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}

.half_wr.share {
    padding-top: 120px;
    padding-bottom: 120px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.half_img.share {
    background-image: url('../images/Brio-Half.jpg');
}

/*SECTION BRIO END*/

@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: 1160px) {
    .everywhere_box_img img {
        max-width: 155px;
    }

    .product_name {
        font-size: 0.9em;
    }
}

@media screen and (max-width: 1180px) {
    .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: 1024px) {
    .everywhere_box_img img {
        max-width: 175px;
    }

    .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%;
    }

    .everywhere_box_txt {
        padding: 10px;
    }

    .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 {
        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: 844px) {
    .half_wr.share {
        padding: 60px 0;
    }

    .box-popup {
        padding: 40px 20px 20px;
    }

    .content.mx_c {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .content.mx_c.single {
        padding-top: 40px;
        padding-bottom: 420px;
    }

    .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.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%;
        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-color: #e7b1b6;
        background-image: none;
        background-position: 0px 0px;
        background-size: auto;
        background-repeat: repeat;
    }

    .mx.third,
    .mx.fourth {
        background-color: #e7b1b6;
        background-image: none;
        background-size: auto;
        background-repeat: repeat;
    }

    .mx.sixth {
        background-color: #eac2b6;
        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.2em;
    }

    h2 {
        font-size: 1.4em;
    }

    .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%;
    }

    .dropdown {
        width: 100%;
    }

    .stop_cta_mx {
        min-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;
}
