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

.w-embed-youtubevideo {
    width: 100%;
    position: relative;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
    background-size: cover;
    background-position: 50% 50%;
}

    .w-embed-youtubevideo:empty {
        min-height: 75px;
        padding-bottom: 56.25%;
    }

body {
    padding-right: 15px;
    padding-left: 15px;
    direction: rtl;
    font-family: Arimo, sans-serif;
    color: #333;
    font-size: 18px;
    line-height: 29px;
    text-align: right;
}

h1 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: ibm-plex-sans-hebrew, sans-serif;
    font-size: 55px;
    line-height: 64px;
    font-weight: 200;
}

h2 {
    max-width: 700px;
    margin-top: 20px;
    margin-bottom: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 42px;
    line-height: 50px;
    font-weight: 700;
}

h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 34px;
    font-weight: 300;
    text-align: left;
}

h4 {
    max-width: 700px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 300;
}

h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 23px;
    line-height: 31px;
    font-weight: 400;
}

p {
    margin-bottom: 20px;
}

a {
    margin-bottom: 40px;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
    color: #25bcca;
    text-decoration: underline;
}

    a:hover {
        color: #1e949e;
    }

.mycontain {
    display: block;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 25px;
    padding-bottom: 25px;
}

.styletitle {
    margin: 20px 15px 30px;
    border-bottom: 1px solid #d4d4d4;
    font-size: 14px;
    text-transform: uppercase;
}

.flexcolwrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .flexcolwrap.inversecolors {
        padding-top: 26px;
        padding-bottom: 0px;
        background-color: #25bcca;
    }

.flex2col {
    width: 50%;
    margin-bottom: 15px;
    padding: 10px 15px;
}

.heading {
    font-size: 55px;
    line-height: 64px;
}

.stylename {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #d4d4d4;
    border-bottom: 0px none #d4d4d4;
    color: #d4d4d4;
    font-size: 14px;
    text-transform: uppercase;
}

.heading-2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

.small-p {
    margin-bottom: 10px;
    color: #9b9b9b;
    font-size: 15px;
    line-height: 25px;
}

.colorbox {
    display: inline-block;
    width: 150px;
    height: 150px;
    margin-right: 25px;
}

    .colorbox.blackcolor {
        margin-left: 0px;
        background-color: #000;
    }

    .colorbox.brandmaincolor {
        background-color: #25bcca;
    }

    .colorbox.brand2ndcolor {
        background-color: #1e949e;
    }

    .colorbox.darkgreycolor {
        background-color: #9b9b9b;
    }

    .colorbox.lightgreycolor {
        background-color: #d4d4d4;
    }

.flex3col {
    width: 33.333%;
    margin-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
}

    .flex3col.textlinkcol {
        padding-top: 19px;
    }

.cta-button {
    border-radius: 5px;
    background-color: #25bcca;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

    .cta-button:hover {
        background-color: #1e949e;
        color: #fff;
    }

    .cta-button.ghost-button {
        border: 1px solid #25bcca;
        background-color: transparent;
        color: #25bcca;
    }

        .cta-button.ghost-button:hover {
            border-color: #25bcca;
            background-color: #25bcca;
            color: #fff;
        }

        .cta-button.ghost-button.inverse-ghost {
            border-color: #fff;
            color: #fff;
        }

            .cta-button.ghost-button.inverse-ghost:hover {
                background-color: #fff;
                color: #25bcca;
            }

    .cta-button.inverse-button {
        background-color: #fff;
        color: #25bcca;
    }

        .cta-button.inverse-button:hover {
            background-color: #1e949e;
            color: #fff;
        }

.invese-link {
    color: #fff;
}

.coldummycolor {
    background-color: #d4d4d4;
}

.popbg {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 500;
    display: none;
    -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;
    background-color: rgba(0, 0, 0, 0.77);
    opacity: 0;
}

.popwindow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 400px;
    height: 400px;
    padding: 17px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
}

.hero {
    height: 700vh;
    background-color: #25bcca;
    color: #fff;
}

.hero-section {
    position: static;
    right: -12px;
    bottom: -309px;
    display: block;
    width: 100%;
    height: 100vh;
    max-width: none;
    min-height: auto;
    min-width: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    background-image: url('../images/netzer2go-bg-12.jpg');
    background-position: 30% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -o-object-fit: cover;
    object-fit: cover;
}

.hero-section0 {
    background-image: url('../images/tradein.gif');
}

