.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;
}

* {
    outline: none;
}

body {
    font-family: Brown, sans-serif;
    color: #222;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
}

.big-container {
    overflow-x: hidden;
}

h1 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 2.5em;
    line-height: 1.2;
    font-weight: 700;
}

p {
    margin-bottom: 0px;
}

.content {
    width: 80%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
}

.content.header_c {
    padding-top: 40px;
    padding-bottom: 40px;
}

.content.footer_c {
    padding-top: 40px;
    padding-bottom: 40px;
}

.content.main_c {
    max-width: 1040px;
}

.content.step1_c {
    max-width: 1040px;
    padding-top: 40px;
    padding-bottom: 100px;
}

.content.step2_c {
    max-width: 1400px;
    padding-top: 40px;
    padding-bottom: 100px;
}

.content.step3_c {
    max-width: 1040px;
    padding-top: 40px;
    padding-bottom: 100px;
}

.content.step4_c {
    max-width: 1100px;
    padding-top: 40px;
}

.content.step5_c {
    max-width: 1400px;
    padding-top: 40px;
    padding-bottom: 100px;
}

.content.step6_c {
    max-width: 1040px;
    padding-top: 40px;
    padding-bottom: 100px;
}

.logo {
    width: 130px;
}

.section_top {
    text-align: center;
}

.cta {
    width: 100%;
    max-width: 140px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 16px 30px;
    border: 2px solid #8256f5;
    border-radius: 38px;
    background-color: #8256f5;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #fff;
    font-size: 0.7em;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.cta_start_over {
    background: url(../images/arrow-back.svg) no-repeat center left;
    padding: 20px 0 20px 80px;
    font-size: 16px;
    line-height: 24px;
    color: #2c3e50;
    text-transform: uppercase;
    font-weight: 700;
    background-size: 60px;
}

.cta.pointer_none {
    pointer-events: none;
    opacity: 0.5;
}

.cta.center {
    display: table;
    margin: 0 auto;
}

.cta:hover {
    border: 2px solid #8256f5;
    background-color: transparent;
    color: #222;
}

.cta.cta_mirror {
    background-color: transparent;
    color: #222;
}

.cta.cta_mirror:hover {
    background-color: #8256f5;
    color: #fff;
}

.cta.cta_help {
    width: auto;
    max-width: none;
}

.cta_help_mobile {
    display: none;
}

.header {
    background-color: #e9e9e9;
}

.main_section {
    background-color: #e9e9e9;
    position: relative;
}

.main_section .content {
    padding: 0 0 40px;
}

.landing_page .content {
    max-width: 1040px;
    margin: 0 auto;
    padding: 80px 0;
}

.landing_page.landing_two {
    display: none;
}

.landing_page.landing_three {
    display: none;
}

ul.tabs {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
    margin: 0 0 80px 0;
}

ul.tabs li {
    cursor: pointer;
    font-size: 15px;
    line-height: 25px;
    color: #222;
    font-family: 'Brown';
    font-weight: 700;
    border-bottom: 4px solid #dfe0e1;
    padding: 0 10px 20px;
    width: 33.33%;
    text-align: center;
    transition: all 0.3s ease;
}

ul.tabs li.active {
    border-color: #7943fa;
}

ul.tabs li:hover {
    border-color: #7943fa;
}

ul.tabs li span.mobile {
    display: none;
}

.tab_center {
    text-align: center;
    margin: 0 0 80px 0;
}

.tab_center h3 {
    font-size: 34px;
    line-height: 44px;
    color: #222;
    font-family: 'Brown';
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.tab_center p {
    margin: 0 0 40px 0;
}

.product_column p.smaller {
    font-size: 10px;
    line-height: 18px;
}

.product_wr {
    display: grid;
    grid-template-columns: 17% 17% 17% 50%;
    grid-template-rows: auto;
    grid-gap: 0px 0px;
}

.product_column {
    padding: 0 15px;
    border-right: 1px solid #e1e2e3;
}

.product_column:first-of-type {
    border-left: 1px solid #e1e2e3;
}

.product_column h5 {
    font-size: 12px;
    line-height: 22px;
    color: #222;
    font-family: 'Brown';
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.product_column h5:nth-of-type(2) {
    border-top: 1px solid #e1e2e3;
    padding: 10px 0 0 0;
}

.product_column p {
    font-size: 12px;
    line-height: 20px;
    color: #222;
    font-family: 'Brown';
    font-weight: 700;
    margin: 0 0 10px 0;
}

.product_column p:last-of-type {
    margin: 0;
}

.svg-icon {
    transition: all 0.3s ease;
}

.product_etail {
    padding: 0 15px;
}

.product_etail h4 {
    font-size: 16px;
    line-height: 26px;
    color: #222;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.etail_wr .cta {
    margin: 0;
    max-width: 100%;
    min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}

.etail_wr .cta:hover .svg-icon {
    filter: brightness(0) invert(1);
}

.etail_wr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 20px 20px;
}

.product_holder {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
}

.mobile_imgs {
    display: none;
    position: absolute;
}

.section_img {
    background: url(../images/desktop_image.png) no-repeat center top;
    background-size: contain;
    height: 410px;
    max-width: 1008px;
    width: 100%;
    margin: 40px auto 60px;
    position: relative;
}

#headset_wr {
    top: 100px;
    left: 170px;
    width: 200px;
    height: 200px;
}

#camera_wr {
    top: 5px;
    left: 50%;
    width: 60px;
    height: 30px;
    margin: 0 0 0 -30px;
}

