/*@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');*/

:root{
    --space: calc(1vw + 1vh + 1vmin)
}
body {
    background: rgba(248, 249, 251, 1.00);
}

body.demo > *:not(footer):not(header),
body.demo .shopify-coming,
body.demo .header-list-wrap,
body.demo .header-form-wrap,
body.demo .site-slogan
{
    display: none
}
body.demo {
    min-height: 100vh;
    background: linear-gradient(180deg, #feb401 0%, #fd6a00 100%);
    background-image: url(../images/bigc/header-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    overflow: scroll;
}
body.demo header.tool-header {
    background: unset !important;
    margin-bottom: 50px
}
body.demo .header-container {
    height: unset
}
.demo-page-wrap {
    display: none
}
body.demo .demo-page-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.demo-page-title {
    color: #fff;
    text-align: center;
    /*font-family: Lato, sans-serif;*/
    font-size: 52px;
    margin-top: 60px
}
.demo-page-help {
    text-align: center;
    font-size: 28px;
    color: #fff;
    margin-top: 30px
}
body.demo header {
    height: unset;
    flex-shrink: 0;
}
body.demo footer {
    margin-top: auto;
    border-color: rgba(235, 149, 85, 1.00)
}

body.demo footer .cop {
    color: #fff
}

body.demo footer .menu li a {
    color: #fedd41
}
.demo-page-form {
    margin-top: 50px;
    width: clamp(300px, 650px, 100%);
    margin-inline: auto;
}

.demo-page-form .form-group {
    display: flex;
    align-items: center;
    font-size: 18px
}
.demo-page-form label {
    width: 40%;
    text-align: right;
    color: #fff;
    font-weight: normal;
    margin-right: 2%;
    margin-bottom: 0;
    user-select: none;
}

.demo-page-form .stock-out{
    margin-left: 25%;
    margin-top: 20px;
    margin-bottom: 50px
}
.demo-page-form .stock-out label{
    width: 100%;
    text-align: left;
}

.demo-page-form input[type=checkbox] {
    margin: 0 7px 0 0
}

.demo-page-form .form-control.price {
    width: 90px
}
.demo-page-form .form-control.update {
    width: 200px
}
.demo-page-form .form-group span {
    color: #fff;
    margin-left: 1%
}
.demo-page-form form {
    margin-top: 40px
}

.demo-page-form .demo-contact {
    padding-block: 20px 10px
}






header.tool-header{
    background-color: rgb(254,65,2);
    background: linear-gradient(180deg, #feb401 0%, #fd6a00 100%);
    background-image: url(../images/bigc/header-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative
}

body.b-orange .tool-header {
    background: linear-gradient(180deg, rgba(255, 235, 1, 1.00) 0%, #fd6a00 100%);
    background-image: url(../images/bigc/b-orange.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
body.b-orange .orange5-logo {
    width: 360px;
    transform: translateY(10px);
    margin-right: 20px
}
.header-nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    /*outline: 1px solid red;*/
}

.tool-header-menu .container,
.tool-header-menu .container .row,
.tool-header-menu .container .col-md-12{
    height: 100%
}

.header-nav-wrap > div {
    height: 100%;
    /*outline: 1px solid red;*/
    display: flex;
    align-items: center;

}

/*.tool-header .header-img {*/
/*    position: absolute*/
/*}*/

/*.tool-header .header-img img{*/
/*    object-fit: contain;*/
/*    display: block;*/
/*}*/
.header-container{
    display: flex;
    flex-direction: column;

    /*justify-content: space-between;*/
    height: 100%;
    /*margin-top: 0 !important;*/
    /*margin-bottom: 0 !important;*/
    /*outline: 1px solid #fff*/
}
.site-slogan-area {
    margin-block: auto;
}
.site-slogan {
    text-align: center;
    /*font-family: Lato, sans-serif;*/
    font-size: 34px;
}
.header-container .demo-area{
    margin-top: auto;
    /*transform: translateY(-1px);*/
}
.shopify-coming{
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 20px;
    opacity: 0.5;
    color: #fff
}
.check-bigc {
    position: absolute;
    bottom: 35px;
    left: 15px;
    font-size: 20px;
    /*opacity: 0.75;*/
    color: rgba(255,255,255, 0.8);
    /*box-shadow: 0 0 0 1px rgba(255, 255,255, 0.5);*/
    outline: 1px solid rgba(255, 255,255, 0.5);
    outline-offset: 0;
    padding-inline: 20px;
    padding-block: 5px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    display: block;
}
.check-bigc:hover,
.check-bigc:active,
.check-bigc:focus {
    background: rgba(255,255,255,0.2);
    /*box-shadow: 0 0 0 3px rgba(255,255,255,0.5);*/
    outline: 1px solid rgba(255, 255,255, 0.5);
    outline-offset: 2px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.check-bigc-in {
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: -28px;
    padding: 5px 0;
    font-size: 17px;
    color: #f28e2a;
    outline: 1px solid #f28e2a;
    outline-offset: 0;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.check-bigc-in:hover,
.check-bigc-in:active,
.check-bigc-in:focus {
    color: #f28e2a;
    text-decoration: none;
    outline: 1px solid #f28e2a;
    outline-offset: 2px;
    background: rgba(242, 142, 42, 0.1);
}
.header-img.logo {
    display: flex;
    /*flex-direction: column;*/
    /*right: calc(50% - 400px);*/
    /*top: 30px;*/
    /*width: 974px;*/
    /*height: 107px;*/
    justify-content: center;
    width: 100%;
    margin-top: 20px
}
.header-img.logo {
    display: flex;
    /*flex-direction: column;*/
    /*right: calc(50% - 400px);*/
    /*top: 30px;*/
    /*width: 974px;*/
    /*height: 107px;*/
    justify-content: center;
    width: 100%;
    align-items: center;
    margin-top: 20px;
    /*outline: 1px solid red*/
}
.plus-logo {
    height: 105px;
    margin: 0 30px
}
.ashley-logo {
    height: 52px
}
.big-logo {
    height: 100px
}
.shopify-logo {
    height: 170px
}


.small-logo .plus-logo {
    height: 44px;
    margin: 0 20px
}
.small-logo .orange-logo {
    height: 70px;
    margin-right: 15px;
}
.small-logo .big-logo {
    height: 47px
}
.small-logo .shopify-logo {
    height: 100px
}
@media only screen and (max-width: 480px) {
    .shopify-logo {
        max-height: unset !important;
        height: 68px;
        margin-left: 14px
    }
}
/*.header-list-wrap {*/
/*    transition: all .5s ease-in-out;*/
/*    column-count: 1*/
/*}*/
/*.nav-up .header-list-wrap {*/
/*    width: 100% !important;*/
/*    transition: all .5s ease-in-out;*/
/*}*/

/*.nav-up .header-list {*/
/*    margin-bottom: 50px;*/
/*    column-count: 2*/
/*}*/
/*.header-form-wrap {*/
/*    transition: all .5s ease-in-out;*/
/*}*/
/*.nav-up .header-form-wrap {*/
/*    !*display: none;*!*/
/*    !*width: 0 !important;*!*/
/*    !*overflow: hidden;*!*/
/*    position: absolute;*/
/*    right: 0;*/
/*    bottom: 0*/
/*}*/
.header-list {
    font-size: 28px;
    color: #fff;
    line-height: 1.6;
    padding: 0;
    list-style-position: inside;
}

body.b-orange .header-list {
    line-height: 1.7
}

/*.header-img.logo span{*/
/*    font-weight: bold;*/
/*    font-size: 28px;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    color: #404040;*/
/*    font-family: 'Lato', sans-serif;*/
/*    font-display: swap;*/
/*}*/

.tool-header-menu{
    background: rgba(193, 100, 0, 0.9);
    height: 100px;
    width: 100%;
    position: fixed;
    top: -20px;
    left: 0;
    z-index: 10;
    backdrop-filter: blur(5px);
    opacity: 0;
    transition: all 1.3s ease-in-out;
    pointer-events: none;
}

.nav-up .tool-header-menu {
    top: 0;
    opacity: 1;
    pointer-events: auto;
}

.free-demo-form {

    background: rgba(85, 136, 186, 0.85);
    backdrop-filter: blur(2px);
    padding: 25px 20px 10px;
    transition: all 1.3s ease-in-out;
}

.form-demo-direct-login {
    color: #fff;
    margin-top: 15px;
    font-size: 18px;
    display: block
}
.free-demo-form-wrap {
    /*width: 390px;*/
    /*position: absolute;*/
    /*bottom: 0;*/
    /*right: calc(50% - 400px);*/
    /*z-index: 9;*/
}





.demo-notes {
    height: 83px !important;
    resize: none;
    line-height: 1.1;
}
body.b-orange .free-demo-form-wrap .free-demo-form {
    padding-bottom: 25px
}



.focused {animation:scale-up-bottom .8s cubic-bezier(.39,.575,.565,1.000) both; animation-delay: 300ms;}
@keyframes scale-up-bottom {
    0% {
        transform: scale(1);
        transform-origin: 50% 100%;
    }
    20% {
        transform: scale(1.05);
        transform-origin: 50% 100%;
    }
    100% {
        transform: scale(1);
        transform-origin: 50% 100%;
    }
}
/*.nav-up .free-demo-form {*/
/*    bottom: -20px;*/
/*    opacity: 0;*/
/*    pointer-events: none*/
/*}*/

.free-demo-form-title {
    color: #fff;
    text-align: center;
    font-size: 26px;
    /*font-family: Lato, sans-serif;*/
    font-display: swap;
    margin-bottom: 10px
}

.free-demo-form .btn {
    background: #f80;
    color: #fff;
    font-size: 18px;
    border: none;
    padding: 7px 28px;
}

.free-demo-form .form-control {
    border-radius: 3px;
    border-color: #40668b;
    font-size: 16px;
    height: 43px;
}

.free-demo-form .form-group.has-error .form-control {
    border: 1px solid #d42a2a;
    -webkit-box-shadow: inset 0 0 6px #d42a2a;
    box-shadow: inset 0 0 6px #d42a2a;
}
.free-demo-form .form-group.has-error .form-control::-webkit-input-placeholder {
    color: #d42a2a;
}

.demo-contact {
    border-top: 1px solid #95aabd;
    margin-top: 25px;
    color:#fff;
    padding: 15px 18px 0;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.demo-contact a {
    color: #ffc801
}
.demo-contact a:hover {
    color: #ffc801
}
.block_tool {
    margin-top: 0;
    padding-top: 30px
}
.block_5pm_text_2 {
    box-shadow: 8px 0 30px  rgba(77, 89, 108, 0.24);
}
.f-feat li{
    margin-bottom: 15px !important;
    display: block !important;
    position: relative;
    /*padding-left: 20px !important;*/
}
.f-feat li:before{
    position: absolute;
    top: 8px;
    left: -20px
}
.btn-bargains {
    position: absolute;
    top: 310px;
    right: 35px;
    z-index: 9;
    border-radius: 0 !important;
    padding: 10px 54px !important;
}

#benefits {
    padding-top: 100px !important;
    font-weight: 400
}

.block_info_desc_2 {
    margin-top: 40px !important;
}
.block_tool {
    /*margin-top: 30px;*/
    overflow: hidden
}
.block_tool .block_5pm_area {
    margin-top: 40px
}
.block_tool .block_5pm_bg{
    clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0% 100%);
    background: #b4c8d8;
}
.block_tool .block_tool_over{
    /*border: 1px solid red;*/
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 410px;
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
    background: #fff;
    /*margin-bottom: -50%*/

    /*opacity: 0.5*/
}
.bigc_wrap_text {
    color: rgba(85, 107, 120, 1.00);
    font-size: 16px;
    line-height: 1.6
}
.bigc_wrap_text br {
    margin-bottom: 10px
}
#benefits {
    padding-top: 70px
}
.block_tool .block_tool_over_blue{
    /*border: 1px solid red;*/
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 460px;
    clip-path: polygon(0% 30%, 100% 10%, 100% 100%, 0% 100%);
    background: rgba(66, 115, 155, 0.4);
    /*opacity: 0.5*/
}
.block_info_desc_2 {
    margin-top: 20px;
    font-size: 16px;
    color: #566b78
}
.tool_list {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap
}

.tool_list li {
    /*outline: 1px solid red;*/
    width: 50%;
    list-style: inside;
    list-style: none;
    font-size: 16px;
    color: #566b78;
    margin: 5px 0;
    position: relative;
    display: flex;
    gap: 10px;
    align-items: center;
}

.tool_list li:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 3px;
    background: #6a8ca2;
    flex-shrink: 0;

}

.block_tool_front {
    /*outline: 1px solid red;*/
    background: #e8edf1;
    clip-path: polygon(0% 0%, 100% 15%, 100% 80%, 0% 100%);
    min-height: 200px;
    margin-top: 25px;
    padding: 80px 0 120px;
    transition: all 0.3s linear;
}

.block_tool_front.opened {
    clip-path: polygon(0% 0%, 100% 5%, 100% 95%, 0% 100%);
}

.block_tool_front .second-row {
    margin-top: 30px;
}

.block_tool_front .block_info_title {
    text-align: center;
    font-size: 32px;
    color: #1381ae;
    margin-bottom: 40px
}

.block_tool_front .block_info_desc {
    margin-top: 10px
}
.tool-front-wrap {
    display: flex;
    gap: 20px
}
.tool-front-wrap .tool-front-icon {
    width: 111px;
    height: 155px;
    /*outline: 1px solid red;*/
    background-image: url("../images/toolfront/toolfront_icons.svg");
    background-size: 593px 174px;
    background-repeat: no-repeat;
    flex-shrink: 0
}

.tool-front-wrap .tool-front-icon.orders {
    background-position: -156px 0 ;
}
.tool-front-wrap .tool-front-icon.transfers {
    background-position: -465px 0 ;
}

.tool-front-wrap .tool-front-icon.returns {
    background-position: -300px 0 ;
}
.tool-front-wrap .tool-front-icon.disc {
    background-position: -6px 0 ;
}

.tool-front-title {
    color: #566b78;
    font-size: 22px;
    font-weight: bold;
    padding-left: 5px
}

.tool-front-content {
    width: 100%;
    flex: 1 1 0;
    /*outline: 1px solid green;*/
    padding-right: 110px ;
}

.tool-front-desc {
    color: #566b78;
    font-size: 14px;
    border-bottom: 1px solid #566b78;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 5px
}

.tool-front-list {
    color: #566b78;
    font-size: 14px;
    list-style: inside;
    list-style: none;
    padding-left: 5px
}

.tool-front-list li{
    display: flex;
    gap: 10px;
    align-items: center;
}

.tool-front-list li:before{
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 2px;
    background: #6a8ca2;
    flex-shrink: 0;
}

.block_tool_front_button {
    margin-top: 50px;
    overflow: hidden
}

.f_full_list_wrap .f_full_list{
    margin-top: 30px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 1.5s cubic-bezier(.07,.78,.35,1.34)
}

.block_tool_front.opened .f_full_list_wrap .f_full_list{
    max-height: 1200px;
}

.block_tool_front.opened .block_tool_front_sep {
    display: flex
}
.block_tool_front.opened .block_tool_front_button{
    display: none
}
.f_full_list li {
    /*outline: 1px solid red;*/
    /*width: 50%;*/
    list-style: inside;
    list-style: none;
    font-size: 16px;
    color: #566b78;
    margin: 2px 0;
    position: relative;
    display: flex;
    gap: 10px;
    align-items: center;
}

.f_full_list li:before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 2px;
    background: #6a8ca2;
    flex-shrink: 0;
}

.f_full_list_text {
    text-align: center;
    font-size: 16px;
    color: #566b78;
    text-align: center;
    display: block;
    margin-top: 20px
}

.bigc_filters_btn_area {
    text-align: center;
    margin-top: 20px
}

.block_tool_front_sep {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 30px
}

.block_tool_front_sep span{
    width: 10px;
    height: 10px;
    border-radius: 50em;
    background: #c8cdde;
}
/*.splide {*/
/*    visibility: visible !important;*/
/*}*/

.splide{
    margin-bottom: 50px
}
/*.screen-item {*/
/*    display: inline-flex;*/
/*    flex-direction: column;*/
/*}*/
.screen-item img {
    height: 100%;
    width: auto;
    /*max-width: 200px;*/
    max-height: 100%
}

.screen-item a {
    display: flex;
    flex-direction: column;
    height: calc(100% - 35px);
    /*border: 1px solid green*/
}

.screen-item a span{
    flex-shrink: 0;
    /*border: 1px solid green;*/
    text-align: center;
    height: 15px;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #93abba;
    font-size: 16px;
    margin-top: 15px;
    text-decoration: none !important;
}
.splide__track {
    padding: 10px 0
}
.splide__slide {
    padding: 4px;
    background: #fff;
    /*border: 1px solid #e2e5e8;*/
    transition: all 0.1s ease;
    /*display: inline-flex*/
}

.splide__slide img{
    padding: 4px;
    background: #fff;
    border: 1px solid #e2e5e8;
    transition: all 0.2s ease;
    /*display: inline-flex*/
}
.splide__slide:hover img {
    border-color: #81bee8;
    box-shadow:
            0px 2.3px 0.5px rgba(0, 0, 0, 0.014),
            0px 3.3px 1.1px rgba(0, 0, 0, 0.02),
            0px 3.4px 2.8px rgba(0, 0, 0, 0.026),
            0px 5px 13px rgba(0, 0, 0, 0.04)
;

}

.splide__slide:hover a {
    text-decoration: none;
    color: #566b78;
}
.splide__slide:hover a span{
    text-decoration: none;
    color: #566b78;
}
.splide__slide.is-active  img{
    border-color: #81bee8;
    transform: scale(1.05);
}

.splide__slide.is-active  a span{
    color: #566b78;
}

.splide__pagination {
    transform: translateY(30px);
}
.splide__pagination__page.is-active {
    background: #81bee8 !important;
}

.splide__arrow[disabled]{
    visibility: hidden;
}
.screens-title .block_info_title{
    text-align: center;
    color: rgba(134, 134, 134, 1.00);
    font-weight: 400
}

.screens-title .block_info_desc{
    text-align: center;
    margin-bottom: 30px;
}
.screen_desc {
    font-size: 24px;
    color: rgba(41, 46, 49, 1.00);
    margin-top: 15px
}


/*adaptive*/
@media only screen and (max-width: 992px) {
    .header-nav-wrap > div {
        display: none
    }
    .tool-header-menu {
        height: 55px
    }
    .header-nav-wrap {
        justify-content: center;
    }
    .header-nav-wrap .sch-bt {
        display: flex !important;
    }

    .block_tool .block_5pm_bg {
        clip-path: polygon(0% 0%, 100% 3%, 100% 100%, 0% 100%);
    }
    .block_tool .block_5pm_area {
        margin-top: 100px !important;
    }
    .block_tool .block_tool_over {
        height: 250px
    }
    .block_tool .block_tool_over_blue {
        height:280px;
    }
    .block_tool_front {
        clip-path: polygon(0% 0%, 100% 5%, 100% 95%, 0% 100%);
        padding: 80px 0 60px
    }
    .tool-front-content {
        margin-bottom: 20px;
    }
    .block_tool_front .second-row {
        margin-top: 0
    }

}

@media only screen and (max-width: 992px) {
    .header-img img {
        max-height: calc(2* var(--space))
    }
    .header-img .ashley-logo {
        max-height: calc(1.5* var(--space))
    }

    .site-slogan {
        font-size: calc(1.6* var(--space))
    }
    .header-list-wrap {
        display: none
    }

    .free-demo-form-wrap {
        width: 100%;
        right: 0
    }
    .header-img.logo {
        /*width: 50%;*/
        /*right: 25%*/
    }
    .header-img.logo span{
        display: none
    }
    header {
        height: 700px
    }
    .block_tool .block_5pm_area {
        margin-top: 50px !important;
    }
    .block_tool .block_tool_over {
        height: 150px;
    }

    .block_tool .block_tool_over_blue {
        height: 170px
    }



    .tool_list li {
        width: 100%
    }

    /*.tool-front-icon {*/
    /*    display: none*/
    /*}*/
    .tool-front-content {
        padding-right: 0
    }

    .block_tool_front.opened {
        clip-path: polygon(0% 0%, 100% 2%, 100% 98%, 0% 100%);
    }

    .free-demo-form {
        padding-top: 6px
    }


}
@media only screen and (max-width: 600px) {
    .header-img {
        margin-top: 10px;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .header-img img {
        max-height: calc(1.5* var(--space))
    }
    .header-img .ashley-logo {
        max-height: calc(1.2* var(--space))
    }

    .demo-page-title {
        font-size: calc(1.2* var(--space))
    }
    .demo-page-help {
        font-size: calc(0.9* var(--space))
    }
    body.demo header.tool-header {
        height: unset !important;
    }
}


@media only screen and (max-width: 565px) {
    body.b-orange .orange5-logo {
        width: 160px;
        transform: translateY(4px);
        margin-right: 0
    }

     body.b-orange .header-img img {
        max-height: calc(2* var(--space))
    }
     .header-img:has(.shopify-logo) {
         margin-top: 3px
     }

     body.b-orange .plus-logo {
        margin: 0 3vw;
    }
    .block_5pm_area {
        margin-bottom: 30px
    }
    .btn-bargains {
        bottom: 5vw;
        top: auto;
        right: 50%;
        transform: translateX(50%);
        padding: 10px 7vw
    }
    .demo-page-form .form-group {
        flex-direction: column;
        align-items: flex-start;
        /*justify-content: normal;*/
    }
    .demo-page-form .form-group label{
        width: 100%;
        text-align: left;
        /*justify-content: normal;*/
    }
    .demo-page-form .stock-out {
        margin-left: 0;
        flex-direction: row;
        align-items: center;
    }
    .demo-contact {
        display: block;
        padding: 10px 0 0 0
    }
    .demo-contact > * {
        display: inline;
    }
    header {
        height: 640px !important;
    }

    .block_info_title {
        font-size: 28px !important;
    }

    .block_info_desc {
        font-size: 20px !important;
        line-height: 24px;
    }

    .tool_list {
        padding-left: 10px;
        line-height: 1.1;
    }
    .tool-front-wrap {
        flex-direction: column;
        gap: 2px;
        align-items: center !important;
    }
    .tool-front-icon {
        transform: scale(0.85) !important;
        transform-origin: bottom center !important;
        height: 142px !important;
        /*width: 80px !important;*/

        /*background-size: 493px auto !important;*/
    }

    .f_full_list {
        padding-left: 10px
    }
    .nav-up .free-demo-form {
        bottom: 0 !important;
        opacity:1 !important;
        pointer-events: auto !important;
    }
}

.partners_area .partners_title {
    font-size: 24px
}

.partners .hov .title {
    white-space: normal !important;
    line-height: 1.1;
    margin-bottom: 20px
}


@media screen and (max-device-width: 940px) and (orientation: landscape) {
    .nav-up .free-demo-form {
        opacity: 1 !important;
        pointer-events: auto !important;
    }
}