#scroll,
.heading-menu,
#customers,
#allFea,
.btmBar {
    display: none !important;
}

:root {
    --text-black: #231F20;
    --text-light: #FFF;
    --button-red: #F0473D;
    --h1-font-size: 42px;
    --h2-font-size: 44px;
    --h3-font-size: 32px;
    --h4-font-size: 20px;
    --p-font-size: 17px;
    --large-font-weight: 600;
    --medium-font-weight: 500;
    --small-font-weight: 400;
    --xs-font-weight: 300;
    --h1-line-height: 72px;
    --h2-line-height: 54px;
    --h3-line-height: 48px;
    --h4-line-height: 30px;
    --p-line-height: 26px;
    --cta-font-size: 17px;
}

.dummies h1 {
    font-size: var(--h1-font-size);
    font-weight: var(--large-font-weight);
    color: var(--text-black);
    line-height: var(--h1-line-height);
    margin: 0 0 5px;
    position: relative;
}

.dummies h1:before {
    position: absolute;
    /* content: ""; */
    background:url(../../products/desktop-central/images/dummies-header-stroke.svg);
    width: 290px;
    height: 34px;
    bottom: -19px;
    right: 15px;
    background-repeat:no-repeat;
}

.dummies h2 {
    font-size: var(--h2-font-size);
    font-weight: var(--medium-font-weight);
    color: var(--text-black);
    line-height: var(--h2-line-height);
    margin: 0 auto 0px;
}

.dummies.overview h2 {
    max-width: 900px;
    margin: 0 auto 30px;
}

.dummies.overview h2 .green {
    color: #56ab3e;
}

.dummies.guide h2 {
    margin-bottom: 50px;
    position: relative;
    width: max-content;
}

.dummies.how-to h2 {
    position: relative;
    text-align: left;
    z-index: 2;
    line-height: 67px;
}

.dummies.how-to h2:before {
    position: absolute;
    content: "";
    background:url(../../products/desktop-central/images/dummies-how-to-stroke.svg);
    width: 114px;
    height: 17px;
    bottom: -5px;
    right: 152px;
}
.dummies.guide h2:before {
    position: absolute;
    content: "";
    background:url(../../products/desktop-central/images/dummies-guide-stroke.svg);
    width: 164px;
    height: 19px;
    bottom: -16px;
    left: 0px;
    margin: auto;
    background-repeat: no-repeat;
    background-size: contain;
}

.dummies h3 {
    font-size: var(--h3-font-size);
    font-weight: var(--medium-font-weight);
    color: var(--text-black) !important;
    line-height: var(--h3-line-height);
}

.dummies h4 {
    font-size: var(--h4-font-size);
    font-weight: var(--small-font-weight);
    color: var(--text-black);
    line-height: var(--h4-line-height);
    margin: 0px;
}

.dummies p {
    font-size: var(--p-font-size);
    font-weight: var(--xs-font-weight);
    color: var(--text-black);
    line-height: var(--p-line-height);
    margin: 0 0 20px;
}
.edi-btn inputgroup span sup {
    color: red;
    font-size: 10px;
}
.dummies{
    margin:60px 0px;
    text-align: center;
    position: relative;
}

.dummies.banner {
    padding: 40px 0px 0px;
    background: url(../../products/desktop-central/images/dummies-header-background.svg);
    margin: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    width: -webkit-fill-available;
    background-position: center bottom;
}

.dummies.banner .banner-content {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
    margin: auto;
}

.dummies.banner .banner-content-left {
    width: 680px;
    text-align: left;
    height: 780px;
}