#key_wr {
    bottom: 45px;
    left: 50%;
    width: 400px;
    height: 100px;
    margin: 0 0 0 -200px;
}

#mouse_wr {
    bottom: 70px;
    right: 200px;
    width: 120px;
    height: 70px;
}

.main_section.anywhere #headset_res {
    top: 30px;
}

#headset_res {
    top: 100px;
    left: 170px;
    width: 200px;
    height: 200px;
}

#camera_res {
    top: 5px;
    left: 50%;
    width: 60px;
    height: 30px;
    margin: 0 0 0 -30px;
}

#key_res {
    bottom: 45px;
    left: 50%;
    width: 400px;
    height: 100px;
    margin: 0 0 0 -200px;
}

.main_section.anywhere #mouse_res {
    bottom: 150px;
}

#mouse_res {
    bottom: 70px;
    right: 200px;
    width: 120px;
    height: 70px;
}

.section_p {
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.camera_section,
.headset_section,
.key_section,
.mouse_section {
    font-size: 24px;
    line-height: 34px;
    color: #222;
    font-family: 'Brown';
    font-weight: 700;
    text-transform: uppercase;
}

.keyword {
    display: inline-block;
    -webkit-text-decoration: underline solid #8256f5 2px;
    text-decoration: underline solid #8256f5 2px;
    color: #8256f5;
    background: none;
}

.keyword:after {
    display: inline-block;
    margin-left: .25em;
    content: "▾";
}

.section_mouse {
    background: #f4f4f4;
}

.section_headset {
    background: #f4f4f4;
}

.section_workspace h2 {
    text-align: center;
    margin: 0 0 40px 0;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    border-radius: 8px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: #7943fa;
    padding: 10px;
    text-decoration: none;
    display: block;
    transition: all 0.2s ease;
}

.dropdown a:hover {
    background-color: #f1f1f1;
}

.show {
    display: block;
}

.tip_wr {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    margin: 0 0 80px 0;
}

.tip_wr:last-of-type {
    margin: 0;
}

.tip_wr:nth-of-type(even) {
    flex-direction: row-reverse;
}

.tip_left {
    width: 57%;
    min-height: 400px;
    background: #e3e3e3;
}

.tip_right {
    width: 35%;
}

.tip_right h2 {
    font-size: 30px;
    text-align: left;
    margin: 0 0 20px 0;
}

.footer {
    background-color: #252b2c;
}

.slider_wr {
    position: relative;
    text-align: center;
}

.footer_wr {
    color: #fff;
    font-size: 0.8em;
    line-height: 1.5;
    text-align: center;
}

.footer_wr p:last-of-type {
    margin: 10px 0 0 0;
}

.footer_wr p a {
    color: inherit;
    text-decoration: none;
}

.footer_wr p a:hover {
    text-decoration: underline;
}

.question_nb {
    margin-bottom: 20px;
    font-size: 0.8em;
    line-height: 1.5;
}

.grid {
    display: -ms-grid;
    display: grid;
    margin: 40px auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    -ms-grid-columns: minmax(200px, 320px) minmax(200px, 320px) minmax(200px, 320px);
    grid-template-columns: minmax(200px, 320px) minmax(200px, 320px) minmax(200px, 320px);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    justify-content: center;
}

.grid.step2 {
    -ms-grid-columns: minmax(200px, 320px) minmax(200px, 320px) minmax(200px, 320px) minmax(200px, 320px);
    grid-template-columns: minmax(200px, 320px) minmax(200px, 320px) minmax(200px, 320px) minmax(200px, 320px);
}

.grid.step4 {
    margin-top: 20px;
}

.grid.step5 {
    margin-top: 60px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    background: url(../images/cards_lines) no-repeat left top;
    max-width: 1440px;
    margin: 60px auto;
}

.grid_box {
    color: #222;
    text-align: center;
    text-decoration: none;
}

.grid_box.hand {
    width: auto;
}

.grid_img {
    margin-bottom: 20px;
}

.grid_link {
    display: block;
}

.grid_link.active {
    padding: 20px;
}

.grid_link.active img {
    transform: scale(1.1);
    transition: all 0.3s ease;
}

.grid_link.inactive img {
    transform: scale(0.9);
    opacity: 0.25;
}

.slick-slide img {
    margin: 0 auto 20px;
}

.carousel .slick-slide {
    margin: 0 10px;
}

.carousel .slick-list {
    margin: 0 -10px;
}

.carousel .slick-dots {
    list-style: none;
    padding: 0;
    margin: 50px 0 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}

.carousel .slick-dots li {
    font-size: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 10px;
}

.carousel .slick-dots li.slick-active button {
    background: #000;
}

.carousel .slick-dots li button {
    padding: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
}

.box_h {
    margin-bottom: 20px;
    font-size: 1em;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
}

.cta_wr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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_wr .cta.cta_mirror:last-of-type {
    margin-bottom: 0
}

.cta_wr.step4 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 80px;
}

