

@font-face {
    font-family: "OpenSansBold";
    src: url('../fonts/OpenSansHebrew-Bold.ttf?1417504274') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "OpenSansRegular";
    src: url('../fonts/OpenSansHebrew-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "MiriamLibreRegular";
    src: url('../fonts/MiriamLibre-Regular.ttf?1417504274') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: "MiriamLibreBold";
    src: url('../fonts/MiriamLibre-Bold.ttf?1417504274') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "HeeboBold";
    src: url('../fonts/Heebo-Bold.ttf?1417504274') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "HeeboRegular";
    src: url('../fonts/Heebo-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

*, *::before, *::after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    direction: rtl;
    font-family: 'OpenSansRegular', sans-serif;
    font-size: 16px;
    line-height: 1;
    color: #000;
    background-color: #FEE5FA;
}

.reg-container {
    color: #4a64ff;
}

.body-wrapper {
    margin: 0 auto;
    max-width: 1920px;
    color: black;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.w-full {
    width: 100%
}

.w-1\/4 {
    width: 25%
}

.w-3\/4 {
    width: 75%
}

.mr-8 {
    margin-right: 8px
}

.mb-8 {
    margin-bottom: 8px
}

.mb-16 {
    margin-bottom: 16px
}

.px-16 {
    padding-right: 16px;
    padding-left: 16px
}

.px-32 {
    padding-right: 32px;
    padding-left: 32px
}

.py-32 {
    padding-top: 32px;
    padding-bottom: 32px
}

.text-center {
    text-align: center
}

.bg-white {
    background-color: #fff
}

h1 {
    margin-bottom: 24px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

    h1 span {
        display: block;
        font-size: 18px;
    }

        h1 span.campaign-1 {
            font-size: 28px;
            font-weight: 700;
        }

            h1 span.campaign-1 span.second-content {
                font-size: 30px;
                font-weight: 700;
            }

        h1 span.campaign-2 {
            font-size: 28px;
            font-weight: 400;
        }

            h1 span.campaign-2 span.second-content {
                font-size: 30px;
                font-weight: 700;
            }


@media (min-width: 1440px) {
    h1 {
        margin-bottom: 10px;
        font-size: 54px;
        max-width: 670px;
        margin-right: auto;
        margin-left: auto;
    }

        h1 span {
            font-size: 47px
        }
}

.signup-form {
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
    padding: 10px 30px;
}

    .signup-form .info {
        font-size:12px;
    }

@media (min-width: 1440px) {
    .signup-form {
        margin-bottom: 70px;
        max-width: 638px;
        padding: 10px 30px
    }
}

.signup-form h2 {
    margin-bottom: 16px;
    text-align: center;
    font-size: 16px
}

@media (min-width: 1440px) {
    .signup-form h2 {
        font-size: 29px
    }
}

.signup-form h2 span {
    display: block
}

    .signup-form h2 span:nth-child(1) {
        font-weight: 500
    }

    .signup-form h2 span:nth-child(2) {
        font-weight: 700;
        color: #00a4bd
    }

    .signup-form h2 span:nth-child(3) {
        font-weight: 400;
        color: #00a4bd
    }


    .signup-form h2 span.i4u-campaign-1 {
        font-size: 24px;
        width: 120%;
        margin-right: -10%;
        font-weight: 700;
    }

        .signup-form h2 span.i4u-campaign-1 .second-content {
            color: #70CFED;
            margin-top: 2px;
        }

    .signup-form h2 span.i4u-campaign-2 {
        font-size: 24px;
        width: 122%;
        margin-right: -11%;
        font-weight: 700;
    }

        .signup-form h2 span.i4u-campaign-2 .second-content {
            color: #2680F0;
            margin-top: 2px;
        }

.btn-campaign-1 {
    background-color: #35B57C !important;
}

.btn-campaign-2 {
    background-color: #FF515A !important;
}

@media (min-width: 1440px) {
    .signup-form h2 span:nth-child(3) {
        font-size: 26px
    }
}

.signup-form label.form-fields {
    position: relative;
    display: inline-block;
    width: calc(100% - 200px);
    color:black;
}

.signup-form .tooltip-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url(images/qu.svg?v=2);
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer
}

.signup-form .tooltip {
    display: none;
    position: absolute;
    top: calc(100% + 16px);
    left: 0;
    z-index: 1;
    border-radius: 20px;
    width: 100%;
    padding: 16px 24px;
    text-align: center;
    font-size: 12px;
    background-color: #cedbdf
}

    .signup-form .tooltip::before {
        content: '';
        position: absolute;
        top: -12px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-width: 0 12px 12px 12px;
        border-style: solid;
        border-color: transparent transparent #cedbdf transparent
    }

.signup-form .tooltip-icon:hover + .tooltip {
    display: block
}

.signup-form input:not([type="checkbox"]):not([type="submit"]) {
    width: 100%
}

.signup-form input:not([type="checkbox"]):not([type="submit"]), .signup-form select {
    width: 100%;
    height: 35px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    color: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: none;
    border-radius: 30px;
    padding-right: 15px;
    padding-left: 15px;
}

    .signup-form input:not([type="checkbox"]):not([type="submit"]):focus, .signup-form select:focus {
        border: none !important;
    }

    .signup-form input:not([type="checkbox"]):not([type="submit"])::-webkit-input-placeholder, .signup-form select::-webkit-input-placeholder {
        color: inherit;
        font-size:inherit;
        font-family:inherit;
    }

    .signup-form input:not([type="checkbox"]):not([type="submit"]):-ms-input-placeholder, .signup-form select:-ms-input-placeholder {
        color: inherit;
        font-size: inherit;
        font-family: inherit;
    }

    .signup-form input:not([type="checkbox"]):not([type="submit"])::-ms-input-placeholder, .signup-form select::-ms-input-placeholder {
        color: inherit;
        font-size: inherit;
        font-family: inherit;
    }

    .signup-form input:not([type="checkbox"]):not([type="submit"])::placeholder, .signup-form select::placeholder {
        color: inherit;
        font-size: inherit;
        font-family: inherit;
    }

@media (min-width: 1440px) {
    .signup-form input:not([type="checkbox"]):not([type="submit"]), .signup-form select {
        font-size: 18px;
    }
}

.signup-form select {
    padding: 0 10px 0 20px;
    background-image: url(../shared-masters/img/new-branding/icon-dropdown-arrow.svg?v=2);
    background-position: 15px center;
    background-size: 14px;
    background-repeat: no-repeat;
    appearance: none;
}

    .signup-form select::-ms-expand {
        display: none
    }

.registered-already {
    display: inline-block;
    color: gray;
    float: left;
    color: #FF4249;
    text-decoration:none;
    font-weight:700;
}

.signup-form .confirm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: right;
    padding-left: 5px;
}

    .signup-form .confirm span
    {
        color:black;
    }


    @media (min-width: 1440px) {
        .signup-form .confirm {
        font-size: 14px
    }
}

.signup-form .confirm a {
    color: inherit
}

.signup-form .checkbox {
    position: relative;
    border-radius: 11px;
    margin-left: 8px;
    width: 14px;
    height: 14px;
    -webkit-box-shadow: 0 0 0 1px #4A64FF;
    box-shadow: 0 0 0 1px #4A64FF;
}

@media (min-width: 1440px) {
    .signup-form .checkbox {
        border-radius: 11px;
        width: 18px;
        height: 18px
    }
}

.signup-form .checkbox::after {
    content: none;
    position: absolute;
    top: 1px;
    left: 4px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #fff;
    width: 6px;
    height: 9px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media (min-width: 1440px) {
    .signup-form .checkbox::after {
        top: 2px;
        left: 5px;
        border-width: 0 3px 3px 0;
        width: 7px;
        height: 11px
    }
}

.signup-form input[type="checkbox"]:checked + .checkbox {
    background-color: #4a64ff;
}

.signup-form .checkbox.checkbox-campaign-1 {
    -webkit-box-shadow: 0 0 0 1px #35B57C !important;
    box-shadow: 0 0 0 1px #35B57C !important;
}

.signup-form .checkbox.checkbox-campaign-2 {
    -webkit-box-shadow: 0 0 0 1px #2B2937 !important;
    box-shadow: 0 0 0 1px #2B2937 !important;
}

.signup-form input[type="checkbox"]:checked + .checkbox.checkbox-campaign-1 {
    background-color: #4a64ff !important;
}

.signup-form input[type="checkbox"]:checked + .checkbox.checkbox-campaign-2 {
    background-color: #4a64ff !important;
}

.signup-form input[type="checkbox"]:checked + .checkbox::after {
    content: ''
}

.signup-form button[type="submit"], .signup-form input[type="submit"] {
    border: 0;
    border-radius: 999px;
    height: 40px;
    padding: 0 32px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    background-color: #4A64FF;
    color: #fff;
    cursor: pointer
}

@media (min-width: 1440px) {
    .signup-form button[type="submit"], .signup-form input[type="submit"] {
        height: 48px;
        font-size: 25px
    }
}

.signup-form button[type="submit"]:hover, .signup-form input[type="submit"]:hover {
    opacity: 0.8
}

ul {
    list-style: none;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    text-align:right;
    max-width:700px;
    margin-right:auto;
    margin-left:auto;
}

    ul li {
        display: inline-block;
        margin-left: 20px;
        margin-bottom: 30px;
        width: 190px;
    }

        ul li img
        {
            margin-left:5px;
        }

        ul li img.middle {
            vertical-align: middle;
        }

@media (min-width: 1440px) {
    ul {
        font-size: 14px;
        font-weight: 700;
        padding: 0px 55px 0px 0px;
    }

}

blockquote {
    position: relative;
    margin: 0 auto;
    max-width: 505px;
    text-align: center;
    font-style: italic;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.25
}

@media (min-width: 1440px) {
    blockquote {
        font-size: 20px;
        line-height: 1.2
    }
}

blockquote p::before {
    content: '';
    display: inline-block;
    vertical-align: text-top;
    margin-left: 12px;
    width: 16px;
    height: 16px;
    background-image: url(images/qt.svg?v=2);
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat
}

@media (min-width: 1440px) {
    blockquote p::before {
        vertical-align: baseline;
        width: 40px;
        height: 40px
    }
}

blockquote p::after {
    content: '';
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 12px;
    width: 16px;
    height: 16px;
    background-image: url(images/qb.svg?v=2);
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat
}

@media (min-width: 1440px) {
    blockquote p::after {
        vertical-align: top;
        width: 40px;
        height: 40px
    }
}

blockquote span, blockquote cite {
    font-style: normal
}

blockquote span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 8px;
    font-size: 10px;
    font-weight: 400
}

@media (min-width: 1440px) {
    blockquote span {
        font-size: 16px
    }
}

blockquote cite {
    border-left: 1px solid #dfe7ea;
    padding-left: 8px;
    margin-left: 8px;
    font-weight: 500;
    color: #00a4bd
}

@media (min-width: 1440px) {
    blockquote cite {
        font-size: 17px
    }
}

footer {
    margin-top:-85px;
}

@media (min-height: 900px) {
    footer {
        margin-top: -280px;
    }
}

    footer .invoice4u {
        width: 96px;
        height: 24px;
        text-indent: 120%;
        white-space: nowrap;
        overflow: hidden;
        background-image: url(images/logo.svg?v=2);
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat
    }

@media (min-width: 1440px) {
    footer .invoice4u {
        width: 134px;
        height: 45px
    }
}

footer .taxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 176px;
    font-size: 10px
}

@media (min-width: 1024px) {
    footer .taxes {
        width: 192px
    }
}

@media (min-width: 1440px) {
    footer .taxes {
        width: 358px;
        font-size: 14px
    }
}

footer .taxes img {
    margin-left: 8px
}

footer .taxes p {
    line-height: 1.25
}

    footer .taxes p span {
        display: block
    }

        footer .taxes p span:nth-child(1) {
            color: #02559f
        }

        footer .taxes p span:nth-child(2) {
            color: #a8a8a8
        }

.image-wrapper {
    position: relative;
    overflow: hidden;
    height: 200px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

@media (min-width: 768px) {
    .image-wrapper {
        height: auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.image-wrapper .lang {
    position: absolute;
    top: 30px;
    left: 30px;
    border-radius: 999px;
    padding: 8px 16px;
    text-decoration: none;
    font-size: 13px;
    color: #fff
}

@media (min-width: 1440px) {

    .image-wrapper .lang {
        top: 30px;
        left: 30px
    }
}

@media (min-width:1450px)
{
    .image-wrapper {
        min-height: 1020px;
    }
}

.image-wrapper .lang:hover {
    opacity: 0.8
}

@media (min-width: 480px) {
    .sm\:px-80 {
        padding-right: 80px;
        padding-left: 80px
    }
}

@media (min-width: 768px) {
    .md\:w-1\/2 {
        width: 50%
    }

    .md\:w-3\/5 {
        width: 60%
    }

    .md\:w-2\/5 {
        width: 40%
    }

    .md\:px-32 {
        padding-right: 32px;
        padding-left: 32px
    }
}

@media (min-width: 1024px) {
    .lg\:px-80 {
        padding-right: 80px;
        padding-left: 80px
    }

    .lg\:py-64 {
        padding-top: 64px;
        padding-bottom: 64px
    }
}

@media (min-width: 1440px) {
    .xl\:mb-24 {
        margin-bottom: 24px
    }

    .xl\:px-48 {
        padding-right: 48px;
        padding-left: 48px
    }
}

.show-hide-password {
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 20px;
}

#imgBg {
    position: absolute;
    top: 100px;
    left: 20%;
    width:90%;
}

.logo-header {
    position: absolute;
    right: 50px;
    color: #4865FF;
    font-size: 35px;
    width: 250px;
    text-align: center;
    top: 30px;
    line-height: 1.1;
}

    .logo-header .letter-4u-logo {
        color: #4CF0CB;
    }

    .logo-header .logo-header-sub {
        font-size: 13px;
        display: block;
    }

.first-par-header {
    text-align: right;
    font-size:43px;
    font-weight:700;
}

.over20kBusiness {
    text-align: right;
    font-size: 23px;
    font-weight: 100;
    padding-top: 15px;
    line-height:30px;
}

.divLabel {
    display: inline-block;
    width: 190px;
    vertical-align: top;
    padding-top: 10px;
    font-weight: 700;
    color:black;
}

.thumbs-footer
{
    width:70%;
}

.thumbs-footer img
{
    vertical-align:top;
}

.footer-thums-text {
    max-width: 150px;
    display: inline-block;
}

.footer-empty
{
    width:15%;
}

/*# sourceMappingURL=main-rtl.css.map */