.hero-image {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-height: none;
    margin-right: auto;
    margin-left: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    text-align: center;
    -o-object-fit: cover;
    object-fit: cover;
}

.heading-3 {
    position: static;
    display: inline-block;
    width: 300px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    opacity: 1;
    direction: rtl;
    font-family: Arimo, sans-serif;
    color: #4eadff;
    font-size: 50px;
    line-height: 48px;
    font-weight: 700;
    text-align: right;
}

.heading-4 {
    position: static;
    display: block;
    width: 310px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    font-family: Arimo, sans-serif;
    color: #666;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
}

.image {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.button {
    margin: 17px auto 6px;
    padding: 15px 20px;
    float: right;
    border-radius: 10px;
    background-color: #4eadff;
    font-family: Arimo, sans-serif;
    text-align: left;
}

    .button.menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0px auto;
        padding: 15px 20px;
        -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-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
        background-color: #4eadff;
        font-family: Arimo, sans-serif;
        line-height: 29px;
        text-align: center;
    }

        .button.menu.w--current {
            margin-top: 0px;
        }

    .button.order {
        margin: 0px 0px 9px 50px;
        padding-top: 0px;
        padding-bottom: 0px;
        line-height: 13px;
    }

    .button.article {
        margin-bottom: 100px;
        background-color: #283791;
    }

    .button.head {
        position: static;
        display: inline-block;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 40px;
    }

    .button.head-copy {
        margin-right: 0px;
        opacity: 0;
    }

    .button.head-copy {
        margin-right: 0px;
    }

.navlink {
    margin-bottom: 0px;
    padding: 17px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #283791;
}

.navbar {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 100;
    width: 100%;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 0px;
    background-color: #f1f3f7;
}

.menu-button {
    display: none;
}

.nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-right: 34px;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: right;
}

.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-bottom: -10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer-link {
    display: block;
    min-width: 70px;
    margin-right: 85px;
    margin-bottom: 14px;
    padding-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-decoration: none;
}

.div-block {
    text-align: right;
}

.footer-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 620px;
    margin-top: -135px;
    margin-right: 130px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.div-block-2 {
    border-radius: 20px;
    background-color: #4eadff;
}

.footer-cta {
    display: none;
    width: 300px;
    margin-top: 24px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 27px;
    border-radius: 20px;
    background-color: #4eadff;
}

.heading-5 {
    max-width: 240px;
    color: #000;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.footer {
    display: block;
    width: 100%;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 337px;
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: end;
    -ms-flex-line-pack: end;
    align-content: end;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    background-color: #f1f3f7;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
}

.image-2 {
    position: static;
    right: 609px;
    display: none;
    float: left;
    opacity: 0;
}

.footer-image {
    max-width: 1100px;
    margin-right: 109px;
    text-align: left;
}

.image-3 {
    display: block;
    margin-right: 20px;
}

.image-4 {
    margin-top: 10px;
    padding-top: 0px;
}