.heading_step4 {
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
}

.left {
    font-weight: 700;
    text-transform: uppercase;
}

.step4 {
    position: relative;
}

.hands_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: center;
}

.left_wr {
    width: 40%;
    text-align: center;
}

.right_wr {
    width: 40%;
    text-align: center;
}

.right {
    font-weight: 700;
}

.step5_img {
    margin-bottom: 30px;
}

.step5_h {
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
}


@media screen and (max-width: 1200px) {

    .main_section .content {
        padding: 200px 0;
    }

    .main_results .content {
        padding: 40px 0 60px !important;
    }

    .mobile_imgs {
        display: block;
    }

    .section_img {
        display: none;
    }

    .section_p {
        max-width: 680px;
        margin: 20px auto 40px;
    }

    .headset {
        top: 0;
        left: -20px;
        width: 200px;
    }

    .webcam {
        top: 0;
        right: 40px;
        width: 120px;
    }

    .mouse {
        bottom: 20px;
        right: 200px;
        width: 90px;
    }

    .keyboard {
        bottom: 20px;
        left: 90px;
        width: 400px;
    }

}


@media screen and (max-width: 1024px) {

    .cta {
        padding: 16px 20px;
    }

    .cta_start_over {
        display: table;
        margin: 40px auto 0;
    }

    .product_column {
        padding: 0 10px;
    }

}