.dummies .banner-content-left .tag {
    color: #231F20;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px; /* 21.6px */
    text-transform: uppercase;
    background: url(../../ems/images/icon/tag-icon.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: max-content;
    padding: 8px 20px 8px 10px;
}

.dummies.banner .banner-content-left img {
    width: 550px;
    height: 721px;
    /* margin: 20px 0 0px; */
    object-fit: contain;
    left: -70px;
    position: relative;
}
.dummies.banner .banner-content-right {
    width: calc( 100% - 730px);
    text-align: left;
}
.dummies .signup-form {
    border-radius: 16px;
    border: 1px solid #C7E7C3;
    background: #FFF;
    padding: 40px;
}
.dummies.overview {
    max-width: 1200px;
    margin: 60px auto 80px;
}

.dummies.overview p {
    max-width: 890px;
    margin: 0px auto 20px;
}

.dummies.guide {
    margin: 80px 0px;
    z-index: 3;
}

.dummies.how-to {
    background: #ECF7EB;
    padding: 60px 0px;
    margin: 0px;
    overflow: hidden;
}

.dummies.footer {
    background: linear-gradient(180deg, #FFF 0%, #ECF7EB 100%);
    padding: 60px 0px;
    margin: 0px;
    max-width: unset;
    text-align: center;
}

.dummies.footer h3 {
    max-width: 840px;
    margin: 0px auto 20px !important;
}
.dummies .cta {
    background-color: var(--button-red) !important;
    text-decoration: none;
    color: var(--text-light);
    font-size: var(--cta-font-size) !important;
    font-weight: var(--small-font-weight);
    position: relative;
    line-height: normal !IMPORTANT;
    display: inline-flex;
    align-items: center;
    min-width: 105px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    justify-content: center;
    padding: 14px 24px !important;
    gap: 10px;
    border-radius: 4px !important;
    font-family: 'ZohoPuvi';
}

.dummies .fbutton .cta {
    width: 100% !important;
}

.dummies .cta:hover {
    text-decoration: none;
}

.dummies.guide h4{
    max-width: 490px;
    margin: 0px auto 42px;
}

.dummies .flex{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    align-content:center;
    max-width: 1200px;
    margin: auto;
}

.dummies.how-to .flex {
    justify-content: space-between;
}

.dummies.guide .flex {
    gap: 20px;
}

.dummies .flex .box {
    border-radius: 16px;
    border: 1px solid #D9EFD7;
    background: #FFF;
    padding: 16px;
    max-width: 250px;
    text-align: left;
}

.dummies .flex .box img {
    margin: 0 0 12px;
    object-fit: contain;
}

.dummies .flex .box p {
    margin: 0px;
}

.dummies.how-to .flex .image{
    width: 500px;
    position: relative;
    min-height: 490px;
}

.dummies.how-to .flex .image img {
    width: 700px;
    height: 660px;
    position: absolute;
    top: -10px;
    left: -140px;
    /* z-index: 1; */
}
.dummies.how-to .flex .content{
    width: calc( 100% -  540px);
}
.dummies.how-to .list li img{
    width:42px;
    height:auto;
    margin: 0 16px 0px 0px;
}
.dummies.how-to .list li{
    display: flex;
    text-align: left;
    padding: 24px 16px;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #C7E7C3;
}
.dummies.how-to .list{
    list-style-type: none;
}
.dummies .consent_msg{
    font-size: 12px;
    line-height: 18px;
    margin: 10px 0px;
    max-width: 100%;
}
.dummies b{
    font-weight:600;
}

.dummies .edi-btn inputgroup label{
    display:none !important;
}

.dummies .edi-btn inputgroup{
    margin-bottom: 15px;
}

.dummies .edi-btn inputgroup.button {
    margin-bottom: 0px;
}

.dummies .edi-btn inputgroup div {
    margin-bottom: 10px;
    color: #231F20;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; /* 25.5px */
}

.dummies .edi-btn inputgroup div.fbutton {
    margin-bottom: 0px;
}

.dummies .edi-btn inputgroup.half {
    width: 47%;
    margin: 0px;
    padding-right: 0px;
}

.dummies .edi-btn inputgroup.half.select select{width: 100% !important;}
.edi-btn inputgroup.half input{
    width: 89% !important;
    border-right-color: #dfdfdf !important;
}
.dummies .edi-btn inputgroup.half-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.dummies .edi-btn inputgroup select{
    margin-top: 0px !important;
    color: #999;
}

.dummies .edi-btn inputgroup.select.focus select{
    color: #000;
}

.dummies .edi-btn inputgroup#budget-option.select:after,.dummies .edi-btn inputgroup#contact-option.select:after{
    top: 56px;
}
.dummies select option:disabled {
    color: #999;
}
@media(max-width:1050px) {
    .dummies.banner .banner-content-left{
        width:100%;
        text-align: center;
    }
    .dummies.banner .banner-content-right{
        width:100%;
    }
    .dummies .banner-content-left .tag{
        left: 100px;
        position: relative;
    }
    .dummies h1:before{
        right: 320px;
    }
    .dummies.how-to .flex{
        padding: 0px 40px;
    }
}
@media(max-width:770px) {
    .dummies h1:before{
        right: 60px;
    }
    .dummies.overview{
        margin: 60px 20px 80px;
    }
    .dummies.how-to .flex .image{
        width:100%;
    }
    .dummies.how-to .flex .content{
        width:100%;
    }
    .dummies.how-to h2{
        text-align:center;
    }
    .dummies.how-to .flex .image img{
        left: 0px;
    }
    .dummies.banner .banner-content-left img{
        left:-20px;
    }
}
@media(max-width:450px) {
    :root{
        --h2-font-size: 37px;
    }
    .dummies.banner .banner-content-left img{
        width:100%;
        margin: auto;
    }
    .dummies .edi-btn inputgroup.half{
        width: 46%;
    }
    .dummies.how-to .flex{
        padding:0px;
    }
    .dummies.how-to .flex .image img{
        left: -50px;
        width: 550px;
    }
    .dummies.how-to h2:before{
        right: 50px;
    }
}