.order-demo {
    width: 100%;
    margin-top: 0px;
    padding-top: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

    .order-demo.about-company {
        padding-top: 0px;
    }

.about-company-contain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url('../images/order-demo-bg.jpg');
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

    .about-company-contain.order-demo {
        display: block;
        height: 100%;
        margin-top: 0px;
        padding-bottom: 174px;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(6%, #20455e), color-stop(56%, transparent)), url('../images/about-company-bg.jpg');
        background-image: linear-gradient(180deg, #20455e 6%, transparent 56%), url('../images/about-company-bg.jpg');
        background-position: 0px 0px, 50% 100%;
        background-size: auto, cover;
        background-repeat: repeat, no-repeat;
    }

.heading15 {
    display: inline-block;
    width: 700px;
    margin-right: auto;
    margin-bottom: 53px;
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-family: Arimo, sans-serif;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 400;
    text-align: center;
}

.body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.heading-6 {
    max-width: 700px;
}

.heading-7 {
    max-width: 740px;
    margin-bottom: 37px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #666;
    font-size: 17px;
}

.heading-8 {
    margin-top: 76px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #283791;
    font-size: 40px;
    font-weight: 700;
}

    .heading-8.order-demo-text {
        margin-right: 475px;
        padding-right: 0px;
    }

.heading-9 {
    color: #000;
    font-size: 23px;
    font-weight: 700;
}

    .heading-9.about-sub {
        width: 50%;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        text-align: center;
    }

.order-demo-section {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

.order-demo-contain {
    display: block;
    width: auto;
    max-width: 1100px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    -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;
    background-image: url('../images/order-demo.png');
    background-position: 50% 50%;
    background-size: 1440px 799px;
    background-repeat: no-repeat;
}

.div-block-4 {
    position: static;
    left: -442px;
    display: inline-block;
    height: 230px;
    max-height: none;
    min-width: 500px;
    margin: 0px auto;
    padding-top: 105px;
    padding-bottom: 127px;
    float: none;
    clear: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 8px 8px 20px 0 rgba(0, 0, 0, 0.4);
}

.form-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 33px;
    -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;
}

.text-field {
    display: block;
    height: auto;
    max-width: 200px;
    margin-right: auto;
    margin-left: 25px;
    padding-right: 27px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 10px;
    background-color: #e2e7e9;
    font-size: 19px;
    line-height: 35px;
}

    .text-field.name {
        margin-right: 50px;
        margin-left: 25px;
    }

.submit-button {
    float: left;
    clear: left;
}

.form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.field-label {
    clear: none;
}

.order-demo-heading {
    position: relative;
    right: 825px;
    bottom: -21px;
}

.heading-10 {
    max-width: 410px;
}

    .heading-10.order-text {
        position: static;
        left: -141px;
        bottom: -63px;
        max-width: 300px;
        margin: -66px auto 0px;
        padding-right: 0px;
        float: none;
        font-size: 20px;
        text-align: center;
    }

.hero-left-contain {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 239px;
    float: left;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.products-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 3px;
    margin-bottom: 0px;
    padding-top: 0px;
    background-color: #f1f3f7;
}

.products-contain {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
}

.heading-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 330px;
    height: 540px;
    border-radius: 20px;
    background-color: #b29090;
    text-align: right;
}

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

.product-item-contain {
    width: 330px;
    height: 500px;
    min-height: auto;
    padding: 25px;
    border-radius: 20px;
    background-color: transparent;
    box-shadow: 1px 1px 10px -4px #283791;
}

    .product-item-contain.mobile {
        height: 500px;
        margin-bottom: 44px;
    }

.heading-12 {
    text-align: right;
}

.heading-13 {
    width: 266px;
}

.product-long {
    width: 266px;
    margin-top: 20px;
    color: #9b9b9b;
    font-size: 16px;
    font-weight: 400;
}

.product-short {
    margin-top: 41px;
    font-size: 20px;
}

.product-title {
    display: inline-block;
    font-weight: 400;
    text-align: right;
}

.netzer-image {
    margin-right: 0px;
    float: left;
    text-align: left;
}

.div-block-5 {
    margin-top: 26px;
    border-top: 2px solid #4eadff;
    background-color: #4eadff;
}

.heading-14 {
    display: block;
    margin: 34px auto 43px;
    color: #000;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
}

.support-section {
    width: 100%;
}

.div-block-6 {
    margin-right: auto;
    margin-left: auto;
}

.support-contain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50vh;
    max-height: none;
    min-height: 700px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 0px;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    background-color: #4eadff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 27, 1, 0.41)), to(rgba(78, 173, 255, 0.1))), url('../images/43777120714_11b52a47cf_k.jpg');
    background-image: linear-gradient(180deg, rgba(0, 27, 1, 0.41), rgba(78, 173, 255, 0.1)), url('../images/43777120714_11b52a47cf_k.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.youtube-link {
    position: relative;
    z-index: auto;
    display: block;
    width: 300px;
    height: auto;
    max-height: 700px;
    min-height: auto;
    min-width: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    clear: none;
    -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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 0px;
    box-shadow: 6px 6px 10px 3px rgba(0, 0, 0, 0.3);
    text-align: center;
    -o-object-fit: contain;
    object-fit: contain;
}

.support-container {
    display: -ms-grid;
    display: grid;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: none;
    -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;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    text-align: center;
}

    .support-container.contain {
        display: block;
        margin-right: auto;
        margin-left: auto;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

.contact-section {
    width: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px;
    background-color: #f1f3f7;
}

.div-block-7 {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
}

.contact-contain {
    max-width: 960px;
    margin-top: 24px;
    margin-right: auto;
    margin-left: auto;
}

.contact-form-container {
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr 2fr 1fr;
    grid-template-columns: 1fr 2fr 1fr;
    background-color: #f1f3f7;
}

.form-block-2 {
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 0px;
}

.footer-contain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background-color: #283791;
}

.section-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 0px;
    background-color: #283791;
}

.logo-cta-contain {
    margin-bottom: 318px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.logo-footer {
    max-width: 30%;
}

.image-6 {
    min-width: 230px;
    margin-top: 59px;
    margin-right: 79px;
}

.products-container {
    max-width: 1100px;
}

.text-field-2 {
    width: 400px;
}

.text-field-3 {
    width: 400px;
}

.text-field-4 {
    width: 400px;
}

.text-field-5 {
    width: 400px;
}

.text-field-6 {
    width: 400px;
}

.button-2 {
    display: block;
}

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

.map {
    height: 100%;
    min-height: auto;
}

.form-2 {
    position: static;
    top: -108px;
    padding: 0px;
    background-color: #f1f3f7;
}

.contact-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -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;
}

.heading-15 {
    display: inline-block;
    margin-top: 133px;
    margin-bottom: 67px;
    padding: 26px;
    border-style: solid;
    border-width: 2px;
    border-color: #f1f3f7;
    font-family: Arimo, sans-serif;
    color: #f1f3f7;
    font-size: 40px;
    font-weight: 700;
}

    .heading-15.demo-movies {
        display: inline-block;
        margin-top: 28px;
        margin-bottom: 33px;
        border-color: #f1f3f7;
        color: #fff;
    }

.div-block-9 {
    margin-top: 0px;
    margin-bottom: 1px;
    padding-top: 0px;
}

.order-demo-title {
    margin-bottom: 32px;
    padding-top: 12px;
}

.hero-container {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    height: 100vh;
    max-width: none;
    min-height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: right;
}

.hero-right-contain {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    float: left;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.heading-3-copy {
    margin-top: 186px;
    margin-right: 0px;
    margin-bottom: 10px;
    opacity: 0;
    direction: rtl;
    font-family: Heebo, sans-serif;
    color: #283791;
    font-size: 50px;
    line-height: 60px;
    font-weight: 200;
    text-align: right;
}

.heading-4-copy {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    opacity: 0;
    font-family: Heebo, sans-serif;
    font-size: 33px;
    line-height: 1.2;
    font-weight: 100;
}

.hero-right-contain-copy {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    float: left;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.heading-3-copy {
    display: none;
    margin-top: 186px;
    margin-right: 0px;
    margin-bottom: 10px;
    opacity: 1;
    direction: rtl;
    font-family: Heebo, sans-serif;
    color: #283791;
    font-size: 50px;
    line-height: 60px;
    font-weight: 200;
    text-align: right;
}

.heading-4-copy {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    font-family: Heebo, sans-serif;
    font-size: 33px;
    line-height: 1.2;
    font-weight: 100;
}

.email {
    color: #f1f3f7;
}

.text-span {
    color: #4eadff;
}

.utility-page-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    -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;
}

.utility-page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 260px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.utility-page-form {
    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;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.netzer2go-image {
    margin-right: 0px;
    float: left;
    text-align: left;
}

.mynezer-image {
    margin-right: 0px;
    float: left;
    text-align: left;
}

.infonezer-image {
    margin-right: 0px;
    float: left;
    text-align: left;
}

.speedonezer-image {
    margin-right: 0px;
    float: left;
    text-align: left;
}

.nezer-link-image {
    margin-right: 0px;
    float: left;
    text-align: left;
}

.footer-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
    padding-bottom: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: center;
}

.footer-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
}

.footer-logo-link-2 {
    max-height: 60px;
    min-width: 60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.footer-image-2 {
    display: block;
    width: 614px;
    height: 104.25px;
    float: none;
    clear: none;
    text-align: left;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
}

.footer-heading {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
}

.footer-link-2 {
    display: block;
    margin-bottom: 10px;
    color: #444;
    text-decoration: none;
}

    .footer-link-2:hover {
        text-decoration: underline;
    }

.container-2 {
    margin-right: auto;
    margin-left: auto;
}

.divider {
    width: 1100px;
    margin: -345px auto 55px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-style: solid;
    border-width: 1px;
    border-color: #fff #000;
    text-align: center;
}

.div-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.address {
    margin-bottom: 10px;
    font-size: 20px;
    text-align: center;
}

    .address.contact-title {
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 40px;
    }

.siri {
    margin-top: 0px;
    font-size: 20px;
    text-align: center;
}

.image-7 {
    display: none;
}

.heading-16 {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 40px;
}

.team-viewer-contain {
    position: static;
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 1px 1px 12px 0 #000;
}

.teamviewer {
    padding: 30px;
}

    .teamviewer.info {
        padding: 0px;
        font-size: 20px;
        text-align: center;
    }

.teamviewer-icon {
    margin-right: auto;
    margin-bottom: -18px;
    margin-left: auto;
    text-align: center;
}

.teamviewer-icon-image {
    padding: 19px;
    border: 2px solid #4eadff;
    border-radius: 20px;
}

    .teamviewer-icon-image:hover {
        border-width: 2px;
        border-color: #283791;
    }

@media screen and (min-width: 1920px) {
    .footer-link {
        margin-right: 29px;
    }

    .footer-links {
        margin-right: 45px;
    }

    .hero-left-contain {
        padding: 0px;
        -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;
    }

    .footer-contain {
        max-width: 100vw;
        padding-bottom: 367px;
    }

    .section-2 {
        max-width: 100vw;
    }

    .logo-footer {
        margin-bottom: 2px;
    }

    .image-6 {
        margin-right: 0px;
    }

    .hero-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 303px;
        padding-right: 973px;
        -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;
        text-align: right;
    }

    .divider {
        max-width: 100vw;
    }
}

@media screen and (max-width: 991px) {
    .hero-section {
        height: auto;
        margin-top: 0px;
        background-image: url('../images/netzer2go-bg-09.jpg');
        background-position: 53% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .hero-section0 {
        background-image: none;
    }

    .heading-3 {
        margin-top: -29px;
        margin-right: 20px;
        margin-bottom: 20px;
        float: none;
        font-size: 40px;
    }

    .heading-4 {
        margin-right: 20px;
        margin-bottom: 20px;
        font-size: 20px;
    }

    .button.menu {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .button.head {
        margin-right: 20px;
        margin-bottom: 40px;
    }

    .navlink {
        margin-bottom: 0px;
        padding: 9px;
    }

        .navlink.w--current {
            margin-bottom: 0px;
        }

    .navbar {
        position: relative;
        top: 0px;
        z-index: auto;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .footer-link {
        margin-right: 11px;
    }

    .footer-links {
        display: none;
        min-width: 100px;
    }

    .footer-cta {
        display: block;
        margin-right: auto;
        margin-left: auto;
        float: none;
    }

    .footer {
        display: -ms-grid;
        display: grid;
        max-width: none;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        justify-items: start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        grid-auto-flow: row;
        grid-auto-columns: 1fr;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        text-align: right;
    }

    .image-4 {
        margin-top: 0px;
    }

    .order-demo {
        padding-top: 0px;
    }

        .order-demo.about-company {
            padding-top: 0px;
        }

    .about-company-contain {
        margin-top: 0px;
    }

        .about-company-contain.order-demo {
            margin-top: 0px;
        }

    .body {
        padding-top: 0px;
    }

    .heading-7 {
        overflow: hidden;
        max-width: 80%;
        margin-bottom: 20px;
        font-size: 15px;
    }

    .heading-8 {
        max-width: 80%;
        margin-top: 40px;
    }

        .heading-8.order-demo-text {
            position: relative;
            left: 57px;
            margin-left: -3px;
            text-align: right;
        }

    .heading-9.about-sub {
        overflow: hidden;
        width: 80%;
        max-width: 80%;
    }

    .div-block-4 {
        left: -44px;
        top: -50px;
        width: 630px;
        height: 320px;
    }

    .hero-left-contain {
        display: block;
        margin-right: auto;
        margin-left: auto;
        padding: 100px 0px 0px 100px;
        float: left;
    }

    .products-section {
        padding-top: 0px;
    }

    .grid {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
    }

    .support-contain {
        width: 100%;
        height: auto;
    }

    .youtube-link {
        width: 720px;
        margin-right: auto;
        margin-left: 8px;
        float: left;
    }

    .support-container {
        margin-right: auto;
        margin-left: auto;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

        .support-container.contain {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            margin-right: auto;
            margin-left: auto;
        }

    .contact-section {
        padding-top: 0px;
    }

    .contact-contain {
        padding: 20px;
    }

    .contact-form-container {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .section-2 {
        -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;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .logo-cta-contain {
        margin-right: auto;
        margin-bottom: -41px;
        margin-left: auto;
    }

    .image-6 {
        display: block;
        min-width: 290px;
        margin-top: 27px;
        margin-right: auto;
        margin-left: auto;
    }

    .text-field-2 {
        display: block;
        min-width: auto;
        clear: none;
    }

    .heading-15 {
        border-width: 2px;
        border-color: #f1f3f7;
        color: #f1f3f7;
    }

        .heading-15.demo-movies {
            margin-top: 42px;
            margin-bottom: 137px;
            border-color: #fff;
            color: #f1f3f7;
        }

    .hero-container {
        height: 60vh;
        min-height: auto;
        margin-top: 0px;
        padding: 15px;
    }

    .heading-3-copy {
        font-size: 40px;
    }

    .heading-4-copy {
        font-size: 20px;
    }

    .heading-3-copy {
        font-size: 40px;
    }

    .heading-4-copy {
        font-size: 20px;
    }

    .footer-logo-link {
        margin-right: auto;
        margin-bottom: 22px;
        margin-left: auto;
    }

    .brand {
        margin-bottom: 40px;
    }

    .footer-2 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .divider {
        display: none;
    }

    .address {
        font-size: 30px;
    }
}

@media screen and (max-width: 767px) {
    .flexcolwrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .flex2col {
        width: 100%;
    }

    .colorbox {
        margin-right: 15px;
        margin-bottom: 15px;
        margin-left: 10px;
    }

        .colorbox.blackcolor {
            margin-left: 10px;
        }

    .flex3col {
        width: 100%;
    }

    .hero-section {
        padding: 0px;
        background-image: url('../images/netzer2go-bg-06.jpg');
        background-position: 50% 50%;
        background-size: cover;
    }
    .hero-section0 {
        background-image: none;
    }

    .heading-3 {
        overflow: hidden;
        width: 260px;
        margin-top: 44px;
        margin-right: 0px;
        margin-bottom: 4px;
        float: none;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
        font-size: 30px;
        line-height: 40px;
        text-align: right;
    }

    .heading-4 {
        display: inline-block;
        overflow: hidden;
        width: 250px;
        max-width: none;
        margin-right: 0px;
        margin-bottom: 0px;
        float: none;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        font-size: 20px;
        line-height: 32px;
        text-align: right;
    }

    .button {
        display: block;
        width: 370px;
        margin-top: 42px;
        float: none;
        text-align: center;
    }

        .button.menu {
            display: none;
        }

        .button.order {
            width: 201px;
            min-height: 60px;
            margin-right: auto;
            margin-left: auto;
        }

        .button.head {
            display: none;
            width: 230px;
        }

        .button.head-copy {
            width: 180px;
        }

        .button.head-copy {
            width: 230px;
        }

    .navlink {
        text-align: right;
    }

    .menu-button.w--open {
        background-color: #fff;
        text-align: right;
    }

    .nav-menu {
        background-color: #fff;
        color: #f1f3f7;
    }

    .footer-links {
        display: none;
        width: auto;
        margin-top: -346px;
        margin-right: -383px;
        -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-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;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .footer-cta {
        display: block;
        width: 230px;
        margin-top: 34px;
        margin-right: auto;
        margin-left: auto;
        float: none;
    }

    .image-4 {
        margin-top: 5px;
        margin-right: 31px;
        margin-bottom: 25px;
        padding-right: 0px;
    }

    .heading15 {
        display: block;
        margin-right: 20px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        text-align: right;
    }

    .heading-7 {
        display: none;
    }

    .heading-9.about-sub {
        width: 90%;
    }

    .div-block-4 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 200px;
        min-width: 300px;
        padding-top: 23px;
        padding-bottom: 19px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .text-field {
        margin-right: auto;
        margin-bottom: 18px;
        margin-left: auto;
    }

        .text-field.name {
            margin-right: auto;
            margin-bottom: 16px;
            margin-left: auto;
        }

    .form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .heading-10.order-text {
        display: block;
        margin-top: 0px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .hero-left-contain {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 50vh;
        margin-right: auto;
        margin-left: auto;
        padding: 0px 10px 40px 0px;
        float: left;
        -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-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: center;
    }

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

    .product-item-contain.mobile {
        width: 330px;
        height: 470px;
    }

    .product-long {
        overflow: hidden;
    }

    .support-section {
        height: auto;
    }

    .support-contain {
        height: auto;
        min-height: 100vh;
        padding-bottom: 0px;
    }

    .youtube-link {
        width: 460px;
        margin-bottom: 0px;
    }

    .support-container {
        justify-items: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

        .support-container.contain {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }

    .footer-contain {
        height: 440px;
        padding-bottom: 0px;
    }

    .section-2 {
        padding-top: 0px;
    }

    .logo-cta-contain {
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .image-6 {
        display: block;
        margin-top: 35px;
        margin-right: auto;
        margin-left: auto;
    }

    .text-field-2 {
        width: 90vw;
    }

    .text-field-3 {
        width: 90vw;
    }

    .text-field-4 {
        width: 90vw;
    }

    .text-field-5 {
        width: 90vw;
    }

    .text-field-6 {
        width: 90vw;
    }

    .map {
        display: none;
    }

    .form-2 {
        margin-right: auto;
        margin-left: auto;
        padding-right: 10px;
        padding-left: 0px;
    }

    .heading-15 {
        margin-top: 14px;
        margin-bottom: -3px;
        font-size: 30px;
    }

        .heading-15.demo-movies {
            margin: 20px auto 18px;
            font-size: 30px;
        }

    .hero-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        max-width: none;
        margin-top: 0px;
        padding: 0px 337px 0px 125px;
        -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-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .heading-3-copy {
        margin-top: 137px;
        margin-right: 0px;
        margin-bottom: 33px;
        font-size: 40px;
        line-height: 40px;
    }

    .heading-4-copy {
        margin-right: 0px;
        margin-bottom: -3px;
        font-size: 30px;
        line-height: 32px;
    }

    .heading-3-copy {
        margin-top: 137px;
        margin-right: 0px;
        margin-bottom: 4px;
        font-size: 40px;
        line-height: 40px;
    }

    .heading-4-copy {
        max-width: 390px;
        margin-right: 0px;
        margin-bottom: -3px;
        float: none;
        font-size: 23px;
        line-height: 32px;
    }

    .brand {
        margin-bottom: 0px;
    }

    .footer-2 {
        padding: 40px 20px;
    }

    .footer-image-2 {
        -o-object-fit: contain;
        object-fit: contain;
    }

    .divider {
        display: none;
    }

    .div-block-11 {
        display: none;
        margin-right: auto;
        margin-left: auto;
    }

    .image-7 {
        display: block;
    }

    .div-block-12 {
        min-height: 700px;
    }

    .div-block-13 {
        background-image: none;
        background-position: 0px 0px;
        background-size: auto;
    }
}

@media screen and (max-width: 479px) {
    h1 {
        font-size: 35px;
        line-height: 38px;
    }

    h2 {
        font-size: 30px;
        line-height: 33px;
    }

    h3 {
        font-size: 25px;
        line-height: 31px;
    }

    h4 {
        font-size: 21px;
        line-height: 26px;
    }

    h5 {
        font-size: 16px;
        line-height: 22px;
    }

    p {
        margin-bottom: 15px;
        font-size: 15px;
        line-height: 25px;
    }

    a {
        font-size: 15px;
    }

    .small-p {
        font-size: 13px;
        line-height: 22px;
    }

    .cta-button {
        font-size: 15px;
    }

    .hero-section {
        width: 100%;
        margin-top: 0px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
        background-image: url('../images/netzer2go-bg-06.jpg');
        background-position: 60% 50%;
        background-size: 1354px;
    }
    .hero-section0 {
        background-image: none;
    }

    .heading-3 {
        width: 220px;
        max-width: 360px;
        margin-top: 0px;
        margin-right: 0px;
        padding: 0px;
        float: none;
        color: #283791;
        font-size: 30px;
        line-height: 40px;
        text-align: right;
    }

    .heading-4 {
        display: none;
    }

    .button {
        display: block;
        width: 180px;
        margin-right: auto;
        margin-left: auto;
        float: none;
    }

        .button.order {
            width: 199px;
            margin-top: 20px;
            margin-bottom: 20px;
        }

        .button.article {
            width: 140px;
            margin-top: 22px;
        }

        .button.head {
            display: none;
            width: 160px;
            margin-right: 25px;
            float: left;
        }

        .button.head-copy {
            width: 80px;
        }

        .button.head-copy {
            width: 160px;
            margin-right: 25px;
        }

    .navbar {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .menu-button {
        padding: 21px;
    }

    .container {
        width: 100%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .footer-links {
        display: none;
        margin-top: 52px;
        padding-right: 22px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .footer-cta {
        display: block;
        width: auto;
        margin-top: 53px;
        margin-right: auto;
        margin-left: auto;
    }

    .footer-image {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .image-4 {
        margin-right: 0px;
    }

    .order-demo {
        height: 100vh;
    }

        .order-demo.about-company {
            height: 100vh;
            margin-top: 0px;
        }

    .about-company-contain.order-demo {
        display: block;
        width: auto;
        height: auto;
        padding-bottom: 57px;
    }

    .heading15 {
        width: 190px;
    }

    .heading-7 {
        display: none;
        font-size: 14px;
    }

    .heading-8 {
        overflow: hidden;
        width: 90%;
        max-width: none;
        margin-top: 18px;
        margin-bottom: 0px;
        padding: 14px;
        font-size: 30px;
        line-height: 36px;
    }

    .heading-9 {
        padding: 25px;
        font-size: 17px;
    }

        .heading-9.about-sub {
            width: 90%;
            margin-top: 0px;
            margin-bottom: 0px;
            padding: 23px 23px 0px;
            font-size: 20px;
            line-height: 26px;
        }

    .div-block-4 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-right: auto;
        margin-left: auto;
        padding-top: 23px;
        padding-bottom: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .text-field {
        margin-bottom: 0px;
        padding-right: 20px;
        padding-left: 20px;
    }

        .text-field.name {
            padding-right: 20px;
            padding-left: 20px;
        }

    .heading-10.order-text {
        margin-top: 0px;
    }

    .hero-left-contain {
        margin-right: 0px;
        margin-left: 0px;
        padding: 0px 13px 368px 0px;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        text-align: right;
    }

    .product-item-contain.mobile {
        width: 290px;
        height: 460px;
    }

    .product-long {
        width: 240px;
    }

    .youtube-link {
        width: 280px;
    }

    .contact-contain {
        margin-top: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .contact-form-container {
        background-image: none;
        background-position: 0px 0px;
        background-size: auto;
        background-repeat: repeat;
    }

    .form-block-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-right: auto;
        margin-left: auto;
        padding-right: 0px;
        padding-left: 0px;
        float: right;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .footer-contain {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .section-2 {
        margin-right: auto;
        margin-left: auto;
    }

    .logo-cta-contain {
        display: block;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
    }

    .logo-footer {
        max-width: none;
        margin-right: auto;
        margin-left: auto;
    }

    .text-field-2 {
        width: 90vw;
        min-width: auto;
        margin-right: 5px;
        margin-left: auto;
    }

    .text-field-3 {
        width: 90vw;
        margin-right: 5px;
        margin-left: auto;
    }

    .text-field-4 {
        width: 90vw;
        margin-right: 5px;
        margin-left: auto;
    }

    .text-field-5 {
        width: 90vw;
        margin-right: 5px;
        margin-left: auto;
    }

    .text-field-6 {
        width: 90vw;
        margin-right: 5px;
        margin-left: auto;
    }

    .form-2 {
        display: block;
        overflow: hidden;
        max-width: 80%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 10px;
        padding-left: 10px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .heading-15 {
        margin: 20px 20px -8px;
        font-size: 30px;
        line-height: 35px;
        text-align: center;
    }

        .heading-15.demo-movies {
            margin-top: 20px;
            margin-right: 20px;
            margin-left: 20px;
            padding: 11px;
            line-height: 49px;
            text-align: center;
        }

    .hero-container {
        overflow: visible;
        max-width: none;
        min-height: auto;
        margin-right: auto;
        margin-left: auto;
        padding: 0px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: right;
    }

    .hero-right-contain {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .heading-3-copy {
        max-width: 110px;
        font-size: 30px;
        line-height: 40px;
    }

    .heading-4-copy {
        display: none;
    }

    .hero-right-contain-copy {
        display: none;
    }

    .heading-3-copy {
        margin-right: 26px;
        line-height: 40px;
    }

    .heading-4-copy {
        display: none;
    }

    .brand {
        margin-bottom: 0px;
    }

    .footer-2 {
        padding-right: 20px;
        padding-left: 20px;
        text-align: left;
    }

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

    .footer-logo-link-2 {
        height: 60px;
    }

    .footer-heading {
        margin-top: 20px;
    }

    .siri.phone {
        color: #fff;
    }

    .image-7 {
        display: none;
        height: auto;
        min-height: auto;
        min-width: auto;
    }
}

#w-node-5f4d33ecaf31-f18159f4 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
}

#w-node-a569eb4b99c6-f18159f4 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column-align: center;
    justify-self: center;
}

@media screen and (max-width: 991px) {
    #w-node-a569eb4b99c6-f18159f4 {
        -ms-grid-column-span: 1;
        grid-column-end: 3;
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-row-span: 2;
        grid-row-end: 3;
        -ms-grid-row: 1;
        grid-row-start: 1;
    }
}

@media screen and (max-width: 767px) {
    #w-node-5c2b9593c9a0-f18159f4 {
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }
}