@media screen and (max-width: 991px) {

    br {
        display: none;
    }

    h1 {
        font-size: 2.2em;
    }

    .carousel,
    .step1,
    .step2,
    .step3,
    .step4,
    .step5,
    .step6 {
        padding: 0 20px;
    }

    .content.step1_c {
        padding-bottom: 60px;
    }

    .content.step2_c {
        padding-bottom: 60px;
    }

    .content.step3_c {
        padding-bottom: 60px;
    }

    .content.step4_c {
        padding-bottom: 40px;
    }

    .content.step5_c {
        padding-bottom: 60px;
    }

    .content.step6_c {
        padding-bottom: 80px;
    }

    .main_results .content {
        padding: 40px 0 40px !important;
    }

    .logo {
        width: 120px;
    }

    .cta.step4 {
        margin-top: 20px;
    }

    .grid {
        display: inherit;
        margin-top: 60px;
        margin-bottom: 40px;
    }

    .grid.step5 {
        background: url(../images/lines.png) no-repeat top right;
        width: calc(100vw - 100px);
    }

    .grid.step5::after {
        content: "";
        background: url(../images/cards.png) no-repeat center right;
        background-size: 100%;
        width: 110px;
        height: 100%;
        position: absolute;
        left: -30px;
        top: -75px;
    }

    .grid.step5 .slick-track {
        display: flex;
    }

    .grid.step5 .slick-slide {
        align-self: flex-end;
    }

    .cta_wr.step4 {
        position: static;
        bottom: 0px;
    }

    .hands_wr {
        margin-bottom: 60px;
    }

    .left_wr {
        width: 45%;
    }

    .right_wr {
        width: 45%;
    }
}


@media screen and (max-width: 820px) {

    .content.header_c {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    ul.tabs {
        margin: 0 0 40px 0;
    }

    .cta_help_desktop {
        display: none;
    }

    .cta.cta_help.cta_help_mobile {
        width: 200px;
        max-width: none;
        display: block;
        margin: 20px auto 0;
    }

    .main_section .content {
        padding: 200px 0 150px;
    }

    .headset {
        width: 170px;
    }

    .keyboard {
        width: 650px;
        left: -250px;
    }

    .mouse {
        bottom: 40px;
        width: 130px;
        right: 70px;
    }

    .landing_page .content {
        padding: 40px 0;
    }

    .tab_center {
        margin: 0 0 60px 0;
    }

    .product_wr {
        grid-template-columns: 33% 33% 33%;
        grid-template-rows: 1fr 1fr;
        grid-gap: 40px 0px;
    }

    .product_etail {
        grid-column-end: 4;
        grid-column-start: 1;
        padding: 0;
    }

    .tip_wr {
        margin: 0 0 60px 0;
    }

    .tip_right h2 {
        font-size: 24px;
    }

    ul.tabs li span.mobile {
        display: block;
    }

    ul.tabs li span.desktop {
        display: none;
    }

    .section_keyboard .tab_center img {
        max-width: 400px;
        width: 100%;
    }

    .section_mouse .tab_center img {
        max-width: 200px;
        width: 100%;
    }

    .section_camera .tab_center img {
        max-width: 250px;
        width: 100%;
    }

    .section_headset .tab_center img {
        max-width: 250px;
        width: 100%;
    }

}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 1.9em;
    }

    .content.header_c {
        padding-top: 20px;
    }

    .content.step1_c {
        padding-bottom: 40px;
    }

    .content.step2_c {
        padding-bottom: 40px;
    }

    .content.step3_c {
        padding-bottom: 40px;
    }

    .content.step5_c {
        padding-bottom: 40px;
    }

    .content.step6_c {
        padding-bottom: 60px;
    }

    .logo {
        width: 110px;
    }

    .cta.step4 {
        margin-top: 0px;
    }

    .header_wr {
        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;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .grid {
        margin-top: 40px;
    }

    .grid.step5 {
        -ms-grid-rows: auto;
        grid-template-rows: auto;
    }
}

@media screen and (max-width: 479px) {
    h1 {
        font-size: 1.7em;
    }

    .main_section .content {
        padding: 150px 0 100px;
    }

    .headset {
        width: 130px;
    }

    .webcam {
        right: 50px;
        width: 70px;
    }

    .keyboard {
        left: -170px;
        width: 550px;
    }

    .mouse {
        right: 20px;
        width: 70px;
        bottom: 30px;
    }

    .tab_center h3 {
        font-size: 28px;
        line-height: 38px;
    }

    .content.step6_c {
        padding-bottom: 40px;
    }

    .logo {
        width: 100px;
    }

    .cta {
        width: 100%;
        max-width: none;
        margin-right: 0px;
        margin-left: 0px;
    }

    .cta.cta_mirror {
        margin-bottom: 20px;
    }

    .cta_wr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .etail_wr .cta {
        margin-bottom: 0;
    }

    .grid.step5::after {
        left: -70px;
    }

    .etail_wr {
        grid-template-columns: 1fr;
    }

    ul.tabs li {
        font-size: 15px;
        line-height: 22px;
    }

    .product_wr {
        grid-template-columns: 100%;
        grid-template-rows: auto;
        grid-gap: 30px 0px;
    }

    .product_etail {
        grid-column-end: auto;
        grid-column-start: auto;
        padding: 0;
    }

    .product_column {
        padding: 0;
    }

    .product_column:first-of-type {
        border-left: none;
    }

    .product_column {
        border-right: none;
    }

    .product_column h5:nth-of-type(2) {
        border-top: none;
    }

    .tip_wr {
        flex-direction: column;
        align-items: stretch;
    }

    .tip_left {
        width: 100%;
        min-height: 200px;
        margin: 0 0 40px 0;
    }

    .tip_right {
        width: 100%;
    }

    .tip_wr:nth-of-type(even) {
        flex-direction: column;
    }

}

#w-node-_8846bec2-99a0-84d3-416a-b81070c3d315-b5d72558 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    grid-column-start: 2;
}

#w-node-_09d7c2bf-06fd-0051-e559-78d625265982-b5d72558 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    grid-column-start: 3;
}

#w-node-c7d2df04-23b1-979a-837d-061a10cf8200-b5d72558 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    grid-column-start: 4;
}

@font-face {
    font-family: 'Brown';
    src: url('../fonts/Brown-Bold.woff2') format('woff2'),
        url('../fonts/Brown-Bold.eot') format('embedded-opentype'),
        url('../fonts/Brown-Bold.woff') format('woff'),
        url('../fonts/Brown-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brown';
    src: url('../fonts/Brown-Light.woff2') format('woff2'),
        url('../fonts/Brown-Light.eot') format('embedded-opentype'),
        url('../fonts/Brown-Light.woff') format('woff'),
        url('../fonts/Brown-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

.step1,
.step2,
.step3,
.step4,
.steps5,
.step6 {
    background-color: #e9e9e9;
    padding: 0 20px 40px;
}

.step2,
.step3,
.step4,
.steps5,
.step6 {
    display: none;
}
.step-block {
    grid-template-columns: minmax(200px, 320px) minmax(200px, 320px) minmax(200px, 320px) minmax(200px, 320px);
}

.landing_one,
.landing_two,
.landing_three {
    display: none;
}

.main_results {
    display: none;
}

.headset_section {
    display: none;
}

.key_section {
    display: none;
}

.mouse_section {
    display: none;
}

.camera_section {
    display: none;
}
